* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



body {

  width: 100%;

  padding: 0;

  margin: 0;

  background: #fff;

  font-family: "Montserrat", sans-serif;

}

a {

  outline: none;

}

a:focus,

a:hover {

  outline: none;

  text-decoration: none;

}

ul {

  padding: 0;

  margin: 0;

  list-style: none;

}



@media screen and (min-width: 1900px) {

  .container {

    max-width: 1600px;

  }

}



@media screen and (min-width: 1600px) {

  .container {

    max-width: 1400px;

  }

}



/**/

@font-face {

  font-family: "Museo 300";

  src: url("../fonts/Museo300-Regular.eot");

  src: url("../fonts/Museo300-Regular.eot?#iefix") format("embedded-opentype"),

    url("../fonts/Museo300-Regular.woff2") format("woff2"),

    url("../Museo300-Regular.woff") format("woff"),

    url("../fonts/Museo300-Regular.ttf") format("truetype"),

    url("../fonts/Museo300-Regular.svg#Museo300-Regular") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: "Museo 700";

  src: url("../fonts/Museo-700.eot");

  src: url("../fonts/Museo-700.eot?#iefix") format("embedded-opentype"),

    url("../fonts/Museo-700.woff2") format("woff2"),

    url("../fonts/Museo-700.woff") format("woff"),

    url("../fonts/Museo-700.ttf") format("truetype"),

    url("../fonts/Museo-700.svg#Museo-700") format("svg");

  font-weight: bold;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: "Nunito";

  src: url("../fonts/Nunito-Regular.eot");

  src: url("../fonts/Nunito-Regular.eot?#iefix") format("embedded-opentype"),

    url("../fonts/Nunito-Regular.woff2") format("woff2"),

    url("../fonts/Nunito-Regular.woff") format("woff"),

    url("../fonts/Nunito-Regular.ttf") format("truetype"),

    url("../fonts/Nunito-Regular.svg#Nunito") format("svg");

}

/*----*/



:root {

  --white-text-color: #fff;

  --white-bg-color: #fff;



  --black-text-color: #161616;

  --black-bg-color: #161616;



  --blue-text-color: #1c2f43;

  --blue-bg-color: #1c2f43;



  --lime-text-color: #b2c030;

  --lime-bg-color: #b2c030;



  --gray-color: #8c8c8c;

}



/*----------------------------------------------------

scroll bar

------------------------------------------------------*/

::-webkit-scrollbar-track {

  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  border-radius: 0px;

  background: #ddd;

  width: 6px;

}



::-webkit-scrollbar {

  width: 6px;

  background: #b2c030;

}



::-webkit-scrollbar-thumb {

  border-radius: 0px;

  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  background: #b2c030;

}



.scrollup {

  position: fixed;

  bottom: 50px;

  right: 10px;

  z-index: 5;

  width: 43px;

  height: 43px;

  line-height: 40px;

  font-size: 18px;

  color: #fff;

  background: #b2c030;

  text-align: center;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  display: none;

  -moz-transition: all 300ms ease-in-out 0s;

  -webkit-transition: all 300ms ease-in-out 0s;

  transition: all 300ms ease-in-out 0s;

  cursor: pointer;

  opacity: 1;

  visibility: visible;

  transform: translateY(0);

}



/* animation */



@-webkit-keyframes animationFade {

  from {

    opacity: 0;



    -webkit-transform: translate3d(0, -100%, 0);



    transform: translate3d(0, -100%, 0);

  }



  to {

    opacity: 1;



    -webkit-transform: none;



    transform: none;

  }

}



@-o-keyframes animationFade {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: none;

    -o-transform: none;

    transform: none;

  }

}



@keyframes animationFade {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: none;

    -o-transform: none;

    transform: none;

  }

}



/* ===================================

    Header & Navigation

====================================== */



header.header-block.header-appear {

  /*height: 70px;*/

  position: fixed;

  top: 0;

  padding: 10px 0;

  z-index: 99;

  width: 100%;

  background: #fff;

  -webkit-animation-name: animationFade;

  -o-animation-name: animationFade;

  animation-name: animationFade;

  -webkit-animation-duration: 1s;

  -o-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  -o-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);

  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);

}



.header-block.header-appear .navbar-brand img {

  height: 50px;

}



header {

  width: 100%;

  z-index: 99;

}



/*----*/



.common-heading {

  margin: 0;

  padding: 18px 0 0 0;

  font-size: 42px;

  line-height: 51px;

  color: var(--blue-text-color);

  font-weight: 800;

}



.heading-title {

  margin: 0;

  padding: 0 0 0 23px;

  font-size: 20px;

  color: var(--gray-color);

  line-height: 26px;

  position: relative;

  font-weight: 700;

}

.heading-title:after {

  content: "";

  margin: 0;

  padding: 0;

  width: 3px;

  height: 26px;

  background: var(--lime-bg-color);

  position: absolute;

  left: 0;

  top: 0;

}



/*--css--*/



/*-- header start --*/



.header-block {

  margin: 0;

  padding: 20px 0;

}



.header-block .navbar {

  display: flex;

  justify-content: space-between;

  margin: 0;

  padding: 0;

}



.header-block .navbar .navbar-brand {

  padding: 0 45px 0 0;

  margin: 0;

}



.header-block .navbar .navbar-brand img {

  width: 200px;

  object-fit: contain;

}



.header-block .navbar .collapse {

  align-items: end;

  justify-content: end;

}



.header-block .navbar-nav li {

  padding: 0 0 0 23px;

  margin: 0;

}



.header-block .navbar-nav li .dropdown-menu a {

  color: #000;

  padding: 6px 10px;

  border-bottom: 1px solid #ccc;

}



.header-block .navbar .navbar-nav a {

  font-family: "Nunito", sans-serif;

  font-size: 16px;

  color: var(--black-text-color);

  line-height: 22px;

  font-weight: 300;

  margin: 0;

  padding: 0;

  transition: all 0.6s;

}



.header-block .navbar .navbar-nav a:hover {

  color: var(--lime-text-color);

  transition: all 0.3s;

}



.header-block .contact-sec {

  padding: 0 0 0 36px;

  margin: 0;

}



.header-block .contact-sec a {

  padding: 8px 25px 8px 45px;

  margin: 0;

  font-size: 16px;

  color: var(--white-text-color);

  line-height: 22px;

  font-weight: 400;

  background: url(../images/phone-icon.png) no-repeat left 1em center

    var(--blue-bg-color);

  background-size: 18px;

  border-radius: 50px;

}



.header-block .contact-sec a:hover {

  transition: all 0.3s;

  color: #fff;

}



.header-block .navbar .navbar-nav .dropdown-toggle::after {

  display: inline-block;

  width: 0;

  height: 0;

  margin-left: 0.2em;

  vertical-align: 0.16em;

  content: "";

  border-top: 0.3em solid;

  border-right: 0.3em solid transparent;

  border-bottom: 0;

  border-left: 0.3em solid transparent;

}



#mega-menu-wrap-primary

  #mega-menu-primary

  > li.mega-menu-item

  > a.mega-menu-link {

  font-family: "Museo 300";

}

#mega-menu-wrap-primary

  #mega-menu-primary

  > li.mega-menu-flyout

  ul.mega-sub-menu

  li {

  border-bottom: 1px solid #364c64;

}

#mega-menu-wrap-primary

  #mega-menu-primary

  > li.mega-menu-flyout

  ul.mega-sub-menu

  li

  :last-child {

  border-bottom: transparent;

}



/*-- header-end --*/



/*-- banner-block-start --*/



.banner-block {

  margin: 0;

  padding: 100px 0 120px 0;

  background: rgb(254, 254, 254);

  background: linear-gradient(

    175deg,

    rgba(254, 254, 254, 1) 14%,

    rgba(241, 241, 241, 1) 87%

  );

}



.banner-block .item-text-block h1 {

  margin: 0;

  padding: 0 0 20px 0;

  font-size: 66px;

  color: var(--blue-bg-color);

  line-height: 74px;

  font-weight: 800;

}

.banner-block .item-text-block h1 strong {

  margin: 0;

  padding: 0;

  display: inline-block;

  color: var(--lime-text-color);

}



.banner-block .item-text-block p {

  margin: 0;

  padding: 0;

  font-size: 20px;

  color: var(--black-text-color);

  font-family: "Museo 300";

  line-height: 32px;

  font-weight: 300;

}



.banner-block .item-text-block .button-block {

  margin: 0;

  padding: 40px 0 0 0;

}

.banner-block .item-text-block .button-block a {

  margin: 0 10px 0 0;

  padding: 12px 30px;

  font-family: "Museo 700";

  font-size: 16px;

  font-weight: 700;

  color: var(--blue-text-color);

  line-height: 22px;

  background: var(--lime-bg-color);

  display: inline-block;

  border-radius: 50px;

  text-transform: uppercase;

  border: 2px solid #fff;

  transition: all 0.3s;

}

.banner-block .item-text-block .button-block a:hover {

  background: transparent;

  border: 2px solid var(--blue-bg-color);

  transition: all 0.3s;

}

.banner-block .item-text-block .button-block a:last-child {

  background-color: transparent;

  border: 2px solid var(--blue-text-color);

  transition: all 0.3s;

}

.banner-block .item-text-block .button-block a:last-child:hover {

  background-color: var(--lime-bg-color);

  border: 2px solid #fff;

  transition: all 0.3s;

}

.button-block a {

  margin: 0 10px 0 0;

  padding: 8px 18px;

  font-family: "Museo 700";

  font-size: 15px;

  font-weight: 700;

  color: var(--blue-text-color);

  line-height: 22px;

  background: var(--lime-bg-color);

  display: inline-block;

  border-radius: 50px;

  text-transform: uppercase;

  border: 2px solid #fff;

  transition: all 0.3s;

}

.button-block a:hover {

  background: transparent;

  border: 2px solid var(--blue-bg-color);

  transition: all 0.3s;

}

.button-block a:last-child {

  background-color: transparent;

  border: 2px solid var(--blue-text-color);

  transition: all 0.3s;

}

.button-block a:last-child:hover {

  background-color: var(--lime-bg-color);

  border: 2px solid #fff;

  transition: all 0.3s;

}

.banner-block .img-block {

  margin: 0;

  padding: 0 0 0 70px;

  width: 100%;

  position: relative;

  z-index: 10;

}



.banner-block .img-block .bg-block {

  margin: 0;

  padding: 0;

  width: 100%;

  height: 420px;

  background: url(../images/banner-border-bg.png) no-repeat left center

    var(--blue-bg-color);

  border-radius: 30px;

  position: relative;

  z-index: 9;

}



.banner-block .img-block:after {

  content: "";

  margin: 0;

  padding: 0;

  width: 160px;

  height: 160px;

  background: var(--lime-bg-color);

  position: absolute;

  right: -29px;

  top: -29px;

  z-index: 1;

  border-radius: 20px;

}



.banner-block .img-block:before {

  content: "";

  margin: 0;

  padding: 0;

  width: 220px;

  height: 220px;

  background: var(--lime-bg-color);

  position: absolute;

  bottom: -40px;

  left: 21px;

  z-index: 1;

  border-radius: 20px;

}



.banner-block .img-block .img-figure {

  margin: 0;

  padding: 0;

  width: auto;

  position: absolute;

  left: 0;

  bottom: 0px;

  z-index: 9;

}



.banner-block .img-block .img-figure img {

  width: 90%; /* height: 652px; */

  object-fit: contain;

}

/*-- banner-block-end --*/



/*-- services-block --*/



.services-block {

  margin: 0;

  padding: 70px 0;

  background: #fbfbfb;

}



.services-block .text-heading-block {

  margin: 0;

  padding: 0;

}



.services-block .text-heading-block h5 {

  font-size: 20px;

  color: #8c8c8c;

  line-height: 26px;

  font-weight: 600;

}



.services-block .text-heading-block h3 {

  padding: 12px 0 0 0;

}



.services-block .slider-bd {

  margin: 0;

  padding: 35px 0 0 0;

  position: relative;

}



.services-block .slider-bd .item {

  margin: 0;

  padding: 30px 20px;

  background: var(--blue-bg-color);

  border-radius: 15px;

  transition: all 0.3s;

  min-height: 280px;

}



.services-block .slider-bd .item .icon-block {

  margin: 0;

  padding: 0;

  width: 70px;

  height: 63px;

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 10px;

}



.services-block .slider-bd .item .icon-block img {

  width: 40px;

  height: 40px;

  object-fit: contain;

}



.services-block .slider-bd .item:hover {

  background: var(--lime-bg-color);

  transition: all 0.3s;

}

.services-block .slider-bd .item:hover .icon-block img {

  display: none;

  transition: all 0.3s;

}



.services-block .slider-bd .item .icon-block img:last-child {

  display: none;

  transition: all 0.3s;

}



.services-block .slider-bd .item:hover .icon-block img:last-child {

  display: block;

  transition: all 0.3s;

}



.services-block .slider-bd .item .text-sec {

  margin: 0;

  padding: 20px 0 0 0;

}



.services-block .slider-bd .item .text-sec h5 {

  margin: 0;

  padding: 0;

  font-size: 18px;

  color: var(--white-text-color);

  line-height: 24px;

  font-weight: 600;

}



.services-block .slider-bd .item .text-sec p {

  margin: 0;

  padding: 10px 0 0 0;

  font-family: "Museo 300";

  font-size: 13px;

  color: var(--white-text-color);

  line-height: 19px;

  font-weight: 300;

  letter-spacing: 0.2px;

}



/*owl-btn*/



.services-block .slider-bd .owl-nav {

  margin: 0;

  padding: 0;

  position: absolute;

  top: 42%;

  left: 0;

  transform: translate(0%, -50%);

  width: 100%;

}



.services-block .slider-bd .owl-nav button.owl-prev {

  position: absolute;

  left: -52px;

  top: 0;

  z-index: 10;

  width: 45px;

  padding: 0;

  background: var(--lime-bg-color);

  height: 45px;

  opacity: 1;

  border-radius: 50px;

  transition: all 0.6s;

  border: 0;

  outline: 0;

  box-shadow: none;

}



.services-block .slider-bd .owl-nav button.owl-prev span {

  display: block;

  width: 100%;

  height: 100%;

  color: transparent;

  border-color: transparent;

  outline: 0;

  background: url(../images/banner-left-arrow.png) no-repeat center center;

  background-size: 17%;

  filter: brightness(0) invert(1);

}



.services-block .slider-bd .owl-nav button.owl-next {

  position: absolute;

  right: -52px;

  top: 0;

  z-index: 10;

  width: 45px;

  padding: 0;

  background: var(--lime-bg-color);

  height: 45px;

  opacity: 1;

  border-radius: 50px;

  transition: all 0.6s;

  border: 0;

  outline: 0;

  box-shadow: none;

}



.services-block .slider-bd .owl-nav button.owl-next span {

  display: block;

  width: 100%;

  height: 100%;

  color: transparent;

  border-color: transparent;

  outline: 0;

  background: url(../images/banner-right-arrow.png) no-repeat center center;

  background-size: 17%;

  filter: brightness(0) invert(1);

}



.services-block .slider-bd .owl-nav button.owl-prev.disabled {

  display: none !important;

}



.services-block .slider-bd .owl-nav button.owl-next.disabled {

  display: none;

}



/*-- services-block --*/



/*-- about-us-block --*/



.about-us-block {

  margin: 0;

  padding: 70px 0;

}

.text-heading-block h3:empty {

  display: none;

}

.about-us-block .image-block {

  margin: 0;

  padding: 0;

  width: 100%;

  position: relative;

  z-index: 10;

}



.about-us-block .image-block:after {

  content: "";

  margin: 0;

  padding: 0;

  width: 250px;

  height: 200px;

  background: var(--lime-bg-color);

  position: absolute;

  right: -35px;

  bottom: 21px;

  z-index: -1;

  border-radius: 20px;

}



.about-us-block .image-block img {

  width: 100%;

  height: 520px;

  object-fit: contain;

}



.about-us-block .text-block {

  margin: 0;

  padding: 0 0 0 70px;

}

.about-us-block .text-block .text-heading-block h3 {

  font-size: 39px;

  line-height: 45px;

  padding: 25px 0 30px 0;

}



.about-us-block .text-block .item-sec {

  margin: 0;

  padding: 0 0 20px 60px;

  position: relative;

}



.about-us-block .text-block .item-sec:after {

  content: "";

  margin: 0;

  padding: 0;

  width: 40px;

  height: 40px;

  background: url(../images/tick-mark.png) no-repeat center center

    var(--lime-bg-color);

  position: absolute;

  left: 0;

  top: 0;

  border-radius: 5px;

}



.about-us-block .text-block .item-sec h6 {

  margin: 0;

  padding: 0 0 8px 0;

  font-size: 18px;

  color: var(--blue-bg-color);

  line-height: 26px;

  font-weight: bold;

}



.about-us-block .text-block .item-sec p {

  margin: 0;

  padding: 0;

  font-family: "Museo 300";

  font-size: 15px;

  color: #231f20;

  line-height: 21px;

}



/*-- about-us-block --*/



/*-- video-block --*/



.video-block {

  margin: 0;

  padding: 0;

  /* background: url(../images/video-bg.jpg) no-repeat center center; */

  position: relative;

  background-size: 100% 100%;

  height: 600px;

  background-attachment: fixed;

  position: relative;

}



.video-block .icon-block {

  display: inline-block;

  border-radius: 100%;

  width: 110px;

  height: 110px;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  background: #fff;

  border: 13px solid #e5e3e39e;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 30px;

}

.video-block .icon-block i {

  color: #b2c030;

}

.video-block .icon-block:after,

.video-block .icon-block:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgb(255 255 255 / 47%);

  border-radius: 100%;

  opacity: 0;

  z-index: -1;

}

.video-block .icon-block:before {

  transform: scale(1);

  animation: play-icon 1.6s infinite linear;

}

.video-block .icon-block:after {

  animation: play-icon 1.6s 1.2s infinite linear;

}

@keyframes play-icon {

  0% {

    opacity: 0;

    transform: scale(0.4);

  }

  33.33333% {

    opacity: 1;

    transform: scale(1);

  }

  100% {

    opacity: 0;

    transform: scale(2);

  }

}



.video-block .icon-block a {

  margin: 0;

  padding: 0;

}



.video-block .icon-block a img {

  width: 120px;

  height: 120px;

  object-fit: contain;

}



/*-- video-block --*/



/*-- virtual-terminals-block --*/



.virtual-terminals-block {

  margin: -26px 0 0 0;

  padding: 0;

  position: relative;

  z-index: 1;

}

.virtual-terminals-block .item-bd {

  margin: 0;

  padding: 0;

  display: flex;

}



.virtual-terminals-block .item-bd .item {

  margin: 0 10px;

  padding: 20px 30px;

  width: 50%;

  background: var(--blue-bg-color);

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  border-radius: 10px;

}



.virtual-terminals-block .item-bd .item .icon {

  margin: 0;

  padding: 0;

  width: 66px;

}

.virtual-terminals-block .item-bd .item .icon img {

  width: 90%;

  object-fit: contain;

}



.virtual-terminals-block .item-bd .item .text {

  margin: 0;

  padding: 0 0 0 21px;

  width: 86%;

}



.virtual-terminals-block .item-bd .item .text h4 {

  margin: 0;

  padding: 0 0 8px 0;

  font-size: 20px;

  color: var(--white-text-color);

  line-height: 26px;

  font-weight: 600;

}

.virtual-terminals-block .item-bd .item .text p {

  margin: 0;

  padding: 0;

  font-family: "Museo 300";

  font-size: 15px;

  color: var(--white-text-color);

  line-height: 21px;

  font-weight: 300;

}



.virtual-terminals-block .item-bd .item:hover {

  background: var(--lime-bg-color);

  transition: all 0.3s;

}

.virtual-terminals-block .item-bd .item:hover .icon img {

  filter: brightness(1) invert(1);

  transition: all 0.3s;

}



.virtual-terminals-block .item-bd .item:hover .text h4 {

  color: var(--blue-text-color);

  transition: all 0.6s;

}

.virtual-terminals-block .item-bd .item:hover .text p {

  color: var(--blue-text-color);

  transition: all 0.6s;

}



/*-- virtual-terminals-block --*/



/*-- about-us-block --*/



.merchant-services-block {

  margin: 0;

  padding: 80px 0;

}



.merchant-services-block .image-block {

  margin: 0;

  padding: 0;

  width: 100%;

  position: relative;

  z-index: 10;

}



.merchant-services-block .image-block:after {

  content: "";

  margin: 0;

  padding: 0;

  width: 250px;

  height: 200px;

  background: var(--lime-bg-color);

  position: absolute;

  right: -33px;

  bottom: 35px;

  z-index: -1;

  border-radius: 20px;

}

.merchant-services-block .image-block img {

  width: 100%;

  height: 520px;

  object-fit: contain;

}



.merchant-services-block .text-block {

  margin: 0;

  padding: 0 70px 0 0;

}



.merchant-services-block .text-block .text-heading-block h3 {

  font-size: 39px;

  line-height: 45px;

  padding: 25px 0 30px 0;

}



.merchant-services-block .text-block .text-heading-block h6 {

  font-size: 20px;

  line-height: 26px;

  padding: 0 0 50px 0;

  font-weight: 600;

}



.merchant-services-block .text-block .item-sec {

  margin: 0;

  padding: 0 0 20px 60px;

  position: relative;

}



.merchant-services-block .text-block .item-sec:after {

  content: "";

  margin: 0;

  padding: 0;

  width: 40px;

  height: 40px;

  background: url(../images/tick-mark.png) no-repeat center center

    var(--lime-bg-color);

  position: absolute;

  left: 0;

  top: 0;

  border-radius: 5px;

}



.merchant-services-block .text-block .item-sec h6 {

  margin: 0;

  padding: 0 0 8px 0;

  font-size: 18px;

  color: var(--blue-bg-color);

  line-height: 26px;

  font-weight: bold;

}



.merchant-services-block .text-block .item-sec p {

  margin: 0;

  padding: 0;

  font-family: "Museo 300";

  font-size: 15px;

  color: #231f20;

  line-height: 21px;

}



/*-- about-us-block --*/



/*-- blog-block --*/



.blog-block {

  margin: 0;

  padding: 60px 0;

  background: url(../images/our-blog-border-bg.png) no-repeat center center

    var(--lime-bg-color);

}



.blog-block .text-heading-block {

  margin: 0;

  padding: 0 0 35px 0;

  position: relative;

}

.blog-block .text-heading-block h5 {

  color: #fff;

}

.blog-block .text-heading-block h5:after {

  background: #fff;

}



.blog-block .text-heading-block .button-block {

  margin: 0;

  padding: 16px 51px 16px 26px;

  display: inline-block;

  font-size: 16px;

  color: #231f20;

  line-height: 22px;

  background: url(../images/button-right-arrow.png) no-repeat right 20px center

    var(--white-bg-color);

  border-radius: 50px;

  font-weight: 600;

  position: absolute;

  right: 0;

  top: 41px;

  transition: all 0.6s;

}



.blog-block .text-heading-block .button-block:hover {

  background: url(../images/button-right-arrow.png) no-repeat right 16px center

    var(--white-bg-color);

  transition: all 0.3s;

}



.blog-block .blog-bd {

  margin: 0;

  padding: 0;

}



.blog-block .blog-bd .col-lg-4 {

  margin-bottom: 20px;

  padding-right: 10px;

  padding-left: 10px;

}



.blog-block .blog-bd .item-bd {

  margin: 0;

  padding: 0;

  width: 100%;

  height: 100%;

  position: relative;

  overflow: hidden;

}



.blog-block .blog-bd .item-bd .item-sec {

  /* margin: 0 0 20px 0; */

  padding: 0;

}



.blog-block .blog-bd .item-bd .item-sec .figure {

  margin: 0;

  padding: 0;

  width: 100%;

  height: 210px;

}



.blog-block .blog-bd .item-bd .item-sec .figure img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.blog-block .blog-bd .item-bd .item-sec h4 {

  margin: 0;

  padding: 9px 0 0 0;

  font-family: "Montserrat", sans-serif;

  font-size: 16px;

  color: var(--blue-text-color);

  line-height: 21px;

  font-weight: bold;

}



.blog-block .blog-bd .item-bd .hover-text {

  margin: 0;

  padding: 20px;

  background: #fff;

  position: absolute;

  left: 0;

  bottom: -226px;

  transition: all 0.3s;

}



.blog-block .blog-bd .item-bd:hover .hover-text {

  position: absolute;

  left: 0;

  bottom: 0;

  transition: all 0.6s;

}



.blog-block .blog-bd .item-bd .hover-text h4 {

  margin: 0;

  padding: 0 0 4px 0;

  font-size: 15px;

  color: var(--blue-text-color);

  font-weight: bold;

  line-height: 22px;

}



.blog-block .blog-bd .item-bd .hover-text p {

  margin: 0;

  padding: 0;

  font-size: 14px;

  font-family: "Museo 300";

  color: var(--blue-text-color);

  font-weight: bold;

  line-height: 20px;

}



/*-- blog-block --*/



/*-- getin-touch-block --*/



.getin-touch-block {

  margin: 0;

  padding: 70px 0;

}

.getin-touch-block .text-block {

  margin: 0;

  padding: 0;

}

.getin-touch-block .text-block h6 {

  margin: 0;

  padding: 28px 0 17px 0;

  font-size: 20px;

  color: var(--blue-text-color);

  line-height: 26px;

  font-weight: bold;

}



.getin-touch-block .text-block strong {

  margin: 0;

  padding: 0 0 18px 0;

  font-size: 16px;

  color: var(--blue-text-color);

  line-height: 22px;

  font-weight: bold;

  display: block;

}

.getin-touch-block .text-block strong a {

  margin: 0;

  padding: 0;

  display: inline-block;

  color: var(--lime-text-color);

}

.getin-touch-block .text-block p {

  margin: 0;

  padding: 0;

  font-family: "Museo 300";

  font-size: 15px;

  color: #231f20;

  line-height: 21px;

  font-weight: 300;

}



.getin-touch-block .contact-form {

  margin: 0;

  padding: 45px 40px;

  background: url(../images/get-in-touch-border-bg.png) var(--blue-bg-color);

  width: 100%;

  height: 100%;

  border-radius: 40px;

}



.getin-touch-block .contact-form .contact-bd {

  margin: 0;

  padding: 35px;

  background: var(--white-bg-color);

  width: 100%;

  height: 100%;

  border-radius: 15px;

  box-sizing: border-box;

}



.getin-touch-block .contact-form .contact-bd form .item {

  margin: 0;

  padding: 0 0 18px 0;

  width: 100%;

}



.getin-touch-block .contact-form .form-group input {

  margin: 0;

  padding: 14px 0 14px 22px;

  width: 100%;

  background: var(--lime-bg-color);

  font-size: 13px;

  color: #231f20;

  line-height: 19px;

  font-weight: 600;

  border: 0;

  box-shadow: none;

  outline: 0;

  border-radius: 10px;

}



.getin-touch-block

  .contact-form

  .contact-bd

  form

  .item

  input[type="text"]:placeholder {

  color: #231f20;

  border: 0;

  box-shadow: none;

  outline: 0;

}

.getin-touch-block

  .contact-form

  .contact-bd

  form

  .item

  input[type="text"]:focus-visible {

  border: 0;

  box-shadow: none;

  outline: 0;

  color: #231f20;

}



.getin-touch-block .contact-form .contact-bd form .item input[type="email"] {

  margin: 0;

  padding: 14px 0 14px 22px;

  width: 100%;

  background: var(--lime-bg-color);

  font-size: 13px;

  color: #231f20;

  line-height: 19px;

  font-weight: 600;

  border: 0;

  box-shadow: none;

  outline: 0;

  border-radius: 10px;

}



.getin-touch-block

  .contact-form

  .contact-bd

  form

  .item

  input[type="email"]:placeholder {

  color: #231f20;

  border: 0;

  box-shadow: none;

  outline: 0;

}

.getin-touch-block

  .contact-form

  .contact-bd

  form

  .item

  input[type="email"]:focus-visible {

  border: 0;

  box-shadow: none;

  outline: 0;

  color: #231f20;

}



.getin-touch-block .contact-form .contact-bd form .item textarea {

  margin: 0;

  padding: 14px 0 14px 22px;

  width: 100%;

  background: var(--lime-bg-color);

  font-size: 13px;

  color: #231f20;

  line-height: 19px;

  font-weight: 600;

  border: 0;

  box-shadow: none;

  outline: 0;

  border-radius: 10px;

  height: 110px;

}



.getin-touch-block .contact-form .contact-bd form .item textarea:placeholder {

  color: #231f20;

  border: 0;

  box-shadow: none;

  outline: 0;

}

.getin-touch-block .contact-form .contact-bd form .item textarea:focus-visible {

  border: 0;

  box-shadow: none;

  outline: 0;

  color: #231f20;

}



/* .getin-touch-block .contact-form .contact-bd form .submit-block {

  margin: 0 auto;

  padding: 0;

  width: 100%;

  text-align: center;

} */

.submit-block {

  padding: 14px 56px 14px 30px;

  background: url(../images/button-right-arrow02.png) no-repeat right 20px

    center var(--blue-bg-color);

  font-size: 15px;

  color: #fff;

  line-height: 21px;

  font-weight: bold;

  text-transform: uppercase;

  border: 0;

  cursor: pointer;

  border-radius: 50px;

  transition: all 0.6s;

}



.submit-block:hover {

  background: url(../images/button-right-arrow02.png) no-repeat right 16px

    center var(--blue-bg-color);

}

.contact-form .captcha-image {

  border: 1px solid #b2c030 !important;

  border-radius: 10px;

}

.contact-form .cf7ic_instructions {

  font-size: 13px;

}

.contact-form .wpcf7-spinner {

  display: block;

}



/*-- getin-touch-block --*/



/*-- ////////////////////////////////////////////////////////////// --*/



/*-- footer-block --*/



.footer-block {

  margin: 0;

  padding: 0;

  background: url(../images/footer-border-bg.png) no-repeat center center

    #081522;

}



.footer-block .footer-bd {

  margin: 0;

  padding: 70px 0 60px 0;

}



.footer-block .footer-bd .item {

  margin: 0;

  padding: 0;

}



.footer-block .footer-bd .item h4 {

  margin: 0;

  padding: 0px 0 26px 0;

  font-size: 18px;

  line-height: 23px;

  color: var(--white-text-color);

  font-weight: 600;

}



.footer-block .footer-bd .item ul {

  margin: 0;

  padding: 0;

}



.footer-block .footer-bd .item ul li {

  margin: 0;

  padding: 0;

  display: block;

  background: url(../images/right-arow.png) no-repeat left 5px;

}



.footer-block .footer-bd .item ul li a {

  margin: 0;

  padding: 0;

  display: block;

  font-family: "Museo 300";

  font-size: 12px;

  color: #b3b3b3;

  line-height: 28px;

  font-weight: 400;

  transition: all 0.6s;

  text-transform: uppercase;

}



.footer-block .footer-bd .item ul li a:hover {

  color: #b2c030;

  transition: all 0.3s;

}



.footer-block .footer-bd .footer-logo {

  margin: 0;

  padding: 0;

}

.footer-block .footer-bd .footer-logo a {

  margin: 0;

/*  padding: 10px 14px;*/

  display: block;

  width: 230px;

 /* background: #fff;*/

  border-radius: 15px;

}



.footer-block .footer-bd .footer-logo img {

  width: 100%;

  object-fit: contain;

}



.footer-block .footer-bd .footer-logo p {

  margin: 0;

  padding: 10px 0 0 0;

  font-family: "Museo 300";

  font-size: 13px;

  color: #b3b3b3;

  line-height: 19px;

  font-weight: 400;

}



.footer-block .footer-bd .item .contact-sec {

  margin: 0;

  padding: 0;

}

.footer-block .footer-bd .item .contact-sec .sec {

  margin: 0;

  padding: 0 0 12px 0;

  display: flex;

}

.footer-block .footer-bd .item .contact-sec .sec span {

  display: inline-block;

  width: 30px;

  height: 30px;

  text-align: center;

  margin: 0;

}



.footer-block .footer-bd .item .contact-sec .sec span .fa {

  margin: 0;

  padding: 0 9px 0 0;

  font-size: 17px;

  color: #b2c030;

}



.footer-block .footer-bd .item .contact-sec .sec a {

  margin: 0;

  padding: 0;

  font-size: 13px;

  color: #b3b3b3;

  line-height: 19px;

  font-weight: 400;

}



.footer-block .footer-bd .item .contact-sec .sec p {

  margin: 0;

  padding: 0;

  font-size: 13px;

  color: #b3b3b3;

  line-height: 19px;

  font-weight: 400;

}



.footer-block .copyright-block {

  margin: 0;

  padding: 26px 0;

  border-top: 1px solid #152223;

  display: flex;

  justify-content: space-between;

  width: 100%;

  align-items: center;

}



.footer-block .copyright-block .item {

  margin: 0;

  padding: 0;

}



.footer-block .copyright-block .item .social-icon {

  margin: 0;

  padding: 0;

}



.footer-block .copyright-block .item .social-icon ul {

  margin: 0;

  padding: 0;

}



.footer-block .copyright-block .item .social-icon ul li {

  margin: 0;

  padding: 0;

  display: inline-block;

  background: transparent;

}



.footer-block .copyright-block .item .social-icon ul li a {

  margin: 0;

  padding: 0 0 0 27px;

  display: block;

  font-size: 15px;

  color: #909e2e;

  line-height: 23px;

  font-weight: 400;

  transition: all 0.6s;

  border-radius: 50px;

  text-align: center;

}



.footer-block .copyright-block .item .social-icon ul li a:hover {

  color: var(--white-text-color);

  transition: all 0.3s;

}



.footer-block .copyright-block .middle-opyright p {

  margin: 0;

  padding: 0;

  font-size: 13px;

  color: #d3d3d3;

  line-height: 17px;

  display: inline-block;

  font-weight: 500;

}

.footer-block .copyright-block .middle-opyright p span {

  display: inline-block;

  text-transform: uppercase;

}



.footer-block .copyright-block .middle-opyright a {

  margin: 0;

  padding: 0 0 0 4px;

  font-size: 13px;

  color: #b2c030;

  line-height: 19px;

  text-transform: none;

}



/*-- footer-block --*/

.text-heading-block h6:empty {

  display: none;

}



/* ------------- inner banner ---------------------- */



.innerBanner img {

  width: 100%;

  max-width: 100%;

  max-height: 350px;

  object-fit: cover;

}



ul.breadcrumbs li {

  display: inline-block;

  padding: 0px 5px;

}

.innerBanner {

  position: relative;

}

.innerBanner:after {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  background: rgb(10, 10, 10);

  background: linear-gradient(

    90deg,

    rgba(10, 10, 10, 1) 0%,

    rgba(0, 0, 0, 0) 100%

  );

}



.title_breadcrumb {

  position: absolute;

  top: 50%;

  z-index: 9;

  width: 100%;

  left: 0;

  transform: translateY(-50%);

}



.title_breadcrumb-inner span {

  display: inline-block;

  padding: 15px 0;

  width: auto;

  min-width: 250px;

  text-align: center;

  color: #fff;

}

.title_breadcrumb-inner span h1 {

  position: relative;

  text-align: left;

  font-size: 45px;

  line-height: 50px;

  padding-bottom: 10px;

  margin-bottom: 0px;

  color: #fff;

  font-weight: 600;

  text-shadow: 2px 2px 2px #353433;

  text-transform: uppercase;

}

.title_breadcrumb-inner span h1:after {

  content: "";

  width: 100px;

  height: 3px;

  left: 8px;

  display: block;

  position: absolute;

  margin-top: 5px;

  background-color: #b2c030;

}



.breadcrumb_bottom ul {

  margin-top: 10px;

  text-align: left;

}

.breadcrumb_bottom ul li {

  color: #fff;

  font-weight: 500;

  font-size: 15px;

}

.breadcrumb_bottom ul li strong {

  color: var(--color-white);

  font-weight: 500;

}

.breadcrumb_bottom ul li a {

  color: #fff;

}

.breadcrumb_bottom ul li a:hover {

  color: #fff;

}

.inr-ptb {

  padding: 40px 0;

}



.blog-block.blog-innr {

  background: #fff;

}

.blog-innr .figure {

  background: #f7f3f3;

  padding: 20px;

}

.blog-innr .item-sec {

  padding: 15px 0;

  background: #efeded;

}

.blog-innr .item-sec h4 {

  padding: 15px !important;

  max-width: 300px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.blog_details_box figure img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.blog_details_box figure {

  height: 400px;

  position: relative;

}



.blog_details_box figure .post_date {

  position: absolute;

  bottom: 0;

  left: 0;

  background: #8bc53fad;

  padding: 10px;

  color: #fff;

  font-size: 14px;

  line-height: 20px;

}

.logged-in-as a {

  color: #b2c030;

}

/* comment-respond */



.date-fld h5 {

  font-size: 14px;

  font-weight: 600;

  color: #8bc53f;

  margin-bottom: 6px;

}



.comments-area {

  flex: 0 0 100% !important;



  max-width: 100% !important;

}



.comments-area .comment-form-comment label:after {

  content: "*";

  position: absolute;

  color: #f00;

}



.error {

  color: red;

  font-size: 12px;

}



.comment-form p label .required {

  color: red;

}



.comments-area {

  margin-top: 40px;

}



.comment-respond .comment-reply-title {

  font-size: 22px;

  line-height: 28px;

  color: #252525;

  margin-bottom: 15px;

}



.comments-area .comments-title {

  font-size: 20px;

  line-height: 26px;

  color: #666;

  margin-bottom: 15px;

}



.comment-form p label {

  display: block;

}



.comment-form input,

.comment-form textarea {

  width: 100%;

  padding: 10px;

  border: 1px solid #d7f1ea;

}



.comment-form input {

  height: 40px;

}



.comment-form input[type="checkbox"] {

  width: auto;

  height: auto;

}



.comment-form p.comment-form-cookies-consent label {

  display: inline-block;

  margin-left: 10px;

}



.form-submit {

  text-align: right;

}



.form-submit .submit {

  border: none;



  background: #b2c030;



  color: #fff;



  border-radius: 50px;



  margin-bottom: 0;



  width: auto;



  padding: 0 20px;



  transition: 0.5s;



  -webkit-transition: 0.5s;



  -o-transition: 0.5s;



  -ms-transition: 0.5s;



  -moz-transition: 0.5s;

}



.form-submit .submit:hover {

  background: #000;

}



.comment-list {

  list-style-type: none;

}



.post-navigation .screen-reader-text {

  display: none;

}



.post-navigation .nav-links {

  display: flex;

}



.post-navigation .nav-links .nav-previous,

.post-navigation .nav-links .nav-next {

  flex: 1;



  text-align: right;

}



.post-navigation .nav-links .nav-next {

  text-align: right;

}



.post-navigation .nav-links .meta-nav {

  display: block;



  color: #767676;



  font-size: 12px;

}



.post-navigation .nav-links .post-title {

  color: #252525;

  font-weight: bold;

  font-size: 15px;

  line-height: 20px;

  position: relative;

}

.entry-content h3 {

  font-size: 18px;

}

.post-navigation .nav-links .post-title:after {

  position: absolute;



  top: 3px;



  color: #252525;



  font-size: 14px;



  font: normal normal normal 14px FontAwesome;

}



.post-navigation .nav-links .nav-next .post-title:after {

  content: "\f061";



  right: -15px;

}



.post-navigation .nav-links .nav-previous .post-title:after {

  content: "\f060";



  left: -15px;

}



.blog_details_box h1 {

  text-transform: uppercase;



  font-weight: 600;



  font-size: 25px;



  line-height: 30px;



  margin-bottom: 20px;



  color: #141414;



  border-left: 4px solid #8bc53fad;



  padding: 0 0 0 10px;

}



.recent_carousel {

  border: 2px solid #e8e8e8;

  padding: 50px 20px;

  position: relative;

}



.recent_carousel .sub-head {

  position: absolute;



  top: -18px;



  background: #ffffff;



  left: 0;



  right: 0;



  padding: 5px 10px;



  font-size: 20px;



  line-height: 27px;



  text-transform: uppercase;



  width: 60%;



  margin: auto;



  text-align: center;



  color: #141414;



  font-weight: 600;

}



.date-fld.blog-cont {

  box-shadow: none;

  background: #e6e6e6;

}



.entry-content {

  margin-top: 15px;

}



.overlay-title {

  margin-bottom: 20px;

}

.img_news {

  flex: 0 0 30%;

  max-width: 30%;

}

.img_news img {

  width: 100%;

  height: 110px;

  object-fit: cover;

}



.event-fld-inr .events-fld h2 {

  color: #595959 !important;

}



.event-fld-inr .blog-list h4 {

  color: #595959 !important;

}



.event-fld-inr .blog-list p {

  color: #595959 !important;

}



.events-s li {

  border-bottom: 1px solid #ddd;

  padding: 15px 0 25px 0;

}



.event-img img {

  width: 100%;



  height: 250px;



  object-fit: cover;

}



.wpcf7 form.invalid .wpcf7-response-output,

.wpcf7 form.unaccepted .wpcf7-response-output,

.wpcf7 form.payment-required .wpcf7-response-output {

  border-color: #ff4343;

  color: #ff4343;

}



.new-cont-detls h3 {

  max-width: 250px;



  overflow: hidden;



  text-overflow: ellipsis;



  white-space: nowrap;

}

.overlay-title {

  box-shadow: none;

  /* background: #f5f3f391;*/

}



.new-cont {

  padding: 0 15px;

}



.recent_blog:nth-child(even) .new-box {

  background: #f2f7eb;

  padding: 10px;

}



.date-fld {

  font-size: 14px;

  color: #3788ff;

  margin-bottom: 6px;

}

.new-cont h3 {

  font-size: 18px;

  line-height: 23px;

  font-weight: 500;

  color: #141414;

  margin-bottom: 5px;

  max-width: 150px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.new-box {

  display: flex;

  align-items: center;

  justify-content: center;

  background: #fbf7f7;

  padding: 5px 10px;

}

.new-cont p {

  font-size: 13px;

  line-height: 18px;

  padding-bottom: 7px;

  margin-bottom: 0;

}

.more-btn {

  color: #1c2f43;

  font-size: 13px;

}



/*cont*/

.contact-fld {

  padding: 70px 0;

}

.c-info-box {

  height: 220px;

  width: 100%;

  border: 1px solid #ccc;

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  justify-content: center;

  flex-direction: column;

  padding: 30px 20px;

  margin-bottom: 30px;

  word-break: break-all;

  -moz-transition: all 300ms ease-in-out 0s;

  -webkit-transition: all 300ms ease-in-out 0s;

  transition: all 300ms ease-in-out 0s;

}

.c-info-box:hover {

  background-color: #b2c030;

}

.c-info-box:hover .c-title {

  color: #fff;

}

.c-info-box:hover .c-subtitle {

  color: #fff;

}

.c-info-box:hover .c-subtitle a {

  color: #fff;

}

.c-icon i {

  font-size: 30px;

  color: #000;

}



.c-info-box-inn {

  text-align: center;

}



.c-info-box .c-icon {

  padding-bottom: 7px;

}



.c-info-box .c-title {

  font-size: 20px;

  color: #472a1d;

  padding: 7px 0;

  font-weight: 600;

}



.c-info-box .c-subtitle {

  font-size: 14px;

  color: #472a1d;

  font-weight: 500;

}



.c-info-box .c-subtitle a {

  font-size: 14px;

  color: #472a1d;

  font-weight: 500;

}

.c-info-box:hover .c-icon.social-icon a {

  color: #fff;

  border: 1px solid #fff;

}

.c-info-box:hover .c-icon i {

  color: #fff;

}

.c-icon.social-icon a {

  border: 1px solid #472a1d;

  width: 45px;

  height: 45px;

  display: inline-block;

  position: relative;

  border-radius: 50px;

  margin: 0 5px 0 0;

}

.c-icon.social-icon a i {

  padding-top: 10px;

  font-size: 25px;

}

.es-field-wrap label {

  display: block;

}

.es_submit_button {

  position: absolute;

  top: 0;

  width: 20%;

  right: 0;

  font-size: 0;

  border-left: transparent !important;

  background: transparent !important;

}

.serv-right {

  border: 1px solid #e7e7e7;

}

.serv-right .sev-title {

  background: #b2c030;

  padding: 20px;

}



.sev-title {

  color: #fff;

  font-size: 24px;

  line-height: 1;

  text-align: left;

  margin-bottom: 0;

  font-weight: 600;

  text-transform: uppercase;

}

.categories-box ul li {

  font-weight: 600;

  margin-bottom: 3px;

  text-transform: capitalize;

}

.categories-box ul li a {

  background: #f8f8f8;

  padding: 15px 20px;

  color: #222222;

  display: flex;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.categories-box ul li a:hover {

  background: #b2c030;

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.categories-box ul li a i {

  margin-right: 10px;

  font-size: 16px;

  color: #b2c030;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.categories-box ul li a:hover i {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



.single-ser-img {

  width: 100%;

  height: 400px;

  object-fit: cover;

  overflow: hidden;

}

.single-ser-img img {

  width: 100%;

  height: auto;

  object-fit: cover;

  display: block;

  -webkit-transition: all 0.4s ease-out 0s;

  -moz-transition: all 0.4s ease-out 0s;

  -ms-transition: all 0.4s ease-out 0s;

  -o-transition: all 0.4s ease-out 0s;

  transition: all 0.4s ease-out 0s;

}

.single-ser-img img:hover {

  transform: scale3d(1.2, 1.2, 2);

}

.subheading {

  color: #000;

  font-size: 25px;

  margin: 20px 0 15px 0;

  text-align: left;

  font-weight: 600;

  text-transform: uppercase;

}



.subheading p {

  color: #717171;

  font-size: 14px;

  line-height: 20px;

  font-weight: 500;

}

.services-details-fld {

  padding: 70px 0;

}

.ser-bottom-cont ul li {

  margin: 0;

  padding: 0;

  font-family: "Museo 300";

  font-size: 15px;

  color: #231f20;

  line-height: 32px;

  position: relative;

  padding-left: 15px;

}

.ser-bottom-cont ul li:after {

  position: absolute;

  font-family: FontAwesome;

  top: 0;

  left: 0px;

  padding-right: 10px;

  content: "\f101";

  color: #8bc53f;

}

.ser-bottom-cont ul {

  padding-bottom: 15px;

}

.ser-bottom-cont p {

  font-family: "Museo 300";

  font-size: 15px;

  color: #231f20;

  line-height: 22px;

}

.ser-bottom-cont p strong {

  padding-bottom: 10px;

  display: inline-block;

}

/* ========== */

.card-processing-fld {

  padding: 70px 0 0 0;

}

.card-processing-fld .col-md-6 {

  padding-right: 0px;

  padding-left: 0px;

}

.card-img {

  height: 505px;

}

.card-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.card-content h3 {

  font-size: 30px;

  line-height: 35px;

  padding-bottom: 15px;

  color: #fff;

  font-weight: 700;

}

.card-top h3 {

  font-size: 30px;

  line-height: 35px;

  padding-bottom: 15px;

  color: var(--blue-text-color);

  font-weight: 700;

}

.card-top p {

  color: var(--blue-text-color);

  font-family: "Museo 300";

  font-size: 15px;

}

.card-top {

  padding: 0 150px;

  text-align: center;

  margin-bottom: 50px;

}

.card-content p {

  font-family: "Museo 300";

  font-size: 15px;

  color: #fff;

  line-height: 22px;

}

.card-content {

  padding: 100px 100px 100px 65px;

  background: #b2c030;

  height: 100%;

}

.mtb:nth-child(even) .left-img {

  -webkit-box-ordinal-group: 2;

  -moz-box-ordinal-group: 2;

  -ms-flex-order: 2;

  -webkit-order: 2;

  order: 1;

}

.view-btn {

  border: 1px solid #fff;

  border-radius: 25px;

  padding: 10px 20px;

  color: #fff;

  font-size: 14px;

  font-weight: 500;

  display: inline-block;

  margin-top: 10px;

}

.view-btn:hover {

  background: #081522;

  color: #fff;

  border: 1px solid #081522;

}

/* =========services details2====== */

.card-single-ser-img:before {

  position: absolute;

  content: "";

  right: 0px;

  top: 0px;

  width: 170px;

  height: 370px;

  background: url(../images/pattern-39.png) no-repeat;

  z-index: -1;

}

.card-single-ser-img {

  position: relative;

  padding-top: 50px;

  padding-right: 70px;

}

.card-single-ser-img img {

  width: 100%;

  height: 400px;

  object-fit: cover;

}
/*===========services details form=======*/
.services-details-form{background: #fbfbfb; padding: 40px 25px 40px 40px;}
.services-details-form .form-group input{ height:45px; border-radius: 0; border: 1px solid #b2c0307d; font-size: 14px; font-weight: 500;}
.services-details-form h3{ font-size: 25px; line-height: 30px; font-weight: 600; margin-bottom: 25px; color: #1c2f43; text-align: center; text-transform: uppercase; }
.captcha-image{ border-radius: 0; border: 1px solid #b2c0307d !important; font-size: 14px; font-weight: 500; display: block !important;}
.submit-serv{background: #b2c030; color: #fff; cursor: pointer; font-size: 14px; text-transform: uppercase; font-weight: 500; border-radius: 25px; border: transparent; padding: 10px 25px;}

.calculate-wrap input[type="button"]{ background-color: var(--blue-text-color) !important; color: var(--white-bg-color) !important;     padding: 10px 25px !important;
    border-radius: 50px !important; line-height: 20px !important;  border: none !important;  font-size: 18px !important;  margin-top: 10px;}


.calculate-wrap{
    max-width: 550px !important;
    margin: 0 auto !important;
    background: url(../images/get-in-touch-border-bg.png) var(--blue-bg-color);
    width: 100%;
    height: 100%;
    border-radius: 40px;
}
.calculate-wrap form{ background-color: var(--white-bg-color); padding: 30px; border-radius: 15px; }
.calculate-wrap #fbuilder .field.small{ width: 100% !important; min-height: 50px !important; }
.calculate-wrap .cff-calculated-field{ background-color: var(--lime-bg-color); margin-top: 10px; border-radius: 5px; padding: 10px !important; }
.calculate-wrap .cff-calculated-field label{ color: var(--white-bg-color); }
.calculate-wrap .cff-calculated-field input{ background-color: transparent !important; border: none !important; color: #fff !important; font-size: 18px !important;
    line-height: 18px !important; font-weight: 700 !important; }
.calculate-wrap .cff-calculated-field input:focus{ outline: none; box-shadow: none !important; }
/*===========*/
/*.sec-acco h2 .btn{ font-size: 18px; line-height: 23px; font-weight: 500;  color: #fff;}
 .sec-acco .card-header{ border-radius: 0; }
 
 .sec-acco .card{ margin-bottom: 10px;}
 .sec-acco .card .card-header{border-radius: 0; background: #b2c030;border:none;}
 .sec-acco .card-body{ background: transparent !important; }
 .sec-acco .card-body p{ font-size: 14px; line-height: 20px; font-weight: 500; }
  .sec-acco .card-body ul li{ list-style: none; margin-bottom: 10px; font-size: 14px; line-height: 20px; font-weight: 500;  }

  */
/*******faq******/
.ptb{padding: 70px 0;}
.faq-fld{ background: #f0f6ff; }

.accordion-body .card-header{ background:#b2c030 !important; }

.accordion-body .card-body{ font-size: 15px; font-weight: 500; color: #000; line-height: 20px;}

.faq_sec{font-size:16px; line-height:20px;}

.accordion-body .card{margin:10px 0;}

.accordion-body .card .accordion_toggle {

    text-decoration: none;

    width: 100%;

    text-align: left;

    color: #fff;

    font-size: 18px;

    font-weight: 600;

    font-family: 'Montserrat', sans-serif;

    padding: 15px;

    border-radius: 0;





}

.accordion-body .card .accordion_toggle:after {

    position: absolute;

    content: '\f067';

    /*font: normal normal normal 20px FontAwesome;*/

    top:0;

    margin-top:16px;

    right: 20px;

    color: #fff;

    transition: 0.5s;

    font-family: FontAwesome;

    z-index: 9;

}

.accordion-body .card .accordion_toggle.uparow:after {

    content: "\f068";

}
/*--------enquire-btn--*/



.calculate-wrap input#fieldname11_1{ display: none !important; }