/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}
:root {

	--site-background:#ffffef;
	--post-background:#ffffef;
	--post-text:#000000;

	--banner-color: #effbfc;
	--banner-text: #3d5a80;

	--navbar-color: #3d5a80;
	--navbar-text: #ffffe5;

	--maincard-color: #3d5a80;
	--maincard-text: #ffffe5;

	--card-color: #ebf6f5;
	--card-text: #000;

	--footer-color:#3d5a80;
	--footer-text:#ffffe5;

	--post-card-height: 300px;
  }

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
	 background-color: var(--site-background);
     font-size: 14px;
     font-family: 'Raleway', sans-serif;;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
	 width: 100%   !important;
	 margin: auto !important;
	}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
} */

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

/* h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
} */

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 400;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: var(--banner-text);
     text-decoration: none;
     outline: none !important;
}

/* .header_main{
	width: 100%;
    float: left; */
    /* background-image: url(../images/header.jpg); */
    /* height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
} */
.logo{
	margin-left: auto;
	margin-right: auto;

	text-align: center;
}
.header{
	width: 100%;
	width: 100%;
	float: left;
	background-color: var(--navbar-color);
	padding-bottom: 10px;
	padding-top: 10px;
}


.header_main{
	width: 100%;
	float: left;
    /* background-image: url(../images/header.jpg); */
	height: 150px;
	padding-bottom: 20px;
	background-color:	var(--banner-color);
}

.banner-main{
	width: 100%;
	float: left;
	/* background-image:url(../images/banner.jpg); */
	height: 80vh;
	padding-top: 20px;
	padding-bottom: 226px;
	background-size: cover;
	background-color: var(--banner-color);
}
.post-container{
	background-color: var(--post-background);
	color: var(--post-text);
	padding: 5vw;
	min-height: 100vh;
	width: 90%;
	float: left;

}
.latest-column{
	width: 10%;
	float: left;
	padding-right: 5px;

}
.last{
	padding-top: 10px;
	padding-left: 40px;
}

.titlepage-h1{
	width: 100%;
	float: left;
	margin: 0 auto;
	text-align: center;
}

.bnner_title{
		font-size: 46pt;
		color: var(--banner-text);
		padding-top: 70px;
		font-family: 'Raleway', sans-serif;;}


.long_text{
    font-size: 14pt;
	color: var(--banner-text);
	padding-bottom: 30px;
}
.btn_main{
	width: 40%;
    display: block;
   	margin: 0 auto;
	text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 60px;
    padding-left: 0;
    color: var(--navbar-text);
    font-size: 16px;
    letter-spacing: 0.5px;
}

.navbar-nav.mr-auto {
    width: 100%;
    margin: 0;
    display: block;
}

.navbar-nav.mr-auto li {
    float: left;
}

.navbar-nav.mr-auto li.last {
    float: right;
}

.navbar-light .navbar-nav .active>.nav-link{
		color: #23bbfb;
}

 .navbar-light .navbar-nav .nav-link:hover {
		color: #23bbfb;
}

.bg-light {
    background-color: none;
}

.services_main{
	width: 75%;
	margin: 0 auto;
	background-color: var(--banner-color);
	height: auto;
	padding-bottom: 30px;
	padding-top: 30px;
}

/* .creative_taital{
	width: 100%;
	float: left;
	background-color: var(--maincard-color);
	height: auto;
	padding-bottom: 30px;
	padding-top: 30px;
    box-shadow: 0px 0px 10px 0px;
    color: #e7e7e7;
    margin-top: -8rem;
    margin-bottom: 50px;
} */

.creative_text{
	color: var(--maincard-text);
	font-size: 22pt;
	text-align: center;	
	border-bottom: 1px solid var(--maincard-text);
	width: 46%;
    margin: 0 auto;
    text-align: center;
	font-weight: bold;

}

.section_service_2{
	width: 100%;
	float: left;

}

.service_text{
	color: var(--banner-text);
	font-size: 22pt;
	text-align: center;	
	border-bottom: 2px solid var(--banner-text);
	width: 22%;
    margin: 0 auto;
	font-weight: bold;
}

.service_main{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.written_text{
	width: 100%;
	float: left;
	background-color: #072833;
	height: auto;
	padding: 20px;
}

.written_text{
	width: 100%;
	float: left;
	color: #ffffff;
	margin-top: 20px;
}
.like_icon{
	padding-left: 20px;
	min-height: 50px;
}
.quote_section{
	width: 100%;
	float: left;
	background-color: #076787;
	height: auto;
	padding: 20px;
	font-weight: bold;
}

.quote_text{
	color: #ffffff;
	width: 100%;
	float: left;
}

.loan_text{
	color: #ffffff;
	width: 100%;
	float: left;
	margin: 0px;

}

.quote_btn{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}


.touch_section{
	width: 100%;
    padding-top: 57px;
    margin-bottom: 47px;
    display: inline-block !important;
}

.touch_text{
	width: 27%;
	margin: 0 auto;
	text-align: center;
	border-bottom: 2px solid var(--site-background);
	color: var(--site-background);
	font-size: 22pt;
	font-weight: bold;

}

.lets_touch_main{
	width: 100%;
	float: left;
	background-color: #072833;
	padding-top: 40px;
	padding-bottom: 40PX;
}

.input_main{
	width: 100%;
	float: left;
	background-color: #ffffff;
    padding: 40px 20px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #072833;
    background-clip: padding-box;
    border: 1px solid #072833;
    border-radius: 0px;
    border: 0px;
}

.contact_main{
	width: 100%;
	min-height: 300px;
	float: left;
	background-color: var(--footer-color);
	color: var( --footer-text);
	padding-top: 40px;
}

.contact_section_2{
	width: 50%;
	margin: 0 auto;
	display: block;
	padding-top: 40px;
}

.map_icon{
	width: 100%;
	max-width: 6rem;
	max-height: 6rem;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.copyright{
	width: 100%;
	float: left;
	background-color: #076787;
	padding-top: 10px;
	padding-bottom: 10px;

}

.copyright_text{
	width: 100%;
	float: left;
	color: #fbfdfd;
	text-align: center;
	margin: 0px;
}

.email-text{
	width: 100%;
	float: left;
	color: #3ac3f0;
}

.email-text a {
    text-decoration: none;
    /* color: #333; */
	color: var(--footer-text);
}

.email-text a:hover{
	color: #000;
}

.copyright_text a:hover,
.copyright_text a:focus {
    color: #fff;
}

button.main_bt {
    background: #ce4109;
    border: none;
    color: #fff;
    width: 150px;
    height: 50px;
    border-radius: 5px;
    font-size: 22px;
}

.button.navbar-toggler.collapsed { background: #fff;}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    background-color: #fff;
    padding: 10px 20px;
}


.contact_main{
	width: 100%;
	float: left;
	padding-top: 30px;

}

.blog_main{
	width: 100%;
	float: left;
}

.blog_text{
	width: 100%;
	float: left;
	font-size: 34px;
	color: var(--navbar-color);
	border-bottom: solid;
	text-align: center;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 40px;
}

.blog_section_2{
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.card-text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.card{
	height: 100%;
	/* width: 18rem; */
	/* background-color: var(--card-color); */
	color: var(--card-text);
    /* box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.3); */
	border-radius: 10px;
}
.card-body{
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
}
.card:hover{
	/* box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1); */
	transform: translate3d(-1px, -10px, 0px);
}
.card:active{
	transition: ease all 0.1s;
	transform:  translate3d(1px, -6px, 0px);;
}
/* .post-card:hover .post-card-banner{
	filter: blur(0px) brightness(100%);
}
.post-card:hover .post-card-tldr{
	display: none;
} */

.post-card-banner{
	/* filter: blur(10px) brightness(50%); */
	width: 100%;
	height: var(--post-card-height);
	object-fit: cover;
}

.post-card-tldr{
	position: absolute;
	top: 0%;
	margin: 13px;
	display: block;
	color: var(--site-background);
}


.creative_taital {
    width: 100%;
    float: left;
    background-color: var(--maincard-color);
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    color: var(--maincard-text);
    margin-top: -100px;
    margin-bottom: 50px;
    box-shadow: none;
}

/** arrow css **/

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 82px;
    bottom: 10px;
    top: inherit;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    top: 40% !important;
    left: 17px !important;
    width: 70px;
    height: 70px;
    border-radius: 35px;
}
#main_slider .carousel-control-prev, #main_slider .carousel-control-next {
    width: 62px;
    height: 60px;
    background: #fffdfd;
    opacity: 1;
    font-size: 30px;
    color: #000;
}

#main_slider .carousel-control-prev, #main_slider .carousel-control-next {
    width: 62px;
    height: 60px;
    background: #fffdfd;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 35px;
    top: 40% !important;
}

#main_slider .carousel-control-prev:hover, #main_slider .carousel-control-next:hover,
 #main_slider .carousel-control-prev:focus, #main_slider .carousel-control-next:focus {
    background: #10b5fa;
    color: #fff;

}
