/*=================== MASTER STYLESHEET =====================
  Project     : SALESMAN TEMPLATES
  Version     : 1.3
  Last Change : 03/04/2018
  Primary Use : Intetrior Designer 
  File Name   : style.css
  Author Name : Pixel Speaks
==============================================================*/
/*=================== LAYOUT =================================
  1. Global Style
  2. Banner Section CSS
  3. Menu Section CSS
  4. About Section CSS
  5. Our Process Section CSS
  6. Services Section CSS
  7. Stats Section CSS
  8. Work-gallery Section CSS
  9. Contact section css 
  10.Consultation Section CSS 
  11.Footer Section CSS  
  12. Preloader CSS  
===================================================================*/
/*==================== COLOR CODES =================================
  Background         :#ffffff [white]
  Template Color     :linear-gradient #4fe6f7 and #5aa1e3 
  Font Color         :#333333 [Dark Gray]
  Button background  :linear-gradient #4fe6f7 and #5aa1e3 
====================================================================*/
/*===================== TYPOGRAPHY =================================
  Heading   : font-family: 'Poppins', sans-serif; 
  Body      : font-family: 'Open Sans', sans-serif;
=====================================================================*/
/*==================== 1.Global Style =================================*/
body {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif; 
    background-color: #fff; 
    color: #333;
}
h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
iframe{
  width: 100% !important ;
  height: 100% !important;
}
h2{
  line-height: 1.22;
  color: #ffa500;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
.m0 {
  margin: 0; }
.m1 {
  margin: 10px; }
.m2 {
  margin: 20px; }
.m3 {
  margin: 30px; }
.m4 {
  margin: 40px; }
.m5 {
  margin: 50px; }
.m6 {
  margin: 60px; }  
.mt0 {
  margin-top: 0px; }
.mt1 {
  margin-top: 10px; }
.mt2 {
  margin-top: 20px; }
.mt3 {
  margin-top: 30px; }
.mt4 {
  margin-top: 40px; }
.mt5 {
  margin-top: 50px; }
.mt6 {
  margin-top: 60px; }
.mb0 {
  margin-bottom: 0px; }
.mb1 {
  margin-bottom: 10px; }
.mb2 {
  margin-bottom: 20px; }
.mb3 {
  margin-bottom: 30px; }
.mb4 {
  margin-bottom: 40px; }
.mb5 {
  margin-bottom: 50px; }
.mb6 {
  margin-bottom: 60px; }
.m0 {
  margin-left: 0px; }
.ml1 {
  margin-left: 10px; }
.ml2 {
  margin-left: 20px; }
.ml3 {
  margin-left: 30px; }
.ml4 {
  margin-left: 40px; }
.ml5 {
  margin-left: 50px; }
.ml6 {
  margin-left: 60px; }
.mr0 {
  margin-right: 0; }
.mr1 {
  margin-right: 10px;}
.mr2 {
  margin-right: 20px;}
.mr3 {
  margin-right: 30px;}
.mr4 {
  margin-right: 40px;}
.mr5 {
  margin-right: 50px;}
.mr6 {
  margin-right: 60px;}
.p0 {
  padding: 0; }
.p1 {
  padding: 10px; }
.p2 {
  padding: 20px; }
.p3 {
  padding: 30px; }
.p4 {
  padding: 40px; }
.p5 {
  padding: 50px; }
.p6 {
  padding: 60px; }
.pt10 {
  padding-top: 75px;
}  
.pl0 {
  padding-left: 0; }
.pl1 {
  padding-left: 10px; }
.pl2 {
  padding-left: 20px; }
.pl3 {
  padding-left: 30px; }
.pl4 {
  padding-left: 40px; }
.pl5 {
  padding-left: 50px; }
.pl6 {
  padding-left: 60px; }
.pr0 {
  padding-right: 0;}
.pr1 {
  padding-right: 10px;}
.pr2 {
  padding-right: 20px;}
.pr3 {
  padding-right: 30px;}
.pr4 {
  padding-right: 40px;}
.pr5 {
  padding-right: 50px;}
.pr6 {
  padding-right: 60px;}
.plr1 {
  padding: 0 10px; }
.plr2 {
  padding: 0 20px; }
.plr3 {
  padding: 0 30px; }
.plr4 {
  padding: 0 40px; }
.plr5 {
  padding: 0 50px; }
.plr6 {
  padding: 0 60px; }
.pb0 {
  padding-bottom: 0px !important;
}
.pb7 {
  padding-bottom: 75px;
}
.burger {
  /* padding: 75px 0 100px; */
}
.gutter {
  padding: 0 100px;
}
.border-top {
  border-top: 1px solid #ddd;
}
.no-border { 
  border: none !important; 
}
.darkbg {
  background-color: #f8f8f8;
}
.darkbg2 {
  background-color: #e1e8f2;
}
.tplbg {
  background-color: #4fe6f7;
}
.align-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-item-stretch{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-item-end{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.white-text {
  color: #fff;
}
.font-color {
  color: #50def5;
}
.sub-title {
  font-size: 16px;
}
.padded {
    padding: 97px 89px 0px 20px;
}
.paddedlr3 {
  padding: 0 30px;
}
.paddedlr4 {
  padding: 0 40px;
}
.btn-alpha {
    background: linear-gradient(45deg, #4fe6f7 0%, #5aa1e3 100%);
    background: -webkit-linear-gradient(45deg, #4fe6f7 0%, #5aa1e3 100%);
    border-radius: 33px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    min-width: 125px;
    padding: 14px 38px;
    text-align: center;
    text-transform: uppercase;
    z-index: 999;
    font-family: 'Poppins', sans-serif;
}
.btn-alpha:hover, .btn-alpha:focus {
  background: linear-gradient(45deg, #5aa1e3 0%, #4fe6f7 100%);
  background: -webkit-linear-gradient(45deg, #5aa1e3 0%, #4fe6f7 100%);
  color:#fff;
}
h1 {
    font-size: 40px;
    line-height: 1.2;
}
/*==================== 2. Banner Section CSS =================================*/
.banner-image {
    background-attachment: fixed;
    background-image: url("../images/banner-bg.jpg");
    background-position: 40px 0;
    background-repeat: repeat-y;
    background-size: cover;
    min-height: 48em !important;
    position: relative;
}
.site-header {
  min-height: 450px;
  color:#000;
  padding-top: 100px;
}
.site-header p {
  font-size: 20px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.site-header h1 {
  font-size: 42px;
  line-height: 56px;
}
/*==================== 3. Menu Section CSS =================================*/
.site-menu {
     border-bottom: 1px solid #ddd;
    background: #fff;
    z-index: 99;
    border-top: 2px solid #fc0000;
    padding-top: 5px;
    padding-bottom: 5px;
}
.site-menu ul {
  padding: 0;
  margin: 0;
}
.site-menu li {
  list-style: none;
  display: inline-block;
}
.site-menu li a {
  padding: 24px 16px;
  display: block;
  color: #000;
  position: relative;
  font-weight: 600; 
}
.site-menu .active {
    color: #4fe6f7;
}
.site-menu .active:after {
    background:#4fe6f7 none repeat scroll 0 0;
    border-radius: 20px;
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.site-menu.is-fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.has-top-margin {
  margin-top: 70px;
}
/*==================== 4. About Section CSS =================================*/
.about-content {
    border-bottom: 2px solid orange;
    border-left: 2px solid #ffff00;
    border-top: 2px solid orange;
    padding: 25px 35px 55px;
    position: relative;
}
.about-content:after {
    border-right: 2px solid  #fc0000;
    content: "";
    height: 13%;
    position: absolute;
    right: -110px;
    top: 0;
    width: 100%;
}
.about-content:before {
    background-color:  #fc0000;
    content: "";
    height: 2px;
    position: absolute;
    right: -110px;
    top: -2px;
    width: 100%;
}
.about-img {
  position: relative;
   margin: 10px 0 0 20px;
}
.about-img img {
    box-shadow: -55px 59px 1px -27px #eee;
    height: 27em !important;
    position: relative;
    width: 100%;
	margin-top: -10px;
    -o-object-fit: cover;
       object-fit: cover;
}
.bullets i {
    color: #4fe6f7;
    font-size: 17px;
    padding: 0 4px;
	
}
.bullets {
    margin: 30px 0 0;
    padding: 11px;
}
.bullets li {
  margin-bottom: 15px;
  list-style: none;
  color: #fc0000;
}
/*==================== 5. Our Process Section CSS =================================*/
.work-wrep {
  background-image: url(../images/services.jpg); 
  background-size: cover;
  color: #fff;
}
.center-right {
    left: 17em;
    position: absolute;
    text-align: right;
    top: 90px;
}
.inside-block img {
    width: 4em;
}
.center-right img {
    width: 3.5em!important;
}
.inside-block h4 {
    font-size: 25px;
}
.inside-block strong {
    font-size: 72px;
    font-weight: bold !important;
    color: #fc0000 ;
}
/*==================== 6. Services Section CSS =================================*/
.services-text {
    padding: 50px;
    color: #fff;
    position: relative;
}
.services-text h4 {
  margin: 30px 0 30px;
  font-size: 22px;
}
.services-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border-radius: 20px;
  height: 420px;
  position: relative;
}
.services-box:before {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.box1-bg {
  background-image: url("../images/box-item1.jpg");
}
.box2-bg {
  background-image: url("../images/box-item2.jpg");
}
.box3-bg {
  background-image: url("../images/box-item3.jpg");
  position: relative;
    top: -19px;
}
.box4-bg {
  background-image: url("../images/box-item4.jpg");
}
.box5-bg {
  background-image: url("../images/box-item5.jpg");
}
.box6-bg {
  background-image: url("../images/box-item6.jpg");
}
/*==================== 7. Stats Section CSS =================================*/
.left-border:before {
    background: #eee none repeat scroll 0 0;
    border-right: 1px solid #ddd;
    content: "";
    height: 100%;
    left: -73px;
    position: absolute;
    top: 11px;
    width: 2px;
}
.left-border {
  position: relative;
}
.list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}
.list-flex h1 {
  font-size: 45px;
  color: #f69221;
}
.list-flex h4 {
  margin-top: 0;
  margin-bottom: 0;
   font-size: 22px;
}
/*==================== 8. Work-gallery Section CSS =================================*/
.work-img img {
    border: 1px solid #ddd;
    height: 17em;
    -o-object-fit: cover;
       object-fit: cover;
    width: 23em;
}
.Work-gallery {
    overflow: hidden;
}
/*==================== 9. Contact Section CSS =================================*/
.google-map{
    height: 550px;
    width: 100%;
}
.contact-info {
    background-color: #fff;
    position: relative;
    padding: 80px 30px 30px 30px;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-item:before {
    content: "";
    width: 6px;
    height: 100%;
    background-color: #eee;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 54px;
}
.contact-item img {
    width: 40px;
    margin-right: 35px;
}
.telephone {
    display: inline-block;
    width: 100px;
    background-color: #fc0000;
    height: 100px;
    border-radius: 50%;
    padding: 20px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*==================== 10. Consultation Section CSS =================================*/
.info-bg {
  background-image: url("../images/contact.jpg"); 
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.info-bg:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*==================== 11. Footer Section CSS =================================*/
.site-footer {
  padding: 10px 0;
  background: #f69221;
}
.social-icons {
  padding: 0;
}
.social-icons li {
  list-style: none;
  display: inline-block;
  background: -webkit-linear-gradient(45deg, #4fe6f7 0%, #5aa1e3 100%);
  background: linear-gradient(45deg, #4fe6f7 0%, #5aa1e3 100%);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 5px !important;
}
.social-icons li:hover {
  background: -webkit-linear-gradient(45deg, #5aa1e3 0%, #4fe6f7 100%);
  background: linear-gradient(45deg, #5aa1e3 0%, #4fe6f7 100%);
}
.social-icons li i {
  color: #fff;
}


/*------------------------- 12. Preoader CSS ------------------------*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 999; }

.loader-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: circleRotation 2s infinite linear;
  animation: circleRotation 2s infinite linear; }

.loader-dots .circle {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: circleBouncing 2s infinite ease-in-out;
  animation: circleBouncing 2s infinite ease-in-out; }

.loader-dots .circle-1 {
  background-color: #999; }

.loader-dots .circle-2 {
  background-color: #000;
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes circleRotation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes circleRotation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes circleBouncing {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes circleBouncing {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*-------- Preloader CSS END  ---------*/


/* call btn */
#callme {
    position: fixed;
    right: 20px;
    top: 50%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 99990;
}
#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color:  #fc0000;
    width: 70px;
    height: 70px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/call.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
@-webkit-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-webkit-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
/* call btn */

#aim{
margin-bottom:30px}
.pad{
padding-top: 0px;
    margin-left: -51px;}
	
.aimrow{
padding-left:100px}
.text-gradient{
color:#f69221}
#aim{
background-image:url(http://designingfuture.net/images/call.png);
background-size:100%
  background-position: bottom; 
background-repeat:no-repeat}

#ps-section-1{
background-image:url(../images/bg.png);
background-size:100%
  background-position: bottom; 
background-repeat:no-repeat}

.stats-section{
background-image:url(../images/bg.png);
background-size:100%
  background-position: bottom; 
background-repeat:no-repeat}

#client{
margin:40px}
    .heading{
	text-align: center;
    padding: 20px;
	margin:20px;
	}
	.sad{
		text-align: center;
    padding: 20px;
    border: 10px solid #fec914;
    box-shadow: 2px 2px 2px;
	margin:10px;
}
.enq-now {
    position: fixed;
    right: 0;
    top: 65%;
    z-index: 99;
}
.imgr{
margin:20px}

@media (max-width: 768px) {
	
.pad{
padding-top: 0px;
margin-left: 0px;
}
}
.aimrow {
    padding-left: 41px;
}


}