/*
    Theme Name: Artemas
    Author:  ARTEMAS TECHNOLOGIES
    Author URL: https://artemasdigital.com/
    Description: ---- 2023.
    Document   : Framework
    Created on :  April 15 2023, 12.00 AM
*/

html {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-size: 100%;
  color: var(--textcolor);
  background: #F1F5F8;
  font-family: var(--font-one);
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-text-size-adjust: none;
  font-weight: 300;
}

::placeholder {
  color:  var(--secondry-color);
  font-family: var(--font-one);
font-weight: 500;
}

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}

:focus {
  outline: 0;
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
}

/* div {
    transition: all 0.3s ease-in-out;
} */

a:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  border: none;
  max-width: 100%;
}

ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.2;
  font-family: var(--font-one);
}

p {
  margin: 0;
  line-height: 1.5;
  font-size: 1.2em;
  color: var(--textcolor);
  font-weight: 300;
  font-family: var(--font-one);
}

h1 {
  margin: 0;
  padding: 0;
  color: var(--textcolor);
  line-height: 1;
  font-size: 4.5em;
  font-weight: 700;
  font-family: var(--font-one);
}

h2 {
  margin: 0;
  padding: 0;
  color: var(--textcolor);
  font-size: 3.5em;
  line-height: 1;
  font-weight: 600;
  font-family: var(--font-one);
}

h3 {
  margin: 0;
  padding: 0;
  color: var(--textcolor);
  line-height: 0.9;
  font-size: 1.8em;
  font-weight: 600;
  font-family: var(--font-one);
}

h4 {
  margin: 0;
  padding: 0;
  color: #291D1D;
  line-height: 1.3;
  font-size: 2.5em;
  font-weight: 400;
  font-family: var(--font-one);
}

.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
  content: " ";
  display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
  clear: both;
}

.outer {
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  background: var(--secondcolor);
  overflow: hidden;
}

:root {
  --font-one: "Outfit", sans-serif;
  --btnradius: 50px;
  --secondcolor: #F3F0E4;
  --maincolor: #026838;
  --textcolor: #FFFFFF;
  --secondmaincolor: #4D4645;
  --maincolorsecond: #2E3035;
  
}
 


/*grid-system-end*/
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
}
.medium-container {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
}
.small-container {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
}
a.btn.fill {
  background-color: var(--maincolor);
  color: var(--textcolor);
  padding: 10px 20px;
  border-radius: var(--btnradius);
  font-weight: 500;
  text-transform: uppercase;
}
a.btn.fill:hover {
  background-color: var(--maincolorsecond);
}
.flex {
  display: flex;
}
.header-btn a.btn {
  font-size: 1.1em;
}
.header .container {
  max-width: 1600PX;
}
.banner {
  background: url(../img/banner.jpg) no-repeat top center/cover;
  position: relative;
  width: 100%;
  min-height: 1024px;
  height: 100vh;
  display: flex;
  align-items: flex-end;

}
.banner-text {
  padding: 0 40% 22% 0;
}
.green-box {
  width: 130px;
  height: 600px;
  background-color: var(--maincolor);
  margin: 150px 0 0 0;
  position: absolute;
  left: 0;
  bottom: 110px;
  z-index: 2;
}
.home .green-box {
  height: 400px;
}
.green-text {
  width: 100%;
    text-align: center;
    transform: translateY(-55px);
}
.grey-box .green-text {

    transform: translateY(3px);
}

.sustain video {

  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.sustain {
  width: 100%;
}
.first-sec {
  width: 93%;
  position: relative;
}
.second-sec {
  width: 7%;
}
.about-block {
  position: relative;
  overflow: hidden;
}
.about-block h2 {
  color: var(--maincolor);
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.4;
}
.about-block p {
  color: var(--secondmaincolor);
  font-size: 1.5em;
  font-weight: 400;
  padding: 20px 0 0 0;
}
.about-block .left {
  width: 65%;
  
 
}
.about-block .right {
  width: 35%;
  position: relative;
}
.about-content {
  background-color: var(--secondcolor);
  padding: 100px 200px 100px 250px;
}
.service-block {
  width: 100%;
  padding: 100px 0 150px 0;
  background-color: var(--secondmaincolor);
}
.second-sec img {
  display: block;
  width: 100%;
    transform: translateX(-2px);
}
a.btn {
  color: var(--textcolor);
  font-weight: 500;
  font-size: 1.3em;
  display: inline-block;
}
a.btn.line {
  border-bottom: 2px solid var(--textcolor);
}
a.btn.line.green {
  color: var(--maincolor);
  border-bottom: 2px solid var(--maincolor);
}
.about-content a.btn {
  margin: 30px 0 0 0;
}
.service-list.flex {
  gap: 30px;
}
.service-content h3 {
  padding: 20px 0;
  line-height: 1.2;
}
.service-content p {
  padding: 0 0 30px 0;
  opacity: 0.8;
}
.service-content {
  padding: 0 15% 0 0;
}
.service-list {
  padding: 50px 0;
}
.service-block .carousel {
  width: 100%;
}
.service-block .carousel-cell {
  width: 30%;
  margin: 0 4% 0 0;
}
.service-block .carousel .flickity-page-dots .dot {
  width: 50px;
  height: 3px;
  background-color: var(--textcolor);
  border-radius: 10px;
}
.service-block .carousel .flickity-page-dots {
  text-align: left;
  bottom: -65px;
}
.about-banner {
  width: 100%;
  background: url(../img/banner-two.jpg) no-repeat center center/cover;
  padding: 150px 0 300px 0;
  position: relative;
}
.about-content-banner {
  max-width: 600px;
}
.about-content-banner h2 {
  padding: 0 0 30px 0;
}
.organic {
  width: 100%;
}
.organic .left {
  width: 50%;
}
.organic .right {
  width: 50%;
}
.organic ul {
  display: flex;
}
.organic li {
  width: 50%;
  text-align: center;
  padding: 100px;
}
.organic li b {
  display: block;
  color: #114735;
  font-size: 1.6em;
  padding: 10px;
}
.organic li:nth-child(odd) {
  background-color: var(--textcolor);
}
.organic li:nth-child(even) {
  background-color: #EAF7F9;
}
.mile-stone {
  padding: 65px;
}
.mile-stone a {
  font-size: 1.5em;
  color: #114735;
  font-weight: 600;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mile-stone a img {
  margin: 0 0 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.organic-head {
  background-color: var(--maincolor);
  padding: 40px;
  text-align: right;
}
.organic-head h3 {
  font-size: 3.5em;
  color: #F3F0E4;
}
.organic li img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
.half-width {
  width: 100%;
}
.half-width .left {
  width: 50%;
  padding: 10%;
  background-color: var(--maincolorsecond);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.half-width .right {
  width: 50%;
}
.half-width .right img {
  display: block;
    height: 60vh;
    width: 100%;
    object-fit: cover;
}
.half-width .left h2 {
  padding: 0 0 20px 0;
  color: var(--secondcolor);
}
.footer {
  width: 100%;
  padding: 100px 0;
  background-color: var(--secondcolor);
}
.footer .logo-ft {
  width: 20%;
}
.ft-content {
  width: 80%;
}
.service-offered {
  width: 50%;
}
.address {
  width: 100%;
}
.first-footer b {
  display: block;
  color: #114735;
  font-weight: 600;
  font-size: 1.4em;
  padding: 0 0 20px 0;
}
.service-offered ul li a {
  color: var(--maincolorsecond);
  font-size: 1.3em;
  padding: 0 0 5px 0;
  display: block;
}
.address a {
  font-weight: 600;
  color: #494949;
  font-size: 1.3em;
}
.footer .container {
  max-width: 1500px;
}
.footer .flex {
  gap: 30px;
  align-items: flex-start;
}
.address ul {
  margin: 30px 0 0 0;
}
.links ul {
  display: flex;
}
.links ul li {
  margin: 0 20px 0 0;
}
.links ul li a {
  color: var(--maincolorsecond);
  font-size: 1em;
  display: block;
}
.second-footer {
  margin: 50px 0 0 0;
}
.socail-links ul {
  display: flex;
  align-items: center;
}
.socail-links ul li {
  margin: 0 15px 0 0;
}
.second-footer .flex {
  gap: 100px;
}
.socail-links ul li a {
  display: block;
}
.socail-links ul li a img {
  width: 20px;
  height: 20px;
}
.inner .banner {
  background: transparent;
  height: auto;
  min-height: auto;
  padding: 200px 0 100px 0;

}
.inner .banner h1 {
  color: #494949;
}
.inner .banner-text {
  padding: 0 18% 0 0;
}
.abt-video {

  width: 100%;
  height: 70vh;
}
.abt-video video {
 height: 100%;
 width: 100%;
  object-fit: cover;
}
.about-video-content p {
  color: #114735;
    font-size: 2em;
    font-weight: 400;
    padding: 20px 0 0 0;
}
.about-video-content {
  padding: 50px 0 50px 0;
    max-width: 900px;
}
.mission-block .left {
  width: 50%;
  background-color: var(--secondmaincolor);
}
.mission-block .right {
  width: 50%;
  transform: translateY(140px);
}
.mission-sec h3 {
  color: var(--secondmaincolor);
  font-size: 10.1em;
  text-transform: uppercase;
  font-weight: 600;
  transform: translateY(20px);
}
.mission-block .right img {
  width: 100%;
  display: block;
  height: 700px;
  object-fit: cover;
}
.mission-block p {
  font-size: 1.8em;
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto;
    padding: 100px 0 0 130px;
}
.inner .banner .green-box {
  bottom: -400px;
}
.about-video .medium-container {
  max-width: 1260px;
}
.expertise {
  width: 100%;
  padding: 250px 0 100px 0;
}
.expertise b {
  display: block;
  color: var(--secondmaincolor);
  font-weight: 500;
  font-size: 2em;
}
.expertise h3 {
 
  color: var(--secondmaincolor);
  font-weight: 600;
  font-size: 3.5em;
  max-width: 800px;
  padding: 20px 0 100px 0;
}
.expertise-sec .left-img {
  width: 50%;
}
.expertise-sec .right-content {
  width: 50%;
}
.expertise-sec .right-content p {
  color: var(--secondmaincolor);
  font-size: 1.7em;
  font-weight: 400;
}
.expertise-sec .flex {
  align-items: center;
}
.about-organic .organic-head {
  text-align: center;
  width: 75%;
}
.organic li p {
  color: var(--secondmaincolor);
}
.about-organic .left {
  width: 100%;
}
.about-organic .organic li {
  width: 25%;
 
}
.organic-services.about-organic-services li {
  padding: 40px;
}
.milestone-about h4 {
  color: var(--secondmaincolor);
    font-size: 3em;
    font-weight: 600;
    max-width: 800px;
    line-height: 0.9;
    padding: 0 0 0 200px;
}
.found-text {
  width: 5%;
}
.profile-img {
  width: 30%;
  background: url(../img/profile.jpg) no-repeat center center/cover;
 padding: 50px;
 display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bottom-content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.profile-content {
  width: 65%;
}
.found-text img {
  width: 100%;
  height: 660px;
  transform: translateX(2px);
  
}
.first-content {
  background-color: #2E3035;
  padding: 50px 100px;
}
.first-content h4 {
  color: var(--textcolor);
}
.first-content p {
  padding: 20px 0 0 0;
}
.second-content {
  background-color: var(--textcolor);
  padding: 55px 100px;
}
.second-content h2 {
 color: #2E3035;
    padding: 0 0 20px 0;
    max-width: 500px;
    font-size: 2.5em;
}
.bottom-content h4 {
  color: var(--textcolor);
  font-size: 3.5em;
  font-weight: 500;
  line-height: 0.9;
  padding: 0 0 50px 0;
}

/* .serivce-list {
  background-color: #026838;
} */
.service-list-content {
  width: 100%;
	    scroll-margin: 100px;
}
.serivce-list .flex {
  display: flex;
  justify-content: flex-end;
}
.service-img {
  width: 50%;
}
.service-img-content {
  width: 50%;
  background-color: var(--secondmaincolor);
  padding: 150px;
}
.service-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
.service-img-content h3 {
  padding: 0 0 10px 0;
  line-height: 1.2;
  font-size: 3em;
  max-width: 500px;
}
.service-img-content p {
font-size: 1.7em;
  opacity: 0.8;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.all-service {
  width: 100%;
  padding: 100px 0;
}
.all-service h3 {
  color: var(--secondmaincolor);
  font-size: 2em;
  padding: 0 0 20px 0;
}
.all-service ul li {
  color: #666666;
  font-size: 1.4em;
  padding: 15px 0 15px 0;
  font-weight: 400;
  margin: 0 0 0 0;
  border-bottom: 1px solid #666;
}
.all-service ul li:last-child {
  border: 0;
}
.contact-banner .flex {
  position: relative;
}
.contact-page .banner-text strong {
  display: block;
  color: var(--maincolor);
  font-size: 1.8em;
  font-weight: 400;
  padding: 50px 0 0 0;
}
.contact-links ul li b {
  color: var(--maincolorsecond);
  font-size: 1.8em;
}
.contact-links ul {
  display: flex;
 margin: 20px 0 0 0;
  flex-wrap: wrap;
}
.contact-links ul li {
  width: 34%;
}
.contact-links ul li a {
  display: flex;
  align-items: flex-start;
}
.contact-links ul li img {
  width: 30px; 
  margin: 5px 10px 0 0;
}
.contact-form-wrap {
  background-color: var(--second-btn);
  padding: 70px;

}
.contact-form .flex {
  gap: 50px;
}
.block {
  width: 100%;
  margin: 0 0 20px 0;
}
.contact-form-wrap h3 {
  font-size: 1.8em;
  padding: 0 0 40px 0;
}
.wrap-set {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 40px 0;
}
.contact-banner .recaptcha-btn {
  font-size: 1.3em;
  font-weight: 500;
  background-color: var(--textcolor);
  text-align: center;
  padding: 15px 50px;
  color: var(--maincolor);
  display: inline-block;
  margin: 5px 0 0 0;
  font-family: var(--font-one);
  border: 0;

  border-radius: var(--btnradius);
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
	 font-size: 1.3em;
  font-weight: 500;
  background-color: var(--textcolor);
  text-align: center;
  padding: 15px 50px;
  color: var(--maincolor);
  display: inline-block;
  margin: 5px 0 0 0;
  font-family: var(--font-one);
  border: 0;
 cursor: pointer;
  border-radius: var(--btnradius);
}
.contact-us-page a {
  display: block;
  color: var(--text-color);
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
}
.contact-us-page img {
  width: 50px;
  height: 50px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--textcolor);
  font-size: 0.9em;

  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px 0;
  width: 100%;
  color: var(--secondry-color);
  font-family: var(--font-one);
  margin-bottom: 10px;
 
}
.contact-form label {
  color: var(--secondry-color);
  font-weight: 500;
  padding: 0 0 10px 0;
  display: block;
}
.contact-form-wrap {
  background-color: var(--secondmaincolor);
  padding: 100px 100px;

}
.contact-banner .left {
  width: calc(50% - 65px);
  margin: 0 0 0 130px;
}
.contact-banner .right {
  width: calc(50% - 65px);
}
.contact-page .green-box {
  width: 130px;
  height: 720px;
  background-color: var(--maincolor);
  margin: 150px 0 0 0;
  position: absolute;
  left: 0;
  bottom: 325px;
  z-index: 2;
}
textarea {
  resize: none;
}
.respre h3 {
  color: var(--secondmaincolor);
    font-weight: 600;
    font-size: 4em;
    max-width: 800px;
    padding: 20px 0 50px 0;
}
.respre {
  width: 100%;
  padding: 100px 0;
  background-color: var(--textcolor);
}
.respre ul li span {
  color: var(--maincolor);
  display: block;
  font-size: 1.8em;
  padding: 0 0 10px 0;
  font-weight: 500;
}
.respre strong {
  display: block;
  color: var(--secondmaincolor);
  font-size: 1.7em;
  font-weight: 500;
}
.respre b {
  display: block;
  color: var(--secondmaincolor);
  font-size: 1.7em;
  font-weight: 500;
  padding: 0 0 5px 0;
}
.respre ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}
.respre li {
  width: 30%;
  border-bottom: 1px solid #989898;
  padding: 0 0 15px 0;
}
.respre li:last-child {
  border: 0;
}
.home .banner h1 {
  font-size: 6.5em;
}
.about-video {
  width: calc(100% - 260px);
  margin: 0 0 0 130px;
}
.service-list-wrapper {
  display: flex;
    flex-wrap: wrap;
    width: calc(100% - 130px);
}
.service-text {
  background-color: var(--secondcolor);
  width: 130px;
  overflow: hidden;
}
.contact-page .about-video {
  width: 100%;
  margin: 0 0 0 0;
}
.home .banner {
  position: relative;
}
.home .banner::after {
  content: '';
  position: absolute;
  width: calc(60% - 122px);
  background-color: var(--secondcolor);
  height: 110px;
  bottom: 0;
  left: 130px;
}

.green-box.grey-box{
  width: 130px;
    height: 115px;
    background-color: #4d4645;
    margin: 00 0 0;
    position: absolute;
    left: 0;
    top: 0px;
}
.service-text img {
  transform: translateX(-17px);
  display: block;
  width: 100%;
}
.inner.service-inner .banner .green-box {
  bottom: -213px;
  height: 400px;
  background-color: var(--secondcolor);
}
.all-service .container {
 
  max-width: 1024px;
}
.mobile-only {
  display: none;
}
.mile-stone a:hover img {
  transform: translateX(50px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.btn:hover {
  color: var(--maincolor);
}
a.btn.fill:hover {
  background-color: var(--secondcolor);
  color: var(--maincolorsecond);
}
.green-box {

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.green-text {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.green-box:hover .green-text {
  transform: translateY(40px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-offered ul li a:hover {
  color: var(--maincolor);
}
.links ul li a:hover {
  color: var(--maincolor);
}
.header header nav ul li a:hover {
  color: var(--maincolorsecond);
}
.header-btn a.btn:hover {
  background-color: #afd136;
  color: var(--maincolorsecond);
}
option {
	color: #000;
}
.page-template-common .banner .container p {

color:#333;
  font-size:1.2em;
  line-height:1.2;
  padding: 0 0 20px 0;

}

 
 .page-template-common .banner .container strong {

color:#333;
    font-size:1.2em;
  line-height:1.2;

}
.page-template-common .banner .container li {
color:#333;
padding: 0;
margin: 0 0 0 15px;
font-size:1.2em;
  line-height:1.2;
list-style:disc;
}
.page-template-common .banner .container a {
color:#333;
   text-decoration:underline;
}
 .page-template-common .banner .container ul ,   .page-template-common .banner .container ol { 
color:#333; padding: 0 0 20px 0; margin: 0
}
 .page-template-common .banner .container h1 {
  padding :0 0 40px 0;
}