@font-face {
  font-family: "AxiformaBookItalic";
  src: url("../eot/axiforma-bookitalic.eot");
  src: url("../eot/axiforma-bookitalicd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/axiforma-bookitalic.woff2") format("woff2"), url("../woff/axiforma-bookitalic.woff") format("woff"), url("../ttf/axiforma-bookitalic.ttf") format("truetype"), url("../svg/axiforma-bookitalic.svg#Axiforma-BookItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AxiformaBold";
  src: url("../eot/axiforma-bold.eot");
  src: url("../eot/axiforma-boldd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/axiforma-bold.woff2") format("woff2"), url("../woff/axiforma-bold.woff") format("woff"), url("../ttf/axiforma-bold.ttf") format("truetype"), url("../svg/axiforma-bold.svg#Axiforma-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AxiformaBoldItalic";
  src: url("../eot/axiforma-bolditalic.eot");
  src: url("../eot/axiforma-bolditalicd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/axiforma-bolditalic.woff2") format("woff2"), url("../woff/axiforma-bolditalic.woff") format("woff"), url("../ttf/axiforma-bolditalic.ttf") format("truetype"), url("../svg/axiforma-bolditalic.svg#Axiforma-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AxiformaLightItalic";
  src: url("../eot/axiforma-lightitalic.eot");
  src: url("../eot/axiforma-lightitalicd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/axiforma-lightitalic.woff2") format("woff2"), url("../woff/axiforma-lightitalic.woff") format("woff"), url("../ttf/axiforma-lightitalic.ttf") format("truetype"), url("../svg/axiforma-lightitalic.svg#Axiforma-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AxiformaMediumItalic";
  src: url("../eot/axiforma-mediumitalic.eot");
  src: url("../eot/axiforma-mediumitalicd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/axiforma-mediumitalic.woff2") format("woff2"), url("../woff/axiforma-mediumitalic.woff") format("woff"), url("../ttf/axiforma-mediumitalic.ttf") format("truetype"), url("../svg/axiforma-mediumitalic.svg#Axiforma-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AxiformaMedium";
  src: url("../eot/axiforma-medium.eot");
  src: url("../eot/axiforma-mediumd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/axiforma-medium.woff2") format("woff2"), url("../woff/axiforma-medium.woff") format("woff"), url("../ttf/axiforma-medium.ttf") format("truetype"), url("../svg/axiforma-medium.svg#Axiforma-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AxiformaLight";
  src: url("../eot/axiforma-light.eot");
  src: url("../eot/axiforma-lightd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/axiforma-light.woff2") format("woff2"), url("../woff/axiforma-light.woff") format("woff"), url("../ttf/axiforma-light.ttf") format("truetype"), url("../svg/axiforma-light.svg#Axiforma-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AxiformaBook";
  src: url("../eot/axiforma-book.eot");
  src: url("../eot/axiforma-bookd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/axiforma-book.woff2") format("woff2"), url("../woff/axiforma-book.woff") format("woff"), url("../ttf/axiforma-book.ttf") format("truetype"), url("../svg/axiforma-book.svg#Axiforma-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AxiformaExtraBold";
  src: url("../eot/axiforma-extrabold.eot");
  src: url("../eot/axiforma-extraboldd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/axiforma-extrabold.woff2") format("woff2"), url("../woff/axiforma-extrabold.woff") format("woff"), url("../ttf/axiforma-extrabold.ttf") format("truetype"), url("../svg/axiforma-extrabold.svg#AxiformaExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

/******************** HEADER CSS **************/
.site-header {
  padding: 15px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
}
.site-header .container .sticky-state {
  display: none;
}
.site-header .container .menu-section {
  display: table;
  width: 100%;
}
.site-header .container .menu-section div {
  display: table-cell;
  vertical-align: middle;
}
.site-header .container .menu-section div ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.site-header .container .menu-section div ul li {
  display: inline-block;
  padding: 10px 25px;
}
.site-header .container .menu-section div ul li:hover.menu-item-has-children::after {
  transform: rotate(180deg);
}
.site-header .container .menu-section div ul li a {
  font-family: "AxiformaBook";
  font-size: 15px;
  line-height: 26px;
  color: #262626;
  text-decoration: none;
  transition: all 0.5s;
}
.site-header .container .menu-section div ul li a:hover {
  color: #9A9A9A;
  /*font-family: 'AxiformaBold';*/
}
.site-header .container .menu-section div ul li.menu-item-has-children {
  position: relative;
  padding-right: 38px;
}
.site-header .container .menu-section div ul li.menu-item-has-children::after {
  background-color: transparent;
  background-image: url(../svg/feather-chevron-down.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  position: relative;
  position: absolute;
  top: 13px;
  right: 13px;
}
.site-header .container .menu-section div ul li.menu-item-has-children:hover ul {
  display: block;
  padding: 50px;
}
.site-header .container .menu-section div ul li.menu-item-has-children:hover ul li {
  display: block;
}
.site-header .container .menu-section div ul li ul {
  display: none;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 40px 30px;
  /*-webkit-box-shadow: 0px 0px 16px -10px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 16px -10px rgba(0,0,0,.75);
  box-shadow: 0px 0px 16px -10px rgb(0 0 0 / 75%);*/
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
  min-width: 700px;
  text-align: left;
}
.site-header .container .menu-section div .big-menu-list-wrap:hover ul {
  display: flex !important;
  align-items: start;
  justify-content: space-between;
  /*min-width: 1170px;*/
}
.site-header .container .menu-section div .big-menu-list-wrap:hover ul li {
  padding: 0;
  margin-right: 80px;
}
.site-header .container .menu-section div .big-menu-list-wrap:hover ul li:last-child {
  margin-right: 0;
}
.site-header .container .menu-section div .big-menu-list-wrap:hover ul li::after {
  display: none;
}
.site-header .container .menu-section div .big-menu-list-wrap:hover ul li a {
  font-size: 21px;
}
.site-header .container .menu-section div .big-menu-list-wrap:hover ul li ul {
  display: block !important;
  position: initial;
  box-shadow: none;
  padding: 20px 0 0;
  min-width: 300px;
  transform: translateX(0);
}
.site-header .container .menu-section div .big-menu-list-wrap:hover ul li ul li {
  padding: 5px 0;
}
.site-header .container .menu-section div .big-menu-list-wrap:hover ul li ul li a {
  font-size: 15px;
}
.site-header .container .menu-section .menu-contact {
  text-align: right;
}
.site-header .container .menu-section .menu-description {
  width: 45%;
  vertical-align: top;
}
.site-header .container .menu-section .description-right-side-menu-list {
  vertical-align: top;
  padding-top: 30px;
}
.site-header .container .menu-section .description-right-side-menu-list li {
  padding-top: 2px;
  padding-bottom: 2px;
}
.site-header .container .menu-section .description-right-side-menu-list li a {
  display: block;
  position: relative;
  padding: 10px 20px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.site-header .container .menu-section .description-right-side-menu-list li a:hover {
  background-color: #f2f2f2;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  color: #262626;
  font-family: "AxiformaBook";
}
.site-header .container .menu-section .description-right-side-menu-list li a::after {
  background-size: 20px;
  position: absolute;
  top: 17px;
  right: 20px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../svg/ionic-ios-arrow-round-forwardright.svg);
  background-repeat: no-repeat;
}
.site-header.fixed_header {
  position: fixed;
  top: -100%;
  background: #262626;
}
.site-header.fixed_header .normal-state {
  display: none;
}
.site-header.fixed_header .sticky-state {
  display: block !important;
}
.site-header.fixed_header .menu-area > ul > li {
  /*&::after{
      filter: invert(1);
  }*/
}
.site-header.fixed_header .menu-area > ul > li a {
  color: #ffffff !important;
}
.site-header.fixed_header .menu-area > ul > li a img {
  filter: invert(1);
}
.site-header.fixed_header .menu-area > ul > li a:hover {
  color: #9A9A9A !important;
}
.site-header.fixed_header .menu-area > ul > li ul li a {
  color: #262626 !important;
}
.site-header.fixed_header.stky {
  top: 0px;
  transition: all 0.5s;
}

.site-header .container .menu-section div ul li.menu-item-has-children {
  position: static;
  /*padding-right: 38px;*/
  padding-right: 10px;
}

.site-header .container .menu-section div ul li ul {
  top: calc(100% - 15px);
}

.site-header .container .menu-section div > ul > li.menu-item-has-children > a {
  position: relative;
}

.site-header .container .menu-section div > ul > li.menu-item-has-children > a::after {
  background-color: transparent;
  background-image: url(../svg/feather-chevron-down.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  position: relative;
  /*position: absolute;*/
  top: 5px;
  right: 0;
}

.site-header .container .menu-section div ul li.menu-item-has-children::after {
  display: none;
}

.site-header .container .menu-section div > ul > li.menu-item-has-children > a:hover::after {
  transform: rotate(180deg);
}

.site-header.fixed_header .menu-area > ul > li > a::after {
  filter: invert(1);
}

.site-header.always-fixed .container .menu-section div ul li ul {
  top: calc(100% - 22px);
}

/************** HOME PAGE BANNER *************/
.home-banner {
  background-position: right center;
  background-repeat: no-repeat;
}
.home-banner .for-banner-height {
  height: 560px;
}
.home-banner .for-banner-content {
  align-self: flex-end;
  padding-bottom: 80px;
}

/*************** PARTNER ****************/
.partner-section {
  background: #262626;
  position: relative;
}
.partner-section::after {
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #ffffff;
  z-index: 1;
}
.partner-section .container {
  position: relative;
  z-index: 2;
}

.case-section {
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
}
.case-section .row {
  margin-right: 0px;
}
.case-section .row .col-lg-7 {
  padding-right: 0px;
}
.case-section .row .col-lg-7 img {
  width: 100%;
}
.case-section .row .home-case-slider {
  background: #ffffff;
  align-items: self-end;
  padding-bottom: 114px;
  position: relative;
  padding-top: 70px;
}
.case-section .row .home-case-slider .case-slider-holder {
  padding: 0px 60px 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 40px;
}
.case-section .row .home-case-slider .case-nav-holder {
  position: absolute;
  bottom: 60px;
  width: 100%;
  left: 0px;
  padding: 0px 75px;
}
.case-section .row .home-case-slider .case-prev, .case-section .row .home-case-slider .case-next {
  position: static;
  display: inline-block;
}
.case-section .row .home-case-slider .case-prev::after, .case-section .row .home-case-slider .case-next::after {
  display: none;
}
.case-section .row .home-case-slider .common-button {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
}

.image-slider-wrapper {
  height: 100%;
}
.image-slider-wrapper div {
  height: 100%;
}
.image-slider-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.swiper-partner {
  padding: 80px 0px;
}
.swiper-partner .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
.swiper-partner .swiper-wrapper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 35px;
  height: 84px;
}

/****************** SERVICE SECTION ***************/
.service-section {
  padding: 130px 0px;
  overflow-x: hidden;
}
.service-section .col-lg-8 p {
  padding-left: 60px;
  padding-right: 30px;
}
.service-section .col-lg-8 h2 {
  background: #ffffff;
  position: relative;
  padding-left: 60px;
  padding-right: 30px;
}
.service-section .col-lg-8 h2::after {
  width: 200vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: 23px;
  background: url(../svg/group-3658.svg);
  z-index: -1;
}
.service-section .accordion-body {
  padding-left: 67px;
}
.service-section .accordion-body p {
  color: #ffffff;
}
.service-section .accordion-body ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.service-section .accordion-body ul li {
  width: 50%;
  float: left;
  font-family: "AxiformaBold";
  font-size: 16px;
  line-height: 35px;
  color: #262626;
  text-decoration: none;
  color: #ffffff;
  text-decoration: underline;
}
.service-section .accordion-body ul li a {
  color: #ffffff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.service-section .accordion-body ul li a:hover {
  color: #C7F454;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.service-section .accordion-body .acordian-content {
  padding-right: 40px;
}

/*************************INDUSTRIES SECTION ************/
.industries {
  background: #F2F2F2;
  padding-top: 120px;
  position: relative;
}
.industries::after {
  position: absolute;
  width: 100%;
  height: 180px;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #ffffff;
  z-index: 1;
}
.industries .container {
  position: relative;
  z-index: 2;
}
.industries .container .industries-content-area {
  max-width: 640px;
  margin: 0 auto 60px;
  text-align: center;
}
.industries .container .row {
  margin-left: -30px;
  margin-right: -30px;
}
.industries .container .row .col-lg-3 {
  padding: 0px 30px;
}
.industries .container .row .col-lg-3 .each-industry {
  background: #ffffff;
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
  height: 260px;
  text-align: center;
  width: 100%;
  display: table;
  transition: all 0.5s;
}
.industries .container .row .col-lg-3 .each-industry .industry-inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 20px;
}
.industries .container .row .col-lg-3 .each-industry .industry-inner h3 {
  margin-top: 40px;
}
.industries .container .row .col-lg-3 .each-industry:hover {
  background: #C7F454;
}

/***************** SORTS CONTENT SECTION ********************/
.sorts-content {
  padding: 100px 0px;
}
.sorts-content .sorts-hading-area {
  max-width: 740px;
  margin: 0 auto 60px;
  text-align: center;
}
.sorts-content .row {
  margin: 0px -20px;
}
.sorts-content .row .col-lg-6 {
  padding: 0px 20px;
}
.sorts-content .row .col-lg-6 .big-sorts-content {
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
}
.sorts-content .row .col-lg-6 .big-sorts-content .store-background {
  height: 460px;
  background-color: #707070;
  background-image: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sorts-content .row .col-lg-6 .big-sorts-content .sorts-content-area {
  padding: 28px 30px;
}
.sorts-content .row .col-lg-6 .big-sorts-content .sorts-content-area p {
  margin-bottom: 15px;
  font-size: 14px;
}
.sorts-content .row .col-lg-6 .big-sorts-content .sorts-content-area p.hading {
  margin-bottom: 5px;
}
.sorts-content .row .col-lg-6.small-sorts-list .small-sorts-content {
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.sorts-content .row .col-lg-6.small-sorts-list .small-sorts-content:last-child {
  margin-bottom: 0px;
}
.sorts-content .row .col-lg-6.small-sorts-list .small-sorts-content > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.sorts-content .row .col-lg-6.small-sorts-list .small-sorts-content .store-background {
  height: 192px;
  background-color: #707070;
  background-image: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 40%;
}
.sorts-content .row .col-lg-6.small-sorts-list .small-sorts-content .sorts-content-area {
  padding: 15px 30px;
}
.sorts-content .row .col-lg-6.small-sorts-list .small-sorts-content .sorts-content-area h3 {
  font-size: 21px;
  line-height: 26px;
}
.sorts-content .row .col-lg-6.small-sorts-list .small-sorts-content .sorts-content-area h3 a {
  display: inline-block;
}
.sorts-content .row .col-lg-6.small-sorts-list .small-sorts-content .sorts-content-area h3 a:hover {
  color: #A4CD39;
}
.sorts-content .row .col-lg-6.small-sorts-list .small-sorts-content .sorts-content-area p {
  margin-bottom: 15px;
  font-size: 14px;
}
.sorts-content .row .col-lg-6.small-sorts-list .small-sorts-content .sorts-content-area p.hading {
  margin-bottom: 5px;
}

/******** SITE FOOTER **********/
.site-footer {
  background: #262626;
  padding: 80px 0px 60px;
}
.site-footer p {
  color: #ffffff;
  font-size: 14px;
}
.site-footer h3 {
  font-family: "AxiformaBold";
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 30px;
}
.site-footer h3 a {
  font-family: "AxiformaBold";
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.5s;
}
.site-footer h3 a:hover {
  color: #C7F454;
}
.site-footer ul {
  list-style: none;
  padding: 0px;
  margin-top: 25px;
  margin-bottom: 0px;
}
.site-footer ul li {
  display: inline-block;
  padding: 0px 10px;
}
.site-footer ul li:last-child {
  padding-right: 0px;
}
.site-footer ul li:first-child {
  padding-left: 0px;
}
.site-footer ul.footer-menu {
  margin-bottom: 25px;
}
.site-footer ul.footer-menu li {
  border-right: 1px solid #ffffff;
  line-height: 16px;
}
.site-footer ul.footer-menu li:last-child {
  border-right: 0px;
}
.site-footer ul.footer-menu li a {
  font-family: "AxiformaBold";
  font-size: 14px;
  line-height: 16px;
  color: #262626;
  text-decoration: none;
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.5s;
}
.site-footer ul.footer-menu li a:hover {
  color: #C7F454;
  text-decoration: none;
}

.mobile-fixed-footer {
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  display: table;
  height: 45px;
  z-index: 999999;
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
  background: #ffffff;
}
.mobile-fixed-footer a {
  background: #ffffff;
  font-family: "AxiformaBold";
  font-size: 15px;
  line-height: 26px;
  color: #262626;
  text-decoration: none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
.mobile-fixed-footer a:last-child {
  background: #C7F454;
}

/******** Search Area ********/
.search-area {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-color: #262626;
  padding-top: 15vh;
}

.search-area.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.search-area form {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0px auto;
  border: 0px solid #FFFFFF;
  border-bottom: 1px solid #fff;
}

.search-logo {
  margin-bottom: 70px;
}

.search-logo > img {
  margin-bottom: 20px;
}

.search-logo > h2 {
  font-size: 52px;
  line-height: 60px;
  color: #fff;
}

.search-form-wrapper {
  max-width: 955px;
  margin: 0px auto;
}

.input-feild {
  width: 100%;
}

.input-feild input {
  width: 100%;
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 20px;
  font-family: "AxiformaBook";
}

.search-area .search-button {
  padding: 11px 18px;
  border: 1px solid #fff;
  background: #fff;
}

.search-area .search-button button {
  background: none;
  border: none;
  padding: 0px;
}

.search-area .search-close {
  position: absolute;
  top: 35px;
  right: 35px;
}

.advance-search-wrapper input {
  width: 100%;
  padding: 13px 25px;
  border: 0px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.search-form-wrapper button {
  padding: 9px 10px;
  border: 0px;
  background: transparent;
}

.advance-search-wrapper input:focus {
  outline: 0px;
}

.advance-search-wrapper input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.advance-search-wrapper input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.advance-search-wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.advance-search-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.advance-search-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

/******************** SERVICE PAGE *******************/
.service-banner {
  padding: 200px 0px 100px;
}
.service-banner .row > div {
  align-self: center;
}
.service-banner .row .service-banner-image {
  text-align: center;
}
.service-banner .row .service-banner-image img {
  max-width: 100%;
}
.service-banner .banner-description {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 28px;
}

.service-partner {
  background: #ffffff;
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
}
.service-partner .swiper-partner {
  padding: 26px 0px;
}

.optimization-section {
  padding: 100px 0px;
}
.optimization-section h3 {
  font-size: 20px;
  line-height: 28px;
}
.optimization-section .container > .row > div {
  align-self: center;
}

.optimization-video {
  background: #ffffff;
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
}
.optimization-video iframe {
  width: 100%;
  height: 227px;
}
.optimization-video .video-content {
  padding: 40px;
}
.optimization-video .video-content h3 {
  font-size: 22px;
  line-height: 30px;
}

.optimize-content {
  padding-left: 90px;
}
.optimize-content h2 {
  font-size: 40px;
  line-height: 46px;
}
.optimize-content .optimize-listing {
  margin-top: 45px;
}
.optimize-content .optimize-listing ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.optimize-content .optimize-listing ul li {
  padding: 5px 0px;
}
.optimize-content .optimize-listing ul li a {
  transition: all 0.5s;
}
.optimize-content .optimize-listing ul li a:hover {
  color: #9A9A9A;
}

.compare-overlay {
  background: rgba(7, 7, 7, 0.8);
  padding: 180px 0px;
  position: relative;
  margin-bottom: 0px;
}
.compare-overlay .compare-content {
  max-width: 700px;
  margin: 0 auto;
}
.compare-overlay .compare-content p {
  color: #ffffff;
  margin-bottom: 40px;
}
.compare-overlay .compare-content h2 {
  color: #ffffff;
}
.compare-overlay .compare-content h5 {
  color: #ffffff;
}
.compare-overlay .compare-content p.hading {
  margin-bottom: 0px;
}
.compare-overlay .compare-icon-one {
  position: absolute;
  bottom: -79px;
  right: -305px;
  opacity: 0.75;
}
.compare-overlay .compare-icon-two {
  position: absolute;
  top: 50%;
  left: -150px;
  margin-top: -146px;
}

.float {
  transform: translatey(0px);
  -webkit-animation: float 3s ease-in-out alternate infinite;
  animation: float 3s ease-in-out alternate infinite;
}

.float1 {
  transform: translatey(0px);
  -webkit-animation: float 2s ease-in-out alternate infinite;
  animation: float 2s ease-in-out alternate infinite;
}

.float2 {
  transform: translatey(0px);
  -webkit-animation: float 4s ease-in-out alternate infinite;
  animation: float 4s ease-in-out alternate infinite;
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.how-to-do {
  padding: 150px 0px;
}
.how-to-do .how-to-do-image {
  align-self: center;
}
.how-to-do .how-to-do-image img:first-child {
  margin-bottom: 40px;
}
.how-to-do .how-to-do-content {
  padding-right: 70px;
  align-self: center;
  padding-top: 40px;
}
.how-to-do .how-to-do-content h2 {
  font-size: 40px;
  line-height: 44px;
}
.how-to-do .how-to-do-content p {
  font-size: 15px;
}

.case-studies > div {
  padding: 0px;
  background: rgb(0, 0, 0);
  background: -webkit-inear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 1, 1, 0.9) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 1, 1, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000101",GradientType=1);
}
.case-studies .container {
  display: table;
  padding-top: 80px;
  padding-bottom: 80px;
  height: 700px;
}
.case-studies .container > div {
  display: table-cell;
  vertical-align: bottom;
}
.case-studies .case-content {
  max-width: 700px;
}
.case-studies .case-content h3 {
  font-family: "AxiformaMedium";
  font-size: 38px;
  line-height: 48px;
  color: #262626;
  text-decoration: none;
  margin-bottom: 40px;
  color: #ffffff;
  font-style: italic;
}
.case-studies .case-content p.hading {
  margin-bottom: 40px;
}

.quote {
  font-family: "AxiformaMedium";
  font-size: 116px;
  line-height: 50px;
  color: #262626;
  text-decoration: none;
  color: #707070;
  opacity: 0.25;
  position: relative;
  bottom: -86px;
  left: -50px;
}

.ongoing-Sstrategy {
  padding: 80px 0px;
}
.ongoing-Sstrategy .ongoing-Sstrategy-content {
  margin: 0 auto;
  max-width: 800px;
}
.ongoing-Sstrategy .ongoing-Sstrategy-content h2 {
  font-size: 40px;
  line-height: 44px;
}

/****************** GALLERY PAGE ************/
.gallery-banner {
  padding: 140px 0px 0px;
}
.gallery-banner .gallery-banner-content {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}

.category-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  border: 1px solid #707070;
}
.category-list ul li {
  display: inline-block;
  padding: 15px 20px;
}
.category-list ul li a {
  font-family: "AxiformaBook";
  font-size: 14px;
  line-height: 24px;
  color: #262626;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  transition: all 0.5s;
}
.category-list ul li a:hover {
  color: #A4CD39;
}
.category-list ul li a.active {
  color: #A4CD39;
}

.gallery-list .row {
  margin: 0px -50px;
  padding: 50px 0px 0px;
}
.gallery-list .row > div {
  padding: 50px;
}
.gallery-list .row > div img {
  width: 100%;
}

.gallery-items-btn {
  text-align: center;
  font-family: "AxiformaBook";
  font-size: 14px;
  line-height: 24px;
  color: #262626;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 15px 10px;
  display: none;
}
.gallery-items-btn img {
  width: 10px;
  margin-top: -7px;
  margin-left: 10px;
}

.privacy-menu-section {
  padding: 75px 0px;
}
.privacy-menu-section ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.privacy-menu-section ul li {
  display: inline-block;
  padding: 0px 15px;
  border-right: 1px solid #262626;
  line-height: 14px;
}
.privacy-menu-section ul li:last-child {
  border-right: 0px;
}
.privacy-menu-section ul li a {
  font-family: "AxiformaMedium";
  font-size: 14px;
  line-height: 14px;
  color: #262626;
  text-decoration: none;
  text-decoration: underline;
}
.privacy-menu-section ul li a:hover {
  text-decoration: none;
}

.case-page-list {
  padding-left: 100px;
}

.each-case-set {
  padding: 40px 0px;
}
.each-case-set p.hading {
  font-size: 17px;
  margin-bottom: 0px;
}
.each-case-set ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.each-case-set ul li {
  padding: 5px 0px;
}
.each-case-set ul li a {
  transition: all 0.5s;
}
.each-case-set ul li a:hover {
  color: #9A9A9A;
}

.before-after img {
  width: 100%;
}
.before-after .before-text {
  background: #FCFCFC;
  text-align: center;
  padding: 15px;
}
.before-after .before-text p.heading {
  margin-bottom: 0px;
  font-size: 17px;
}

.challenges-section {
  padding: 110px 0px 50px;
}
.challenges-section h2 {
  font-size: 36px;
  line-height: 44px;
}
.challenges-section .challange-left {
  padding-right: 50px;
}
.challenges-section .challange-area {
  padding-left: 50px;
}
.challenges-section .challange-area ul {
  padding: 0px;
  margin-top: 25px;
  margin-bottom: 50px;
  list-style: none;
}
.challenges-section .challange-area ul li {
  padding-left: 30px;
  padding-bottom: 18px;
  font-family: "AxiformaBook";
  font-size: 15px;
  line-height: 24px;
  color: #262626;
  text-decoration: none;
  background: url(../group.html\ 3678.png) no-repeat left top;
}

.related-case {
  padding: 90px 0px 24px;
}
.related-case h2 {
  font-size: 34px;
}

.related-case-header {
  max-width: 785px;
  text-align: center;
  margin: 0 auto 80px;
}

.service-banner h4 a {
  font-family: "AxiformaBold";
  font-size: 18px;
  line-height: 60px;
  color: #262626;
  text-decoration: none;
}
.service-banner h4 a:hover {
  color: #707070;
}

.partner-section.for-contact::after {
  display: none;
}

.contact-accordian-area {
  max-width: 900px;
  margin: 0px auto 0px;
  padding: 90px 0px;
}
.contact-accordian-area h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 44px;
}
.contact-accordian-area p {
  color: #ffffff;
  font-size: 15px;
}

.b-testi {
  padding: 0px 0px 50px 50px;
}
.b-testi h3 {
  font-size: 36px;
  line-height: 47px;
}
.b-testi p {
  margin-bottom: 15px;
}

.contact-accordian .accordion-body {
  color: #ffffff;
}
.contact-accordian .accordion-item {
  border: 0px;
  border-bottom: 1px solid #707070;
  background: none;
}
.contact-accordian .accordion-item .accordion-button {
  background: none;
  font-family: "AxiformaBook";
  font-size: 22px;
  line-height: 60px;
  color: #262626;
  text-decoration: none;
  color: #ffffff;
  box-shadow: none;
  outline: none;
  padding: 11px 0px 0px 50px;
}
.contact-accordian .accordion-item .accordion-button::after {
  background-image: url(../svg/arrow-round-forward.svg);
  height: 19px;
  background-size: contain;
  position: absolute;
  left: 15px;
}

p.qu-mark {
  margin-bottom: 0px;
  font-family: "AxiformaMedium";
  font-size: 18px;
  line-height: 60px;
  color: #262626;
  text-decoration: none;
  margin-bottom: 0px;
  margin-top: 30px;
  color: #C7F454;
}
p.qu-mark img {
  margin-right: 10px;
  position: relative;
  top: -5px;
}
p.qu-mark a {
  text-decoration: underline;
}
p.qu-mark a:hover {
  color: #ffffff;
}

.gallery-banner .breadcrumb {
  display: block;
}

.t-listing {
  padding: 78px 0px;
  background-color: #F2F2F2;
}

.t-slider-section::after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F2F2F2;
  z-index: -1;
}

.each-t-monial {
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
  padding: 40px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.each-t-monial .t-profile {
  margin-top: 40px;
  position: relative;
}
.each-t-monial .t-profile p {
  font-size: 15px;
  line-height: 21px;
  padding-left: 90px;
  margin-bottom: 0px;
}
.each-t-monial .t-profile img {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.each-t-monial .quote {
  line-height: 29px;
  bottom: -72px;
  left: -18px;
}
.each-t-monial h3 {
  font-size: 24px;
  line-height: 32px;
}

.gallery-banner.industry-over {
  background: url(../jpg/shutterstock_563002384.jpg) no-repeat center center/cover;
  padding: 145px 0px 50px;
}
.gallery-banner.industry-over .industry-over-icon {
  margin-bottom: 40px;
}

.industry-content-area {
  padding-bottom: 100px;
}

.industry-content {
  padding: 100px 80px;
  align-self: center;
}
.industry-content h2 {
  font-size: 36px;
  line-height: 44px;
}
.industry-content h2, .industry-content p {
  color: #ffffff;
}
.industry-content p {
  margin-bottom: 10px;
}
.industry-content ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.industry-content ul li {
  padding: 1px 15px;
  border-bottom: 1px solid #707070;
  background: url(../svg/right-ios-arrow-round-forward.svg) no-repeat 97% center;
}
.industry-content ul li:last-child {
  border-bottom: 0px;
}
.industry-content ul li a {
  font-family: "AxiformaMedium";
  font-size: 22px;
  line-height: 60px;
  color: #262626;
  text-decoration: none;
  color: #ffffff;
  display: block;
  transition: all 0.5s;
}
.industry-content ul li a:hover {
  color: #C7F454;
}

.each-sm-blog {
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
  background: #ffffff;
  margin: 15px 0px;
}
.each-sm-blog img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.sm-blog-content {
  padding: 15px 30px;
}
.sm-blog-content p.hading {
  margin-bottom: 5px;
}
.sm-blog-content h3 {
  font-size: 21px;
  line-height: 26px;
}

.blog-categor {
  padding-bottom: 90px;
}

.sub-menu-toggle {
  display: none;
}

.social-media li a {
  transition: all 0.5s;
}
.social-media li a:hover {
  opacity: 0.5;
}

/*******************************/
.default-template h2 {
  font-size: 40px;
  line-height: 44px;
}

.case-banner .container > .row .row > div {
  align-self: flex-start;
}
.case-banner .each-case-set {
  padding: 0px 0px 48px;
}
.case-banner .each-case-set h5 {
  margin-bottom: 5px;
}
.case-banner .each-case-set a:hover {
  color: #A4CD39;
}

.logo-with ul {
  padding: 0px;
  margin-top: 25px;
  margin-bottom: 50px;
  list-style: none;
}
.logo-with ul li {
  padding-left: 30px;
  padding-bottom: 18px;
  font-family: "AxiformaBook";
  font-size: 15px;
  line-height: 26px;
  color: #262626;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  background: url(../group.html\ 3678.png) no-repeat left top;
}

.t-img-slider {
  padding-right: 0px;
}

.star, .t-star {
  position: relative;
}
.star .star-greay, .t-star .star-greay {
  filter: grayscale(1);
  opacity: 0.4;
}
.star .star-active, .t-star .star-active {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  z-index: 1;
}

.contact-banner {
  padding-top: 150px;
}

.contact-banner-content {
  padding-right: 150px;
}

.contact-form-area {
  padding: 50px;
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
}
.contact-form-area .gform_wrapper.gravity-theme .gform_footer, .contact-form-area .gform_wrapper.gravity-theme .gform_page_footer {
  padding: 16px 0 0px;
}
.contact-form-area .large {
  border: 0px;
  border-bottom: 1px solid #707070;
  outline: none !important;
  font-family: "AxiformaBook";
  font-size: 15px;
  line-height: 24px;
  color: #262626;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 13px 21px !important;
  margin-bottom: 10px !important;
}
.contact-form-area .large::-moz-placeholder {
  color: #262626;
}
.contact-form-area .large:-ms-input-placeholder {
  color: #262626;
}
.contact-form-area .large::placeholder {
  color: #262626;
}

body .gform_button {
  font-family: "AxiformaBold";
  font-size: 15px;
  line-height: 26px;
  color: #262626;
  text-decoration: none;
  display: inline-block;
  padding: 11px 30px 9px;
  transition: all 0.5s;
  border: 1px solid #C7F454;
  background: #C7F454;
  text-align: center;
  transition: all 0.5s;
}

body .gform_button:hover {
  background: #A4CD39;
}

.meet-the_team {
  padding: 20px 0px 100px;
}

.each-team {
  padding: 10px 0px;
}

.about-count-section {
  background: #262626;
  position: relative;
}
.about-count-section::before {
  position: absolute;
  width: 100%;
  height: 250px;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #ffffff;
  z-index: 1;
  top: 0px;
  bottom: auto;
}
.about-count-section .container {
  position: relative;
  z-index: 2;
}

.count-area {
  padding-top: 100px;
}

.each-count {
  text-align: center;
  margin-top: 0px;
}
.each-count p.hading {
  color: #ffffff !important;
}
.each-count h2 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 0px;
}

.why-choose-dlm {
  padding: 130px 0px;
}
.why-choose-dlm p {
  font-size: 15px;
  margin-bottom: 0px;
}
.why-choose-dlm h2 {
  font-size: 36px;
  line-height: 43px;
}

.industries.about-industry .industries-content-area {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
}

.each-team-image {
  margin: 8px;
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
}

.team_testimonial {
  margin: 0 auto;
  max-width: 825px;
  padding: 100px 0px;
  position: relative;
}
.team_testimonial h3 {
  font-style: italic;
  font-size: 36px;
  line-height: 47px;
}

.customer-success {
  padding: 110px 0px;
  background: #262626;
}
.customer-success .col-lg-4 {
  padding-right: 50px;
}
.customer-success h3 {
  color: #ffffff;
  font-size: 36px;
  line-height: 44px;
}
.customer-success h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 44px;
}
.customer-success p {
  color: #ffffff;
  font-size: 15px;
}
.customer-success p a {
  font-family: "AxiformaBold";
  font-size: 15px;
  line-height: 44px;
  color: #262626;
  text-decoration: none;
  color: #ffffff;
  text-decoration: underline;
}
.customer-success .each-success {
  padding-left: 65px;
  background: url(../png/leff.png) no-repeat 30px 4px;
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.customer-success .each-success h3 {
  font-size: 22px;
  line-height: 31px;
}

.about-testimonial {
  position: relative;
  /*.case-section{
      box-shadow: none;
  }*/
}
.about-testimonial::before {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #ffffff;
  z-index: 1;
  background: #262626;
  bottom: auto;
}
.about-testimonial .t-slider-section {
  z-index: 9;
}

/*=======================reesource page start=============================*/
.resource-sec {
  padding: 50px 0 47px;
}
.resource-sec .col-lg-5 {
  width: 31%;
}
.resource-sec .col-lg-7 {
  width: 69%;
}

/****resource-filter***/
.resource-filter-wrap {
  padding-right: 15px;
}

.resource-filter {
  padding: 40px 30px;
  background-color: #F2F2F2;
}
.resource-filter h4 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "AxiformaBook";
  letter-spacing: 4px;
}
.resource-filter .mob-resource-filter-btn {
  display: none;
}
.resource-filter .mob-resource-filter-btn img {
  width: 10px;
}
.resource-filter .resource-filter-search {
  position: relative;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.09);
}
.resource-filter .resource-filter-search .filter-search-bar {
  width: 100%;
  height: 47px;
  padding: 0 60px 0 22px;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #A2A2A2;
  font-family: "AxiformaBook";
  font-size: 12px;
  line-height: 48px;
  color: #262626;
  text-decoration: none;
  letter-spacing: 4px;
  border: 0;
}
.resource-filter .resource-filter-search .filter-search-bar:placeholder {
  color: #A2A2A2;
  opacity: 1;
}
.resource-filter .resource-filter-search .filter-search-bar:-ms-input-placeholder {
  color: #A2A2A2;
  opacity: 1;
}
.resource-filter .resource-filter-search .filter-search-bar::-moz-placeholder {
  color: #A2A2A2;
  opacity: 1;
}
.resource-filter .resource-filter-search .filter-search-bar::placeholder {
  color: #A2A2A2;
  opacity: 1;
}
.resource-filter .resource-filter-search .filter-search-bar:focus {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  color: #A2A2A2;
}
.resource-filter .resource-filter-search .filter-search-bar:focus-visible {
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  color: #A2A2A2;
}
.resource-filter .resource-filter-search .search-btn {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  background: transparent;
  border: 0;
}
.resource-filter .resource-filter-search .search-btn img {
  width: 17px;
}

.each-filter-slot {
  margin-top: 10px;
  /*.arrow-rotate {
      transform: rotate(180deg);
  }*/
}
.each-filter-slot ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.each-filter-slot ul li a {
  font-family: "AxiformaBold";
  font-size: 15px;
  line-height: 36px;
  color: #262626;
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-filter-slot ul li a:hover {
  color: #A4CD39;
}
.each-filter-slot .more-topic-list-btn {
  font-family: "AxiformaBold";
  font-size: 15px;
  line-height: 36px;
  color: #262626;
  text-decoration: none;
  transition: all 0.5s;
}
.each-filter-slot .more-topic-list-btn:hover {
  color: #A4CD39;
}
.each-filter-slot .more-topic-list-btn img {
  width: 10px;
  margin-left: 14px;
  margin-top: -7px;
}
.each-filter-slot .more-topic-list {
  display: none;
}

/****resource-dtl*****/
.each-resource-dtl-wrap {
  padding: 0 15px;
}

.each-resource-dtl {
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}

.each-resource-dtl-info {
  padding: 40px 35px 35px 35px;
}
.each-resource-dtl-info h3 {
  font-family: "AxiformaBold";
  font-size: 21px;
  line-height: 30px;
  color: #262626;
  text-decoration: none;
  margin-bottom: 3px;
}
.each-resource-dtl-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}

.big-resource-dtl-wrap {
  margin-bottom: 30px;
  padding: 0 15px;
}

.big-resource-dtl {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}
.big-resource-dtl .each-resource-dtl-img {
  height: 100%;
  width: 100%;
}
.big-resource-dtl .each-resource-dtl-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.big-resource-dtl .each-resource-dtl-info {
  width: 92%;
}
.big-resource-dtl .big-resource-tag {
  font-family: "AxiformaBook";
  font-size: 13px;
  line-height: 24px;
  color: #262626;
  text-decoration: none;
  background-color: #A4CD39;
  color: #262626;
  letter-spacing: 5px;
  padding: 10px 15px;
  position: absolute;
  top: 10px;
  right: 0;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.09);
}

/***resource-pagination****/
.resource-pagination {
  padding-bottom: 70px;
}

.resource-pagination-wrap {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}
.resource-pagination-wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
}
.resource-pagination-wrap ul li {
  display: inline-block;
}
.resource-pagination-wrap ul .pg-number a {
  font-size: 14px;
  color: #9A9A9A;
}
.resource-pagination-wrap ul .pg-number a:hover {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: #A4CD39;
}
.resource-pagination-wrap ul .pg-number span {
  margin: 0 8px;
}

/*==========================resource-child page start===============================*/
/***resource-top-sec****/
.grey-banner {
  background-color: #F2F2F2;
}
.grey-banner .common-button.line-button {
  background-color: #C7F454;
  border-color: #C7F454 !important;
}
.grey-banner .common-button.line-button:hover {
  border-color: #A4CD39 !important;
  background-color: #A4CD39;
}

/***resource-ebook-sec****/
.resource-ebook-sec {
  padding: 50px 0 50px;
}
.resource-ebook-sec h3 {
  font-size: 40px;
  line-height: 44px;
}
.resource-ebook-sec ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.resource-ebook-sec ul li {
  font-family: "AxiformaBook";
  font-size: 16px;
  line-height: 58px;
  color: #262626;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
}
.resource-ebook-sec ul li::after {
  background-size: 12px;
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../png/leff.png);
  background-repeat: no-repeat;
}
.resource-ebook-sec .resource-ebook-slider {
  padding: 0 50px;
  position: relative;
}
.resource-ebook-sec .resource-ebook-slider .ebook-slider-arrow::after {
  display: none;
}
.resource-ebook-sec .resource-ebook-slider .swiper-container {
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
}
.resource-ebook-sec .resource-ebook-slider .swiper-pagination {
  transform: translateX(-50%);
  left: 50%;
  margin-top: 35px;
}
.resource-ebook-sec .resource-ebook-slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: transparent;
  margin: 0 12px;
  border: 1px solid #707070;
}
.resource-ebook-sec .resource-ebook-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #707070;
}
.resource-ebook-sec .resource-ebook-slider .swiper-button-next {
  right: 0;
}
.resource-ebook-sec .resource-ebook-slider .swiper-button-prev {
  left: 0;
}

/****resource-ebook-dtl-sec***/
.resource-ebook-dtl-sec {
  padding: 110px 0;
  background-color: #F2F2F2;
}
.resource-ebook-dtl-sec h3 {
  font-family: "AxiformaExtraBold";
  font-size: 36px;
  line-height: 44px;
  color: #262626;
  text-decoration: none;
  margin-bottom: 30px;
}
.resource-ebook-dtl-sec p {
  font-size: 15px;
  line-height: 24px;
}
.resource-ebook-dtl-sec h5 {
  font-family: "AxiformaBold";
  letter-spacing: 0.5px;
  text-transform: none;
  margin-bottom: 25px;
}
.resource-ebook-dtl-sec .col-lg-6:nth-child(odd) .resource-ebook-each-dtl {
  padding-right: 40px;
}
.resource-ebook-dtl-sec .col-lg-6:nth-child(even) .resource-ebook-each-dtl {
  padding-left: 40px;
}

/****resource-accordian-sec****/
.resource-accordian-sec {
  background-color: #262626;
  padding: 90px 0;
}
.resource-accordian-sec h2 {
  font-family: "AxiformaExtraBold";
  font-size: 36px;
  line-height: 44px;
  color: #262626;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 20px;
}

/*==========================core value page start===============================*/
/***core-value-banner**/
.core-value-banner .row .service-banner-image {
  text-align: right;
}

/***core-value-team-sec***/
.core-value-team-sec::before {
  height: 84px;
}
.core-value-team-sec .count-area {
  padding-left: 43px;
  padding-right: 43px;
  padding-bottom: 100px;
}
.core-value-team-sec .count-area .quote {
  display: none;
}
.core-value-team-sec .count-area h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 47px;
  position: relative;
}
.core-value-team-sec .count-area h2::before {
  content: "";
  background-image: url(../png/core-valu-quote.png);
  height: 85px;
  width: 80px;
  top: -25px;
  left: -35px;
  position: absolute;
}
.core-value-team-sec .count-area p {
  color: #ffffff;
  margin-bottom: 20px;
}
.core-value-team-sec .count-area .read-more-link {
  color: #ffffff;
}
.core-value-team-sec .count-area .read-more-link:hover {
  color: #A4CD39;
}
.core-value-team-sec .count-area .core-value-team-dtl {
  padding-left: 10%;
}

/***core-value-member-sec***/
.core-value-member-sec {
  padding-top: 100px;
}
.core-value-member-sec .core-value-member-img-wrap .col-lg-6:nth-child(odd) .core-value-member-img {
  padding-right: 20px;
}
.core-value-member-sec .core-value-member-img-wrap .col-lg-6:nth-child(even) .core-value-member-img {
  padding-left: 20px;
}
.core-value-member-sec .why-choose-dlm {
  padding: 100px 0 90px;
}

/***core-value-feature-scc*****/
.core-value-feature-sec {
  padding: 118px 0;
}
.core-value-feature-sec .col-lg-4 {
  padding-right: 12px;
}
.core-value-feature-sec .core-value-feature-wrap {
  margin: 0 -30px;
}
.core-value-feature-sec .core-value-feature-wrap .each-success {
  width: 100%;
  padding: 0 70px;
  float: none;
}

/***core-value-joining-sec****/
.core-value-joining-sec {
  padding: 45px 0;
  background-color: #F2F2F2;
}
.core-value-joining-sec .core-value-joining-text {
  max-width: 510px;
  width: 100%;
}
.core-value-joining-sec .core-value-joining-text h2 {
  font-size: 36px;
  line-height: 44px;
}
.core-value-joining-sec .core-value-joining-text p {
  margin: 50px 0 0;
}
.core-value-joining-sec .core-value-joining-img {
  padding-left: 55px;
}

/*==========================blog page start===============================*/
/***blog-banner****/
.blog-banner {
  background-color: #FCFCFC;
  display: table;
  width: 100%;
}
.blog-banner .breadcrumb {
  margin-bottom: 0;
}

/***blog-sec*****/
.blog-sec {
  /*background-color: $body_bg;*/
  padding-top: 44px;
}
.blog-sec .col-lg-7 {
  width: 63%;
}
.blog-sec .col-lg-5 {
  width: 37%;
}
.blog-sec .common-gap {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-sec .big-blog-area {
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}
.blog-sec .big-blog-text {
  padding: 35px 35px 25px;
}
.blog-sec .big-blog-text p {
  margin-bottom: 15px;
  color: #262626;
  font-size: 14px;
}
.blog-sec .big-blog-text h5 {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-sec .more-blog-side .more-blog-side-heading {
  padding: 20px 35px;
  background-color: #FCFCFC;
  margin-bottom: 20px;
}
.blog-sec .more-blog-side .more-blog-side-heading h5 {
  margin-bottom: 0;
}
.blog-sec .more-blog-side .big-blog-text {
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}
.blog-sec .more-blog-side .big-blog-text h3 {
  font-size: 21px;
  line-height: 30px;
}
.blog-sec .blog-form-content {
  background-color: #262626;
  padding: 50px 30px 30px 30px;
  margin-bottom: 30px;
}
.blog-sec .blog-form-content h3 {
  font-size: 24px;
  line-height: 30px;
  padding-left: 30px;
  background: url(../png/leff.png) no-repeat 0 4px;
  color: #ffffff;
}
.blog-sec .blog-form-content p {
  color: #ffffff;
  font-size: 14px;
}
.blog-sec .blog-form-content .form-group {
  margin-bottom: 25px;
}
.blog-sec .blog-form-content input {
  resize: none;
  background-color: transparent;
  border-radius: 0;
  font-family: "AxiformaBook";
  border: 0;
  border-bottom: 1px solid #707070;
  color: #ffffff;
  font-size: 15px;
  padding: 0 14px;
  height: 50px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.blog-sec .blog-form-content input:placeholder {
  color: #ffffff;
  opacity: 1;
}
.blog-sec .blog-form-content input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.blog-sec .blog-form-content input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.blog-sec .blog-form-content input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.blog-sec .blog-form-content input:focus {
  box-shadow: none;
  outline: none;
}
.blog-sec .blog-form-content input:focus-visible {
  outline: none;
}
.blog-sec .blog-form-content .button {
  width: 100%;
  text-align: center;
  background-color: #C7F454;
  color: #262626;
  letter-spacing: normal;
  text-transform: none;
  font-family: "AxiformaBold";
}
.blog-sec .blog-form-content .button:hover {
  background-color: #A4CD39;
}
.blog-sec .blog-form-content .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}
.blog-sec .blog-mid-content h2 {
  color: #ffffff;
  margin: 245px 0 10px;
  line-height: 50px;
  font-size: 42px;
}
.blog-sec .blog-mid-content p {
  font-size: 15px;
}
.blog-sec .blog-mid-content img {
  width: 123px;
}

/**blog-pagination***/
.blog-pagination {
  background-color: #FFFFFF;
  padding: 60px 0;
}

/***blog-btm-sec***/
.blog-btm-sec {
  padding: 50px 0 60px;
}
.blog-btm-sec::after {
  display: none;
}

/*==========================blog-details page start===============================*/
/***blog-dtl-pg-loader****/
.blog-dtl-pg-loader {
  z-index: -1;
  padding-top: 78px;
  background-color: #F2F2F2;
}
.blog-dtl-pg-loader .blog-dtl-pg-loader-wrap {
  height: 6px;
}
.blog-dtl-pg-loader .blog-dtl-pg-loader-wrap span {
  width: 30%;
  height: 100%;
  background-color: #A4CD39;
  height: 10px;
  display: block;
}

/**blog-dtl-top-sec*****/
.blog-dtl-top-sec {
  background-color: #F2F2F2;
  position: relative;
}
.blog-dtl-top-sec .blog-dtl-top-text {
  padding: 100px 0 200px;
}
.blog-dtl-top-sec .blog-dtl-top-text h2 {
  font-size: 44px;
  line-height: 52px;
}
.blog-dtl-top-sec .blog-dtl-top-text p {
  font-size: 14px;
  line-height: 24px;
}
.blog-dtl-top-sec .blog-dtl-top-img {
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.blog-dtl-top-sec .blog-dtl-top-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/****blog-dtl-demo-sec****/
.blog-dtl-demo-sec .blog-dtl-demo-wrap {
  background-color: #ffffff;
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
  margin-top: -185px;
  position: relative;
  z-index: 1;
}
.blog-dtl-demo-sec .blog-dtl-demo-text {
  padding: 45px 35px 30px;
}
.blog-dtl-demo-sec .blog-dtl-demo-text h3 {
  font-family: "AxiformaExtraBold";
  font-size: 21px;
  line-height: 30px;
  color: #262626;
  text-decoration: none;
}
.blog-dtl-demo-sec .blog-dtl-demo-text p {
  font-size: 14px;
  line-height: 24px;
}
.blog-dtl-demo-sec .blog-dtl-demo-img {
  height: 100%;
}
.blog-dtl-demo-sec .blog-dtl-demo-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/***blog-dtl-qna-sec****/
.blog-dtl-qna-sec {
  padding: 90px 0;
}
.blog-dtl-qna-sec .blog-dtl-qna-area {
  max-width: 800px;
  width: 100%;
}
.blog-dtl-qna-sec .each-blog-dtl-qna {
  margin-bottom: 50px;
}
.blog-dtl-qna-sec .each-blog-dtl-qna h2 {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 15px;
}

/***blog-dtl-bottom-sec******/
.blog-dtl-bottom-sec {
  background-color: #F2F2F2;
  padding: 70px 0;
}
.blog-dtl-bottom-sec .blog-dtl-bottom-heading {
  margin-bottom: 33px;
}

/***blog big-blog-img******/
/*
.big-blog-img  {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
	img {
		position: absolute;
  		top: 50%;
  		left: 50%;
  		width: 100%;
  		transform: translate(-50%, -50%);
	}
}
*/
/*==========================career page start===============================*/
/****career-list-sec****/
.career-list-sec .each-career-list {
  background-color: #F2F2F2;
  padding: 75px 0;
}
.career-list-sec .each-career-list:nth-child(even) {
  background-color: #ffffff;
}
.career-list-sec .each-career-list:nth-child(even) .row {
  flex-direction: row-reverse;
}
.career-list-sec .each-career-list:nth-child(even) .each-career-list-text {
  padding-right: 20%;
  padding-left: 0;
}
.career-list-sec .each-career-list .each-career-list-text {
  padding-left: 20%;
}
.career-list-sec .each-career-list .each-career-list-text h2 {
  font-size: 52px;
  line-height: 60px;
}
.career-list-sec .each-career-list .each-career-list-text p {
  margin-bottom: 0;
}

/**career-bottom-sec**/
.career-bottom-sec {
  padding-bottom: 40px;
}
.career-bottom-sec .each-success {
  width: 100%;
  float: none;
}

/*==========================industrty-child page start===============================*/
/***industry-child mid-sec*****/
.grey-box {
  background-color: #F2F2F2;
  padding-bottom: 1px;
  /*.two-column-content h6 {
      @include font_style('AxiformaExtraBold', 34px, 44px); 
      position: relative;
      padding-left: 30px;
      margin-bottom: 45px;
      &::after {
          content: '';
          height: 100%;
          width: 10px;
          left: 0;
          background-color: $green_color;
          top: 0;
          position: absolute;
      }
  }*/
}
.grey-box .sorts-content {
  padding: 70px 0 5px;
  margin-bottom: 60px;
  position: relative;
}
.grey-box .sorts-content::after {
  content: "";
  height: 2px;
  width: 110%;
  left: -5%;
  bottom: 0;
  background-color: #707070;
  position: absolute;
}
.grey-box .two-column-content {
  padding-bottom: 60px;
}
.grey-box .two-column-content h6 {
  font-family: "AxiformaBold";
  font-size: 34px;
  line-height: 44px;
  color: #262626;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 45px;
}
.grey-box .two-column-content h6::after {
  content: "";
  height: 100%;
  width: 10px;
  left: 0;
  background-color: #C7F454;
  top: 0;
  position: absolute;
}

/***industry-child bg img sec**/
.website-portfolio .container {
  height: 560px;
}
.website-portfolio .container div {
  vertical-align: middle;
}
.website-portfolio .container .case-content h3 {
  font-style: normal;
  font-size: 36px;
}

/****industry-child service-case****/
.grey-box .service-case {
  background-color: #ffffff;
  padding: 80px 0 0;
}

/****rpm menu*****/
#rmp_menu_trigger-401 {
  opacity: 0;
  pointer-events: none;
}

/*========================search error page start======================*/
.no-results {
  padding-bottom: 60px;
}
.no-results .search-form {
  position: relative;
}
.no-results .search-field {
  width: 100%;
  height: 47px;
  padding: 0 110px 0 22px;
  margin-top: 20px;
  background-color: #FCFCFC;
  color: #A2A2A2;
  font-family: "AxiformaBook";
  font-size: 12px;
  line-height: 48px;
  color: #262626;
  text-decoration: none;
  letter-spacing: 2px;
  border: 0;
}
.no-results .search-field:placeholder {
  color: #A2A2A2;
  opacity: 1;
}
.no-results .search-field:-ms-input-placeholder {
  color: #A2A2A2;
  opacity: 1;
}
.no-results .search-field::-moz-placeholder {
  color: #A2A2A2;
  opacity: 1;
}
.no-results .search-field::placeholder {
  color: #A2A2A2;
  opacity: 1;
}
.no-results .search-field:focus {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  color: #A2A2A2;
}
.no-results .search-field:focus-visible {
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  color: #A2A2A2;
}
.no-results .search-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  /* transform: translateY(-50%); */
  /* width: 20px; */
  background: #C7F454;
  border: 0;
  height: 47px;
  padding: 0 20px;
  color: #262626;
}
.no-results .search-submit:hover {
  background-color: #A4CD39;
}

.blog-dtl-pg-loader {
  padding-top: 0px;
}

.blog-dtl-pg-loader .blog-dtl-pg-loader-wrap {
  height: 8px;
}

.blog-dtl-pg-loader .blog-dtl-pg-loader-wrap span {
  height: 8px;
}

.blog-dtl-pg-loader {
  position: relative;
  bottom: -22px;
}

header.always-fixed + main {
  margin-top: 93px;
}

.data-inject-wrap {
  background: #fcfcfc;
  padding: 100px 0;
}

.overview-partner .swiper-partner {
  padding-bottom: 0;
}

.industry-content-area .col-lg-5 {
  align-self: center;
}

@media (min-width: 992px) {
  .big-blog-img img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-sec .big-blog-text {
    min-height: 230px;
  }
  .blog-sec .blog-mid-content h2 {
    margin: 45px 0 10px;
  }
  .blog-sec .blog-form-content {
    min-height: 512px;
  }
  .two-columns-blog .big-blog-img img {
    height: 282px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.each-sm-blog img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-image {
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
}

.wp-block-image img {
  width: 100%;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.resource-popup {
  max-width: 723px;
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background: #ffffff;
  transition: all 2s;
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
}
.resource-popup .blog-dtl-demo-text {
  padding: 50px 35px;
}
.resource-popup .row > div {
  align-self: center;
}
.resource-popup .close-resource-popup {
  color: #ffffff;
  background: #262626;
  position: absolute;
  right: -10px;
  top: -10px;
  font-family: sans-serif;
  padding: 4px;
  height: 31px;
  width: 31px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.resource-popup.active {
  bottom: 0px;
}

.sorts-hading-area .wp-block-image {
  box-shadow: none;
}
.sorts-hading-area .wp-block-image img {
  height: auto;
  max-width: 70px;
  vertical-align: bottom;
  width: auto;
}

.remove-box-shadow {
  box-shadow: none;
}

.sorts-content-area h3 a:hover {
  color: #A4CD39;
}

/********************MENU **********************/
#rmp-container-401 {
  width: 100%;
  background-color: #ffffff !important;
}

#rmp-menu-wrap-401 .rmp-menu-item-link {
  border-bottom: 0px solid #ffffff !important;
  color: #262626 !important;
  background-color: #ffffff !important;
}

#rmp-menu-wrap-401 .rmp-menu-subarrow {
  color: #262626 !important;
  background-color: #fff !important;
}

.rmp_menu_trigger.rmp-menu-trigger-boring.is-active {
  pointer-events: all !important;
  opacity: 1 !important;
}

#rmp_menu_trigger-401.is-active .responsive-menu-pro-inner, #rmp_menu_trigger-401.is-active .responsive-menu-pro-inner::before, #rmp_menu_trigger-401.is-active .responsive-menu-pro-inner::after {
  background-color: #262626 !important;
}

#rmp_menu_trigger-401 {
  top: 0px !important;
  right: 0px !important;
}

.rmp-container .rmp-menu-title {
  padding: 4px 6px !important;
}

#rmp-menu-wrap-401 {
  padding-left: 23px !important;
}

@media (min-width: 1200px) {
  .site-header .container .menu-section div ul li a {
    white-space: nowrap;
  }
}
.pagination ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: center;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin: 0px 14px;
}
.pagination ul li a {
  font-size: 14px;
  color: #9A9A9A;
}
.pagination ul li.active > a {
  color: #262626;
}
.pagination ul li.prev, .pagination ul li.next {
  color: #262626;
  letter-spacing: 6px;
}
.pagination ul li.prev.no-element, .pagination ul li.next.no-element {
  opacity: 0.5;
}
.pagination ul li.prev a, .pagination ul li.next a {
  color: #262626;
}
.pagination ul li.prev img, .pagination ul li.next img {
  position: relative;
  top: -3px;
  margin-left: 5px;
  margin-right: 10px;
}

/*****************************************************/
.each-team {
  padding: 0px;
  margin: 10px;
}
.each-team h3 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 0px;
}
.each-team .team-text {
  padding: 15px;
}
.each-team .hading {
  margin-bottom: 0px;
  letter-spacing: 3px;
}
.each-team:hover {
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
}
.each-team .team-image {
  position: relative;
}
.each-team .team-image .team-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.each-team .team-image .team-hover:hover {
  opacity: 1;
}

.team-category-title {
  text-align: center;
  font-size: 40px;
  background: #f5f5f5;
  position: relative;
  padding: 60px 0px 140px;
  margin-bottom: -110px;
}

.category-teams-list {
  padding: 0px 20px;
  margin-bottom: 50px;
}

.m-open {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  color: #000;
  font-family: "AxiformaBold";
  top: 6px;
}

.site-header.fixed_header .m-open {
  color: #fff;
}/*# sourceMappingURL=main.css.map */


.service-banner {
    background-repeat: no-repeat;
    background-position: right;
}
@media(max-width:375px){
.resource-popup .close-resource-popup {
    top: 0px;
}
.resource-popup.active .w-100 {
    height: 262px;
    width: 144% !important;
}
}

.col-lg-4.for-banner-height img {
    z-index: 99;
    position: absolute;
    height: 589px;
    margin-top: 40px;
    margin-left: -30px;
}
.col-lg-8.for-banner-content img {
   max-width: 292px;
    max-height: 427px;
    margin-bottom: 10px;
	display:none;
}
@media(max-width:991px){
.col-lg-8.for-banner-content img {
    max-width: 398px;
    max-height: 510px;
    margin-bottom: 10px;
    display: none;
}
.col-lg-8.for-banner-content img {
	display:block;
}
}
@media(max-width:375px){
.col-lg-8.for-banner-content img {
    max-width: 257px;
    max-height: 325px;
    margin-bottom: 10px;
    display: none;
}
.home .col-lg-8.for-banner-content img {
    max-width: 257px;
    max-height: 325px;
    margin-bottom: 10px;
    display: block;
}
}

/***********Contact page***************/
.page-template-template-contact .service-banner {
    padding: 200px 0px 70px!important;
    background-image: url(../jpg/contact-skelly.jpg);
    background-size: contain;
    background-position: center center;
}
.page-template-template-contact .contact-form-area {
    padding: 50px;
    box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.09);
    background-color: #fff;
}

.page-template-template-contact .contact-banner-content {
    position: relative;
}

.page-template-template-contact .col-lg-6.contact-banner-content::before {
    content: "";
    position: absolute;
    background-image: url(../png/little-hatches-dlm-gradient.png);
    background-position: center;
    background-size: contain;
    height: 96px;
    width: 100%;
    bottom: -76px;
    left: 0%;
    background-repeat: no-repeat;
}
@media (max-width: 767px){
.page-template-template-contact .service-banner {
    background-image: url(../png/guy.png)) !important;
    background-size: contain;
    padding: 432px 0px 28px!important;
	background-position-y: 20px;
	background-position-x: 100px;
}
	.page-template-template-contact .service-banner {
    background-size: 67%;
}
	.page-template-template-contact .col-lg-6.contact-banner-content::before {
    bottom: 0px;
    top: -107px;
}
}


