@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');

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

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

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-family: 'Montserrat';
  font-size: 14px;
  color: #000;
}


/***** 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: 'headlines';
  src: url(../fonts/headlines.ttf);
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'headlinesbold';
  src: url(../fonts/headlinesbold.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: 15px;
  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 #002e48;
  text-transform: uppercase;
  font-family: 'Montserrat';
  background: #002e48;
}

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

.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: 'headlines';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

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

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

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

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

h6 {
  font-family: 'headlines';
  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: 17px 21px;
  background: #010e15;
  margin: 25px;
  border-radius: 80px;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.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: #fff;
    padding: 10px 23px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec ul li a:after {
  /* content: ''; */
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}

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

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

.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;}


.menuSec .row {
    align-items: center;
}

.header-btn {
    text-align: end;
}

.header-btn a.theme-btn {
    margin-right: unset;
}


.banner-home {
    position: relative;
    height: 744px;
    z-index: 1;
    background-image: url(../images/banner.jpg);
    width: 96%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
}

img.banner-img {
  width: 100%;
  border-radius: 50px;
  position: absolute;
  z-index: -1;
}

.banner-text h2 {
    font-size: 86px;
    color: #fff;
    margin-bottom: 10px;
}

.banner-text h2 span {
    font-size: 57px;
}

.banner-text p {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat';
}

.banner-btn {
    display: flex;
}

.banner-btn ul li i {
    border: 1px solid #fff;
    background: #fff;
    color: #082f47;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.banner-btn ul li {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.banner-btn ul li span a {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

.banner-btn ul li span {
    display: block;
}

.banner-btn ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
}

.banner-btn a.theme-btn {
    border-color: #fff;
}
.banner-text {
    margin-bottom: 120px;
}


/*Section About Start*/

.about-img img {
    width: 100%;
    border-radius: 33px;
}

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

.about-list ul li span {
    display: block;
    font-size: 24px;
    font-family: 'headlines';
    color: #000;
}

.about-list ul li {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}

.about-list ul {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}

.about-list {
    column-count: 2;
    margin-top: 30px;
}

.about-text {
    padding: 100px 50px;
    box-shadow: 10px 10px 10px 10px;
    border-radius: 33px;
    height: 100%;
    margin-left: 26px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 122px 0px rgba(33, 33, 33, 0.06);
}

.about-list ul li i {
    font-size: 17px;
    margin-top: 6px;
    color: #082f47;
}

.about-text h2 {
    font-size: 80px;
    color: #000;
}

/*Section About End*/


/*Section Services Start*/
.img-services img {
    width: 100%;
    border-radius: 45px;
}

.text-service h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 5px;
    line-height: 36px;
}

.text-service p {
    color: #fff;
    margin-bottom: 26px;
}

.text-service {
    position: absolute;
    bottom: 70px;
    z-index: 2;
    padding: 0px 51px;
}

.services-box {
    position: relative;
}

.text-service a.theme-btn {
    border: 1px solid #fff;
}

.heading-services h2 {
    font-size: 80px;
    color: #000;
}

.heading-services {
    text-align: center;
    margin-bottom: 30px;
}
.text-service h2 span {
    font-size: 17px;
}
.services-main-sec {
    padding: 30px 0px 100px;
}
/*Section Services End*/


/*Section how It Work Start*/

.how-it-sec {
    position: relative;
    margin: 30px;
    z-index: 1;
    height: 520px;
    display: flex;
    align-items: center;
}

img.howit-back {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.hoe-it-text h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 6px;
    line-height: 30px;
}

.hoe-it-text  p {
    color: #fff;
    font-size: 11px;
    line-height: 20px;
}

.no-howit h5 {
    font-family: 'Montserrat';
    font-size: 31px;
    color: #fff;
}

.no-howit img {
    position: absolute;
    top: -10px;
    width: 90px;
}

.no-howit {
    position: relative;
    width: 244px;
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.howit-txt-main {
    display: flex;
    gap: 15px;
    align-items: center;
}

.how-it-sec .heading-services h2 {
    color: #fff;
}

.how-it-sec .heading-services p {
    color: #fff;
}
.how-it-sec .heading-services {
    margin-bottom: 48px;
}


/*Section how It Work End*/


/*Section testimonails start*/
.testimonial_sec {
    padding: 85px 0 40px;
    position: relative;
}

.testimonial_sec .container-fluid {
    padding: 0 4%;
}

.ser-bx::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 140px;
    background: linear-gradient(172deg,
            rgba(0, 0, 0, 0.39) 0%,
            rgba(0, 0, 0, 0.61) 50%,
            rgba(0, 0, 0, 1) 100%);
}

.testimonial_sec .custom-space {
    margin-top: 50px;
}

.testimonial_top_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.testimonial_top_bar p {
    text-align: center;
    color: #666666;
    margin: 0 auto;
    width: 50%;
}

.testimonial_top_bar {
    padding: 30px 0 15px 0;
}

.checked {
    color: #fd8f00;
}

.testimonial_boxspan {
    color: #fd8f00;
}

.testimonial_box {
    padding: 50px 27px;
    height: 320px;
    margin: 25px 0px;
    position: relative;
    background-color: unset;
    /* box-shadow: 0 0 3px #00000094; */
    border-radius: 30px;
    border: 1px solid #00000038;
}

.testimonial_box i {
    position: absolute;
    color: #fff;
    top: -30px;
    padding: 20px;
    border-radius: 50%;
    background-color: #002e48;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: unset;
    justify-content: center;
}

.testimonial_box p {
    max-height: 100px;
    font-size: 14px;
    color: #666666;
    font-family: 'Montserrat';
    font-weight: 500;
}

.profile {
    padding: 25px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.profile_text p {
    font-size: 14px;
    opacity: 80%;
    font-family: "Montserrat";
    line-height: unset !important;
    margin-bottom: unset !important;
}

.profile_text h6 {
    margin: 0;
    color: #000;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
}

.profile_text p {
    text-transform: uppercase;
    margin-top: 0 !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active .profile_text p {
    padding: 0 !important;
    width: 100% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box p {
    padding: 20px 0 16px 0;
    width: 94%;
    line-height: 30px;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
    padding: 50px 50px;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
    box-shadow: 0px 11px 43px 0px rgba(0, 0, 0, 0.1);
    border: unset;
}

.testimonial_box:hover {
    box-shadow: 0px 11px 43px 0px rgba(0, 0, 0, 0.1);
}

.testimonial_slider .slick-slide.slick-current.slick-active {
    width: 11% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-list.draggable {
    height: 463px;

    padding: 30px 0 0px;
}

.testimonial_slider .slick-active {
    opacity: 1;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active .testimonial_box {
    /* border-radius: 30px; */
    color: #fff;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
}

.profile i {
    position: relative;

    top: 0;

    left: 0;

    background-color: #000000 !important;

    border: 1px solid #fff;

    color: #fff !important;
}

.testimonial_slider .slick-slide.slick-active+.slick-slide.slick-active .testimonial_box p {
    margin: 10px 0 0px;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
    /* border-radius: 0px; */
}

.testimonial_slider-btn {
    display: flex;

    gap: 15px;

    align-items: center;

    justify-content: flex-end;
}

.testimonial_slider-btn button {
    height: 60px;

    width: 60px;

    display: flex;

    flex-shrink: 0;

    color: #cccccc;

    border-radius: 50%;

    align-items: center;

    transition: ease-out;

    justify-content: center;

    transition-duration: 0.5s;

    border: 1px solid #cccccc;

    background-color: transparent;
}

.testimonial_slider-btn button:hover {
    color: #000;

    transition: ease-in;

    border-color: #5a4140;

    transition-duration: 0.5s;

    background-color: #5a4140;
}

.abouttestimonial_sec {
    overflow-x: hidden;

    padding: 80px 5% 100px;
}

.section-heading {
    margin-bottom: 10px;
}

.section-heading p {
    font-size: 14px;

    color: #8f8f8f;

    width: 52%;

    margin: 0 auto;
}

.testimonial_slider .slick-slide {
    margin: 0px 12px;
}

.testimonial_sec .slick-arrow {
    top: -18%;
    z-index: 2;
}

.testimonial_sec .slick-next {
    right: 5%;
}

.testimonial_sec .slick-prev {
    left: 89.1%;
}

.testimonial_sec .slick-arrow:before {
    content: '\f061';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    font-family: 'FontAwesome';
    border: 1px solid #b4ada7;
    opacity: 1 !important;
    z-index: 999;
    font-size: 15px;
}

.testimonial_sec .slick-prev:before {
    content: '\f060';
}


/*Section testimonails End*/


/*Section Request a Quotes Start*/

.quotes-field input {
    border: 1px solid #0000006b;
    width: 100%;
    height: 49px;
    padding: 10px 13px;
    border-radius: 9px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    background: #f5f5f5;
}

.quotes-field select {
    border: 1px solid #0000006b;
    width: 100%;
    height: 49px;
    padding: 10px 13px;
    border-radius: 9px;
    font-family: 'Montserrat';
    background: #f5f5f5;
}

.quotes-field textarea {
    border: 1px solid #0000006b;
    width: 100%;
    height: 119px;
    padding: 10px 13px;
    border-radius: 9px;
    font-family: 'Montserrat';
    background: #f5f5f5;
    font-size: 17px;
}

.quotes-field {
    margin-bottom: 23px;
    position: relative;
}

.quote-form-box {
    box-shadow: 0px 30px 79px 0px rgba(16, 16, 16, 0.23);
    padding: 50px 30px;
    border-radius: 30px;
    background: #fff;
}

.quotes-text h2 {
    font-size: 80px;
    line-height: 79px;
    margin-bottom: 12px;
    color: #fff;
}

.quotes-main-sec .row {
    justify-content: space-between;
}

.quotes-main-sec {
    position: relative;
    padding: 90px 0px;
}

.quotes-main-sec:before {
    position: absolute;
    content: '';
    background-image: url(../images/rquest-quote-back.png);
    width: 97%;
    height: 533px;
    background-repeat: no-repeat;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: 100% 100%;
}

.quotes-text p {
    color: #fff;
}

.quotes-text {
    padding: 90px 0px;
}


/*Section Request a Quotes End*/


/*Section Choose Start*/


.choose-text h2 {
    font-size: 80px;
    line-height: 80px;
    color: #000;
}

.choose-text p {
    width: 86%;
    margin-bottom: 22px;
}

.choose-text img {
    margin-top: 30px;
}

.choose-text {
    position: relative;
    z-index: 1;
}

.choose-text:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 91%;
    bottom: -22px;
    border-radius: 0px 50px 0px 0px;
    z-index: -1;
}

.choose-img {
    margin-left: -70px;
}

.choose-main-sec {
    padding: 30px 0px 90px;
}


/*Section Choose End*/


/*Footer Start*/

.footerSec {

background: #010e15;

position: relative;

padding: 80px 0px 0px 0px;

margin: 30px;

border-radius: 40px;
}

ul.social.d-flex.m-0 {

display: flex;

align-items: center;

gap: 10px;

margin-top: 20px !important;
}

.copy-txt {

display: flex;

align-items: center;

justify-content: center;
}

.footerSec .news-letter.moveRightTxt ul li {

display: flex;

align-items: center;

gap: 19px;

color: #fff;

margin-bottom: 24px;

border-bottom: 1px solid #fff;

padding-bottom: 11px;

width: 78%;
}

footer.footerSec ul.social i {

background: transparent;

height: 40px;

width: 40px;

font-size: 16px;

border: 1px solid;

color: #fff;

display: flex;

justify-content: center;

align-items: center;

border-radius: 50%;
}



footer.footerSec ul.social li a {

  opacity: 1;

}

.footerSec .container-fluid {

    padding: 0 4%;

}

.footerSec p {

  font-weight: 300;

  transition: 0.9s;

  color: #fff;

  opacity: 1;

  font-size: 14px;

  margin: unset;

}



footer ul li a {

  color: #fff;

  transition: 0.6s;

  font-size: 14px;

  line-height: 30px;

  font-family: 'Montserrat';

  font-weight: 300;

  opacity: 0.6;

}



.footerSec .row {

  position: relative;

  /* padding: 80px 0px 0; */

}



.footerSec .footer-btm .row {

  padding-top: 18px;

  padding-bottom: 16px;

  margin-top: 20px;

}



.footerSec .footer-btm .row p {

  opacity: 59%;

  font-weight: 300;

  font-size: 14px;

}



.footerSec .footer-btm .row:before {

  position: absolute;

  content: "";

  width: 100%;

  height: 1px;

  top: 0;

  left: 0;

  right: 0;

  margin: 0px auto;

  background: #fff;

  opacity: 50%;

}



.news-letter ul li a {

gap: 20px;

line-height: 25px;

/* margin: 20px 0; */

opacity: 1;

margin-bottom: 0px;
}



.news-letter ul li a:hover {

  transform: translate(3px, 0px);

}



footer ul li a:hover {

  opacity: 1;

  color: #fff !important;

}



footer .foot-products {

  position: relative;

}



footer .ftLoo.mb-2 {

/* padding-bottom: 10px; */
}



footer.footerSec h5.text-light {

margin-bottom: 20px;

text-transform: capitalize;

font-size: 30px;

/* border-bottom: 1px solid #fff; */

width: fit-content;

padding-bottom: 17px !important;

/* font-style: italic; */
}



footer.footerSec h5.subscribe.text-light.py-2 {

  margin-bottom: 6px;

  border: unset;

  margin-top: 40px;

}





.footerSec .news-letter.moveRightTxt {

left: 60px;

margin-left: 40px;
}

ul.ul-tw {

    column-count: 2;

}

.foot-products.moveRightTxt.tw {

    /* margin: 0 auto; */

    width: 100%;

}

.footerSec .news-letter.moveRightTxt ul li img {

    width: 20px;

    height: 20px;

    object-fit: contain;

}

.foot-quick-links.moveRightTxt.tw {

    margin-left: 19px;

}

.foot-useful-link.moveRightTxt.tw {

margin-left: 30px;
}
.newsletter-field input {
    width: 100%;
    height: 46px;
    border: unset;
    padding: 10px 12px;
    border-radius: 10px;
    margin-top: 7px;
}

.newsletter-field button.theme-btn {
    border-radius: 10px;
    padding: 13px 23px;
    margin-top: 11px;
}
.footerSec .news-letter.moveRightTxt ul li:last-child {
    border-bottom: unset;
}
.ft-btm-head-txt h2 {
    font-size: 189px;
    background: linear-gradient(    to bottom,    #121e24,    #0a181e,    #031117 ,    #031117 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 142px;
    text-align: center;
    font-family: 'headlinesbold';
}

.ft-btm-head-txt {
    margin-top: 20px;
}
/*Footer End*/


/*About Page Start*/

section.about-pg-sec .about-text {
    padding: 28px 50px;
}

.banner-home.innerbanner {
    height: 500px;
    align-items: center;
}

.banner-home.innerbanner img.banner-img {
    height: 500px;
    object-position: top;
    object-fit: cover;
}

.innerbanner .banner-text {
    margin-bottom: 10px;
}

section.abt-pg-choose {
    padding-top: 50px;
}
/*About Page End*/


/*Services Page Start*/

section.service-pg-sec {
    padding: 90px 0px 0px;
}

section.service-pg-sec .services-box {
    margin-bottom: 30px;
}


/*Services Page End*/


/*Service Detail Page Start*/

.service-detail-img img {

width: 80%;

height: 530px;

object-fit: cover;

border-radius: 30px;
}



.service-detail-main-sec {

    padding: 90px 0px;

}



.service-detail-text h2 {

    color: #000;

    margin-bottom: 10px;

    text-transform: uppercase;

    font-size: 40px;

}



.service-detail-text {

    padding: 17px 0px;

}

.service-detail-text h3 {

    text-transform: uppercase;

    font-weight: unset;

    margin-bottom: 10px;

}



.service-detail-text h3 span {

    display: block;

    font-size: 22px;

    font-family: 'Poppins';

    text-transform: capitalize;

    font-weight: 600;

    line-height: 29px;

}



.service-detail-text ul li p {

    margin-bottom: 7px;

    font-size: 15px;

    font-family: 'Poppins';

}



.service-detail-text ul li {

    list-style: disc;

    margin-left: 20px;

}
.service-detail-img {
    text-align: center;
}

.service-detail-main-sec .row {
    align-items: center;
}
/*Service Detail Page End*/


/*industries Page Start*/

.industries {
  padding: 100px 20px;
  background: #f9f9f9;
  text-align: center;
}

.subtitle {
  max-width: 600px;
  margin: 10px auto 40px;
  color: #666;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.card .content {
  padding: 20px;
}

.card h3 {
  margin-bottom: 10px;
}

.card p {
  font-size: 14px;
  color: #555;
}

.card:hover {
  transform: translateY(-8px);
}

.residential {border-bottom: 4px solid #020e15;}
.commercial {border-bottom: 4px solid #020e15;}
.construction {border-bottom: 4px solid #020e15;}
.retail {border-bottom: 4px solid #020e15;}
.industrial { border-bottom: 4px solid #6f42c1; }
.event { border-bottom: 4px solid #fd7e14; }
/*industries Page End*/



/*Get A Quote Page Start*/

.quote-page-sec .row {
    justify-content: center;
}

.quote-page-sec {
    padding: 100px 0px;
}

.quote-page-sec .quotes-btn {
    text-align: center;
}

.quotes-field i {
    position: absolute;
    right: 12px;
    top: 16px;
}
/*get A Quote page 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: 40px;

    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: 14px;

padding-left: 70px;

border: 1px solid #c6c6c6;

line-height: 0;

box-shadow: none;

color: #000 !important;

font-weight: 500;

background-color: #fff;

margin-top: 7px;

font-family: 'Montserrat';

display: flex;

border-radius: 5px;

color: #000;
}



.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;

}

.detailss.form-group::after {
    display: none;
}

.contact-form form textarea.form-control {

font-size: 12px;

border-radius: 0px;

padding-left: 22px;

padding-top: 13px;

border: 1px solid #c6c6c6;

letter-spacing: 0;

box-shadow: none;

border-radius: 10px 10px 0px 0px;

resize: none;

background-color: #fff;

margin-top: 16px;

color: #fff;

margin-bottom: 19px;

height: 150px;

/* background-color: #fff; */

color: #000;

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: #002e48;

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

height: 70px;

width: 70px;

border-radius: 50px;

background-color: #fff;
}



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



.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: 20px;

color: #fff;

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

line-height: 30px;

text-transform: uppercase;
}

.contact_text {

    padding-top: 0;

}


.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;

position: relative;

padding-top: 0;

padding-top: 14px;
}



.contact-main-sec {

padding: 80px 0 40px;

/* 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: #000;

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: 'Cinzel'; */

text-transform: uppercase;
}

.name.form-group select {
    height: 60px;
    font-size: 12px;
    padding-left: 21px;
    border: 1px solid #c6c6c6;
    box-shadow: none;
    color: #909091;
    font-weight: 400;
    background-color: #fff;
    margin-top: 10px;
    font-family: 'Montserrat';
    display: flex;
    border-radius: 5px;
    color: #716c6c;
    width: 100%;
    font-size: 14px;
}
.name.form-group.select-main::after {
    right: 54px;
    left: unset;
    transform: rotate(180deg);
    top: 2px;
}
.name.form-group.select-main i {
    left: unset;
    right: 14px;
    top: 21px;
}
.contact-info-one:hover {
    background: #002e48;
}

.contact-info-one:hover .cicle-icon i {
    color: #002e48;
}

/* Contact Page End */


