/*
Theme Name: Wp Bootstrap 4 Child
Author: Admin
Template: wp-bootstrap-4
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');

/*Deafult Start*/
body {
	font-family: 'Poppins', sans-serif;
	color: #0F203A;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
a {
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
a:hover {
	text-decoration: none;
}
:focus{
	outline: none;
}
.site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}
.site-content{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
.section-title {
	position: relative;
	text-align: center;
	font-weight: 800;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 0.05em;
	color: #0F203A;
	margin-bottom: 40px;
}
.section-title span {
	color: #00e0aa;
}
.section-title:after {
	content: '';
	position: absolute;
	width: 55px;
	height: 6px;
	background: #00D19F;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.section-description {
	font-size: 20px;
	line-height: 30px;
	opacity: 0.7;
	margin-bottom: 10px;
}
.section-description span {
	font-weight: bold;
}
.landing-section {
	padding: 225px 0;
	background-size: cover;
	background-position: center;
	height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #0f203a;
}
.landing-section .section-title {
	font-weight: 800;
	font-size: 60px;
	line-height: 100%;
	color: #fff;
}
.landing-section .section-description {
	color: #fff;
	font-size: 30px;
	line-height: 109%;
}
.particle_bg #mycanvas {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    bottom: 0;
}
.particle_bg #mycanvas div > div {
    display: none;
}
.particle_bg #mycanvas div {
    height: 100%;
}
.particle_bg #mycanvas div canvas {
    height: 100% !important;
}
.form-control {
	background: #EEEEEE;
	border-radius: 3px 3px 0px 0px;
	border: none;
	border-bottom: 1px solid rgba(47, 61, 88, 0.1);
	padding: 8px 12px;
	height: auto;
}
.form-control:focus {
	box-shadow: none;
	background: #EEEEEE;
}
.form-control::-webkit-input-placeholder {
	color: #2F3D58;
	opacity: 0.3;
}
.form-control::-moz-placeholder {
	color: #2F3D58;
	opacity: 0.3;
}
.form-control:-ms-input-placeholder {
	color: #2F3D58;
	opacity: 0.3;
}
.form-control::-ms-input-placeholder {
	color: #2F3D58;
	opacity: 0.3;
}
.form-control::placeholder {
	color: #2F3D58;
	opacity: 0.3;
}
textarea.form-control {
	height: 95px;
}
.form-group{
	margin-bottom: 13px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background-color: #398f14;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin: 30px 0 16px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #fe5b5b;
	background-color: #fe5b5b;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin: 30px 0 16px;
}
span.wpcf7-not-valid-tip {
	font-size: 14px;
	color: #fe5b5b;
}
.btn {
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 14px;
    line-height: 100%;
    letter-spacing: 0.05em;
}
.btn-primary {
	background: #00D19F;
	color: #fff;
	border-color: #00D19F;
}
.btn-primary:hover {
	background: #08b78d;
	border-color: #08b78d;
}
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle {
	background-color: #08a27d;
	border-color: #08a27d;
}
.btn-primary:focus, .btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}
.scrollbar-track-y {
	right: 10px !important;
	display: block !important;
	background: rgba(0, 0, 0, 0.08) !important;
	opacity: 1 !important;
}
.scrollbar-thumb {
	background: rgba(0, 0, 0, 0.08) !important;
	opacity: 1 !important;
}
.deafult-landing-section {
	background-image: url(assets/images/deafult-landing-back.png);
	background-color: #0F203A;
	height: calc(50vh - 110px);
}
.contact-landing-section, .about-landing-section {
	height: calc(50vh - 80px);
}
.deafault-content-section {
	padding: 80px 0;
}
.content-section {
	padding: 80px 0;
	background-color: #F4F7F9;
}
/*Deafualt End*/

/*Header Start*/
header {
	background-color: #0F203A;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
}
.website-audit-link {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #16C098;
	padding: 2px 0;
}
.website-audit-link__text {
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.05em;
	color: #fff;
}
.website-audit-link__text:hover {
	color: #fff;
	opacity: .8;
}
.website-audit-link__text img {
	margin-left: 10px;
}
.navbar {
    padding: 10px 20px;
}
.navbar-toggler-icons {
	display: block;
	background: #F8F8F8;
	border-radius: 5px;
	width: 26px;
	height: 3px;
	margin-bottom: 4px;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.navbar-toggler {
	border: none;
	position: relative;
	z-index: 2;
	padding: 6.5px 2px;
}
.custom-logo-link {
    position: relative;
    z-index: 2;
    display: inline-flex;
}
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler-icons:last-child {
	margin-bottom: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-bottom: 0;
	top: 5px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-child(2) {
	opacity: 0;
	margin-bottom: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-collapse {
	position: absolute;
	max-width: 100%;
	right: 40px;
	top: 100%;
	width: 360px;
	z-index: 100;
}
.navbar-nav{
	height: auto;
	background: #F4F7F9;
	border-radius: 10px;
	display: flex;
	padding: 10px 0 10px 10px;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
	max-height: 500px;
	overflow-y: hidden;
	margin-top:5px;
}
.menu {
	padding-right: 30px;
}
.menu-item {
	border-radius: 5px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid rgba(15, 32, 58, 0.1);
}
.menu-item-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 15px;
}
.nav-link {
	font-weight: bold;
	font-size: 17px;
	line-height: 25px;
	color: #0F203A;
	padding: 0;
}
.nav-link:hover {
	color: #2f3d58;
	opacity: .8;
}
.nav-link-text {
	display: flex;
	align-items: center;
}
.nav-link-text img {
	margin-right: 15px;
}
.menu-item .nav-link {
	padding: 15px;
	background-color: transparent;
	border: none;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.menu-item .nav-link:focus {
	outline: none;
}
.submenu-item {
	border-top: 1px solid rgba(15, 32, 58, 0.1);
}
.submenu-item .nav-link {
	padding: 10px 20px 10px 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	opacity: 0.8;
	width: 100%;
}
.site-header .btn {
	margin-right: 30px;
}
/*Header End*/

/*===================   Home Page Start     ========================*/

/*Home Landing Section Section Start*/
.home-landing-section .section-title {
	margin-bottom: 0;
	font-size: 72px;
}
.home-landing-section .section-title:after {
	display: none;
}
/*Home Landing Section Section End*/

/*What We Do Section Start*/
.what-we-do-section {
	padding: 45px 0;
	background-color: #F4F7F9;
}
.what-we-do-section .section-title {
	margin-bottom: 55px;
}
.what-we-do-content .col {
	margin-bottom: 40px;
}
.what-we-do-card {
	color: #0F203A;
	background-color: #fff;
	display: block;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	padding: 20px 20px 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.what-we-do-card-footer {
	width: 100%;
}
.what-we-do-card-body {
	flex: 1 0 auto;
}
.what-we-do-card:hover {
	color: #0F203A;
}
.what-we-do-icon {
	width: 60px;
	margin-bottom: 15px;
}
.what-we-do-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
	margin-bottom: 5px;
	padding: 0 20px;
}
.what-we-do-description {
	line-height: 24px;
	opacity: 0.7;
	margin-bottom: 10px;
}
.what-we-do-start {
	margin-bottom: 0;
	font-weight: 600;
	line-height: 24px;
	text-align: right;
	color: #00E0AA;
	transition: all ease-in-out .3s;
}
.what-we-do-start img {
	width: 8px;
	margin-left: 15px;
}
.what-we-do-card:hover .what-we-do-start {
	color: #03bb8f;
}
/*What We Do Section End*/

/*More Customers Section Start*/
.more-customers-section {
	padding: 65px 0 110px;
}
.more-customers-section .section-title {
	text-align: left;
	font-size: 40px;
}
.more-customers-section .section-title:after {
	left: 0;
	transform: translateX(0);
}
.more-customers-section img {
	box-shadow: 0px 50px 90px rgba(0, 0, 0, 0.04);
}
/*More Customers Section End*/

/*Why us? Section Start*/
.why-us-section {
	background-color: #F4F7F9;
	padding: 40px 0;
}
.why-us-card {
	margin-bottom: 40px;
	padding: 0 40px;
}
.why-us-img {
	position: relative;
	width: max-content;
	margin: auto;
	margin-bottom: 10px;
}
.why-us-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.why-us-img-back {
	background-color: #632ed3;
	border-radius: 5px;
	opacity: 0.2;
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
}
.why-us-section .col:nth-child(2) .why-us-img-back {
	background-color: rgba(255, 64, 110, 0.2);
}
.why-us-section .col:nth-child(3) .why-us-img-back {
	background-color: rgba(255, 153, 0, 0.2);
}
.why-us-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 5px;
}
.why-us-description {
	font-size: 17px;
	line-height: 25px;
	opacity: 0.9;
	margin-bottom: 0;
}
.why-us-description span {
	font-weight: bold;
}
/*Why us? Section End*/
/*===================   Home Page End     ========================*/

/*===================   SEO Page Start     ========================*/
/*Landing Section Start*/
.service-landing-section {
	padding: 130px 0 225px;
}
.section-service-icon {
	width: 60px;
	margin-bottom: 15px;
}
.service-landing-section .section-title {
	font-size: 60px;
	line-height: 90px;
}
.service-landing-section .section-description {
	font-weight: 500;
	font-size: 30px;
	line-height: 109%;
	max-width: 650px;
	margin: auto;
	margin-bottom: 30px;
}
/*Landing Section End*/

/*Service Why Us Section Start*/
.service-why-us-section .col:nth-child(2) .why-us-img-back {
	background-color: rgba(0, 186, 211, 0.2);
}
.service-why-us-section .col:nth-child(3) .why-us-img-back {
	background-color: rgba(29, 196, 95, 0.2);
}
.service-why-us-section .col:nth-child(4) .why-us-img-back {
	background-color: rgba(255, 153, 0, 0.2);
}
.service-why-us-section .col:nth-child(5) .why-us-img-back {
	background-color: rgb(203, 12, 69, 0.2);
}
.service-why-us-section .col:nth-child(6) .why-us-img-back {
	background-color: rgb(3, 63, 217, 0.2);
}
.service-why-us-section .btn {
	display: block;
	width: max-content;
	margin: auto;
	margin-bottom: 15px;
}
/*Service Why Us Section End*/

/*About Service Section Start*/
.about-service-section {
	padding: 80px 0 100px;
}
.about-service-section .row {
	align-items: center;
}
.about-service-section .row:not(:last-child) {
	margin-bottom: 200px
}
.about-service-section .section-title {
	text-align: left;
	font-size: 45px;
	line-height: 67px;
}
.about-service-section .section-title:after {
	left: 0;
	transform: translateX(0);
}
.about-service-section .section-description {
	font-size: 18px;
	line-height: 27px;
	opacity: 0.9;
	padding-right: 30px;
}
.about-service-img {
	text-align: right;
}
.about-service-section .row:nth-child(even) .col:first-child {
	order: 1;
}
.about-service-section .row:nth-child(even) .about-service-img {
	text-align: left;
}
/*About Service Section End*/

/*Seo Work Section Start*/
.seo-work-section {
	padding: 70px 0 0;
	background-color: #F4F7F9;
}
.seo-work-section .col {
	margin-bottom: 40px;
}
.seo-work-card {
	background-color: #fff;
	padding: 20px 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.seo-work-card-body {
	flex: 1 0 auto;
}
.seo-work-icon {
	width: 45px;
	height: 45px;
	margin-bottom: 15px;
	object-fit: contain;
}
.seo-work-section .section-description {
	max-width: 600px;
	text-align: center;
	margin: auto;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
	opacity: 1;
}
.seo-work-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.44px;
	margin-bottom: 8px;
}
.seo-work-title span {
	color: #00e0aa;
}
.seo-work-description {
	line-height: 20px;
	letter-spacing: 0.44px;
	opacity: 0.8;
}
/*Seo Work Section End*/

/*Insane Process Section End*/
.insane-process-section {
	background-color: #F4F7F9;
	padding: 55px 0 0;
}
.insane-process-content {
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	padding: 25px 25px 15px;
	margin-bottom: 30px;
}
.insane-process-content:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 30px;
	background-color: #00D19F;
	bottom: -30px;
	left: 35px;
}
.insane-process-section .col:last-child .insane-process-content:after {
	display: none;
}
.insane-process-heading {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.insane-process-title {
	font-weight: 800;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.05em;
	position: relative;
	margin-bottom: 9px;
}
.insane-process-title:after {
	content: '';
	position: absolute;
	width: 55px;
	height: 6px;
	background: #00D19F;
	bottom: -10px;
	left: 0;
}
.insane-process-description {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 0;
}
.insane-process-img {
	margin-right: 15px;
	height: 45px;
	width: 45px;
	object-fit: contain;
}
.insane-process-btn {
	display: block;
	width: max-content;
	margin: auto;
	margin-top: 5px;
}
/*Insane Process Section End*/

/*FAQ Section Start*/
.faq-section {
	background-color: #F4F7F9;
	padding-bottom: 40px;
}
.faq-content {
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 15px;
}
.faq-heading {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.faq-img {
	margin-right: 15px;
}
.faq-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
}
.faq-description {
	line-height: 25px;
	opacity: 0.9;
	margin-bottom: 0;
	padding: 0 10px;
}
.faq-description .link {
	color: #30dab1;
}
.faq-description p:last-child {
	margin-bottom: 0;
}
.faq-description ul {
	padding-left: 20px;
	list-style: decimal;
	margin-bottom: 16px;
}
.faq-section .btn {
	display: block;
	width: max-content;
	margin: auto;
	margin-top: 30px;
}
/*FAQ Section End*/

/*Main Content Section Start*/
.main-content-section {
	padding: 75px 0 95px;
}
.main-content-section h3 {
	text-align: left;
	margin-bottom: 0;
	font-weight: 800;
	font-size: 30px;
	line-height: 45px;
}
.main-content-section p {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 0;
}
/*Main Content Section End*/

/*Complementary Service Section Start*/
.complementary-service-section {
	padding: 45px 0;
	background-color: #F4F7F9;
}
/*Complementary Service Section End*/
/*===================   SEO Page End     ========================*/

/*===================   About Us Page Start     ========================*/
/* Landing Sectio Start */
.about-landing-section .section-title {
	text-align: left;
}
.about-landing-section .section-title:after {
	left: 0;
	transform: translateX(0);
}
/* Landing Sectio End*/
/* Our Story & Mission Section Start*/
.our-story-mission-section {
	padding: 100px 0;
}
.our-story-mission-section .section-title {
	font-weight: bold;
	font-size: 45px;
	line-height: 67px;
	text-align: left;
}
.our-story-mission-section .section-title:after {
	left: 0;
	transform: translateX(0);
}
.our-story-mission-section .section-description {
	font-size: 18px;
	line-height: 27px;
	opacity: 0.9;
	margin-bottom: 0;
}
.our-story-mission-img {
	text-align: right;
}
.our-story-mission-section .row:not(:last-child) {
	margin-bottom: 100px;
}
.our-story-mission-section .row:nth-child(even) .col:first-child {
	order: 1;
}
.our-story-mission-section .row:nth-child(even) .our-story-mission-img {
	text-align: left;
}
/* Our Story & Mission Section End*/
/* Our Values Section Strat*/
.our-values-section {
	background-color: #F4F7F9;
	padding: 45px 0 45px;
}
.our-values-section .section-title {
	font-size: 45px;
	line-height: 67px;
}
.our-values-section .col:nth-child(2) .why-us-img-back {
	background-color: rgba(0, 186, 211, 0.2);
}
.our-values-section .col:nth-child(3) .why-us-img-back {
	background-color: rgba(0, 215, 112, 0.2);
}
.our-values-section .col:nth-child(4) .why-us-img-back {
	background-color: rgba(46, 132, 211, 0.2);
}
.our-values-section .col:nth-child(5) .why-us-img-back {
	background-color: rgb(231, 38, 73, 0.2);
}
/* Our Values Section End*/

/* Our Team Section Start*/
.our-team-section {
	padding: 55px 0 10px;
}
.our-team-section .section-title {
	font-size: 45px;
	line-height: 67px;
}
.our-team-section .section-description {
	font-size: 18px;
	line-height: 109%;
	opacity: 0.8;
}
.hiring-link {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #00D19F;
	margin-bottom: 30px;
	display: inline-block;
}
.hiring-link:hover {
	color: #00D19F;
	opacity: .8;
}
.hiring-link img {
	margin-left: 8px;
}
.team-card {
	padding: 40px 25px 35px;
	background: #F4F7F9;
	border-radius: 5px;
	border: 1px solid rgba(15, 32, 58, 0.1);
	margin-bottom: 45px;
}
.team-person-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 20px;
}
.team-person-name {
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.05em;
}
.team-person-position {
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.05em;
	opacity: 0.6;
}
.team-contact-link {
	background-color: #00D19F;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease-in-out .3s;
}
.team-contact-link img {
	width: 20px;
}
.team-contact-link:hover {
	background-color: #04bd91;
}
.team-social-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: max-content;
	margin-left: auto;
}
.team-social-contact-item {
	margin-right: 40px;
}
/* Our Team Section End*/
/*===================   About Us Page End     ========================*/

/*===================   Contact Us Page Start     ========================*/
.book-meeting-section {
	padding: 55px 0 150px;
	background-color: #F4F7F9;
}
.book-meeting-content {
	background-color: #FFFFFF;
	border: 1px solid rgba(15, 32, 58, 0.1);
	border-radius: 8px;
}
.book-meeting-heading {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.book-meeting-heading img {
	margin-right: 15px;
}
.book-meeting-item h4 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0.05em;
}
.book-meeting-link {
	color: #0F203A;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.book-meeting-link h4 {
	font-size: 18px;
	line-height: 100%;
}
.book-meeting-link img {
	width: 8px;
}
.book-meeting-link h4 {
	opacity: 0.8;
}
.book-meeting-link:hover {
	color: #0F203A;
}
.book-meeting-item {
	padding: 15px 20px;
}
.book-meeting-item:not(:first-child) {
	border-top: 1px solid rgb(15 32 58 / 0.1);
}
.book-meeting-description {
	line-height: 100%;
	letter-spacing: 0.05em;
	opacity: 0.7;
	margin-bottom: 10px;
	max-width: 360px;
}
.meeting-time {
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.05em;
	opacity: 0.3;
	margin-bottom: 0;
}
.meeting-time img {
	margin-right: 8px;
}
.contact-content{
	background-color: #fff;
	position: relative;
	z-index: 2;
	margin-top: 55px;
	-webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
}
.book-meeting-form, .contact-details {
	padding: 30px 30px 35px;
	height: 100%;
}
.book-meeting-form {
	border-right: 1px solid #EEEEEE;
}
.book-meeting__title, .contact__title {
	font-weight: bold;
	font-size: 22px;
	color: #2F3D58;
	margin-bottom: 10px;
}
.book-meeting__title span, .contact__title span {
	color: #00D19F;	
}
.contact__title{
	margin-bottom: 20px;
}
.contact-text__item, .contact-text__link {
	font-weight: 500;
	font-size: 19px;
	color: #2F3D58;
}
.contact-text__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contact-text__link:hover {
	color: #2F3D58;
	opacity: .7;
}
.contact-text__item:not(:last-child) {
	margin-bottom: 15px;
}
.contact-text__item img {
	max-width: 20px;
	margin-right: 10px;
}
.google-map p {
	margin-bottom: 0;
	line-height: 0;
}
.google-map iframe {
	width: 100%;
	height: 290px;
}
/*===================   Contact Us Page End     ========================*/


/*===================   Footer Start     ========================*/
/*Ready To Generate Section Start*/
.ready-to-generate {
	padding: 75px 0 85px;
	background-color: #0F203A;
	background-size: cover;
	background-position: center;
	color: #fff;
}
.ready-to-generate .section-title {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}
.ready-to-generate .section-title:after {
	display: none;
}
.ready-to-generate .section-description {
	font-weight: 500;
	font-size: 18px;
	    line-height: 25px;
	opacity: 1;
	letter-spacing: 0.05em;
	max-width: 430px;
	margin: auto;
	margin-bottom: 25px;
}
/*Ready To Generate Section End*/

/*Partners Section Start*/
.partner-section {
	padding: 75px 0;
}
.partner-slide-item {
	margin: 0 15px;
}
.partner-slide-item img {
	margin: auto;
}
.partner-section .slick-track {
	display: flex;
	align-items: center;
}
/*Partners Section End*/

/*Footer Menu Section Start*/
.footer-widgets {
	background-color: #0F203A;
	padding: 85px 0 100px;
}
.footer-widgets .container > .row {
	align-items: center;
}
.footer-logo {
	width: 230px;
}
.footer-link-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 5px;
}
.footer-link-title:hover {
	color: #FFFFFF;
	opacity: .8;
}
.footer-link__text {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	opacity: .7;
}
.footer-link__text:hover {
	color: #FFFFFF;
	opacity: .5;
}
/*Footer Menu Section End*/

/*Parivacy Contact Section Start*/
.parivacy-contact {
	background-color: #0c1a2e;
	padding: 14px 0;
}
.parivacy__item p,.parivacy__link {
	font-weight: 600;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0.5;
	margin-bottom: 0;
}
.parivacy__link:hover {
	color: #FFFFFF;
	opacity: 0.8;
}
.parivacy-contact__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-social-list, .parivacy-list {
	display: flex;
	align-items: center;
}
.parivacy__item:not(:last-child) {
	margin-right: 30px;
}
.footer-social__item:first-child {
	margin-right: 33px;
}
.footer-social__item:not(:last-child) {
	margin-right: 13px;
}
/*Parivacy Contact Section End*/

/*===================   Footer End     ========================*/

/*Responsive Start*/
@media (min-width: 1440px){
	.site-footer .container {
		max-width: 1380px;
	}
}
@media (max-width: 1300px){
	.parivacy-contact__content {
	    flex-direction: column;
	}
	.parivacy-text {
		margin-bottom: 20px;
	}
}
@media (max-width: 991px){
	.landing-section {
		padding: 140px 0;
	}
	.btn {
		font-size: 18px;
	}
	.landing-section .section-title {
	    font-size: 45px;
	}
	.landing-section .section-description {
	    font-size: 25px;
	}
	.home-landing-section .section-title {
		font-size: 60px;
	}
	.more-customers-section .section-title {
		font-size: 33px;
	}
	.why-us-card {
		padding: 0 0px;
	}
	.why-us-title {
		font-size: 22px;
	}
	.footer-widgets {
		padding: 70px 0;
	}
	.service-landing-section .section-title {
		font-size: 44px;
		line-height: 80px;
	}
	.service-landing-section .section-description {
		font-size: 25px;
		max-width: 550px;
	}
	.about-service-section .row {
	    align-items: flex-start;
	}
	.about-service-section .section-title {
	    font-size: 40px;
	    line-height: 50px;
	}
	.seo-work-section .row {
		justify-content: center;
	}
	.team-social-contact-item {
	    margin-right: 15px;
	}
	.team-contact-link {
	    width: 35px;
	    height: 35px;
	}
	.team-contact-link img {
	    width: 15px;
	}
	.team-card {
	    padding: 20px 15px 25px;
	    margin-bottom: 0;
	    height: 100%;
	}
	.our-team-section .col {
	    margin-bottom: 30px;
	}
	.book-meeting-item h4 {
		font-size: 19px;
	}
	.book-meeting-link h4 {
	    font-size: 16px;
	}
	.book-meeting-section {
	    padding: 55px 0 100px;
	}
}
@media (max-width: 767px){
	.navbar {
	    padding: 14px 8px;
	}
	.menu-show {
		overflow: hidden;
	}
	.custom-logo-link img {
	    height: 24px;
	}
	.btn {
		font-size: 16px;
		padding:  10px;
	}
	.site-header .btn {
		margin-right: 5px;
		font-size: 16px;
		padding:  10px;
	}
	.section-title {
		font-size: 30px;
	}
	.navbar-toggler {
		padding: 0px;
	}
	.navbar-collapse {
		width: 100%;
		right: 0;
	}
	.navbar-nav {
		border-radius: 0;
		margin-top: 0;
		min-height: calc(100vh - 95px);
		max-height: calc(100vh - 95px);
	}
	.landing-section {
		padding: 100px 0;
	}
	.home-landing-section .section-title {
		font-size: 45px;
	}
	.what-we-do-content .col {
		margin-bottom: 30px;
	}
	.more-customers-section {
		padding: 40px 0 80px;
	}
	.more-customers-section .section-title {
		font-size: 28px;
	}
	.section-title:after {
		bottom: -15px;
	}
	.section-description {
		font-size: 18px;
	}
	.more-customers-img {
		margin-top: 50px;
	}
	.footer-logo {
		width: 130px;
		margin-bottom: 40px;
	}
	.footer-link-title {
		font-size: 20px;
		line-height: 30px;
	}
	.footer-link__text {
		font-size: 16px;
		line-height: 25px;
	}
	.footer-social-list, .parivacy-list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.parivacy__item p, .parivacy__link {
		font-size: 15px;
		display: block;
		text-align: center;
	}
	.parivacy__item:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.service-landing-section .section-title {
		font-size: 40px;
		line-height: 60px;
	}
	.service-landing-section .section-description {
		font-size: 20px;
		max-width: 100%;
	}
	.about-service-img {
		text-align: center;
	}
	.about-service-section .section-title {
		font-size: 40px;
		line-height: 57px;
	}
	.about-service-section {
		padding: 50px 0;
	}
	.insane-process-section {
	    padding: 55px 0 60px;
	}
	.insane-process-content {
	    padding: 20px 20px 15px;
	}
	.insane-process-title {
		font-size: 22px;
		line-height: 30px;
		text-align: left;
	}
	.main-content-section {
	    padding: 50px 0;
	}
	.about-service-section .row:nth-child(even) .col:first-child {
	    order: unset;
	}
	.about-service-section .row:not(:last-child) {
	    margin-bottom: 100px;
	}
	.our-story-mission-section {
	    padding: 50px 0;
	}
	.our-story-mission-section .row:nth-child(even) .col:first-child {
	    order: unset;
	}
	.team-social-contact-item {
	    margin-right: 50px;
	}
	.contact-text__item, .contact-text__link {
	    font-size: 16px;
	}
	.book-meeting-content {
	    margin-bottom: 20px;
	}
	.contact-content {
	    margin-top: 30px;
	}
	.contact-details {
	    padding: 0px 30px 35px;
	}
	.book-meeting-section {
	    padding: 55px 0 70px;
	}
	.ready-to-generate .section-title {
	    font-size: 33px;
	    line-height: 40px;
	}
	.partner-section {
	    padding: 40px 0;
	}
	.footer-widgets-menu > .col:first-child {
	    order: 2;
	}
	.footer-link {
	    padding-left: 60px;
        margin-bottom: 20px;
	}
	.footer-logo-link {
	    display: block;
	    text-align: center;
	    margin-top: 20px;
	}
	.footer-widgets {
	    padding: 50px 0 0;
	}
	.parivacy-contact__content {
	    flex-direction: column-reverse;
	}
	.parivacy__item:not(:last-child) {
	    margin-right: 0;
	}
	.footer-social__item:first-child {
		width: 100%;
		text-align: center;
		order: 4;
		margin: 10px 0 ;
	}
	.footer-social__item .btn {
		padding: 10px 20px;
	}
	.parivacy__item:first-child {
		display: none;
	}
	.parivacy__item:nth-child(3) {
		display: none;
	}
	.parivacy__item {
		margin-bottom: 10px;
	}
	.parivacy-list {
		flex-direction: column;
	}
	.parivacy-contact {
	    padding: 14px 0 0;
	}
	.parivacy-text {
	    margin-bottom: 10px;
	}
	.ready-to-generate .section-title, .ready-to-generate .section-description {
	    margin-bottom: 10px;
	}
	.ready-to-generate .section-description {
	    font-size: 19px;
	}
}
@media (max-width: 415px){
	.custom-logo-link img {
	    height: 20px;
	}
}
/*Responsive End