@font-face { font-family: 'RobotoBold';  font-weight: bold;  font-style: normal;  src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');}
@font-face { font-family: 'RobotoRegular';  font-weight: normal; font-style: normal;  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');}
@font-face { font-family: 'RobotoMedium';  font-weight: 500; font-style: normal;  src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');}

@media (min-width: 1500px){ .container{ max-width:1440px!important;} }
/********** Template CSS **********/

/*** Back-to-top ***/
.gotop {
 border-radius: 15%;
 color: #ffffff;
 background-color:#78B3B2;
 border-color:#78B3B2;
 box-shadow: rgb(0 0 0 / 9%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;
}
.back-to-top {
 position: fixed;
 display: none;
 right: 20px;
 bottom: 35px;
 z-index: 99;
}
.topicon {
 line-height: 2.5!important;
 vertical-align: -9px !important;
}
.gotop:hover .topicon{color:#000000;}
/*---------------- whatsapp chat icon starts ----------------*/
.whtsapp-icon { position: fixed; right: 103px; bottom: 100px; z-index: 120; }
.call-icon { position: fixed; right: 15px; bottom: 105px; z-index: 120; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; transition: 250ms color; -webkit-transition: 250ms color; -moz-transition: 250ms color; -ms-transition: 250ms color; -o-transition: 250ms color; animation-name: wave; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite;}
@keyframes wave {
 0% {box-shadow: 0 0 0px 0px rgba(25, 39, 81, 0.5);}
 100% {box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0.1);}
}
/*---------------- whatsapp chat icon ends ----------------*/
.fluid0{}
/*** Spinner ***/
#spinner {opacity: 0;visibility: hidden;transition: opacity .5s ease-out, visibility 0s linear .5s;z-index: 99999;}
#spinner.show {transition: opacity .5s ease-out, visibility 0s linear 0s;visibility: visible;opacity: 1;}
/*** Boxpadding ***/
.boxpadding {padding-bottom: 30px;}
/*** Button ***/
.btn {font-weight: 500;transition: .5s;}
.a:hover {color: none;text-decoration: none;}
.btn.btn-primary,
.btn.btn-outline-primary:hover {
 color:#FFFFFF;
 background-color:#01AEF2!important;
 border-color:#01AEF2!important;
}
.btn-square {
 width: 38px;
 height: 38px;
}
.btn-sm-square {
 width: 26px;
 height: 26px;
}
.btn-lg-square {
 width: 48px;
 height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
 padding: 0;
 display: flex;
 align-items: center;
 justify-content: center;
 font-weight: normal;
}
.btn-socialicon {
 width: 38px;
 height: 38px;
}
.btn-sm-socialicon {
 width: 32px;
 height: 32px;
}
.btn-lg-socialicon {
 width: 48px;
 height: 48px;
}
.btn-socialicon,
.btn-sm-socialicon,
.btn-lg-socialicon {
 padding: 0px 0px 0px 20px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-weight: normal;
}
/************ topbar starts ****************/
/**** logo and menu without dropdown desktop Starts ****/
.shadow-sm {box-shadow: none !important; }
.navbar.sticky-top {top: -100px;transition: .5s;}
.navbar .navbar-brand,.navbar a.btn {height: 75px;}
.navbar{padding:0px!important;}
.navbar .navbar-nav .nav-link {
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 font-weight:600;
 color:#192751;
 line-height:24px;
 padding: 0px 45px 0px 0px;
 text-transform: uppercase;
 outline: none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
 color:#77B3B1 !important;transition: all 0.9s ease;
}
.dropdown-menu{border-radius:0;border-color:#253D7F;padding: 17px 24px;}
.dropdown-menu .dropdown-item{
 color: #192751;
 border-bottom: 1px dashed #192751;
 padding: 5px!important;
 line-height: 40px;
 font-size: 15px;
 font-family: 'poppins',sans-serif;
 font-weight:500; 
}
.dropdown-menu .dropdown-item:hover{
 color: #77B3B1!important;
 background-color:#FFFFFF!important;transition: all 0.8s ease;
}
.dropdown-menu.active, .dropdown-item:active {
 color: #77B3B1;
 text-decoration: none;
 background-color:#FFFFFF!important;
}
.navbar .dropdown-toggle::after {
 border: none;
 content: "";
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 vertical-align: middle;
 margin-left: 8px;
}
.shadow-sm {box-shadow: none !important;}

.navbar-expand-lg .navbar-collapse {
 display: flex !important;
 flex-basis: auto;
 vertical-align:middle!important;
}
.navbar .nav-item .dropdown-menu {
 display: block!important;
 margin-top:0;
 left:0!important;
 top:150%;
 opacity:0;
 visibility:hidden;
 transition:0.5s;
 z-index:1;
}
.navbar .nav-item:hover .dropdown-menu {
 top: 100%;
 visibility: visible;
 transition: .5s;
 opacity: 1;
 background-color:#FFFFFF;
}
.downloadbtn .img-top {display: none;transition:0.9s ease all;}
.downloadbtn:hover .img-top {display: inline;transition:0.9s ease all;}
.downloadbtn:hover .img-back {display: none;transition:0.9s ease all;}
/**** logo and menu without dropdown desktop ends ****/
/************ mobile nav starts ***********/
.sticky-top{position: sticky;top: 0;z-index: 1020;}
.mobilelogo{background-color:#ffffff;}
.liststyle a,label{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 font-weight: 400;
 color: #FFFFFF!important;
 line-height: 45px;
 cursor: pointer;
 outline: none;
 text-align: left!important;
 display: block;
 top:10px;
 padding: 0 20px;
} 
.menu{
 position: absolute;
 top: 0;
 left: 0;
 background:#192751;
 width: 240px;
 height:1000px;
 transform: translate3d(-240px, 0, 0);
 transition: transform 0.35s;
 z-index:2;
}
label.menu-toggle { 
 position: absolute ;   
 right: -60px;
 width: 60px;
 height: 61px;
 top: 0;
 line-height: 0px  ;  
 display: block;
 padding: 0;
 text-indent: -9999px;
 background: #fff url(../img/icon-hamburger.png) 50% 50% / 25px 25px no-repeat;
}
ul
 li
   >  label{
  background: url(../img/icon-mobarrow.png) 95% 50% / 16px 16px no-repeat;
}
.liststyle{
 list-style-type:none;
 padding-left: 0rem;
}
.menuhead{
 font-family: 'Poppins', sans-serif;
 font-size:16px;
 text-align:center;
 padding-top:10px;
 color:#FFFFFF;
 font-weight: 400;
}
/* hide inputs */    
.menu-checkbox{display: none;}
/* hide navigation icon for sublabels */ 
.menu .menu label.menu-toggle{background: none;} 
/* fade in checked menu */ 
.menu-checkbox:checked + .menu{
  transform: translate3d(0, 0, 0);
}
/************ mobile nav starts ***********/

.theadertopcontacts{
 font-family: 'Poppins', sans-serif;
 font-size:14px;
 font-weight:600;
 color:#192751;
 line-height:24px; 
}
.theadertopcontactslink{
 font-family: 'Poppins', sans-serif;
 font-size:14px;
 font-weight:600;
 color:#192751;
 line-height:24px; 
}
.theadertopcontactslink:hover{color:#77B3B1!important;}




/************ topbar ends ****************/
/**** sticky social Start ***********/
#sidebox {
 z-index: 9998;
 position: fixed;
 right: 0;
 top: 50%;
 box-sizing: border-box;
 transform: translateY(-50%);
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
 display: block;
}
[class^="icon-"], [class*=" icon-"] {
 font-family: 'icomoon'!important;
 speak: never;
 font-style: normal;
 font-weight: 400;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
#sidebox .icon-menu li {
 display: block;
 height: 50px;
 background-color: #000;
 margin-bottom: 1px;
 padding: 10px;
 padding-top: 5px;
}
li {
 list-style: none;
}
#sidebox:hover .panel {
 transform: translateX(0);
}
#sidebox .panel {
 transition: transform 0.3s ease-out;
 transform: translateX(300px);
 position: absolute;
 top: 0;
 right: 0;
 width: 300px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
#sidebox .sidebox-menu li {
 background-color:#77B3B1;
 margin-bottom: 1px;
}
#sidebox .sidebox-menu li a {
 display: block;
 color: #fff;
 font-size: 15px;
 line-height: 50px;
 padding: 0 10px;
 padding-left: 52px;
}
#sidebox .sidebox-menu li a img {
 position: absolute;
 top: 50%;
 left: 25px;
 transform: translate(-50%,-50%);
}

#sidebox .sidebox-menu li a {
 display: block;
 color: #fff;
 font-size: 15px;
 line-height: 50px;
 padding: 0 10px;
 padding-left: 16px;
}
#sidebox .social-media-menu {
 background-color: #77B3B1;color: #fff!important;
} 
#sidebox .social-media-menu li a img {
 max-width: 100%;
 max-height: 100%;
 }
#sidebox .social-media-menu li a {
 display: block;
 font-size: 1px;
 color: transparent;
 height: 20px;
 width: 20px;
 text-align: center;
}
.stickylocation{
 font-family:Poppins,sanserif;
 font-size:20px;
 font-weight:700px;
 line-height:25px;
 color:#fff;
}
.stickywhatsapp{
 font-family:Poppins,sanserif;
 font-size:20px;
 font-weight:700px;
 line-height:25px;
 color:#fff;
}
.stickyicons {
 height: 30px;
 width: 20px;
 color: #fff;
 font-size: 21px;
 line-height: 2;
}
.stickyiconssocial{
 color: #fff!important;
 font-size:25px;
}
.stickyiconssocial:hover{color:#000!important;}
.stickylocation:hover{color:#000!important;}
.stickywhatsapp:hover{color:#000!important;}
/**** sticky social ends ***********/


/********* Banner starts ************/
.carouselhead{
 font-family: 'Poppins', sans-serif;
 font-size: 50px;
 font-weight: 600;
 color: #FFFFFF;
 animation-delay: 0s;
 line-height: 60px;
 position: absolute;
 bottom: 52%;
 right: 11%;
}
.carouselsubhead{
 font-family: 'Poppins', sans-serif;
 font-size:50px;
 font-weight:600;
 color:#FFFFFF;
 animation-delay: 0s;
 line-height:60px;
 position: absolute;
 bottom: 44%;
 right: 17%;
}
.carouselsubhead01{
 font-family: 'Poppins', sans-serif;
 font-size:50px;
 font-weight:600;
 color:#FFFFFF;
 animation-delay: 0s;
 line-height:60px;
 position: absolute;
 bottom: 50%;
 right: 11.3%;
}

.carouselsubhead03{
 font-family: 'Poppins', sans-serif;
 font-size:26px;
 font-weight:300;
 color:#FFFFFF;
 animation-delay: 0s;
 line-height:45px;
 position: absolute;
 bottom: 39%;
 right: 11.3%;
}
.bannerdivtext{
 position: absolute;
 right:0%;
 animation-delay: 0s;
 bottom: 0%;
 background-color:#192751;
 width: 30%;
 padding: 25px 0px 25px 36px;
 z-index:2;
}
.ttopcontacts{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 font-weight: 500;
 color: #ffffff;
 line-height: 24px; 
}
.ttopcontactslink{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 font-weight: 500;
 color: #ffffff;
 line-height: 24px; 
}
.ttopcontactslink:hover{color:#77B3B1!important;}







.carousel02head {
 font-family: 'Poppins', sans-serif;
 font-size: 50px;
 font-weight: 600;
 color: #FFFFFF;
 animation-delay: 0s;
 line-height: 60px;
 position: absolute;
 bottom: 52%;
 right: 11%;
}
.carousel02subhead {
 font-family: 'Poppins', sans-serif;
 font-size: 50px;
 font-weight: 600;
 color: #FFFFFF;
 animation-delay: 0s;
 line-height: 60px;
 position: absolute;
 bottom: 44%;
 right: 27.5%;
}
.carousel02subhead01 {
 font-family: 'Poppins', sans-serif;
 font-size: 50px;
 font-weight: 600;
 color: #FFFFFF;
 animation-delay: 0s;
 line-height: 60px;
 position: absolute;
 bottom: 36%;
 right: 30.3%;
}

.carousel03head {
 font-family: 'Poppins', sans-serif;
 font-size: 50px;
 font-weight: 600;
 color: #FFFFFF;
 animation-delay: 0s;
 line-height: 60px;
 position: absolute;
 bottom: 52%;
 right: 11%;
}
.carousel03subhead {
 font-family: 'Poppins', sans-serif;
 font-size: 50px;
 font-weight: 600;
 color: #FFFFFF;
 animation-delay: 0s;
 line-height: 60px;
 position: absolute;
 bottom: 44%;
 right: 8.5%;
}
.carousel03subhead01 {
 font-family: 'Poppins', sans-serif;
 font-size: 50px;
 font-weight: 600;
 color: #FFFFFF;
 animation-delay: 0s;
 line-height: 60px;
 position: absolute;
 bottom: 36%;
 right: 19%;
}
.carousel04head {
 font-family: 'Poppins', sans-serif;
 font-size: 50px;
 font-weight: 600;
 color: #FFFFFF;
 animation-delay: 0s;
 line-height: 60px;
 position: absolute;
 bottom: 52%;
 right: 11%;
}
.carousel04subhead {
 font-family: 'Poppins', sans-serif;
 font-size: 50px;
 font-weight: 600;
 color: #FFFFFF;
 animation-delay: 0s;
 line-height: 60px;
 position: absolute;
 bottom: 44%;
 right: 11.5%;
}
.carousel04subhead01 {
 font-family: 'Poppins', sans-serif;
 font-size: 50px;
 font-weight: 600;
 color: #FFFFFF;
 animation-delay: 0s;
 line-height: 60px;
 position: absolute;
 bottom: 36%;
 right: 15%;
}




/********* Banner starts ************/
/***************welcome starts **************/
.twelcomehead{
 font-family: 'Poppins', sans-serif;
 font-size:14px;
 color: #696D71;
 line-height: 24px;
 font-weight:500!important;
 letter-spacing:4px;
}
.twelcomesubhead{
 font-family: 'Poppins', sans-serif;
 font-size:64px;
 color: #192751;
 line-height: 74px;
 font-weight:500!important;
}
.twelcomesubhead01{
 font-family: 'Poppins', sans-serif;
 font-size:64px;
 color: #A9B3BB;
 line-height: 66px;
 font-weight:500!important;
}
.twelcometext{
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 color: #696D71;
 line-height: 26px;
 font-weight:400!important;
}
.twelcometextblue{
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 color: #192751;
 line-height: 26px;
 font-weight: 500!important;

}
.welcomebtn {
 position: relative;
 min-width: 180px;
 font-family: "Roboto", sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 22px;
 text-align: center;
 overflow: hidden;
 display: inline-block;
 padding: 15px 30px;
 border: 0px solid transparent;
 color: #FFFFFF;
 background-color: #192751;
 letter-spacing: 4px;
}
.welcomebtn:before {
 position: absolute;
 width: 200%;
 height: 200%;
 content: "";
 top: -200%;
 left: 50%;
 background-color: #FFFFFF;
 border-radius: 50%;
 z-index: 1;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 -webkit-transition-duration: 800ms;
 transition-duration: 800ms;
}
.welcomebtn .btn-wrap .text-one {
 position: relative;
 display: block;
 transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 -webkit-transition: all 0.3s ease;
}
.welcomebtn .btn-wrap .text-two {
 position: absolute;
 top: 100%;
 display: block;
 -webkit-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.btn-two {
 font-family: "Roboto", sans-serif;
 font-weight:400;
 color: #FFFFFF;
 background-color:#192751;
}
.btn-two:before {
 background-color: #A9B3BB;
}
.welcomebtn .btn-wrap {
 position: relative;
 z-index: 1;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: center;
}
.btn-two .btn-wrap .text-one, .btn-two .btn-wrap .text-two {
 color:#FFFFFF;
}
.btn-two .btn-wrap .text-one, .btn-two .btn-wrap .text-two {
 color: #FFFFFF;
}
.welcomebtn:hover, .welcomebtn:hover .btn-wrap .text-one, .welcomebtn:hover .btn-wrap .text-two {
 color: #000000;
}
.welcomebtn:hover:before {
 top: -40%;
}
.btn-two:hover .btn-wrap .text-one, .btn-two:hover .btn-wrap .text-two {
 color: #000000;
}
.welcomebtn:hover .btn-wrap .text-one {
 -webkit-transform: translateY(-150%);
 -ms-transform: translateY(-150%);
 transform: translateY(-150%);
}
.btn-two:hover .btn-wrap .text-two {
 color: #000000;
}
.welcomebtn:hover .btn-wrap .text-two {
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}

.welcomebg{
 background-color: #FFFFFF;
 background-image: url(../img/welcomeimg.jpg);
 background-position: left top;
 background-repeat: no-repeat;
 animation: welcomeimg 3s infinite alternate;
}	

@keyframes welcomeimg{
0% {
 background-image:url(../img/welcomeimgafter.jpg);
}
30% {
 background-image:url(../img/welcomeimgafter01.jpg);
}
70% {
 background-image:url(../img/welcomeimgafter02.jpg);
}
100% {
  background-image:url(../img/welcomeimg.jpg);
 }
}
.welcomepadding{padding-left:250px;}
/***************welcome starts **************/

/********what we do home starts **********/
#whatwedobg {
 background-image: url(../img/whatwedobg.jpg);
 background-repeat: no-repeat;
 background-position: top left;
 background-size: cover;
 background-attachment: fixed;
}
.whatwedopadding{padding-bottom:300px;}
.tservicehead{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 font-weight:500;
 color:#fff;
 line-height:20px;
 text-transform: uppercase;
 letter-spacing:1px;
}
.tservicesubhead{
 font-family: 'Poppins', sans-serif;
 font-size: 48px;
 font-weight:500;
 color:#fff;
 line-height:55px;
}
.servicebg{
 background-image: url(../img/servicebg.jpg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 padding: 81px 40px 270px 40px;
} 
.serviceslider{margin-top: -228px;}
.bgdark{
 background:#78B3B2;
 padding: 13px 10px 13px 10px;
 margin-top: -33px;
 position: relative;	
}
.twhatwedotext{
 font-family: 'Poppins', sans-serif;
 font-size: 22px;
 font-weight:400;
 color:#FFFFFF;
 line-height:32px;
}
.slick-prev {left: -25px!important;z-index: 999!important;}
.slick-next:before, .slick-prev:before {color: #000!important;}
.slick-next {right: -7px!important;}

.overflow {
 overflow: hidden;
 border:5px solid #FFFFFF;
}
.overflow:hover img{
 -webkit-transform: scale(1.6); 
 -moz-transform: scale(1.6);
 -o-transform: scale(1.6);
 transform: scale(1.1);
}
.overflow img {
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 -ms-transition: all .4s ease-in-out;
}
.overflow:hover .bgdark{background-color:#192752!important;} 
.overflow:hover .projectbtnarrow{background-color:#8D8D8B!important;} 
/******** what we do home ends **********/

/********why choose us home starts **********/
.whychooseusbg{
 background-image: url(../img/whychooseusbg.png);
 background-position: top right;
 background-repeat: no-repeat;
 margin-top: -194px;
 animation: image01 2s infinite alternate;
} 
.whychooseustoppadding{padding-top: 206px;}
.twhychooseushead{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 font-weight:500;
 color:#696D71;
 line-height:20px;
 text-transform: uppercase;
 letter-spacing:1px;
}
.twhychooseussubhead{
 font-family: 'Poppins', sans-serif;
 font-size: 48px;
 font-weight:500;
 color:#192751;
 line-height:55px;
}
.card {
 position: relative;
 display: flex;
 flex-direction: column;
 min-width: 0;
 word-wrap: break-word;
 background-clip: border-box;
 border:none;
 border-radius:0px!important;
}
.card-header {
 padding: 0px;
 margin-bottom: 0;
 border-bottom: 0px solid #E2E2E2!important;
 background-color: #192752;
 transition:0.9s ease all;
}
.card-body {
 flex: 1 1 auto;
 padding: 0px 30px 16px 30px;
 height:100%;
 background-color: #192752;
 transition:0.9s ease all;
}
.card-footer {
 padding: 0px 30px 30px 30px;
 border-top: none!important;
 background-color: #192752;
 border-radius:0px!important;
 transition:0.9s ease all;
}
.card-title {
 font-family: 'Poppins', sans-serif;
 font-size: 28px;
 color: #FFFFFF;
 font-weight:600;
 line-height:38px;
 margin-bottom:3px!important;
}
.cardtext{
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 color: #FFFFFF;
 font-weight:400;
 line-height:26px;
}
.card figure {
 position: relative;
}
.card figure::before {
/*  position: absolute;
 top: 0;
 left: -75%;
 z-index: 2;
 display: block;
 content: '';
 width: 50%;
 height: 100%;
 background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
 background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
 -webkit-transform: skewX(-25deg);
 transform: skewX(-25deg); */
 position: absolute;
 top: 0;
 left: -235%;
 z-index: 2;
 display: block;
 content: '';
 width: 50%;
 height: 75%;
 background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
 background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
 -webkit-transform: skewX(56deg);
 transform: skewX(-70deg);
}
.card:hover figure::before {
 -webkit-animation: shine .75s;
 animation: shine .75s;
}
@-webkit-keyframes shine {
 100% {
  left: 125%;
 }
}
@keyframes shine {
 100% {
  left: 125%;
 }
}

figure {
 margin: 0;
 padding: 0;
 background-color: #192752;
 overflow: hidden;
 transition:0.9s ease all;
}
.card:hover .card-header {background-color: #E41E26;transition:0.9s ease all; }
.card:hover .card-body {background-color: #E41E26;transition:0.9s ease all; }
.card:hover .card-footer {background-color: #E41E26;transition:0.9s ease all; }
.card:hover figure {background-color: #E41E26;transition:0.9s ease all; }
/********why choose us home ends **********/
/********** industries starts ***********/
#industriesbg{
  background-image: url(../img/industriesbg.jpg);
 background-repeat: no-repeat;
 background-position: top left;
 background-size: cover;
 background-attachment: fixed;
}
.tindustrieshead{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 font-weight:500;
 color:#FFFFFF!important;
 line-height:20px;
 text-transform: uppercase;
 letter-spacing:1px;
}
.tindustriessubhead{
 font-family: 'Poppins', sans-serif;
 font-size: 48px;
 font-weight:500;
 color:#FFFFFF;
 line-height:55px;
}
.industriesbox{
 background-color: rgba(25,39,82, 0.7);
 padding: 10px 15px;
 transition:0.9s ease all;
}
.tindustriescontenthead{
 font-family: 'Poppins', sans-serif;
 font-size: 18px;
 font-weight:400;
 color:#FFFFFF;
 line-height:28px;
 text-transform:uppercase;
}
.industriesbox:hover{background-color:rgba(223,227,235, 1);transition:0.9s ease all;}
.industriesbox:hover .tindustriescontenthead{color:#192752!important;transition:0.9s ease all;}

.industriesbox .img-top {display: none;transition:0.9s ease all;}
.industriesbox:hover .img-top {display: inline;transition:0.9s ease all;}
.industriesbox:hover .img-back {display: none;transition:0.9s ease all;}

.industriesbtn {
 position: relative;
 min-width: 180px;
 font-family: "Roboto", sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 22px;
 text-align: center;
 overflow: hidden;
 display: inline-block;
 padding: 15px 30px;
 border: 0px solid transparent;
 color: #FFFFFF;
 background-color: #192751;
 letter-spacing: 4px;
}
.industriesbtn:before {
 position: absolute;
 width: 200%;
 height: 200%;
 content: "";
 top: -200%;
 left: 50%;
 background-color: #FFFFFF;
 border-radius: 50%;
 z-index: 1;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 -webkit-transition-duration: 800ms;
 transition-duration: 800ms;
}
.industriesbtn .btn-wrap .text-one {
 position: relative;
 display: block;
 transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 -webkit-transition: all 0.3s ease;
}
.industriesbtn .btn-wrap .text-two {
 position: absolute;
 top: 100%;
 display: block;
 -webkit-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.btn-two {
 font-family: "Roboto", sans-serif;
 font-weight:400;
 color: #FFFFFF;
 background-color:#192751;
}
.btn-two:before {
 background-color: #A9B3BB;
}
.industriesbtn .btn-wrap {
 position: relative;
 z-index: 1;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: center;
}
.btn-two .btn-wrap .text-one, .btn-two .btn-wrap .text-two {
 color:#FFFFFF;
}
.btn-two .btn-wrap .text-one, .btn-two .btn-wrap .text-two {
 color: #FFFFFF;
}
.industriesbtn:hover, .industriesbtn:hover .btn-wrap .text-one, .industriesbtn:hover .btn-wrap .text-two {
 color: #000000;
}
.industriesbtn:hover:before {
 top: -40%;
}
.btn-two:hover .btn-wrap .text-one, .btn-two:hover .btn-wrap .text-two {
 color: #000000;
}
.industriesbtn:hover .btn-wrap .text-one {
 -webkit-transform: translateY(-150%);
 -ms-transform: translateY(-150%);
 transform: translateY(-150%);
}
.btn-two:hover .btn-wrap .text-two {
 color: #000000;
}
.industriesbtn:hover .btn-wrap .text-two {
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
/********** industries ends ***********/
/********** iclients starts ***********/
.tclientssubhead {
 font-family: 'Poppins', sans-serif;
 font-size: 48px;
 font-weight: 500;
 color: #192751;
 line-height: 55px;
}
.clients-slide01 .slick-carousel {
 width: auto!important;
}
.slick-carousel01 .slick-cloned{display:none!important;}
.clients-slide01 .slick-slide {
 width:auto!important;
 padding: 0px 5px;
 text-align: center;
}
.clients-slide .slick-carousel:hover .slider-item{animation-play-state:paused;}
.slider-item img{border-radius: 0px;}
.clients-slide01 .slick-list{padding:0px!important;}
.slick-slide:nth-child(odd) {
  background:;
}
.tbrandhead {
 font-family: 'Poppins', sans-serif;
 color: #004799;
 font-weight: 700;
 font-size: 34px;
 line-height: 40px;
 text-align:center;
}
.tpartnersbtn{
font-family: 'Mont', sans-serif;
color: #000;
font-weight: 400;
font-size: 16px;
line-height: 35px;
background: transparant;
padding: 3px 25px;
position: relative;
z-index: 1;
border: 2px solid #00548b54;
width:fit-content;
}
.tpartnersbtn:hover {color: #fff;transition:0.9s ease all;background:#00538B;}
.tpartnersbtn:hover::before { 
 transform: rotateX(90deg);
 transition:0.9s ease all;
 background:#ED1C24;
}
.tpartnersbtn:hover::after {
 transform: rotateY(90deg);
 transition:0.9s ease all;
 background:#00538B;
}
.tpartnersbtn::before {
 width: 100%;
 height: 100%;
 content: "";
 margin: auto;
 position: absolute;
 top: 0%;
 left: 0%;
 background:transparent;
 transition: all .52s;
 z-index: -1;
 border-radius: 5px;
 transition:0.9s ease all;
}
.tpartnersbtn::after {
 width: 100%;
 height: 100%;
 content: "";
 margin: auto;
 position: absolute;
 top: 0%;
 left: 0%;
 background:transparent;
 transition: all .52s;
 z-index: -1;
 transition:0.9s ease all;
}
.brandborder{border: 1px solid #e3dfdf;padding:0px 10px;margin: 0px 5px;}

/********** iclients scrolling ***********/
#scroller{
 width: 10000%;
}
#scroller.ready > *{
 display: inline-block;
 float:left;
 overflow: hidden;
 
 webkit-animation-timing-function: linear;
 animation-timing-function: linear;

 -webkit-animation-timing-function: linear;
 animation-timing-function: linear;

 -webkit-animation-delay: 0.1s;
 animation-delay: 0.1s;

 -webkit-animation-duration: 35s;
 animation-duration: 35s;

 -webkit-animation-name: marginator;
 animation-name: marginator;
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
}
#scroller:hover > *{
 -webkit-animation-play-state: paused;
 animation-play-state: paused;
}
@-webkit-keyframes marginator {
 0% {
    -webkit-transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
 }
 100% {
    -webkit-transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
 }
}

@keyframes marginator {
 0% {

 -webkit-transform: translate(0,0);
 transform: translate(0,0);

 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
 }
 100% {
 -webkit-transform: translate(-100%,0);
 transform: translate(-100%,0);
 -webkit-transform: translate3d(-100%,0,0);
 transform: translate3d(-100%,0,0);
 }
}
#scroller-wrapper{overflow: hidden;}
/********** iclients ends ***********/
/*********** bottom classes starts ***********/
.bottombg {
 background-image:url(../img/bottombg.png),linear-gradient(to right, #000e2a, #031634, #091b3e, #112148, #192752);
 background-color: #15234C; 
 background-position:right top;
 background-repeat:no-repeat; 
}
.tbottomhead{ 
 font-family: 'Poppins', sans-serif;
 font-size: 20px;
 color: #6DA5A7;
 font-weight:400;
 line-height:18px;
}
.tbottomsubhead{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 color: #FFFFFF;
 font-weight:700;
 line-height:24px;
}
.tbottomtext{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 color: #FFFFFF;
 font-weight:300;
 line-height:24px;
}
.tbottomlinks{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 color: #FFFFFF;
 font-weight:300;
 line-height:30px;
 transition: 200ms;
}
.tbottomlinks:hover{ color: #77B3B1; transition: 200ms;}
.tbottomlinksactive{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 color: #77B3B1;
 font-weight:300;
 line-height:32px;
}
.tbottomcontacttext{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 color: #FFFFFF;
 font-weight:300;
 line-height:26px;
}
.tbottomcontacticon{ font-size: 19px; color: #FFF; padding-right:5px;    vertical-align: middle;}
.tbottomcontactlinks{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 color: #FFFFFF;
 font-weight:300;
 line-height:26px;
}
.tbottomlinks:hover{ color: #77B3B1; transition: 200ms;}
.tbottomlinksactive:hover{ color: #77B3B1; transition: 200ms;}
.tbottomcontactlinks:hover{ color: #77B3B1; transition: 200ms;}
.footer ul { margin-bottom: 0px; list-style-type: none; }
.tfollowuson{
 font-family: 'Roboto', sans-serif;
 font-size: 14px;
 color: #ffffff;
 font-weight: 400;
 line-height: 17px;
 vertical-align:middle;
}
.tbottomcontactshead{
 font-family: 'Roboto', sans-serif;
 font-size: 12px;
 color: #77B3B1;
 font-weight: 400;
 line-height: 17px;
 text-transform:uppercase;
}
.tbottomcontactslink{
 font-family: 'Roboto', sans-serif;
 font-size: 16px;
 color: #FFFFFF;
 font-weight: 500;
 line-height: 26px;
}
/************** copyright starts **************/
.bottomcopyrightbg { background-color: #4A7DBC; }
.tcopyright{
 font-family: 'Roboto', sans-serif;
 font-size: 12px;
 color: #ffffff;
 font-weight: 400;
 line-height: 17px;
}
.tcopyrightcompany{
 font-family: 'Roboto', sans-serif;
 font-size: 12px;
 color: #ffffff;
 font-weight: 600;
 line-height: 17px;
}
.tdesignby{
 font-family: 'Roboto', sans-serif;
 font-size: 12px;
 color: #ffffff;
 font-weight: 400;
 line-height: 17px;
}
/************** copyright ends **************/
/************************ social icons starts ************************/
.smGlobalBtn { display: inline-block; position: relative; cursor: pointer; width: 30px; height: 30px;
 border:0px solid #ddd; box-shadow: 0px #999; padding: 0px; margin-left: 15px; text-decoration: none;
 text-align: center; color: #071536; font-size: 20px; font-weight: normal; line-height: 31px;
 border-radius: 27px;
 -moz-border-radius:27px;
 -webkit-border-radius:27px;
}

/* facebook button class*/
.facebookBtn{ background: #78B3B2; }
.facebookBtn:before{  font-family: "FontAwesome"; content: "\f09a";}
.facebookBtn:hover{ color: #4060A5; background: #fff; border-color: #4060A5; }

/* twitter button class*/
.twitterBtn{ background: #78B3B2; }
.twitterBtn:before{ font-family: "FontAwesome"; content: "\f099"; }
.twitterBtn:hover{ color: #00ABE3; background: #fff; border-color: #00ABE3;}

/* google plus button class*/
.googleplusBtn{ background: #78B3B2; }
.googleplusBtn:before{ font-family: "FontAwesome"; content: "\f0d5"; }
.googleplusBtn:hover{ color: #e64522; background: #fff; border-color: #e64522;}

/* linkedin button class*/
.linkedinBtn{ background: #78B3B2; }
.linkedinBtn:before{ font-family: "FontAwesome"; content: "\f0e1"; }
.linkedinBtn:hover{ color: #0094BC; background: #fff; border-color: #0094BC;}

/* pinterest button class*/
.pinterestBtn{ background: #cb2027; }
.pinterestBtn:before{ font-family: "FontAwesome"; content: "\f0d2"; }
.pinterestBtn:hover{ color: #cb2027; background: #fff; border-color: #cb2027;}

/* tumblr button class*/
.tumblrBtn{ background: #3a5876; }
.tumblrBtn:before{ font-family: "FontAwesome"; content: "\f173"; }
.tumblrBtn:hover{ color: #3a5876; background: #fff; border-color: #3a5876; }

/* rss button class*/
.rssBtn{ background: #e88845; }
.rssBtn:before{ font-family: "FontAwesome"; content: "\f09e"; }
.rssBtn:hover{ color: #e88845; background: #fff; border-color: #e88845; }

/* instagram button class*/
.instagramBtn{ background: #78B3B2; }
.instagramBtn:before{ font-family: "FontAwesome";  content: "\f16d"; }
.instagramBtn:hover{ color: #405DE6; background: #fff; border-color: #405DE6; }
/************************ social icons starts ************************/
/*********** bottom classes ends ***********/

/*********************** INNER PAGES STARTS *************************/

/****** common style starts *******/
.theading{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 font-weight: 500;
 color: #696D71;
 line-height: 20px;
 text-transform: uppercase;
 letter-spacing: 1px;
}
.theadingwhite{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 font-weight: 500;
 color: #FFFFFF;
 line-height: 20px;
 text-transform: uppercase;
 letter-spacing: 1px;
}
.tsubheading{
 font-family: 'Poppins', sans-serif;
 font-size: 48px;
 font-weight: 500;
 color: #192751;
 line-height: 55px;
}
.tsubheadingwhite{
 font-family: 'Poppins', sans-serif;
 font-size: 48px;
 font-weight: 500;
 color: #FFFFFF;
 line-height: 55px;
}
.tsubheadinggreen{
 font-family: 'Poppins', sans-serif;
 font-size: 48px;
 font-weight: 500;
 color: #78B3B2;
 line-height: 55px;
}
.tsubheading01{
 font-family: 'Poppins', sans-serif;
 font-size: 48px;
 font-weight: 500!important;
 color: #A9B3BB;
 line-height: 55px;
}
.tsubheading01white{
 font-family: 'Poppins', sans-serif;
 font-size: 48px;
 font-weight: 500!important;
 color: #FFFFFF;
 line-height: 55px;
}
.tsubheading01red{
 font-family: 'Poppins', sans-serif;
 font-size: 48px;
 font-weight: 500!important;
 color: #E41E26;
 line-height: 55px;
}
.ttext {
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 color: #696D71;
 line-height: 26px;
 font-weight: 400!important;
}
.ttext02 {
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 color: #010F2B;
 line-height: 26px;
 font-weight: 400!important;
}
.ttext02:hover {color: #192751;}
.ttextgreen{
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 color: #192751;
 line-height: 26px;
 font-weight: 500!important;
}
.ttextwhite {
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 color: #FFFFFF;
 line-height: 26px;
 font-weight: 400!important;
}

.submitbtn {
 position: relative;
 min-width: 180px;
 font-family: "Roboto", sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 22px;
 text-align: center;
 overflow: hidden;
 display: inline-block;
 padding: 15px 30px;
 border: 0px solid transparent;
 color: #FFFFFF;
 background-color: #7a7a7a;
 letter-spacing: 4px;
}
.submitbtn:before {
 position: absolute;
 width: 200%;
 height: 200%;
 content: "";
 top: -200%;
 left: 50%;
 background-color: #FFFFFF;
 border-radius: 50%;
 z-index: 1;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 -webkit-transition-duration: 800ms;
 transition-duration: 800ms;
}
.submitbtn .btn-wrap .text-one {
 position: relative;
 display: block;
 transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 -webkit-transition: all 0.3s ease;
}
.submitbtn .btn-wrap .text-two {
 position: absolute;
 top: 100%;
 display: block;
 -webkit-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.btn-two {
 font-family: "Roboto", sans-serif;
 font-weight:400;
 color: #FFFFFF;
 background-color:#192751;
}
.btn-two:before {
 background-color: #A9B3BB;
}
.submitbtn .btn-wrap {
 position: relative;
 z-index: 1;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: center;
}
.btn-two .btn-wrap .text-one, .btn-two .btn-wrap .text-two {
 color:#FFFFFF;
}
.btn-two .btn-wrap .text-one, .btn-two .btn-wrap .text-two {
 color: #FFFFFF;
}
.submitbtn:hover, .submitbtn:hover .btn-wrap .text-one, .submitbtn:hover .btn-wrap .text-two {
 color: #000000;
}
.submitbtn:hover:before {
 top: -40%;
}
.btn-two:hover .btn-wrap .text-one, .btn-two:hover .btn-wrap .text-two {
 color: #000000;
}
.submitbtn:hover .btn-wrap .text-one {
 -webkit-transform: translateY(-150%);
 -ms-transform: translateY(-150%);
 transform: translateY(-150%);
}
.btn-two:hover .btn-wrap .text-two {
 color: #000000;
}
.submitbtn:hover .btn-wrap .text-two {
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}

/****** common style starts *******/










/*-- About innerpage--*/
.about-area {
  position: relative;
}

.about-area .about-shape img {
  position: absolute;
}

.about-area .about-shape img:nth-child(1) {
  top: 100px;
  left: 0;
}

.about-area .about-shape img:nth-child(2) {
  left: 90px;
  top: 140px;
  -webkit-animation: about-ani-two 15s linear infinite;
          animation: about-ani-two 15s linear infinite;
}
.vert-move {
 -webkit-animation: mover 1s infinite  alternate;
 animation: mover 0.8s infinite  alternate;
}

@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.about-area .about-shape img:nth-child(3) {
  top: 100px;
  left: 30px;
  max-width: 210px;
  -webkit-animation: about-ani-one 5s linear infinite;
          animation: about-ani-one 5s linear infinite;
}
.about-area .about-shape img:nth-child(4) {
 top: 161px;
 left: 375px;
 rotate: 90deg;
}
.about-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.about-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.about-area .left-padding {
  padding-left: 0;
}

.about-area .about-img .one {
  margin-bottom: 30px;
  text-align: right;
  position: relative;
}

.about-area .about-img .one img:nth-child(1) {
  border-radius: 0 30% 0 0;
  max-width: 375px;
  margin-left: auto;
  z-index: 1;
  position: relative;
}

.about-area .about-img .one img:nth-child(2) {
  position: absolute;
  top: 0;
  right: -60px;
  -webkit-animation: about-ani-three 20s linear infinite;
          animation: about-ani-three 20s linear infinite;
}

.about-area .about-img .three img {
  border-radius: 30% 0 0 0;
}

.about-area .about-content {
  max-width: 713px;
}

.about-area .about-content .section-title {
  text-align: left;
  margin-bottom: 30px;
}

.about-area .about-content .middle {
  margin-bottom: 35px;
}

.about-area .about-content .middle span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10px;
  display: block;
}

.about-area .about-content .middle p {
  margin-bottom: 0;
}

.about-area .about-content .bottom {
  margin-bottom: 40px;
}

.about-area .about-content .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-area .about-content .bottom ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333333333%;
          flex: 0 0 33.33333333333333%;
  max-width: 33.33333333333333%;
  position: relative;
  padding-left: 80px;
}

.about-area .about-content .bottom ul li i {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  color: #e93c05;
  font-size: 50px;
  z-index: 1;
}

.about-area .about-content .bottom ul li i:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  top: -10px;
  left: -15px;
  border-radius: 50%;
  background-color: #fcd1c4;
  z-index: -1;
}

.about-area .about-content .bottom ul li h3 {
  font-size: 40px;
  margin-bottom: 5px;
}

.about-area .about-content .bottom ul li p {
  margin-bottom: 0;
  font-weight: 600;
  color: #e93c05;
}

.about-area .about-content .years {
  position: relative;
  left: -110px;
}

.about-area .about-content .years ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-area .about-content .years ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.about-area .about-content .years ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.about-area .about-content .years ul li .years-inner {
  background-color: #011a41;
  border-radius: 10px 0 10px 0;
  position: relative;
  padding: 18px 150px 20px 130px;
}

.about-area .about-content .years ul li .years-inner span {
  display: inline-block;
  font-size: 80px;
  color: #e93c05;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 25px;
}

.about-area .about-content .years ul li .years-inner h4 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
}

.about-area .about-content .years ul li .years-inner i {
  display: inline-block;
  font-size: 85px;
  color: #5d6d86;
  position: absolute;
  top: -3px;
  right: 25px;
}

.about-area .about-content .years ul li .years-inner img {
  position: absolute;
  right: -55px;
  bottom: -20px;
  -webkit-animation: about-ani-three 20s linear infinite;
          animation: about-ani-three 20s linear infinite;
  z-index: -1;
}

@-webkit-keyframes about-ani-one {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-15px, 0);
            transform: translate(-15px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes about-ani-one {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-15px, 0);
            transform: translate(-15px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes about-ani-two {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes about-ani-two {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@-webkit-keyframes about-ani-three {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes about-ani-three {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.video-wrap {
  z-index: 2;
  margin-left: 25px;
}

.video-wrap a {
  z-index: 10;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  font-size: 60px;
  text-align: center;
  color: #e93c05;
}

.video-wrap a i {
  line-height: 90px;
}

.video-wrap a:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: #fac7b7;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.video-wrap a:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: #fac7b7;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.video-wrap a:hover {
  color: #fff;
}

.video-wrap a:hover:before {
  background-color: #011a41;
}

.video-wrap a:hover:after {
  background-color: #011a41;
}

.video-wrap span {
  display: inline-block;
  color: #e93c05;
  font-weight: 600;
  position: relative;
  top: -20px;
  margin-left: 25px;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}.corevaluebox{
 padding:20px 20px; 
}
.tcorevaluehead{
 font-family: 'Poppins', sans-serif;
 font-size: 25px;
 line-height: 30px;
 font-weight: 700;
 margin: 0 0 10px;
 color: #192751;
}
.nav-tabs {
 border-bottom: 0px;
}
.featurepoint-item .featurepoint-link.active, .nav-tabs .featurepoint-item.show .featurepoint-link {
 font-family: 'Roboto', sans-serif;
 font-weight: 700;
 font-size: 16px;
 color: #ffffff!important;
 background-color: #78B3B2;
 border: 0px;
 border-bottom: 0px;
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.nav-tabs .featurepoint-link { 
 font-family: 'Roboto', sans-serif;
 font-weight:700;
 margin-bottom: -1px;
 background: none;
 border: 1px solid #78B3B2;
 border-top-left-radius: 0px;
 border-top-right-radius: 0px;
 padding: 34px;
}
.featurepoint-link:hover, .featurepoint-link:focus {
 color: #000000!important;
 border-bottom: 1px solid #78B3B2;
 border: 1px solid #78B3B2;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
 border-color: #78B3B2;
}
.accordion-item {
 background-color: #fff;
 border: 1px solid transparent; 
}
.ttabhead {
 display: block;
 color: #000000;
 transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}
.featurepoint-item {
 padding: 15px;
 text-align: center;
}
.whatwedoicons{
 font-size:50px;
 vertical-align: middle;
}
.accordion-button {
 font-family: 'Roboto', sans-serif;
 font-weight:700;
 font-size: 18px;
 color: #000000;
 line-height:26px;
 background-color:#d1bb8c6b;
}
.accordion-button:not(.collapsed) {
 font-family: 'Roboto', sans-serif;
 font-weight:700;
 font-size: 18px;
 line-height:26px;
 color: #FFFFFF;
 background-color: #78B3B2;
 box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:not(.collapsed)::after {
 background-image:url(../img/chevron-down-icon.png)!important;
 transform: rotate(0deg)!important;
 vertical-align:middle;
}
.accordion-item:first-of-type .accordion-button {
 border-top-left-radius: 0px!important;
 border-top-right-radius: 0px!important;
}

.corevalueicon {
 -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 250ms color;
  -webkit-transition: 250ms color;
  -moz-transition: 250ms color;
  -ms-transition: 250ms color;
  -o-transition: 250ms color;
 animation-name: wave;
 animation-duration: 1s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
}
@keyframes wave {
  0% {box-shadow: 0 0 0px 0px rgba(25, 39, 81, 0.5);}
  100% {box-shadow: 0 0 0px 15px rgba(25, 39, 81, 0);}
}
/*-- why choose us starts --*/
.whychooseusbgabout{
 background-image: url(../img/whychooseusbg.jpg);
 background-position: bottom left;
 background-repeat: no-repeat;
 background-size: cover;
 
 
 -webkit-animation: slidein 100s;
 animation: slidein 100s;
 -webkit-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
 -webkit-animation-direction: alternate;
 animation-direction: alternate; 
}

@-webkit-keyframes slidein {
from {background-position: top; background-size:3000px; }
to {background-position: 0px 0px;background-size:2750px;}
}

@keyframes slidein {
from {background-position: top; background-size:3000px; }
to {background-position: 0px 0px;background-size:2750px;}

}

.whychooseusimgtopup{
 margin-top: -125px;
 position: sticky;
 z-index: 1;
}
/*-- why choose us starts --*/

.strengthlist li {
 list-style: none;
 list-style-image: url(../img/icon-strength.png);
 text-align: left;
 padding-left: 10px;
}
#ourstrengthbg{
 background-image:url(../img/ourstrengthbg.jpg);
 background-attachment:fixed;
 background-size:cover;
 background-repeat:no-repeat;
 background-position:center;
}
/*-------------------- about ----------------------*/

/*------------------- recruitment starts ------------------*/
.gulfnetwork-area {
 position: relative;
 display: block;
 overflow: hidden;
 z-index: 1;
}
.gulfnetwork-areabg {
 background-attachment: scroll;
 background-size: cover;
 background-position: center top;
 background-repeat: no-repeat;
 z-index: -1;
 background-image:url(../img/gulfnetwork-bg.jpg);
}
.gulfnetwork-image-box {
 position: relative;
 display: block;
 min-height: 702px;
}
.gulfnetwork-image-box .shape1 {
 position: absolute;
 top: -80px;
 left: -50px;
 bottom: -100px;
 right: -100px;
} 
.gulfnetwork-image-box .shape1 img {
 opacity: 0.10;
}
.zoom-fade {
 animation-name: zoom-fade;
 animation-duration: 5s;
 animation-iteration-count: infinite;
 animation-timing-function: linear;
 -webkit-animation-name: zoom-fade;
 -webkit-animation-duration: 5s;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-timing-function: linear;
 -moz-animation-name: zoom-fade;
 -moz-animation-duration: 5s;
 -moz-animation-iteration-count: infinite;
 -moz-animation-timing-function: linear;
 -ms-animation-name: zoom-fade;
 -ms-animation-duration: 5s;
 -ms-animation-iteration-count: infinite;
 -ms-animation-timing-function: linear;
 -o-animation-name: zoom-fade;
 -o-animation-duration: 5s;
 -o-animation-iteration-count: infinite;
 -o-animation-timing-function: linear;
}

@keyframes zoom-fade{
0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
}
.gulfnetwork-image-box .main {
 position: absolute;
 top: 35px;
 left: -58px;
 bottom: 0;
}
.gulfnetwork-image-box .main img {
 max-width: none;
 float: left;
 -webkit-animation: animation1 5s ease-in infinite;
 animation: animation1 5s ease-in infinite;
}
@keyframes animation1{
 0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
}
25%, 75% {
    -webkit-transform: rotate(0deg) translateX(-5px);
    transform: rotate(0deg) translateX(-5px);
}
50% {
    -webkit-transform: rotate(0deg) translateX(10px);
    transform: rotate(0deg) translateX(10px);
}
}

.inner-content {
 position: relative;
 display: block;
 padding: 116px 0 130px 233px;
}
.inner-title {
 position: relative;
 display: block;
 margin: 0 0 52px;
}
.tgulfnetworkhead {
 font-family: "Poppins", sans-serif;
 font-size: 40px;
 font-weight: 700;
 color: #ffffff;
 line-height: 57px;
}
.tgulfnetworkhead span {
 font-family: "Poppins", sans-serif;
 font-size: 72px;
 font-weight: 300;
 color: #ffffff;
 line-height: 80px;
}


.aboutbg01 {
 padding: 100px 0px;
 background: linear-gradient(54deg, #78b3b257 90%, #ffffff 20%);
}
.procedurehead{
 font-family: 'Poppins', sans-serif;
 font-size: 38px;
 font-weight: 500;
 color: #192751;
 line-height: 50px;
}
.procedureheadred{
 font-family: 'Poppins', sans-serif;
 font-size: 38px;
 font-weight: 500;
 color: #e41e26;
 line-height: 50px;
}
.proceduresubhead {
 font-family: 'Poppins', sans-serif;
 font-size: 30px;
 font-weight: 500;
 color: #192751;
 line-height: 40px;
}
.aboutbg01 {
 padding: 100px 0px;
 background: linear-gradient(54deg, #78b3b257 90%, #ffffff 20%);
}
.procedurehead{
 font-family: 'Poppins', sans-serif;
 font-size: 40px;
 font-weight: 500;
 color: #192751;
 line-height: 50px;
}

.proceduresubhead01 {
 font-family: 'Poppins', sans-serif;
 font-size: 20px;
 font-weight: 500;
 color: #E41E26;
 line-height: 30px;
}






/*--------------------  Safety Starts --------------------*/
.servicesbg{
 background-image: url(../img/servicesbg.jpg);
 background-repeat:  no-repeat;
 background-position: top!important;
 background-color : #EEF1F3;
 container:cover;
}
.tserviceshead{
 font-family: 'Poppins', sans-serif;
 font-size:16px;
 color: #18954F;
 line-height: 28px;
 font-weight:400!important;
}
.tservicessubhead{
 font-family: 'Poppins', sans-serif;
 font-size:56px;
 color: #09213F;
 line-height: 60px;
 font-weight:700!important;
}
.servicesbox{
 background-color:#FFFFFF;
 border:1px solid #18954F;
}
.greensidebar{
 height: 18px;
 width: 10px;
 background-color: #18954F;
 margin-top: 20px;
}
.servicecount{
 font-family: 'Poppins', sans-serif;
 font-size:17px;
 color: #18954F;
 line-height: 29px;
 font-weight:700!important; 
 vertical-align:bottom;
 margin-top:17px;
}
.servicesbox .icon-top {
 display: none;
}
.servicesbox:hover .icon-top {
 display: inline;
}
.servicesbox:hover .icon-back {
 display: none;
}
.tservicescontethead{
 font-family: 'Poppins', sans-serif;
 font-size:24px;
 color: #09213F;
 line-height: 36px;
 font-weight:700!important;
}
.tservicescontetreadmore{
 font-family: 'Poppins', sans-serif;
 font-size:17px;
 color: #18954F;
 line-height: 29px;
 font-weight:400!important; 
}
.servicesbox:hover{
background-image: linear-gradient(to right top, #092240, #002843, #002d44, #003245, #003745, #003f4a, #00464d, #004e50, #005b56, #006957, #007654, #15824d);
}
.servicesbox:hover .servicecount {color: #FFFFFF;}
.servicesbox:hover .tservicescontethead{color: #FFFFFF;}
.servicesbox:hover .tservicescontetreadmore{color: #FFFFFF;}
.servicescontentbox{padding:80px 0px 20px 20px;;}
.services-item {
 position: relative;
 padding: 40px 50px 40px 50px;
 margin: 0 -2px 0 -2px;
 background-color: #FFFFFF;
 box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}
.services-item:hover {box-shadow: 0px 0px 30px 0px rgb(9 32 131 / 50%);}
.services-item .serial-number {
 position: absolute;
 left: 340px !important;
 top: 13px !important;
 color: #00000008;
 font-size: 70px;
 font-weight: 600;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.services-item .services-icon {
 margin-bottom: 20px;
}
.services-item .services-icon img {
 height: 70px;
 width: 70px;
 max-width: 100%;
 transform: scale(1);
 transition: 0.4s;
}
.services-item:hover .services-icon img {
 transform: scale(1.1);
}
.tsubheadingblue {
 font-family: 'Poppins', sans-serif;
 font-size: 25px;
 line-height: 30px;
 font-weight: 700;
 margin: 0 0 10px;
 color:#192751;
}
.services-item .services-text .services-txt {
 margin-bottom: 0px;
}
/*--------safety ends--------------*/
/*--------- blue collar starts ----------*/
.ttablehead{
 font-family: 'Poppins', sans-serif;
 font-size: 18px;
 line-height: 25px;
 font-weight: 700;
 margin: 0 0 10px;
 color:#192751;
}
.table>:not(caption)>*>* { padding: 14px 8px; }
.hrtable { color: #192751; opacity: 1; }
.tableborder{border-top:1px solid #77B3B1;border-bottom:1px solid #77B3B1;}
.rowborder{border-bottom:1px solid #b9b9b9;}
.table-hover>tbody>tr:hover {--bs-table-accent-bg: rgb(120 179 178 / 42%)!important;}
/*--------- blue collar ends -----------*/

/*------------ jobs starts ------------*/

.jobform{background: #7eb6b5b8;}
.formbg{
 background-image: url(../img/formbg.jpg);
 background-color: #FFFFFF;
 background-position: left bottom;
 background-repeat: no-repeat;
 background-size:cover;
}
.formbg01{
 background-image: url(../img/formbg01.jpg);
 background-color: #FFFFFF;
 background-position: left bottom;
 background-repeat: no-repeat;
 background-size:cover;
}
.form-control {-webkit-appearance: menulist!important;}




/************** specialization starts *************/
.specialization{
 background: #FFFFFF;
 /* box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.01); */
 padding: 0px 40px 0px 20px;
}
.listicon{
 font-size: 16px;
 font-weight: 300;
 padding-right: 12px;
 color: #e41e26;	
}
.specialicon li{
 list-style-image: url(../img/specialicon.png);
 text-align: left;
 z-index:99;
}
.tsubheading03{
 font-family: 'Poppins', sans-serif;
 font-size: 25px;
 font-weight: 500;
 color: #192751;
 line-height: 35px;
}
/************** specialization ends *************/

/*----- Contact -----*/
.mapbg{background-image: linear-gradient(to right, #000e2a, #031634, #091b3e, #112148, #192752);}
.location{
 width: 80px!important;
 margin-left: 181px!important;
}
.contact-info {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd57;
  box-shadow: 0px 0px 20px 0px #dddddd57;
  text-align: center;
  position: relative;
  padding: 156px 30px 35px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  height: 356px;
}
.contact-info:hover {
    background-image: linear-gradient(to right top, #092240, #002843, #002d44, #003245, #003745, #003f4a, #00464d, #004e50, #005b56, #006957, #007654, #15824d);
}
.contact-info:hover  .tsubheading02{color: #fff;}
.contact-info:hover  .ttext02{color: #fff;}
.contact-info:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.contact-info img {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-info a {
  display: block;
  color: #011f4c;
}

.contact-info a:hover {
  color: #189650;
}

.contact-info ul li {
  list-style-type: none;
  display: block;
}



.contact-area:before {
 /*  position: absolute; */
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .50;
}

.contact-area #contactForm {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-area #contactForm .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.contact-area #contactForm .section-title h2 {
  color: #fff;
  margin-top: -12px;
}

.contact-area #contactForm .form-group {
  margin-bottom: 30px;
}

.contact-area #contactForm .form-group .form-control {
  height: 50px;
  padding-left: 20px;
  font-size: 15px;
  border: 0;
  border-radius: 0;
}

.contact-area #contactForm .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.contact-area #contactForm textarea {
  padding-top: 13px;
  height: auto !important;
}

.contact-area #contactForm .common-btn {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0;
  border: 0;
  opacity: 1;
}

.contact-area #contactForm .list-unstyled {
  margin-top: 10px;
  color: #fff;
}

.contact-area #contactForm .text-danger {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 25px;
  color: #fff !important;
}

.contact-area #contactForm .text-success {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 25px;
  color: #28a745 !important;
}
.common-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #189650;
    color: #fff;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 5px;
    opacity: 1;
    font-weight: 600;
    padding: 12px 25px;
}
.common-btn:hover {background-color: #09213f;}


.map-area #map {
  width: 100%;
  display: block;
  height: 400px;
  border: 0;
}


.contact_inner {
 background: #010f2b;
 background-image: url(../img/contactrightbg.png);
 position: relative;
 padding-top: 20px;
 padding-bottom: 90px;
}
.contact_inner::before {
 position: absolute;
 content: "";
 top: 0;
 left: 0;
 background: url(../img/contactbg.png);
 width: 30%;
 height: 100%;
 background-repeat: no-repeat;
 background-position: left;
 background-size: cover;
}
.contact_inner .contact_us_1 {
 background: transparent;
 padding: 0 0 0 0;
}
.contact_inner .contact_us_1 .button {
 background: var(--second-color);
 transition: all 0.5s ease;
}
.contact_inner .contact_us_1 .button:hover {
 background: transparent;
 border-color: var(--white-color);
}
.contact_inner .contact_us_1 .section_header .section_sub_title {
 color: var(--second-color);
}
.contact_inner .contact_us_1 input[type=text], .contact_inner .contact_us_1 input[type=email] {
 background: #0A2148;
 border: none;
 color: var(--white-color);
}
.contact_inner .contact_us_1 textarea.form-control {
 background: #0A2148;
 border: none;
 color: var(--white-color);
}
.contact_inner .contact_us_1 ::-webkit-input-placeholder {
  / Edge /
 color: #CACFEB;
 font-weight: 500;
}
.keepintouch_3 {
 padding-top: 103px;
}
.keepintouch_3 .communication {
 background: #ffffff;
 display: flex;
 flex-flow: row wrap;
 padding: 35px;
 transition: all 0.5s ease;
 position:relative;
 margin-bottom:30px;
 box-shadow: 0px 0px 20px rgb(255 255 255 / 20%);
}
.keepintouch_3 .communication .communication_icon {
 background: #010F2B;
 position: relative;
 width: 70px;
 height: 70px;
 border-radius: 10px;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 40px;
 color: #ffffff;
}
.keepintouch_3 .communication .info_body {
 margin-left: 20px;
}

.keepintouch_3 .communication .info_body h5 {
 font-size: 20px;
 font-weight: 700;
 line-height: 26px;
 color: #010F2B;
 margin-bottom: 3px;
}
.keepintouch_3 .communication .info_body h6 {
 font-size: 16px;
 font-weight: 600;
 line-height: 26px;
 color: #010F2B;
}
/*----- End Contact CSS -----*/
/*----- User Form CSS -----*/
.user-form-area .form-item {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.user-form-area .form-item form {
  margin-bottom: 25px;
}

.user-form-area .form-item form h2 {
  font-size: 38px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
  margin-top: -10px;
}

.user-form-area .form-item form h2:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #e93c05;
}

.user-form-area .form-item form h2:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -6px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e93c05;
}

.user-form-area .form-item form .form-group {
  margin-bottom: 30px;
}

.user-form-area .form-item form .form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  background-color: #fafafa;
  padding-left: 20px;
  font-size: 15px;
}

.user-form-area .form-item form .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user-form-area .form-item form .common-btn {
  padding: 12px 70px;
}

.user-form-area .form-item .user-btn h3 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
}

.user-form-area .form-item .user-btn h3 a {
  display: inline-block;
  color: #e93c05;
  font-weight: 600;
  margin-left: 5px;
}

.user-form-area .form-item .user-btn h3 a:hover {
  color: #011a41;
}

.user-form-area .form-item .user-btn span {
  display: block;
  font-size: 15px;
  position: relative;
  margin-bottom: 25px;
}

.user-form-area .form-item .user-btn span:before {
  position: absolute;
  content: '';
  width: 40%;
  height: 1px;
  left: 0;
  top: 11px;
  background-color: #dbdbdb;
}

.user-form-area .form-item .user-btn span:after {
  position: absolute;
  content: '';
  width: 40%;
  height: 1px;
  right: 0;
  top: 11px;
  background-color: #dbdbdb;
}

.user-form-area .form-item .user-btn ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.user-form-area .form-item .user-btn ul li:nth-child(2) a {
  background-color: #00acee;
}

.user-form-area .form-item .user-btn ul li:nth-child(3) a {
  background-color: #C13584;
}

.user-form-area .form-item .user-btn ul li:nth-child(4) a {
  background-color: #E60023;
}

.user-form-area .form-item .user-btn ul li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #3b5998;
  border-radius: 50%;
}

.user-form-area .form-item .user-btn ul li a i {
  line-height: 30px;
}

.user-form-area .form-item .user-btn ul li a:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 1!important;
    transition-property: opacity,transform;
}
.tsubheadinggreen01 {
 font-family: 'Poppins', sans-serif;
 font-size: 20px;
 font-weight: 500;
 color: #78B3B2;
 line-height: 30px;
}
.tsubheadingwhite01 {
 font-family: 'Poppins', sans-serif;
 font-size: 17px;
 font-weight: 500!important;
 color: #FFFFFF;
 line-height: 25px;
}
.officedetailsbg{background-image: linear-gradient(to right, #000e2a, #031634, #091b3e, #112148, #192752);}





/*-- contact ends --*/

/*********************** INNER PAGES ENDS *************************/
/******************** social iocons starts ****************/
.btn-outline-light {
 color: #FFFFFF;
 border-color: transparent!important;
 border-radius: 30px!important;
}
.facebook{background-color:#000000;border-color: #000000!important;font-size:20px;}
.twitter{background-color:#000000;border-color: #000000!important;}
.instagram{background-color:#000000;border-color: #000000!important;}
.linkedin{background-color:#000000;border-color:#000000!important;!important;}

.facebook:hover {background-color:#8D8D8B!important;border-color: #8D8D8B!important;cursor:pointer!important;}
.twitter:hover {background-color:#8D8D8B!important;border-color: #8D8D8B!important;cursor:default!important;}
.instagram:hover {background-color:#8D8D8B!important;border-color: #8D8D8B!important;cursor:pointer!important;}
.linkedin:hover {background-color:#8D8D8B!important;border-color: #8D8D8B!important;cursor:pointer!important;}
/******************** social iocons ends ****************/


/************* ##### media query starts ##### *************/
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.twelcomesubhead {font-size: 30px;line-height: 40px;}
.twelcomesubhead01 {font-size: 30px;line-height: 40px;}	
.twelcometext {font-size: 14px;line-height: 25px;}
.twelcometextblue{font-size: 14px;line-height: 25px;}
.tindustriessubhead {font-size: 24px;line-height: 30px;}
.tservicesubhead {font-size: 21px;line-height: 30px;}
.serviceslider {margin-top: -92px;}

.bgdark {padding: 7px 0px 7px 0px;margin-top: -18px;}
.projectbg{background-image:none;margin-top: -140px;}
.servicebg {padding: 81px 0px 132px 0px;}
.projecttoppadding {padding-top: 128px;}
.slick-next:before, .slick-prev:before {font-size: 20px!important;}
.slick-prev {left: 7px!important;}
.slick-next {right: 7px!important;}
.tbottomhead {font-size: 18px;    line-height: 25px;}
.tbottomlinksactive {font-size: 14px;    line-height: 20px;}
.tbottomlinks{font-size: 14px;    line-height: 20px;}
.tbottomcontacttext {font-size: 13px;    line-height: 20px;}
.tbottomcontactlinks {font-size: 13px;    line-height: 20px;}
.card-title {font-size: 24px;line-height: 32px;}
.cardtext {font-size: 14px;line-height: 24px;}

.welcomepadding{padding-left:13px;}
.twhatwedotext {font-size: 15px;line-height: 25px;}
.whatwedopadding {padding-bottom: 130px;}
.twhychooseussubhead {font-size: 30px;line-height: 40px;}


.tsubheading {font-size: 35px;line-height: 45px;}
.tsubheadingwhite {font-size: 35px;line-height: 45px;}
.tsubheading01red{font-size: 35px;line-height: 45px;}
.tsubheading01 {font-size: 35px;line-height: 45px;}
.tsubheadinggreen {font-size: 31px;line-height: 41px;}
.tsubheading01white {font-size: 31px;line-height: 41px;}
.ttext {font-size: 16px!important;line-height: 26px;}
.ttextgreen{font-size: 14px;line-height: 24px;}
.ttextwhite{font-size: 14px;line-height: 24px;}
.keepintouch_3 {padding-top: 0px!important;}
.tservicessubhead {font-size: 30px;line-height: 40px;}
.tservicescontethead {font-size: 20px;line-height: 30px;}
.services-item {padding: 40px 35px 40px 35px;}
.services-item .serial-number {left: 170px !important;}
.keepintouch_3 .communication {padding: -1px;}
.keepintouch_3 .communication .info_body {margin-left:0px;}
.ttext02 {font-size: 14px;}
.tgulfnetworkhead {font-size: 20px!important;line-height: 30px!important;}
.inner-content {padding: 54px 0 1px 0px!important;}
.procedurehead {font-size: 30px!important;line-height: 35px!important;}
.aboutbg01 {padding: 35px 0px!important;}
.proceduresubhead {font-size: 25px!important;line-height: 30px!important;}
.formhead {font-size: 23px!important;line-height: 32px!important;}
.back-to-top {bottom: 85px;}
.specialization{padding: 0px 40px 0px 20px;}
.procedureheadred {font-size: 30px; line-height: 35px;}
.whtsapp-icon {bottom: 132px;right: 86px;}
.call-icon {bottom: 135px;}
.tclientssubhead {font-size: 30px;line-height: 40px;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
.twelcomesubhead {font-size: 35px;line-height: 45px;}	
.twelcomesubhead01 {font-size: 35px;line-height: 45px;}	
.tindustriessubhead {font-size: 35px;line-height: 45px;}
.tservicesubhead {font-size: 30px;line-height: 35px;}
.tservicetext {font-size: 19px;line-height: 25px;}
.bgdark {padding: 11px 10px 7px 10px;margin-top: -24px;}
.projectbtnarrow {margin-top: 2px;}
.slick-next {right: 22px!important;}
.slick-prev {left: 2px!important;}
.projectbg{background-image:none;margin-top: -196px;}
.serviceslider {margin-top: -132px;}
.servicebg {padding: 93px 40px 159px 40px;}
.projecttoppadding {padding-top: 195px;}
.tbottomlinks {font-size: 14px;line-height: 20px;}
.tbottomcontacttext {font-size: 14px;line-height: 20px;}
.tbottomcontactlinks {font-size: 14px;line-height: 20px;}
.tbottomlinksactive {font-size: 14px;line-height: 20px;}
.tbottomtext {font-size: 14px;line-height: 20px;}
.card-title {font-size: 26px;line-height: 36px;}

.welcomepadding{padding-left:15px;}
.twhychooseussubhead {font-size: 35px;line-height: 45px;}
.whatwedopadding {padding-bottom: 180px;}

.tsubheading {font-size: 35px;line-height: 45px;}
.tsubheadingwhite {font-size: 35px;line-height: 45px;}
.tsubheading01red{font-size: 35px;line-height: 45px;}
.tsubheading01 {font-size: 35px;line-height: 45px;}
.tsubheadinggreen {font-size: 31px;line-height: 41px;}
.tsubheading01white {font-size: 31px;line-height: 41px;}
.ttext {font-size: 14px;line-height: 24px;}
.ttextgreen{font-size: 14px;line-height: 24px;}
.ttextwhite{font-size: 14px;line-height: 24px;}
.tservicessubhead {font-size: 30px;line-height: 36px;}
.services-item .serial-number {left: 225px !important;}
.keepintouch_3 .communication {padding: 11px;}
.keepintouch_3 .communication .info_body {margin-left:0px;}
.ttext02 {font-size: 14px;}
.services-item .serial-number {left: 225px !important;}
.tgulfnetworkhead {font-size: 30px!important;line-height: 45px!important;}
.inner-content {padding: 59px 0 0px 0px!important;}
.procedurehead {font-size: 30px!important;line-height: 35px!important;}
.aboutbg01 {padding: 35px 0px!important;}
.proceduresubhead {font-size: 25px!important;line-height: 30px!important;}
.specialization{padding: 0px 40px 0px 20px;}
.procedureheadred {font-size: 30px; line-height: 35px;}
.keepintouch_3 .communication .info_body h6 {font-size: 14px;}
.tclientssubhead {font-size: 35px;line-height: 45px;}
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1199px) {
.navbar .navbar-nav .nav-link {padding: 0px 8px 0px 0px;}
.navbar .navbar-nav .nav-link {font-size: 12px;}
.bannerdivtext {width: 62%;}
.twelcomesubhead {font-size: 35px;line-height: 40px;}
.twelcomesubhead01 {font-size: 35px;line-height: 40px;}
.tindustriessubhead {font-size: 35px;line-height: 40px;}
.tservicesubhead {font-size: 33px;line-height: 37px;}
.twhatwedotext {font-size: 16px;line-height: 26px;}	
.serviceslider {margin-top: -125px;}
.servicebg {padding: 81px 40px 169px 40px;}
.bgdark {padding: 13px 10px 7px 10px;margin-top: -26px;}
.projectbtnarrow {margin-top: 0px;}
.projectbg{background-image:none;}
.projecttoppadding {padding-top: 247px;}
.slick-next {right: -13px!important;}
.card-title {font-size: 20px;line-height: 25px;}
.cardtext {font-size: 14px;line-height: 24px;}
.card-footer {padding: 0px 25px 30px 25px;}		
.card-body {padding: 0px 25px 16px 25px;}


.carouselhead {font-size: 30px; line-height: 40px;bottom: 60%;}
.carousel02head {font-size: 30px; line-height: 40px;bottom: 60%;}
.carousel03head {font-size: 30px; line-height: 40px;bottom: 60%;}
.carousel04head {font-size: 30px; line-height: 40px;bottom: 60%;}

.carouselsubhead {font-size: 30px; line-height: 40px;bottom: 52%;right: 18%;}
.carousel02subhead {font-size: 30px; line-height: 40px;bottom: 52%;right:29.5%;}
.carousel03subhead {font-size: 30px; line-height: 40px;bottom: 52%; right: 8.5%;}
.carousel04subhead {font-size: 30px; line-height: 40px;bottom: 52%;}


.carouselsubhead01 {font-size: 30px; line-height: 40px;right: 16%;bottom: 43%;}
.carousel02subhead01 {font-size: 30px; line-height: 40px;right: 33.5%;bottom: 43%;}
.carousel03subhead01 {font-size: 30px; line-height: 40px;right: 20.7%;bottom: 43%;}
.carousel04subhead01 {font-size: 30px; line-height: 40px;right: 16%;bottom: 43%;}


.carouselsubhead03 {font-size: 16px;line-height: 45px;bottom: 29%;right: 10.5%;}
.bannerline {right: 10.2%;width: 24%;bottom: 40%;}
.welcomepadding{padding-left:25px;}
.twhychooseussubhead{font-size: 35px;line-height: 40px;}
.whatwedopadding {padding-bottom: 190px;}

.tsubheading {font-size: 35px;line-height: 45px;}
.tsubheadingwhite {font-size: 35px;line-height: 45px;}
.tsubheading01red{font-size: 35px;line-height: 45px;}
.tsubheading01 {font-size: 35px;line-height: 45px;}
.tsubheadinggreen {font-size: 31px;line-height: 41px;}
.tsubheading01white {font-size: 31px;line-height: 41px;}
.ttext {font-size: 14px;line-height: 24px;}
.ttextgreen{font-size: 14px;line-height: 24px;}
.ttextwhite{font-size: 14px;line-height: 24px;}
.about-area .about-img .one img:nth-child(1) {max-width: 218px;}
.about-area .about-img .one img:nth-child(2) {right: -23px;}
.about-area .about-shape img:nth-child(3) {top: 134px;max-width: 150px;}
.about-area .about-shape img:nth-child(2) {left: 32px;width: 205px;}
.about-area .about-shape img:nth-child(1) {height: 200px;}
.about-area .about-shape img:nth-child(4) {top: 152px;left: 204px;height: 200px;}
.services-item .serial-number {left: 250px !important;}
.keepintouch_3 .communication .info_body {margin-left:0px;}
.inner-content {padding: 40px 0 0px 0px!important;}
.tgulfnetworkhead {font-size: 28px!important;line-height: 43px!important;}
.procedurehead {font-size: 30px!important;line-height: 35px!important;}
.aboutbg01 {padding: 35px 0px!important;}
.proceduresubhead {font-size: 25px!important;line-height: 30px!important;}
.specialization{padding: 0px 40px 0px 20px;}
.procedureheadred {font-size: 30px; line-height: 35px;}
.keepintouch_3 .communication .info_body h6 {font-size: 14px;}
.keepintouch_3 .communication {padding: 15px;}
.tclientssubhead {font-size: 35px;line-height: 45px;}
}
@media only screen and (min-device-width : 1200px) and (max-device-width : 1299px) {
.navbar .navbar-nav .nav-link {padding: 0px 11px 0px 0px;}	
.bannerdivtext {width: 49%;}	
.twelcomesubhead {font-size: 55px;line-height: 65px;}
.twelcomesubhead01 {font-size: 55px;line-height: 65px;}	
.tindustriessubhead {font-size: 35px;line-height: 40px;}	
.tservicesubhead {font-size: 35px;line-height: 40px;}
.twhatwedotext {font-size: 16px;line-height: 27px;	}
.projectbtnarrow {margin-top: 3px;}
.bgdark {padding: 13px 10px 7px 10px;margin-top: -26px;}
.servicebg {padding: 69px 40px 185px 40px;}
.serviceslider {margin-top: -139px;}
.projectbg {margin-top: -120px;}
.projecttoppadding {padding-top: 131px;}
.tbottomcontactlinks {font-size: 15px;}
.tbottomcontacttext {font-size: 15px;}	
.card-title {font-size: 20px;line-height: 25px;}
.cardtext {font-size: 14px;line-height: 24px;}

.carouselhead {font-size: 36px;line-height: 46px;bottom: 65%;right: 12%;}
.carousel02head {font-size: 36px;line-height: 46px;bottom: 65%;right: 12%;}
.carousel03head {font-size: 36px;line-height: 46px;bottom: 65%;right: 12%;}
.carousel04head {font-size: 36px;line-height: 46px;bottom: 65%;right: 12%;}


.carouselsubhead {font-size: 36px;line-height: 46px;bottom: 57%;right: 18%;}
.carousel02subhead {font-size: 36px;line-height: 46px;bottom: 57%;right: 31%;}
.carousel03subhead {font-size: 36px;line-height: 46px;bottom: 57%;right: 9%;}
.carousel04subhead {font-size: 36px;line-height: 46px;bottom: 57%;right: 18%;}


.carouselsubhead01 {font-size: 36px;line-height: 46px;bottom: 48%;right: 11%;}
.carousel02subhead01 {font-size: 36px;line-height: 46px;bottom: 48%;right: 34.5%;}
.carousel03subhead01 {font-size: 36px;line-height: 46px;bottom: 48%;right: 21.4%}
.carousel04subhead01 {font-size: 36px;line-height: 46px;bottom: 48%;right: 11%;}


.bannerline {bottom: 44%;right: 10.3%;width: 25%;}
.carouselsubhead03 {font-size: 18px;line-height: 35px;bottom: 33%;right: 12%;}
.welcomepadding {padding-left: 45px;}
.whatwedopadding {padding-bottom: 200px;}




.tsubheading {font-size: 35px;line-height: 45px;}
.tsubheadingwhite {font-size: 35px;line-height: 45px;}
.tsubheading01red{font-size: 35px;line-height: 45px;}
.tsubheading01 {font-size: 35px;line-height: 45px;}
.tsubheadinggreen {font-size: 31px;line-height: 41px;}
.tsubheading01white {font-size: 31px;line-height: 41px;}
.about-area .about-img .one img:nth-child(1) {max-width: 270px;}
.about-area .about-img .one img:nth-child(2) {right: -23px;}
.about-area .about-shape img:nth-child(3) {top: 134px;max-width: 150px;}
.about-area .about-shape img:nth-child(2) {left: 32px;width: 205px;}
.about-area .about-shape img:nth-child(1) {height: 200px;}
.about-area .about-shape img:nth-child(4) {top: 152px;left: 253px;height: 200px;}
.keepintouch_3 .communication .info_body {margin-left:0px;}
.keepintouch_3 .communication {padding: 30px;}

.inner-content { padding: 116px 0 146px 233px!important;}
.tgulfnetworkhead {font-size: 30px!important;line-height: 45px!important;}
.procedurehead {font-size: 30px!important;line-height: 35px!important;}
.aboutbg01 {padding: 35px 0px!important;}
.proceduresubhead {font-size: 25px!important;line-height: 30px!important;}
.procedureheadred {font-size: 30px; line-height: 35px;}


}
@media only screen and (min-device-width : 1300px) and (max-device-width : 1399px) {
.navbar .navbar-nav .nav-link {padding: 0px 20px 0px 0px;}
.bannerdivtext {width: 45%;}
.twelcomesubhead {font-size: 55px;line-height: 65px;}
.twelcomesubhead01 {font-size: 55px;line-height: 65px;}
.tindustriessubhead {font-size: 40px;line-height: 45px;}
.twhatwedotext {font-size: 18px;line-height: 28px;}
.projectbtnarrow {margin-top: 3px;}
.bgdark {padding: 13px 10px 7px 10px;}
.serviceslider {margin-top: -148px;}
.projectbg {margin-top: -134px;}
.projecttoppadding {padding-top: 137px;}
.servicebg {padding: 81px 40px 193px 40px;}	
.tbottomcontactlinks {font-size: 15px;}
.tbottomcontacttext {font-size: 15px;}
.card-title {font-size: 25px;line-height: 30px;}
.cardtext {font-size: 14px;line-height: 24px;}

.carouselhead {font-size: 36px;line-height: 46px;bottom: 65%;right: 12%;}
.carousel02head {font-size: 36px;line-height: 46px;bottom: 65%;right: 12%;}
.carousel03head {font-size: 36px;line-height: 46px;bottom: 65%;right: 12%;}
.carousel04head {font-size: 36px;line-height: 46px;bottom: 65%;right: 12%;}


.carouselsubhead {font-size: 36px;line-height: 46px;bottom: 57%;right: 17%;}
.carousel02subhead {font-size: 36px;line-height: 46px;bottom: 57%;right:30%;}
.carousel03subhead {font-size: 36px;line-height: 46px;bottom: 57%;right: 9.5%;}
.carousel04subhead {font-size: 36px;line-height: 46px;bottom: 57%;right: 12%;}


.carouselsubhead01 {font-size: 36px;line-height: 46px;bottom: 48%;right: 11%;}
.carousel02subhead01 {font-size: 36px;line-height: 46px;bottom: 48%;right: 33%;}
.carousel03subhead01 {font-size: 36px;line-height: 46px;bottom: 48%;right:21%;}
.carousel04subhead01 {font-size: 36px;line-height: 46px;bottom: 48%;right: 16%;}



.bannerline {bottom: 44%;right: 10.3%;width: 23%;}
.carouselsubhead03 {font-size: 18px;line-height: 35px;bottom: 33%;}
.welcomepadding {padding-left: 93px;}
.whatwedopadding {padding-bottom: 205px;}



.about-area .about-img .one img:nth-child(1) {max-width: 295px;}
.about-area .about-img .one img:nth-child(2) {right: -34px;}
.about-area .about-shape img:nth-child(4) {top: 91px;left: 254px;}
.services-item .serial-number {left: 253px !important;}
.keepintouch_3 .communication {padding: 15px;}
.keepintouch_3 .communication .info_body h6 {font-size: 15px;}
.services-item .serial-number {left: 253px !important;}
.inner-content { padding: 116px 0 146px 233px!important;}
.tgulfnetworkhead {font-size: 30px!important;line-height: 45px!important;}
.procedurehead {font-size: 30px!important;line-height: 35px!important;}
.aboutbg01 {padding: 35px 0px!important;}
.proceduresubhead {font-size: 25px!important;line-height: 30px!important;}
.procedureheadred {font-size: 30px; line-height: 35px;}
}
@media only screen and (min-device-width : 1400px) and (max-device-width : 1499px) {
.navbar .navbar-nav .nav-link {padding: 0px 28px 0px 0px;}
.bannerdivtext {width: 41%;}
.twelcomesubhead {font-size: 55px;line-height: 65px;}
.twelcomesubhead01 {font-size: 55px;line-height: 65px;}	
.tservicetext {font-size: 23px;line-height: 30px;}
.projectbtnarrow {margin-top: 5px;}
.projectbg {margin-top: -74px;}
.projecttoppadding {padding-top: 78px;}
.serviceslider {margin-top: -164px;}
.servicebg {padding: 81px 40px 207px 40px;}

.carouselhead {font-size: 41px;line-height: 46px;bottom: 65%;right: 12%;}
.carousel02head {font-size: 41px;line-height: 46px;bottom: 65%;right: 12%;}
.carousel03head {font-size: 41px;line-height: 46px;bottom: 65%;right: 12%;}
.carousel04head {font-size: 41px;line-height: 46px;bottom: 65%;right: 12%;}


.carouselsubhead {font-size: 41px;line-height: 46px;bottom: 57%;right: 17%;}
.carousel02subhead {font-size: 41px;line-height: 46px;bottom: 57%;right: 31%;}
.carousel03subhead {font-size: 41px;line-height: 46px;bottom: 57%;right: 9.2%;}
.carousel04subhead {font-size: 41px;line-height: 46px;bottom: 57%;right: 12%;}


.carouselsubhead01 {font-size: 41px;line-height: 46px;bottom: 48%;right: 11%;}
.carousel02subhead01 {font-size: 41px;line-height: 46px;bottom: 48%;right: 34%;}
.carousel03subhead01 {font-size: 41px;line-height: 46px;bottom: 48%;right: 21.3%;}
.carousel04subhead01 {font-size: 41px;line-height: 46px;bottom: 48%;right: 17%;}


.bannerline {bottom: 44%;right: 10.3%;width: 23.5%;}
.carouselsubhead03 {font-size: 21px;line-height: 35px;bottom: 34%;}
.welcomepadding {padding-left: 52px;}
.whatwedopadding {padding-bottom: 230px;}


.about-area .about-img .one img:nth-child(1) {max-width: 295px;}
.about-area .about-img .one img:nth-child(2) {right: -34px;}
.about-area .about-shape img:nth-child(4) {top: 91px;left: 254px;}
.inner-content { padding: 116px 0 146px 233px!important;}
.tsloganhead {font-size: 30px!important;line-height: 45px!important;}
.procedurehead {font-size: 30px!important;line-height: 35px!important;}
.aboutbg01 {padding: 35px 0px!important;}
.proceduresubhead {font-size: 25px!important;line-height: 30px!important;}
.procedureheadred {font-size: 30px; line-height: 35px;}
.keepintouch_3 .communication {padding: 28px;}
}

@media only screen and (min-device-width : 1500px) and (max-device-width : 1599px) {	
.navbar .navbar-nav .nav-link {padding: 0px 35px 0px 0px;}
.bannerdivtext {width: 39%;}
.twelcomesubhead {font-size: 55px;line-height: 65px;}
.twelcomesubhead01 {font-size: 55px;line-height: 65px;}	
.tservicesubhead {font-size: 35px;line-height: 40px;}	
.projectbg {margin-top: -151px;}
.serviceslider {margin-top: -180px;}
.servicebg {padding: 79px 40px 230px 40px;}
.projecttoppadding {padding-top: 169px;}

.carouselhead {font-size: 45px;line-height: 55px;bottom: 65%;right: 12%;}
.carousel02head {font-size: 45px;line-height: 55px;bottom: 65%;right: 12%;}
.carousel03head {font-size: 45px;line-height: 55px;bottom: 65%;right: 12%;}
.carousel04head {font-size: 45px;line-height: 55px;bottom: 65%;right: 12%;}

.carouselsubhead {font-size: 45px;line-height: 55px;bottom: 57%;right: 17%;}
.carousel02subhead {font-size: 45px;line-height: 55px;bottom: 57%;right: 31%;}
.carousel03subhead {font-size: 45px;line-height: 55px;bottom: 57%;right: 9.3%;}
.carousel04subhead {font-size: 45px;line-height: 55px;bottom: 57%;right: 12%;}

.carouselsubhead01 {font-size: 45px;line-height: 55px;bottom: 48%;right: 10.5%;}
.carousel02subhead01 {font-size: 45px;line-height: 55px;bottom: 48%;right: 35%;}
.carousel03subhead01 {font-size: 45px;line-height: 55px;bottom: 48%;right: 21.5%;}
.carousel04subhead01 {font-size: 45px;line-height: 55px;bottom: 48%;right: 17%;}


.bannerline {bottom: 44%;right: 10.3%;width: 23.5%;}
.carouselsubhead03 {font-size: 23px;line-height: 38px;bottom: 34%;right: 10.5%;}
.welcomepadding {padding-left: 42px;}
.whatwedopadding {padding-bottom: 245px;}

.about-area .about-img .one img:nth-child(1) {max-width: 295px;}
.about-area .about-img .one img:nth-child(2) {right: -34px;}
.about-area .about-shape img:nth-child(4) {top: 91px;left: 254px;}
.inner-content {padding: 116px 0 96px 233px!important;}
.procedurehead {font-size: 30px!important;line-height: 35px!important;}
.aboutbg01 {padding: 35px 0px!important;}
.proceduresubhead {font-size: 25px!important;line-height: 30px!important;}
.procedureheadred {font-size: 30px; line-height: 35px;}
}
@media only screen and (min-device-width : 1600px) and (max-device-width : 1699px) {	
.bannerdivtext {width: 36%;}
.twelcomesubhead {font-size: 55px;line-height: 65px;}
.twelcomesubhead01 {font-size: 55px;line-height: 65px;}	
.serviceslider {margin-top: -191px;}
.projectbg {margin-top: -164px;}
.projecttoppadding {padding-top: 182px;}

.carouselhead {font-size: 45px;line-height: 55px;bottom: 65%;right: 12%;}
.carousel02head {font-size: 45px;line-height: 55px;bottom: 65%;right: 12%;}
.carousel03head {font-size: 45px;line-height: 55px;bottom: 65%;right: 12%;}
.carousel04head {font-size: 45px;line-height: 55px;bottom: 65%;right: 12%;}

.carouselsubhead {font-size: 45px;line-height: 55px;bottom: 57%;right: 19%;}
.carousel02subhead {font-size: 45px;line-height: 55px;bottom: 57%;right: 30%;}
.carousel03subhead {font-size: 45px;line-height: 55px;bottom: 57%;right: 9.5%;}
.carousel04subhead {font-size: 45px;line-height: 55px;bottom: 57%;right: 13%;}

.carouselsubhead01 {font-size: 45px;line-height: 55px;bottom: 48%;right: 10.5%;}
.carousel02subhead01 {font-size: 45px;line-height: 55px;bottom: 48%;right: 32.5%;}
.carousel03subhead01 {font-size: 45px;line-height: 55px;bottom: 48%;right: 21%;}
.carousel04subhead01 {font-size: 45px;line-height: 55px;bottom: 48%;right: 17.5%;}


.bannerline {bottom: 44%;right: 10.3%;width: 22.5%;}
.carouselsubhead03 {font-size: 23px;line-height: 38px;bottom: 34%;right: 10.7%;}
.welcomepadding {padding-left: 91px;}
.whatwedopadding {padding-bottom: 250px;}
.procedurehead {font-size: 30px!important;line-height: 35px!important;}
.aboutbg01 {padding: 35px 0px!important;}
.proceduresubhead {font-size: 25px!important;line-height: 30px!important;}
.procedureheadred {font-size: 30px; line-height: 35px;}
}
@media only screen and (min-device-width : 1700px) and (max-device-width : 1799px) {	
.bannerdivtext {width: 34%;}
.twelcomesubhead {font-size: 55px;line-height: 65px;}
.twelcomesubhead01 {font-size: 55px;line-height: 65px;}	
.serviceslider {margin-top: -203px;}
.projectbg {margin-top: -177px;}
.projecttoppadding {padding-top: 189px;}


.carouselhead {font-size: 50px;line-height: 55px;bottom: 65%;right: 12%;}
.carousel02head {font-size: 50px;line-height: 55px;bottom: 65%;right: 12%;}
.carousel03head {font-size: 50px;line-height: 55px;bottom: 65%;right: 12%;}
.carousel04head {font-size: 50px;line-height: 55px;bottom: 65%;right: 12%;}


.carouselsubhead {font-size: 50px;line-height: 55px;bottom: 57%;right: 19%;}
.carousel02subhead {font-size: 50px;line-height: 55px;bottom: 57%;right: 30.5%;}
.carousel03subhead {font-size: 50px;line-height: 55px;bottom: 57%;right: 9.3%;}
.carousel04subhead {font-size: 50px;line-height: 55px;bottom: 57%;right: 13%;}


.carouselsubhead01 {font-size: 50px;line-height: 55px;bottom: 48%;right: 10.5%;}
.carousel02subhead01 {font-size: 50px;line-height: 55px;bottom: 48%;right: 34.5%;}
.carousel03subhead01 {font-size: 50px;line-height: 55px;bottom: 48%;right: 21.2%;}
.carousel04subhead01 {font-size: 50px;line-height: 55px;bottom: 48%;right: 17.5%;}


.bannerline {bottom: 44%;right: 10.3%;width: 23.5%;}
.carouselsubhead03 {font-size: 26px;line-height: 38px;bottom: 34%;right: 10.7%;}
.welcomepadding {padding-left:142px;}
.whatwedopadding {padding-bottom: 255px;}
}
@media only screen and (min-device-width : 1800px) and (max-device-width : 1899px) {	
.bannerdivtext {width: 32%;}
.twelcomesubhead {font-size: 60px;line-height: 75px;}
.twelcomesubhead01 {font-size: 60px;line-height: 75px;}	
.serviceslider {margin-top: -216px;}
.welcomepadding {padding-left:192px;}
.whatwedopadding {padding-bottom: 280px;}
.carousel02subhead {right: 28.5%;}
}

/************* ##### media query ends ##### *************/