@font-face {
    font-family: 'Cocogoose';
    src: url('../fonts/Cocogooser.woff2') format('woff2'),
    url('../fonts/Cocogoose.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cabin-Regular';
    src: url('../fonts/Cocogooser.woff2') format('woff2'),
    url('../fonts/Cocogoose.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Patua';
    src: url('../fonts/Patua.woff2') format('woff2'),
    url('../fonts/Patua.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Contact */
 .contact-box{
     padding: 70px 0px;
}
 .left-contact h2{
     font-size: 22px;
     font-weight: 500;
     padding-bottom: 30px;
}
 .cont-line{
     overflow: hidden;
     margin-bottom: 30px;
}
 .dit-right h4 {
     font-size: 16px;
     color: #3a4149;
     font-weight: 500;
     margin: 0;
     padding: 0;
}
 .dit-right p {
	font-size: 18px;
    color: #888;
    font-weight: 500;
    line-height: normal;
    font-family: 'Patua';
    margin-top: 0;
}
.dit-right a {
    font-size: 18px;
    color: #888;
    font-weight: 500;
    line-height: normal;
    font-family: 'Patua';
}
 .dit-right a:hover{
     color: #57cef8;
}
.contact_banner {
    background-color: #f9f9f9;
    min-height: 450px;
    text-align: center;
    background-image: url(../images/slider/contacts-banner.jpg);
    background-size: 100%;
    background-position:center;
    background-repeat: no-repeat;
}
.contact-box h4 {
    font-family: 'Patua';
    text-align: left;
    text-transform: capitalize;
    font-size: 23px;
    color: #2E3192;
    margin-bottom: 7px;
}
.contact-box .icon-b {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 25px;
    margin-right: 15px;
    color: #fff;
    border-radius: 100%;
    background: #2e3192;
}
.submit-button .btn-common {
    background-color: #2e3192;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    padding: 0px 20px;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    opacity: 1;
    font-family: 'Patua';
    margin: 30px auto;
    border-radius: 5px;
}
 .contact-block .form-group textarea.form-control{
     height: 150px;
     padding-top: 15px;
}
 .submit-button .btn-common:hover{
     background-color: #111;
     opacity: 1;
}
 .custom-select{
     height: 45px;
     font-size: 16px;
}
 select.form-control:not([size]):not([multiple]){
     height: calc(45px + 2px);
}
 .help-block ul li{
     color: red;
}
 .contact-block{
}.contact-block .form-group .form-control {    background: #E8E8E8;    height: 48px;    font-size: 14px;    border: 0;    padding: 5px 20px;    -webkit-box-shadow: none;    box-shadow: none;    border-radius: 0;    font-weight: 200;    letter-spacing: 0px;    border-radius: 5px;}