/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@500&display=swap');

body {
  font-family: 'Hind', sans-serif;
  font-size: 15px;
}

html {
  scroll-behavior: smooth;
    /*overflow: hidden;*/
}


img {
    image-rendering: -webkit-optimize-contrast
}


.fa6-brands--square-x-twitter {
  display: inline-block;
  width: 0.88em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23000' d='M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm297.1 84L257.3 234.6L379.4 396h-95.6L209 298.1L123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5l78.2-89.5zm-37.8 251.6L153.4 142.9h-28.3l171.8 224.7h26.3z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.convex {
  margin: auto;
  height: 160px;
  width: 160px;
  /* border-radius: 50%; */
  background: #f0f0f3;
  box-shadow: -10px -10px 30px #fff, 10px 10px 30px #aeaec040, inset -10px -10px 10px #aeaec025, inset 10px 10px 10px #fff;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

a {
  text-decoration: none;
}

/*::placeholder{*/
/*  opacity: 0.5;*/
/*  font-weight: normal;*/
/*}*/

.top-banner {
  background: linear-gradient(to right top, #089ffb, #0054a4);
  padding-top: 10px;
  text-align: center;
  color: white;
  justify-content: center;
  display: flex;
}
  
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #0202108a;
}

#preloader2:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  /* border-top-color: #fff; */
  border-bottom-color: #fff0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader2 1s linear infinite;
  animation: animate-preloader2 1s linear infinite;
}

@-webkit-keyframes animate-preloader2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #5b46ff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5b46ff;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#preloader2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  /* background: #5b46ff; */
}

#preloader2:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0c136b;
  /* border-top-color: #fff; */
  border-bottom-color: #fff0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader2 1s linear infinite;
  animation: animate-preloader2 1s linear infinite;
}

@-webkit-keyframes animate-preloader2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  font-size: 44px;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all .8s;
  z-index: 997;
  background:white;
  box-shadow: 0.5px 0.5px 2px -1px #0000007d;
  /* padding-bottom:8px; */
}

@media only screen and (min-device-width : 992px){
  #header.header-scrolled {
     box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); 
     /*box-shadow: 0.5px 0.5px 2px -1px #0000007d;*/
    margin-top:0px;
    
    /* background: rgba(255, 255, 255, 0); */
  }
  
  /*#header{*/
  /*    margin-top: -53px;*/
  /*  }*/
}

/*@media only screen and (min-device-width : 992px){*/
/* #header.header-scrolled {*/
/*    margin-top:-52px;*/
     
/* }*/

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

nav.nav-menu {
  position: absolute;
  right: 20px;
  /*top:0px;*/
}


.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  align-items: flex-end;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 15px 3px 15px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #004266;
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 1.3px;
  font-weight: 800;
  text-decoration: none;
  /* font-family: 'Roboto Slab', serif; */
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #004266 !important;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #0288D1;
  font-weight:bold;
}

.nav-menu .drop-down ul {
    top: calc(100% + 30px);
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
    display: grid;
    gap: 0.25rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  /*min-width: 180px;*/
  position: relative;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0c3c53;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  /*color: #47b2e4;*/
  background: #dce5f540;
}

.nav-menu .drop-down > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
  
  /*.bottom_nav ul {*/
  /*  margin-left: 40px;*/
  /*}*/
}

 .bottom_nav ul li a {
    color:#1f56b6;
        font-weight: bolder;
      }

/* Mobile Navigation */


.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  top : 12px;
}

.mobile-nav-toggle i {
  transition: .5s ease-in-out;
  color: #003e90;
}

.mobile-nav {
  position: fixed;
  top: 50px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  padding: 20px 20px;
  border-radius: 15px;
}



.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #37517e;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}


/* 
.mobile-nav .drop-down > a:after {
  content: "\f107";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
} */

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: "FontAwesome";
  padding-left: 10px;
  position: absolute;
  right: 15px;
  color: darkblue;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: #47b2e4e6;
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.headingstyle{
    list-style-type: none;
    color: #f9f9f9;
    font-weight: 700;
    background-color: #4079e6;
    border-radius: 50px;
    text-align: center;
    margin: 60px 5px 4px 5px;
    padding: 7px;
    letter-spacing: 2px;
    filter: drop-shadow(-1px 1px 1px black);
}
    
    
@media (max-width: 573px){
    .headingstyle{
    font-size: 6vw;
    }
    #header{
      margin-top: 0px;
    }
}


/*@media (min-width: 536px){*/
/*  .mobile-nav-toggle{*/
/*    top: 64px;*/
/*  }*/
/*}*/

/*@media screen and (min-width: 320px) and (max-width: 529px) { */
/*    .mobile-nav-toggle {*/
/*         top: 10px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 530px) and (max-width: 991px) { */
/*    .mobile-nav-toggle {*/
/*         top: 10px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 537px) and (max-width: 573px) { */
/*    .mobile-nav-toggle {*/
/*         top: 62px;*/
/*    }*/
/*}*/


@media screen and (min-width: 0px) and (max-width: 991px) { 
    #mobileviewhide {
        display:none;
    }
} 


/*@media screen and (min-width: 992px) {*/
/*    #mobileviewhide {*/
/*        display:inline-block;*/
/*    } */
/*}*/


/*@media (min-width: 574px){*/
/*  #mobileviewhide {*/
/*        display:none;*/
/*    }*/
/*}*/







/*--------------------------------------------------------------
# homee Section
--------------------------------------------------------------*/
#homee {
  width: 100%;
  height: 20rem;
  background: linear-gradient(160deg,#003bde 0%,#58d0ff 100%);
}

#homee .container {
  padding-top: 10px;
}

#homee h1 {
    font-size: 2rem;
    color: #fff;
}

#homee h2 {
  color: white;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
}

#homee .btn-get-started:hover {
  background: #209dd8;
}

/* #homee .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both; 
}*/

@media (max-width: 991px) {
  #homee {
    height: 700px;
    text-align: center;
  }
 /*  #homee .animated {
    -webkit-animation: none;
    animation: none;
  }
 */
  #homee .homee-img  {
    text-align: center;
  }
}

@media (max-width: 768px){
  #homee h1 {
    font-size: 28px;
    line-height: 36px;
  }
  
  #homee h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  
  #homee .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #homee .hero-img img {
    width: 80%;
  }
  #homee .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #homee .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
  
   #topdiv{
        margin-top: 90px;
    }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-top: 2vh;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
  margin: -25px 0 25px 0;
  text-align: center;
}

.cliens img {
  max-width: 80%;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 25px 0px;
  /*-webkit-filter: grayscale(100);*/
  /*filter: drop-shadow(2px 3px 1px skyblue);*/
}

.cliens img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 1199px) {
.card-text:last-child {
    font-size: 14px;
  }
  .cliens img {
    max-width: 70%;
  }
  .bottom_nav ul {
  margin-left: 0px;
}
}

@media (max-width: 768px) {
  .cliens img {
    max-width: 85%;
    image-rendering: -webkit-optimize-contrast;
  }
}



.card-text {
    color:#004266;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/


.icon-box {
    /*box-shadow: 1px 4px 8px 0px rgb(72 73 73 / 38%);*/
    box-shadow: 0 6px 16px #d6e2f3;
    padding: 25px;
    transition: all ease-in-out 0.2s;
    border-radius: 20px;
    margin: 14px 0px;
    background: white;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box:hover {
  /*transform: translateY(10px);*/
  box-shadow: 0 0px 0px 1px #d6e2f3;
  transform: scale(1.01);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  margin: 12px 0px 0px 0px;
}



#footer .footer-top {
    padding: 30px 0px 20px 10px;
    background: #0266b9;
}


#footer .footer-top .footer-contactt {
    display: flex;
    position: relative;
    top: 90px;
    left: 175px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}

#footer .footer-top .footer-contact p {
  /* font-size: 16px; */
  /* line-height: 24px; */
  margin-bottom: 10px;
}

#footer .footer-top h4 {
  /* font-size: 18px; */
  font-weight: bolder;
  color: white;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#footer .footer-top .footer-links{
  padding: 0px;
  margin: 10px 0px;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight:bolder;
  /*filter: drop-shadow(0px 1px 1px black);*/
}

.footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-weight: 500;
  
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size:15px;
  padding-top: 3px;
}



#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  filter: drop-shadow(0px 0px 0.3px white);
}


#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footersociallink {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: normal;
}


#footer .footer-top .social-links a:hover {

  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background: linear-gradient(to right top, #089ffb, #0054a4);
}

#footer .copyright {
  text-align: center;
  filter: drop-shadow(-1px 1px 1px blue);
  font-size: 15px;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

.bottom_nav {
    overflow:hidden;
    margin: 0 auto;
}

.bottom_nav>ul>li:hover {
    box-shadow: inset 1px 1px 0px 0px #dbcdcd;
    border-radius: 10px;
    transform: scale(0.99);
}

.bottom_nav>ul>li {
  width: 85px;
  text-align: center;
  box-shadow: 1px 1px 4px 1px #f1e7e7;
  border: 1px solid #068fe826 !important;
  border-radius: 10px;
  margin: 0px 2px;
}

@media(max-width: 559px) {
    .bottom_nav {
        display:none;
    }
    #footer .footer-top .footer-links{
      padding: 0px 30px 0px 30px;
    }
    #footer .footer-top h4{
      padding-top: 12px;
      margin-left: -15px;
    }
    .col-lg-6.col-md-6.footer-contact{
      text-align: center;
    }
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding: 10px 0px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}



/*extra*/


/* @media screen and (min-device-width: 530px) and (max-device-width: 991px) { 
    .mobile-nav-toggle{
        top: 10px;
    }
} */



/*@media screen and (min-width: 769px) {*/
    /* STYLES HERE */
/*}*/

/*@media screen and (min-device-width: 481px) and (max-device-width: 768px) { */
    /* STYLES HERE */
/*}*/

/*@media only screen and (max-device-width: 480px) {*/
    /* STYLES HERE */
/*}*/