@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 "BlenderPro-Medium";
    color: #393939;
    overflow-x: hidden;
    background: #09101a;
    cursor: none;
}

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

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

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


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

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

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

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

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

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

img {
    max-width: 100%;
}


/***** 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: "BlenderPro-Medium";
    src: url(../fonts/BlenderPro-Medium.ttf);
}

@font-face {
    font-family: "Queensila";
    src: url(../fonts/Queensila.ttf);
}
@font-face {
    font-family: "NT-SEAWAVE";
    src: url(../fonts/NT-SEAWAVE.otf);
}


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



h1 {
    font-family: "Queensila";
    font-size: 62px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
    line-height: 70px;
}

h2 {
    font-family: "Queensila";
    font-size: 60px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 0px;
}

h3 {
    font-family: "Queensila";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Queensila";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Queensila";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Queensila";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
    opacity: 1 !important;
    line-height: 30px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSection .row {
    align-items: center;
}
.header-logo a {
    display: block;
}
.header-logo a img{
    width: 50%;
}
.menuSection {
    border-bottom: 1px solid #ffffff1c;
    padding: 10px 0;
}

ul.arrow-btn {
    justify-content: unset;
    overflow: hidden;
}

ul.arrow-btn a {
    padding: 11px 80px 10px 20px !important;
    border-radius: 50px !important;
    background: #deb76c;
    height: 50px;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

ul.arrow-btn span {
    padding: 20px 10px;
    width: 50px;
    display: inline-flex;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0;
    transition: 0.5s;
}

ul.arrow-btn a:hover {
    color: #000 !important;
}

ul.arrow-btn a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: 0.5s;
    z-index: 0;
}

ul.arrow-btn a:hover:before {
    width: 100%;
    border-radius: 50px;
}

ul.arrow-btn a:hover span {
    width: 100%;
    display: flex;
    justify-content: center;
}

.menuSec ul li a {
    position: relative;
    text-decoration: none;
    color: #393939;
    padding: 0;
    font-size: 20px;
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
}


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


/*.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: #deb76c;
}

.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 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;
    display: none;
}

.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;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

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


header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

/*header css start */


/*banner css start */


.banner-text {
    padding: 0 20px;
}



.banner-text p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 22px;
}

section.banner-wrap .container-fluid {
    padding-right: 0;
}

.banner-img img {
    width: 90%;
    height: 650px;
    object-fit: cover;
}

.banner-img {
    text-align: end;
}

.banner-text h1 span {
    display: block;
}

.banner-bottom {
    background: #09101a;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    width: 52.4%;
    border-bottom: 1px solid #ffffff1a;
    position: absolute;
    bottom: 0;
}

.banner-bottom a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.socail-links {
    display: flex;
    gap: 15px;
}

.banner-bottom h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.banner-bottom a:hover {
    box-shadow: inset 0px 40px 0 #deb76c;
    transition: 0.5s;
}

section.banner-wrap {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-top: 132px;
    position: relative;
}

.container-fluid {
    padding: 0 30px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #09101a;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.loader {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.bar {
    width: 6px;
    height: 20px;
    background: #fff;
    border-radius: 4px;
    animation: bounce 1s infinite ease-in-out;
}

.bar:nth-child(1) {
    animation-delay: 0s;
}

.bar:nth-child(2) {
    animation-delay: 0.1s;
}

.bar:nth-child(3) {
    animation-delay: 0.2s;
}

.bar:nth-child(4) {
    animation-delay: 0.3s;
}

.bar:nth-child(5) {
    animation-delay: 0.4s;
}

@keyframes bounce {

    0%,
    100% {
        height: 20px;
    }

    50% {
        height: 60px;
    }
}

#preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.total-savings-main h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}




.reveal-box {
    position: relative;
    overflow: hidden;
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
    box-shadow: unset !important;
}

.reveal-box img {
    width: 100%;
    display: block;
    transform: scale(1.15);
    height: 400px;
    object-fit: cover;
}

/* overlays */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.overlay.blue {
    background: #004aad;
}

.overlay.white {
    background: #fff;
}


.about-img img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    object-position: top;
}

.about-num-box {
    border-bottom: 1px solid #ffffff2e;
    padding-bottom: 20px;
    position: relative;
    top: 50px;
}

section.about-wrap {
    padding: 100px 0;
}

.about-img-text h2 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin-top: 30px;
}

.about-text h2 span {
    display: block;
}

.about-num {
    margin-top: 40px;
    padding: 40px 20px;
    margin-top: -30px;
}
section.about-wrap .container>.row:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20%;
    width: 68%;
    background: #09101a;
    z-index: -1;
}

.about-num h3 {
    color: #fff;
    font-size: 30px;
    font-family: "NT-SEAWAVE";
}

.about-num span {
    color: #fff;
    font-size: 20px;
    font-family: "Queensila";
}

.about-text h2 {
    color: #fff;
    position: relative;
    border-bottom: 1px solid #ffffff2e;
    margin-bottom: 13px;
    padding-bottom: 10px;
}


.about-text h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #fff;
}

section.about-wrap .container>.row {
    background: rgb(15, 25, 39);
    padding: 20px 10px;
    position: relative;
    z-index: 1;
}

.about-img-text h2 span {
    display: block;
}

.smooth-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform;
}

.cursor-dot,
.cursor-outline {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.cursor-dot {
    width: 12px;
    height: 12px;
    background: #deb76c;
}

.cursor-outline {
    width: 40px;
    height: 40px;
    border: 2px solid #deb76c;
    transition: all 0.2s ease-out;
}

.cursor-dot,
.cursor-outline {
    transition: transform 0.2s ease-out;
}


.cursor-dot.link-hover,
.cursor-outline.link-hover {
    background: #091e33;
    border-color: #091e33;
    transform: translate(-50%, -50%) scale(2);
}

.reveal-box:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.reveal-box:hover::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}


/* service */


.container-fluid {
    padding: 0 5%;
}

.service-text {
    text-align: center;
    padding: 30px 20px;
}

.service-text h3 {
    font-size: 23px;
    color: #ffffff;
    font-weight: 400;
}

a.ser_btn {
    color: #deb76c;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    transition: 0.5s;
    border-bottom: 1px solid #deb76c;
    line-height: 35px;
    display: inline-flex;
    gap: 20px;
    font-weight: 500;
}

.service-text p {
    font-size: 14px;
}

.service-text h3 span {
    display: block;
}

.main-text p {
    font-size: 14px;
}

.main-text h2 {
    color: #ffffff;
}

.service-box {
    margin: 10px;
}

/* service */

/* Your Home Deserves More Than Standard Security */

.d_block {
    display: block;
}

.all-section {
    padding: 100px 0;
}

.all-section-btm {
    padding: 100px 0;
}

.home_standard_heading h2 {
    margin-bottom: 20px;
}

.home_standard_img img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.home_standard_img {
    position: relative;
}

.h_s_counter h6 {
    width: 25%;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    font-family: "NT-SEAWAVE";
}
section.testimonial {
    padding: 50px 0;
}

.h_s_counter p {
    width: 75%;
    font-size: 14px;
    margin-bottom: 0;
    padding: 20px;
    border-left: 1px solid #2e343c;
    line-height: 25px;
}

.h_s_counter {
    background: rgb(9, 16, 26);
    display: flex;
    height: 130px;
    justify-content: center;
    align-items: center;
    width: 475px;
}


.home_standard_img ul {
    position: absolute;
    width: 98%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 15px;
    transform: translate(-50%, 0px) !important;
    gap: 20px;
}

.home_standard {
    padding-top: 100px;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-attachment: fixed;
}

/* Your Home Deserves More Than Standard Security */

/* Protection Designed Around Your Property */

.property_protection_left img {
    height: 1040px;
    width: 100%;
    object-fit: cover;
    padding-left: 50px;
}

.property_protection_img img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.property_protection_right {
    background: #09101a;
    padding: 58px;
}

.property_txt_left {
    background: rgb(15, 25, 39);
    padding: 40px 30px;
}

.property_txt_left h4 {
    color: #ffffff;
}

.property_txt_left p {
    margin-bottom: 10px;
    font-size: 14px;
}

.property_protection_left {
    position: relative;
}

.property_txt_left {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 550px;
    z-index: 2;
}
.proven-slider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.proven-slider .slick-active {
    opacity: 1;
}

.proven-slider .slick-slide.slick-current.slick-active.slick-center  .proven-slider-img img {
    transform: scale(1.2);
}

.proven-slider-img img {
    transform: scale(0.9);
}

.proven-slider .slick-slide {
    margin: 40px 15px;
}
/* Protection Designed Around Your Property */

/*------------------------------------------------- testimonial ------------------------------------------- */

.client {
  padding: 25px 25px 50px;
  background-color: rgb(15, 25, 39);
  width: 70%;
  margin: auto;
  height: 400px;
}

.client_icon {
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 30px;
  background: #deb76c;
}

.client_txt h4 {
  font-size: 17px;
  writing-mode: tb;
  color: #fff;
}

.client_txt h4 span {
  display: block;
  font-size: 12px;
  line-height: 12px;
}

.client ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.client_txt {
  padding: 50px 10px 20px;
}

.test_main {
  background-color: #0f1927;
  padding: 40px;
  height: 400px;
}

.test_main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 60px;
  padding-top: 20px;
}

.test_main h5 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin-bottom: 5px;
}

.test_main h6 {
  color: rgb(255, 255, 255);
  font-size: 15px;
  margin: 0;
  font-family: "Lora";
}

.test_main p {
  color: #ffffff6e;
  margin: 20px 0px;
}

.test_main img {
  height: 110px;
  width: 110px;
  object-fit: cover;
  position: absolute;
  right: 0;
  display:none;
  top: 0;
}

.rating i {
  color: #d4a373;
}

.rating span {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-family: unisans;
}

.rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 40px;
}

.slider-nav .slick-slide {
  opacity: 0;
}

.slider-for .slick-slide {
  margin: 0px;
}

section.testimonial .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

.slider-for-right .client {
  width: 90%;
  margin: 0 0 0 auto;
}

.test_main ul:before {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  bottom: 0;
  background: #ffffff1c;
}

.slider-for-left .client {
  margin: 0 0 0 40px;
}

/*------------------------------------------------- testimonial ------------------------------------------- */
/*------------------------------------------------- Footer ------------------------------------------- */

.footer {
  padding: 40px 0 0px;
  background-image: url(../images/footer.jpg);
  background-size: cover;
}

ul.adrs-links li a {
  color: #ffffffb3;
  padding-bottom: 15px;
  transition: 0.3s;
}
ul.adrs-links li p {
    color: #ffffffb3;
    padding-bottom: 15px;
    transition: 0.3s;
    font-size: 12px;
    line-height: 22px;
}

ul.adrs-links li  i {
  width: 30px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  font-family: "FontAwesome";
}

ul.adrs-links li {
  line-height: 1.1;
  margin-bottom: 15px;
}

ul.social-links {
  gap: 15px;
  display: flex;
  justify-content: center;
}

.footer h2 {
  font-size: 22px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  line-height: 30px;
}

ul.linkList li a {
  transition: 0.3s;
  color: #ffffffd4;
  text-transform: capitalize;
}

.foot1 {
  margin-top: 37px;
}

.foot1 h4 {
  margin-top: 40px;
  font-size: 22px;
}

.foot4 {
  padding: 30px 0% 0px 21px;
}

.copyrite-txt {
  z-index: 1;
  padding: 32px 0;
  margin-top: 65px;
  border-top: 1px solid #bababa36;
}

.foot2 {
  padding-right: 0px;
  margin-top: 32px;
  padding-left: 17px;
}

ul.footer-social li a {
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #deb76c;
}

.quick-links-ft ul {
  column-count: 1;
  line-height: 38px;
}

.footer-copyright-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}

.footer-copyright-button a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 90px;
  background: #a8b5a2;
  transition: 0.2s;
}

.footer h2:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  background: #ffffff2e;
  bottom: 0;
  left: 0;
}

ul.linkList li a:hover {
  color: #d4a373;
  text-decoration: underline;
}

.footer-copyright-button i {
  font-size: 22px;
}

ul#menu {}

li.active:before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #deb76c;
}
.pbtn:hover {
  background: #d4a373;
  color: #fff;
}

.service-card:hover {
  transform: scale(0.98);
}

.family-card:hover {
  transform: translate(0px, -4px);
}

.family-card:hover .family-wrap {
  background: #2b3a67;
}

ul.footer-social li a:hover {
  background: #d4a373;
}

ul.adrs-links li a:hover {
  color: #d4a373;
}

.footer-copyright-button a:hover {
  background: #d4a373;
}
section.service-wrap.all-section-btm {
    padding-top: 0;
}
/*------------------------------------------------- Footer ------------------------------------------- */
.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    perspective: 1400px;
    overflow: hidden;
}

.cube-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.cube-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotateY(90deg) translateZ(200px);
    opacity: 0;
    transition: transform 1s ease, opacity 0.8s ease;
}

.cube-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cube-slide.active {
    transform: rotateY(0deg) translateZ(0);
    opacity: 1;
    z-index: 2;
}

/* Arrows */
.nav {
    position: absolute;
    bottom: -2%;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    font-size: 28px;
    cursor: pointer;
    background: unset;
    z-index: 99999;
}

.nav.prev {
    left: unset;
    right: 100px;
    bottom: -6px;
}
.nav.next {right: 35px;}

/* Dots */
.dots {
    position: absolute;
    bottom: 16px;
    width: 100%;
    z-index: 5;
    left: 40px;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
}

.dot.active {
    background: #fff;
}

.dot.active:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -3px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
}


.foot1.position-relative.p-0 p {
    margin-top: 20px;
}


.inner-banner .banner-img img {
    height: 500px;
}
ul.challge-list li {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff40;
}
.years-text {
    padding: 0 30px;
}
section.proven-wrap.proven-inner {
    padding: 100px 0;
}
.proven-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.proven-img.proven-img-full img {height: 251px;}

.proven-img img {
    height: 419px;
    object-fit: cover;
}

.proven-big-img img {
    width: 100%;
    object-fit: cover;
    height: 700px;
}
.proven-img a {
    width: 100%;
}

.proven-img {
    margin-bottom: 20px;
}
.inner-service {
    padding: 50px 0 !important;
}
section.service-detail-wrap {
    padding: 100px 0;
}

/* Contact Us Start*/

section.contact {
    padding: 100px 0;
}

.cntct-head h4 {
    font-size: 60px;
    margin: 0 0 10px;
    line-height: normal;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-input {
    position: relative;
}

.contact-input::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 45px;
    top: 5px;
    left: 55px;
    background: url(../images/contact-input-bef.png) no-repeat;
}
.contact-input.contact-select:before {
    left: unset;
    right: 50px;
    transform: rotate(-180deg);
}
.contact-input input, .contact-input select {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
    padding: 0 20px 0 80px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e;
    border-radius: 0px;
    border: 1px solid #bdbdbd2b;
    appearance: auto;
}
.contact-input select option {
    padding: 0;
}
.contact-input textarea {
    width: 100%;
    border-radius: 0;
    height: 200px;
    border: 1px solid #bdbdbd2b;
    margin-bottom: 20px;
    padding: 12px 20px 12px 80px;
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
    resize: none;
    background-color: unset;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #909091;
}

.contact-input i {
    position: absolute;
    top: 17px;
    left: 18px;
    color: #deb76c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.send-btn {
    background-color: var(--golden);
    padding: 15px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    background: #3d64d1;
    font-family: 'Montserrat';
    border: none;
}

button.send-btn:hover {
    background: transparent;
    color: var(--golden);
    border: 1px solid var(--golden);
    transition: 0.5s all ease-in-out;
}


.contact-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 0px;
    padding: 34px 30px;
    margin: 15px 0;
    transition: 0.8s all ease-in-out;
    background-color: rgb(15, 25, 39);
}

.contact-input-btn button {
    border: none;
    background-color: transparent;
}

.cntct-info-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.8s all ease-in-out;
    color: #fff;
}

.cntct-info-icon i {
    font-size: 28px;
    transition: 0.8s all ease-in-out;
    border-radius: 50%;
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #deb76c;
}

.cntct-info-icon i::before {
    color: #fff;
}

.contact-info-item:hover i {
    transform: rotate(360deg);
    transition: 0.8s all ease-in-out;
}

.contact-info-item-details h5 {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Montserrat';
    margin-bottom: 3px;
}

.contact-info-item-details a,
.contact-info-item-details p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin: 0;
}

a.themebtn1.cs {
    background-color: #1950cf;
    color: #ffff;
}

a.themebtn1.cs .btn_line {
    background-color: #fff;
}
.contact-info-item-details p span {
    display: block;
}

ul.arrow-btn button {
    padding: 11px 80px 10px 20px !important;
    border-radius: 50px !important;
    background: #deb76c;
    height: 50px;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

ul.arrow-btn span {
    padding: 20px 10px;
    width: 50px;
    display: inline-flex;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0;
    transition: 0.5s;
}

ul.arrow-btn button:hover {
    color: #000 !important;
}

ul.arrow-btn button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: 0.5s;
    z-index: 0;
}

ul.arrow-btn button:hover:before {
    width: 100%;
    border-radius: 50px;
}

ul.arrow-btn button:hover span {
    width: 100%;
    display: flex;
    justify-content: center;
}
/* Contact Us End */

.slide-content {
  display: none;
}

.slide-content.active {
  display: block;
}


.inner-about .about-num {
    margin: 0;
    padding: 0px 0;
}



section.about-wrap.inner-about .container>.row:before {
    width: 100%;
    height: 9%;
    bottom: 0;
}
.servive-dtl-main img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.slicknav_menu {
    background: #deb76c;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #deb76c;
}





ul.slicknav_nav {
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    background: #deb76c;
    top: 48px;
    padding: 20px 0;
}

ul.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav a:hover {
    background: #121d29;
}
