body{
	font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    font-size: 22px;
    color: #333333;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
ul{
	margin: 0px;
	padding:0px;
	list-style: none;
}
a{
	text-decoration: none !important;
	outline: none !important;
}
.d-new{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.d-align{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.d-new-a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
     -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
a{
	transition: all 0.3s linear;
}
p{
    line-height: 34px;
}
/*------------------ Home Page Css Start ------------------*/
.loaderbox{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #37517e;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader{
    border: 8px solid transparent;
    border-radius: 50%;
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 20px 0px ;
    z-index: 999;
    transition: all 0.3s linear;
}
header.active{
    background: #203F3C;
}
.logo {
    padding: 3px 0px;
}
.logo img{
    width: 220px;
}
.menu ul{
    display: flex;
    align-items: center;
}
.menu li{
    margin-right: 60px;
}
.menu a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 20px;
    -webkit-text-shadow: 0px 0px 6px rgba(0,0,0,0.16);
    -moz-text-shadow: 0px 0px 6px rgba(0,0,0,0.16);
    -ms-text-shadow: 0px 0px 6px rgba(0,0,0,0.16);
    -o-text-shadow: 0px 0px 6px rgba(0,0,0,0.16);
    text-shadow: 0px 0px 6px rgba(0,0,0,0.16);
}
.menu a:hover,.menu li.active a{
    color: #3BAEA8;
}
.btn,.form-control{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-yellow{
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    background: #FFBB18;
    border-radius: 31px;
    padding: 1px 62px 0px;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #000000;
}
.btn-yellow:hover{
    background: #3BAEA8;
}
.contact_btn .btn{
    height: 42px;
    padding: 2px 27px 0px 30px;
}
.banner{
    background: url(../images/banner_bg.png);
    background-size: cover;
    min-height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.banner_text{
    max-width: 1194px;
    margin-top: 150px;
}
.banner_text h1{
    font-size: 50px;
    line-height: 80px;
    font-weight: 300;
    color: #fff;
}
.banner_text .btn{
    margin-top: 39px;
}
.who_we_are_outer{
    padding-top: 210px;
    position: relative;
    overflow: hidden;
}
.block_outer{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.block_img{
    width: 950px;
    position: relative;
}
.block_big_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block_watch_btn{
    position: absolute;
    bottom: 64px;
    left: 75px;
}
.block_text{
    width: calc(100% - 687px);
    background: #F7F8F8;
    padding: 90px 0px 90px 140px;
    margin-left: -263px;
    position: relative;
    z-index: 1;
}
.block_text:before{
    position: absolute;
    content: "";
    top: -20px;
    left: 263px;
    z-index: -1;
    background: #F7F8F8;
    height: calc(100% + 40px);
    width: 200%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.block_green:before{
    border-top-color: #3BAEA8;
    border-bottom-color: #3BAEA8;
}
.title h2{
    font-size: 23px;
    font-weight: bold;
    line-height: 34px;
    font-family: 'Poppins';
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.block_green .title h2{
    color: #3BAEA8;
}
.title h5{
    margin-top: 21px;
    font-size: 32px;
    font-weight: 300;
    line-height: 51px;
    color: #000000;
    position: relative;
    padding-bottom: 25px;
}
.title h5:after{
    position: absolute;
    content: "";
    left: 0px;
    height: 3px;
    width: 88px;
    bottom: 0px;
    background: #203F3C;
}
.block_text p{
    font-family: 'Lato';
    margin-top: 27px;
    letter-spacing: 0.10px;
}
.block_text p strong{
    font-weight: bold;
}
.block_text p u{
    font-style: italic;
}
.what_we_do_outer{
    position: relative;
    overflow: hidden;
    padding-top: 214px;
}
.block_reverse .block_text{
    order: -1;
    margin-left: 0px;
    margin-right: -263px;
    padding: 90px 70px 90px 0px;
}
.block_reverse .block_text:before{
    left: auto;
    right: 263px;
}
.block_yellow:before{
    border-top-color: #FFBB18;
    border-bottom-color: #FFBB18;
}
.block_yellow .title h2{
    color: #FFBB18;
}
.point_list {
    padding-right: 130px;
}
.point_list li{
    position: relative;
    font-family: 'Lato';
    margin-top: 30px;
    letter-spacing: 0.10px;
}
.point_list li:before{
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #333333;
    left: -18px;
    top:12px;
}
.block_h5:after{
    content: none !important;
}
.block_btn{
    margin-top: 11px;
}
.watch_btn{
    margin-top: 27px;
    display: flex;
    align-items: center;
}
.watch_btn .btn{
    min-width: 260px;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-yellow i{
    font-size: 20px;
    margin-left: 9px;
}
.btn-yellow-o{
    background: transparent;
    border: 3px solid #FFBB18;
}
.btn-yellow-o:hover{
    background:#FFBB18;
}
.watch_btn .btn-yellow-o{
    margin-left: 22px;
}
.testomonial_outer{
    margin-top: 197px;   
}
.testomonial_outer .subtitle{
    margin-bottom: 49px;
}
.subtitle h2{
    font-family: 'Lato';
    font-weight: bold;
    font-size: 23px;
    line-height: 34px;
    color: #3BAEA8;
    letter-spacing: 0.80px;
    text-transform: uppercase;
}
.testimonial_bg{
    background: #203F3C;
}
.testimonial_item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.testimonial_img{
    width: 552px;
}
.testimonial_img img{
    width: 100%;
    height: 587px;
    object-fit: cover;
    object-position: top left;
}
.testimonial_text{
    width: calc(100% - 552px);
    padding: 10px 134px 10px 122px;
}
.testimonial_text h3{
    font-size: 50px;
    line-height: 67px;
    font-family: 'Playfair Display';
    font-weight: bold;
    margin-bottom: 22px;
    color: #fff;
}
.testimonial_text span{
    display: block;
    color: #3BAEA8;
    font-size: 23px;
    font-weight: bold;
    font-family: "Lato";
    letter-spacing: 0.80px;
    text-transform: uppercase;
}
.line{
    height: 3px;
    width: 88px;
    background: #FFFFFF;
    margin: 25px 0px 23px;
}
.testimonial_text p{
    font-size: 40px;
    line-height: 62px;
    font-style: italic;
    color: #fff;
}
.testimonial_socail{
    margin-top: 27px;
}
.testimonial_socail ul{
    display: flex;
    align-items: center;
}
.testimonial_socail li{
    margin-right: 15px;
}
.testimonial_socail a{
    height: 54px;
    width: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #3BAEA8;
    color: #FFFFFF;
    font-size: 26px;
}
.testimonial_socail a:hover{
    background: #3BAEA8;
}
.testimonial_slider .owl-nav button{
    position: absolute;
    outline: none !important;
    padding: 0px;
    left: -80px;
    top: calc(50% - 10px);
}
.testimonial_slider .owl-nav button.owl-next{
    left: auto;
    right: 0px;
}
.sing_up_bg{
    background: url(../images/form_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 1206px;
}
.sing_up_box{
    max-width: 812px;
    margin: auto;
    padding-top: 295.6px;
}
.sing_up_box h2{
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 27.2px;
}
.mlr-7{
    margin: 0px -7px;
}
.plr-7{
    padding: 0px 7px;
}
.form_group{
    margin-bottom: 15px;
}
.form-control{
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16) !important;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16) !important;
    -ms-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16) !important;
    -o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16) !important;
    border-radius: 31px;
    padding: 0px 20px 0px 43.1px;
    font-size: 18px;
    font-family: "Lato";
    height: 62px;
    color: #333333;
    letter-spacing: 0.80px;
}
.form-control:focus{
    border-color: #3BAEA8;
}
.form-control::placeholder {
    text-transform: uppercase;
}
.form-control:-ms-input-placeholder {
    text-transform: uppercase;
}
.form-control::-ms-input-placeholder {
    text-transform: uppercase;
}
.sing_up_btn{
    width: 100%;
}
.btn-green{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #203F3C;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff !important;
    font-weight: 600;
    height: 62px;
    padding: 1px 20px 0px;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16) !important;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16) !important;
    -ms-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16) !important;
    -o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16) !important;
}
.btn-green:hover{
    background: #3BAEA8;
    color: #000000 !important;
}
.sing_up_btn .btn-green{
    width: 100%;
}
footer{
    background: #203F3C;
}
.footer_top{
    padding: 74.4px 0px 0px;
    text-align: center;
}
.footer_logo img {
    margin-left: 15px;
}
.footer_email{
    margin-top: 48px;
}
.footer_email a{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.50px;
}
.footer_top h4{
    color: #fff;
    margin-top: 17px;
    font-size: 18px;
    font-family: "Lato";
    letter-spacing: 0.10px;
}
.footer_socail ul{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_socail a{
    height: 48px;
    width: 48px;
    border: 3px solid #3BAEA8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    margin: 0px 8px;
}
.fa-linkedin{
    font-size: 28px !important;
}
.footer_socail a:hover{
    background: #3BAEA8;
}
.footer_link{
    margin-top: 20px;
}
.footer_link ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_link a{
    color: #fff;
    font-size: 18px;
    font-family: "Lato";
    position: relative;
    padding: 0px 18px;
    letter-spacing: 0.10px;
}
.footer_link a:after{
    position: absolute;
    content: "|";
    top: 0px;
    right: 0px;
    color: #fff;
}
.footer_link li:last-child a:after{
    content: none;
}
.footer_link a:hover{
    color:#3BAEA8;
}
.footer_copy{
    border-top: 1px solid #3BAEA8;
    margin-top: 23.2px;
    padding: 24px 0px 49px;
}
.footer_copy p{
    color: #fff;
    font-size: 18px;
    font-family: "Lato";
    letter-spacing: 0.10px;
    line-height: 22px;
}
/*------------------ Home Page Css End ------------------*/
/*------------------ Membership Page Css Start ------------------*/
.banner_inner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    min-height: 886px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_inner_text{
    text-align: center;
}
.banner_inner_text h1{
    font-size: 50px;
    line-height: 80px;
    font-weight: 300;
    color: #fff;
    -webkit-text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    -moz-text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    -ms-text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.info_outer{
    text-align: center;
    margin-top: 190px;
}
.info_outer p{
    font-weight: 300;
    font-size: 30px;
    line-height: 55px;
    color: #000000;
}
.info_outer p span{
    color: #3BAEA8;
}
.mt-190{
    padding-top: 190px !important;
}
.feature_outer {
    margin-left: -172px;
}
.feature_outer li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.feature_outer li:last-child{
    margin-bottom: 0px;
}
.feature_icon{
    width: 122px;
}
.feature_icon img{
    width: 100%;
}
.feature_text{
    margin-left: 53px;
    width: calc(100% - 175px);
    border-bottom: 1px solid #707070;
    padding: 27.5px 0px 29.5px;
    min-height: 157px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.feature_outer li:last-child .feature_text{
    border-bottom: 0px;
}
.feature_text h3{
    font-family: 'Playfair Display';
    font-size: 32px;
    line-height: 43px;
    font-weight: bold;
    color: #203F3C;
}
.feature_text span{
    margin-top: 13px;
    color: #333333;
    display: block;
}
.membership_box{
    padding: 108px 0px 80px 110px ;
}
.block_reverse .becoming_box{
    padding: 105px 114px 105px 0px;
}
.feature_member{
    margin-top: 38.7px;
    margin-left: 0px !important;
}
.personal_info{
    margin-top: 212px;
    min-height: 560px;
    display: flex;
    background: url(../images/personal_info_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.personal_box{
    max-width: 822px;
    margin-top: 157px;
}
.personal_box h3{
    font-size: 32px;
    line-height: 55px;
    font-weight: 300;
    color: #FFFFFF;
}
.personal_box .btn{
    margin-top: 15px;
}
/*------------------ Membership Page Css End ------------------*/
/*------------------ News & Event Page Css Start ------------------*/
.new_event_info p {
    letter-spacing: -0.4px;
}
.news_video_item{
    margin-top: 190px;
}
.news_video_item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.news_video{
    position: relative;
    width: 1308px;
}
.video_img img{
    width: 100%;
}
.video_play_icon{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_play_icon img{
    height: 72px;
    width: 72px;
    border-radius: 50%;
    cursor: pointer;
}
.video_play_icon img:hover{
    opacity: 0.9;
}
.video_text{
    width: 652px;
    background: #F7F8F8;
    position: relative;
    margin-left: -326px;
    border: 16px solid #3BAEA8;
    padding: 64.7px 65.8px;
}
.video_text h3{
    font-size: 32px;
    font-weight: 300;
    line-height: 55px;
    color: #000000;
}
.video_text p{
    font-family: "Lato";
    margin-top: 28.5px;
}
.video_text p:first-child{
    margin-top: 19px;
}
.event_outer{
    background: #203F3C;
    padding: 105.5px 0px;
    margin-top: 182px;
}
.event_outer h2{
    font-weight: 300;
    font-size: 32px;
    line-height: 50px;
    color: #fff;
}
.mlr_18{
    margin: 0px -18px;
}
.plr-18{
    padding: 0px 18px;
}
.d-flex-box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.event_item{
    margin-top: 74.5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}
.event_img img{
    width: 100%;
    height: 269px;
    object-fit: cover;
}
.event_info{
    height: calc(100% - 269px);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-top: 10px solid #3BAEA8;
    padding: 45px 38px 46.5px 47px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.event_info_top h3{
    font-size: 32px;
    line-height: 43px;
    font-weight: bold;
    color: #203F3C;
    font-family: 'Playfair Display';
}
.event_info_top p{
    margin-top: 21px;
    letter-spacing: 0.10px;
    font-family: "Lato";
}
.link{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    font-family: "Lato";
    text-transform: uppercase;
    color: #FFBB18;
}
.link span{
    text-decoration: underline;
}
.link i{
    margin-left: 17px;
}
.link:hover{
    color: #203F3C;
}
.event_item .link{
    margin-top: 21px;
}
.view_more_btn{
    margin-top: 70px;
}
.blog_outer{
    margin: 140px 0px 186px;
}
.event_title span{
    font-size: 23px;
    display: block;
    font-weight: bold;
    font-family: "Lato";
    color: #3BAEA8;
    text-transform: uppercase;
    line-height: 34px;
}
.event_title h2{
    font-size: 32px;
    line-height: 50px;
    font-weight: 300;
    color: #000000;
}
.blog_search{
    margin-top: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog_serch_item{
    display: flex;
    align-items: center;
    margin: 0px 18.5px;
}
.blog_serch_item .label{
    margin-bottom: 0px;
    margin-right: 21px;
    font-size: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
}
.blog_serch_item .form-control{
    border-radius: 5px;
    border: 0px !important;
    padding: 0px 42px 0px 22px;
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%) !important;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
    -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%) !important;
    width: 358px;
    height: 56px;
    text-transform: uppercase;
}
.blog_serch_filter .form-control{
    width: 326px;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
     background: url(../images/icon-arrow-down.png) no-repeat right 26px center white;
}
.search_input{
    position: relative;
}
.search_input i{
    position: absolute;
    right: 22px;
    color: #6F6F7A;
    font-size: 16px;
    top: 22px;
}
.blog_list{
    margin-top: 81px;
}
.blog_item{
    margin-bottom: 41px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.blog_img{
    position: relative;
}
.blog_img img{
    width: 100%;
    height: 226px;
    object-fit: cover;
}
.blog_tag{
    position: absolute;
    top: 39px;
    left: 44px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 199px;
    padding: 0px 10px;
}
.blog_tag span{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
}
.tag_yellow{
    background: #FFBB18;
}
.tag_green{
    background: #3BAEA8;
}
.blog_info{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 226px);
    justify-content: space-between;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 33px;
}
.blog_info_top h3{
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    color: #203F3C;
    font-family: 'Playfair Display';
}
.blog_info_top span{
    margin-top: 10px;
    color: #A2A2A2;
    line-height: 34px;
    display: block;
    letter-spacing: 0.10px;
}
.blog_info_top p{
    margin-top: 15px;
    letter-spacing: 0.10px;
    font-family: "Lato";
}
.blog_item .link{
    margin-top: 20px;
}
.blog_view_btn{
    margin-top: 70px;
}
.blog_form_outer{
    background: url(../images/blog_form_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 843px;
    display: flex;
    align-items: center;
}
.blog_form_box{
    background: #fff;
    padding: 70.5px 80px;
    border-radius: 13px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    max-width: 973px;
    margin: auto;
}
.blog_form_box .sing_up_box{
    max-width: 100% !important;
    padding: 0px !important;
}
.blog_form_box h2{
    color: #203F3C;
}
/*------------------ News & Event Page Css End ------------------*/
/*------------------ Contact Modal Popup Css Start ------------------*/
.contact_body{
    padding: 87.5px 70px 97.2px 74px;
    position: relative;
}
.contact_modal .modal-dialog {
    max-width: 950px;
}
.contact_modal .modal-content {
    border-radius: 13px;
    border: 0px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
.modal_title h3{
    font-size: 50px;
    line-height: 76px;
    color: #203F3C;
}
.modal_title p{
    margin-top: 10px;
    font-family: "Lato";
}
.modal_form{
    margin-top: 30.6px;
}
textarea.form-control{
    height: 236px;
    resize: none;
    padding-top: 19.5px;
    padding-bottom: 19.5px;
}
.close_icon{
    position: absolute;
    top: 42.3px;
    right: 52.1px;
    cursor: pointer;
}
.toggleMenu{
    display: none;
}
/* .contact_modal .form-control{
    /*-webkit-box-shadow: none !important;*/
    /*-moz-box-shadow: none !important;*/
    /*-ms-box-shadow: none !important;*/
    /*-o-box-shadow: none !important;*/
    /*box-shadow: none !important;*/
    /*border-color: #3BAEA8;*/
} */
/*------------------ Contact Modal Popup Css End ------------------*/
@media(min-width: 1700px) and (max-width: 1800px){
    .container{
        padding: 0px 90px;
    }
    .news_video {
        width: 1164px;
    }
    .event_img img {
        height: 248px;
    }
    .event_info {
        height: calc(100% - 248px);
    }
    .blog_img img {
        height: 205px;
    }
    .blog_info {
        height: calc(100% - 205px);
    }
}
@media(min-width: 1560px) and (max-width: 1699px){
    /*------------------ Home Page Css Start ------------------*/
    .container{
        padding: 0px 90px;
    }
    body {
        font-size: 18.5px;
    }
    p{
        line-height: 29px;
    }
    .logo img {
        width: 185px;
    }
    .menu a {
        font-size: 18px;
    }
    .menu li {
        margin-right: 53px;
    }
    .banner_text {
        max-width: 885px;
    }
    .banner_text h1 {
        font-size: 40px;
        line-height: 70px;
    }
    .block_img {
        width: 850px;
    }
    .block_text {
        padding: 70px 0px 70px 90px;
        width: calc(100% - 587px);
    }
    .block_reverse .block_text {
        padding: 70px 32px 70px 0px;
    }
    .point_list {
        padding-right: 100px;
    }
    .point_list li {
        margin-top: 25px;
    }
    .title h5 {
        font-size: 27px;
        line-height: 46px;
    }
    .testimonial_text {
        padding: 10px 60px 10px 70px;
    }
    .testimonial_text p {
        font-size: 29px;
        line-height: 53px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Membership Page Css Start ------------------*/
    .banner_inner {
        min-height: 700px;
    }
    .info_outer p {
        font-size: 23px;
        line-height: 50px;
    }
    .feature_outer {
        margin-left: -149px;
    }
    .feature_text {
        margin-left: 27px;
        width: calc(100% - 149px);
    }
    .personal_box {
        max-width: 730px;
        margin-top: 110px;
    }
    .personal_box h3 {
        font-size: 28px;
        line-height: 49px;
    }
    .personal_info {
        min-height: 470px;
    }
    /*------------------ Membership Page Css End ------------------*/
    /*------------------ News & Event Page Css Start ------------------*/
    .news_video {
        width: 1100px;
    }
    .video_text {
        width: 530px;
        margin-left: -280px;
        padding: 40px;
    }
    .video_text h3 {
        font-size: 30px;
        line-height: 48px;
    }
    .video_text p {
        margin-top: 20px;
    }
    .event_img img {
        height: 224px;
    }
    .event_info {
        height: calc(100% - 224px);
        padding: 40px;
    }
    .event_info_top h3 {
        font-size: 30px;
        line-height: 41px;
    }
    .blog_img img {
        height: 185px;
    }
    .blog_info {
        height: calc(100% - 185px);
        padding: 25px;
    }
    .blog_info_top h3 {
        font-size: 26px;
        line-height: 41px;
    }
    .blog_tag {
        top: 30px;
        left: 30px;
        height: 32px;
        min-width: 170px;
    }
    .blog_tag span {
        font-size: 18px;
    }
    .blog_view_btn {
        margin-top: 45px;
    }
    /*------------------ News & Event Page Css End ------------------*/
}
@media(min-width: 1460px) and (max-width: 1559px){
    /*------------------ Home Page Css Start ------------------*/
    body {
        font-size: 16px;
    }
    p{
        line-height: 26px;
    }
    .container{
        padding: 0px 100px;
    }
    .logo img {
        width: 180px;
    }
    .menu a {
        font-size: 17px;
    }
    .menu li {
        margin-right: 45px;
    }
    .banner_text {
        max-width: 885px;
    }
    .banner_text h1 {
        font-size: 39px;
        line-height: 65px;
    }
    .block_img {
        width: 850px;
    }
    .block_text {
        padding: 70px 0px 70px 100px;
        width: calc(100% - 587px);
    }
    .block_reverse .block_text {
        padding: 70px 60px 70px 0px;
    }
    .point_list li:before {
        left: -15px;
        top: 14px;
    }
    .point_list {
        padding-right: 45px;
    }
    .title h5 {
        font-size: 22px;
        line-height: 37px;
    }
    .testimonial_text {
        padding: 10px 60px 10px 50px;
        width: calc(100% - 500px);
    }
    .testimonial_text p {
        font-size: 28px;
        line-height: 50px;
    }
    .testimonial_img {
        width: 500px;
    }
    .testimonial_img img {
        height: 531px;
    }
    .form-control {
        font-size: 16px;
        padding: 0px 20px 0px 35.1px;
        height: 50px;
    }
    .btn-green {
        font-size: 17px;
        height: 50px;
    }
    .sing_up_box {
        max-width: 750px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Membership Page Css Start ------------------*/
    .banner_inner {
        min-height: 620px;
    }
    .banner_inner_text h1 {
        font-size: 43px;
        line-height: 73px;
    }
    .info_outer {
        margin-top: 140px;
    }
    .info_outer p {
        font-size: 22px;
        line-height: 42px;
    }
    .feature_outer {
        margin-left: -144px;
    }
    .feature_icon {
        width: 90px;
    }
    .feature_text {
        margin-left: 48px;
        width: calc(100% - 138px);
        min-height: 130px;
    }
    .feature_member {
        margin-top: 25.7px;
    }
    .feature_text h3 {
        font-size: 26px;
        line-height: 33px
    }
    .personal_box h3 {
        font-size: 25px;
        line-height: 45px
    }
    .personal_box {
        max-width: 650px;
        margin-top: 115px;
    }
    .btn-yellow {
        height: 45px;
        padding: 1px 25px 0px;
        font-size: 15px;
    }
    .block_reverse .becoming_box {
        padding-right: 85px;
    }
    .personal_info {
        min-height: 445px;
    }   
    .title h2 {
        font-size: 17px;
        line-height: 25px;
    }
    /*------------------ Membership Page Css End ------------------*/
    /*------------------ News & Event Page Css Start ------------------*/
    .news_video_item {
        margin-top: 135px;
    }
    .news_video {
        width: 980px;
    }
    .video_text {
        width: 495px;
        margin-left: -226px;
        padding: 40px;
    }
    .video_text h3 {
        font-size: 30px;
        line-height: 49px;
    }
    .video_text p {
        margin-top: 20px;
    }
    .event_outer {
        padding: 80px 0px;
        margin-top: 130px;
    }
    .event_img img {
        height: 206px;
    }
    .event_info {
        height: calc(100% - 206px);
        padding: 35px;
    }
    .event_info_top h3 {
        font-size: 29px;
        line-height: 41px;
    }
    .link {
        font-size: 16px;
    }
    .blog_img img {
        height: 170px;
    }
    .blog_tag {
        top: 15px;
        left: 15px;
        height: 30px;
        min-width: 140px;
    }
    .blog_tag span {
        font-size: 16px;
    }
    .blog_info {
        height: calc(100% - 170px);
        padding: 30px;
    }
    .blog_info_top h3 {
        font-size: 24px;
        line-height: 40px;
    }
    /*------------------ News & Event Page Css End ------------------*/
    /*------------------ Contact Modal Popup Css Start ------------------*/
    .contact_modal .modal-dialog {
        max-width: 700px;
    }
    .contact_body {
        padding: 50px;
    }
    .modal_title h3 {
        font-size: 37px;
        line-height: 37px;
    }
    .close_icon {
        top: 20px;
        right: 20px;
    }
    .close_icon img{
        width: 30px;
    }
    .modal_form .form-control {
        padding: 0px 16px 0px 30.1px;
        font-size: 15px;
        height: 50px;
    }
    .modal_form textarea.form-control {
        height: 120px;
        padding-top: 19.5px;
        padding-bottom: 19.5px;
    }
    .modal_form .btn-green {
        font-size: 16px;
        height: 50px;
    }
    /*------------------ Contact Modal Popup Css Start ------------------*/
}
@media(min-width: 1360px) and (max-width: 1459px){
    /*------------------ Home Page Css Start ------------------*/
    .container{
        padding: 0px 80px;
    }
    body {
        font-size: 15.8px;
    }
    p{
        line-height: 27px;
    }
    .logo img{
        width: 155px;
    }
    header {
        padding: 30px 0px;
    }
    .menu a {
        font-size: 16px;
    }
    .menu li {
        margin-right: 40px;
    }
    .btn-yellow {
        height: 40px;
        padding: 1px 25px 0px;
        font-size: 14px;
    }
    .banner_text .btn {
        margin-top: 20px;
    }
    .contact_btn .btn {
        height: 35px;
    }
    .banner_text h1 {
        font-size: 33px;
        line-height: 53px;
    }
    .banner_text {
        max-width: 770px;
        margin-top: 135px;
    }
    .who_we_are_outer {
        padding-top: 140px;
    }
    .block_img {
        width: 767px;
    }
    .block_text {
        width: calc(100% - 576px);
        padding: 60px 0px 60px 80px;
        margin-left: -200px;
    }
    .title h2 {
        font-size: 15px;
        line-height: 28px;
    }
    .title h5 {
        margin-top: 16px;
        font-size: 21px;
        line-height: 35px;
        padding-bottom: 15px;
    }
    .point_list {
        padding-right: 29px;
    }
    .block_text p {
        margin-top: 18px;
    }
    .block_text:before {
        left: 200px;
    }
    .block_reverse .block_text {
        margin-right: -200px;
        padding: 70px 44px 70px 0px;
    }
    .block_reverse .block_text:before {
        right: 200px;
    }
    .watch_btn .btn {
        min-width: 180px;
    }
    .testomonial_outer {
        margin-top: 140px;
    }
    .testimonial_img {
        width: 480px;
        padding-left:20px;
    }
    .testimonial_text {
        width: calc(100% - 480px);
        padding: 10px 60px 10px 50px;
    }
    .testimonial_img img {
        height: 510px;
    }
    .testimonial_text h3 {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .testimonial_text span {
        font-size: 19px;
    }
    .testimonial_text p {
        font-size: 25px;
        line-height: 41px;
    }
    .testimonial_slider .owl-nav button img{
        width: 18px;
    }
    .sing_up_bg {
        height: 900px;
    }
    .sing_up_box h2 {
        font-size: 43px;
        line-height: 50px;
    }
    .sing_up_box {
        padding-top: 175.6px;
        max-width: 700px;
    }
    .what_we_do_outer {
        padding-top: 140px;
    }
    .point_list li:before {
        top: 9px;
    }
    .point_list li {
        margin-top: 15px;
    }
    .form-control {
        padding: 0px 18px 0px 37.1px;
        font-size: 15px;
        height: 45px;
    }
    .btn-green {
        font-size: 15px;
        height: 45px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Membership Page Css Start ------------------*/
    .banner_inner {
        min-height: 600px;
    }
    .banner_inner_text h1 {
        font-size: 44px;
        line-height: 74px;
    }
    .info_outer {
        margin-top: 130px;
    }
    .info_outer p {
        /*font-size: 22.1px;*/
        font-size: 22.8px;
        /*line-height: 38px;*/
        line-height: 42px;
    }
    .mt-190 {
        padding-top: 140px !important;
    }
    .block_reverse .becoming_box {
        padding-right: 64px;
    }
    .feature_outer {
        margin-left: -117px;
    }
    .feature_icon {
        width: 75px;
    }
    .feature_text {
        margin-left: 38px;
        width: calc(100% - 113px);
        padding: 20px 0px;
        min-height: 115px;
    }
    .feature_text h3 {
        font-size: 21px;
        line-height: 25px;
    }
    .feature_member {
        margin-top: 12.7px;
    }
    .personal_info {
        margin-top: 140px;
        min-height: 395px;
    }
    .personal_box h3 {
        font-size: 26px;
        line-height: 42px;
    }
    .personal_box {
        max-width: 670px;
        margin-top: 90px;
    }
    /*------------------ Membership Page Css End ------------------*/
    /*------------------ News & Event Page Css Start ------------------*/
    .news_video_item {
        margin-top: 140px;
    }
    .news_video {
        width: 949px;
    }
    .video_text {
        width: 490px;
        margin-left: -250px;
        border-width: 15px;
        padding: 40px;
    }
    .video_text h3 {
        font-size: 29px;
        line-height: 50px;
    }
    .video_text p {
        margin-top: 21.5px;
    }
    .event_outer {
        padding: 80px 0px;
        margin-top: 120px;
    }
    .mlr_18 {
        margin: 0px -10px;
    }
    .plr-18 {
        padding: 0px 10px;
    }
    .event_img img {
        height: 201px;
    }
    .event_info {
        height: calc(100% - 201px);
        padding: 20px;
    }
    .event_info_top h3 {
        font-size: 22px;
        line-height: 34px;
    }
    .event_info_top p {
        margin-top: 15px;
    }
    .link {
        font-size: 14px;
    }
    .event_item .link {
        margin-top: 15px;
    }
    .blog_outer {
        margin: 100px 0px 120px;
    }
    .blog_img img {
        height: 166px;
    }
    .blog_tag {
        top: 15px;
        left: 15px;
        height: 30px;
        min-width: 140px;
    }
    .blog_tag span {
        font-size: 16px;
    }
    .blog_info {
        height: calc(100% - 166px);
        padding: 20px;
    }
    .blog_info_top h3 {
        font-size: 23px;
        line-height: 35px;
    }
    .blog_view_btn {
        margin-top: 30px;
    }
    .blog_form_outer {
        min-height: 700px;
    }
    /*------------------ News & Event Page Css End ------------------*/
    /*------------------ Contact Modal Popup Css Start ------------------*/
    .contact_modal .modal-dialog {
        max-width: 700px;
    }
    .contact_body {
        padding: 50px;
    }
    .modal_title h3 {
        font-size: 33px;
        line-height: 30px;
    }
    .close_icon {
        top: 20px;
        right: 20px;
    }
    .close_icon img{
        width: 30px;
    }
    .modal_form .form-control {
        padding: 0px 16px 0px 25px;
        font-size: 14px;
        height: 45px;
    }
    .modal_form textarea.form-control {
        height: 120px;
        padding-top: 19.5px;
        padding-bottom: 19.5px;
    }
    .modal_form .btn-green {
        font-size: 16px;
        height: 45px;
    }
    /*------------------ Contact Modal Popup Css Start ------------------*/
}
@media(min-width: 1200px) and (max-width: 1359px){
    /*------------------ Home Page Css Start ------------------*/
    body {
        font-size: 16px;
    }
    p{
        line-height: 26px;
    }
    header {
        padding: 30px 0px;
    }
    .logo img{
        width: 170px;
    }
    .menu a {
        font-size: 17px;
    }
    .menu li {
        margin-right: 50px;
    }
    .btn-yellow {
        height: 45px;
        padding: 1px 40px 0px;
        font-size: 16px;
    }
    .banner_text {
        max-width: 795px;
        margin-top: 135px;
    }
    .banner_text h1 {
        font-size: 37px;
        line-height: 57px;
    }
    .banner_text .btn {
        margin-top: 25px;
    }
    .who_we_are_outer {
        padding-top: 140px;
    }
    .block_img {
        width: 650px;
    }
    .block_text {
        width: calc(100% - 500px);
        padding: 50px 0px 50px 60px;
        margin-left: -150px;
    }
    .title h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .title h5 {
        margin-top: 14px;
        font-size: 22px;
        line-height: 36px;
        padding-bottom: 15px;
    }
    .block_text p {
        margin-top: 17px;
    }
    .block_text:before {
        left: 150px;
    }
    .what_we_do_outer {
        padding-top: 140px;
    }
    .block_reverse .block_text {
        margin-right: -150px;
        padding: 50px 50px 50px 0px;
    }
    .point_list li {
        margin-top: 15px;
    }
    .point_list li:before {
        top: 9px;
    }
    .testomonial_outer {
        margin-top: 140px;
    }
    .subtitle h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .testomonial_outer .subtitle {
        margin-bottom: 35px;
    }
    .testimonial_img {
        width: 490px;
    }
    .testimonial_img img {
        height: 521px;
    }
    .testimonial_text {
        width: calc(100% - 490px);
        padding: 10px 60px 10px 60px;
    }
    .testimonial_text h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .testimonial_text span {
        font-size: 18px;
    }
    .testimonial_text p {
        font-size: 28px;
        line-height: 48px;
    }   
    .testimonial_slider .owl-nav button {
        left: -23px;
    }
    .testimonial_slider .owl-nav button img{
        width: 17px;
    }
    .sing_up_bg {
        height: 900px;
    }
    .sing_up_box h2 {
        font-size: 42px;
        line-height: 50px;
    }
    .form-control {
        height: 55px;
    }
    .sing_up_box {
        padding-top: 200.6px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Membership Page Css Start ------------------*/
    .banner_inner {
        min-height: 600px;
    }
    .banner_inner_text h1 {
        font-size: 45px;
        line-height: 70px;
    }
    .info_outer {
        margin-top: 140px;
    }
    .info_outer p {
        font-size: 21px;
        line-height: 43px;
    }
    .mt-190 {
        padding-top: 140px !important;
    }
    .feature_icon {
        width: 100px;
    }
    .feature_text {
        margin-left: 25px;
        width: calc(100% - 125px);
        padding: 23.5px 0px 25.5px;
        min-height: 120px;
    }
    .feature_member {
        margin-top: 10px;
    }
    .feature_text span {
        margin-top: 5px;
    }
    .membership_box{
        padding-left: 70px;
    }
    .feature_outer {
        margin-left: -122px;
    }
    .feature_text h3 {
    font-family: 'Playfair Display';
        font-size: 28px;
        line-height: 35px;
    }
    .block_reverse .block_text:before {
        right: 150px;
    }
    .banner_inner {
        min-height: 620px;
    }   
    .personal_info {
        min-height: 355px;
        margin-top: 140px;
    }
    .personal_box h3 {
        font-size: 25px;
        line-height: 43px;
    }
    .personal_box {
        max-width: 665px;
        margin-top: 60px;
    }
    /*------------------ Membership Page Css End ------------------*/
    /*------------------ News & Event Page Css Start ------------------*/
    .news_video_item {
        margin-top: 140px;
    }
    .news_video {
        width: 900px;
    }
    .video_text {
        width: 490px;
        margin-left: -250px;
        border-width: 15px;
        padding: 40px;
    }
    .video_text h3 {
        font-size: 29px;
        line-height: 50px;
    }
    .video_text p {
        margin-top: 21.5px;
    }
    .event_outer {
        padding: 80px 0px;
        margin-top: 120px;
    }
    .mlr_18 {
        margin: 0px -10px;
    }
    .plr-18 {
        padding: 0px 10px;
    }
    .event_img img {
        height: 192px;
    }
    .event_info {
        height: calc(100% - 192px);
        padding: 30px;
    }
    .event_info_top h3 {
        font-size: 27px;
        line-height: 38px;
    }
    .event_info_top p {
        margin-top: 15px;
    }
    .link {
        font-size: 16px;
    }
    .event_item .link {
        margin-top: 15px;
    }
    .blog_outer {
        margin: 100px 0px 120px;
    }
    .blog_img img {
        height: 159px;
    }
    .blog_tag {
        top: 15px;
        left: 15px;
        height: 30px;
        min-width: 140px;
    }
    .blog_tag span {
        font-size: 16px;
    }
    .blog_info {
        height: calc(100% - 159px);
        padding: 20px;
    }
    .blog_info_top h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .blog_view_btn {
        margin-top: 30px;
    }
    .blog_form_outer {
        min-height: 700px;
    }
    /*------------------ News & Event Page Css End ------------------*/
    /*------------------ Contact Modal Popup Css Start ------------------*/
    .contact_modal .modal-dialog {
        max-width: 700px;
    }
    .contact_body {
        padding: 50px;
    }
    .modal_title h3 {
        font-size: 37px;
        line-height: 37px;
    }
    .close_icon {
        top: 20px;
        right: 20px;
    }
    .close_icon img{
        width: 30px;
    }
    /*------------------ Contact Modal Popup Css Start ------------------*/
}
@media(min-width: 992px) and (max-width: 1199px){
    /*------------------ Home Page Css Start ------------------*/
    body {
        font-size: 16px;
    }
    p{
        line-height: 26px;
    }
    header {
        padding: 30px 0px;
    }
    .logo img{
        width: 170px;
    }
    .menu a {
        font-size: 15px;
    }
    .btn-yellow {
        height: 45px;
        padding: 1px 40px 0px;
        font-size: 16px;
    }
    .contact_btn .btn {
        height: 40px;
        padding: 2px 24px 0px 24px;
    }
    .menu li {
        margin-right: 28px;
    }
    .banner_text h1 {
        font-size: 33px;
        line-height: 55px;
    }
    .banner_text {
        max-width: 675px;
        margin-top: 100px;
    }
    .banner_text .btn {
        margin-top: 20px;
    }
    .who_we_are_outer {
        padding-top: 120px;
    }
    .block_img {
        width: 550px;
    }
    .block_text {
        width: calc(100% - 400px);
        padding: 20px 0px 20px 20px;
        margin-left: -150px;
    }
    .title h2 {
        font-size: 18px;
        line-height: 27px;
    }
    .title h5 {
        margin-top: 9px;
        font-size: 19px;
        line-height: 31px;
        padding-bottom: 15px;
    }
    .block_text p {
        margin-top: 10px;
    }
    .block_text:before {
        top: -10px;
        left: 150px;
        height: calc(100% + 20px);
        border-top-width: 10px;
        border-bottom-width: 10px;
    }
    .what_we_do_outer {
        padding-top: 120px;
    }
    .block_reverse .block_text {
        margin-right: -150px;
        padding: 20px 20px 20px 0px;
    }
    .block_reverse .block_text:before {
        right: 150px;
    }
    .watch_btn .btn {
        min-width: 210px;
    }
    .testomonial_outer {
        margin-top: 80px;
    }
    .subtitle h2 {
        font-size: 19px;
        line-height: 30px;
    }
    .testomonial_outer .subtitle {
        margin-bottom: 30px;
    }
    .testimonial_img {
        width: 400px;
    }
    .testimonial_img img {
        height: 425px;
    }
    .testimonial_text {
        width: calc(100% - 400px);
        padding: 10px 30px;
    }
    .testimonial_text h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 14px;
    }
    .testimonial_text span {
        font-size: 17px;
    }
    .testimonial_text p {
        font-size: 25px;
        line-height: 40px;
    }
    .testimonial_socail {
        margin-top: 15px;
    }
    .testimonial_slider .owl-nav button {
        left: -25px;
        top: calc(50% - 10px);
    }
    .testimonial_slider .owl-nav button img{
        width: 15px;
    }
    .sing_up_bg {
        height: 800px;
    }
    .sing_up_box h2 {
        font-size: 37px;
        line-height: 50px;
        margin-bottom: 20.2px;
    }
    .form-control {
        padding: 0px 20px 0px 31px;
        font-size: 16px;
        height: 50px;
    }
    .btn-green {
        font-size: 18px;
        height: 50px;
    }
    .sing_up_box {
        max-width: 700px;
        padding-top: 155.6px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Membership Page Css Start ------------------*/
    .banner_inner {
        min-height: 550px;
    }
    .banner_inner_text h1 {
        font-size: 43px;
        line-height: 70px;
    }
    .info_outer p {
        font-size: 17px;
        line-height: 34px;
    }
    .info_outer {
        margin-top: 80px;
    }
    .mt-190 {
        padding-top: 120px !important;
    }
    .feature_icon {
        width: 75px;
    }
    .feature_text {
        margin-left: 20px;
        width: calc(100% - 95px);
        padding: 20px 0px;
        min-height: 100px;
    }
    .feature_outer {
        margin-left: -95px;
    }
    .feature_text h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .feature_text span {
        margin-top: 8px;
        font-size: 15px;
    }
    .membership_box{
        padding-left: 55px;
    }
    .feature_member {
        margin-top: 15px;
    }
    .personal_info {
        margin-top: 120px;
        min-height: 285px;
    }
    .personal_box {
        max-width: 560px;
        margin-top: 46px;
    }
    .personal_box h3 {
        font-size: 21px;
        line-height: 37px;
    }
    /*------------------ Membership Page Css End ------------------*/
    /*------------------ News & Event Page Css Start ------------------*/
    .news_video_item {
        margin-top: 120px;
    }
    .news_video {
        width: 700px;
    }    
    .video_text {
        width: 380px;
        margin-left: -150px;
        border: 10px solid #3BAEA8;
        padding: 20px;
    }
    .video_text h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .video_text p {
        margin-top: 10px;
    }
    .video_play_icon img {
        height: 60px;
        width: 60px;
    }
    .event_outer {
        padding: 90px 0px;
        margin-top: 120px;
    }
    .plr-18 {
        padding: 0px 7.5px;
    }
    .mlr_18 {
        margin: 0px -7.5px;
    }
    .event_img img {
        height: 158px;
    }
    .event_info {
        height: calc(100% - 158px);
        border-top-width: 7px;
        padding: 20px;
    }
    .event_info_top h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .event_info_top p {
        margin-top: 14px;
    }
    .link {
        font-size: 15px;
    }
    .event_item .link {
        margin-top: 13px;
    }
    .blog_outer {
        margin: 110px 0px 115px;
    }
    .blog_img img {
        height: 130px;
    }
    .blog_info {
        height: calc(100% - 130px);
         padding: 20px;
    }
    .blog_tag {
        top: 10px;
        left: 15px;
        height: 30px;
        min-width: 100px;
    }
    .blog_tag span {
        font-size: 14px;
    }
    .blog_info_top h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .blog_info_top p {
        margin-top: 3px;
    }
    .blog_view_btn {
        margin-top: 20px;
    }
    .blog_form_outer {
        min-height: 600px;
    }
    /*------------------ News & Event Page Css End ------------------*/
    /*------------------ Contact Modal Popup Css Start ------------------*/
    .contact_modal .modal-dialog {
        max-width: 600px;
    }
    .contact_body {
        padding: 30px;
    }
    .modal_title h3 {
        font-size: 27px;
        line-height: 45px;
    }
    .modal_form .form-control {
        text-align: left;
    }
    textarea.form-control {
        height: 120px;
    }
    .modal_form {
        margin-top: 20px;
    }
    .close_icon {
        top: 15px;
        right: 15px;
    }
    .close_icon img{
        width: 20px;
    }
    /*------------------ Contact Modal Popup Css End ------------------*/
}
@media(min-width: 768px) and (max-width: 991px){
    /*------------------ Home Page Css Start ------------------*/
    body {
        font-size: 16px;
    }
    p{
        line-height: 26px;
    }
    header {
        padding: 30px 0px;
    } 
    .logo img{
        width: 137.03px;
    }
    .menu_outer {
        position: absolute;
       padding: 0px calc((100vw - 690px) / 2) 0px;
        background: #203F3C;
        top: 106px;
        left: 0px;
        max-height: 0px;
        overflow: hidden;
        width: 100%;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .menu_outer.active{
        max-height: 347px;
    }
    .menu{
        width: 100%;
    }
    .menu ul {
        display: block;
    }
    .menu li {
        display: block;
        margin-right: 0px;
        padding: 17.5px 0px;
        border-bottom: 1px solid #3BAEA8;
    }
    .contact_btn{
        margin-top: 17.5px;
        padding-bottom: 33px;
    }
    .contact_btn .btn{
        font-size: 20px;
        background: transparent;
        padding: 0px;
        border-radius: 0px;
        height: initial;
        color: #FFBB18;
    }
    .banner {
        background-position: bottom;
    }
    .banner_text {
        max-width: 550px;
        margin-top: 85px;
    }
    .banner_text h1 {
        font-size: 29px;
        line-height: 50px;
    }
    .btn-yellow {
        height: 35px;
        padding: 1px 30px 0px;
        font-size: 14px;
    }
    .banner_text .btn {
        margin-top: 25px;
    }
    .who_we_are_outer {
        padding-top: 80px;
    }
    .block_img {
        width: 100%;
    }
    .block_text {
        order: 2 !important;
        width: 100%;
        padding: 40px !important;
        margin: 0px !important;
        border-bottom: 12px solid transparent;
    }
    .block_green{
        border-bottom-color: #3BAEA8;
    }
    .block_text:before{
        content: none;
    }
    .title h2 {
        font-size: 19px;
        line-height: 30px;
    }
    .title h5 {
        margin-top: 15px;
        font-size: 27px;
        line-height: 48px;
    }
    .block_text p {
        margin-top: 20px;
    }
    .block_btn {
        margin-top: 0px;
    }
    .what_we_do_outer {
        padding-top: 80px;
    }
    .block_yellow {
        border-bottom-color: #FFBB18;
    }
    .watch_btn .btn {
        min-width: 210px;
    }
    .testomonial_outer {
        margin-top: 80px;
    }
    .subtitle h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .testomonial_outer .subtitle {
        margin-bottom: 30px;
    }
    .testimonial_img {
        width: 270px;
    }
    .testimonial_img img {
        height: 290px;
    }
    .testimonial_text {
        width: calc(100% - 270px);
        padding: 10px 30px 10px 15px;
    }
    .testimonial_text h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 9px;
    }
    .testimonial_text span {
        font-size: 16px;
    }
    .line {
        margin: 15px 0px;
    }
    .testimonial_text p {
        font-size: 18px;
        line-height: 32px;
    }
    .testimonial_socail {
        margin-top: 15px;
    }
    .testimonial_socail a {
        height: 45px;
        width: 45px;
        font-size: 18px;
    }
    .testimonial_slider .owl-nav button img{
        width: 15px;
    }
    .testimonial_slider .owl-nav button {
        left: -28px;
        top: calc(50% - 0px);
    }
    .sing_up_bg {
        height: 700px;
    }
    .sing_up_box h2 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .form-control {
        padding: 0px 20px 0px 30px;
        font-size: 15px;
        height: 50px;
    }
    .btn-green {
        font-size: 16px;
        height: 50px;
    }
    .sing_up_box {
        max-width: 630px;
        padding-top: 135.6px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Membership Page Css Start ------------------*/
    .banner_inner {
        min-height: 500px;
    }
    .banner_inner_text h1 {
        font-size: 39px;
        line-height: 70px;
    }
    .info_outer {
        margin-top: 80px;
    }
    .info_outer p {
        font-size: 20px;
        line-height: 36px;
    }
    .mt-190 {
        padding-top: 80px !important;
    }
    .feature_outer {
        margin-left: 0px;
    }
    .feature_icon {
        width: 110px;
    }
    .feature_text {
        margin-left: 30px;
        width: calc(100% - 140px);
        min-height: 140px;
    }
    .feature_text h3 {
        font-size: 28px;
        line-height: 39px;
    }
    .feature_text span {
        margin-top: 10px;
        font-size: 15px;
    }
    .feature_member {
        margin-top: 15px;
    }
    .personal_info {
        margin-top: 80px;
        min-height: 275px;
    }
    .personal_box h3 {
        font-size: 17px;
        line-height: 31px;
    }
    .personal_box {
        max-width: 450px;
        margin-top: 40px;
    }
    /*------------------ Membership Page Css End ------------------*/
    /*------------------ News & Event Page Css Start ------------------*/
    .news_video_item {
        margin-top: 80px;
    }
    .news_video_item {
        margin-top: 80px;
    }
    .video_text {
        width: 100%;
        margin-left: 0px;
        padding: 64.7px 65.8px;
    }
    .event_outer h2 {
        font-size: 27px;
        line-height: 47px;
    }
    .mlr_18 {
        margin: 0px;
    }
    .plr-18 {
        padding: 0px;
    }
    .blog_serch_item .label {
        margin-right: 15px;
        font-size: 16px;
    }
    .blog_serch_item {
        margin: 0px 10px;
    }
    .blog_serch_item .form-control {
        padding: 0px 42px 0px 15px;
        width: 250px;
        height: 45px;
    }
    .blog_serch_filter .form-control {
        width: 245px;
    }
    .search_input i {
        top: 13px;
    }
    .event_img img {
        height: auto;
    }
    .blog_img img {
        height: auto;
    }
    .event_info {
        height: auto;
        padding: 37px 38px;
    }
    .event_info_top h3 {
        font-size: 28px;
        line-height: 40px;
    }
    .event_info_top h3 br{
        display: none;
    }
    .event_info_top p {
        margin-top: 15px;
    }
    .link {
        font-size: 15px;
    }
    .event_outer {
        padding: 80px 0px;
        margin-top: 80px;
    }
    .event_title span {
        font-size: 20px;
        line-height: 27px;
    }
    .event_title h2 {
        font-size: 27px;
        line-height: 47px;
    }
    .blog_search {
        margin-top: 50px;
    }
    .blog_list {
        margin-top: 55px;
    }
    .blog_info {
        height: auto;
        padding: 37px;
    }
    .blog_info_top h3 {
        font-size: 28px;
        line-height: 41px;
    }
    .blog_view_btn {
        margin-top: 30px;
    }
    .blog_outer {
        margin: 80px 0px;
    }
    .blog_form_outer {
        min-height: 600px;
    }
    .blog_form_box {
        padding: 40px;
    }
    /*------------------ News & Event Page Css End ------------------*/
    /*------------------ Contact Modal Popup Css Start ------------------*/
    .contact_modal .modal-dialog {
        max-width: 500px;
    }
    .contact_body {
        padding: 30px;
    }
    .modal_title h3 {
        font-size: 27px;
        line-height: 45px;
    }
    .modal_form .form-control {
        text-align: left;
    }
    textarea.form-control {
        height: 120px;
    }
    .modal_form {
        margin-top: 20px;
    }
    .close_icon {
        top: 15px;
        right: 15px;
    }
    .close_icon img{
        width: 20px;
    }
    /*------------------ Contact Modal Popup Css End ------------------*/
    .toggleMenu{
        display: block;
    }
    .toggleMenu span{
        width: 30.18px;
        display: block;
        height: 3px;
        background-color: #f7f8f8;
        margin: 7px 0;
        cursor: pointer;
        border-radius: 30px;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }
    .toggleMenu.active span.bar1{
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }
    .toggleMenu.active span.bar2{
        opacity: 0;
    }
    .toggleMenu.active span.bar3{
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }
}
@media(max-width: 767px){
    /*------------------ Home Page Css Start ------------------*/
    body{
        font-size: 16px;
    }
    p{
        line-height: 26px;
    }
    .container {
        padding-right: 38px;
        padding-left: 38px;
    }
    header {
        padding: 36px 0px 33px;
    }
    .logo img{
        width: 137.03px;
    }
    .menu_outer {
        position: absolute;
        padding: 0px 37px 0px;
        background: #203F3C;
        top: 115px;
        left: 0px;
        max-height: 0px;
        overflow: hidden;
        width: 100%;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .menu_outer.active{
        max-height: 367px;
    }
    .menu{
        width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .menu ul {
        display: block;
    }
    .menu li {
        display: block;
        margin-right: 0px;
        padding: 17.5px 0px;
        border-bottom: 1px solid #3BAEA8;
    }
    .contact_btn{
        margin-top: 17.5px;
        padding-bottom: 33px;
    }
    .contact_btn .btn{
        font-size: 20px;
        background: transparent;
        padding: 0px;
        border-radius: 0px;
        height: initial;
        color: #FFBB18;
    }
    .banner{
        background: url(../images/banner_bg_mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 812px;
        display: block;
        background-position: bottom right;
    }
    .banner_text h1 {
        font-size: 28px;
        line-height: 44px;
    }
    .btn-yellow {
        height: 44px;
        padding: 1px 45px 0px;
        font-size: 16px;
    }
    .banner_text .btn {
        margin-top: 20px;
    }
    .banner_text {
        margin-top: 0px;
        padding-top: 223px;
    }  
    .who_we_are_outer {
        padding-top: 80px;
    }
    .block_img {
        width: 100%;
    }
    .who_we_are_outer .container,.what_we_do_outer .container{
        padding: 0px;
    }
    .block_watch_btn {
        bottom: 30px;
        left: auto;
        right: 45px;
    }
    
    .block_watch_btn .btn{
        font-size: 0px;
        padding: 0px;
        height: auto;
        background: transparent !important;
        color: #fff;
    }
    .block_watch_btn .btn i{
        font-size: 40px;
        opacity: 0.63;
        margin-left: 0px;
    }
    .block_text {
        width: 100%;
        background: #F7F8F8;
        padding: 38px 38px 58px;
        margin-left: 0px;
        border-bottom: 12px solid transparent;
    }
    .block_green{
        border-bottom-color: #3BAEA8;
    }
    .block_yellow{
        border-bottom-color: #FFBB18;
    }
    .title h2 {
        font-size: 17px;
    }
    .title h5 {
        margin-top: 16px;
        font-size: 23px;
        line-height: 38px;
        padding-bottom: 17px;
    }
    .title h5 br{
        display: none;
    }
    .block_text p {
        margin-top: 20px;
    }
    .block_text:before{
        content: none;
    }
    .block_reverse .block_text {
        order: 2;
        margin-left: 0px;
        margin-right: 0px;
        padding: 37px 35px 56px 38px;
    }
    .what_we_do_outer {
        padding-top: 80px;
    }
    .point_list{
        padding-right: 0px;
    }
    .point_list li {
        margin-top: 20px;
    }
    .point_list li:before {
       top: 9px;
    }
    .watch_btn .btn {
        min-width: 199px;
    }
    .watch_btn {
        margin-top: 25px;
        display: block;
    }
    .watch_btn .btn-yellow-o {
        margin-left: 0px;
        margin-top: 16px;
    }
    .testomonial_outer {
        margin-top: 80px;
    }
    .subtitle{
        display: none;
    }
    .testimonial_bg .container{
        padding: 0px;
    }
    .testimonial_img {
        width: 100%;
    }
    .testimonial_img img {
        height: 297px;
    }
    .testimonial_text {
        width: 100%;
        padding: 35.7px 37px 0px;
        text-align: center;
    }
    .testimonial_text h3 {
        font-size: 40px;
        line-height: 53px;
        margin-bottom: 15px;
    }
    .testimonial_text span {
        font-size: 18px;
    }
    .line {
        margin: 36px auto 29px;
    }
    .testimonial_text p {
        font-size: 28px;
        line-height: 50px;
    }
    .testimonial_socail {
        margin-top: 20px;
    }
    .testimonial_socail a {
        height: 45px;
        width: 45px;
        font-size: 25px;
    }
    .fa-linkedin {
        font-size: 25px !important;
    }
    .testimonial_socail li {
        margin: 0px 7.5px;
    }
    .testimonial_socail ul {
        justify-content: center;
    }
    .testimonial_slider .owl-nav{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .testimonial_slider .owl-nav button {
        position: relative;
        top: initial;
        left: 0px;
        margin: 37px 45px 58.4px;
    }
    .testimonial_slider .owl-nav button img{
        width: 14.1px;
    }
    .sing_up_bg {
        background: url(../images/form_bg_mobile.jpg);
        background-size: cover; 
        background-repeat: no-repeat;
        background-position: center;
        height: 692px;
    }
    .sing_up_box {
        padding-top: 123.6px;
    }
    .sing_up_box h2 {
        font-size: 28px;
        line-height: 44px;
        margin-bottom: 25px;
    }
    .mlr-7 {
        margin: 0px;
    }
    .plr-7 {
        padding: 0px;
    }
    .form-control {
        padding: 0px 20px;
        font-size: 16px;
        height: 51px;
        text-align: center;
    }
    .form_group {
        margin-bottom: 12px;
    }
    .btn-green {
        font-size: 16px;
        height: 51px;
    }
    .footer_top {
        padding: 68.08px 0px 0px;
    }
    .footer_logo img{
        width: 103.53px;
    }
    .footer_email {
        margin-top: 39.9px;
    }
    .footer_email a {
        font-size: 16px;
    }
    .footer_top h4 {
        font-size: 16px;
    }
    .footer_socail a {
        height: 45px;
        width: 45px;
        font-size: 16px;
    }
    .footer_link ul {
        display: block;
    }
    .footer_link a {
        font-size: 16px;
        margin: 4px 0px;
        display: block;
    }
    .footer_link a:after{
        content: none;
    }
    .footer_copy {
        margin-top: 20px;
        padding: 20px 0px 31px;
    }
    .footer_copy p {
        font-size: 16px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Membership Page Css Start ------------------*/
    .banner_inner {
        min-height: 500px;
    }
    .banner_inner_text h1 {
        font-size: 33px;
        line-height: 50px;
    }
    .info_outer {
        margin-top: 40px;
    }
    .info_outer p {
        font-size: 15px;
        line-height: 27px;
    }
    .mt-190 {
        padding-top: 80px !important;
    }
    .mt-190 {
        padding-top: 80px !important;
    }
    .feature_outer {
        margin-left: 0px;
    }
    .membership_box.block_yellow .feature_outer li {
        align-items: flex-start;
    }
    .membership_box.block_yellow .feature_icon {
        margin-top: 26px;
    }
    .feature_icon {
        width: 80px;
    }
    .feature_text {
        margin-left: 15px;
        width: calc(100% - 95px);
        padding: 20px 0px;
        min-height: 105px;
    }
    .feature_text h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .feature_text span {
        margin-top: 5px;
        font-size: 14px;
    }
    .feature_member {
        margin-top: 15px;
    }
    .personal_info {
        margin-top: 80px;
        min-height: 300px;
        text-align: center;
    }
    .personal_box h3 {
        font-size: 20px;
        line-height: 35px;
    }
    .footer_copy_member p{
        text-align: center;
        width: 100%;
    }
    .footer_copy_member p + p{
        margin-top: 5px;
    }
    .personal_box {
        margin-top: 44px;
    }
    /*------------------ Membership Page Css End ------------------*/
    /*------------------ News & Event Page Css Start ------------------*/
    .news_video_outer .container{
        padding: 0px;
    }
    .news_video_item {
        margin-top: 80px;
    }
    .news_video {
        width: 100%;
    }
    .video_play_icon img {
        height: 55px;
        width: 55px;
    }
    .video_text {
        width: 100%;
        margin-left: 0px;
        border-width: 0px 0px 12px 0px;
        padding: 37px 38px;
    }
    .video_text h3,.event_outer h2{
        font-size: 22px;
        line-height: 40px;
    }
    .video_text p {
        margin-top: 15.5px;
    }
    .event_outer {
        padding: 60px 0px;
        margin-top: 80px;
    }
    .mlr_18 {
        margin: 0px;
    }
    .plr-18 {
        padding: 0px;
    }
    .event_item {
        margin-top: 50px;
    }
    .event_img img {
        height: auto;
    }
    .event_info {
        height: auto;
        padding: 20px;
    }
    .event_info_top h3 {
        font-size: 25px;
        line-height: 38px;
    }
    .event_info_top p {
        margin-top: 15px;
    }
    .link {
        font-size: 15px;
    }
    .view_more_btn {
        margin-top: 56px;
    }
    .blog_outer {
        margin: 80px 0px;
    }
    .event_title span {
        font-size: 17px;
        line-height: 27px;
    }
    .event_title h2 {
        font-size: 22px;
        line-height: 40px;
    }
    .blog_search {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .blog_serch_item .label {
        margin-right: 15px;
        font-size: 16px;
        width: 77px;
    }
    .blog_serch_item .form-control {
        padding: 0px 42px 0px 15px;
        height: 45px;
        width: calc(100% - 100px) !important;
    }
    .search_input{
        width: calc(100% - 100px) !important;   
    }
    .search_input .form-control{
        width: 100% !important;
        text-align: left;
    }
    .blog_serch_item {
        margin: 10px 0px;
        width: 100%;
    }
    .search_input i {
        right: 15px;
        top: 13px;
    }
    .blog_serch_filter .form-control {
        background: url(../images/icon-arrow-down.png) no-repeat right 15px center;
    } 
    .blog_list {
        margin-top: 40px;
    }
    .blog_list_container{
        padding: 0px;
    }
    .blog_img img {
        height: auto;
        min-height: 164px;
    }
    .blog_tag {
        top: 16px;
        left: 38px;
        height: 30px;
        min-width: 160px;
    }
    .blog_tag span {
        font-size: 15px;
    }
    .blog_info {
        height: auto;
        padding: 37px 38px;
    }
    .blog_info_top h3 {
        font-size: 25px;
        line-height: 38px;
    }
    .blog_info_top p {
        margin-top: 7px;
    }
    .blog_view_btn {
        margin-top: 20px;
    }
    .blog_form_outer {
        min-height:600px;
    }
    .blog_form_box {
        padding: 20px;
    }
    .blog_form_box .sing_up_box h2 {
        font-size: 26px;
        line-height: 37px;
    }
    /*------------------ News & Event Page Css End ------------------*/
    /*------------------ Contact Modal Popup Css Start ------------------*/
    .contact_body {
        padding: 30px;
    }
    .modal_title h3 {
        font-size: 27px;
        line-height: 45px;
    }
    .modal_form .form-control {
        text-align: left;
    }
    textarea.form-control {
        height: 120px;
    }
    .modal_form {
        margin-top: 20px;
    }
    .close_icon {
        top: 15px;
        right: 15px;
    }
    .close_icon img{
        width: 20px;
    }
    /*------------------ Contact Modal Popup Css End ------------------*/
    .toggleMenu{
        display: block;
    }
    .toggleMenu span{
        width: 30.18px;
        display: block;
        height: 3px;
        background-color: #f7f8f8;
        margin: 7px 0;
        cursor: pointer;
        border-radius: 30px;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }
    .toggleMenu.active span.bar1{
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }
    .toggleMenu.active span.bar2{
        opacity: 0;
    }
    .toggleMenu.active span.bar3{
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }
}

.who_we_btn{
        margin-top:0px !important;
    }


@media only screen and (max-width:922px)
{
    .who_we_btn{ opacity: 63%;}
}

.font_membership{font-size: 17.8px !important;}
.contact_thank_you_css{
margin-top:0px !important;
text-align: center !important;
font: normal normal bold 15px/24px Lato !important;
letter-spacing: 0.22px !important;
color: #333333 !important;
opacity: 1 !important;
}
#contactThankYouModal .modal-content{
    border: 8px solid #203F3C;
}

#contactThankYouModal .close_icon img {
    width: 20px !important;
}


