/**************** 15-9-2014 *******************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/*
	font-family: 'Open Sans', sans-serif;
	Light 300
	Normal 400
	Semi-Bold 600
	Bold 700
	Extra-Bold 800
	
	
*/

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.eot');
    src: url('../fonts/GothamBook.eot') format('embedded-opentype'), url('../fonts/GothamBook.woff2') format('woff2'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype'), url('../fonts/GothamBook.svg#GothamBook') format('svg');
}

@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot') format('embedded-opentype'), url('../fonts/GothamLight.woff2') format('woff2'), url('../fonts/GothamLight.woff') format('woff'), url('../fonts/GothamLight.ttf') format('truetype'), url('../fonts/GothamLight.svg#GothamLight') format('svg');
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamMedium.eot');
    src: url('../fonts/GothamMedium.eot') format('embedded-opentype'), url('../fonts/GothamMedium.woff2') format('woff2'), url('../fonts/GothamMedium.woff') format('woff'), url('../fonts/GothamMedium.ttf') format('truetype'), url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
}

@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot') format('embedded-opentype'), url('../fonts/GothamBold.woff2') format('woff2'), url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: 400;
}

body {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

a {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

a:hover,
a:focus,
select:focus,
button:focus {
    outline: none;
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
button {
    outline: none !important;
    font-family: 'GothamBold';
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

input,
textarea,
select {
    /*-moz-appearance: none; -webkit-appearance: none;*/
}

.container {
    width: 96%;
    max-width: 1430px;
    padding-left: 0;
    padding-right: 0;
}

/***********  Top Part  ************/

header {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.top_part {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    background: #0d2b45;
    text-align: right;
    position: relative;
}

.top_part:after {
    content: "";
    width: 31%;
    height: 51px;
    display: inline-block;
    background-color: #fff;
    font-size: 1px;
    padding: 1px;
    color: white;
    transform: skew(-40deg);
    top: 0;
    left: 30px;
    position: absolute;
}

.top_part:before {
    content: "";
    width: 5%;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #fff;
}

.top_part ul {
    margin: 0;
    padding: 5px 0 0 0;
    display: inline-block;
}

.top_part ul li {
    width: auto;
    margin: 0 30px 0 0;
    padding: 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.top_part ul li i {
    width: 38px;
    height: 38px;
    margin: 0 10px 0 0;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
}

.top_part ul li a {
    color: #fff;
    margin: 0;
    padding: 0;
}

.top_part ul li a:hover {
    color: #bf942c;
}

.top_part .req_btn {
    margin: 0;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 700;
    background: #bf942c;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.top_part .req_btn:hover {
    color: #bf942c;
    background: #fff;
}

.nav_sec {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 25px 0px 5px 0;
}

.nav_sec .navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}

.navbar-brand {
    height: inherit;
    padding: 0;
    position: absolute;
    z-index: 99;
    top: -59px;
}

.navbar-nav {
    float: right;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #bf942c;
    background: url(../images/menu_hover.png) center center no-repeat;
    font-weight: 700;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #bf942c;
    background: url(../images/menu_hover.png) center center no-repeat;
    -webkit-transition: all .0s ease-in-out;
    -moz-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    -ms-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
}

.navbar-nav>li>a {
    padding: 10px 10px;
}

.navbar-nav>li {
    margin-top: 10px;
}

/***********  Section Part  ************/

section {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.global_title {
    margin: 0 0 33px 0;
    padding: 0;
    text-align: center;
}

.global_title small {
    margin: 0;
    padding: 0;
    font-family: 'GothamBook';
    color: #b2944b;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.global_title span {
    margin: 0;
    padding: 0;
    color: #14284b;
    text-transform: uppercase;
    font-size: 40px;
}

/*======= Slider Sec =========*/

.slider_sec {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    background-size: cover;
    position: relative;
}

.slider_sec img {
    width: 100%;
}

.carousel-control {
    width: 50px;
    height: 98px;
    background: none !important;
    box-shadow: none;
    top: 50%;
    margin-top: -49px;
}

.carousel-control.left {
    left: 45px;
}

.carousel-control.right {
    right: 45px;
}

.slider_sec .caption_info {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    position: absolute;
    bottom: 45px;
    left: 0;
    text-align: center;
}

.slider_sec .caption_info h2 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
}

/*======= Welcome Sec =========*/

.welcome_sec {
    width: 100%;
    float: left;
    margin: 86px 0 0 0;
    padding: 0px;
    text-align: center;
}

.welcome_sec p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 36px;
}

.welcome_sec .more_links {
    margin: 32px 0 0 0;
    padding: 0 36px;
    line-height: 50px;
    background: #bf942c;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.welcome_sec .more_links:hover {
    background: #16264a;
}

/*======= Insurance Sec =========*/

.insurance_sec {
    width: 100%;
    float: left;
    margin: 104px 0 0 0;
    padding: 0px 0;
    position: relative;
}

.left_insu {
    width: 50%;
    float: left;
    padding: 6rem 20rem 6rem 5rem;
    background: url(../images/insu_left.jpg) left top no-repeat;
    background-size: cover;
}

.insu_in {
    float: right;
    width: 100%;
}

.right_insu {
    width: 50%;
    float: right;
    padding: 6rem 5rem 6rem 20rem;
    background: url(../images/insu_right.jpg) left top no-repeat;
    background-size: cover;
}

.right_in {
    float: left;
    width: 100%;
}

.insurance_sec .block {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.insurance_sec h3 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 42px;
}

.insurance_sec p {
    margin: 10px 0 18px 0;
    padding: 0;
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.insurance_sec .learn_link {
    margin: 0;
    padding: 3px 19px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 5px;
    text-transform: uppercase;
}

.insurance_sec .learn_link:hover {
    background: #fff;
    color: #334c62;
}

.insu_logo {
    position: absolute;
    left: 50%;
    top: 26%;
    margin-left: -159px;
}

.insurance_sec figure {
    margin: 55px 0 0 0;
    padding: 0;
    text-align: center;
}

/*======= Service Sec =========*/

.service_sec {
    width: 100%;
    float: left;
    margin: 97px 0 0 0;
    padding: 0px;
}

.service_sec .block {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}

.service_sec figure {
    margin: 0;
    padding: 0;
}

.service_sec h3 {
    margin: 29px 0 0 0;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    color: #102b40;
    min-height: 49px;
}

.service_sec p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    font-weight: 400;
}

/*======= Call Info =========*/

.call_info {
    width: 100%;
    float: left;
    margin: 80px 0 0 0;
    padding: 119px 0 134px 0;
    background: url(../images/call_info_bg.png) top center no-repeat fixed;
    background-size: cover;
    text-align: center;
}

.call_info h3 {
    margin: 0;
    padding: 0;
    font-size: 35px;
    color: #fff;
    line-height: 56px;
}

.call_info .call_link {
    margin: 36px 0 0 0;
    padding: 6px 22px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 5px;
    background: #12294b;
    display: inline-block;
}

.call_info .call_link:hover {
    background: #fff;
    color: #bf942c;
}

/*======= Testimonial Sec =========*/

.testimonial_sec {
    width: 100%;
    float: left;
    margin: 100px 0 0 0;
    padding: 0px;
    text-align: center;
}

.test_slider {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0 60px;
}

.test_slider .owl-controls .owl-nav div {
    width: 39px;
    height: 40px;
    font-size: 0;
    display: block;
    position: absolute;
    top: 55%;
    opacity: 1;
    margin-top: -13px;
    z-index: 99999;
}

.test_slider .owl-controls .owl-nav div.owl-prev {
    background: url(../images/testimonial_left.png) no-repeat center center;
    left: -60px;
}

.test_slider .owl-controls .owl-nav div.owl-next {
    background: url(../images/testimonial_right.png) no-repeat center center;
    right: -60px;
}

.test_slider .owl-controls .owl-nav div:hover {}

.owl-carousel .owl-item {
    padding: 60px 10px 10px 10px;
}

.testimonial_sec .block {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 20px 50px 20px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.test_slider h3 {
    margin: 0 0 9px 0;
    padding: 0;
    font-size: 25px;
    color: #14284b;
}

.test_slider h4 {
    margin: 0 0 23px 0;
    padding: 0;
    font-family: 'GothamLight';
    font-size: 20px;
    color: #999999;
}

.test_slider figure {
    width: 114px;
    height: 114px;
    margin: -57px 0 7px 0;
    padding: 0;
    display: inline-block;
}

.test_slider p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    line-height: 29px;
    font-weight: 400;
}

/*======= Why Sec =========*/

.why_sec {
    width: 100%;
    float: left;
    margin: 90px 0 0 0;
    padding: 100px 0;
    background: url(../images/why_sec_bg.png) top center no-repeat fixed;
    background-size: cover;
    text-align: center;
}

.why_sec .global_title span {
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
}

.why_sec p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    line-height: 29px;
    font-weight: 400;
}

.why_sec .more_links {
    margin: 32px 0 0 0;
    padding: 0 36px;
    line-height: 50px;
    background: #bf942c;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}

.why_sec .more_links:hover {
    background: #fff;
    color: #bf942c;
}

/*======= Who Sec =========*/

.who_sec {
    width: 100%;
    float: left;
    margin: 100px 0 0 0;
    padding: 0px;
    text-align: center;
}

.who_sec .info {
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.who_sec .block {
    width: 100%;
    margin: 0;
    padding: 30px 20px;
    float: left;
    border-radius: 5px;
    box-shadow: 0 0 13px rgba( 0, 0, 0, 0.1);
}

.who_sec h3 {
    margin: 0 0 25px 0;
    padding: 0;
    color: #14284b;
    font-size: 22px;
    font-weight: 400;
}

.who_sec p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    line-height: 22px;
    font-weight: 400;
}

/*======= Blog Sec =========*/

.blog_sec {
    width: 100%;
    float: left;
    margin: 112px 0 0 0;
    padding: 117px 0;
    background: url(../images/blog_sec_bg.png) top center no-repeat fixed;
    background-size: cover;
}

.blog_sec .global_title span {
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
}

.blog_sec .block {
    width: 100%;
    margin: 0;
    padding: 44px 20px 0 20px;
    float: left;
}

.blog_sec .detail {
    width: 100%;
    margin: 3px 0 0 0;
    padding: 0 17px 40px 35px;
    background: #fff;
    float: left;
    border: 1px solid #cccccc;
}

.blog_sec figure {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.blog_sec figure img {
    width: 100%;
}

.blog_sec h3 {
    margin: 40px 0 0 0;
    padding: 0 0 26px 0;
    font-size: 19px;
    font-weight: 400;
    color: #14284b;
    text-transform: uppercase;
    position: relative;
}

.blog_sec h3:after {
    content: "";
    width: 118px;
    height: 2px;
    background: #aa9560;
    left: 0;
    bottom: 0;
    position: absolute;
}

.blog_sec a h3:hover {
    color: #bf942c;
}

.blog_sec p {
    margin: 17px 0 0 0;
    padding: 0;
    font-size: 19px;
    color: #000;
    line-height: 32px;
    font-weight: 400;
}

.blog_sec .read_more {
    margin: 16px 0 0 0;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    color: #14284b;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
}

.blog_sec .read_more:hover {
    color: #aa9462;
}

.blog_sec .more_links {
    margin: 47px 0 0 0;
    padding: 0 40px;
    line-height: 50px;
    background: #bf942c;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}

.blog_sec .more_links:hover {
    background: #fff;
    color: #bf942c;
}

/*======= Client Logos =========*/

.client_logos {
    width: 100%;
    float: left;
    margin: 90px 0;
    padding: 0px;
}

.client_logos .block {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.client_logos ul {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}

.client_logos ul li {
    margin: 0;
    padding: 0 15px;
    display: table-cell;
}

/***********  Footer Part  ************/

footer {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.footer_1 {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    float: left;
    background: #bf942c;
}

.footer_1 ul.footer_link {
    width: 84%;
    margin: 0;
    padding: 0;
    float: left;
}

.footer_1 ul.footer_link li {
    width: auto;
    margin: 7px 0 0 0;
    padding: 0 10px;
    display: inline-block;
    border-right: 1px solid #fff;
}

.footer_1 ul.footer_link li a {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.footer_1 ul.footer_link li:last-child {
    border: none;
}

.footer_1 ul.footer_link li a:hover {
    color: #0d2b45;
}

.footer_1 ul.social_link {
    width: 16%;
    margin: 0;
    padding: 0;
    float: right;
}

.footer_1 ul.social_link li {
    width: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
}

.footer_1 ul.social_link li a i {
    width: 37px;
    height: 37px;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 37px;
}

.footer_1 ul.social_link li a i:hover {
    color: #bf942c;
    background: #fff;
}

.footer_2 {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    background: #0d2b45;
}

.footer_2 .block {
    width: 100%;
    margin: 68px 0;
    padding: 0 0 0 68px;
    float: left;
    position: relative;
}

.footer_2 i {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 27px;
    line-height: 50px;
    background: #bf942c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.footer_2 h3 {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.footer_2 p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
}

.footer_2 a {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
}

.footer_2 a:hover {
    color: #bf942c;
}

.footer_2 figure {
    margin: 25px 0 5px 0;
    padding: 0;
    text-align: center;
}

.copyright {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.copyright a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}