/* .header {
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
} */

.bottom_list_menu_ser ul li:nth-child(2) {
  padding: 30px;
  transition: all .5s;
}
.navmenu ul li:nth-child(1) {
  margin-left: 0;
  transition: all .5s;
}
.navmenu ul li:nth-child(1) a {
  border: none;
  background: transparent;
  /* font-size: 30px; */
}
.navmenu ul li:nth-child(1) a i {
  font-size: 25px;
}
.navmenu ul li a {
    color: #00c4ef;
    font-family: 'Archivo', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgb(0 103 172 / 10%);
    border: 1px solid #00d2ff;
    border-radius: 50px;
    padding: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    display: inline-flex
;
    line-height: 35px;
}

.navmenu ul li a i {
    font-size: 16px;
    margin: 0;
}

.navmenu li {
    margin-left: 15px;
}


.navmenu li:last-child a span {
    width: 43px;
    height: 2px;
    background: #00c4ef;
    display: block;
    margin: 5px 0;
}
.header .logo {
    background: #fff;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    padding: 0 10px;
    outline: none;
}

.header .logo img {
    padding:3px 10px;
    max-height: 70px;
    width: auto;
}
.home_sec{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.bottom_listmenu {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 200px;
}
.bottom_listmenu .scroll i {
    width: 2px;
    height: 80px;
    background: #00c4ef;
    display: inline-block;
    margin-top: 15px;
}
.bottom_listmenu .scroll {
    width: 100px;
    background: #172059;
    height: 100%;
    position: relative;
    color: #00c4ef;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_sec .banner_sec::before {
    z-index: 1;
}
.bottom_listmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 100px);
}

.bottom_listmenu ul li {
    list-style: none;
    transition: 600ms all;
    position: relative;
    width: calc(100% / 8);
}

.bottom_listmenu ul li::before {
    content: "";
    width: 0%;
    height: 100%;
    background: #172059;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transition: 600ms all;
    animation-delay: 2s;
}

.bottom_listmenu ul li a {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 5;
    padding: 30px 10px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.bottom_listmenu ul li a * {
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
}

.bottom_listmenu ul li a span img {
    width: auto;
    max-height: 45px;
    display: inline-block;
}

.bottom_listmenu ul li a strong {
    word-break: break-word;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding-top: 20px;
}
.home_sec 
 .banner_sec {
    height: calc(100% - 250px);
    background: #172059;
    width: 100%;
    position: relative;
}

.home_sec .banner_sec .banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
    display: flex;
    flex-wrap: wrap;
    padding-top: 75px;
    justify-content: space-between;
}

.home_sec .banner_sec .banner_content h1 {
    margin: 0;
    font-size: 60px;
    color: #fff;
    letter-spacing: -1px;
    font-family: 'Manrope', sans-serif;
    padding-bottom: 20px;
}

.home_sec .banner_sec .banner_content h1 span {
    color: #00c4ef;
    font-weight: 600;
}

.home_sec .banner_sec .banner_content h3 {
    color: #fff;
    font-size: 22px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: auto;
}

.home_sec .banner_sec .banner_content p {font-family: 'Manrope', sans-serif;font-size: 16px;font-weight: 400;margin-top: 10vh;color:#fff;}
.home_sec .banner_sec::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(4 12 58 / 60%);
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}
.pagelines {
    position: absolute;
    width: calc(100% - 100px);
    height: 100%;
    background: transparent;
    top: 0;
    bottom: 0;
    display: flex;
    left: auto;
    right: 0;
}

.pagelines .line {
    width: calc(100% / 8);
    background: transparent;
    border-left: 1px solid rgb(255 255 255 / 20%);
}

/*rotate animation*/
.circleanim {
    position: absolute;
    height: calc(100% - 75px);
    width: 50%;
    top: 50%;
    left: 5%;
    transform:translate(0%, -50%)scale(0.8);
}

.circleanim .circlebox {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 90px;
}

.circleanim .circlebox > div {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-justify-content: center;
    animation: Rotate 5s linear infinite;
    -webkit-animation: Rotate 5s linear infinite;  
}
.circleanim .circlebox3 > div{
    -webkit-justify-content: center;
    animation: Rotate 15s linear infinite;
    -webkit-animation: Rotate 15s linear infinite;  
}
.circleanim {
    position: absolute;
}

.circleanim .circlebox.circlebox3 {
    transform: scale(2.5);
    /* opacity: 0.3; */
}

.circleanim .circlebox.circlebox2 {
    transform: scale(1.6);
    /* opacity: 0.5; */
    
}


.circleanim .circlebox > div::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #00c4ef;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0.88);
}

.circleanim .circlebox > div::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #4bff3b;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(1.1);

}

.circleanim .circlebox.circlebox2 > div{
    -webkit-justify-content: center;
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;  
}
.circleanim .circlebox > div img.plane_icon2 {
    transform: translate(386px, 120px)rotate(107deg);
}
.circleanim .circlebox > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes Rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes Rotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes Rotate-reverse {
    from {
      transform: rotate(360deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
  
  @-webkit-keyframes Rotate-reverse {
    from {
      -webkit-transform: rotate(360deg);
    }
    to {
      -webkit-transform: rotate(0deg);
    }
  }
  .circleanim .circlebox > div img {
    width: 30px;
    height: auto;
    transform: translate(66px, 51px);
}



/*svg circle animation*/
.st,
.st0,
.st1,
.st2,
.st3,
.st4 {
  fill: none;
  stroke: white;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
.st--transparent,
.st0--transparent,
.st1--transparent,
.st2--transparent,
.st3--transparent,
.st4--transparent {
  stroke: rgba(255, 255, 255, 0);
}
.st--xlarge,
.st0--xlarge,
.st1--xlarge,
.st2--xlarge,
.st3--xlarge,
.st4--xlarge {
  stroke-linecap: square;
  stroke-dasharray: 2000, 513;
  stroke-width: 4;
}
.st--large,
.st0--large,
.st1--large,
.st2--large,
.st3--large,
.st4--large {
  stroke-linecap: square;
  stroke-dasharray: 1500, 1013;
  stroke-width: 4;
}
.st--medium,
.st0--medium,
.st1--medium,
.st2--medium,
.st3--medium,
.st4--medium {
  stroke-linecap: square;
  stroke-dasharray: 1000, 1513;
  stroke-width: 4;
}
.st--small,
.st0--small,
.st1--small,
.st2--small,
.st3--small,
.st4--small {
  stroke-linecap: square;
  stroke-dasharray: 500, 2013;
  stroke-width: 4;
}
.st--xsmall,
.st0--xsmall,
.st1--xsmall,
.st2--xsmall,
.st3--xsmall,
.st4--xsmall {
  stroke-linecap: square;
  stroke-dasharray: 100, 2413;
  stroke-width: 10;
}
.st--three,
.st0--three,
.st1--three,
.st2--three,
.st3--three,
.st4--three {
  stroke-linecap: square;
  stroke-dasharray: 320, 320;
  stroke-width: 10;
}

.st0 {
  stroke-dasharray: 12.1947, 12.1947, 12.1947, 12.1947, 12.1947, 12.1947;
}

.st1 {
  stroke-dasharray: 50, 90, 200, 30, 40, 0;
}

.st2 {
  stroke-linecap: square;
  stroke-dasharray: 2000, 513;
  stroke-width: 4;
}

.st3 {
  stroke-width: 1;
  stroke-linecap: square;
}

.st4 {
  stroke-width: 1;
  stroke-linecap: square;
}
.circleanim .circlebox > img.logoicon {
    max-height: 140px;
    background: #fff;
    border-radius: 50%;
    padding: 18px;
}

.circleanim .circlebox > img.logoicon, .circleanim .circlebox > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.circleanim .circlebox > svg {
    transform: translate(-50%, -50%)scale(2.9);
}



.pagelines .line span {
    display: block;
    position: relative;
    -webkit-justify-content: center;
    animation: toptobottom 5s linear infinite;
    -webkit-animation: toptobottom 5s linear infinite; 
}

.pagelines .line span::before {
    width: 0.625rem;
    height: 0.625rem;
    content: "";
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 1s cubic-bezier(.215,.61,.355,1),border-color 1s cubic-bezier(.215,.61,.355,1);
    border-color: #78eaff;
    background-color: #78eaff;
    position: absolute;
 
}

.pagelines .line span::after {
    content: "";
    opacity: 1;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 17px 3px #78eaff;
    transition: opacity 1s cubic-bezier(.215,.61,.355,1);
    width: 0.625rem;
    height: 0.625rem;
    top: 0;
 
}

.pagelines .line span::after,.pagelines .line span::before {
    left: -6px;
}


.pagelines .line:nth-child(1) span{
    animation-delay: 0.4s;
}
.pagelines .line:nth-child(2) span{
    animation-delay: 0.6s;
}
.pagelines .line:nth-child(3) span{
    animation-delay: 0.8s;
}
.pagelines .line:nth-child(4) span{
    animation-delay: 1s;
}
.pagelines .line:nth-child(5) span{
    animation-delay: 1.4s;
}
.pagelines .line:nth-child(6) span{
    animation-delay: 1.8s;
}
.pagelines .line:nth-child(7) span{
    animation-delay: 2s;
}
.pagelines .line:nth-child(8) span{
    animation-delay: 2.2s;
}


.bottom_listmenu ul li::before{
    width: 100%;
    -webkit-justify-content: center;
    animation: widthfull 1s linear;
    -webkit-animation: widthfull 1s linear; 
}

.bottom_listmenu ul li{
    opacity: 0;
    animation: fadeIn 600ms ease-in both;
}


.bottom_listmenu ul li:nth-child(2) {
    animation-delay: 0.1s;
  }
  .bottom_listmenu ul li:nth-child(3) {
    animation-delay: 0.2s;
  }
  .bottom_listmenu ul li:nth-child(4) {
    animation-delay: 0.3s;
  }
  .bottom_listmenu ul li:nth-child(5) {
    animation-delay: 0.4s;
  }
  .bottom_listmenu ul li:nth-child(6) {
    animation-delay: 0.5s;
  }
  .bottom_listmenu ul li:nth-child(7) {
    animation-delay: 0.6s;
  }
  .bottom_listmenu ul li:nth-child(8) {
    animation-delay: 0.7s;
  }
  .bottom_listmenu ul li:nth-child(9) {
    animation-delay: 0.8s;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translate3d(0, -20%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  

@keyframes toptobottom {
from {
    top: 0;
}
to {
    top: 100%;
}
}

@-webkit-keyframes toptobottom {
from {
    top: 0;
}
to {
    top: 100%;
}
}

@keyframes widthfull {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@-webkit-keyframes widthfull {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.main_bannerimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: 1s all;
}
.main_bannerimg.hovered{
    opacity: 1;
}
.home_sec .banner_sec::before{
    z-index: 1;
}
.home_sec .banner_sec > div{
    /* z-index: 2; */
}
.bottom_listmenu{
    z-index: 3;
}
.pagelines{z-index: 4;cursor: pointer;}
.bottom_listmenu ul li.linkbox.hovered::before {
    background: #fff;
  }
  
  .bottom_listmenu ul li.linkbox.hovered a strong {
    color: #000;
  }
  
  .bottom_listmenu ul li.linkbox.hovered a span img {filter: invert(25);transform: scale(1.3);}
  
  .bottom_listmenu ul li.linkbox.hovered a span {
    mix-blend-mode: luminosity;
  }
  
  .bottom_listmenu ul li.linkbox strong,.bottom_listmenu ul li.linkbox span, .bottom_listmenu ul li.linkbox span img{
    transition: 600ms all;
  }

  @media (min-width:1169px) and (max-width:1400px) {
    .bottom_listmenu ul li a{padding:0;}.bottom_listmenu ul li a strong{font-size: 15px;}
    .home_sec .banner_sec{height: calc(100% - 150px);}.home_sec .banner_sec .banner_content h1{font-size: 50px;}.home_sec .banner_sec .banner_content h3{font-size: 18px;}
    .home_sec .banner_sec .banner_content p{font-size:15;}.home_sec .banner_sec .banner_content p br{display: none;}
  /*  .bottom_listmenu, .bottom_listmenu ul li a {
        height: 150px;
    }*/
    .circleanim .circlebox{top: -25px;}
   /* .ser_sec .bottom_listmenu,.ser_sec .bottom_listmenu ul li a{
      height:250px;
    }*/
  }

/*menuoverlay*/
#overlay {
    position: fixed;
    width: 100%;
    min-height: 100%;
    background-color: #172059;
    z-index: 9;
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

#overlay.menu {
    transform: translateY(0%);
}

#overlay a {
    text-decoration: none;
    color: #fafafa;
    font-size: clamp(1rem, 4.1vh + 0.2rem, 10rem);
    opacity: 0.7;
    transition: opacity 0.2s linear;
    font-size: 35px;
    padding: 10px;
}

#overlay a:hover {
    opacity: 1;
}

.hamburger.open span:nth-child(1) {
    transform: rotate(45deg)translate(5px, 5px);
}

.hamburger.open span:nth-child(2) {
    transform: scale(0);
}

.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg)translate(5px, -5px);
}

.hamburger span {
    transition: 600ms all;
}

section.inner_banner {
    position: relative;
    padding: 0;
   
}

section.inner_banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(4 12 58 / 60%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

section.inner_banner img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

section.inner_banner
.innbanner-content {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 8;
    top: 50%;
    left: 50%;
    text-align: center;
}

section.inner_banner .innbanner-content h1 {
    margin: 0;
    font-size: 40px;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Manrope', sans-serif;
    padding-bottom: 20px;
    font-weight: 700;
}

section.inner_banner .innbanner-content p {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.aboutucfblr .sec_head b {
    font-size: 50px;
    color: #172059;
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    background: #006AAB;
    background: linear-gradient(to right, #006AAB 0%, #03AAEA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aboutucfblr .sec_head {
    text-align: center;
}

.aboutucfblr .sec_head h2 {
    color: #172059;
    font-family: 'Archivo', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}

.aboutucfblr .sec_head p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

section.stats {
    text-align: center;
    background: #00a9eb;
}

.statsbox i {
    font-size: 50px;
    color: #fff;
}

.statsbox h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.statsbox p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.certibox img {
    width: 100%;
    box-shadow: rgb(100 100 111 / 8%) 0px 7px 29px 0px;
}

.certibox {
    margin-top: 20px;
}

.ourclientssec {
    background-color: #06568c;
}

.clietslist ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
}

.clietslist ul li {
    list-style: none;
    margin: 10px 5px;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    width: 160px;
    height: 160px;
    background: #fff;
}

.clietslist ul li span {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
}

.clietslist ul li span img {
height: auto;
    width: calc(100% - 10px);
    object-fit: contain;
}
.map_box {
    position: relative;
    overflow: hidden;
}

.map_box iframe {
    margin-top: -60px;
}
.inner_serdetail .ser_banner_content{
    padding-top:0 !important;
}

.inner_serdetail .bottom_listmenu{
    height:auto;align-items: flex-end;min-height: 250px;
}
.inner_serdetail .bottom_listmenu .scroll{
    display: none;
}
.inner_serdetail .bottom_listmenu ul{
    width: 100%;
}
.home_sec.inner_serdetail .banner_sec::before{
    height: 100%;
}
.inner_serdetail .pagelines .line{
    left: 30%;
    position: relative;
    width: 43% !important;
    /* border-right:1px solid rgb(255 255 255 / 20%); */
}
.inner_serdetail .pagelines{width: 100%;}

.home_sec.inner_serdetail .banner_sec {
    height: calc(100% - 150px);
}
.inner_serdetail .serbanner_sec .ser_banner_content{
    left:0%!important;
    width: 100%!important;
}
.inner_serdetail .banner_sec .banner_content h1 {text-align: center!important;}

@media (min-width:992px) and (max-width:1300px) {
    .form_main_sec .row{ justify-content:flex-start!important;}
    .form_main_sec .row .col-md-4 {width: 40%;}
    .form_main_sec .form-bg {width: 100%;}
    .inner_serdetail .banner_sec .banner_content h1 {font-size: 40px!important;}
   
}
@media (min-width:992px) and (max-width:1200px) {
   .mobile-nav-toggle {
        display: none;
    }
    .industries_sec .col-md-3 {width: 33.33%!important;}
    .logo_content h5 {font-size: 20px!important;}
    .inner_serdetail .serbanner_sec .ser_banner_content{
        left:0%!important;
        width: 100%!important;
    }
    .inner_serdetail .banner_sec .banner_content h1 {text-align: center!important;}
    .inner_serdetail .banner_sec .banner_content h1 {font-size: 40px!important;}
    .footer-about {
        padding-right: 25px;
    }
}
@media (min-width:768px) and (max-width:992px) {
    section {padding: 30px 0!important;}
    section.inner_banner {padding: 0!important;}
    section.inner_banner .innbanner-content {top: 60%;width: 70%;}
    .footlink {margin-bottom: 10px;}
    .industries_sec .col-md-3 {width: 50%!important;}
    .ser_sec .serbanner_sec .contact_banner {
        left: 38%!important;
    }.mobile-nav-toggle {
        display: none;
    }
    .form-bg {width: 100%!important;}
    .form_main_sec .col-sm-6, .form_main_sec .col-md-7 {width: 100%!important;}
    .ser_sec .serbanner_sec .ser_banner_content h1 {font-size: 35px!important;}
    .bottom_list_menu_ser ul li:nth-child(2), .bottom_list_menu_ser ul li {padding: 20px;}
    .bottom_list_menu_ser ul li:nth-child(2) {font-size: 14px;line-height: 22px;}
    .bottom_listmenu ul li a span img {max-height: 40px!important;}
    .bottom_list_menu_ser ul li h6 {margin: 10px 0!important;}
    .bottom_list_menu_ser ul li a strong {font-size: 20px!important;line-height: 24px!important;}
    .other_img {padding: 10px!important;}
    .other_img h4 {font-size: 17px!important;}
    .other_img p {font-size: 12.5px!important;margin-bottom: 10px;}
    .other_img h5 {font-size: 15px !important;}
    .details_sec {padding: 0!important;}
    .details_sec .box_midle {padding: 20px 40px!important;}
    .bottom_services, .bottom_services ul li a {padding: 10px!important;}
    .bottom_services ul li a img {height: 30px!important;}
    .bottom_services ul li p {font-size: 15px;}
    .inner_serdetail .serbanner_sec .ser_banner_content{
        left:0%!important;
        width: 100%!important;
    }
    .inner_serdetail .banner_sec .banner_content h1 {text-align: center!important;}
    .inner_serdetail .banner_sec .banner_content h1 {font-size: 30px!important;}
    .footer-about {
        padding-right: 25px;
    }
}
@media (max-width:767px) {
    section.inner_banner {padding: 0!important;}
    section.inner_banner .innbanner-content {top: 55%;}
    section {padding: 20px 0!important;}
    .navmenu ul {margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }
    .navmenu ul li:nth-child(2),.navmenu ul li:nth-child(3),.navmenu ul li:nth-child(4),.navmenu ul li:nth-child(5) {display: none;}
    .header .logo img {max-height: 75px;}
    .header .navmenu {display: flex;}
    #overlay a {padding: 0px;font-size: 16px;}
    #overlay .navservice b{font-size: 18px !important;}
    .navservice, .mobilenav {
        text-align: left;
        width: 100%;
        padding: 0 30px;
    }
    .mobile-nav-toggle {
        display: none;
    }
    section.inner_banner .innbanner-content p{display: none;}
    section.inner_banner img {height: 220px;}
    section.inner_banner .innbanner-content h1 {font-size: 20px;padding-bottom: 0;}
    .aboutucfblr .sec_head b {font-size: 20px;}
    .aboutucfblr .sec_head h2 {font-size: 16px;}
    .aboutucfblr .sec_head p {font-size: 15px;line-height: 24px;margin-bottom: 10px;}
    .stats .col {flex: 1 0 100%;}
    .statsbox i {font-size: 30px;}
    .statsbox h3 {font-size: 25px;}
    .statsbox p {font-size: 14px;}
    .aboutucfblr .col-4 {width: 100%;}
    .clietslist ul {padding: 0 15px;}
    .clietslist ul li {width: 120px;height: 120px;}
    .clietslist ul li span {align-items: center;}
    .footer_sec{padding: 20px 0 0px 0;}
    .footer-about {padding-right: 0;}
    .logo_content h5 {font-size: 16px;}
    .foot_cont a {font-size: 13px;}
    .footer_link ul a {font-size: 14px;padding: 5px 0 0 0;}
    .footlink {margin-bottom: 10px;}
    .footer_sec .social_link li a {font-size: 13px;padding: 6px 15px;height: 30px;margin: 5px 0 0 0;}
    .footer_link .social_footer {margin-top: 10px;}
    .ser_sec .serbanner_sec .contact_banner {left: 30%!important;padding-top: 60px!important;}
    .ser_sec .serbanner_sec .ser_banner_content h1 {font-size: 26px!important;}
    .contact_section, .contact_section .contact_sec {height: 210px!important;}
    .home_sec .banner_sec > .ser_img img {height: 100%;width: 100%;
        object-fit: cover;}
    .indus_box .indus_icon {line-height: 70px!important;
        height: 70px!important;
        width: 70px!important;
    }
    .indus_icon span img {
        width: 40px!important;
    }
    .form_main_sec .col-sm-6, .form_main_sec .col-md-7 {width: 100%!important;padding: 0 10px!important;}
    .text_cont h3 {font-size: 20px!important;
        margin-bottom: 20px!important;}
    .map_box iframe {height: 250px;}
    .left_boxs h3 {font-size: 20px!important;line-height: 35px!important;}
    .left_boxs .left_locarion {margin: 0 0 15px!important;}
    .left_boxs .left_content {margin: 0px 10px 0px 15px!important;}
    .left_boxs .left_locarion {margin: 0 0 15px!important;}
    .left_boxs .left_content li {margin: 0 0 10px!important;line-height: 28px!important;padding: 0 0 0 30px!important;}
    .left_content li a {font-size: 15px!important;}
    .form_head h3 {font-size: 20px!important;margin: 0 0 10px!important;}
    .form_head h3:after {width: 60px!important;}
    .form_box .form-group {margin: 0 0 8px!important;}
    .form_box .input-icon {font-size: 20px!important;height: 30px!important;line-height: 30px!important;margin: 0 0 0 4px!important;}
    .form_box .form-control {font-size: 14px!important;padding: 3px 10px 0 0!important;height: 33px!important;}
    .form_box textarea.form-control {height: 60px!important;}
    .details_sec .box_bottom2 {width: 100%!important;}
    .bottom_services ul li a {padding: 6px 10px!important;}
    .bottom_services ul li a img {height: 30px!important;}
    .details_sec .box_midle {width: 100%!important;padding: 0 20px!important;}
    .detail_bottom h4 {margin-bottom: 0!important;}
    .detail_bottom p {font-size: 15px!important;line-height: 24px!important;}
    /* .bottom_listmenu, .bottom_listmenu ul li a {height: 150px;} */
    .inner_serdetail .banner_sec .banner_content h1 {font-size: 45px;}
    .inner_serdetail .banner_sec {height: calc(100% - 350px)!important;}
    .inner_serdetail .serbanner_sec .ser_banner_content {left: 25%!important;}
    .inner_serdetail .bottom_listmenu ul {display: block;}
    .inner_serdetail .bottom_list_menu_ser ul li {padding: 15px 20px 10px 20px!important;width: 100%;}
    .inner_serdetail .bottom_listmenu ul li a span img {max-height: 30px;}
    .inner_serdetail .bottom_list_menu_ser ul li h6 {margin: 10px 0!important;font-size: 13px!important;}
    .inner_serdetail .bottom_list_menu_ser ul li a strong {font-size: 20px!important;}
    .inner_serdetail .bottom_list_menu_ser ul li a {line-height: 22px!important;}
    .inner_serdetail .bottom_list_menu_ser ul li:nth-child(3) {width: 100%;}
    .inner_serdetail .bottom_list_menu_ser ul li:nth-child(2) {font-size: 14px;padding: 0 20px 10px 20px!important;width: 100%;}
    .inner_serdetail .banner_sec > .ser_img img {height: 50vh!important;}
    .inner_serdetail .serbanner_sec .ser_banner_content h1 { font-size: 22px !important;}
    .ser_sec .serbanner_sec .ser_banner_content {top: 42%!important;}
    .details_sec {padding: 20px 0 0 0!important;}
    .other_img {padding: 0!important;align-items: flex-start!important;}
    .other_img h4 {font-size: 18px!important;text-align: left !important;}
    .linkbox .other_img p {margin-bottom: 10px!important;text-align: left !important;}
    .other_img a {font-size: 14px!important;text-align: left !important;}
    .other_img h5 {font-size: 15px!important;text-align: left !important;}
    .detail_bottom p {font-size: 14px!important;line-height: 22px!important;}
    .inner_serdetail .serbanner_sec .ser_banner_content{
        left:0%!important;
        width: 100%!important;
    }
    .inner_serdetail .banner_sec .banner_content h1 {text-align: center!important;}
}
@media (min-width:1251px) and (max-width:1400px) {
    
    .ser_sec .serbanner_sec .ser_banner_content{
        left:25%!important;
        padding-top:40px!important;
        width:60%!important;
    }

    .inner_serdetail .serbanner_sec .ser_banner_content{
        left:0%!important;
        width: 100%!important;
    }
    .inner_serdetail .banner_sec .banner_content h1 {text-align: center!important;}
    .home_sec .banner_sec .banner_content p {
        margin-top:3vh!important;
    }

    .inner_serdetail .banner_sec .banner_content h1 {font-size: 40px!important;}
    .inner_serdetail .banner_sec .banner_content {padding-top: 0px!important;}
    /* .bottom_listmenu, .bottom_listmenu ul li a {height: 190px;} */
    .bottom_listmenu ul li a {padding: 20px 10px;}
    .home_sec .banner_sec .banner_content h1 {font-size: 35px;}
    .home_sec .banner_sec .banner_content h3 {font-size: 20px;}
    .home_sec .banner_sec {height: calc(100% - 185px);}
    .bottom_listmenu ul li a span img {max-height: 40px;}
    .bottom_listmenu ul li a strong {font-size: 15px;}
    .circleanim {transform: translate(0%, -50%)scale(0.8);left: 0%;}
}
@media (min-width:1080px) and (max-width:1366px) {.inner_serdetail
    .ser_sec .serbanner_sec .ser_banner_content{
        left:25%!important;
        padding-top:40px!important;
        width:60%!important;
    }
    .circleanim {transform: translate(0%, -50%)scale(0.7);left: 0%;}
    .inner_serdetail .serbanner_sec .ser_banner_content{
        left:0%!important;
        width: 100%!important;
    }
    .inner_serdetail .banner_sec .banner_content h1 {text-align: center!important;}
    .home_sec .banner_sec .banner_content p {
        margin-top:3vh!important;
    }
    /* .home_sec .banner_sec .banner_content {padding-top: 50px!important;} */
    .inner_serdetail .banner_sec .banner_content {padding-top: 0px!important;}
    /* .bottom_listmenu, .bottom_listmenu ul li a {height: 190px;} */
    .bottom_listmenu ul li a {padding: 20px 10px;}
    .home_sec .banner_sec .banner_content h1 {font-size: 35px;}
    .home_sec .banner_sec .banner_content h3 {font-size: 20px;}
    .home_sec .banner_sec {height: calc(100% - 185px);}
    .bottom_listmenu ul li a span img {max-height: 40px;}
    .bottom_listmenu ul li a strong {font-size: 15px;}
    
}

/*latest css*/
.midnav ul li a {
    color: #00c4ef;
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 14px;
}
.midnav ul{display: flex;list-style-type: none;padding:0;margin: 0;}
.midnav {
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.header .logo {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.header .logo img {
    padding:3px 8px;
    max-height: 70px;
    width: 100%;
}
.hamburgur {
    display: flex;
    align-items: center;
    border-left: 1px solid rgb(0 196 239 / 30%);
    border-right: 1px solid rgb(0 196 239 / 30%);
    min-width: 12%;
    justify-content: center;
}

.hamburgur a {
    color: #00c4ef;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.hamburgur a span {
    position: relative;
    margin-left: 15px;
    display: block;
    width: 30px;
}

.hamburgur a span i {
    width: 2px;
    height: 2px;
    background: #00c4ef;
    display: block;
    margin: 5px 0;
    position: relative;
}

.hamburgur a span i::before,.hamburgur a span i::after {
    width: 2px;
    height: 2px;
    background: #00c4ef;
    display: block;
    content: "";
    top: 0;
    left: 8px;
    position: absolute;
}

.hamburgur a span i::after {
    left: 16px;
}
.hamburgur {
    display: flex;
    align-items: center;
    border-left: 1px solid rgb(0 196 239 / 30%);
    border-right: 1px solid rgb(0 196 239 / 30%);
    min-width: 12%;
    justify-content: center;
}

.hamburgur a {
    color: #00c4ef;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.hamburgur a span {
    position: relative;
    margin-left: 15px;
    display: block;
    width: 30px;
}

.hamburgur a span i {
    width: 2px;
    height: 2px;
    background: #00c4ef;
    display: block;
    margin: 5px 0;
    position: relative;
}

.hamburgur a span i::before,.hamburgur a span i::after {
    width: 2px;
    height: 2px;
    background: #00c4ef;
    display: block;
    content: "";
    top: 0;
    left: 8px;
    position: absolute;
}

.hamburgur a span i::after {
    left: 16px;
}

.navmenu ul li:nth-child(1) a {
    font-size: 14px;
    color: #00c4ef;
    width: auto;
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid rgb(0 196 239 / 30%);
    border-right: 1px solid rgb(0 196 239 / 30%);
    border-radius: 0;
    padding: 0 30px;
}

.navmenu ul {
    align-items: stretch;
    height: 100%;
}
.navmenu li {
    margin-left: 15px;
    display: flex;
    align-items: center;
}
.index-page .header{
border-bottom: 1px solid rgb(0 196 239 / 30%);
    padding: 0;
    backdrop-filter: blur(5px);
}
.home_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pagelines {
    z-index: 4;
    cursor: pointer;
    height: 200px;
    top: auto;
}
.home_sec .banner_sec .banner_content {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    display: flex;
    flex-wrap: wrap;
    padding-top: 75px;
    width: 100%;
    right: 0;
    margin: 0 auto;
}
.home_sec .banner_sec .banner_content > *{width: 50%;}
.home_sec .banner_sec .banner_content h1{font-size: 50px;}
.home_sec .banner_sec .banner_content p{margin-top: 20px;}
.home_sec .banner_sec{height: calc(100% - 200px);}
.home_sec .banner_sec .banner_content > div {
    width: 30%;
}


    .mobile-social,.mobilenav {
        display: none;
    }
    .navservice {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#overlay .navservice a {
    font-size: 25px;
}

#overlay .navservice b {
    font-size: 35px;
    color: #00c4ef;
    font-weight: normal;
}


@media (min-width: 991px) and (max-width: 1399px) {
/*.index-page .header {
    min-height: 65px;
}
*/
.hamburgur a {
    font-size: 12px;
}
.header .logo img {
max-height: 70px;
        margin: 0px 0;
}

.midnav ul li a {
    font-size: 12px;
  }

.navmenu ul li:nth-child(1) a {
    font-size: 12px;
    padding: 0 20px;
}
}






@media (max-width: 770px) {
  .midnav,
  #navmenu {
    display: none !important;
  }

  .hamburgur {
    display: flex;
     border-right: none !important;
  }

  #overlay.show {
    display: flex;
  }

  .hamburgur a {
    padding-right: 0px;
    border-right: none;
  }

  .hamburgur .hamburger {
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

    .mobile-social {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    width: 50%;
    justify-content: space-evenly;
    margin-top: 20px;
  }
  .mobilenav{display: block;}
  .mobile-social a {
    color: #fff;
    font-size: 20px;
    margin: 8px 0;
    text-decoration: none;
  }
    .navservice, .mobilenav {
        text-align: left !important;
        width: 100% !important;
        padding: 0 30px;
    }
  #overlay .navservice a,#overlay .mobile-social a{font-size: 17px !important;}
  .mobilenav{
        flex-wrap: wrap;
    display: flex
;
    flex-direction: column;
    text-align: center;
  }

  .mobile-social a:hover {
    color: #f4c10f; /* or any hover color you want */
  }

}



@media (max-width: 770px) {
  .home_sec .banner_sec .banner_content h1 {
    font-size: 38px;
    width: 100%;
  }

  .banner_content {
    flex-direction: column;
  }

  .home_sec .banner_sec .banner_content > div {
    width: 100%;
  }

  .bottom {
    /* background: #00c4ef; */
    background: rgb(4 12 58 / 60%);;
    padding: 16px 10px;
    position: relative;
    height: auto;
  }

  .bottom .scroll {
    display: none;
  }

  .bottom ul {
    width: 100%;
    justify-content: center;
    gap: 16px; 
  }

  .bottom ul li {
    flex: 1 1 calc(50% - 16px);
    max-width: calc(50% - 16px);
    height: 150px;
    transition: 300ms all;
    border-radius: 10px 0px;
    overflow: hidden;
    
  }

  .bottom ul li a {
    padding: 20px 10px;
    height: 100%;
  }

  .pagelines {
    display: none;
  }

  .home {
    height: auto;
    position: static;
  }

  .home .banner {
    position: relative;
    min-height: 440px;
  }

  .home_img {
    position: absolute;
    height: 260%;
  }

  .home .banner .banner_text {
    position: absolute;
    /* padding-top: 125px; */
    z-index: 3;
  }



  .bottom ul::before {
    content: "";
    width: 100%;
    background: rgba(4, 12, 58, 0.416);
    position: absolute;
    top: 440px;
    left: 0;
}
}

@media (max-width:379px) {
    .home .banner {
    min-height: 560px;
    }
    
} 


