
:root {
    --primary: #000;
    --secondary: orangered;
    --light: #ff6016;
    --dark: #15233C;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.bg-dark{
	background:#000!important;
}
.navbar{
	justify-content:center;
}
.submitBnt {
    background: #000!important;
}
.sched-btn {
    cursor: pointer;
    padding: 10px 20px;
}
 .project-box {
    background: #ff6016;
    padding: 20px;
    border-radius: 30px;
	height: 180px;
}

.project-box .col {
    align-items: center;
    margin: 5px;
}
.project-box h1 {
    width: 50%;
    color: #fff;
    font-size: 36px;
}
.project-box p {
    padding-left: 19px;
    color: #fff;
    width: 90px;
}
.black-sec .col-lg-8 p {
    color: #fff;
    max-width: 490px;
	margin:0px;
}
.black-sec {
    background: #222;
    padding: 70px 0px;
}
.black-sec .container{
	    max-width: 920px;
}
.black-sec .container h2{
	    font-size: 10rem;
		margin:0px;
		    line-height: 1;
		    text-transform: uppercase;

}
.black-sec .container h3 {
    margin: 0px;
    color: #fff;
    font-size: 3rem;
    font-weight: 600!important;
}
.black-sec .container h3 span{
	font-weight:900;
}
.black-sec .container h5 {
    font-size: 4.4rem;
	margin:0px;
	text-transform: uppercase;
}
img.round-seo {
    border-radius: 50%;
    width: 90px;
    margin-bottom: 10px;
}
a.ceo-btn{
    max-width: 200px;
}
.black-sec .col-lg-4 .btn{
    position: absolute;
    background: var(--light);
    right: 0px;
    color: #fff;
    padding: 1rem 3rem!important;
	bottom:0px;
}
.max-500 {
    max-height: 500px;
}
.brand-list {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}
.brand-list .brand {
    padding-left: 20px;
}
.brand-list h2.active, .brand-list h3.active{
	color: var(--light);
}
.fa-arrow-right {
    padding-left: 10px;
}
.rounded-30{
	border-radius:30px;
}
.box {
    background: #f0f0f0;
    padding: 100px 30px;
}
.fa-plus:before {
    content: "\f067";
    font-size: 26px;
    padding-left: 5px;
}
/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
	background:orangered;
	border:unset;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}


.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: #696E77;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
/* .navbar-brand img{
    width:25%;
} */
@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 80px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 50px;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	h1{
		font-size:36px!important;
	}
	.black-sec {
    padding: 50px 30px!important;
}
.black-sec .container {
    padding: 0px!important;
}
.container.py-5.px-5.offer-sec {
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.black-sec h3{
		font-size:28px!important;
	}
	.max-500 {
    max-height: initial;
}
.mob-2 {
    margin-top: 25px;
}
	.footer {
    padding-top: 40px!important;
    padding-bottom: 15px!important;
}
}

.page-header {
    background: url(img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}
/* Pricing Table */
#package .card .card-body {
    padding: 35px;
    font-family: Inter;
}
#package .card {
    border-radius: 8px!important;
    box-shadow: 0 1px 10px 0 #ddd;
    height: auto!important;
	cursor:pointer;
}
#package .card:hover {
    box-shadow: 0 1px 23px 0 #ddd;
}
#package .card-header {
    background-color: unset;
    border-bottom: 2px solid rgba(0,0,0,0.125);
} 
#package .card-header .font-40{
	font-size:40px;
}
#package .card-header .fw-800{
	font-weight:800;
}
.line-through {
    text-decoration: line-through;
}
#package .card-header h4 span{
    font-weight: 500;
	font-size:20px;
}
#package .card-header h4 sub{
    margin-left: -12px!important;
    font-size: 20px;
}
#package p {
    font-size: 16px!important;
    font-weight: 600;
    line-height: 1.5em;
    font-family: 'Inter', sans-serif;
}
 .scroll-box {
    height: 400px;
}
#package .scroll-box ul{
	list-style:none;
	padding:0px;
	    color: #000;
}
a.price-btn {
    width: 80%;
    border-radius: 0px;
    padding: 12px;
}
a.price-btn:hover {
    background: #000!important;
    transition: .5s;
}

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #666;
	border: 2px solid #555555;
}
.card-body .marketing-card-body li {
    justify-content: left;
    display: flex;
}
#package li.list-group {
    margin-top: 10px;
    margin-bottom: 10px;
}
#package li .fa-check {
    position: relative;
    top: 4px;
}
.card-body.marketing-card-body li span {
    padding-left:10px;
}
#package .nav-pills .nav-link.active, #package .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff6016;
	border: 1px solid #ff6016!important;
}
#package .nav-link {
    border: 1px solid #222!important;
    margin: 0px 15px;
	color:#000;
    border-radius: 5px;
	font-weight: 800!Important;
    font-size: 14px;
	text-align: center;
}
#package .nav-link span {
    font-weight: 400!important;
}
.scroll-box, .scroll-box-home {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    overflow-x: hidden;
    overflow-y: scroll;
}
.before-pkg1::before {
    background-image: url(img/leaf1.png);
    content: "";
    position: absolute;
    right: 5px;
    width: 100px;
    height: 70px;
    top: 0;
}
.before-pkg2::before, .before-pkg3::before {
    width: 108px;
    height: 91px;
    top: 0;
    position: absolute;
    content: "";
}
.before-pkg2::before {
  background-image: url(img/leaf2.png);
    right: 43%;
    left: 37%;
}
.before-pkg3::before {
    background-image: url(img/leaf3.png);
    left: 0;
}
#services .card-body {
    padding: 0px;
}
#services .card-body img {
    width: 80px;
    margin-top: 30px;
    margin-bottom: 15px;
}
/* Ultimate Section */
#lead_sec4 {
    background: url(img/website11.webp) 0 0/cover no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.display-6 {
    font-weight: 900;
    font-size: 32px;
}
section#lead_sec4 h5{
    color: #fff;
	padding-top:10px;
}
section#lead_sec4 p  {
    color: #fff;
	margin:0px;
}
section#lead_sec4 .features {
    background: #6e6b6b;
    padding: 5px 10px 10px 15px;
	margin-top:10px;
}
h4.calls {
    margin-top: 20px;
}
section#lead_sec4 h6 {
    color: #fff;
    margin-top: 15px;
}
section#lead_sec4 h6 span {
    padding-left: 10px;
}
#lead_sec4 h4{
    color: #fff;
}
.headphone button.btn1 {
    padding: 10px 20px;
}
.headphone img{
	padding-left:20px;
}
.headphone img {
    padding-left: 20px;
    width: 100px;
}
section#lead_sec4 i.fa.fa-check {
    font-size: 14px;
    padding-right: 10px;
    color: #ff6016;
}
/* Marquee Logo */

.marquee {
    position: relative;
    width: 1200px;
    max-width: 100%;
    height: 100px;
    overflow-x: hidden;
    margin: 0 auto;
}

.marquee .content a {
    padding-left: 30px;
    padding-right: 30px;
}
.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(img/carousel-1.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}

.service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}
.thanks-bg {
    background: url(img/thanks-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 15rem;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
}

/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

section.top-header {
    background: #f6f6f6;
}
h4.wp-block-heading {
    margin-top: 30px;
    margin-bottom: 10px;
}
/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}
.display-2, .display-3, .display-5 {
    font-weight: 900!important;
    letter-spacing: -2px;
    word-spacing: -3px;
}
.top-btn {
    position: absolute;
    right: 0px;
}
div#pwm-inline-icon-82705 {
    display: none;
}
/*** Testimonial ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}
.testimonial h2, .testimonial h5{
	color:#fff;
}
.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px dashed #fff;
    border-radius: 10px;
}
.bottom-col .call-col {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
}
.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
	width:160px;
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 210px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 10px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.our-clients img {
    padding: 0 20px;
    width: 250px;
}
.sidebar {
    background: #3d4751;
    padding: 60px 20px;
    height: 100vh;
}
.side-logo img {
    margin: 20px 0px;
    width: 100%;
    max-width: 170px;
   filter:brightness(0.2) invert(2);
}
.mid-form {
    width: 500px;
    margin: 0 auto;
    padding: 60px 0px;
}
.side-logo li {
    list-style: none;
}
.mid-form .form-check {
    margin-right: 15px;
}
.testimonial-card {
    border-radius: 10px;
    padding: 20px;
    color: #000;
	position:relative;
	min-height:350px;
}
.test-photo {
    position: absolute;
    z-index: 999;
    top: -28px;
    width: 90px;
    border-radius: 10px;
}
.testimonial-card p{
    color: #000;
}
/*** Footer ***/
.footer {
    padding-top:80px;
	padding-bottom:30px;
}
.footer .bottom-col {
    background: #ff6016;
    border-radius: 30px;
    padding: 30px;
}
.footer-logo img{
	width:120px;
}
.footer-logo p{
	color:#ddd;
	max-width:350px;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ddd;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ddd;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #ddd;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #ddd;
    border: 1px solid#ddd;
}
.footer span {
    color: #888;
}
.footer .btn.btn-square:hover {
    color: #fff;
    border-color: #fff;
}
.bottom-col .w-btn {
    border: 1px solid;
    color: #ddd;
    border-radius: 20px;
}
.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}
@media (max-width: 767px) {
#package .nav-link {
    margin: 3px 3px!important;
	font-size:12px;
	    padding: 0.5rem 0.65rem!important;
}
#package .card .card-body {
    padding: 20px;
}
.card-header h4 {
    margin-top: 15px;
}
#lead_sec4 {
    padding: 40px 10px;
    background: unset;
    background-color: #000;
}
#menu1 .row, #menu2 .row, #menu11 .row {
    padding: 0px!Important;
}

.our-clients img {
    padding: 0px;
    width: 90px!important;
    margin: 10px;
}
.black-sec .container h2 {
    font-size: 5rem;
}
.mid-form {
    width: 100%;
}
.mid-form .d-flex{
   display:unset!important;
}  
.black-sec .container h5 {
    font-size: 4rem;

} 
}