/* Common Style */

@font-face{
    font-family:"Poppins";
    src:url("../css/fonts/Poppins/Poppins-Bold.eot");
    src:url("../css/fonts/Poppins/Poppins-Bold.eot?v=2.0.0#iefix") format("embedded-opentype"),
        url("../css/fonts/Poppins/Poppins-Bold.ttf") format("truetype"),
        url("../css/fonts/Poppins/Poppins-Bold.woff") format("woff"),
        url("../css/fonts/Poppins/Poppins-Bold.svg#Poppins-Bold") format("svg");
    font-style:normal;
}
@font-face{
    font-family:"Poppins";
    src:url("../css/fonts/Poppins/Poppins-Medium.eot");
    src:url("../css/fonts/Poppins/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
        url("../css/fonts/Poppins/Poppins-Medium.ttf") format("truetype"),
        url("../css/fonts/Poppins/Poppins-Medium.woff") format("woff"),
        url("../css/fonts/Poppins/Poppins-Medium.svg#Poppins-Medium") format("svg");
    font-style:normal;
}
@font-face{
    font-family:"Mulish";
    src:url("../css/fonts/Mulish/Mulish-Bold.eot");
    src:url("../css/fonts/Mulish/Mulish-Bold.eot?#iefix") format("embedded-opentype"),
        url("../css/fonts/Mulish/Mulish-Bold.ttf") format("truetype"),
        url("../css/fonts/Mulish/Mulish-Bold.woff") format("woff"),
        url("../css/fonts/Mulish/Mulish-Bold.svg#Mulish-Bold") format("svg");
    font-style:normal;
} 

*{
    padding: 0;
    margin: 0;
    border:0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.main {
	max-width: 1920px;
	margin: auto;
}

section,footer{
    /* overflow-x: hidden; */
}

img.img-item {
    width: 100%;
}

p {
    font-size: 15px;
    Line-height :28px;
    font-family: "Poppins";
}

/* Header section */

.naviation-sec {
    position: absolute;
    width: 100%;
    padding-top: 0;
    flex-wrap: wrap;
	background: #fff;
	/* height: 80px; */
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    box-shadow: 0px 0px 60px rgb(0 0 0 / 8%);
}

.nav li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #2a2a2a;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: transparent;
    letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link {
	padding-left: 0;
	padding-right: 0;
	margin: 0 25px;
	padding-bottom: 5px;	
}
.navbar-light .navbar-nav .nav-link.active{
    position: relative;
	color: #D79D00;
}

.nav li a.active:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D79D00;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.container.header-inner {
    padding: 15px 0;
}

.navbar-light .navbar-brand {
    font-family: "Poppins";
}

.navbar-nav .nav-link {
    font-family: "Poppins";
}

section.banner-sec {
    width: 100%;
    height: 850px;
	background: #FAF4EC;
}

.inner-sec {
    display: flex;
    height: 100%;
	margin: 0 auto;
	max-width: 700px;
	text-align: center;
}

section.banner-sec .container {
    height: 100%;
}

.inner-sec.aling-middle.row {
    align-items: center;
}

.banner-info h1 {
	font-weight: 700;
    line-height: 4.688rem;
    font-size: 3.438rem;
    color: #333;
	margin-bottom: 40px;
}
.banner-info p {
	font-size: 1.125rem;
    color: #52545A;
    line-height: 27px;
}

.banner-info .banner-apps {
	margin-top: 50px;
}
.banner-apps a{
	display: inline-block;
	padding: 0 15px;
}
.mob-frame {
	position: absolute;
    top: -25%;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    max-width: 350px;
    width: 100%;
}

.banner-info .info-sec {
    text-align: left;
}

.banner-info .title-sm {
    justify-content: flex-start;
    text-align: left;
    margin: 0;
}

.banner-img.item-right {
    padding: 30px;
}


/* featured Section */
section.services-sec {
    text-align: center;
    padding: 80px 0;
}

.title-sm {
    justify-content: center;
    align-items: center;
}

.title-bg h2 {
    font-size: 2.75rem;
    line-height: 65px;
    font-family: "Poppins";
	color: #222B45;
    font-weight: 700;
}

.content-sec {
    padding: 0;
}

img.img-item.img-hover {
    display: none;
}


.feature-title {
    padding: 6px 0;
}

.theme-inner {
    padding: 30px 15px;
}

.theme-inner h5 {
    font-size: 20px;
    font-family: "Poppins";
}

.item-left, .item-center, .item-right {
    margin: 15px 0;
}

/* About Us */
.about-sec {
    padding: 60px 0 40px;
    position: relative;
	background: #FAF4EC;
}
.about-img img {
    padding: 40px 0;
}

.about-info {
    padding: 40px;
    align-items: center;
    display: flex;
}

.about-info .info-sec {
    align-items: center;
}

.about-info .content-sec p {
	color:#52545a;
}


/* Our Servies */

.services-img-outer {
	display: block !important;
	margin-top: -233px;
}
.services-img .img-item {
    width: auto;
}
.services-sec .theme-inner {
	display: flex;
}
.services-img.ser-left {
    text-align: right;
    padding: 0 0 0 20px;
    margin-bottom: 15px;
}
.services-img.ser-right {
    text-align: left;
    padding: 0 20px 0 0;
    margin-bottom: 15px;
}

.ser-con-left.services-title {
    text-align: right;
    padding: 0px 0 5px;
}
.ser-con-right.services-title {
    text-align: left;
    padding: 0px 0 5px;
}

.ser-con-left .services-cont {
    text-align: right;
}
.ser-con-right .services-cont {
    text-align: left;
}


.services-title h5 {
    font-size: 2.188rem;
    font-family: "Poppins";
	font-weight: 700;
	color: #333;
}

section#services {
    padding-top: 30px;
    position: relative;
	padding-bottom: 25px;
}

.servies-carousel.owl-theme {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.servies-carousel.owl-theme .item {
    padding: 0 10px;
}

img.mob-img {
    height: 95%;
}

.mob-right {
    padding: 30px 0;
}

.mob-right h2{
    text-align: left;
}
.mob-right h3 {
    font-size: 28px;
    font-family: "Poppins";
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}

.mob-right p {
    text-align: left;
    padding: 14px 0;
    margin: 0;
    font-size: 15px;
}

.mob-dev {
    padding: 0px 30px;
}

/* Portflio */
.about-sec{
	background: #FAF4EC;
}
.portfolio-tab {
    position: relative;
    width: 795px;
    padding: 5px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    margin: 30px auto;
}

.portfolio-tab ul {
    border: none;
}

.portfolio-tab .button {
    font-size: 16px;
    background: none;
    border: none;
    flex: 1;
    text-align: center;
    padding: 16px 0;
    cursor: pointer;
    z-index: 2;
    transition: color 240ms ease;
    margin: 0;
    width: 100%;
    position: relative;
    color: #333;
    font-family: "Poppins";
}

.portfolio-tab .button.active {
    color: #fff;
    background: transparent;
}

.indicator {
    position: absolute;
    height: calc(100% - 20px);
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 153px;
    border-radius: 100px;
    margin-left: calc((100% / 5 - 8px) * var(--active-index));
    transition: margin-left 360ms cubic-bezier(.53,.32,.22,1.07);
    background: rgb(255,128,45);
    background: linear-gradient(90.01deg, #FF812D 0%, #FFA028 100%);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.tab-inner div {
    margin-bottom: 15px;
}

.portfolio-sec li.nav-item {
    width: 151px;
}

/* Client */
.client-info img {
    position: absolute;
    top: -240px;
    left: -81px;
    width: 140%;
}

.client-info .item-left {
    position: relative;
}

.client-info {
    padding: 50px 30px;
    background: rgb(255,128,45);
    background: linear-gradient(270.09deg, #FF812D 3.43%, #FFA028 93.92%);
    box-shadow: 0px 0px 60px rgba(255, 129, 45, 0.2);
    border-radius: 30px;
    margin-top: 90px;
}

.client-info .client-title h2,.client-info .client-cont p {
    color: #fff;
    text-align: left;
}

.client-info .item-right {
    padding: 0 40px;
}

button.client-btn {
    background: #fff;
    padding: 10px;
    width: 170px;
    border-radius: 100px;
    float: left;
    color:#FF822C;
    font-family: "Poppins";
}

.client-cont {
    padding: 10px 0;
}

.client-title h2 {
    font-family: "Poppins";
}

/* Testimonial */
.owl-carousel.owl-theme {
    width: 100%;
    margin: auto;
    text-align: center;
    justify-content: center;
}

.testimonial-inner .img-item.quotes {
    width: auto;
    text-align: center;
    justify-content: center;
    margin: 15px auto;
}

.testimonial-inner {
    text-align: center;
    justify-content: center;
}

.owl-item .testimonial-inner {
    width: 65%!important;
    margin: auto;
}

.testimonial-client img.client-test {
    width: 120px;
    margin: auto;
    background: linear-gradient(112.52deg, #ffffff 90.66%, #FFA028 90.13%);
    border-radius: 100px;
}

.testimonial-cont p {
    font-family: "Poppins";
}

.testimonial-client h6 {
    padding: 15px 0 0px;
    font-weight: bold;
    font-family:"Poppins";
}

.testimonial-client p {
    color: #fc7f2d;
}

.testimonial-sec{
    position: relative;
    z-index: 1;
}

.testimonial-sec:after {
    content: '';
    position: absolute;
    top: 130px;
    right: 0;
    background: url(../images/shape4.png) no-repeat;
    background-position: right top;
    width:200px;
    height: 100%;
    z-index: 0;
}

/* FAQ's */
.faq-section {
	padding: 70px 0 0;
}
.faq-section .faq-title {
	margin-bottom: 40px;
}
.faq-section .accordion {
	max-width: 750px;
	margin: 0 auto;
}
.accordion-item {
	border: 0;
}
.accordion-button {
	color: #333333;
	font-weight: 500;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
	margin-bottom: 20px;
}
.accordion-button:not(.collapsed) {
	color: #333333;
    background-color: #FAF4EC;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
}

/* Apps */
.apps-flow {
	background: #FAF4EC;
    border-radius: 85px;
    /* width: 90%; */
    height: 100%;
    padding: 40px;
    border-radius: 40px;
    margin: auto;
	margin-top: 150px;
}
.appframe {
	margin-top: -130px;
	width: 100%;
	max-width: 546px;
}
.apps-left-outer h3 {
	font-size: 2.813rem;
	font-weight: 700;
}
.apps-img-logos a {
	display: inline-block;
	vertical-align: top;
}


/* Footer */
.contact-title {
	background: #fff;
	padding: 50px 0;
}
.contact-title h3, .faq-title h3, .about-title h3 {
	font-family: "Mulish";
	font-weight: 800;
	line-height: 75px;
	margin-bottom: 0;
	text-align: center;
	font-size: 3.75rem;
	color: #222B45;
}
footer.footer {
	max-width: 1920px;
    width:100%;
    z-index: 1;
    padding: 80px 0 0;
}
.footer-outer {
	background: #FAF4EC;
}
.footer-inner form {
	padding: 30px 0 50px;
}

.footer-inner h4 {
    font-size: 24px;
    line-height: 56px;
}

.footer-inner input {
    width: 100%;
    height: 44px;
    background: #fff;
    border: 1px solid #EEE0CA;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px 15px;
    margin-bottom: 25px;
    font-family: "Poppins";
	color: #52545A;
}

.footer-inner textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #EEE0CA;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px 15px;
    margin-bottom: 25px;
    font-family: "Poppins";
}

button.button-send {
    background: #D79D00;
    border-radius: 10px;
    width: 180px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-family: "Poppins";
	margin-left: calc(var(--bs-gutter-x) * .5)
}
.form-title {
	font-family: Poppins;
	font-size: 25px;
	line-height: 38px;
	color: #444444;
}
textarea {
	resize: none;
}
.address img {
	display: block;
	text-align: center;
	justify-content: center;
	margin: auto;
	width: 100%;
}

.address p,.address a {
    text-align: center;
    line-height: 23px;
    margin: auto;
    justify-content: center;
    width: 100%;
    display: block;
    padding: 20px 10px;
    font-family: "Poppins";
    color: #333;
    text-decoration: none;
}
.form-control:focus {
	border-color: #EEE0CA;
	box-shadow: none;
}
.address {
    padding-bottom: 25px;
}

.footer-bottom li {
    display: inline-flex!important;
    width: 110px;
    text-align: center;
}

.footer-bottom ul.nav.navbar-nav{
    flex-direction: row;
    justify-content: center;
    padding: 30px 0 15px;
}
.footer-copyright ul.nav.navbar-nav {
    flex-direction: row;
    justify-content: center;
    padding: 0 0 15px;
}

.footer-bottom ul.nav.navbar-nav li a.nav-link {
    color: #fff;
}
.footer-copyright {
	background: #D79D00;
	padding: 20px 0;
}
.footer-copyright p {
    text-align: center;
    color: #fff;
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 0;
}

.footer-address {
    padding: 30px 30px 0;
	border-right: 1px dashed rgba(68,68,68,.3);
}

.footer-form {
    padding: 30px 30px 0;
}
.info-sec {
    padding-bottom: 30px;
}

.whatsapp-btn {
    position: fixed;
    z-index: 9;
    bottom: 10px;
    right: 10px;
}

.whatsapp-btn img {
    width: 50px;
    height: 50px;
}
.apps-flow {
	height: 670px;
}

@media only screen and (max-width:1400px){
	.banner-info h1 {
		line-height: 4rem;
		font-size: 3rem;
	}
	.services-title h5 {
		font-size: 1.563rem;
	}
	.contact-title h3, .faq-title h3, .about-title h3 {
		font-size: 3.125rem;
	}
	.form-title {
		font-size: 22px;
	}
	.title-bg h2 {
		font-size: 2.188rem;
		line-height: 50px;
	}
	.apps-left-outer h3 {
		font-size: 2.188rem;
	}
	.apps-flow {
		height: 610px;
	}
}
@media (max-width:1200px){
    img.mob-img{
        width:100%;
    }
    .services-sec .theme-inner {
        padding: 0;
    }
	.services-img .img-item {
		width: 50px;
	}
	.ser-frame-img img.img-item {
		width: 100%;
		max-width: 300px;
	}
	.apps-left-outer h3 {
		font-size: 1.875rem;
	}
	.contact-title h3, .faq-title h3, .about-title h3 {
		font-size: 2.5rem;
	}
	section.banner-sec {
		height: 750px;
	}
	.banner-info h1 {
		line-height: 3rem;
		font-size: 2.5rem;
		margin-bottom: 30px;
	}
	.banner-info p {
		font-size: 1rem;
	}
	.banner-info .banner-apps {
		margin-top: 40px;
	}
	.inner-sec {
		max-width: 500px;
	}
	.services-img-outer {
		margin-top: -182px;
	}
	.services-title h5 {
		font-size: 1.375rem;
	}
	.ser-con-left .services-cont, .ser-con-right .services-cont {
		line-height: 25px;
	}
	.title-bg h2 {
		font-size: 1.875rem;
		line-height: 40px;
	}
	.faq-section {
		padding: 40px 0 0;
	}
	.contact-title {
		padding: 25px 0;
	}
	footer.footer {
		padding: 30px 0 0;
	}
	.apps-flow {
		height: 485px;
	}
}

@media only screen and (min-width: 992px){
	#services .servies-carousel {
		display: flex;
	}
	.theme-inner.services-img-outer {
		padding: 0 20px;
	}
}
@media (max-width:991px){
    .title-bg h2 {
        font-size: 28px;
        line-height: 38px;
    }
    
    img.mob-img {
        height: auto;
    }

    .about-info{
        width:100%;
        position: relative;
        z-index: 1;
		padding: 0;
		padding-top: 30px;
    }
    .about-img img {
		padding: 0;
	}
    .footer-inner {
        width: 100%;
    }
    .footer-inner input, .footer-inner textarea {
		margin-bottom: 0;
	}
	button.button-send{
		width: 150px;
		height: 50px;
	}
	.form-title {
		font-size: 18px;
		line-height: 28px;
	}

    .naviation-sec{
        position: relative;
    }

    .naviation-sec.fixed-header{
        position: fixed;
    }
    .container.header-inner{
        padding: 15px 20px;
    }
    li.nav-item.quote-info{
        margin-left: 0;
    }
    .navbar-collapse{
        margin-top: 16px;
    }
     
    .navbar .navbar-toggler:hover span,
    .navbar .navbar-toggler:focus span {
        background: rgb(255,128,45);
        background: linear-gradient(90.01deg, #FF812D 0%, #FFA028 100%);
    }
    .navbar-toggler:focus {
        box-shadow: none!important;
    }
     
    /* rotate first span */
    .navbar .navbar-toggler[aria-expanded="true"] span:first-of-type {
        transform: rotate(45deg) translate(6px, 6px);
    }
     
    /* hide second span */
    .navbar .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
        opacity: 0;
    }
     
    /* rotate third span */
    .navbar .navbar-toggler[aria-expanded="true"] span:last-of-type {
        transform: rotate(-45deg) translate(5px, -5px);
    }
     
    .navbar .navbar-toggler[aria-expanded="false"] span {
        transform: none;
        opacity: 1;
    }
    
    .navbar .navbar-toggler span {
        display: block;
        width: 30px;
        height: 2px;
        margin: 6px auto;
        background: rgb(255,128,45);
        background: linear-gradient(90.01deg, #FF812D 0%, #FFA028 100%);
        transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    }
    
    /* rotate first span */
    .navbar .navbar-toggler[aria-expanded="true"] span:first-of-type {
        transform: rotate(45deg) translate(6px, 6px);
    }
     
    /* hide second span */
    .navbar .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
        opacity: 0;
    }
     
    /* rotate third span */
    .navbar .navbar-toggler[aria-expanded="true"] span:last-of-type {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    
    .navbar .navbar-toggler[aria-expanded="false"] span {
        transform: none;
        opacity: 1;
    }
    .navbar-light .navbar-toggler{
        border:none!important;
    }
    br{
        display: none;
    }
	section.banner-sec {
		height: 450px;
	}
	.services-img-outer {
		margin-top: 0;
	}
	p {
		font-size: 14px;
		line-height: 26px;
	}
	.contact-title h3, .faq-title h3, .about-title h3 {
		font-size: 2.5rem;
		line-height: 40px;
	}
	.appframe {
		margin-top: 0;
	}
	.header-inner {
		align-items: flex-start !important;
	}
	.apps-right-outer {
		text-align: center;
	}
	.apps-flow {
		height: auto;
		margin-top: 75px;
	}
	.item-left .theme-inner {
		display: inline-block;
		vertical-align: top;
	}
	.ser-con-left.services-title {
		float: right;
		width: calc(100% - 70px);
		text-align: left;
	}
	.ser-con-left .services-cont {
		text-align: left;
	}
	.services-img.ser-left {
		float: left;
		padding: 0 20px 0 0;
	}
	.servies-carousel {
		display: table;
	}
	section#services {
		padding-bottom: 60px;
	}
	.item-left {
		float: left;
		display: table-header-group;
		margin-bottom: 0;
	}
	.item-center {
		display: table-footer-group;
	}
	.item-right {
		float: left;
		display: table-column-group;
		margin-top: 0;
	}
	.navbar-toggler {
		margin-top: 5px;
	}
	.header-inner .col-md-8 {
		text-align: right;
	}
	.header-inner .col-md-8 .navbar-nav {
		text-align: left;
	}
	.naviation-sec {
		padding-bottom: 0;
	}
}

@media (max-width:767px){
    section.banner-sec {
        padding-top: 0%;
    }
    .banner-info .title-sm h6 {
        margin: 15px auto;
    }
    .banner-info .info-sec{
        text-align: center;
    }
    
    footer#contactus {
        background-size: 600%;
    }
    
    .banner-img.item-right {
        display: none;
    }
    
    .naviation-sec{
        background-color: #fff;
    }
    .modal-dialog.modal-dialog-centered {
        max-width: 100%!important;
    }
    .quote-left.footer-inner{
        width:100%;
    }
    .inner-sec.aling-middle.row {
        align-items: center;
    }
    .about-img img {
        position: relative;
        z-index: 2;
    }
    
    .about-info:after {
        top: 0;
        z-index: -1;
    }

    .about-img img {
        position: relative;
        z-index: 2;
    }
    
    .about-info:after {
        top: 0;
        z-index: -1;
    }
    
    .mob-right p {
        padding: 6px 0;
    }
	.banner-info h1 {
		line-height: 2.5rem;
		font-size: 2rem;
	}
	.about-sec {
		padding: 40px 0;
	}
	.title-bg h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.about-info {
		padding-top: 20px;
	}
	.apps-flow {
		margin-top: 70px;
	}
	.apps-left-outer h3 {
		font-size: 20px;
	}
	.container {
		max-width: 100% !important;
	}
	.servies-carousel.owl-theme .item {
		padding: 0 20px;
	}
	.about-info, .about-img, .faq-section .container, .apps-sec .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer-address {
		display: none;
	}
	.apps-img-logos img {
		height: 50px;
	}
	.apps-img-logos a {
		display: inline-block;
		margin-bottom: 15px; 
	}
	.footer-inner form {
		padding: 0 0 30px;
	}
	.footer-copyright p {
		line-height: 20px;
	}
	.naviation-sec {
		padding-bottom: 0;
	}
}
@media(max-width:540px){
	.footer-copyright p {
		font-size: 13px;
	}
	.footer-inner input, .footer-inner textarea {
		font-size: 14px;
	}
	.contact-title h3, .faq-title h3, .about-title h3 {
		font-size: 2rem;
		line-height: 25px;
	}
	.banner-info h1 {
		line-height: 2.25rem;
		font-size: 2rem;
	}
	.banner-info p {
		font-size: 14px;
		line-height: 24px;
	}
	.banner-info .banner-apps {
		margin-top: 20px;
	}
	.banner-apps a {
		margin-bottom: 15px;
	}
	.banner-apps a img {
		height: 50px;
	}
}
@media(max-width:320px){
    .portfolio-sec li.nav-item {
        width: auto;
        padding: 5px 3px;
    }
    
    .portfolio-tab .button {
        padding: 7px;
    }
    
    .portfolio-tab .button.active {
        padding: 6px;
    }
}