

.main-btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 17px 40px;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all .4s ease-in-out;
    border: none;
    background: #1d4386;
    overflow: hidden
}
.main-btn:hover {
    color: #fff
}

.main-btn.border-btn {
    border: 2px solid #1d4386;
    background: transparent;
    color: #1d2a5d
}

.btn-hover {
    position: relative;
    overflow: hidden
}

.section-title h2 {
    font-size: 37px;
    margin-bottom: 18px;
    text-transform: capitalize;
    position: relative;
    color: #333;
    font-weight: 700;
    padding-bottom: 14px;
}

.section-title p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}



/* banner Section */
.hero-section {
    position: relative;
    z-index: 1;
    padding: 50px 0 50px;
    /* background-image: url(../images/map-bg.svg); */
    background-color: #1d4386;
    overflow-x: hidden;
    color: #fff;
}
 

.hero-section .hero-content .hero-btns .main-btn:hover {
    box-shadow: 0 3px 26px rgba(78,110,241,.39)
}

 

.hero-section .hero-shape .shape {
    position: absolute;
    z-index: -1
}

.hero-section .hero-shape .shape.shape-1 {
    top: -285px;
    right: -300px
} 

.hero-section .hero-content h1 {
    font-size: 60px;
    margin-bottom: 35px
}

.hero-section .hero-content .hero-btns .main-btn {
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    font-family: "Hind Siliguri",sans-serif;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 2px solid transparent
}

.hero-section .hero-content .hero-btns .main-btn:hover {
    box-shadow: 0 3px 26px rgba(78,110,241,.39)
}

 
 
.hero-section .hero-content p {
    margin-bottom: 40px
}
 
.hero-section .hero-content .hero-btns .main-btn {
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    font-family: "Hind Siliguri",sans-serif;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 2px solid transparent
}

.hero-section .hero-content .hero-btns .main-btn:hover {
    box-shadow: 0 3px 26px rgba(78,110,241,.39)
}

.hero-section .hero-content .hero-btns .main-btn.border-btn {
    margin-right: 10px;
    color: #ffffff;
    border-color: #ffffff;
}

 
.hero-section .hero-shape .shape {
    position: absolute;
    z-index: -1
}

.hero-section .hero-shape .shape.shape-1 {
    top: -285px;
    right: -300px
}

/* Second Training Section  */
.services {
    
    padding: 50px 0;
}

.services .section-title {
    margin-bottom: 65px;
    text-align: center;
}

.services .single-service {
    text-align: left;
    position: relative;
    padding: 130px 40px 45px 40px;
    box-shadow: 0px 5px 35px #0000000d;
    border-radius: 0;
    background: #fff;
    z-index: 5;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    margin: 15px 0;
    
}
.services .single-service .serial span img{ width: 30px; }
.services .single-service .serial span {
    font-size: 30px;
    position: absolute;
    left: 40px;
    top: 40px;
    height: 65px;
    width: 65px; 
    text-align: center;
    background: #74b9ff;
    color: #3e54ff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    background: #3E54FF0f;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%
}

.services .single-service:hover {
    background: #1d4386
}

.services .single-service:hover .serial span {
    border-color: transparent;
    background: #fff;
    color: #3e54ff;
    border-radius: 50%
}

.services .single-service h3 a {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.services .single-service:hover h3 a {
    color: #fff
}

.services .single-service p {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.services .single-service:hover p {
    color: #fff
}

.circles-wrap {
    position: absolute;
    bottom: -65%;
    right: -50%;
    z-index: -1
}

span.circle {
    border-radius: 50%;
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.services .single-service:hover span.circle {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.services .circles {
    height: 400px;
    width: 400px;
    background: 0 0;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.services span.circle.circle-1 {
    height: 100px;
    width: 100px;
    background: #fff;
    opacity: .2;
    z-index: 5;
    display: inline-block;
    z-index: 5
}

.services span.circle.circle-2 {
    height: 200px;
    width: 200px;
    background: #fff;
    opacity: .2;
    z-index: 4
}

.services span.circle.circle-3 {
    height: 300px;
    width: 300px;
    background: #fff;
    opacity: .2;
    z-index: 3
}

.services span.circle.circle-4 {
    height: 400px;
    width: 400px;
    background: #fff;
    opacity: .2;
    z-index: 2
}

.services .single-service:hover span.circle,.services .single-service.active span.circle {
    transform: scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.services .single-service:hover span.circle,.single-service.active span.circle {
    transform: scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.services .service-area .circles-wrap {
    position: absolute;
    bottom: -32%;
    left: auto;
    z-index: -1;
    right: -50%
}

.services .single-service {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: calc(100% - 30px);
}

.services .single-service img {
    height: 100%;
    width: 100%;
    z-index: 2
}

.services .single-service .content {
    z-index: 2;
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 30px
}

.services .single-service .content h4 {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: #181e4e;
    position: relative
}

.services .single-service .content h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background: #3e54ff;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.services .single-service:hover .content h4:before {
    width: 110px
}

.services .single-service .content h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #e6eefb;
    z-index: -1
}

.services .single-service .content h4 a {
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    color: #181e4e
}

.services .single-service .content p {
    color: #666;
    transition: all .4s ease
}

.services .single-service .content .button {
    margin-top: 30px
}

.services .single-service .content .button .btn {
    border: 2px solid #3e54ff;
    color: #3e54ff;
    background: transparent
}

.services .single-service .content .button .btn:hover {
    border-color: transparent;
    color: #fff;
    background: #3e54ff
}


/* tailored support */

.tailored-support {background: #f9faff; padding: 50px 0; } 
.tailored-support .section-title{ text-align: center; margin: 0 0 40px; } 

.tailored-support .feature-box {
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    background: #fff;
  }
  
.tailored-support  .feature-box h3 {
    font-size: 18px;
    color: #012970;
    font-weight: 700;
    margin: 0;
  }
  
.tailored-support .feature-box i {
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
  }
  
.tailored-support .feature-box:hover i {
    background: #4154f1;
    color: #fff;
  }
  
.tailored-support .feture-tabs {
    margin-top: 120px;
  }
  
.tailored-support .feture-tabs h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
  }
  
  /* latest update */
.latest-update { padding: 50px 0; } 
.latest-update .section-title{ text-align: center; margin: 0 0 30px;  } 
.latest-update .document_slider .item{ padding: 0 20px;}
.latest-update .document_slider .box{margin: 20px 0; box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); transition: 0.3s; height: 100%; }  
.latest-update .document_slider .box .detail{ padding: 20px; }
.latest-update .document_slider .box .detail h3{ color: #1d4386; }
.latest-update .document_slider .box .detail .post-date{ color: #999; margin: 0 0 10px; display: block; }
.latest-update .document_slider { padding: 0 35px; }

.slick-arrow { position: absolute; border: 0; background: none; bottom: 0; font-size: 0; width: 30px; height: 30px; top: 50%; transform: translateY(-50%); z-index: 1;  }
.document_slider .slick-arrow.slick-prev {  left: 0;  background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.png") 0 0 / 100% no-repeat; }
.document_slider .slick-arrow.slick-next { right: 0; background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0 / 100% no-repeat; }

/* Footer Section */

footer {
    background: #c1eeff;
    padding: 20px 0;
}

footer .flogo {
    max-width: 100px;
}

footer .contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
}

footer .contact-info li {
    display: flex;
    align-items: center;
    padding: 10px 20px
}

footer .contact-info li .img {
    margin: 0 10px 0 0;
}