p{
    text-align: justify;
}
.container .section-header h2{
    font-size: 26px;
    color: #024d87;
    font-weight: 400;
}

.about-us-content{
    text-align: left;
}

.about-us-content p{
    color: #000;
    font-size: 16px;;
}

.container .text-about{
    text-align: center;
}
.container .text-about:hover{
    color:#0090ac;
    text-shadow: 0 0 1px black;
    transition: .9sec;
}


.chat.active {
    opacity: 1;
    visibility: visible;
    bottom: 50px;
}

.chat {
    position: fixed;
    cursor: pointer;
    right: 20px;
    color: white;
    background-color: #024d87;
    z-index: 4;
    width: 11% !important;
    text-align: center;
    height: 45px;
    border-radius: 4px;
    font-size: 18px;
    transition: 1sec;
    overflow: hidden;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}


@media screen and (max-width: 992px) {
  .chat {
    position: fixed;
    cursor: pointer;
    right: 20px;
    color: white;
    background-color: #024d87;
    z-index: 4;
    width: 41% !important;
    text-align: center;
    height: 45px;
    border-radius: 4px;
    font-size: 18px;
    transition: 1sec;
    overflow: hidden;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  .chat {
    position: fixed;
    cursor: pointer;
    right: 20px;
    color: white;
    background-color: #024d87;
    z-index: 4;
     width: 41% !important;
    text-align: center;
    height: 45px;
    border-radius: 4px;
    font-size: 18px;
    transition: 1sec;
    overflow: hidden;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}
}




.chat i {
    position: absolute;
    right: 10px;
    top: 51%;
    transform: translateY(-37%);
    text-align: center;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}

.chat p{
    position: absolute;
    top: 45%;
    transform: translateY(-37%);
    text-align: center;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}


.icon-headphones:before {
    content: "\f025";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

.col-lg-6  .kart{
    width: 225px;
    height: 185px;
    margin: 10px;
    box-shadow: 0 0 5px #337ab7;
}

.kart:hover{
    box-shadow: 0 0 20px #000000;
    transition: 1s;
}

.master-container{
    margin-bottom: 20px;
}

.master-container .img2{
    width: 80%; 
}

.master-container .row{

}
@media only screen and (max-width: 1000px) {
    .master-container .img2 {
        width: 100%;
    }
    .master-container .row{
        border-radius:0 !important;
    }

 }
  
 p{
    font-size: 16px;
 }

 .contact img{
    max-width: 35%;
    height: auto;
 }

 .contact .kart{
    box-shadow: 0px 0px 1px #024d87;
    height: 260px;
    
 }
 .contact .kart:hover{
    box-shadow: 0px 0px 10px black;
 }

 .contact{
    padding-top: 10px;
 }

 .Condition .kart{
    width: 500px;
    height: 340px;
    margin: 10px;
    box-shadow: 0 0 5px #337ab7;
 }

 .Condition .kart img{
    width: 100%;
    height: auto;
 }

 .Condition li{
    margin-top: 15px;
    text-align: left;
 }

 li{
    font-size: 15px;
 }


/*---------------- form -----------------*/


/*General */
.co-form i{
    list-style :none;
    }
    .co-form  h5.order a{
      text-align:center;
    }
    /* Widget Contact Form
    ================================================== */
    .co-form   .contact-forms .btn {
    border-radius: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    }
    .co-form   .btn-primary {
    color: #fff !important;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    border: none !important;
    -webkit-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    }
    
    .co-form  h5.order a{
        color:white;
    }
    
    .co-form  .contact-forms .btn {
    border-radius: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    background: #337ab7;
    padding: 17px;
    border-radius: 4px;
    color: white !important;
    }
    .co-form   .contact-forms .btn span{
        float: left;
    }
    .co-form  .contact-forms .btn i{
        float: right;
        font-weight: bold;
        font-size: 18px;
    }
    .co-form    footer input[type="text"], 
    .co-form   footer textarea,
    .co-form  .blacksidebar .contact-forms input[type="text"], 
    .co-form  .blacksidebar .contact-forms textarea {
    width: 100%;
    margin-bottom: 13px;
    padding: 8px 10px;
    border-radius: 7px;
    }
    .co-form  footer.style1 input[type="text"], 
    .co-form  footer.style1 textarea,
    .co-form   .blacksidebar .contact-forms input[type="text"], 
    .co-form   .blacksidebar .contact-forms textarea {
        color:#bdc3c7;
        background: #1d1e20;
        border: #4b4c4e solid 1px;
    }
    .co-form   footer textarea {
        height: 117px;
    }
    .co-form  header .contact-forms input[type="text"], 
    .co-form  header .contact-forms textarea {
        width: 100%;
        margin-bottom: 20px;
        color:#000408;
        padding: 8px 10px;
        background: #fff;
        border: #c4c4c4 solid 1px;
    }
    .co-form  header .contact-forms input[type="submit"], 
    .co-form   header .contact-forms button {
        width: auto !important;
    }
    .co-form  header .contact-forms input[type="submit"] i, 
    .co-form   header .contact-forms button i{
        margin-left: 10px;
    }
    .co-form   footer textarea {
        height: 117px;
    }
    /* Footer
    ================================================== */
    .co-form   footer {
    width: 100%;
    clear: both;
    color: #bdc3c7;
    padding: 60px 0 40px 0;
    }
    .co-form   footer hr {
        border-top: rgba(255, 255, 255, 0.2) solid 1px;
    }
    .co-form  .footerwidgets {
        padding: 40px 0;
    }
    .co-form   footer.style1 .widget {
        color: #bdc3c7;
        border-top: none;
    }
    .co-form   footer .widget:before {
        background: none;
    }
    .co-form   footer.style1 .widget a{
        color: #bdc3c7;
    }
    
    /* Widget Flickr Gallery
    ================================================== */
    .co-form   .flickrgallery {
        width: 100%;
        float: left;
    }
    .co-form  .flickrgallery ul{
        display: block;
        padding: 0px 20px 20px 20px;
        float: left;
        margin: -5px 0 0 -5px;
    }
    .co-form   footer .flickrgallery ul{
        padding: 0px 0px 20px 0px;
    }
    .co-form   .graysidebar .flickrgallery ul{
        padding-top: 20px;
    }
    .co-form  .flickrgallery ul li{
        padding: 5px 0 0 5px;
        float: left;
        width: 25%;
    }
    .co-form   .flickrgallery ul li a{
        padding: 3px;
        float: left;
        overflow: hidden;
        border: #5a5a5a solid 1px;
    }
    .co-form   .graysidebar .flickrgallery ul li a{
        border: #cdcdcd solid 1px;
    }
    .co-form   footer.style2 .flickrgallery ul li a,
    .co-form   footer.style3 .flickrgallery ul li a
    {
        border: #abadb3 solid 1px;
    }
    
    .co-form   .widget-contact {
    padding: 6px 45px 10px 45px;
    background: rgba(226, 220, 224, 0.15);
    border-radius: 2px;
    }

    .cst-btn {
        border-radius: .25rem;
        text-transform: uppercase;
        font-style: normal;
        font-weight: 400;
        padding-left: 25px;
        padding-right: 25px;
        color: #fff;
        -webkit-clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
        clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
        height: 40px;
        font-size: 0.7rem;
        line-height: 14px;
        letter-spacing: 1.2px;
        transition: .2s .1s;
        background-image: linear-gradient(90deg,#024d87,#024d87);
        border: 0 solid;
        overflow: hidden;
      }
      
      .cst-btn:hover {
        cursor: pointer;
        transition: all .3s ease-in;
        padding-right: 30px;
        padding-left: 30px;
      }

      .about-section{
        text-align: left;
      }

      .about-section a{
        font-size: 18px;
      }

      .section-header{
        margin-bottom: 30px;
      }

/* custom cards */
.note {
    margin-top: 30px;
    color: #fff;
    font-size: 1rem;
    font-family: 'Merriweather', sans-serif;
    line-height: 1.5;
    text-align: center;
}
article.card {
    position: relative;
    /* left: 50%;
    top: 50%;
    left: 50%; */
    width: 100%;
    height: 350px;
    /* transform: translate(-50%, -50%) translateZ(0); */
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    overflow: hidden;
}
article.card .thumb {
    width: auto;
    height: 260px;
    /* background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/new-york-city.png") no-repeat center; */
    background-size: cover;
    border-radius: 3px;
}
article.card .infos {
    width: auto;
    height: 350px;
    position: relative;
    padding: 14px 24px;
    background: #fff;
    transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card .infos .title {
    position: relative;
    margin: 10px 0;
    letter-spacing: 3px;
    color: #024d87;
    /* font-family: 'Grotesque Black', sans-serif; */
   font-size: 18px;
    text-align: left;
    text-transform: capitalize;
    text-shadow: 0 0 0px #32577f;
}

article.card .infos .txt {
    line-height: 1.5;
    font-size: 16px;
    color: rgba(21, 37, 54, .7);
    opacity: 0;
    transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card .infos .details {
    position: absolute;
    left: 0;
    left: 0;
    bottom: 0;
    margin: 10px 0;
    padding: 20px 24px;
    letter-spacing: 1px;
    color: #024d87;
    /* font-family: 'Grotesque Black', sans-serif; */
    font-size: 14px;
    /* text-transform: uppercase; */
    cursor: pointer;
    opacity: 0;
    transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card:hover .infos {
    transform: translateY(-260px);
}
article.card:hover .infos .seats, article.card:hover .infos .txt, article.card:hover .infos .details {
    opacity: 1;
}

.services-cards{
    margin: 50px auto;
}

.training-list li{
    list-style-type: none;
    list-style-image: url(../images/services/check.png);
}