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

@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: 'Agency';
    src: url(../font/AGENCYB.TTF);
}

@font-face {
    font-family: 'agency2';
    src: url(../font/agencyfb_reg.ttf);
}

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

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

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

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

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

a {
    text-decoration: none;
    color: #000;
    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;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: 'Agency';
    font-size: 85px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'Agency';
    font-size: 75px;
    line-height: 1;
    color: #171717;
    font-weight: 500;
    margin: 0;
}

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

h4 {
    font-family: 'Agency';
    font-size: 35px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

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

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

select {
    background: #fff url('../images/serv-arriw.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

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

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

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

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

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

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

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

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

/*---------------------------------------------------- Carousel Section 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 [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;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    padding: 13px 15px;
    border: 1px solid #fff;
    /* border-radius: unset; */
    color: #ffffff;
    z-index: 1;
    background: #45cdc3;
    position: relative;
    /* font-size: 15px; */
    /* -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;
    /* overflow: hidden; */
    display: inline-block;
    align-items: center;
    font-family: 'Montserrat';
    width: fit-content;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    border-radius: 0;
    background-color: #20667e;
    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;
    clip-path: polygon(38% 0, 100% 0%, 100% 100%, 0% 100%);
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn span {
    text-transform: uppercase !important;
    font-size: 15px !important;
    color: #fff !important;
    margin-right: 20px;
}

.theme_btn:hover::before {
    width: 100% !important;
    clip-path: unset;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 13px 0;
    position: relative;
    z-index: 0;
}

.topSec {
    padding: 12px 0;
    background: #20667e;
}

ul.top-social {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: end;
}

ul.top-social li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    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: #000;
    padding: 10px 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
}

ul.top-social li a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    padding-bottom: 6px;
}

ul.top-social li p {
    color: #fff;
}

.icon-head i {
    font-size: 22px;
    color: #45cdc3;
}

header {
    position: relative;
    z-index: 1;
}

.menuSec a.theme_btn span {
    font-size: 13px !important;
    margin-right: 12px !important;
}

.menuSec ul {
    text-align: end;
}

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

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

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

.logo-main {
    position: absolute;
    top: -10px;
}

header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 34%;
    height: 170px;
    clip-path: polygon(0 0, 100% 0%, 77% 100%, 0% 100%);
    z-index: 0;
}

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

.menuSec:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    background: #fff;
    width: 81%;
    height: 100%;
    clip-path: polygon(13% 0, 100% 0%, 100% 100%, 8% 108%);
    z-index: -1;
}


/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

section.banner-sec {
    background: url(../images/banner.jpg);
    width: 100%;
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    align-content: center;
    position: relative;
    z-index: 0;
    margin-bottom: 100px;
}

section.banner-sec.inner {
    background: url(../images/banner-inner.jpg);
    height: 78vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.baner-txt h1 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.baner-txt p {
    text-transform: capitalize;
    font-size: 31px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 30px;
        line-height: 44px;
}

.banner-social ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.baner-txt.innr h1 {
    font-size: 101px;
}

.baner-txt.innr p {
    font-size: 15px;
    width: 66%;
    text-transform: unset;
    letter-spacing: unset;
    font-weight: 400;
    line-height: 33px;
}

.baner-txt.innr.ext p {
    width: 60%;
}

section.banner-sec.inner.dtl .baner-txt.innr.ext p {
    width: 83%;
}


.banner-social ul li {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #20667e;
    transition: 0.5s;
}

.banner-social ul li a i {
    font-size: 23px;
    color: #fff;
}

.banner-social {
    display: flex;
    align-items: center;
    gap: 60px;
    position: absolute;
    bottom: -20px;
    right: 50px;
}

.banner-social h6 {
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Montserrat';
    color: #fff;
}

.banner-social:before {
    content: '';
    position: absolute;
    bottom: -19px;
    right: -60px;
    background: #20667e;
    width: 140%;
    height: 90px;
    z-index: -1;
    clip-path: polygon(18% 0, 100% 0%, 100% 100%, 8% 108%);
}

.logo-main img {
    width: 300px;
    object-fit: contain;
}

.banner-social ul:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 0;
    background: #fff;
    width: 62%;
    height: 1px;
    z-index: -1;
}

.banner-social:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 102px;
    background: #fff;
    width: 45px;
    height: 1px;
}

.banner-social ul li:hover {
    background: #45cdc3;
    border-color: #45cdc3;
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Us Section Start ------------------------------------------------------------- */

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

.about-txt.innr {
    margin-bottom: 118px;
}

.about-txt a.theme_btn:before {
    width: 40%;
}

.about-img {
    margin-left: -60px;
}

.about-txt ul {
    column-count: 2;
    margin-bottom: 25px;
}

.about-txt ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 17px;
}

.about-txt h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-txt p {
    margin-bottom: 25px;
    font-size: 16px;
    width: 94%;
    color: #666666;
}

.about-txt ul li p {
    margin: unset;
    color: #333333;
}

.about-end {
    margin-top: 40px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    margin-right: -20px;
}

.about-end-txt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #20667e;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-txt {
    padding-left: 40px;
    padding-top: 5px;
}

.about-end-txt p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
}

.about-end-txt ul {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
    margin-top: 30px;
}

.about-end-txt ul li {
    background: #45cdc3;
    padding: 10px 18px;
}

.about-end-txt ul li a {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
}

.about-end-txt {
    position: relative;
    padding: 30px 30px 42px 30px;
}

.about-side-anicon {
    padding: 91px 12px 91px 28px;
    position: relative;
}

.about-side-anicon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #45cdc3;
    width: 160%;
    height: 100%;
    z-index: -1;
}

.about-side-anicon a i {
    color: #fff;
    font-size: 20px;
}

section.about-sec {
    margin-bottom: 100px;
}

.about-iner {
    margin-top: 50px;
}

.about-iner p {
    font-size: 16px;
    margin-bottom: 30px;
    width: 95%;
    line-height: 29px;
    color: #666666;
    font-weight: 400;
}

.about-iner h4 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #45cdc3;
}

.about-iner ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 12px;
}

.about-iner ul li span {
    color: #666666;
    font-family: 'Montserrat';
    font-size: 16px;
}

/*---------------------------------------------------- About Us Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Service Section Start ------------------------------------------------------------- */

.service-head {
    text-align: center;
    margin-bottom: 45px;
}

.service-head p {
    width: 55%;
    margin: 0 auto;
}

.service-head h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.service-main {
    border: 1px solid #bbbfbd;
    padding: 28px;
}

.service-img {
    overflow: hidden;
    margin-bottom: 20px;
}

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

.service-txt p {
    font-size: 18px;
    margin-bottom: 10px;
}

.service-txt a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #43c6bc;
}

.service-slider .slick-slide {
    opacity: 1;
    margin: 0 13px;
}

.service-img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    transition: 0.5s;
}

.service-txt h4 {
    font-weight: 400;
    margin-bottom: 14px;
    font-family: agency2;
}

.service-txt p {
    margin-bottom: 17px;
    color: #121212;
    font-weight: 400;
}

section.service-sec {
    margin-bottom: 120px;
}

section.service-sec.inner {
    margin-top: 140px;
}

.serv-iner-txt a.theme_btn:before {
    width: 37%;
}

.service-slider button.slick-prev:before {
    content: '\f053';
    color: #fff;
    font-size: 17px;
    font-family: 'FontAwesome';
    opacity: 1 !important;
}

.service-slider button.slick-next:before {
    content: '\f054';
    color: #fff;
    font-size: 17px;
    font-family: 'FontAwesome';
    opacity: 1 !important;
}

.service-slider button.slick-prev {
    background: #20667e;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -32px;
    transition: 0.5s all;
}

.service-slider button.slick-next {
    background: #20667e;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -35px;
    transition: 0.5s all;
}

.service-slider button.slick-next:hover {
    background: #45cdc3;
}

.service-slider button.slick-prev:hover {
    background: #45cdc3;
}

/*---------------------------------------------------- Service Section End ------------------------------------------------------------- */

/*---------------------------------------------------- TeraByte Status Section Start ------------------------------------------------------------- */

section.tera-status-sec {
    margin-bottom: 100px;
    background: #20667e;
    padding: 18px 0;
}

.tera-status-main {
    padding: 25px 50px;
    position: relative;
}

.tera-status-main:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #38778c;
    width: 1px;
    height: 100%;
    border-radius: 10px;
}

.tera-status-main p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.tera-counter {
    font-size: 45px;
    font-family: 'Agency';
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.tera-counter:before {
    content: '';
    position: absolute;
    top: -9px;
    left: -10px;
    background: #1b3e4a;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: -1;
}

section.tera-status-sec .row .col-lg-3:last-child .tera-status-main::before {
    width: 0;
}

/*---------------------------------------------------- TeraByte Status Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Why Choose Us Section Start ------------------------------------------------------------- */

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

.why-chooe-txt h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.why-chooe-txt p {
    font-weight: 400;
    color: #666666;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    width: 90%;
}

.why-chooe-txt ul li {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    gap: 18px;
}

.why-chooe-txt ul li span {
    color: #0e0e0f;
    font-family: 'Agency';
    text-transform: uppercase;
    font-size: 20px;
}

.why-chooe-txt ul {
    margin-top: 25px;
}

section.why-choose-sec .row {
    align-items: center;
}

.whychoose-img img {
    width: 100%;
    height: 515px;
    object-fit: cover;
    border-bottom-left-radius: 4px;
}

.why-chose-txt-snd {
    padding-left: 40px;
    padding-top: 10px;
}

.why-chooe-txt {
    padding-left: 14px;
}

.why-chose-txt-snd h2 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.why-chose-txt-snd p {
    margin-bottom: 22px;
    width: 94%;
    color: #666666;
}

.why-chose-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.why-chose-img {
    margin-left: -40px;
}

.whychoose-img {
    margin-right: -38px;
}

.why-chose-txt-snd p:Last-child {
    margin-bottom: unset;
}


/*---------------------------------------------------- Why Choose Us Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonial Section Start ----------------------------------------------------------- */

section.testimonial-sec {
    padding: 100px 0 80px;
    position: relative;
    background: #20667e;
    margin-bottom: 90px;
}

section.testimonial-sec.iner {
    margin: unset;
}

.testi-design-img {
    position: absolute;
    top: 340px;
    left: 0;
}

.testi-head {
    text-align: center;
}

.testi-head h2 {
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 60px;
}

.testi-head p {
    width: 54%;
    margin: 0 auto;
    color: #ffffffcc;
    font-weight: 400;
}

.testimonial-top-box {
    position: relative;
    z-index: 3;
}

.testimonial-top-box::before {
    position: absolute;
    content: "";
    width: 88%;
    height: 2px;
    border-top: 1.9px dashed #172125;
    top: 55px;
    left: 100px;
    z-index: -1;
}

.testimonial-top-box::after {
    position: absolute;
    content: "";
    width: 88%;
    height: 2px;
    border-top: 1px dashed #fff;
    top: 55px;
    left: 96px;
    z-index: -2;
}

.profile-top .testi-img {
    width: 56px;
    height: 56px;
    object-fit: scale-down;
    border-radius: 70px;
    box-shadow: 0 0 0px 13px #1d4c5c;
    background: #171717;
}

.testi-slider .slick-slide {
    margin-top: 0;
    padding-top: 50px;
    position: relative;
}

.profile-top {
    margin: -25px 0px 60px 40px;
    z-index: 1;
    position: relative;
}

.testi-slide-content {
    border-radius: 7px;
    padding: 30px 40px 45px 40px;
    position: relative;
}

ul.testi-profile-list {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 20px 0;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1px;
}

ul.star i {
    font-size: 14px;
    color: #ffb503;
}

ul.testi-profile-list h5 {
    font-size: 21px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-family: 'agency2';
    text-transform: uppercase;
}

ul.testi-profile-list h6 {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    font-family: 'agency2';
}

.testi-slide-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    line-height: 30px;
    /* width: 85%; */
}

.testi-slider .slick-list {
    width: 100%;
    margin: 0 auto;
}

.testi-slider .slick-slide {
    opacity: 1;
}

.profile-top img.prf-2 {
    display: none;
}

.slick-slide.slick-current .profile-top .testi-img {
    box-shadow: 0 0 0px 13px #36a4a7;
    background: #45cdc3;
}

.profile-top .testi-img img {
    width: 60px;
    height: 60px;
    object-fit: scale-down;
}

section.testimonial-sec .row.e {
    margin-bottom: 30px;
}

section.testimonial-sec .slick-center .testi-slide-content:before {
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    content: "";
    width: 25px;
    height: 23px;
    left: 46px;
    top: -19px;
    z-index: -1;
    background: #fff;
}

section.testimonial-sec .slick-center .testi-slide-content {
    background: #fff;
    padding: 30px 40px 45px 40px;
}

section.testimonial-sec .slick-center .testi-slide-content ul.testi-profile-list h5 {
    color: #000000;
}

section.testimonial-sec .slick-center .testi-slide-content ul.testi-profile-list h6 {
    color: #000;
}

section.testimonial-sec .slick-center .testi-slide-content p {
    color: #7c7c7c;
    width: 100%;
}

/*---------------------------------------------------- Testimonial Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Project Section Start ----------------------------------------------------------- */

.project-head {
    text-align: center;
    margin-bottom: 50px;
}

.project-head h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.project-main img:hover {
    filter: contrast(0.5);
}

.project-head p {
    width: 55%;
    margin: 0 auto;
}

.project-main img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin-bottom: 30px;
    transition: 0.5s;
}

section.project-sec {
    margin-bottom: 100px;
}

section.project-sec.innr {
    margin: 120px 0;
}

/*---------------------------------------------------- Project Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Book Appointment Section Start ----------------------------------------------------------- */

.book-apoint-head {
    text-align: center;
    margin-bottom: 43px;
}

.book-appoint-form button.theme_btn:before {
    width: 35%;
}

.book-apoint-head p {
    width: 44%;
    margin: 0 auto;
}

.book-apoint-head h2 {
    text-transform: uppercase;
    margin-bottom: 16px;
}

.book-appoint-img img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

section.book-appointment-sec .row {
    align-items: center;
}

.book-appoint-form input {
    width: 100%;
    height: 48px;
    margin-bottom: 25px;
    padding: 10px 13px;
    border: 1px solid #cacaca57;
}

.book-appoint-form textarea {
    width: 100%;
    resize: none;
    height: 130px;
    margin-bottom: 24px;
    padding: 10px 13px;
    border: 1px solid #cacaca57;
}

.book-appoint-img {
    width: 90%;
    margin: 0 auto;
}

section.book-appointment-sec {
    margin-bottom: 100px;
}

section.book-appointment-sec .container-fluid {
    padding: 0 6%;
}

/*---------------------------------------------------- Book Appointment Section End ----------------------------------------------------------- */

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

footer {
    background: #000000;
    padding: 55px 0 0;
    position: relative;
    z-index: 4;
}

.footer-box h3 {
    font-size: 48px;
    color: #ffffff;
    font-family: 'queen';
    font-weight: 100;
    letter-spacing: 3px;
}

.footer-box p {
    font-size: 14px;
    padding: 20px 0 0;
    color: #b2b2b2;
}

.footer-box h4 {
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

ul.footer-links a {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

ul.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

ul.footer-links li {
    width: 27%;
    margin: 12px 0;
}

.footer-box-2 {
    padding: 0 60px 0px;
    height: 100%;
    text-align: center;
}

.footer-box-3 {
    padding-left: 50px;
}

ul.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.footer-social i {
    width: 40px;
    height: 40px;
    border: 1px solid #45cdc3;
    color: #45cdc3;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    transition: .5s all;
    position: relative;
    z-index: 9;
}

ul.footer-social i:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    background: #20667e;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transition: .5s all;
}

ul.footer-social i:hover:after {
    width: 100%;
    height: 100%;
    transform: rotate(360deg);
    border-radius: 50px;
}

ul.footer-social i:hover {
    color: #fff;
    border: 0;
}

.footer-nav-text {
    text-align: center;
    padding: 20px 0;
}

.bottom-nav {
    border-top: 2px solid;
    margin-top: 50px;
}

.footer-nav-text p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}

.footer-box-1 {
    padding-right: 100px;
}

.footer-box.footer-box-2:before {
    content: '';
    position: absolute;
    top: 17px;
    right: 0;
    background: #888889;
    width: 1px;
    height: 70px;
}

.footer-box {
    position: relative;
}

footer .row {
    align-items: center;
}

.footer-box.footer-box-1 img {
    width: 260px;
    height: 140px;
    object-fit: contain;
}

.footer-box.footer-box-2:after {
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    background: #888889;
    width: 1px;
    height: 70px;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Newsletter Section Start ------------------------------------------------------------- */

.newsletter-sec {
    background: #45cdc3;
    padding: 30px 0;
}

.newsletter-txt h2 {
    font-size: 57px;
    color: #fff;
}

.newsletter-sec .row {
    align-items: center;
}

.newsletter-input input {
    width: 100%;
    height: 50px;
    padding: 10px 15px 10px 23px;
    background: #fff;
    border: unset;
    color: #000;
}

.newsletter-input {
    display: flex;
    align-items: center;
}

.newsletter-input button {
    width: 230px;
    height: 50px;
    background: transparent;
    border: 1px solid #fff;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.newsletter-input input::placeholder {
    font-size: 11px;
}

/*---------------------------------------------------- Newsletter Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Service Inner Section End ----------------------------------------------------------- */

.serv-iner-txt h3 {
    font-size: 63px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: agency2;
}

.serv-iner-txt p {
    margin-bottom: 20px;
    line-height: 30px;
    width: 94%;
}

section.service-sec .row.rt {
    margin-bottom: 100px;
    align-items: center;
}

.service-iner-img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.service-iner-img {
    width: 95%;
    margin: 0 0 0 auto;
}

.serv-iner-txt {
    padding-left: 65px;
}

.service-iner-img.cntr {
    margin: 0 auto 0 10px;
}

.serv-iner-txt.cntr {
    padding-left: 38px;
}

.serv-iner-txt.cntr p {
    width: 90%;
}

.serv-iner-txt.cntr h3 span {
    display: block;
}

.serv-iner-txt.cntr h3 {
    margin-bottom: 10px;
}

.serv-iner-pagination ul {
    justify-content: center;
    gap: 20px;
}

.serv-iner-pagination ul li.page-item a {
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    background: #20667e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.serv-iner-pagination ul li.page-item.disabled a {
    background: #45cdc3;
    color: #fff;
}

section.service-sec .row.rt.ty {
    margin-bottom: 60px;
}

/*---------------------------------------------------- Service Inner Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Service Detail Section Start ----------------------------------------------------------- */

section.service-detail-sec {
    margin: 130px 0 100px;
}

.serv-detail-img img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    margin-bottom: 40px;
    object-position: top;
}

.serv-detl-tabs button.nav-link {
    border: 1px solid #45cdc3;
    background: transparent;
    color: #45cdc3;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat';
    padding: 10px 23px;
}

.serv-detl-tabs .nav-tabs {
    gap: 25px;
    border: unset;
    margin-bottom: 38px;
}

.serv-detl-tabs button.nav-link.active {
    border: 1px solid #45cdc3;
    background: #45cdc3;
    color: #ffff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat';
    padding: 10px 23px;
}

.serv-detail-main h2 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: 'agency2';
    font-weight: 600;
    font-size: 63px;
}

.serv-detail-txt p {
    margin-bottom: 30px;
    width: 92%;
}

.serv-detail-txt h6 {
    text-transform: uppercase;
    font-size: 31px;
    color: #45cdc3;
    margin-bottom: 20px;
}

.serv-detail-txt ul {
    column-count: 3;
    margin-bottom: 20px;
}

.serv-detail-txt ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.serv-detail-txt ul li span {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
}

/*---------------------------------------------------- Service Detail Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Booking Appointment Section Start ----------------------------------------------------------- */

section.booking-sec {
    margin-bottom: 100px;
}

.booking-main {
    text-align: center;
}

.booking-main h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.booking-main p {
    width: 70%;
    margin: 0 auto;
}

.booking-main form {
    margin-top: 50px;
}

.booking-main input {
    width: 100%;
    border: 1px solid #d7d7d7;
    height: 70px;
    padding: 10px 20px;
    margin-bottom: 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

.booking-main textarea {
    width: 100%;
    resize: none;
    border: 1px solid #d7d7d7;
    height: 220px;
    padding: 20px 20px;
    font-family: "Montserrat", sans-serif;
}

.booking-main select {
    width: 100%;
    height: 70px;
    border: 1px solid #d7d7d7;
    padding: 10px 40px 10px 20px;
    color: #838383;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.date-book {
    position: relative;
}

.date-book i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    background: #fff;
    color: #45cdc3;
}

.booking-main button {
    margin: 0 auto;
    margin-top: 30px;
}

.booking-main input::placeholder {
    color: #838383;
    font-size: 18px;
}

.booking-main textarea::placeholder {
    color: #838383;
    font-size: 18px;
}

/*---------------------------------------------------- Booking Appointment Section End ----------------------------------------------------------- */

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

.contact-sched {
    background: #45cdc3;
    padding: 30px 50px 35px;
    text-align: center;
}

.contact-sched ul {
    column-count: 2;
}

.contact-sched ul li {
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin-bottom: 25px;
    text-align: start;
}

.contact-sched h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}

.contact-form h5 {
    text-transform: uppercase;
    font-size: 50px;
    color: #000;
    margin-bottom: 10px;
}

.contact-form p {
    font-size: 17px;
    width: 60%;
    margin-bottom: 20px;
    color: #333333;
}

.contact-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
    padding: 10px 15px;
    border: 1px solid #ebe9e9;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
}

.contact-form textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ebe9e9;
    resize: none;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
}

.contact-form button {
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 21px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 8px;
    background: #45cdc3;
    border: unset;
    font-weight: 500;
    color: #fff;
}

section.contact_map {
    margin-bottom: 120px;
}


.contact-form {
    margin-left: 20px;
}

section.contact-us-sec {
    margin-bottom: 80px;
}

.contact_map iframe {
    width: 100%;
    height: 350px;
    border: 2px solid #45cdc3 !important;
}

.inner-social-icon {
    border: 1px solid #f6e6e1;
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 100px;
    height: 240px;
    text-align: center;
    background: #45cdc3;
    transition: 0.54s;
}

.inner-social-icon:hover {
    background: #20667e;
}


.inner-social-icon img {
    width: 17%;
    margin-bottom: 20px;
}

.inner-social-icon h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 7px;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.inner-social-icon p {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    color: #fff;
}

.inner-social-icon a {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}



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