/** Default CSS **/
* {
  font-family: "Montserrat", sans-serif;
}
.white {
  color: #fff;
}
.fancybox-caption__body p {
  color: #fff !important;
  font-size: 19px;
}

.bg-bluish {
    background-color: #fff9f7e0;
}
.iso {
  margin-top: 10px;
}
a:focus {
  outline: 0 solid;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
input {
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 100%;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
html,
body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  background: #fff;
}
a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a:focus {
  text-decoration: none;
}
a:active {
  outline: 0 none;
}
button {
  border: none;
}
button:hover {
  outline: none;
  cursor: pointer;
}
::placeholder {
  color: #9e9e9e !important;
}
:-ms-input-placeholder {
  color: #9e9e9e !important;
}
::-ms-input-placeholder {
  color: #9e9e9e !important;
}
select:active,
button:active {
  outline: none;
}
select:focus,
button:focus {
  outline: none;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 27px !important;
  letter-spacing: 0.5px;
  font-weight: 500;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.form-group {
  width: 100%;
  position: relative;
}
.form-group .form-control {
  width: 100%;
  height: 40px;
  font-weight: 400;
  position: relative;
  color: #000;
  border: none;
  font-size: 14px;
  border-radius: 5px;
}
.form-group .form-control:focus::placeholder {
  opacity: 0;
}
.form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-group textarea {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #dddddd;
  resize: none;
}
.section {
  position: relative;
  overflow: hidden;
}
.dropdown-menu {
  border-radius: 0;
}
.navbar-toggler {
  background-color: #ffffff00;
}
/** Default CSS **/

@media (min-width: 1200px) {
  .container {
    max-width: 1680px;
    padding: 0px 60px;
  }
}

/* ------variables ------ */
:root {
  --light_red: #f37959;
  --green: #81c344;
}
/* ------variables ------ */

/* -------custom class----------- */

.titleType1 {
  text-transform: capitalize;
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .titleType1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.textType1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .textType1 {
    font-size: 14px;
    line-height: 20px;
  }
}

.SmText {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .SmText {
    padding: 50px 0;
  }
}
.SmText h2 {
  font-size: 42px;
  text-transform: capitalize;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4784313725);
  word-spacing: 7px;
  letter-spacing: 1px;
}
.SmText h2 span {
  color: #fa6f03;
}
@media (max-width: 767px) {
  .SmText h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.btn {
  color: #000;
  background: #f37959;
  padding: 10px 35px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: 0.5s ease;
}
.btn:hover {
  background: #f58732;
  color: #000;
}

/* -------custom class----------- */

/* -------menu start ------- */
.client-image-design {
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  text-align: center;
}
.maincContentSec .leftMainPart {
  height: 100%;
  box-shadow: 2px 0 4px 1px rgb(0 0 0 / 10%);
  background: #ffffff;
  z-index: 1;
  position: relative;
}
header nav.navbar {
  display: flex;
  flex-direction: column;
  padding: 0;
}
header nav.navbar .collapse.navbar-collapse {
  width: 100%;
  flex-direction: column;
}
header nav.navbar .navbar-toggler:focus {
  box-shadow: none;
}
header nav.navbar .navbar-brand {
	margin: 0 0 0px;
	padding: 30px 30px 0px 30px;
	outline: none;
}
header nav.navbar .navbar-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header nav.navbar .navbar-nav .nav-item {
  margin-left: 0;
  border-bottom: 1px solid #c8c7c7;
}
header nav.navbar .navbar-nav .nav-item:first-child {
  border-top: 1px solid #c8c7c7;
  margin-top: 20px;
}
header nav.navbar .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  margin-left: 30px;
  padding: 18px 20px 18px 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
}
header nav.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #f37959;
}
header nav.navbar .navbar-nav .nav-item.current-menu-item .nav-link {
  color: #f37959;
  position: relative;
	outline: none;
}
header nav.navbar .navbar-nav .nav-item.current-menu-item .nav-link::after {
  position: absolute;
  content: " ";
  top: 0;
  right: 0;
  height: 100%;
  width: 5px;
  background: #f37959;
  border-radius: 4px 0 0 4px;
}
.mediaInfo {
  padding: 40px;
}
.mediaInfo .pt-1 {
  font-size: 14px;
}
.mediaInfo .pt-1 li {
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.mediaInfo .pt-1 li a {
  color: #f37959;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.mediaInfo .pt-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mediaInfo .pt-2 li a {
  background: #323030;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  margin-right: 8px;
}
/* --menu close -- */

/* --main slider start-- */
.mainSliderStart {
  position: relative;
}
.mainSliderStart .carousel .carousel-indicators button.active {
  position: relative;
  height: 50px;
  width: 50px;
  border: 3px solid #f37959;
  border-radius: 3px;
  opacity: 1;
}
.mainSliderStart .carousel .carousel-indicators button {
  position: relative;
  height: 50px;
  width: 50px;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 3px;
  opacity: 1;
}
.mainSliderStart .carousel .carousel-indicators button img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mainSliderStart .carousel .carousel-indicators button.active img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: #fff;
}

.mainSliderStart .carousel .carousel-inner .carousel-item {
  position: relative;
  height: 625px;
  width: 100%;
}
.mainSliderStart .carousel .carousel-inner .carousel-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #f00000;
  background: -webkit-linear-gradient(to right, #f37959, #ffffff00);
  background: linear-gradient(to right, #f37959, #ffffff00);
}
.mainSliderStart .carousel .carousel-inner .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mainSliderStart .carousel .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  top: auto;
  bottom: 30%;
  left: 20px;
  transform: translateY(-30%);
  z-index: 1;
  max-width: 700px;
  text-align: left;
}

.mainSliderStart
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .info
  h2 {
    font-size: 55px;
    line-height: 59px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #003e4d;
    text-shadow: 0 1px 3px rgb(255 223 212);
    font-family: "Poppins", sans-serif;
}
.mainSliderStart
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .info
  p {
  font-size: 29px;
  line-height: 35px !important;
  color: #003e4d;
  font-weight: 600;
  text-shadow: 0 1px 3px rgb(255 223 212);
  font-family: "Poppins", sans-serif;
}

/* --main slider close-- */

/* --service sec start-- */
.service-button .btn:hover {
	background-color: #003e4d;
	color: #fff;
}
.serviceSec {
  padding-bottom: 50px;
}
.serviceSec .headarea1 {
  background: var(--light_red);
}
.serviceSec .headarea1 h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  padding: 10px;
}
.serviceSec .serviceBox {
  padding: 0px 25px;
  /*   max-width: 375px; */
  margin: 0 auto 35px;
}
.serviceSec .serviceBox .picArea {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
  border: 2px solid var(--light_red);
}
.serviceSec .serviceBox .picArea img {
  width: 45px;
}
.serviceSec .serviceBox .info {
  text-align: center;
}
.serviceSec .serviceBox .info h5 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
}
.serviceSec .serviceBox .info p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}
.service-button > a.btn {
	color: #fff;
	background-color: #003e4d;
	border: 1px solid #003e4d;  
	border-radius: 4px;
}
.service-button > a.btn:hover {
	background-color: #fff;
	color: #f37959;
	border: 1px solid #f37959;
}
/* -- service sec close -- */

/* -- choose sec start -- */
.chooseSec {
  background: #f2f2f2;
}
.chooseSec .headarea1 {
  background-image: url(../images/back-layer.png);
  background: #003e4d;
}
.chooseSec .headarea1 h3 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  padding: 25px 0;
  margin-bottom: 0;
}
.chooseSec .chooseArea {
  padding: 75px 0;
}
.chooseSec .chooseArea .choose-info {
  text-align: left;
}
.chooseSec .chooseArea .choose-info h3 {
  color: #000;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 31px;
  position: relative;
  font-weight: 500;
}
.chooseSec .chooseArea .choose-info h3::after {
  position: absolute;
  content: " ";
  bottom: -12px;
  left: 25%;
  transform: translateX(-50%);
  height: 2px;
  width: 50%;
  background: #d5d5d5;
}
.chooseSec .chooseArea .choose-info .btn-area {
  padding: 25px 0;
}
.chooseSec .chooseArea .choose-info .btn-area .btn {
  color: #fff;
  background-color: #003e4d;
  border: 1px solid #003e4d;
  border-radius: 4px;
}
.chooseSec .chooseArea .choose-info .btn-area .btn:hover {
	background-color: #fff;
	color: #f37959;
	border: 1px solid #f37959;
}
.chooseSec .smbox {
  text-align: center;
  margin-top: 25px;
  background: #d5d5d5;
  padding: 45px 0;
  border-radius: 4px;
}
.chooseSec .smbox .picArea {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
  border: 2px solid var(--light_red);
  background: #fff;
}
.chooseSec .smbox .picArea img {
  width: 45px;
}
.chooseSec .smbox .title h4 {
  line-height: 24px;
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
/* -- choose sec close -- */

/* -- partnershipSec start -- */
.partnershipSec {
  padding: 50px 0;
}
.partnershipSec .headarea1 h3 {
  color: #000;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  text-align: center;
  font-weight: 500;
}
.partnershipSec .headarea1 h3::after {
  position: absolute;
  content: " ";
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 200px;
  margin: auto;
  background: #d5d5d5;
}
.partnershipSec .partnerSlider .owl-carousel.owl-theme .item .picArea {
  width: 100px;
  margin: 0 auto;
}
.partnershipSec .partnerSlider .owl-carousel.owl-theme .item .picArea img {
  width: 100%;
}

.partnershipSec .partnerSlider .owl-carousel.owl-theme .owl-nav {
  display: none;
}

/* -- partnershipSec close -- */

/* -- testimonial start -- */
.testimonialSec {
  background-image: url(../images/back-layer2.jpg);
  width: 100%;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  position: relative;
}
.testimonialSec::after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #f37959d1;
}
.testimonialSec .item {
  height: 400px;
  position: relative;
}
.testimonialSec .item .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.testimonialSec .item .info h4 {
  color: #fff;
  line-height: 30px;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 500;
}
.testimonialSec .item .info p {
  color: #fff;
  font-size: 18px;
  line-height: 26px !important;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 15px;
}
.testimonialSec .item .info h5 {
  color: #fff;
  line-height: 26px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
.testimonialSec .owl-carousel.owl-theme .owl-nav {
  display: none;
}
.testimonialSec .owl-carousel.owl-theme .owl-dots {
  position: relative;
  top: -60px;
}
.testimonialSec .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  background: transparent;
}
.testimonialSec .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
}
/* -- testimonial close -- */

/* --process start -- */
.processSec {
  padding: 35px 0;
}
.processSec .headarea1 h3 {
  color: #000;
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  text-align: center;
  font-weight: 500;
}
.processSec .headarea1 h3::after {
  position: absolute;
  content: " ";
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 200px;
  margin: auto;
  background: #d5d5d5;
}
.processSec .processArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.processSec .processArea ul li {
  width: 19%;
  text-align: center;
  margin-bottom: 15px;
}
.processSec .processArea ul li .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 25px;
}
.processSec .processArea ul li .icon img {
  width: 100%;
}
.processSec .processArea ul li .info h5 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
  color: #000;
}
.processSec .processArea ul li .info h5::after {
  position: absolute;
  content: " ";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 80px;
  margin: auto;
  background: #d5d5d5;
}
/* --process close -- */

/* --process2 start -- */
.processTwoSec {
  background-image: url(../images/back-layer3.jpg);
  position: relative;
  padding: 50px 0;
  background-position: center;
  background-size: cover;
}
.processTwoSec::after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #496281d9;
}
.processTwoSec .headarea1 {
  color: #fff;
  position: relative;
  z-index: 1;
}
.processTwoSec .headarea1 h3 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  text-align: center;
  font-weight: 500;
}
.processTwoSec .headarea1 h3::after {
  position: absolute;
  content: " ";
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 200px;
  margin: auto;
  background: #fff;
}
.processTwoSec .processTwoArea {
  position: relative;
  z-index: 1;
  padding-top: 15px;
}
.processTwoSec .processTwoArea .box {
  text-align: center;
  margin-bottom: 35px;
}
.processTwoSec .processTwoArea .box .icon {
  height: 88px;
  width: 88px;
  line-height: 88px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #f37959;
}
.processTwoSec .processTwoArea .box .text h6 {
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.processTwoSec .processTwoArea .box .text p {
  color: #fff;
}
.processTwoSec .processTwoArea .btn-area {
  text-align: center;
  padding-top: 35px;
}
.processTwoSec .processTwoArea .btn-area .btn {
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 15px;
  width: 250px;
  background-color: #003e4d;
}
.processTwoSec .processTwoArea .btn-area .btn:hover {
	background-color: #fbf0ede0;
	color: #003e4d;
}
/* --process2 close -- */

/* --footer start -- */
footer {
  background-image: url(../images/back-laye4.png);
  background-size: cover;
  background-position: bottom;
  padding: 50px 0;
  background: #003e4d;
}
footer .logo {
  max-width: 200px;
  margin-bottom: 25px;
}
footer .info h5 {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: end;
}
footer .info p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: end;
}
footer .info p.line1 {
  padding-bottom: 3px;
}
/* --footer close -- */

/* -- contact page start --*/
.bannerContent p {
  font-size: 29px;
  line-height: 35px !important;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 3px rgb(0 0 0 / 45%);
}
.active-inner-banner .overlay {
  width: 60%;
}

.contactInfo1 {
  padding: 75px 0 50px;
}
.contactInfo1 .i-b {
  margin-bottom: 25px;
}
.contactInfo1 .info {
  background: #eeeeee;
  padding: 40px 20px;
  border-radius: 4px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contactInfo1 .info h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.contactInfo1 .info p {
  font-size: 15px;
  line-height: 22px !important;
  font-weight: 500;
  color: #000;
}

.contactForm {
  padding-bottom: 50px;
}
.contactForm .area1 {
  margin-bottom: 50px;
}
.contactForm .area1 .logo {
  margin-bottom: 15px;
}
.contactForm .area1 .info h4 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
}
.contactForm .area1 .info p {
  font-size: 15px;
  line-height: 23px !important;
  color: #000;
}
.contactForm .area1 .info ul.address li {
  display: flex;
  color: #000;
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 500;
  width: 100%;
}
.contactForm .area1 .info ul.address li span {
  min-width: 110px;
}

.contactForm .area2 .input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.contactForm .area2 .input-group label {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 25px;
  margin-bottom: 10px;
}
.contactForm .area2 .input-group .form-control {
  width: 100%;
  height: 45px;
  border-radius: 4px !important;
  font-size: 14px;
}
.contactForm .area2 .input-group .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--light_red);
}
.contactForm .area2 .input-group.gp-main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
}
.contactForm .area2 .input-group.gp-main .gp {
  margin-right: 20px;
}
.contactForm .area2 .input-group.gp-main .gp input {
  position: relative;
  top: 2px;
}
.contactForm .area2 .input-group.gp-main .gp label {
  margin-bottom: 0;
}
.contactForm .area2 .input-group textarea {
  height: 85px !important;
}
.contactForm .btn-area {
  margin: 25px 0;
}
.contactForm .btn-area .btn {
  border-radius: 2px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 15px;
  width: 250px;
}
/* -- contact page close --*/

@media (min-width: 1500px) {
  .processTwoSec .processTwoArea .box .text p {
    color: #fff;
    padding: 0 65px;
  }
}
@media (max-width: 1199px) {
  .processSec .processArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .processSec .processArea ul li {
    width: 30%;
  }
}

@media (max-width: 991px) {
  header nav.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
  }
  header nav.navbar .navbar-brand {
    border-bottom: none;
    padding: 0;
    width: 120px;
  }
  .mainSliderStart
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .info
    h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .mainSliderStart
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .info
    p {
    font-size: 21px;
    line-height: 27px !important;
    font-weight: 500;
  }
  footer .logo {
    max-width: 150px;
  }
  footer .info h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  footer .info p {
    font-size: 15px;
    font-weight: 400;
  }
}

@media (max-width: 767.99px) {
  footer .info p {
    text-align: start;
  }
  footer .info h5 {
    text-align: start;
  }
  .maincContentSec .leftMainPart {
    box-shadow: none;
  }
  .testimonialSec .item .info {
    width: 85%;
  }
  .processSec .processArea ul li {
    width: 48%;
  }
  .mainSliderStart .carousel .carousel-inner .carousel-item {
    position: relative;
    height: 400px;
    width: 100%;
  }
  .mainSliderStart .carousel .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    top: auto;
    bottom: 18%;
    left: 20px;
    transform: translateY(-18%);
    z-index: 1;
    max-width: 700px;
    text-align: left;
  }
  .testimonialSec .item {
    height: 500px;
  }
  .testimonialSec .owl-carousel.owl-theme .owl-dots {
    position: relative;
    top: -25px;
  }
  .bannerContent .font_60 {
    font-size: 36px;
    line-height: 42px;
  }
  .bannerContent p {
    font-size: 21px;
    line-height: 27px !important;
    font-weight: 500;
  }
  .mapSec iframe {
    height: 350px;
  }
  .contactInfo1 {
    padding: 50px 0 25px;
  }
}

@media (max-width: 450px) {
  .processSec .processArea ul li {
    width: 80%;
  }
}

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

/* ----- contact page changes start ----- */
.gravity-theme {
}
#gform_fields_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gravity-theme .gform_body #field_1_2 {
  width: 49%;
}
.gravity-theme .gform_body #field_1_3 {
  width: 49%;
}
.gravity-theme .gform_body #field_1_4 {
  width: 49%;
}
.gravity-theme .gform_body #field_1_5 {
  width: 49%;
}
.gravity-theme .gform_body #field_1_7 {
  width: 100%;
}
.gravity-theme .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.gravity-theme .gfield_checkbox label {
  margin-right: 25px;
}
.gravity-theme .gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: 100%;
}
@media (max-width: 536px) {
  .gravity-theme .gform_body #field_1_2 {
    width: 100%;
  }
  .gravity-theme .gform_body #field_1_3 {
    width: 100%;
  }
  .gravity-theme .gform_body #field_1_4 {
    width: 100%;
  }
  .gravity-theme .gform_body #field_1_5 {
    width: 100%;
  }
}

/* -- modal changes start -- */

.download-pdf-modal .modal-content {
  padding: 50px 25px 25px;
}
.download-pdf-modal .modal-content .modal-header .modal-title {
  font-size: 14px;
  color: #000;
  text-align: center;
}
.download-pdf-modal .modal-content .modal-header button {
  height: 25px;
  width: 25px;
  border: 1px solid #000;
  font-size: 14px;
  color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  position: relative;
}
.download-pdf-modal .modal-content .modal-header button:hover {
  background: transparent;
}
.download-pdf-modal .modal-content .modal-header .btn-close {
  position: absolute;
  background: #fff;
}
.download-pdf-modal .modal-content .modal-header .btn-close::after {
  content: " ";
  position: absolute;
  top: 6px;
  left: 15px;
  height: 20px;
  width: 2px;
  background: #000;
  transform: rotate(135deg);
}
.download-pdf-modal .modal-content .modal-header .btn-close::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 15px;
  height: 20px;
  width: 2px;
  background: #000;
  transform: rotate(45deg);
}

.download-pdf-modal .modal-body .gfield_label {
  font-size: 14px;
  color: #000;
}
.download-pdf-modal .gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px;
  color: #000;
}
.download-pdf-modal .gfield_required.gfield_required_text {
  font-size: 12px;
  font-weight: 500 !important;
  font-style: normal !important;
}
.download-pdf-modal #gform_submit_button_2 {
  border-radius: 2px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 15px;
  width: 250px;
  background: #f37959;
  width: 100%;
}

/* @media(max-width:767px){
.rc-anchor-normal {
    height: 74px;
    width: 250px !important;
}
.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 95px;
}
.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 165px;
}
.rc-anchor-normal .rc-anchor-pt {
    margin: 2px 11px 0 0;
    padding-right: 2px;
    position: absolute;
    right: 24px;
    text-align: right;
    width: 175px;
}
} */

/* -- modal changes close -- */
/* ----- contact page changes close ----- */

/* --gallary page changes start -- */
.gallery-pnl {
  padding-bottom: 65px;
}

.gallery-pnl .cat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 50px 0 80px;
}
.gallery-pnl .cat-list .btn {
  background: transparent;
  margin: 0 0 10px 10px;
  color: #000;
  font-weight: 500;
  padding: 0 5px 5px;
  border: none;
}
.gallery-pnl .cat-list .btn:focus {
  box-shadow: none;
}

.gallery-pnl .cat-list .btn.active-class {
  position: relative;
}
.gallery-pnl .cat-list .btn.active-class::after {
  position: absolute;
  content: " ";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 70%;
  background: #f37959;
}
.gallery-pnl .gallery_product {
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 100%;
  height: 250px;
}
.gallery-pnl .gallery_product img {
  width: 100%;
}

/* --gallary page changes close -- */
/* -- new css -- */
.gallery-pnl .gallery_product {
  height: 250px;
  width: 100%;
  padding: 10px;
}
.gallery-pnl .gallery_product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
