@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.otf') format('opentype'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.otf') format('opentype'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.otf') format('opentype'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rage';
    src: url('../fonts/RageItalic.woff2') format('woff2'),url('../fonts/ageItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'Sacramento';
    src: url('../fonts/Sacramento-Regular.woff2') format('woff2'),
        url('../fonts/Sacramento-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins-Medium';
    color: #010101;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 25px;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

body {
}

* {
    margin: 0px;
}

p {
     font-family: 'Poppins-Medium';
     font-size: 16px;
     line-height: 28px;
     color: #383330;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
    text-decoration: none;
}

html,
body {
    height: 100%;
}

.wrap {
    width: 96%;
    margin: 0px auto;
    max-width: 1200px;
    min-width: 320px;
    padding: 0% 2%;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}


img.coma{
    margin: 0 auto 20px;
}
.darktheme h1,
.darktheme h2,
.darktheme h3,
.darktheme h4,
.darktheme h5,
.darktheme h6,
.darktheme p {color: #fff;}

h1{font-family: 'Poppins-medium';font-size: 38px;line-height: 38px;TEXT-TRANSFORM: capitalize;}
h1 span{font-family: 'Sacramento';color: #a4845e;font-size: 54px;line-height: 64px;margin-bottom: 20px;font-weight: 500;}

h2{font-family: 'Sacramento';color: #ae986c;display: list-item;font-size: 70px;line-height: 70px;margin-bottom: 20px;}
h3{
}
h4{}
h5{}



.btn {
    background-color: #a4845e;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 30px;
    font-family: 'Poppins-medium';
}

.btn:hover {
    background-color: #a4845e;
}


.clear {
    clear: both;
}

.pdng {
    padding: 80px 0px;
}


header {
    padding: 22px 0px;
}

header .rgt{
    margin-top: 18px;
    width: 22%;
    float: right;
}
header .wrap {
}

.dsplblck767{display: none;}

.bnr {
    background: url(../images/bnr.jpg) no-repeat;
    background-size: cover;
    padding: 4% 0px 14% 0px;
    background-position: center;
}

.bnr h3{font-family: 'Poppins-SemiBold';font-size: 38px;line-height: 45px;margin-bottom: 30px;display: none;text-align: center;}

.bnr h2{font-family: 'Rage';font-size: 89px;line-height: 95px;text-align: center;display: block;display: none;}
.contactus h4{
    color: #333333;
    font-family: 'Poppins-SemiBold';
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.bnr::after {
    content: "";
    display: block;
    clear: both;
}

.bnr .bnrtext {
    width: 60%;
    margin-top: 7%;
}



.bnr .contactus {
    width: 32%;
}
.bnr .contactus h1 {
}

.bnr .contactus h5 {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    
    display: none;
}
.form-message-error {
    color: #ffffff;
    text-align: center;
    display: -webkit-inline-box;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 15px;
}
#form-message {
    text-align: center;
}
.form-message-error a {
    color: #ffffff;
    text-align: center;
    font-size: 30px;
}
.form-message-error a.shd {
    font-size: 20px;
    line-height: 38px;
}
fieldset .fldWrp label.error {
    display: inline-grid;
    font-size: 11px;
    color: #ff4000;
    z-index: 9999;
    line-height: 16px;
    margin-top: 5px;
    position: absolute;
    left: 10px;
    top: -5px;
}
.contactus form {
    background-color: #ffffff;
}
fieldset {
    width: 100%;
    padding: 25px 25px 40px 25px;
    border: 0px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.04);
}
fieldset h1 {
    font-size: 25px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 25px;
}
fieldset .fldWrp {
    width: 100%;
    margin-bottom: 8px;
    position: relative;
}
fieldset .fldWrp.SbmitBtn {
    margin-bottom: 0;
}
input[type="text"],
textarea,
input,
select {
    width: 100%;
    padding: 13px;
    color: #151616 !important;
    outline: 0;
    margin: 0;
    line-height: 22px;
    background: #f7f7f7;
    border: 1px solid #dadada;
    font-size: 12px;
    font-family: 'Poppins-Medium';
}

textarea {
    height: 80px;
}
input:focus,
textarea:focus,
select:focus {
    background-color: #fff !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px #ffffff;
    -webkit-text-fill-color: #151616 !important;
    /* border-bottom: 1px solid #fff; */
}

#submit-contact {
    color: #ffffff !important;
    background: #a4845e!important;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    -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;
    line-height: 21px;
    text-transform: uppercase;
    font-family: 'Poppins-medium';
    letter-spacing: 1px;
    width: 100%;
    border: 0px;
}
#submit-contact:hover {
    color: #ffffff !important;
    background: #a4845e!important;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #908e8e !important;
    opacity: 1;
    /* Firefox */
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #908e8e !important;
}
::-ms-input-placeholder {
    /* Microsoft Edge */

    color: #908e8e !important;
}
fieldset .contactNo {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.about.pdng{padding-bottom:0px;}

.about .lft {
    width: 60%;
    margin-top: 50px;
}
.about .rgt {
    width: 35%;
}
.chooseus .lft {
    width: 60%;
    margin-top: 50px;
}
.chooseus .rgt {
    width: 35%;
}

.chooseus.pdng{padding-top: 0px;}
.service {
    background-image: url(../images/bg-1.jpg);
    background-color: #f2f2f0;
    background-size: cover;
}
.service .lft{
}
.service .rgt{
}
.servicepoints li {
    list-style: none;
    width: 23%;
    float: left;
    padding: 40px 25px;
    background-color: #fff;
    margin: 0px 1%;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.04);
    min-height: 240px;
}
.servicepoints li img {
    margin-bottom: 10px;
}

ul.servicepoints {
    margin: 40px 0px 0px;
}

.servicepoints h6{
}

.newArrival{
    background: #a4845e;
    color: #fff;
    padding: 16px 5px;
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 12px;
    width: 60px;
    text-align: center;
    line-height: 14px;
    height: 60px;
    border-radius: 50%;
}


.benifis li {
    list-style: none;
    width: 23%;
    float: left;
    padding: 40px 25px;
    margin: 0px 1%;
}

.benifis li img{
    margin: 0 auto 15px;
    display: block;
}
.benifis li h6 {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}


.achvmnt {background-color: #a4845e;padding: 50px 0px;}

.achvmnt ul li {
    float: left;
    width: 18%;
    margin: 0 1%;
    list-style: none;
}
.achvmnt ul {
    
}
.achvmnt ul li span {
    color: #e2ceb6;
    margin-bottom: 6px;
    font-size: 55px;
    line-height: 80px;
    display: block;
    transition: all 0.3s linear;
    font-family: 'Poppins-Medium';
    text-align: center;
}

.achvmnt h6{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
    text-align: center;
    font-family: 'Poppins-Medium';
    color: #fff;
    }

.achvmnt p{font-size: 14px;}
.testimonials p{
    text-align: center;
    padding: 0px 20px;
}

.testimonials h6{
    text-align: center;
}

.getintouch {
    background-color: #474747;
    padding: 60px 0px;
}

.getintouch h3{
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    }
    .getintouch h4{
    font-size: 20px;
    line-height: 30px;
    }
.getintouch .gettchbtn {
   
    margin: 46px 0px 45px 0px;
}

.gettchbtn .btn {
    font-size: 22px;
}

.getintouch .lft {
    width: 65%;
}

.copyright {
    background-color: #1e1f1d;
    padding: 8px 0px;
}
.copyright p {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px;
}
.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/cd-top-arrow.png) no-repeat center 48% #a4845e;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
    border: 3px solid #ffffff;
    border-radius: 50%;
}
.cd-top:hover {
    border-color: #ffffff;
    background-color: #ab9569;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* opacity: .9; */
}
.no-touch .cd-top:hover {
    background-color: #0069b7;
    opacity: 1;
}
.aplyFrm {
    display: inline-block;
    position: fixed;
    bottom: 65%;
    right: -73px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    background-color: #a4845e;
    z-index: 9999;
    color: #fff;
    padding: 8px 20px;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari */
    transform: rotate(-90deg);
    /* Standard syntax */
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 0;
}
.aplyFrm:hover {
    background-color: #a4845e;
}
.aplyFrm.aplyFrm-is-visible,
.aplyFrm.aplyFrm-fade-out,
.no-touch .aplyFrm:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.aplyFrm.aplyFrm-is-visible {
    visibility: visible;
    opacity: 1;
    
}
.dscunt{width: 100%;margin-top: 25px;}

.jwr{
    background-color: #fff;
    padding: 22px 18px;
}
.jwr h5{
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 6px;
}
.jwr h6{
    font-size: 15px;
    line-height: 20px;
    color: #a4845e;
    text-align: center;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 16px;
}
.jwr .btn{
    background-color: #474747;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    display: table;
    margin: 0 auto;
    padding: 9px 26px;
}
.logo{
    width: 30%;
    float: left;
}
.hdrqulity{
    width: 19%;
}
.hdrqulity img{width: 40%;margin: 0 auto;}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: #ffffffc4; /* Black w/ opacity */
  overflow: hidden;
  z-index: 99999;
}

/* Modal Content */
.modal-content {
  margin: auto;
  width: 60%;
  padding: 25px;
}

.modal-content iframe{ height:450px;}
/* The Close Button */
.close {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background: #a4845e;
  width: 45px;
  height: 45px;
  text-align: center;
  padding-top: 8px;
  margin-bottom: -23px;
  z-index: 999;
  position: relative;
  margin-right: -18px;
  border: 4px solid #fff;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.fixfoter{position:fixed;bottom:0;width:100%;background:#fff;z-index:999;border-top:1px solid #ebebeb;display:none}.fixfoter li{width:33.333%;float:left;text-align:center;padding:5px;z-index:999;list-style:none}.fixfoter a::before{content:'';display:block}.fixfoter a{margin:0;position:relative;font-size:15px;text-align:center;color:#1a1a1a}.fixfoter a img{width:50px;margin:0 auto;display:block}


@media only screen and (max-width: 1320px) {
}

@media only screen and (max-width: 1169px) {
.btn{font-size: 14px;
    line-height: 20px;}



}





@media only screen and (max-width: 1025px) {

.service {
    background-image: unset;
}
.service .lft {
    width: unset;
}
.service .rgt {
    width: 100%;
}







}



@media only screen and (max-width: 991px) {
.bnr{background: url(../images/991-bnr-2.jpg) no-repeat;padding-bottom: 8%;background-size: cover;background-position: center;}
.hdrqulity img{display: none;}


.btn{display: none;}

h1, h1 span{
}
.about .lft{
    margin-top: 30px;
}
.about .rgt{}

.servicepoints li{}


.bnr .bnrtext {
    width: 100%;
}

.bnr .contactus{width: 100%;margin-top: 45%;}
.bnr h2{
    font-size: 60px;
}

}

@media only screen and (max-width: 768px) {

.logo {width: 100%;}

.logo img {margin: 0 auto;display: block;}


    .testimonials p{padding: 0px;}
.benifis li{
    width: 100%;
    padding-bottom: 30px;
    padding-top: 0px;
}
.about .lft{
    width: 100%;
    margin-top: 0;
}
.about .rgt{
    width: 100%;
    margin-top: 20px;
}
.bnr .bnrtext{
    width: 100%;
}
.bnr .contactus{
    width: 100%;
}
.servicepoints li{
    width: 100%;
    min-height: unset;
    margin-bottom: 10px;
}
.servicepoints li img{
    margin: 0 auto 15px;
    display: block;
}
.servicepoints li h6{
    text-align: center;
}


h1,h2, h3, h4, h5, h6,p, h1 span{text-align: center;}
.btn {
    margin: 0 auto;
    display: table;
}
.chooseus .lft{width: 100%;margin-top: 0px;}
.chooseus .rgt{width: 100%;margin-top: 20px;}

.achvmnt ul li{
    width: 49%;
    margin-bottom: 20px;
    margin-left: 0px;
}

.achvmnt ul li span{
    text-align: center;
    margin-bottom: 0;
}
.achvmnt h6{}

.getintouch .lft{width: 100%;}
.getintouch .rgt{width: 100%;margin: 20px auto 0px;}
.chooseus .rgt img , .about .rgt img{
    width: 60%!important;
    margin: 0 auto;
    display: block;
}
.pdng {
    padding: 50px 0px;
}
h1{
    font-size: 32px;
    line-height: 38px;
}

h1 span {
    font-size: 60px;
    line-height: 65px;
    display: block;
}

.getintouch h3 {
    font-size: 22px;
    line-height: 32px;}
.getintouch h3 br{display: none;}

.getintouch h4 {
    font-size: 16px;
    line-height: 26px;
}
header .rgt{display: none;}


.hdrqulity{}
.hdrqulity img {
}
.bnr h2{
    font-size: 52px;
    line-height: 65px;
}
.benifis h6{
    padding: 0 27%;

}
 .servicepoints h6 {
    padding: 0 15%;
}
.bnr h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
}

.dsplynone767{display: none;}
.dsplblck767{display: block;}
  
  
  .fixfoter{ display:block;}

}


@media (max-width: 550px) and (min-width: 320px) {

.achvmnt ul li{width: 100%;}

.getintouch h3 {
    font-size: 16px;
    line-height: 26px;
}

.benifis h6 , .servicepoints h6{
    padding: 0px ;
}
.bnr h3{    font-size: 26px;
    line-height: 32px;}
.bnr h2 {
    font-size: 40px;
    line-height: 55px;}

p , .servicepoints li h6, .benifis li h6{
    font-size: 14px;
    line-height: 26px;
}

h1 {
    font-size: 26px;
    line-height: 35px;
}

h1 span {
    font-size: 40px;
    line-height: 50px;
    }
.btn, .gettchbtn .btn, #submit-contact {
    font-size: 16px;
    line-height: 20px;
}

.achvmnt h6 br{display: none;}
.achvmnt h6 {
    font-size: 16px;
    line-height: 20px;
}



.logo img{    width: 50%!important;}
.bnr .contactus {
    margin-top: 70%;
}
}