@font-face {
    font-family: headerFont;
    src: url(./Font/Kurale-Regular.ttf);
  }
  
@font-face {
  font-family: textFont;
  src: url(./Font/JosefinSans-Regular.ttf);
}


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h2,h5{
    font-family: headerFont;
}

p{
    font-family: textFont;
    color: #000;
}

input{
    box-shadow: none !important;
}


/* hero section here  */

.headerSec{
    height: auto;
    width: 100%;
    background-color: #87ceca;
    padding:  0px;
    text-align: center;
}
.heroSec{
    height: 200px;
    /* width: 100%; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}


.bgLayer{
    height: 200px;
    width: 100%;
    background-color: #00978f56;
    display: flex;
    align-items: center;
}

.bgLayer h2{
    font-size: 50px;
    font-family: headerFont;
    text-shadow: 2px 2px #030303;
}

.btnNew{
    height: auto;
    width: 150px;
    background-color: #87ceca;
    color: #fff;
    padding: 8px 35px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    
}



/* team gallery section  */
.teamSec{
    height: auto;
    width: 100%;
    padding: 50px 0px;
}
.teamSec hr{
    opacity: 1;
    width: 5%;
    margin: 0 auto;
    padding: 2px;
    color: #87ceca;
    margin-bottom: 20px;
}
.teamSec h2{
    text-align: center;
    font-family: headerFont;
}
.teamSecCard{
    height: auto;
    padding: 40px 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 4px #0000003b;
    text-align: center;
}

.teamSec img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
}
.teamSec h4{
    padding-top: 5px;
}
.teamSec p{
    margin: 0;
}
.quote {
    padding: 0px 16px;
    text-align: left;
}
.quote p{
    font-style: italic;
    font-size: 16px !important;
    margin: 0;
    text-align: left;
    padding: 15px 0px;

}
.teamSecCard ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 5px 0;
    font-weight: 600;
}

.teamSec .fas{
    color: #87ceca;
    font-style: italic;
    font-size: 24px;
}

.swiper{
    padding: 5px !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next,.swiper-button-next, .swiper-rtl .swiper-button-prev  {
    color: #87ceca !important;
    opacity: 50%;
    transition:  700ms ease-in;
}
.swiper-button-prev:hover, .swiper-rtl .swiper-button-next:hover,.swiper-button-next:hover, .swiper-rtl .swiper-button-prev:hover  {
    color: #87ceca !important;
    opacity: 1;
}


/* table section here  */
.tableSec{
    height: auto;
    width: 100%;
    padding: 50px 0;
}

.tableSec hr{
    opacity: 1;
    width: 5%;
    margin: 0 auto;
    padding: 2px;
    color: #87ceca;
    margin-bottom: 20px;
}
.tableSec h2{
    text-align: center;
    font-family: headerFont;
}
/* table section here  */


/* new section here  */
.NewSec{
    height: auto;
    width: 100%;
    padding: 30px 0px;
}
.NewSec hr{
    opacity: 1;
    width: 5%;
    margin: 0 auto;
    padding: 2px;
    color: #87ceca;
    margin-bottom: 20px;
}
.NewSec h2{
    text-align: center;
}
.NewSecCard{
    height: auto;
    padding: 25px 7px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 4px #0000003b;
}

.NewSec img{
    height: 340px;
    width: 357px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.NewSec h4{
    padding-top: 5px;
}
.NewSec p{
    margin: 0;
}
.quote {
    padding: 0px ;
}
.quote p{
    font-style: italic;
    font-size: 13px;
    margin: 0;

}

.NewSec .fas{
    color: #87ceca;
    font-style: italic;
    font-size: 24px;
}

.newContent{
    padding: 2px 10px !important;
}

/* new section here  */

/* iframe section here  */
.iframeSec{
    height: auto;
    width: 100%;
    padding: 40px 0px;
    background-color: #43d1cf;
}

.iframeSec hr{
    opacity: 1;
    width: 5%;
    margin: 0 auto;
    padding: 2px;
    color: #87ceca;
    margin-bottom: 15px;
}

.iframeSec h2{
    text-align: center;
    color: #fff;
}

.iframeSec iframe{
    height: 400px;
}


/* iframe section here  */


/* about section here  */
.aboutSec{
    height: auto;
    width: 100%;
    padding: 35px 0px;
}

.aboutSec hr{
    opacity: 1;
    width: 5%;
    margin: 0 auto;
    padding: 2px;
    color: #87ceca;
    margin-bottom: 15px;
}

.aboutSec .row{
    align-items: center;
}

.aboutSec h2{
    text-align: center;
    
}
.aboutSec form input{
    margin: 5px 0;
    width: 100%;
    border-radius: 0;
}
.aboutSec .submitBtn{
    height: auto;
    width: 100%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    background-color: #87CECA;
    text-transform: uppercase;
    border: none !important;
}
.socialIcons{
    display: flex;
    width: 150px;
    font-size: 30px;
    color: #43d1cf;
    align-items: center;
   
}
.socialIcons i{
    color: ;
}

.footerSec{
    background-color: #87ceca;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    font-family: textFont;
}
.footerSec a{
    color: #fff;
}
.footerSec a:hover{
    color: #ffffffbd;
}


/* contact icon here  */
/*
	popup onder
*/

#popup-onder {
    display: block;
	width: 540px;
    height: 210px;
    margin: 0 auto;
	padding: 16px 24px 24px;
	max-width: 100%;
    background: #FFF;
    transition: height 1s;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    position: fixed;
    z-index: 100000;
    bottom: 0;
    left: 120px;
    right: auto;
	-webkit-box-shadow: 0 0 5px 5px rgba(64,64,64,.2);
	-moz-box-shadow: 0 0 5px 5px rgba(64,64,64,.2);
	box-shadow: 0 0 5px 5px rgba(64,64,64,.2);
}
.pop-onder{
    display: flex !important;
    justify-content: space-between !important;
}
#popup-onder.colapse {
    height: 64px
}
#popup-onder .icon-down {
	display: block;
}
#popup-onder .icon-up {
	display: none;
}
#popup-onder.colapse .icon-down {
	display: none;
}
#popup-onder.colapse .icon-up {
	display: block;
}
#popup-onder.colapse .noshow-colapse {
    display: none
}
#popup-onder #toggle-popup-onder {
	position: absolute;
	top: 15px;
	right: 15px;
	text-decoration: none;
	background: #F2F2F2;
}
#popup-onder #toggle-popup-onder span {
	padding: 10px;
	color: #404040;
}
#popup-onder #toggle-popup-onder span:hover {
	color: #202020;
}
#popup-onder h2 {
    float: none;
    display: block;
    width: 100%;
    height: auto;
	margin: 0 auto 20px;
}
#popup-onder h2 a {
}
#popup-onder h2 a:hover {
}
#popup-onder p {
    float: none;
    display: block;
    width: 100%;
    color: #404040;
	font-size: 20px;
	line-height: 1.2;
    text-align: left;
}
.col-xs-4{
    margin-right: 10px;
}
#popup-onder a {
    cursor: pointer;
}

#popup-onder .btn {
	font-size: 20px;
	line-height: 1;
}
.col-md-8.text-left {
    text-align: left !important;
}
.btn-green {
    background: #87ceca !important;
    border-color: #87ceca !important;
    color: #FFF !important;
}



/* for mobile */
@media screen and (max-width: 767px){

    #popup-onder {
		left: 0;
		right: 0;
		max-width: 360px;
		height: 230px;
	}
    #popup-onder p{
        font-size: 14px;
    }
    .heroSec {
        height: 80vh;
    }
    .bgLayer {
        height: 80vh;
    }
    .bgLayer h2 {
        font-size: 30px;
        font-family: headerFont;
    }
}

@media screen and (max-width:480px) {

	
    .text-left{
        text-align: left !important;
        padding: 5px;
    }
	#popup-onder h2 {
		font-size: 20px;
		line-height: 1.6;
	}	
}

