@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&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;
    line-height: 25px;
    color: #00000099;
}


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

@font-face {
    font-family: 'montserrat-medium';
    src: url(../font/Montserrat-Medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'rische-demo';
    src: url(../font/rische-demo.otf);
    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;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    /* padding: 15px 25px; */
    border: unset;
    /* border-radius: 15px; */
    color: #ffffff;
    z-index: 1;
    background: #24288900;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    display: inline-block;
}

/* .theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
} */

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'rische-demo';
    font-size: 70px;
    line-height: 1.2;
    color: #0e1f42;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: 'rische-demo';
    font-size: 50px;
    line-height: 1.2;
    color: #0e1f42;
    font-weight: 500;
    margin: 0 0 8px;
    text-transform: uppercase;
}

h3 {
    font-family: 'rische-demo';
    font-size: 35px;
    line-height: 1.2;
    color: #3891da;
    font-weight: 500;
    margin: 0 0 6px;
    text-transform: uppercase;
}

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

h5 {
    font-family: 'montserrat-medium';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 8px;
}

h6 {
    font-family: 'montserrat-medium';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 4px;
}

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: 40px 0 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
    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: #393939;
    padding: 10px 45px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}


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

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

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


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

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


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

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

section.banner-sec {
    position: relative;
    padding-top: 100px;
    z-index: 0;
}

section.banner-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
    z-index: -1;
    background: linear-gradient(180deg,rgba(18, 111, 182, 1) 0%, rgba(38, 127, 197, 1) 50%, rgba(8, 88, 160, 1) 100%);
}

.banner-center-img > img {
    width: 100%;
}

.banner-center-img {
    position: relative;
    width: 90%;
    float: right;
}

.banner-box-one {
    padding-top: 60px;
    margin-bottom: 100px;
}

.banner-box-one-number-img {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.banner-box-one-number-img-text h5 {
    color: #fff;
    font-size: 24px;
}

.banner-box-one-number-img-text h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

.banner-box-one-icon {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
}

.banner-box-one-icon i {
    color: #ffc107;
}

section.banner-sec p {
}

.banner-box-heading {
    margin-bottom: 70px;
}

.banner-box-video {
    width: 72%;
    position: relative;
}

.banner-box-video img {
    width: 100%;
}

.banner-box-video-icon {
    position: absolute;
    bottom: 0;
    right: -30px;
    top: 0;
    display: flex;
    align-items: center;
}

.banner-box-video-icon a i {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    font-size: 20px;
}

.banner-box-icon ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.banner-box-icon ul li img {
    height: 60px;
    width: 60px;
    background: #278ce0;
    padding: 12px;
    border-radius: 10px;
    object-fit: contain;
}

.banner-box-video {
    margin-bottom: 80px;
}

.banner-box-icon ul li {
    color: #000;
    font-size: 30px;
    font-family: 'montserrat-medium';
    font-weight: 600;
}

.banner-box-icon p {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
.banner-center-btn {
    position: absolute;
    bottom: 90px;
    left: 0px;
    /* right: 0px; */
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-side {
    display: flex;
    align-items: center;
}

.btn-side-text {
    background: #800000;
    border-radius: 50px;
    padding: 12px 26px;
    text-transform: uppercase;
    font-family: 'montserrat-medium';
}
.btn-side-img img {
    width: auto;
}

.btn-side-img {
    height: 49px;
    width: 49px;
    background: #800000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.theme_btn:hover .btn-side-text {
    background: #000;
    color: #fff;
}

.theme_btn:hover .btn-side-img {
    background: #000;
}

.banner-boxtwo-headingone h1 {
    color: #fff;
}

.banner-boxtwo-headingone {
    margin-left: -160px;
    margin-top: 80px;
    margin-bottom: 90px;
}

.banner-boxtwo-icon {
    display: flex;
    align-items: start;
    gap: 16px;
    margin-bottom: 50px;
    margin-left: -60px;
}

.banner-boxtwo-headingtwo {
    margin-left: -60px;
    width: 612px;
    margin-bottom: 100px;
}
.banner-boxtwo-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.banner-boxtwo-img img {
    width: 70%;
}
.dis-block{
    display: block;
}
.about-text-img ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-bottom: 0px;
}

.about-text-img ul li img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.about-text-img {
    margin-top: 40px;
}

section.about-sec .container-fluid {
    padding-right: 0px;
}

.about-img img {
    width: 100%;
    height: 890px;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
}
section.about-sec {
    padding-bottom: 80px;
    position: relative;
}

section.about-sec:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 200px;
    height: 80px;
    width: 100px;
    background: #d02229;
}




/*---------------------------------------------------- Services Section Start ------------------------------------------------------------- */

.service-sec {
    padding: 60px 0 100px;
    margin-bottom: 100px;
    background-color: #0f2042;
    background-image: url(../images/serv-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.howwork-sec.inner {
    margin-bottom: 40px;
}

.service-sec.inner {
    background: unset;
    padding: unset;
}

.service-head {
    margin-bottom: 20px;
}

.service-head h2 {
    color: #fff;
}

.service-main {
    overflow: hidden;
    border-radius: 20px;
    background-color: #061024;
    transition: 0.7s all;
    z-index: 1;
    position: relative;
}

.serv-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 0.5s all;
}

.service-main.inr {
    margin-bottom: 50px;
}

.service-main:hover .serv-image img {
    /* transform: scale(1.3); */
    filter: brightness(0.5);
}

.serv-image {
    /* overflow: hidden; */
    position: relative;
    z-index: 2;
}

.service-main:hover {
    background: #3390dc;
}

.serv-text {
    padding: 45px 25px 40px;
    position: relative;
    z-index: 1;
}

/* .slick-current .service-main {
    background-image: -webkit-linear-gradient(-3deg, rgb(15, 124, 133) 0%, rgb(13, 108, 116) 24%, rgb(10, 92, 99) 52%, rgb(21, 67, 75) 79%, rgb(31, 41, 51) 100%);
} */

.service-main * {
    color: #fff;
    text-align: center;
}

.serv-text p {
    margin: 10px 0 18px;
    opacity: 50%;
    height: 94px;
}

.serv-text a {
    /* border: 1px solid #fff; */
}

.serv-text h4 {
    font-size: 30px;
    text-transform: uppercase;
}

.serv-slider .slick-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid #909ea5;
    border-radius: 50%;
    transition: 0.7s all;
    top: -48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serv-slider .slick-arrow:hover {
    background: #fff;
    border-color: #fff;
}

.serv-slider .slick-arrow:before {
    content: '';
    background-image: url(../images/btn-img.png);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    transform: rotate(33deg);
    top: 2px;
    position: relative;
    filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(226%) hue-rotate(155deg) brightness(95%) contrast(85%);
}

.service-sec button.slick-prev {
    left: 92.6%;
}

.service-sec button.slick-next {
    right: 10px;
}

.serv-slider button.slick-prev:before {
    transform: rotate(213deg);
    top: -1px;
}

.serv-slider .slick-arrow:hover:before {
    filter: unset;
}

/* SERVICE DETAIL CSS START  */

.serv-detail-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 30px;
    object-position: 0 -100px;
}

.service-detail-sec {
    margin-bottom: 100px;
}

.serv-detail-text p {
    margin-bottom: 30px;
    opacity: 60%;
}

.serv-detail-text h2 {
    margin-bottom: 13px;
}
.serv-icon {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 80px;
    width: 90px;
    background: #1c8ae4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 10px;
    z-index: 3;
}

.serv-icon img {
    width: auto;
    height: auto;
}



.service-main:hover .serv-image .serv-icon img {
    filter: brightness(0);
}

.service-main:hover .serv-icon {
    background: #fff;
}
.slick-active {
    opacity: 1;
}


/*---------------------------------------------------- Services Section End ------------------------------------------------------------- */

.why-chose-independent-img img {
    width: 100%;
}

.why-chose-independent-img {
    position: relative;
}

.why-chose-independent-imgone {
    position: absolute;
    bottom: 0;
    left: 0;
}

.why-chose-independent-text h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #000000;
    border-bottom: 1px solid #1c8ae4;
}

section.why-chose-independent-sec {
    margin-bottom: 100px;
}

.how-it-work-top-heading {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
}

section.how-it-work-sec {
    padding: 60px 0px;
    margin-bottom: 100px;
    background: #0e1e41;
}

.how-it-work-top-heading h2 {
    color: #fff;
}

.how-it-work-top-heading p {
    color: #fff;
}





/* Testimonial Sec Css Starts */

section.testimonial-sec {
  padding: 0 0 80px 0;
  overflow: hidden;
}

section.testimonial-sec .container-fluid {
  width: 98%;
  margin: 0 auto;
}

.testimonial-wrap {
  display: grid;
  grid-template-columns: 1.25fr 1.6fr;
  gap: 30px;
  align-items: stretch;
}

.testimonial-for,
.testimonial-nav {
  min-width: 0;
}

.testimonial-for .slick-list,
.testimonial-for .slick-track,
.testimonial-nav .slick-list,
.testimonial-nav .slick-track {
  height: 100%;
}

.testimonial-for .slick-track,
.testimonial-nav .slick-track {
  display: flex;
  align-items: stretch;
}

.testimonial-for .slick-slide,
.testimonial-nav .slick-slide {
  height: inherit !important;
}

.testimonial-for .slick-slide > div,
.testimonial-nav .slick-slide > div {
  height: 100%;
}

.testimonial-content-card {
  min-height: 550px;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  box-shadow: 0px 0px 6px 0px #0000004a;
  margin: 20px 0px;
  padding: 60px 40px;
  border-bottom: 4px solid #278ce0;
}

.testimonial-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  /* margin: 0 0 28px 0; */
}

.testimonial-stars i {
  color: var(--wt);
  font-size: 16px;
  line-height: 1;
}

.testimonial-content-txt {
  /* margin: 0 0 auto 0; */
  border-bottom: 1px solid #00000024;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

.testimonial-content-txt p {
  font-size: 17px;
  line-height: 1.85;
  /* font-family: "Montserrat", sans-serif; */
  width: 98%;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  /* margin: 42px 0 0 0; */
}

.testimonial-author-img {
  height: 70px;
  width: 72px;
  min-width: 66px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.75);
}

.testimonial-author-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testimonial-author-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.testimonial-author-txt h4 {
  font-size: 17px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: 'montserrat-medium';
}

.testimonial-author-txt p {
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 6px 0 0 0;
}

.testimonial-nav {
  margin: 0 -10px;
}

.testimonial-nav .slick-slide {
  padding: 0 10px;
  cursor: pointer;
}

.testimonial-thumb-card {
  height: 450px;
  border: 1px solid #bfbfbf;
  border-radius: 14px;
  background-color: var(--wt);
  position: relative;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 28px;
  opacity: 1;
}

.testimonial-thumb-img {
  position: relative;
  z-index: 2;
  height: 64px;
  width: 64px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #edf0f2;
}

.testimonial-thumb-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testimonial-thumb-line {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 85%;
  background-color: #d9d9d9;
  transform: translateX(-50%);
}

.testimonial-thumb-txt {
  position: relative;
  z-index: 2;
  transform: rotate(90deg);
  transform-origin: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  white-space: nowrap;
  margin-bottom: 26px;
}

.testimonial-thumb-txt h6 {
  font-size: 15px;
  line-height: 1;
  color: #202020;
  text-transform: uppercase;
  margin: 0;
}

.testimonial-thumb-txt p {
  font-size: 14px;
  line-height: 1;
  color: #5a5a5a;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.testimonial-nav .slick-current .testimonial-thumb-card {
  border-color: var(--ct1);
  box-shadow: inset 0 0 0 1px var(--ct1);
}

section.testimonial-sec .slick-active {
  opacity: 1;
}
.testimonial-content-card:hover {
    background: #278ce0;
    border-bottom: 4px solid #0e1e41;
}

.testimonial-content-card:hover p {
    color: #fff;
}

.testimonial-content-card:hover .testimonial-stars h5 {
    color: #fff;
}

.testimonial-content-card:hover .testimonial-stars i {
    color: #fff;
}

.testimonial-content-card:hover .testimonial-content-txt {
    border-bottom: 1px solid #fff;
}

.testimonial-content-card:hover h4 {
    color: #fff;
}








.testi-slider .slick-arrow:hover {
    background: #fff;
    border-color: #fff;
}
.testi-slider button.slick-next {
    right: 100px;
}
.testi-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #909ea5;
    border-radius: 50%;
    transition: 0.7s all;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testi-slider .slick-arrow:before {
    content: '';
    background-image: url(../images/btn-img.png);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    transform: rotate(33deg);
    top: 2px;
    position: relative;
    filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(226%) hue-rotate(155deg) brightness(95%) contrast(85%);
}
.testi-slider button.slick-prev {
    left: 88.6%;
}
.testi-slider button.slick-prev:before {
    transform: rotate(213deg);
    top: -1px;
}
.testi-slider .slick-arrow:before {
    content: '';
    background-image: url(../images/btn-img.png);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    transform: rotate(33deg);
    top: 2px;
    position: relative;
    filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(226%) hue-rotate(155deg) brightness(95%) contrast(85%);
}
/* Testimonial Sec Css Ends */

.watch-video-img img {
    width: 100%;
}

.watch-video-top-heading {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.watch-video-img {
    position: relative;
}

.watch-vieo-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.watch-vieo-icon a i {
    height: 110px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    font-size: 32px;
    border-radius: 50%;
}

section.watch-video-sec {
    padding-top: 50px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

section.watch-video-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/watch-video-bg-img.png);
    z-index: -1;
}
.watch-video-top-heading h2 {
    color: #fff;
}

.watch-video-top-heading p {
    color: #fff;
}


/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-image img {
    width: 100%;
    height: 551px;
    object-fit: cover;
    border-radius: 12px;
}

.contact-sec {
    margin-bottom: 100px;
}

.contact-image {
    margin-right: 20px;
}

.contact-text input, .contact-text textarea {
    width: 100%;
    margin-bottom: 21px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #000000;
    padding: 10px 22px;
    color: #000;
}
.contact-text select {
    width: 100%;
    margin-bottom: 21px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #000000;
    padding: 10px 22px;
    color: #000;
}

.contact-text textarea {
    height: 180px;
    align-content: end;
    resize: none;
}

.contact-text h2 span {
    color: #095360;
}

.contact-text h2 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.contact-text p {
    opacity: 50%;
    margin-bottom: 20px;
}

.contact-text textarea::placeholder, .contact-text input::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */




/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

footer {
    background: #0d1d3f;
    padding: 55px 0 0;
    position: relative;
}

.foter-lastline {
    border-top: 1px solid #6f828c;
    padding: 18px 0;
    text-align: center;
    margin: unset;
    background: #0d1d3f;
    position: relative;
    z-index: 2;
}

footer * {
    color: #fff;
}

.container-fluid.lastftr {
    padding: 0;
}

footer h4 {
    position: relative;
    border-bottom: 2px solid #ffffff2e;
    width: 96%;
    padding-bottom: 23px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer h4:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #fff;
    width: 40%;
    height: 2px;
    border-radius: 10px;
}

.foter-links ul li {
    margin-bottom: 4px;
}

.foter-links a {
    font-weight: 600;
    font-size: 14px;
}

.foter-links {
    margin-bottom: 63px;
}

.newsletter-main {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    position: relative;
    padding: 0px 0px 0px 30px;
    background: #030a22;
    border-radius: 50px;
    justify-content: space-between;
}

.footer-info p {
    margin-bottom: 20px;
    width: 80%;
    margin-top: 10px;
}

.footer-info ul li {
    /* display: flex; */
    /* align-items: center; */
    gap: 4px;
    font-family: 'montserrat-medium';
    /* width: max-content; */
    /* border: unset; */
    /* border-radius: 40px; */
    /* padding: 10px 30px; */
    font-size: 14px;
    /* text-transform: uppercase; */
    /* font-weight: 600; */
    /* background-image: -webkit-linear-gradient(-3deg, rgb(15, 124, 133) 0%, rgb(13, 108, 116) 24%, rgb(10, 92, 99) 52%, rgb(21, 67, 75) 79%, rgb(31, 41, 51) 100%); */
}

.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.social-links a {
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: 0.7s all;
}

.social-links a:hover {
    border-color: transparent;
    background: #1c8ae4;
}

.newsletter-main h5 {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'rische-demo';
}

.newsletr-field input {
    width: 100%;
    height: 60px;
    border: unset;
    border-radius: 40px;
    padding: 10px 30px;
    color: #ffffff;
    background: #071536;
}

.newsletr-field {
    position: relative;
    width: 452px;
}

.newsletr-field button {
    position: absolute;
    right: -2px;
    bottom: 0;
    border: unset;
    height: 100%;
    border-radius: 40px;
    padding: 7px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: #268ce1;
}

.newsletr-field input::placeholder {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 31%;
    background: #6f828c;
    width: 1px;
    height: 100%;
}

.foter-links.navs ul li {
    margin-bottom: 10px;
}
.foter-lastline p {
    margin-bottom: 0px;
}
/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

section.inner-banner-sec {
    height: 53vh;
    display: flex;
    align-items: end;
    justify-content: start;
    background-image: url(../images/inner-banner.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-position: right;
    padding-bottom: 140px;
}
.banner-text-inner h1 {
    color: #fff;
}
section.about-inner-sec {
    margin: 100px 0px;
}
section.services-sec {
    margin: 100px 0px;
}
.services-detail-img img {
    width: 100%;
}

.services-detail-text h2 {
    margin-bottom: 20px;
}

.services-detail-text p {
    font-size: 16px;
    line-height: 29px;
}

.services-detail-imgbtm img {
    width: 100%;
}


/* Inner Contact Us Start */

.contact_deail_sec {
  padding: 100px 0;
}

.grp input,
.grp textarea {
  width: 100%;
  height: 55px;
  padding: 0 25px;
  border-radius: 50px;
  border: 2px solid #414141;
  font-size: 14px;
  margin: 10px 0;
  color: #000;
  font-weight: 600;
}

.grp input::placeholder,
.grp textarea::placeholder {
  color: #000;
  text-transform: uppercase;
}

.grp textarea {
  height: 200px;
  padding: 20px;
  border-radius: 20px;
}

.cont_furth ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin: 30px 0;
}

.contact_detail button {
  background: none;
  border: none;
  background: #3b92d9;
  width: 100%;
  padding: 18px;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  border-radius: 50px;
}

.con_left {
  width: 80px;
  height: 80px;
  object-fit: cover;
  background: #0e1f42;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.con_left img {
  width: 35px;
  height: 45px;
  object-fit: contain;
}

.con_right {
  width: 70%;
}

.con_right h5 {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'rische-demo';
}

.con_right h6 {
  font-size: 14px;
  color: #000000;
  font-family: 'montserrat-medium';
}

.cont_furth ul {
  margin: 60px 0 0;
}

.contact_deail_sec iframe {
  width: 100%;
  height: 480px;
  margin-top: 50px;
  border-radius: 5px;
}

/* Inner Contact Us Ends */



.get-a-quote-input input {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #848489;
}
.get-a-quote-input textarea {
  width: 100%;
  height: 180px;
  padding: 20px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #848489;
  resize: none;
}
.inner-gallery-pagination-row ul li a {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.inner-gallery-pagination-row {
  border-top: 1px solid #000000;
  padding: 20px 0;
  margin-top: 20px;
}

.inner-gallery-pagination-row ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 50px;
}
.inner-gallery-pagination-row a.active {
  color: #b6552e !important;
}
.inner-gallery-pagination-row a.next-btn {
  color: #b6552e !important;
}
.get-a-quote-button button {
  background: none;
  border: none;
}
.get-a-quote-button {
  text-align: center;
}
.get-a-quote-button button {
  margin: 0 auto;
}
.get-a-quote-input {
  margin-bottom: 25px;
}
.get-a-quote-input select {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #848489;
}
.get-a-quote-input {
  position: relative;
  display: flex;
  align-items: center;
}

.get-a-quote-input-icon {
  position: absolute;
  right: 20px;
  pointer-events: none;
}

.get-a-quote-input-icon i {
  color: #000;
}
.get-a-quote-sec {
    margin: 100px 0px;
}
.label-contact-sd label {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #000;
    gap: 20px;
    text-transform: uppercase;
    font-family: 'montserrat-medium';
}

.label-contact-sd label input {
    width: 25px;
    margin-bottom: 0px;
}