/*=====================================================
	Template Name : ........ HTML 5 Responsive Bootstrap-4 Template.
	Author Name   : Ripon Hossain Jewel.
	Author Url    : ......;
	Decripation   : This is a one page HTML 5 Responsive Template.
	Version       : 1.0 ;
=======================================================*/

/* ======= CSS Document ========= */

/************ TABLE OF CONTENTS ***************

	01. Google Fonts
	02. 
	03. 
	04. 
	05. 
	06. 
	07. 
	08. 
	09. 
	10. 
	11. 
	12. 
	13. 
	14. 
	15. 
	16. 
	17. 


***********************************************/


/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700');
/*
  font-family: 'Source Serif Pro', serif;
*/

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
button:focus {
    outline: 0 solid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
}

img {
    max-width: 100%;
}

a,
ul {
    margin: 0;
}

a:hover {
    text-decoration: none;
}

/********** common css *********/
.pad {
    padding: 100px 0;
}

.pad_top {
    padding-top: 100px;
}

.pad_bottom {
    padding-bottom: 100px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}

.position_top.sticky {
    padding: 0 200px;
}

.position_top.sticky .logo img {
    height: 100px;
}

.main_menu li a.color{
    color: #3e57ef;
}
.expert_list li a.color{
    color: #3e57ef;
}
/*********** Start header **********/

header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 3;
    padding: 10px 200px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.logo {}

.logo a img {
    height: 115px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

nav {}


.main_menu {
    list-style: none;
}

.main_menu li {
    display: inline-block;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.main_menu li a {
    font-family: 'Source Serif Pro', serif;
    display: inline-block;
    text-decoration: none;
    padding: 0 15px;
    color: #333;
    text-transform: capitalize;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.main_menu li a:hover {
	color: #111e6c;
}
.main_menu li i {
    margin-left: -10px;
    font-size: 18px;
}

/*******sub menu*******/

.main_menu li > ul {
    position: absolute;
    list-style: none;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    border-top: 3px solid #111e6c;
    visibility: hidden;
    opacity: 0;
    padding: 20px 0;
    text-align: left;
    z-index: 2;
}

.main_menu li > ul > li {
    display: block;
}

.main_menu li > ul > li > a {
    display: inline-block;
    width: 300px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #333;
    margin: 0;
    line-height: 30px;
    font-size: 17px;
}

.main_menu li > ul > li > a:hover {
    color: #000;
    background-color: rgba(196, 196, 196, 0.3);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.main_menu li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}


/************ hero_area css **********/


.hero_area {
    padding-top: 144px;
}

.hero_area .container-fluid {
    padding: 0;
    margin: 0;
}

.hero_slider {}

.single_slide {
    text-align: right;
    padding-right: 350px;
    padding-top: 120px;
}

.hero_bg {
    background-image: url(assets/img/banner06_v3.jpg);
    background-size: cover;
    background-position: center;
    height: 750px;
}

.hero_bg.one {
    background-image: url(assets/img/banner05_v2.jpg);
}

.hero_bg.two {
    background-image: url(assets/img/banner01_revised03.jpg);
}

.hero_bg.three {
    background-image: url(assets/img/banner03_revised.jpg);
}


.single_slide.hero_bg.three {
    text-align: left;
    padding-left: 350px;
}

.single_slide h1 {
    text-transform: capitalize;
    color: rgb(17, 30, 108);
    font-size: 70px;
    font-weight: 500;
    font-family: 'Source Serif Pro', serif;
    letter-spacing: 2px;
}

.hero_slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.hero_slider .owl-dot {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background-color: rgba(255, 255, 255, 0.3);
    width: 15px;
    height: 15px;
    margin: 3px;
    display: inline-block;

}

.hero_slider .owl-dot.active {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    border: none;
    border-radius: 50%;
    background: transparent;
}

.hero_slider .owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  left: 8%;
  color: #fff;
  font-size: 60px;
}
.hero_slider .owl-next {
  left: auto;
  right: 8%;
}
/*********** company_area css *************/

.company_area {
    padding: 100px 200px;
}

.case h3 {
    font-size: 38px;
    font-family: 'Source Serif Pro';
    line-height: 1.5em;
    color: #333;
}

.company_txt {
    color: #666;
    font-size: 18px;
    line-height: 1.9em;
    margin-left: 100px;
}


.single-compare {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.single-compare h1 {
    color: #0c419a;
    font-size: 48px;
}


/*expertise area css*/

.expertise_area {
    background-image: url(assets/img/commercial-buildings-v3.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 200px 50px;
}

.title {
    margin-bottom: 70px;
}

.title h1 {
    text-transform: uppercase;
}

.single_expertise {
    text-align: center;
    margin-bottom: 50px;
    color: #666;
    line-height: 30px;
}

.single_expertise a {}

.single_expertise a h3 {
    color: #111e6c;
    font-size: 24px;
    line-height: 40px;
}

/************ footer css ************/

footer {
    background-color: #000;
}

.copy_txt {
    color: #fff;
    padding: 20px;
}

.copy_txt p {
    margin: 0;
}

/************ Start about page css **************/

.about_area {}

.about_bg {
    background-image: url(assets/img/about-us-banner01_v2.jpg);
    background-position: center center;
    background-size: cover;
    height: 750px;
}

.about_title {}

.about_content {
    font-weight: 600;
    color: #666;
    line-height: 28px;
}


.experience_area {
    background-image: url(assets/img/about-us-background-image.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 100px 0px;
}

.single_experience {
    text-align: center;
    margin-bottom: 120px;
}

.single_experience img {
    height: 150px;
}

.single_experience h4 {
    font-size: 18px;
}

/************ Start expertise page css **************/



.investor_area {}

.expert_bg {
    background-image: url(assets/img/our-services-banner.jpg);
    background-position: center center;
    background-size: cover;
    height: 750px;
}

.expert {}

.expert h2 {
    font-size: 30px;
    text-transform: capitalize;
    color: #333;
}

.expert h5 {
    margin: 50px 0;
}

.expert_list {
    list-style: none;
}

.expert_list li {
    color: #666;
    font-weight: 600;
    line-height: 24px;
}

.expert_list li a {
    display: inline-block;
    color: #666;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .5em;
    transition: .5s;
}

.expert_list li a:hover {
    color: ;
    color: #111e6c;
}

.investor_content {
    position: relative;
    color: #666;
    font-weight: 600;
    line-height: 28px;
}

.investor_content:before {
    position: absolute;
    content: "";
    height: 300px;
    width: 1px;
    background-color: #ddd;
    left: -8%;
    top: 10px;
}

.investor_content h1 {
    text-align: center;
    color: #333;
    line-height: 50px;
}

.Communications_area {
    padding: 100px 0 40px;
    background-color: #f7f7f7;
}

.finace_title h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 60px;
}

.single_finace {
    margin-bottom: 60px;
    color: #666;
    font-weight: 600;
    line-height: 28px;
}

.single_finace img {
    width: 100%;
    height: auto;
}

.single_finace h2 {
    color: #333;
    text-transform: capitalize;
}

.service_list li {
    font-size: 15px;
}


/********** network page css **********/


.network_area {}

.network_bg {
    background-image: url(assets/img/our-network-banner.jpg);
    background-position: center center;
    background-size: cover;
    height: 750px;
}

.single_item {
    color: #666;
    font-weight: 600;
    line-height: 28px;
}
.single_item.one {
	position: relative;
	height: 400px;
}

.lern_btn.one {
	position: absolute;
	bottom: 0;
}
.lern_btn {
    display: inline-block;
    background-color: #111e6c;
    color: #fff;
    letter-spacing: 2px;
    font-size: 20px;
    text-transform: capitalize;
    border-radius: 15px;
    padding: 10px 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.lern_btn i {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.lern_btn:hover {
    background-color: #ddd;
    color: #111e6c;
    padding: 10px 30px;
}

.lern_btn:hover.lern_btn i {
    visibility: visible;
    opacity: 1;
    color: #111e6c;
    margin-left: 5px;
    display: inline-block;

}

/**************** Start contact page css  **********/

.contact_area {
    padding: 100px 200px;
}

.contact_bg {
    background-image: url(assets/img/contact-us_banner.jpg);
    background-position: center center;
    background-size: cover;
    height: 750px;
}

.icon {
	margin-top: 20px;
}
.icon li {
    list-style: none;
}

.icon li a {
    display: inline-block;
    text-decoration: none;
    padding: 20px 0;
    color: #2ea3f2;
    font-weight: 600;
}

.icon li i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #111e6c;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    margin-right: 20px;
}