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 #57ca85;
    border-radius: 0;
    box-shadow: 1px 1px 3px #57ca85;
}
legend {
    color: #57ca85;
}
.falseclass {background: #57ca85;color: #fff;padding: 10px;text-align: center;}
#getData {border: 2px solid #57ca85;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 #57ca85;}
.show_hide {
    text-decoration: none !important;
    display: none;
    background: #57ca85;
    border-radius: 30%;
    width: 5%;
    text-align: center;
    height: 0%;
    font-size: 26px;
    color: white !important;
}
.show_hide:hover{
    border: 2px solid #57ca85;
    color: #57ca85 !important;
    background: #fff;
}
.btn-style{
    text-decoration: none !important;
    color: #fff !important;
    padding: 7px 53px !important;
    background: #57ca85 !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center !important;
    border: 1px solid #57ca85 !important;
    text-transform: uppercase !important;
}
/*      ****************** order now ******************               */

/************************** 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:#57ca85;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 #57ca85;}
#popupform textarea{width:100%;height:66px;padding:7px 9px;color:#57ca85;font-size:13px;}
#popupform button, #popupform input[type=submit]{background:#57ca85;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%;}
.head_top {
    width: 100%;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 5px 0;

}

.darkHeader {
    top: 0%;
    position: fixed;
    z-index: 99999;
    transition: 0.7s;
    padding: 0px 0;
    background: #fff;
}

.head_top p {
    font-size: 17px;
}

.head_top a {
    background: #cb0d11;
    color: #fff;
    padding: 2px 19px;
    font-size: 13px;
    border-radius: 3px;    margin: 0 0 0 10px;
    -webkit-animation: tada 2s 0.5s infinite;
    animation: tada 2s 0.5s infinite;display: inline-block;
 
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
.head_mid {
    width: 100%;
}
.logo{width:100%;}
.logo img {max-width: 100%;}
.head_mid_right {
    width: 100%;
    text-align: right;
    padding: 14px 0;
}

.head_mid_right ul li {
    display: inline-block;
    font-size: 16px;
}
.head_mid_right ul li:nth-child(3) {
    border: none;
    padding: 0 0 0 30px;
}
.head_mid_right ul li:nth-child(3) a {
    color: #cb0d11;
    font-weight: 700;
}
.head_mid_right ul li:nth-child(3) a span.top_icon {
    color: #cb0d11;
}
.head_mid_right ul li a {
    color: #000;
}
span.top_icon{color: #000;padding:0 15px 0 0;}
.head_bot {
    width: 100%;
    background: #B43F3F;
    padding: 8px 0;
}
.main_navigation {
    width: 100%;padding: 9px 0;
}
.navbar-inverse {
    background-color: transparent;
    border: none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    padding: 0 15px;
}
.dropdown-menu {
    padding: 8px 0;
    margin: 0;
    background-color:#f49a00;    top: 20px;
}
.dropdown-menu > li > a {
    color: #fff;
    text-transform: capitalize;
}
.caret {
    color: #000;
    margin-left: 9px;
}
.navbar-inverse .navbar-nav > li > a:hover {
        color: #000;
        transition: 0.7s;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fd6087;
    background-color: transparent;
}

.nav.navbar-nav {
    display: block;
    width: 100%;
    margin: 0 auto;
  
}
.navbar.navbar-inverse {
    margin-bottom: 0;
}


.navbar {
    min-height: auto;
}
.head_bot_right {
    width: 100%;
    text-align: right;
}
.head_bot_right a {
    background: #000000;
    color: #fff;
    padding: 8px 30px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
}



li.wat_clas {
    margin: 0;
    background: #51b27e;
    color: #fff;
    padding: 5px 30px 5px 15px;
    margin-top: 0;
    border-radius: 6px;
    display: inline-block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 500;
    margin-right: 14px;
    position: relative;
}

li.wat_clas img {
    max-width: 35px;
}

li.wat_clas a {
    color: #fff !important;
}

li.numb_clas {
    border: 1px solid #B43F3F;
    padding: 9px 30px;
    border-radius: 8px;
    margin-right: 5px;
}

li.numb_clas i {
    color: #B43F3F;
    font-size: 20px;
    margin: 0 10px 0 0;
}

/****************** header end  ******************/




.h_m_banner {
    width:  100%;
    background: url(img/main_banner1.jpg) no-repeat top center;
    background-size: cover;        padding: 270px 0;    text-align: center;
}

.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;
    line-height:  1.0;
    margin: 0 0 50px;
}
.h_m_banner a {
   background: rgb(87, 202, 133);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 9px 35px;
    border-radius: 28px;
}



/* for banner_sec */
.banner_sec{
    width: 100%;
    background: url('img/main_banner1.jpg') no-repeat top center;
    background-size: cover;
    padding: 60px 0;
}


.banner_heading{
    width: 100%;
}

.banner_heading h1 span {
    background: #fdbe04;
    color: #000;
}

.banner_heading h1{
    color: #fff;
    font-size: 25px;
}

.banner_heading p {
    margin: 30px 0 0;
    color: #fff;
}

.banner_heading p span {
    font-size: 19px;
    font-weight: 800;
    color: #fdc203;
}

.banner_btn{
    padding: 10px 0;
}
.banner_btn .btn1{
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 15px;
    background: #34dd87;
    color: white;
    transition: all 0.3s ease;
    margin: 20px 0 0px 20px;
    display: initial;
    border-radius: 7px;
    font-weight: 500;
}

.banner_btn .btn1 img {width: 6%;}

.banner_btn .btn1:hover {
    background: #B43F3F;
    color: #ffffff;
}

.banner_btn .btn2 {
        text-transform: uppercase;
    font-size: 15px;
    padding: 10px 15px;
    background: #B43F3F;
    color: white;
    transition: all 0.3s ease;
    margin: 20px 0 0px 20px;
    display: initial;
    border-radius: 7px;
    font-weight: 500;

}

.banner_btn .btn2 i {
    margin: 0 10px 0px 0px;
    font-size: 24px;
}

.animate .circle1{
    position: absolute;
    right: 40%;
    bottom: 50px;
    height: 150px;
    animation: swing-anim 2s alternate-reverse infinite;
    -webkit-animation: swing-anim 2s alternate-reverse infinite;
}
.animate .circle2{
    position: absolute;
    right: 25%;
    top: 300px;
    text-align: right;
    width: 150px;
    animation: swing-anim2 2s alternate-reverse infinite;
    -webkit-animation: swing-anim2 2s alternate-reverse infinite;

}

.bnn_right {
    background: white;
    border-radius: 10px;
}

.h_banner_form {
    width: 100%;
    padding: 10px 20px;
}



.ribbon {
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
    color: #fff;
}

.ribbon5 {
    display: block;
    width: calc(100% + 20px);
    height: 72px;
    line-height: 27px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    background: #B43F3F;
    position: relative;
    top: 20px;
    font-weight: 300;
    padding-top: 6px;
}

.ribbon5:before, .ribbon5:after {
    content: "";
    position: absolute
}

.ribbon5:before {
    height: 0;
    width: 0;
    bottom: -10px;
    left: 0;
    border-top: 10px solid #B43F3F;
    border-left: 10px solid transparent;
}

.ribbon5:after {
    height: 0;
    width: 0;
    right: 0;
    bottom: -10px;
    border-top: 10px solid #B43F3F;
    border-right: 10px solid transparent;
}

.form-btn {
}

.form-btn .or-box {
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 2;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    right: 0;
    margin: 0 auto;
    color: black;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
}

.form-btn .left-btn {
    padding-left: 4px;
    padding-right: 44px;
}

.button-box .left-btn, .button-box .right-btn {
    position: relative;
    font-size: 14px;
    width: 100%;
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 45px;
    margin: 0 4px;
    border: 0;
    outline: 0;
}

.form-btn a:before, .form-btn button:before {
    z-index: 1;
}

button.left-btn:before {
    position: absolute;
    content: '';
    background: #B43F3F !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(1deg, 0deg);
}

.form-btn span {
    position: relative;
    z-index: 5;
}

button.left-btn:after {
    position: absolute;
    content: '';
    background: #cb1d31 !important;
    width: 40px;
    height: 100%;
    top: 0;
    left: -17px;
     z-index: -1;
    border-radius: 5px;
}

a.right-btn:before {
    position: absolute;
    content: '';
    background: #51b27e !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(358deg, 0deg);
}

.form-btn .right-btn:before {
    background: #51b27e;
}
.form-btn a:before, .form-btn button:before {
    z-index: 1;
}

.header-form a.right-btn:after {
    z-index: 1;
}
.form-btn .right-btn:after {
    background: #51b27e;
}
a.right-btn:after {
    position: absolute;
    content: '';
    background: #51b27e !important;
    width: 40px;
    height: 100%;
    top: 0;
    right: -17px;
    z-index: -1;
    border-radius: 5px;
}

.form-btn span {
    position: relative;
    z-index: 5;
    color: #000;
    font-weight: 700;
}



.banner_heading ul li {color: #fff;padding: 0 0 3px;font-size: 17px;list-style: none;}

.banner_heading ul li i {
    padding: 0 10px 15px 0;
}

.banner_heading p {
    font-size: 19px;
    margin: 20px 0 20px;
    font-weight: 700;
}







.h_m_sec1 {
    width: 100%;
    padding: 10px 0 70px;
}


.sec1_bot {
    width: 100%;
    border-radius: 10px;
    background: #ffffff !important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    box-shadow: 2px 2px 4px rgb(181 181 181 / 50%);
    border: 1px solid #d1d1d1;
    overflow: hidden;
    padding: 40px 20px;
    text-align: center;
    margin: -50px 0 0;
}

.ser_box {
    width: 100%;
}

.ser_box_img {
    width: 100%;
    color: #B43F3F;
    font-size: 40px;
}

.ser_box_text h4 {
    margin: 10px 0;
    font-size: 22px;
    font-weight: 600;
}

.sec1_box {
    width: 100%;
    text-align: center;
    padding: 60px 0;
}

.sec1_box a {
    padding: 13px 50px;
    display: inline-block;
    margin: 20px 0;
    color: #000;
    font-weight: 600;
    transition: all 0.5s ease-in;
    text-transform: uppercase;
}

.sec1_box a hover {
    background: saddlebrown;
}


.sec1_banner_btn a.btn1 {
    /* background: #B43F3F; */
    color: #fff;
    position: relative;
    font-size: 14px;
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 45px;
    margin: 0 4px;
    border: 0;
    outline: 0;
}

.sec1_banner_btn a.btn1:before {
    position: absolute;
    content: '';
    background: #B43F3F !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(-30deg, 0deg);
}

.sec1_banner_btn a.btn1:after {
    position: absolute;
    content: '';
    background: #B43F3F !important;
    width: 40px;
    height: 100%;
    top: 0;
    left: -17px;
    z-index: -1;
    border-radius: 5px;
}

.sec1_banner_btn a.btn2 {
    position: relative;
    font-size: 14px;
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 45px;
    margin: 0 4px;
    border: 0;
    outline: 0;
}

.sec1_banner_btn a.btn2:before {
    position: absolute;
    content: '';
    background: #51b27e !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(-30deg, 0deg);
}

.sec1_banner_btn a.btn2:after {
    position: absolute;
    content: '';
    background: #51b27e !important;
    width: 40px;
    height: 100%;
    top: 0;
    right: -17px;
    z-index: -1;
    border-radius: 5px;
}

.sec1_banner_btn {
    width: 100%;
    margin: 30px 0 0;
}


.h_m_sec2 {
    width: 100%;
    background: #f2f5f7;
    padding: 70px 0;
    overflow: hidden;
}

.sec2_left {
    width: 100%;
    position: relative;
}

.sec2_left h2 {
    color: #00335a;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Domine', serif;
}

.sec2_left p {
    color: #212529;
    font-size: 15px;
    margin: 30px 0 17px;
}

.sec2_left h4 {
    margin: 0 0 10px;
    font-size: 23px;
    color: #00337f;
    font-weight: 600;
    font-family: 'Domine', serif;
}

.sec2_right {
    width: 100%;
}

.sec2_right img {
    width: 100%;
    box-shadow: 0px 0px 14.25px 0.75px rgb(0 0 0 / 12%);
}

.sec2_left h2:before {
    content: "";
    background: url(img/line-bg.png) no-repeat;
    width: 127px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 34px;
}

.h_m_sec2 h3 {
    color: #00335a;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Domine', serif;
}

.h_m_sec2 h3:before {
    content: "";
    background: url(img/line-bg.png) no-repeat;
    width: 127px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 70px;
}

.sec2_left ul li {
    list-style: none;
    padding: 0px 20px 5px;
    position: relative;
}

.sec2_left ul li:before {
    content: "\2713";
    color: #ff1949;
    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;
    top: 1px;
}


.h_m_sec3 {
    position: relative;
    background: url(img/services-banner.webp);
    background-size: cover;
    padding: 60px 0 20px 0;
    overflow: hidden;
}

.h_m_sec3::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #B43F3F;
    background: -moz-linear-gradient(45deg, #B43F3F 0%, #B43F3F 100%);
    background: -webkit-linear-gradient(45deg, #B43F3F 0%, #B43F3F 100%);
    background: linear-gradient(45deg, #000000 0%, #020202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B43F3F', endColorstr='#B43F3F', GradientType=1);
    opacity: 0.7;
}

.sec3_box {
    /* position: relative; */
    padding: 1.1rem;
    margin-bottom: 1.5rem;
    background-color: #ffffff;
    height: 100%;
    border-left: .5px solid rgb(163, 163, 163, .5);
    border-right: .5px solid rgba(163, 163, 163, .5);
    padding: 30px 30px;
    margin: 60px 5px 0 !important;
    border-radius: 20px;
    text-align: center;
    top: 60px;
}

.sec3_box_img {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px !important;
    height: 90px !important;
    border-radius: 50px !important;
    padding: 15px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, .03);
    background-color: #B43F3F !important;
    border: 2px solid #ffffff;
    margin-top: -70px;
    margin-bottom: 20px;
}

.sec3_box_img i {
    font-size: 40px;
    color: #ffffff;
    margin-top: 7px;
}

.h_sec3_top {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.h_sec3_top h2 {color: #fff;text-align: center;}

.sec3_box_text {
    width: 100%;
    height: 510px;
}

.sec3_box_text p {
    font-size: 16px;
}

.sec3_box_text h5 {
    font-size: 21px;
    color: #B43F3F;
    margin: 0 0 10px;
}






.h_m_sec4 {
    width: 100%;
    padding: 70px 0;
}
.sec4_top {
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden; text-align: center;
}
.sec4_bot {
    width: 100%;
    overflow: hidden;
}
.sec4_bleft {
    width: 100%;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 16px 15px;
    color: #000;
    transition: all 0.3s ease-in-out;
    /* border-left: 4px solid #edefef; */
}
.nav > li > a:hover, .nav > li > a:focus {
    /* background-color: #ffffff; */
    /* border-radius: 0; */
    /* color: #000; */
    /* border-left: 5px solid #000000; */
    /* transition: all 0.3s ease-in-out; */
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000;
    cursor: default;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    border: none;
    border-bottom-color: transparent;
    border-left: 5px solid #000000;
}

.sec4_bleft h4 {
    font-size: 20px;
    margin: 0 0 10px;
}

.sec4_bright {
    width: 100%;
    padding: 60px 0;
}

.sec4_bright img {
    width: 100%;
}




.h_m_sec6 {
    width: 100%;
    padding: 70px 0;
    background: url(img/sec6_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
    position: relative;
    color: #fff;
    background-position: 50% -55px;
}

.h_m_sec6:before {
    background: #000000bf;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.sec6_top {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
}

.sec6_top h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}

.sec6_top h2 span {
    color: #B43F3F;
}

p.pitem {
    border: 1px solid #fff;
    padding: 7px 0;
    margin: 0 0 20px;
}


section#why-us .col-md-4 {
    padding: 5px;
}
.icon-1 {
    background-image: url(img/icons-2.png);
    background-size: inherit;
    width: 27px;
    height: 21px;
    float: left;
    background-repeat: no-repeat;
    margin: 5px;
}
section#why-us p.pitem{
    color: #fff;
    margin-bottom: 0;
    font-size: 1.142em;
    display: inline-block;
}









.Marquee {
    width: 100vw;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 200;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}
.Marquee-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-animation: marquee 800s linear infinite running;
    -moz-animation: marquee 800s linear infinite running;
    -o-animation: marquee 800s linear infinite running;
    -ms-animation: marquee 800s linear infinite running;
    animation: marquee 800s linear infinite running;
}
.remove-marquee-animation{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.Marquee-tag {
    -webkit-transition: all 10s ease;
    -moz-transition: all 10s ease;
    -o-transition: all 10s ease;
    -ms-transition: all 10s ease;
    transition: all 10s ease;
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}







.review-sec {
    background-color: #dcdce6;
    overflow: hidden;
    padding: 50px 0 35px 0;
}

.review-box {
    width: 280px !important;
    padding: 13px 25px !important;
    background-color: #ffffff;
    margin: 30px 10px;
    transition: .7s;
    transform: scale(0.97);
    height: auto;
}

.review-box:hover {
    transform: perspective(1px) scale(1.03);
    box-shadow: 0 12px 20px 0 rgb(0 0 50 / 12%);
}

.review-box-heading {
    margin: 8px 0;
}

.review-box-heading .profile {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.review-box-heading .rev-rating img {
    max-width: 110px !important;
    height: auto;
    margin-left: 10px;
}

.review-box-heading span {
    margin-bottom: 6px;
}

.review-box-heading i {
    background-color: #00b076;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 12px
}

.review-box-heading i::before {
    position: relative;
    top: 5.1px;
}

.bg-green-star i {
    background-color: #00b076;
    color: #ffffff;
    border: none;
}

.bg-orange-stra i {
    background-color: #00b076;
    color: #ffffff;
}

.review-box h6 {
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0;
}

.review-box p {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
}

/*review section*/

  
  


.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: #57ca85;
}
.foot_top {
    width: 100%;
    padding: 50px 0;
    background: #000000;
}
.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 img {
    width: 100%;
    margin: 20px 0 0;
}

.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: #cb0d11;
    margin-left: 5px;
}
.foot_box ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: #cb0d11;
    transition: all 0.5s ease 0s;
}
.foot_bottom {
    width: 100%;
    background: #B43F3F;
    padding: 10px 0;
    text-align: center;
}
.foot_bottom p {
    color: #000;
    font-size: 16px;
}


.inner_page_banner {
    background: #444444;
    text-align: center;
    padding: 40px 0 30px;
    width: 100%;
}
.inner_page_banner h1 {
    color: #B43F3F;
    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: #B43F3F;
    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;
}



.whatspp-icon {
    position: fixed;
    bottom: 40px;
    left: 11px;
    z-index: 99999999;
}

.whatspp-icon img {
    max-width: 60%;
    display: block;
}


.thank_sec1 {
    width: 100%;
    text-align: center;
    padding: 80px 0;
}



/* responsive styling*/
@media screen and (max-width:980px)
{
    
}

    
    

@media screen and (max-width:767px)
{   
    
    
.banner_btn .btn1 {
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 3px;
    background: #34dd87;
    color: white;
    transition: all 0.3s ease;
    margin: 20px 0 0px 13px;
    display: initial;
    border-radius: 7px;
    font-weight: 500;
}


.ribbon5 {
    font-size: 19px;}
    
    
.sec1_box h2 {
    font-size: 16px;
}


.sec1_box {
    width: 100%;
    text-align: center;
    padding: 50px 20px;
}


.sec3_box_text {
    width: 100%;
    height: auto;
}


.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 4px 15px;
    text-align: center;
}



.logo img {
    max-width: 60%;
}


.head_mid_right {
    width: 100%;
    text-align: right;
    padding: 24px 0;
    display: none;
}


.logo {
    width: 100%;
    text-align: center;
}


.bnn_right {
    background: white;
    border-radius: 10px;
    margin: 40px 0 0;
}


.sec1_banner_btn a.btn1 {
    display: none;
}

.sec1_banner_btn a.btn2 {
    display: none;
}



.banner_sec {
    width: 100%;
    background: url(img/main_banner1.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
}





/*.fixed-bottom {*/
/*    position: fixed;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 1030;*/
/*    padding: 12px;*/
/*}*/

/*.fixed-bottom a {*/
/*    font-size: 12px!important;*/
/*    padding: 10px;*/
/*    width: 100%*/
/*}*/

/*.whats-app-theme {*/
/*    background-color: #34dd87;*/
/*    border-color: #34dd87;*/
/*}*/

/*.fixed-bottom a {*/
/*    font-size: 12px!important;*/
/*    padding: 10px;*/
/*    width: 100%;*/
/*}*/

/*.btn:not(:disabled):not(.disabled) {*/
/*    cursor: pointer;*/
/*}*/


/*.d-block {*/
/*    display: block!important;*/
/*}*/

/*.bg-light {*/
/*    background-color: #f8f9fa!important;*/
/*}*/


/*.form-row {*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    margin-right: -5px;*/
/*    margin-left: -5px;*/
/*}*/



/*.whats-app-theme {*/
/*    background: #51b27e;*/
/*    color: #fff;*/
/*}*/



/*@supports((position: -webkit-sticky) or (position:sticky)) {*/
/*    .sticky-top {*/
/*        position:-webkit-sticky;*/
/*        position: sticky;*/
/*        top: 0;*/
/*        z-index: 1020*/
/*    }*/
/*}*/
    
    
    
    
    
    
    
    
}