@charset "UTF-8";
/* CSS Document */
.clearfix:before, .clearfix:after{content: ""; display: table}
.clearfix:after{clear: both;}
.clearfix{zoom: 1;}

/* Global */
.left{float:left;}
.right{float:right;}

html{
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    --whiteColor: #FFFFFF;
    --blackColor: var(--primaryColor);
    --blueColor: #147689;
    --greyColor: #EFEFEF;
--primaryColor: #002663;
    --secondaryColor: #DBE8E6;
    --secondaryPrimaryColor: #011e4f;
}

body{
    overflow-x: hidden;
}

#main{
}

*, *:before, *:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img{max-width: 100%;}
/* Global class */
.eachSection{
    padding: 80px 0;
}
.each-heading{
    text-align: center;
}
.each-heading h2{
    font: 35px/45px 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #444444;
    opacity: 1;
}
.each-heading h3{
    font: 25px/35px 'Montserrat', sans-serif;
}
.each-heading p{
    font: 16px/20px 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #6E6E6E;
    margin-top: 5px;
}
#container{
    margin-top: 107px;
}
.primary-link{
    font: 16px/20px 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #168398;
    margin-top: 20px;
    display: inline-flex;
    transition: all 0.3s;
}
.primary-link:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
    margin-left: 0.4rem;
}
.primary-link:hover{
    color: var(--primaryColor);
    transition: all 0.3s;
}
h2{
    font: 63px/88px 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 0.9;
}
.primary-button {
    display: block;
    text-align: center;
    background: var(--whiteColor);
    padding: 013px 34px;
    font: 16px/25px 'Montserrat', sans-serif;
    font-weight: 400;
    color: var(--primaryColor);
    cursor: pointer;
    transition: all 0.3s;
}
.primary-button:hover{
    background: var(--secondaryColor);
    color: var(--blackColor);
    transition: all 0.3s;
}
.secondary-button {
    display: block;
    text-align: center;
    background: var(--primaryColor);
    padding: 16px 45px;
    font: 18px/25px 'Montserrat', sans-serif;
    font-weight: 400;
    color: var(--whiteColor);
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid var(--primaryColor);
}
.secondary-button:hover{
    background: var(--secondaryPrimaryColor);
    color: var(--whiteColor);
    transition: all 0.3s;
}
.default-button {
    display: block;
    text-align: center;
    background: transparent;
    padding: 16px 45px;
    font: 18px/25px 'Montserrat', sans-serif;
    font-weight: 400;
    color: var(--primaryColor);
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid var(--primaryColor);
}
.default-button:hover{
    background: var(--primaryColor);
    color: var(--whiteColor);
    transition: all 0.3s;
}
.primary-banner{
    background: var(--secondaryColor);
    margin-top: 104px;
}
.primary-banner .banner-img{
    padding: 55px 0;
    position: relative;
}
.primary-banner .banner-img .img-holder{
    height: 500px;
}
.primary-banner .banner-img h2{
    position: absolute;
    bottom: 20%;
    left: 103px;
    width: 50%;
}
.primary-banner .banner-img .img-holder img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-position: bottom; */
    object-position: center;
}
.flex-row-reverse{
    flex-direction: row-reverse;
}
/* END Global class */

/* Header */
.navbar{
    padding: 12px 0;
background: var(--primaryColor)!important;
}
.navbar-brand {
    padding: 0;
    display: flex;
}
.navbar .logo{
    width: 100%;
    /*width: 80px;*/
    height: 80px;	
transition: all 0.3s;
}
.navbar .navbar-nav{
    align-items: center;
}
.navbar-nav .nav-item{
    border-right: 1px solid #fff;
    padding: 0 12px;
    display: flex;
    align-items: center;
    height: 20px;
}
.navbar-nav .nav-item:last-child,
.navbar-nav .nav-item:nth-last-child(2){
    border: none;
}
.navbar-nav .nav-item .nav-link:hover{
    color: var(--secondaryColor);
}
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link.active{
    font-weight: 600;
}
.navbar-nav .nav-item .nav-link{
    font: 16px/20px 'Montserrat', sans-serif;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
    color: var(--whiteColor);
}
.navbar-nav .nav-item.navBtn{
    padding: 0;
} 
.navbar-nav .nav-item.navBtn .nav-link{
	width: 110px;
    height: 35px;
    background: var(--whiteColor);
    opacity: 1;
    color: var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
/* Header */

/* Footer */
.footer{
    background: var(--primaryColor);
}
.footer-top{
    padding: 60px 0;    
}

.footer-top img{
    margin-bottom: 10px;
}

.footer-top p{
    text-align: left;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 1rem;
    font-weight: 300;
}

.footer-top a.footerBookanowBtn{
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid var(--primaryColor);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-top: 10px;
    transition: all 0.3s;
}
.footer-top a.footerBookanowBtn:hover{
    background: var(--secondaryColor);
    color: var(--blackColor);
    transition: all 0.3s;
}
.footerContent{
    padding-top: 30px;
    padding-left: 30px;
}

.footerContent .footerHeading{
    color: var(--whiteColor);
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.footerContent ul.quicklinks{
    display: flex;
    flex-flow: wrap;
}
.footerContent ul.quicklinks li{
    width: 50%;
    color: var(--whiteColor);
    font-size: 13px;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.footerContent ul.quicklinks li::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
    margin-right: 0.5rem;
}
.footerContent ul li a{
    color: var(--whiteColor);
}
.footerContent ul li a:hover{
    color: var(--secondaryColor); 
}
.footerContent ul li a:hover i{
    transform: scale(1.2);
    transition: all 0.3s;
}
.contactList li{
    margin-bottom: 0.8rem;
    font-size: 14px;
    letter-spacing: 0.6px;
    font-weight: 300;
    color: var(--whiteColor);
}

.contactList li i{
    color: var(--whiteColor);
    font-size: 15px;
    margin-right: 8px;
}
.contactList li i.fa-solid.fa-phone{
    font-size: 14px;
    margin-right: 3px;
}
.contactList li i.fa-solid.fa-location-dot{
    font-size: 17px;
    margin-right: 5px;
}
.socilaMediaList{
    display: flex;
    margin: 1.5rem 0 1rem;
    align-items: center;
    justify-content: start;
}
.socilaMediaList li{
    font-size: 22px;
    flex-basis: 14%;
}
.footer-bottom{
    background: #E5E5E5;
    padding: 20px 0;
}
.copyrightDiv{
    display: block;
    text-align: center;
}
.copyrightDiv p{
    font-size: 13px;
    color: #000;
    letter-spacing: 0.1px;
    font-weight: 300;   
}
/* END Footer */

/* Private surf */
.private-surf .each-cnt{
    margin-top: 90px;
}
.private-surf .each-cnt .each-card{
	text-align: center;
}
.private-surf .each-cnt .each-card .img-holder img{
	display: block;
	height: 220px;
	margin: 0 auto;
}
.private-surf .each-cnt .each-card .img-cnt{
	margin-top: 60px;
}
.private-surf .each-cnt .each-card .img-cnt h3{
	font: 24px/30px 'Montserrat', sans-serif;
	font-weight: 500;
	color: #4A4A4A;
}
.private-surf .each-cnt .each-card .img-cnt .surf-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 22px;
    min-height: 50px;
    align-items: center;
}
.private-surf .each-cnt .each-card .img-cnt .surf-list li{
	border-right: 1px solid #4A4A4A;
	padding-right: 10px;
    margin-right: 10px;
    font: 16px/18px 'Montserrat', sans-serif;
	font-weight: 400;
	color: #4A4A4A;
	text-transform: capitalize;
}
.private-surf .each-cnt .each-card .img-cnt .surf-list li:last-child{
	border-right: none;
	padding-right: 0px;
    margin-right: 0px;
}
.private-surf .each-cnt .each-card .img-cnt .secondary-button{
	margin: 0 auto;
}
/* Private surf */

/* About Us */
.about-us{
    padding: 85px 0;
    background: #EFEFEF;
}
.about-us .each-heading{
    text-align: left;
}
.about-us .each-heading p{
    margin-bottom: 40px;
}
.about-us .each-heading h5{
    margin-bottom: 20px;
    font: 16px/20px 'Montserrat', sans-serif;
    font-weight: 400;
    color: #3A3939;
}
.about-us .each-heading .default-button{
    width: fit-content;
}
.about-us .about-cnt .about-right .img-holder{
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #9CAD9E;
}
.about-us .about-cnt .about-right .img-holder img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/* END About Us */

/* Brand Associated */
.brand-associated .each-card{
    background: #FDFCFB;
    box-shadow: 0px 3px 6px #00000029;
    width: 300px;
    padding: 14px 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
/* END Brand Associated */

/* why-choose */
.why-choose .each-cnt{
    margin-top: 38px;
}
.why-choose .each-card .img-holder{
    background: #168398;
    opacity: 0.3;
    text-align: center;
    padding: 20px 0;
    min-height: 350px;
    margin-bottom: 18px;
}
.why-choose .each-card .img-cnt{
    text-align: center;
    margin: 0 auto;
}
.why-choose .each-card .img-cnt h3{
    font: 24px/26px 'Montserrat', sans-serif;
    font-weight: 500;
}
.why-choose .each-card .img-cnt p{
    font: 18px/20px 'Montserrat', sans-serif;
    font-weight: 400;
    color: #708173;
    margin-top: 5px;
    margin-bottom: 15px;
}
.why-choose .each-card .img-cnt .default-button{
    margin: 0 auto;
}

/* Follow Us */
.follow-us .each-cnt{
    margin-top: 53px;
}
.follow-us .each-cnt .img-holder{
    height: 300px;
}
.follow-us .each-cnt .img-holder img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.follow-us .btn-holder{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: 43px;
}
.follow-us .btn-holder .default-button{
    margin-right: 22px;
}
/* END Follow Us */

/* why Kadal */
.whyKadalListContainer{
    margin-top: 1rem;
}
.whyKadalListContainer .whyKadalListItem{
    text-align: right;
    padding: 15px;
    margin-bottom: 0.5rem;
    height: 225px;
}
.whyKadalListContainerRight .whyKadalListItem{
    text-align: left; 
}
.whyKadalListContainer .whyKadalListItem h6{
    font: 18px/25px 'Montserrat', sans-serif;
    font-weight: 700;
}
.whyKadalListContainer .whyKadalListItem p{
     font: 15px/25px 'Montserrat', sans-serif;
    font-weight: 400;
}
.whyKadalMainImage{
    margin: 0 auto;
    display: block;
}
.whyKadalBottom{
    margin: 1.5rem 0;
    text-align: center;
}
.whyKadalBottom p{
     font: 16px/20px 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 0.9rem;
}
.md-auto{
    margin: 0 auto;
}
/* END why Kadal */

/* Testimonial CSS */
.people-say{
    background: #EFEFEF;
}
.testimonialSliderDiv .carousel-inner{
    width: 80%;
    display: block;
    margin: 1rem auto;
}
.testimonialSliderDiv .carousel-item{
    background: #fff;
    z-index: 0;
    padding: 35px !important;
}
.testimonialSliderDiv .carousel-item .carousel-itemSec{
    display: flex;
    position: relative;
    align-items: center;
}
.caresoulImageDiv{
    flex-basis: 45%;
    margin-right: 1rem;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caresoulImageDiv .bgDiv{
    background: #147689;
    width: 197px;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    z-index: -1;
}
.caresoulImageDiv .caresoulInfoDiv {
    background: #fff;
    width: 333px;
    height: auto;
    padding: 20px;
    box-shadow: 0px 13px 16px #0000001c;
    text-align: center;
}
.caresoulImageDiv .caresoulInfoDiv img{
    width: auto;
    margin-bottom: 0.3rem;
}
.caresoulImageDiv .caresoulInfoDiv h6{
    font: 20px/25px 'Montserrat', sans-serif;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.2rem;
}
.caresoulImageDiv .caresoulInfoDiv p{
     font: 14px/20px 'Montserrat', sans-serif;
    font-weight: 400;
}
.caresoulContent p{
    font: 16px/20px 'Montserrat', sans-serif;
    font-weight: 400;
    position: relative;
    padding-top: 1.7rem;
    margin-bottom: 0;
}
.caresoulContent p sup{
    font-size: 101px;
    left: 0;
    top: 20px;
    position: absolute;
    color: #92AC95;
}
.caresoulContent p sup:last-child{
    top: unset;
    bottom: -46px;
    right: 0;
    left: unset;
}
.testimonialSliderDiv .carousel-indicators{
    bottom: 15%;
    width: 25%;
    margin: 0 auto;
    right: 25%;
    left: unset;
}
.testimonialSliderDiv  .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
/* END Testimonial CSS */

/* Inspiring-story */
.inspiring-story .top-card{
    padding: 50px 24px;
    background: var(--secondaryColor);
}
.inspiring-story .top-card h4{
    font: 18px/20px 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1.98px;
    color: var(--whiteColor);
    text-transform: uppercase;
    margin-bottom: 14px;
}
.inspiring-story .top-card p{
    font: 18px/20px 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1.44px;
    color: var(--whiteColor);
}
.inspiring-story .bottom-card .img-holder{
    height: 220px;
    margin-bottom: 24px;
}
.inspiring-story .bottom-card .img-holder img{
    display: block;
    height: 100%;
    object-fit: cover;
}
.inspiring-story .bottom-card .date-time{
    font: 18px/20px 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1.44px;
    color: #444444;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
}
.inspiring-story .bottom-card h3{
    font: 18px/20px 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1.44px;
    color: #444444;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.inspiring-story .bottom-card p{
    font: 12px/16px 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1.28px;
    color: #666666;
}
.inspiring-story .bottom-card a{
    font: 18px/22px 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1.44px;
    color: #444444;
    text-transform: uppercase;
    margin-top: 16px;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
}
.inspiring-story .bottom-card a:hover{
    color: var(--secondaryColor);
    transition: all 0.3s;
}
.top-card.dark-grey{
    background: #9CAD9E;
}
.top-card.grey-bg{
    background: #EAEAEA;
}
.top-card.grey-bg h4,
.top-card.grey-bg p{
    color: var(--primaryColor);
}
/* END Inspiring-story */

/* Home Page ENDS */

/* About Page Starts */

/* Banner */
.about-banner.primary-banner .banner-img h2{
    bottom: 20%;
    left: 50%;
    width: 100%;
    transform: translate(-45%, -50%);
}
/* END Banner */
.about-second-section{
    width: 80%;
    margin: 0 auto;
}
.about-second-section .each-heading p {
    font: 18px/30px 'Montserrat', sans-serif;
}
.about-second-section .each-heading img{
    margin-top: 2rem;
}
.about-second-section .btn-holder{
    display: flex;
    justify-content: center;
    margin-top: 45px    ;
}
.greyBg{
    background: #EFEFEF;
}

.whyKadla.greyBg .whyKadalListContainer .whyKadalListItem{
    height: 150px;
}

.our-expertSec{
 background-color: #F7F7F7;   
}
.our-expertSec .each-cnt{
    justify-content: center;
}
.expert-card{
    padding: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin-top: 6rem;
    min-height: 345px;
    display: flex;
    flex-direction: column;
}

.expert-card .expertImg{
    height: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -6rem;
    margin-bottom: 1rem;
}

.expert-card .expertImg img{
    border-radius: 50%;
    width: 160px;
    height: 160px;
}

.expertContent{
    text-align: center;
    flex: 1;
}

.expertContent h5{
    font-size: 22px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 0.2rem;
}

.expertContent h6{
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 0.2rem;
}

.expertContent p{
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 0.2rem;
}

.expertFooter{
    border-top: 1px solid #e5e0e0;
    margin-top: 1rem;
    padding-top: 0.5rem;
}

.expertFooter ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.expertFooter ul li{
    margin: 0 0.8rem;
}

.expertFooter ul li a{
    color: #767272;
    font-size: 20px;
}
/* WHAT DO WE DO?  */
.what-we-do{
    background: #EFEFEF;
}
iframe{
    width: 100%;
}
/* END WHAT DO WE DO? */

/* About Page Ends */

/* FAQ PAGE */

.faq-things-section{
    background: #F7F7F7;  
}
.faq_itemContainer{
    margin-top: 2rem;
}

.faq_itemContainer .faq_item{
    background: #fff;
    margin: 1rem;
    text-align: center;
    padding: 20px 40px;
    border: 1px solid #B2B2B2;
    border-radius: 22px;
    height: 320px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.faq_itemContainer .faq_item img{
    margin-bottom: 0.2rem;
    width: 180px;
    height: 180px;
}

.faq_itemContainer .faq_item h6{
    font-size: 18px;
    line-height: 23px;
}

.faqSection{
    background: #EFEFEF;
}



.faqList li{
    margin-bottom: 0.2rem;
    background: white;
    border-radius: 10px;
}

.faqList li h6::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f086";
    margin: 0 0.5rem;
    position: absolute;
    color: #147689;
    font-size: 19px;
z-index: 5;
}
.faq-text{
    margin-left: 20px;
}
.faqList li h6{
font-size: 18px;
line-height: 30px;
color: #333333;
display: flex;
align-items: center;
margin: 0 -12px;
}

.faqList li p{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    padding-left:8px;
}


.accordion-item .accordion-button{
        padding-left: 40px;
}

.accordion-item .accordion-button{
    background-color: #0026631f;
}
.howToPlanItem{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B2B2B2;
    border-radius: 22px;
    text-align: center;
    padding: 30px 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.howToPlanItem img{
    margin-bottom: 1rem;
    height: 150px;
}

.howToPlanItem h6{
font-size: 18px;
line-height: 27px;
}
/* FAQ PAGE */

/* Services */
.tab-section{
    padding-top: 30px;
}
.tab-section .tab-list{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(112 112 112 / 40%);
    padding-bottom: 22px;
}
.tab-section .tab-list a{
    color: var(--primaryColor);
    margin-right: 5px;
    display: block;
    padding: 9px 37px;
    background: transparent;
    border-radius: 22px;
}
.tab-section .tab-list li.active a,
.tab-section .tab-list li:hover a{
    padding: 9px 37px;
    background: var(--primaryColor);
    border-radius: 22px;
    color: #FFFFFF;
}
.surfing-about{
    background: #F7F7F7;
}
.surfing-about .each-heading h2{
    margin-bottom: 18px;
}
.surfing-about .about-right .each-card{
    display: flex;
    align-items: center;
}
.surfing-about .about-right .each-card:first-child .img-holder{
   height: 385px;
}

.need-to-know .each-que h4{
    font: 16px/22px 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #666666;
}
.need-to-know .each-que h5{
    font: 16px/24px 'Montserrat', sans-serif; 
    font-weight: 400;
    letter-spacing: 0px;
    color: var(--primaryColor);
    margin-bottom: 0;
}
.need-to-know .each-que{
    margin-bottom: 20px;
}
.need-to-know .each-que:last-child{
    margin-bottom: 0;
}
/* WHATS INCLUDED */
.what-included{
    background: #EFEFEF;
}
.what-included .each-card{
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000033;
    border-radius: 17px;
    text-align: center;
    padding: 35px 20px;
    margin-top: 40px;
    min-height: 170px;
}
.what-included .each-card .img-holder{
    height: 40px;
}
.what-included .each-card p{
    font: 18px/24px 'Montserrat', sans-serif; 
    font-weight: 400;
    letter-spacing: 0px;
    color: #444444;
    text-transform: capitalize;
    margin-top: 10px;
}
/* END WHATS INCLUDED */

.short-courses .course-cnt{
    justify-content: center;
}
.short-courses .course-detail{
    margin-top: 40px;
}
.short-courses .each-course{
    text-align: center;
    margin-top: 40px;
}
.short-courses .each-course .img-holder{
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 55px;
}
.short-courses .each-course h3{
    font: 24px/35px 'Montserrat', sans-serif; 
    font-weight: 400;
    letter-spacing: 0px;
    color: #444444;
    text-transform: uppercase;
}
.short-courses .each-course p{
    font: 18px/30px 'Montserrat', sans-serif; 
    font-weight: 400;
    letter-spacing: 0px;
    color: #777777;
    /* text-transform: uppercase; */
}
.short-courses .each-course h4{
    font: 22px/35px 'Montserrat', sans-serif; 
    font-weight: 400;
    letter-spacing: 0px;
    color: #147689;
    text-transform: uppercase;
    opacity: 1;
}
/* END Services */

.footer .img-fluid{
    max-width:200px;
}

/*Balachandra*/
.activity-desc{
 font-size: 16px !important;
text-align:justify;
}
.contact-forms input,
.contact-forms textarea,
.contact-forms select {
    font-size: 15px;
    color: #000;
    padding: 1em 1em;
    background: #f6f6f6;
    outline: none;
    border: none;
    letter-spacing: 1px;
    border-radius: 0px;
    outline: none !important;
margin-right:6px;
}

.contact-forms select {
    padding: 0em 1em;
    height: 52px !important;
    color: #777;
}
.contact-left-form {
    padding: 3em;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.contact-right h4 {
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 1em;
}

.contact-right h5 {
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 600;
}
.form-group {
    margin-bottom: 1rem;
}
.agree-to-terms{
        font-size: 12px;
            color: red;
}
.sk_branding a{
    display: none !important;
}
/*.form-group label{
    width: 100%;
}*/
.primary-radio{
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}
.primary-radio label{
    display: block;
    margin-top: -4px;
}
.png-img{
    width:32px;
}
.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background-color: #25d366; */
    padding: 10px;
}

.floating-button img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 1px 8px 3px rgba(0, 0, 0, 0.2);
}
.bodyScroll .navbar .logo {
    height: 55px;
    transition: all 0.3s;
}

.bodyScroll .primary-banner {
    margin-top: 75px;
    transition: all 0.3s;
}
#failureMessage {
    display: none;
    padding: 5px 10px 5px 10px;
    background-color: #f443361a;
    color: #f44336;
    font-weight: 500;
    font-size: smaller;
    border-color: #ff00002b;
    border-radius: 11px;
    border: solid 2px;
    margin-bottom: 10px;
}
#successMessage {
    display: none;
    padding: 5px 10px 5px 10px;
    background-color: #0c8f4b1a;
    color: #119233;
    font-weight: 500;
    font-size: smaller;
    border-color: #058a3b2b;
    border-radius: 11px;
    border: solid 2px;
    margin-bottom: 10px;
}

.closebtn {
    margin-left: 15px;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}