h1, h2,h3, h4, h5, h6, p, span, ul, li, a{margin:0;padding:0;font-family: 'Poppins', sans-serif;}
a{text-decoration:none !important;}
body{margin:0;padding:0;font-family: 'Poppins', sans-serif;}
.no_space{padding-right:0px;padding-left:0px;}
span.bolder {
    font-weight: 700;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


/************************** popup  ************************************/
span.boldr{font-weight:800;color:#ffa300;font-size:30px;}
.modal{top:22%;}
.modal-content{background:#f3f3f3;box-shadow:rgb(0,0,0) 0px 0px 6px 2px;border: 1px solid #ffa300;border-radius: 20px;}
.modal-header{padding:0;border:none;}
button.close{background:url(img/cross.png) no-repeat 0 0;width:16px;height:16px;position:absolute;top: 5px;right: 5px;display:block;opacity:1;}
h4.modal-title{font-size:25px;font-weight:600;color: #ffa300;margin:0;padding:35px 10px 20px;text-align:center;line-height:31px;}
#popupform input.cn{padding:6px 0 5px 48px;margin:0 0 20px;width:100%;background:#fff url(img/pop_sprite.png) no-repeat;background-position:0 0;border: 1px solid #ffa300;}
#popupform textarea{width:100%;height:66px;padding:7px 9px;color:#ffa300;font-size:13px;}
#popupform button, #popupform input[type=submit]{background: #ffa300;color:#fff;border:none;text-transform:uppercase;margin-top:14px;padding:4px 18px;margin-bottom:5px;font-size:19px;}
.modal-dialog{max-width:500px;}
.field:nth-child(2) input.cn{background-position:0 -54px !important;}
.field:nth-child(3) input.cn{background-position:0 -106px !important;}
#popupform p{text-align:center;font-size:13px;color:#000;margin:19px 0 0;}
.fade.in{overflow:hidden;}

/************************** popup  ************************************/

h2 {
    font-size: 32px;
    margin: 0 0 15px;
    color: #272829;
    text-transform: capitalize;
}

/************* Header Start *****************/
.header {
    width: 100%;
    position: absolute;
}

.darkHeader {
    top: 0%;
    position: fixed;
    z-index: 99999;
    transition: 0.7s;
    padding: 0px 0;
    background: linear-gradient(to right, #ffc501 0, #ffa300 100%);
}


.head_top {
    width: 100%;
    padding: 6px 0;
}

.head_bot {
    width: 100%;
}

.logo img{
    width: 100%;
}

.logo {
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.top_left {
    width: 100%;
    text-align: left;
}

.top_left a {
    color: #000;
}

span.top_icon {
    margin: 0 5px 0 0;
    font-size: 14px;
    color: #000000;
}

.top_mid {
    width: 100%;
    text-align: right;
}

.top_mid a {
    color: #000;
}

.top_right {
    width: 100%;
    text-align: right;
}

.top_right a {
    color: #000;
    font-size: 14px;
    text-align: right;
}

.main_navigation {
    width: 100%;
    padding: 7px 0;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    color: #ffffff;
    transition: 0.3s;
}

.navbar-inverse .navbar-nav li a.active{
    /* background: #ffd400; */
    color: #000000;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 12px 6px;
}
.nav.navbar-nav {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.navbar.navbar-inverse {
    margin-bottom: 0;
}

.navbar-collapse.collapse {
    float: right;
}
.navbar {
    min-height: auto;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.bot_right{
    width: 100%;
    padding: 9px 0;
    text-align: center;
}

.bot_right a{
    text-transform: uppercase;
    background: linear-gradient(to right, #ff0000 50%, #ffffff00 50%);
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    padding: 10px 32px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.5s ease-in;
    background-position: right bottom;
    background-size: 201% 100%;
}

.bot_right a:hover{
    background-position: left bottom;
    color: #fff;
    border:none;
    border: 1px solid #333;
}

/************* Header End *****************/
.h_m_banner {
    width:  100%;
    background: url(img/main_banner.jpg) no-repeat top center;
    background-size: cover;
    padding: 150px 0;
}

.h_m_banner h1 {
       font-size: 37px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 35px;
}

.h_m_banner p {
        font-size: 15px;
        color:  #fff;
        margin: 0 0 50px;
}

.bnn_left {
    width: 100%;
}

.bnn_left ul {
    color: #000;
    margin: 0 0 30px;
}

.bnn_left ul li {
    list-style: none;
    padding: 0 0 10px;
    font-size: 17px;
}

.bnn_left ul li i {
    margin: 0 10px 0 0;
    font-size: 17px;
    color: #fff;
}

.h_m_banner a {
   background: #ffffff;
   color: #000;
   text-transform: uppercase;
   font-size: 18px;
   padding: 9px 35px;
   font-weight: 600;
   box-shadow: 0px 0px 7px 1px #000;
}

.banner_right {
    width: 100%;
    padding: 35px 20px;
    background: #ffffff73;
}

.banner_right h4 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.banner_form {
    width: 100%;
}

.banner_form .form-control {
    resize: none;
    background: #ffeecc;
}

.banner_form .form-control::placeholder {
    color: #656565;
}

button.ban_btn {
    width: 100%;
    padding: 10px 0;
    border: 2px solid #000;
    background: none;
    color: #000;
    box-shadow: 0px 0px 5px 0px #000;
}


.h_m_sec2 {
    width: 100%;
    padding: 70px 0;
    text-align: center;
}

.h_sec2_top {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}

.h_sec2_top h2 {
    font-size: 41px;
}

.h_sec2_bot {
    width: 100%;
    overflow: hidden;
}

.ser_box {
    width: 100%;
}

.ser_box_img {
    width: 100%;
}

.ser_box_img img {
    width: 40%;
}

.ser_box_text {
    width: 100%;
}

.ser_box_text h4 {
    margin: 10px 0;
    font-weight: 600;
}

.h_m_sec1 {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background: url(img/sec1_bg.jpg) no-repeat top center;
    background-size: cover;
}

.h_m_sec1 p {
    line-height: 30px;
}

.h_m_sec21 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(to right, #ffc501 0, #ffa300 100%);
    padding: 10px 0;
}

.s21_box {
    width: 96%;
    margin: 30px 0 0;
    border: 2px solid #000;
    padding: 20px 0;
}



.h_m_sec3 {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background: url(img/sec3_bg.jpg) no-repeat top center;
    background-size: cover;
}

.sec3_top {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}

.sec3_bot {
    width: 100%;
    overflow: hidden;
}

.sec3_box {
    width: 100%;
    padding: 10px 30px;
}

.sec3_box img {
    width: 70%;
}

.sec3_box h3 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.h_m_sec4 {
    width: 100%;
    padding: 70px 0;
    background: url(img/sec4_bg.jpg) no-repeat top center;
    background-size: cover;
}

.sec4_top {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}

.sec4_bot {
    width: 100%;
    overflow: hidden;
    color: #fff;
}

.sec4_box {
    width: 100%;
}

.sec4_box img {
    width: 80%;
}

.sec4_box p {
    margin: 20px 0 0;
    color: #000;
}

.h_m_sec5 {
    width: 100%;
    padding: 70px 0;
    background: url(img/sec5_bg.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

.sec5_top {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}

.sec5_bot {
    width: 100%;
    overflow: hidden;
    padding: 20px;
}

.sec5_box {
    width: 100%;
    margin: 0 0 0px;
    height: 220px;
}

.sec5_icon {
    width: 100%;
    text-align: right;
}

.sec5_text {
    width: 100%;
}

.sec5_text h4 {
    margin: 0 0 10px;
    font-weight: 600;
}


.h_m_sec5 .listing ul {text-align: center;}
.h_m_sec5 .listing ul li {
    fill: #fcaa01;
    color: #fcaa01;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 02px 0px 02px 0px;
    border-color: #fcaa01;
    border-radius: 15px 15px 15px 15px;
    padding: 10px 40px;
    display: inline-block;
    font-weight: 900;
    margin: 0 0 24px;
    transition: all 0.3s ease-out;
}
.h_m_sec5 .listing ul li+li {margin-left: 9px;}
.h_m_sec5 .listing ul li:hover {color: #000000;transform: scale(1.04);border-radius: 15px 15px 15px 15px;}
.h_m_sec5 .slick-prev::before {content: "\f104";font: normal normal normal 14px/1 FontAwesome;position: absolute;left: 0;color: #000000;top: -25px;bottom: 0;display: flex;align-items: center;font-size: 20px;font-weight: 900;}
.h_m_sec5 .slick-next::before {content: "\f105";font: normal normal normal 14px/1 FontAwesome;position: absolute;right: 0;color: #000000;top: -25px;bottom: 0;display: flex;align-items: center;font-size: 20px;font-weight: 900;}


.h_m_sec6 {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
    background: url(img/sec6_bg.jpg) no-repeat top center;
    background-size: cover;
}

.h_sec6_top {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px;
}

.h_sec6_top h2 {
    color: #fff;
    text-align: center;
}

.h_sec6_bot {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.test_box {
    width: 99%;
    background: #fff;
    padding: 50px 40px;
    margin: 60px 0 0;
}

.test_box_img {
    width: 100%;
    margin: -100px 0 0;
}

.test_box_img img {
    width: 20%;
}

.test_box_text {
    width: 100%;
}

.test_box_text h5 {
    margin: 10px 0;
    font-weight: 600;
    font-size: 20px;
}

.h_m_sec7 {
    width: 100%;
    padding: 70px 0;
    background: url(img/sec7_bg.jpg) no-repeat top center;
    background-size: cover;
}

.h_sec7_left {
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 1px 8px 1px #000;
    padding: 30px 20px;
}

.h_sec7_left h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 30px;
}

.h_sec7_form {
    width: 100%;
}

.h_sec7_form .form-control {
    border: none;
    box-shadow: none;
    background: no-repeat;
    border-radius: 0;
    border-bottom: 2px solid #000;
    resize: none;
}

.h_sec7_form .form-control::placeholder {
    color: #000;
}

.capbox {
    width: 100%;
    margin: 0 auto 20px;
    }
.capbox-inner {
     background: none;
     color: #555555;
     font-size: 10px;
     width: 100%;
     border-radius: 0px;
     text-transform: uppercase;
     border: none;
     text-align: center;
     padding: 10px 0;
     border-bottom: 2px solid #000;
}
#CaptchaDiv {
    background: #fff;
    color: #555555;
    width: 100%;
    padding: 26px 0px;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #000000;
    text-align: center;
    box-shadow: 1px 1px 3px 0px #000;
}
#CaptchaInput {
    margin: 3px 0 7px 0px;
    width: 114px;
    padding: 4px;
}

button.s7_btn {
    color: #000;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    background: #ffc703;
    border: none;
}

.h_sec7_right {
    width: 100%;
    padding: 30px 40px;
}

.sec7_box {
    width: 100%;
    margin: 0 0 40px;
}

.sec7_box_icon {
    width: 100%;
    text-align: center;
}

.sec7_box_icon img {
    width: 80%;
}

.sec7_box_text {
    width: 100%;
    margin: 9px 0;
}

.sec7_box_text p {
    font-size: 18px;
}


.owl-pagination {
    margin: 30px 0 0;
}
.owl-theme .owl-controls .owl-page span {
    background: #bfbfbf;
}

.footer {
    width: 100%;
    background: #fd990a;
    padding: 30px 0;
    overflow: hidden;
}

.foot_top {
    width: 100%;
    padding: 50px 0;
    background:  #253646;
}
.foot_box h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 14px;
    color: #000;
}
.foot_box p {color: #fff;
}
.foot_box {
    width: 100%;
    padding: 0 0 20px;
}
.foot_box ul li {
    display: inline-block;
    position: relative;
    line-height: 27px;
    padding: 0 10px 0;
}
.foot_box ul li a {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    transition: all 0.5s ease 0s;
}
.foot_box ul li:hover a {
    color: #ffffff;
}

.foot_box1 {
    width: 100%;
}

.foot_box1 h4 {
    margin: 50px 0 0;
}

.foo {padding: 0px 50px 0;}

.payment {
    width: 100%;
    padding: 20px 0px;
}

.payment img {
    width: 100%;
}

.payment h3 {
    margin: 0 0 20px;
}


.inner_page_banner {
    background: #fd990a;
    text-align: center;
    padding: 100px 0 30px;
    width: 100%;
}
.inner_page_banner h1 {
    color: #ffffff;
    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: #000000;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px;
}
.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: #57ca85;
    padding: 10px 30px;
    border: none;
}   
.conatc_us_form {
    width: 100%;
}
.conatc_us_form .form-control {
    resize: none;
    border: 2px solid;
    border-radius: 0;
}

/*floating strips css start */
.floating_wrap {
    position: fixed;
    right: 0px;
    top: 140px;
    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: #fdab01;
    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: #c0151b;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}
/*floating strips css end */


.whatspp-icon {
    position: fixed;
    bottom: 40px;
    left: 11px;
    z-index: 99999999;
}

.whatspp-icon img {
    max-width: 100%;
    display: block;
}



/* responsive styling*/
@media screen and (max-width:980px)
{
    
}

    
    

@media screen and (max-width:767px)
{   
 .darkHeader {display: none;}   
 .header { position: inherit; background: #fda800;}
 .bot_right {display: none;}
 .navbar-inverse .navbar-toggle .icon-bar {background-color: #fff;}
 .floating_wrap {  top: 250px;z-index: 99;}
 .h_m_banner {background: url(img/main_banner.jpg) no-repeat -60px 0px; padding: 20px 0;}
 .banner_right {margin: 40px 0 0;}
 .h_sec2_top h2 { font-size: 22px;}
 .ser_box {margin: 0 0 20px;}
 h2 {font-size: 22px;}
 .sec5_icon img { width: 100%;}
 .sec5_box {margin: 0 0 20px;height: auto;}
 .sec7_box_icon {display: none;}
 .top_right { text-align: center;}
 .top_mid {text-align: center;}
 .h_m_sec7 {padding: 70px 0 0;}
 .sec7_box_text p {font-size: 14px;}
 .navbar-inverse .navbar-nav > li > a { padding: 7px 12px 6px; text-align: center;}
    
    
    
    
    
    
}