
@font-face {
    font-family: 'nimbus_roman_no9_lbold';
    src: url('../fonts/nimbusromno9l-med.woff2') format('woff2'),
         url('../fonts/nimbusromno9l-med.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*
{
	margin:0px;
	padding:0px
}

body
{
	font-family: 'Lato', sans-serif;
}
	
body p {
	font-family: "Open Sans",Arial,sans-serif;
}

/************************header-css***********************/
.header
{
    float: left;
    width: 100%;
    background-color: #070011;
    padding: 15px 0px 20px;
	border-top:5px solid #e2aa39;
}
.header img.logo
{
	max-width:250px;
	}
.header li a.nav-link	
{
    color: #fafbfc !important;
    font-size: 17px;
	padding: 6px 22px !important;
	display: inline-block;
}
.header ul.navbar-nav
{
	width:100%;
	text-align:right;
	}
.header .navbar 
{
	float:right;
	}
.header  li a.nav-link.active, .header  li a.nav-link:hover
{
	color:#070011 !important;
	background-color:#e2aa39;
	border-radius:20px;
	transition:0.4s;
	}
.header  li	
{
    margin-left: 5px;
}




/********************Top Banner With Sider-CSS********************/
.top_section
{
	float:left;
	width:100%;
	}
.top_banner	
{
    position: relative;
}	
.top_banner img
{
    width: 100%;
}
.top_banner_text
{
    position: absolute;
    top: 27%;
    left: 60px;
    float: left;
    width: auto;
}
.top_banner_text h1 
{
    font-size: 40px;
    max-width: 300px;
    color: #e2aa39;
	display:block;
}
.top_banner_text h1 span	
{
    background-color: #070011;
    line-height: 60px;
    padding: 3px 8px;
	font-family: 'nimbus_roman_no9_lbold'
}
.top_slider, .top_banner
{
	padding:0;
	}
.top_slider	
{
    padding-left: 10px;
}	
	
	
	
/********************Page Middle Text Section CSS********************/
.middle_section
{
    float: left;
    width: 100%;
    text-align: center;
	padding: 50px 0;
}
.middle_section h2
{
    font-size: 35px;
    color: #2e2e2e;
    margin-bottom: 12px;
}
.middle_section p
{
    font-size: 16px;
    margin-bottom: 60px;
    color: #4d4d4c;
}
.middle_section h3
{
    font-size: 27px;
    margin: 20px 0 6px;
    color: #2e2e2e;
}
.middle_section p a
{
    color: #e2aa39;
}
.middle_block
{
    padding: 0 30px;
}
.middle_block p
{
	margin-bottom:20px;
	}
.middle_block.use_mediation	
{
    border-right: 1px solid #072437;
    border-left: 1px solid #072437;
}
/**********************Bottom Banner With Text*************************/
.bottom_banner
{
	float:left;
	width:100%;
	background-image:url(../images/bottom_banner.png);
	background-position: top;
    padding: 70px 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
	}
.bottom_banner h1	
{
    color: #fff;
    font-size: 40px;
    margin-bottom: 12px;
}
.bottom_banner p
{
    font-size: 18px;
    color: #fff;
    max-width: 900px;
    margin: 0px auto 35px;
}
.bottom_banner a
{
    color: #070011;
    font-size: 20px;
    background-color: #e2aa39;
    padding: 10px 45px;
    border-radius: 40px;
    text-decoration: none;
    display: inline-block;
	border:1px solid #e2aa39;
}
.bottom_banner a:hover
{
	background-color:transparent;
	transition:0.2s;
	color:#e2aa39;
	}
/**********************Footer************************************/
.footer
{
	float:left;
	width:100%;
	padding:30px 0;
	}
.footer li
{
	display:inline-block;
	list-style-type:none;
	padding: 6px;
	}
.footer_socials li a:hover
{
	opacity:0.6;
	transition:0.4s;
	}
.footer_menu li
{
	padding:0;
	}
.footer_menu a	
{
    color: #212021;
    font-size: 16px;
    border-right: 1px solid #212021;
    padding: 0 20px;
    vertical-align: middle;
    line-height: 16px;
    display: inline-block;
	text-decoration:none;
}
.footer_menu a:hover, .footer_copyright a:hover
{
	color:#e2aa39;
	transition:0.4s;
	}
.footer_menu li:last-child a
{
	border-right: 0px;
	}
.footer_copyright a
{
	color: #212021;
	text-decoration:none;
	}
.footer_menu ul	
{
    margin-bottom: 10px;
}	
	
/***************************About-Page-CSS**************************/
.about_page
{
	float:left;
	width:100%;
	padding:40px 0;
	}
.about_page img
{
	width:100%;
	}
.about_page h2	
{
    font-size: 34px;
    font-family: 'Open Sans', sans-serif;
    color: #3c3c3c;
    margin-bottom: 15px;
    margin-top: 20px;
}
.about_page p
{
    font-size: 16px;
    color: #58585b;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
}

/**********************Out Mediator Page-CSS*******************/
.our_mediator_page p
{
    margin-bottom: 30px;
}
.our_mediator_block
{
	float:left;
	width:100%;
	border-bottom:1px solid #888580;
	margin-bottom: 20px;
	}
.our_mediator_block h4
{
	font-size: 19px;
    color: #58585b;
    margin-bottom: 6px;
    font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	}
.our_mediator_block p
{
    margin-bottom: 20px;
}
.border_none
{
	border-bottom:0 !important;
	}
	
/**************************contact-page-CSS*****************************/
.contact_page
{
	float:left;
	width:100%;
	}
.contact_form input, .contact_form textarea
{
	width: 100%;
    background-color: #f1efed;
    border: 0;
    margin-bottom: 28px;
    height: 48px;
    padding: 15px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	}
.contact_form input::placeholder, .contact_form textarea::placeholder	
{
	color:#282828;
	}	
.contact_form input.submit_btn	
{
    background-color: #e2aa39;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
	padding: 0;
} 
.contact_heading h2
{
    font-size: 34px;
    font-family: 'Open Sans', sans-serif;
    color: #3c3c3c;
    margin-bottom: 10px;

}
.contact_form
{
    padding-right: 80px;
}
.contact_heading p	
{
    font-size: 17px;
    color: #4d4d4c;
    margin-bottom: 40px;
}
.contact_details img
{
    max-width: 30px;
}
.contact_details h4
{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
	color:#4d4d4c;
	font-family: 'Open Sans', sans-serif;
}
.contact_details p, .contact_details p a
{
    font-size: 16px;
    margin-bottom: 5px;
	color:#4d4d4c;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	max-width: 500px;
}
.contact_details p.orange_text
{
	color:#ed1c36;
	}
.contact_details .contact_details_block	
{
    border-bottom: 1px solid #888580;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.contact_details p a:hover
{
	color:#e2aa39;
	transition:0.4s;
	}
.pad_left_zero	
{
    padding-left: 0;
}	
.conatct_map
{
	float:left;
	width:100%;
	}
/******************************CSS for mobiles***************************/
@media(max-width:767px)
{
.header .navbar {
    float: left;
	width: 100%;
	padding: 0;
}	
.header ul.navbar-nav {
    text-align: center;
}
.header li a.nav-link {
    padding: 4px 22px !important;
}
.header li {
    margin-left: 0;
    margin-bottom: 8px;
}
.header .navbar-light .navbar-toggler
{
    position: absolute;
    top: -50px;
    right: 0;
}
.header .navbar-collapse
{
    padding-top: 30px;
}
.header img.logo {
    max-width: 180px;
}
.top_banner_text {
    left: 25px;
}
.top_banner_text h1 {
    font-size: 22px;
}
.top_banner_text h1 span {
    line-height: 36px;
}
.top_banner
{
    margin-bottom: 15px;
}
.top_slider {
    padding-left: 15px;
    padding-right: 15px;
}
.middle_section {
    padding: 30px 0 10px
}
.middle_section h2 {
    font-size: 28px;
}
.middle_section p {
    margin-bottom: 35px;
}
.middle_section h3 {
    font-size: 25px;
	margin: 10px 0 6px;
}
.middle_block.use_mediation {
    border-right: 0;
    border-left: 0;
}
.middle_block {
    margin-bottom: 15px;
}
.bottom_banner {
    padding: 60px 0;
}
.bottom_banner h1 {
    font-size: 28px;
}
.bottom_banner p {
    font-size: 16px;
    margin: 0px auto 30px;
}
.bottom_banner a {
    font-size: 18px;
    padding: 6px 35px;
}
.footer_menu li {
    margin-bottom: 5px;
}
.footer_menu a {
    padding: 0 12px;
}
.footer_copyright p
{
    font-size: 14px;
}
.about_page h2 {
    font-size: 30px;
}
.our_mediator_block h4 {
    font-size: 18px;
}
.contact_heading h2 {
    font-size: 24px;
    margin-top: 25px;
}
.contact_heading p {
    font-size: 16px;
	margin-bottom: 30px;
}
.contact_form {
    padding-right: 15px;
}
.contact_form input, .contact_form textarea {
    margin-bottom: 15px;
}
.contact_form input.submit_btn {
    font-size: 17px;
}
.pad_left_zero {
    padding-left: 15px;
}
.contact_details h4 {
    font-size: 17px;
    padding-left: 15px;
}
.contact_details p {
    font-size: 15px;
    padding-left: 15px;
}
.contact_details
{
    padding: 30px 15px 40px;
}


	}
	
	
@media(min-width:1261px)
{
	.header, .about_page 
	{
    padding: 15px 60px 20px;
	}
	.about_page ,
	{
    padding: 60px 60px 40px;
	}
	.contact_page
	{
    padding: 60px;
	}
	.header .container, .about_page .container, .contact_page .container
	{
		max-width:100%
	}
	.our_mediator_page	
{
    padding-bottom: 100px;
}
}