/*-----------------------------------------------------------------------------------

    Template Name: Handstand - Gym & Fitness HTMP Template
    Template URI: https://devitems.com/html/coffee-preview/
    Description: This is html5 template
    Author: HasTech
    Author URI: https://devitems.com/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. About Area
    2. Class Area
    3. Schedule Area
    4. Trainer Area
    5. Gallery Area
    6. Event Area
    7. Blog Area
    8. Pricing Area
    9. Newsletter Area
    10. Testimonial Area
    11. Map Area
    12. Newsletter Area

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1. About Area
/*----------------------------------------*/
/*.game-bg{position: relative; background: #fff; box-shadow: 0 0 4px 4px #ECECEC; height: 345px}*/
.about-video{
    position: relative; 
    text-align: center; 
    display: inline-block;
    box-shadow: 0 0 4px 4px #ECECEC;
}
/* .game:after{
    position: absolute; 
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    content: ""; */

.game {
  position: relative;
  z-index: 2;
  margin: 10px;
}
.about-content > h2{margin-top: 28px}
.about-content > h2, .section-title h2 {
    color: #676767;
    font-size: 36px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
}
.about-content p{margin-bottom: 35px;  text-align: justify;}
.about-content p.m-0{margin-bottom: 19px !important;
}
.video-icon a {
  left: 0;
  margin-top: -30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  z-index: 9;
}
.video-icon a i{
    color :#fff;
    font-size: 60px;
}
/*----------------------------------------*/
/*  2. Class Area
/*----------------------------------------*/
.single-img, .portfolio-img{
    position: relative;
    display: inline-table;
    height: 100%;
}
.single-img:after, .portfolio-img:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    transform: scaleY(0);
    background: rgba(95, 199, 174, 0.7);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-class:hover .single-img:after, .single-class:hover .gallery-icon, .grid-item:hover .portfolio-img:after, .grid-item:hover .gallery-icon, .single-blog:hover .gallery-icon{
    opacity: 1;
    transform: scaleY(1);
}
.gallery-icon {
  bottom: 0;
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
    opacity: 0;
    z-index: 9;
  transform: scaleY(0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-img i{
    color :#fff;
    font-size: 35px;
    z-index: 99;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
    background: transparent;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: auto;
    line-height: 42px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-img i:hover{
    color: #91C7AE;
    background: #fff;
    transform: scale(1);
}
.single-content{
    background: #fff;
}
.single-content h3{
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 20px 40px;
    border-bottom: 1px solid #F1F1F1;
}
.single-content h3 a{
    color: #757575;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.mumbai{
    height: 249px;
}

.plank{
    height: 249px;
    width: 384px;
}
.single-content h3:hover a{
    color: #5FC7AE;
}
.single-content ul{
    margin: 0;
    padding: 20px 0 20px 40px;
    list-style: none;
}
.single-content ul li{
    display: inline-block;
    color: #7f7f7f;
    font-size: 14px;
    margin-right: 30px;
}
.single-content ul li:last-child{
    margin-right: 0px;
}
.single-content ul li i{
    color: #5fc7ae;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
/*----------------------------------------*/
/*  3. Schedule Area
/*----------------------------------------*/
.scehedule-table thead{
    background: #F1F1F1;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;
}
.scehedule-table table {
  width: 100%;
}
.scehedule-table thead th{
    text-align: center;
    padding: 20px 0;
}
.scehedule-table td {
  width: 12.5%;
}
td{padding: 35px 0px 28px 0; border-right: 1px solid #E9E9E9;}
td.time p{
    font-size: 16px;
    color: #757575;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
tr{border-bottom: 1px solid #E9E9E9 ;border-left: 1px solid #E9E9E9;}
td h4{
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    margin-bottom: 8px;
}
td p{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-bottom: 8px;
    line-height: 14px;
}
td.purple{background: #B2A1C7}
td.olive{background: #C2D69B}
td.blue{background: #99CCFF}
td.pink{background: #FF91B8}
/*----------------------------------------*/
/*  4. Trainer Area
/*----------------------------------------*/
.single-trainer, .blog-pic{
    position: relative;
    overflow: hidden;
}
.single-trainer:hover{
    box-shadow: 0 0 4px 4px #ECECEC;
}
.single-trainer:after, .blog-pic:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(95, 199, 174, 0.79) none repeat scroll 0 0 padding-box content-box;
    opacity: 0;
    transform: scaleY(0);
    padding: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-trainer:hover::after, .single-trainer:hover .trainer-hover h3, .single-trainer:hover .trainer-hover ul, .single-blog:hover .blog-pic:after {
    opacity: 1;
    transform: scaleY(1);
}
.trainer-hover{
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 99;
    margin-top: -32px;
}
.trainer-hover h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.trainer-hover ul{
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.trainer-hover ul li{
    display: inline-block;
    border: 12px solid #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 0 5px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.trainer-hover ul li a{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.trainer-hover ul li:hover{
    background: #fff;
}
.trainer-hover ul li:hover a{
    color: #5FC7AE
}
/*----------------------------------------*/
/*  5. Gallery Area
/*----------------------------------------*/
.portfolio-img {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
} 
.portfolio-img::after {
  background: rgba(95, 199, 174, 0.7) none repeat scroll 0 0 padding-box content-box;
  padding: 7px;
}
.portfolio-img::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.grid-item:hover .portfolio-img::before{
    opacity: 1;
}
.grid-item:hover .portfolio-img{
    box-shadow: 0px 0px 4px 4px #ECECEC;
}
.grid .grid-item:first-child, .grid .grid-item:nth-child(2), .grid .grid-item:nth-child(3), .grid .grid-item:nth-child(4), .grid .grid-item:nth-child(5), .grid .grid-item:nth-child(6) {
    padding-bottom: 30px;
}
.mfp-wrap.mfp-gallery.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
  z-index: 99999;
}
.load a{
    background: #008C99;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 25px 4px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-top: 50px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.load a:hover{
    color: #008C99;
}
/*----------------------------------------*/
/*  6. Event Area
/*----------------------------------------*/
.event-content{z-index: 2; position: relative;}
.event-wrapper{
    background: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 50px 80px;
    box-shadow: 0 0 4px 4px #ddd;
    position: relative;
    z-index: 9;
    margin: 0 42px; 
}
.event-area .section-title p {
  margin-bottom: 75px;
}
.event-wrapper:before{
    position: absolute;
    left: 30px;
    top: -20px;
    box-shadow: 0 0 4px 4px #ddd;
    background: #fff;
    height: 100%;
    content: "";
    right: 30px;
}
*/
.event-content h3{
    font-size: 20px;
    color: #757575;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}
.event-content p{
    padding: 0 60px;
    margin-bottom: 20px;
}
.event-content h4{
    font-family: 'Montserrat', sans-serif;
    color: #5fc7ae;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
.event-content h5{
    font-size: 16px;
    color: #7f7f7f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
/*----------------------------------------*/
/*  7. Blog Area
/*----------------------------------------*/
.blog-pic{
    width: 30%;
    display: inline-block;
    float: left;
}
.single-blog{display: inline-block}
.blog-content {
  box-shadow: 0 0 4px 4px #F4F4F4;
  float: left;
  padding: 35px 30px;
  margin-top: 20px;
  width: 70%;
}
.blog-content h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #757575;
    font-weight: 500;
    margin-bottom: 12px;
}
.blog-content h6{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 400;
    margin-bottom: 15px;  
}
.blog-content p{margin-bottom: 15px}
.blog-content a{
    color: #757575;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-content a:hover{color: #5FC7AE}
/*----------------------------------------*/
/*  8. Pricing Area
/*----------------------------------------*/
.single-table{
    box-shadow: 0 0 4px 4px #E2E2E2;
}
.single-table:hover .table-head h2, .single-table:hover .table-body, .single-table:hover .table-body a{
    background: #5FC7AE;
}
.single-table:hover .table-head h2, .single-table:hover .table-body ul li, .single-table:hover .table-body a{
    color: #fff;
}
.single-table:hover .table-body ul li{
    border-bottom: 1px solid #5DC0A8;
}
.single-table:hover .table-body ul li:last-child{
    border-bottom: none;
}
.single-table:hover .table-body a{
    box-shadow: 0 0 4px 4px #59BBA3;
}
.table-head h2{
    font-size: 20px;
    color: #757575;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 25px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.table-head h1{
    background: #fff;
    font-size: 48px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 25px 0;
}
.table-head h1 span{
    font-size: 12px;
    color: #7f7f7f;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.table-body{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.table-body ul{
    margin: 0;
    padding-top: 33px;
    padding-bottom: 30px;
    list-style: none;
}
.table-body ul li{
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #EAE8E8;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.table-body ul li:last-child{
    display: block;
    padding-bottom: 0;
    border-bottom: none;
}
.table-body a {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 25px;
    box-shadow: 0 0 4px 4px #e2e2e2;
    color: #5fc7ae;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 33px;
    position: relative;
    text-transform: uppercase;
    top: 19px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/*----------------------------------------*/
/*  9. Newsletter Area
/*----------------------------------------*/ 

/*----------------------------------------*/
/*  10. Testimonial Area
/*----------------------------------------*/
.client-area .section-title p {
  margin-bottom: 5px;
}
.single-testimonial {
    background: #5fc7ae none repeat scroll 0 0;
    color: #ffffff;
    margin: 50px 85px;
    padding: 48px 105px;
    position: relative;
    text-align: center;
}
.single-testimonial i{
    position: absolute;
    height: 115px;
    width: 115px;
    border-radius: 50%;
    background: #5FC7AE;
    box-shadow: 0 0 5px 0px #ababab;
    left: -45px;
    top: -45px;
    content: "";
    font-size: 70px;
    line-height: 120px;
}
.single-testimonial p{
    margin-bottom: 25px;
}
.single-testimonial h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.testimonial-owl.owl-carousel .owl-item img {
  display: block;
  transform-style: preserve-3d;
  width: auto;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
}
/*----------------------------------------*/
/*  11. Map Area
/*----------------------------------------*/
.contact-map-size{
    width: 100%;
    height: 380px;
}
.map-area{z-index: 1}
/*----------------------------------------*/
/*  12. Newsletter Area
/*----------------------------------------*/
.newsletter-wrapper{
    background: #0a4485;
    padding: 55px 40px;
    margin-top: -110px;
    z-index: 2;
    position: relative;
}
.newsletter-content h2{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.newsletter-content.section-title h2:after{background: none}
#mc-form {
  position: relative;
  width: 680px;
  margin: auto;
}
#mc-form > input {
    color: #eaeaea;
    font-size: 13px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 150px;
    background: #0a4485;
border: 1px solid aliceblue;
    height: 45px;
}
.newsletter-form input#mc-email::-moz-placeholder {color: #eaeaea;} 
.newsletter-form input[type="email"]::-webkit-input-placeholder {color: #eaeaea;}
#mc-form .default-btn {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #666666;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  height: 45px;
  line-height: 34px;
  padding: 0 35px;
  position: absolute;
    font-weight: 600;
  right: 0px;
  top: -10px;
    border-radius: 0;
    text-transform: capitalize;
}
#mc-form .default-btn:hover{color: #5FC7AE !important }
#mc-form .default-btn:before {background: #fff none repeat scroll 0 0;z-index: -1}
.newsletter-area .default-btn:before, .newsletter-area .default-btn:after{display: none} 
.contact-form form{margin-top: 50px}
#contact-form .form-message,
#subscribe-form .subscribe-message{
    margin-top: 10px;
    margin-bottom: 0;
}


@media (max-width: 574px) {
    .statistics-section {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width: 399px) {
    .statistics-section {
        padding-left: 20px;
        padding-right: 20px
    }
}

.statistics-section .counter-boxes {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.statistics-section .counter-boxes .counter-num {
    
    font-size: 50px;
    line-height: 1.2;
    
    -webkit-text-stroke: 1px #0869e5;
    -webkit-text-fill-color: transparent
}

@media (max-width: 399px) {
    .statistics-section .counter-boxes .counter-num {
        font-size: 40px;
        left: 5px
    }
}

.statistics-section .counter-boxes h3 {
    font-size: 27px
}

@media (max-width: 399px) {
    .statistics-section .counter-boxes h3 {
        font-size: 22px
    }
}


.service-box {
    padding: 50px 45px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-bottom-right-radius: 30px;
    background-color: #edf1fa;
    margin-bottom: 30px;
    text-align: center;
        min-height: 524px;
        border-radius: 20px 0 20px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-box {
        padding: 40px 20px
    }
}

@media (max-width: 399px) {
    .service-box {
        padding: 50px 30px
    }
}

.service-box .icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #f82538;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
    margin-left: 5px;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service-box .icon::after {
    position: absolute;
    left: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    background: transparent;
    content: '';
    border: 1px solid #f82538;
    border-radius: 50%;
    opacity: 0.8
}

.service-box .icon.secondary-color {
    background-color: #16ad44
}

.service-box .icon.secondary-color::after {
    border-color: #16ad44
}

.service-box .icon.third-color {
    background-color: #3b78f3
}

.service-box .icon.third-color::after {
    border-color: #3b78f3
}

.service-box h4 {
    font-size: 20px;
    margin-bottom: 30px
}

.service-box .link {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 40px
}

.service-box .link i {
    margin-left: 10px;
    font-size: 20px;
    position: relative;
    top: 3px
}

.service-box.active {
    background-color: rgba(92, 199, 75, .10) !important;
border: #5fc7ae 1px solid;
    border-radius: 61px 0 60px 0;
}

.service-box img {
    height: 60px;
    width: 60px !important;
    margin: 0 auto;
}


.team-box .team-img {
    width: 200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    /* margin-bottom: 30px; */
    overflow: hidden;
    /* border-bottom-right-radius: 30px; */
    height: 200px;
    border-radius: 50%;
}

.team-box .team-img::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 30px;
    z-index: 2;
    /* background-color: #f82538; */
    opacity: 0.4
}

/* .team-box .team-img.secondary-color::after {
    background-color: #16ad44
} */

.team-box .team-img.third-color::after {
    /* background-color: #3b78f3 */
}

.team-box .team-img img {
    border-bottom-right-radius: 30px;
    width: 99%;
    height: auto;

}

.team-box:hover .team-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-box h4 {
    margin-bottom: 10px
}

.team-box .team-pro {
    font-size: 15px
}
.team-section{
    background: #fff;
}

/*-------------------------------------------------------------------------------------------*/
/* HEADER         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/*  Header Style   ||-----------*/
.wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.boxed {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}

#header.header-1 {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    left: 0;
    margin-top: 59px;
}

.login-form{
    margin-top: 0d;
   
}
@media (max-width: 767px) {
    #header.header-1 {
        background: #1d1d1d;
    }
    #header.header-1 {
        position: static;
    }
}
.logo, .nav-bg {
    position: relative;
    z-index: 9;
}
.logo a {
    display: inline-block;
    padding: 26px 0;
}
.header-1 .logo a {
    display: inline-block;
    padding: 15px 0 7px;
}
@media (min-width: 992px) {
    .header-1 .logo a {
        padding:0px 0px 0px;
    }
}
@media (max-width: 992px) {
    .header-1 .reletiv_box {
    position: relative;
    padding: 5px 0;
}
}

.nav-wrap {
background: #fff;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 10px 0px;
    margin-top: -20px;
}
.stricky {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
        padding: 10px 0px;
}
.menu {
    border: none;
    border-bottom: 4px solid #ec0000;
    border-top: 4px solid #ec0000;
    height: 29px;
    position: absolute;
    right: 15px;
    top: 17px;
    width: 44px;
    background: none;
    z-index: 10;
}
.menu:after {
    position: absolute;
    top: 9px;
    right: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: #ec0000;
}
.stricky .menu:after {
    background: #222;
}
.stricky .menu {
    border-color: #222;
}
.header ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header ul li {
    float: left;
    position: relative;
}
.navigation ul li a {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
}
.navigation > ul > li > a {
    display: block;
    padding: 38px 16px;
    color: #fff;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    outline: none;
}
.stricky .navigation > ul > li > a {
    color: #222;
}
.header_tran .navigation .sub-nav {
    left: 0;
    border-top: 0;
    position: absolute;
    top: 175%;
    width: 244px;
    z-index: 3;
    background-clip: padding-box;
    padding: 0;
    transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
}
.navigation .sub-nav li {
    display: block;
    float: none;
    margin: 0;
    border-bottom:1px solid #ddd;
    padding-bottom: 0;
    position: relative;
}
.navigation .sub-nav li a:hover {
    color: #fff !important;
}
.navigation li:hover .sub-nav {
    opacity: 1;
    top: 100%;
    transition: top 0.3s ease 0s;
    -webkit-transition: top 0.3s ease 0s;
    visibility: visible;
}

.navigation li.sub-menu .sub-nav {
    border: none;
    opacity: 0;
    top: 0;
    visibility: visible;
    left: auto;
    right: 110%;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.navigation li.sub-menu:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    right: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.navigation .sub-nav li:last-child {
    border-bottom: 0;
}
.navigation .sub-nav li a {
    padding: 8px 20px;
    display: block;
    color: #242424;
    transition: all 0.3s ease-in-out;
}
.navigation .sub-nav li a:hover:before {
    transform: scaleX(1);
    opacity: 1;
    z-index: -1;
}
.navigation .sub-nav li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform-origin: 0 0;
    background: #222;
}
/* top_contcat */
.header .info {
    text-align: left;
}
.top_patti{
        padding: 2px 0px;
        background: #0a4485;
}
.header .info-item {
    display: inline-table;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    border-right: 1px solid #fff;
}
.header .info-item:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
.info-item a {
    color: #fff;
    margin-left: 8px;
}
.header .info-item .fa {
    margin-right: 5px;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
}

.header-1 .reletiv_box {
    position: relative;
}

.header-1 .reletiv_box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: rgba(232, 162, 13, 0.58);
    border-left-color: rgba(232, 162, 13, 0.58);
    border-style: solid;
    border-top-width: 46px;
    border-right-width: 34px;
    border-bottom-width: 40px;
    border-left-width: 40px;
    margin-left: -338px;
    display: none;
}
.header-1 .reletiv_box:before {
    content: '';
    width: 50%;
    height: 86px;
    background: rgba(232, 162, 13, 0.58);
    position: absolute;
    top: 0;
    left: -338px;
    display: none;
}

.header-1 .stricky .reletiv_box:before {
    background: #E8A20D;
}
.header-1 .stricky .reletiv_box:after {
    border-bottom-color: #E8A20D;
    border-left-color: #E8A20D;
}

.header-1 .navigation > ul > li > a {
        padding: 10px 10px;
    color: #585858;
    /* font-weight: 600; */
    /* font-size: 13px; */
    text-transform: uppercase;
}
.navigation > ul > li:last-child a {
    padding-right: 0;
}

.fix-header #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-1 .reletiv_box:before {
        width: 67.2%;
    }
    .header-1 .reletiv_box:after {
        left: 67.2%;
    }
}
@media only screen and (min-width: 767px) {
    
    #header.fix .nav-wrap, #header.fix .primary-header, .header-style.fix-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999999;
    }
    #header.fix .nav-wrap, .header-style.fix-header {
        background: #fff;
    }
    .p-top {
        padding-top: 157px;
    }

}
.boxed #header.fix .nav-wrap, .boxed #header.fix .primary-header, .boxed .header-style.fix-header {
    max-width: 1170px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {

    .header-1 .reletiv_box:before {
        width: 59.1%;
    }
    .header-1 .reletiv_box:after {
        left: 59.1%;
    }
    .header-1 .stricky .reletiv_box:after {
        left: 59%;
    }
        .header-1 .navigation li:last-child .sub-nav {
        left: auto;
        right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header_tran .navigation .sub-nav {
        width: 170px;
    }
    .navigation {
        margin-left: 0;
    }
    .navigation > ul > li > a {
        padding: 38px 13px;
    }
    .navigation .sub-nav {
        left: -27px;
    }
    .header-1 .nav-wrap:after {
        margin-left: -167px;
    }
    .header-1 .nav-wrap:before {
        left: -166px;
    }
    .header-1 .navigation li:hover .sub-nav {
        top: 100%;
    }
    .header-1 .navigation li:last-child .sub-nav {
        left: auto;
        right: 0px;
    }
    .call-us ul li a {
        font-size: 16px;
    }
    .header-2 .navigation > ul > li > a {
        padding: 18px 23px;
    }
    .header-1 .navigation > ul > li > a {
        padding: 10px 6px;
        font-size: 13px;
    }
    .header.header-2 .navigation > ul > li > a {
        padding: 18px 10px;
    }
    .navigation .btn-text {
        padding: 0 10px;
        min-width: 160px;
    }
    

}

@media (max-width: 767px) {
    .nav-wrap{
        padding: 0px;
        border-top: none;
        border-bottom: none;
    }
    .container {
        margin: 0 auto;
        max-width: 480px;
        width: 100%;
    }
    .header_tran .navigation .sub-nav {
        width: 100%;
        position: static;
        background:#fff;
    }

    .header ul, .header ul li {
        float: none !important;
    }
    .top-social-icon {
        text-align: center;
    }
    .top-social-icon ul li {
        display: inline-block;
        margin: 0 4px !important;
    }
    .top-social-icon ul li:last-child, .top-social-icon ul li:last-child a {
        width: 100%;
        margin: 0;
    }
    .story-content, .video-frame {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        float: none !important;
    }
    
    .header-1 .logo a {
        padding:1px 0 1px !important;
    }
    .navigation {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9;
        background: #242e6b;
    }
    .header-1 .navigation {
        top: 1px;
    }
    .navigation ul li {
        border-bottom:1px solid rgba(221, 221, 221, 0.39);
    }
    .header-2 .navigation > ul > li {
        border-left: none;
    }
    .navigation > ul > li > a, .header-2 .navigation > ul > li > a, .navigation > ul > li:last-child a, .header-1 .navigation > ul > li > a {
        padding: 10px 15px;
        color: #fff;
    }
    .header-2 .primary-header {
        border-bottom: 1px solid #fff;
        background: none;
    }
    .navigation .sub-nav, .navigation li.sub-menu .sub-nav, .navigation li.sub-menu:hover .sub-nav {
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
        border-top: none;
        transition: inherit;
        -webkit-transition: inherit;
        padding: 0;
    }
    .navigation ul li i {
        color: #fff;
        font-size: 25px;
        position: absolute;
        right: 15px;
        top: 9px;
        cursor: pointer;
        pointer-events: none;
    }
    .navigation ul li ul {
        display: none;
    }
    .navigation .on > .ion-ios-plus-empty:before {
        content: '\f462';
        font-family: "Ionicons";
    }
    .nf-col-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer h5:after {
        margin-bottom: 18px;
    }
    .footer-info .col-xs-12 {
        min-height: 0;
    }

    .call-us ul li a {
        font-size: 24px;
    }
    .col-right .opening ul::after, .col-right {
        display: none;
    }

    .header-style .logo {
        padding-bottom: 56px;
    }
    .header-style .navigation {
        top: 163px;
    }
    .header-2 .navigation > ul, .top-social-icon {
        float: none !important;
        ;
    }
    .header-2 .top-social-icon ul li:last-child, .header-2 .top-social-icon ul li:last-child a {
        width: auto;
    }
    .header-2 .top-social-icon {
        padding-bottom: 0;
    }
    .header-2 .appointment-button {
        display: block;
        margin: 10px auto;
        width: 200px;
    }
    .header-2 .navigation {
        top: 3px;
    }
    .header-2.header-style .navigation {
        top: 148px;
    }
    .header-1 .nav-wrap:before, .header-1 .nav-wrap:after {
        display: none;
    }
}

.header-1 .navigation > ul > li > a:hover{
    color: #ec0000;
}

@media(min-width: 767px){
    .hidden-md-up{
        display: none;
    }
}

.margin{
    margin-top: 25px;
}
.ham {
    margin-top: 15px;
  }

.can{
    height: 220px;
    width: 378px;
}

.dsc{
    height: 220px;
    width: 378px;
}

.top-login{
    margin-left: auto;
    background: #5fc7ae;
    border-radius: 20px;
    width: 70px;
    border: none;
}
.color{
    font-size: 18PX;
    /* margin-top: -88px; */
}

.pull-right{
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
}
.fit{
    margin-left: 393px;
}

.form{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding: 40px;
  position: relative;
    border-radius: 25px;
    margin: 10px 20px;
}
.signn {
    position: relative;
}
.signn span:nth-child(1){
    content: '';
    display: block;
    position: absolute;
    left: -0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 90%;
    background-color: #000;
    
}

.signn span:nth-child(2){
    content: '';
    display: block;
    position: absolute;
    left: -0;
    top: 50%;
    width: 30px;
    height:30px;
    background-color: #fff;
    transform: translateX(-50%);
    color: #333;
}



.signn span:nth-child(2) strong{
    position: relative;
    top: 5px;
left: 5px;
}


@media (max-width:800px){
    .signn span:nth-child(1){
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top:0;
        transform: translateY(-0%);
        transform: translateX(-50%);
        width: 80%;
        height: 1px;
        background-color: #000;
        
    }

.signn span:nth-child(2){
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 30px;
    height:30px;
    background-color: #fff;
    transform: translateX(0);
    transform: translateY(-50%);
    color: #333;
    margin-left: -15px
}



.signn span:nth-child(2) strong{
    position: relative;
    top: 5px;
left: 5px;
}  
}


@media(max-width:800px){
    .form{
        margin: 25px 20px;
    }
}



.form .form-control{
    margin-top: 10px !important;
    border: 1px solid #eee;
    font-size: 13px;
    background-color: #fffbfb;
}

.form h5{
    margin-top: 20px;
font-size: 12px !important;
font-weight: 500;
}

.btn-secondary{
    margin-top: 20px;
    font-size: 16px;
    /* text-align: left; */
    font-weight: 700;
    font-family: "Helvetica", sans-serif;
    color: #FFFFFF;
    background-color: #3E4857;
    border-radius: 4px;
    border-width: 0px;
    width: 99px;
    text-align: center;
}
.form img{
    width: 30%;
    margin: 0 auto;
    display: block;
}

.form h5::after{
    content: attr(data-required);
    font-size: 1em;
    color: #FF4949;
    text-decoration: none;
    word-wrap: break-all;
    word-wrap: break-word;
    display: inline;
    margin-left: 5px;
}
.section-title h5{
margin-top: 30px;
margin-bottom: 30px;
}

.section-title h4{
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 30px;
    color: black;
}

.pune{
    margin-top: 100px;
    margin-bottom: 30px;
    font-size: 30px;
    color: black;
}

.team-box h4{
    margin-top: 15px;
    color: #000;
    text-transform: capitalize;
    font-size: 24px;
}

@media(max-width: 767px){
.top_patti{
    display: block;
}
.logo{
    width: 25%;
}
#header.header-1{
    margin-top: 21px;
}
}

.contact .form-control{
border: none; /*1px solid #f4f4f4;*/
border-radius: 20px;
background: rgba(165, 147, 69, 0.075);/*#f4f4f4;*/
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
}
.contact .btn{
width: 100%;
font-size: 12px;
margin-top: 10px;
background: #5fc7ae;
    border: none;
text-align: center;
border-radius: 5px;
}
.contact .form-control:focus {
color: #495057;
border-color: #fff !important;
outline: 0;
margin-top: 7px;
box-shadow: 0 1px 1px 1px rgba(0, 123, 255, .25) !important

}
.contact .form-group{
    margin-bottom: 10px;
}
.contact .form-control{
    margin-top: 7px;
}

.footer{
    background-color: #272727;
background-repeat: no-repeat;
background-position: 278px 55%;
/* background-image: url(../images/bg_footer.png); */
background-size: cover;
}
.footer_logo p{
  /* margin-top: 40px; */
color: #fff;
font-size: 13px;
line-height: 24px;
}
.footer_logo a{
display: inline-block;
}
.footer_logo ul{
margin: 0px;
padding: 0px;
}
.footer_logo ul li {
display: inline-block;
margin-left: 5px;
}
.footer_logo ul li a {
width: 35px;
border-radius: 50%;
display: inline-block;
transition: all 0.3s;
line-height: 31px;
border-width: 2px;
border-style: solid;
text-align: center;
border-color:#fff;
color:#fff;
}
.footer_logo ul li a:hover {
background: #d6a300;
color: #fff;
border-color: #d6a300;
}
.link_footer{
padding-left: 55px;
}
.link_footer ul{
margin:0;
padding:0;
}
.footer h4{
font-weight: 600;
color: #fff;

margin-bottom:10px;
margin-top: 0px;
}
.link_footer ul li{
list-style: none;
}
.link_footer ul li a{
  color: #fff;
margin-bottom: 6px;
font-weight: normal;
display: block;
transition: all 0.3s;
font-size: 13px;
}
.link_footer ul li a:hover{
color: #fff;
}
.footer-latest-news {
padding-left:65px;
}
.footer-latest-news .single-news {
margin-bottom: 16px;
}
.footer-latest-news .single-news h5 a {
font-weight: normal;
font-size: 13px;
/* line-height: 24px; */
color: #fff;
}
.footer-latest-news .single-news h5 a:hover{
color: #fff;
}
.footer-latest-news .single-news span{
color:#fff;
}
.footer .footer-subscribe {
padding-left: 60px;
}
.footer-subscribe p {
color:#fff;
}
.footer-subscribe form {
margin: 40px 0 0 0;
height: 60px;
position: relative;
}

.footer-subscribe form input {
width: 100%;
height: 100%;
border: none;
background: #fff;
border-radius: 30px;
padding: 0 63px 0 30px;
font-size: 15px;
}
.footer-subscribe form button {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 60px;
color: #fff;
border-radius: 0 30px 30px 0 !important;
font-size: 30px;
border: solid;
}
.footer-subscribe form button.btn-text:before{
border-radius: 0 30px 30px 0;
}
.footer .bottom-footer {

background:#171717;
}
.footer .bottom-footer .bor_top {

}
.footer .bottom-footer p {
color: #fff;
line-height: 35px;
margin: 0px;
font-size: 12px;
}
.footer .bottom-footer p a {
font-weight: normal;
}
.bor_top a{
color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
.footer-latest-news, .link_footer, .footer .footer-subscribe {
padding-left:0px;
}
.footer_logo ul li{
margin-left: 3px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.footer-latest-news, .link_footer, .footer .footer-subscribe {
padding-left:0px;
}
.footer h4{
margin-bottom: 20px;
}
.footer .bottom-footer {
margin-top: 30px;
}
.footer{
background-position:50px 0;
}	
}
@media (max-width: 767px) {

.footer-latest-news, .link_footer, .footer .footer-subscribe {
padding-left:15px;
}
.important_info, .contact_btn{
text-align: center;
}
.footer h4{
margin-bottom: 20px;
}
.footer .bottom-footer, .footer-subscribe form {
/* margin-top: 30px; */
}
.footer{
background-position:50px 0;
}
.single-news h5{
margin-bottom: 0px;
}
.link_footer ul li a:last-child, .footer-latest-news .single-news:last-child, .footer-subscribe p{
/* margin-bottom: 0px; */
}
.footer .bottom-footer .bor_top{
padding: 10px 0;
}
.footer .bottom-footer p{
line-height: 1.3;
}
.footer_logo p{
margin-top: 15px;
}
.footer_logo{
margin-bottom:20px
}	

}

.PartnerSign {
    padding-top: 0px;
    margin-bottom: 20px;
}
.about_btn .btn-text {
    min-width: 230px;
    background:#5fc7ae;
    padding: 10px 30px;
    color: white;
    border-radius: 25px;
}
.upcoming-box{
    border: 1px solid #ccc;
    margin-top: 30px;
}
.upcoming-box .img-container{
/* max-height: 315px;
 overflow: hidden;*/
 max-width: 100%;
}
.upcoming-box .img-container img{
    height: auto;
    overflow: hidden;
    width: 100%;
   }
   @media (mai-width:900px){
    .upcoming-box .img-container img{
        height: 315px !important;
        overflow: hidden;
        width: 100%;
       }
   }
.eventdetails {
    border: 1px solid #eaeaea;
    border-top: none;
    padding: 20px 7px !important;
    background: #f9f9f9;
    min-height: 180px;
}
.eventlabel_text {
    width: 110px;
    display: inline-block;
}
.eventheading {
    font-weight: 600;
    font-size: 18px;
}
.eventlabel_text {
    width: 110px;
    display: inline-block;
}

.eventheading {
    font-weight: 600;
    font-size: 18px;
    color: black;
    margin-top: 4px;
}
.viewevent a {
    padding: 8px 20px;
    border-radius: 20px;
    background: #d41e27;
    color: #ffffff;
   position: relative;
top: 30px;
}
.modern{
    color: black;
}

.img-scale {
    box-shadow: 0px 0px 13px #afafaf29;
    background: #ffffff;
    margin-bottom: 20px;
}
.img-scale figure {
    overflow: hidden;
    margin: 0px;
}
.latest__block-post {
    padding: 10px 15px;
    background: #fff;
    position: relative;
    min-height: 492px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
}

.latest__block-post {
    padding: 20px;
}

.meta-post {
    position: absolute;
    top: -22px;
    left: 0;
    background: #fbb908;
    color: #fff;
    padding: 3px 10px;
}
.latest__block-post {
    padding: 10px 15px;
    background: #fff;
    position: relative;
    min-height: 492px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
    color: black;
}
.event-pst strong {
    font-size: 16px;
}
.event-pst h3 {
    font-size: 16px;
}

.img-scale figure {
	overflow: hidden;
	margin: 0px;
}
.img-scale img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.img-scale:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

/* login css */

.log{
    display: block !important;
}
.forget{
    display: block !important;
    margin-top: 10px !important;
    text-decoration: underline !important;
}

.services-sec .viewevent a{
    top: 0;
} 

.upcoming-box h2{
    color: black;
    font-size: 20px
}

.upcoming-box p{
    font-size: 16px;
}
.services-sec .upcoming-box{
    margin-bottom: 30px;
}
.health{
    margin-top: 100px;
    width: 555px;
}
.fav{
    margin: 0 10px;
    display: flex !important;
    margin: 0px 5px 0px -36px;
}

.icn{
    margin: 0px 5px 0px 0px;
}

.single-slide{
    margin-top: 85px;

}
.form-check{
    padding: 0 !important;
}
.pp{
    padding: 0px !important;
    margin-top: 17px;
    width: 15px;
    height: inherit;
}
.x{
    margin-top: 5px;
}
@media(max-width:900px){
    .single-slide {
        margin-top: 24px;
    }
   
}

.drop{
    position: relative;
    z-index: 99999;
}

@media(min-width:900px ){
    .show{
display: none;
    }
}
.gallery-area h2{
    margin-bottom: 60px !important;
}

.reefit-bg{
    margin-top: 70px;
}
@media(max-width:900px){
    .reefit-bg{
        margin: 0;
    }
    .pt-95{
        padding: 0;
    }
    .text-center{
        margin-top: 20px;
    }

    .services-sec .mt-5{
    margin-top: 0 !important;
    }
}



/*****************************************************/
.main-thanks{
  padding: 100px 0;
  }
    .site-footer {
    margin: 0 auto;
    padding: 80px 0 25px;
    padding: 0;
    max-width: 820px;
    text-align: center;
    visibility: hidden;
  }
  .site-footer__fineprint {
    font-size: 0.9375rem;
    line-height: 1.3;
    font-weight: 300;
  }
  
  .main-content {
    margin: 0 auto;
    text-align: center;
    max-width: 820px;
  }
  .main-content__checkmark {
    font-size: 4.0625rem;
    line-height: 1;
    color: #24b663;
  }
  .main-content__body {
    margin: 20px 0 0;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
  }
  
  .site-header {
    margin: 0 auto;
    
    max-width: 820px;
    text-align: center;
  }
  .site-header__title {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    color: #000;
    hyphens: auto;
  }
  
  
  @media only screen and (min-width: 40em) {
    .site-header {
      /* padding-top: 200px; */
    }
    .site-header__title {
      font-size: 6.25rem;
    }
    .main-content__checkmark {
      font-size: 9.75rem;
    }
    .main-content__body {
      font-size: 1.25rem;
    }
    .site-footer {
      padding: 145px 0 25px;
    }
    .site-footer__fineprint {
      font-size: 1.125rem;
    }
  }
  
  @media (max-width: 800px){
    .main-thanks {
      padding: 80px 0;
      
    }
  }

  .main-thanks h3{
    font-style: italic;
   color: #0a4485;
   margin-top: 10px;
   }


   #captcha_code {
    display: block;
  }

  .form h3{
    margin-bottom: 20px !important;
  }

/* *************************************************************************************** */


.view-content {
  margin: 0 -20px;
}
.view-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;

}

.views-row {
  width: 16.66666666666%;
}
.view-content .views-row {
/*  width: 16%;*/
width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}


.view-content .views-row .views-row-inner {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}


 .view-content .views-row img.on {
  opacity: 0;
}

 .view-content .views-row img{
    max-width: 75%;
 }
/*
.view-content .views-row img {
  width: 100%;
  -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
  -moz-transition: all .5s cubic-bezier(.215,.61,.355,1);
  -o-transition: all .5s cubic-bezier(.215,.61,.355,1);
  transition: all .5s cubic-bezier(.215,.61,.355,1);
  max-width: 115px;
}*/

@media (max-width:800px){
    .view-content .views-row {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.view-content .views-row img{
    max-width: 100%;
 }
}

.part{
    line-height: 48px;
font-size: 2.85714rem;
color: #003a70;
margin-bottom: 30px;
}