@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Poppins-Regular.eot") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/Poppins-Regular.otf") format("opentype"),
    /* Open Type Font */
    url("../fonts/Poppins-Regular.svg") format("svg"),
    /* Legacy iOS */
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/Poppins-Regular.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/Poppins-Regular.woff") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Poppins-Bold.eot") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/Poppins-Bold.otf") format("opentype"),
    /* Open Type Font */
    url("../fonts/Poppins-Bold.svg") format("svg"),
    /* Legacy iOS */
    url("../fonts/Poppins-Bold.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/Poppins-Bold.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/Poppins-Bold.woff") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Poppins-Medium.eot") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/Poppins-Medium.otf") format("opentype"),
    /* Open Type Font */
    url("../fonts/Poppins-Medium.svg") format("svg"),
    /* Legacy iOS */
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/Poppins-Medium.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/Poppins-Medium.woff") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Poppins-Light.eot") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/Poppins-Light.otf") format("opentype"),
    /* Open Type Font */
    url("../fonts/Poppins-Light.svg") format("svg"),
    /* Legacy iOS */
    url("../fonts/Poppins-Light.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/Poppins-Light.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/Poppins-Light.woff") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

.bannerBg {
  position: relative;
}

/*new ekmal*/

.dwPrfCvr {
    padding: 38px 30px 25px;
    background: #CACC2C;
}
.dwPrfCvrLeft h2 {
    text-transform: none;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 24px;
}
.dwPrfCvrRight a {
    color: #fff;
    background: #2D2D2D;
    padding: 18px;
    display: block;
    margin: 15px auto 0;
    text-align: center;
    width: 71%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dwPrfCvrRight a img {
    width: 25px;
    padding-right: 10px;
}
.dwPrfCvrLeft p{

  margin: 0;
}

section.DwpRF {
    padding-bottom: 67px;
}
section.products {
    text-align: center;
    padding: 48px 0 40px;
    background: #2D2D2D;
}
.productHead {
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    text-transform: uppercase;
    transition: all 0.5s;
}
.productHead:hover {
    background: rgba(0,0,0,0.5);
}
.prdCvr {
    position: relative;
    margin: 0px 0 25px;
}
.vieAll {
    margin: 20px 0 0;
}
section.clients {
    text-align: center;
    padding: 45px 0;
    background: #F1F1F1;
}
.clCvr img {
    width: 70%;
    height: 65px;
    object-fit: contain;
    margin: 24px auto;
    transition: all 0.5s;
}
.clCvr:hover img {
    transform: scale(1.08);
}
.clCvr {
    text-align: center;
    position: relative;
    background: #fff;
    padding: 20px 0;
}
.clCvr:after {
    content: "";
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
}
section.testimonial {
    text-align: center;
    padding: 93px 0;
}
.testCVr {
    padding: 40px 47px 56px;
    max-width: 785px;
    margin: 0px auto;
    position: relative;
    z-index: 999;
    background: #fff;
    box-shadow: 2px 0px 10px #00000073;
}
.testCvrRw:before {
    content: "";
    background: #fff;
    position: absolute;
    left: 50%;
    top: 13px;
    margin-left: -410px;
    width: 820px;
    height: 343px;
    box-shadow: 0px 4px 32px 5px rgba(0, 0, 0, 0.1);
    z-index: 11;
}
.testCvrRw:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 26px;
    margin-left: -425px;
    width: 850px;
    height: 320px;
    background: #F5F5F5;
    box-shadow: 0px 4px 32px 5px rgba(0, 0, 0, 0.1);
}
.testCvrRw{

  position: relative;
}

.testDes {
    padding: 25px 70px 15px;
    position: relative;

}
.testHead {
    font-family: "Poppins-Medium";
    font-size: 19px;
    padding: 0;
}
.testDes:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/quote.svg) no-repeat left top;
    width: 190px;
    height: 143px;
    background-size: 75%;
}
.reviewSlder .slick-prev:before {
    content: "";
    background: url(../images/prev.svg) no-repeat left center;
    width: 40px;
    height: 40px;
    display: block;
    left: 106px;
    position: absolute;
    background-size: 30px;
}
.reviewSlder .slick-next:before {
    content: "";
    background: url(../images/next.svg) no-repeat left center;
    width: 40px;
    height: 40px;
    display: block;
    right: 106px;
    position: absolute;
    background-size: 30px;
}
.testImg img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #CACC2C;
    margin: 0px auto;
}
section.contact {
    text-align: center;
    padding: 10px 0 98px;
    background: url(../images/find-bg.svg) no-repeat right bottom;
    background-size: 22%;
}
.findSec {
    background: #FFFFFF;
    border: 2px solid #E7E7E7;
    padding: 22px 23px;
}
.mapLeft iframe {
    width: 100%;
    height: 345px;
}
.findRight {
    padding: 30px 35px 0;
}

.findItem {
    background: url(../images/map.svg) no-repeat left top;
    font-family: "Poppins-Medium";
    font-size: 15px;
    text-align: left;
    padding-left: 62px;
    background-size: 30px;
    line-height: 24px;
        margin-bottom: 82px;
        min-height: 48px;

}
.findItem.email{
    background: url(../images/email.svg) no-repeat left top;
    background-size: 30px;

}
.findItem.phone{
    background: url(../images/phone.svg) no-repeat left top;
    background-size: 30px;
        margin-bottom: 0;


}

.findItem a{
    font-family: "Poppins-Medium";
    font-size: 15px;
    text-align: left;
   
    line-height: 24px;
    text-decoration: none;
}
section.quote {
    padding: 45px 58px;
    background: #2D2D2D;
}
.getLeft {
    padding-right: 90px;
}
.form-control {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    height: 40px;
    width: 100%;
    margin-bottom: 3px;
    font-family: "Poppins-Medium";

}
.cnForm ::placeholder{

  color: #fff;
    font-family: "Poppins-Medium";

}
textarea.form-control {
    height: 110px;
}
.form-submit {
    float: right;
    margin: 19px 0 0;
    padding: 13px 74px !important;
}
.ftrTop{
    padding: 45px 0;
    background: url(../images/footer-bg.svg) no-repeat right bottom;
    background-size: 16%;
}
footer .logo{

  width: 81%;
}
footer .logoCvr span{

  width: 32%;
}
ul.menuFooter {
    display: flex;
    align-items: center;
    justify-content: right;
    padding-top: 20px;
}
ul.menuFooter li {
    display: inline-block;
    padding: 0px 20px;
}
ul.menuFooter li a {
    text-decoration: none;
    font-family: "Poppins-Medium";
}
.ftrBottom {
    background: #2D2D2D;
    padding: 5px 0;
}
.ftrcopy {
    color: #fff;
    font-family: "Poppins-Regular";
    font-size: 12px;
    text-align: center;
}
a:hover {
    color: #CACC2C;
}
section.Innerbanner {
    height: 318px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
        margin-top: 107px;

}
section.Innerbanner:before {
    content: "";
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 49.95%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
section.Innerbanner h1 {
    font-family: "Poppins-Light";
    color: #fff;
    text-align: center;
    font-size: 70px;
    letter-spacing: 15px;
}
.welcome.innerAbout{
    padding: 95px 0 23px;
}
.abtLft {
    padding-right: 75px;
}
.abtLft,.abtLft p{
    color: #fff;
}
.abtRgt {
    padding: 70px 24px;
}
.abtRgt ul li {
    margin-bottom: 44px;
    position: relative;
    padding-bottom: 46px;
}
.abtRgt ul li:before {
    content: "";
    background: #B1B1B1;
    width: 250px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}
.abtRgt ul li:last-child:before{

  display: none;
}
.abtRgt ul li:last-child{

  margin: 0;
}
.abtRgt .wwa:before{

  display: none;
}
section.assurance.innAss {
    padding: 100px 0 80px;
}
section.sisComp {
    text-align: center;
    padding: 60px 0 30px;
    background: #f1f1f1;
    margin-bottom: 80px;
}
.sisCont {
    text-align: left;
    padding: 15px 0;
}
.sisHead {
    font-size: 20px;
    font-family: "Poppins-Medium";
    height: 48px;
    line-height: 24px;
    margin-bottom: 15px;
    overflow: hidden;
}

.sisImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 10px;
}
.sisCont p {
    margin-bottom: 45px;
}
.sisCvr {
    margin-bottom: 35px;
}
.sisImg {
    position: relative;
    height: 100%;
}
.sisImg:before {
    content: "";
    background: #CACC2C;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.viewMore {
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    width: 100%;
}
.prdCvr:hover .viewMore{

  visibility: visible;
}
section.products.InnPrd {
    background: transparent;
    background: url(../images/our-assurance.png) no-repeat top -30px left;
    padding: 50px 0;
    background-size: 27%;
}
section.products.InnPrd .prdCvr {
    margin: 17px 0 8px;
}
section.products.InnPrd .prdCvr img {
    height: 190px;
    width: 100%;
    object-fit: cover;
}
section.prdTotCvr {
    background: url(../images/p2.svg) no-repeat right bottom -33px;
    background-size: 30%;
}
.singleSerLeft img {
    width: 100%;
}
section.innerpage.signglepage {
    text-align: center;
    padding: 50px 0;
    position: relative;
}
.singleSerRight {
    text-align: left;
    padding-left: 20px;
}
section.patternCvr {
    position: relative;
}
section.patternCvr:before {
    content: "";
    background: url(../images/our-assurance.png) no-repeat top -30px left;
    padding: 82px 0;
    background-size: 75%;
    width: 535px;
    height: 535px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
section.patternCvr:after {
    content: "";
    background: url(../images/p2.svg) no-repeat right bottom -33px;
    padding: 82px 0;
    background-size: 75%;
    width: 506px;
    height: 535px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
section.DwpRF.innrServc {
    padding-bottom: 107px;
}
section.clientInner {
    padding: 75px 0;
    text-align: center;
}
section.clientInner .clCvr {
    background: #fff;
    border: 2px solid #E7E7E7;
    padding: 55px 20PX;
    margin-bottom: 22px;
}
.innrCltRow {
    padding-top: 10px;
}
.innrCltRow .clCvr:after{

    display: none;
}
section.clientInner .clCvr img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    margin: 0;
    transition: all 0.5s;
}
section.contact.cntcInner {
    padding: 78px 0 35px;
    background: none;
}
section.contact.cntcInner .findSec {
    padding: 50px 25px 25px;
}
section.contact.cntcInner .findItem {
    
    margin-left: 26px;
    margin-bottom: 55px;
    position: relative;
}
section.contact.cntcInner .findItem:after{
   content: "";
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
    width: 1px;
    height: 80px;
}
section.contact.cntcInner .col-lg-4:last-child .findItem:after{

    display: none;
}
.cnSec02 {
    padding: 54px 26px 30px;
    background: #FFFFFF;
    border: 2px solid #E7E7E7;
}
.contactListItemName {
    font-family: 'Poppins-Medium';
    color: #1F1F1F;
    font-size: 19px;
}
.cnListHead {
    font-family: 'Poppins-Medium';
    color: #1F1F1F;
    background: url(../images/profile.svg) no-repeat left top;
    font-size: 16px;
        background-size: 25px;
            padding-left: 40px;
            margin-bottom: 17px;
}
.cnListPhone a{

    font-family: 'Poppins-Medium';
    color: #1F1F1F;
    background: url(../images/phone.svg) no-repeat left top;
    font-size: 16px;
        background-size: 25px;
            padding-left: 40px;
            margin-bottom: 17px;
            text-decoration: none;
                display: block;

}
.cnListEmail a{

    font-family: 'Poppins-Medium';
    color: #1F1F1F;
    background: url(../images/email.svg) no-repeat left top;
    font-size: 16px;
        background-size: 25px;
            padding-left: 40px;
            text-decoration: none;
                display: block;
}
.cnSec02 .row:first-child {
    padding-bottom: 27px;
}
section.contactList {
    padding-bottom: 90px;
}
.contactListItem{position: relative;}
.contactListRow .col-lg-6:first-child .contactListItem:after {
    content: "";
    background: #000;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -37.5px;
    width: 1px;
    height: 75px;
}

.cnListEmail a:hover,.cnListPhone a:hover{

    color: #CACC2C;
}
section.contentArea {
    padding: 5rem 0;
    text-align: center;
}
.wpcf7-response-output {
    color: #dc3232;
    border-color: #dc3232 !important;
    display: block;
    margin: 4rem 0 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: #46b450 !important;
}
.singleSerLeft img {
    width: 100%;
    height: 396px;
    object-fit: cover;
}
.assIcon img {
    width: 80px;
}
.singleSerRight h2, .singleSerRight h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

/*end ekmal*/


.banner .slick-slide>div>div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner .slick-track,
.banner .slick-list,
.banner,
.banner .slick-slide,
.banner .slick-slide>div,
.banner .slick-slide>div>div,
.bannerBg {
  height: 86vh;
}

.bannerBg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/banner-shadow.png) no-repeat center 0;
}

.bannerBg .h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  margin-bottom: 0;
  margin-top: -91px;
  color: #fff;
  font-size: 3.5vw;
  font-family: 'Poppins-Light';
  letter-spacing: 20px;
      font-weight: 800;

}

body {

  background: #F5F5F5
}





html {

  font-family: Poppins-Regular;

}



strong {

  font-weight: bold;

}



button {

  cursor: pointer;

}



.btn.focus,

.btn:focus {

  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .0) !important;

}



button:focus {

  outline: 0px dotted !important;

  outline: 0px auto -webkit-focus-ring-color !important;

}



header,

header div,

header li,

header ul,

header span,

header a,

header img,

header small,

header section {



  -webkit-transition: all 0.4s;

  -moz-transition: all 0.4s;

  -ms-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



ul {

  list-style: none;

}



.h1 {

  text-transform: uppercase;

  font-size: 3vw;

  font-weight: normal;

}



h1,
h1 span {
  text-transform: uppercase;
  font-size: 1.7vw;
  font-weight: normal;
  color: #1F1F1F;
  margin-bottom: 15px;
  line-height: 1.7vw;
}



::-webkit-input-placeholder {

  color: #000;

}



:-ms-input-placeholder {

  color: #000;

}



::placeholder {

  color: #000;

}



.newsletter li:first-child input::-webkit-input-placeholder {

  color: #fff;

}



.newsletter li:first-child input:-ms-input-placeholder {

  color: #fff;

}



.newsletter li:first-child input::placeholder {

  color: #fff;

}





html,

body,

div,

span,

applet,

object,

iframe,

p,

blockquote,

pre,

a,

abbr,

acronym,

address,

big,

cite,

code,

del,

dfn,

em,

img,

ins,

kbd,

q,

s,

samp,

small,

strike,

tt,

var,

b,

u,

i,

center,

dl,

dt,

dd,

ol,

ul,

li,

fieldset,

form,

label,

legend,

table,

caption,

tbody,

tfoot,

thead,

tr,

th,

td,

article,

aside,

canvas,

details,

embed,

figure,

figcaption,



header,

hgroup,

menu,

nav,

output,

ruby,

section,

summary,

time,

mark,

audio,

video {

  margin: 0;

  padding: 0;

  border: 0;

  outline: 0;

  vertical-align: top;

  font: 400 normal 0.946vw/1.7vw Poppins-Regular, Arial, Helvetica, sans-serif;

  color: #1F1F1F;

}



img {

  max-width: 100%;

  height: auto;

}

.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: 'Poppins-Medium';
  text-transform: uppercase;
  font-size: 25px;
  line-height: 2vw;
  font-weight: normal;
  margin-bottom: 31px;
}



.container {

  max-width: 84.7%;

}



body {

  overflow-x: hidden;

}



.logo {
  display: block;
  position: relative;
  padding-top: 0;
  text-decoration: none;
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 0;
  width: 86%;
  float: left;
}

.logoCvr span {
  float: left;
  height: 20px;
  margin-top: 4.5%;
  margin-left: 9.3%;
  width: 40%;
}

.menurgt li:first-child,
.menurgt li:nth-child(2) {
  padding-top: 0.5%;
}

.menurgt li:last-child {
  width: 20.3%;
  margin-left: 20.1%;
}

.menurgt li:nth-child(2) a,
.menurgt li:first-child a {
  font-family: "Poppins-Medium";
  font-size: 1.04vw;
  text-decoration: none;
  display: inline-block;
}

/*.menurgt li:nth-child(2) a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 1px;
  background: #000;
}
*/
.menurgt li:nth-child(2) a {
  position: relative;
  text-decoration: underline;
}

.menurgt li:nth-child(2) {
  width: 28%;
  margin-left: 4.5%;
}

.menurgt li:first-child a {
  letter-spacing: 0.5px;
}

.menurgt {
  text-align: right;
  padding-top: 1.2%;
}

.menurgt li:last-child .btn {
  width: 100%;
  padding: 5.5% 22px;
}


.logoScn {

  padding: 23px 0 1.1%;
  background: #fff;

}



.logoScn .container {

  position: relative;

}



header {

  position: fixed;

  left: 0;

  top: 0;

  right: 0;


  z-index: 9999;

}

.regular.slider>div {
  height: 553px;
}

.main {

  margin-top: 134px;

}

.menurgt li {
  display: inline-block;
}


.bannerVideo iframe {

  width: 100%;

  height: 760px;

}



.aniPos .logoScn {

  padding: 10px 0;

}



.aniPos .logo {

  width: 80%;

}

.aniPos .logoCvr span {
  margin-top: 2.5%;
  width: 29%;
}

.aniPos .menurgt {
  padding-top: 0.2%;
}

.aniPos a.menu-link {

  background-size: 100%;

  width: 45px;

  height: 55px;

}



.sontCvWl {

  font-size: 1.65vw;

  line-height: 40px;

  text-align: left;

  margin: 0 0 63px;

}



.sontCvWl p {

  font-size: inherit;

  line-height: inherit;

}



.welcomescn {

  padding: 150px 0;

  background: #F5F5F5
}



.welcSc {

  text-align: center;

}



p {

  margin: 0 0 29px;

}



.sontCvWl p:last-child {

  margin: 0;

}


.btn {
  padding: 10px 40px;
  font-size: 0.82vw;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Poppins-Medium";

}


.btn-primary {

  color: #000 !important;

  background-color: #CACC2C !important;

  border-color: #CACC2C !important;

}



.btn-primary:hover {

  background-color: #2D2D2D !important;

  color: #fff !important;

}



.presence_strength .row .col-md-6:nth-child(even) .ourpres {

  float: right;

  margin-top: 199px;

}



.ourpres {

  width: 66.68%;

  margin-top: 130px;

}



.presence_strength .container {

  position: relative;

}



.logodes {

  height: 100%;

}



.logodes:before {

  content: "";

  position: absolute;

  left: 0;

  top: -30px;

  bottom: -52px;

  right: 0;

  background: url(../images/ekk-large.png) no-repeat 22% 0;

  background-size: 75%;

}



.ourpres h1,

.ourpres h2 {

  font-family: 'Poppins-Regular';

  font-size: 2.5vw;

  line-height: 52px;

  margin-bottom: 61px;

}



.repCont {

  font-family: 'Poppins-Regular';

  font-size: 1.66vw;

  line-height: 38px;

  margin-bottom: 54px;

}

.logo:before {
	display:none;
  content: "";
  position: absolute;
  right: -13%;
  top: 8%;
  bottom: 12%;
  width: 1px;
  background: #000;
}

.welcome {
  padding: 80px 0;
  background: #2D2D2D url(../images/who-we-are.png) no-repeat right bottom;
  background-size: 53%;
}

.wwaRgt h1 {
  color: #fff;
}

.welContent {
  padding: 24px 0 54px;
}

.welContent p {
  color: #fff;
}

.welContent p:last-child {
  margin-bottom: 0;
}

.welcome .btn {
  text-transform: none !important;
  padding: 10px 36px;
  font-size: 0.94vw;
}

.wwaRgt {
  padding-left: 4%;
  padding-top: 2.8%;
  padding-right: 7px;
}

.wwaRgt ul li:nth-child(2) {
  padding-left: 7%;
}

.wwaRgt ul li:last-child .wwa:before {
  display: none;
}

.wwaRgt ul {
  padding-top: 70px;
}

.wwaRgt ul li {
  min-width: 305px;
  display: inline-block;
}

.wwa {
  font-size: 1.77vw;
  color: #CACC2C;
  line-height: 2.1vw;
  position: relative;
}

.wwa span {
  display: inline-block;
  vertical-align: bottom;
  color: #9B9B9B;
}

.wwa:before {
  content: "";
  position: absolute;
  right: -1px;
  top: 1px;
  bottom: 1px;
  width: 1px;
  background: #B1B1B1;
}

.assurance {
  text-align: center;
  padding: 88px 0;
  background: url(../images/our-assurance.png) no-repeat 0px -83px;
  background-size: 27.8%;
}

.assuCont {
  margin: 39px 10.5% 50px;
}

.assIcon {
  padding: 39px 0 30px;
}

.assHdng {
  font-size: 1.3vw;
  text-transform: uppercase;
  line-height: 1.8vw;
  font-family: 'Poppins-Medium';
}

.assBoxCvr {
  padding: 0 0 38px;
}

.assBoxCvr {
  padding: 0 0 36px;
  border: 1px #E7E7E7 solid;
  background: #F1F1F1;
  transition: all 0.5s;
}
.assBoxCvr:hover{

  background: #CACC2C;
}

.aniPos .menuArea {
  background: #000;
}

@media screen and (min-width: 1900px) {

.viewMore {
   
    bottom: 25px;
}

}

@media screen and (max-width: 1800px) {
  .main {
    margin-top: 107px;
  }

  .welcome {
    padding: 64px 0;
  }

  .wwaRgt {
    padding-right: 3px;
  }

  .welContent {
    padding: 11px 0 42px;
  }

  .wwaRgt ul {
    padding-top: 52px;
  }

  .wwaRgt ul li {
    min-width: 244px;
  }

  .assurance {
    /*padding: 69px 0 55px;*/
    padding: 65px 0 55px;

  }

  .assuCont {
    margin: 32px 10.5% 40px;
  }

  .assurance {
    background-position: 0px -67px;
  }

  nav>ul>li {
    display: inline-block;
    margin: 0 2.2%;
  }

  .logoScn {
    padding: 1.2% 0 1.1%;
  }

  .bannerBg {
    height: 599px;
  }


}

@media screen and (max-width: 1450px) {
 
.dwPrfCvrLeft h2{

  font-size: 25px;
}
}

@media screen and (max-width: 1390px) {
  .main {
    margin-top: 92px;
}
.dwPrfCvrLeft h2{

  font-size: 22px;
}
section.contact.cntcInner .findItem {
    margin-left: 35px;
}
.contactListItemName{

    font-size: 17px;
}
.cnListPhone a,.cnListEmail a,.cnListHead{

    background-size: 20px;
    font-size: 14px;
}


}

@media screen and (max-width: 1090px) {
  .menurgt li:last-child .btn {
    padding: 5.5% 10px;
  }
}


/*ipad*/
@media screen and (max-width: 991px) {

  .menurgt {
      padding-top: 0px;
      display: none;
  }
  .main {
      margin-top: 50px;
  }
  .aniPos .logo {
      width: 35%;
  }
  .logo:before {
	  display:none;
    top: 0;
    width: 1px;
    height: 35px;
}
.aniPos .logoCvr span {
    margin-top: 3.5%;
    width: 45%;
}
.aniPos .logoScn {
    padding: 20px 0 0;
}
.logo {
   
    width: 42%;
}
.logoCvr span{

  width: 45%;
}
.wwaRgt ul li {
    min-width: 120px;
}
p {
    margin: 0 0 15px;
}
.welContent {
    padding: 11px 0 25px;
}
.wwaRgt ul {
    padding-top: 15px;
}
.dwPrfCvrLeft h2{

  font-size: 18px;
}
.dwPrfCvr {
    padding: 30px;
    text-align: center;
}
.dwPrfCvrRight a {
    
    padding: 10px;
    
    width: 45%;
}
.productHead{

  font-size: 16px;
}
.btn {
    padding: 8px 30px;
    font-size: 12px;
}
section.testimonial {
    padding: 50px 0;
}
.testHead {
    font-size: 16px;
    padding: 20px 0;
}
.testCVr {
    padding: 30px;
    max-width: 100%;
}
.findItem {
  background: url(../images/map.svg) no-repeat top center;
    max-width: 100%;
    text-align: center;
    padding: 45px 0 15px;
        margin: 0;
}
.findItem.email {
    background: url(../images/email.svg) no-repeat top center;
    background-size: 30px;
}
.findItem.phone {
    background: url(../images/phone.svg) no-repeat top center;
    background-size: 30px;
    margin-bottom: 0;
}
section.quote {
    padding: 50px 0 30px;
    text-align: center;
}
.getLeft {
    padding-right: 0;
}
textarea.form-control {
    height: 95px;
}
.form-submit {
    float: none;
    display: block;
    margin: 19px auto 0;
    padding: 13px 74px !important;
}
footer .logoCvr span {
    width: 40%;
    float: none;
    margin: 0px auto;
    padding: 100px 0 0;
    display: block;
    height: auto;
}
footer .logo {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
ul.menuFooter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-left: 0;
    margin: 0;
}
.ftrBottom {
    padding: 10px 0;
}
p{
  font-size: 14px;
  line-height: 24px;
}
.welcome.innerAbout {
    padding: 50px 0;
    text-align: center;
}
.abtLft {
    padding-right: 0;
}
.abtRgt .wwa {
    font-size: 16px;
}
.abtRgt .wwa span{

  font-size: 14px;
}
.abtRgt ul li:before {
    
    left: 50%;
    margin-left: -125px;
}
.abtRgt ul li {
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.abtRgt {
    padding: 35px 0;
}
section.assurance.innAss {
    padding: 50px 0;
}
.sisHead {
    height: auto;
    overflow: visible;
}
section.Innerbanner{

  margin-top: 65px;
}
section.products.InnPrd {
    padding: 60px 0 40px;
}
section.innerpage.signglepage {
    padding: 50px 0;
}
.singleSerRight {
    text-align: center;
    padding-left: 0;
    padding-top: 30px;
}
section.DwpRF.innrServc {
    padding-bottom: 50px;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 14px;
}
section.clientInner {
    padding: 50px 0;
    text-align: center;
}
section.clientInner .clCvr {
    padding: 20px;
    margin-bottom: 10px;
}
section.contact.cntcInner .findItem {
    margin-left: 0;
    margin-bottom: 20px;
}
section.contact.cntcInner .findItem:after,.contactListRow .col-lg-6:first-child .contactListItem:after{

    display: none;
}
.contactListItemName {
    font-size: 17px;
    padding-bottom: 25px;
}
.cnSec02 {
    padding: 30px;
    text-align: center;
}
.cnListPhone a, .cnListEmail a, .cnListHead {
    
    background-position: top center;
    padding: 30px 0 0;
}
.contactListItem {
    position: relative;
    padding: 20px;
}
.contactListRow .col-lg-6:first-child .contactListItem{

    border-bottom: 1px solid #efefef;

}
section.contactList {
    padding-bottom: 50px;
}
section.Innerbanner h1 {
    
    font-size: 35px;
    letter-spacing: normal;
}
.singleSerLeft img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
section.sisComp {
    
    margin-bottom: 40px;
}
.wwaRgt {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}
.wwa:before {
    right: -26px;
}
.bannerBg .h1{

    letter-spacing: 10px;
}
.banner .slick-track, .banner .slick-list, .banner, .banner .slick-slide, .banner .slick-slide>div, .banner .slick-slide>div>div, .bannerBg {
    height: 62vh;
}

}

/*end ipad*/


/*mobile*/

@media screen and (max-width: 767px) {

  .logo {
    width: 80%;
    padding: 5px 0 0;
}
.logoCvr span {
    width: 30%;
}
.logoCvr {
    padding: 10px 0 0;
}
.aniPos .logo {
    width: 80%;
}
.aniPos .logoScn {
    padding: 1.2% 0 1.1%;
}
.bannerBg .h1 {
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 0;
    font-size: 30px;
    letter-spacing: 5px;
}
.wwaRgt {
    padding: 30px 0;
    text-align: center;
}
h1, h1 span{

  font-size: 22px;
}
p {
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 24px;
}
.welcome .btn {
    text-transform: none !important;
    padding: 10px 36px;
    font-size: 13px;
}
.wwa {
    font-size: 14px;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    
    font: 400 normal 14px Poppins-Regular, Arial, Helvetica, sans-serif;
}
.wwa span {
    display: block;
    padding-top: 10px;
    font-size: 13px;
}
.assurance {
    background-position: left top;
    padding: 50px 0;
    background-size: 35%;
}
.assIcon {
    padding: 0 0 30px;
}
.assHdng {
    font-size: 14px;
}
.assBoxCvr {
    padding: 30px 0;
    margin-bottom: 20px;
}
.dwPrfCvrRight a {
    padding: 10px;
    width: 100%;
    font-size: 12px;
}
.testDes {
    padding: 0;
}
.reviewSlder .slick-prev:before{

  left: 15px;
}
.reviewSlder .slick-next:before{

  right: 15px;
}
.mapLeft iframe{

  height: auto;
}
section.contact {
    padding: 10px 0 40px;
    background-size: 40%;
}
.ftrTop {
    padding: 30px 0;
    background-size: 25%;
}
footer .logo {
    width: 100%;
}
footer .logo:before{

  display: none;
}
ul.menuFooter li {
    padding: 0px 5px;
}
ul.menuFooter li a {
    font-size: 10px;
}
.container {
    max-width: 95%;
}
.menu{

  padding-top: 12rem !important;
}
.wwaRgt ul {
    padding-top: 35px;
}
section.Innerbanner{

  margin-top: 70px;
}
section.Innerbanner h1 {
    
    font-size: 22px;
    letter-spacing: normal;
}
.h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6{

  font-size: 20px;
}
.abtRgt {
    padding: 35px 0 0;
}
.assuCont {
    margin: 20px 0;
}
section.assurance.innAss {
    padding: 50px 0 30px;
}
.sisCont {
    text-align: center;
  }
  .sisCont p {
    margin-bottom: 20px;
}
.sisCvr {
    margin-bottom: 10px;
}
.sisHead {
    font-size: 18px;
}
section.sisComp {
    padding: 60px 0 20px;
}
section.patternCvr:before,section.patternCvr:after{

    background-size: 30%;
}
section.contact.cntcInner {
    padding: 50px 0 30px;
}
section.contact.cntcInner .findItem {
    
    background-size: 25px;
    margin-bottom: 0;
}
section.contact.cntcInner .findSec {
    padding: 30px 15px;
}
.contactListItemName{

    padding-bottom: 0;
}
.cnSec02 .row:first-child {
    padding-bottom: 0;
}
.wwa:before {
    right: -8px;
}
html,body{

    overflow-x: hidden !important;
}
.banner .slick-track, .banner .slick-list, .banner, .banner .slick-slide, .banner .slick-slide>div, .banner .slick-slide>div>div, .bannerBg {
    height: 70vh;
}


}


/*end mobile*/

.prdCvr h3{
	font-size:20px;
	margin-top:5px;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 70px;
    right: 10px;
    background-color: #26d367;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
    z-index: 100;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.call {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
    background-color: #26d367;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    z-index: 100;
}