@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('fonts/SourceSansPro-Bold.ttf');
}
@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('fonts/SourceSansPro-Regular.ttf');
}
@font-face {
    font-family: 'Merriweather-Regular';
    src: url('fonts/Merriweather-Regular.ttf');
}
@font-face {
    font-family: 'Merriweather-Bold';
    src: url('fonts/Merriweather-Bold.ttf');
}
@font-face {
    font-family: 'timesbd';
    src: url('fonts/timesbd.ttf');
}
@font-face {
    font-family: 'times';
    src: url('fonts/times.ttf');
}
body{
    overflow-x: hidden;
    font-size: 16px !important;
    color: black;
    line-height: 1.64em !important;
            font-family: 'times';

}
h1,h2,h3,h4,h5,h6{
        font-family: 'timesbd';

}
.site p{
    margin: 20px 0 0;
    color: black;
}
.site a{
    text-decoration: none;
}
.thankyou {
    padding: 48px 0;
}

.thankyou .form_div {
    width: 552px;
     float: none; 
    margin: 0 auto;
}
.thankyou  .form_box {
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    padding: 10px 10px;
    background: #f1f1f1;
    width: 100%;
    margin-bottom: 13px;
}
.thankyou  .banner_button .form_btn {
    margin: 0 auto;
    display: block;
    border-radius: 0;
    padding: 12px 0;
    width: 167px;
}
.thankyou h2{
    font-size: 32px;
    margin-top: 10px;
    color: #3c434b;
    font-family: 'timesbd';
}
.thankyou h3{
     color: #3c434b;
    font-size: 16px;
    font-family: 'times';
}
.site a:hover{
    outline-offset: 0;
    outline: 0 none;
    text-decoration: none;
} 
.footer a{
    color: white;
}
.footer a:hover{
    color: #f2b01c

}
 .form_btn:hover {
    background: #f2b01c!important;
}
.site a:focus, .site a:active{
    outline-offset: 0;
    outline: none;
    text-decoration: none;
} 
.hide-desktop {
    display: none;
}
textarea:focus, input:focus {
    outline: none;
}
textarea:active, input:active {
    outline: none;
}
button:focus, button:active{
    outline: none;
}
select:focus, select:active{
    outline: none;
}
.site .container{
    width: 1160px;
}
img{
    max-width: 100%;
}
.margin-zero{
    margin: 0 !important;
}
.header_div img{
        width: 518px;
}
/*------------------Header Style--------------------*/
.header_div{
background-image: linear-gradient(to right, #fbcb07, #fdd832 , #fffa9f);
    padding: 9px 0;
    border-bottom: 3px solid white;
}
.banner_div{
    background: url(images/banner-bg.jpg) no-repeat ;
    padding: 40px 0 90px;
    background-size: cover;
}
.banner_div .row_mt{
    padding: 0 70px;
    margin-top: 0px;
}
.cform_sec{
background: #44505e;
}
.banner_div .text-img{
    margin: 50px 0 0;
}
.header_div h2{
    font-size: 35px;
    text-shadow: 0 0 #000;
    text-align: right;
    margin: 29px 0 0;
}
.banner_text{
    padding-left: 25px;
}
.banner_button .form_btn {
    background: #0044cc;
    color: white;
    font-family: 'timesbd';
    font-size: 16px;
    text-align: center;
    border: 1px solid white;
    margin: 2px 00;
    display: block;
    /* border: none; */
    border-radius: 5px;
    padding: 12px 0;
    width: 100%;
    text-transform: uppercase;
}
.entry-content{
    background: #fff;
    padding: 30px 20px;
}
.entry-content h1{
    color: #194f9b;
    font-size: 29px;
    font-weight: 700;
    margin: 0 0 0;
}
.entry-content h2{
    color: #194f9b;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 0;
}
.image_text_content{

}
.inner_text{
    font-size: 20px;
    margin: 5px 0 0 !important;    
}
.inner_text strong{
    font-weight: 600;
}
.entry-content ul{
    margin: 20px 0;
    padding: 0;
}
.entry-content li{
    background: url("images/check.png") no-repeat left 9px;
    font-size: 18px;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 5px;
}
.inner_text_box_heading{
    margin: 5px 0px 15px !important;   
}
.inner_text_box{
    background: #EDF4FE;
    border-left: 10px solid #C1D9F5;
    margin: 0 0 25px;
}
.inner_padding{
    padding: 20px;
}
.inner_text_box p{
    color: #000;
}
.form_section{
    background: #2e5791;
    width: 680px;
    margin: 0 auto;
    border: 3px solid #c8c5c5;
    padding: 20px;
}
.form_section h2{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 0;
    text-align: center;
    text-transform: capitalize;
}
.form_section p{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.form_widget{
    padding: 10px 0;
    margin: 10px 0 0;
}
.form_box{
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    padding: 12px 10px;
    width: 100%;
    margin-bottom: 13px;
}
.form_btn{
    font-family: 'SourceSansPro-Bold';
    background: #e7c35c;
    color: #000;
    font-size: 16px;
    letter-spacing: -1px;
    margin: 20px auto 0;
    display: block;
    border: none;
    padding: 12px 0;
    width: 290px;
    text-transform: uppercase;
    border-radius: 0;
}
.footer{
      background: #464646;
    padding: 18px 0;
    text-align: center;
}
.footer p{
    color: #fff;
    margin: 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'times';
}
#ajax-loader-cform{
    background: url("images/ajax-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    margin: 20px auto 0;
    width: 16px;
    display: none;
}
.footer ul{
    float: right;
    margin: 0;
    padding: 0;
}
.footer li{
    border-left: 1px solid #fff;
    list-style: none;
    display: inline-block;
    line-height: 12px;
    float: left;
}
.footer li a{
    color: #fff;
    display: block;
    padding: 0 10px;
}
.footer li:first-child{
    border-left: none;
}
.food_img{
    margin: 30px 0;
}
.inner_ul{
    padding-left: 30px !important;
}
.inner_ul li{
    margin: 7px 0 0 !important;
}
.entry-content h4{
    font-size: 20px;
    font-weight: 700;
    margin: 23px 0 0;
}
.thank-div{
    padding: 50px 0 150px;
    text-align: center;
}
.footer_head2{
        font-family: 'timesbd';
    font-size: 20px;
color: #f2b01c;
}
.home_content_list li {
    background: url(images/arrow.png) no-repeat left 10px;
    padding-left: 32px;
    font-size: 20px;
    line-height: 30px;
    font-family: 'times';
    margin-bottom: 4px;
}
.home_content_list {
    color: #b1976b;
    padding-top: 10px;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 0!important;
}
.home_content_list a {
    color: white!important;
}
.banner_div h2{
    font-size: 57px;
        margin-top: 10px;
    color: white;
    font-family: 'timesbd';
}
.footer_head {
    font-family: 'timesbd';
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 13px;
    color: white;
}
.banner_div h3{
font-family: 'timesbd';
    font-size: 27px;
    color: white;
    line-height: 41px;
    margin: 14px 0 40px;

}
.banner_div h3 span{
    font-family: 'times';
    font-size: 23px;

}
.left_form{
padding: 60px  0 !important;
    background: #44505e;
    color: white;
}
.left_form h2{
        font-family: 'timesbd';

    font-size:38px;
}
.left_form p{
font-family: 'times';
    font-size: 16px;
    line-height: 31px;
    color: white;
}
.right_form{
    padding: 45px 45px 25px 21px!important;
    background: #467792;
    height: 609px;

}
.testi_left img{
    float: left;
    margin: 0 20px 4px 0;
}
.testi_left p{
font-family: 'times';

    font-size: 16px;
    line-height: 23px;
}
.left_inner{
    text-align: center;
    padding: 0 70px;
}
.form_div{
    width: 468px;
    float: left;
}
.state_form input{
    margin-right: 5px;
    display: inline-block;
    width: 32%;
}
.state_form input:last-child{
    margin-right: 0;
}
.state_form {
    padding: 0 15px
}
.testi_outer{
    background: white;
    padding: 30px 0 50px;
}
.testi_left h2{
   font-family: 'timesbd';

    font-size: 38px;
    color: #07354e;
    margin-bottom: 27px;
}
.testimonial h3 {
    color: #3c434b;
    font-family: 'timesbd';
    font-size: 27px;
    margin-bottom: 16px;
}
.testimonial hr {
    border-color: #fbcb07;
    width: 132px;
    margin: 0 auto;
}
.testimonial{
    background: #d9e2e0;
    border-radius: 5px;
    box-shadow: 4px 4px 6px #d2d2d2;
    margin-top: 25px;
    text-align: center;
    border: 1px solid #d4d4d4;
    padding: 0 0 25px;

}
.testimonial p{
    line-height: 25px;
    color: black;
    padding: 0 20px;
    font-size: 17px;
    font-family: 'times';
}
.testimonial .ts_title{
     font-family: 'times';

    font-size: 16px;
    margin-top: 13px;
}
.personal_ing h3 {
font-family: 'timesbd';
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 0;
    margin-top: 0;
    color: white;
}
.personal_ing hr {
    width: 132px;
    margin: 0 auto;
}
.personal_ing{
    box-shadow: 4px 4px 6px #d2d2d2;
    margin-top: 25px;
    background: #44505e;
    text-align: center;
    padding: 18px 11px;
    border-radius: 5px;
}
.personal_ing p{
    line-height: 23px;
    font-size: 15px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #e7c35c!important;
}
.owl-theme .owl-dots .owl-dot span {

    background: #07354e!important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px!important;
    height: 7px!important;
    margin: 5px 2px!important;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
::placeholder{
    color: #626262;
    font-family: 'SourceSansPro-Regular';

}
.cform_sec{
    overflow-x: hidden;
}