/*CSS Document */

input[type="file"]::-webkit-file-upload-button {cursor:pointer; }
input[type="file"]::-moz-file-upload-button {cursor:pointer; }
input[type="file"]::-ms-file-upload-button {cursor:pointer; }
input[type="file"]::-o-file-upload-button {cursor:pointer; }
input[type="file"] {cursor:pointer; }
html body{font-family: "Inter", sans-serif; margin:0;}
*::-moz-selection {color: #fff;background:#000;}
*::-webkit-selection {color: #fff;background:#000;}
*::-webkit-input-placeholder { color: #333333;opacity:1;}
*:-moz-placeholder { color: #333333;opacity:1;}
*::-moz-placeholder { color: #333333;opacity:1;}
*:-ms-input-placeholder { color: #333333;opacity:1;}
a,div a:hover, div a:active, div a:focus, button {text-decoration: none;-webkit-transition:color 0.5s ease 0s, background-color 0.5s ease 0s;-moz-transition:color 0.5s ease 0s, background-color 0.5s ease 0s;-ms-transition:color 0.5s ease 0s, background-color 0.5s ease 0s;-o-transition:color 0.5s ease 0s, background-color 0.5s ease 0s;transition:color 0.5s ease 0s, background-color 0.5s ease 0s; }
a, span,div a:hover, div a:active, button {text-decoration: none;}
*::after, *::before, * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;}
body ul {margin:0;padding:0;}
a {outline: none;color:#555;}
a:hover {color:#000;}
body .clearfix, body .clear {clear:both;line-height:100%;}
body .clearfix{height:auto;}
*{outline:none!important;}
table {border-collapse: collapse;border-spacing: 0;}
.clr:after, ul:after, .clearfix:after, li:after,.grve-container:after {clear:both;display:block;content:"";}

div input, div select, div textarea, div button, a, button, ul, ul li, ol, li {
	font-family: "Inter", sans-serif;
	list-style:none;
}
body, body p {
	font-family: "Inter", sans-serif;
	background:#FFFFFF;
	font-size:100%;
	color:#000;
	line-height:100%;
	font-style:normal;
	font-weight:normal;
}
body h1, body h2, body h3, body h4, body h5, body h6{
font-family: "Inter", sans-serif;
	line-height:120%;
	color:#333;
	font-weight: bold;
	margin:0 0 15px;
}
body h1 { font-size: 24px;}
body h2 { font-size: 22px;}
body h3 { font-size: 18px;}
body h4 { font-size: 16px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child{
	margin-bottom:0;
}
input { background:none; border:0 none; outline:none; }
table {border:0 none;border-collapse:collapse;border-spacing:0;}
* {box-sizing: border-box;}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; }
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text_justify { text-align:justify; }
.clearfix {clear:both;display:block;font-size:inherit;height:0;line-height:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}

.margin-top{margin-top:30px;}
.margin-left{margin-left:30px;}
.margin-right{margin-right:30px;}
.margin-bottom{margin-bottom:30px;}

.padding-top{padding-top:20px;}
.padding-left{padding-left:20px;}
.padding-right{padding-right:20px;}
.padding-bottom{padding-bottom:20px;}

/* For desktop: */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::after, .row::before {
    clear: both;
    content: "";
    display: table;
}
.colamu-1, .colamu-2, .colamu-3, .colamu-4, .colamu-5, .colamu-6, .colamu-7, .colamu-8, .colamu-9, .colamu-10, .colamu-11, .colamu-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
 position: relative;
}
.colamu-1 {width: 8.33%;}
.colamu-2 {width: 16.66%;}
.colamu-3 {width: 25%;}
.colamu-4 {width: 33.33%;}
.colamu-5 {width: 41.66%;}
.colamu-6 {width: 50%;}
.colamu-7 {width: 58.33%;}
.colamu-8 {width: 66.66%;}
.colamu-9 {width: 75%;}
.colamu-10 {width: 83.33%;}
.colamu-11 {width: 91.66%;}
.colamu-12 {width: 100%;}
.box-center {
    clear: both;
    display: table;
    float: none;
    margin: 0 auto;
}
.border-radius-4 {border-radius:4px;}
.border-circle {border-radius:50%;}
.border-solid{border:1px solid #000;}
.border-dotted{border:1px dotted #000}
.border-dashed {border:1px dashed  #000;}

/*fixed-menu*/
header#header {background:#ffffff;left: 0;position: fixed;top: 0;width: 100%;z-index: 9999;}
header#header.fixed {box-shadow: 0 0 4px #404040;}
/*responsive menu*/
.menu {color: #333333;cursor: pointer;display: none;float: left;font-family: "Inter", sans-serif;font-size: 22px;line-height: 31px;position: fixed;right: 0;top: 0;}
.menu .menu-trigger { float: left; margin: 8px 20px 0 25px;}
.menu .line:nth-child(1):after { transition: all 0.6s linear 0.1s;}
.menu .line:after { background: #FFFFFF; content: ""; display: block; height: 3px; width: 0;}
.menu .line { background: #333333; display: block; height: 3px; margin-bottom: 5px; width: 33px;}
.header-sec .menu-wrap .menu:hover .line:after { transform: rotate(360deg); width: 100%;}
.show-menu nav.menu-act { transition: all 1.4s ease 0s; right: 0;}
#wrapper { background: #FFFFFF; position: relative; transition: all 0.3s ease 0s; z-index: 99;}
html body.show-menu {overflow: hidden;}
nav.menu-act .close-button {display:none;}
/*responsive menu -Close*/
/* menu */
nav.menu-act ul li {float: left;padding-bottom:15px;position: relative;}
nav.menu-act ul li a {float: left;padding:5px;}
.dropdown-menu {background-clip: padding-box;background-color: #fff;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 4px;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);display: none;float: left;font-size: 14px;left: 0;min-width: 160px;padding: 5px 0;position: absolute;text-align: left;top: 100%;z-index: 1000;}
.dropdown-submenu {position: relative;}
.dropdown-submenu > a::after {border-color: transparent transparent transparent #333;border-style: solid;border-width: 5px 0 5px 5px;content: " ";display: block;float: right;height: 0;margin-right: -10px;margin-top: 5px;width: 0;}
.dropdown-submenu > .dropdown-menu {border-radius: 0 6px 6px;left: 100%;margin-left: -1px;margin-top: -6px;top: 0;}
.caret {border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid;display: inline-block;height: 0;margin-left: 2px;vertical-align: middle;width: 0;}
nav.menu-act ul li:hover > ul.dropdown-menu {display: block;}
.dropdown-menu > li > a {clear: both;color: #333;display: block;font-weight: 400;line-height: 1.42857;padding: 3px 20px;white-space: nowrap;}
.dropdown-menu > li {clear:both;}
nav.menu-act .dropdown-menu > li {clear: both;float: none;padding: 0;}
nav.menu-act .dropdown-menu > li a {padding: 4px 14px;float: none;}
nav.menu-act li.active > a, nav.menu-act li:hover > a:hover {background-color: #428bca;color: #fff;outline: 0 none;text-decoration: none;}
footer .footer-menu ul li a:hover, footer .footer-menu ul li.active > a {color:#FFF}
/* menu - Close */
@media screen and (max-width:767px) {
nav.menu-act .close-button, nav.menu-act ul {display: none;}
.menu, .show-menu nav.menu-act .close-button, .show-menu nav.menu-act ul {display:block;}
nav.menu-act {
  background: #333333;
  bottom: 0;
  height: 100%;
  right: -275px;
  overflow: hidden;
  padding: 50px 0;
  position: fixed;
  left: auto;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 275px;
  z-index: 999;
}
} 
/*Button */
a.button, .button, button, form input[type="submit"] {background: #DE2112;border:0;display: inline-block;color: #ffffff;font-weight: normal;height: 40px;cursor: pointer;line-height: 40px;padding: 0 23px;font-size: 15px;text-decoration: none;}
a.button:hover, .button:hover, button:hover, form input[type="submit"]:hover {background: #181818; }
/*Button -close*/
/*form -close*/
form input, form textarea, form select {
    border-radius: 8px;
    color: #333;
    font-size: 16px;
    height: 54px;
    margin-bottom: 0px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid rgba(85, 85, 85, 0.3);
}
form textarea {
    height: 120px;
    resize: none;
    padding-top: 15px;
    padding-bottom: 10px;
}
/*form -close*/
/* main- Slider */
.slider,.bx-wrapper,.bx-wrapper .bx-viewport, .slidermain,.slidermain li, .images-slider{height:100% !important;}
.slidermain li {background-repeat: no-repeat;background-size: cover;min-height: 365px;}
/* main- Slider Close */

#myBtn {
    background-position: center center;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 48px;
    position: fixed;
    right: 20px;
    width: 48px;
    z-index: 99;
    background: linear-gradient(270deg, #FE3101 0%, #FEB704 100%);
    border-radius: 100%;
    box-shadow: 0 0 4px #404040;
}
#myBtn:hover {
    background: linear-gradient(270deg,  #58BFE6 0%,  #044FB5 100%);
}
#myBtn:before {
    content: "\f105";
    height: 48px;
    width: 48px;
    position: absolute;
    top: -19px;
    bottom: 0;
    left: 15.5px;
    right: 0;
    font-family: FontAwesome;
    color: #fff;
    font-size: 42px;
    transform: rotate(270deg);
}
.container{
	width:100%;
	max-width:1430px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	float:none;
}


/*css*/
body p {
    color: #555555;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    background-color: transparent;
    margin: 13px 0;
}
html {
  scroll-behavior: smooth;
}

header#header .top-header {
    background: linear-gradient(270deg,  #58BFE6 0%,  #044FB5 100%);
    padding: 17px 0;
}
header#header .top-header ul li a,
header#header .top-header ul li  {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    font-family: 'Axiforma', sans-serif;
    color: #fff;
}
header#header ul.main-menu li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    font-family: "Poppins", sans-serif;
    color: #001D46;
    background: transparent;
}

 a:hover{
  color: #EE7325;
}
header#header .top-header ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header#header .top-header ul li {
    position: relative;
    padding-left: 85px;
}
header#header .top-header ul li:before {
    content: "";
    position: absolute;
    height: 34px;
    width: 34px;
    background-color: #fff;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 42px;
    right: 0;
    background-image: url('../images/sprite-image.webp');
    background-repeat: no-repeat;
    background-position: -461px 3px;
}
header#header .top-header ul li.email:before {
    background-position: -228px -14px;
}
div#wrapper a.button {
    background: linear-gradient(270deg, #FE3101 0%, #FEB704 100%);
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    padding: 24px 74px 24px 30px;
    height: auto;
    border-radius: 150px;
    position: relative;
}
div#wrapper a.button:before,
div#wrapper a.button:after {
    content: "";
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0;
    left: auto;
    right: 7px;
    bottom: 0;
    background-color: #fff;
    margin: auto 0;
    border-radius: 100%;
}
header#header ul.main-menu li a.button {
    background: linear-gradient(270deg, #FE3101 0%, #FEB704 100%);
    color: #fff;
}
div#wrapper a.button:hover, header#header ul.main-menu li a.button:hover {
    background: linear-gradient(270deg,  #58BFE6 0%,  #044FB5 100%);
    color: #fff;
}
div#wrapper a.button:before {
    background-image: url('../images/sprite-image.webp');
    background-repeat: no-repeat;
    background-position: -7px -57px;
    z-index: 1;
    background-color: transparent;
}
 div#wrapper a.button:hover::before {
  filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(2616%) hue-rotate(208deg) brightness(97%) contrast(97%);
} 
header#header ul.main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header#header .header-wrapper .colamu-3.col-left {
    margin-top: -52px;
}
header#header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}
header#header ul.main-menu li.navigation {
    padding: 0 0 0 20px;
}
.home-bnner-img {
    position: relative;
    height: auto !important;
    margin: 0 -10%;
}
.home-banner-section {
    position: relative;
}
.home-banner-section.main-banner {
    overflow: hidden;
}
.home-banner-section .container {
    position: absolute;
    top: 39.7%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    z-index: 9;
}
body {
    padding-top: 184px;
}
.banner-wrap h2 {
    font-weight: 700;
    font-size: 65px;
    line-height: 109.00000000000001%;
    color: #fff;
    font-family: "Inter", sans-serif;
    /* font-family: 'arialregular', sans-serif; */
}
.home-banner-section .banner-wrap {
    width: 50%;
}
.home-banner-section .banner-wrap.about{
    width: 70% !important;
}
.home-banner-section .banner-wrap p {
    font-weight: 400;
    font-size: 19px;
    line-height: 170%;
    font-family: "Inter", sans-serif;
    background-color: transparent;
    color: #fff;
    padding-right: 210px;
    margin: 15px 0 40px 0;
}
.home-banner-section .banner-wrap .quot-contact-btn.common-btn {
    display: flex;
    align-items: center;
}
.banner-wrap .quot-contact-btn.common-btn .contact-wrap h4 {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
}
.banner-wrap .quot-contact-btn.common-btn .contact-wrap a {
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #fff;
}
.banner-wrap .quot-contact-btn.common-btn .contact-wrap {
    position: relative;
    padding-left: 100px;
}
.banner-wrap .quot-contact-btn.common-btn .contact-wrap:before {
    content: "";
    height: 64px;
    width: 64px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: 23px;
    border-radius: 100%;
    background-color: #9EE4F7;
    background-image: url('../images/big-call-icon.webp');
    background-repeat: no-repeat;
    z-index: 1;
    background-position: 2px 7px;
}
.home-bnner-img img.desktop {
    object-position: top center;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
header#header .top-header ul li a:hover,
header#header ul.main-menu li a:hover,
.banner-wrap .quot-contact-btn.common-btn .contact-wrap a:hover{
  color: #EE7325;
}
.responsive-show {
    display: none !important;
}
.left-right-con {
    display: flex;
    align-items: center;
}
.left-right-con>div {
    width: 50%;
}
.border-image , .about-first.border-image.about{
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    max-width: 645px;
    border: 11px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
    border-right: 0;
}
.about-first.border-image.about{
    height: 100%;
    max-height: 600px;
}
.breadcrume ul {
    display: flex;
    align-items: center;
}
.breadcrume li {
    margin-right: 53px;
}
.breadcrume li a:before {
    content: "\f101";
    position: absolute;
    font-family: 'FontAwesome';
    left: auto;
    right: -33px;
    top: 3px;
    pointer-events: none;
    color: #fff !important;
}
.breadcrume li a, .breadcrume li {
    color: #fff;
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    position: relative;
}
header#header ul.main-menu li  a#service-section {
    display: block !important;
}
section#about-us {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF2E5 100%);
    padding: 132px 0 92px 0;
}
section#services {
    margin-top: 130px;
}
.title h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    text-align: left;
    position: relative;
    color: #002056;
    padding-bottom: 15px;
    
}
.title h2:before {
    content: "";
    width: 150px;
    height: 5px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../images/divider.webp');
    background-repeat: no-repeat;
}
.content-wrap {
    padding-top: 10px;
}
.left-right-con .wwd-content-left {
    padding-left: 45px;
}
body .center{
    text-align: center;
}
a.sec-button, input#submit,form#newsletterForm input.submit-button, input#csubmit{
    background: linear-gradient(270deg, #FFAA00 0%, #EE7325 92.86%);
    font-family: Axiforma;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    padding: 22px 50px;
    border-radius: 8px;
}
a.sec-button:hover,
input#submit:hover,form#newsletterForm input.submit-button:hover,input#csubmit:hover {
    background: linear-gradient(270deg,  #58BFE6 0%,  #044FB5 100%);
    color: #fff;
}
.left-right-con .wwd-content-left .btn-wrap {
    margin-top: 63px;
}

.title.center h2 {
    text-align: center;
}
.title.center h2::before {
    margin: 0 auto;
}
.services-box-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 55px;
    gap: 25px;
}
.services-box-wrap .box {
    max-width: 447px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    overflow: hidden;
    padding: 40px 30px 30px 30px;
    display: flex;
    flex-direction: column;
}
.services-box-wrap .box .we-handle-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 400px;
}
.services-box-wrap .box .img-wrap {
    background-color: #EE7325;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-box-wrap .box h4 {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #000;
    margin: 14px 0 5px 0;
}
.services-box-wrap .box p.content {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}
.services-box-wrap .box a.sec-button {
    color: #EE7325;
    background: transparent;
    font-family: Axiforma;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    padding: 0;
    position: relative;
    margin-top: auto;
    width: auto;
    display: inline-block;
    align-self: flex-start;
}
.services-box-wrap .box a.sec-button:before {
    content: "";
    width: 37px;
    height: 22px;
    position: absolute;
    top: -3px;
    left: auto;
    right: -38px;
    bottom: 0;
    margin: auto 0;
    background-image: url('../images/sprite-image.webp');
    background-repeat: no-repeat;
    background-position: -12px -72px;
    z-index: 1;
    background-color: transparent;
}
.services-box-wrap .box a.sec-button:hover::before {
    filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(2616%) hue-rotate(208deg) brightness(97%) contrast(97%);
}
.services-box-wrap .box a.sec-button:hover{
    color: #044FB5;

}
section#choose {
    background-image: url('../images/why-choose-banner.webp');
    padding-top: 140px;
    margin-top: 100px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 110%;
    height: 100%;
}
.choose-section .woc-wrap-sec.top-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 100px;
}

.choose-us-wrap .choose-img {
    height: 90px;
    width: 90px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    min-width: 90px;
}
.choose-us-wrap .title-img-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.choose-us-wrap .title-img-wrap h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
    padding-bottom: 6px;
}
.choose-us-wrap .title-img-wrap p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    margin: 0;
}
.choose-section .woc-wrap-sec.top-wrap .first-wrap {
    width: 39.33%;
}
/* .choose-section .woc-wrap-sec.top-wrap .why-choose-center-image {
    width: 38.33%;
    position: relative;
} */
.choose-section .woc-wrap-sec.top-wrap .second-wrap {
    width: 30.33%;
}
.choose-section .woc-wrap-sec.top-wrap ul.choose li {
    margin-bottom: 60px;
}
.choose-section .woc-wrap-sec.top-wrap .second-wrap .title-img-wrap {
    flex-direction: row-reverse;
}
.choose-section .woc-wrap-sec.top-wrap .second-wrap .title-img-wrap h3,
.choose-section .woc-wrap-sec.top-wrap .second-wrap .title-img-wrap .para-choose {
    text-align: right;
}
.choose-section .woc-wrap-sec.top-wrap .second-wrap li.first-line {
    margin-right: 25px;
}
.choose-section .woc-wrap-sec.top-wrap .second-wrap li.sec-line {
    margin-right: -40px;
}
.choose-section .woc-wrap-sec.top-wrap .second-wrap li.sec-line p.left {
    padding-left: 30px;
}
.choose-section .woc-wrap-sec.top-wrap .first-wrap li {
    margin-left: 62px;
}
.choose-section .woc-wrap-sec.top-wrap .first-wrap li.sec-line {
    margin-left: -18px;
}
.choose-section .woc-wrap-sec.top-wrap .first-wrap li.sec-line p.left {
    padding-right: 80px;
}
section#choose .title.center h2 {
    color: #fff;
}
section#choose .last-content p {
    font-family: Axiforma;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    background: linear-gradient(270deg, #FFAA00 0%, #EE7325 92.86%);
    color: transparent;
    background-clip: text;
    margin: 0;
}
section#choose .last-content {
    background: #fff;
    border-radius: 20px;
    max-width: 1004px;
    margin: 0 auto;
    padding: 20px 30px;
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.17);
}
.choose-us-wrap {
    position: relative;
    padding-bottom: 90px;
}
.choose-section .woc-wrap-sec.top-wrap .why-choose-center-image img {
    position: absolute;
    top: auto;
    left: 60px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    max-width: 480px;
}
section#testimonials {
    background-color: #F1F9FF;
    padding: 125px 0 110px;
}
.contact-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 58px;
    gap: 30px;
}
.contact-main div#contact-form {
    max-width: 635px;
    box-shadow: 0px 10px 32px 0px rgba(0, 51, 204, 0.12);
    width: 100%;
    border-radius: 20px;
    paDDING: 50px 40px;
    background: #fff;
}
.contact-main div#contact-form h4 {
    font-family: Inter;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    color: #002056;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  /* Use !important to override the browser's default style */
  transition: background-color 5000s ease-in-out 0s; /* Optional: adds a long transition delay to prevent the autofill color from being visible during the style change */
}
label.label {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #555555;
    position: absolute;
    top: auto;
    bottom: auto;
    margin: 18px 20px;
    pointer-events: none;

}
 label.label span {
    color: red;
}
.contact-main div#contact-form .half-field {
    display: flex;
    gap: 23px;
    justify-content: space-between;
    align-items: flex-start;
}
.contact-main div#contact-form .input-wrap {
    width: 100%;
    margin-bottom: 22px;
    position: relative;
}
input#submit,input#csubmit,form#newsletterForm input.submit-button, input#csubmit{
    width: auto;
    height: auto;
    padding: 18px 50px;
    margin-top: 22px;
}
.newsletter-wrap {
    background-color: #0054AA;
    border-radius: 30px;
    padding: 70px;
}
.newsletter-wrap h2 {
    color: #fff;
}
.newsletter-wrap p {
    font-family: Inter;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    color: #fff;
    text-align: center;
    padding-top: 6px;
}
.newsletter-wrap .ct-form-field-warps {
    position: relative;
}
.newsletter-wrap .ct-form-field-warps input.submit-button {
    position: absolute;
    top: 6px;
    margin: 0px;
    left: auto;
    right: 7px;
    padding: 15px 15px;
    font-size: 18px;
    border-radius: 100px;
}
.newsletter-wrap .ct-form-field-warps input#newsletterEmail {
    background-color: #fff;
    height: 70px;
    border-radius: 60px;
}
.newsletter-wrap .ct-form-field-warps {
    position: relative;
    max-width: 686px;
    margin: 54px auto 0;
}
.newsletter-wrap .ct-form-field-warps label.label {
    top: 8px;
}
section#contact-us {
    padding: 127px 0;
}
section#mission,section#about-us.about-page-sec{
    background-image: url('../images/our-mission-banner-image.webp');
    padding: 130px 0 200px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
section#mission .about-first.border-image {
    margin: 0 0 0 auto;
}
section#mission .left-right-con .wwd-content-left {
    padding-left: 0;
    padding-right: 50px;
}
.testimonials-slider-wrap .testimonials-slider .test-box {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    padding: 40px 30px;
    position: relative;
    width: 100%;
    min-height: 470px;
    display: flex;
    flex-direction: column;
}
.testimonials-slider-wrap .testimonials-slider .test-box .bottom-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;
}
.testimonials-slider-wrap .testimonials-slider .test-box p>a,.breadcrume li a:hover {
    color: #F57F17;
}
.star-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
.star-content .content p {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #000000;
}
.star-content .content p span{
    font-weight: 700;
}
.star-content .star {
    margin: 0 15px 0 10px;
}

.testimonials-slider-wrap .testimonials-slider .test-box:before, .testimonials-slider-wrap .testimonials-slider .test-box:after {
    content: "";
    height: 65px;
    width: 65px;
    position: absolute;
    top: -33px;
    bottom: auto;
    left: auto;
    right: 28px;
    border-radius: 100%;
    background: linear-gradient(270deg, #FE3101 0%, #FEB704 100%);
}
.testimonials-slider-wrap .testimonials-slider .test-box:after {
    background-image: url(../images/sprite-image.webp);
    background-repeat: no-repeat;
    background-position: -215px -49px;
    border-radius: 0;
}
.testimonials-slider-wrap .testimonials-slider .test-box .bottom-content .google {
    margin: 0 0 0 auto;
    width: 55px;
}
.testimonials-slider-wrap .testimonials-slider .test-box .bottom-content  p {
    margin: 0;
}
.testimonials-slider-wrap .testimonials-slider .test-box .bottom-content h4 {
    font-family: Inter;
    font-weight: 600;
    font-size: 21px;
    line-height: 160%;
    color: #002056;
    margin-bottom: 0;
}
.testimonials-slider-wrap .testimonials-slider .test-box .bottom-content .content {
    padding-left: 19px;
}
.testimonials-slider-wrap .testimonials-slider .test-box p>a:hover{
    color:#000;
}
footer#footer .top-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 98px;
    padding-bottom: 67px;
}
footer#footer .top-footer h4 {
    font-family: Axiforma;
    font-weight: 600;
    font-size: 22px;
    line-height: 160%;
    color: #fff;
}
footer#footer {
    background-image: url('../images/footer-image.webp');
    background-repeat: no-repeat;
    background-color: #002056;
    background-position: bottom right;
}
footer#footer .top-footer ul.main-menu li a {
    font-family: Axiforma;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    color: #fff;
}
footer#footer .top-footer ul.main-menu li {
    margin-bottom: 26px;
}
footer#footer .top-footer ul.main-menu {
    padding-top: 5px;
}
footer#footer .bottom-fotter p,
footer#footer .bottom-fotter p a {
    text-align: center;
    color: #fff;
    font-family: Axiforma;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    margin:0;
}
footer#footer .bottom-fotter {
    padding: 40px  0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer#footer .top-footer ul.main-menu li a:hover,
footer#footer .bottom-fotter p a:hover,
footer#footer .top-footer .contact-link ul.contact-detail li a:hover {
   color:#EE7325;
}
footer#footer .top-footer .social-icon h4 {
    margin-top: 45px;
}
footer#footer .top-footer .social-icon ul.social a {
    height: 44px;
    display: block;
    width: 44px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 100%;
    position: relative;
}
footer#footer .top-footer .social-icon ul.social {
    display: flex;
    gap: 23px;
    margin-top: 20px;
}
footer#footer .top-footer .social-icon ul.social a:hover {
    background: linear-gradient(270deg, #FE3101 0%, #FEB704 100%);
}
footer#footer .top-footer .social-icon ul.social a:before {
    content: "";
    height: 45px;
    width: 45px;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0px;
    border-radius: 100%;
    background-image: url(../images/sprite-image.webp);
    background-repeat: no-repeat;
    background-position: -148px -11px;
    border-radius: 0;
}
footer#footer .top-footer .social-icon ul.social li.linkedin a:before {
    background-image: unset;
    background-position: unset;
    content: "\f0e1";
    font-family: FontAwesome;
    color: #fff;
    font-size: 22px;
    top: 11px;
    left: 13px;
}
footer#footer .top-footer .social-icon ul.social li.facebook a:before {
    background-position: -302px -11px;
}
footer#footer .top-footer .contact-link ul.contact-detail li a, footer#footer .top-footer .contact-link ul.contact-detail li p {
    font-family: Axiforma;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
  
}
footer#footer .top-footer .contact-link ul.contact-detail li{
    position: relative;
      padding-left: 63px;
}

footer#footer .top-footer .contact-link ul.contact-detail li:before, footer#footer .top-footer .contact-link ul.contact-detail li:after {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    background-image: url(../images/sprite-image.webp);
    background-repeat: no-repeat;
    background-position: -77px -5px;
    border-radius: 0;
    z-index: 9;
    margin: auto 0;
}
footer#footer .top-footer .contact-link ul.contact-detail li:after {
    border-radius: 100%;
    background: linear-gradient(270deg, #FE3101 0%, #FEB704 100%);
    z-index: 1;
}

footer#footer .top-footer .contact-link ul.contact-detail li.email:before {
    background-position: -7px -5px;
}
footer#footer .top-footer .contact-link ul.contact-detail li.address:before {
    background-position: -145px -58px;
}
footer#footer .top-footer .contact-link ul.contact-detail li.email {
    margin: 49px 0 35px 0;
}
footer#footer .top-footer .contact-link ul.contact-detail {
    padding-top: 10px;
}
footer#footer .top-footer>div {
    width: 25%;
}
footer#footer .top-footer .legal-link {
    padding-left: 50px;
}
footer#footer .top-footer .company-menu {
    padding-left: 68px;
}
/* .owl-item{
    display: none;
}
.owl-item.active {
    display: block;
} */
.testimonials-slider.owl-carousel.owl-loaded.owl-drag .owl-stage {
    padding: 74px 0 20px 0;
}
.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel button.owl-dot {
    height: 8px;
    width: 8px;
    background: rgba(128, 130, 133, 0.5) !important;
    border-radius: 100%;
    margin: 0 9px;
}
.owl-nav {
    display: none;
}
.owl-carousel button.owl-dot.active {
    background: linear-gradient(270deg, #FFAA00 0%, #EE7325 92.86%) !important;
    height: 14px;
    width: 14px;
    position: relative;
}
.owl-carousel button.owl-dot.active:before {
    content: "";
    height: 32px;
    width: 32px;
    border: 2px solid #EE7325;
    /* border-image-source: linear-gradient(270deg, #FFAA00 0%, #EE7325 92.86%); */
    position: absolute;
    top: -9px;
    left: -9px;
    right: 0;
    border-radius: 100%;
    z-index: 9;
}
.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
body,html {
    overflow-x: hidden;
}
select {
  appearance: none;
  /* safari */
  -webkit-appearance: none;
  /* other styles for aesthetics */
 

}
section#home video#myVideo {
    width: 100%;
    object-fit: cover;
    /*height: 1020px;*/
    height: 800px;
    object-position: top center;
}
section#about-us video#myVideo {
    width: -webkit-fill-available;
    object-fit: cover;
    height: 425px;
}
header#header ul.main-menu li.active a {
    color: #EE7325;
}
.inner-page-banner:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -35px;
    right: 0;
    left: 0;
    width: 100%;
    background-image: url('../images/bottom-banner-image.webp');
    height: 170px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(0deg);
    pointer-events: none;
}
a#dropdown {
    height: 84px;
    position: absolute;
    width: 84px;
    box-shadow: 0px 4.49px 44.91px 0px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 22px;
     background-color: #fff;
}
a#dropdown::before {
    content: "";
    position: absolute;
    height: 84px;
    width: 84px;
    background-color: transparent;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    background-image: url(../images/sprite-image.webp);
    background-repeat: no-repeat;
    background-position: -362px -12px;
}
a#dropdown:hover {
background: linear-gradient(270deg, #FE3101 0%, #FEB704 100%);
}
a#dropdown:hover::before {
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}
/* .inner-page-banner{
    
} */
.inner-bnner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mage-error,div#formError {
    font-size: 14px;
    margin-top: 4px;
    color: red;
}
.g-recaptcha.recaptcha-error>div {
    border: 1px solid red !important;
    border-radius: 4px;
}
div#error-msg {
    text-align: center;
    color: red;
    border: 1px solid red;
    padding: 7px 15px;
    margin-top: 22px;
}
div#result {
    border: 1px solid green;
    text-align: center;
    padding: 7px 15px;
    color: green;
    margin-top: 22px;
}
.input-wrap.select:before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 18px;
    left: auto;
    right: 16px;
    bottom: 0;
    background-color: #fff;
    margin: 0;
    background-image: url(../images/sprite-image.webp);
    background-repeat: no-repeat;
    background-position: -318px -75px;
    z-index: 1;
    background-color: transparent;
    pointer-events: none;
}
.breadcrume {
    margin-top: 23px;
}
.inner-page-banner .container {
    top: 48.8%;
}
.contact-detail-us-wrap .contact-box-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    gap: 45px;
    margin-top:40px;
}
.contact-detail-us-wrap .contact-box-wrap .box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
    height: 320px;
    width: 100%;
    border-radius: 16px;
    text-align: center;
    padding: 48px 20px 67px;
}
.contact-detail-us-wrap .contact-box-wrap .box .img-wrap {
    height: 94px;
    width: 94px;
    background: rgba(245, 127, 23, 1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}
.contact-detail-us-wrap .contact-box-wrap .box h4 {
    font-family: Inter;
    font-weight: 600;
    font-size: 26px;
    line-height: 150%;
    text-align: center;
    color: #000;
    margin: 35px 0 8px 0;
}
.contact-detail-us-wrap .contact-box-wrap .box a, .contact-detail-us-wrap .contact-box-wrap .box p {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin: 0;
}
section#contact-detail {
    margin-top: 157px;
}
section#contact-us.contact-innerpage-section {
    padding: 145px 0 344px 0;
    background-image: url('../images/our-mission-banner-image.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
}
footer#footer .top-footer ul.main-menu li.active a {
    color: #EE7325;
}
.contact-detail-us-wrap .contact-box-wrap .box p {
    padding: 0 30px;
}
.value-focus label.label, .input-focus label.label {
    top: -28px;
    background: linear-gradient(270deg,  #58BFE6 0%,  #044FB5 100%);
    color: #fff;
    padding: 3px 6px;
    font-size: 13px;
    border-radius: 3px;
    
}
form select {
    pointer-events: all;
    cursor: pointer;
}
.google-submit.enquiry-button-wrapper {
    position: relative;
}
div#ajaxLoader {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 250px;
}
section#newsletter-section .google-submit.enquiry-button-wrapper {
    position: static;
}
section#newsletter-section div#ajaxLoader {
    left: auto;
    right: -28px;
    bottom: 24px;
}
.newsletter-wrap .value-focus label.label, .newsletter-wrap .input-focus label.label {
    margin: 0 20px;
    top: -8px;
}
div#tankless-water section#about-us {
    background: unset;
    margin-bottom: 10px;
    padding-bottom: 0;
    margin-top: 26px;
}
.tankerwater-section .container {
    max-width: 1330px;
}
div#tankless-water p {
    text-align: justify;
    
}
div#tankless-water  section#about-us  .left-right-con .wwd-content-left p{
padding-left: 9px;
}
.circle-image-wrap {
    height: 100px;
    width: 100px;
    background-color: #EE7325;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 28px;
}
div#tankless-water section#about-us .wwd-main-wrap.left-right-con {
    margin-top: 40px;
}
ul.disc-list li {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    text-align: justify;
    color: #333;
    margin-bottom: 12px;
    padding-left: 43px;
    position: relative;
}
ul.disc-list li:before {
    content: "";
    height: 28px;
    width: 28px;
    position: absolute;
    left: 0px;
    right: 0;
    top: 2px;
    bottom: 0;
    background-image: url('../images/tick-mark.webp');
    background-repeat: no-repeat;
}
ul.disc-list {
    padding: 5px 0 1px 0;
}
.tankerwater-section  .banner-wrap {
    margin-top: -10px;
}
.border-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: lightgray;
}
.gaswater-secton.tankerwater-section .banner-wrap {
    margin-top: 0;
}
section#electric-heater .content-wrap {
    padding-top: 0;
}
section#electricwater-banner .container,section#electric-heater  .container{
    max-width: 1330px;
}
.wwd-main-wrap.left-right-con.electric-water-1 .wwd-content-left {
    padding-left: 0;
    padding-right: 0;
}
.tit-botom-con p {
    text-align: center;
}
.home-banner-section.about-page-banner .banner-wrap {
    width: 100%;
}
section#about-us.about-page-sec {
    margin: 0;
}

section#about-us.about-page-sec {
    margin: 32px 0 0 0;
}
section#about-us.about-page-sec .container {
    max-width: 1330px;
    margin-bottom: -24px;
}
section#about-us.about-page-sec p {
    text-align: justify;
}
section#about-us.about-page-sec  .wwd-content-left {
    padding-left: 55px;
}
form#newsletterForm input.submit-button {
    padding: 18px 17px 14px;
    border-radius: 100px;
    margin: -1px;
    text-transform: uppercase;
}
header#header ul.main-menu li.navigation.active a.button {
    background: linear-gradient(270deg, #58BFE6 0%, #044FB5 100%);
    color: #fff;
}
header#header ul.main-menu li.navigation.active a.button {
    background: linear-gradient(270deg, #58BFE6 0%, #044FB5 100%);
    color: #fff;
}
header#header ul.main-menu li.navigation.active a.button:before {
filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(2616%) hue-rotate(208deg) brightness(97%) contrast(97%);
}
div#formResult {
    border: 1px solid green;
    text-align: center;
    padding: 7px 15px;
    color: green;
    margin-top: 22px;
    background-color: #fff;
}
.border-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.inner-page-banner .banner-wrap  h2 {
    font-family: "Inter", sans-serif;
}
section#contact-banner .breadcrume {
    padding-left: 1px;
}
.contact-detail-us-wrap .contact-box-wrap .box:nth-child(2) .img-wrap {
    background: #0054aa;
}
.contact-left {
    width: 50.9%;
}
.contact-left .map {
    max-width: 620px;
    width: 100%;
    height: 674px;
    border-radius: 20px;
    overflow: hidden;
}
.contact-left .map iframe {
    width: 100% !important;
    height: 100% !important;
}
header#header ul.main-menu li.navigation.only-mobile {
    display: none;
}
.star-content .google {
    width: 85px;
}
section#home:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 1;
    z-index: 1;
    background: linear-gradient(270deg, rgba(0, 46, 93, 0) 0%, #002E5D 82.99%);
    /* max-width: 1400px; */
    margin: 0 auto;
}
section#home .banner-wrap {
    width: 100%;
}
section#privacy-policy.home-banner-section .banner-wrap {
    width: 70%;
}
section#privacy-policy.home-banner-section .breadcrume {
    padding-left: 1px;
}
.testimonials-slider-wrap .testimonials-slider .test-box .person-image {
    height: 60px;
    width: 60px;
    overflow: hidden;
    border-radius: 100%;
}
.testimonials-slider-wrap .testimonials-slider .test-box .top-content p>a {
    display: none;
}
/*
  font-family: 'arialregular';
  font-family: 'Axiforma', sans-serif;
    font-family: "Poppins", sans-serif;
     font-family: "Inter", sans-serif;

  */
  .tit-botom-con {
    margin-bottom: 55px;
}
.innerpages-fb-wrap .title {
    margin-bottom: 23px;
}
   section#electric-heater .content-wrap p {
    text-align: justify;
}
section#serving-section {
    background: #F0F9FF;
    padding: 110px 0;
}
.serving-wrap .serving-box-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 35px;
    padding: 0 50px;
    margin: 44px 0 40px 0;
}
.serving-wrap .serving-box-wrap .box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
    min-height: 336px;
    border-radius: 16px;
    width: 100%;
    padding: 35px 34px;
    background-color: #fff;
}
section#serving-section p {
    text-align: center;
    padding: 0 250px;
    margin: 0;
}
.serving-wrap .serving-box-wrap .box .img-wrap {
    background: #EE7325;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 26px;
}
.serving-wrap .serving-box-wrap .box h4 {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #000;
    margin: 0;
}
section#serving-section .serving-wrap .serving-box-wrap .box p {
    padding: 0;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-top: 8px;
}
.bottom-left-con h5 {
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    line-height: 170%;
    color: #333;
    margin: 0;
}
.bottom-left-con p {
    margin-top: 10px;
    padding-right: 120px;
}
.bottom-left-con {
    margin-top: 55px;
}
section#last-service-sec {
    padding: 110px 0 130px 0;
}
section#newsletter-section.services-pages .title.center {
    padding: 0 125px;
}
.services-pages .call-section-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 54px;
}
.services-pages .call-section-wrap .contact-btn a {
    background: linear-gradient(270deg, #FFAA00 0%, #EE7325 92.86%);
    font-family: Axiforma;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 8px;
    padding: 24px  50px;
}

section#newsletter-section.services-pages .newsletter-wrap {
    padding-bottom: 94px;
}
.services-pages .call-section-wrap .contact-btn a:hover {
    background: linear-gradient(270deg, #58BFE6 0%, #044FB5 100%);
}
.services-pages .call-section-wrap .contact-no {
    padding-left: 92px;
    position: relative;
}
.services-pages .call-section-wrap .contact-no a {
    font-family: Axiforma;
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    color: #fff;
}
.services-pages .call-section-wrap .contact-no:before {
    content: "";
    position: absolute;
    height: 46px;
    width: 46px;
    background-color: #fff;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 30px;
    right: 0;
    background-image: url('../images/big-call-icon.webp');
    background-repeat: no-repeat;
    background-size: 46px;
    background-position: 1px 4px;
}
.services-pages .call-section-wrap .contact-no a:hover{
color:#EE7325;
}
.bottom-left-con h5.topgap {
    padding-top: 20px;
}
.about-pagee-wrap section#serving-section p {
    padding: 0 147px;

}
.about-pagee-wrap section#contact-us.about-page-contact {
    padding: 0;
    background-image: unset;
    margin-bottom: 160px;
}
section#home .banner-wrap.banner-wrap.home-tit h2 {
    font-weight: 400;
}
section#home .banner-wrap.banner-wrap.home-tit h2 span {
    font-weight: 700;
}
section#home .banner-wrap.home-tit p {
    font-size: 24px;
}
.contact-detail-us-wrap .contact-box-wrap .box.get-quote h4 {
    margin-bottom: 32px;
}
.contact-detail-us-wrap .contact-box-wrap .box.get-quote a.qut-btn.sec-button {
    padding-left: 15px;
    padding-right: 15px;
}
.contact-detail-us-wrap .contact-box-wrap .box.get-quote {
    padding-bottom: 15px;
}
   @media (min-width: 1700px) {
 .inner-page-banner:before {
    bottom: -29px;
    transform: rotate(0.7deg);
}
   }
      @media (min-width: 1900px) {
    .inner-page-banner:before {
    bottom: -34px;
    transform: rotate(0.5deg);
    height: 195px;
}
a#dropdown {
    bottom: 30px;
}

      }
      @media (min-width: 2200px) {
.inner-page-banner:before {
    bottom: -37px;
    transform: rotate(1deg);
    height: 216px;
}
      }
  @media (max-width: 1400px) {
.inner-page-banner:before {
    bottom: -25px;
    transform: rotate(0.7deg);
    height: 140px;
}

a#dropdown {
    bottom: 18px;
}
section#last-service-sec .wwd-main-wrap.left-right-con.electric-water-1 {
    gap: 50px;
}
  }
    @media (max-width: 1300px) {
 .inner-page-banner:before {
    bottom: -25px;
    transform: rotate(0.5deg);
    height: 130px;
}
a#dropdown {
    bottom: 12px;
}
    .choose-section .woc-wrap-sec.top-wrap .why-choose-center-image img {
    max-width: 400px;
}
}
  @media (max-width: 1199px) {
 section#home video#myVideo {
    height: 690px;
}
.home-banner-section .banner-wrap.about {
    width: 100% !important;
}
section#about-us video#myVideo {
    height: 325px;
}
.inner-page-banner:before {
    bottom: -29px;
    transform: rotate(-0.4deg);
    height: 120px;
}
section#contact-detail {
    margin-top: 87px;
}
.contact-detail-us-wrap .contact-box-wrap {
    gap: 25px;
    margin-top: 30px;
}
section#contact-us.contact-innerpage-section {
    padding: 85px 0 244px 0;
}
.contact-detail-us-wrap .contact-box-wrap .box a, .contact-detail-us-wrap .contact-box-wrap .box p {
    font-size: 18px;
}  
.breadcrume li a, .breadcrume li {
    font-size: 18px;
}
.contact-detail-us-wrap .contact-box-wrap .box p {
    padding: 0 0px;
}


.tankerwater-section  .banner-wrap {
    margin-top: -10px;
    width: 65%;
}
div#tankless-water section#about-us {
    background: unset;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
}
ul.disc-list li {
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 38px;
}
div#tankless-water section#mission {
    padding-top: 20px;
}
div#tankless-water  section#about-us  .left-right-con .wwd-content-left p {
    padding-left: 0;
}
section#about-us.about-page-sec {
    padding: 90px 0 160px 0;
}
section#about-us.about-page-sec {
    margin:0;
}
section#about-us.about-page-sec .container {
    margin-bottom: 0px;
}
a#dropdown {
    bottom: 2px;
}

.contact-left {
    width: 50%;
}
.banner-wrap h2 {
    font-size: 50px;
}
section#newsletter-section.services-pages .title.center {
    padding: 0 60px;
}
section#last-service-sec {
    padding: 70px 0 60px 0;
}
.bottom-left-con p {
    margin-top: 5px;
    padding-right: 0;
}
.bottom-left-con {
    margin-top: 25px;
}
section#home .banner-wrap.home-tit p {
    width: 70%;
}


}
 @media (max-width: 1023px) {
    .breadcrume li a, .breadcrume li {
    font-size: 16px;
}
  section#about-us video#myVideo {
    height: 245px;
}
section#about-us .border-image {
    height: auto;
}
 .contact-detail-us-wrap .contact-box-wrap .box .img-wrap {
    height: 74px;
    width: 74px;
    padding: 21px;
}
.contact-detail-us-wrap .contact-box-wrap .box h4 {
    font-size: 22px;
    margin: 15px 0 4px 0;
}
.contact-detail-us-wrap .contact-box-wrap .box a, .contact-detail-us-wrap .contact-box-wrap .box p {
    font-size: 16px;
}
.contact-detail-us-wrap .contact-box-wrap {
    gap: 15px;
}
.contact-detail-us-wrap .contact-box-wrap .box {
    padding: 35px 10px 27px;
    min-height: 240px;
    height: auto;
}
section#contact-us.contact-innerpage-section {
    padding: 60px 0 144px 0;
}
section#contact-detail {
    margin-top: 67px;
}
.inner-page-banner:before {
    bottom: -29px;
    transform: rotate(-0.8deg);
    height: 100px;
}
.breadcrume {
    margin-top: 17px;
}
section#home video#myVideo {
    height: 510px;
}
section#newsletter-section div#ajaxLoader {
    right: -25px;
    bottom: 24px;
}
.circle-image-wrap {
    height: 70px;
    width: 70px;
    padding: 18px;
     margin-bottom: 10px;
}
div#tankless-water section#about-us .wwd-main-wrap.left-right-con {
    margin-top: 25px;
}
ul.disc-list li:before {
    height: 17px;
    width: 17px;
    top: 6px;
    background-size: 100% 100%;
}
ul.disc-list li {
    font-size: 14px;
    margin-bottom: 6px;
    padding-left: 28px;
}
section#mission .left-right-con .wwd-content-left {
    padding-right: 30px;
}
section#about-us.about-page-sec {
    padding: 70px 0 110px 0;
    background-position: bottom center;
}
a#dropdown {
    height: 64px;
    width: 64px;
    bottom: -1px;
}
a#dropdown::before {
    height: 64px;
    width: 64px;
    background-position: -252px -6px;
    background-size: 510px;
}
.bottom-left-con h5.topgap {
    padding-top: 10px;
}
section#home .banner-wrap.home-tit p {
    font-size: 20px;
    
}

}
  @media (max-width: 767px) {
.contact-detail-us-wrap .contact-box-wrap {
    gap: 20px;
    flex-wrap: wrap;
}
.inner-page-banner .inner-bnner-img {
    height: 285px;
}
.inner-page-banner:before {
    bottom: -20px;
    transform: rotate(-0.5deg);
    height: 80px;
}
.breadcrume {
    margin-top: 13px;
}
.breadcrume li a, .breadcrume li {
    font-size: 14px;
}
.breadcrume li {
    margin-right: 33px;
}
.breadcrume li a:before {
    right: -20px;
    top: 2px;
}
section#contact-detail {
    margin-top: 45px;
}
.contact-detail-us-wrap .contact-box-wrap {
    margin-top: 20px;
}
.contact-detail-us-wrap .contact-box-wrap .box h4 {
    font-size: 18px;
    margin: 10px 0 3px 0;
}
.contact-detail-us-wrap .contact-box-wrap .box a, .contact-detail-us-wrap .contact-box-wrap .box p {
    font-size: 14px;
}
.contact-detail-us-wrap .contact-box-wrap .box {
    min-height: fit-content;
    height: auto;
}
section#contact-us.contact-innerpage-sectio,
section#about-us.about-page-sec {
    padding: 50px 0 94px 0;
    background-image: url('../images/mobile-mission.webp');
    background-size: 100%;
}
section#about-us.about-page-sec
.input-wrap.select:before {
    right: 15px;
    top: 15px;
}
  section#home .banner-wrap h2, section#home .banner-wrap p {
    text-shadow: -1px 2px BLACK;
}
footer#footer {
    background-image: url('../images/footer-mobile.webp');
}
section#newsletter-section div#ajaxLoader {
    right: -17px;
    bottom: 18px;
    width: 15px;
}
.newsletter-wrap .value-focus label.label, .newsletter-wrap .input-focus label.label {
    margin: 0 17px !important;
    top: -9px !important;
}
div#ajaxLoader {
    position: absolute;
    top: auto;
    bottom: 8px;
    left: 245px;
}
.tankerwater-section  .banner-wrap {
    margin-top: 0;
    width: 100% !important;
}
.tankerwater-section .wwd-img-right.responsive-hide {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
div#tankless-water section#about-us .wwd-main-wrap.left-right-con {
    margin-top: 15px;
    display: block;
}
.circle-image-wrap {
    margin-top: 15px;
}
div#tankless-water .wwd-main-wrap.left-right-con {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 20px;
}
ul.disc-list li {
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 26px;
}
ul.disc-list {
    padding: 2px 0 9px 0;
}
ul.disc-list li:before {
    top: 3px;
}
.tankerwater-section .wwd-img-right.responsive-hide .about-first.border-image {
    margin: 0 auto !important;
}
.responsive-show {
    display: block !important;
}
section#contact-us.contact-innerpage-section {
    background-size: 100%;
    background-position: bottom center;
    background-image: url('../images/mobile-mission.webp');
    background-repeat: no-repeat;
}
a#dropdown {
    bottom: -8px;
}
header#header ul.main-menu li.navigation.only-mobile {
    display: block;
    padding-left: 0px !important;
}
section#home .banner-wrap.home-tit p {
    font-size: 15px;
    padding: 0;
}


}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .contact-detail-us-wrap .contact-box-wrap .box {
    width: 48%;
}
footer#footer .top-footer .social-icon ul.social li.linkedin a:before {
    left: 0px !important;
}
div#ajaxLoader {
    bottom: 8px;
    left: 245px;
}
section#contact-us.contact-innerpage-section {
    background-size: 100%;
}
.inner-page-banner:before {
    bottom: -21px;
    transform: rotate(0deg);
}
a#dropdown {
    bottom: -4px;
}
header .menu-act ul {
    height: 351px;
    overflow-y: scroll;
}
}
  @media (max-width: 480px) {
    /* section#home .home-bnner-img {
        height: 380px !important;
        background: #000;
    } */
     footer#footer .top-footer .social-icon ul.social li.linkedin a:before {
    left: 0px !important;
}
 section#home video#myVideo {
    height: 445px;
    object-position: 80% 100%;
}
.inner-page-banner .inner-bnner-img {
    height: 220px;
}
.inner-page-banner:before {
    bottom: 5px;
    transform: rotate(6deg);
    height: 24px;
}
.inner-bnner-img img {
    object-fit: cover;
    object-position: 60% 100%;
}
.home-bnner-img {
    height: 445px !important;
}

}

@media (max-width: 1023px) {
    .page-container section#newsletter-section form#newsletterForm .ct-form-field-warps input.submit-button {
        padding: 12px 14px 10px;
        margin: 0;
        font-size: 14px;
        top: -1px;
        right: 0;
    }
}

















