/*--------common css started--------*/
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight:300;
    line-height: 30px;
	/*color: #7c8d93 !important;*/
    color: #7f7f7f !important;
}
a {
	color: #ff497c;
	text-decoration: none;
	transition: all 0.4s;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #ff497c;
}
ul,ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select, .form-control {
    background-color: #f4f4f5;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    letter-spacing: .1em;
    line-height: 24px;
    padding-bottom: 11px;
    padding-left: 28px;
    padding-right: 30px;
    padding-top: 10px;
    width: 100%;
}
label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.6em;
    text-transform: uppercase;
    /*color: #323232;*/
    color:#7f7f7f;
}
textarea, textarea.form-control {
    height: auto;
    padding-top: 20px;
}
.form-control:focus{
	box-shadow:none;
}
.form-control:focus{
	background-color:#f4f4f5;
	border-color:#dedfe1;
	color:#7f7f7f;
}
.form-control.invalid{
	box-shadow:0 0 0 2px #ff497c;
}
.required {
    color: #dc5753;
}

.f-w-800 {
	font-weight: 800; /* extra bold */
}
.f-w-700 {
	font-weight: 700; /* bold */
}
.f-w-600 {
	font-weight: 600; /* semi-bold */
}
.f-w-500 {
	font-weight: 500; /* medium */
}
.f-w-400 {
	font-weight: 400; /* regular */
}
.f-w-300 {
	font-weight: 300; /* light */
}
.fs-40 {
	font-size: 40px;
}
.fs-30 {
	font-size: 30px;
}
.fs-26 {
    font-size: 26px;
}
.fs-24 {
    font-size: 24px;
}
.fs-23 {
	font-size: 23px;
}
.fs-22 {
	font-size: 22px;
}
.fs-20 {
	font-size: 20px;
}
.fs-19 {
	font-size: 19px;
}
.fs-18 {
	font-size: 18px;
}
.fs-17 {
	font-size: 17px;
}
.fs-16 {
	font-size: 16px;
}
.fs-15 {
	font-size: 15px;
}
.fs-14 {
	font-size: 14px;
}
.fs-13 {
	font-size: 13px;
}
.fs-12 {
	font-size: 12px;
}
.fs-11 {
	font-size: 11px;
}
.fs-10 {
	font-size: 10px;
}

.clr-pink {
	color: #ff497c;
}
.background-img {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.flexslider-overlay {
    background-color: rgba(31, 39, 50, .7);
    bottom: 0;
    content: "";
    display: block;
    height: 99%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}
.tl_clr h1, .tl_clr h2, .tl_clr h3, .tl_clr h4, .tl_clr h5, .tl_clr h6, .tl_clr strong {
    color: #1f2732;
}
.divider-35 {
    margin-top: 35px;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.text-right {
    text-align: right;
}

.color-main2 {
    border-color: #a0ce4e;
    color: #a0ce4e !important;
}
.bg-main2 {
    background-color: #a0ce4e !important;
}
.color-main3 {
    border-color: #00bea3;
    color: #00bea3 !important;
}
.bg-main3 {
    background-color: #00bea3 !important;
}
.color-main4 {
    border-color: #f1894c;
    color: #f1894c !important;
}
.bg-main4 {
    background-color: #f1894c !important;
}
.modified-container {
    max-width: 1300px;
    width: 100%;
}
.long-container {
    max-width: 1400px;
    width: 100%;
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*----buttons css-------*/

.btn_default {
    border: 4px solid;
    background: none;
    font-weight: 700;
    padding: 20px 50px;
    border-radius: 33px;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 1.6em;
    text-transform: uppercase;
}
.outlined-button {  
    color: #1f2732; 
    border-color: #ff497c; 
    background-color: #fff;
}
.outlined-button:hover {
    color: #fff; 
    background: #ff497c;
}
.filled-button {
    color: #fff; 
    background: #ff497c;
    border-color: #ff497c;
}
.filled-button:hover {
    background: none;
}
.white-button {
    color: #1f2732;
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.white-button:hover {
    color: #fff; 
    background: #ff497c;
    border-color: #ff497c;
}
.outlined-button.btn-main2 { 
    border-color: #a0ce4e;
}
.outlined-button.btn-main2:hover { 
    background: #a0ce4e;
}
.outlined-button.btn-main3 { 
    border-color: #00bea3;
}
.outlined-button.btn-main3:hover { 
    background: #00bea3;
}
.outlined-button.btn-main4 { 
    border-color: #f1894c;
}
.outlined-button.btn-main4:hover { 
    background: #f1894c;
}
/*-----------------------*/
/*------end common css-------*/

/*------------------------
start header & footer css
-------------------------*/
.main_menu {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    padding: 15px;
    background-color: rgba(31, 39, 50, .9);
}
.navbar-brand {
    max-width: 350px;
}
.menu_bar {
	justify-content: right;
}
.menu_bar .site-link {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
    padding: 14px 25px !important;
}
.menu_bar li.active .site-link,
.menu_bar .site-link:hover {
	color: #ff497c;
}
.menu_bar li a:after {
	color: #fff;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 5px;
    margin-left: 0;
    position: relative;
    right: -25px;
    top: -3px;
}
.menu_bar li:last-child a:after {
	content: none;
}

/*========================*/

footer {
    background-color: #1f2732;
    text-align: center;
    padding: 60px;
}
footer .footer_logo {
    max-width: 400px;
    width: 100%;
    margin: auto;
}
.footer_logo .social_btns a {
    margin: 20px;
    text-decoration: none;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    color: #ff497c;
}

.last_sec {
    background-color: #ff497c;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.last_sec p {
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 0;  
}
/*------------------------
end header & footer css
-------------------------*/

/*-------------
home page css
---------------*/
.body_box {
	padding-top: 0;
}

.body_banner {
	/*height: 1000px;*/
    overflow-y: hidden;
    position: relative;
}
.banner-content {
    position: absolute;
    max-width: 1270px;
    width: 100%;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -45%);
    z-index: 1029;
}
.banner-content .s-title {
    font-weight: 700;
    font-size: 70px;
    margin-bottom: 30px;
}
.banner-content .title-box {
    background-color: rgba(255,255,255,0.2);
    padding: 50px 30px;
    text-align: center;
}

/*---aboutdiv css start---*/
/*.about_sec {
    padding: 50px;
}*/
/*---aboutdiv css end---*/

/*---service_sec css start---*/
.service_sec .service-box {
    padding: 0 20px 50px 20px;
}
.service_sec .service-icon img {
    max-width: 120px;
}
.service_sec .p-title {
    padding-top: 20px;
    font-size: 24px;
}
.p-title:hover {
    color: #ff497c;
}
/*---service_sec css end---*/

/*---process_sec css start---*/
.process_sec {
    background-image: url(../img/process_bg.jpg);
    position: relative;
}
.process_sec .step-title {
    font-size: 54px;
    margin-right: -30px;
    color: #fff;
}
.process_sec .step-title span {
    font-size: 70px;
    font-weight: 600;
}
.color-main {
    border-color: #ff497c;
    color: #ff497c !important;
}
.process_sec .step-center-part {
    position: relative;
    margin-bottom: 60px;
}
.process_sec .step-center-part:after {
    background-image: url(../img/right_arrow.png);
    background-repeat: no-repeat;
    bottom: -97px;
    content: "";
    display: block;
    height: 136px;
    position: absolute;
    right: 55px;
    width: 34px;
    z-index: 4;
}

.process_sec .right .step-center-part:after {
    background-image: url(../img/left_arrow.png);
    left: 55px;
    right: auto;
}
.process_sec .right .step-center-part.last:after {
    background-image: none;
}

.process_sec .step-center-part img {
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    max-width: 270px;
}


/*-----process_sec css end------*/

/*=====price block section=====*/

.pricing_sec .section-title {
	margin-bottom: 50px;
}
.price-box {
	background-color: #f4f4f5;
    color: #6e6e6e;
}
.price-box.plan-adv {
	background-color: #1f2732;
    margin-top: -5px;
}
.price-box a {
	position: relative;
    top: 38px;
}
.prices-box {
    text-align: center;
    padding: 30px 0;
}
.price-box .prices-box {
	background-image: -webkit-linear-gradient(10deg,#6ebdfe 0%,#9b8aff 100%);
	color: #fff;
}

.price-box .price-title {
	padding: 35px 20px;
}
.price-box .price-title h2 {
	color: #fff;
	margin-bottom: 0;
}
.price-box .price-content {
	color: #838386;
	padding: 20px 60px;
}
.price-box .price-content li {
	padding: 15px 5px;
    border-bottom: 1px solid #e1e1e1;
}
.price-box .price-content li:last-child {
	border-bottom: none;
}
/*=====end price block=====*/

/*-----work_sec css start------*/

.work_sec .work_logos {
    max-width: 300px;
}
.work_sec .work_logos img {
    padding: 40px 30px;
}
.sec-work {
    background-image: url(../img/hm/work-ban.webp);
    background-repeat: no-repeat;
    background-position: right!important;
    -webkit-appearance: none;
    padding: 50px 0;
}
/*-----work_sec css end------*/

/*-----sub_footer_sec css start------*/

.footer-form .c-gutter-20{
	margin: 40px 0;
}
.footer-form .filled-button:hover {
	color: #ff497c;
}
.form-group {
    position: relative;
}
.has-placeholder label {
    display: none;
}
.contact-form textarea {
    min-height: 220px;
}
.contact-form [class*=col-]>.form-group+.form-group {
    margin-top: 20px;
}

.sub_footer_2 {
    background-color: #f4f4f5;
    color: #6e6e6e;
}

.sub_footer_2 .border-icon {
    border: 4px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 65px;
    height: 2.5em;
    padding: 4px;
    width: 2.5em;
}
.sub_footer_2 .teaser-icon {
    background-color: #fff;
    border-radius: 50%;
    color: #1f2732;
    font-weight: 500;
    height: 100%;
    width: 100%;
}
.teaser-icon img {
    margin-top: 41px;
}
.sub_footer_2 h6 {
    margin: 23px 0 13px;
    font-size: 24px;
}
/*-----sub_footer_sec css end------*/
.contact_banner {
    background-image: url(../img/contact.jpg);
    height: 500px;
    overflow-y: hidden;
}

/*==========================
Start Page Media query
============================*/

/*Extra small devices (portrait phones, less than 576px)*/
 /*No media query for `xs` since this is the default in Bootstrap*/

 /*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

 /*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

}

 /*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	
}

 /*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

	.process_sec .step-title span {
	    font-size: 150px;
	    font-weight: 600;
	    left: -45%;
	    letter-spacing: 1px;
	    position: absolute;
	    top: 1px;
	    width: 100%;
	    line-height: 60px;
	}
	.process_sec .step-text {
    margin-left: -30px;
	}
	.process_sec .right .step-title span {
	    left: 43%;
	    position: absolute;
	    top: 1px;
	}
	.process_sec .part3 span {
	    left: -48%;
	}
	.process_sec .right .part4 span {
	    left: 48%;
	}
}


 /*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

    /*--banner css--*/

    .flexslider-overlay {
        height: 98%;
    }

	.main_menu {
		padding: 10px;
	}
	.navbar-brand {
		max-width: 300px;
	}

}

 /*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 

    /*--banner css--*/
    .banner-content .s-title {
        font-size: 50px;
    }
	.main_menu {
		padding: 5px;
	}
	.navbar-brand {
	    max-width: 265px;
	}
	.main_menu .navbar-toggler {
		padding: 4px;
		border-color: #fff;
        color: #fff;
	}
    .navbar-nav {
        padding-top: 20px;
    }
    .menu_bar li a:after {
        content: none;
    }
    .price-box {
       margin-bottom: 50px;
    }
	.process_sec .step-center-part:after {
		content: none;
	}
    .contact_banner {
        height: 300px;
    }

}
 /*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 

    .about_sec {
        padding: 15px;
    }
    .about_sec .info_div p {
        text-align: justify !important;
    }  
	.price-box .price-title h2 {
		font-size: 28px;
	} 
	.price-box .price-title p {
		font-size: 20px;
	}
	.process_sec .step-title {
		margin-right: unset;
	}
    .contact-form textarea {
        margin-top: 20px;
    }
    footer {
        padding: 30px;
    }
}

 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

}
 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 365.98px) { 
	
}