@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: none;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li,span,ol {
  margin: 0px;
  padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Montserrat", sans-serif;
}
p{
  font-family: "Poppins", sans-serif;
}
body {
  font-size: 15px;
  color: #000;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

/** **************** **/

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
}

/** **************** **/

.m0 {
  margin: 0px;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
/**/
.p0 {
  padding: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.pt100 {
  padding-top: 100px;
}
/** **************** **/
.container {
  max-width: 1350px;
}
/** **************** **/
.back-bg .fixed-top{
  background: #00334E;
}
.fixed-top,
.header_tp,
.main-nav a,
.main-nav > ul > li {
  position: relative;
}
.main-nav .drop-down ul li:after {
  display: none;
}
.main-nav .drop-down ul li a,
.main-nav a {
  color: #052730;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.menu-icon {
  float: left;
  width: 60px;
  cursor: pointer;
  padding: 10px 0;
}

.menu-icon .bar2 {
  width: 48px;
}

.menu-icon .bar3 {
  width: 60px;
}

.menu-icon:hover .bar1 {
  width: 38px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.menu-icon:hover .bar2 {
  width: 52px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.fixed-top {
  background: #0000004f;
  display: block;
  top: 0;
  padding: 7px 0;
}

.header-scrolled .logo {
  margin-top: -10px;
}

.header-scrolled .scrollto img {
    width: 214px;
    height: auto;
    margin-top: 9px;
}

.logo {
  position: relative;
}

.header-scrolled {
  position: fixed;
  padding: 7px 0 8px;
  box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);
  background: #00334E;
}

.scrollto img {
  width: 230px;
  height: auto;
}

.main-nav {
  float: right;
  margin-top: 20px;
}

.main-nav > ul {
  /*margin: 10px 0;*/
  margin-right: 205px;
  padding: 0 15px;
  display: flex;
  background: #fff;
  border-radius: 50px;
}

.main-nav > ul > li {
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: inline-block;
  font-size: 16px;
  padding: 8px 14px;
}

.main-nav .active > a,
.main-nav a:hover,
.main-nav li:hover > a,
.mobile-nav .active > a,
.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #57a8e9;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
  border: none;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 220px;
  position: relative;
}

.main-nav .drop-down ul li {
  border-bottom: 1px solid #f4f4f7;
  margin-top: 0;
}

.main-nav .drop-down ul li:last-child {
  border-bottom: 0;
}

.main-nav .drop-down .drop-down > a,
.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down ul li a {
  padding: 7px 8px;
  border-radius: 2px;
  transition: 0.2s linear;
  font-size: 15px;
  text-transform: capitalize;
  width: 100%;
}

.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background-color: #57a8e9;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 16px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.mobile-nav a {
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #00334E;
  transition: 0.4s;
}

.mobile-nav a {
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: 0 0;
  font-size: 24px;
  transition: 0.4s;
  outline: 0;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  display: none;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
/**/
.get-cont {
    position: absolute;
    right: 20px;
    top: 20px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.get-cont span{
    position: relative;
}
.get-cont span img {
    width: 32px;
    position: absolute;
    background: #fff;
    border-radius: 50px;
    padding: 3px;
    top: 4px;
    left: 4px;
}
.get-cont:hover span img{
    transform: rotate(45deg);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.get-cont span a{
    color: #fff;
    padding: 8px 15px 8px 40px;
    background: #f2f2f2;
    border-radius: 50px;
    font-weight: 700;
    background-image: linear-gradient(135deg, #57a8e9 35%, #006ec6 100%);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.get-cont:hover span a{
    background-image: linear-gradient(135deg, #006ec6 35%, #57a8e9 100%);
    color: #fff;
}
/**/

/*****************/

#slider {
  margin-right: 0;
  margin-left: 0;
  margin-top: -93px;
}
#carousel {
  overflow: hidden;
  position: relative;
}
#carousel .carousel-control {
  background: none;
  top: 45%;
  font-size: 30px;
  text-align: center;
  opacity: 1;
  position: absolute;
}
#carousel .carousel-control-right {
  right: 0px;
}
#carousel:hover .carousel-control-right {
  right: 50px;
}
#carousel .carousel-control-left {
  left: -18px;
}
#carousel:hover .carousel-control-left {
  left: 25px;
}
#carousel .carousel-control span {
  color: #fff;
  z-index: 121;
  position: absolute;
}
#carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}
.carousel-indicators {
  position: absolute;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: -20px;
  list-style: none;
  bottom: 20px;
  justify-content: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  background: #333333;
}
.carousel-caption {
  text-shadow: none;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.carousel-caption-slide {
  display: flex;
  align-items: center;
  width: 700px;
  height: 100%;
  left: 100px;
  text-align: left;
}
.carousel-caption h4 {
  font-size: 42px;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
} 
.carousel-caption p{
  font-size: 20px;
  color: #fff;
}
.banner-mobile{
  display: none;
}
/**/
/*.hm-booking{
  background: #ffffffd4;
  width: 500px;
  height: 500px;
  position: absolute;
  top:150px;
  right: 60px;
  border-radius: 30px;
  box-shadow: 0px 3px 6px #00000015;
  padding: 40px 40px 10px;
}
.hm-booking-head{
  padding-bottom: 20px;
  text-align: center;
}
.hm-booking-head h3{
  font-size: 25px;
  font-weight: bolder;
  padding-bottom: 10px;
}
.hm-booking-head p{
  font-size: 16px;
  line-height: 25px;
  color: #5F5F5F;
}

.hm-booking-form form .form-group input{
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  border: 0px;
  line-height: 35px;
  padding: 10px 15px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #2f2f2f1a;
  margin-bottom: 20px;
  border-radius: 15px;
}
.hm-booking-btn button{
  font-size: 18px;
  padding: 10px 30px;
  background-image: linear-gradient(135deg, #57a8e9 35%, #006ec6 100%);
  width: 100%;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  border: 0px;
  cursor: pointer;
  border-radius: 50px;
}
.hm-booking-btn button:hover{
  background-image: linear-gradient(135deg, #006ec6 35%, #57a8e9 100%);
}*/
/**/

/********************/

.hm-about{
  padding: 80px 0;
}
.hm-about-dtl span{
  font-size: 33px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 40px;
}
.hm-about-dtl span span {
  font-weight: 300;
}

.hm-about-dtl p{
  color: #727272;
  letter-spacing: .5px;
  word-spacing: 2px;
  line-height: 1.9;
  padding-top: 20px;
}


.button-abt {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-image: linear-gradient(135deg, #57a8e9 35%, #006ec6 100%);
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  letter-spacing: 0.35px;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
   margin-top: 30px; 
}
.button-abt:hover{
  background-image: linear-gradient(135deg, #006ec6 35%, #57a8e9 100%);
  color: #fff;
}
.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: #09722d;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button-abt:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button-abt:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}











.hm-key-icon span{
  display: flex !important;
  align-items: center;
  display: block;
  height: 66px;
}
.hm-key .hm-key-icon1{
  border-top: 0px solid #cccccc73 !important;
}
.hm-key .hm-key-icon4{
  border-bottom: 0px solid #cccccc73 !important;
}
.hm-key .hm-key-icon {
  padding-left: 95px !important;
  padding-right: 20px !important;
  position: relative;
  padding: 23px 0;
  border-bottom: 1px solid #cccccc73;
  font-size: 20px;
  color: #212529;
}
.hm-key .hm-key-icon img{
  position: absolute;
  left: 0;
  top: 50%;
  width: 75px;
  transform: translate(-0%, -50%);
}

#tilt {
  display: block;
  background-color: grey;
  margin: 0 auto;
  border-radius: 20px;
  transition: box-shadow 0.1s, transform 0.1s;
}
#tilt:hover {
  box-shadow: 0px 0px 30px rgba(0,0,0, 0.1);
  cursor: pointer;
}
.hm-about-head{
  padding-bottom: 60px;
  text-align: center;
  color: #0f416e;
}
.hm-about-head h1{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.hm-about-head h1 span{
  position: relative;
  text-decoration: underline;
}

/********************/

.hm-serv{
  padding-top: 40px;
}
.hm-serv-head{
  padding-bottom: 40px;
}
.hm-serv-head h2{
  font-size: 35px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 28px;
  text-align: center;
}
.hm-serv-head h2 span{
  font-weight: 400;
}
.hm-serv-box{
  position: relative;
  margin: 15px 0;
  border-radius: 40px;
  overflow: hidden;
}
.hm-serv-box span {
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: 0px;
  left: 0px;
  color: #fff;
  /*background: linear-gradient(180deg, #fffFFF00 0, #58585875 25%, #2020209c 38%, #0707079e 47%, #020202a8 54%, #010101b8 64%, #000000c2 71%, #000000b8 75%, #000000ba 79%, #000000bd 82%, #000000b8 90%) no-repeat padding-box;*/
  background-image: linear-gradient(#ffffff00, #2d2d2d);
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 20px;
  z-index: 1;
}
.hm-services-box{
  position: relative;
  margin-top: 15px;
  overflow: hidden;
}
.hm-services-box span {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0px;
  left: 0px;
  color: #fff;
  /* background: linear-gradient(180deg, #fffFFF00 0, #58585875 25%, #2020209c 38%, #0707079e 47%, #020202a8 54%, #010101b8 64%, #000000c2 71%, #000000b8 75%, #000000ba 79%, #000000bd 82%, #000000b8 90%) no-repeat padding-box; */
  background-image: linear-gradient(#ffffff00, #000000cf);
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 12px;
  z-index: 1;
}
.hm-services{
  padding-top: 15px;
}
.hm-services .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/********************/

.hm-transforming{
  background: #0f426e;
  padding: 80px 0 65px;
  position: relative;
}
.hm-transforming-head{
  padding-bottom: 40px;
}
.hm-transforming-head h2{
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  text-align: center;
}
.hm-transforming-head h2 span{
  font-weight: 400;
}
.hm-transforming-box{
  background: #fff;
  padding-left: 115px !important;
  padding-right: 20px !important;
  border: 1px solid #f0f0f0;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  position: relative;
  padding: 30px 0px;
  font-size: 22px;
  color: #212529;
  border-radius: 25px;
  margin: 15px 0;
}
.hm-transforming-box img {
  position: absolute;
  left: 30px;
  top: 50%;
  width: 75px;
  transform: translate(-0%, -50%);
}
.hm-transforming-box span{
  display: block;
  font-size: 18px;
  color: #57a8e9;
}

/********************/

.hm-client{
  padding: 110px 0 80px 0;
  background-color: #f3f3f3;
  background-image: url(../images/offcut-bg-2.webp);
  position: relative;
}
.hm-client:before{
  content: "";
  position: absolute;
  background-color: #DFDFDF;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.85;
}
.hm-client-head{
  padding-bottom: 45px;
}
.hm-client-head h2{
  font-size: 35px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 28px;
  text-align: center;
}
.hm-client-head h2 span{
  font-weight: 400;
}
.video_wrapper video {
  object-fit: cover;
  width: 100%;
  border-radius: 35px;
  height: auto;
}
.hm-marquee-shadow{
  position: relative;
}
.hm-marquee-shadow:after {
  content: "";
  background-image: linear-gradient(to bottom, #DFDFDF, #ffff0000);
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  top: 0px;
}
.hm-marquee-shadow:before {
  content: "";
  background-image: linear-gradient(to bottom, #ffff0000, #DFDFDF);
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0px;
  z-index: 1;
}
.hm-marquee{
  height: 500px;
  overflow: hidden;
}
.hm-marquee{
  max-width: 100%;
  height: 500px;
  overflow: hidden;
}
.hm-marquee ul{
  animation: marquee 32s linear infinite;
}
@keyframes marquee {
  from { transform: translatey(0); }
  to { transform: translatey(-50%); }
}
.hm-marquee2 ul{
  animation: marquee2 32s linear infinite;
}
@keyframes marquee2 {
  from { transform: translatey(-50%); }
  to { transform: translatey(0%); }
}
.hm-marquee ul li{
  background: #fff;
  box-shadow: 0px 6px 15px 0px rgb(33 25 106 / 11%);
  padding: 15px;
  margin: 30px 0;
  border-radius: 10px;
}
.grey-shape-fill{
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: -30px;
  height: 31px;
}
.grey-shape-fill svg {
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.grey-shape-fill .elementor-shape-fill {
  fill: #E2E2E2;
  transform: rotateY(0deg);
  transform-origin: center;
}
.white-shape-fill{
  top: 0px;
  bottom: 0;
}
.white-shape-fill .elementor-shape-fill{
  fill: #fff;
}
.blue-shape-fill{
  bottom: -30px;
  z-index: 1;
}
.blue-shape-fill .elementor-shape-fill{
  fill: #0f426e;
}
/********************/

.hm-testimonial{
  padding-top: 110px;
  padding-bottom: 80px;
}
.hm-testimonial-head{
  padding-bottom: 45px;
}
.hm-testimonial-head h2{
  font-size: 35px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 28px;
  text-align: center;
}
.hm-testimonial-head h2 span{
  font-weight: 400;
}
.hm-review-count{
  display: flex;
  align-items: center;
}
.hm-review-count li img{
  width: 75px;
  margin-right: 15px;
}
.hm-review-count li{
  font-size: 22px;
  color: #212529;
}
.hm-review-count li span{
  display: block;
}
.hm-review-count li span i{
  font-size: 20px;
  color: rgb(251, 142, 40);
}
.hm-review p{
  color: #727272;
  letter-spacing: .5px;
  word-spacing: 2px;
  padding-top: 15px;
}
.hm-review a{
  width: 150px;
  display: block;
  font-size: 15px;
  border-radius: 30px;
  position: relative;
  background: #57a8e9;
  color: #fff;
  padding: 10px 15px;
  margin-top: 10px;
}
.hm-review a img{
  position: absolute;
  right: 15px;
  top: 13px;
  width: 17px;
  background: #fff;
  padding: 1px;
  border-radius: 50%;
}
.review-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.review-slider .owl-nav .owl-prev { 
  display: inline-block;
  transform: translate(-25px, 0);
  cursor: pointer;
}
.review-slider .owl-nav .owl-next {
  display: inline-block;
  transform: translate(25px, 0);
  cursor: pointer;
}
.review-slider .owl-nav .owl-prev, .review-slider .owl-nav .owl-next {
  width: 40px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #0000;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  margin: 0 5px;
  background: #ffffff;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.review-slider .owl-nav .owl-prev:hover, .review-slider .owl-nav .owl-next:hover{
  background: #57a8e9;
  color: #fff;  
}

.review-wrapper .review-wrapper-img{
  position: relative;
  padding-left: 65px;
  padding-bottom: 15px;
}
.review-wrapper .review-wrapper-img img{
  position: absolute;
  left: 0;
  top: 0;
  width: 48px !important;
}
.review-wrapper .review-wrapper-img h5{
  font-size: 18px;
  font-weight: 600;
  color: #212529;
}
.review-wrapper .review-wrapper-img span{
  color: #a19f9f;
  letter-spacing: .5px;
  word-spacing: 2px;
  padding-top: 5px;
}
.review-wrapper span{
  display: flex;
  align-items: center;
}
.review-wrapper span i {
  font-size: 16px;
  color: rgb(251, 142, 40);
  padding-right: 5px;
}
.review-text{
  height: 130px;
  overflow-y: auto;
  padding-top: 15px;
}
.review-text p{
  color: #727272;
  letter-spacing: .5px;
  word-spacing: 2px;
}
  
/********************/

.hm-afbr{
  padding-top: 40px;
  padding-bottom: 70px;
}
.hm-afbr-head{
  padding-bottom: 30px;
}
.hm-afbr-head h2{
  font-size: 35px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 28px;
  text-align: center;
}
.hm-afbr-head h2 span{
  font-weight: 400;
}
.afbr-wrapper img {
  border-radius: 15px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.hm-afbr-section .owl-dots{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.hm-afbr-section .owl-dots .owl-dot span{
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  background-color: #0009;
  background-color: rgba(0, 0, 0, 0);
}
.hm-afbr-section .owl-dots .owl-dot.active span{
  background: #01a0e2;
}
.hm-afbr-section .owl-carousel .owl-stage{
  padding: 15px 0;
}

/********************/

footer{
  background: #00334e;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}
.footer-logo{
  padding-top: 50px;
}
.footer-logo img{
  width:240px;
}
.footer-head h4{
  color: #fff;
  padding-bottom: 10px;
}
.footer-quick ul li a{
  font-size: 16px;
  line-height: 18px;
  color: #f2f7fd;
  padding-bottom: 15px;
  display:block;
}
.footer-bord{
  background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
  background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
  border: 0;
  height: 1px;
  margin: 20px 0;
}
.foote_serv h2 {
  color: #f2f7fd;
  font-size: 18px;
  border-left: 2px solid #f2f7fd;
  padding-left: 8px;
  margin-bottom: 10px;
}
.foote_serv ul li {
  float: left;
  padding: 0px 10px;
  margin-bottom: 2px;
  position:relative;
}
.foote_serv ul li:after{
  content:"";
  width:1px;
  height:12px;
  background:#fff;
  position:absolute;
  right:0;
  top:55%;
  transform:translate(-50%,-50%)
}
.foote_serv ul li a {
  color: #f2f7fd;
  font-size: 0.8rem;
}
.ftr-bt h5 {
  color: #f2f7fd;
  font-weight: 400;
  font-size: 16px;
}
.footer-contact p{
  padding-left:40px;
  position:relative;
  color: #f2f7fd;
  font-size:15px;
  margin-bottom: 20px;
}
.footer-contact p img{
  position:absolute;
  width:30px;
  left:0px;
}

/********************/


.cover-page {
  background: url(../images/bg2.png) no-repeat;
  background-size: cover;
  padding: 60px 0 40px;
  text-align: center;
  background-position: 0% 95%;
  position: relative;
  margin-top:0px;
}
.cover-page:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.cover-page-head h1 {
  color: #fff;
  text-shadow: -2px 0px 2px #000;
}

.cover-page-head h4 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 300;
}

.mumbai_review {
  padding: 10px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.mumbai_review h6{
  font-size: 16px;
  color: #212529;
  line-height: 1.7;
  padding-bottom: 7px;
  font-weight: 600;
}
/*Search Box Select*/
.m_dropdown {
   width: 480px;
   margin: 30px auto;
}
.m_dropdown a {
  color: #fff;
}
.m_dropdown dd,
.m_dropdown dt {
  margin: 0px;
  padding: 0px;
}
.m_dropdown dd {
  position: relative;
}
.m_dropdown a,
.m_dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 12px;
}
.m_dropdown dt {
  background-color: #fff;
  display: block;
  padding: 0;
  height: 40px;
  line-height: 24px;
  overflow: hidden;
  border: 0;
  width: 480px;
  cursor: pointer;
  text-align:left;
  padding: 7px 0 0 20px;
  border-radius: 25px;
}
.m_dropdown_rel{
  position:relative;
}
.m_dropdown_rel button {
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 9;
  background: linear-gradient(135deg, #57a8e9 35%, #006ec6 100%);
  border-radius: 25px;
  color: #fff;
  border: none;
  padding: 6px 15px;
  margin-top: 1.6px;
  margin-right: 3px;
  font-weight: 600;
}

.m_dropdown dt span,
.m_multiSel{
  margin: 0;
  font-weight:400;
  font-size: 15px;
  color:  #4b4550;
}
.m_multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
}

/*Modal Form*/
#modal-fullscreen-sm .modal-header .close {
  padding: 0.5rem 1rem;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
#modal-fullscreen-sm .modal-content{
  border-radius: 25px;
  border: 4px solid #57a8e9;
}
#modal-fullscreen-sm .modal-dialog {
  max-width: 700px;
  top: 10px;
  margin-bottom: 0px !important
}
#modal-fullscreen-sm .modal-header{
  border:none;
  display: block;
}
#modal-fullscreen-sm .modal-header span{
  color: #57a8e9;
}
.form-top-img {
  width: 85px;
  height: 85px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  z-index: 1;
  border-radius: 50%;
  border: 4px solid #57a8e9;
  background: #00334E !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-img {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/register.png);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#modal-fullscreen-sm .modal-title{
  text-align: center;
  padding-top: 40px;
}
#modal-fullscreen-sm .modal-body{
  padding: 0rem 6rem;
  text-align:center;
}
#modal-fullscreen-sm .btn-secondary{
  background: linear-gradient(135deg, #57a8e9 35%, #006ec6 100%);
  border-radius: 25px;
  font-weight: 600;
  border:none;
  padding: 7px 22px;
  margin-top: 15px;
}
#modal-fullscreen-sm .city_img{
  position: relative;
  background: url(../images/cityscape.png) 0 100%/100% 100% repeat-x;
  animation: mymove 25s linear infinite;
  width: 100%;
  height: 110px;
  margin-left: auto !important;
  border-radius:0 0 25px 25px;
}
#modal-fullscreen-sm .city_img::before {
  content: '';
  background: url(../images/men.png) 100% 100% no-repeat;
  width: 136px;
  height: 280px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#modal-fullscreen-sm .car_img {
  background: url(../images/car.png) 50% 100%/100% no-repeat;
  width: 175px;
  height: 95px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@keyframes mymove {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1242px;
  }
}
#modal-fullscreen-sm .form-group{
  position:relative;
}
#modal-fullscreen-sm .form-control{
  border:0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0px;
  padding-left:35px;
  background-repeat: no-repeat;
  background-position: 0 9px;
  background-size: 20px;
}
.form-control:focus{
  box-shadow: none;
  border-bottom:1px solid #57a8e9 !important;
}
#modal-fullscreen-sm form .form-name {
  background-image: url(../images/form-name.png);
}
#modal-fullscreen-sm form .form-email {
  background-image: url(../images/form-email.png);
}
#modal-fullscreen-sm form .form-number {
  background-image: url(../images/form-number.png);
}
#modal-fullscreen-sm form .form-location {
  background-image: url(../images/form-location.png);
}
#modal-fullscreen-sm form .form-rquirement {
  background-image: url(../images/form-rquirement.png);
}
/*Modal Form end*/

/********************/

.choose{
  padding: 80px 0;
}
.choose-head{
  margin-bottom: 30px;
}
.choose-head h2{
  font-size: 35px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 28px;
  text-align: center;
}
.choose-head h2 span{
  font-weight: 400;
}
.choose-box{
  text-align: center;
  padding: 20px 15px 30px 15px;
  border-radius: 10px;
  background-image: linear-gradient(0deg, rgba(245, 0, 0, 0), rgb(245 245 245));
}
.choose-cicle{
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 20px;
}
.choose-cicle img{
  height: 75px;
}
.choose-box span{
  font-size: 16px;
  color: #212529;
  line-height: 1;
  padding-bottom: 7px;
  font-weight: 600;
}

/********************/

.service-highlight {
  background-size: contain;
  background-position: top center;
  background-image: url(../images//painting-company-02.png), linear-gradient(150deg, #0d3963 0%, #0d3963 100%)!important;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 0vw;
}

.service-highlight-dtl {
  padding-top: 120px;
}

.service-highlight-dtl h4 {
  position: relative;
  margin-left: 65px;
  color: #fff;
}

.service-highlight-dtl h4 span {
  position: absolute;
  top: -10px;
  left: -65px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 35px;
  text-align: center;
  color: #fff;
  background-color: #57a8e9;
  border-radius: 50%;
}

.service-highlight-dtl h4 span i{
  font-size: 30px;
}

.service-highlight-dtl h3 {
  color: #fff;
  line-height: 38px;
  margin-top: 25px;
}

.service-highlight-img {
  text-align: center;
  position: relative;
  margin-top: -130px;
  bottom: -90px;
  padding: 0 0px;
}

.service-main{
  padding: 160px 0 50px;
}

.service-main-head{
  padding-bottom: 20px;
}
.service-main-head h2{
  font-size: 35px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 28px;
}
.service-main-head h3{
  font-size: 28px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 28px;
}
.service-main-dtl p{
  color: #727272;
  letter-spacing: .5px;
  word-spacing: 2px;
  line-height: 1.7;
  padding-bottom: 5px;
}
.service-main-dtl p strong{
  font-weight: 500;
}
.service-main-dtl .bullet{
  margin-top: 10px;
}
.service-main-dtl .bullet li{
  color: #727272;
  letter-spacing: .5px;
  word-spacing: 2px;
  line-height: 1.7;
  padding-bottom: 10px;
}
.service-main-dtl .bullet li span{
  font-weight: 500;
  color: #57a8e9;
}
.service-main-dtl .bullet-icon li{
  color: #727272;
  letter-spacing: .5px;
  word-spacing: 2px;
  line-height: 1.7;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.service-main-dtl .bullet-icon li img{
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
}

/********************/

.how-work{
  background: #f2f1f7b0;
  padding: 80px 0 50px;
  background-color: #f3f3f3;
  background-image: url(../images/offcut-bg-2.webp);
  position: relative;
}
.how-work:before {
  content: "";
  position: absolute;
  background-color: #DFDFDF;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.85;
}
.how-work-head{
  padding-bottom: 20px;
}
.how-work-head h2{
  font-size: 35px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 28px;
  text-align: center;
}
.how-work-box{
  position: relative;
  padding-left: 80px;
  margin: 30px 0 30px 0;
}
.how-work-box img{
  position: absolute;
  height: 60px;
  left: 0;
  top: 2px;
}
.how-work-box span{
  font-size: 18px;
  font-weight: 500;
  color: #212529;
}
.how-work-box p{
  color: #727272;
  letter-spacing: .5px;
  word-spacing: 2px;
  line-height: 1.7;
}
.work-box .owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.work-box .owl-dot span{
  background: #00000030;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 5px;
}
.work-box .owl-dot.active span{
  background: #00000080;
}
/********************/

.service-work {
  padding: 80px 0;
  background: url(../images/our-work-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.service-work:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}

.service-work-head {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.service-work-head h2 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.services-img {
    position: relative;
    border: 5px solid #fff;
    border-radius: 30px 30px 0px 0px;
    background: #fff;
    overflow: hidden;
}

.services-ctg{
  padding: 10px 0;
}
.services-ctg span {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  background: unset;
  text-align: center;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-work-list .owl-carousel .owl-nav .owl-prev,
.service-work-list .owl-carousel .owl-nav .owl-prev,
.service-work-list .owl-carousel .owl-dot.owl-nav {
  position: absolute;
  left: 0px;
  top: 37%;
  background: linear-gradient(90deg, rgba(222, 222, 222, 1) 0%, rgba(253, 253, 253, 1) 100%) !important;
  display: block;
  padding: 20px 12px !important;
  border-radius: 10px;
  font-size: 22px;
  margin: 0;
  cursor: pointer;
  box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
  color: #000;
  transform: translate(-50%, 0%);
}

.service-work-list .owl-carousel .owl-nav .owl-next,
.service-work-list .owl-carousel .owl-nav .owl-next,
.service-work-list .owl-carousel .owl-dot.owl-nav {
  position: absolute;
  right: -30px;
  top: 37%;
  background: linear-gradient(90deg,
      rgba(253, 253, 253, 1) 0%,
      rgba(222, 222, 222, 1) 100%) !important;
  display: block;
  padding: 20px 12px !important;
  border-radius: 10px;
  font-size: 22px;
  margin: 0;
  cursor: pointer;
  box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
  color: #000;
  transform: translate(-50%, 0%);
}


/********************/

.faq{
  padding-top: 80px;
  padding-bottom: 80px;
}
.faq-head h2{
  font-size: 35px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 28px;
}
.faq .btn-link {
  width: 100%;
  position: relative;
  text-align: left;
  color: #212529;
  font-size: 18px;
  font-weight: 500;
}
.faq .btn-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}
.faq .btn-link:hover, .faq .btn-link:focus{
  text-decoration: none;
}
.faq .collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.faq .card{
  border-width: 0 0 1px 0 !important;
  border-radius: 0rem;
  background-color: #ffffff00;
}
.faq .card-header{
  padding-left: 0;
  background-color: #ffffff00 !important;
}
.faq .btn{
  padding-left: 0;
}
.faq .card-body{
  padding: 0.5rem 0rem  1.5rem  0rem !important;
}
.faq .card-body p{
  color: #727272;
  letter-spacing: .5px;
  word-spacing: 2px;
  line-height: 1.7;
  padding-bottom: 5px;
}

.faq .card-body .bullet-icon li{
  color: #727272;
  letter-spacing: .5px;
  word-spacing: 2px;
  line-height: 1.7;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.faq .card-body .bullet-icon li img{
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
}

/********************/

.our-work{
  padding: 80px 0;
}
.our-work-head{
  margin-bottom: 60px;
}
.our-work-head h2{
  font-size: 35px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 28px;
  text-align: center;
  padding-bottom: 20px;
}
.our-work-head span{
  font-size: 16px;
  color: #727272;
  line-height: 1;
  padding-bottom: 7px;
  font-weight: 400;
  text-align: center;
  display: block;
}
.our-work-list{
  position: sticky;
  top: 100px;
}
.our-work-list h4{
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #0002;
}
.our-work-list ul li a{
  padding: 0.7rem 2rem;
  margin: 15px 0;
  border-radius: 20px;
  background-color: #f2f1f7;
  display: block;
  color: #1c1c1c;
}
.our-work-list ul li a:hover{
  background-color: #eae9f0;
}
.our-work-list ul li a.active{
  background-color: #57a8e9;
  color: #fff;
  padding-left: 3rem;
}
.work-box{
  background: #fff;
  margin-bottom: 30px;
}
.work-dtl{
  border-radius: 0px 0px 30px 30px;
  padding: 15px 12px;
  box-shadow: 2px 1px 17px -4px;
  padding-bottom: 15px;
}
.work-dtl ul{
  display: flex;
  justify-content: space-between;
}
.work-dtl p{
  font-size: 16px;
  color: #727272;
  line-height: 1;
  padding-bottom: 25px;
  font-weight: 400;
  display: block;
}
.work-dtl a {
  background-image: linear-gradient(135deg, #57a8e9 35%, #006ec6 100%);
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  border-radius: 50px;
}
.work-dtl a:hover{
  background-image: linear-gradient(135deg, #006ec6 35%, #57a8e9 100%);
}
.work-dtl a.book-btn{
  background: #fff;
  box-shadow:inset 0 0 0 1px #006ec6;
  color: #006ec6;
}
.work-img{
 overflow: hidden;
 border-radius: 30px 30px 0 0;
}
/********************/

.about-main{
  padding: 80px 0 0;
}
.about-main-dtl h2{
  font-size: 33px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 28px;
  padding-bottom: 15px;
}
.about-main-dtl h2 span {
  font-weight: 400;
}
.about-main-dtl p{
  font-weight: 400;
  color: #727272;
  word-spacing: 2px;
  font-size: 15px;
  line-height: 1.7;
  word-spacing: 0.5px;
  padding: 10px 0;
}
.about {
  padding: 40px 0 80px;
}
.about-img2 {
  overflow: hidden;
  border-radius: 20px;
}
.about-img2:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.about-img h4 {
  font-size: 20px;
  background: #0f426e;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 10px;
  border-radius: 20px;
}
.about-dtl {
  border-left: 4px solid #57a8e9;
  padding: 10px 0 10px 20px;
}
.about-dtl h2 {
  font-size: 33px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 28px;
  padding-bottom: 15px;
}
.about-dtl h5 {
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
  color: #57a8e9;
}
.about-dtl-p{
  margin-top: 30px;
}
.about-dtl-p p {
  font-weight: 400;
  color: #727272;
  word-spacing: 2px;
  font-size: 15px;
  line-height: 1.7;
  word-spacing: 0.5px;
  padding: 10px 0;
}
.about-box {
  margin-top: 40px;
}

.about-box .bullet{
  margin-top: 10px;
}
.about-box .bullet li{
  color: #727272;
  letter-spacing: .5px;
  word-spacing: 2px;
  line-height: 1.7;
  padding-bottom: 10px;
}
.about-box .bullet li span{
  font-weight: 500;
  color: #57a8e9;
}
.about-box .bullet-icon li{
  color: #727272;
  letter-spacing: .5px;
  word-spacing: 2px;
  line-height: 1.7;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.about-box .bullet-icon li img{
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
}
.about-mis-vis {
  margin-bottom: 20px;
}
.about-mis-vis-bg {
  background: url(../images/vision-mission.jpg);
  padding: 80px 0px 150px;
  background-attachment: fixed;
  position: relative;
  text-align: center;
}
.about-mis-vis-bg:after {
  position: absolute;
  content: "";
  background: #0000008a;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-mis-vis-bg h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about-mis-mt30 {
  position: relative;
  margin-top: -90px;
}
.about-mis-box {
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 10px #ccc;
  padding: 25px 25px;
  border-radius: 20px;
  height: 100%;
  transition: all 0.4s;
}
.about-mis-box:hover {
  transform: scale(1.05);
  background: #0f426e;
}
.about-mis-box img {
  width: 86px;
}
.about-mis-box:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg)
    brightness(107%) contrast(101%);
}
.about-mis-box h4 {
  color: #0094d9;
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
}
.about-mis-box:hover h4 {
  color: #fff;
}
.about-mis-box p {
  font-weight: 400;
  color: #727272;
  word-spacing: 0.5px;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 10px;
}
.about-mis-box:hover p {
  color: #fff;
}
.number{
  font-size: 40px;
  font-weight: 700;
  color: #57a8e9;
}

/********************/


.contact {
  padding: 40px 0 80px 0;
}
.contact-map{
  margin-top: 80px;
}
.contact-map iframe {
  padding: 10px;
  box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  width: 100%;
  height: 450px;
}
.contact-head {
  margin-top: 60px;
  margin-bottom: 40px;
}
.contact-head h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 28px;
}
.contact-box {
  text-align: center;
}
.contact-box h5 {
  font-size: 20px;
  font-weight: 700;
  color: #3a3a3a;
  margin-top: 15px;
  margin-bottom: 5px;
}
.contact-box a,
.contact-box p {
  font-weight: 400;
  color: #727272;
  font-size: 16px;
  word-spacing: 0.5px;
  display: block;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  border: 0px;
  line-height: 24px;
  padding: 15px 15px;
  font-size: 14px;
  background: #f1f5f8;
  border-radius: 25px;
  margin-bottom: 20px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-weight: 400;
}
.butn-bg {
  font-size: 15px;
  padding: 10px 30px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  border-radius: 50px;
  border: 0px;
  cursor: pointer;
  margin: 0 auto;
  display: table;
  background-image: linear-gradient(135deg, #57a8e9 35%, #006ec6 100%);
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.butn-bg:hover {
  border: 0px;
  color: #fff;
  background-image: linear-gradient(135deg, #006ec6 35%, #57a8e9 100%);
}


/********************/



/********************/