@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 ***/
.back-to-top {position: fixed;display: none; right: 45px;bottom: 45px; z-index: 99;}
/**** whatsapp chat icon ****/
.whtsapp-icon {
 position: fixed;
 right: 6px;
 bottom: 32px;
 z-index: 120;
}
/*** 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: 32px;
 height: 32px;
}
.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; 
}
.topcontactlinks{padding-left:40%;}
.ttopcontactstext {
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 color:#656565;
 font-weight: 400;
 vertical-align: middle;
 line-height: 20px;
}
.ttopcontacts {
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 color: #016DB8;
 font-weight: 600;
 vertical-align: middle;
}
.navbar.sticky-top {top: -100px;transition: .5s;}
.navbar .navbar-brand,.navbar a.btn {height: 75px;}
.navbar{padding:0px!important;}
.navbar .navbar-nav .nav-link {
 padding: 23px 70px 20px 0px;
 color:#000000;
 font-family: 'Poppins', sans-serif;
 font-size: 20px;
 font-weight:500;
 text-transform: uppercase;
 outline: none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
 color:#0082CD !important;
}
.dropdown-menu{border-radius:0;border-color:#0082CD;padding: 17px 24px;}
.dropdown-menu .dropdown-item{
  color: #000000;
  border-bottom: 1px dashed #0082CD;
  padding: 5px!important;
  line-height: 47px;
  font-size: 18px;
  font-family: 'poppins',sans-serif; 
}
.dropdown-menu .dropdown-item:hover{
  color: #0082CD!important;
  background-color:#FFFFFF!important;
 
 }
.dropdown-menu.active, .dropdown-item:active {
 color: #0082CD;
 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;
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1199px) {
.topcontactlinks {
 padding-left: 29%;
}	
.ttopcontacts {
 font-size: 14px;
}
.ttopcontactstext {
 font-size: 14px!important;
}
.navbar .navbar-nav .nav-link {
 padding: 0px 0px 0px 45px;
 font-size: 15px;
}
.dropdown-menu .dropdown-item {
 padding: 0px!important;
 line-height: 40px;
 font-size: 15px;
}
.dropdown-menu {padding: 14px 18px;}
}
@media only screen and (min-device-width : 1200px) and (max-device-width : 1399px) {
.topcontactlinks {
    padding-left: 28%;
}
.ttopcontacts {
 font-size: 15px;
}
.ttopcontactstext {
 font-size: 15px!important;
}	
.navbar .navbar-nav .nav-link {
 padding: 0px 0px 0px 45px;
 font-size: 17px;
}
.dropdown-menu .dropdown-item {
 padding: 0px!important;
 line-height: 40px;
 font-size: 15px;
}
.dropdown-menu {padding: 14px 18px;}
}
@media only screen and (min-device-width : 1400px) and (max-device-width : 1499px) {
.topcontactlinks {
 padding-left: 35%;
}
.ttopcontacts {
 font-size: 16px;
}
.ttopcontactstext {
 font-size: 16px!important;
}	
.navbar .navbar-nav .nav-link {
 padding: 0px 0px 0px 50px;
}
.dropdown-menu .dropdown-item {
 padding: 0px!important;
 line-height: 40px;
 font-size: 15px;
}
.dropdown-menu {padding: 14px 18px;}
}
/**** 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{
 cursor: pointer;
 &:focus;
 outline: none;
 text-align: left!important;
 display: block;
 top:10px;
 padding: 0 20px;
 line-height: 50px;
 text-decoration: none;
 &:hover;
 font-family: 'Poppins', sans-serif;
 font-size: 15px;
 color: #FFFFFF;
 font-weight: 400;
} 
.menu{
 position: absolute;
 top: 0;
 left: 0;
 background:#026AB6;
 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-submenu.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 ***********/
/************ topbar ends ****************/
/********* Banner starts ************/
.carouselhead{
 font-family: 'Poppins', sans-serif;
 font-size:86px;
 font-weight:500;
 color:#FFFFFF;
 position: absolute;
 bottom: 50%;
 left:35%;
 animation-delay: 0s;
 text-transform:uppercase;
 letter-spacing: 7px;
}
.carouselsubhead{
 font-family: 'Poppins', sans-serif;
 font-size:86px;
 font-weight:500;
 color:#FFFFFF;
 position: absolute;
 bottom: 37%;
 left: 32%;
 animation-delay: 0.9s;
 text-transform:uppercase;
 letter-spacing: 12px;
}
.carouselsubhead1{
 font-family: 'Poppins', sans-serif;
 font-size:86px;
 font-weight:500;
 color:#FFFFFF;
 position: absolute;
 bottom: 37%;
 left: 36.5%;
 animation-delay: 0.9s;
 text-transform:uppercase;
 letter-spacing: 12px;
}
.carouselsubhead2{
 font-family: 'Poppins', sans-serif;
 font-size:86px;
 font-weight:500;
 color:#FFFFFF;
 position: absolute;
 bottom: 37%;
 left: 34.5%;
 animation-delay: 0.9s;
 text-transform:uppercase;
 letter-spacing: 12px;
}
.carouselsubhead3{
 font-family: 'Poppins', sans-serif;
 font-size:86px;
 font-weight:500;
 color:#FFFFFF;
 position: absolute;
 bottom: 37%;
 left: 40%;
 animation-delay: 0.9s;
 text-transform:uppercase;
 letter-spacing: 12px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.carouselhead {
 font-size: 16px!important;
 left: 20%!important;
}
.carouselsubhead {
 font-size: 16px!important;
 letter-spacing: 9px!important;
 bottom: 35%!important;
 left: 17%!important;
}
.carouselsubhead1 {
 font-size: 16px!important;
 letter-spacing: 9px!important;
 bottom: 35%!important;
 left: 23%!important;
}
.carouselsubhead2 {
 font-size: 16px!important;
 letter-spacing: 9px!important;
 bottom: 35%!important;
 left: 20%!important;
}
.carouselsubhead3 {
 font-size: 16px!important;
 letter-spacing: 9px!important;
 bottom: 35%!important;
 left: 25%!important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
.carouselhead {
 font-size: 52px!important;
 bottom: 50%!important;
 left: 20%!important;
}
.carouselsubhead {
 font-size: 52px!important;
 bottom: 34%!important;
 left: 16%!important;
}
.carouselsubhead1 {
 font-size: 52px!important;
 bottom: 34%!important;
 left: 22%!important;
}
.carouselsubhead2 {
 font-size: 52px!important;
 bottom: 34%!important;
 left: 18%!important;
}
.carouselsubhead3 {
 font-size: 52px!important;
 bottom: 34%!important;
 left: 27%!important;
}
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1199px) {
.carouselhead {
 font-size: 55px!important;
 bottom: 50%!important;
 left: 27%!important;
}
.carouselsubhead {
 font-size: 55px!important;
 bottom: 34%!important;
 left: 23%!important;
}
.carouselsubhead1 {
 font-size: 55px!important;
 bottom: 34%!important;
 left: 29%!important;
}
.carouselsubhead2 {
 font-size: 55px!important;
 bottom: 34%!important;
 left: 26%!important;
}
.carouselsubhead3 {
 font-size: 55px!important;
 bottom: 34%!important;
 left: 33%!important;
}
}
@media only screen and (min-device-width : 1200px) and (max-device-width : 1299px) {
.carouselhead {
 font-size: 55px!important;
 bottom: 50%!important;
 left: 31%!important;
}
.carouselsubhead {
 font-size: 55px!important;
 bottom: 38%!important;
 left: 27.5%!important;
}
.carouselsubhead1 {
 font-size: 55px!important;
 bottom: 38%!important;
 left: 32.5%!important;
}
.carouselsubhead2 {
 font-size: 55px!important;
 bottom: 38%!important;
 left: 29.5%!important;
}
.carouselsubhead3 {
 font-size: 55px!important;
 bottom: 38%!important;
 left: 35%!important;
}
}
@media only screen and (min-device-width : 1300px) and (max-device-width : 1399px) {
.carouselhead {
 font-size: 55px!important;
 bottom: 50%!important;
 left: 32%!important;
}
.carouselsubhead {
 font-size: 55px!important;
 bottom: 38%!important;
 left: 29%!important;
}
.carouselsubhead1 {
 font-size: 55px!important;
 bottom: 38%!important;
 left: 33.5%!important;
}
.carouselsubhead2 {
 font-size: 55px!important;
 bottom: 38%!important;
 left: 31%!important;
}
.carouselsubhead3 {
 font-size: 55px!important;
 bottom: 38%!important;
 left: 36.5%!important;
}
}
@media only screen and (min-device-width : 1400px) and (max-device-width : 1499px) {
.carouselhead {
 font-size: 60px!important;
 bottom: 50%!important;
 left: 33%!important;
}
.carouselsubhead {
 font-size: 60px!important;
 bottom: 38%!important;
 left: 29%!important;
}
.carouselsubhead1 {
 font-size: 60px!important;
 bottom: 38%!important;
 left: 34.5%!important;
}
.carouselsubhead2 {
 font-size: 60px!important;
 bottom: 38%!important;
 left: 31%!important;
}
.carouselsubhead3 {
 font-size: 60px!important;
 bottom: 38%!important;
 left: 37%!important;
}
}
@media only screen and (min-device-width : 1500px) and (max-device-width : 1599px) {
.carouselhead {
 font-size: 60px!important;
 bottom: 50%!important;
 left: 35%!important;
}
.carouselsubhead {
 font-size: 60px!important;
 bottom: 38%!important;
 left: 32%!important;
}
.carouselsubhead1 {
 font-size: 60px!important;
 bottom: 38%!important;
 left: 36.5%!important;
}
.carouselsubhead2 {
 font-size: 60px!important;
 bottom: 38%!important;
 left: 34.5%!important;
}
.carouselsubhead3 {
 font-size: 60px!important;
 bottom: 38%!important;
 left: 39%!important;
}
}
@media only screen and (min-device-width : 1600px) and (max-device-width : 1799px) {
.carouselhead {
 font-size: 65px!important;
 bottom: 50%!important;
 left: 34%!important;
}
.carouselsubhead {
 font-size: 65px!important;
 bottom: 38%!important;
 left: 32%!important;
}
.carouselsubhead1 {
 font-size: 65px!important;
 bottom: 38%!important;
 left: 35.5%!important;
}
.carouselsubhead2 {
 font-size: 65px!important;
 bottom: 38%!important;
 left: 33%!important;
}
.carouselsubhead3 {
 font-size: 65px!important;
 bottom: 38%!important;
 left: 38%!important;
}
}
@media only screen and (min-device-width : 1800px) and (max-device-width : 1899px) {
.carouselhead {
 font-size: 80px!important;
 bottom: 50%!important;
 left: 32%!important;
}
.carouselsubhead {
 font-size: 80px!important;
 bottom: 38%!important;
 left: 30%!important;
}
.carouselsubhead1 {
 font-size: 80px!important;
 bottom: 38%!important;
 left: 33.5%!important;
}
.carouselsubhead2 {
 font-size: 80px!important;
 bottom: 38%!important;
 left: 31.5%!important;
}
.carouselsubhead3 {
 font-size: 80px!important;
 bottom: 38%!important;
 left: 37%!important;
}
}
/********* Banner ends ************/
/********* About us **********/
.bgabout{
 background-image: url(../img/about.jpg);
 background-repeat: no-repeat;
 background-position: center!important;
 background-color: #FFFFFF;
 container: cover; 
}
.bgblue {background-color: #FFFFFF;}
.tabouthead{
 font-family: 'Poppins', sans-serif;
 font-size: 48px;
 font-weight:500;
 color: #016BB5;
 line-height: 56px;
}
.taboutsubhead{
 font-family: 'Poppins', sans-serif;
 font-size: 48px;
 font-weight:500;
 color: #000000;
 line-height: 45px;
}
.tabouttext{
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 font-weight:400;
 color: #000000;
 line-height: 30px;
}
.taboutreadmore{
 font-family: 'Poppins', sans-serif;
 font-size: 17px;
 font-weight:400;
 color: #0169B5;
 line-height: 25px;
}
.taboutreadmore:hover{ color: #000000;}
.taboutpadding {
 padding-left: 125px!important;
 padding-right: 0px!important;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {	
.tabouthead {
 font-size: 22px;line-height: 33px;
}
.taboutsubhead {
 font-size: 22px;line-height:19px;
}
.tabouttext {font-size: 14px;line-height: 22px!important;}
.taboutreadmore {font-size: 14px;}
}
@media only screen and (min-device-width : 769px) and (max-device-width : 991px) {	
.tabouthead {
 font-size: 30px;
}
.taboutsubhead {
 font-size: 30px;line-height: 14px;
}
.tabouttext {line-height: 28px;}
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1199px) {
.tabouthead {
 font-size: 35px;
}
.taboutsubhead {
 font-size: 35px;line-height: 18px;
}	
.taboutpadding {
 padding-left: 25px!important;
}
}
@media only screen and (min-device-width : 1200px) and (max-device-width : 1299px) {
.tabouthead {
 font-size: 35px;
}
.taboutsubhead {
 font-size: 35px;line-height: 18px;
}	
.tabouttext {
    line-height: 26px;
}
.taboutpadding {
 padding-left: 25px!important;
}
.taboutpadding {
 padding-left: 25px!important;
}
}
@media only screen and (min-device-width : 1300px) and (max-device-width : 1599px) {
.tabouthead {
 font-size: 35px;
}
.taboutsubhead {
 font-size: 35px;line-height: 14px;
}	
.tabouttext {
    line-height: 26px;
}
.taboutpadding {
 padding-left: 50px!important;
}
}
@media only screen and (min-device-width : 1600px) and (max-device-width : 1699px) {
.tabouthead {
 font-size: 35px;
}
.taboutsubhead {
 font-size: 35px;line-height: 18px;
}	
.tabouttext {
 line-height: 26px;
}
}
@media only screen and (min-device-width : 1700px) and (max-device-width : 1799px) {
.tabouthead {
 font-size: 35px;
}
.taboutsubhead {
 font-size: 35px;line-height: 18px;
}	
.tabouttext {
 line-height: 26px;
}
}
@media only screen and (min-device-width : 1800px) and (max-device-width : 1899px) {
.tabouthead {
 font-size: 38px;
}
.taboutsubhead {
 font-size: 38px;line-height: 18px;
}	
.tabouttext {
 line-height: 26px;
}
}
/*****************************/
/************** Services slider hover effect Starts ***************/
.slide-item{
 width:auto!important;
}
.box1{
 font-family: 'Poppins', sans-serif;
 overflow: hidden;
 position: relative;
}
.box1:before,
.box1:after,
.box-content1:before,
.box-content1:after{
 content: '';
 background: linear-gradient(to bottom,#00000005,rgb(0 0 0 / 4%),transparent,rgb(0 0 0 / 48%),#00000080);
 height: 100%;
 width: 25.1%;
 opacity: 0;
 position: absolute;
 left: 0;
 top: 0;
 transition: all 0.3s ease-in-out;
}
.box1:before{
 top: -100%;
 left: -25%;
}
.box1:after{ left: 50%; }
.box-content1:before{ left:25%; }
.box-content1:after{
 left:100%;
 top:100%;
}
.box1:hover:before,
.box1:hover:after,
.box1:hover .box-content1:before,
.box1:hover .box-content1:after{opacity: 1;}
.box1:hover:before{
 top: 0;
 left: 0;
}
.box1:hover .box-content1:after{
 top: 0;
 left: 75%;
}
.box1:hover .box-content1:before{
 left: 50%;
 transition-delay: 0.1s;
}
.box1:hover:after{
 left: 25%;
 transition-delay: 0.1s;
}
.box1 img{
 width: 100%;
 height: auto;
}
.box1 .box-content1{
 color: #fff;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2;
 transition: all 0.3s ease 0s;
}
.box1 .content1{
 position: absolute;
 left: 45px;
 bottom: 35px;
 z-index: 1;
}
.box1 .title1{
 font-family: 'Poppins', sans-serif;
 font-size: 33.77px;
 font-weight: 500;
 color: #FFFFFF;
 text-transform: uppercase;
 letter-spacing: 1px;
 margin: 0 0 22px 0px;
 opacity: 1;
 transform: translateY(100%);
 transition: all 0.3s ease;
 line-height:25px;
}
.box1 .post1{
 font-family: 'Poppins', sans-serif;
 font-size: 33.77px;
 color: #FFFFFF;
 font-weight: 500;
 text-transform: uppercase;
 opacity: 1;
 transition: all 0.3s ease 0.1s;
 line-height: 55px;
}
.box1 .tviewmore{
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 font-weight: 300;
 color: #FFFFFF;
 letter-spacing: 1px;
 opacity: 0;
 transition: all 0.3s ease 0.1s;
}

.box1:hover .title1{
 opacity: 1;
 transform: translateY(0);
 margin: 0px 0px -0.9px 0px;
}
.box1:hover .post1{ opacity: 1; }
.box1 .icon1{
 padding: 0;
 margin: 0;
 list-style: none;
 position: absolute;
 left: 20px;
 top: 20px;
}
.box1:hover .tviewmore{opacity: 1;}
.box1 .icon1 li{
 display: inline-block;
 opacity: 0;
 transition:all 0.3s;
}
.box1 .icon1 li:first-child{ transform:translateY(80px); }
.box1 .icon1 li:last-child{ transform:translateY(-80px); }
.box1:hover .icon1 li{
 opacity: 1;
 transform:translateY(0);
}
.box1 .icon1 li a{
 color: #fff;
 background-color: #01AEF0;
 font-size: 22px;
 text-align: center;
 line-height: 40px;
 width: 40px;
 height: 40px;
 margin-right: 5px;
 border-radius: 50% 0;
 display: block;
 position: relative;
 z-index: 1;
 transition: all 0.3s;
}
.box1 .icon1 li a:hover{
 text-shadow: 0 0 6px #555;
 border-radius: 50%;
}
@media only screen and (max-width:990px){
 .box1{ margin-bottom: 30px; }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.box1 .content1 {
 left: 30px;
 bottom: 15px;
}
.box1 .title1{ 
 font-size: 20px;
 line-height: 18px; 
}	
.box1 .post1{ font-size: 20px;line-height: 26px;}
.box1 .tviewmore{ font-size: 14px; } 	
}
@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
.box1 .content1 {
 left: 35px;
 bottom: 30px;
}
.box1 .title1{ 
 font-size: 30px;
 line-height: 29px;
}	
.box1 .post1{ font-size: 30px; }
.box1 .tviewmore{ font-size: 14px; } 	
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1199px) {
.box1 .content1 {
 left: 25px;
 bottom: 25px;
}
.box1 .title1{ 
 font-size: 25px;
 line-height: 25px; 
}	
.box1 .post1{ font-size: 25px;line-height: 44px;}
.box1 .tviewmore{ font-size: 14px; } 	
}
@media only screen and (min-device-width : 1200px) and (max-device-width : 1299px) {
.box1 .content1 {
 left: 30px;
 bottom: 30px;
}
.box1 .title1{font-size: 29px;}	
.box1 .post1{ font-size: 29px; }
.box1 .tviewmore{ font-size: 14px; } 	
}
@media only screen and (min-device-width : 1500px) and (max-device-width : 1599px) {
.box1 .content1 {
 left: 31px;
 bottom: 23px;
}
.box1 .title1{ 
 font-size: 29px;
}	
.box1 .post1{ font-size: 29px; }
}
/************* Services slider hover effect  Ends **************/
/*********** our services starts ************/
#missionbg{
 background-image: url(../img/ourservicesbg.jpg);
 background-position: center;
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
}
.fastdeliveryicon {
 background-image: url(../img/icon-superfastservice.png);
 background-repeat: no-repeat;
 background-position: center;
 -webkit-animation: mover 2s infinite  alternate;
 animation: mover 1s infinite  alternate;
}
.servicesheight {height: 250px;}
.safedeliveryicon{
 background-image: url(../img/icon-safedelivery.png);
 background-repeat: no-repeat;
 background-position: center;
 -webkit-animation: mover 2s infinite  alternate;
 animation: mover 1s infinite  alternate;
}
.servicesicon{
 background-image: url(../img/icon-support.png);
 background-repeat: no-repeat;
 background-position: center;
 -webkit-animation: mover 2s infinite  alternate;
 animation: mover 1s infinite  alternate;
}
.tserviceshead{
 font-family: 'Poppins', sans-serif;
 font-size:28px;
 font-weight:700;
 color:#0367B3;
 line-height: 25px; 
}
.tservicestext {
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 color: #656565;
 font-weight: 400;
 line-height: 25px;
}
@-webkit-keyframes mover {
 0% { transform: translateY(0); }
 100% { transform: translateY(-10px); }
}
@keyframes mover {
 0% { transform: translateY(0); }
 100% { transform: translateY(-10px); }
}
.affiliationbox{
 background: rgba(3, 103, 179,.4);
 padding: 0px 0px 0px 0px;
}
.taffiliationhead{
 font-family: 'Poppins', sans-serif;
 font-size: 28px;
 font-weight: 700;
 color: #0367B3;
 line-height: 38px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.tserviceshead {
 font-size: 23px;
 line-height: 0px;
}
.tservicestext {
 font-size: 14px;
 line-height: 22px;
}
.fastdeliveryicon {
 background-size: 150px 150px!important;
}
.safedeliveryicon {
 background-size: 150px 150px!important;
}
.servicesicon {
 background-size: 150px 150px!important;
}
.servicesheight {
 height: 169px;
}
.taffiliationhead {font-size: 18px;line-height: 25px;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
.fastdeliveryicon {
 background-size: 150px 150px!important;
}
.safedeliveryicon {
 background-size: 150px 150px!important;
}
.servicesicon {
 background-size: 150px 150px!important;
}
.servicesheight {height: 170px;}
.tserviceshead {font-size: 20px;}
.tservicestext {
 font-size: 14px;
 line-height: 19px;
}
.taffiliationhead {font-size: 20px;line-height: 29px;}
.vl {height: 77px!important;margin-left: 20px!important;}
}
@media only screen and (min-device-width : 992px) and (max-device-width :1199px) {
.fastdeliveryicon {
 background-size: 150px 150px!important;
}
.safedeliveryicon {
 background-size: 150px 150px!important;
}
.servicesicon {
 background-size: 150px 150px!important;
}
.servicesheight {height: 170px;}
.tserviceshead {font-size: 23px;}
.tservicestext {
 font-size: 14px;
 line-height: 19px;
}
.taffiliationhead {font-size: 24px;line-height: 35px;}
.vl {height: 85px!important;}
}
@media only screen and (min-device-width : 1200px) and (max-device-width :1299px) {
.servicesheight {height: 230px;}
.tserviceshead {font-size: 25px!important;}
.tservicestext {
 font-size: 14px;
 line-height: 19px;
}
.taffiliationhead {font-size: 21px;line-height: 35px;}
}
@media only screen and (min-device-width : 1300px) and (max-device-width :1399px) {
.servicesheight {height: 230px;}
.tserviceshead {font-size: 25px!important;}
.tservicestext {
 font-size: 15px;
 line-height: 22px;
}
.taffiliationhead {font-size: 21px;line-height: 28px;}
}
@media only screen and (min-device-width : 1400px) and (max-device-width :1499px) {
.servicesheight {height: 230px;}
.tserviceshead {font-size: 24px!important;}
.tservicestext {
 font-size: 15px;
 line-height: 22px;
}
.taffiliationhead {font-size: 24px;line-height: 28px;}
}
.vl{
 border-left: 3px solid #0367B3;
 height: 60px;
 margin-left: 75px;
}
/*********** our services starts ************/
/******************** bottom starts ****************/
.bottombg {background-color:#E8F3FA;}
.bottomhead {
 font-family: 'Poppins', sans-serif;
 font-size: 18px;
 font-weight:500;
 color: #016BB5;
 line-height: 45px;
}
.bottomlinks{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 font-weight:500;
 color: #656565;
 line-height: 37px;
 text-transform:uppercase;
}
.bottomlinks:hover{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 font-weight:500;
 color: #0367B3;
 line-height: 37px;
 text-transform:uppercase;
}
.bottomlinksactive {
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 color: #0367B3;
 font-weight: 500; 
 text-transform:uppercase; 
 line-height: 37px;
}
.quicklink ul {
 list-style-image: url(../img/bottombullet.png);
} 
.bottomborder{
 color: #1070B8;
}
.borderleft{border-right: 1px solid #1070B8;} 
.tbottomcontactstext{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 color: #656565;
 font-weight: 300; 
 text-transform:uppercase; 
 line-height: 37px;	
}
.tbottomcontacts{
 font-family: 'Poppins', sans-serif;
 font-size: 22px;
 color: #0367B3;
 font-weight: 500; 
 line-height: 26px;	
}
.icopyright {
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 font-weight: 400;
 color: #515151;
}
.tfollowtext{
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 font-weight: 400;
 color: #515151;
}
.socialicons li{list-style:none;display:inline;padding-right:10px;}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.socialicons{padding:0px;}
.bottomhead {line-height: 24px;}
.bottomlinks {line-height: 33px;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
.tbottomcontacts {font-size: 18px;line-height: 22px;}
.socialicons li {padding-right: 7px;}
}	
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1199px) {
.tbottomcontacts {
 font-size: 20px;
 line-height: 26px;
}
.tbottomcontactstext {line-height: 17px!important;}
}
@media only screen and (min-device-width : 1200px) and (max-device-width : 1299px) {
 .tbottomcontacts {font-size: 16px;line-height: 20px;}
}
@media only screen and (min-device-width : 1300px) and (max-device-width : 1399px) {
 .tbottomcontacts {font-size: 16px;line-height: 20px;}
}
@media only screen and (min-device-width : 1400px) and (max-device-width : 1499px) {
 .tbottomcontacts {line-height: 28px;}
}
/******************** bottom ends ****************/

/****************** Inner pages starts ***********************/
.headingbg {
 background: linear-gradient(to right, #0070BB 0%, #181E6D 100%);
}
.theading {
 font-family: 'Poppins', sans-serif;
 font-size: 32px;
 font-weight:500;
 color: #FFFFFF;
 text-transform: uppercase;
 line-height: normal;
}
.tyouarein {
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 color: #ffffff;
 font-weight: normal;
}
.tyouarein:hover {color: #ffffff;}
.ttext {
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 color: #333333;
 font-weight: 400;
 text-align: justify;
 line-height: 32px;
}
.ttextbold {
 font-family: 'Poppins', sans-serif;
 color: #016CB8;
 font-size: 16px;
 text-align: justify;
 line-height: 27px;
}
.hover-underline-animation {
 display: inline-block;
 position: relative;
}
.hover-underline-animation:hover:after {
 transform: scaleX(1);
 transform-origin: bottom left;
}
.hover-underline-animation:after {
 content: '';
 position: absolute;
 width: 100%;
 transform: scaleX(0);
 height: 2px;
 bottom: 0;
 left: 0;
 background-color: #016CB8;
 transform-origin: bottom right;
 transition: transform 0.25s ease-out;
}

.tsubhead {
 font-family: 'Poppins', sans-serif;
 font-size: 30px;
 color: #016CB8;
 font-weight:400;
 line-height: normal;
}
.tsubtext{
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 color: #016CB8;
 font-weight:400;
 line-height: normal;
}
.servicelist li {
 list-style: none;
 list-style-image: url(../img/dot.jpg);
 font-family: 'Poppins',sans-serif;
 font-size: 16px;
 color: #333333;
 font-weight: 700;
 text-align: left;
 line-height: 25px;
 padding-left: 10px;
}
.servicesublist li {
 list-style: none;
 list-style-image: url(../img/dot01.jpg);
 font-family: 'Poppins',sans-serif;
 font-size: 16px;
 color: #333333;
 font-weight: 400;
 text-align: left;
 line-height: 25px;
 padding-left: 10px;
}
.borderdashed {
    border-bottom: 1px dashed #016CB8;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.theading {font-size: 20px;}
.ttext {
 font-size: 14px;
 text-align: left;
 line-height: 22px;
}
.ttextbold {
 font-size: 14px;
 text-align: left;
 line-height: 22px;
}
.tsubhead {
 font-size: 25px!important;
 line-height:25px!important;
}
.servicelist li {
 font-size: 14px;
 line-height: 25px;
}
.servicelist li {
 font-size: 14px;
 line-height: 25px;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
.theading {font-size: 25px;}
.ttext {
 font-size: 14px;
 text-align: left;
 line-height: 22px;
}
.ttextbold {
 font-size: 14px;
 text-align: left;
 line-height: 22px;
}
.servicelist li {
 font-size: 14px;
 line-height: 25px;
}
.servicelist li {
 font-size: 14px;
 line-height: 25px;
}
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1399px) {
.ttext {
 font-size: 16px;
 line-height: 28px;
} 
.servicelist li {
 font-size: 14px;
 line-height: 25px;
}
.servicelist li {
 font-size: 14px;
 line-height: 25px;
}
}
/************************* clents starts ******************/
.tcolumntext{
 font-family: 'Poppins', sans-serif;
 font-size: 18px;
 color: #333333;
 font-weight: 400;
 text-align:center;
 line-height: 32px;
}
.columnborder{border:1px solid #0070BB;box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}

.columnborder:hover{
box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.tcolumntext {font-size: 11px; line-height:22px;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
.tcolumntext {font-size: 14px;line-height:22px;}
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1199px) {
.tcolumntext {
 font-size: 14px;
 line-height: 22px;
}
}
@media only screen and (min-device-width : 1200px) and (max-device-width : 1299px) {
.tcolumntext {
 font-size: 16px;
 line-height: 22px;
}
}
@media only screen and (min-device-width : 1300px) and (max-device-width : 1499px) {

.tcolumntext {
 font-size: 16px;
 line-height: 22px;
}
}
/************************* clents ends ******************/



/****************** Contactus Starts ************************/
.ttexthead{
 font-family: 'Poppins', sans-serif;
 font-weight:400;
 font-size: 18px;
}
.ttextconact {
 font-family: 'Poppins', sans-serif;
 font-size: 18px;
 color: #333333;
 font-weight: 400;
 text-align: left;
 line-height: 32px;
}
.tbreadcrumbs {
 color: #15B0D7;
 font-family: 'Poppins', sans-serif;
 font-weight:400;
 font-size: 13px;
}
.tbreadcrumbs:hover { color: #134B71; }
.tbreadcrumbsactive {
 color: #134B71;
 font-family: 'Poppins', sans-serif;
 font-weight:400;
 font-size: 13px;
}
.contactbg{ background-color:#F7F7F7;}
.contactbox{
 position: relative;
 background-size: cover;
 padding: 60px 35px 43px;
 border-radius: 15px;
 text-align: left;
 color: #333333;
 background-color: #e8f3fa;
 border-color: #e8f3fa;
 transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
}
.contactboxadd{
 position: relative;
 background-size: cover;
 padding: 15px 15px 15px 15px;
 border-radius: 5px;
 text-align: left;
 color: #1A2A36;
 background-color: #e8f3fa;
 border-left : 5px solid #0368B4;
}
.ttextleftbig {
 color: #0368b4;
 font-family: 'Poppins', sans-serif;
 font-size: 20px;
 text-align: left;
 line-height: 27px;
 font-weight:500; 
}
.ttextleftbig:hover {
 color: #0368b4;
}
.ttextbold {
 color: #0368b4;
 font-family: 'Poppins', sans-serif;
 font-size: 20px;
 font-weight: 400;
 text-align: left;
 line-height: 27px; 
}
.ttextboldlg {
 color: #0368b4;
 font-family: 'Poppins', sans-serif;
 font-weight:500;
 font-size: 22px;
 text-align: left;
 line-height: 27px; 
}
.submitbutton {
 font-family: 'Poppins', sans-serif;
 font-size: 19px;
 font-weight:700;
 color: #ffffff!important;
 background-color:#0368b4;
 border-radius: 0px;
 border-left: 1px solid #ffffff;
 padding: 20px 16px 20px 16px;
 line-height: 10px;
}
.form-control {
 width: 100%!important; 
 text-align:left; 
 font-family: 'Poppins', sans-serif;
 font-size: 18px;}
 
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.ttexthead {font-size: 15px;}
.form-control {font-size: 14px;}
.submitbutton {
 font-size: 15px;
 line-height: 4px;
}
.ttextbold {font-size: 14px;}
.ttextconact {
 font-size: 14px;
 line-height: 22px;
}
.ttextleftbig {font-size: 14px;}	
}
 
@media only screen and (min-device-width : 992px) and (max-device-width : 1199px) { 
.form-control {font-size: 15px;} 
.ttextbold {font-size: 18px;}
.ttextleftbig {font-size: 15px;}
.ttextconact {
 font-size: 15px;
 line-height: 22px;
}
} 
@media only screen and (min-device-width : 1200px) and (max-device-width : 1299px) { 
.form-control {font-size: 15px;} 
.ttextbold {font-size: 16px;}
.ttextleftbig {font-size: 15px;}
.ttextconact {
 font-size: 15px;
 line-height: 22px;
}
} 
@media only screen and (min-device-width : 1300px) and (max-device-width : 1399px) { 
.form-control {font-size: 15px;} 
.ttextbold {font-size: 17px;}
.ttextleftbig {font-size: 16px;}
.ttextconact {
 font-size: 15px;
 line-height: 22px;
}
} 
/******************** Contactus ends ************************/
/****************** Inner pages ends ***********************/