body { margin: 0; padding: 0; font-family: 'Poppins', sans-serif;  }
h1, h2, h3, h4, h5, h6, p, span, ul, li, a { margin: 0; padding: 0;font-family: 'Poppins', sans-serif; }
p { font-size: 16px; }
h2 { font-size: 30px; font-weight: 700;margin: 0 0 15px;text-transform: capitalize; }
img { max-width: 100%; }
a { text-decoration: none !important; }
li { list-style: none;}

.no_space { padding-right: 0px; padding-left: 0px; }
.sec { padding: 50px 0; }
.main_btn { border-radius: 50px; line-height: 50px; text-align: center; font-size: 18px; color: #141414; font-weight: 900; text-transform: uppercase; display: inline-block; transition-duration: .5s; border: 3px solid #fff; padding: 0 20px; }
.main_btn:hover { background: #faa21b; border-color: #faa21b; color: #fff }
a.main_btn span>i { margin-left: 66px; }
.main_btn2 { display: inline-block; padding: 10px 33px;background: #e2181c;color: #fff ;  text-transform: uppercase; border-radius: 3px; font-size: 16px; font-weight: 700; transition-duration: .5s; border: none; }

.main_btn2:hover { background: #151515; color: #fff; }
.main_btn3 { display: inline-block; padding: 10px 33px; color: #FFF; border-radius: 3px; font-size: 16px; font-weight: 700; transition-duration: .5s; background: #000; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }




/*floating strips css start */
.floating_wrap {
    position: fixed;
    right: 0px;
    top: 100px;
    z-index: 99;
}
.floating_wrap .btns_wrap {
    position: fixed;
    right: 0px;
}
.floating_wrap .btns_wrap a:hover {
    text-decoration: none!important;
    right: 0px;
}
.floating_wrap .btns_wrap .call_wrap {
    width: 275px;
    position: absolute;
    right: -225px;
    background: #fff;
    top: 60px;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.floating_wrap .btns_wrap .call_wrap span {
    color: #c0151b;
    font-size: 19px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
}
.floating_wrap .btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 275px;
    background: #fff;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px 0px 0px 50px;
}
.floating_wrap .btns_wrap .chat_wrap span.icoo, .floating_wrap .btns_wrap .call_wrap span.icoo {
    color: #2f2f71;
    background: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 14px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0px 0px 50px;
}
.floating_wrap .btns_wrap .chat_wrap span {
    color: #000;
    font-size: 17px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}
/*floating strips css end */



/************************** header  ************************************/
.header { width: 100%; z-index: 56; position: absolute; padding: 10px 0;top: 0;}
.logo { width: 100%; }
.head_left {
    width: 100%;
    text-align: right;
}
.head_left ul li {
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin: 0 0 0 30px;
}
.head_left ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.head_left ul li span {
    color: #fff;
    display: block;
}

/************************** Banner  ************************************/
.banner {
    background: url(img/main_banner.jpg) no-repeat top center;
    padding: 130px 0 95px;
    width: 100%;color: #fff;position: relative;
    background-size: cover;    overflow: hidden;
}
.ban_left { width: 100%; }
.ban_left h1 {
    font-size: 49px;
    font-weight: 700;
    line-height: 58px;}
.ban_left p {font-size: 20px;    line-height: 27px;margin: 20px 0;}
.ban_left h1>span {
    background: #fbc210;
    border-radius: 5px;color: #000;
    padding: 4px;
    display: inline-block;
}

ul.ban_list {column-count: 2;}
ul.ban_list  li { font-size: 18px;  font-weight: 500; line-height: 34px; letter-spacing: -0.3px; }
ul.ban_list li:before { content: "\f00c"; font-family: 'fontAwesome'; margin: 0 10px 0 0; color: #fff; }
.ban_left a {
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    transition-duration: .5s;
    border: 3px solid #fff;
    padding: 11px 20px;
    margin: 20px 0;
}
.ban_left a span {
    margin: 0 0 0 40px;
}

.banner_right {
    width: 100%;
    border: 3px solid #fff;
    padding: 20px;
    border-radius: 12px;
}

.banner_right h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 23px;
    text-align: center;
}
span.ban_for {
    font-size: 16px;
}
span.ban_for strong {
    color: #fbc210;
}
.bnn_form {
    width: 100%;
}
.bnn_form .form-control {
    width: 100%;
    resize: none;
}
button.ban_btn {
    font-size: 16px;
    background: #fbc210;
    color: #000;
    border-radius: 10px;
    padding: 9px 0;
    box-shadow: 0px 5px 15px #00000087;
    transition: 0.3s ease-in;
    text-transform: uppercase;
    width: 100%;
    border: none;
    font-weight: 700;
}
/************************** Section 1 ************************************/
.h_sec1 {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.s1_box {
    width: 100%;
}

.s1_box img {
    max-width: 100%;
}
/************************** Section 2 ************************************/
.h_sec2 {
    width: 100%;
    overflow: hidden;
}

.s2_bot {
    width: 100%;
}

.s2_left {
    width: 100%;
}

.s2_left img {
    width: 100%;
}
.s2_right {
    width: 100%;
    padding: 0 100px 0 30px;
}
.s2_right h4 {
   border: 2px solid #1f73b7;
    border-radius: 14px;
    padding: 7px 13px;
    text-align: center;
    line-height: 27px;
    text-transform: uppercase;
}
.s2_right p {     margin:0 0 30px ; }
.s2_right h4 a {
    color: #003b82;
    margin: 0 8px;
}

/************************** Section 3  ************************************/
.h_sec3 { width: 100%;overflow: hidden; background: #151515;    color: #fff; }
.s3_top { width: 100%;text-align: center; margin: 0 0 40px; }
.s3_top h2 { color: #fff; }
.s3_bot {
    width: 100%;
    overflow: hidden;
}
.s3_box {
    width: 100%;
    border: 1px solid #8d8b8b;
    padding: 29px;
    border-radius: 50px;
    height: 260px;margin: 0 0 30px;
}
.s3_box h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
span.s3_bold {
    color: #fbc210;
    display: block;
}
.s3_box ul li {
    padding: 0 0 9px;
}

.s3_box ul li i {
    color: #fbc210;
    margin: 0 10px 0 0;
}


/************************** Section 4  ************************************/
.h_sec4 {
    width: 100%;text-align: center;
}
.s4_top {
        width: 100%;
    
    margin: 0 0 40px;
    overflow: hidden;
}
.s4_bot {
    width: 100%;
    overflow: hidden;
}

.s4_box {
    width: 100%;
    background: url(img/qud.png) -1px -1px no-repeat #f0f0f0;
    display: table-cell;
    height: 197px;
    padding: 28px 10px 0;
    border-radius: 40px;
}
.s4_box:hover {
    background: #003b82;
    color: #fff;
}
span.s4_icon {
    height: 82px;
    width: 73px;
    background: url(img/sprites.png) no-repeat;
    margin: 0 auto;
    display: block;
    background-position: -76px -90px;
}
.s4:nth-child(2) .s4_box span.s4_icon {background-position: -183px -61px;}
.s4:nth-child(3) .s4_box span.s4_icon {background-position: -277px -76px;}
.s4:nth-child(4) .s4_box span.s4_icon {background-position:-326px -327px;}
.s4:nth-child(5) .s4_box span.s4_icon {background-position: -227px -325px;}
.s4:nth-child(6) .s4_box span.s4_icon {background-position: -130px -323px;}

.s4_box:hover span.s4_icon {background-position: -76px 0;}
.s4:nth-child(2) .s4_box:hover span.s4_icon {background-position: -183px 12px;}
.s4:nth-child(3) .s4_box:hover span.s4_icon {background-position: -277px 6px;}
.s4:nth-child(4) .s4_box:hover span.s4_icon {background-position:-330px -239px;}
.s4:nth-child(5) .s4_box:hover span.s4_icon {background-position: -227px -239px;}
.s4:nth-child(6) .s4_box:hover span.s4_icon {background-position: -130px -244px;}

.s4_box p {
    font-size: 15px;
    margin: 10px 0 0;
}
/************************** Section 5  ************************************/
.h_sec5 {
    width: 100%;position: relative;
    overflow: hidden;
}
.h_sec5 .container {
    background: #333;
    padding: 30px 30px;
    border-radius: 50px;
    color: #fff;
}

.s5_left {
    width: 100%;
}

.s5_left h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}
span.s5_sm1 {display: block;
    font-size: 19px;
    font-weight: 400;
}
span.s5_sm2 {
    font-size: 80px;
    display: inline-block;
}
span.s5_sm4 {
    font-size: 30px;
    display: inline-block;
    position: absolute;
    top: 29px;
    left: 200px;
    font-weight: 700;
}
span.s5_sm3 {
    font-size: 23px;
    display: block;
    position: absolute;
    left: 200px;
    top: 64px;
    font-weight: 400;
}
.s5_right {
    width: 100%;
    text-align: center;
}

.s5_right p {
    font-size: 23px;
    text-transform: uppercase;
    margin: 0 0 25px;
}
span.s5_rig_b {
    color: #fbc210;
}

.s5_right ul li {
    display: inline-block;
}
.s5_right ul li a {
    padding: 7px 13px;
    border-radius: 8px;
    margin: 0 2px;
    background: transparent;
    border: 1px solid #565656;
    color: #fff;
}
.s5_right ul li:nth-child(1) a {color: #000;
    background: #fbc210;
    padding: 7px 7px;
    border-radius: 8px;
    margin: 0 2px;
}






/************************** Section 10  ************************************/
.h_sec10 {
    background: #eee;
    overflow: hidden;
    width: 100%;
    padding: 50px 0;
}
.s10_top {
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
}

.s10_bot {  overflow: hidden;width: 100%;}
.s10_box { width: 100%;}
.s10_box_img {
    width: 100%;
    text-align: center;
}
.s10_box_img img {
    border-radius: 50%;
}
.s10_text {
    width: 100%;
    margin: 40px 0 0;
}
span.quot {
    font-size: 30px;
    margin: 0 0 20px;
    display: inline-block;
}
.s10_text p {
    color: #666666;
    line-height: 32px;
    margin: 0 0 50px;
}
.s10_text h5 {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 10px;
}
.owl-pagination {
    margin: 30px 0 0;
}
.owl-theme .owl-controls .owl-page span {
    background: #e2181c;
}

/************************** Section 11  ************************************/
.h_sec11 {
    width: 100%;
}
.s11_top {
    text-align: center;
    margin: 0 0 40px;
    width: 100%;
    overflow: hidden;
}
.s11_bot {
    width: 100%;
    overflow: hidden;    text-align: center;
}
.s11_bot ul li { display: inline-block; }

/************************** Section 12  ************************************/
.h_m_sec12 { background: #27282d;    width: 100%;    color: #fff; }

.sec12_form {
    width: 100%;
}
.sec12_form .form-control {
    width: 100%;
    background: #3d3e42;
    border: none;
    resize: none;
    height: 44px;color: #fff;
}
.sec12_form .form-group textarea { height: 150px;}

.sec12_form input::placeholder {
    color: #fff !important;
}
.sec12_form textarea::placeholder {
    color: #fff !important;
}
.s12_right {
    width: 100%;
}
.s12_right h4 {
    font-size: 18px;
    margin: 15px 0;
}
.s12_right a {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
}
button.sc12_btn {
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 41px;
    border-radius: 8px;
    background: #fbc210;
    color: #000;
    font-weight: 700;
    border: none;
}




/************************** Section 9  ************************************/

/************************** Footer  ************************************/
footer { width: 100%; overflow: hidden; }
.foot_top {
    width: 100%;
    background: #eee;
    padding: 40px 0;
}
.foot_box { width: 100%;  }
.foot_box h3 { margin: 0 0 20px; font-size: 16px; font-weight: 600; text-transform: uppercase; border-bottom: 2px solid #000; padding-bottom: 15px; position: relative; }
.foot_box h3:before { content: ""; bottom: -2px; right: 50%; left: 0; position: absolute; z-index: 1; height: 2px; width: 20%; background: #fbc210; }
.foot_box ul { padding: 0 0 0 18px; }
.foot_box ul li { line-height: 30px; position: relative; }
.foot_box ul li:before { content: ""; width: 8px; height: 8px; position: absolute; left: -20px; background: #fbc210; top: 10px; transition: linear .5s; }
.foot_box ul li a { color: #000; font-size: 16px; transition: linear .2s; }
.foot_bot { background: #1b1d26; color: #fff; width: 100%; padding: 16px 0; }
.foot_bot p { text-align: center; font-size: 16px; color: #fff; }

.inner_page_banner {
    background: #444444;
    text-align: center;
    padding: 89px 0 40px;
    width: 100%;
}
.inner_page_banner h1 {
    color: #fff;
    text-transform: uppercase;
}
.terms_condition_section {
    width: 100%;
    padding: 60px 0;
}
.terms_cond_inner h3 {
    font-weight: 600;
    margin: 20px 0;
    text-transform: uppercase;
}
.terms_cond_inner p {
    font-size: 16px;
    margin: 0 0 20px;
}
.terms_cond_inner ul li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
}
.terms_cond_inner ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    background: #02569d;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 19%;
}
.inerpage_section1 {
    width: 100%;
    padding: 40px 0;
}
.conatc_us_form label {
    text-transform: uppercase;
    font-weight: 700;
}
button.cont_but {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #1c3a48;
    padding: 10px 30px;
    border: none;
}	
.conatc_us_form {
    width: 100%;
}
.conatc_us_form .form-control {
    resize: none;
    border: 2px solid;
    border-radius: 0;
}


/*responsive*/


@media screen and (max-width:980px) {
.ban_left h1 {font-size: 30px;}
.ban_left h1>span { line-height: 38px;}	
.s2_left {display: none;}
.s10_text {    margin: 0;}	
.s12_right a { font-size: 24px;}	


}
@media screen and (max-width:767px) {
.floating_wrap {top: 290px;}
.s2_right {    padding: 0;}	
.s3_box {height: auto;}	
.s4_box { display: inherit; margin: 0 0 40px;}	
span.s5_sm4 {font-size: 25px;}	
span.s5_sm3 {font-size: 16px;}
.s5_right ul li {display: block; margin: 0 0 30px;}	
	.s11_bot ul li {
    display: inline-block;
    margin: 0 0 20px;
}
	h3.for_ser {
    display: none;
}.foot_box {
    margin: 0 0 20px;
}
}
