body{font-family: 'Poppins', sans-serif; padding-top: 0; overflow-x: hidden;}
ul,ol{padding: 0px; margin: 0px;}
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'Segoe UI Regular';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');
}


@font-face {
font-family: 'Segoe UI Italic';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Italic'), url('Segoe UI Italic.woff') format('woff');
}


@font-face {
font-family: 'Segoe UI Bold';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Bold'), url('Segoe UI Bold.woff') format('woff');
}


@font-face {
font-family: 'Segoe UI Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Bold Italic'), url('Segoe UI Bold Italic.woff') format('woff');
}


@font-face {
font-family: 'Gotham-Light';
font-style: normal;
font-weight: normal;
src: local('Gotham-Light'), url('Gotham-Light.woff') format('woff');
}

@font-face {
font-family: 'Gotham-Book';
font-style: normal;
font-weight: normal;
src: local('Gotham-Book'), url('Gotham-Book.woff') format('woff');
}

@font-face {
font-family: 'Gotham-Medium';
font-style: normal;
font-weight: normal;
src: local('Gotham-Medium'), url('Gotham-Medium.woff') format('woff');
}

@font-face {
font-family: 'Gotham-Bold';
font-style: normal;
font-weight: normal;
src: local('Gotham-Bold'), url('Gotham-Bold.woff') format('woff');
}


h1,h2,h3,h4,h5,h6{font-family: 'Poppins', sans-serif;}

.container{width: 1240px; margin: auto; max-width: 1240px; min-width: 1240px;}


#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99999999999999999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 130px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/logo1.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: -80px 0 0 -100px;
  /* is width and height divided by two */
  animation: zoominoutsinglefeatured 2s infinite;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

/*--------header-----------*/
.header{
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    
    width: 100%;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2) */
    /* background-color: #fff; 
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);*/
}
#header.fixed1{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 999999999;
    border-bottom: 0px;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
    padding: 0 50px;
}
.logo{
    float: left;
    display: inline-block;  
    height: 85px;
    line-height: 85px;
    /* margin-left: 20px; */
    transition: all 0.3s ease 0s;
    /* padding-right: 30px; */
    /* border-right: 1px solid rgba(255, 255, 255, 0.2) */
}
.logo a{
    vertical-align: middle;
    display: table;
    background-image: url(../images/logo1.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 400px;
    display: table;
    transition: all 0.3s ease 0s;
    height: inherit;
    background-size: 85%;
}
/* #header.fixed1 .logo{height: 100px; transition: all 0.3s ease 0s;} */
#header.fixed1 .logo a{background-image: url(../images/logo1.png); 
    background-size: 85%;
background-position: left center; transition: all 0.3s ease 0s;}


.socialrt {
    float: left;
    display: inline-block;
    padding: 4px 0px 0 18px;
    margin-top: 10px;
    width: 100%;
}

.socialrt a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    float: left;
    background-color: #ef2e24;
    display: inline;
    /* padding: 0 25px; */
    transition: all 0.3s;
    margin-right: 12px;
    font-size: 18px;
    text-decoration: none
}

 .socialrt a.fb {
    background-color: #4b69b0;
}

.socialrt a.tw {
    background-color: #37b1e1;
}

.socialrt a.li {
    background-color: #0678b6;
} 

.socialrt a.wa {
    background-color: #2ba63a;
}


.menu {
    float: right;
    display: inline-block;
    margin-left: 0px;
  }
  
  .menu > ul {
    list-style: none;
    float: left;
  }
  
  .menu > ul > li {
    display: inline-block;
    float: left;
    position: relative;
    /* padding: 0 5px; */
  }
  
  .menu > ul > li > a {
    text-decoration: none;
    color: #142261;
    font-size: 18px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    padding: 0 15px;
    height: 85px;
    line-height: 85px;
    font-weight: 400;
    position: relative;
    font-family: 'Poppins', sans-serif;
  }
  /* .menu > ul > li > a:hover{color: #7fbb01 !important;}
  .menu > ul > li > a.active{color: #7fbb01 !important;} */
  .menu > ul > li.last1 > a {
    color: #142261;
    /* height: 40px; */
    border-radius: 0px;
    /* line-height: 40px; */
    margin-top: 20px;
    margin-left: 20px;
    padding: 7px 25px;
    border-radius: 0px;
    border: 1px solid #142261;
    background-color: transparent;
    height: auto;
    line-height: normal;
    /* background:radial-gradient(circle,#007dc6,#e67817); */
    /* background-size:400%; */
    /* -webkit-animation:colorSpin 10s linear infinite;
       animation:colorSpin 10s linear infinite */
  }
  
  @-webkit-keyframes colorSpin {
    0% {
      filter: hue-rotate(0deg);
    }
    25% {
      background-position: 0 100%;
    }
    50% {
      background-position: 60% 80%;
      filter: hue-rotate(140deg);
    }
    75% {
      background-position: 60% 100%;
    }
    to {
      filter: hue-rotate(0deg);
    }
  }
  
  @keyframes colorSpin {
    0% {
      filter: hue-rotate(0deg);
    }
    25% {
      background-position: 0 100%;
    }
    50% {
      background-position: 60% 80%;
      filter: hue-rotate(140deg);
    }
    75% {
      background-position: 60% 100%;
    }
    to {
      filter: hue-rotate(0deg);
    }
  }
  
  #header.fixed1 .menu > ul > li > a {
    color: #142261;
    /* height: 85px;
      line-height: 85px; */
  }
  
  #header.fixed1 .menu > ul > li.last1 > a {
    color: #142261;
    border-color: #142261;
    /* background-color: #2e74b5; */
    /* height: 40px;
      line-height: 40px; */
    /* margin-top: 15px; */
    border-radius: 50px;
  }

  #header.fixed1 .menu > ul > li.last1 > a  svg{
    /* margin-top: 10px; */
float: left;
margin-right: 8px;
fill: #53c1ff;
  }
  
  
  .menu>ul>li>a:before {
      bottom: 15px;
      height: 2px;
      background-color: #53c1ff;
      display: block;
      left: 0;
      margin: auto;
      content: "";
      position: absolute;
      right: 0;
      transition-timing-function: ease-in;
      transition: background-color .3s, width .3s, height .12s;
      width: 0%;
  }
  /* 
  .menu > ul > li > a:after {
      position: absolute;
      display: block;
      width: 1px;
      height: 16px;
      top: 42px;
      right: -8px;
      left: auto;
      -webkit-transform: rotate(25deg);
      transform: rotate(25deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      background-color: #000;
      content: ""
  } */
  
  .menu > ul > li.last1 > a:before {
    display: none;
  }
  
  .menu > ul > li.last1 > a:hover {
    color: #fff !important;
    background-color: #2e74b5;
    border-color: #2e74b5;
  }
  
  .menu > ul > li:hover > a:before,
  .menu > ul > li > a.active:before {
    width: 60%;
  }
  
  .menu > ul > li > a i {
    margin-left: 5px;
    /* color: #fff */
  }
  
  #header.fixed1 .menu > ul > li > a i {
    /* color: #2e74b5; */
  }
  
  /* #header.fixed1 .menu ul > li:hover > a,
  #header.fixed1 .menu ul > li > a.active {
    color: #026374566;
  } */
  
  .menu > ul > li > a span.circlebb {
    position: absolute;
    left: 0;
    top: 20px;
  }
  .menu > ul > li:last-child{margin-left: 15px;}
  .menu > ul > li.last1 > a span {
    background-color: #c5c8d8;
    color: #222328;
  }
  
  .menu > ul > li.last > a:hover span {
    background-color: #f47435;
    color: #fff;
    border-color: #f47435;
  }
  
  .menu > ul > li.last1 > a:hover span {
    background-color: #02a5f0;
    color: #fff;
    border-color: #02a5f0;
  }
  #header.fixed1 .menu > ul > li.last1 > a:hover  svg{fill: #fff}
  
  .menu ul li:hover ul.submenu1 {
    display: block;
  }
  
  .menu ul li.social {
    position: absolute;
    right: 60px;
  }
  
  .menu ul li.social a {
    float: left;
    display: inline-block;
    padding: 0 7px;
    font-size: 24px;
  }
  
  .menu ul li.social:hover a {
    color: #fff;
  }
  
  .menu ul li.social a:hover {
    color: #ccc;
  }
  
  .menu ul li.fb1 {
    position: absolute;
    right: 0px;
    background-color: #4f4f4f;
  }
  
  .menu ul li.fb1 a:before {
    display: none;
  }
  
  .menu ul li.phonebx {
    position: absolute;
    right: 57px;
    background-color: #4f4f4f;
  }
  
  .menu ul li.phonebx:hover ul.submenu1 {
    left: auto;
    right: 0px;
  }
  
  ul.submenu1 {
    width: auto;
    min-width: 275px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    display: none;
    z-index: 9999999999;
    box-shadow: 0 5px 10px -5px rgba(11, 11, 17, 0.05),
      0 20px 60px -20px rgba(11, 11, 17, 0.2);
  }
  
  ul.submenu1 li {
    display: table;
    clear: both;
    width: 100%;
    position: relative;
  }
  
  ul.submenu1 li a {
    text-decoration: none;
    color: #121738 !important;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 20px !important;
    display: block;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
  }
  
  ul.submenu1 > li:last-child > a {
    border-bottom: 0px;
  }
  
  ul.submenu1 li:hover > a {
    color: #2e74b5 !important;
    background-color: transparent;
  }
  
  ul.submenu1 li:last-child a {
  }
  
  ul.submenu2 {
    display: none !important;
    border-top: 0px;
    min-width: 240px;
    /* left: 275px; */
    top: 0px;
    position: absolute;
  }
  
  .menu ul > li ul.submenu1 li:hover ul.submenu2 {
    left: 100%;
    top: 0px;
    display: block !important;
    background-color: #f3f3f3;
  }
  
  ul.submenu2 li a {
    color: #000 !important;
  }
  
  ul.submenu3 {
    display: none !important;
    border-top: 0px;
    min-width: 240px;
  }
  
  .menu ul > li ul.submenu2 li:hover ul.submenu3 {
    left: 100%;
    top: 0px;
    display: block !important;
    background-color: #fff;
  }
  
  ul.submenu3 li a {
    color: #000 !important;
  }
  
  a.enquirenow {
    position: relative;
    z-index: 1;
    padding: 10px 26px 6px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    margin: 22px 10px 0px 0;
    transition: all 0.3s;
  }
  
  a.enquirenow:before,
  a.enquirenow:after {
    position: absolute;
    top: 0;
    height: 100%;
    transform: skewX(-10deg);
    transition: all 0.2s ease-in-out;
    content: "";
  }
  
  a.enquirenow:before {
    right: 10px;
    left: 10px;
    z-index: -1;
    background-color: #d81324;
  }
  
  a.enquirenow1:before {
    background-color: #083e6e;
  }
  
  a.enquirenow:after {
    background-color: rgba(245, 134, 52, 0.6);
    right: 0;
    left: 0;
    z-index: -2;
  }
  
  a.enquirenow1:after {
    background-color: rgba(8, 62, 110, 0.6);
  }
  
  a.enquirenow:hover:before {
    background-color: #fa9b54;
  }
  
  a.enquirenow1:hover:before {
    background-color: #0f62ac;
  }
  
  .top_social,
  .top_social ul {
    float: right;
    margin-left: 15px;
    list-style: none;
  }
  
  .top_social ul {
    margin-right: 0;
  }
  
  .top_social ul li {
    float: left;
    padding: 20px 0 0;
    /* margin-left: 25px; */
    transition: all 0.3s;
  }
  
  #header.fixed1 .top_social ul li {
    padding-top: 10px;
  }
  
  .megamenu {
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #fff;
    width: 280px;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
  
    transition: all 0.1s ease-in-out 0s;
    visibility: hidden;
    transform: translateY(30px);
    opacity: 0;
    border-top: 3px solid #fff;
  }
  .halfmenu {
    width: 250px;
  }
  .megamenu:before {
    position: absolute;
    left: 40px;
    top: -13px;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }
  .menu > ul > li:hover .megamenu {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
  .megamenu ul {
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .megamenu ul li {
    width: 100%;
    margin-right: 0px;
    padding: 0 5px;
    display: block;
  }
  .megamenu ul li a {
    text-decoration: none;
    color: #000;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    display: block;
    font-size: 16px;
    width: 100%;
    text-transform: capitalize;
    /* border-bottom: 1px solid #f2f2f2; */
  }
  .megamenu ul h4 a{
    text-decoration: none;
    padding: 10px;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s;
  }
  .megamenu ul h4 a:hover{color: #2e74b5;}
  .megamenu ul li a:hover {
    color: #2e74b5 !important;
    transition: all 0.3s ease 0s;
  }
  
  .top_social ul li a {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    padding: 0px 10px;
    height: 50px;
    /* line-height: 50px; */
    display: block;
    text-align: center;
    /* border-bottom: 2px solid #2e74b5; */
    float: right;
    font-family: 'Poppins', sans-serif;
    /* border-radius: 30px; */
  }
  
  .top_social ul li a i {
    font-size: 24px;
    position: relative;
    top: 3px;
  }
  
  #header.fixed1 .top_social ul li a {
    color: #000;
  }
  
  /* .top_social ul li a:hover {
      color: #991050;
      transition: all .5s;
  } */
  
  .top_social ul li a img {
    height: 50px;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: -3px;
  }
  
  .site-header-action__icon {
    fill: #ff6801;
    height: 25px;
    /* width: 15px; */
    position: relative;
    top: 7px;
    margin-right: 5px;
    display: inline-block;
  }
  
  .site-header-action__icon--enquire {
    fill: #e9c469;
    height: 25px;
    width: 30px;
  }
  
  .menu ul li:hover .dropdownm1 {
    display: block;
    top: 80%;
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
  }
  
  .dropdownm1 {
    position: absolute;
    top: 60%;
    left: 0px;
    background-color: #fff;
    border: 1px solid #fff;
    z-index: 99;
    width: 250px;
    border-radius: 5px;
    /* display: none; */
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.6s;
  }
  
  /* .dropdownm1::before{
    width: 0; 
      height: 0; 
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #ccc;
      position: absolute;
      top: -8px;
      left: 5%;
      content: "";
  } */
  
  .dropdownm1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }
  
  .dropdownm1 ul::before {
    content: "";
    width: 0;
    height: 0;
    z-index: 9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -10px;
    left: calc(36% - 40px);
  }
  
  .dropdownm1 ul li {
    display: block;
    width: 100%;
    line-height: normal;
  }
  
  .dropdownm2 ul li {
    text-align: center;
  }
  
  .dropdownm1 ul li a {
    text-decoration: none;
    text-decoration: none;
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: relative;
    padding: 10px;
    width: 100%;
    display: block;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
  }
  
  .dropdownm1 ul li a p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 200;
  }
  
  .dropdownm1 ul li a:hover:before {
    background-color: #de5041;
  }
  
  .dropdownm1 ul li a:hover {
  }
  
  /* .dropdownm1 ul li a:before{
    width: 7px;
    height: 1px;
    content: "";
    position: absolute;
    left: 5px;
    top: 22px;
    background-color: #2e74b5;
  } */
  
  .dropdownm1 ul li a:hover {
    color: #263745 !important;
  }
  
  .dropdownm1 .link {
    line-height: normal;
    padding: 0px 30px 20px;
    text-align: right;
  }
  
  .dropdownm1 .link a {
    text-decoration: none;
    letter-spacing: 3px;
    color: #de5041 !important;
    font-size: 14px !important;
  }
  
  .social {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 25px;
    right: calc(3% + 15px);
    color: #ffffff;
    z-index: 9999;
  }
  
  .social p {
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
  }
  
  .social .longline {
    display: inline-block;
    width: 100px;
    margin-left: 20px;
    height: 2px;
    background: white;
  }
  
  .social a {
    color: #ffffff;
    display: inline-block;
    margin-left: 20px;
    text-decoration: none;
    position: relative;
  
    position: relative;
    width: 61px;
    height: 61px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid hsla(0, 0%, 100%, 0.05);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    line-height: 60px;
    font-size: 19px;
  }
  .social a:hover {
    background-color: #fff;
    color: #333;
  }
  
  .scroll-link {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: calc(50% - 50px);
    bottom: 50px;
    color: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 10px;
    transform: rotate(-90deg);
    transition: all 0.3s;
  }
  
  .scroll-link:hover {
    background: #2e74b5;
    border-color: #2e74b5;
  }
  
  .side-cta {
    width: 275px;
    height: 420px;
    bottom: -120px;
    position: absolute;
    right: 0;
    background-image: url("../images/cta-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    z-index: 99;
  }
  
  .side-cta .cont p.title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    margin-bottom: 10px;
  }
  
  .side-cta .cont {
    top: 125px;
    width: 225px;
    right: 5px;
    float: left;
    position: absolute;
  }
  
  .side-cta .cont p {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 5px;
  }
  
  .side-cta .cont a {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #2e74b5;
    background: white;
    padding: 15px 20px;
    border: 1px solid white;
    border-radius: 50px;
    margin-top: 15px;
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    text-decoration: none;
    font-size: 17px;
    margin-top: 10px;
  }
  
  .side-cta .cont a:hover {
    background-color: transparent;
    color: #fff;
  }
  
/*------header_end--------*/



/*home_link*/
/* .home_link {
    overflow: hidden;
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}
.home_link:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    content: "";
    background-color: #000;
    opacity: 0.5
} */
/* .hl_video {
}
.hl_video video {
    width: 100%;
    display: block;
}
.hl_circle {
    width: 75%;
    padding-top: 15%;
    left: 5%;
    font-size: 24px;
    text-align: left;
    color: #fff;
    top: 0px;
    border-radius: 100%;
    position: absolute;
    z-index: 9;
}
.hl_circle h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    font-family: 'Gotham-Bold';
    margin-bottom: 0px;
}
.hl_circle a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    text-decoration: none;
    border-radius: 30px;
    padding: 12px 40px;
    margin-top: 20px;
    font-weight: 600;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.hl_circle a:hover {
    color: #fff;
    background: #1f70a3;
    border-color: #1f70a3;
} */
/*home_link*/

/*------bannerbox---------*/
.bannerbox{
    width: 100%;
    display: block;
    position: relative;
    /* padding-bottom: 200px; */
    background-color: #000;
    /* height: 100vh;
    overflow: hidden; */
}
/* .bannerbox:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
   background: linear-gradient(to bottom,#00286f7a 0%,rgba(0,0,0,0) 25%,
        rgba(0,0,0,0) 35%,rgba(118, 146, 194) 100%);
    top: 0px;
    left: 0px;
    z-index: 1;
} */
/* .bannerbox:after{
    width: 100%;
    height: 225px;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 200px;
    z-index: 1;
} */
.bannerboxcont{
    position: absolute;
    left: 0%;
    top: 20%;
    width: 100%;
    text-align: left;
    z-index: 2
}


/* .banner_txt {
    top: 160px;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 60%;
    margin: auto;
    display: block;
    left: 28%;
    z-index: 999999;
    margin: auto;
} */
.banner_hd h2{
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 45px;
    position: relative;
    padding-bottom: 0px;
    width: 45%;
    /* letter-spacing: -1px; */
    margin: 0;
    margin-bottom: 20px;
    line-height: 66px;
}
.banner_hd h2 span{font-weight: 600;}
/* .bannertxt h2:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 447px;
    height: 7px;
    margin: 0 0 0 -223px;
    padding: 0;
    border: 1px solid #000;
    background: #000;
} */
.banner_cont p{
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
}
/* .banner_hd {
    color: #fff; font-size: 50px; font-weight: 700; margin:0px;
    font-family: 'Poppins', sans-serif; margin-bottom: 15px; margin-top: 40px; line-height: 55px;
}
.banner_hd span{border-bottom: 1px solid #fc5c01; font-family: 'Poppins', sans-serif;}
.banner_cont {
    color: #fff; font-size: 18px; font-family: 'Poppins', sans-serif; margin-bottom: 30px;
    width: 80%
} */
.banner_r_more{
    clear: both;
    margin-top: 30px;
    
}
.banner_r_more a{
    text-decoration: none;
    color: #fff;
    padding: 12px 50px;
    background-color: transparent;
    display: inline-block;
    font-size:16px;
    transition: all 0.3s;
    border-radius: 30px;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    /* background-color: #fbb03b; */
}
.banner_r_more a:hover{
    transition: all 0.3s;
    background-color: #fff;
    border-color: #fff;
    color: #53C1FF; background-image: none;
}
.banner_r_more a svg {
    width: 1.1875rem;
    height: 0.875rem;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 26px;
}

.bannerBtn a {
    position: absolute;
    right: calc(12% - 100px);
    bottom: 20px;
    padding-bottom: 120px;
    text-decoration: none;
    display: inline-block;
    outline: 0px;
    z-index: 99;
    /* background-image: url(../images/varrow-home.svg);
    width: 200px;
    height: 265px;
    background-size: 12px 265px;
    background-repeat: no-repeat; */
    /* padding-top: 167px; */
    white-space: nowrap;
    color: #fefefe;
    text-align: center;
    background-position: center;
    font-size: 18px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
.bannerBtn a:focus{outline: 0px;}
.bannerBtn a span{transform: rotate(90deg); display: block; opacity: 0.3; font-size: 14px;
position: relative; right: 4px; top: -7px;}
.bannerBtn a::before {
    content: "";
    width: 53px;
    height: 46px;
    position: absolute;
    /* transform: rotate(-90deg); */
    background: url("../images/arrow-circ.png");
    z-index: 1111;
    top: 70px;
    right: -5px;
}
.bannerBtn a::after {
    content: '';
    width: 17px;
    height: 70px;
    position: absolute;
    top: 30px;
    right: 13px;
    z-index: 1111;
    background: url("../images/arrow-down.png");
    /* transform: rotate(-90deg); */
}
@-webkit-keyframes scroll {
    0%{-webkit-transform:translateY(0);transform:translateY(0)}
    50%{-webkit-transform:translateY(20px);transform:translateY(20px)}
    100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes scroll {
    0%{-webkit-transform:translateY(0);transform:translateY(0)}
    50%{-webkit-transform:translateY(20px);transform:translateY(20px)}
    100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
.fimgs{
    position: absolute;
    /* left: -150px; */
    left: 0;
    top: 0%;
    display: block;
    height: 100%;
    width: 100%;
    /* z-index: 9 */
}
.btmleftgr{
    position: absolute;
    left: 0px;
    bottom: 200px;
    z-index: 9;
    display: block;
    /* height: 100%; */
}
.btmleftgr img{width: 100%; display: block;}
img.f1{
    position: absolute;
    left: 0px;
    top: 0;
    width: 57%;
    /* opacity: 0.5; */
}
img.f2{
    position: absolute;
    left: -100px;
    top: 37%;
    z-index: 99
}

/* .vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
} */
.pavcontentslider .carousel-control{top: auto !important; bottom: 25% !important}
.carousel-control svg{width: 30px; }
.carousel-control.left{left: auto; right: 100px;}
.carousel-control.right{right: 30px;}
svg.bannersvg1{
    bottom: -1px;
    width: 100%;
    position: absolute;
    left: 0;
    display: block;
    z-index: 9;
}
/*------bannerbox---------*/



/*home_link*/

.home_link {
    overflow: hidden;
    /* background-image: url(../images/bg1.jpg);
      background-position: center;
      background-size: cover; */
    position: relative;
    width: 100%;
    /* background-color: #010716; */
    height: 100vh;
  
  }
  
  .home_link::after {
      content: "";
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      left: 0;
      opacity: 0.85;
      background-image: radial-gradient(circle farthest-corner at 50% 50%,rgba(0,0,0,.5),#000);
  }
  
  /* .home_link:before {
      position: absolute;
      top: 0px;
      height: 100%;
      width: 36vw;
      right: -30vw;
      z-index: 9;
      content: "";
      background-color: #2e74b5;
      transform: skew(-25deg);
      opacity: 0.45
  }
  
  .hshape1::after {
      content: "";
      position: absolute;
      top: 0;
      height: 100%;
      width: 50vw;
      left: -30vw;
      z-index: 9;
      background-color: #00a1ff;
      transform: skew(-25deg);
      opacity: 0.45
  }
  
  .hshape2:before {
      position: absolute;
      top: 0px;
      height: 100%;
      width: 36vw;
      right: -30vw;
      z-index: 9;
      content: "";
      background-color: #2e74b5;
      transform: skew(-25deg);
      opacity: 0.45
  } */
  
  .banner_r_more {
    display: table;
    margin: auto;
    margin-top: 60px;
  }
  
  .banner_r_more a {
    text-decoration: none;
    color: #fff;
    padding: 15px 40px;
    border-radius: 5px;
    transition: all 0.3s;
    position: relative;
    top: 0;
    font-size: 19px;
    background-color: #2e74b5;
  }
  
  .banner_r_more a:hover {
    top: -5px;
  }
  
  .site-banner__graphic {
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 9;
    width: 60%;
  }
  
  .site-banner__graphic svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
  }
  
  .hl_video {
    /* position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; */
  }
  
  .hl_video video {
    width: 100%;
    display: block;
    left: 0%;
    top: 0;
  
    position: absolute;
    height: 100%;
  object-fit: cover;
  object-position: center center;
    /* opacity: 0.35; */
  }
  .background-line-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    /* z-index: 9; */
    left: 0;
    top: 0;
  }
  .background-line-gradient ul {
    width: 100%;
    height: 100%;
    padding: 0 16.666%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .background-line-gradient li {
    background: #fff;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(hsla(0, 0%, 100%, 0.4)),
      color-stop(17%, hsla(0, 0%, 100%, 0.05)),
      to(hsla(0, 0%, 100%, 0.05))
    );
    background: linear-gradient(
      0deg,
      hsla(0, 0%, 100%, 0.4),
      hsla(0, 0%, 100%, 0.05) 17%,
      hsla(0, 0%, 100%, 0.05)
    );
    display: block;
    width: 1px;
    height: 100%;
  }
  
  .section-hero_cont {
    width: 100%;
    /* height: 55%; 
    max-width: 1100px;*/
    padding: 0 15px;
    position: absolute;
    left: 0%;
    top: 50%;
     -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9999;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
  }
  .title-items__subtitle {
    color: hsla(0, 0%, 100%, 0.75);
    letter-spacing: 0.16em;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
  }
  .title-items__title {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    line-height: 77px;
    font-weight: 300;
    text-align: left;
  }
  .title-items__title span.hero-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 160px;
    color: #ff5f09;
    position: relative;
    top: 25px;
  }
  .title-items__title span.hero-title1 {
    font-weight: 700;
    /* color: #fd7e14; */
    font-size: 120px;
    text-transform: uppercase;
    position: relative;
    left: -5%;
    top: 10px;
    -webkit-text-stroke: 2px #ff5f09;
    text-stroke: 1px #ff5f09;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  
  a.banneranch{
    clear: both;
    display: table;
    transition: all 0.3s;
    position: relative;
    padding-top: 38px;
    color: #fff;
    text-decoration: none;
    padding-left: 25px;
    font-size: 18px;
    left: 0;
  }
  a.banneranch span.circlebb {
      position: absolute;
      left: 0;
      top: 22px;
      opacity: 0.5;
  }
  a.banneranch:hover{color: #7fbb01; padding-left: 30px;}
  
  .section-hero_cont .owl-nav{display: none;}
  .section-hero_cont .owl-dots{display: none;}
  
  .hl_circle {
    width: 90%;
    left: 5%;
    font-size: 18px;
    text-align: center;
    color: #fff;
    /* text-align: center; */
    padding: 0 5%;
    top: 45%;
    /* background: rgba(255, 255, 255, 0.8);
      padding: 100px; */
    position: absolute;
    z-index: 999;
  }
  
  .bannerbox {
    width: 100%;
    display: table;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .bannerboxcont {
    position: absolute;
    left: 8%;
    top: 32%;
    width: 86%;
    padding: 0 15%;
    text-align: center;
    z-index: 2;
  }
  
  /* .banner_txt {
      top: 160px;
      color: #fff;
      position: absolute;
      text-align: center;
      width: 60%;
      margin: auto;
      display: block;
      left: 28%;
      z-index: 999999;
      margin: auto;
  } */
  
  .banner_hd h2 {
    font-size: 80px;
    color: #fff;
    margin-bottom: 15px;
    padding: 0 15%;
    /* text-transform: uppercase; */
    /* text-shadow: 0 0 191px black !important; */
    /* font-weight: 800; */
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
    letter-spacing: 2px;
    /* font-weight: 600; */
  }
  
  .banner_hd h2 p {
    font-weight: 300;
    font-size: 55px;
    text-transform: uppercase;
  }
  
  /* .banner_hd h2 span{font-weight: 300; font-size: 80px; font-family: 'Poppins', sans-serif;} */
  
  /* .bannertxt h2:before{
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      display: block;
      width: 447px;
      height: 7px;
      margin: 0 0 0 -223px;
      padding: 0;
      border: 1px solid #000;
      background: #000;
  } */
  .section-hero_cont h1{
    font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  position: relative;
  margin: 0;
  color: #fff;
  }
  .section-hero_cont span.main_serv1{display: inline-block;}
  span.go_animation {
    display: inline-block;
    background-color: #53c1ff;
    padding: 20px 30px;
    
    text-align: center;
    text-transform: uppercase;
  }
  span.go_animation i{
    font-style: normal;
    
    width: 100%; display: block;
  }
  .pink {
    color: #df4f36;
  }
  .banner_cont p {
    font-size: 21px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    font-weight: 500;
    padding: 0 10%;
    line-height: 28px;
  }
  
  .hl_circle p {
    font-size: 21px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    font-weight: 500;
    padding: 0 10%;
    line-height: 28px;
  }
  
  .hl_circle h2 {
    font-size: 55px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    /* text-shadow: 0 0 191px black !important; */
    /* font-weight: 800; */
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
  }
  
  .hl_circle ul {
    list-style: none;
    display: table;
    margin: auto;
    text-align: center;
    margin-top: 40px;
  }
  
  .hl_circle ul li {
    display: inline-block;
    padding: 0 20px;
    float: left;
  }
  
  .hl_circle ul li img {
    display: table;
    margin: auto;
    width: 80px;
    height: 80px;
  }
  
  .hl_circle h3 {
    font-size: 18px;
    color: #fff;
    opacity: 1;
    margin-bottom: 15px;
    height: 36px;
    line-height: 18px;
    /* text-transform: capitalize; */
    /* text-shadow: 0 0 191px black !important; */
    /* font-weight: 800; */
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
  }
  
  /* .hl_circle h2 span{
      padding: 0 10px;
      color: #fff;
      position: relative;
      display: inline-block;
  }
  .hl_circle h2 span:before{
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
  
      content: "";
      -webkit-box-shadow: inset 0 -66px 0 0 #ff6801;
      box-shadow: inset 0 -66px 0 0 #ff6801;
      z-index: -1
  } */
  
  
  
  .bannerBtn a {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 20px;
      /* padding-bottom: 120px; */
      text-decoration: none;
      display: inline-block;
      outline: 0px;
      z-index: 99;
      text-transform: uppercase;
      white-space: nowrap;
      color: #fefefe;
      text-align: center;
      background-position: center;
      font-size: 18px;
   /*  -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
            animation-name: scroll; */
  }
  .bannerBtn a:focus{outline: 0px;}
  .bannerBtn a span{display: block; font-size: 14px; position: relative;}
  .bannerBtn a svg{position: relative; left: -3px;}
  /* .bannerBtn a::before {
      content: "";
      width: 53px;
      height: 46px;
      position: absolute;
      background: url("../images/arrow-circ.png");
      z-index: 1111;
      top: 70px;
      right: -5px;
  }
  .bannerBtn a::after {
      content: '';
      width: 17px;
      height: 70px;
      position: absolute;
      top: 30px;
      right: 13px;
      z-index: 1111;
      background: url("../images/arrow-down.png");
  } */
  @-webkit-keyframes scroll {
      0%{-webkit-transform:translateY(0);transform:translateY(0)}
      50%{-webkit-transform:translateY(20px);transform:translateY(20px)}
      100%{-webkit-transform:translateY(0);transform:translateY(0)}
  }
  @keyframes scroll {
      0%{-webkit-transform:translateY(0);transform:translateY(0)}
      50%{-webkit-transform:translateY(20px);transform:translateY(20px)}
      100%{-webkit-transform:translateY(0);transform:translateY(0)}
  }
  
  
  .home-hero-content {
    text-align:center;
    width:100%;
    position:absolute;
    bottom:25px;
    left:5vh;
    width:60%;
    text-align:left;
    font-size:18px!important;
    line-height:1.5em!important;
    color: #fff;
    z-index: 999;
   }
  .home-hero-content:before {
    content:'';
    width:100%;
    max-width:150px;
    position:absolute;
    top:-15px;
    left:0;
    height:6px;
    background-color:#53C1FF;
    display:block
   }
  /*home_link*/

  
/*section1*/
.section1{
    clear: both;
    width: 100%;
    display: block;
    padding: 50px 0 140px;
    background-color: #fff;
    position: relative;
    text-align: justify;
    /* border-top-right-radius: 200px; */
    /* margin-top: -200px; */
    position: relative;
    z-index: 9;
    background-image: url('../images/bg1.jpg');
    background-size: 50%;
    background-repeat: repeat;
    background-position: left center;
}
.sf{
    position: absolute;
    left: -50px;
    top: -200px;
    z-index: 99999
}
.sf img{}
.aboutcontent{
    width: 100%;
}
.aboutcontent h4{
    color: #53C1FF;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    font-size: 21px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
}
.aboutcontent h4:before{
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 100px;
    height: 2px;
    background-color: #3F3F3F;
    content: "";
}
.aboutcontent h2{font-weight: 700; margin: 0px; font-size: 42px; line-height: 56px; 
position: relative; color: #53C1FF; font-family: 'Poppins', sans-serif;}
.aboutcontent h3{
    color: #3F3F3F;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
}
/* .aboutcontent h2:before{
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 100px;
    height: 1px;
    background-color: #0a5c93;
    content: "";
} */
.aboutcontent h2 span{color: #0a5c93;}
.aboutcontent p{color: #3F3F3F; margin-top: 15px; margin-bottom: 40px;
font-size: 18px; line-height: 32px;text-align: justify;}

.aboutcontent a{
    text-decoration: none;
    clear: both;
    margin: auto;
    display: table;
    background-color: #142261;
    color: #fff;
    border: 1px solid #142261;
    padding: 15px 55px;
    font-weight: 300;
    border-radius: 30px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 16px;
}
.aboutcontent a:hover{background-color: #fff; color: #142261}
.counterbx1{clear: both; width: 100%; margin-top: 35px; padding-left: 40px; display: table;}
.counterbx1 span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0px 15px 0px 5px;
    line-height: 18px;
    float: left;
}
.counterbx1 span i{font-style: normal;}
.counterbx2{padding-left: 100px;}
.counterbx1 span h3{margin-bottom: 0px; font-size: 26px; margin-top: 15px;}
.counterbx1 span h5{margin-top: 5px; }
.aboutimg img{width: 100%; display: block;}
.aboutimg img.abtpat{width: 90%; display: table; margin: auto; opacity: 0.5}
.aboutimg{position: relative;}


.abox1{
    width: 95%; display: table;
    margin: auto;
    margin-top: 50px;
    box-shadow: 5px 5px 15px 0px rgba(64,84,178,0.35);
    padding: 20px 40px;
    border-radius: 10px;
    transition: all 0.3s;
}
.abox1:hover{
    transform:translate(0,-5px);
    transition: all 0.3s;
    box-shadow: 5px 5px 15px 0px rgba(64,84,178,0.55)
}
.abox1 img{width: 75px;}
.abox1 hr{width: 100%; height: 1px; background: #ccc; margin-top: 50px;}
/* .abox1 h4{font-size: 32px; color: #000; margin-bottom: 20px; font-family: 'Poppins', sans-serif;} */
.abox1 h4{
    color: #53C1FF;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    font-size: 21px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
}
.abox1 h4:before{
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 100px;
    height: 2px;
    background-color: #3F3F3F;
    content: "";
}
.abox1 h4 span{width: 100%; display: block; color: #53C1FF; font-size: 16px;
margin-bottom: 20px;}
.abox1 p{
    color: #000;
margin-top: 15px;
font-size: 16px;
line-height: 32px;
height: 96px;
overflow: hidden;
}
.abox1 a{
    width: 28px;
    height: 28px;
    border-radius: 28px;
    border: 1px solid #53C1FF;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    text-decoration: none;
    color: #53C1FF;
    transition: all 0.3s;
}
.abox1 a:hover{
    background-color: #53C1FF;
    color: #fff;
}
svg.sec2svg1{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    display: block;
}
/*section1*/


/*section2*/
.section2{
    width: 100%;
    display: table;
    padding: 0px 0 50px;
    position: relative;
    background-color: #efefef;
    background-image: url('../images/sbg.png');
    background-position: left center;
    background-size: 50%;
    background-repeat: repeat-x;
    /* background-image: url('../images/hero_home_01.jpg'); */
    /* background-image: url('../images/background_02.jpg');
    background-repeat: no-repeat;
    background-position: right -100px;
    background-size: cover; */
    /* background-color: #f3f3f5 */
}

/* .section2::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/pattern-1.png) left top no-repeat;
}
.section2::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/pattern-2.png) right top no-repeat;
} */
.sec2inner{
    width: 100%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 12px 40px rgba(68,160,176,.15);
    border: 1px solid #e2e8f0;
}
.section2 h1{
    font-family: 'Poppins', sans-serif;

    font-weight: 700;
    color: #53C1FF;
    position: relative;
    margin: 0 0 20px;
    font-size: 36px;
}
.section2 h2{
    font-family: 'Poppins', sans-serif;

    font-weight: 700;
    color: #010120;
    position: relative;
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 38px;
}
.section2 h2 a{
    float: right;
    text-decoration: none;
    border: 1px solid #142261;
    padding: 5px 45px;
    font-weight: 400;
    border-radius: 30px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #142261;
    font-size: 16px;
    position: relative;
    top: -15px;
}
.section2 h2 a:hover{
    background-color: #142261;
    color: #fff;
}

.sec3bx1{
    position: relative;
    display: block;

}
.sec3bx1 a{
    text-decoration: none;
    display: block;
    position: relative;
    width: 100%;
    color: #fff;
    transition: all 0.3s;
    margin-bottom: 70px;
    text-align: center;
}
/* .sec3bx1 a::after {
    height: 250px;
    max-height: 100%;
    width: 100%;
    content: "";
    bottom: 0;
    background: linear-gradient(0deg,#2d2110,hsla(0,0%,100%,0));
    position: absolute;
    border-radius: 0 0 10px 10px
} */
.sec3bx1 a > img{width: 100%; display: block;}
.overlay{
    padding: 30px;
    position: absolute;
    margin-bottom: 0;
    bottom: -30px;
    width: 80%;
    left: 10%;
    box-shadow: none;
    background: transparent;
    transition: all .3s ease;
    background-color: #010120;
}
.service-box-content {
    box-shadow: none;
    position: relative;
    z-index: 999
}
.service-box-content img{width: 50px;}
.service-box-content h3{font-size: 24px; margin: 0; font-weight: 700; color: #fff;}
.sec3bx1 a:hover .overlay {opacity: 0; visibility: hidden; display: none;}

.item-box{
    position: absolute;
    width: 80%;
    margin-bottom: 0;
    bottom: -30px;
    z-index: 9;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    transform: translateY(50%);
    left: 10%;
}
.sec3bx1 a:hover .item-box{transform: translateY(0%); opacity: 1; visibility: visible}
.sec3bx1 a:hover .service-box-content{background-color: rgba(1, 1, 32, 0.9); border-radius: 0px;
padding: 30px;}
.sec3bx1 a:hover .service-box-content h3{color: #fff}
.item-box p{
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    line-height: 24px;
    margin-bottom: 15px;
    
}
.item-box svg{width: 12px;}
.sec3bx1 .col-sm-6{padding: 0 20px;}
.top50{position: relative; top: 50px;}
/*section2*/

/*section3*/
.section3{
    width: 100%;
    display: inline-block;
    padding: 100px 0 150px;
    background-color: #efefef;
    background-image: url('../images/sec3bg.png');
    /* background-image: url('../images/h3-shape1.png'); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    position: relative;
    /* background-size: cover; */
    /* background-image: url('../images/bg2.svg');
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat; */
    /* background-image: url("../images/bg-section-01_02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
}
/* .section3:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #142261;
    opacity: 0.83;
} */
svg.sec3svg1{
    width: 100%;
    display: table;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 9;
}
.section3 h1{
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    color: #53C1FF;
    position: relative;
    margin: 30px 0 0;
    font-size: 36px;
    text-align: center;
}
.section3 h2{
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
    color: #fff;
    position: relative;
    margin: 20px 0 50px;
    font-size: 24px;
    text-align: center;
}

/*section3*/


/*section4*/
.section4{
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 150px;
background-color: #efefef;
background-image: url('../images/sbg.png');
background-position: center center;
background-size: 50%;
background-repeat: repeat-x;
}
.section4 h1{
  font-family: 'Poppins', sans-serif;
font-weight: 500;
color: #000;
position: relative;
margin: 0 0 40px;
font-size: 32px;
text-align: center;

}
/* .section4 a{
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  text-align: center;
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 0;
  border: 1px solid #e5e5e5;
  color: #134c73;
  font-weight:600;
  font-size: 18px;
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.05);
}
.section4 a:hover{box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.15);}
.section4 a img{display: table; margin:auto; width: 100px}
.section4 a span{margin-top: 20px; display: inline-block;}
.padt20{padding: 10px} */

.serve-box {
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.serve-box:after,
.serve-box:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  opacity: .7;
  transition: .5s ease-out
}

.serve-box:after {
  background-color: rgba(0, 0, 0, 0.6)
}

.serve-box:before {
  background-color: #54c1ff;
  transform: scale(0);
  transition: .5s ease-out;
  z-index: 1111111;
  visibility: hidden;
  opacity: .88
}

.serve-box:hover:before {
  visibility: visible;
  transition: .5s ease-out;
  transform: scale(.94)
}

.serve-box:hover:after {
  opacity: 0;
  transition: .5s ease-out
}
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 275px;
  object-fit: cover;
  object-position: center center;
}
.serve-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  height: 100%;
  z-index: 1111111;
  padding: 35px
}

.serve-content img {
  color: #fff;
  width: 95px;
  margin-bottom: 10px;
  display: block
}

.serve-content h3 {
  font-weight: 700;
  color: #fff;
  font-size: 21px;
  margin-top: 10px;
  position: absolute;
  bottom: 20px;
}
/*section4*/




/*section5*/

.section5 {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 100px 0 40px;
    /* background-color: #fff; */
    position: relative;
    
    /* background-image: url(../images/consult_bg.jpg); */
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
    z-index: 1
}
.section5::before {
    position: absolute;
    content: "";
    background-color: rgba(237, 104, 28, 0.95);
    /* background-color: rgba(12, 56, 132,.95); */
    top: 0;
    width: 100%;
    height: 4000%;
    left: 0;
    transform: skewY(67deg);
}

/* .section4:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: .75;
} */

.section5 h2 {
    color: #fff;
    font-size: 32px;
    margin-top: 0px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 20px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

/* .section5 h2:before {
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ed4036;
    content: ""
} */

.section5 p {
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
}

.section5 h2 span {
    color: #95c12b;
}

.section5 h2 a {
    color: #555;
    text-decoration: none;
    padding-top: 15px;
    font-weight: 200;
    font-size: 32px;
    position: relative;
    top: -10px;
}

/* .section5 .form-group {
    min-width: 100%;
    padding: 100px 20%;
    background-image: url('../images/contact-bg.png');
    background-position: center;
    background-size: cover;
    margin: auto;
    display: table;
    margin-top: 50px;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
} */

.section5 label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
}

.section5 label span {
    color: #95c12b;
}

.section5 input.form-control,
.section5 textarea.form-control {
    background-color: transparent;
    border-radius: 0px;
    height: 50px;
    border: 0px;
    margin-bottom: 25px;
    font-weight: 400;
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.section5 textarea.form-control {
    height: 120px !important;
}

.section5 .col-sm-12 {
    display: table;
    width: 100%;
}

input.subres {
    padding: 14px 30px;
    color: #53C1FF;
    font-size: 14px;
    font-weight: 700;
    border: 0px;
    background-color: #fff;
    transition: all 0.3s;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

input.subres:hover {
    background-color: #fff;
    color: #0064a8;
}


/*section5*/

/*section5*/
.clientsbx{
    width: 100%;
    display: block;
    padding: 0px 0 0px;
    position: relative;

    /* background-color: #f3f3f5; */
    /* background-color: #f8f8f8; */
    /* background: #172962 url('../images/pattern_01.png') 50% 50% repeat; */
}
/* .section4:before{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 75%;
    height: 50%;
    content: "";
    z-index: -1;
    background-color: #f7f7f9;
} */
.clientsbx h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #010120;
    position: relative;
    padding: 15px;
    margin: 0 0 20px;
    text-align: center;
    font-size: 32px;
}
.clientsbx ul{list-style: none; width: 100%; clear: both; display: inline-block; 
    margin-top: 0px; text-align: center; 
    /* background-color: #fff; */
/* box-shadow: 0 12px 40px rgba(68,160,176,.15);
border: 1px solid #e2e8f0; */

     overflow: hidden;}
.clientsbx ul li{display: inline-block; width: 20%; text-align: center; 
    float: left; padding: 10px;
    /* background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.03); */
}
/* .clientsbx ul li:nth-of-type(2),
.clientsbx ul li:nth-of-type(4),
.clientsbx ul li:nth-of-type(5),
.clientsbx ul li:nth-of-type(7) {
    background: #fff;
} */
.clientsbx ul li img{
    /* filter: grayscale(1);
    transition-property: filter;
    transition-duration: 1s;   */
    transition: all 0.3s ease 0s;
    width: 100%;
    display: inline-block;
    /* background-color: #fff; */
    /* opacity: 0.65; */
    transition: all 0.3s;
    padding: 20px 30px;
    /* box-shadow: 0 2px 20px 0 rgba(0,0,0,.2); */
}
.clientsbx ul li:hover img{
    opacity: 1;
    filter: grayscale(0%);
    transition-property: filter;
    transition-duration: 1s;  
}

.clientsbx img {
    width: 100%;
    display: block;
    padding: 0px 30px 15px;
    background-color: #fff;
}

.clientsbx .owl-carousel .owl-stage-outer {
    padding: 20px 0
}
.clientsbx .owl-carousel.owl-drag .owl-item{padding: 0 10px;}

.clientsbx .owl-nav,
.section3 .owl-nav {
    position: absolute;
    left: 0px;
    top: 45%;
    z-index: -1;
    width: 100%;
}

.clientsbx .owl-prev,
.section3 .owl-prev {
    width: 30px;
    height: 57px;
    left: -50px;
    position: relative;
    background-size: 30px;
    background-position: center;
}

.clientsbx .owl-next,
.section3 .owl-next {
    width: 30px;
    height: 57px;
    position: relative;
    right: -50px;
    background-size: 30px;
    background-position: center;
}
.clientsbx .owl-nav, .section4 .owl-nav{display: none;}
.clientsbx .owl-dots{display: block; bottom: -20px;}

.section4 .owl-dots{display: block; bottom: -50px;}
.section4 .owl-dots .owl-dot span{border: 1px solid #7f7f8f}


.contact{
  background-color: #010120;
  width: 100%;
  padding: 0px 0 40px;
  display: block;
  position: relative;
}
svg.footersvg{
    width: 100%; display: block;
    position: relative;
    bottom: -1px;
}
/* .contact:before{
  background-image: url('../images/Pattren2.png');
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  right: 0%;
  top: 0%;
  width: 50%;
  height: 100%;
  transform: rotate(180deg);
} */
.contact h3{
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
.contact h2{
  color: #53C1FF;
  font-size: 36px;
  margin-top: 0;
}
.ftbottom{padding-left: 60px; padding-top: 40px;}
img.ftlogo{width: 255px; margin: auto; display: table;}
.ftbottom p{
  color: #fff;
  font-size: 14px;
  margin: 35px 0;
  font-size: 16px;
  text-align: center;
}
.ftbottom p a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    margin: 0 20px;
    transition: all 0.3s;
}
.ftbottom p a svg{fill: #53C1FF; margin-right: 10px; width: 20px; position: relative; top: 1px;}
.ftbottom p a:hover{color: #53C1FF;}
.ftsocial{text-align: center; margin: 0}
.ftsocial a{
  text-decoration: none;
  margin: 0 30px;
  font-size: 32px;
  color: #fff;
}


.footerlinks ul{
  list-style: none;
  width: 100%;
  text-align: center;
  position: relative;
}
.footerlinks ul li{
  display: inline-block;
  margin: 0 7px;
}
.footerlinks ul li a{
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.footerlinks ul li a:hover{color: #E74536;}
.copyrights{
  width: 100%;
  text-align: center;
  clear: both;
  color: #fff;
  opacity: 0.35;
  margin-top: 30px;
  font-size: 16px;
  padding-top: 15px;
  margin-top: 25px;
  display: inline-block;
  border-top: 2px solid #fff;
}

.ftlogobx a img {}

.ftsec1 {
  width: 100%;
  display: table;
  background-image: url('../images/shape-bg.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.ftsec1 a img {
  width: 70%;
  display: block;
  margin-bottom: 30px;
}

a.getintouch {
  background-color: #fff;
  color: #f76808;
  border: 1px solid #f76808;
  display: inline-block;
  height: auto;
  line-height: normal;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  padding: 12px 30px;
  margin-top: 23px;
  transition: all 0.3s;
  text-decoration: none;
  box-shadow: 0 0 25px -14px #0d3885;
}

a.getintouch i {
  margin-right: 5px;
}

a.getintouch:hover {
  background-color: #f76808;
  color: #fff;
}

.ftsec2 {
  width: 100%;
  display: block;
}

.ftsec2 h3 {
  font-weight: 500;
color: #0083ff;
font-size: 21px;
text-transform: capitalize;
margin-top: 0;
margin-bottom: 10px;
}

.ftsec2 a {
  clear: both;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 400;
}

.ftsec2 a:hover {
  color: #ff4033;
}

.ftsec2 input.form-control,
.ftsec2 textarea.form-control {
  border-radius: 30px;
  height: 40px;
  margin-bottom: 15px;
}

.ftsec2 textarea.form-control {
  height: 60px;
  padding-top: 15px;
  border-radius: 15px;
}

.ftsec2 .btn.btn-primary {
  background-color: #f76808;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  border: 0px;
  transition: all 0.3s;
}

.ftsec2 .btn.btn-primary:hover {
  background-color: #000;
}

.mFooter {
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: #c65400;
  font-size: 14px;
  text-align: left;
}

.mFooter a {
  margin-left: 20px;
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s;
  float: right;
}

.mFooter p {
  margin-bottom: 0px;
  color: #fff;
}

.mFooter a:hover {
  color: #f76808;
}

.ftaddress {
  font-size: 14px;
  clear: both;
  width: 100%;
  display: table;
  padding-right: 40px;
  position: relative;
  color: #fff;
  line-height: 26px;
}
.ftaddress strong{display: block; margin-bottom: 0px; font-size: 20px; font-weight: 500;}

.ftaddress b {
  font-weight: 500;
  color: #0083ff;
  font-size: 21px;
}

.ftaddress img {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 30px;
}

.ftaddress a {
  padding-top: 2px;
  text-decoration: none;
  font-size: 14px;
  margin: 0;
}

.ftmail img {
  top: 23px;
  width: 25px;
}

.ft_soc {
  clear: both;
  display: block;
  margin-top: 20px;
}

.ft_soc a {
  text-decoration: none;
  color: #fff;
  margin-right: 6px;
  transition: all 0.3s;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
}

.ft_soc a i {
  font-size: 18px !important;
  margin-right: 0px !important;
}

.ft_soc a:hover {
  color: #fff;
}

.ftmail a i {
  margin-right: 10px;
  color: #ff4033;
}

a.fmap {
  font-size: 16px;
  clear: both;
  width: 100%;
  display: table;
  padding-left: 40px;
  position: relative;
  color: #fff;
  margin-bottom: 0px;
  padding: 15px 0 10px 40px;
  line-height: 28px;
  outline: 0px;
}

a.fmap i {
  font-size: 16px !important;
}

p.copy {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
  clear: both;
  width: 100%;
  display: block;
}

/*footer*/

.fixeds{
  position: fixed;
  right: 0px;
  top: 150px;
  width: 50px;
}
.fixeds a{
  text-decoration: none;
  font-size: 21px;
  width: 50px;
  height: 50px;
  display: block;
  clear: both;
  color: #53C1FF
}


.sec3_bx{
    padding: 25px;
    /* box-shadow: 0px 0px 1px 1px #e8ebf1; */
    transition: all 0.3s ease-in-out;
    text-align: left;
    width: 100%;
    /* margin: 0 1%; */
    position: relative;
    background-color: #fff;
    display: block;
    text-decoration: none;
    color: #000;
    margin-top: 50px;
    /* border-top: 10px solid #a951ed; */
    min-height: 270px;
    margin-bottom: 0px;
    height: 280px;
    box-shadow:1px 0px 34px 1px rgba(0, 0, 0, 0.05), 0px 15px 34px 1px rgba(0, 0, 0, 0.05);
  }
  .sec3_bx:hover{
  /* margin-top:-20px !important; */
  /* padding-top:45px; */
  box-shadow:1px 0px 34px 1px rgba(0, 0, 0, 0.13), 0px 15px 34px 1px rgba(0, 0, 0, 0.13);
  }
  
  .sec3_bx img{display: inline-block; width: 55px; float: right; position: absolute; right: 10px; top: 15px}
  h3.sec3_h3{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #003448;
  }
  .sec3_bx p{
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #003448;
    /* height: 96px; */
    overflow: hidden;
  }

  
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: #f68d29;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ffded4;
  float: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .php-email-form {
  /* box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px; */
  width: 100%;
  display: table;
  margin-top: 20px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #f68d29;
}

.contact .php-email-form input, .contact .php-email-form select {
  /* padding: 20px 15px; */
  height: 50px;
  padding: 0 15px;
  border-radius: 0;
  font-size: 16px;
  color: #000;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
  font-size: 16px;
  color: #000;
}

.contact .php-email-form button[type="submit"] {
  background: #53C1FF;
  border: 0;
  padding: 10px 40px;
  color: #010120;
  transition: 0.4s;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 30px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #fff;
}

.footerlinks{
  clear: both;
  width: 100%;
  display: inline-block;
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #fff;

}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*innerbanner*/
.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #142261;
    margin-top: 75px;
}
/* .inner_banner::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    background-color: #000;
    opacity: 0.45
} */
.smart-microchip-background-mot_r {
  position: absolute;
  overflow: visible;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
}
#smart-microchip-background-mot_r {
  fill: url(../css/style.css#smart-microchip-background-mot_r);
}

.inner_banner img{
    width: 75%;
    height: 400px;
    object-fit: cover;
    object-position: center center;
    /* opacity: 0.4; */
    display: block; 
    float: right;
}
img.innerbannerf{
    position: absolute;
    left: 0px;
    top: 20%;
    width: 350px;
    opacity: 0.5;
    z-index: 9
}
.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 50%; left: 0%; padding: 10px 35px; z-index: 9;
}
.searchbxtxt{top: 42%;}
.innertxt1 ul{list-style: none; text-align: left; margin-bottom: 15px; margin-top: 20px;
padding-left: 0px;}
.innertxt1 ul li{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-weight: 300;
    margin-bottom: 0px;
    color: rgba(140,150,195,1);    
}
.innertxt1 ul li:last-child{padding-right: 0px;}
.innertxt1 ul li:after{
    content: ">";
    color: rgba(140,150,195,1);
    position: absolute;
    font-size: 18px;
    right: 6px;
    top: -1px;   
}
.innertxt1 ul li:last-child:after{display: none;}
.innertxt1 ul li a{color: rgba(140,150,195,1); text-decoration: none;}
.inner_banner h1{color: #fff;  font-size: 42px; font-weight: 600; font-family: 'Poppins', sans-serif;
   margin-bottom: 10px; /* border-bottom: 2px solid #e97051; */ display: inline}
.inner_banner h1 span{color: #fff;}
.inner_banner h1 p{font-size: 18px; font-weight: 400; margin-top: 5px; 
  letter-spacing: 2px; color: #fff; }

svg.bannersvg2{z-index: 9;}

.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 30%; left: 0%; padding: 10px 35px; z-index: 9;
}
.searchbxtxt{top: 42%;}
.searchbox {
   width: 100%;
   margin-top: 30px;
}
.searchbox span {
    font-size: 12px;
    color: #fff;
    margin: 0px 0px 10px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: table;
}
.banner_fields {
    width: 40%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    padding: 15px;
    float: left;
    border: none;
    margin: 0px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.formsubmit {
    margin: 0px 6px;
    width: 15%;
    height: 100%;
    color: #fff;
    border-radius: 2px;
    padding: 15px 20px 15px 16px;
    float: right;
    text-align: right;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    background: url(../images/search.png) no-repeat right #e76f52;
    transition: ease all .5s;
    background-position: 11% 17px;
}
.formsubmit:hover {
    background: url(../images/search.png) no-repeat right #f4a363;
    transition: ease all .5s;
    background-position: 11% 17px;
}
.searchbox h3 {
    color: #fff;
font-size: 38px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 10px;
border-bottom: 2px solid #e97051;
display: inline;
}
.searchbox form{display: table; margin-bottom: 20px; width: 100%;}
/*innerbanner*/


/*asection2*/
.asection2{
    /* padding: 40px 0;
    clear: both;
    width: 100%;
    display: table;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #efeeee; */
    
    padding: 60px 0;
    width: 100%;
    display: block;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.asection2 h2{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #142261;
    line-height: 46px;
    font-size: 32px;
    font-weight: 700;
    display: table;
    width: 100%;
    text-align: left;

    font-family: 'Poppins', sans-serif;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}
.asection2 p{
    color: #000;
    font-size: 18px !important;
    line-height: 32px !important;
    text-align: left;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    clear: both;
    margin-top: 20px;
}
img.asecimg{
  position: absolute;
  right: -50px;
  top: 60px;
  width: 40%;
  
}

.asection3{
  width: 100%;
  display: table;
  padding: 60px 0 150px;
  background-color: #fff;
  position: relative;
}

.multi_tabs {
	clear: both;
	width: 100%;
	display: block;
  }
  
  ul.tabs, ul.tabs2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	margin: auto;
  }
  ul.tabs2 {width: 100%;}
  ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 15px 10px;
	border-left: none;
	font-size: 32px;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	color: #142261 ;
	display: block;
	margin: 0 25px;
	border-bottom: 5px solid #53c1ff;
	position: relative;
	transition: all 0.3s;
  font-weight: 700;
  opacity: 0.5;
  }
  ul.tabs2 li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 20px 10px;
    border-left: none;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    color: #fff;
    display: block;
    background-color: #142261;
    position: relative;
    transition: all 0.3s;
    font-weight: 400;
    width: 25%;
    text-align: center;
    }
  
  ul.tabs li:hover {
    opacity: 0.75;
  }
  
  ul.tabs li.active {
    opacity: 1;
  }
  ul.tabs2 li.active, ul.tabs2 li:hover {background-color: #53c1ff;}
  ul.tabs2 li img{width: 30px; margin-right: 10px;}
  .tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 50px;
  text-align: left;
	margin-top: 40px;
  border-radius: 50px;
  filter: drop-shadow(0px 0px 80px rgba(0, 0, 0, 0.102));
  }
  .tab_container2{padding: 50px  0}
  .tab_content p{
	  color: #000;
    font-size: 18px;
    line-height: 32px;
    margin: 0
  }
  .middlecont{display: table; vertical-align: middle;}
  .tab_content2 h4{
    color: #53c1ff;
font-size: 28px;
font-weight: 600;
margin-top: 0;
margin-bottom: 15px;
  }
  
  .tab_content2 p{
    color: #000;
    font-size: 18px;
    line-height: 32px;
    margin: 0
  }


  .asection4{
    width: 100%; display: block;
    padding: 0 0 50px;
    background-color: #f6f7fa;
    position: relative;
    top: 1px;
    overflow: hidden;
  }
  .asection4 h2{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #142261;
    line-height: 46px;
    font-size: 36px;
    font-weight: 700;
    display: inline;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 10px;
    position: relative;
  }
  .asection4 h2 span{border-bottom: 5px solid #53c1ff;}
  .asection4 h3{
    color: #000;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    width: 100%;
    margin-top: 25px;
    font-weight: 400;
    position: relative;
  }
  .asec4bx1{
    background-color: #fff;
    border-radius: 50px;
    padding: 70px 50px;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
    filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.05));
    position: relative;
    z-index: 1;
  }
  .asec4bx1 img{width: 90px;}
  .asec4bx1 h4{margin: 0; font-size: 24px; font-weight: 700; padding-left: 20px; color: #3f3f3f;}
  .asec4bx1 p{
    color: #3f3f3f;
    font-size: 16px;
    line-height: 26px;
    margin: 0
  }
  img.asec4imgabs{
    position: absolute;
    right: -100px;
    width: 58%;
    top: 8%
  }

.aboutbx2{
    background-color: #fff;
    /* background-image: url(../images/h8-bg-section2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
    width: 100%;
    display: table;
    padding: 60px 0;
    background-image: url('../images/bg1.jpg');
background-size: 50%;
background-repeat: repeat;
background-position: left center;
}
.aboutbx2 img{width: 90%; display: block;}
.aboutbx2 h2{
    font-weight: 700;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #53C1FF;
    font-family: 'Poppins', sans-serif;
    display: inline;
line-height: 48px;
}
.aboutbx2 p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 20px;
}
.abtbtm1{margin-top: 30px;}
.abtbtm1 h4{
    font-size: 19px;
    font-weight: 800;
    color: #3F3F3F;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;

}
.abtbtm1 h4:before{
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #53C1FF;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top: -3px;
    left: 0;
}
.abtbtm1 p{color: #000; line-height: 28px; font-size: 15px; margin-top: 10px;}


.aboutbx3{
    clear: both;
    width: 100%;
    display: table;
    padding: 60px 0;
    background-image: url('../images/bg-service.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
}
.bg-overlay-black{
    background-color: rgba(14, 14, 14, 0.58);
    opacity: 1;
    transition: background .3s, border-radius .3s, opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 60px 0px;
}
.ab3bx1{}
.ab3bx1 h2{
    font-size: 42px;
    line-height: 1.33333;
    font-weight: 800;
    margin-top: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    display: inline;
    border-bottom: 2px solid #53C1FF;
}
.ab3bx1 p{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 15px;
}
.ab3bx2{
    clear: both;
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

.inner-four-sec {
    background-color: #fff;
    box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -webkit-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -khtml-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -moz-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -ms-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -o-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    padding: 30px 20px;
    width: 100%;
    /* margin-right: 2%; */
    border-radius: 0px;
    /* margin-top: 4%; */
    text-align: center;
    position: relative;
    padding-bottom: 60px;
    transition: all 0.3s;
}

.item--overlay {
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #c2292e;
    /* background-image: -moz-linear-gradient(left, #e6242a, #c2292e); */
    border-radius: 5px;
    position: absolute;
    transition: all .2s linear 0ms;
    opacity: 0;
    display: none;
}


.inner-four-sec a{
    text-decoration: none;
    color: #000;
}
/* .inner-four-sec:hover .item--overlay {
    background-color: #c2292e;
    opacity: 1;
    position: absolute;
} */


/* .inner-four-sec::before {
    content: '';
    top: 11px;
    right: -11px;
    background-color: #c2292e;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1;
    display: none;
} */

.inner-four-sec:hover {
    
    z-index: 1;
    background-color: #53C1FF;
    transition: all 0.3s;
}
/* .inner-four-sec1:hover{background-color: #00a4e9;}
.inner-four-sec2:hover{background-color: #3faaa5;}
.inner-four-sec3:hover{background-color: #d28115;} */

.inner-four-sec:nth-child(4) {
    margin-right: 0;
}

.inner-four-sec:hover .four-sec-title {
    color: #fff;
}

/* .inner-four-sec:hover .text-gradient {
    background-image: -moz-linear-gradient(left, #fff, #fff);
    background-image: -webkit-linear-gradient(left, #fff, #fff);
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
} */

.inner-four-sec:hover .para-normal {
    color: #fff;
}

.four-sec-title {
    font-size: 20px;
    font-weight: bold;
}

.text-gradient {
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 65px;
}

.text-gradient1 {
    position: absolute;
    right: 0px;
    background-image: -webkit-linear-gradient(left, #0a5d53, #1AB49A);
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 59px;
    opacity: .40;
    bottom: -19px;
}
.four-sec-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
    height: 60px;
}
p.para-normal{font-size: 14px; color: #3F3F3F;
line-height: 28px; padding: 0 15px; margin-bottom: 30px;height: 90px;overflow: hidden;}
svg.sec3arr1{
    width: 12px;
    display: table;
    margin: auto;
}
svg.sec3arr2{
    width: 12px;
    display: none;
}
.inner-four-sec:hover svg.sec3arr1{display: none;}
.inner-four-sec:hover svg.sec3arr2{display: table; margin: auto;}

.padb20{padding-bottom: 25px; min-height: 380px;}
.ab3ico{
    width: 70px;
    height: 70px;
    display: table;
    margin:  auto;
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: left top;
}
.inner-four-sec:hover .ab3ico{
    background-position: left bottom;
}
.ab3ico1{
    width: 55px;
    height: 55px;
    display: table;
    float: right;
    background-repeat: no-repeat;
    background-size: 55px;
    opacity: 0.15;
    position: absolute;
    right: 0px;
    bottom: 0;
    background-position: left top;
}


.servicespg{
    width: 100%;
    display: table;
    padding: 40px 0 40px;
    background-color: #fff;
    background-image: url('../images/bg1.jpg');
background-size: 50%;
background-repeat: repeat-x;
background-position: left top;
}
.servicespg h2{
    position: relative;
    margin-top: 0px;
    color: #000064;
    font-size: 32px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}
.servicespg h2:before{
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px;
    width: 100px;
    height: 1px;
    background-color: #6cb148;
    content: "";
}
.servicespgbx{
    border-radius: 17px;
    box-shadow: 0 21px 39px -16px rgba(34,48,116,0.5);
    width: 100%;
    padding: 20px;
    background-color: #fff;
    display: table;
    margin-bottom: 30px;
    text-align: center;
}
.servicespgbx img{max-width: 100%; display: table; margin: auto auto 30px;
display: none;}
.servicespgbx h3{
    margin-top: 0px;
    margin-bottom: 20px;
    color: #6cb148;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 38px;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}
.servicespgbx p{
    color: #626c84;
    font-size: 16px;
    line-height: 25px;
    height: 100px;
    padding: 0 20px;
    overflow: hidden;
    margin: 0 auto 40px 0;
}
.servicespgbx a.cta_button{bottom: auto; left: auto; margin:  auto; display: table;
float: none; right: auto; width: auto;}

.semicondbx1 p{text-align: justify; font-size: 18px; line-height: 36px; color: #3f3f3f;}
.semiconimg{
  width: 95%;
  position: relative;
  display: block;
}
.semiconimg img{width: 100%; display: block; position: relative;}
.semiconimg:before{
  position: absolute;
  left: -10px;
  top: 0;
  width: 100%; 
  height: 100%;
  content: "";
  background-color: #e8e8e8;
  border-radius: 100%;
}
.semicondbx3 .semiconimg:before{left: 10px;}
.servidpg h3{
    color: #000064;
    margin: 0;
    padding-top: 150px;
    position: relative;
    padding-right: 30px;
    margin-top: 100px;
    font-family: 'Poppins', sans-serif;

    font-weight: 300;
    margin: 0px;
    font-size: 28px;
    line-height: 36px;
    margin-top: 30px;
    position: relative;
    color: #3F3F3F;
    font-family: 'Poppins', sans-serif;
}
.servidpg h3:before{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 120px;
    width: 1px;
    content: "";
    background-color: #25b692;
}
.servidpg h3 img{position: absolute; left: 30px; top:0px; width: 120px;}
.servidpg h4{
    color: #000; font-size: 19px; line-height: 28px;
}
.servidpg h1{
    font-weight: 700;
font-size: 28px;
margin-top: 0px;
margin-bottom: 30px;
color: #53C1FF;
font-family: 'Poppins', sans-serif;
display: inline;

line-height: 48px;
}
.servidpg p{
    font-size: 16px;
color: #000;
margin-top: 20px;
line-height: 28px;
}
.servidpg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top:20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    clear: both;

}
.servidpg ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 6px 0 6px 25px;
    font-size: 16px;
color: #000;
}
.servidpg ul li:before {
    position: absolute;
    top: 3px;
    left: 5px;
    font-family: FontAwesome; font-weight: 900; content: "\f105";
    color: #53C1FF;
}
.productsbx h2 {
    position: relative;
    margin-top: 0px;
    color: #000061;
    font-size: 32px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 800;
    position: relative;
    font-family: 'Poppins', sans-serif;
}
.productsbx h2:before{
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px;
    width: 100px;
    height: 1px;
    background-color: #6cb148;
    content: "";
}

.semicondbx2{
  width: 100%;
  display: table;
  padding: 50px 0;
  border-bottom: 2px solid #e4e5e6;
}
.semicondbx2 p{
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
.semicondbx2 h1{
  color: #53c1ff;
  font-size: 32px;
  font-weight: 700;
  margin-top: 0;
}
.semicondbx2 ul{
  list-style: none;
  width: 100%;
  display: block;
}
.semicondbx2 ul li{
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  padding-left: 30px;
  background-image: url(../images/list.jpg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: left 12px;
}


.sec2widbb{
  width: 100%;
  padding-left: 33%;
  position: relative;
  top: 15px;
}
.sec2widbb h2{
  
  font-weight: 600;
  color: #042E6F;
  position: relative;
  margin: 0;
  font-size: 36px;
  padding-bottom: 0;
  border-bottom: 5px solid #53c1ff;
}
.sec2widbb p{
  
  font-weight: 300;
  color: #3F3F3F;
  position: relative;
  margin: 10px 0 0px;
  font-size: 21px;
  text-align: center;
}
.multi_tabs1{
  clear: both;
  width: 100%;
  display: inline-block; 
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
ul.tabs1 {
  margin: 0;
  /* padding: 20px 0; */
  float: left;
  list-style: none;
  position: relative;
  /* width: 365px; */
  width: 30%;
  text-align: left;
  position: absolute;
  left: 0px;
  z-index: 9;
  bottom: -50px;
  /* box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15); */
  filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.051));
  border-radius: 20px;
  overflow: hidden;
  padding: 0 40px;
  background-color: #fff;
  top: 0;
}
ul.tabs1 li {
  width: 100%;
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 16px 0px;
  border-left: none;
  font-size: 19px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  color: #3f3f3f;
  position: relative;
  display: block;
  
  border-bottom: 2px solid #ececec;
}
ul.tabs1 li:first-child{padding-top: 40px;}
ul.tabs1 li:last-child{padding-bottom: 40px;}
ul.tabs1 li:hover {
}   
ul.tabs1 li.active{
  color: #53c1ff;
}
ul.tabs1 li:before{background-image: none;}
.tab_container1 {
  border: 0px;
  border-top: none;
  clear: both;
  float: right; 
  width: 100%;
}
.tab_content1 {    
  width: 80%;
  float: right;
  margin-top: 30px;
  padding: 40px;
      height: 770px;
  background-color: #fff;
  background-size: cover;
  position: relative;
  display: block;
  padding-left: 13%;
  /* box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15); */
  filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.161));
  border-radius: 40px;
}
.tab_content1 h3{font-size: 32px; font-weight: 600; line-height: 42px; color: #142261;  }
.tab_content1 img{width: 165px;}
.tab_content1 p{font-size: 18px; line-height: 32px; color:#3F3F3F;  margin: 20px 0 40px;
}
.tab_content1 ul{
  list-style:none;
  width: 100%;
  clear: both;
}
.tab_content1 ul li{
  float: left;
  display: inline-block;
  width: 50%;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
  color: #3f3f3f;
  padding-left: 30px;
  position: relative;
  background-image: url(../images/list2.jpg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left 10px;
}
.tab_content1 a{
  text-decoration: none;
  clear: both;
  background-color: #ff991d;
  color: #fff;
  border-right: 2px solid #000;
  padding: 15px 45px;
  font-weight: 500;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 16px;
  letter-spacing: 2px;
}
.tab_content1 a:hover{background-color: #000; color: #ff991d}

.sembbx{
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 100px;
  transition: all 0.3s;
}
.sembbx1{margin-bottom: 0;}
.sembbx img{width: 100%; display: block;}
.sembover{
  position: absolute;
  bottom: -50px;
  width: 95%;
  background-color: #f6f7fa;
  padding: 20px 20px 0;
  transition: all 0.3s;
}
.sembbx:hover .sembover{bottom: 0;}
.sembover h3{
  color: #53c1ff;
font-size: 18px;
font-weight: 600;
margin-top: 0;
margin-bottom: 5px;
}
.sembover p{
  color: #3f3f3f;
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  min-height: 210px;
}

.careerspg {
    width: 100%;
    display: table;
    padding: 0px 0 40px;
    background-color: #fff;
    background-image: url('../images/bg1.jpg');
background-size: 50%;
background-repeat: repeat-x;
background-position: left top;
}
.careerspg1 h2 {
    margin-top: 0px;
margin-bottom: 20px;
color: #53C1FF;
line-height: 46px;
font-size: 32px;
font-weight: 700;
display: inline;

font-family: 'Poppins', sans-serif;
}
/* .careerspg1 h2:before{
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px;
    width: 100px;
    height: 1px;
    background-color: #6cb148;
    content: "";
} */
.mainjobsbox {
    display: table;
    width: 100%;
    clear: both;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 25px;
    margin-bottom: 20px;
    transition: all .3s;
    background-color: #fff;
    border: 1px solid #adb2c8;
}
.mainjobsbox p b{color: #53c1ff;}
.mainjobsbox a {
    width: 100%;
    height: 100%;
    display: table;
    text-decoration: none;
    color: #000;
    outline: none;
}
.mainjobsbox:hover {
    background: #f7f7f7;
    transition: all .3s;
}
.companyimage {
    width: 100px;
    float: left;
    background: #fff;
}
.companyimage img {
    width: 100%;
}
.job_des {
    width: 88%;
    float: right;
    position: relative;
}
.job_des h4 {
    color: #222;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}
.com_name {
    font-size: 26px;
font-weight: 500;
color: #142261;
position: relative;
margin-bottom: 15px;
font-family: 'Poppins', sans-serif;
}

.jobloc_map {
    width: 100%;
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: 10px 0px 20px 0;
}
.jobloc_map li, .page_ul .jobloc_map li {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #3b3b3b;
    clear: none;
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
    padding-top: 5px;
    width: auto;
    padding-left: 0px;
}


a.backbtn{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 20px;
    background-color: #c8212f;
    color: #fff;
    text-decoration: none;
}
a.backbtn i{margin-right: 10px;}
.fulltime, .parttime {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 25px;
    border-radius: 3px;
    letter-spacing: 1px;
    background: #53C1FF;
}
.parttime {
    background: #ff8800;
}
.jobloc_map li em {
    margin-right: 10px;
    position: relative; top: -3px;
}
.jobloc_map li:before{display: none;}



/*formbox*/

.formbox {
    width: 100%;
    display: table;
    padding: 50px 0 0;
    background-image: url('../images/sbg.png');
background-position: left center;
background-size: 50%;
background-repeat: repeat-x;
    background-color: #efefef;
}

.formbox h2 {
    margin-top: 0px;
margin-bottom: 20px;
color: #142261;
line-height: 46px;
font-size: 38px;
font-weight: 700;
display: inline;

font-family: 'Poppins', sans-serif;
display: table; 
margin: auto;
}

.formbox h2 span {
    color: #53C1FF;
}
.formbox p{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: 2px;
    padding: 0 10%;
    margin-bottom: 60px;
}
.contblocks{
    text-align: center;
    padding: 0 10%;
    clear: both;
}
.contblocks h4{
    font-size: 19px;
    color: #888;
}
.formbox a {
    color: #3F3F3F;
    text-decoration: none;
    padding-top: 5px;
    font-size: 21px;
    position: relative;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}

.formbox .form-group {
    padding: 0 7%;
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: 30px;
}

.formbox label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}

.formbox label span {
    color: #ff7149;
}

.formbox input.form-control1,
.formbox textarea.form-control1, .modal-body input.form-control1,
.modal-body textarea.form-control1{
    background-color: #fff;
    border-radius: 0px;
    height: 56px;
    border: 1px solid #d8d8d8;
    /* border-radius: 10px; */
    margin-bottom: 20px;
    color: #000 !important;
    font-weight: 400;
    font-size: 16px;
    /* letter-spacing: 2px; */
    padding-left: 20px;
    box-shadow: none;
    width: 100%;
}
.formbox1 input.form-control1,
.formbox1 textarea.form-control1{
  background-color: #25316c; color: #fff !important;
  border-color: #25316c;
}
.modal-body input.form-control1{height: 45px;}
.formbox textarea.form-control1 {
    height: 120px !important;
}

.formbox .col-sm-12 {
    display: table;
    width: 100%;
}

input.subres1 {
    padding: 14px 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 0px;
    display: table;
    border-radius: 5px;
    letter-spacing: 2px;
    
    background-color: #53C1FF;
    transition: all 0.3s;
}

input.subres1:hover {
    background-color: #3F3F3F;
    color: #fff;
}

img.contacttt{
  position: absolute;
left: -15px;
top: -50px;
width: 42%;
height: 125%;
object-fit: cover;
object-position: top left;
z-index: 9;
}
.contactbxxx{padding: 100px 0}
/*formbox*/
.sec1skew {
  position: absolute;
  width: 150%;
  height: 145px;
  background-color: #fff;
  left: -10%;
  bottom: 0px;
  transform-origin: left bottom;
  transform: rotate(3deg);
  z-index: 99;
  pointer-events: none;
}
.sec1skew2{
  bottom: -50px
}


.innersection{
    width: 100%;
    display:  block;
    padding: 0px 0 40px;
    background-image: url('../images/bg1.jpg');
background-size: 50%;
background-repeat: repeat-x;
background-position: left top;
}
.box1_left {
    width: 72%;
    float: left;
    line-height: 26px;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
}
.box1_right
{
    width:25%;
    float:right;
    position: sticky;
    top: 100px;
    right: 0;
    margin-top: 0;
}
.box1_right ul{
    list-style-type:none;
    margin-top: 0;
}
.box1_right ul li{
    width:100%;
    float:left;
    margin-bottom:12px;
}
.box1_right ul li a{
    width:100%;
    border:1px solid #53C1FF;
    padding:13px 25px;
    display:table;
    color:#53C1FF;
    font-size:14px;
    text-align:center;
    text-decoration: none;
    background-color: #fff;
    transition:all .5s;
    border-radius:50px;
}
.box1_right ul li a:hover{
    border:1px solid #53C1FF;
    color:#fff;
    text-decoration:none;
    background:#53C1FF;
    transition:all .5s;
}
.box1_right ul li a.active{
    border:1px solid #53C1FF;
    color:#fff;
    background:#53C1FF;
    transition:all .5s;
    text-decoration:none;
}
.service_list
{
    width:100%;
    float:left;
    border-bottom: 1px solid #e7e5e5;
    margin: 20px 0px 20px;
    padding-bottom:20px;
}
.service_list:last-child
{
    border-bottom:0px;
}

.service_listimg {
    width: 170px;
    float: left;
    overflow:hidden;
    height:170px;
    border-radius:50%;
}
.service_listimg  img{
    width: 100%;
    height: 100%;
}

.service_right
{
    width:78%;
    float:right;
    font-size: 16px;
    line-height:30px;
}
.service_right h2{
    color:#195caa;
    font-size:21px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    margin:0px 0px 10px;
}
.box1_left h2{
    margin-top: 0px;
margin-bottom: 20px;
color: #142261;
line-height: 46px;
font-size: 32px;
font-weight: 700;
display: inline-block;

font-family: 'Poppins', sans-serif;
margin-bottom: 30px;
}
.box1_left h4{
    font-weight: 700;
    color: #142261;
    font-size: 24px;
    margin-bottom: 20px;
}
.innerul ul
{
    margin:20px 0px 0px 0;
    width:100%;
    float:left;
    list-style: none;
}
.innerul ul li {
    float: left;
    line-height: 27px;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    width: 100%;
    
}
.innerul ul li::after {
    /* color: #53C1FF; */
    content: "";
    /* font-family: "FontAwesome"; */
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 8px;
    background-image: url(../images/list3.png);
    background-repeat: no-repeat;
    background-size: 12px 14px;
    background-position: left top;
    width: 12px;
    height: 14px;
}
ul.jobloc_map{margin-top: 0px; margin-bottom: 20px;}
ul.jobloc_map li {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    clear: none;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding-left: 0px;

}
ul.jobloc_map li:after{display:none;}



a.backbtn{
  text-decoration: none;
  background-color: #53c1ff;
  color: #fff;
  border: 1px solid #53c1ff;
  padding: 10px 35px;
  font-weight: 300;
  border-radius: 5px;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
a.backbtn:hover{background-color: #142261; color: #fff; border-color: #142261;}

.contactpg {
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #fff;
    background-image: url('../images/bg1.jpg');
background-size: 50%;
background-repeat: repeat-x;
background-position: left top;
}
.adbxin{
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.161));
  padding: 50px;
  background-color: #fff;
    min-height: 500px; margin-bottom: 50px;
    text-align: left;
    border-radius: 50px;
    z-index: 9999;
    position: relative;
}
.abouttab1 h2 {
    font-size: 21px;
    font-weight: 500;
    position: relative;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 35px;
    color: #0e2b5c;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    color: #0e2b5c;
}
.add1{position: relative; margin-bottom: 10px;
border-bottom: 2px solid #e9e9e9; width: 100%; padding: 10px 0; padding-left: 60px; }
.add1:before{
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  left: 0px;
  top: 9px;
  background-image: url('../images/placeholder.png');
  background-repeat: no-repeat;
  background-size: 35px;
}
.add11:before{top: 20px}
.add2:before{
  background-image: url('../images/call.png');
  top: 20px;
}
.add3:before{
  background-image: url('../images/email.png');
  top: 20px;
}
.add1:after{
  position: absolute;
  width: 2px;
  height: 70%;
  content: "";
  left: 45px;
  top: 15%;
  background-color: #e9e9e9;
}
.add1 p{margin-bottom: 5px; padding:0px; text-align: left;}
.add1 h5{font-size: 21px; margin-top: 0; color: #3F3F3F; font-weight:400; 
    font-family: 'Poppins', sans-serif; margin-bottom: 5px; line-height: 32px;}

.adbxin h2{font-size: 21px; font-weight: 700; position: relative; line-height: 26px;
padding-bottom: 10px; margin-bottom: 35px; color: #142261; margin-top: 20px;
text-align: left; font-family: 'Poppins', sans-serif;
}
.adbxin h2:before{
  position: absolute; left: 0px; bottom: -10px;
  content: ""; height: 5px; background-color: #53C1FF; width: 150px;
}

.abouttab2 h4{font-size: 21px; font-weight: 600; 
margin-bottom: 20px;}
.abouttab2 p{
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #333;
}

.solbxx h2{
    text-align: center;
    color: #F47F1F;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 100px;
    font-family: 'Poppins', sans-serif;
}
.solbxx h2:before{
    position: absolute;
    left: calc(50% - 30px);
    width: 60px;
    bottom: -10px;
    content: "";
    background-color: #1b21b5;
    height: 2px;
}
.adbxin a {
    color: #3F3F3F;
    text-decoration: none;
    padding-top: 5px;
    font-size: 21px;
    position: relative;
}

.menu2{position: fixed; right: 30px; top: 50px; z-index: 9; display: none;}
.menu2 .menuicon1{position: relative; z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span{float: left;}
.bars-wrap {
    display: inline-block;
    margin-left:15px;
    position: relative;
    overflow: visible;
    top: 3px;
}
.icon-bar {
    transition: all 0.4s ease;
    width: 26px;
    background: #fff;
    height: 2px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 7px;
}
#header.fixed1 .icon-bar {background: #53C1FF;}
/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child{width: 100%;}

.cart_open{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;  
  display: none;
}
.cartbg1{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.cart_bx1{
  width: 90%;
  background-color: #010120;
  height: 100%;
  right: -100%;
  transition:ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
  overflow-y:  auto;
  background-image: url('../images/hpat.png');
}
.left1{right: 2100px; z-index: 9999999; transition:ease all 0.8s}
.menu2{
  right: 2100px;  
  position: fixed;
  transition:ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before{border-top: 100px solid rgba(255, 255, 255, 1);}
.cart_bx1 ul{list-style: none; width: 100%; margin: 0px; padding: 0px; height: 100%; 
    vertical-align: middle; padding-top: 10px; text-align: right;}
.cart_bx1 ul li{float: none; width: 100%; display: block; clear: both;}
.cart_bx1 ul li a{text-decoration: none; color: #2b2a29; font-weight: 400; font-size: 16px; 
    display: block; padding: 10px 15px; text-transform: capitalize; 
    transition: all 0.3s ease 0s; text-align: center; outline: none;}
.cart_bx1 ul li a:hover, .cart_bx1 ul li a.active{color: #2e3192;}

a.closebtn{
    display: block;
    height: 42px;
    float: right;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    margin-bottom: 20px;
    /* background-image: url('../images/hpat.png'); */
}
a.closebtn img{width: 26px;}
a.mobilecont{
    padding: 12px 28px 10px;
    margin-left: 20px;
    border: 1px solid #53C1FF;
    background-color: #53C1FF;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 35px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline-block;
}
    .mobno{display: block;}
    .opadd50{padding: 0 50px;}

    .servsec2{
      width: 100%;
      display: table;
      padding: 80px 0;
      background-image: url('../images/servbg1.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
  }
  .servsec2 h3{color: #142261; font-size: 26px; margin-bottom: 20px; margin-top: 0; font-weight: 700;}
  .servsec2 p{color: #51545d; font-size: 16px; line-height: 24px;}
  .servsec2 ul{
      list-style: none;
      width: 100%;
      clear: both;
  }
  .servsec2 ul li{
      position: relative;
      color: #000;
      padding: 5px 0 5px 20px;
      font-size: 18px;
      width: 50%; float: left;
  }
  .semicondbx2  p, .servsec2 p{
    font-size: 18px;
    line-height: 32px;
    color: #000;
  }
  .servsec21 ul li{width: 100%; float: none; clear: both; margin-bottom: 5px;}
  .servsec2 ul li:before{
      position: absolute;;
      left: 3px;
      top: 15px;
      width: 7px;
      height: 7px;
      content: "";
      background-color: #53c1ff;
  }
  .mobimg {
    display: none;
  }

  .ftbx1{
    width: 100%;
    display: block;
    padding: 60px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-bottom-right-radius: 50%; */
    
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}
.ftcontbx{}
.ftbx1#s2 .ftcontbx,
.ftbx1#s4 .ftcontbx,
.ftbx1#s6 .ftcontbx{padding-left: 0; padding-right: 80px;}
.ftbx1 h2{
  color: #142261;
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 700;
}
/* .ftbx1#s2:before{background-color: #ff8c4f;}
.ftbx1#s3:before{background-color: #ce8a00;}
.ftbx1#s4:before{background-color: #3c7c5f;}
.ftbx1#s5:before{background-color: #00a3d9;}
.ftbx1#s6:before{background-color: #c75faa;} */


.ftbx1 p{
    color: #000;
font-size: 16px;
font-weight: 500;
line-height: 28px;
margin-bottom: 20px;
}
.dftrt{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.ftbx2 .dftrt{
  right: auto;
  left: 0;
}
.ftimgbx{
  width: 100%;
  height: 100%;
  display: block;
}
.ftimgbx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: inline;
  vertical-align: middle;
  /* border-top-left-radius: 100%; */
}
/* .ftbx2 .ftimgbx img{
  border-top-left-radius: 0%;
  border-top-right-radius: 45% 90%;
} */
.ftbx1 ul{
  list-style: none;
  width: 100%;
  clear: both;
}
.ftbx1 ul li{
  position: relative;
  color: #000;
  padding: 5px 0 5px 20px;
  font-size: 18px;
  width: 50%; float: left;
}
.ftbx1  p{
font-size: 18px;
line-height: 32px;
color: #000;
}
.ftbx3 ul li{width: 100%; float: none; clear: both; margin-bottom: 5px;}
.ftbx1 ul li:before{
  position: absolute;;
  left: 3px;
  top: 15px;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #53c1ff;
}
.ftbx1  .col-sm-6{padding-right: 50px;}
.ftbx2 .col-sm-6{padding-right: 15px; padding-left: 50px;}


.managedserv {
  width: 100%;
  display: table;
  padding: 0px;
  background-color: #f6f7fa;
}

.servicespgbx22 {
  border-radius: 17px;
  box-shadow: 0 21px 39px -16px rgba(34, 48, 116, 0.5);
  width: 100%;
  padding: 20px;
  background-color: #fff;
  display: table;
  margin-bottom: 30px;
  text-align: center;
  min-height: 690px;
}
.servicespgbx222{min-height: 750px;}
.servicespgbx22 img {
  max-width: 30%;
  display: table;
  margin: auto auto 30px;
}

.servicespgbx22 h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #142261;
  font-size: 22px;
  /* letter-spacing: 2px; */
  line-height: 36px;
  /* font-family: 'proxima', sans-serif; */
  font-weight: 600;
}

.servicespgbx22 p {
  color: #3F3F3F;
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto 40px 0;
}

.stafserv {
  padding: 50px 0;
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  position: relative;
  background-color: #f6f7fa;
}
.stafserv .col-sm-12 {
  display: table;
  clear: both;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}
.stafserv h2 {
  color: #142261;
font-size: 26px;
margin-bottom: 20px;
margin-top: 60px;
font-weight: 700;
}

.stafserv p {
  color: #333;
  font-size: 18px;
  line-height: 32px;
  margin: 20px 0;
}

.image-shadow {
  position: relative;
}

.dottedcircle img {
  width: 240px;
  top: 45px;
  right: inherit;
  left: -45px;
  position: absolute;
  bottom: 0;
  z-index: -1
}

.rounded-image img {
  /* border-radius: 50%; */
  width: 100%;
}

.image-shadow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  left: 20px;
  top: 0;
  z-index: -1;
}

.rounded-image.feature-image.image-shadow::after {
  content: "";
  background: #536eb5;
  background: -moz-linear-gradient(top, rgba(83, 110, 181, 1) 0, rgba(85, 101, 175, 1) 19%, rgba(85, 101, 175, 1) 19%, rgba(87, 91, 169, 1) 38%, rgba(88, 83, 164, 1) 58%, rgba(90, 75, 159, 1) 79%, rgba(91, 67, 155, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(83, 110, 181, 1) 0, rgba(85, 101, 175, 1) 19%, rgba(85, 101, 175, 1) 19%, rgba(87, 91, 169, 1) 38%, rgba(88, 83, 164, 1) 58%, rgba(90, 75, 159, 1) 79%, rgba(91, 67, 155, 1) 100%);
  background: linear-gradient(to bottom, rgba(83, 110, 181, 1) 0, rgba(85, 101, 175, 1) 19%, rgba(85, 101, 175, 1) 19%, rgba(87, 91, 169, 1) 38%, rgba(88, 83, 164, 1) 58%, rgba(90, 75, 159, 1) 79%, rgba(91, 67, 155, 1) 100%);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  transition: all ease-out .3s;
}

.circle1 {
  position: absolute;
  width: 100%;
  top: 0
}

.circle1 svg {
  top: -75px;
}
.innerservmenu{
  position: sticky;
  top: 85px;
  width: 100%;
  display: flex;
  
  z-index: 9;
  text-align: center;
  background-color: #142261
}
.innerservmenu li{
  display: inline-flex;
  margin: auto;
  color: #fff;
  font-size: 14px;
}
.innerservmenu li a{
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 35px;
  display: block;
  font-weight: 400;
  transition: all 0.3s
}
.innerservmenu li a:hover, .innerservmenu li a.active{
  /* background-color: #18A9FC; */
}




/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    body{overflow-x: hidden;}
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    /* .header{padding: 0px 15px; position: relative;} */
    .menubar{display: none;}
    .top_social, .top_social ul{display: none;}
    .menu2{display: block; top: 25px; right: 10px; z-index: 99999999999999;}
    .menu{display: none;}
    .top_left{text-align: center; width: 100%;}
    .top_left ul li{display: none;}
    .top_left ul li.mobbtn{display: inline-block; float: none; margin: 0 2px;}
    .top_left ul li.mobbtn a{
        background-color: #012168; padding: 6px 10px;
        color: #fff; text-decoration: none; text-transform: uppercase;
    }
    .top_left ul li.mobbtn:last-child a{background-color: #019cde}
    .top_header{background-color: #fff;text-align: center;}
    .logo {
    height: 90px;
    line-height: 90px;
    }
    .logo a{width: 300px;}
    .banner_hd{font-size: 28px; line-height: 32px; margin-bottom: 10px;}
    .banner_hd br{display: none;}
    .banner_txt{top: 25% !important; padding: 0 15%;}
    .banner_r_more a, .box6 a{font-size: 14px; padding: 8px 30px; padding-right: 60px;}
    .pavcontentslider .carousel-control{top: 75% !important}
    .carousel-control svg{width: 20px;}
    .carousel-control.left{right: 50px;}
    .carousel-control.right{right: 0px !important;}
    .box2{padding: 20px 0;}
    .box2 h2{font-size: 32px; margin-bottom: 10px;}
    .box2 ul li{width: 100%; clear: both;}
    .box2cont{padding-left: 0px;}
    .box2img{position: relative; clear: both;}
    .box2cont h4{width: 100%; clear: both; display: inline-block; margin-top: 15px; font-size: 21px;}
    .box6 h2{font-size: 28px; line-height: 36px;}
    .box6{padding: 60px 20px;}
    .mFooter{font-size: 14px;}

    .inner_banner ul{padding: 0px; margin-top: 0;}
    .inner_banner ul li{font-size: 12px;}
    .inner_banner ul li::after{top: -1px;}
    .innertxt1{top: 20%; z-index: 99}
    .inner_banner h1{font-size: 16px;}

    .innerbx1 img{margin-bottom: 15px; width: 100%;}
    .innerbx1 h3{font-size: 26px;}
    .innerbx2{padding: 40px 0}
    .mission-about{margin-top: 65px;}
    .contact-form{margin-top: 20px; padding: 0 10px;}
    .reglogo img{width: 200px;}
    .regform{padding: 20px;}
    .regformbx h3{font-size: 28px;}
    .loginformbx{width:96%; margin:0 2%;}
    .loginpg h4{font-size: 16px; margin-bottom: 40px;}
    img.f1{width: auto; height: 100%}
    .banner_hd h2{font-size: 24px; line-height: 36px; width: 100%}
    .banner_cont p{font-size: 14px; line-height: 21px;}
    .carousel-inner > .item > img, .carousel-inner > .item > a > img{max-width: 200% !important; width: 200% !important;
        left: -50%; position: relative;}

    .sec3bx1 a:hover .service-box-content{background-color: rgba(1, 1, 32, 0.9); border-radius: 0px;
padding: 15px;}
.item-box p{font-size: 10px; line-height: 16px;}
    .aboutcontent h4{font-size: 18px;}
    img.asecimg, img.asec4imgabs{position: relative; left: auto; right: auto; width: 100%;}
    ul.tabs li{font-size: 18px; margin: 0 10px;}
    .tab_content p{font-size: 14px; line-height: 24px;}
    .asection3{padding-bottom: 70px;}
    .asection4 h2{font-size: 21px;}
    .asection4 h3{font-size: 14px; line-height: 24px;}
    .asec4bx1{text-align: center; padding: 25px}
    .asec4bx1 h4{padding: 15px 0; font-size: 18px;}



    .section3{background-size: cover; background-position: left top; padding: 50px 0;overflow: hidden; }

    .section1{padding-bottom: 50px; padding-top: 30px;}
    .aboutcontent h2{font-size: 18px; line-height: 26px;}
    .aboutcontent h3{font-size: 14px; line-height: 21px;}

    .section2 h1, .section3 h1{font-size: 21px; line-height: 26px;}
    .section2 h2, .section3 h2{font-size: 18px; line-height: 21px;}
    .section2 h2 a{position: relative; top: auto; font-size: 14px; margin-top: 20px; margin-bottom: 20px;}
    .top50{top: 0}

    .section3 .owl-next, .section3 .owl-prev{width: 20px; background-size: 20px; background-repeat: no-repeat;}
    .clientsbx h1, .contact h2, .section4 h1{font-size: 21px;}
    .section4 h1{margin-bottom: 15px; margin-top: 20px;}
    .clientsbx{padding-bottom: 50px;}
    .ftbottom{padding-left: 0;}
    img.ftlogo{width: 155px;}

    .ftbottom p a{clear: both; display: block; font-size: 14px;}
    .ftsocial a{font-size: 21px;}
    .footerlinks ul li a{font-size: 10px; margin: 0 5px;}
    .copyrights{text-align: center; font-size: 12px;}
    .contact .php-email-form input, .contact .php-email-form select,
    .contact .php-email-form textarea{font-size: 12px;}

    .service-box-content h3{font-size: 16px;}
    .overlay{padding: 15px;}

    .aboutcontent p, .abox1 p, a.serbx1 p, .serv1 p{font-size: 14px; line-height: 24px;}
    .aboutcontent a{font-size: 14px; padding: 10px 24px;}
    a.serbx1 h3,.serv1 h4 a{font-size: 18px;}
    .clientsbx .owl-prev, .section1 .owl-prev{left: 0}
    .clientsbx .owl-next, .section1 .owl-next{right: 0}
    .clientsbx .owl-nav, .section1 .owl-nav{top: 95%}
    .section5{background-position: 70% top;}
    .section5 h2{font-size: 21px; margin-top: 30px;}
    .ftleft1{width: 100%; clear: both; margin-bottom: 20px;}
    .mFooter{height: auto; line-height: 32px; padding: 15px 0; font-size: 12px;}
    .mFooter a::before{top: 10px;}
    .footer::before{background-size: 50%; background-position: right 85%;}

    .inner_banner img{width: 100%; position: relative; left: 0%; height: 200px;}
    .inner_banner{margin-top: 90px;}
    img.innerbannerf {
        position: absolute;
        left: 0px;
        top: 40%;
        width: 150px;
        opacity: 0.5;
        z-index: 9;
    }
    .asection2 h2, .aboutbx2 h2, .ab3bx1 h2, .careerspg1 h2{font-size: 16px; line-height: 24px;}
    .asection2 p{font-size: 14px !important; line-height: 24px !important;}
    .ab3bx1 p, .aboutbx2 p, .abtbtm1 p, .servidpg p{font-size: 14px !important;}
    .inner-four-sec{margin-bottom: 30px;}
    .abtbtm1 h4{font-size: 16px;}
    .servidpg h3{font-size: 18px; line-height: 32px;}
    .servidpg h4{font-size: 16px;}
    .servidpg h1, .box1_left h2{font-size: 21px; line-height: 38px;}
    .servidpg ul li{font-size: 14px;}
    .servidpg ul li::before{top: 7px;}
    .servidpg h3 img{width: 85px; top: 20px;}
    .clientsbx ul li{width: 50%;}
    .careerspg1 p{font-size: 14px !important;}
    .companyimage{width: 16%;}
    .job_des{width: 84%; padding-left: 2%}
    .com_name{font-size: 16px;}
    ul.jobloc_map li{font-size: 12px;}
    .fulltime, .parttime{top: -20px; font-size: 12px; padding: 8px 10px; right: -25px; border-radius: 0;}
    .box1_left, .box1_right{width: 100%; clear: both; position: relative; top: 0; margin-bottom: 15px;}
    .innerul ul li{font-size: 14px; line-height: 21px;}
    .formbox h2{font-size: 21px;}
    .formbox input.form-control1, .formbox textarea.form-control1, .modal-body input.form-control1, .modal-body textarea.form-control1{font-size: 12px;}
    input.subres1{font-size: 14px;}
    .adbxin h2{font-size: 21px !important;}
    .contactpg{padding: 20px 0}
    .add1 h5, .adbxin a{font-size: 16px;}
    .add1 h5{font-size: 14px !important;}
    .section-hero_cont h1{font-size: 18px;}
    span.go_animation{padding: 0px 10px}
    .home-hero-content{font-size: 14px !important; width: 90%; bottom: 30px}
    .why-choose-block .inner-box h4{font-size: 18px;}
    .four-sec-title{font-size: 16px;}
    .home_link{height: 70vh;}
    .social{display: none;}
    #header.fixed1{padding: 0 20px}
    .clientsbx img{padding: 0}
    .ftaddress{padding-left: 0;}
    .deskno{display: block;}
    .mobno{display: none;}
    .contact img{width: 150px !important; clear: both; display: inline-block; margin-top: 0; position: relative; top: -10px}

    .ftaddress b{font-size: 18px;}
    .ftaddress{font-size: 14px; line-height: 28px;}
    .ftaddress strong{font-size: 16px;}
    .ftsec2 h3{font-size: 18px; margin-top: 20px;}
    .ftsec2 a{font-size: 14px;}
    .copyrights{display: inline-block;}

    .semicondbx2 h1{font-size: 21px; margin-top: 30px; display: inline-block;}
    .semicondbx2 ul li{font-size: 14px; line-height: 24px;}
    a.backbtn{top: -25px; font-size: 14px; padding: 5px 15px}
    .box1_left h4{font-size: 18px; line-height: 28px;}

    ul.tabs1{position: relative; width: 100%; display: block; bottom: auto;}
    ul.tabs1 li{font-size: 14px; padding: 10px;}
    .tab_content1{width: 100%; display: block;}
    .tab_content1 p, .tab_content1 ul li{font-size: 14px; line-height: 24px;}
    .tab_content1 ul li{width: 100%; float: none; display: block; background-position: left 4px;}
    .inner_banner h1 br{display: none;}
    ul.tabs1{padding: 0}
    ul.tabs1 li{float: left; width: 50%; display: inline-block; font-size: 12px;}
    ul.tabs1 li:first-child{padding-top: 10px;}
    .tab_content1{padding: 20px}
    ul.tabs2 li{width: 50%; font-size: 14px;}
    .tab_content2 h4{font-size: 21px;}
    .tab_content2 p{font-size: 14px; line-height: 24px; margin-bottom: 40px;}
    img.contacttt{position: relative; width: 100%; display: block; height: auto; left: auto; bottom: auto; top: -120px;}
    .formbox1{margin-top: -75px;}
    .adbxin{padding: 20px;}

    
    .servsec2{background-image: none !important; padding: 0 0 30px;}
    .mobimg{display: block; width: 100%;}
    .mobimg img{width: 100%;}
    .servsec2 h3{font-size: 18px; margin-top: 20px;}
    .servsec2 p, .awardspg p, .strcon p{font-size: 14px;}
    .servsec2 ul li {
      width: 100%; font-size: 14px; line-height: 24px;
    }
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
    
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{
    .banner_txt{top: 35% !important;}
    .banner_hd{font-size: 48px; line-height: 52px;}
    .box2 ul li{float: left; display: inline-block; clear: none; width: 50%;}
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        max-width: 100% !important;
        width: 100% !important;
        left: 0%;
        position: relative;
    }
    .banner_hd h2{font-size: 36px;}
    .aboutimg{height: 500px; display: block;}
}
@media only screen and (min-width : 960px) and (max-width : 1170px)
{
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    .menu > ul > li{margin:0;}
    .menu > ul > li > a{font-size: 12px; padding: 0 10px;}
    .logo{margin:0; padding: 0}
    .banner_hd h2{font-size: 42px;}
    .menu ul{margin-right: 0}
    #header.fixed1{padding: 0 25px}
    .logo a{width: 200px;}
    .menu > ul > li.last1 > a{margin-top: 25px;}
    #header.fixed1 .menu > ul > li.last1 > a svg{position: relative; top: -5px;}

}
@media only screen and (min-width : 960px) and (max-width : 1140px)
{
    .container{width: 100%; display: block;}
    .top_header, .header .wrapper{padding: 0 20px;}
    .banner_hd{font-size: 55px; line-height: 60px;}
    .box2cont p{min-height: 78px;}
    .aboutcontent h2{font-size: 24px; line-height: 32px;}
    .aboutcontent p{font-size: 14px; line-height: 24px;}
}
@media only screen and (min-width : 1170px) and (max-width : 1320px)
{
    .container{width: 100%; display: block;}
    .banner_hd h2{font-size: 42px;}
    .menu > ul > li > a{font-size: 16px; padding: 0 10px;}
}
/*
     FILE ARCHIVED ON 18:38:32 Mar 10, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:12:24 Apr 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.912
  load_resource: 39.686
  PetaboxLoader3.datanode: 39.3
*/