h1, h2,h3, h4, h5, h6, p, span, ul, li, a{margin:0;padding:0;font-family: 'Rubik', sans-serif;}
a{text-decoration:none !important;}
body{margin:0;padding:0;font-family: 'Rubik', 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:#57ca85;font-size:30px;}
.modal{top:22%;}
.modal-content{background:#f3f3f3;box-shadow:rgb(0,0,0) 0px 0px 6px 2px;border:1px solid #57ca85;}
.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: #ed497a;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 #ed497a;}
#popupform textarea{width:100%;height:66px;padding:7px 9px;color:#57ca85;font-size:13px;}
#popupform button, #popupform input[type=submit]{background: #ed497a;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%;
}

.darkHeader {
    top: 0%;
    position: fixed;
    z-index: 99999;
    transition: 0.7s;
    padding: 0px 0;
    background: #000;
}

.head_top {
    width: 100%;
    background: #000;
    padding: 3px 0;
}

.head_bot {
    width: 100%;
    background: #000000;
}

.logo img{
    max-width: 100%;
}

.logo {
    width: 100%;
    text-align: center;
    padding: 4px 0;
}

.top_left {
    width: 100%;
    text-align: center;
    color: #fff;
}



span.top_icon {
    margin: 0 10px 0 0;
    font-size: 18px;
    color: #78acc2;
}

.top_mid {
    width: 100%;
    text-align: right;
}


.top_mid_bot {
    text-align: center;
    padding: 0 0;
}

.top_mid_bot a {
    background: #333;
    padding: 9px 30px;
    color: #fff;
    box-shadow: 1px 1px 3px 2px #000;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
}


.head_mid {
    width: 100%;
    padding: 4px 0;
    background: linear-gradient(to right, #f18062 0, #ed497a 100%);
    color: #fff;
}

.top_mid a {
    color: #ffffff;
}

.top_mid_left a {
    color: #fff;
}

.top_mid_left a i {
    color: #fff;
    font-weight: 700;
}

.top_right {
    width: 100%;
    text-align: right;
}

.top_right a {
    color: #fff;
    font-size: 14px;
    text-align: right;
}

.main_navigation {
    width: 100%;padding:0 0;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    color: #ee609c;
    transition: 0.7s;
}

.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: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 27px 12px;
    transition: all 0.3s ease-in;
    font-weight: 500;
}
.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: 14px 0;
}

.bot_right a{
    text-transform: uppercase;
    background: linear-gradient(to right, #ff0000 50%, #ffffff 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;
}

/************* Header End *****************/

/************banner start***************/

.h_m_banner {
    width:  100%;
    background: url(img/main_banner.jpg) no-repeat top center;
    background-size: cover;
    padding: 140px 0;
}

.h_m_banner h1 {
       font-size: 32px;
       color: #fff;
       margin: 0 0 18px;
}

.h_m_banner p {
        font-size: 15px;
        color:  #fff;
}
.bnn_left {
    width: 100%;
    color: #fff;
}

.bnn_left ul {
    margin: 20px 0 0;
}

.bnn_left ul li {
    padding: 0 0 5px;
    font-size: 15px;
    color: #f17d64;
    list-style: circle;
}

.bnn_right {
    background: #472e80a6;
    padding: 30px 40px;
}

.bnn_right h4 {
    text-align: center;
    margin: 0 0 20px;
    color: #fff;
    font-size: 22px;
}

button.ban_btn {
    width: 100%;
    background: linear-gradient(to right, #f18062 0, #ed497a 100%);
    border: none;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
}

/************banner end***************/

/************sec1 start***************/
.h_m_sec1 {
    width: 100%;
    padding: 70px 0;
    text-align: center;
}

.sec1_top {
    width: 100%;
    margin: 0 0 40px;
}

.sec1_bot {
    width: 100%;
    overflow: hidden;
}

.sec1_bot p {margin: 20px 0;}

.sec1_box {
    width: 100%;
    border: 1px solid #000;
    padding: 15px 20px;
    display: inline-flex;
    margin: 0 0 30px;
}

.sec1_box p {
    padding: 0 0 0 20px;
    margin: 0;
}

.h_m_sec1 a {
    background: linear-gradient(to right, #f18062 0, #ed497a 100%);
    padding: 16px 50px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    border-radius: 14px;
    text-transform: uppercase;
}


/************sec1 end***************/


/************sec2 start***************/
.h_m_sec2 {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background: url(img/sec2_bg.jpg) no-repeat top center;
    background-size: cover;
}

.h_sec2_top {
    width: 100%;
    color: #fff;
    margin: 0 0 40px;
    overflow: hidden;
}

.h_sec2_top p {
    font-size: 18px;
    margin: 0 0 10px;
}

.h_sec2_top h2 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 36px;
}

.h_sec2_bot {
    width: 100%;
    overflow: hidden;
}

.ser_box {
    background: url(img/sec2_box_bg1.jpg) no-repeat top center;
    background-size: cover;
    padding: 50px 30px;
    color: #fff;
}

.ser_box_img {
    width: 100%;
    margin: 0 0 20px;
}

.ser_box_text {
    width: 100%;
    height: 410px;
}

.ser_box_text h4 {
    margin: 0 0 20px;
    font-size: 25px;
}


/************sec2 end***************/

/************sec3 start***************/
.h_m_sec3 {
    width: 100%;
    padding: 50px 0;
}

.sec3_top {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
}

.h_sec3_right {
    width: 100%;
    padding: 30px 0 0;
}

.sec3_image {
    width: 100%;
    padding: 30px 0;
}

.sec3_image img {
    width: 100%;
}

.panel {
    width: 100%;
    padding: 7px 0;
    color: #fff;
    background: linear-gradient(to right, #f18062 0, #ed497a 100%);
}

i.fa.fa-arrow-right {
    color: #fff;
    margin: 0 10px 0px;
}

p.ad_para {
    font-size: 14px;
    margin: 0 0 20px;
}
/************sec3 end***************/

/************sec4 start***************/

.h_m_sec4 {
    width: 100%;
    background: url(img/sec4_bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 70px 0px;
    background-attachment: fixed;
}

.sec4_left {
    width: 100%;
    padding: 40px 40px;
    background: #00000091;
}

.sec4_left .form-control {
    border: 2px solid #2c2c2c;
    background: none;
    resize: none;
    box-shadow: none;
}

.sec4_left .form-control::placeholder {
    color: #fff;
}

button.s4_btn {
    background: #2c2c2c;
    color: #fff;
    padding: 20px 50px;
    text-transform: uppercase;
    border: none;
}

.sec4_right {
    width: 100%;
    color: #fff;
}

.sec4_right p {
    font-size: 17px;
}
.sec4_right h2 {
    color: #fff;
    font-size: 33px;
    text-shadow: 5px 1px 1px #000;
}

/************sec4 end***************/

/************* Sec5 start *****************/

.h_m_sec5 {
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
    background: url(img/sec5_bg.jpg) no-repeat top center;
    background-size: cover;
}

.h_sec5_top {
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
}

.h_sec5_bot {
    width: 100%;
    overflow: hidden;
}

.test_box {
    width: 94%;
    background: linear-gradient(to right, #f18062 0, #ed497a 100%);
    overflow: hidden;
    border-radius: 25px;
}

.test_box_img {
    width: 100%;
    text-align: center;
}

.test_box_img img {
    width: 100%;
}

.test_box_text {
    width: 100%;
    padding: 60px 30px;
    color: #000;
}

.test_box_text p {
    line-height: 21px;
    font-size: 15px;
    font-style: italic;
    margin: 0 0 20px;
    color: #fff;
}

.test_box_text h5 {
    font-weight: 700;
    font-size: 17px;
    text-align: right;
    color: #fff;
}

.sec5_image {
    width: 100%;
}

.sec5_image img {
    width: 100%;
}


.s5 {
    background-color: #2f3a3d;
    min-height: 230px;
    height: auto;
    position: relative;
    -webkit-box-shadow: 0 28px 65px rgb(36 15 53 / 63%);
    box-shadow: 0 28px 65px rgb(36 15 53 / 63%);
    width: 99%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 65px 40px;
    margin: 60px auto 75px;
}

.s5 h2 {
    color: #fff;
}

h4.counter-count {
    font-size: 76px;
    font-family: ClearSans-Bold, sans-serif;
    letter-spacing: -3px;
    margin-right: 15px;
    color: #f87769;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f18062), to(#ed497a));
    background-image: linear-gradient(to right, #f18062 0, #ed497a 100%);
    background-image: -ms-linear-gradient(to right, #f18062 0, #ed497a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.sec5_box {
    width: 100%;
    text-align: center;
    color: #fff;
}

.sec5_box p {
    margin: 10px 0 0;
    font-size: 18px;
    font-family: cursive;
}

/************* Sec5 End *****************/

.capbox {
    width: 100%;
    margin: 0 auto 20px;
    }
.capbox-inner {
     background: #fff;
     color: #555555;
     font-size: 12px;
     width: 100%;
     padding: 1px 11px;
     border-radius: 4px;
     text-transform: uppercase;
     border: 1px solid #cccccc;
     resize: none;
     border: 2px solid;
     border-radius: 0;
}
#CaptchaDiv {
    background: #fff;
    color: #555555;
    width: 100%;
    padding: 5px 14px;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #cccccc;
    margin: 0 0 11px;
    resize: none;
    border: 2px solid;
    border-radius: 0;
    text-align: left;
}
#CaptchaInput {
    margin: 1px 0 1px 12px;
    width: 124px;
    padding: 4px;
}






.owl-pagination {
    margin: 30px 0 0;
}
.owl-theme .owl-controls .owl-page span {
    background: #8e5cff;
}

/*footer*/
footer{ width: 100%;  color:#555; }
.ft_clr {
    background: #cccccc;
}
.foo_top{width: 100%;padding: 70px 0 20px;}
.foo_tbox h3{ text-transform: uppercase; margin: 0 0 20px; font-weight: 600; font-size: 18px; }
.foo_tbox ul li{ line-height: 22px; list-style: none; }
.foo_tbox ul li a{color:#555;transition: .3s;padding: 3px 0;display: block;}
.foo_tbox ul li a>i{ margin:0 5px 0 0;   }
.foo_tbox ul li a:hover{color: #ee4a7a;}
.foo_bot{width: 100%;color: #fff;padding: 10px;border-top: 1px solid #ccc;background: linear-gradient(to right, #f18062 0, #ed497a 100%);}
.foo_bot p{ margin: 0 auto; text-align: center; }


.inner_page_banner {
    background: #444444;
    text-align: center;
    padding: 40px 0 30px;
    width: 100%;
}
.inner_page_banner h1 {
    color: #ed4a7a;
    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: #ed4b79;
    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: #f17f63;
    padding: 10px 30px;
    border: none;
}   
.conatc_us_form {
    width: 100%;
}
.conatc_us_form .form-control {
    resize: none;
    border: 2px solid;
    border-radius: 0;
}

/* responsive styling*/
@media screen and (max-width:980px)
{
.navbar-inverse .navbar-nav > li > a {font-size: 12px;padding: 14px 12px;}
.top_mid_bot {padding: 8px 0;}
.top_mid {padding: 9px 0;}
.sec1_box p {font-size: 9px;}
.sec1_box {padding: 8px 20px}
.ser_box_text {height: 790px;}
.sec4_right {padding: 30px 0;}
.s5 h2 {font-size: 20px;}
h4.counter-count {font-size: 36px;}
.sec5_box p {font-size: 10px;}





    
}

    
    

@media screen and (max-width:767px)
{   
.navbar-inverse .navbar-nav > li > a { font-size: 12px;padding: 8px 12px;}    
.bnn_left {padding: 0 20px;}   
.bnn_right {margin: 20px 0;} 
h2 {font-size: 25px;}
.sec1_box p {font-size: 24px;}
.ser_box_text {height: auto;}   
.ser_box {margin: 0 0 20px;} 
.h_m_sec10 {display: none;}
.foo_top {background: #eaeaea;}    
.foo_tbox {padding: 10px 0;}
.sec1_bot h3 {margin: 0 0 20px;}
    
    
}