@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto: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;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'unisans';
    src: url(../fonts/unisans.ttf)
}

@font-face {
    font-family: 'unisans-thin';
    src: url(../fonts/unisans-thin.otf)
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.all-section-btm {
    padding-bottom: 100px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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: 'unisans';
    font-size: 65px;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1.1;
}


h2 {
    font-family: 'unisans';
    font-size: 65px;
    color: #110f4e;
    font-weight: 400;
    margin: 0 0 10px;
}

h3 {
    font-family: 'unisans';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'unisans';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'unisans';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'unisans';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #878787;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0px;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}


.menuSection-button a {
    background: #ffffff;
}

.menuSection-button a i {
    color: #181653;
}

.menuSection-button a span {
    background: #642099;
    color: #fff;
}

.menuSection-button {
    text-align: end;
}

.menuSection li.active {
    position: relative;
}

.menuSection li.active:before {
    content: "";
    position: absolute;
    background: #652199;
    width: 100%;
    height: 2px;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.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: #121111;
    padding: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 10px;
}

.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: #652199;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

header {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 15px 0;
    border-bottom: 1px solid #e0dee1;
}

.header-logo a img {
    width: 250px;
    height: 64px;
    object-fit: contain;
}

/* Header Ends */


/* Main Banner Start */

.main-banner-social-follow-us-row {
    position: absolute;
    bottom: 50px;
    right: 60px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 200px;
}

.main-banner-follow h2 {
    margin-bottom: 0;
    color: #fff;
}

.main-banner-follow {
    position: relative;
    display: flex;
    align-items: center;
}

.main-banner-follow:before {
    content: "";
    position: absolute;
    background: #d3d1d3;
    width: 240px;
    height: 1px;
    left: 158px;
}

.banner_text {
    position: relative;
}

.banner_text:before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 60%;
    height: 58px;
    top: 163px;
    left: -150px;
}

.main-banner-social-link ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.banner_text span {
    display: block;
    font-weight: 700 !important;
    font-family: 'unisans';
    color: #110f4e;
}

.banner_text h1 {
    font-weight: 300 !important;
    font-family: 'unisans-thin';
}

.main-banner-follow h2 {
    font-size: 18px;
}

.main-banner-social-follow-us-row {}

.main-banner-social-link ul li a {
    border: 1px solid #cac8ca;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #333332;
    font-size: 18px;
    background: #faf8fa;
    transition: 0.5s;
    position: relative;
}

.main-banner-social-link ul li a:before {
    content: "";
    position: absolute;
    background: #d3d1d3;
    width: 100px;
    height: 1px;
    z-index: -1;
    right: 0;
}

.main-banner-social-link ul li a:hover {
    background: #642099;
    color: #fff;
    box-shadow: 0 0 15px 0 #000;
    transition: 0.5s;
}

section.main_slider {
    position: relative;
}
.banner_text p {
    margin-bottom: 25px;
    width: 74%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    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;
}

.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_img img {
    width: 100%;
    height: 630px;
    object-fit: contain;
}

.banner_text h2 {
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    color: #642099;
    text-transform: uppercase;
    word-spacing: 5px;
    letter-spacing: 5px;
    font-weight: 800;
    background: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
    clip-path: polygon(95% 0, 92.5% 36%, 88% 100%, 0% 100%, 0 46%, 0% 0%);
    position: relative;
}


.themebtn {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}


.themebtn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}


.themebtn i {
    transition: transform 0.4s ease;
}


.themebtn:hover {
    box-shadow: 0 15px 35px rgb(100 32 153);
    transform: translateY(-3px);
}

.themebtn:hover::before {
    transform: translateX(100%);
}

.themebtn:hover i {
    transform: translateX(6px);
}

/* Main Banner Ends */


/* Inner About Us Start */

.container-fluid {
    padding: 0px 3%;
}

section.about-us-sec {
    padding-bottom: 20px !important;
}

.about_txt>p {
    margin-bottom: 20px;
}

.about_txt h6 {
    font-size: 16px;
    color: #642099;
    margin-bottom: 5px;
}

.invest_main {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 25px;
}

.invest_icon img {
    width: 55px;
    object-fit: contain;
    height: 60px;
    filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(6033%) hue-rotate(260deg) brightness(104%) contrast(105%);
}

.invest_icon {
    padding-right: 20px;
}

.invest_txt {
    padding-left: 20px;
    border-left: 1px solid #e7e7e7;
}

.about_txt {
    margin-left: 10px;
    width: 90%;
}

.about_txt.inner {
    width: 100%;
    margin: 0;
}


.themebtn {
    font-size: 14px;
    padding: 3px 3px 3px 3px;
    border-radius: 50px;
    color: #000000;
    background: #642099;
    overflow: hidden;
    display: inline-flex;
    border: 1px solid #642099;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    align-items: center;
    gap: 0px;
    text-align: center;
}

.themebtn span {
    background: #ffffff;
    padding: 15px 35px;
    border-radius: 50px;
    color: #110f4e;
    font-weight: 700;
}

.themebtn i {
    height: auto;
    width: 40px;
    font-size: 17px;
    color: #ffffff;
}

.about_img img {
    width: 100%;
    height: 580px;
    object-fit: contain;
}

/* Inner About Us Ends */


/*Our Services Start*/


.our-services-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/our-services-heading-shape.png);
    width: 100%;
    height: 485px;
    background-size: cover;
    top: -100px;
    z-index: -1;
}

.our-services-heading h2 {
    color: #fff;
}

.our-services-heading h2 {
    margin-bottom: 0;
}

.our-services-heading {
    text-align: center;
}

.our-services-sec {
    position: relative;
}

.our-services-silder-items-img img {
    width: 100%;
    height: 293px;
    object-fit: cover;
}

.our-services-row {
    margin: 100px 0px 0;
}

.our-services-silder .slick-slide {
    margin: 120px 10px 100px;
}

.our-services-silder .slick-slide {
    opacity: 1.2;
}

.our-services-silder-items-text h2 {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 15px;
}

.our-services-silder-items-text ul li img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.our-services-silder-items-text p {
    width: 80%;
}

.our-services-silder-items-text ul {
    margin-top: 20px;
    line-height: 35px;
    margin-bottom: 20px;
}

.our-services-silder-items-text ul li a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 10px;
    font-family: 'unisans-thin';
    color: #000;
    font-weight: 700;
}

.our-services-silder .slick-slide.slick-current.slick-active.slick-center .our-services-silder-items-img img {
    height: 850px;
}

.our-services-silder .slick-slide.slick-current.slick-active.slick-center .our-services-silder-items {
    margin-top: -120px;
    position: relative;
}

.our-services-silder .slick-slide.slick-current.slick-active.slick-center .our-services-silder-items-text {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #642099;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
    padding: 60px 40px 70px;
}

.our-services-silder .slick-slide.slick-current.slick-active.slick-center .our-services-silder-items-text h2 {
    color: #fff;
}

.our-services-silder .slick-slide.slick-current.slick-active.slick-center .our-services-silder-items-text p {
    color: #c1a6d6;
    width: 100%;
}

.our-services-silder .slick-slide.slick-current.slick-active.slick-center .our-services-silder-items-text ul {
    display: none !important;
}

.our-services-silder .slick-slide.slick-current.slick-active.slick-center .our-services-silder-items-button {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -25px;
}

.our-services-silder .slick-slide.slick-current.slick-active.slick-center .our-services-silder-items-button a {
    background: #110f4e;
}

/*Our Services Ends*/


/* Why Choose Us Start */


.wcu_txt h2 span {
    display: block;
    color: #642099;
}

.wcu_txt p {
    margin-bottom: 20px;
}

.wcu_txt ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-family: 'unisans-thin';
    font-size: 14px;
    color: #070707;
    font-weight: 700;
}

.wcu_txt ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 18px;
    width: 18px;
    z-index: 1;
    background: url(../images/approve-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.wcu_txt ul {
    column-count: 2;
    margin-bottom: 25px;
    margin-top: 25px;
}

.wcu_img img {
    width: 100%;
    height: 532px;
    object-fit: contain;
}

.wcu_txt h2 {
    position: relative;
    padding-bottom: 15px;
    line-height: 1;
    margin-bottom: 20px;
}

.wcu_txt h2::before {
    content: '';
    position: absolute;
    width: 130%;
    height: 1px;
    background: #e5e5e5;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/* Why Choose Us Ends */

/* Get In Touch Start */

section.contact-us-sec {
    background: url(../images/contact_bg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.contact_right form input,
.contact_right form textarea {
    width: 100%;
    padding: 12px 0px;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #7e577f;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #b19fb3;
    font-weight: 500;
    background: transparent;
}

.contact_right form input::placeholder,
.contact_right form textarea::placeholder {
    color: #b49fb5;
}

.contact_right select {
    width: 100%;
    padding: 12px 0px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #7e577f;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background: transparent;
    background: url(../images/selectarrow.png) no-repeat 97%;
    color: #b19fb3;
}

.contact_right textarea {
    resize: none;
    height: 140px;
    margin-bottom: 30px !important;
}

.contact_right p {
    color: #ac86b7;
    width: 90%;
    margin-bottom: 20px;
}

.contact_right h2 {
    color: #ffffff;
    margin-bottom: 5px;
}

.contact_right {
    padding: 0 15px;
}

/* Get In Touch Ends */


/*What People Say Start*/


.what-people-say-sec {
    margin-top: 100px;
}

.what-people-say-heading {
    text-align: center;
}

.what-people-say-heading h2 {
    margin-bottom: 5px;
}

.what-people-say-heading p {
    width: 60%;
    margin: 0 auto;
}

.what-people-say-silder-items {
    border: 1px solid #d2d2d2;
    padding: 30px 30px 45px;
    position: relative;
    margin-top: 35px;
}

.what-people-say-silder-items ul li img {
    width: 86px;
    height: 86px;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #fff;
}

.what-people-say-silder-items-text-dots-two img {
    width: 14px;
    height: 13px;
    object-fit: contain;
}

.what-people-say-silder-items-text-dots-two {
    position: absolute;
    right: 0;
    bottom: -15px;
}

.what-people-say-silder-items-text-dots-one img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.what-people-say-silder-items h2 {
    font-size: 15px;
    color: #181311;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.what-people-say-silder-items ul {
    display: flex;
    align-items: center;
    gap: 18px;
}

.what-people-say-silder-items-text-dots-one.chg {
    right: 0 !important;
    bottom: 0;
}

.what-people-say-silder .slick-active {
    opacity: 1.5;
}

.what-people-say-silder-items-text {
    margin-left: 110px;
    margin-top: 30px;
    position: relative;
}

.what-people-say-silder-items-text-dots-one img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.what-people-say-silder-items-text-dots-one {
    position: absolute;
    left: -25px;
    top: -10px;
}

.what-people-say-silder-items:before {
    content: "";
    position: absolute;
    background: #110f4e;
    width: 12%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.what-people-say-silder-items-text p {
    font-style: italic;
    color: #272321;
}

.what-people-say-silder .slick-slide.slick-current.slick-active.slick-center .what-people-say-silder-items:before {
    background: #642099;

}


/*What People Say Ends */


/* Latest Blogs Start */


.blog_txt h4 a {
    font-size: 18px;
    color: #ffffff;
}

.blog_txt p {
    margin: 12px 0;
    color: #d1bde1;
}

.blogs_top_btn {
    text-align: end;
}

.blog_txt ul li h6 {
    color: #ffffff;
    font-size: 14px;
}

.blog_icon {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: 1px solid #8550af;
}

.blog_img img {
    height: 580px;
    width: 100%;
    object-fit: cover;
}

.blog_main {
    position: relative;

    margin-top: 10px;
}

.blog_main:hover .blog_txt {
    background: #110f4e;
    transition: 0.5s;
}
.blog_main {
    transition: 0.5s;
}
.blog_main:hover .blog_txt * {
    color: #fff;
}

.blog_txt {
    padding: 100px 30px 30px 30px;
    background: #642099;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 44%, 100% 100%, 0% 100%);
}

.blog_txt ul li {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.blogs_top h2 {
    margin-bottom: 5px;
}


/* Latest Blogs Ends */

/* Footer Start */

.ftr_contact h5 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 10px;
}

.ftr_contact p {
    color: #8887a7;
    margin-bottom: 30px;
    font-weight: 600;
}

.ftr_links ul li a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.newsletter h3 {
    font-size: 70px;
    color: #ffffff;
    margin-bottom: 5px;
}

.newsletter p {
    color: #8887a7;
    margin-bottom: 30px;
}

.newsletter form input {
    width: 100%;
    height: 67px;
    background: #2f2d2d;
    border: 1px solid #464646;
    padding: 0 25px;
    color: #ffffff;
    border-radius: 50px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.newsletter form {
    position: relative;
}

.newsletter form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #642099;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    height: 100%;
    width: 200px;
    z-index: 1;
    border: none;
    border-radius: 50px;
    border: 1px solid #424141;
}


.newsletter input::placeholder {
    color: #ffffff;
    text-transform: uppercase;
}

.footerSec {
    background: #110f4e;
}

.ftr_links ul li {
    height: 80px;
    border-bottom: 1px solid #454475;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #454475;
    border-right: 1px solid #454475;
}

.ftr_links ul li:first-child {
    height: 100px;
}

.ftr_links ul li:last-child {
    height: 95px;
    border-bottom: none;
}

.footer-btm {
    border-top: 1px solid #454475;
    padding: 25px 0;
}

.copy-txt p {
    text-align: center;
    color: #8887a7;
}

.newsletter {
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
}

.ftr_contact {
    padding: 0 50px 0px 0px;
}

/* Footer Ends */


/*Inner Services Start*/


section.service_page.inner .our-services-silder-items:hover .our-services-silder-items-img img {
    height: 665px;
    transition: 0.5s;
}
section.service_page.inner .our-services-silder-items:hover {
    
    position: relative;
    transition: 0.5s;
}
section.service_page.inner .our-services-silder-items:hover .our-services-silder-items-text {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #642099;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
    padding: 60px 40px 70px;
     transition: 0.5s;
}
 section.service_page.inner .our-services-silder-items:hover .our-services-silder-items-text h2 {
    color: #fff;
}
 section.service_page.inner .our-services-silder-items:hover .our-services-silder-items-text p {
    color: #c1a6d6;
    width: 100%;
}
section.service_page.inner .our-services-silder-items:hover .our-services-silder-items-button {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -25px;
}
section.service_page.inner .our-services-silder-items:hover  .our-services-silder-items-text ul {
    display: none !important;
}

/*Inner Services Ends*/



/*INNER PAGES*/
.inner_banner .banner_text:before{
    display: none;
}
.inner_banner .banner_text h2{
    position: relative;
    font-size: 66px;
    font-family: unisans;
    font-weight: bold;
    letter-spacing: 0;
    color: #110f4e;
    clip-path: none;
    background: transparent;
}
.inner_banner .banner_text h2::before {
    content: '';
    position: absolute;
    width: 121%;
    left: -23%;
    height: 100%;
    background-color: #fff;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    top: 50%;
    transform: translateY(-50%);
}
.inner_banner .banner_text h2 span{
    position: relative;
}

section.main_slider.inner_banner .carousel-item>img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}
.inner_banner .banner_img img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    object-position: left;
}
.service_page .our-services-sec:before{
    display: none;
}
section.service_page .our-services-row {
    margin: 0;
}
section.service_page .our-services-silder-items {
    margin-bottom: 40px;
}
.service_detail_content ul {
    column-count: 2;
    width: 40%;
    margin-top: 30px;
}
.service_detail_content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-family: 'unisans-thin';
    font-size: 14px;
    color: #070707;
    font-weight: 800;
}
.service_detail_content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 18px;
    width: 18px;
    z-index: 1;
    background: url(../images/approve-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.service_detail_content img {
    margin-bottom: 40px;
}
.service_detail_content h4 {
    margin-bottom: 15px;
}
.service_detail_content p{
    margin-bottom: 20px;
}
.service_detail_page{
    padding: 80px 0;
}

.project_content_box {
    padding: 80px 40px 40px 60px;
    background: #642099;
    position: relative;
}

.project_content_box::after {
    content: '';
    position: absolute;
    border-top: 0px solid transparent;
    border-bottom: 120px solid transparent;
    border-left: 120px solid #ffffff;
    width: 100px;
    height: 120px;
    /* background: red; */
    top: 0;
    left: 0;
}

.project_content span {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    font-size: 30px;
    font-family: 'unisans';
    color: #642099;
}

.project_content_box p {
    margin-bottom: 20px;
    color: #d8d8d8;
}

.project_content {
    position: relative;
}

.project_content_box h5 {
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.project_content_box h5::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: #9363b8;
    left: 0;
    bottom: 0;
}

.project_content_box h2 {
    color: #fff;
    font-size: 35px;
    width: 80%;
    margin-top: 40px;
}

.project_content_box p:last-child {
    margin-bottom: 0;
}
.margin_row{
    margin-top: 100px;
}

.projects_page{padding: 80px 0;}
.second_row .project_content_box::after {
    left: auto;
    right: 0;
    transform: rotateY(180deg);
}
.second_row .project_content span {
    right: 20px;
    left: auto;
}



/*==Contact Us==*/


.BannerContent1
{
    position: absolute;
    top: 260px;
    text-align: left;
    left: 215px;
    right: 0;
}

.BannerContent1 h2
{
    font-size: 60px;
    color: 000;
    font-weight: 500;
}


.bnr-map
{

    position: relative;
    margin: 0 auto;
    float: none;
    display: table;
}



.cntc-box-sec {
    background-color: #110f4e;
    color: #fff;
    padding: 90px 0px 150px 60px;
    list-style: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 570px;
}

.cntc-box-sec ul {
    padding-top: 38px;
}
.cntc-box-sec li {
    list-style: none;
    align-items: center;
}
.cntc-box-sec h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 12px;
}
.cntc-box-sec ul li img {
    width: 37px;
    height: 37px;
    object-fit: contain;
}
.padding-left {
    padding-left: 0 !important;
}
.txt-box-sec {
    padding: 90px 50px 50px 60px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #642099;
    height: 570px;
}
.txt-box-sec h3 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    padding: 0px 0 50px 0px;
}
.txt-box-sec .form-control {
    border: none;
    border-bottom: 1px solid #7e569e;
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
    color: #fff;
    font-size: 15px;
    padding-bottom: 10px;
    background: transparent;
    height: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
.txt-box-sec select {
    border: none;
    border-bottom: 1px solid #7e569e;
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
    color: #fff;
    font-size: 15px;
    padding-bottom: 10px;
    background: transparent;
    height: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    width: 100%;
}
.txt-box .contact-select {
    position: relative;
    display: flex;
    align-items: center;
}
.contact-select-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
}
.padding-right {
    padding-right: 0 !important;
}
.contact-select option {
    color: #000;
}
.contact-select-icon i {
    color: #fff;
    font-size: 18px;
}
.txt-box-sec .form-control::placeholder{
    color: #fff;
}
.submit-btn
{
    position: relative;
}

.sub-btn {
    position: absolute;
    top: 9px;
    right: -36px;
    color: #ed020a;
    border-radius: 10px;
    /* box-shadow: 0px 0px 9px 1px #ccc; */
    background-color: #fff;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #642099;
    border:none;
}
.sub-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.project_image img {
    width: 100%;
}



.cntc-box-sec .msg-icon 
{
    font-size: 30px;
    padding-left: 10px;
    padding-top: 9px;
}

.contact-map iframe {
  width: 100%;
  height: 500px;
}























