@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@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=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


/***** General CSS *****/

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

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

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 Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'oswald-demi-boldItalic';
  src: url(../fonts/oswald-demi-boldItalic.ttf);
  font-weight: 400;
  font-style: normal
}
/***** 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: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 50px 0 30px;
}

h3 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Oswald", sans-serif;
  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;
  margin-bottom: -33px;
  position: relative;
  z-index: 2;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 12px 24px;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
  border: 1px solid #00000069;
  border-left: unset;
  background: #fff;
}

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

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 31px;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 31%;
  right: 0;
  width: 2px;
  height: 19px;
  background-color: #3939394f;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.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: #f9c328;
}

.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: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.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 */




.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;
    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;
}
.carousel-caption {
  position: absolute;
  top: 0;
  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;
  background: rgba(0, 0, 0, 0.1);
}
.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;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}



/*Header Css Start*/

.top-bar-time ul li {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.top-bar-time ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0px;
}

.topSec {
    background: #273246;
    padding: 10px 0px;
}
.top-bar-time ul li a {
    color: #fff;
}

.topSec .row {
    justify-content: space-between;
}

.top-bar-time.right-quote ul {
    justify-content: end;
}

.top-bar-time.right-quote ul li img {
    border-left: 1px solid #fff;
    padding-left: 13px;
}

.top-rt-mail ul li i {
    border: 1px solid #283245;
    background: #283245;
    color: #fff;
    /* padding: 10px 10px; */
    width: 62px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.top-rt-mail ul li p {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 29px;
    color: #000;
}

.top-rt-mail ul li p span a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    color: #00000099;
    font-family: 'Roboto';
}

.top-rt-mail ul li p span {
    display: block;
}

.top-rt-mail ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
    justify-content: end;
}

.top-logo-bar .row {
    justify-content: space-between;
}

.top-logo-bar {
    padding: 13px 0px;
}

.menuSec .row {
    justify-content: space-between;
}

.top-rt-phone ul li p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}

.top-rt-phone ul li p {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
}

.top-rt-phone ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border: 1px solid #fff;
    background: #293244;
    padding: 9px 0px;
    border-right: unset;
}
.top-rt-phone ul li p a {
    font-weight: 700;
    color: #fff !important;
    font-size: 22px;
    padding: unset !important;
}
.top-rt-phone ul li p span {
    display: block;
}

/*Header Css End*/

/*Banner Start*/

.banner-img img {
    width: 100%;
}
.banner_text h1 {
    font-family: 'oswald-demi-boldItalic';
    font-size: 72px;
    line-height: 80px;
    text-transform: capitalize;
}

.banner_text p {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400;
}

.banner-btn-main {
    display: flex;
    align-items: center;
    gap: 30px;
}

.banner-btn-main .top-rt-mail ul li p {
    color: #fff;
}

.banner-btn-main .top-rt-mail ul li p a {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #fff;
}

/*Btns Start*/
.pinBtn {
  width: fit-content;
  height: 50px;
  border-radius: 35px;
  border: 1px solid #f8ca29;
  background-color: rgb(255 255 255);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  text-decoration: none;
  padding: 0px 0px;
}

.pinBtn .IconContainer {
  width: 54px;
  height: 48px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s;
}

.pinBtn .iconImg {
  width: 26px;
  height: 11px;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */ /* white arrow */
}

.pinBtn .text {
  height: 100%;
  width: 139px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  text-transform: uppercase;
  background: #263247;
  border-radius: 0px 0px 0px 0px;
}

.pinBtn:hover .IconContainer {
  width: 190px;
  border-radius: 40px;
  background: #000;
}

.pinBtn:hover .text {
  transform: translateX(20px);
  width: 0;
  font-size: 0;
  border-radius: 50px;
}

.pinBtn:active {
  transform: scale(0.95);
}

/*Btns End*/
/*Banner Ebd*/


/*Section About Us Start*/

.about-main-sec {
    padding: 150px 0px 120px;
}

.img-aboutus img {
    width: 100%;
}

.about-icon ul li {
    font-size: 23px;
}

.about-icon ul li a {
    color: #fff;
    animation: tada 1.5s ease infinite;
}

.about-icon ul {
    height: 100%;
    background: #fec500;
    display: grid;
    align-items: center;
    padding: 66px 0px;
    justify-content: center;
    margin-right: 10px;
}

.about-icon {
    height: 100%;
}

.about-text h2 {
    font-family: 'Oswald';
    font-weight: bold;
    color: #161616;
    margin-bottom: 20px;
    margin-bottom: 10px;
}
.about-text h3 {
    font-size: 26px;
    margin: 0 0 19px;
}
.about-text p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #636363;
}

.about-text {padding-left: 30px;padding-top: 40px;}

.about-icon ul li:hover a {
    color: #000;
}

.Rectangle_3 {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 509px;
  top: 926px;
  width: 977px;
  height: 641px;
  z-index: 7;
}
.about-main-sec .row::before {
    position: absolute;
    content: '';
    background: #fff;
    right: 130px;
    width: 48%;
    height: 118%;
    top: -45px;
    box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.06);
    z-index: -1;
}

.about-main-sec .row {
    position: relative;
    justify-content: center;
}

.about-text .pinBtn {
    border: 1px solid #273246;
}
@keyframes tada {

   0% {transform: scale(1);} 

   10%, 20% {transform: scale(0.9) rotate(-3deg);} 

   30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 

   40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 

   100% {transform: scale(1) rotate(0);} 

}
.about-icon ul li a i {
    animation: tada 1.5s ease infinite;
}
/*Section About us End*/

/*Section Offer Start*/

.main-heading-offer h2 {
    font-family: 'Oswald';
    font-weight: 600;
    margin-bottom: 13px;
    color: #fff;
}

.main-heading-offer p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.text-offer h3 {
    font-family: 'Montserrat';
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 0px;
}

.text-offer h2 {
    font-family: 'Montserrat';
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 13px;
    line-height: 43px;
    position: relative;
    padding-bottom: 7px;
}

.text-offer p {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.offer-main-box {
    background: #fec500;
}

.text-offer {
    padding: 40px 40px 25px;
        margin: 11px;
}

.text-offer h2::before {
    position: absolute;
    content: '';
    background: #fff;
    bottom: 0;
    width: 120px;
    height: 2px;
}

.img-offer img {
    width: 100%;
}
.text-offer h2 a {
    color: #000;
}
.offerslid .slick-active {
    opacity: 1;
}

.offerslid .slick-slide {
    margin: 20px 12px;
}

.offerslid .slick-next:before {
    content: '\f054' !important;
    font-family: 'FontAwesome';
    border: 1px solid #fff;
    padding: 15px 20px;
    color: #fff;
}
.offerslid .slick-prev:before {
    content: '\f053' !important;
    font-family: 'FontAwesome';
    border: 1px solid #fff;
    padding: 15px 20px;
    color: #fff;
}
.offerslid .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}
.offer-main-sec {
    padding: 70px 0px;
    position: relative;
}

.offer-main-sec .row {
    align-items: center;
}

.offer-counter {
    margin-right: 90px;
}

.offer-main-sec::before {
    position: absolute;
    content: '';
    background: #273246;
    width: 100%;
    height: 56%;
    z-index: -1;
    top: 0;
}

.offerslid .slick-next {
    right: 60px;
    top: -40px;
}

.offerslid .slick-prev {
    left: unset;
    right: 42%;
    top: -40px;
}

.counter-wrap::before {
    position: absolute;
    content: '';
    background: #ffffff96;
    width: 160px;
    height: 1px;
    right: 72px;
}

.offerslid .slick-next:hover:before {
    background: #000;
    border-color: #000;
    color: #fff;
}

.offerslid .slick-prev:hover:before {
    background: #000;
    border-color: #000;
    color: #fff;
}

.counter-wrap {
  display: flex;
  align-items: center;
  justify-content: right;
  /* background: #1f2937; */
  padding: 12px 18px;
  border-radius: 6px;
  color: #fff;
  width: 100%;
  font-family: 'Montserrat';
  font-weight: 300;
  gap: 190px;
  position: relative;
}

.counter-left {
  font-size: 24px;
  opacity: 0.9;
  letter-spacing: 9px;
  font-family: 'Montserrat';
  color: #fff;
}

.counter-left .current {
  font-weight: 300;
}

.counter-right .current-big {
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  font-family: 'Montserrat';
  color: #fff;
}
/*Section Offer End*/

/*Section Choose Us Start*/
.img-chooseus img {
    border-radius: 50%;
    border: 36px solid #fff;
    width: 90%;
}

.text-chooseus p {
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 400;
    width: 78%;
    line-height: 29px;
    color: #000;
    padding: 12px 0px;
}
.text-chooseus h3 {
    font-family: 'Oswald';
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
}

.text-chooseus h2 {
    font-family: 'Oswald';
    font-size: 70px;
    font-weight: 600;
    position: relative;
    color: #fff;
}

.choose-us-sec {
    position: relative;
    padding: 100px 0px;
}

.text-chooseus {
    position: relative;
}

.text-chooseus h2::before {
    position: absolute;
    content: '';
    background: #273246;
    width: 150%;
    left: -195px;
    height: 94px;
    z-index: -1;
    top: -8px;
}

.img-chooseus {
    border-radius: 50%;
    position: relative;
}

.img-chooseus::before {
    position: absolute;
    background-size: contain;
    right: -28px;
    top: 0;
}

.choose-us-sec .row {
    align-items: center;
}
.img-chooseus::before {
    position: absolute;
    content: '';
    background: #fec500;
    width: 55%;
    height: 119%;
    border-radius: 0px 350px 360px 0px;
    z-index: -1;
    top: -51px;
    right: 0;
}
.text-chooseus .pinBtn {
    border: 1px solid #283245;
}
/*Section Choose Us End*/


/*Section Contact Start*/

.heading-contactus h2 {
    font-family: 'Oswald';
    font-size: 74px;
    color: #000;
    margin-bottom: 16px;
    text-align: center;
}

.heading-contactus p {
    font-family: 'Montserrat';
    font-size: 15px;
    text-align: center;
}

.heading-contactus {
    margin-bottom: 40px;
}

.contact-field input {
    width: 100%;
    border: 1px solid #0000005c;
    padding: 10px 20px;
    background: #f7f8fa;
}

.contact-field textarea {
    width: 100%;
    border: 1px solid #0000005c;
    padding: 10px 20px;
    background: #f7f8fa;
    height: 200px;
}

.contact-field {
    margin-bottom: 30px;
}

.contact-field textarea::placeholder {
    font-family: 'Roboto';
    font-size: 14px;
}

.contact-field input::placeholder {
    font-family: 'Roboto';
    font-size: 14px;
}

.contact-main-sec .main-for-back {
    padding: 0px 50px;
    background: #fff;
}

.contact-main-sec::before {
    position: absolute;
    content: '';
    background: #263247;
    width: 100%;
    height: 461px;
    bottom: 0;
    z-index: -1;
}

.contact-main-sec {
    position: relative;
    padding: 100px 0px 50px;
}
.contact-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.contact-btn a.pinBtn {
    border-color: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*Section Contact End*/


/*Section Client Start*/



.what-people-main-img img {
    position: relative;
    z-index: 2;
    width: 100%;
}

.what-people-main-img {
    margin-top: 30px;
}

.heading-testi h2 {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}

.heading-testi p {
    font-family: 'Montserrat';
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    align-items: center;
    color: #457554;
    text-transform: uppercase;
    width: 100%;
}

.what-people-say .row {
    align-items: center;
    justify-content: center;
}

.heading-testi {
    margin-bottom: 11px;
    margin-top: 30px;
}

.what-people-say {
    padding: 100px 0px;
    position: relative;
}

.text-people-say {
    position: relative;
    z-index: 999;
}

.text-people-say p {
    width: 78%;
    margin-bottom: 0px;
    font-family: 'Montserrat';
    font-size: 14px;
}

.what-people-say::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 67%;
    height: 275px;
    left: -90px;
    right: 0;
    margin: 0 auto;
    bottom: 147px;
    z-index: 1;
    box-shadow: 0px 2px 40px 3px #0000002e;
    border-radius: 10px;
}

.testimonial-text-slider.slick-initialized.slick-slider.slick-dotted {
    position: relative;
    z-index: 9999;
}
.side-images-people-say img {
    border-radius: 50%;
    width: 74px;
    height: 75px;
    object-fit: cover;
    border: 1px solid #ffc107;
    padding: 9px 9px;
}

img.testi-img1 {position: absolute;left: 91px;top: 41%;animation: downUp 2s ease-in-out infinite;}

img.testi-img2 {
    position: absolute;
    bottom: 15%;
    left: 8%;
    animation: upDown 2s ease-in-out infinite;
}

img.testi-img3 {
    position: absolute;
    right: 15%;
    top: 22%;
    animation: upDown 2s ease-in-out infinite;
}

img.testi-img4 {
    position: absolute;
    right: 7%;
    bottom: 16%;
    animation: downUp 2s ease-in-out infinite;
}

img.testi-img5 {
    position: absolute;
    right: 49%;
    bottom: 50px;
    animation: upDown 2s ease-in-out infinite;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* Move up */
  }
  100% {
    transform: translateY(0); /* Back to original */
  }
}
@keyframes downUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px); /* Move down first */
  }
  100% {
    transform: translateY(0); /* Back to original */
  }
}
ul.slick-dots {
    display: none !important;
}
.heading-fresh-sec h2 {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 62px;
    margin-bottom: 14px;
    color: #000;
}

.heading-fresh-sec p {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
}

.heading-fresh-sec {
    text-align: center;
}
p.for-review {
    width: 74%;
    text-align: end;
}

p.for-review span i {
    color: #ffc107;
}
/*Section Client End*/


/*Section Recent Projects Start*/
.project-img1 a img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.project-img2 img {
    width: 100%;
    height: 265px;
    object-fit: cover;
}
.project-img4 {
    margin-top: 9px;
}

.project-img4 img {
    width: 100%;
    height: 276px;
    object-fit: cover;
}

.project-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.projects-sec {
    padding: 50px 0px 100px;
}


/*Section Recent Project End*/


/* Footer start */
.footer-rights1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.quick_links ul li a {
  color: #626262;
  font-size: 14px;
  margin: 0 0  7px 0;
  text-transform: capitalize;
  display: block;
  font-family: roboto;
  color: #b0b0b0;
}
.quick_links ul li a:hover {
  transition: 0.3s ease-in-out;

  color: #e6b912;
}
.footer-links.footer-links-contact li:hover a{
  color: #e6b912;
  transition: 0.3s ease-in-out;
}
.quick_links ul {
column-count: 2;
margin: 0;
}
footer.wow.fadeIn {
  background: #070f18;
  padding: 80px 0 30px 0;
}
.ftr_logo a{
    display: block;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 600;
    color: white;
    font-family: 'BlenderMedium';
    font-family: "Rajdhani", sans-serif;

}

.footer-txt-heading h5 {
  color: white;
  text-transform: capitalize;
  font-size: 24px;
  font-family: 'Oswald';
  font-weight: 500;
  letter-spacing: 1px;
}
.ftr_logo p {
  color: #ffffffad;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  width: 90%;
}

.footer-txt.ftr_logo a img {
    background: #fff;
    padding: 10px 20px;
    height: 60%;
    width: 57%;
}


.footer-links.footer-links-contact li {
  margin: 20px 0;
  gap: 20px;
  display: flex;
  align-items: center;
}

.footer-links.footer-links-contact li a {
  color: #c1c1c3;
  font-family: 'Roboto';
  font-size: 14px;
}


.footer-links.footer-links-contact li i {
  color: white;
}

.footer-rights {
  padding: 20px 20px;
  background: #090f17;
  border: 1px solid #424242;
}

.footer-rights1 p {
  text-align: center;
  color: #a6a6a6;
  font-size: 13px;
  margin: 0;
  line-height: normal;
  font-family: 'Roboto';
}
.payement_image img {
    width: 100%;
    object-fit: scale-down;
    height: 50px;
}
.footer-quick {
  padding: 0px 70px 109px 110px;
  position: relative;
  z-index: 1;
}

.footer-quick::before{
  position: absolute;
  left: 0;
  top: -80px;
  width: 2px;
  height: 131%;
  content: '';
  z-index: -1;
  background: #3d3d3d;
}
.footer-quick::after{
  position: absolute;
  right: 0;
  top: -80px;
  width: 2px;
  height: 131%;
  content: '';
  z-index: 1;
  background: #3d3d3d;
}
.footer-txt-heading {
  margin-bottom: 32px;
}
.header-socials-links ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-bottom: 0px;
}
      
.header-socials-links ul li a i {
  font-size: 19px;
}
      
.header-socials-links ul li a {
  color: #9c9c9c;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #9c9c9c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0;
  animation: tada 1.5s ease infinite;
}

.header-socials-links ul li a:hover {
  background: #ffac1c;
  border: white;
}
      
.header-socials-links ul li a:hover i {
  color: #fff;
}
.footer-links.footer-links-contact ul li img {
  width: 20px;
  filter: invert(90%) sepia(29%) saturate(7326%) hue-rotate(343deg) brightness(104%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(66%) sepia(66%) saturate(1065%) hue-rotate(344deg) brightness(106%) contrast(102%);
}
.footer-txt.ft-contacts {
  padding-left: 40px;
}


/*Footer End*/


/*inner Banner Start*/


section.main_slider.inner-banner-main .banner-img img {
    height: 510px;
    object-fit: cover;
    object-position: top;
}


/*inner Banner End*/


/* Contact Page Start */



.contact-form form {

    position: relative;

}



.contact-form .form-group {

    position: relative;

}



.contact-form .form-group::after {

content: '';

height: 53px;

width: 10px;

position: absolute;

left: 50px;

top: 5px;

background-size: 10px 50px;

background-image: url(../images/aroow-forward.png);

background-repeat: no-repeat;
}



.contact-form form input.form-control {

height: 60px;

font-size: 12px;

padding-left: 70px;

border: 1px solid #c6c6c6;

line-height: 0;

box-shadow: none;

color: #909091;

font-weight: 400;

background-color: #fff;

margin-top: 20px;

font-family: 'Poppins';

display: flex;

border-radius: 0px;

color: #000;

font-family: 'Montserrat';

font-size: 15px;
}



.contact-form form input.form-control::placeholder {

    color: #909091;

}



.contact-main-sec .them-btn-1:hover {

    background-color: #00006d;

    transition: 0.3s all;

}



.contact-form form textarea.form-control::placeholder {

    color: #909091;

}



.contact-form form textarea.form-control {

font-size: 12px;

border-radius: 0px;

padding-left: 30px;

padding-top: 13px;

border: 1px solid #c6c6c6;

letter-spacing: 0;

box-shadow: none;

border-radius: 0;

resize: none;

background-color: #fff;

margin-top: 20px;

color: #fff;

margin-bottom: 30px;

height: 190px;

/* background-color: #fff; */

color: #000;

font-family: 'Montserrat';

font-size: 15px;
}



.contact-form .email {

    padding: 0;

}



.contact-form h4 {

    font-size: 62px;

    line-height: 70px;

    font-weight: 500;

    text-transform: capitalize;

    color: #fff;

}



.contact-form form textarea.form-control::placeholder {

    color: #909091;

}



.contact-form form .phone:before {

    position: absolute;

    content: '';

    width: 42px;

    height: 50px;

    background: url(../images/fom4.png);

    background-repeat: no-repeat;

    left: 16px;

    z-index: 1;

}



.ftt-list .navgation-f {

    float: left;

    width: 50%;

}



.ftt-lst li {

    margin-bottom: 20px;

}



.f-media ul li a:hover {

    background: #008080;

    border-color: #008080;

}



.footer_logo img {

    width: 30%;

}



.contact-form ::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

    color: #909091;

}



.contact-form ::-moz-placeholder {

    /* Firefox 19+ */

    color: rgba(18, 28, 42, 0.55);

}



.contact-form :-ms-input-placeholder {

    /* IE 10+ */

    color: rgba(18, 28, 42, 0.55);

}



.contact-form :-moz-placeholder {

    /* Firefox 18- */

    color: rgba(18, 28, 42, 0.55);

}



.cicle-icon i {

display: flex;

align-items: center;

justify-content: center;

font-size: 30px;

color: #000;

/* border: 1px solid #008cff; */

height: 70px;

width: 70px;

border-radius: 50px;

background-color: #fccc00;
}



.cicle-icon img {

    margin: 0 auto;

}

.contact-info-one {

width: 100%;

display: inline-block;

padding: 40px 20px;

margin-bottom: 10px;

border: 0;

display: flex;

align-items: center;

justify-content: center;

height: 140px;

margin-bottom: 16px;

/* border: 1px solid #c1c1c1; */

border-radius: 5px;

background-color: #263247;
}



.contact-main-sec h4 {

font-size: 43px;

color: #fff;

line-height: 80px;

margin-bottom: 0;

font-family: 'Montserrat';

font-weight: 500;

color: #000;

font-family: 'Queensila';

font-family: 'Cinzel';

text-transform: uppercase;
}



.contact-side-bar .contact_text h2 {

font-size: 24px;

color: #fff;

font-family: 'Oswald';

line-height: 30px;

text-transform: uppercase;

margin-bottom: 0px;
}

.contact_text {

    padding-top: 0;

}

.contact-form button {

/* padding: 12px 33px; */

/* font-family: 'Poppins'; */

/* font-size: 14px; */

/* font-weight: 400; */

/* color: #fff; */

/* border-radius: 10px; */

/* border: 2px solid #f66e1e; */

/* display: flex; */

/* align-items: center; */

/* gap: 26px; */

/* background-color: #008cff; */

/* animation: 1s shadow-pulse infinite; */

/* border: unset; */

/* border-radius: 100px; */

/* background-color: #143462; */
}

.contact-main-sec .row {

    /* align-items: center; */

}



.contact_text p {

font-size: 16px;

line-height: 25px;

color: #fff;

padding-top: 4px;

font-weight: 400;

letter-spacing: 0;

margin: 0;

font-family: 'Montserrat';
}



.contact_text p a {

font-size: 16px;

color: #fff;

text-decoration: none;

transition: 0.5s ease-in-out;

display: block;

font-family: 'Montserrat';
}



.mailt {

    padding-left: 30px;

}



.contact_text a:hover {

    /* color: #18aae8; */

}



.contact_text p a.email-text {

    font-size: 14px;

    color: #8b8b8b;

}



.contact_text p a.email-text:hover {

    color: #00aae8;

}



.contact-us {

    padding: 6% 0;

}



.contact-head {

    text-align: center;

}



.contact-head h2 {

    font-size: 50px;

    color: #000;

    text-transform: uppercase;

}



.lg-btn {

    width: 100%;

}



.primary-btn {

    /* display: inline-block; */

    padding: 8px 30px;

    color: #fff;

    font-size: 20px;

    font-weight: 300;

    background: #00aa00;

    color: #fff;

    text-align: center;

    transition: all .4s ease;

    border: 2px solid transparent;

    border-radius: 4px;

}



.cp {

    font-size: 17px;

    line-height: 27px;

}



.contact_heading {

    margin-bottom: 30px;

}



.contact_heading h2 {

    font-size: 45px;

    color: #000000;

    font-weight: bolder;

}



.contact-side-bar {

/* background-color: #fff; */

padding: 30px 10px;

position: relative;

padding-top: 0;

margin-top: 28px;
}



.contact-main-sec {

    padding: 80px 0 90px;

    /* background-image: url(../images/contact-banner.png); */

    width: 100%;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

}



section.contact-main-sec.spiral-redline .sec-head {

position: relative;

z-index: 9;

margin-top: 17px;
}



.contact-main-sec .them-btn-1 {

    margin-top: 20px;

    border: none;

    padding: 12px 20px;

    background-color: #ff0000;

    color: white;

    border-radius: 25px;

}



.contact-form .form-group i {

position: absolute;

top: 17px;

left: 10px;

color: #fccc00;

font-size: 20px;
}



.contact-form {

    margin-top: 10px;

}



button.btn10.cont-pg {

    background: #001e3b !important;

}





.contact-form form input.form-control::placeholder {

    color: #909091;

}

.contact-form form textarea.form-control::placeholder {

    color: #909091;

}

.contact-main-sec h2 {

font-size: 50px;

line-height: 50px;

color: #fff;

margin-bottom: 0;

/* font-weight: 700; */

color: #0f0f0f;

font-family: 'Oswald';

text-transform: uppercase;
}
section.contact-main-sec-pg.spiral-redline {
    padding: 100px 0px;
}

.sec-head h2 {
    font-size: 50px;
    margin-bottom: 10px;
}

.contact-side-bar h4 {
    font-size: 50px;
    margin-bottom: 30px;
}
.detailss.form-group::after {
    display: none;
}
section.main-gallery-sec {
    padding-top: 50px;
}
.cicle-icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #000;
    /* border: 1px solid #008cff; */
    height: 70px;
    width: 70px;
    border-radius: 50px;
    background-color: #fccc00;
}
/* Contact Page End */


/*Location page Start*/
.locations-section{
    padding: 100px 0px;
    text-align:center;
}

.locations-section h2{
    font-size: 72px;
    margin-bottom: 60px;
    font-weight:700;
    font-family: 'oswald-demi-boldItalic';
    color: #000;
}

.location-tabs{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:25px;
}

.location-tabs button{
    border: unset;
    background:#fff;
    padding: 10px 13px;
    cursor:pointer;
    font-size: 22px;
    transition:.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000000b0;
}

.location-tabs button:hover,
.location-tabs button.active{
    background:#f6c000;
    color: #000;
}

#map{
    width:100%;
    /* max-width:1100px; */
    height: 590px;
    margin:0 auto;
    border: 7px solid #fff;
    box-shadow: 0.827px 2.884px 15.48px 2.52px rgba(0, 0, 0, 0.15);
}

#map iframe{
    width:100%;
    height:100%;
    border:0;
    border: 4px solid #f6c000;
}
.location-tabs button span {
    border: 1px solid #fccc00;
    padding: 10px 10px;
    font-size: 25px;
}

.location-tabs button.active span {
    background: #000;
    color: #fff;
}

.location-tabs button span i {
    color: #fccc00;
}

.location-tabs button:hover span {
    background: #000;
    color: #fff;
}
section.main-service-pg-back .offer-main-sec::before {
    display: none;
}

section.main-service-pg-back .offer-main-sec {
    padding: 100px 0px;
}
/*Location Page End*/


/*Service Detail Page Start*/

.txt-service-detail h2 {
    font-size: 46px;
    margin-bottom: 12px;
    color: #000;
}

.txt-service-detail {
    margin-top: 10px;
}

.service-detail-list ul li {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    width: 220px;
    position: relative;
}

.service-detail-list ul {
    display: flex;
    align-items: center;
}

.service-detail-list ul li::before {
    position: absolute;
    content: '';
    background: #ffab18;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: -13px;
    top: 10px;
}

.service-detail-list h3 {
    color: #fccc00;
    font-family: 'Montserrat';
    font-weight: 500;
}

.txt-service-detail p {
    font-family: 'Montserrat';
    font-size: 14px;
}

.service-detail-main-sec {
    padding: 90px 0px;
}


/*Service Detail Page End*/


/*Request A Quote Page Start*/
.order-form .input-group {

    position: relative;

}



.order-form .input-group>.form-control,

.order-form .input-group>.form-select {

    position: relative;

    flex: 1 1 auto;

    width: 1%;

    min-width: 0;

    border-color: #bdbdbd;

    color: #909091;

    font-family: 'Montserrat';

    border-radius: 5px;

    font-weight: 500;

    padding: 17px;

    margin-bottom: 0;

}





.input-group-text.plane {

    align-items: start;

}
.section-heading {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

}



.section-heading h2 {

padding: 0 0 0px 0;

margin-bottom: 17px;
}

section.work-together.bg-effect .text-area {
    width: 100%;
    height: 200px;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-color: #bdbdbd;
    color: #909091;
    font-family: 'Montserrat';
    border-radius: 5px;
    font-weight: 500;
    padding: 17px;
    margin-bottom: 0;
    height: 150px;
}
section.work-together.bg-effect {
    padding: 100px 0px;
}
.section-heading p {
    font-family: 'Montserrat';
    font-size: 15px;
    margin-bottom: 30px;
}
.appointment-submit-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
/*Request A Quote Page End*/

.abt-btm-txt p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #636363;
}

.abt-btm-txt {
    margin-top: 38px;
}
.projects-sec .heading-fresh-sec {
    margin-bottom: 30px;
}
.project-img {
    margin-bottom: 20px;
}
ul.pagination {
    justify-content: center;
    margin-top: 30px;
}

.transformation_image{
  margin-bottom: 30px;
}

.transformation_image img{
  width: 100%;
  aspect-ratio: 1 / 0.7;
  object-fit: fill;
  border-radius: 30px;
  overflow: hidden;
}
.before-after-sec {
    padding: 100px 0px;
}

.before-after-sec .heading-fresh-sec.wow.fadeInDown {
    margin-bottom: 30px;
}
.about-text p a {
    text-decoration: underline;
    color: #000;
}
.img-service-detail img {
    width: 100%;
    height: 720px;
    object-fit: contain;
}