body 
{
 	font-family: 'Open Sans', sans-serif;
 	font-size: 16px;
}

/*---Video Section---*/
#video-background 
{
	z-index: -1;
	width:100%; 
	height:100%;
	margin-top:-15px;
	margin-bottom:-40px;
}
 
#container1
{
	height:100%;
	width: 100%;
	position: relative;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../../images/to-top2.png) no-repeat 0px 0px;
}

.m0 
{
	margin:0;
}

.p0 
{
	padding:0;
	color:black;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
}
.float_left 
{
	float: left;
}
.float_right 
{
	float:right;
}
.clear_fix 
{
	clear:both;
}

a 
{
	text-decoration: none;
	letter-spacing: .03em;
}

a:hover,
a:focus 
{
	outline:none;
	text-decoration: none;
}

ul 
{
	list-style-type:none;
	padding:0;
}

button:focus 
{
	outline: none;
}

h1,
h2,
h3,
h4 
{
	letter-spacing: .03em;
}

p 
{
	letter-spacing: 0.03em;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
}

/*========= 404 page =======*/
.error_page_container 
{
	background: url(../../images/404.jpg) no-repeat left;
	height:350px;
}
.error_page_container .title_holder 
{
	padding-top: 10px;
    padding-left: 70px;
    text-align: center;
}
.error_page_container h2 
{
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 3.125em;
	
    color: #000;
    word-spacing: 5px;
}
.error_page_container h2 span 
{
	font-size: 1.15em;
}
.error_page_container p 
{
	font-style: italic;
	font-size: 1.125em;
	color: #242424;
	text-align: center;
	padding-top: 12px;
    line-height: 28px;
}
.error_page_container a 
{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	background: orange;
	color:white;
	padding: 13px 12px 13px 18px;
	text-transform: uppercase;
	border-radius:5px;
	position: relative;
	margin-top:45px;
}
.error_page_container a i 
{
	padding-left: 28px;
	color: white;
	font-size: 1.25em;
	vertical-align: middle;
}
.error_page_container a:before 
{
	content: '';
	width:1px;
	height:28px;
	background: white;
	position: absolute;
	right: 39px;
    top: 9px;
}
.error_page_container a:after 
{
	content: '';
	width:1px;
	height:28px;
	background: orange;
	position: absolute;
	right: 40px;
    top: 9px;
}

/*----- Header----*/
 header .bottom_header .logo .logo_text p:nth-child(1) 
 {
 	font-family: 'Raleway', sans-serif;
 	font-weight: 800;
 	font-size: 2em;
 	color: #1c1a21;
 	display: inline-block;
 	padding-top: 44px;
    position: relative;
 }
 
 header .bottom_header 
 {
 	padding: 15px 0px;
 }

 header .bottom_header .address p 
 {
 	display: inline-block;
 	font-family: 'Open Sans', sans-serif;
 	font-size: 0.875em;
 	color: black;
 	margin: 0;
 }
 
 header .bottom_header .address p>span 
 {
 	color : black;
 }

 header .bottom_header .address>span.separator:after 
{
content: '';
position: absolute;
left: -1px;
top: 0;
width: 1px;
height: 100%;
background: #D0D0D0;
}

header .bottom_header .address .top-info 
{
	display: inline-block;
	padding-left: 20px;
}

header .bottom_header .address .top-info:first-child 
{
	padding-left: 0;
}

header .bottom_header .address .top-info:first-child .icon 
{
	padding-left: 0;
	border: none;
}

header .bottom_header .address .top-info:first-child .icon:after 
{
	display: none;
}

header .bottom_header .address .top-info .icon-box,
header .bottom_header .address .top-info .content-box 
{
	display: table-cell;
	vertical-align: middle;
}

header .bottom_header .address .top-info .icon-box 
{
	padding-right: 20px;
}

header .bottom_header .address .top-info .icon-box span 
{
	font-size: 30px;
	border-left: 1px solid #F6F6F7;
	padding-left: 25px;
	position: relative;
	color: orange;
}
header .bottom_header .address .top-info .icon-box span:after 
{
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 100%;
	background: orange;
}

 /*====================== Banner ===============*/
 .banner 
 {
  	height: 763px;
 }
 .banner .banner_opacity 
 {
 	background: rgba(0, 0, 0, 0.5);
 	height: 763px;
 	position: relative;
 }
 /*====================== Menu ===============*/
 
.mainmenu-area .nav_main_list,
.mainmenu-area .find-advisor 
{
	display: inline-block;
}
.mainmenu-area.stricky-fixed 
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: #13A0B2;
}
.mainmenu-area.stricky-fixed nav>div a.advisor 
{
	position: relative;	
}
.mainmenu-area.stricky-fixed nav>div a.advisor:after 
{
	content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 2000px;
    background: blue;
    height: 100%;
    z-index: -1;
    transition: background .3s ease;
}
.mainmenu-area.stricky-fixed nav .find-advisor:hover a.advisor:after 
{
	background: white;
}

 .mainmenu-area 
 {
 	position: relative;
 	z-index: 999;
 }
 .mainmenu-area .container
 {
 	background: #13A0B2;
 	padding: 0 5px;
 	position: relative;
 }
 .mainmenu-area .container:before 
 {
 	position: absolute;
 	top: 5px;
 	left: 5px;
 	right: 5px;
 	bottom: 5px;
 	content: '';
 	display: block;
 	border: 1px solid rgba(255, 255, 255, 1);
 	z-index: 9;
 }
 .mainmenu-area nav 
 {
	position: relative;
 }

.mainmenu-area nav > .nav_main_list ul li a 
{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 0.9378em;
	color: white;
	display: block;
	padding: 0 24px;
	letter-spacing: .03em;
	line-height: 29px;
    -webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mainmenu-area nav> .nav_main_list ul li:hover > a 
{
	color: orange;
}
.mainmenu-area .find-advisor 
{
	background: blue;
	position: relative;
	margin-right: -5px;
	transition: all .3s ease;
}
.mainmenu-area .find-advisor:hover,
.mainmenu-area .find-advisor:hover:before 
{
	background: white;
}
.mainmenu-area .find-advisor:hover a.advisor 
{
	color: blue;
}
.mainmenu-area .find-advisor a.advisor 
{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.125em;
    color: white;
    margin-left: 0;
    display: block;
    padding: 0 30px 0 17px;
    line-height: 65px;
    position: relative;
    z-index: 10;
    transition: all .3s ease;
}
.mainmenu-area .find-advisor:before 
{
	content: '';
	width: 75px;
	height: 100%;
	position: absolute;
	top:0;
	left: -32px;
	transform: skew(-45deg);
	background: blue;
	transition: all .3s ease;
}
.mainmenu-area nav> .nav_main_list ul > li 
{
	position: relative;
	z-index: 99;
	padding: 18px 0;
}

.mainmenu-area nav ul li.arrow_down .fa-bars 
{
	display: none;
}
.mainmenu-area nav> .nav_main_list ul>li>.sub-menu a:before 
{
	content: '\f105';
	font-family: 'FontAwesome';
	padding-right:10px;	
}
.mainmenu-area nav> .nav_main_list ul>li .sub-menu li 
{
	padding: 0 25px;
	background: white;
}
.mainmenu-area nav> .nav_main_list ul > li .sub-menu ul li:first-child a 
{
	padding-top: 16px;
}
.mainmenu-area nav> .nav_main_list ul>li .sub-menu li:last-child a 
{
	padding-bottom: 16px;
}
.mainmenu-area nav> .nav_main_list ul>li .sub-menu a:hover 
{
	color: orange;
}
.mainmenu-area nav> .nav_main_list ul>li .sub-menu a 
{
    font-weight: 400;
    border-bottom: 1px solid orange;
    margin: 0;
    padding: 5px 0px;
    letter-spacing: .03em;
    font-size: 13px;
    color: black;
    font-family: 'Open Sans';
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mainmenu-area nav> .nav_main_list ul>li>.sub-menu li:last-child a 
{
	border:none;
}
.mainmenu-area nav> .nav_main_list ul>li>.sub-menu:before 
{
	content: '';
	background: url(../../images/menu-arrow.png) no-repeat;
	width: 28px;
	height: 13px;
	position: absolute;
	top: 10px;
	left: 45px;	
}
.mainmenu-area nav> .nav_main_list ul>li>.sub-menu 
{
	position: absolute;
	width:240px;
	padding-top: 20px;
	top:200%;
	opacity: 0;
	visibility: hidden;
}
.mainmenu-area nav> .nav_main_list ul>li>.sub-menu ul 
{
	-webkit-box-shadow: 0 0 16px rgba(0,0,0, .11);
	box-shadow: 0 0 16px rgba(0,0,0, .11);
}
.mainmenu-area nav> .nav_main_list ul>li>.sub-menu-width-fix 
{
	width:212px;
}

.mainmenu-area nav> .nav_main_list ul>li:hover .sub-menu 
{
	visibility: visible;
	opacity: 1;
	top:100%;
	left:0px;
	-webkit-transition: all 0.4s cubic-bezier(0.84, 0.35, 0.39, 0.74);
	-o-transition: all 0.4s cubic-bezier(0.84, 0.35, 0.39, 0.74);
	transition: all 0.4s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}
.mainmenu-area nav> .nav_main_list ul>li .sub-menu a:hover 
{
	
}
.mainmenu-area nav> .nav_main_list ul>li>a 
{
	border-right: 1px dashed rgba(255, 255, 255, 1);
}
.mainmenu-area nav > div > ul > li:last-child > a 
{
	border-right: 0px dashed rgba(255, 255, 255, 1);
}

.mainmenu-area nav> .nav_main_list ul a:hover,
.mainmenu-area nav> .nav_main_list ul a:focus 
{
	background: transparent;
}

/*------about_us Banner---*/
.about_banner {
	background:url(../../images/about/banner-bg.jpg) no-repeat center;
	height:250px;
	margin-top: -35px;
}

.banner_info_about 
{
	text-align: center;
	padding-top:100px;
}

.banner_info_about h1 
{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 2.81em;
	color:white;
	position: relative;
}

.banner_info_about h1:before 
{
	content: '';
	width:60px;
	height:3px;
	background: orange;
	position: absolute;
	bottom: -14px;
    right: 47.5%;
}

.banner_info_about ul 
{
	padding: 0px;
}

.banner_info_about ul li 
{
	display: inline-block;
	margin-left: 3px;
	margin-top: 25px;
}

.banner_info_about ul li i 
{
	color:orange;
}

.banner_info_about ul li a,
.banner_info_about ul li 
{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 0.875em;
	color: white;
	font-weight: 600;
	letter-spacing: .03em;
}

.banner_info_about ul li a 
{
	font-size: 1em !important;
}

/*===========Welcome section========*/
.welcome_sec 
{
	padding-top: 50px;
	background: white;
	padding-bottom:50px;
}

.welcome_sec h2 
{
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 1.625em;
	color: orange;
	position: relative;
	text-align: right;
	line-height: 32px;
	padding-right: 25px;
}

.welcome_sec h2:before 
{
	content: '';
	width: 4px;
	height:100%;
	background: #12a0b1;
	position: absolute;
	letter-spacing: 1px;
    right: -16px;
    top: 4px;
}
.welcome_sec .welcome_heading p
{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1em;
	color: black;
	padding-left: 30px;
    padding-top: 16px;
    line-height: 26px;
}
.welcome_item 
{
	position: relative;	
}
.welcome_details 
{
	margin-top:80px;
}
.welcome_details img 
{
	background: #fff;
	padding:8px;
	position: absolute;
	z-index: 1;
	top: 14px;
}
.welcome_details .welcome_info 
{
	position: relative;
	width:77%;
	background: white;
	border: 1px solid orange;
	margin-left: 140px;
    padding-top: 7px;
    padding-bottom: 24px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.welcome_details h3 
{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color:black;
	padding-left: 66px;
}
.welcome_details h3:before 
{
	content: '';
	width:45px;
	height:3px;
	background: orange;
	position: absolute;
	top: 61px;
}
.welcome_details p 
{
	font-family: 'Open Sans', sans-serif;
	color: black;
	padding-left: 66px;
	padding-right: 41px;
    padding-top: 13px;
}
.welcome_item_bottom 
{
	margin-top:29px;
}
.welcome_details .welcome_info:hover 
{
	background: orange;
}
.welcome_details .welcome_info:hover h3
{
	color: white;
}
.welcome_details .welcome_info:hover p 
{
	color: white;
}

/*====== Who we are =========*/
.we_are .left_side
{
	background: url(../../images/5.jpg) no-repeat right;
	background-size: cover;
	height:350px;
	width:50%;
	position: relative;
}

.we_are .we_are_border 
{
	background: transparent;
	height:95%;
	width:97%;
	position: absolute;
	top: 10px;
    right: 10px;
}
.we_are .we_are_border h2 
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #fff;
	background: orange;
	border-radius:5px;
	display: inline;
	position: absolute;
	padding: 12px 39px;
    top: 40px;
    right: -14px;
}
.we_are .right_side 
{
	background-size: cover;
	background-color: white;
	height:510px;
	width:50%;
	position: relative;	
}
.we_are .we_are_deatails 
{
	padding-left:61px;
}
.we_are .right_side h2 
{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: black;
	position: relative;
	padding-top: 47px;
    word-spacing: 6px;
    padding-bottom: 38px;
}
.we_are .right_side h2:before 
{
	content: '';
	width:45px;
	height:3px;
	background: orange;
	position: absolute;
	top: 85px;
    left: 8px;
}
.we_are .right_side .we_are_deatails>p 
{
	color: black;
    width: 80%;
}

.we_are .right_side  img 
{
	vertical-align: baseline;
}

/*====== Who we are 1 =========*/
.we_are1 .left_side
{
	background: url(../../images/6.jpg) no-repeat right;
	background-size: cover;
	height:350px;
	width:50%;
	position: relative;
}

.we_are1 .we_are_border 
{
	background: transparent;
	height:95%;
	width:97%;
	position: absolute;
	top: 12px;
    right: 13px;
}
.we_are1 .we_are_border h2 
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #fff;
	background: orange;
	display: inline;
	position: absolute;
	padding: 12px 39px;
    top: 40px;
    right: -14px;
}
.we_are1 .right_side 
{
	background-size: cover;
	background-color: white;
	height:400px;
	width:50%;
	position: relative;	
}
.we_are1 .we_are_deatails 
{
	padding-left:60px;
}
.we_are1 .right_side h2 
{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: black;
	position: relative;
	padding-top: 40px;
    word-spacing: 6px;
    padding-bottom: 20px;
}
.we_are1 .right_side h2:before 
{
	content: '';
	width:45px;
	height:3px;
	background: orange;
	position: absolute;
	top: 85px;
    left: 8px;
}
.we_are1 .right_side .we_are_deatails>p 
{
	color: black;
    width: 80%;
}

.we_are1 .right_side  img 
{
	vertical-align: baseline;
}

/*============Testimonial & Company Values==========*/
.testimonial_sec 
{
	height:600px;
}

.testimonial_sec .testimonial h2,
.testimonial_sec .sec-title h2,
.testimonial_sec .company h2 
{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.75em;
	color: black;
	position: relative;
}

.testimonial_sec .testimonial h2:before,
.testimonial_sec .sec-title h2:before,
.testimonial_sec .company h2:before 
{
	content: '';
	width:45px;
	height:3px;
	background: orange;
	position: absolute;
	top: 40px;
    left: -2px;
}

.testimonial_sec .testimonial p:first-child,
.client_say_about_us .testimonial p:first-child 
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: black;
}

.testimonial_sec .testimonial span,
.client_say_about_us .testimonial span,
.testimonial_sec p.john_speach,
.client_say_about_us .testimonial p.john_speach 
{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: black;
}

.testimonial_sec p.john_speach,
.client_say_about_us .testimonial p.john_speach 
{
	padding-top: 27px;
}

.testimonial_sec p.john_speach 
{
	padding-right:50px;
}

.testimonial_sec .testimonial img.round_img,
.client_say_about_us .testimonial img.round_img 
{
	border-radius: 50%;
	margin-top: 44px;
	width: 130px;
    height: 130px;
}

.testimonial_sec .testimonial .client_info 
{
	padding-top: 60px;
    line-height: 22px;
    margin-right: 77px;
}

.client_say_about_us .testimonial .client_info 
{
	padding-top: 10px;
    line-height: 22px;
}

.testimonial_sec .row 
{
	padding-top:60px;
}

.testimonial_container 
{
	padding-right:30x;
}

.client_say_about_us .row 
{
	padding-top: 30px;
}

.client_say_about_us .testimonial .round_img,
.client_say_about_us .testimonial .client_info 
{
	float:left;
}

.client_say_about_us .testimonial .client_info 
{
	padding-left:44px;
}

.client_say_about_us .right_part 
{
	padding-left: 110px;
}

.client_say_about_us .left_part 
{
	padding-right: 100px;
}

.client_say_about_us .testimonial .client_sign 
{
	padding-top:17px;
}

.client_say_about_us .bottom_part 
{
	padding-top: 62px;
}

.testimonial_sec .testimonial .client_info ul li,
.client_say_about_us .testimonial .client_info ul li 
{
	display: inline-block;
}

.testimonial_sec .testimonial .client_info ul,
.client_say_about_us .testimonial .client_info ul 
{
	padding:13px 0 0 0;
}


.testimonial_sec .company 
{
	padding-left:0px;
}

.testimonial_sec .company .nav li a 
{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: black;
	border: 1px solid orange;
	border-radius: 3px
}

.testimonial_sec .company .nav li a:focus,
.testimonial_sec .company .nav li.active a
{
	background: url(../../images/arrow-up.png) no-repeat center 101.5%;
    color: white;
    background-color: orange;
	border-color:transparent;
}

.testimonial_sec .company .tab-content ul li i 
{
	color:orange;
	margin-right:12px;
}
.testimonial_sec .company .tab-content ul 
{
	display: inline-block;
}
.testimonial_sec .company .company-tab 
{
	margin-top:30px;
}
.testimonial_sec .company .tab-content ul li a 
{
	font-family: 'Open Sans', sans-serif;
	font-size:0.875em;
	color: black;
}
.testimonial_sec .company .tab-content h3 
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: black;
	padding-top: 27px;
}
.testimonial_sec .company .tab-content p 
{
	color:black;
	padding-bottom: 31px;
}
.testimonial_sec .company .tab-content .list-two
{
	padding-left:86px;
	color:black;
}
.testimonial_sec .company .tab-content ul li 
{
	margin-top:9px;
}

/*=============Small business========*/
.small_business_sec 
{
	background: url(../../images/test.jpg) no-repeat center;
	background-color:white;
	height: 400px;
	position: relative;
}

.small_business_sec .container 
{
	background: rgba(0, 0, 0, 0.55);	
	height:400px;
	width:60%;
	padding-left: 58px;
}

.small_business_sec .container h2 
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.562em;
	color: orange;
	padding-top: 10px;
}

.small_business_sec .container p 
{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1.125em;
	color:white;
	line-height: 25px;
	padding-top: 7px;
    width: 64%;
    padding-bottom: 13px;
}

.small_business_sec .container ul li a 
{
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	color: white;
}

.small_business_sec .container ul li i 
{
	color:orange;
	margin-right:12px;
}

.small_business_sec .container ul 
{
	display: inline-block;
}

.small_business_sec .container ul li 
{
	margin-top:9px;
}
.small_business_sec .container .list_two
{
	padding-left:130px;
	color:white;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
}

/*=============Small business2========*/
.small_business_sec4 
{
	background: url(../../images/brush.jpg) no-repeat center;
	background-color:white;
	height: 300px;
	position: relative;
}

.small_business_sec4 .container 
{
	background: rgba(0, 0, 0, 0.55);
	height:300px;
	width:60%;
	padding-left: 58px;
}

.small_business_sec4 .container h2 
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.562em;
	color: orange;
	padding-top: 10px;
}

.small_business_sec4 .container p 
{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1.125em;
	color:white;
	line-height: 25px;
	padding-top: 7px;
    width: 64%;
    padding-bottom: 13px;
}

.small_business_sec4 .container ul li a 
{
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	color: white;
}

.small_business_sec4 .container ul li i 
{
	color:orange;
	margin-right:12px;
}

.small_business_sec4 .container ul 
{
	display: inline-block;
}

.small_business_sec4 .container ul li 
{
	margin-top:9px;
}
.small_business_sec4 .container .list_two
{
	padding-left:130px;
	color:white;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
}

/*=============Small business2========*/
.small_business_sec2 
{
	background: url(../../images/exterior.jpg) no-repeat center;
	background-color:white;
	height: 300px;
	position: relative;
}

.small_business_sec2 .container 
{
	background: rgba(0, 0, 0, 0.55);
	height:300px;
	width:60%;
	padding-left: 58px;
}

.small_business_sec2 .container h2 
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.562em;
	color: orange;
	padding-top: 10px;
}

.small_business_sec2 .container p 
{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1.125em;
	color:white;
	line-height: 25px;
	padding-top: 7px;
    width: 64%;
    padding-bottom: 13px;
}

.small_business_sec2 .container ul li a 
{
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	color: white;
}

.small_business_sec2 .container ul li i 
{
	color:orange;
	margin-right:12px;
}

.small_business_sec2 .container ul 
{
	display: inline-block;
}

.small_business_sec2 .container ul li 
{
	margin-top:9px;
}
.small_business_sec2 .container .list_two
{
	padding-left:130px;
	color:white;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
}

/*=============Small business3========*/
.small_business_sec3 
{
	background: url(../../images/blueprints.jpg) no-repeat center;
	background-color:white;
	height: 300px;
	position: relative;
}

.small_business_sec3 .container 
{
	background: rgba(0, 0, 0, 0.55);
	height:300px;
	width:60%;
	padding-left: 58px;
}

.small_business_sec3 .container h2 
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.562em;
	color: orange;
	padding-top: 10px;
}

.small_business_sec3 .container p 
{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1.125em;
	color:white;
	line-height: 25px;
	padding-top: 7px;
    width: 64%;
    padding-bottom: 13px;
}

.small_business_sec3 .container ul li a 
{
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	color: white;
}

.small_business_sec3 .container ul li i 
{
	color:orange;
	margin-right:12px;
}

.small_business_sec3 .container ul 
{
	display: inline-block;
}

.small_business_sec3 .container ul li 
{
	margin-top:9px;
}
.small_business_sec3 .container .list_two
{
	padding-left:130px;
	color:white;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
}

/*============ Our Advisor ========*/
.our_advisor 
{
	padding-top: 57px;
	background: white;
	padding-bottom: 87px;
}

.our_advisor h2 
{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.75em;
	color: black;
	position: relative;
	padding-left:12px;
}

.our_advisor h2:before 
{
	content: '';
	width:45px;
	height:3px;
	background: orange;
	position: absolute;
	top: 42px;
    left: 14px;
}

.our_advisor .advisor_profile 
{
	margin-top: 57px;
}

.our_advisor .advisor_profile a 
{
	display: block;
	background: white;
	text-align: center;
	line-height: 13px;
}

.our_advisor .advisor_profile a p:first-child 
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #1aacbe;
	border-top: 2px solid #f6ba18;
	padding-top: 18px;
}

.our_advisor .advisor_profile a p:last-child 
{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	color:#fff;
	padding-bottom: 18px;
}

.our_advisor .advisor_profile .profile 
{
	position: relative;
	overflow: hidden;
}

.our_advisor .advisor_profile .caption-text a 
{
	display: block;
	background: #f6ba18;
	text-align: center;
	line-height: 13px;
	width: 270px;
	bottom: -346px;
	position: absolute;	
}

.our_advisor .advisor_profile .caption-text a p:first-child 
{
	border-top: 2px solid #282f39;
	color: red;
}
.our_advisor .advisor_profile .caption-text a p:last-child 
{
	color:#4a4a4a;
	padding-bottom: 8px;
}
/*----- ------*/
.caption-style-2 .profile:hover .caption
{
	opacity: 1;
	transform: translateY(-100px);
	-webkit-transform:translateY(-100px);
	-moz-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-o-transform:translateY(-100px);

}
.caption-style-2 .caption
{
	cursor: pointer;
	position: absolute;
	opacity: 0;
	bottom:256px;
	-webkit-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	-ms-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;

}
.caption-style-2 .blur
{
	background-color: rgba(40,47,57,0.6);
	height: 272px;
	width: 270px;
	z-index: 5;
	position: absolute;
	text-align: center;
}
.caption-style-2 .blur:before 
{
	content: '';
	position: absolute;
	border: 1px solid #A2A5AA;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
}
.caption-style-2 .blur ul 
{
	font-size: 0;
	margin-left: -4px;
	margin-right: -4px;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 99;
}
.caption-style-2 .blur ul li 
{
	display: inline-block;
}
.caption-style-2 .blur ul li:hover a 
{
	background: #F6BA18;
	border-color: #F6BA18;
	color: #282F39;
}
.caption-style-2 .blur ul li a 
{
	
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 28px;
	margin: 0 4px;
	transition: all .3s ease;
}

/*=========== Our Partners ===========*/
.partner_touch_sec 
{
	background: url(../../images/get-bg.jpg) no-repeat center;
	padding-top:75px;
	padding-bottom:100px;
}
.our_partner h2,
.get_touch h2 
{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position: relative;
}
.get_touch h2:before,
.our_partner h2:before 
{
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	top: 40px;
    left: -2px;
}
.our_partner p 
{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color:#898989;
	line-height: 25px;
	padding-top:45px;
}
.our_partner ul {
	padding:0;
	margin-top: 39px;
}
.our_partner ul li {
	display: inline-block;
	padding-left: 15px;
}
.get_touch form {
	border:8px solid #f7f7f9;
	background: #fff;
	padding:30px;
	margin-top:62px;
}
.get_touch form input,
.get_touch form button.btn {
	height:46px;
	border: 1px solid #eaeaea;
	border-radius: 0px;
	background: #fff;
	color: #6c6c6c;
}
.get_touch form button.btn i {
	float:right;
	margin-top:5px;
}
.get_touch form button.btn {
	width:494px;
	text-align: left;
	outline: none !important;
}
.get_touch form ul li {
	font-size:1em;
	color:#9a9a9a;
	padding:6px 10px;
	margin:3px auto;
	cursor:pointer;
}
.get_touch form button.dropdown-toggle {
	background-color: #fff !important;
	color: #9a9a9a !important;
	box-shadow: none !important;
	border: 1px solid #eaeaea !important;
	border-radius: 0px;
}
.get_touch form ul {
	width:100%;
	border-radius: 0px;
	box-shadow: none !important;
}
.get_touch form input:not(.name),
.get_touch form button.btn {
	margin-top:20px;
}
.get_touch form button.submit {
	background: #12a0b1;
    color: #fff;
    margin-top: 30px;
}
.get_touch form button.submit i {
	border-left: 1px solid #42B8C9;
}
.get_touch form button.submit i:after {
	background: #0A8491;
}
.get_touch form button.submit {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding: 9px 0;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	line-height: 30px;
	padding-left: 27px;
	border-radius: 3px;
	padding-right: 9px;
	font-size: 14px;
	border: none;
	outline: none;
	letter-spacing: .03em;
	transition: all .3s ease;
}
.get_touch form button.submit i {
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    position: relative;
    margin-left: 20px;
    font-size: 16px;
    line-height: 28px;
    transition: all .3s ease;
}
.get_touch form button.submit i:after {
	content: '';
	width:1px;
	height:100%;
	position: absolute;
	left: -2px;
	top: 0;
	transition: all .3s ease;
}
.get_touch form button.submit:hover i {
	color: #282f39;
	border-color: #282f39;
}
.get_touch form button.submit:hover i:after {
	background: transparent;
}
.get_touch form button.submit:hover {
	background: #F6BA18;
	color: #282f39;
}
/*==========Free consultation========*/
.consultation 
{
	background: #12a0b1;
	padding-top: 28px;
	padding-bottom: 28px;
}
.consultation p 
{
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size:1.75em;
	color: white;
	display: inline-block;
	margin: 0;
	line-height: 30px;
	padding-right: 50px;
	position: relative;
	top: 5px;
}

.consultation a 
{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: white;
	display: inline-block;
	background: orange;
	position: relative;
	line-height: 40px;
	padding-left: 27px;
	border-radius: 5px;
	padding-right: 9px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.consultation a i 
{
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    border-left: 1px solid #ffcd47;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
}
.consultation a i:after 
{
	content: '';
	width:1px;
	height:100%;
	background: white
	position: absolute;
	left: -2px;
	top: 0;
}
.consultation a:hover,
.consultation a:focus,
.consultation a:active {
	background: white;
	border: 1px solid orange;
}

.consultation a:hover i,
.consultation a:focus i,
.consultation a:active i {
	border-color: orange;
}
.consultation a:hover,
.consultation a:focus,
.consultation a:active,
.consultation a:hover i,
.consultation a:focus i,
.consultation a:active i {
	color: orange;

}

.consultation1 
{
	padding-top: 20px;
}

.consultation1 a 
{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: white;
	display: inline-block;
	background: orange;
	position: relative;
	line-height: 40px;
	padding-left: 30px;
	border-radius: 5px;
	padding-right: 10px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.consultation1 a i 
{
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    border-left: 1px solid #ffcd47;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
}
.consultation1 a i:after 
{
	content: '';
	width:1px;
	height:100%;
	background: white;
	position: absolute;
	left: -2px;
	top: 0;
}
.consultation1 a:hover,
.consultation1 a:focus,
.consultation1 a:active 
{
	background: white;
	border: 1px solid orange;
}

.consultation1 a:hover i,
.consultation1 a:focus i,
.consultation1 a:active i 
{
	border-color: orange;	
}
.consultation1 a:hover,
.consultation1 a:focus,
.consultation1 a:active,
.consultation1 a:hover i,
.consultation1 a:focus i,
.consultation1 a:active i 
{
	color: orange;
}

/*========= Footer =========*/
footer {
	font-family: 'Open Sans', sans-serif;
}
footer .top_footer {
	background: #212832;
	padding: 55px 0 34px 0;
}
footer .top_footer h5 {
	font-style: italic;
	font-weight: 600;
	font-size: 1.125em;
	color:#fff;
	position: relative;
}
footer .top_footer h5:before {
	content: '';
	width:45px;
	height:2px;
	background: #12a0b1;
	position: absolute;
	bottom: -13px;
}
footer .top_footer .part1 {
	padding-top: 12px;
}
footer .top_footer .part3 {
	padding-left: 39px;
}
footer .top_footer .part4 {
	padding-left:83px;
}
footer .top_footer .part1 p:nth-child(2) {
	font-size: 0.875em;
	color: #797a7c;
	line-height: 25px;
	padding-top: 16px;
}
footer .top_footer .part1 p:nth-child(3) {
	font-weight: 600;
	font-size: 1.25em;
	color: #12a0b1;
}
footer .top_footer .part1 p:nth-child(4) {
	font-style: italic;
	font-size: 0.875em;
	color: #797a7c;
	padding-left: 27px;
    line-height: 4px;
}
footer .top_footer .part1 ul li {
	display: inline-block;
	margin-top:33px;
}
footer .top_footer .part1 ul li a i {
	color: #6b6b6b;
	margin-top: 7px;
    margin-left: 9px;
}
footer .top_footer .part1 ul li a {
	display: block;
	width:32px;
	height:32px;
	border: 1px solid #4a4a4a;
	border-radius: 50%;
	margin-left: 3px;
}
footer .top_footer .part1 ul li a:hover{
	border:1px solid #12a0b1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer .top_footer .part1 ul li a:hover {
	background: #F6BB19;
	border-color: #F6BB19;
}
footer .top_footer .part1 ul li a:hover i {
	color:#171B20;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer .top_footer .part2 ul li a {
	font-size: 0.875em;
	color: #797a7c;
	margin-top: 14px;
    display: block;
    transition: all .3s ease;
}
footer .top_footer .part2 ul li:hover a {
	color: #13A0B2;
}

footer .top_footer .part2 ul {
	padding-top:20px;
}
footer .top_footer .part3 a {
	color: #12a0b1;
}
footer .top_footer .part3 p {
	font-size: 0.875em;
	color: #797a7c;
	padding-top: 31px;
}
footer .top_footer .part3 span {
	font-weight: 600;
	color: #797a7c;
	font-size: 0.75em;
	margin-top: -9px;
    display: block;
}
footer .top_footer .part4 img {
	float:left;
	margin: 0px 2.5px 5px;
}
footer .top_footer .part4 .gallery {
	margin-top:43px;	
	margin-left: -5px;
	margin-right: -5px;
}
/*--- Bottom footer---*/
footer .bottom_footer {
	background: black;
}
footer .bottom_footer p {
	margin: 0;
	font-size: 0.875em;
	color: white;
	padding:30px 0;
}

/*============ Value of our company ======*/
.company_value_sec {
	background: url(../../images/about/pic.jpg)no-repeat center;
	height:384px;
	padding-top: 80px;
}
.company_value_heading h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	text-align: right;
	line-height: 32px;
	margin: 0;
	padding: 0;
}
.company_value_heading p{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #fff;
    padding-top: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.company_value_heading .title-box,
.company_value_heading .text-box {
	display: table-cell;
	vertical-align: middle;
}
.company_value_heading .text-box {
	padding-left: 30px;	
	border-left: 4px solid #129FB1;
}
.company_value_heading .title-box {
	padding-right: 30px;
	width: 225px;
}
.value_fact p {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 0.875em;
	color: #fff;
	text-transform: uppercase;
	padding-left: 27px;
    padding-top: 78px;
    padding-right: 51px;
    position: relative;
}
.value_fact p:not(.case):before {
	content: '';
	width:1px;
	height:81px;
	background: #696b6d;
	position: absolute;
	top:38px;
	right:1px;
}
.value_fact span {
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-size: 4.06em;
	color: #fff;
	padding-left: 40px;
	position: relative;
}
.value_fact span:before {
	content: '';
	width: 32px;
	height:5px;
	background: #f6ba18;
	position: absolute;
	top: 0;
    left: 43px;
}
/*============ History ==========*/
.history_sec {
	margin-top: 80px;
	padding-bottom: 87px;
}
.history_sec .left-side {
    padding-right: 40px;
}
.history_sec .right_side {
    padding-top: 24px;
}
.history_sec h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color:#323232;
}
.history_sec h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	top: 56px;
    left: 15px;
}
.history_sec p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #8e8d8d;
	line-height: 25px;
	padding-top: 23px;
}
.history_sec h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color:#242424;
	padding-top: 27px;
}
.history_sec .right_side p {
	padding-top: 8px;
}
.history_sec ul {
	padding:0;
	margin-top:43px;
}
.history_sec ul li a {
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 1.06em;
	color: #12a0b1;
}
.history_sec ul li {
	margin-top: 15px;
}

/*======= Service =======*/
.service_facts {
	margin-top:100px;
	padding-bottom: 87px;
}
.service_facts img {
	padding:8px;
	border:1px solid #e8e8e8;
}
.service_facts h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color: #323232;
	position:relative;
	line-height: 54px;
    padding-left: 4px;
}
.service_facts h3:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
	left:3px;
}
.service_facts p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #898989;
	line-height: 25px;
	padding: 11px 0 0 4px;
}
.service_facts .row-two,
.service_facts .row-three {
	margin-top:70px;
}
/*================== Service2 ============*/
.side_tab {
	background:#f9f9f9;
	overflow: hidden;
}
.side_tab .left_side_bar {
	padding-left:17px;
	padding-top:100px;
	margin-right: -8px;
}
.side_tab .white_bg {
	
	position: relative;
	z-index: 99;
	padding-top:100px;
	padding-bottom: 117px;
	padding-left: 24px;

}
.side_tab .white_bg:before {
	content: '';
	width:2500px;
	height:100%;
	background: #fff;
	position: absolute;
	top:2px;
	left:0;
	z-index: -1;
}
.side_tab .right_side .tab-pane img {
	display: inline-block;
}
.side_tab .right_side .tab-pane img:nth-child(2) {
	padding-left:16px;
}
.side_tab .right_info {
	padding-left:39px;
}
.side_tab .tabs-left li {
	margin:0;
}
.side_tab .tabs-left li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 0.875em;
	color: #404040;
	text-transform: uppercase;
	border-radius: 0px;
	border:none;
	position: relative;
	width: 95%;
    line-height: 31px;
    padding: 12px 20px;
}
.side_tab .tabs-left li a i {
	font-size: 1.5em;
}

.side_tab .tabs-left li a:before {
	content: '';
	width: calc(96% - 3px);
	height:1px;
	background: #dedede;
	position: absolute;
	bottom:0;
	left:0;
}
.side_tab .tabs-left li:first-child a:after{
	content: '';
	width: calc(96% - 3px);
	height:1px;
	background: #dedede;
	position: absolute;
	top:0;
	left:0;
}
.side_tab .tabs-left li a:hover,
.side_tab .tabs-left li a:focus,
.side_tab .tabs-left li.active a {
	background: url(../../images/service/arrow-right.jpg) no-repeat right;
	background-color: #12a0b1;
	color: #fff;
	border:none;
}
.side_tab .tabs-left {
	border-right:none;
	margin-top:-3px;
}
.side_tab .tab_details h2  {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position:relative;
	line-height: 54px;
	padding-top: 12px;
    letter-spacing: 1px;
}
.side_tab .tab_details h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
	left:1px;
}
.side_tab .tab_details p,
.side_tab .advisor_side p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #898989;
	line-height: 26px;
    padding: 17px 0 0px 1px;
}
.side_tab .advisor_side {
	margin-top: 21px;
}

.side_tab .advisor_info:before {
	content: '';
	position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 2px solid #fff;
}
.side_tab .advisor_side h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.0em;
	color: #242424;
	position:relative;
	line-height: 54px;
	padding-top: 16px;
    letter-spacing: 1px;
}
.side_tab .advisor_side h3:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:-4px;
	left:0px;
}
.side_tab .advisor_side a:not(.advisor_info) {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1em;
	color: #12a0b1;
	border-bottom: 1px solid #dedede;
	line-height: 4;
	width: 84%;
}
.side_tab .advisor_side a:not(.advisor_info) i {
	color:#a0a0a0;
	font-size: 1.25em;
}

.side_tab .advisor_side a.advisor_info {
	position: relative;
	display: inline-block;
	margin-top: 35px
}
.side_tab .advisor_side a.advisor_info p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom:0px;
	left:55px;
	background: rgba(0,0,0, 0.5);
	padding: 2px 30px;
}
.side_tab .advisor_side p {
	padding:13px 45px 0 0;
}
.side_tab .advisor_side h3:nth-child(4) {
	padding-top: 0;
    margin-top: 15px;
}
.side_tab .market_strategy h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color: #242424;
	margin:0;
}
.side_tab .market_strategy p,
.side_tab .bottom_tab p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color:#898989;
	line-height: 26px;
	padding-top: 9px;
}
.side_tab .market_strategy img {
	margin-top:38px;
}
.side_tab .market_strategy>div {
	margin-top:34px;
}
.side_tab .bottom_tab p {
	padding-top:2px !important;
}
.side_tab .market_strategy div:first-child {
	padding-left:24px;
}
.side_tab .market_strategy .market_title_holder {
	width:60%;
}
.side_tab .bottom_tab {
	margin-top: 74px;
    padding-left: 26px;
}
.side_tab .bottom_tab img {
	float:left;
	padding-right: 25px;
	padding-left: 10px;
}
.side_tab .bottom_tab ul li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 0.875em;
	border-top:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	border-radius: 0px;
	text-transform: uppercase;
	color:#242424;
	padding: 10px 37px;
	margin:0;
}
.side_tab .bottom_tab ul li:last-child a {
	border-right: 1px solid #e3e3e3;
}
.side_tab .bottom_tab ul li a:focus,
.side_tab .bottom_tab ul li.active a {
	color:#12a0b1;
	background: #fff;
	border-top: 2px solid #12a0b1;
	border-radius: 0px;
	background: url(../../images/service/arrow-down.png) no-repeat top;
	margin-top: -5px;
    padding-bottom: 14px;
}
.side_tab .bottom_tab .bottom_tab_info {
	padding-left: 17px;
    padding-top: 29px;
    padding-bottom: 22px;
    border-left:1px solid #e3e3e3;
    border-right:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
}
/*======== Portfolio =======*/

.latest_work .latest_work_title {
	text-align: center;
	margin-top:50px;
}
.latest_work .work_gallery,
.latest_work .work_gallery_five {
	background: #f4f4f4;
	text-align: center;
	padding-bottom: 86px;
}

.latest_work .work_gallery_three {
	background: #282f39;
	text-align: center;
	padding-bottom: 86px;
}
.latest_work .latest_work_title h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position:relative;
	padding-bottom: 13px;
}

.latest_work .latest_work_title h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
	left: calc(50% - 18px);
}
.latest_work .latest_work_title p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color:#898989;
	line-height: 25px;
	padding:34px 0 64px 0;
}

/*================ Client Slider ==============*/
.client_slider {
	background: url(../../images/sgbs.jpg) no-repeat center;
	height: 300px;
	margin-top: 50px;
}
.client_slider .section_opacity {
	background: transparent;
	height:100%;
}
.client_slider .section_opacity .row {
	padding-top: 80px;
    padding-left: 17px;
}
.client_slider .section_opacity .client_img {
	text-align: center;
}
.client_slider .section_opacity .client_img img {
	border-radius: 50%
}
.client_slider .section_opacity .client_img ul li {
	display: inline-block;
	margin-top: 23px;
}
.client_slider .section_opacity .client_img ul {
	margin-left: 10px;
}
.client_slider .section_opacity .client_img ul li a {
	display:block;
	background: url(../../images/star-yellow.png) no-repeat;
	width:21px;
	height:21px;
	margin-left: -3px;
}
.client_slider .section_opacity .client_speach p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1em;
	color:black;
	padding-top: 70px;
}
.client_slider .section_opacity .client_speach>span {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 0.875em;
	color:black;
	text-align: right;
	display: block;
	margin-top: 10px;
}
.client_slider .section_opacity .client_speach>p>i {
	font-size:2.8em;
	color: white;
	margin-right: 23px;
}

/*================ Client Slider 1 ==============*/
.client_slider1 {
	background: url(../../images/bg.jpg) no-repeat center;
	height: 300px;
	margin-top: 50px;
}
.client_slider1 .section_opacity {
	background: rgba(38,42,49, 0.4);
	height:100%;
}
.client_slider1 .section_opacity .row {
	padding-top: 80px;
    padding-left: 17px;
}
.client_slider1 .section_opacity .client_img {
	text-align: center;
}
.client_slider1 .section_opacity .client_img img {
	border-radius: 50%
}
.client_slider1 .section_opacity .client_img ul li {
	display: inline-block;
	margin-top: 23px;
}
.client_slider1 .section_opacity .client_img ul {
	margin-left: 10px;
}
.client_slider1 .section_opacity .client_img ul li a {
	display:block;
	background: url(../../images/testimonial/star-yellow.png) no-repeat;
	width:21px;
	height:21px;
	margin-left: -3px;
}
.client_slider1 .section_opacity .client_speach p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1em;
	color:#fff;
}
.client_slider1 .section_opacity .client_speach>span {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 0.875em;
	color:#c7c7c7;
	text-align: right;
	display: block;
	margin-top: 35px;
}
.client_slider1 .section_opacity .client_speach>p>i {
	font-size:2.8em;
	color: #12a0b1;
	margin-right: 23px;
}

/*============== Our company growth ==========*/
.company_growth_sec .growth_title,
.our_advisor_inner_sec .advisor_inner_title {
	text-align: center;
}
.company_growth_sec .growth_title h2,
.our_advisor_inner_sec .advisor_inner_title h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position:relative;
	display: inline-block;
	padding-bottom: 12px;
    margin-bottom: 40px;
    margin-top:97px;
}
.company_growth_sec .growth_title h2:before,
.our_advisor_inner_sec .advisor_inner_title h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
	left:40%;
}
.company_growth_sec .growth_title p,
.company_growth_sec .container-fluid .brand_name p,
.our_advisor_inner_sec .advisor_inner_title p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color:#898989;
	line-height: 27px;
}
.company_growth_sec .container-fluid .brand_name p {
	padding-right:26px;
}
.company_growth_sec .container-fluid,
.our_advisor_inner_sec .container-fluid{
	background: #f5f5f5;
	margin-top: 65px;
	padding-bottom:100px;
}
.company_growth_sec .container-fluid .brand_name {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-top:30px;
}
.company_growth_sec .container-fluid .brand_name h3 a{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 0.82em;
	color: #242424;
	display: block;
	margin-top:47px;
}
.company_growth_sec .container-fluid .container {
	padding-top:71px;
}
.company_growth_sec .container-fluid .brand_name img {
	padding: 20px;
}

/*===== Our advisor inner section ============*/
.our_advisor_inner_sec .container-fluid .container {
	padding-top:97px;
}
.our_advisor_inner_sec .advisor_profile .profile .caption_bg {
	background: #fff;
    padding:27px 0 20px 28px;
}
.our_advisor_inner_sec .advisor_profile .profile .caption-text {
	background: #f6ba18;
    padding:27px 0 20px 28px;
}
.our_advisor_inner_sec .advisor_profile h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #242424;
	margin:0px;
}
.our_advisor_inner_sec .advisor_profile span {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	text-transform: uppercase;
	color:#242424;
}
.our_advisor_inner_sec .advisor_profile p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #898989;
	line-height: 23px;
    padding-top: 12px;
    margin-bottom: 20px;
}
.our_advisor_inner_sec .advisor_profile .profile .caption-text p {
	color: #242424;
}
.our_advisor_inner_sec .advisor_profile .profile .caption_bg ul,
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul {
	padding:0;
	margin-left:-10px;
}
.our_advisor_inner_sec .advisor_profile .profile .caption_bg ul li,
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li {
	display: inline-block;
	margin-left:4px;
}
.our_advisor_inner_sec .advisor_profile .profile .caption_bg ul li a {
	display: block;
	width:30px;
	height:30px;
	border:1px solid #12a0b1;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a {
	display: block;
	width:30px;
	height:30px;
	background: transparent;
	border:1px solid #fff;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a i {
	color:#fff;
	margin: 0;
	font-size: 12px;
	line-height: 28px;
}
.our_advisor_inner_sec .advisor_profile .profile .caption_bg ul li a i {
	color:#12a0b1;
	margin: 0;
	font-size: 12px;
	line-height: 28px;
}
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a:hover,
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a:focus {
	border: 1px solid #12a0b1;;
}
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a:hover i,
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a:focus i {
	color:#12a0b1;;
}
.our_advisor_inner_sec .advisor_profile_bottom {
	margin-top:30px;
}
/*----*/

.caption-style-3 .profile:hover .caption{
		transform: scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
		-ms-transform:scale(1,1);
		-o-transform:scale(1,1);
	}
	.caption-style-3 .caption{
		width:270px;
		position: absolute;
		transform: scale(1,0);
		-webkit-transform:scale(1,0);
		-moz-transform:scale(1,0);
		-ms-transform:scale(1,0);
		-o-transform:scale(1,0);
		top:0px;
		-webkit-transition:all 0.2s ease-in-out;
		-moz-transition:all 0.2s ease-in-out;
		-o-transition:all 0.2s ease-in-out;
		-ms-transition:all 0.2s ease-in-out;
		transition:all 0.2s ease-in-out;
	}
	.caption-style-3 .blur{
		background-color: rgba(40,47,57,0.6);
		height: 272px;
		width: 270px;
		z-index: 5;
		padding-top:8px;
	}
	.caption-style-3 .blur .border {
		width:94%;
		height:97%;
		border:1px solid #fff;
		margin:auto;
	}

/*=========== Single Advisor===========*/

.advisor_name.container 
{
	padding-top: 10px;
}

.advisor_name .advisor_img img:first-child 
{
	width:265px;
	height:265px;
	border:1px solid black;
	border-radius: 50%;
	padding:5px;
	margin-top: 13px;
    margin-bottom: 46px;
}

.advisor_name .advisor_img img:last-child 
{
	margin-left:33px;
}

.advisor_name .advisor_contact_info 
{
	padding-left:54px;
}

.advisor_name .advisor_contact_info h4 
{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color: black;
	padding-bottom:13px;
	position: relative;
}

.advisor_name .advisor_contact_info h4:first-child:before 
{
	content: '';
	width:45px;
	height:3px;
	background:orange;
	position: absolute;
	bottom:0;
}
.advisor_name .advisor_contact_info h4:nth-child(4) 
{
	margin-top: 39px;
    margin-bottom: -8px;
}

.advisor_name .advisor_contact_info p,
.advisor_name .advisor_contact_info ul:nth-child(5) li a
{
	font-size: 0.875em;
	color: black;
	line-height: 25px;
}

.advisor_name .advisor_contact_info p 
{
	padding:15px 0;
}

.advisor_name .advisor_contact_info ul:nth-child(3) li 
{
	display: inline-block;
}

.advisor_name .advisor_contact_info ul:nth-child(3) li a,
.advisor_name .advisor_contact_info ul:nth-child(3) li 
{
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 1.5em;
	color: orange;
}

.advisor_name .advisor_contact_info ul:nth-child(3) li a:last-child 
{
	font-size: 0.8em;
    margin-left: 4px;
    letter-spacing: 0.9px;
}

.advisor_name .advisor_contact_info ul:nth-child(3) li a:last-child:hover,
.advisor_name .advisor_contact_info ul:nth-child(3) li a:last-child:focus,
.advisor_name .advisor_contact_info ul:nth-child(3) li a:last-child:active 
{
	text-decoration: underline;
}

.advisor_name .advisor_contact_info ul:nth-child(3) li i 
{
	color: #12a0b1;
	width:43px;
	height:43px;
	border:1px solid orange;
	border-radius: 50%;
	text-align: center;
	padding:7px;
	margin-right: 9px;
}

.advisor_name .advisor_contact_info ul:nth-child(3) li:first-child 
{
	letter-spacing: 0.8px
}

.advisor_name .advisor_contact_info ul:nth-child(3) li:last-child 
{
	margin-left:36px;
}

.advisor_name .advisor_contact_info ul:nth-child(5) li 
{
	margin-top: 6px
}

.advisor_name .advisor_contact_info ul:nth-child(5) li i 
{
	margin-right: 11px;
}

/*============= Contact us ==========*/
.contact_us_container 
{
	padding-top:76px;
	overflow: hidden;
}

.contact_us_container h2 
{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: black;
	position: relative;
	padding-bottom:13px;
}

.contact_us_container h2:before 
{
	content: '';
	width:45px;
	height:3px;
	background: orange;
	position: absolute;
	bottom:0;
	left:48%;
}

.contact_us_container p 
{
	font-style: italic;
	font-size: 1em;
	color: black;
	padding-top: 36px;
}

.contact_us_container .address_holder 
{
	font-size: 0.875em;
	color: black;
	line-height: 25px;
}

.contact_us_container .icon_holder span 
{
	display: block;
	color: orange;
	font-size: 2.8em;
    padding-right: 34px;
    padding-top: 6px;
}

.contact_us_container .form_holder 
{
	margin-top:23px;
	padding-right: 83px;
}

.contact_us_container .form_holder input  
{
	height:50px;
}

.contact_us_container .form_holder textarea 
{
	height:216px;
	resize:none;
	width:100%;
	display: block;
	padding-top:10px;
}

.contact_us_container .form_holder input,
.contact_us_container .form_holder textarea 
{
	background: white;
	border:1px solid #ececec;
	border-radius: 0px;
	outline: none;
	margin-top:20px;
	padding-left: 20px;
	color: black;
	box-shadow: none;
}

.contact_us_container .form_holder input::-webkit-input-placeholder ,
.contact_us_container .form_holder textarea::-webkit-input-placeholder 
{ /* Safari, Chrome and Opera */
  color: orange;
}

.contact_us_container .form_holder input:-moz-placeholder ,
.contact_us_container .form_holder textarea:-moz-placeholder 
{ /* Firefox 18- */
  color: orange;
}

.contact_us_container .form_holder input::-moz-placeholder ,
.contact_us_container .form_holder textarea::-moz-placeholder 
{ /* Firefox 19+ */
  color: orange;
}

.contact_us_container .form_holder input:-ms-input-placeholder ,
.contact_us_container .form_holder textarea:-ms-input-placeholder 
{ /* IE 10+ */
  color: orange;
}

.contact_us_container .form_holder input::-ms-input-placeholder ,
.contact_us_container .form_holder textarea::-ms-input-placeholder 
{ /* Edge */
  color: orange;
}

.contact_us_container .form_holder input:placeholder-shown ,
.contact_us_container .form_holder textarea:placeholder-shown 
{ /* Standard one last! */
  color: orange;
}


.contact_us_container .form_holder input.error,
.contact_us_container .form_holder textarea.error 
{
	border: 1px solid rgba(255,0,0,.3);
	background: rgba(255,0,0,.05);
}
.contact_us_container .form_holder label.error 
{
	display: none !important;
}
.contact_us_container .form_holder input:focus 
{
	box-shadow: none;
}
.contact_us_container .form_holder button 
{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	background: orange;
	color:black;
	padding: 12px 15px 12px 29px;
	border:1px solid transparent;
	border-radius:3px;
	position: relative;
	margin-top:42px;
}

.contact_us_container .form_holder button i 
{
	padding-left: 33px;
	color:white;
	font-size: 1.25em;
	vertical-align: middle;
}

.contact_us_container .form_holder button:before 
{
	content: '';
	width:1px;
	height:28px;
	background: white;
	position: absolute;
	right: 39px;
    top: 9px;
}
.contact_us_container .form_holder button:after 
{
	content: '';
	width:1px;
	height:28px;
	background: orange;
	position: absolute;
	right: 40px;
    top: 9px;
}

.contact_us_container .form_holder button:hover,
.contact_us_container .form_holder button:hover i 
{
	color: white;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact_us_container .address 
{
	margin-top: 42px;
    padding-left: 39px;
    background: r;
    height:428px;
    padding-top: 35px;
    position: relative;
    z-index: 99;
}

.contact_us_container .address:before 
{
	content: '';
	width:2px;
	height:100%;
	background: #12a0b1; 
	position:absolute;
	left:-13px;
	top:0;
}
.contact_us_container .address:after
 {
	content: '';
	width:2500px;
	height:100%;
	background: white; 
	position:absolute;
	left:-13px;
	top:0;
	z-index: -1;
}

.contact_us_container .address address 
{
	height:116px;
	border-bottom: 2px solid #12a0b1;
	margin:0;
}

.contact_us_container .address address:nth-child(1) 
{
	padding-top: 19px;
}

.contact_us_container .address address:nth-child(2) 
{
	padding-top: 31px;
}

.contact_us_container .address address:nth-child(3) 
{
	padding-top: 32px;
	border:none;
}

.google-map 
{
	margin-top:100px;
	width:100%;
	height:467px;
}

/* banner customization styles */

.me-fin-banner {
	margin-top: -65px;
}
.me-fin-banner .banner-h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 2.812em;
	line-height: 55px;
	color:#fff;
	position: relative;
}

.me-fin-banner .banner-border span {
	width:113px;
	height:3px;
	background: #f6ba18;
	display: inline-block;
}
.me-fin-banner a.banner-button {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	text-transform: uppercase;
	border-radius: 3px;
    display: inline-block;
    background: #F6BA18;
    color: #282F39;
    line-height: 30px;
    padding: 8px 15px;
    transition: all .3s ease !important;
}
.me-fin-banner a.banner-button:hover {
	background: #13A0B2;
	color: #fff;
}
.me-fin-banner a.banner-button:hover i {	
	color: #fff;
	border-color: #fff;
}
.me-fin-banner a.banner-button.blue-bg {
	background: #13A0B2;
	color: #fff;
}
.me-fin-banner a.banner-button.blue-bg i {
	color: #fff;
	border-color:#21B4C5;
}
.me-fin-banner a.banner-button.blue-bg i:after {
	background: #21B4C5;
}
.me-fin-banner a.banner-button {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #282f39;
	display: inline-block;
	background: #f6ba18;
	position: relative;
	line-height: 28px;
	padding-left: 27px;
	border-radius: 3px;
	padding-right: 9px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.me-fin-banner a.banner-button i {
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    border-left: 1px solid #ffcd47;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
}
.me-fin-banner a.banner-button i:after {
	content: '';
	width:1px;
	height:100%;
	background: #d7a41b;
	position: absolute;
	left: -2px;
	top: 0;
}
.me-fin-banner a.banner-button:hover,
.me-fin-banner a.banner-button:focus,
.me-fin-banner a.banner-button:active {
	background: #212832;
}

.me-fin-banner a.banner-button:hover i,
.me-fin-banner a.banner-button:focus i,
.me-fin-banner a.banner-button:active i {
	border-color: transparent;
}
.me-fin-banner a.banner-button:hover,
.me-fin-banner a.banner-button:focus,
.me-fin-banner a.banner-button:active,
.me-fin-banner a.banner-button:hover i,
.me-fin-banner a.banner-button:focus i,
.me-fin-banner a.banner-button:active i {
	color: #fff;

}

.me-fin-banner .banner-text p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.25em;
	color:#fff;
}