@import url('https://fonts.googleapis.com/css?family=Sofia&display=swap');
@font-face { 
    font-family: 'HelveticaNeue-Bold';  
    src: url(fonts/HelveticaNeue-Bold.TTF);
}
@font-face { 
    font-family: 'HelveticaNeue-Light';  
    src: url(fonts/HelveticaNeue-Light.OTF);
}

html {
    scroll-behavior: smooth;
}
body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
} 
::i-block-chrome, .testimonial-sec  h1.text-white {
    font-weight: bold !important;
}
h1 , h2, h3, h4, h5, h6 , p{
    color:#000;
}
.bold-font{
    font-weight: bold;
}
.text-white {
    color:#fff;
}
hr {
    margin-top: 20px;
    margin-bottom: 0px;
}
.parallax{
    background-position: center; 
    background-attachment: fixed; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}
.theme-color{
    color:#1f5168;
}
.lite-color{
    color:#707070;
}
button{
    transition: all 0.4s;
}
.header_section {
    background-color: #1f5168;
    padding:0 20px;
}
.header_section ul{
    width: 100%;
}
.header_section ul li a {
    color: #fff;
    font-size: 16px;
    padding: 10px 1px;
    letter-spacing: 0.8px;
}
.header_section ul li {
    padding: 0 2px;
    margin-right: 25px;
}
ul::before{
    content:none;
}
.nav li a:focus{
    background-color: transparent;
}
.logo img{
    height: 90px;
    object-fit: cover;
    width: 100%;
}
.header_section ul li:last-child {
    margin-right: 0px;
}
.header_section ul li a:hover {
    background-color: transparent !important;
}
.header_section ul li:last-child.active::before{
    display:none;
}
.header_section ul li.active::before , .header_section ul li:hover a::before {
    background: #009aa1 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 34px;
    margin: 0 auto;
    border-radius: 4px;
}
.header_section ul li:last-child:hover a::before {
    content:none;
}
.booknow-btn {
    color: white;
    font-size: 18px;
    padding: 11px;
    letter-spacing: 0.9px;
    background-color: #009aa1;
    border: 1px solid transparent;
    width: 194px;
    -webkit-box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 11px 24px -2px rgba(142, 142, 142, 0.75);
}
.header_section .booknow-btn , .contact-sec .booknow-btn{
    -webkit-box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.75);
}
.contact-sec .media {
    margin-top: 26px;
}
.contact-sec .about-contact h4 {
    width: 56%;
}
.booknow-btn:hover {
    color:#009aa1;
    background-color:#fff !important;
    border :1px solid #009aa1;
}
.banner-section {
    background-color: #e5f5f5;
    padding : 147px 0 52px 0;
}
.banner-section img{
    width:400px;
}
.banner-section h1 {
    font-family: 'cortado', cursive;
    font-size: 92px;
    line-height: 120px;
    padding-top: 56px;
    font-weight: bold;
}
.about-sec #content , .responsive-about-section #content{
    position: relative;
    z-index:1;
}
.about-sec #bg-text , .responsive-about-section #bg-text{
    color:#e5f5f5;
    font-size: 213px;
}
.certified.text-center {
    padding: 60px;
    background-color: #009aa1;
}
.certified h1{
    font-size: 42px;
}
.about-contact {
    background-color: #e5f5f5;
    padding: 27px 45px;
}
.about-contact img {
    margin: 24px 0;
    width: 345px;
}
.about-contact h3 {
    font-size: 31px;
    color: #555;
    font-weight: bold;
    margin: 35px 0 24px;
}
.about-contact h4 {
    font-size: 24px;
    width: 62%;
    color: #545454;
    margin-bottom: 33px;
    line-height: 32px;
}
.about-contact .media-heading {
    font-size: 22px;
    font-weight: 400;
    padding-top: 6px;
    margin-bottom: 12px;
}
.about-contact i.fa.fa-phone {
    transform: rotate(90deg);
}
.about-contact  i {
    font-size: 18px;
    background-color: #009aa1;
    padding: 10px 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border:1px solid transparent;
    transition: all 0.4s;
}
.about-contact i:hover{
    border:1px solid #009aa1;
    color:#009aa1;
    background-color: #fff;
}
.about-coach {
    padding: 31px 60px 65px;
}
.about-coach p strong {
    font-size: 24px;
    color: #000;
}
.about-coach .booknow-btn {
    margin-left: 10px;
}
.about-coach p {
    margin: 18px 10px;
    font-size: 20px;
    font-weight: 399;
    line-height: 38px;
}
.training-sec{
    padding: 90px 0 75px;
    background-color: #f2f3f5;
    background-image: url('../img/training-bg.png');
}
.training-sec h1 {
    margin: 28px 0;
}
.training-sec p{
    padding: 17px;
    font-size: 21px;
    line-height: 34px;
    margin-bottom: 75px;
}
.skills-sec h1 , .about-method-sec h1{
    padding: 47px 0;
    font-size: 39px;
}
.skills-sec ul li {
    font-size: 27px;
    line-height: 61px;
    font-family: 'NimbusSanLRegular';
    letter-spacing: 0.6px;
}
.skills-sec ul li:before { 
    content: url('../img/diamond.png');
    padding-right:12px;
}
.about-method-sec {
    background-color:#e5f5f5;
    padding: 59px 0;
}
.about-method-sec .panel{
    background-color: transparent;
    border-radius: 0px !important;
    box-shadow: unset;
}
.about-method-sec .panel .panel-heading{
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0px !important;
    box-shadow: unset;
}
.about-method-sec .panel .panel-title{
    color:#707070;
    font-size: 21px;
}
.about-method-sec .panel .panel-heading {
    padding: 32px 11px;
}
.about-method-sec p{
    font-size: 21px;
    line-height: 38px;
}
a:focus, a:hover {
    color: #009aa1;
    text-decoration: none;
    background-color: transparent;
}
.about-method-sec .panel:hover .panel-title {
    color: #000;
}
.about-method-sec a[aria-expanded="true"] .panel-title::after{
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    float: right;
    color:red;
    font-size: 20px;
    color: #7b7b7b;
    padding: 0px 3px;
    font-weight: bold;
}
.about-method-sec a[aria-expanded="false"] .panel-title::after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    float: right;
    font-size: 20px;
    color: #b5b2b2;
    padding: 0px 3px;
}
.testimonial-sec{
    height: 700px;
    background-image: url('../img/banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-sec .overlay {
    position: absolute;
    background-color: #03999b;
    opacity: 0.8;
    /*background-color: #0dacae;
    opacity: 0.7;*/
    /*background-color: #009a9b;
    opacity: 0.8;*/
    left: 0;
    width: 100%;
    height: 700px;
}
.testimonial-sec .item.text-center {
    padding: 147px 50px;
}
.testimonial-sec .item h1{
    font-size: 41px;
    font-weight: lighter;
    line-height: 60px;
    padding: 0 15px;
}
.testimonial-sec .item h2{
    font-size: 37px;
    font-weight: bold;
    margin: 72px 0 8px;
}
.testimonial-sec .item p {
    font-size: 22px;
}
.testimonial-sec .owl-nav{
    display:block !important;
}
.testimonial-sec  button{
    position: absolute;    
    top: 45%;
}
.testimonial-sec .owl-nav .owl-prev{
    left: 0;
}
.testimonial-sec .owl-nav .owl-next{
    right:0;
}
.testimonial-sec span {
    font-size: 64px;
    color: #2a8e8e;
    transition: all 0.4s;
}
.testimonial-sec .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
}.testimonial-sec .owl-nav [class*="owl-"]:hover span{
    color:#fff;
}
.contact-sec .about-contact{
    width: 63%;
    padding: 50px 0px;
    margin: auto;
}
.contact-sec .row .col-md-6:first-child{
    background-color: #e5f5f5;
}
.contact-sec .row .col-md-6:nth-child(2){
    background-color: #009aa1;
}
.contact-sec .row{
    margin:0px;
}
.contact-sec .contact-form {
    padding: 50px 120px;
}
.contact-sec .form-control {
    height: 56px;
    padding: 6px 22px;
    font-size: 21px;
    color: #205463;
    background-color: #e5f5f5;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: none;
    font-weight: 399;
}
.contact-sec textarea.form-control {
    height: auto !important;
}
.form-control::placeholder {
    color: #205463 !important;  
}
.contact-sec .form-group {
    margin: 30px 0;
}
.contact-sec h1 {
    font-size: 56px;
}
.contact-sec .first-img{
    margin:24px 0;
}
.contact-sec .booknow-btn {
    background-color: #205463;
    margin: 24px 0;
    padding: 12px;
    box-shadow: 7px 9px 37px -8px rgba(0,0,0,0.75);
    letter-spacing: 1px;
    font-size: 18px;
    transition: all 0.8s;
}
.copyright.text-center {
    padding: 40px;
    background-color: #1f5168;
}
.copyright.text-center p {
    color: #fff;
    font-size: 21px;
    margin: 0px;
}
@media (min-width:300px) and (max-width:767px){
    .about-contact img {
        width: 250px;
    }
    .booknow-btn {
        font-size: 14px;
    }   
    .banner-section {
        padding-top: 53px;
    }
    .about-sec #bg-text , .responsive-about-section #bg-text{
        font-size: 74px;
    }
    .logo {
        height: 55px;
    }
    .logo img{
        width: 175px;
        height: 56px;
    }  
    .navbar-toggle {
        position: absolute;
        right: 0;
        top: -56px;
        margin-right: 0px;
    }
    .navbar-toggle .icon-bar {
        background-color: #8fa8b3;
        margin: 0 0 7px;
        width: 31px;
    }
    .header_section ul li {
        margin: 5px;
    }
    .header_section ul li:last-child {
        margin: auto;
        display: block;
        text-align: center;
    }
    .header_section ul li.active::before, .header_section ul li:hover a::before {
        background: none;
        content:none;
    }
    .header_section ul li.active a, .header_section ul li:hover a {
        color:#009aa1;
    }
    .header_section ul li a {
        font-size: 12px;
        padding: 5px 1px;
    }
    .banner-section h1 {
        font-size: 26px;
        line-height: 54px;
        padding: 10px 0 20px;
        text-align: center;
    }
    .banner-section img {
        width: 265px;
    }
    .skills-sec img{
        width: 100%;
    }
    .skills-sec {
        padding: 0;
    }
    .skills-sec ul{
        margin-bottom: 25px;
    }
    .certified.text-center {
        padding: 14px 24px;
    }
    .about-contact {
        padding: 26px 22px;
    }
    .about-contact .media-heading {
        font-size: 18px;
    }
    .about-contact i {
        font-size: 15px;
        padding: 8px 5px;
        width: 34px;
        height: 34px;
    }
    .about-contact h4 {
        font-size: 17px;
        width: 100%;
        margin-bottom: 23px;
    }
    .about-coach {
        padding: 0 17px 40px;
    }
    .certified h1 {
        font-size: 28px;
        margin: 0px;
    }
    .about-coach p {
        margin: 22px 2px;
        font-size: 18px;
        line-height: 31px;
        opacity: 0.8;
    }
    .training-sec h1 , .skills-sec h1, .about-method-sec h1 {
        font-size: 24px;
    }
    .training-sec p {
        padding: 12px;
        font-size: 17px;
        margin-bottom: 23px;
    }
    .skills-sec ul li {
        font-size: 18px;
        font-weight: 501;
        line-height: 39px;
    }
    .skills-sec ul li::before {
        position: relative;
        top:3px;
    }
    .skills-sec h1, .about-method-sec h1 {
        padding: 18px 0;
        line-height: 33px;
    }
    .about-method-sec .panel .panel-title {
        font-size: 16px;
        line-height: 30px;
    }
    .about-method-sec p {
        font-size: 16px;
        line-height: 30px;
    }
    .about-method-sec .panel .panel-heading {
        padding: 11px 7px 24px;
    }
    .testimonial-sec .item.text-center {
        padding: 44px 0px;
    }
    .testimonial-sec .item h1 {
        font-size: 18px;
        line-height: 32px;
    }
    .testimonial-sec .item h2 {
        font-size: 28px;
        margin: 43px 0 8px;
    }
    .testimonial-sec {
        height: 375px;
    }
    .testimonial-sec button {
        top: 72%;
    }
    .contact-sec .contact-form {
        padding: 50px 25px;
    }
    .contact-sec h1 {
        font-size: 26px;
    }
    .contact-sec .contact-form {
        padding: 18px 25px;
    }
    .copyright.text-center {
        padding: 25px;
    }
    .copyright.text-center p {
        font-size: 20px;
    }
    .contact-sec .about-contact {
        width: 90%;
    }
    .owl-prev img , .owl-next img{
        width: 13px;
    }
    .responsive-about-section{
        display:block;
    }
    .about-sec{
        display:none;
    }
    .responsive-about-section .col-md-4.match.col-sm-5 {
        padding: 0px;
    }
}
@media (min-width:768px){
    .header_section ul , .header_section #mynav{
        display:block;
    }
    .responsive-about-section{
        display:none;
    }
    .header_section .booknow-btn{
        width:100%;
        padding:10px 47px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .navbar-toggle {
        position: absolute;
        right: 0;
        top: -56px;
        margin-right: 0px;
    }
    .navbar-toggle .icon-bar {
        background-color: #8fa8b3;
        margin: 0 0 7px;
        width: 31px;
    }

    .header_section .booknow-btn {
        letter-spacing: 0;
        padding: 11px 10px;
    }
    #mynav {
        float: right;
    }
    .about-sec #bg-text , .responsive-about-section #bg-text{
        font-size: 100px;
    }
    .header_section {
        padding: 15px 0;
    }
    .header_section ul li a {
        font-size: 13px;
        padding: 10px 0px;
        letter-spacing: 0;
    }
    .header_section .booknow-btn{
        width:100%;
        font-size: 12px;
    }
    .header_section ul li {
        margin-right: 11px;
    }
    .logo img {
        height: 40px;
        object-fit: cover;
    }
    .banner-section img {
        width: 100%;
    }
    .banner-section h1 {
        font-size: 53px;
        line-height: 88px;
    }
    .about-contact img {
        width: 100%;
    }
    .about-coach p {
        margin: 20px 5px;
        font-size: 17px;
        line-height: 29px;
        word-spacing: 2px;
    }
    .about-coach {
        padding: 0 40px 37px;
    }
    .about-contact .media-heading {
        font-size: 19px;
    }
    .about-contact h4 {
        font-size: 17px;
    }
    .about-contact i {
        font-size: 15px;
        width: 36px;
        height: 36px;
    }
    .about-contact h3 {
        margin-bottom: 32px;
    }
    .about-contact {
        padding: 26px 27px;
    }
    .testimonial-sec .item h1 {
        font-size: 39px;
        line-height: 53px;
    }
    .contact-sec .contact-form {
        padding: 26px 20px;
    }
    .contact-sec h1 {
        font-size: 42px;
    }
    .contact-sec .about-contact {
        width: 85%;
        padding: 32px 0px;
    }
    .contact-sec img{
        width: 200px;
    }
}
@media (min-width:888px) and (max-width:991px){
    .header_section ul li a {
        letter-spacing: 0;
    }
    .header_section .booknow-btn {
        font-size: 13px;
        padding: 10px 19px !important;
    }
}
@media (min-width:992px) and (max-width:1200px){
    .header_section ul {
        padding-top: 13px;
    }
    .header_section .booknow-btn {
        font-size: 11px;
        width: 100%;
        padding: 11px 15px;
    }
    .header_section ul li {
        margin-right: 5px;
    }
    .header_section ul li a {
        font-size: 14px;
    }
    .about-contact img {
        width: 100%;
    }
    .about-contact h4 {
        width: 89%;
    }
    .about-coach p {
        margin: 18px 10px;
        font-size: 19px;
        line-height: 33px;
    }
    .contact-sec .contact-form {
        padding: 50px 75px;
    }
    .contact-sec h1 {
        font-size: 50px;
    }
}
@media (min-width:1201px) and (max-width:1280px){
    .about-coach p {
        margin: 30px 10px;
        font-size: 20px;
        line-height: 34px
    }
    .header_section ul li {
        margin-right: 12px !important;
    }
    .header_section .booknow-btn {
        padding: 10px 23px;
    }
    .header_section ul li a {
        font-size: 15px;
    }
}
@media (min-width:992px){
    .header_section ul{
        padding-top: 22px;
    }
    .header_section div#mynav {
        padding: 0px;
        float: right;
    }

}
@media (min-width:1300px){
    .header_section .booknow-btn {
        width: 100%;
        padding: 10px 26px;
    }
    .header_section ul li a {
        font-size: 17px;
    }
}   
@media (min-width:1400px){
    .header_section .booknow-btn {
        padding: 10px 50px !important; 
    } 
    .header_section ul li {
        margin-right: 38px;
    }
    .booknow-btn , .header_section ul li a{
        font-size: 16px;
    }
    div#mynav {
        float: right;
    }
}
.about-sec .col-md-4 .responsive-about-section .col-md-4 , .about-sec .col-md-8 .responsive-about-section .col-md-4{
    padding:0px;
}
.contact-sec .col-md-6 {
    padding: 43px 0;
}
.skills-sec {
    padding: 60px 0 62px 0;
}
.owl-dots {
    display: none;
}
.about-sec .row , .responsive-about-section .row{
    margin:0px;
}
.responsive-about-section .col-md-4.match.col-sm-5 , .about-sec .col-md-4.match.col-sm-5{
    padding: 0px;
}
@media (min-width:1366px){
.about-sec {
    width: 1366px;
    margin: auto;
}
.maxwidth-class{
      width:1366px;
}
}
