/*--------------------------------------------------------------------- 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;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Raleway', sans-serif;;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

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: #ffffff;
     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{
	width: 100%;
	float: left;
	text-align: center;
//	margin-top: 55px;
}
.logo_text  {
    color: #000000;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
}

.header{ 
	width: 100%;
	width: 100%;
	float: left;
	background-color: #072833;
	padding-bottom: 10px;
	padding-top: 10px;
}



.banner-main{ 
	width: 100%;
	float: left;
	background-image:url(../images/banner.jpg);
	height: auto;
	padding-top: 20px;
	padding-bottom: 226px; 
	background-size: cover;
    overflow: scroll;
}

.last{
	padding-top: 10px;
	padding-left: 40px;
}

.titlepage-h1{
	width: 100%;
	float: left;
	margin: 0 auto;
	text-align: center;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}

.bnner_title{
		font-size: 46pt;
		color: #ffffff;
//		padding-top: 70px;
		font-family: 'Raleway', sans-serif;;}


.long_text{
    font-size: 14pt;
	color: #ffffff;
	padding-bottom: 30px;
}
.btn_main{
	width: 40%;
    display: block;
   	margin: 0 auto;
	text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 0;
    color: #fff;
    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: 100%;
	float: left;
	background-color: #ffffff;
	height: auto;
	padding-bottom: 30px;
	padding-top: 30px;
}



.creative_taital{
	width: 100%;
	float: left;
	background-color: #ffffff;
	height: auto;
	padding-bottom: 30px;
	padding-top: 30px;
    box-shadow: 0px 0px 10px 0px;
    color: #e7e7e7;
    margin-top: -110px;
    margin-bottom: 50px;
}

.why_us_main .creative_taital{
   margin-top: 0px;
}


.why_us_item h1 {
   text-align: center;
   font-size: 24px;
   font-weight: bold;
}

.why_us_item p{
   font-size: 18px;
   padding: 0 0 20px 0;
   margin: auto;
   text-align: center;
}
.blog_article_contents p{
   font-size: 18px;
   padding: 0 0 20px 0;
   margin: auto;
   text-align: left;
}
.blog_article_contents h2{
   font-size: 18px;
   padding: 0 0 20px 0;
   margin: auto;
   text-align: left;
   text-decoration: underline;
}

.blog_article_contents em{
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

.blog_article_contents a{
    color: unset;
}

.written_text h2{
   font-size: 20px;
   text-decoration: underline;
   font-weight: bold;
   padding-left: 20px;
}

.section_1 img {
   max-width: 100%;
}

.why_us_item ul {
   font-size: 18px;
   text-align: center;
}
.blog_article_contents ul li{
   list-style: circle;
   list-style-position: inside;
}
.blog_article_contents li{
   font-size: 18px;
   text-align: left;
}

.blog_article_contents ol li{
   list-style: arabic;
   list-style-position: inside;
   padding: 0 0 20px 0;
//   margin: 0 0 0 30px;
}
   
.blog_article_contents ul {
    padding: 0 0 20px 0;
}

.blog_article_main img {
   max-width: 50%;
   max-height: 50%;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 30px;
}

.creative_text{
	color: #050000;
	font-size: 22pt;
	text-align: center;	
	border-bottom: 1px solid #000;
	width: 46%;
    margin: 0 auto;
    text-align: center;
	font-weight: bold;

}

.section_service_2{
	width: 100%;
	float: left;

}

.service_text{
	color: #050000;
	font-size: 22pt;
	text-align: center;	
	border-bottom: 1px solid #000;
	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;
   display: flex;
   flex-direction: column;
   font-size: 15pt;
   padding-bottom: 40px;
}
#services_page .written_text{
   background-color: white;
   color: black;
   border-width: 2px;
   border-color: black;
}

#services_page ul{
   margin-bottom: 20px;
}

.written_text h1 {
   font-size: 26pt;
   font-weight: bold;
}

.written_text li {
   padding-left: 20px;
   list-style: square;
   list-style-position: inside;
}

.written_text p {
   font-size: 24px;
}

.like_icon{
	padding-left: 20px;
	min-height: 50px;
}
.like_icon img{
    width: 50px;
    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: 1px solid #000;
	color: #050000;
	font-size: 22pt;
	font-weight: bold;

}

.why_us_header,
.blog_article_header{
     margin: 0 auto;
     text-align: center;
     color: #050000;
}

.why_us_header h1,
.blog_article_header h1{
   font-size:36pt;
   font-weight: bold;
 //  padding: 200px 0 0 0;
   margin: auto auto 30px auto;
     border-bottom: 1px solid #000;
}

.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;
}
.send_btn{
	padding-left: 15px;
}

.lorem_text{
	width: 100%;
	float: left;
	color: #ffffff;
	font-size: 17px;
    line-height: 35px;
    padding-top: 80px;
}

.contact_main{
	width: 100%;
	float: left;
	background-color: #ffffff;
	padding-top: 40px;
}

.contact_section_2{
	width: 50%;
	margin: 0 auto;
	display: block;
	padding-top: 40px;
}

.why_us_main,
.blog_article_main{
//	width: 50%;
//	margin: 0 auto;
//	display: block;
//	padding-top: 40px;
// text-align: center;
	
   width: 100%;
	float: left;
	background-color: #ffffff;
	height: auto;
	padding-bottom: 30px;
	padding-top: 30px;
   color: #222222;
}
.map_icon{
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.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;
    font-family: "Arial";
}

.email-text a {
    text-decoration: none;
    color: #333;
}

.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;
}

.email-bt{
	background: #072833;
    border: none;
    color: #fff;
    width: 100%;
    height: 55px;
    font-size: 22px;
    padding: 20px;


}

.massage-bt{
	background: #072833;
    border: none;
    color: #fff;
    width: 100%;
    height: 145px;
    font-size: 22px;
    padding: 20px;


}

.button.navbar-toggler.collapsed { background: #fff;}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    background-color: #fff;
    padding: 10px 20px;
}

.about_main{
	width: 100%;
	float: left;
	margin-top: 130px;
}

.section_service_main{
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;

}
.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: #000;
	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;
}

.section_1{
	width: 100%;
	float: left;
	background-color: #fff;
    box-shadow: 0px 0px 10px 0px;
   margin-bottom: 30px;
}

.date-bt {
    background: #072833;
    border: none;
    color: #fff;
    width: 110px;
    height: 35px;
    font-size: 12px;
    margin-top: -35px;
    font-weight: 500;
    float: left;
    max-width: 100%;
    clear: both;
    position: relative;
}

.about_page .creative_taital {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    color: #e7e7e7;
    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;
    
}
.contact_section {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.contact_contents {
    color: #ffffff;
    font-size: 24px;
    white-space: nowrap;
    font-family: "Arial";
}

.contact_contents a {
    color #ffffff !important;
}

.why_us_section_heading h1 {
   color: #ffffff;
   font-size: 48px;
   font-weight: bold;
   text-align: center;
}

.why_us_heading{
   flex-grow: 1
}

.why_us_heading h1{
   color: #ffffff;
   font-size: 24px;
   font-weight: bold
}

.why_us_content{
   color: #ffffff;
   font-size: 20px;
   flex-grow: 2
}

.carousel-item{
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    height: 350px;
    box-sizing: border-box;
    position: relative;
}

.service_box{
    display: flex;
}

#services_page .service_box {
   border: solid;
   margin-bottom: 20px;
}

.whirly_title{
    color: #10b5fa;
}

.who_we_are{
   color: #000000;
   text-align: center;
   padding-left: 50px;
   padding-right: 50px;
   font-size: 18px;
}

.blog_section_2 .col-sm-4 {
   display: flex;
   flex-direction: column;
   margin-top: auto;
   height: 100%;
}

.section_1 a {
   color: black;
}

.linkedin_logo{
   width: 50px;
   height: 50px;
   display: block;
}
.linkedin_logo img{
   max-width: 50px;
   max-height: 50px;
}


.spacer{
   height: 200px;
}

.photo{
    float: right;
    margin: 20px;
    box-shadow: 0px 0px 10px 0px;
}
.phototext{
    display: float;
}

.why_me_header{
   display: inline-block; 
   text-align: center;
}

.why_me_item p{
    text-align: left;
}

.why_me_item ol li{
   list-style: arabic;
   list-style-position: inside;
}
.why_me_item ul li{
    list-style: disc;
    margin-left: 40px;
}

.why_me_item li{
   list-style-position: inside;
   text-align: left;
   font-size: 18px;
   padding: 0 0 0 0;
   margin: auto;
} 

.why_me_item ul{
    margin: auto;
}

.blog_entry_img {
    height: 233px;
    width: 350px;
}

.blog_entry_img img {
    height: 233px;
    width: 350px;
    display: block;
    object-fit: cover;
}
.col-flexed {
    display: flex;
    flex-shrink: 3;
    flex-grow: 3;
}
.col-flexed a,a h1 {
    display: flex;
}
.col-flexed a,a h1 {
    display: flex;
    flex-wrap: wrap;
}

.podcast_main {
    width: 100%;
    float: left;
}

.podcast_logo {
    width: 300px;
    float: left;
    margin: 20px;
}

.podcast_logo img {
    margin-bottom: 100px;
}

.podcast_text {
    display: inline;
    margin: 20px;
}

.podcast_text p {
    font-size: 20px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.podcast_text li a {
    font-size: 20px;
    color: #333333;
} 

.podcast_text a {
    font-weight: bold;
}
.podcast_text ul {
    margin-left: 20px;
}

.section_1 p {
    font-size: 20px;
}

.blog_article_contents ul li {
   list-style: disc;
   margin-left: 2em;
} 
