@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}
.f-light{
   font-family: "Open Sans", sans-serif;
   font-weight: 400;
}
.f-regular{
 font-family: "Open Sans", sans-serif;
 font-weight: 400;
}
.f-medium{
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}
.f-semibold{
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.f-bold{
   font-family: "Titillium Web", sans-serif;
   font-weight: 700;
}
.f-exbold{
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{

  font-weight:400;
}
.f-regular{

 font-weight:400;
}
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{

    font-weight:800;
}
.f-black{

  font-weight:900;
} 
p{
  font-weight:600;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position:fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  height: 80px;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
  background:#fff;

}
header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
/*  background: #fff;*/
box-shadow: 0px 2px 10px #00000059;
}
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  justify-content: center;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    width: 100%;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
    color: #000;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s 
    ease-in-out;
    position: relative;
    font-weight: 500;
    margin: 0px 4px;
    margin-top: 0vw;
    position: relative;
    padding: 0px 8px;
}
.navbar-expand-md .navbar-nav .nav-link::before {
    background: #11286b;
    height: 2px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0px;
    transition: all 0.4s;
}
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:before,
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link:before{
    display: none;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #000;
}
.navbar-brand {
   /* position: absolute;
    top: -49px;*/
    left: 0;
    padding: 0;
}
.navbar-brand img {
    width: 100%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
/*    margin-top: 36px;*/
}
footer{
    position: relative;
}
.main-footer {
    background: #4D595B;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 70px 0px 40px;
    background: url(../images/footer-bg.webp);
    background-repeat: no-repeat;
}
.btm-strip p {
    color: #FFFFFF;
    font-size: 0.89vw;
    font-weight: 400;
}
a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 20%;
    margin-right: 0;
}

.column:nth-child(1) p {
    color: #fff;
    margin-top: 5px;
    font-size: 0.89vw;
    line-height: 22px;
    width: 89%;
    margin-bottom: 0;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    gap: 10px;
    margin-top: 10px;
}
.social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}

.footer-logo {
   background: #fff;
   padding: 10px 20px;
   box-shadow: 0px 0px 93px #00000029;
   border-radius: 6px;
   margin-top: -26%;
}
.column:nth-child(2) {
    width: 28%;
    position: relative;
    margin-right: 20px;
}
.column h4 {
    color: #fff;
    font-size: 1.15vw;
    font-weight: 600;
    margin-bottom: 14px;
}
.column:nth-child(3) {
    width: 25%;
    margin-right: 20px;
}
.column:nth-child(4) {
    width: 20%;
}

.column:nth-child(5) {
    width: 40%;
    margin-left: 10px;
}
.column:nth-child(5) p {
    font-size: 0.89vw;
    font-weight: 400;
    line-height: 25px;
    margin: 0px 0px;
}
.column a {
    display: block;
    padding-bottom: 10px;
    line-height: 20px;
    color: #fff;
    font-size: 0.89vw;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.footerlogo {
    width: 55%;
}
.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer a,
footer p{
    color: #a8a4a4;
    font-size: 16px;
}
footer p{
    margin-bottom: 0;
}
.common-btn {
    width: fit-content;
    height: 45px;
    background: #17A8E1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003168;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
/*    border-radius: 30px;*/
cursor: pointer;
font-weight:600;
padding: 10px 20px;
border-radius: 30px;
box-shadow: 0 3px 0 #003168;
border:0px !important;

}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#003168;

    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 0px;
    margin-bottom:15px;
}
.common-btn:hover{
    color: #fff;
    border:0px;
    box-shadow: 0 3px 0 #17A8E1;
}
.common-btn:hover span{
   color: #fff;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    /* transform: rotate(323deg); */
    position: relative;
    top: 1px;
    padding-left: 6px;
    color: #003168;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {

    padding: 16px 15px 16px 15px;
    position: relative;
}
.btm-strip a {
    font-size: 0.89vw;
    color: #fff;
}
.btm-strip {
  color:#fff;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
   /* border: 1px solid #ccc;
    border-radius: 20px;
    padding: 9px 30px;
    color: #00339C;
    font-size: 13px;
    margin-top: -5px;*/
}
.home-slider h2 {
    font-size: 3.125vw;
    text-align:left;
    color:#fff;
    font-weight:600;
}
.caption-left {
    position: absolute;
    top: 32%;
    width: 45%;
}

.caption-left p{
    color:#fff;
    font-weight:400;
}
.caption-left p {
    color: #fff;
}
.container.top-head ul {
    display: flex;
    color: #fff;
    margin-bottom: 0px;
}
.top-head {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.top-head ul {
    display: flex;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 0px;
}
.top-head {
    display: flex;
    width: 88%;
    padding-left: 24%;
    /* margin-right: -2px; */
    padding-right: 10px;
    position: relative;
}
.top-head a{
    color:#fff;
}
.top-head li {
    margin-left: 10px;
}
.social-box p {
    margin-bottom: 0px;
    margin-top: 0px;
}
header .container .common-btn {
    position: absolute;
    right: 0px;
    top: 30%;
    background:#d73728;
}
.slider-section .common-btn {
    background: #17A8E1;
    color: #fff;
    border:0px;
    margin-top: 30px;
}
.slider-section .common-btn:before{
    background:#003168;
    color:#fff !important;
}
.slider-section .common-btn:hover{
    color: #fff;
}
.slider-section .common-btn:hover span{
   color: #fff;
}
.slider-section .common-btn span{
    color: #fff;
}
.top-head ul li img {
    width: 12%;
}
.slider-section .owl-dots .owl-dot button {
    background: transparent;
    color: #fff;
    border: 0px;
    margin: 0px 7px;
    font-size: 20px;
    border-bottom: 3px solid #fff;
    padding:0px 7px;
    opacity:0.5;
}

.slider-section .owl-dots {
    position: absolute;
    bottom: 14%;
    right: 10%;
    z-index: 1;
}
.slider-section .owl-dots .owl-dot.active button{
    opacity:1;
}
.navbar-brand {
    margin-top: 15px;
    margin: 15px 52px 15px -1px;
}
header .container .common-btn {
    position: absolute;
    right: 0px;
    top: 30%;
    background: #17A8E1;
    border-radius: 30px;
    box-shadow: 0 3px 0 #003168;
    margin-top: -7px !important;
}
.caption-left h5 {
    color: #17A8E1;
}
.about {
    padding: 60px 0px;
    background: url(../images/insights-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.counter-wrapp {
    display: flex;
    width:100%;
}
.counter-single {
    width: 25%;
}
.counters-div {
    display: flex;
}
.counters-div .img-div {
    margin-right: 10px;
}
.subheading{
    color: #17A8E1;
    font-size:1.2vw;
    font-weight:600;
}
.heading {
    color: #003168;
    font-size: 2.083vw;
    font-weight: 600;
}
.counter-main {
    padding-top: 50px;
}
.slider-section .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    right: auto;
    z-index: 999;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.slider-section .owl-dots {
    position: absolute;
    bottom: 45%;
    left: 88%;
    right: auto;
    z-index: 999;
    transform: rotate(90deg);
}
.common-btn.nav-link {
    padding: 10px 20px !important;
}
.counters-div p {
    font-size: 1.146vw;
    font-weight: 600;
}
.counters-div h4 {
    color: #003168;
    font-weight: 700;
    font-size: 25px;
    margin-bottom:0px;
}
.navbar-expand-md .navbar-nav .common-btn.nav-link img {
    width: 12%;
    margin-right: 4px;
}
.why-choose-us {
    background: #0e3b67;
    padding: 70px 0px;
    color: #fff;
    background: url(../images/why-choose-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
}
.why-choose-us .heading{
    color:#fff;
}

.why-choose-us .choose-content {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    padding: 10px 25px;
    border-radius: 40px;
    position:relative;
    margin-top: 70px;
    transition:all 0.5s ease-in-out;
}
.why-choose-us .choose-content:hover{
    background: linear-gradient(93.67deg, rgb(2 39 78 / 54%) 65.87% 65.87%, rgb(255 255 255 / 60%) 307.52%);
}
.why-choose-us .choose-content:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 102%;
    border-radius: 40px;
    padding: 2px;
    background: linear-gradient(90deg, #ffffffa3 4%, #66666608 50%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.why-choose-us .choose-content p {
    margin-bottom: 0px;
    font-size: 1.03vw;
}
.why-choose-us .row {
    margin-top: 70px;
}
.left-div .choose-content:nth-child(1){
 position: relative;
 left: 25px;
}
.left-div .choose-content:nth-child(2) {
    position: relative;
    left: 70px;
}
.left-div .choose-content:nth-child(3) {
    position: relative;
    left: 100px;
}

.right-div .choose-content:nth-child(1) {
    left: 0px;
    align-items: center;
    justify-content: flex-end;
}

.right-div .choose-content:nth-child(2) {
    left: -40px;
    align-items: center;
    justify-content: flex-end;
}
.right-div .choose-content:nth-child(3) {
    left: -110px;
    align-items: center;
    justify-content: flex-end;
}
.right-div .choose-content:nth-child(1) img, .right-div .choose-content:nth-child(2) img, .right-div .choose-content:nth-child(3) img{
    margin-right:0px;
    margin-left:10px;
}
.choose-content img {
    margin-right: 10px;
}

.right-div .choose-content:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 102%;
    border-radius: 40px;
    padding: 2px;
    background: linear-gradient(90deg, #66666629 43%, #ffffff6e 85%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}
.course-tabs-container {
    width: 100%;
    padding: 20px 0;
}

.course-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.tab-btn {
    background: #17a8e1;
    padding: 12px 25px;
    border-radius: 25px;
    border:0px;
    border-bottom: 3px solid #003168;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    color: #003168;
    opacity:0.5;

}
.course-tabs .tab-btn span{
    font-size:12px;
}
.tab-btn.active {
    background: #17A8E1;
    color: #003168;
    opacity:1;
}

.courses .tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.course-card {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    border:1px solid #51515133;
    text-align: left;
}
.course-card:hover{
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}
.course-card img {
    width: 100%;
    border-radius: 10px;
}

.course-card h3 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #003168;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-card p {
    font-size: 14px;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-card a {
    display: inline-block;
    margin-top: 8px;
    font-weight: 600;
    color: #003168;
    text-decoration: none;
}
.course-card span{
    font-size:13px;
}
.courses{
    padding:70px 0px;
    text-align:center;
    background:#F4FCFF;
    position:relative;
}
.course-card a:hover{
    color: #003168;
}

.course-tabs-container .course-card{
    margin-top:40px;
    margin-bottom:20px;
    transition:all 0.5s ease-in-out;
    width:32%;
    position:relative;
}
.course-tabs-container .course-card:hover{
    border:1px solid #17A8E1;
}
.course-tabs-container .course-card a {
    position: absolute;
    bottom: 15px;
}
.left-shadow {
    position: absolute;
    left: 0px;
    z-index: 11;
    height:100%;
    top: 0px;
}

.right-shadow {
    position: absolute;
    right: 0px;
    z-index: 11;
    height:100%;
    top: 0px;
}
.clients {
    padding: 100px 0px;
    text-align: center;
    background: #11286b;
    background: url(../images/clients-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.clients .heading{
    color:#fff;
    margin-bottom:30px;
}
.clients-slider .item {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clients-slider .item img {
    width: auto !important;
}
.wrapp {
    display: flex;
    border-bottom: 1px solid #51515133;
    padding-top: 8%;
    /* margin-bottom: 47px; */
    position: relative;
    padding-bottom: 20px;
    transition:all 0.5s ease-in-out;
}
.date {
    background: #17A8E1;
    height: fit-content;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-right: 20px;
    opacity:0.6;
    transition: all 0.5s ease-in-out;
    width: 12%;
    font-size: 15px;
}
.content-new h6 {
    font-size: 22px;
    color: #727272;
}
.content-new p{
    color:#727272;
}

.wrapp img{
    position:absolute;
    right:0px;
    top:20%;
    transform: rotate(10deg);
    opacity:0;
    border-radius:20px;
    width: 25%;
}
.wrapp:hover img{
    opacity:1;

}
.content-new {
    width: 62%;
}
.wrapp:hover {
    border-bottom:1px solid #17A8E1;
}

.wrapp:hover .date{
    opacity:1;
}
.insights {
    padding: 70px 0px 100px;
    background: url(../images/insights-bg.jpg);
    background-size:cover;
}
.testimonial {
    padding: 60px 0px;
}
.testimonial img {
    width: auto !important;
    margin: 0 auto;
    border: 1px solid #cccccca1;
    border-radius: 50%;
}

.testimonial {
    padding: 70px 0px;
    background: #F4FCFF;
    text-align: center;
}
.testimonial .heading{
    margin-bottom:50px;
}
.testimonial .item{
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    padding:25px 30px;
    border-radius:10px;
    position:relative;
    margin-bottom:20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    height: 25vw;
}
.testimonial .item:hover{
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.testimonial h6{
    font-size: 1.3vw;
    font-weight: 700;
    color: #003168;
    margin-top:10px;
    margin-bottom:10px;
}
.testimonial p{
  font-size: 1.05vw;
}
.item .fa {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 60px;
    color: #17A8E1;
}
p{
    font-size: 1.05vw;
    font-weight: 400;
}
.about img {
    width: 85%;
    float: inline-end;
}
.about .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-home {
    padding: 70px 0px 0px;
}
.address-wrapper img {
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.btm-strip {
    /* background: #D73728; */
    border-top: 1px solid #FFFFFF26;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF26;
}
footer .container.d-flex {
    justify-content: space-between;
    padding-top: 20px;
}
/* Background section */
.subscribe-section {
    padding: 10px 0;
    /* text-align: center; */
    color: white;
    width: 85%;
    margin-top: 20px;
}

/* Email title */
.email-title {
    font-size: 28px;
    margin-bottom: 20px;
}

/* Input underline style */
.email-input-box input {
    width: 100%;
    font-size: 15px;
    padding: 10px;
    border: none;
    outline: none;
    background: transparent;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
}

.email-input-box input::placeholder {
    color: rgba(255,255,255,0.7);
}

/* Subscribe button */
.subscribe-btn {
    margin-top: 10px;  
    padding: 20px 20px;
    font-size: 20px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    color: #003c7a;
    box-shadow: 0 6px 0 #0077a6;  /* darker shadow under button */
    transition: 0.2s;
}

/* Hover effect */
.subscribe-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 0 #006a90;
}

/* Arrow style */
.subscribe-btn .arrow {
    margin-left: 10px;
    font-size: 26px;
}
.img-show img {
    transition: all 0.5s ease-in-out;
}
.img-box{
 position:relative;
 overflow:hidden;
 border-radius:0px;
}
.img-box img {
  transition: all 0.5s;
/*  aspect-ratio: 350 / 233;*/

}
.img-box:hover img {
  transform: scale(1.05);
}
.course-card:hover .img-box{
    border-radius:20px;
}
.course-card .img-box{
    border-radius:20px;
}

.course-card img{
 border-radius:20px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 79.8vw;
}
.c-services {
    height: 150px;
}
.contact-add {
    display: flex;
    gap:20px;
}
.contact-list {
    display: flex;
    width:30%;
    
}
.img {
    background: #17A8E1;
    width: 4.896vw;
    height: 4.896vw;;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    border-radius: 10px;
    margin-right: 10px;
}

.info-contact{
    width:85%;
}

.contact-list:nth-child(1){
    width:45%;
}

.contact-list:nth-child(2) .img{
    width:25%;
}

.contact-list:nth-child(3) .img{
    width:25%;
}

.info-contact a {
    display: block;
    color: #000;
}

.info-contact a:hover{
    color:#000;
}

.contact-form {
    padding: 70px 0px;
    background: #F4FCFF;
}
.form-control {
    padding: 12px 20px;
    margin-bottom: 24px;
}
.contact-form .container {
/*    border: 1px solid #17A8E1;*/
border-radius: 30px;
padding: 0px;
overflow: hidden;
position:relative;
}
.contact-form .container:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 4px;
    border-radius: inherit;
    background: linear-gradient(122.52deg, #17A8E1 0.12%, rgba(255, 255, 255, 0) 98.92%);
    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}
.form-box {
    padding: 30px 25px 30px;
    position: relative;
    z-index: 3;
}
.contact-form .col-md-6 img {
    height: 100%;
    object-fit: cover;
}
.contact-us {
    padding: 60px 0px;
}
.blogs-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.blogs.blogs-list {
    width: 48%;
}
.blogs-list h5{
    font-size:1.042vw;
}
.blogs-list p{
   font-size:1.05vw; 
}

.blogs-content h6 {
    color: #003168;
    font-weight: 700;
}
.blogs-content {
    padding: 10px 0px;
}
.blogs-wrapper .img-box{
    border-radius:20px;
}
.popular-post {
    padding: 20px 15px;
    background: #fff;
    /* border-radius: 10px; */
    /* box-shadow: 0px 0px 10px 0px #00000040; */
}
.popular-single img {
    border-radius: 5px;
}
.popular-single {
    display: flex
    ;
    margin-bottom: 20px;
}
.popular-single .img-box {
    width: 45%;
    margin-bottom: 0px;
}
.content-popular p {
    font-size: 15px;
    line-height: 20px;
}
.insight-date-wrapp img {
    width: 30px;
    padding-right: 10px;
}
.insight-date-wrapp {
   font-size: 0.885vw;
   color:#003168 !important;
   font-weight:600;
}

.content-popular {
    padding-left: 15px;
    width: 85%;
}
.insight-date-wrapp {
    color: #59585D;
}
.content-popular a {
    font-size: 0.885vw;
    line-height: 0.885vw;
    color:#000;
}
.popular-post h4, .categories h4 {
    font-size: 1.4vw;
    color: #003168;
}
.categories a {
    display: block;
    color: #000;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size:1.05vw;
}

.categories a:hover, .content-popular a:hover{
    color:#000;
}
.form-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ced4da;
    border-radius: 30px;
    padding: 10px 15px;
    margin-bottom:20px;
}

.form-outline .form-control{
    border:0px;
    padding:0px 5px;
}

.form-outline .common-btn {
    padding: 5px 30px;
    height: auto;
    margin-bottom: 5px;
}

.blogs-list a{
    color: #003168;
    font-weight:700;
    padding:10px 0px;
    font-size: 0.885vw;
}

.blogs-list span {
    font-size: 10px;
}
.news {
    padding: 70px 0px;
}

.breadcum {
    position: relative;
    margin-top: 4vw;
}
/*.breadcum img{
  height: 300px;
  object-fit: cover;
}*/
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
    filter: brightness(0.8);
}
.caption-heading {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 80%;
}
.breadcum h1 {
    font-size: 2.6vw;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight:700;
}
.breadcum-list a, .breadcum-list span {
    font-size: 1.05vw;
    color: #fff;
}
.content .content-wrapper:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.about-inner p b{color: #003168;}
.sky{color: #17A8E1;}
.font22{font-size: 1.15vw;}
p.f-regular{font-size: 1.05vw;color: #363636;}
.custm-list li {
    list-style-type: disc;
    color: #363636;
    font-size: 1.05vw;
    margin-bottom: 0.3vw;
}
.custm-list{margin-top: 1vw;}
.f-exbold{font-weight: 700;}
.about-inner{padding: 5vw 0;}
.vision-mission{background: url(../images/vision-bg.webp) no-repeat;padding: 5vw 0;background-position: center;background-size: cover;}
.vision-single h4 {
    position: relative;
    font-size: 2.08vw;
    padding-left: 0;
    margin-bottom: 1vw;
}
.vision-single::before {
    position: absolute;
    content: "";
    background: #17A8E1;
    width: 2px;
    height: 39px;
    left: -0.8vw;
    transition: all 0.5s ease-in-out;
}
.vision-single:hover::before  {
    height:35%;
}
.vision-single {
    margin-bottom: 2vw;
}
.vision-mission .row{margin-top: 2vw;}
.blue{color: #003168;}
section.founder {
    padding: 5vw 0;
    background: #f1f4f7;
}
.founder h4 {
    margin-top: 1vw;
}
.founder .line {
    position: absolute;
    bottom: 2.6vw;
    left: 0vw;
    width: 89% !important;
}
.founder .text-box {
    position: relative;
    padding-left: 15px;
}
.team-single .text-box {
    background: #F4FCFF;
    padding: 15px 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.team-single .text-box h5 {
    font-size: 16px;
    margin-bottom: 0px;
}
.leadershp{padding: 5vw 0;}
.font20{font-size: 1.04vw;}
.team-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2vw;
    margin-top: 2vw;
}
.team{
    padding: 5vw 0;
}
.team-single .img-box, .team-single .img-box img {
    border-radius: 20px 20px 0px 0px;
}
/*.team-single .img-box img{
   filter: grayscale(1);
}*/
.team-single .img-box:hover img{
   filter: grayscale(0);
}
div#accordionExample {
    width: 84%;
    margin: 2vw auto 0;
}
button.accordion-button {
    font-size: 1.15vw;
    color: #363636;
    font-weight: 600;
    padding: 1.1vw 1vw;
    background: #F0F0F0;
    border-radius: 12px !important;
}
.accordion-button:not(.collapsed){
    background: #17A8E1;
    color: #363636;
}
.accordion-body {
    border-radius: 12px;
    border: 1px solid #ccc;
}
.accordion-item{
    border: 0;
    margin-bottom: 1.5vw;
}
.accordion-collapse.collapse.show .accordion-body{
    border: 1px solid #17A8E1;
}
.gallery{padding: 5vw 0;}
.gallery .nav-tabs .nav-link {
    font-size: 1.25vw;
    color: #363636;
    font-weight: 600;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5vw;
    position: relative;
}
.gallery .nav-tabs .nav-link.active{color: #17A8E1 ;}
.gallery .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    background: #17A8E1;
    width: 0%;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.4s;
}
.gallery .nav-tabs .nav-link.active:before{
    width: 39%;
}
.gallery ul#myTab {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 0; */
    width: 68%;
    margin: 0 auto;
}
.gallery ul li{width: 30%;}
.gallery-single .img-wrapp, .gallery-single .img-wrapp img {
    border-radius: 12px;
    filter: unset; transition: all 0.5s;
}
.gallery-single {
    margin-bottom: 1.5vw;position: relative;overflow: hidden; border-radius: 12px;
}
.gallery-single .zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);opacity: 0;
    transition: all 0.5s;
}
.gallery-single:hover .img-wrapp img{filter: brightness(0.5);}
.gallery-single:hover .zoom{opacity: 1;}
.gallery .row {margin-top: 3vw;}
.course-details ul#myTab{width: 100%;}
.course-details ul li {
    width: 23%;
}
.course-details .nav-tabs .nav-link.active:before {
    width: 56%;
}
.course-details .tab-content h4 {
    font-size: 1.56vw;
    margin-bottom: 16px;
    font-weight: 700;
}
.course-details .text-box h6 {
    font-size: 18px;
    font-weight: 600;
}
.course-details div#accordionExample{
    width: 100%;
}
.course-details .text-box {
    margin-top: 2vw;
}
.content-wrapper {
    border-bottom: 2px dashed #ccc;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
}
.course-details .right-box {
    border: 1px solid #5151514D;
    padding: 1vw;
    border-radius: 12px;
    margin-top: -6vw;
    background: #fff;
    z-index: 1;
    position: relative;
}
.course-details .right-box .img-box {
    border-radius: 12px;
    margin-bottom: 1vw;
}
.course-details .right-box .img-box img {
    width: 100%;
    border-radius: 12px;
}
.course-details .right-box h5  {
    margin-bottom: 1vw;
}
.course-details .common-btn {
    margin-top: 1.5vw;
}
.left-box.gallery {
    width: 90%;
}
.sitemap, .common-page {
    padding: 60px 0px;
}
.common-page h4 {
    font-size: 23px;
}
.common-page h3 {
    font-size: 20px;
}
.sitemap a,.sitemap a:hover {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px;
}
.sitemap h4 {
    font-size: 20px;
    font-weight: 700;
}
.thank-you img {
    width: 15%;
}
.thank-you {
    padding-top: 6vw;
}
.error-page img {
    width: 10%;
    margin-bottom: 25px;
}
.common-page {
    padding-top: 4vw;
}
.error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-btns .common-btn{
    margin: 0px 10px;
}
.error-page {
    padding-top: 3vw;
}
.blogs-detail .img-box {
    border-radius: 20px !important;
    margin-bottom: 25px;
}
.blogs-detail h6 {
    font-weight: 700;
    color: #11286b;
}
.desktop-menu{
    display:block;
}
.right-sidebar .input-group {
    display: block;
}
.iti {width: 100%;}
.course-details .tab-content li {
    width: 100%;
    margin-bottom: 10px;
    list-style-type: disc;
}

.home-courses .course-card{
    width:100% !important;
    position:relative;
}
.home-courses .course-card a {
    position: absolute;
    bottom: 15px;
}
.logo-desktop{
    display:block!important;
}
.logo-mobile{
    display:none !important;
}
.blogs.blogs-list img {
    width: 100%;
}
.vision-single p {
    color: #fff;
}
.info-contact h6 {
    font-size: 22px;
    margin-bottom: 5px;
}
.blogs-detail-content li {
    list-style-type: disc;
    text-align: left !important;
}
.blogs-detail-content li p {
    text-align: left !important;
}
.blogs-detail-content li ul {
    padding-left: 0px;
}
.blogs-detail h3, .blogs-detail h2 {
    font-size: 20px;
    font-weight: 700;
}
.blogs-detail table td, tr, th {
    border: 1px solid #ccc !important;
    padding: 10px;
}
.blogs-detail table {
    margin-bottom:20px;
}

.common-btn.nav-link .common-btn {
    color: #11286b;
}

.back-to-top{
    right:30px;
    left:auto;
}
.contact-form img {
    height: 100%;
    object-fit: cover;
}
section.founder .offset-lg-5 p {
    font-size: 14px;
}
header.shrink {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1) !important;
}
.blogs-detail h3, .blogs-detail h2, .blogs-detail h4{
    font-size: 21px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.blogs-detail h5.f-bold{
    font-family: "Open Sans", sans-serif;
}

.blogs-detail a, .blogs-detail a:hover{
    color:#000;
}
.blogs-detail h5 {
    font-size: 17px;
}
.blogs-list h5 {
    font-size: 1.2vw;
    line-height: 1.6vw;
}
.social-box .fa {
    font-size: 25px;
    color: #fff;
}

.insights .common-btn {
    margin: 0 auto;
    margin-top: 20px;
}

.img-box:hover img.zoom {
    transform: translate(-50%, -50%) !important;
    filter: brightness(1) !important;
}

.gallery-single:hover .img-wrapp img.zoom{
    filter: brightness(1) !important;
}

.sticky {
    position: sticky;
    top: 100px;
}
.clients-slider {
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.course-tabs-container .course-card a{
    transition:all 0.5s ease-in-out;
}
.course-tabs-container .course-card:hover a span{
    margin-left:5px;
}

.contact-form img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.course-details .right-box.sticky {
    top: 65px;
    position: sticky;
    margin-bottom: 20px;
}

.social-box .fa {
    font-size: 20px;
    color: #fff;
    background: #ffffff75;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.founder img {
    border-radius: 50px;
}
*/
.accordion-collapse.collapse.show .accordion-body a{
    color: #17a8e1;
}

.contact-form .common-btn img{
    width:fit-content;
}