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; 
}
/*      ****************** order now ******************               */
.order_now_section {width: 100%;padding: 90px 0 60px;}  
.step1-field .form-control {
    border: 1px solid #e66a1f;
    border-radius: 0;
    box-shadow: 1px 1px 3px #e66a1f;
}
legend {
    color: #e66a1f;
}
.falseclass {background: #e66a1f;color: #fff;padding: 10px;text-align: center;}
#getData {border: 2px solid #e66a1f;box-shadow: 1px 1px 26px #000;    padding: 20px 0;}
input#finish1 {text-decoration: none;color: #fff; padding: 7px 53px; background: #00375e; border-radius: 6px; font-size: 15px;
font-weight: 600;text-align: center;border: 1px solid #00375e;   text-transform: uppercase;}
.OrderSummer.bgcolor {box-shadow: 1px 1px 13px #e66a1f;}
.show_hide {
    text-decoration: none !important;
    display: none;
    background: #e66a1f;
    border-radius: 30%;
    width: 5%;
    text-align: center;
    height: 0%;
    font-size: 26px;
    color: white !important;
}
.show_hide:hover{
    border: 2px solid #e66a1f;
    color: #e66a1f !important;
    background: #fff;
}
.btn-style{
    text-decoration: none !important;
    color: #fff !important;
    padding: 7px 53px !important;
    background: #e66a1f !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center !important;
    border: 1px solid #e66a1f !important;
    text-transform: uppercase !important;
}
/*      ****************** order now ******************               */

/************************** popup  ************************************/
span.boldr{font-weight:800;color:#e66a1f;font-size:30px;}
.modal{top:22%;}
.modal-content{background:#f3f3f3;box-shadow:rgb(0,0,0) 0px 0px 6px 2px;border:1px solid #e66a1f;}
.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:#e66a1f;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 #e66a1f;}
#popupform textarea{width:100%;height:66px;padding:7px 9px;color:#e66a1f;font-size:13px;}
#popupform button, #popupform input[type=submit]{background:#e66a1f;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  *****************/
.header {
    width: 100%;
}


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

.head_bot {
    width: 100%;
    background: #fff0;
    position: absolute;
}

.logo img{
    max-width: 100%;
}

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

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

.top_left a {
    color: #fff;
}

span.top_icon {
    margin: 0 10px 0 0;
    font-size: 18px;
    color: #e66a1f;
}

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

.top_mid a {
    color: #fff;
}

.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{
    background: #e66a1f;
    color: #ffffff;
    transition: 0.7s;
}

.navbar-inverse .navbar-nav li a.active{
    color: #ffffff;
}

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

.navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 25px 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, #e66a1f 50%, #ffffff 50%);
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    border-radius: 25px;
    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;
}

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

.banner_left {
    width:  100%;
    padding: 115px 0 0;
}


.banner_left h2 {
    color: #000000;
    font-size: 28px;
    margin-bottom: 20px;
}

.banner_left h2 strong{
    color: #e66a1f;
}

.banner_left ul li {
    position: relative;
    padding-left: 30px;
    color: #000000;
    font-size: 18px;
    margin-bottom: 5px;
    list-style: none;
    padding-top: 5px;
}

.banner_left ul {
    width: 70%;
}

.banner_left ul li+li {
    border-top: 1px solid #e66a1f;
}

.banner_left ul li:before {
    content: "\2713";
    color: #e66a1f;
    margin-right: 10px;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1);
    transform: scale(1.5);
    position: absolute;
    left: 0;
}

.banner_left ul li:hover:before {
    transform: scale(2);
}

.banner_right {
    width: 100%;
    background: #333;
    border-radius: 20px;
    padding: 20px 10px;
    box-shadow: 9px 7px 0px 0px #000;
    margin: 90px 0 0;
}

.banner_right h3 {
    color: #ffffff;
    position: relative;
    font-size: 28px;
    margin: 0 0 15px;
    padding: 0 0 15px;
    text-align: center;
}

.banner_right h3::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #e66a1f;
    width: 150px;
    height: 1px;
}

.banner_right h3 strong {
    display: block;
    font-size: 36px;
    color: #fff;
}

.banner_form {
    width: 100%;
    padding: 10px;
}

.banner_form .form-group label {
    color: #e66a1f;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px 15px;
}

.banner_form .form-control {
    width: 100%;
    color: #fff;
    border-radius: 25px;
    padding: 3px 0 4px 37px;
    background: #00000052;
    border: 1px solid #fff;
    height: 41px;
}

.banner_form .form-group {
    position: relative;
}

.banner_form span.pop_icon {
    position: absolute;
    color: #e66a1f;
    left: 13px;
    top: 35px;
}

button.ban_btn {
    width: 100%;
    background: #e66a1f;
    padding: 10px 0;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 25px;
    font-weight: 700;
    color: #fff;
}

.h_m_sec1 {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.sec1_left {
    width: 100%;
}

.sec1_left h2 {
    font-size: 23px;
    margin: 15px 0;
    font-weight: 700;
}

.sec1_left p {
    margin: 0 0 20px;
}

.sec1_Lbox {
    width: 100%;
    position: relative;
    margin: 0 0 30px;
}

.sec1_Lbox h4 {
    position: absolute;
    top: 20px;
    left: 90px;
}

.sec1_Lbox p {
    position: absolute;
    top: 40px;
    left: 90px;
}

.sec1_right {
    width: 100%;
}

.sec1_right h2 {
    font-size: 21px;
    font-weight: 700;
}

.sec1_right img {
    width: 100%;
}

.sec1_right ul li {
    list-style: none;
    padding: 0 0 20px;
}

.sec1_right p {
    margin: 15px 0;
}


.h_m_sec2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 150px 0 57px;
    overflow: hidden;
    color: #ffff;
}

.h_m_sec2:after {
    content: '';
    background: url(../img/sec2_bg.png);
    position: absolute;
    top: 0;
    width: 100%;
    height: 790px;
    background-repeat: no-repeat;
    z-index: -1;
    left: -10px;
}

.sec2_box {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 13%);
    padding: 30px 20px;
    margin-bottom: 20px;
    color: #000;
}

.sec2_box img {
    width: 100%;
}

.sec2_box:hover {
    -webkit-box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 13%);
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 13%);
    transform: scale(1.05) !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    background: #fff;
    color: #fff;
    background-image: linear-gradient(to right, #ba1f0c, #181a32);
}

.sec2_box p {
    font-size: 11px;
    margin: 10px 0;
    text-align: center;
}



.sec2_left {
    width: 100%;
}

.sec2_left h2 {
    color: #fff;
}

.sec2_left a {
    background: #fff;
    color: #283593;
    text-transform: uppercase;
    font-size: 15px;
    padding: 16px 35px;
    font-weight: 700;
    display: inline-block;
}

.sec2_left p {
    margin: 0 0 20px;
}


/************************** Section 3  ************************************/
.h_sec3 {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.s3_top {
    text-align: center;
    margin: 0 0 30px;
    width: 100%;
    overflow: hidden;
}
.s3_bot {
    width: 100%;
    overflow: hidden;
}
.s3_left {
    width: 100%;
}
.s3_left .panel-group .panel {box-shadow: none;}
.sec7_panel {
    width: 100%;
    position: relative;
    /* margin: 0 0 11px; */
    z-index: 1;
}
.sec7_panel a {
    color: #ffffff;
    font-weight: 500;
    background: #1a1a2f;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 40px rgb(0 0 0 / 10%) inset;
    display: block;
    padding: 18px 19px;
    position: relative;
    border-radius: 5px;
    font-size: 16px;
}
.sec7_panel a i {
    position: absolute;
    top: 50%;
    right: 0;
    font-style: normal;
    font-size: 1.625em;
    color: #ffffff;
    background: transparent;
    border-left: 2px solid #ffffff;
    height: 49px;
    width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, -50%);
    }

.sec7_panel .collapsed i:before {
    content: "+";
}
.sec7_panel a i:before {
    content: "- ";
}
.s3_left .panel-body {
    padding: 15px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-top: none;
}

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

.s3_right img {
    width: 100%;
}


.h_m_sec4 {
    width: 100%;
    padding: 70px 0;
    background: #e4e4f2;
}

.sec4_left {
    width: 100%;
}

.sec4_left img {
    width: 100%;
}

.sec4_right {
    width: 100%;
    padding: 50px 0;
}

.sec4_right a {
    background: white;
    display: inline-block;
    padding: 15px 70px;
    box-shadow: 1px 1px 4px 1px #000;
    margin: 20px 0;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}




.h_m_sec5 {
  width: 100%;

  padding: 30px 30px 0;

  overflow: hidden;
}

.sec5_top {
  width: 100%;

  overflow: hidden;

  text-align: center;

  margin: 0 0 50px;
}

.sec5_top h2 {
  font-size: 28px;
  color: #000;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
}

.sec5_top p {
  color: #000000;
  position: relative;
  padding: 10px 0 15px;
}

.sec5_top p::before {
  content: "";

  position: absolute;

  left: 0;

  right: 0;

  margin: auto;

  bottom: 0;

  background: #333;

  width: 100px;

  height: 2px;
}

.sec5_bot {
  width: 100%;

  overflow: hidden;
}

.sec5_box {
  width: 100%;

  margin: 10px 0 70px;
}

.sec5_box_icon {
  width: 100%;

  position: relative;

  width: 100%;

  height: 100%;

  transition: transform 0.6s;

  transform-style: preserve-3d;
}

.sec5_box_icon:hover {
  transform: rotateY(180deg);
}

.sec5_box_text {
  width: 100%;
}

.sec5_box_text h3 {
  font-size: 19px;

  color: #333;

  font-weight: 700;

  text-transform: capitalize;
}

.sec5_box_text p {
  font-size: 13px;

  color: #333;

  font-weight: 400;

  margin: 10px 0 0;
}

.sec5_mid {
  width: 100%;
  background: url(../img/sec5_bg.png) no-repeat;
  padding: 60px 0px 120px;
  background-size: cover;
  background-position: center;
}

.sec5_mid input::placeholder {
  color: #fff !important;
}

.s_sec1_bot input::placeholder {
  color: #000 !important;
}

.sec5_mid h3 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
}

.sec5_form {
  width: 100%;

  margin: 20px 0 0;

  padding: 10px;

  text-align: center;
}

.sec5_form p {
  color: #fff;

  margin: 20px 0 0;

  font-size: 16px;

  font-weight: 700;
}

.sec5_form .form-control {
  width: 85%;

  border-radius: 25px;

  margin: 0 30px 0;

  padding: 3px 3px 4px 37px;

  background: #00000052;

  color: #ffff;
}

.sec5_form .form-group {
  position: relative;
}

.sec5_form span.pop_icon {
  position: absolute;
  color: #e66a1f;
  left: 43px;
  top: 8px;
}

button.s5_btn {
  border-radius: 25px;
  background: #e66a1f;
  padding: 7px 90px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
}



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

.sec6_top {
    width: 100%;
    margin: 0 0 60px;
}


.sec6_top h2 {
    color: #fff;
}

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

.sec6_text {
    width: 100%;
}

.sec6_text span {
    font-size: 30px;
}

.sec6_text h5 {
    margin: 20px 0 0;
    font-size: 21px;
    text-transform: capitalize;
}


.h_m_sec7 {
    width: 100%;
    padding: 70px 0;
    background: #ecf5ff;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.h_sec7_top {
    width: 100%;
    margin: 0 0 80px;
    text-align: center;
}

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

.test_box {
    width: 100%;
}

.test_box_img {
    width: 100%;
}

.test_box_img img {
    width: 20%;
    border-radius: 50%;
    border: 1px solid #fff;
}

.test_box_text {
    width: 70%;
    position: absolute;
    top: 30px;
    left: 170px;
}

.test_box_text h5 {
    margin: 10px 0 0;
    color: #007bff;
}

.test_box_text p {
    font-style: italic;
    font-size: 16px;
}



.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;
}
#CaptchaDiv {
    background: #fff;
    color: #555555;
    width: 100%;
    padding: 5px 14px;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #cccccc;
    margin: 0 0 11px;
    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: #e66a1f;
}

.foot_top {
    width: 100%;
    padding: 50px 0;
    background:  #253646;
}
.foot_box h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 14px;color: #fff;
}
.foot_box p {color: #fff;
}
.foot_box {
    width: 100%;
}
.foot_box ul li {
    display: block;
    position: relative;
    padding-left: 15px;
    line-height: 27px;
}
.foot_box ul li a {
    display: block;
    text-transform: capitalize;
    font-size: 14px;color: #fff;
    font-weight: 400;
    transition: all 0.5s ease 0s;
}
.foot_box ul li:hover a {
    color: #e66a1f;
    margin-left: 5px;
}
.foot_box ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: #e66a1f;
    transition: all 0.5s ease 0s;
}
.foot_bottom {
    width: 100%;
    background: #e66a1f;
    padding: 10px 0;
    text-align: center;
}
.foot_bottom p {
    color: #fff;
    font-size: 16px;
}


.inner_page_banner {
    background: #444444;
    text-align: center;
    padding: 140px 0 30px;
    width: 100%;
}
.inner_page_banner h1 {
    color: #e66a1f;
    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: #e66a1f;
    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: #e66a1f;
    padding: 10px 30px;
    border: none;
}   
.conatc_us_form {
    width: 100%;
}
.conatc_us_form .form-control {
    resize: none;
    border: 2px solid;
    border-radius: 0;
}





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

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

.sec5_box_icon img{
    filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(1073%) hue-rotate(356deg) brightness(99%) contrast(81%);
}

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

    
    
}

    
    

@media screen and (max-width:767px)
{   
    
    
    .head_bot {position: inherit;}    
.bot_right {display: none;}    
.h_m_banner {background: url(../img/main_banner.jpg) 0px; background-size: cover; padding: 0px 0;}
.navbar-inverse .navbar-toggle .icon-bar { background-color: #ff0000;}
.banner_left {padding: 45px 0 0;}

.banner_left ul li {
    position: relative;
    padding-left: 30px;
    color: #000000;
    font-size: 13px;
    margin-bottom: 10px;
    list-style: none;
    padding-top: 9px;
}


.banner_right {
    width: 100%;
    background: #333;
    border-radius: 20px;
    padding: 20px 10px;
    box-shadow: 9px 7px 0px 0px #000;
    margin: 30px 0 0;
}

 .sec2_right {
    display: none;
}   

.sec7_panel a {font-size: 8px;}

.sec5_mid {
    display: none;}
    
    .test_box_text {
    width: 70%;
    position: absolute;
    top: 0;
    left: 92px;
}


    
.test_box_text p {
    font-style: italic;
    font-size: 7px;
}   

.foot_box h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0 24px;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 2px;
    transition: all 0.3s ease-in;
    font-weight: 500;
    text-align: center;
}   
}
   
body .my-110px{
    margin-top: 110px;
    margin-bottom: 110px;
}