@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

body {
    word-break: break-word;
    font: 15px/25px "Cinzel", 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: 2;
    font-family: "Montserrat", serif;
    font-size: 14px;
    color: #868686;
}


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


/***** 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: 5px 10px 5px 20px;
    border: unset;
    border-radius: 50px;
    color: #000;
    z-index: 1;
    background: #fff;
    position: relative;
    font-size: 14px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    border: 2px solid #36afe3;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 50px;
    background-color: #36afe3;
    z-index: -1;
    transition: all 950ms;
}

.theme_btn:hover {
    color: #fff;
}

.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: "Cinzel", serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

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

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

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

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

h6 {
    font-family: "Cinzel", serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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

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

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

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

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


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 70px;
}

.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: 0px 0px;
    font-size: 14px;
    font-weight: 500;
}

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

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



/*css start home page*/

a.theme_btn img{
    margin: 0 0 0 10px;
}


header .menuSec img.logo{}


header {
    padding: 15px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}


.banner_main{
    /* background: url(../images/banner.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
}
.banner_main .bann_txt{}
.banner_main .bann_txt h1{
    color: #0e0d0d;
    font-size: 80px;
    font-weight: 400;
}
.banner_main .bann_txt h1 span{
    color: #36afe3;
}




.banner_main .bann_txt p{}
.banner_main .bann_txt .btn_ban{
    margin: 30px 0 0 0;
}
.banner_main .bann_txt .btn_ban a{}

.mann-con{
    padding-left: 190px;
    padding-right: 150px;
}


.about_Sec{
    padding: 80px 0 150px 0;
    position: relative;
    z-index: 1;
}
.about_Sec .about_img img{
    object-position: left;
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    height: 710px;
    object-fit: cover;
    border-radius: 50%;
    border: 15px solid #fff;
}
.about_Sec .about_txt {
    text-align: end;
    padding: 190px 0px 0px;
}
.about_Sec .about_txt h2{}
.about_Sec .about_txt p{}
.about_Sec .about_txt .btn_sec{
    margin: 30px 0 0 0;
}
.about_Sec .about_txt .btn_sec a{}
.head{
    color: #0e0d0d;
    font-size: 64px;
    font-weight: 400;
}

.services_Sec{
    padding: 100px 0 0 0;
}
.services_Sec .bg{
    margin: 0 50px;
    border: 1px solid #bcbcbc;
    padding: 40px 30px;
    border-radius: 50px;
    background: #fff;
}
.services_Sec .bg .ser_txt{}
.services_Sec .bg .ser_txt h2{}
.services_Sec .bg .ser_txt p{}
.services_Sec ul{}
.services_Sec ul li{
    border: 1px solid #dadada;
    padding: 30px 20px;
    border-radius: 200px;
    text-align: center;
    margin: 0 40px;
}
.services_Sec ul li .servi_bx{}
.services_Sec ul li .servi_bx .tp{
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services_Sec ul li .servi_bx .tp img{
    width: 70%;
    margin: 0;
    border: 25px solid #36afe3;
    border-radius: 50%;
    object-fit: scale-down;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 157px;
}
.services_Sec ul li .servi_bx h6{
    font-size: 22px;
    color: #000;
}
.services_Sec ul li .servi_bx p{
    line-height: 1.7;
}
.services_Sec ul li .servi_bx .servi_btn{}
.services_Sec ul li .servi_bx .servi_btn a{
    font-size: 13px;
    padding: 5px 5px 5px 10px;
}
.services_Sec ul li .servi_bx .servi_btn img{
    width: 25%;
    display: inline-block;
}
.services_Sec .slick-active {opacity: 1; }

.services_Sec .slick-prev {left: -370px;top: 450px;}
.services_Sec .slick-next {left: -310px;top: 450px;}


.services_Sec .slick-prev:before {
    content: url(../images/right-aro.png);
}


.services_Sec .slick-next:before {
    content: url(../images/left-aro.png);
}


.services_Sec .slick-prev:before, .slick-next:before {
    color: black;
    font-family: unset;
    box-shadow: 4px 2px 18px 0 #bfb8b8fc;
    opacity: 1;
    padding: 10px 13px;
    border-radius: 50px;
}

.menuSec ul li a:before {
    position: absolute;
    content: "";
    background: #36afe3;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    transition: 0.3s ease-in-out;
    right: 0;
    margin: 0 auto;
}

.menuSec ul li a:hover:before {
    width: 100%;
}
.menuSec ul li a:hover{color: #36afe3;}



.work_Sec{
    padding: 150px 0;
}
.work_Sec .work_img{
    position: relative;
    z-index: 1;
}
.work_Sec .work_img img{width: 500px;height: 500px;border-radius: 50%;position: absolute;top: 50%;transform: translateY(-50%);}
.work_Sec .work_img .txt_bx{border-radius: 50%;position: relative;left: unset;right: 0;top: 50%;bottom: unset;margin: 0 0 0 auto !important;display: inline-block;width: 76%;height: 100%;text-align: center;display: flex;align-items: center;justify-content: center;flex-direction: column;background: #00a4d9;/* transform: translate(0px, -50%); */padding: 110px 50px;z-index: 1;}
.work_Sec .work_img .txt_bx img{
    width: auto;
    margin: 0 0 20px 0;
    object-fit: scale-down;
    position: relative;
    transform: none;
}
.work_Sec .work_img .txt_bx h6{
    font-size: 31px;
    color: #fff;
}
.work_Sec .work_img .txt_bx p{
    margin: 0;
    color: #fff;
    line-height: 1.8;
}
.work_Sec .work_txt{
    text-align: end;
    padding: 0 0 0 80px;
}
.work_Sec .work_txt h2{
    font-size: 45px;
}
.work_Sec .work_txt p{}
.work_Sec .work_txt .work_btn{
    margin: 50px 0 0 0;
}
.work_Sec .work_txt .work_btn a{}
.adjust_bg{padding: 0 50px;}





.package_bg{
    padding: 70px 0;
    /* background: url(../images/packages-bg.png); */
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}
.package_bg .pack_txt{
    text-align: center;
    margin: 0 0 40px 0;
}
.package_bg .pack_txt h2{
    color: #fff;
    font-size: 45px;
}

.package_bg .pack_bx {
    margin: 0 35px;
    border: 3px solid #fff;
    border-radius: 200px;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: all 900ms;
    margin-bottom: 30px;
}
.package_bg .pack_bx .pack_top{
    text-align: center;
    padding: 110px 20px 10px 20px;
    background: #504899;
    height: 201px;
}
.package_bg .pack_bx .pack_top h6{
    font-size: 17px;
    color: #fff;
    margin: 0 0 10px 0;
}
.package_bg .pack_bx .pack_top p{
    color: #fff;
    font-size: 12px;
    margin: 0;
}
.package_bg .pack_bx .pack_midd {
    padding: 0 20px 110px 20px;
    background: #50479b;
}
.package_bg .pack_bx .pack_midd .d-flex{
    justify-content: space-between;
    align-items: end;
    margin: 0px 0 20px 0;
    padding: 40px 0 0 0;
}
.package_bg .pack_bx .pack_midd .d-flex h5{
    color: #fff;
    margin: 0;
    font-size: 29px;
}
.package_bg .pack_bx .pack_midd .d-flex h4{
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
.package_bg .pack_bx .pack_midd .d-flex h4 span{
    display: block;
    text-decoration: line-through;
}
.package_bg .pack_bx .pack_midd ul{
    margin: 0;
    height: 130px;
    overflow-y: scroll;
}
.package_bg .pack_bx .pack_midd ul li{
    font-size: 11px;
    color: #fff;
    font-family: 'Montserrat';
    padding: 0 0 10px 0;
}
.package_bg .pack_bx .pack_midd ul li img{
    padding: 0 10px 0 0;
}

.package_bg .pack_bx:before {
    position: absolute;
    content: "";
    top: 200px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #fff;
}


.listscroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #bcb9d9;
   
}

.listscroll::-webkit-scrollbar
{
    width: 1px;
    background-color: #bcb9d9;
 display: none;
}

.listscroll::-webkit-scrollbar-thumb
{
    background-color: #bcb9d9;

}

.dark_clr{
    background: #3d3584 !important;!i;!;
}

.package_bg .pack_bx:hover{transform: scale(1.05) translate(0);}

.leader_Sec{
    padding: 120px 0 60px 0;
}
.leader_Sec .leader_txt{
    text-align: center;
    margin: 0 0 50px 0;
}
.leader_Sec .leader_txt h2{
    margin: 0 0 10px 0;
}
.leader_Sec .leader_txt p{}
.leader_Sec .lead_detail{
    display: flex;
}
.leader_Sec .lead_detail img{width: 65%;}
.leader_Sec .lead_detail .lead_wrp{
    width: 100%;
    margin: 0 0 0 -160px;
    background: #fff;
    padding: 30px 20px 30px 70px;
    border-radius: 200px;
    box-shadow: 4px 2px 18px 0 #cccccc96;
}
.leader_Sec .lead_detail .lead_wrp h6{
    margin: 0 0 5px 0;
    font-size: 15px;
}
.leader_Sec .lead_detail .lead_wrp h5{
    margin: 0 0 10px 0;
    color: #00ade5;
    font-size: 15px;
}
.leader_Sec .lead_detail .lead_wrp p{
    margin: 0;
    font-size: 10px;
}

/* Tstimonial Section Start */

section.client-sec {
    position: relative;
    padding: 60px 0px 120px;
    z-index: 3;
}

.client-card p {
    font-size: 15px;
    color: #ffffff;
    line-height: 27px;
    width: 100%;
}

.client-slider-nav {
    position: relative;
}

.cs-nav-box img {
    border-radius: 100px;
    object-fit: cover;
}

.cs-nav-box h5 {
    font-size: 14px;
    color: #fff;
    background: #ff7200;
    padding: 13px 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin: 15px 0 0;
}

.cs-nav-box h5::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #ff7200;
    left: 0;
    right: 0;
    top: -5px;
    transform: rotate(45deg);
    margin: auto;
    z-index: -2;
}

.center h5 {
    display: none;
}

.img-1 {
    position: absolute;
    top: 240px;
    left: 175px;
    width: auto;
}

.img-2 {
    position: absolute;
    top: 40px;
    left: 280px;
    right: auto;
}

/* .img-3 {
    position: absolute;
    bottom: 15px;
    left: 115px;
    width: auto;
} */

.img-3 {
    right: 340px;
    position: absolute;
    top: 20px;
    width: auto;
}

.img-4 {
    position: absolute;
    top: 205px;
    right: 180px;
    width: auto;
}

.cs-nav-box img {
    height: 100px;
    width: 100px;
    /* border: 3px solid #fff; */
    /* box-shadow: 0 0 5px 0 #989898; */
    margin: auto;
    display: block;
}

.client-details h5 {
    color: #fff;
    font-family: 'zolina';
    font-size: 28px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    margin: 30px 0 0px 0;
}

.center {
    position: absolute;
    top: 140px;
    left: 30px;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center img {
    border-radius: 100%;
    height: 100px;
    width: 100px;
    /* border: 5px solid rgb(255 255 255); */
    /* box-shadow: 0 0 9px #989898; */
    object-fit: cover;
}

.active_testi {
    animation: 1.5s linear 0s infinite normal none running pulse;
}

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

@-webkit-keyframes pulse {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

.client-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 60%;
    left: 0;
    right: 0;
    bottom: 120px;
    background-image: url(../images/testi-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    z-index: -1;
}

.client-sec .sec-head {
    text-align: center;
}

.client-sec .sec-head h2 {
    margin-bottom: 10px;
}

.client-sec .sec-head p {width: 80%;margin: 0 auto;}

.client-sec .sec-head {
    margin-bottom: 40px;
}

.client-card.building-text {
    width: 500px;
    background: #0095c5;
    padding: 40px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    margin: 30px auto 0;
    z-index: 9;
}

.client-card.building-text::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: #0095c5;
    top: -10px;
    transform: rotate(45deg);
}

.client-details p {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.testimonial-slider-box {
    width: 50%;
    margin: 250px auto 0;
    overflow: hidden;
}


/* Tstimonial Section End */








/* Footer Section Start */

footer {
    background: #161616;
    margin-top: 80px;
}

ul.contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    padding: 50px 0;
}

ul.contact-link a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

footer .row {
    /* align-items: center; */
}

ul.footer-social i:hover {
    background: #50479b;
    color: #fff;
    border-radius: 50px;
}

.footer-news p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

.footer-input {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 25px 0;
}

.footer-input input {
    width: 100%;
    height: 50px;
    border-width: 0.37px;
    border-color: rgb(255 255 255 / 46%);
    border-style: solid;
    background: #4f469d;
    border-radius: 50px;
    padding: 10px 50px;
    color: #fff;
}

.footer-input input::placeholder {
    color: #fff;
}

.footer-input i {
    position: absolute;
    left: 20px;
    font-size: 20px;
    color: #fff;
}

.footer-input button {
    position: absolute;
    border: 0;
    right: 0;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 40px;
    background: #4f469d;
    color: #fff;
}

.footer-news {
    padding: 10px 40px;
    border: 1px solid #ffffff2b;
}

.footer-logo {
    border: 1px solid #ffffff2b;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-right: 0;
}

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

.bottom-nav p {
    font-size: 14px;
    color: #878787;
}

ul.footer-social {
    gap: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff2b;
    border-left: 0;
}

ul.footer-social a {
    position: relative;
    z-index: 5;
}

ul.footer-social i {
    font-size: 20px;
    color: #a9a8a8;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    position: relative;
    transition: .2s all;
}

ul.footer-social a:hover:before {
    background-color: #ffbe98;
}

ul.footer-social a:hover:after {
    background-color: #ffbe98;
}

ul.footer-social i:hover {}

ul.foter-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: -50px auto 0;
    width: 45%;
    background: #2b2b2b;
    height: 100px;
    border-radius: 10px;
    position: relative;
    padding: 0 20px;
}

ul.foter-address:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    top: 10%;
    left: 48%;
    background: #fff;
}

ul.foter-address li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 50%;
}

footer .container-fluid {
    padding: 0;
}

ul.foter-address p {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin: 0;
}

ul.foter-address a {
    font-size: 30px;
    color: #ffffff;
    font-family: 'libel';
    letter-spacing: 1px;
}


/* Footer Section End */


.for_bgg{
    background: url(../images/home-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inner_pg{
    height: 90vh;
}


.about_detail {
    padding: 80px 0 0 0;
}


.pricing_pg{
    background: #fff;
}



.package_bg.pricing_pg .pack_bx .pack_midd ul {
    margin: 0;
    height: 160px;
    overflow-y: scroll;
}

.pack_btn{
    text-align: center;
    margin: 30px 0 -50px 0;
}

.servi_detail{
    padding: 100px 0;
    border-top: 1px solid #d0d0d0;
}
.servi_detail img{
    width: 100%;
    margin: 0 0 40px 0;
}
.servi_detail h2{
    font-size: 32px;
}
.servi_detail p{}


/* Contact Page Start */

.contact-form form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
}

.contact-form .form-group::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 1px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-form form input.form-control {
    height: 52px;
    font-size: 12px;
    padding-left: 70px;
    border: 1px solid #c6c6c6;
    line-height: 0;
    box-shadow: none;
    color: #000;
    font-weight: 400;
    background-color: white;
    margin-top: 20px;
    font-family: "Montserrat";
    display: flex;
    border-radius: 0;
    border-radius: 10px;
}

.contact-btn button {
    /* border: 0; */
    /* width: auto; */
    /* padding: 0px 0 0 10px; */
}

.contact-form form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;
}

.contact-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-form form textarea.form-control {
    font-size: 12px;
    border-radius: 0px;
    padding-left: 70px;
    padding-top: 13px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    border-radius: 0;
    resize: none;
    background-color: transparent;
    margin-top: 20px;
    color: #000;
    margin-bottom: 30px;
    border-radius: 10px;
}

.contact-form .email {
    padding: 0;
}

.contact-btn button:hover {
    color: #ab8669;
}

.contact-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-form form .phone:before {
    position: absolute;
    content: "";
    width: 42px;
    height: 50px;
    background: url(../images/fom4.png);
    background-repeat: no-repeat;
    left: 16px;
    z-index: 1;
}

.ftt-list .navgation-f {
    float: left;
    width: 50%;
}

.ftt-lst li {
    margin-bottom: 20px;
}

.f-media ul li a:hover {
    background: #008080;
    border-color: #008080;
}

.footer_logo img {
    width: 30%;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffffff;
    border: 1px solid #42b8df;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    background: #42b8df;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    width: 100%;
    display: inline-block;
    padding: 14px;
    margin-bottom: 10px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
    margin-bottom: 10px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
}

.contact-main-sec h4 {
    font-size: 29px;
    color: #000;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    font-family: "Montserrat";
    text-transform: capitalize;
}

.contact_text {
    padding-top: 0;
}

.contact_text p {
    font-size: 17px;
    line-height: 25px;
    color: #7e7e7e;
    padding-top: 4px;
    font-weight: 400;
    font-family: "Montserrat";
    letter-spacing: 0;
    margin: 0;
}

.contact_text p a {
    font-size: 22px;
    color: #7e7e7e;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    margin-top: 3px;
    display: block;
    font-family: "Montserrat";
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #ffffff;
}

.contact_text p a.email-text {
    font-size: 16px;
    color: #7e7e7e;
}

.contact_text p a.email-text:hover {
    /* color: #ffffff; */
}

.contact-us {
    padding: 6% 0;
}

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

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.primary-btn {
    /* display: inline-block; */
    padding: 8px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    background: #00aa00;
    color: #fff;
    text-align: center;
    transition: all 0.4s ease;
    border: 2px solid transparent;
    border-radius: 4px;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 30px;
}

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

.contact-main-sec .them-btn-1 {
    margin-top: 20px;
    border: none;
    padding: 12px 20px;
    background-color: #ff0000;
    color: white;
    border-radius: 25px;
}

.contact-form .form-group i {
    position: absolute;
    top: 17px;
    left: 10px;
    color: #7e7e7e;
    font-size: 20px;
}

.contact-form {
    margin-top: 10px;
}

button.btn10.cont-pg {
    background: #001e3b !important;
}

button.btn1.cont-pg {
    border: 0;
    background: transparent;
}


/* Contact Page End */



.servvi_Sec{
    padding: 100px 0;
}
.servvi_Sec .servvi_txt{
    padding: 80px 0;
}
.servvi_Sec .servvi_txt h4{
    font-size: 26px;
}
.servvi_Sec .servvi_txt p{}
.servvi_Sec .servvi_txt .bnz{}
.servvi_Sec .servvi_txt .bnz a{}
.servvi_Sec .servvi_img{width: 100%;height: 100%;}
.servvi_Sec .servvi_img{
    width: fit-content;
    display: flex;
    align-items: center;
}


html {overflow-x: hidden; }

.contact-form form input.form-control::placeholder{color: #000;}
.contact-form form textarea.form-control::placeholder{color: #000;}


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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
section.about_Sec.inner-abt-sec .about_txt {
    padding: 70px 0px 0px;
}

.servvi_Sec .servvi_img img {
    object-fit: cover;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    box-shadow: 1px 1px 0px 18px #00a4d8;
}




.work_Sec .work_img::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 300px;
    height: 300px;
    background: #fff;
    content: '';
    border-radius: 50%;
    transform: translate(80px, -50%);
    z-index: 1;
}

.work_Sec .work_img::after {
    position: absolute;
    top: 0;
}

img.bar {
    width: 220px !important;
    height: fit-content !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

img.bar.bar1 {transform: rotate(180deg);}

img.about_before {
    position: absolute;
    width: auto;
    left: 0;
    top: 0;
    z-index: -1;
    width: 45%;
    height: 70%;
    object-fit: cover;
    object-position: right;
}

