

body {
	font-family: myFirstFont;
}

h1, h2, h3 {
	font-family: mySecontFont!important;
}

p {
	font-family: mySecontFont!important;
}

#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	background: #fff;
}
#loading .element {
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 45%;
}

.sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
}
.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #debe8b;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}




.top_nav_bar{
	height: 50px;
}

.top_nav_bar .lft{
	width: 50px;
	height: 50px;
	float: left;
	border: 2px solid #082bf7;
}

.top_nav_bar .rght{
	width: 50px;
	height: 50px;
	float: right;
	border: 2px solid #082bf7;
}

.pding {
	padding-right: 25px!important; 
	padding-left: 25px!important;
	
}

.nav-btn {
	border: 2px solid #082bf7!important;
	height: 90px;
	width: 90px;
	border-radius: 0!important;
}

.navbar-light .navbar-toggler {
	border: 2px solid #082bf7!important;
}

.text-block {
  position: absolute;
  bottom: -80px;
  left: 100px;
  padding-left: 20px;
  padding-right: 20px;
	width: 800px;
}


.navigatan {
	z-index: 999999; 
	position: absolute; 
	right: 90px; 
	top: 90px;
}


.bnr-txt {
	margin-bottom: 0;
    position: absolute;
    top: 35%;
    width: 100%;
    height: 235px;
    left: 50px;
}

.btn {
    display: inline-block;
    border: 1px solid transparent;
    color: inherit;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
}

.btn.btn-rounded.btn-small {
    padding: 10px!important;
}

.btn.btn-rounded.btn-small:hover {
    padding: 10px!important;
}

.btn.btn-rounded {
    border-radius: 0!important;
}


.btn.btn-dark-gray {
	background: #000;
    border-color: #000;
    color: #fff;
}


.top-sec {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999999;
	background-color: #FFF;
}






.bnr-o {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}



.serv-txt {
  position: fixed;
  top: 110px;
  right: 100px;
  width: 175px;
  display: block;
  cursor: pointer;
}


.serv-txt {
  position: fixed;
  top: 110px;
  right: 100px;
  width: 175px;
  display: block;
  cursor: pointer;
}

.serv-img1 {
	background-image: url("../images/serv-01.png");
	background-repeat: no-repeat;
	max-width: 400px;
	height: 297px;
}

.serv-img1:hover {
	background-image: url("../images/serv-hvr-01.png");
	background-repeat: no-repeat;
	max-width: 400px;
}

.serv-img2 {
	background-image: url("../images/serv-02.png");
	background-repeat: no-repeat;
	max-width: 400px;
	height: 297px;
}

.serv-img2:hover {
	background-image: url("../images/serv-hvr-02.png");
	background-repeat: no-repeat;
	max-width: 400px;
}

.serv-img3 {
	background-image: url("../images/serv-03.png");
	background-repeat: no-repeat;
	max-width: 400px;
	height: 297px;
}

.serv-img3:hover {
	background-image: url("../images/serv-hvr-03.png");
	background-repeat: no-repeat;
	max-width: 400px;
}



.navbar-2 {
	font-size: 1.1rem!important;
}

.cont-nav1 {
  position: fixed;
  top: 63px;
  right: 340px;
  width: 250px;
  height: 100px;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
	color: #000;
}

.cont-nav1 a:hover {
  color: #FF0000!important;
}

.cont-nav2 {
  position: fixed;
  top: 63px;
  right: 162px;
  width: 220px;
  height: 100px;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
	color: #000;
}

.cont-nav2 a:hover {
  color: #FF0000!important;
}

.open {
  position: fixed;
  top: 34px;
  right: 37px;
  width: 100px;
  height: 100px;
  display: block;
  cursor: pointer;
 /* -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background-image: url("../images/nav-bg.png");*/
}
/*.open:hover {
  opacity: 0.8;
  background-image: url("../images/nav-bg-hvr.png");
}*/
.burg {
	padding: 10px!important;
}
.open span {
  display: block;
  float: left;
  clear: both;
  height: 4px;
  width: 40px;
  border-radius: 40px;
  background-color: #000;
  position: absolute;
  right: 3px;
  top: 3px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}



.open span:nth-child(1) {
  margin-top: 30px;
  z-index: 9;
  margin-right: 28px;
}
.open span:nth-child(2) {
  margin-top: 45px;
  margin-right: 28px;
}

.open span:nth-child(3) {
  margin-top: 60px;
  margin-right: 28px;
}

.sub-menu {
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0px;
  top: 115px;
  position: absolute;
  border-radius: 0;
  z-index: 18;
  overflow: hidden;	
	color: #000;
	text-align: center;
}
.sub-menu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: 0px;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.sub-menu li:first-child {
  margin-top: 16px;
}
.sub-menu li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
}
.sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.10s;
}
.sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
}
.sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.20s;
}
.sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
}
.sub-menu li a {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
  display: block;
  float: left;
  line-height: 40px;
  text-align: center!important;
}

.sub-menu li a:hover {
  color: #082bf7;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.sub-menu li .active {
	color: #082bf7!important;
	cursor: not-allowed;
	text-decoration: none;
	font-weight: bold;
}

.oppenned .sub-menu {
  opacity: 1;
  height: 400px;
  width: 372px;
}
.oppenned span:nth-child(2) {
  overflow: visible;
}
.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
  z-index: 9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
	display: none;
}
.oppenned span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
          transform: rotate(45deg) translateY(12px) translateX(12px);
}
.oppenned span:nth-child(2) {
  height: 400px;
  width: 400px;
  right: -160px;
  top: -160px;
  /*border-radius: 50%;
  border: 2px solid #082bf7;*/
  background-color: rgba(255, 255, 255, 0.0);
}
.oppenned span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
          transform: rotate(-45deg) translateY(-10px) translateX(10px);
	display: none;
}
.oppenned li {
  margin-right: 185px;
}

.button {
  display: block;
  float: left;
  clear: both;
  padding: 20px 40px;
  background: #fff;
  border-radius: 3px;
  border: 2px solid #10a1ea;
  overflow: hidden;
  position: relative;
}
.button:after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  content: "";
  position: absolute;
  height: 200px;
  width: 400px;
  -webkit-transform: rotate(45deg) translateX(-540px) translateY(-100px);
          transform: rotate(45deg) translateX(-540px) translateY(-100px);
  background: #10a1ea;
  z-index: 1;
}
.button:before {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
  padding: 20px 40px;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
}
.button:hover {
  text-decoration: none;
}
.button:hover:after {
  -webkit-transform: translateX(-300px) translateY(-100px);
          transform: translateX(-300px) translateY(-100px);
}
.button:hover:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}



.card {
  position: relative;
  z-index: 10;
  width: 280px;
  border-radius: 4px;
  padding-bottom: 40px;
  background: #131e32;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.card figcaption {
  position: absolute;
  bottom: 0;
  padding: 10px;
  color: #fff;
}
.card img {
  max-width: 100%;
  border: 1px solid #222;
  -webkit-transition: .4s;
  transition: .4s;
}
.card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}










/*square line border*/

.square {
            display: block;
            height: 100px;
            width: 650px;
            margin: 30px 0 0 0;
	        padding-left: 25px;
        }


        .rCS2a3loo .moveable-line {
            background: blue !important;
        }

        .rCS2a3loo .moveable-control {
            border-radius: 0 !important;
            background: white !important;
            border: var(--zoompx) solid blue !important;
        }


.bnr-btn1{
	padding: 8px 20px!important;
	border-radius: 0px!important;
	border: none;
	background-color: #c42405!important;
	color: #FFF!important;
	font-size: 18px;
	cursor: pointer;
	z-index: 999999;
	font-family: mySecontFont;
	letter-spacing: 3px;
}

.bnr-btn1:hover{
	background-color: #FFF!important;
	color: #c42405!important;
}

.bnr-btn2{
	padding: 8px 20px!important;
	border-radius: 0px!important;
	border: none;
	background-color: #e5ac0a!important;
	color: #FFF!important;
	font-size: 18px;
	cursor: pointer;
	z-index: 999999;
	font-family: mySecontFont;
	letter-spacing: 3px;
}

.bnr-btn2:hover{
	background-color: #FFF!important;
	color: #e5ac0a!important;
}

.bnr-btn3{
	padding: 8px 20px!important;
	border-radius: 0px!important;
	border: none;
	background-color: #612187!important;
	color: #FFF!important;
	font-size: 18px;
	cursor: pointer;
	z-index: 999999;
	font-family: mySecontFont;
	letter-spacing: 3px;
}

.bnr-btn3:hover{
	background-color: #FFF!important;
	color: #612187!important;
}

.line-height-one {
	line-height: 1;
}


.logo {
	background-image: url("../images/logo.svg");
	background-repeat: no-repeat;
	width: 230px!important;
	height: 90px!important;
	margin-top: 7px;
}

.logo:hover {
	background-image: url("../images/logo-hvr.svg");
	background-repeat: no-repeat;
	width: 260px;
	height: 90px!important;
	margin-top: 7px;
	
}

.logo-base {
	position: relative;
	top: 0;
	bottom: 0;
	width: 258px!important;
	height: 106px!important;
	margin: 0px;	
	border: 1px solid #000;
}

.logo-bord {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 235px!important;
	height: 83px!important;
	padding: 10px;
	border: 2px solid #082bf7;
}

.contact-frame {
	background-image: url("../images/contact-frame.png");
	background-repeat: no-repeat;
	width: 1129px;
	height: 540px;
}


.your-email {
	position: absolute;
	top:10px;
	left: 55px;
	color: #000;
	font-family: mySecontFont;
	font-size: 19px;
	font-weight: bold;
}

.email-inpu {
	position: absolute;
	top:45px;
	left: 90px;
	width: 570px;
}

.started {
	position: absolute;
	top:125px;
	left: 85px;
	background-color: #1b39a5!important;
	padding: 60px 50px;
	color: #FFF;
	font-family: mySecontFont;
	font-size: 28px;
	text-align: left;
	line-height: 32px;
	letter-spacing: 2px;
	
}

.project-Info {
	position: absolute;
	top:308px;
	left: 20px;
	color: #000;
	font-family: mySecontFont;
	font-size: 24px;
	font-weight: bold;
}

.txt-area {
	position: absolute;
	top:365px;
	left: 15px;
	width: 522px;
}

textarea {
  background: transparent;
  color: #FFF;
  font-size: 5em;
	width: 100%;
	border: none;
	
}
textarea:focus {
  color: white;
  border: none;
}

.contact-details {
	position: absolute;
	top:195px;
	left: 518px;	
	font-family: mySecontFont;
	width: 460px;
	height: 125px;
	border: 2px solid #1b39a5;
	background-color: #FFF;
	font-size: 22px;
	padding: 0;
	margin: 0;
}

.contact-details a {
	font-family: mySecontFont;
	color: #000;
	display:inline-block;
	padding: 16px 5px;
	font-weight: bold;
	
}

.contact-details a:hover {
	color: #1b39a5!important;
	text-decoration: none;
}

.contact-btn-position {
	position: absolute;
	top:44px;
	left: 585px;	
}

.contact-btn {
	background-color: #1b39a5;
	border: none;
	color: #FFF;
	padding: 3px 10px;
	font-size: 14px;
	
}

.contact-bg {
	background-image: url("../images/contact-bg.jpg");
	background-repeat: repeat;
}


.service-bg {
	background-image: url("../images/service-bg.jpg")!important;
	background-repeat: repeat;
}

.col-serv{
	position: relative;
	left: 0;
	top: 100px;
	width: 400px;
}

.top-icon1 {
	position: absolute;
	left: 110px;
	top: 0;
	background-image: url("../images/serv-icons-07.png");
	background-repeat: no-repeat;
	width: 136px;
	height: 136px;
	transition: transform .2s;
}

.top-icon1:hover {
 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
	z-index: 9999;
}
.top-txt-icon1 {
	position: absolute;
	left: 235px;
	top: 40px;
	font-family: mySecontFont;
	font-size: 18px;
	color: #f74419;
	font-weight: 600;
}

.botm-icon1 {
	position: absolute;
	left: 0px;
	top: 108px;
	background-image: url("../images/serv-icons-08.png");
	background-repeat: no-repeat;
	width: 136px;
	height: 136px;
	transition: transform .2s;
}

.botm-icon1:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
  z-index: 99999;
}

.botm-txt-icon1 {
	position: absolute;
	left: 140px;
	top: 150px;
	font-family: mySecontFont;
	font-size: 18px;
	color: #082bf7;
	font-weight: 600;
}





.top-icon2 {
	position: absolute;
	left: 110px;
	top: 0;
	background-image: url("../images/serv-icons-09.png");
	background-repeat: no-repeat;
	width: 136px;
	height: 136px;
	transition: transform .2s;
}

.top-icon2:hover {
 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
	z-index: 9999;
}

.top-txt-icon2 {
	position: absolute;
	left: 248px;
	top: 55px;
	font-family: mySecontFont;
	font-size: 18px;
	color: #082bf7;
	font-weight: 600;
}

.botm-icon2 {
	position: absolute;
	left: 0px;
	top: 108px;
	background-image: url("../images/serv-icons-10.png");
	background-repeat: no-repeat;
	width: 136px;
	height: 136px;
	transition: transform .2s;
}

.botm-icon2:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
  z-index: 99999;
}

.botm-txt-icon2 {
	position: absolute;
	left: 140px;
	top: 165px;
	font-family: mySecontFont;
	font-size: 18px;
	color: #f74419;
	font-weight: 600;
}



.top-icon3 {
	position: absolute;
	left: 110px;
	top: 0;
	background-image: url("../images/serv-icons-11.png");
	background-repeat: no-repeat;
	width: 136px;
	height: 136px;
	transition: transform .2s;
}

.top-icon3:hover {
 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
	z-index: 9999;
}

.top-txt-icon3 {
	position: absolute;
	left: 255px;
	top: 40px;
	font-family: mySecontFont;
	font-size: 18px;
	color: #f74419;
	font-weight: 600;
}

.botm-icon3 {
	position: absolute;
	left: 0px;
	top: 108px;
	background-image: url("../images/serv-icons-12.png");
	background-repeat: no-repeat;
	width: 136px;
	height: 136px;
	transition: transform .2s;
}

.botm-icon3:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
  z-index: 99999;
}

.botm-txt-icon3 {
	position: absolute;
	left: 140px;
	top: 150px;
	font-family: mySecontFont;
	font-size: 18px;
	color: #082bf7;
	font-weight: 600;
}

.bnr-1-bg {
	background-image: url("../images/banner1.jpg");
}

.bnr-2-bg {
	background-image: url("../images/banner2.jpg");
}

.bnr-3-bg {
	background-image: url("../images/banner3.jpg");
}


.nav-main {
	position: relative;
	right: 0;
	top: 0;
	width: 115px;
	height: 115px;
	transition-duration: 1s;
	/*border: 2px solid #082bf7;*/
}

.nav-big-box {
    position: absolute;
    top: 16px;
    right: 4px;
    width: 80px;
    height: 80px;
    border: 2px solid #082bf7;
    overflow: hidden;
    float: right;
    transition-duration: 1s;
}



.menu-box {
    position: fixed;
    top: 32px;
    right: 38px;
    min-width: 100px;
    min-height: 100px;
    display: block;
    margin-right: 6px;
    margin-top: -4px;
    height: 100px;
    width: 100px;
}

.open .burg {
    display: block;
    min-height: 100px;
}
.open span {
    transition: none;
}

.open > .menu-box > .nav-big-box {
    transition: none;
    background: white;
}

.nav-left-top-box {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border: 2px solid #082bf7;
}

.nav-left-btm-box {
    position: absolute;
    bottom: -4px;
    left: 8px;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border: 2px solid #082bf7;
}

.nav-right-top-box {
    position: absolute;
    top: 6px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border: 2px solid #082bf7;
}

.nav-right-btm-box {
    position: absolute;
    bottom: -4px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border: 2px solid #082bf7;
}

.nav-main:hover {
    position: relative;
    right: 0;
    top: 0;
    width: 188px;
    height: 255px;
    transition: width 600ms ease-out, height 600ms ease-out;
    float: right;

}

.hegde-image {
    background-image: url(../images/muralidhar-hegde.png);
	background-repeat: no-repeat;
    content: "";
    width: 450px;
    height:650px;
    background-position: center;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

.about-bg {
	background-image: url("../images/about-bg.png");
	background-repeat: no-repeat;
	width: 100%;
}

.about-para {
	font-family: mySecontFont;
	font-weight: bold;
	padding-top: 100px;
	padding-left: 8px;
	font-size: 18px;
}

.floating {   
    animation-name: floating; 
    animation-duration: 3s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out; 
    margin-left: 30px; 
    margin-top: 5px; 
} 
  
@keyframes floating { 
    0% { transform: translate(0,  0px); } 
    50%  { transform: translate(0, 15px); } 
    100%   { transform: translate(0, -0px); }     
}

.section-gap {
	height: 80px;
	width: 100%;
}

.left-pad-100 {
	padding-left: 90px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #EB2227!important;
    color: #fff!important;
	border-radius: 0;
	font-family: mySecontFont;	
}

.nav-pills .nav-link {
    position: relative;
    display: block;
    margin-right: 1px;
    margin-bottom: 1px;
    padding: 14px 35px;
    background-color: #ededed;
    color: #262626;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    font-family: 'Raleway',sans-serif;
    line-height: 1em;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
	border-radius: 0!important;
}

.nav-pills .nav-link:hover {
    background-color: #000;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}


.work-icon1-active {
	background-image: url("../images/work-icons-01.png");
	background-repeat: no-repeat;
	width: 106px;
	height: 106px;
	margin: 0 auto;
}

.work-icon1 {
	background-image: url("../images/work-icons-01.png");
	background-repeat: no-repeat;
	width: 106px;
	height: 106px;
	transition: transform .2s;
	margin: 0 auto;
}

.work-icon1:hover {
 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
	z-index: 9999;
}
.work-icon2 {
	background-image: url("../images/work-icons-02.png");
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	transition: transform .2s;
	margin: 0 auto;
}

.work-icon2:hover {
 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
	z-index: 9999;
}
.work-icon3 {
	background-image: url("../images/work-icons-03.png");
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	transition: transform .2s;
	margin: 0 auto;
}

.work-icon3:hover {
 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
	z-index: 9999;
}
.work-icon4 {
	background-image: url("../images/work-icons-04.png");
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	transition: transform .2s;
	margin: 0 auto;
}

.work-icon4:hover {
 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
	z-index: 9999;
}
.work-icon5 {
	background-image: url("../images/work-icons-05.png");
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	transition: transform .2s;
	margin: 0 auto;
}

.work-icon5:hover {
 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
	z-index: 9999;
}
.work-icon6 {
	background-image: url("../images/work-icons-06.png");
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	transition: transform .2s;
	margin: 0 auto;
}

.work-icon6:hover {
 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
	z-index: 9999;
}

.line-h-18 {
	line-height: 18px!important;
	font-size: 12px;
}

.active-portfolio {
	width: 115px!important;
	border-bottom: 1px solid #FFF;
}




        .testimonial{
            border-right: 4px solid #2A3D7D;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
            padding: 30px 30px 30px 130px;
            margin: 0 15px 30px 15px;
            overflow: hidden;
            position: relative;
        }
        .testimonial:before{
            content: "";
            position: absolute;
            bottom: -4px;
            left: -17px;
            border-top: 25px solid #ffc233;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            transform: rotate(45deg);
        }
        .testimonial:after{
            content: "";
            position: absolute;
            top: -4px;
            left: -17px;
            border-top: 25px solid #ffc233;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            transform: rotate(135deg);
        }
        .testimonial .pic{
            display: inline-block;
            width: 100px;
            height: 100px;
            border-radius: 0;
            overflow: hidden;
            position: absolute;
            top: 60px;
            left: 20px;
        }
        .testimonial .pic img{
            width: 100%;
            height: auto;
        }
        .testimonial .description{
            font-size: 15px;
            letter-spacing: 1px;
            color: #6f6f6f;
            line-height: 25px;
            margin-bottom: 15px;
        }
        .testimonial .title{
            display: inline-block;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #eb2227;
            margin: 0;
			font-family: myFirstFont!important;
        }
        .testimonial .post{
            display: inline-block;
            font-size: 17px;
            color: #ffc233;
            font-style:italic;
        }
        .owl-theme .owl-controls .owl-page span{
            border: 2px solid #2A3D7D;
            background: #fff !important;
          border-radius:0 !important;
            opacity: 1;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls .owl-page:hover span{
            background: #ffc233 !important;
          border-color:#ffc233;
        }
        @media only screen and (max-width: 767px){
            .testimonial{
                padding: 20px;
                text-align: center;
            }
            .testimonial .pic{
                display: block;
                position: static;
                margin: 0 auto 15px;
            }
        }

.client-hd {
	font-family: myFirstFont!important;
	text-align: center;
	font-weight: bold;
	padding: 30px;
	opacity: 0.2;
}














