@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Sofia Pro', sans-serif;
  color: #393939;
  overflow-x: hidden;
  font-family: 'Sofia Pro';
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  font-family: 'Sofia Pro';
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
  font-family: 'Sofia Pro';
}


/***** Font Files *****/

@font-face {
  font-family: 'Helserif';
  src: url(../fonts/big_noodle_titling.ttf);
}

@font-face {
    font-family: 'Helserif';
    src: url('../fonts/Helserif-Medium.eot');
    src: local('../fonts/Helserif Medium'), local('../fonts/Helserif-Medium'),
        url('../fonts/Helserif-Medium.woff2') format('woff2'),
        url('../fonts/Helserif-Medium.woff') format('woff'),
        url('../fonts/Helserif-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaProLight.woff2') format('woff2'),
        url('../fonts/SofiaProLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Helserif';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Helserif';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Helserif';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Helserif';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Helserif';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Helserif';
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
    background-color: #fff;
    height: 67px;
    position: absolute;
    right: 0;
    width: 100%;
    top: 44px;
}
.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 10px 30px 10px 0px;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}
.top ul li span {
    display: block;
}
.top ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 30px;
}
.top ul li i {
    color: #f00;
    font-size: 20px;
}
ul.text-end {
    justify-content: end;
    margin-bottom: 0;
}
.top ul li a {
    color: #fff;
    font-size: 18px;
}
.top ul {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.top {
    background-color: #191938;
    z-index: 1;
    width: 100%;
    padding: 10px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: flex;
    text-decoration: none;
    color: #191938;
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 400;
    align-items: center;
}

.menuSec ul li a i{
  padding-left: 8px;
}
header {
    position: absolute;
    width: 100%;
    z-index: 999;
}
.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}
.top .row {
    justify-content: end;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #f00;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  /* border: none; */
  padding: 13px 20px !important;
  color: #191938 !important;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  border-bottom: 1px solid;
  font-weight: 600;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */
section.main_slider.inn .banner_text {
    top: 50%;
}
.banner-slider .slick-slide {
    margin: 0;
}
.carousel-indicators {
    width: 10%;
    left: 90px;
    margin: 0;
    z-index: 9999;
    bottom: 20px;
}
button.carousel-control-prev {
    position: inherit;
}

button.carousel-control-next {
    position: inherit;
}

.banner-sldr-arrow {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #191938;
    z-index: 99;
    width: 23%;
    height: 10%;
}
.banner_text h6 {
    color: #f40000;
    font-size: 25px;
    font-weight: 400;
}

.banner_text h1 {
    font-size: 60px;
    color: #191938;
    line-height: 64px;
    font-family: 'Helserif';
}
img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    /* box-sizing: content-box; */
    color: #fff;
    font-size: 20px;
    /* flex: 0 1 auto; */
    /* width: 10px; */
    /* height: 12px; */
    /* padding: 0; */
    /* margin: 3px!important; */
    /* text-indent: -999px; */
    /* cursor: pointer; */
    /* background-color: #fff; */
    /* background-clip: padding-box; */
    /* border: 0; */
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    /* border-radius: 20px; */
}
.banner_text {
    position: absolute;
    top: 40%;
    width: 34%;
}
span.start_number {
    color: #f40000;
}
section.main_slider {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.banner_text a.btn-1 img {
    height: auto;
    width: auto;
}
section.main_slider .row {
    align-items: center;
}

.banner-slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
}

.carousel-caption {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
a.btn-1 {
    padding: 0px 0px 0px 10px;
    background-color: #ff0000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.menuSec ul li a.btn-1{
  padding: 0px 0px 0px 10px;
    background-color: #ff0000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.nike-zoom-silder-number {
    display: flex;
    align-items: center;
    /* margin-top: 40px; */
    position: absolute;
    bottom: 3%;
    left: 0;
    width: 35.2%;
    background-color: #191938;
    padding: 10px 53px;
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}
span.next_caro.slick-arrow {
    margin-right: 0px;
}
.slide_counter {
    position: relative;
}
.slide_counter h2 {
    font-size: 45px;
    margin-bottom: 0;
    color: #fff;
}
/*banner css end*/

/*about start*/
section.about {
    padding: 100px 0px;
    position: relative;
}
.abt-txt h2 {
    font-size: 102px;
    color: #191938;
    line-height: 100px;
}
.abt-txt h4 {
    font-size: 32px;
    color: #fff;
    padding: 20px 0px;
    margin-bottom: 20px;
    margin-left: 20px;
}
section.about:before {
    position: absolute;
    right: 0;
    width: 50%;
    background-color: #191938;
    content: '';
    height: 80px;
    top: 248px;
    z-index: -1;
}
.abt-txt p {
    font-size: 15px;
    color: #3e3e3e;
}
.abt-txt ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #00000038;
    padding: 13px;
}
section.about a {
    margin-left: 48px;
}

.abt-txt ul {
    display: flex;
    gap: 75px;
}
.abt-txt ul li h6{
  font-size: 25px;
  color: #191938;
  margin-bottom: 0px;
}
.abt-txt ul li h6 span{
  font-size: 12px;
  display: block;
  color: #8c8c8c;
  font-family: 'Roboto', sans-serif;
}
section.about h3 {
    position: absolute;
    top: 75px;
    left: 41%;
    writing-mode: tb-rl;
    transform: rotate(-23deg);
    font-size: 28px;
    letter-spacing: 15px;
    color: #ffe600;
}

section.about .row {
    align-items: center;
}
section.about.inn:before {
    position: absolute;
    right: 0;
    width: 51%;
    background-color: #191938;
    content: '';
    height: 93px;
    top: 220px;
    z-index: -1;
}
.abt-txt-2 {
    margin-top: 30px;
}
.abt-txt {
    margin-left: 15px;
}
/*about end*/
/*Our Happy Clients Start*/

.our-happay-clients-heading h2 {
    font-size: 102px;
    font-weight: 500;
    color: #191938;
}

.our-happay-clients-heading {
  text-align: center;
  margin-bottom: 50px;
}
.our-happay-clients-row .row {
  align-items: center;
}
.our-happay-clients-text ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
.our-happay-clients-text ul li h2 {
  font-size: 32px;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 26px;
}
.our-happay-clients-sec {
  padding: 100px 0 150px;
}
.our-happay-clients-heading p {
  font-size: 15px;
  width: 60%;
  margin: 0 auto;
  line-height: 25px;
}
.featured-products-sec {
  padding: 0 0 20px;
}
.our-happay-clients-img img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 15px;
}
.our-happay-clients-text ul li h3 {
  font-size: 17px;
  font-family: "Montserrat", Sans-Serif;
  color: #8d8d8d;
  margin-bottom: 0;
}

.our-happay-clients-text p {
  font-size: 17px;
  line-height: 30px;
  color: #8a8a8a;
  margin-bottom: 18px;
  padding: 20px 0px 0px 0px;
}
.our-happay-clients-img-text {
    background: #191938;
    text-align: center;
    position: absolute;
    width: 98%;
    transform: rotate(270deg);
    left: 180px;
    bottom: 257px;
    padding: 20px;
}
.our-happay-clients-img {
  position: relative;
}

.our-happay-clients-img-text h2 {
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 0;
  letter-spacing: 22px;
  color: #fff;
  font-family: 'Montserrat';
}

.our-happay-clients-text span {
  font-size: 18px;
  color: #f39f1e;
}
.our-happay-clients-text {
  border: 2px solid #dcdcdc;
  border-left: none;
  padding: 40px 40px 40px 40px;
  position: relative;
}
.our-happay-clients-text:before {
  content: "";
  position: absolute;
  background-image: url(../images/our-happay-clients-icon.png);
  width: 51px;
  height: 54px;
  top: -1px;
  right: 60px;
  background-size: cover;
}
.our-happay-clients-sec .slick-slide {
  margin: 0px 0px;
}
.our-happay-clients-number-one ul {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
.our-happay-clients-number-two {
    position: relative;
    top: -54px;
}
.our-happay-clients-number-one span {
    font-size: 58px;
    color: #f40000;
    font-family: 'Montserrat';
    position: relative;
    top: 10px;
}
.our-happay-clients-number-two span {
    color: #cdcdcd;
    font-size: 23px;
    font-family: 'Montserrat';
}
.our-happay-clients-number-two::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 130px;
    background-color: #000;
    left: 89px;
    top: 13px;
}
.quote-img img {
    height: 38px;
    width: 40px;
    position: absolute;
    top: -1px;
    right: 30px;
    object-fit: cover;
}
.our-happay-clients-row {
    margin-top: 40px;
}
/*Our Happy Clients End*/
/*contact start*/

form {
    position: absolute;
    top: 219px;
}
section.contact button.btn-1 {
    margin-left: 10px;
}
form input {
    width: 84%;
    margin-bottom: 20px;
    clip-path: polygon(0 0, 86% 0%, 89% 100%, 0% 100%);
    border-color: #cdcdcd;
    padding: 10px 10px;
    outline: none;
    border: 1px solid #00000038;
}
section.contact {
    padding: 0;
    position: relative;
    background: #f7f7f7;
}
img.con {
    position: relative;
    z-index: 1;
    float: right;
    object-fit: contain;
    width: 57%;
    left: -109px;
}
button.btn-1 {
    width: 151px;
    height: 52px;
    border: none;
    background-color: #ff0000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 0 0 10px;
}
section.contact h2 {
    position: absolute;
    top: 118px;
    font-size: 82px;
    color: #fff;
}
.cont-img img {
    width: 52%;
    height: 725px;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 44% 100%);
    position: absolute;
    right: 0;
    top: 0;
}
form textarea {
    width: 72%;
    resize: none;
    height: 130px;
    padding: 10px 10px;
    margin: 0 0 30px;
    border: 1px solid #00000038;
}
section.contact:before {
    position: absolute;
    background-color: #f40000;
    content: '';
    width: 36.9%;
    top: 93px;
    height: 102px;
}
/*contact end*/
/*emergency start*/
section.emergency {
    padding: 0px 0px 165px 0px;
    position: relative;
}
.emergency-txt ul {
    display: flex;
    align-items: center;
    gap: 6px;
}
.emergency-txt ul li p span {
    display: block;
    font-size: 21px;
    color: #191938;
    font-weight: 700;
}
.emergency-txt ul li p {
    font-size: 17px;
    color: #000;
    margin: 0;
}
.eme-txt p {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    text-align: end;
    padding-left: 97px;
}
.ser-slid-img h5 {
    font-size: 30px;
    text-align: center;
    color: #191938;
    padding-top: 20px;
}
.eme-txt h3 {
    font-size: 50px;
    color: #fff;
}
.eme-txt {
    text-align: end;
    padding: 63px 40px 63px 61px;
    position: absolute;
    width: 50%;
    background-color: #191938;
    content: '';
    right: 192px;
    top: 0px;
    height: 478px;
    clip-path: polygon(23% 0, 100% 1%, 100% 100%, 0% 100%);
}
.eme-img {
    position: relative;
    top: 70px;
    z-index: -1;
}
.emergency-txt:after {
    position: absolute;
    background-image: url(../images/line.png);
    width: 50%;
    height: 438px;
    content: '';
    left: 431px;
    top: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
section.emergency:before {
    position: absolute;
    width: 51%;
    background-color: #f6f7fb;
    content: '';
    height: 86px;
    z-index: -1;
    top: -7px;
}
.emergency-txt {
    position: relative;
}
/*footer start*/
.footer-top h4 {
    font-size: 70px;
    color: #fff;
    line-height: 100px;
    text-align: center;
}
a.btn-1:hover {
    background-color: #191938;
    color: #fff;
    border: 1px solid #f11e1d;
}
section.contact button.btn-1:hover {
  background-color: #191938;
    color: #fff;
}
.menuSec ul li a.btn-1:hover{
   background-color: #191938;
    color: #fff;
}
footer {
    padding: 80px 0px 0px 0px;
    background-color: #191938;
    position: relative;
}
.footer-top button:hover{
  background-color: #f40000;
    color: #fff;
}
.footer-top input {
    width: 59%;
    background-color: #19192f;
    padding: 10px 14px;
    border: 1px solid #ffffff78;
    color: #fff;
}
.footer-top button {
    padding: 10px 15px;
    font-size: 15px;
    font-family: 'Montserrat';
}
.footer-top .row {
    align-items: center;
}

.info h6 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px;
}

.info ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info ul li p {
    font-size: 15px;
    color: #ffffffb3;
    margin: 0;
}

.info ul li i {
    font-size: 25px;
    color: #fff;
}

.info ul li a {
    font-size: 15px;
    color: #ffffffbd;
}

.info ul li a span {
    display: block;
}
.footer-top input::placeholder {
    color: #fff;
}
.footer-center {
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid;
    padding: 40px 0px;
    border-top: 1px solid;
}
.info.num h6 {
    font-size: 40px;
    color: #f40000;
    line-height: 30px;
}
.info:after {
    position: absolute;
    width: 1px;
    content: '';
    height: 261px;
    right: 0;
    top: -88px;
    background-color: #ffffff30;
}
.info {
    padding-right: 30px;
    position: relative;
}
.info.num a {
    padding: 10px 35px;
    font-family: 'Roboto';
    font-size: 15px;
    color: #ffffff8c;
    border: 1px solid;
    display: inline-block;
}
.footer-bottom ul li i {
    font-size: 20px;
    color: #a3a3af;
    border: 1px solid;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-bottom ul li {
    padding: 0px 3px;
}
.footer-bottom ul {
    display: flex;
    margin-bottom: 0px;
}
.footer-bottom p {
    font-size: 14px;
    color: #ffffff7a;
    text-align: center;
}
.get-in h2 {
    writing-mode: tb-rl;
    transform: rotate(180deg);
    font-size: 52px;
    color: #fff;
    letter-spacing: 8px;
    padding: 50px;
    height: 104%;
}
.get-in{
    position: absolute;
    right: 0px;
    background-color: #f40000;
    padding: 50px;
    width: 12%;
    margin: 0;
    bottom: 0;
    height: 110%;
}
.footer-bottom{
  padding-bottom: 15px;
}
/*iner bannar start*/
section.main_slider.inn .carousel-caption {
    position: absolute;
    top: 100px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.banner_text.wow.fadeInLeft h1 span {
    display: block;
}
section.main_slider.inn img.img-fluid {
    width: 100%;
    float: right;
    height: 650px;
    object-fit: cover;
}
/*get start*/
.get-txt h4 {
    font-size: 80px;
    line-height: 80px;
    color: #000;
}
section.get {
    padding: 100px 0px;
}
section.get button {
    width: 190px;
    height: 52px;
    border: none;
    background-color: #ff0000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: auto;
    padding: 0 0 0 10px;
}
.get-txt {
    text-align: center;
}
.get-txt p {
    margin: 0 auto;
    width: 60%;
    margin-bottom: 40px;
    line-height: 28px;
}
section.get form input {
    width: 100%;
    border: 1px solid #00000073;
    padding: 12px 15px;
    margin-bottom: 30px;
    border-radius: 0px;
    outline: none;
    clip-path: none;
}
section.get form{
  position: unset;
}
section.get textarea{
  width: 100%;
  border: 1px solid #0000005e;
  padding: 10px 15px;
  margin-bottom: 30px;
  border-radius: 0px;
  outline: none;
  height: 150px;
  resize: none;
}
.parents img {
    position: absolute;
    right: 15px;
    bottom: 47px;
}
.parents {
    position: relative;
}
.parents i{
    position: absolute;
    right: 15px;
    bottom: 47px;
}
.parents.tex i {
    top: 19px;
}
/*GET END*/
/*CONTACT START*/
.contact_page {
  padding: 100px 0;
}

.contact_form input {
  height: 52px;
  width: 100%;
  border: 2px solid #e4e4e4;
  margin-bottom: 25px;
  border-radius: 5px;
  padding: 0 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.contact_form textarea {
  width: 100%;
  height: 167px;
  margin-bottom: 30px;
  width: 100%;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  padding: 15px 15px;
  resize: none;
}

.section_head {
  margin-bottom: 40px;
}

.section_head p {
    color: #636363;
    width: 70%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
}

.section_head h3 {
  color: #191938;
  font-size: 75px;
  margin-bottom: 20px;
  line-height: 75px;
}

.br_gradient {
  padding: 2px;
  border-radius: 12px;
}

.contact_detail_box p span {
  display: block;
}
.contact_page h4 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 35px;
}
}
.contact_detail_box figure img {
  margin: auto;
  height: 53px;
  width: 55px;
  object-fit: cover;
}

.contact_detail_box h2 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  margin: 30px 0 10px 0;
}
.contact_detail_box.box-2 {
    padding: 52px 30px;
}

.contact_detail_box p {
  font-size: 15px;
  line-height: 25px;
  color: #333333;
  margin: 0;
  font-weight: 600;
  margin-bottom: 0;
}

.contact_detail_box {
    padding: 40px 30px;
    border: 1px solid #00000059;
    height: 220px;
}

.contact_form {
  padding-bottom: 7%;
}

.contact_form label {
  font-size: 15px;
  color: #5d5d5d;
  margin-bottom: 7px;
  font-weight: 600;
}

.btn_wrap button {
    height: 52px;
    border: none;
    background-color: #ff0000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: auto;
    padding: 0 0 0 10px;
}
/*CONTACT END*/
/*air-con start*/
section.air-con {
    padding-bottom: 100px;
}
section.air-con-rep {
    padding-bottom: 100px;
}
section.air-con-rep h5 {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 40px;
    color: #191938;
}
section.air-con-rep ul li {
    list-style-type: disc;
    font-size: 20px;
    padding: 8px 0px;
    font-weight: 700;
    color: #000;
}
/*air-con end*/
/*SERVICE START*/
section.inn-service {
    padding: 70px 0px;
}
section.inn-bann {
    position: relative;
}
.inn-ser-img img {
    height: 440px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.inn-ser-txt h4 {
    font-size: 60px;
    color: #191938;
    margin-bottom: 30px;
    line-height: 60px;
}

.inn-ser-txt {
    margin-top: 50px;
    padding: 20px 0px 0px 0px;
}
.inn-ser-txt p {
    font-size: 15px;
    line-height: 28px;
    color: #000;
}
.inn-ser-img {
    margin-top: 50px;
}
section.inn-service .row{
  align-items: center;
}
ul.pagination.pagination-sm {
    margin-top: 112px;
    text-align: center;
    justify-content: center;
}
ul.pagination.pagination-sm li {
    padding: 0px 5px;
}
section.inn-service .page-link {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #86cbe5;
    /* transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
    width: 59px;
    height: 56px;
    padding: unset;
    clip-path: polygon(25% 0, 100% 0, 75% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
section.inn-service .page-link:hover {
    background-color: #f40000;
}
section.air-con-rep h6 {
    font-size: 23px;
    margin-bottom: 13px;
    line-height: 26px;
}
.inn-ser-txt ul li {
    list-style-type: disc;
    padding: 5px 0px;
}
.head-sldr-vav .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/arrow-2.png);
    width: 75px;
    height: 68px;
    background-size: cover;
    display: none;
}
.head-sldr-vav .slick-next {
    top: -200px;
}

.head-sldr-vav .slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/arrow-1.png);
    width: 75px;
    height: 68px;
    background-size: cover;
}
/*SERVICE END*/
/*gallary start*/
/*photo start*/
.photo-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.photo-img-1 img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.photo-img-1 {
    padding: 20px 0px;
}
.photo-img{
    padding: 20px 0px;
}
section.photos {
    padding: 80px 0px;
}
section.photos .page-link {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #86cbe5;
    /* transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
    width: 59px;
    height: 56px;
    padding: unset;
    clip-path: polygon(25% 0, 100% 0, 75% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
section.photos .page-link:hover {
    background-color: #f40000;
}
.photo-img-1 img {
    height: 400px;
    width: 100%;
    margin-top: -56px;
}
/*photo end*/
/*work start*/
section.work {
    padding: 70px 0px;
    background-color: #191938;
    margin-bottom: 130px;
}
.work-txt h3 {
    text-align: center;
    font-size: 102px;
    line-height: 100px;
     color: #fff;
}
.work-txt h5 {
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}
.work-img {
    margin-top: 40px;
    text-align: center;
}
.work-txt-2 {
    padding: 20px 0px;
    text-align: center;
}
.work-txt-2 h6 {
    font-size: 30px;
     color: #fff;
}
.work-txt-2 p {
    font-size: 13px;
    color: #fff;
}
section.work {
    padding: 70px 0px;
    background-color: #191938;
}
section.our-mission {
    padding-bottom: 100px;
}
section.our-mission h3 {
    font-size: 100px;
    text-align: center;
    line-height: 100px;
    color: #191938;
}
/*service start*/
.ser-txt h3 {
    font-size: 48px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    color: #fff;
}
section.service {
    padding: 70px 0px 80px 0px;
    position: relative;
    background-color: #191938;
    margin-bottom: 130px;
}
.ser-txt {
    padding-bottom: 40px;
    margin-top: 80px;
}
.ser-txt-2 h6 {
    font-size: 54px;
    line-height: 53px;
    color: #fff;
    position: relative;
    z-index: 1;
   font-weight: 600;
}
.ser-txt-2 h6 span{
  display: block;
}
.ser-txt-2 {
    padding-top: 40px;
    margin-left: 52px;
}
.ser-img img {
    height: 461px;
    width: 100%;
    object-fit: cover;
}
.head-sldr-vav {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
}
.ser-txt-2 p {
    width: 72%;
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 29px;
}
section.service::before {
    position: absolute;
    background-color: #f40000;
    content: '';
    width: 42%;
    height: 97px;
    top: 127px;
    z-index: 1;
}
.ser-head {
    position: absolute;
    top: 60px;
    left: 60px;
    height: 100%;
    width: 20%;
}
.ser-head h2 {
    writing-mode: tb-rl;
    transform: rotate(181deg);
    font-size: 105px;
    letter-spacing: 5px;
    color: #ffffff2e;
}
.head-sldr-vav .slick-slide {
    margin: 0;
}
.ser-slider {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 53%;
    padding: 20px;
    padding-right: 130px;
}
.slick-active{
  opacity: 1;
}
.ser-slid-img h5 {
    font-size: 30px;
    text-align: center;
    color: #191938;
    padding-top: 20px;
}
.ser-slid-img img {
    height: 180px;
    object-fit: contain;
}
.nike-zoom-silder-number1.wow.fadeInDown {
    position: absolute;
    right: 46px;
    bottom: 110px;
}
.nike-zoom-silder-number1 .slide_counter h2 {
    font-size: 45px;
    margin-bottom: 0;
    color: #fff;
    display: none;
}
.nike-zoom-silder-number1 span.next.slick-arrow img {
    position: relative;
    top: -70px;
    left: 59px;
}
/*offer start*/
section.offer {
    padding: 70px 0px;
}
section.guarantee {
    padding-bottom: 70px;
}

.offer-txt h3 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 35px;
    color: #191938;
}
section.guarantee h2 {
    text-align: center;
    font-size: 70px;
        color: #191938;
    line-height: 58px;
}
section.guarantee h5 span {
    display: block;
    line-height: 32px;
}
section.guarantee h5 {
    text-align: end;
    font-size: 30px;
    font-weight: 700;
}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){

.top ul li a {
    font-size: 12px;
}
.banner_text h1 {
    font-size: 48px;
    line-height: 48px;
}
.abt-txt h4 {
    font-size: 27px;
}
section.about:before {
    height: 80px;
    top: 227px;
}
section.about h3 {
    top: 90px;
    left: 40%;
    font-size: 21px;
}
.ser-txt h3 {
    font-size: 40px;
}
.ser-slid-img h5 {
    font-size: 22px;
     padding-top:0px; 
}
.eme-txt h3 {
    font-size: 30px;
}
.emergency-txt:after {
    left: 334px;
}
.our-happay-clients-sec {
    padding: 130px 0 183px;
}
.our-happay-clients-img-text h2 {
    font-size: 20px;
}
section.contact h2 {
    font-size: 56px;
}
.cont-img img {
    height: 492px;
}
.our-happay-clients-heading h2 {
    font-size: 78px;
}
.info.num h6 {
    font-size: 32px;
}
.get-in h2 {
     padding: 0px; 
}
.work-txt-2 h6 {
    font-size: 24px;
}
.footer-top h4{
  font-size: 60px;
}
.info h6{
  font-size: 35px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px){}

@media only screen and (min-width: 768px) and (max-width: 991px){}

@media only screen and (min-width: 520px) and (max-width: 767px){}

@media only screen and (min-width: 300px) and (max-width: 519px){

    
}
