@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
	margin: 0;
	padding: 0;
}
.clr-white {
    color: #fff !important;
}
main {
	padding: 0 !important;
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}

body{
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}

img{
	width: 100%;
}

section{
	/* padding: 60px 0; */
	position: relative;
    overflow: hidden;
}

a:hover {
    color: #e95b25;
    text-decoration: none;
}

a{
	color: #000 !important;
    text-decoration: none;
}


/***HEADER****/
a.navbar-brand img {
    max-width: 80px;
}
a.nav-link {
    font-weight: 600;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    margin-left: 240px;
    gap: 20px;
}

div#navbarSupportedContent {
    justify-content: space-between;
}
nav.navbar.navbar-expand-lg.bg-body-tertiary {
    padding: 0;
}
.main-btn {
    background: #11d294;
    color: #fff !important;
    font-weight: 600;
    border: none;
    width: 129px;
    display: flex;
    text-align: center;
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    transition: all .3s ease;
}
/******HERO*****/

section.hero.pt-0 {
    overflow: hidden;
}
.concept-contant h2 {
    color: #000 !important;
}

.banner-content {
    position: absolute;
    top: 100px;
    right: 197px;
    background: #00000066;
    padding: 30px;
    text-align: center;
}
.banner-content h1{
    color: #fff;

}
section.hero.pt-0 img {
    height: auto;
    max-height: 544px;
    object-fit: cover;
}
.slick-dots {
    bottom: 11px !important;
}
a.nav-link:hover {
    color: #11d294 !important;
}
.main-btn:hover {
    background:  #6723a5;
    transition: all .3s ease;
}
.head-btn.d-flex {
    gap: 10px;
}

h2.scndry-heading {
    font-size: 42px;
    font-weight: 800;
    margin: 20px 0;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 20px;
}
 p {
    line-height: 27px;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #fff !important;

}
.slick-dots li button:before {
    font-size: 10px !important;
    opacity: 1 !important;
    color: #fff !important;
}
section.problem-sec span,
section.problem-sec p{
    font-size: 16px !important;
    font-family: open sans,sans-serif !important;
color: #fff !important;
white-space-collapse:unset !important;
}
    section.problem-sec {
    background: linear-gradient(to left, #00f490 0%, #6723a5 60%);
}

a.nav-link.active {
    color: #11d294 !important;
}
.prblm-img {
    padding-top: 57px;
}
.work-icon-img img {
    margin: auto;
    background: #fff8f8;
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 50px;
}
.work-inner {
    box-shadow: 0 0 10px #ddddddab;
    padding: 20px;
    margin: 10px;
    background: #6f3ee8;
    height: 600px !important;
}
.work-slider .slick-dots {
    bottom: -20px !important;
}
.work-phara {
    margin-top: 20px;
}

section.our-offer {
    background:linear-gradient(to right, #00f490 0%, #6723a5 60%);
    padding-top: 80px;
    overflow: hidden;
}
h4.mid-heading.clr-white {
    font-weight: 600;
    font-size: 24px;
}
.offer-inner.brdr-right:after {
    content: "";
    position: absolute;
    width: 254px;
    height: 1px;
    background: #f1f1f194;
    top: 126px;
    right: -135px;
    transform: rotate(90deg);
}
.offer-inner.brdr-right {
    position: relative;
}
.row.extra-mrgn {
    margin-top: 30px;
}

.offer-icon-img {
    background: #ffffff;
    padding: 10px;
    border-radius: 50px;
}
section.business-netwrk {
    background: linear-gradient(to left, #00f490 0%, #6723a5 60%);
}
ul.sec-list li {
    margin-bottom: 10px;
    letter-spacing: 0;
    margin-left: 20px;
    position: relative;
    color: #fff;
}
ul.sec-list li:before {
    content: "";
    position: absolute;
    border-right: 10px solid #6723a5;
    border-bottom: 10px solid #65edba;
    border-radius: 50px;
    top: 8px;
    left: -15px;
}
.business-img img {
    padding-top: 34px;
    height: 525px;
    object-fit: cover;
}
.footer-logo {
    max-width: 100px;
}
footer {
    padding-top: 60px;
    margin-top: -44px !important;
    /* padding-bottom: 60px; */
}
ul.footer-links li a {
    padding-left: 0;
    margin: 0 !important;
    transition: all .3s ease;
}
ul.footer-links li a:hover{
	padding-left: 15px;
	transition: all .3s ease;
}
/* section.contact-sec {
    background:linear-gradient(to right, #00f490 0%, #6723a5 60%);
} */
.contact-icon {
    font-size: 26px;
    border: 1px solid #6723a5;
    color: #6723a5;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    padding: 5px;
}
.contact-content {
    margin-left: 28px;
}
.col-wht.d-flex {
    background: #edf0f6;
    padding: 50px 60px;
    box-shadow: 0 0 5px gray;
    border-radius: 10px;
    margin-bottom: 20px;
}
.contact-content h6 {
    font-size: 20px;
    font-weight: 600;
}
.contact-content a {
    font-size: 18px;
    color: #1ac096 !important;
}
input[type="text"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: none;
    border-radius: 10px;
     outline: none;
}
input[type="tel"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: none;
    border-radius: 10px;
     outline: none;
}
textarea {
    width: 100%;
    min-height: 72px;
    padding: 10px;
    color: #939191;
    margin: 10px 0;
    outline: none;
    border: none;
    border-radius: 10px;
}
.contact-form {
    background: #edf0f6;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #8b8787;
}
span.star {
    color: #6723a5;
    font-size: 18px;
}
ul.social-links.d-flex {
    gap: 20px;
    font-size: 22px;
}
.footer-heading h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #E6EBEE;
    margin-bottom: 13px;
}
ul.social-links.d-flex li i:hover {
    color: #11d294;
    transform: scale(1.3);
    transition: all .5s ease;
}
ul.social-links.d-flex li i {
    transition: all .5s ease;
}
.contact-icon a i {
    color: #6723a5;
}
.topbar-btn {
    padding: 5px 20px;
    border: 1px solid #fff;
    width: 144px;
    text-align: center;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.contact-sec h2 {
    color: #000;
    margin-bottom: -10px;
}
.footer-content {
    max-width: 273px;
}
footer p,
.footer-links li a,
.footer-content p{
    font-size: 14px;
    line-height: 19px;
    color: #B8BABE !important;
    font-weight: 100;
}
footer .border-top {
    border-color: rgba(255, 255, 255, .3) !important;
}
footer a.nav-link:hover{
    color: #ffffff !important;
}
@media(max-width: 1199px){
    .top-bar {
        display: none;
    }
	section {
	    padding: 30px 0;
	    position: relative;
	}
	ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
	    margin-left: 0;
	    border-top: 1px solid;
	}
	a.navbar-brand img {
	    max-width: 70px;
	}
	.concept-contant {
	    padding-top: 0;
	}
	section.hero.pt-0 img {
	    max-height: 312px;
	}
	.offer-icon-img {
	    max-width: 74px;
	}
	.offer-inner.brdr-right:after{
		display: none;
	}
	.rec-brdr {
	    border-right: 1px solid #555252;
	}
	.offer-inner {
	    margin-bottom: 30px;
	}
	.slick-next {
    right: -15px !important;
}
.slick-prev{
	letter-spacing: -15px !important;
}
nav.navbar {
    padding: 0;
}
div#navbarSupportedContent {
    background: #fff;
    position: absolute;
    top: 78px;
    z-index: 999;
    width: 100%;
    left: 0;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    padding-left: 20px;
}
.main-btn {
    margin-left: 20px;
    margin-bottom: 20px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
footer {
    padding-top: 0px;
}
iframe {
    height: 200px;
    margin-top: 30px;
}
.col-wht.d-flex {
    padding: 35px 20px;
    margin-bottom: 20px;
}
.contact-info {
    display: flex;
    gap: 10px;
}
}

@media( max-width: 767px){
	section.hero.pt-0 img {
	    max-height: 213px;
	}
	.offer-inner {
    margin-bottom: 20px;
    text-align: center;
}
.offer-icon-img {
    max-width: 74px;
    margin: auto;
}
.rec-brdr {
    border: none;
}
.business-img img {
    padding-top: 0px;
    height: auto;
}
h2.scndry-heading {
    font-size: 32px;
}
ul.footer-links {
    margin-bottom: 20px;
}
.contact-info {
    display: block;
}
.work-inner {
    height: auto !important;
}
section.hero.pt-0 {
    padding-bottom: 0;
}
}
section#shadow-host-companion {
    display: none !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding-right: 0 !important;
    padding-left: 0!important;
}
.slider-wrapper .carousel{
    height:544px;
}
.customBgDiv{
    background:linear-gradient(to left, #00f490 0%, #6723a5 60%) !important;
}



