
/* CSS for section section:header */

.site-header {
  background-color: var(--white-color);
  box-shadow: 0px 4px 18.9px 0px rgba(162, 162, 162, 0.25);
  position: sticky;
  top: 0;
  z-index: 100;
  height: 90px;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.logo img {
  width: 170px;
  height: 64px;
}
/*******Mobile start*******/
.logo-phone {
  display: none;
}
.btns-phone{
  display: none;
}
/*******Mobile end*******/
.main-nav>ul {
  display: flex;
  gap: 56px;
  height:96px;
  line-height: 96px;
  align-items: center;
}
.main-nav a {
  font-size: 16px;
  /*font-weight: 400;*/
  font-weight: 600;  
  color: var(--text-color);
  padding: 8px 12px;
  position: relative;
}
.main-nav>ul>li>a.active {
  font-weight: 600;
  color: var(--primary-color);
  transition: all 1s ease;
}

.main-nav>ul>li>a.active-current{
  color: var(--primary-color);
}

.main-nav>ul>li>a.active::before,.main-nav>ul>li>a.active-current::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid var(--primary-color);
  border-radius: 50px;
}
/** Contact us link start **/
a#anchor-01-about-us, a#anchor-01-contact-us {
  cursor: pointer;
}
/** Contact us link end **/
.header-search {
  /* border: 1px solid rgba(0, 0, 0, 0.12); */
  border-radius: 50px;
  /* width: 65px;
  height: 34px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav li{
  position: relative;
}
.main-nav a.special{
  padding: 0;
}
li .common-pull-down{

  position:absolute;
  top:93px;
  /* top:56px; */
  left:-380%;
  width:1087px;
  height:322px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;

}
li .pull-down{
  background-color:#F7F9FF;
  /* display: none; */
}
li .common-pull-down li{
  width:16%;
  text-align: center;
  margin:45px 40px;
  float: left;
}
li ul.service-pull-down li:nth-child(3){
  width:18%;
}
li ul.service-pull-down li:nth-child(4){
  width:20%;
}
li .common-pull-down>li>div{
  /*height:153px;*/
  height:172px;
  padding:10px;
  margin-bottom:23px;
}
li .common-pull-down>li:hover>div{
  background: url(../img/nav-border-bac-v01.png) no-repeat 0 0;
}
li .common-pull-down>li:nth-child(3):hover>div{
  background-position: 50% 0;
}
li .common-pull-down>li:nth-child(4):hover>div{
  background-position: 50% 0;
}
li .common-pull-down>li:hover>p>a{
  color:#172A88;
}
li .common-pull-down li p{
  margin-top:20px;
  line-height:20px;
}
li .common-pull-down li p a{
  padding:0;
}
li .pull-down li a:hover{
  color:#172A88;
}

li .contact-pull-down{
  width:150px;
  height:90px;
  text-align: center;
  position: absolute;
  top:93px;
  /* top:56px; */
  left: -20%;
  border-radius:0 0 25px 25px;
  
}
li .contact-pull-down>li{
  line-height:40px;
}

.header-search form {
  position: relative;
    width: 400px;
    height: 40px;
    /* display: grid;
    grid-template-columns: 1fr auto;  */
    overflow: hidden;
    
    
}
.header-search form #sear{
   width: 363px;
   height:39px;
   font-size:16px;
  border-radius: 100px;
  border: 1px solid #b3b5b7;
}
.header-search form #sear.special{
  width: 383px;
}
.header-search form #sear:focus{
  outline: none;
  border:1px solid #172A88;
}
.header-search form.clicked{
  position: relative;
	transition: width 400ms ease, background 400ms ease;
	width: 500px;
  justify-content: normal;
  padding-left: 14px;
}
 .header-search form input[type="text"] {
    width: 100%;
    display: block;
    background-color: transparent;
    color: var(--title_color);
    font-size: 22px;
    padding: 0 4.361371%;
    border:0;
}
.header-search .sear-form .special {
  right: 1.1rem;
}
 .header-search form input[type="text"]:focus{
  outline:none;
 }
.header-search form input[type="submit"] {
    position: absolute;
    top:10px;
    right:0;
    display: block;
   
    width: 30px;
    border:0;
    /* aspect-ratio: 1;
    border-radius: 50%; */
    overflow: hidden;
    text-indent: -999px;
    transition: all 0.3s;
    background: url(../../images/sear.svg) no-repeat;
}

@media (max-width: 992px) {
  .main-nav {
    display: none; /* Simple hide for mobile, would need a burger menu in a real project */
  }
}

/* CSS for section section:hero  banner */
.hero-section {
  /* padding: 100px 0; */
  position: relative;
}
.hero-container {
 height:810px;
  align-items: center;
  gap: 40px;
  position: relative;
}
.hero-content {
  max-width: 40%;
  position: absolute;
  left:12%;
  top:10%;
}
.hero-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.36;
  margin-bottom: 59px;
}
.hero-description {
  font-size: 24px;
  font-weight: 600;
  line-height: 2.25;
  opacity: 0.85;
  margin-bottom: 59px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 40px;
}
.hero-arrow-link {
  position: relative;
  width: 83px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #172a88;  
  right: 15px;
}
/** Home button aniamte required start **/
a#quote01.btn.btn-primary{ position: relative; transition: none;}
a#quote01.btn.btn-primary:hover, a#quote01.btn.btn-primary.animate { background-color: #fff; color: #172a88; box-shadow: none !important; border-color: #172a88;}
.hero-actions a#quote01.btn.btn-primary { width:240px; height:85px; }
/*a#quote01.btn.btn-primary::before{content: " ";position: absolute; display:block; width: 240px; height:85px; border:1px solid #172a88; border-radius:50px;}*/
/*a#quote02.hero-arrow-link:hover, a#quote02.hero-arrow-link.animate { border-color:transparent; background-color: #172a88;}*/
.hero-actions.animate01 a#quote01.btn.btn-primary.active, .hero-actions.animate01 a#quote01.btn.btn-primary.active:hover,
.hero-actions.animate02 a#quote01.btn.btn-primary { background-color: #fff !important; color: #172a88; opacity: 1.0; border-color: #172a88; }
.hero-actions.animate02 a#quote01.btn.btn-primary.active, .hero-actions.animate02 a#quote01.btn.btn-primary.active:hover { background-color: #172a88 !important; color: #fff; opacity: 1.0; border-color: #007bff; }
.hero-actions.animate01 a#quote02.hero-arrow-link, .hero-actions.animate02 a#quote02.hero-arrow-link.active { border-color:transparent; background-color: #172a88 !important; }
.hero-actions.animate01 a#quote02.hero-arrow-link.active, .hero-actions.animate02 a#quote02.hero-arrow-link { background-color: #fff !important; border-color: #172a88;}
/** Home button aniamte required end **/
.hero-arrow-link .arrow-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-arrow-link .arrow-icon {
  position: relative;
  width: 62px;
  height: 62px;
}

.hero-image{
  width:100%;
  height:100%;
  background: url(../../images/banner1.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 576px){
  .hero-image{
    background: none;
  }
}
@media (max-width: 3000px){
  .hero-arrow-link{
    width:83px;
    height: 83px;
  }
}
@media (max-width: 1500px) {
  .main-nav>ul {
    gap:28px;
  }
  .hero-container {
     height:610px;
  }
  .hero-content {
    max-width: 40%;
  }
  .hero-title{
    font-size:45px;
    margin-bottom: 32px;
  }
  .hero-description{
    font-size:20px;
    margin-bottom: 32px;
  }
  .hero-actions{
    gap: 26px;
  }
  .btn-primary{
     font-size:20px;
  }
  .hero-arrow-link{
    width:83px;
    height: 83px;
  }
  .hero-arrow-link .arrow-icon{
    width:40px;
    height: 40px;
  }
  .related-wrap {
    display: flex;
    gap: 11%;
  }
}
@media (max-width: 1200px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-content {
    max-width: 40%;
  }
  .hero-actions {
    justify-content: center;
  }
  /* .hero-image-wrapper {
    margin: 40px auto 0;
    width: 80vw;
    height: 80vw;
    max-width: 500px;
    max-height: 500px;  
  } */
    .related-wrap {
    display: flex;
    gap: 2%;
  }
}
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
  .hero-container .hero-content{
    max-width:100%;
  }
  .hero-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .hero-description {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 20px;
  }
}

/* CSS for section section:solutions */
.solutions-section {
  padding: 100px 0;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 40px;
}
.solution-item {
  text-align: center;
}
.solution-icon-wrapper {
  position: relative;
  width: 202px;
  height: 202px;
  margin: 0 auto 24px;
}
.solution-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.solution-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 121px;
  height: 121px;
}
.solution-more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E0E6FF;
  border-radius: 50%;
}
.solution-more .more-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.solution-more span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
}
.solution-more.active{
  background-color: #172A88;
  border-radius: 50%;
  transition: all 1s ease;;
}
.solution-more.active span {
  color: var(--white-color);
}
.solution-item p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.88;
  color: var(--text-color);
}
.solution-item p.active-text {
  color: var(--primary-color);
}

@media (max-width: 992px) {
  .solutions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .solutions-section {
    padding: 60px 0;
  }
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .solution-icon-wrapper {
    width: 150px;
    height: 150px;
  }
  .solution-icon {
    width: 90px;
    height: 90px;
  }
  .solution-more {
    width: 50px;
    height: 50px;
  }
  .solution-more span {
    font-size: 14px;
  }
  .solution-item p {
    font-size: 16px;
  }
}

/* CSS for section section:products */
.products-section {
  padding: 100px 0;
  background-color: var(--light-gray-bg);
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.product-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 425px;
}
.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
  padding: 25px;
  text-align: center;
}
.product-overlay h3 {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .products-section {
    padding: 60px 0;
  }
  .products-grid {
    grid-template-columns: 1fr;
  }
  .product-card {
    height: 350px;
  }
}

/* CSS for section section:services */
.services-section h2.section-title {
    margin-bottom: 79px;
}
.services-section {
  padding: 0px 0 0;
}
.services-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*gap: 52px;*/
  gap: 35px;
  align-items: flex-end;
}
.service-item {
  position: relative;
  text-align: center;
  width: 320px;
  height: 427px;
    border-radius: 160px;
  background-color: #f5f5f5;
}

.service-item:hover{
  background-color: #E5F0FF;
}

.service-item:hover p{
  color: #172A88;
}
/* .service-item:nth-child(2n) {
  transform: translateY(-86px);
} */
/* .service-image-wrapper {
  width: 270px;
  height: 390px;
  padding-top: 20px;
  border-radius: 135px;
  background-color: #f5f5f5;
  display: flex;
 
  justify-content: center;
  margin: 0 auto 20px;
} */
 .service-image-wrapper{
  width:287px;
  height:287px;
  margin-top:13px;
  margin-bottom:21px;
 }
.service-image-wrapper img {
  width: 100%;

  object-fit: cover;
  border-radius: 50%;
}
.service-item>a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
    
.service-item p{
  width:280px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  
}
/* .service-item p {
  position: absolute;
  bottom:30px;
  
  left:50%;
  margin-left:-103px;
  width:169px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 20px;
  
} */
@media (max-width: 1495px) {
  .services-grid{
    gap:40px;
  }
  .service-item{
   width: 265px;
   height:383px;
  }
  .service-image-wrapper{
    width: 239px;
    height:239px;
  }
 
  .service-item p{
    width: 248px;
  }
}
@media (max-width: 1235px) {
  /* .service-item {
      width: 217px;
    }
  .service-image-wrapper{
     width:217px;
  } */
}
@media (max-width: 1209px) {
  /* .service-item {
        width: 210px;
    }
  .service-image-wrapper{
     width:210px;
  } */
}
@media (max-width: 1200px) {
  /* .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   
    align-items: center; 
    gap: 40px;
    gap: 20px;
  }
  .service-item {
    width: auto;
  }
 
  .service-image-wrapper {
    width: 215px;
    height: 360px;
  } */
       .services-grid {
        gap: 20px;
    }
}

@media (max-width: 768px) {
  .services-section {
    padding: 60px 0;
  }
}

/* CSS for section section:cta */
.cta-section {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height:508px;
  background: url(../../images/talk.png) no-repeat 0 0;
  background-size: auto;
  background-position: center;
}
.cta-bg-wrapper {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  pointer-events: none;
}

.cta-container{
  position: absolute;
  right:18%;
  top:10%;
  width:40%
 }
.cta-content {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
.cta-text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.53;
  margin-bottom: 46px;
}
.cta-headline {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.65;
  color: var(--primary-color);
  margin-bottom: 46px;
}
.cta-btn-p{
  text-align: center;
}
.cta-btn {
  font-size: 24px;
  padding: 15px 58px;
}
@media (max-width: 1200px) {
  .cta-text{
    font-size: 24px;
  }
  .cta-headline{
    font-size: 24px;
  }
  .cta-btn{
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .cta-section {
    padding: 80px 0;
  }
  .cta-container{
   
    top:23%;
   
  }
  .cta-text, .cta-headline {
    font-size: 22px;
  }
   .cta-btn{
     font-size: 18px;
   }
}
@media (max-width: 768px) {
  .cta-section {
    position:static;
    height:auto;
    background: none;
    background-color: #F4FBFF;
    padding:0;
  }
  .cta-container{
    position: static;
    width:66%;
    margin:10% auto;
  }
  .cta-text, .cta-headline, .cta-btn {
    font-size: 20px;
  }
  .cta-bg-image {
    display: none;
  }
}

/* CSS for section section:news */
.news-section {
  display: none;
  padding: 100px 0;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.news-card {
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 0px 4px 11.9px 0px rgba(160, 160, 160, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border:1px solid rgba(0, 0, 0, 0);
}
.news-card.featured {
  border: 1px solid var(--primary-color);
  box-shadow: 0px 4px 16.6px 0px rgba(23, 42, 136, 0.2);
  transition:calc(1s);
}
.news-image {
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.news-content {
  padding: 22px 29px 48px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.news-category {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--text-color);
  margin-bottom: 16px;
}
.news-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.125;
  color: var(--text-color);
  flex-grow: 1;
  margin-bottom: 24px;
}
.news-link {
  display: inline-block;
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  padding: 2px 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  align-self: flex-start;
}
.news-link.featured {
  background-color: var(--primary-color);
  color: var(--white-color);
   transition: all 1s ease;
}

@media (max-width: 992px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .news-section {
    padding: 60px 0;
  }
}

/* CSS for section section:footer */
.site-footer {
  background-color: var(--light-bg);
}
.footer-main {
  padding: 60px 0;
}
.subscribe-form {
 
  display: flex; 
  display: none;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-label {
  font-size: 20px;
  font-weight: 700;
}
.subscribe-form form {
  flex-grow: 1;
  display: flex;
  border: 1px solid rgba(23, 42, 136, 0.4);
  border-radius: 10px;
  overflow: hidden;
}
.subscribe-form input {
  flex-grow: 1;
  border: none;
  padding: 15px;
  font-size: 16px;
  background: transparent;
}
.subscribe-form input:focus {
  outline: none;
}
.subscribe-form button {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: none;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.footer-divider {
  display: none;
  border: none;
  border-top: 1px solid rgba(51, 51, 51, 0.4);
  margin: 0 0 48px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 40px;
}
.footer-col h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-col a, .footer-col span, .footer-tagline {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.125;
  opacity: 0.9;
}
.about-col .footer-logo {
  width: 242px;
  margin-bottom: 8px;
}
.about-col .footer-tagline {
  margin-bottom: 30px;
}
.social-links {
  display: flex;
  gap: 16px;
}
.social-links img {
  width: 31px;
  height: 31px;
}
.contact-col ul li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.contact-col ul img {
  width: 25px;
  height: 25px;
  margin-top: 5px;
}
.footer-bottom {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 12px 0;
}
.footer-bottom-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-col {
    grid-column: 1 / -1;
  }
}
@media (max-width: 768px) {
  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .about-col, .links-col, .contact-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-col ul li {
    text-align: left;
  }
  .footer-bottom-container {
    flex-direction: column;
    gap: 10px;
  }
}
