/* Theme Name: Twenty Seventeen */



@charset"utf-8";
:root {
  --primary: #74BBFB;
  --secondary: #ee8275;
  --white: #ffffff;
  --black: #000000;
  --hdnColor: #222222;
  --textColor: #2c2d34;
  --grayBorder: #d4d2cf;
  --hdnFont: "Playfair", serif;
  --blueBg: #023d91;
  --blueBgDark: #020553;
  --greenBg: #078546;
  --labelColor: #2c3038;
}
@font-face {
    font-family: "Graphik Web Regular Regular";
    src: url("https://db.onlinewebfonts.com/t/105007d99d9df64c50cc24d696d79555.eot");
    src: url("https://db.onlinewebfonts.com/t/105007d99d9df64c50cc24d696d79555.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/105007d99d9df64c50cc24d696d79555.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/105007d99d9df64c50cc24d696d79555.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/105007d99d9df64c50cc24d696d79555.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/105007d99d9df64c50cc24d696d79555.svg#Graphik Web Regular Regular")format("svg");
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body{
	font-family: "Graphik Web Regular Regular";
	color: var(--textColor);
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	background-color: var(--white);
}

div,
table,
td,
tr,
h1,
h2,
h3,
h4,
h5,
h6,
p,
section,
article,
figure{
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: normal;
	font-family: var(--hdnFont);
}

a,
input,
textarea,
button{
	outline: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover{
	border-color: #76c7ff !important;
	box-shadow: none !important;
	outline: none;
}

select {
	outline: 0;
}

input::placeholder {
	opacity: 1;
}

a{
	text-decoration: none;
	border: none;
	outline: 0;
	color: #76c7ff;
}

a:hover{
	text-decoration: none;
	border: none;
	outline: 0;	
}

a:focus{
	text-decoration: none;
	border: none;
	outline: 0;
}

button,
button:focus{
	text-decoration: none;
	border: none;
	outline: 0;
}

ul,
ol,
ul li,
ol li{
	list-style: none;
	margin: 0;
	padding: 0;
}

p:empty,
a:empty{
	display: none;
}

img{
	width: auto;
	max-width: 100%;
	height: auto;
}

body::selection{
	background: #00589e;
	color: #ffffff;
}

body::-moz-selection{
	background: #00589e;
	color: #ffffff;
}

p{
	font-size: 15px;
	color: var(--textColor);
	line-height: 28px;
	margin-bottom: 20px;
}

.wrapper{
	width: 100%;
}
.fund-lynq-form label{
	display: block;
	width: 100%;
	font-size: 16px;
	color: var(--labelColor);
	font-weight: 600;
	margin-bottom: 6px;
}
.fund-lynq-form input,
.fund-lynq-form textarea,
.fund-lynq-form select{
	width: 100%;
	height: 60px;
	background-color: var(--white);
	border: 1px solid #c6c8cc;
	border-radius: 4px;
	padding: 10px 15px;
	font-size: 16px;
	color: var(--labelColor);
}
.fund-lynq-form textarea{
	width: 100%;
	height: 150px;
	resize: none;
}
.fund-lynq-form select{
	background-image: url(assets/images/down-arrow.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.fund-lynq-form .checkbox-field{
	display: flex;
}
.fund-lynq-form .checkbox-field label{
	display: inline-block;
	width: calc(100% - 34px);
	margin: 0;
	font-size: 16px;
	color: #242429;
	font-weight: normal;
	cursor: pointer;
}
.fund-lynq-form .checkbox-field input{
	position: relative;
	width: 24px;
	height: 24px;
	top: 3px;
	margin-right: 10px;
	cursor: pointer;
}
.fund-lynq-form-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.fund-lynq-form-clm-one{
	width: 100%;
	padding: 0 15px;
	margin-top: 30px;
}
.fund-lynq-form-clm-two{
	width: 50%;
	padding: 0 15px;
	margin-top: 30px;
}
.fund-lynq-form p{
	margin-bottom: 0;
}
.fund-lynq-form p br{
	display: none;
}
.fund-lynq-form input[type=submit].quote-btn{
	width: auto;
	height: auto;
	background: var(--blueBg);
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
    padding: 18px 35px;
    border: none;
    border-radius: 10px;
    display: inline-block;
}
.fund-lynq-form input[type=submit].quote-btn:hover{
	background: var(--blueBgDark);
}


/*================ Header Style Start ================*/
.header{
	width: 100%;
	padding: 15px 0;
	position: relative;
}
.flex-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar-toggleable-sm .navbar-toggler {
	display: none;
}
.header .collapse:not(.show) {
    display: block;
}
.navbar-toggleable-sm .navbar-nav {
	flex-direction: row;
}
.navbar-light .navbar-nav .nav-item{
	margin: 0 30px;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 18px;
	color: var(--textColor);
	font-weight: 500;
}
.navbar-nav .current-menu-item .nav-link{
	color: var(--blueBg);
}
.quote-btn{
    background: var(--blueBg);
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
    padding: 18px 35px;
    border-radius: 10px;
	display: inline-block;
}
.quote-btn:hover{
    background: var(--blueBgDark);   
	color: var(--white);
}
.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}
.navbar-nav .dropdown-menu li.nav-item{
	white-space: nowrap;
	margin: 0 20px;
}
.navbar-nav .dropdown-menu li.nav-item a.nav-link{
	font-size: 15px;
}

.navbar-nav .dropdown-toggle svg{
	display: none;
}
.navbar-nav .dropdown-toggle::after{
	position: relative;
	top: 2px;
	margin-left: 7px;
}
.navbar-light .navbar-nav .nav-link:hover{
	color: var(--blueBg);
}


@media only screen and (max-width:991px){
	.navbar-light .navbar-nav .nav-link:focus,
	.navbar-light .navbar-nav .nav-link:hover{
		color: var(--white);
	}
}

/*================ Header Style End ================*/
/*================ Banner Style Start ================*/
.banner-sec{
	width: 100%;
	background: url(assets/images/banner-bg.jpg) 0 0 no-repeat;
	padding-top: 45px;
	background-size: cover;
}
.banner-content{
	width: 50%;
}
.banner-content p i{
	color: #f8a706;
}
.banner-content p small{
	font-size: 14px;
}
.banner-content p small span{
	font-weight: 600;
}
.banner-content h1{
	font-size: 90px;
	color: var(--blueBgDark);
	line-height: 80px;
	padding-bottom: 20px;
}
.banner-content h1 span{
	font-size: 90px;
	font-weight: 900;
	color: var(--greenBg);
}
.banner-img{
	width: 50%;
}
.banner-img img{
	position: relative;
	margin-left: 80px;
	margin-top: -30px;
}



/*================ Banner Style End ================*/

/*================ Why Work Style Start ================*/
.work-sec{
	width: 100%;
	background: #1b3467;
	padding: 60px 0;
	text-align: center;
}
.work-sec h2{
	font-size: 35px;
	color: var(--white);
	padding-bottom: 50px;
	font-weight: 600;
}
.work-sec ul{
	display: flex;
}
.work-sec ul li{	
	font-size: 58px;
	color: var(--white);
	width: 25%;
	text-transform: uppercase;
	font-weight: 600;
}
.plus-text{
	font-size:60px !important;
	display: inline-block !important;
	font-weight: 400 !important;
	font-family: 'Times New Roman', Times, serif;
}
.plus-text2{
	font-size:30px !important;
	display: inline-block !important;
	height: 30px;
}
.work-sec ul li span{
	font-size: 13px;
	display: block;
	padding-top: 20px;
	font-weight: 500;
}
/*================ Why Work Style End ================*/

/*================ Steps Style Start ================*/
.steps-section{
	width: 100%;
	background: #fff;
	padding: 100px 0;
	text-align: center;
}
.steps-section h2{
	font-size: 54px;
	color: var(--blueBgDark);
	font-weight: bold;
	line-height: 1.0;
	padding-bottom: 50px;
}
.steps-section h2 span{
	display: block;
}
.steps-section ul{
	display: flex;
	justify-content: space-between;
}
.steps-section ul li{
	width: 30%;
	position: relative;
}
.steps-section ul li:after{
	content: "";
	background: url(assets/images/steps-border.png) 0 0 no-repeat;
	width: 200px;
	height: 100px;
	position: absolute;
	top: 10%;
	left: 285px;
	margin-top: 10px;
}
.steps-section ul li:last-child::after{
	display: none;
}
.steps-section ul li h5{
	font-size: 17px;
	color: var(--greenBg);
	font-family: "Graphik Web Regular Regular";
}
.steps-section ul li h3{
	font-size: 40px;
	color:#303741;
	font-weight: bold;
	padding: 10px 0;
}
.steps-section ul li p{
	font-size: 19px;
	color: #2c2d34;
	line-height: 1.5;
}
.icon-shape{
	width: 160px;
	height: 160px;
	border-radius: 100%;
	border: dashed 2px #caccd0;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-shape-inner{
	background: var(--blueBg);
	width: 130px;
	height: 130px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.get-btn{
    background: var(--greenBg);
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
    padding: 15px 40px;
    border-radius: 10px;
	display: inline-block;
	margin-top: 20px;
	box-shadow: 0 5px 25px rgba(7, 133, 70, 0.5);
}
.get-btn:hover{
    background: var(--greenBg);
	color: var(--white);
}

/*================ Steps Style End ================*/

/*================ Choose Style Start ================*/
.choose-section{
	width: 100%;
	background: #f2f4f8;
	padding: 100px 0;
	text-align: center;
}
.choose-section h2{
	font-size: 54px;
	color: var(--blueBgDark);
	font-weight: bold;
	line-height: 1.0;
	padding-bottom: 20px;
}
.choose-section p{
	font-size: 19px;
	color: #2c2d34;
	line-height: 1.5;
}
.choose-section p span{
	display: block;
}
.choose-sec-left{
	width: 47%;	
}
.choose-sec-left img{
	width: 100%;
	border-radius: 40px 0 40px 0;
}
.choose-sec-right{
	width: 48%;
	text-align: left;
}
.choose-sec-right h3{
	font-size: 45px;
	color: #303741;
	line-height: 1.1;
	font-weight: 800;
	padding-bottom: 15px;
}
.choose-sec-right h3 span{
	display: block;
}
.icon-with-list{
	display: flex;
	margin: 15px 0;	
}
.icon-with-list .content-sec h4{
	font-size: 30px;
	color: #303741;
	font-weight: 800;
}
.iconSec{
	width: 90px;
	height: 90px;
}
.qotation-section{
	margin-top: 60px;
}
.qotation-section p{
	font-size: 20px;
	color: #1e2022;
	margin-bottom: 10px;
}
.qotation-section .userSec{
	width: 62px;
	height: 62px;
	border-radius: 100%;
}
.qotation-section .userSec img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.qotation-flex{
	display: flex;
	align-items: center;
}
.qotation-flex .content-sec{
	margin-left: 15px;
}
.qotation-flex .content-sec p{
	font-size: 20px;
	color: #25272a;
	line-height: 1.3;
	margin-bottom: 0;
}
.qotation-flex .content-sec p span{
	font-size: 17px;
	color: #7d7e81;
	display: block;
}

/*================ Choose Style End ================*/

/*================ Testimonials Style Start ================*/
.testimonials-section{
	width: 100%;
	position: relative;
	margin: 100px 0 250px;
	color: var(--black);
}
.testimonials-flex{
	display: flex;
	justify-content: space-between;
}
.testimonials-content{
	width: 46%;
}
.testimonials-image{
	width: 48%;
	height: 430px;
}
.testimonials-image img{
	border-radius: 40px 0 40px 0;
	height: 100%;
}
.testimonials-section h2{
	font-size: 54px;
	font-weight: bold;
	color: #020553;
	line-height: 1.0;
}
.testimonials-section h2 span{
	display: block;
}
.testimonials-content p{
	font-size: 24px;
	color: #1a1b2d;
	line-height: 1.8;
	position: relative;
}
.testimonials-content p.review-text{
	font-size: 18px;
	padding: 15px 0 20px;
}
.testimonials-content p.review-text img{
	width: auto;
	display: inline-block;
}
.testimonials-content p.user-text{
    font-size: 25px;
    color: #1a1b2d;
    line-height: 1.3;
    margin-bottom: 0;
}
.testimonials-content p.user-text span{
    font-size: 18px;
    color: #5f6063;
    display: block;
}
.testimonials-content .owl-item {  
  display: flex;
}
.testimonials-content .item {
    width: 100%;
}
.testimonials-section .owl-slider .owl-nav{
  position: absolute;
  top: 50%;  
  width: 100%; 
}
.testimonials-section .owl-slider .owl-nav svg{
	width: 15px;
	height: 15px;
}
.testimonials-section .owl-slider .owl-nav .owl-prev {
  left: 0;
  background: #e5e6ed;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-left: -70px;
  margin-top: -35px;
}
.testimonials-section .owl-slider .owl-nav .owl-next {
  right: 0;
  background: #e5e6ed;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-right: -70px;
   margin-top: -35px;
}
.testimonials-section .owl-slider .owl-carousel .owl-nav.disabled{
	display: block;
}
.testimonials-section .owl-slider .owl-carousel .owl-stage-outer{
	overflow-x: scroll;
	padding-bottom: 50px;
}
.testimonials-section .owl-slider .owl-carousel .owl-stage-outer::-webkit-scrollbar-track{	
	background-color: #e3e8f1;
	border-radius: 10px;
	height: 6px;
}
.testimonials-section .owl-slider .owl-carousel .owl-stage-outer::-webkit-scrollbar{
	width: 7px;
	background-color: #e3e8f1;
	height: 6px;
	border-radius: 10px;
}
.testimonials-section .owl-slider .owl-carousel .owl-stage-outer::-webkit-scrollbar-thumb{
	border-radius: 7px;
	background:#023d91;
	height: 6px;
	width: 500px;
}
p.testi-feed{
	position: relative;
}
p.testi-feed:before{
	content: "";
	background: url(assets/images/qotation.png) 0 0 no-repeat;
	width: 94px;
	height: 70px;
	position: absolute;
	left: 0;
	top: -25px;
	z-index: -1;
}

/*================ Testimonials Style End ================*/



/*================ Footer Style Start ================*/
.footer-section{
	width: 100%;
	background: #1f2530;
	padding-top: 100px;
}
.footer-top-sec{
	border-bottom: solid 1px #444953;
	padding: 100px 0 35px 0;
}
.footer-top-sec ul{
	display: flex;
}
.footer-top-sec ul li{
	margin: 0 50px;
}
.footer-top-sec ul li:first-child{
	margin-left: 0;
}
.footer-top-sec ul li a{
	font-size: 18px;
	color: var(--white);
}
.footer-top-sec ul li a:hover{	
	color: var(--blueBg);
}
.footer-flex{
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.footer-flex-col1{
	width: 25%;
}
.footer-flex-col1 ul li{
	margin: 15px 0;
}
.footer-flex-col1 ul li a{
	font-size: 15px;
	color: #898e98;
	padding: 0;
}
.footer-flex-col1 ul li a:hover{	
	color: var(--white);
}
.footer-flex-col1 ul.foot-mail-list{
	margin: 10px 0;
}
.footer-flex-col1 ul.foot-mail-list li{
	margin:0;
}
.footer-flex-col1 ul.foot-social-icons{
	display: flex;
	margin-top: 30px;
}
.footer-flex-col1 ul.foot-social-icons li{
	margin: 0 4px;
}
.footer-flex-col1 ul.foot-social-icons li a{
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background: #282f3b;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
}
.footer-flex-col1 ul.foot-social-icons li a:hover{
	background: var(--blueBgDark);
	color: var(--white);
}
.foot-getstarted-sec{
	background: #023d91;
	width: 100%;
	padding: 50px 70px 30px;
	border-radius: 40px 0 40px 0;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: -50%;
	left: 0;
}
.foot-getstarted-sec h2{
	font-size: 50px;
	color: var(--white);
	font-weight: bold;
	padding-bottom: 15px;
}
.foot-getstarted-sec p{
	font-size: 15px;
	color: var(--white);
	line-height: 1.6;	
}
.foot-getstarted-sec .content-sec{
	width: 50%;	
}
.footer-copyright-sec{
	border-top: solid 1px #444953;
	padding: 15px 0;
	font-size: 14px;
	color: #898e98;
	text-align: center;
}
.posi-rel{
	position: relative;
}
.foot-getstarted-sec .get-startedBtm{
	background: var(--white);
	padding: 10px 30px 13px;
	font-size: 14px;
	color: var(--blueBg);
	border-radius: 7px;
	font-weight: bold;
	margin-top: 50px;
}
.foot-getstarted-sec .get-startedBtm:hover{
	background: var(--greenBg);
	color: var(--white);
}
/*================ Footer Style End ================*/



/*=========================== Contact Us Page Style Sheet Start Here ===========================*/

/*================ Contact Page Banner Style ================*/
.contact-banner-sec{
	position: relative;
}
.contact-banner-image img{
	width: 100%;
}
.contact-banner-caption{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.contact-banner-caption .container{
	position: relative;
}
.contact-banner-caption-container{
	max-width: 400px;
}
.contact-banner-caption h1{
	font-size: 90px;
	color: var(--blueBgDark);
	font-weight: 900;
	line-height: 1.0;
}
.contact-banner-caption h1 span{
	color: var(--greenBg);
}


/*================ Contact Page Banner Style ================*/

.contact-page-body-sec{
	position: relative;
	padding: 100px 0 230px 0;
}
.contact-page-body-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-page-left-form-clm{
	width: 60%;
}
.contact-page-right-address-clm{
	width: 30%;
	padding-top: 290px;
}
.contact-page-body-sec h2{
	font-size: 65px;
	color: var(--blueBgDark);
	font-weight: bold;
}

.contact-page-right-address-clm h3{
	font-size: 32px;
	color: var(--blueBgDark);
	font-weight: bold;
}
.contact-page-right-address-clm ul li{
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
}
.contact-page-right-address-clm ul li .fa-solid{
	width: 50px;
	height: 50px;
	background-color: #e5ebf4;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: var(--blueBgDark);
}
.contract-info-text{
	width: calc(100% - 50px);
	padding-left: 15px;
}
.contract-info-text h4{
	font-family: "Graphik Web Regular Regular";
	font-size: 16px;
	color: var(--blueBgDark);
	font-weight: bold;
	margin-bottom: 0;
}
.contract-info-text p{
	color: #767b85;
	margin-bottom: 0;
}
.contract-info-text p a{
	color: #767b85;
}
.contract-info-text p a:hover{
	color: var(--blueBgDark);
}



/*=========================== Contact Us Page Style Sheet End Here ===========================*/





/*=========================== FAQ Page Style Sheet Start Here ===========================*/

/*================ FAQ Page Banner Style ================*/
.faq-banner-sec{
	position: relative;
}

.faq-banner-sec .contact-banner-caption-container{
	max-width: 700px;
}
.faq-banner-sec .contact-banner-caption h1{
	font-weight: normal;
}
.faq-banner-sec .contact-banner-caption h1 span{
	font-weight: bold;
}



/*================ FAQ Page Body Style ================*/
.faq-body-sec{
	position: relative;
	padding: 100px 0 230px 0;
}
.faq-bdy-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faq-bdy-left-clm{
	width: 35%;
	background-color: #f6f8f8;
	padding: 50px 40px;
	border-radius: 65px 0px 65px 0px;
}
.faq-bdy-right-clm{
	width: 60%;
}



.faq-bdy-left-clm h2{
	font-size: 60px;
	color: var(--blueBgDark);
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.0;
}
.faq-tab-menu ul{
	border: none;
}
.faq-tab-menu ul li{
	display: block;
	width: 100%;
	margin-top: 20px;
	font-size: 24px;
	color: #99999a;
	font-weight: 700;
}
.faq-tab-menu ul li a{
	position: relative;
	background-color: transparent !important;
	border: none !important;
	padding: 8px 0;
	color: #99999a;
}
.faq-tab-menu ul li a:hover,
.faq-tab-menu ul li a.active{
	color: #07449a !important;
}
.faq-tab-menu ul li a::before{
	position: absolute;
	content: '';
	top: 0;
	left: -40px;
	width: 5px;
	height: 0;
	background-color: #07449a;
}
.faq-tab-menu ul li a.active::before{
	height: 100%;
}



.faq-tab-content-part h3{
	font-family: "Graphik Web Regular Regular";
	font-size: 30px;
	color: #07449a;
	font-weight: 700;
	margin-bottom: 20px;
}
.faq-tab-content-part .card{
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #e3e6f9;
	padding: 15px 0;
}
.faq-tab-content-part .card:last-child{
	border-bottom: none;
}
.faq-tab-content-part .card-header{
	background-color: transparent;
	padding: 0 0;
	border: none;
}
.faq-tab-content-part .card-header a{
	display: inline-block;
	width: 100%;
	padding: 10px 55px 10px 0;
	font-family: var(--hdnFont);
	font-size: 34px;
	color: #353539;
	font-weight: bold;
	line-height: 40px;
}
.faq-tab-content-part .card-body{
	padding: 15px 30px 15px 0;
}




.faq-tab-content-part .accordion-title:before {
	position: absolute;
	width: 40px;
	height: 40px;
	border: 1px solid #e3e6f9;
	border-radius: 100%;
	top: 25px;
	right: 5px;
    font-family: FontAwesome;
    content:"\f078";
    font-size: 16px;
    color: #505050;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
}
/*.faq-tab-content-part .accordion-title.collapsed:before {
    content:"\f067";
}*/






/*=========================== FAQ Page Style Sheet End Here ===========================*/



/*=========================== About Us Page Style Sheet Start Here ===========================*/

/*================ About Page Banner Style ================*/
.about-banner-sec{
	position: relative;
}

.about-banner-sec .contact-banner-caption-container{
	max-width: 550px;
}
.about-banner-sec .contact-banner-caption h1{
	font-weight: normal;
	line-height: 80px;
}
.about-banner-sec .contact-banner-caption h1 span{
	font-weight: bold;
}


/*================ About Page Video Style ================*/
.about-video-sec{
	position: relative;
	padding: 100px 0;
}
.about-video-hdn-prt{
	max-width: 920px;
	margin: 0 auto 50px auto;
	text-align: center;
}
.about-video-hdn-prt h2{
	font-size: 65px;
	color: var(--blueBgDark);
	font-weight: bold;
	line-height: 70px;
	margin-bottom: 30px;
}

.about-vdo-container {
	position: relative;
	width: 100%;
	height: 600px;
}
.about-vdo-container video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 50px 0 50px 0;
}
.about-custom-control-vdo-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
	font-size: 0;
	background: url(assets/images/video-play-btn.png) no-repeat 0 0;
	background-size: contain;
	cursor: pointer;
	opacity: 0;
	z-index: 10;
	transition: opacity 0.3s ease;
}
.about-vdo-container:hover .about-custom-control-vdo-btn,
.about-custom-control-vdo-btn.show-button {
	opacity: 1 !important;
}



/*================ About Page Value Define Style ================*/
.about-value-define-sec{
	position: relative;
	background-color: #f2f4f8;
	text-align: center;
	padding: 100px 0;
}
.about-value-define-hdn-prt{
	max-width: 920px;
	margin: 0 auto 50px auto;
}
.about-value-define-hdn-prt h2{
	font-size: 65px;
	color: var(--blueBgDark);
	font-weight: bold;
	line-height: 70px;
	margin-bottom: 30px;
}

.about-value-define-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.about-value-define-clm{
	width: 25%;
	padding: 0 15px;
}
.about-value-define-itm-icon{
	position: relative;
	margin: 0 auto;
	width: 126px;
	height: 126px;
	background-color: var(--blueBg);
	text-align: center;
	line-height: 126px;
	border-radius: 100%;
}
.about-value-define-itm-icon img{
	max-width: 70px;
	max-height: 70px;
}
.about-value-define-itm-icon::before{
	position: absolute;
	content: '';
	width: 160px;
	height: 160px;
	background-color: transparent;
	border: 1px dashed #c3c6cb;
	border-radius: 100%;
	top: -17px;
	left: -17px;
}
.about-value-define-itm h3{
	font-size: 32px;
	color: #272d35;
	font-weight: 700;
	margin: 35px 0 10px 0;
}

.about-value-define-sec .quote-btn{
	box-shadow: 0 5px 25px rgba(7, 133, 70, 0.5);
}

/*================ About Page Tabs Style ================*/
.about-tabs{
	width: 100%;
	padding: 100px 0 0;
}
.about-tabs h2{
	font-size: 65px;
	color: var(--blueBgDark);
	font-weight: bold;
	line-height: 70px;
	margin-bottom: 30px;
	text-align: center;
}
.about-tabs .owl-slider .owl-nav svg{
	width: 15px;
	height: 15px;
}
.about-tabs .owl-slider .owl-nav .owl-prev {
  left: -65px;
  background: #e5e6ed;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 45px;
}
.about-tabs .owl-slider .owl-nav .owl-next {
  right: -65px;
  background: #e5e6ed;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 45px;
}
.about-tabs .fundlynq-story-menu .item p{
	position: relative;
	margin-bottom: 0;
	padding: 15px 0;
	text-align: center;
}
.about-tabs .fundlynq-story-menu .item p:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: dashed 1.5px #b9cbe4;
	width: 197px;
	margin-bottom: 3px;
}
.about-tabs .fundlynq-story-menu .item p a{
	position: relative;
}
.about-tabs .fundlynq-story-menu .item p a:after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;	
	margin-left: -5px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #b9cbe4;
	z-index: 9;
}
.about-tabs .fundlynq-story-menu .item a.active{
	color: var(--blueBg);
	font-weight: bold;
}
.about-tabs .fundlynq-story-menu .item p a.active:after{
	background-color: var(--blueBg);
}
.story-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	justify-content: center;
}
.story-list .item{
	padding: 0 15px;
}
.story-img{
	width: 100%;
	height: 350px;
}
.story-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 40px 0 40px 0;
}
.story-list .item p{
	font-size: 17px;
	font-weight: 500;
	color:#36404a;
	line-height: 1.4;
	margin: 0;
}
.story-list .item p.date-text{
	font-size: 14px;
	font-weight: 600;
	color: var(--blueBg);
	margin-bottom: 10px;
	padding-top: 25px;
}
.story-list .item h3{
	font-size: 28px;
	font-weight: bold;
	color:#232830;
	padding-bottom: 10px;
	line-height: 1.0;
}


.about-tabs .story-list .owl-nav svg{
	width: 15px;
	height: 15px;
}
.about-tabs .story-list .owl-nav .owl-prev {
  left: 0;
  background: #e5e6ed;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
}
.about-tabs .story-list .owl-nav .owl-next {
  right: 0;
  background: #e5e6ed;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
}

.about-tabs .story-list .owl-nav .owl-prev.disabled,
.about-tabs .story-list .owl-nav .owl-next.disabled{
	opacity: 0;
}



/* MOBILE style */
/*@media screen and (max-width: 992px) {
    .responsive-tabs .nav-tabs,
    .responsive-tabs .tab-content .collapse.active:not(.in) {
        display: none;
    }
    .responsive-tabs .tab-content .collapse.in,
    .responsive-tabs .tab-content .collapsing {
        display: block;
    }
}*/


/* DESKTOP style */
/*@media screen and (min-width: 991px) {
    .responsive-tabs .panel-heading {
        display: none;
    }
    .responsive-tabs > .active {
        height: auto !important;
    }
}*/


/* To make it a bit prettier */


/*.tab-content .panel-heading {
    padding: 0;
}

.tab-content a {
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    border: solid #ccc;
    border-width: 1px 0;
}*/




/*================ About Page Business Tool Style ================*/
.about-business-tool-sec{
	position: relative;
	text-align: center;
	padding: 100px 0 250px 0;
}
.about-business-tool-sec h2{
	font-size: 36px;
	color: #1e2022;
	font-weight: bold;
	border-top: 1px solid #e4e4e4;
	padding-top: 70px;
}
.about-business-tool-icon{
	margin-top: 40px;
}
.about-business-tool-icon ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.about-business-tool-icon ul li{
	width: 20%;
	padding: 12px 40px;
	text-align: center;
}


/*=========================== About Us Page Style Sheet End Here ===========================*/



/*=========================== Modal Form Popup Style Sheet Start Here ===========================*/

.fundLynq-modal .modal-dialog{
	max-width: 100% !important;
}
.fundLynq-modal .modal-content{
	background-color: #f0f3f9;
	border-radius: 40px 0 40px 0;
}
.fundLynq-modal .close{
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 45px;
	color: #96999e;
	font-weight: 400;
	cursor: pointer;
	z-index: 1;
}
.fundLynq-modal .modal-body{
	padding: 50px 150px 50px 150px;
}
.fundLynq-modal .modal-body h2{
	font-size: 65px;
	color: var(--blueBgDark);
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.fundLynq-modal .fund-lynq-form input,
.fundLynq-modal .fund-lynq-form textarea,
.fundLynq-modal .fund-lynq-form select{
	background-color: transparent;
	border-radius: 6px;
}

/*=========================== Modal Form Popup Style Sheet End Here ===========================*/












/*=========================== Responsive Style Sheet Start Here ===========================*/
@media only screen and (min-width:1600px){
    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width:1365px){

}

@media only screen and (max-width:1199px){
	
}


@media only screen and (max-width:1024px){
	
}


@media only screen and (max-width:991px){
	.footer-top-sec{
		padding: 150px 0 35px 0;
	}
}


@media only screen and (max-width:767px){
	.header .quote-btn{
		display: none;
	}
	.header .navbar{
		position: inherit;
	}
	.navbar-toggleable-sm .navbar-nav{
		flex-direction: column;
	}
	.header .navbar .navbar-collapse{
		position: absolute;
		background: var(--blueBgDark);
		left: 0;
		right: 0;
		top: 100%;
		width: 100%;
		z-index: 99;
	}
	.navbar-nav .dropdown-menu{
		position: relative;
	}
	.navbar-light .navbar-nav .nav-link{
		color: var(--white);
	}
	.navbar-toggleable-sm .navbar-toggler {
		display: block;
	}
	.header .collapse:not(.show) {
	    display: none;
	}
	.steps-section ul li:after{
		display: none;
	}
	.footer-flex{
		flex-direction: column;
		padding: 20px 0;
	}
	.foot-getstarted-sec{
		flex-direction: column;
	}
	.foot-getstarted-sec .content-sec{
		width: 100%;
	}
	.choose-section .flex-row{
		display: block;
	}
	.banner-sec .flex-row{
		display: block;	
	}
	.banner-img {
	    width: 100%;
	}
	.banner-img img {
	    margin-left: 0;
	    margin-top: 0;
	}
	.choose-section{
		padding: 60px 0;
	}
	.choose-section h2{
		font-size: 40px;
	}
	.choose-sec-left{
		width: 100%;
		margin-bottom: 30px;
	}
	.choose-sec-right{
		width: 100%;
	}
	.choose-sec-right h3 {
	    font-size: 35px;
	}
	.choose-sec-left img{
		border-radius: 40px;
	}
	.steps-section{
		padding: 60px 0;
	}
	.steps-section h2{
		font-size: 40px;
	}
	.steps-section ul{
		flex-direction: column;
	}
	.steps-section ul li{
		width: 100%;
	}
	.steps-section ul li h3 {
	    font-size: 35px;
	}
	.work-sec h2{
		padding-bottom: 20px;
	}
	.work-sec ul {
	    flex-wrap: wrap;
		justify-content: center;
	}
	.work-sec ul li{
		width: 50%;
		font-size: 40px;
		margin-bottom: 20px;
	}
	.testimonials-section{
		margin-top: 60px;
		margin-bottom: 200px;
	}
	.testimonials-section h2 {
		font-size: 38px;
	}
	.testimonials-section h2 span{
		display: none;
	}
	.testimonials-flex{
		flex-direction: column;
	}
	.testimonials-content{
		width: 100%;
	}
	.testimonials-image{
		width: 100%;
		height: auto;
		margin:20px 0 0 0;
	}
	.testimonials-section .owl-slider .owl-nav{
		display: none;
	}
	.testimonials-content p{
		font-size: 20px;
	}
	.banner-content{
		width: 100%;
	}
	.banner-content h1 {
	    font-size: 50px;
	    line-height: 43px;
	}
	.banner-content h1 span{
		font-size: 50px;
	}
	.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	    color: var(--white);
	}
	.dropdown-menu{
		background: transparent;
		border: none;
	}
	.dropdown-menu .dropdown-item{
		color: var(--white);
	}
	.navbar-light .navbar-toggler {
	    color: rgba(0, 0, 0, .5);
	    border:solid 1px rgba(0, 0, 0, .1) !important;
	}
	.mob-logo{
		width: 80%;
	}
	.foot-getstarted-sec h2 {
		font-size: 40px;
	}
	.foot-getstarted-sec {
		top: -35%;
		padding: 30px 40px 40px;
		border-radius: 40px;
	}
	.footer-top-sec ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-top-sec ul li{
		margin: 0 10px;
	}
	.testimonials-section .owl-slider .owl-carousel .owl-stage-outer{
		overflow-x: auto;
	}
	.contact-banner-caption h1 {
		font-size: 40px;
	}
	.testimonials-section .owl-slider .owl-carousel .owl-stage-outer::-webkit-scrollbar-track{	
		display: none;
	}
	.testimonials-section .owl-slider .owl-carousel .owl-stage-outer::-webkit-scrollbar{
		display: none;
	}
	.testimonials-section .owl-slider .owl-carousel .owl-stage-outer::-webkit-scrollbar-thumb{
		display: none;
	}





	.contact-banner-image img{
		min-height: 250px;
		object-fit: cover;
	}
	.faq-body-sec{
		padding-top: 60px;
		margin-bottom: 130px;
	}
	.faq-bdy-left-clm{
		width: 100%;
		margin-bottom: 30px;
		border-radius: 65px;
	}
	.faq-bdy-right-clm{
		width: 100%;
	}
	.faq-tab-content-part h3{
		margin-bottom: 0;
	}
	.faq-tab-content-part .card-header a{
		font-size: 25px;
		line-height: 1.2;
	}
	.faq-bdy-left-clm h2 {
	    font-size: 40px;
	}
	.faq-tab-menu ul li{
		font-size: 20px;
	}


	.contact-page-body-sec{
		padding-top: 40px;
		padding-bottom: 70px;
		margin-bottom: 100px;
	}
	.contact-page-left-form-clm {
	    width: 100%;
	    padding-top: 50px;
	    order: 1;
	}
	.contact-page-body-sec h2 {
	    font-size: 40px;
		line-height: 1.0;
		padding-bottom: 20px;
	}
	.fund-lynq-form-clm-two {
	    width: 100%;
	}
	.contact-page-right-address-clm {
	    padding-top: 0;
		width: 100%;
	}
	.contact-banner-caption-container p{
		display: none;
	}
	.about-banner-sec .contact-banner-caption h1{
		line-height: 45px;
	}
	.about-video-sec,
	.about-value-define-sec,
	.about-tabs{
		padding: 50px 0;
	}
	.about-vdo-container{
		height: 400px;
	}
	.about-vdo-container video{
		border-radius: 20px;
	}
	.about-value-define-clm{
		width: 50%;
		margin: 15px 0;
	}
	.about-tabs .owl-slider .owl-nav .owl-prev{
		left: 0;
	}
	.about-tabs .owl-slider .owl-nav .owl-next{
		right: 0;
	}
	.about-business-tool-sec{
		padding-top: 0;
	}
	.about-business-tool-sec h2{
		font-size: 32px;
		padding-top: 40px;
	}
	.about-business-tool-icon ul li{
		width: 50%;
		padding: 12px 20px;
	}

	.fundLynq-modal .modal-body{
		padding: 50px 20px;
	}
	.fundLynq-modal .modal-body h2{
		font-size: 45px;
	}
	.fund-lynq-form-clm-two,
	.fund-lynq-form-clm-one{
		margin-top: 20px;
	}

}


@media only screen and (max-width:575px){
	.header .custom-logo-link img{
		max-width: 200px;
	}
	.banner-content h1,
	.banner-content h1 span,
	.steps-section h2,
	.choose-section h2,
	.testimonials-section h2,
	.faq-bdy-left-clm h2{
		font-size: 35px;
	}
	.about-video-hdn-prt h2,
	.about-value-define-hdn-prt h2,
	.about-tabs h2{
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 15px;
	}
	.banner-content h1{
		padding-bottom: 10px;
	}
	.steps-section ul li h3,
	.choose-sec-right h3{
		font-size: 28px;
	}
	.steps-section ul li p,
	.choose-section p{
		font-size: 15px;
	}
	.icon-with-list .content-sec h4,
	.faq-tab-content-part h3{
		font-size: 25px;
	}
	.testimonials-content p,
	.testimonials-content p.user-text span{
		font-size: 16px;
	}
	.testimonials-content p.review-text{
		padding-top: 0;
	}
	.testimonials-content p.user-text{
		font-size: 20px;
	}
	.faq-body-sec{
		margin-bottom: 30px;
	}
	.about-value-define-clm{
		width: 100%;
	}
	.quote-btn,
	.get-btn,
	.fund-lynq-form input[type=submit].quote-btn{
		font-size: 15px;
		padding: 15px 25px;
	}
}


@media only screen and (max-width:479px){
	.foot-getstarted-sec {
		top: -45%;
	}
}
/*=========================== Responsive Style Sheet End Here ===========================*/