@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600italic,600,400italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:700,500,900);
@font-face {
    font-family: AvenirLTCE BookOblique;
    src: url(../font/AvenirLTCE-BookOblique.otf);
}
@font-face {
    font-family: AvenirNextLTPro Bold;
    src: url(../font/AvenirNextLTPro-Bold.otf);
}
@font-face {
    font-family: AvenirNextLTPro Demi;
    src: url(../font/AvenirNextLTPro-Demi.otf);
}
@font-face {
    font-family: AvenirNextLTPro Regular;
    src: url(../font/AvenirNextLTPro-Regular.otf);
}
/*
Template variables
*/
/* 
    Basics
*/
html, body {
    height: 100%; }

body {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    background-color: #fff;
    color: #777;
    -webkit-font-smoothing: antialiased !important; }

a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #edac15; }
a:hover {
    color: #aeaeae; }

button {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
button:focus {
    outline: 0 !important; }

a, a:hover, a:focus {
    text-decoration: none;
    outline: 0 !important; }

button:focus {
    outline: 0 !important; }

.color_text {
    color: #edac15; }

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    font-family: "Roboto", sans-serif;
    color: #333;
    font-weight: 700; }

blockquote {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
blockquote h5 {
    margin-top: 10px;
    font-weight: 600;
    color: #edac15; }

.full-wid {
    width: 100%; }

/**spaces**/
.space10 {
    height: 10px; }

.space20 {
    height: 20px; }

.space30 {
    height: 30px; }

.space40 {
    height: 40px; }

.space50 {
    height: 50px; }

.space60 {
    height: 60px; }

.space70 {
    height: 70px; }

.space80 {
    height: 80px; }

.space90 {
    height: 90px; }

.space100 {
    height: 100px; }

/**margins**/
.margin-btm-10 {
    margin-bottom: 10px; }

.margin-btm-20 {
    margin-bottom: 20px; }

.margin-btm-30 {
    margin-bottom: 30px; }

.margin-btm-40 {
    margin-bottom: 40px; }

.margin-btm-50 {
    margin-bottom: 50px; }

.no-padd {
    padding: 0px; }

.no-margin {
    margin: 0px; }

.border-width {
    width: 60px;
    height: 3px;
    background: #edac15;
    margin: 30px 0; }

.gray-bg {
    background-color: #f5f5f5; }

.color_text {
    color: #edac15; }

.center-align {
    margin: 0 auto;
    display: block; }

.text_color {
    color: #edac15; }

.dropcap:first-letter {
    display: inline-block;
    content: "";
    padding: 5px 10px;
    background: #edac15;
    margin-right: 5px;
    margin-bottom: 5px; }

.dropcap1:first-letter {
    display: inline-block;
    content: "";
    color: #edac15;
    font-weight: 700;
    font-size: 20px;
    margin-right: 5px;
    margin-bottom: 5px; }

/**********back to top*************/
.scrollToTop {
    text-align: center;
    font-weight: bold;
    color: #5a6377;
    text-decoration: none;
    font-size: 30px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
    display: none;
    opacity: 0.5;
    line-height: 0px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.scrollToTop:hover {
    text-decoration: none;
    opacity: 1; }

/**preloader**/
div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../images/loader.gif") no-repeat center center; }

@media (min-width: 768px) {
    .vertical-align-child {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction: row;
        -webkit-flex-direction: row; } }
@media (min-width: 1200px) {
    body.boxed {
        background-color: #e9e9e9; }

    .wrapper-boxed {
        width: 1170px;
        margin: 0px auto;
        background: #fff;
        border-top: 3px solid #edac15; } }
/**pagination**/
.pagination {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 22px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #edac15;
    text-decoration: none;
    background-color: #f5f5f5;
    border: 0px; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #edac15;
    border: 0px; }

/*
Buttons style
*/
.buttons a {
    margin: 5px; }

.btn {
    border: 0px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-family: "Roboto", sans-serif; }
.btn i {
    margin-left: 5px; }

.btn-lg {
    padding: 12px 25px; }

.btn-xl {
    padding: 16px 25px; }

.btn-link {
    color: #edac15; }
.btn-link:hover {
    color: #999; }

.btn-default {
    background-color: #eee;
    color: #333; }
.btn-default:hover {
    background-color: #edac15;
    color: #fff; }

.btn-skin {
    background-color: #c56604;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    border: 0px;
    border-radius: 0px;
    font-size: 16px;
    font-family: AvenirNextLTPro Bold;
    text-transform: uppercase;
}
.btn-skin:hover {
    background-color: #e38729;
    color: #fff; }

.btn-dark {
    background-color: #333;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
    color: #fff; }
.btn-dark:hover {
    background-color: #edac15;
    color: #222; }

.btn-white {
    background-color: #fff;
    color: #333; }
.btn-white:hover {
    background-color: #f3f3f3;
    color: #333; }

.btn-border-dark {
    border: 2px solid #333;
    background-color: transparent;
    color: #333; }
.btn-border-dark:hover {
    color: #fff;
    background-color: #333; }

.btn-border-skin {
    border: 2px solid #edac15;
    background-color: transparent;
    color: #edac15; }
.btn-border-skin:hover {
    color: #fff;
    background-color: #edac15; }

.btn-border-white {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff; }
.btn-border-white:hover {
    color: #333;
    background-color: #fff; }

/*
Titles style
*/
.center-title {
    text-align: center;
    position: relative; }
.center-title h1 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase; }
.center-title .border-width {
    margin-top: 20px; }

.left-title {
    text-transform: capitalize;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 30px; }
.left-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #edac15; }

/*
card boxes
*/
.service-box .service-thumb {
    position: relative;
    overflow: hidden; }
.service-box .service-desc {
    padding: 15px;
    background: #fff; }
.service-box .service-desc .border-width {
    margin: 5px 0; }
.service-box .service-desc p {
    margin-top: 10px; }

.icon-box .border-width {
    margin: 0px;
    margin-bottom: 10px; }
.icon-box i {
    color: #edac15;
    float: left;
    margin-right: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #edac15;
    display: block;
    text-align: center; }
.icon-box i:before {
    margin-left: 0px;
    font-size: 40px; }
.icon-box .content {
    overflow: hidden;
    text-align: left; }

.prject-box {
    position: relative;
    overflow: hidden;
    display: block; }
.prject-box img {
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    transition: all 2s ease-in-out 0s;
    opacity: 1; }
.prject-box .project-overlay {
    position: absolute;
    width: 96%;
    height: 96%;
    left: 2%;
    top: 2%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.prject-box .project-overlay h4 {
    color: #fff;
    position: absolute;
    bottom: -100%;
    left: 20px;
    font-weight: 600;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
.prject-box .project-overlay h4 i {
    margin-left: 8px; }
.prject-box:hover .project-overlay {
    opacity: 1; }
.prject-box:hover .project-overlay h4 {
    bottom: 20px; }
.prject-box:hover img {
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.7; }

.support-info .col-sm-4 {
    text-align: center; }
.support-info i {
    color: #edac15;
    margin-bottom: 20px;
    font-size: 30px;
    display: block;
    width: 100%; }

.project-info li {
    line-height: 40px;
    vertical-align: middle;
    margin: 0;
    padding: 0px;
    border-bottom: 1px dashed #ddd;
    margin-top: 3px; }
.project-info li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #edac15;
    font-size: 25px;
    line-height: 40px;
    margin-right: 20px; }

.side-nav li {
    margin: 0;
    padding: 0; }
.side-nav li a {
    display: block;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 45px;
    background-color: #dbe4f0;
    font-family: AvenirNextLTPro Regular;
    font-size: 16px;
    margin-bottom: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 0px;
    border-top: 1px solid #b0bbca;
    border-left: 1px solid #b0bbca;
    border-right: 1px solid #b0bbca;
    color: #02070d;
}
.side-nav li a:before {
    content: "\f10a";
    position: absolute;
    font-family: 'Ionicons';
    right: 30px;
}
.side-nav li:last-child a{
    border-bottom: 1px solid #b0bbca;
}
.side-nav li.active a, .side-nav li a:hover {
    background-color: #c56604;
    color: #fff; }
.side-nav li.active a {
    text-shadow: 0 1px rgba(0, 0, 0, 0.15); }

/*
Call to actions
*/
.cta {
    background: #c56604;
    padding: 15px 0px;}
.cta .btn {
    font-size: 17px;
    color: #fff;
    font-family: AvenirNextLTPro Bold;
    background: transparent;
    border: 3px solid #fff;
    border-radius: 0;
    margin-top: 21px;
}
.cta .btn i{
    font-size: 25px;
    vertical-align: middle;
    margin-right: 8px;
}
.cta p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: AvenirNextLTPro Bold;
}
.cta-h3{
    color: #fff;
    font-size: 33px;
    font-family: AvenirNextLTPro Bold;
    margin-top: 17px;
}
.newsletter {
    background-color: #e1e1e1;
    padding: 40px 0; }
.newsletter .b-newsletter {
    margin-top: 10px;
    position: relative; }
.newsletter .b-newsletter .form-control {
    height: 45px;
    border-color: transparent;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
.newsletter .b-newsletter .form-control.success {
    border-color: #2b542c; }
.newsletter .b-newsletter .form-control.error {
    border-color: #FC3116; }
.newsletter .b-newsletter button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 45px;
    background: transparent;
    border: 0px;
    color: #edac15;
    font-size: 30px; }

.c_info_bar {
    padding-top: 30px;
    background: #edac15; }
.c_info_bar h4 {
    margin-bottom: 0px; }
.c_info_bar h4 i {
    margin-right: 15px; }

/*
Top bar style
*/
.top-bar {
    padding-top: 10px; }
.top-bar span {
    display: inline-block;
    margin-right: 10px; }
.top-bar span i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #edac15;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
    color: #fff; }
.top-bar .list-inline li {
    padding: 0px; }
.top-bar .list-inline li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    background: #f5f5f5;
    font-size: 20px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
.top-bar .list-inline li a:hover {
    color: #edac15;
    background: #333; }
.top-bar.top-bar-dark {
    background: #222; }
.top-bar.top-bar-dark span {
    color: #aeaeae; }
.top-bar.top-bar-dark .list-inline li a {
    background-color: #333;
    color: #fff; }
.top-bar.top-bar-dark .list-inline li a:hover {
    color: #fff;
    background: #edac15; }

/* 
    Navbar css
*/
.navbar-default {
    background-color: #000;
    border: 0px;
    margin: 0px; }

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: AvenirNextLTPro Bold;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #c56604;
    background-color: transparent;
    font-family: AvenirNextLTPro Bold;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #edac15;
    background-color: transparent;
    border-bottom-color: #edac15; }

.navbar-brand > img {
    display: block;
    margin-top: 3px; }

.navbar-nav > li > a {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px; }

.navbar-inverse {
    margin: 0;
    border: 0px;
    background-color: #222; }
.navbar-inverse .navbar-nav > li > a {
    color: #fff; }
.navbar-inverse .navbar-nav > li > a:hover {
    color: #edac15; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #edac15;
    background-color: transparent; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #edac15;
    background-color: transparent; }

.navbar.sticky {
    z-index: 9999 !important;
    width: 100%;
    left: 0;
    -webkit-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2); }

/**search form**/
.search-toggle {
    position: relative; }

.search-form {
    position: absolute;
    right: 0;
    width: 250px;
    top: 100%;
    padding: 5px;
    background-color: #e1e1e1;
    display: none; }
.search-form .form-control {
    border: 0px; }

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px; }

    .navbar-brand > img {
        display: block;
        margin-top: 7px; }

    .navbar-transparent {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        background-color: transparent;
        padding: 15px 0;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
    .navbar-transparent.shrink {
        padding: 0px;
        background-color: #222; } }
/*for one page header fixed on all devices*/
body.landing-page .navbar-transparent {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    padding: 15px 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
body.landing-page .navbar-transparent.shrink {
    padding: 0px;
    background-color: #222; }

/*
Dropdown css
*/
.dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    min-width: 190px;
    background-color: #333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    min-width: 210px;
    border-color: #333; }
.dropdown-menu > li > a {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    color: #fff; }
.dropdown-menu > li > a:hover {
    color: #edac15;
    background-color: rgba(0, 0, 0, 0.1); }
.dropdown-menu > li:last-child a {
    border-bottom: 0px; }

/**third level menu**/
.dropdown-submenu {
    position: relative; }

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }

.dropdown-submenu:hover > .dropdown-menu {
    display: block; }

.dropdown-submenu > a:after {
    display: block;
    float: right;
    content: "\f105";
    font-family: "FontAwesome";
    margin-top: 2px;
    margin-right: -10px; }

.dropdown-submenu:hover > a:after {
    border-left-color: #fff; }

.dropdown-submenu.pull-left {
    float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }

/**mega menu**/
@media (max-width: 969px) {
    .yamm .yamm-content {
        padding-left: 20px;
        padding-right: 20px; } }
.yamm .yamm-content h3 {
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px; }
.yamm .yamm-content .mega-vertical-nav > li > a {
    padding: 7px 15px;
    color: #333;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    font-family: "Roboto", sans-serif; }
.yamm .yamm-content .mega-vertical-nav > li > a:hover {
    color: #edac15; }

.yamm .dropdown.yamm-fw .dropdown-menu.mega-menu {
    left: 0px;
    right: 0px; }

/******************

MULTI LEVEL DROPDOWN CSS

*********************/
.dropdown-submenu {
    position: relative; }

.dropdown-submenu > .dropdown-menu {
    top: -2px;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }

.dropdown-submenu:hover > .dropdown-menu {
    display: block; }

.dropdown-submenu > a:after {
    top: 11px;
    right: 15px;
    font-size: 11px;
    content: "\f3d3";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: "IonIcons"; }

.dropdown-submenu.pull-left {
    float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        padding-left: 20px;
        display: block;
        margin-left: 15px; }

    .yamm .yamm-content h3 {
        color: #fff; }

    .yamm .yamm-content .mega-vertical-nav > li > a {
        border-bottom-color: rgba(255, 255, 255, 0.1);
        color: #eee; }
    .yamm .yamm-content .mega-vertical-nav > li > a:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.1); }

    .dropdown-menu > li > a {
        border-bottom: 1px solid #ddd;
        padding: 8px 20px; }
    .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.1) !important; }

    .mega-vertical-nav {
        padding-bottom: 20px; } }
/*
form-elements style
*/
.form-control, input, select, textarea {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    min-height: 45px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 2px solid #e1e1e1; }
.form-control:focus, input:focus, select:focus, textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #edac15; }

/*
master slider
*/
.title2 {
    color: #fff;
    font-size: 82px;
    font-family: AvenirNextLTPro Bold;
    font-weight: normal;
    text-transform: uppercase;
}

.sub-title2 {
    color: #fff;
    font-size: 82px;
    text-transform: uppercase;
    font-family: AvenirNextLTPro Regular;
    font-weight: normal;
}

.sub-title3 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: AvenirNextLTPro Bold;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.sub-p{
    font-size: 27px;
    color: #fff;
    font-family: AvenirNextLTPro Demi;
    text-transform: none;
    background: rgba(6, 43, 74, 0.83);
    padding: 20px 25px;
    line-height: 32px;
    width: 475px;
    position: relative;
}
.sub-p:before {
    border-left: solid transparent 0px;
    border-right: solid transparent 90px;
    border-bottom: solid rgba(6, 43, 74, 0.83) 104px;
    top: 0px;
    content: " ";
    height: 11px;
    margin-left: -13px;
    position: absolute;
    width: 20px;
    transition: transform 0.2s;
    right: -90px;
}
.ms-bullets-count{
    display: none;
}
.btn1 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 25px;
    background-color: #edac15;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 700;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.btn1 i {
    margin-left: 5px; }

.btn1:hover {
    color: #333;
    background-color: #ddd; }

.btn2 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 25px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 700;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.btn2 i {
    margin-left: 5px; }

.btn2:hover {
    color: #333;
    background-color: #edac15; }

/**carousel service slider**/
.service-slider .owl-controls {
    position: absolute;
    width: auto;
    top: 0;
    margin-top: -50px;
    right: 0px; }
.service-slider .owl-controls .owl-buttons div {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    font-size: 35px;
    color: #edac15; }

/**carousel project slider**/
.project-slider {
    position: relative; }
.project-slider .owl-controls {
    position: absolute;
    width: auto;
    top: 50%;
    margin-top: -20px;
    left: 0px;
    width: 100%; }
.project-slider .owl-controls .owl-buttons div {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background: #333;
    font-size: 35px;
    color: #edac15; }
.project-slider .owl-controls .owl-prev {
    position: absolute;
    left: 0; }
.project-slider .owl-controls .owl-next {
    position: absolute;
    right: 0; }

/**tesimonials**/
.testimonials {
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
    padding: 60px 0;
    background-color: #222; }
.testimonials .center-title h1 {
    color: #fff; }

.testi-slider {
    padding: 0px 30px; }
.testi-slider i {
    color: #edac15;
    font-size: 50px;
    display: block; }
.testi-slider p {
    color: #fff;
    font-style: italic;
    margin: 20px 0;
    font-size: 20px;
    line-height: 35px; }
.testi-slider h5 {
    color: #edac15; }
.testi-slider .owl-controls .owl-page span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #edac15; }
.testi-slider .owl-controls .owl-page.active span {
    background-color: #edac15; }

/* 
   Sidebar widget
*/
.sidebar-widget {
    margin-bottom: 30px; }
.sidebar-widget .side-search form {
    position: relative; }
.sidebar-widget .side-search form button {
    background: transparent;
    border: 0px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center; }

.card-list {
    border: 1px solid #e1e1e1; }
.card-list li a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #e1e1e1; }
.card-list li a span {
    color: #777; }
.card-list li a span em {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px; }
.card-list li a h4 {
    margin: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px; }
.card-list li a:hover {
    background-color: #f5f5f5; }
.card-list li:last-child a {
    border-bottom: 0px; }

.category-list {
    margin: 0; }
.category-list li {
    padding: 3px 0;
    border-bottom: 1px dashed #eee; }
.category-list li a {
    color: #999; }
.category-list li a:before {
    font-family: 'Ionicons';
    content: "\f10b";
    margin-right: 10px; }
.category-list li a:hover {
    color: #edac15; }

/* 
    tabs
*/
.tab-content {
    padding-top: 30px; }

.nav-tabs > li > a {
    border: 0px;
    color: #333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border-bottom: 2px solid transparent;
    font-family: "Roboto", sans-serif; }
.nav-tabs > li > a:hover {
    color: #edac15;
    border-bottom-color: #edac15;
    background-color: transparent; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0px;
    color: #edac15;
    border-bottom: 2px solid #edac15; }

/*
Blog style
*/
.post .post-meta h4 {
    font-size: 24px; }
.post .post-meta h4 a {
    color: #222; }
.post .post-meta h4 a:hover {
    color: #edac15; }
.post .post-meta ul li a {
    font-size: 12px;
    color: #777; }
.post .post-meta ul li a:hover {
    color: #edac15; }

.blog-row hr {
    margin: 30px 0; }

.comments li:nth-child(even) {
    padding: 15px;
    background-color: #f5f5f5;
    margin: 20px 0; }
.comments .thumb {
    float: left;
    margin-right: 20px; }
.comments .thumb i {
    font-size: 40px; }
.comments .content {
    overflow: hidden; }
.comments h5 {
    text-transform: capitalize;
    font-weight: 700; }
.comments p {
    margin-bottom: 0px; }

/*
Staff
*/
.person-col {
    background: #f5f5f5;
    border: 1px solid #ddd; }
.person-col h4 {
    margin-bottom: 5px; }
.person-col span {
    color: #edac15;
    display: block;
    margin-bottom: 10px; }
.person-col .person-desc {
    padding: 15px; }

/*
accordions
*/
.panel-group .panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }

.panel-default {
    border: 0px; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0px; }

.panel-default > .panel-heading {
    background: #fff;
    border: 0px; }

.panel-title {
    color: #777; }

.panel-group .panel .panel-heading .panel-title a:before {
    font-family: 'Ionicons';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f3d8";
    margin-right: 5px; }

.panel-group .panel .panel-heading .panel-title a.collapsed:before {
    content: "\f3d0"; }

/*
Breadcrumb style
*/
.page-title {
    padding: 60px 0; }
.page-title h1 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 25px; }
.page-title.pattern {
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
    background-color: #edac15; }
.page-title.pattern h1 {
    color: #fff; }

/*
Footer styles
*/
.footer {
    background-color: #02070d;
    padding: 60px 0;
    padding-bottom: 30px;
    padding-top: 100px;
    margin-top: -25px;}
.footer h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #0f1928;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px; }
.footer h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #c56604; }
.footer ul.list-unstyled li {
    vertical-align: middle; }
.footer ul.list-unstyled li a {
    display: block;
    padding: 5px 0;
    color: #5a6377;
    font-size: 16px;
    font-family: AvenirNextLTPro Regular;
}
.footer p.footer-phone-text{
    font-family: AvenirNextLTPro Demi;
    font-size: 20px;
    color: #5a6377;
    margin-top: 30px;
}
.footer p.footer-phone{
    font-family: AvenirNextLTPro Bold;
    font-size: 23px;
    color: #fff;
}
.footer ul.list-unstyled li a:hover {
    color: #ffffff; }
.footer ul.list-unstyled li a:before {
    font-family: 'Ionicons';
    content: "\f24f";
    margin-right: 9px;
    font-size: 7px;
    vertical-align: middle;
    color: #182433; }
.footer hr {
    border-top-color: rgba(255, 255, 255, 0.1); }
.footer .list-inline li {
    padding: 0px; }
.footer .list-inline li:after {
    content: "/";
    margin: 0px 8px;
    color: #172231;
}
.footer .list-inline li:last-child:after {
    content: ""; }
.footer p{
    color: #5a6377;
    font-size: 16px;
    font-family: AvenirNextLTPro Regular;
}
.footer .list-inline a{
    color: #5a6377;
    font-size: 15px;
    font-family: AvenirNextLTPro Regular;
}
.footer .list-inline a:hover{
    color: #fff;
}
.footer-bottom-text{
    color: #5a6377;
    font-size: 15px;
    font-family: AvenirNextLTPro Regular;
}
.footer-bottom-text img{
    margin-left: 10px;
}
.latest-projects a {
    width: 130px;
    display: block;
    float: left;
    margin: 2px; }

/**404**/
.error-digit i {
    display: block;
    font-size: 100px;
    line-height: 100px;
    color: #ddd;
    margin-bottom: 30px; }

/**project filter**/
#grid .mix {
    display: none; }

.project-filters li {
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 3px;
    padding: 3px 12px;
    background: #f5f5f5; }
.project-filters li.active {
    background: #edac15;
    color: #fff; }

/**social**/
.social li {
    padding: 0px; }
.social li a {
    margin: 5px;
    color: #aeaeae;
    font-size: 35px; }
.social li a:hover {
    color: #edac15; }

/**static hero**/
.hero-banner {
    position: relative;
    overflow: hidden; }
.hero-banner .hero-overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
.hero-banner .hero-overlay .hero-inner {
    width: 100%;
    height: 100%;
    display: table;
    position: relative; }
.hero-banner .hero-overlay .hero-inner .hero-content {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }
.hero-banner .hero-overlay .hero-inner .hero-content h1 {
    color: #fff;
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    text-transform: capitalize; }
.hero-banner .hero-overlay .hero-inner .hero-content p {
    color: #fff;
    text-transform: capitalize; }

/**youtube player**/
.intro-ytp {
    height: 100%;
    width: 100%;
    background: url(../images/video-fallback.jpg) no-repeat center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    position: relative; }

.video-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.video-text .video-content {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5); }

.video-text .video-content .video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.video-text .video-content .video-inner h5 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2rem;
    color: #fff; }

.video-text .video-content .video-inner h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 5rem;
    color: #fff; }

.video-text .video-content .video-inner p {
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px; }

/****Responsive css**/
@media (max-width: 767px) {
    .hero-banner .hero-overlay .hero-inner .hero-content h1 {
        font-size: 30px;
        line-height: 30px; }

    .hero-banner .hero-overlay .hero-inner .hero-content p {
        font-size: 13px;
        line-height: 22px; }

    .hero-banner .hero-overlay .hero-inner .hero-content .btn-xl {
        padding: 6px 12px; }

    .top-bar .text-right {
        text-align: left;
        margin-top: 20px; }

    .search-form {
        padding: 0px 15px;
        background-color: transparent;
        width: 100%; }

    .cta {
        text-align: center; }

    .space100 {
        height: 70px; }

    .landing-hero {
        margin-top: 49px; }

    body.landing-page .navbar-transparent {
        background: #222;
        padding: 0px; }

    .dropdown-menu > li > a {
        border-bottom: 0px !important; } }

/*# sourceMappingURL=style.css.map */
/*-------------------------------------------*/
.icon-box-1{
    background: url(../images/iconbox-1.png);
    font-size: 30px;
    color: #fff;
    font-family: AvenirNextLTPro Bold;
    padding-top: 70px;
    text-transform: none;
    padding-left: 27px;
    padding-right: 50px;
    padding-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}
.icon-box-2{
    background: url(../images/iconbox-2.png);
    font-size: 30px;
    color: #fff;
    font-family: AvenirNextLTPro Bold;
    padding-top: 70px;
    text-transform: none;
    padding-left: 27px;
    padding-right: 50px;
    padding-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}
.icon-box-3{
    background: url(../images/iconbox-3.png);
    font-size: 30px;
    color: #fff;
    font-family: AvenirNextLTPro Bold;
    padding-top: 70px;
    text-transform: none;
    padding-left: 27px;
    padding-right: 50px;
    padding-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}
.icon-box-p{
    color: #5a6377;
    font-size: 16px;
    font-family: AvenirNextLTPro Regular;
}
.hr-panel{
    border-top: 1px solid #ddd;
    margin: 0px;
    margin-bottom: 100px;
    height: 1px
}
.hr-panel:before {
    content: "";
    position: absolute;
    left: 45%;
    width: 60px;
    height: 1px;
    background: #edac15;
    top: -1px;
}
.left-title-orange{
    font-size: 36px;
    color: #c56604;
    font-family: AvenirNextLTPro Bold;
    text-transform: uppercase;
}
.left-title-black{
    font-size: 36px;
    color: #02070d;
    font-family: AvenirNextLTPro Bold;
    text-transform: uppercase;
}
.panel-left-box{
    background: url(../images/single-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}
.panel-left-box h3{
    font-size: 23px;
    color: #02070d;
    font-family: AvenirNextLTPro Bold;
    text-align: right;
    text-transform: uppercase;
    margin-top: 269px;
    margin-right: 40px;
}
.panel-left-box p{
    font-family: AvenirNextLTPro Regular;
    color: #5a6377;
    font-size: 16px;
    text-align: right;
    margin-right: 40px;
    margin-bottom: 40px;
}
.panel.panel-default{
    border-top: 1px solid #b0bbca;
    border-left: 1px solid #b0bbca;
    border-right: 1px solid #b0bbca;
    border-radius: 0;

}
.panel.panel-default:last-child{
    border-bottom: 1px solid #b0bbca;
}
.panel-group .panel+.panel{
    margin-top: 0px;
}
.panel-heading .panel-title a{
    font-family: AvenirNextLTPro Bold;
    color: #02070d;
    font-size: 16px;
}
.panel-group .panel .panel-heading .panel-title a:before{
    color: #c56604;
}
.panel-body{
    padding-top: 0px;
    font-family: AvenirNextLTPro Regular;
    color: #5a6377;
    font-size: 16px;
}
.footer-top{
    background: #062b4a;
}
.footer-top h3{
    font-size: 23px;
    color: #ffffff;
    font-family: AvenirNextLTPro Bold;
    text-transform: uppercase;
    margin-left: 40px;
    margin-bottom: 0px;
}
.footer-top p{
    color: #5b778d;
    font-size: 16px;
    font-family: AvenirNextLTPro Regular;
    margin-left: 40px;
    margin-bottom: 0px;
}
.footer-top:before {
    content: '';
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    border-width: 0 30px 30px 0;
    border-color: #062b4a transparent;
    border-style: solid;
}
.footer-top:after {
    content: '';
    position: absolute;
    right: 0;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    border-width: 30px 0px 0px 30px;
    border-color: #062b4a transparent;
    border-style: solid;
}
.footer-top a{
    color: #49647a;
    font-size: 26px;
    margin-right: 30px;
}
.footer-top .top-margin{
    margin-top: 10px;
}
.services-bg{
    background: #fff url(../images/services-bg.png);
    background-repeat: repeat-x;
    padding-top: 55px;
    padding-bottom: 100px;
}
.services-top{
    margin-bottom: 135px;
}
.services-top h2{
    font-family: AvenirNextLTPro Bold;
    font-size: 32px;
    color: #02070d;
    text-transform: uppercase;
}
.services-top h2 span{
    color: #c56604;
}
.services-top p{
    font-family: AvenirNextLTPro Bold;
    font-size: 16px;
    color: #5a6377;
    padding-top: 10px;
}
.services-body h3{
    font-family: AvenirNextLTPro Bold;
    font-size: 23px;
    color: #02070d;
}
.services-body .border-width {
    width: 100%;
    height: 1px;
    background: #b0bbca;
    margin: 30px 0;
}
.services-body .border-width:after {
    content: '';
    position: absolute;
    left: 15px;
    z-index: 1;
    width: 70px;
    background: #c56604;
    height: 1px;
}
.services-body p{
    font-size: 16px;
    font-family: AvenirNextLTPro Regular;
    color: #5a6377;
    margin-bottom: 30px;
}
.services-top hr{
    border-top: 3px solid #b0bbca;
    margin-top: 60px;
    margin-bottom: 70px;

}
.contact-bg{
    background: #fff url(../images/services-bg.png);
    background-repeat: repeat-x;
    padding-top: 55px;
    padding-bottom: 100px;
}
.contact-top img{
    float: right;
}
.contact-top h2 {
    font-family: AvenirNextLTPro Bold;
    font-size: 32px;
    color: #02070d;
    text-transform: uppercase;
    float: left;
}
.contact-top p {
    font-family: AvenirNextLTPro Bold;
    font-size: 16px;
    color: #5a6377;
    text-transform: uppercase;
    padding-top: 7px;
}
.contact-top hr{
    border-top: 3px solid #b0bbca;
    margin-top: 60px;
    margin-bottom: 45px;
}
.contact-blue-box{
    background: #062b4a;
    margin-bottom: 100px;
}
.contact-blue-box h2{
    font-size: 23px;
    color: #ffffff;
    font-family: AvenirNextLTPro Bold;
    text-transform: none;
    text-align: center;
    width: 100%;
    margin: 0px;
}
.contact-blue-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    border-width: 0 20px 20px 0;
    border-color: #062b4a transparent;
    border-style: solid;
}
.contact-blue-box:after {
    content: '';
    position: absolute;
    right: 0;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    border-width: 20px 0px 0px 20px;
    border-color: #062b4a transparent;
    border-style: solid;
    bottom: -20px;
}
.contact-bg .border-width {
    width: 100%;
    height: 1px;
    background: #b0bbca;
    margin: 20px 0;
}
.contact-bg .border-width:after {
    content: '';
    position: absolute;
    left: 15px;
    z-index: 1;
    width: 70px;
    background: #c56604;
    height: 1px;
}
.contact-bg h3{
    font-size: 16px;
    color: #02070d;
    font-family: AvenirNextLTPro Bold;
    text-transform: none;
    margin: 0px;
}
.contact-bg .form-control{
    background-color: #dbe4f0;
    border: 1px solid #b0bbca;
    font-size: 16px;
    color: #5a6377;
    padding: 15px 19px;
    font-family: AvenirNextLTPro Regular;
    height: auto;
    margin-bottom: 10px;
}
.contact-bg .form-control::-webkit-input-placeholder {
    font-size: 16px;
    color: #5a6377;
    font-family: AvenirNextLTPro Regular;
}
.contact-bg .form-control:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
    color: #5a6377;
    font-family: AvenirNextLTPro Regular; 
}
.contact-bg .form-control::-moz-placeholder {  /* Firefox 19+ */
    font-size: 16px;
    color: #5a6377;
    font-family: AvenirNextLTPro Regular;
}
.contact-bg .form-control:-ms-input-placeholder {  
    font-size: 16px;
    color: #5a6377;
    font-family: AvenirNextLTPro Regular;
}
.contact-btm{
    color: #5a6377;
    font-size: 16px;
    font-family: AvenirNextLTPro Regular;
    margin-top: 5px;
    margin-bottom: 15px;
}
.sidebar-widget p{
    font-size: 16px;
    color: #5a6377;
    font-family: AvenirNextLTPro Regular;
    margin-bottom: 25px;
}
.social li a{
    margin: 0px;
}
.sidebar-widget a:hover i{
    background: #c56604;
    color: #fff;
}
.sidebar-widget a i{
    color: #c56604;
    font-size: 17px;
    border: 2px solid #c56604;
    border-radius: 40px;
    padding: 9px 10px;
}
.sidebar-widget a i.fa-facebook{
    padding: 9px 12px;
}
.sidebar-top-box{
    background: #dbe4f0;
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 40px;
}
.sidebar-top-box h2{
    font-size: 23px;
    color: #02070d;
    font-family: AvenirNextLTPro Bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.sidebar-top-box p{
    font-size: 16px;
    color: #5a6377;
    font-family: AvenirNextLTPro Regular;
    margin: 0px;
}
.sidebar-top-box:after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: -120px;
    z-index: 0;
    box-sizing: border-box;
    width: 90%;
    height: 0;
    border-width: 120px 130px 0 0px;
    border-color: #dbe4f0 transparent;
    border-style: solid;
}
.sidebar-phone-box{
    padding-left: 35px;
    position: relative;
    margin-top: 30px;
}
.sidebar-phone-box p{
    font-size: 15px;
    color: #fff;
    font-family: AvenirNextLTPro Bold;
    background: #c56604;
    padding: 15px;
    text-align: center;
}
.sidebar-phone-box p i {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 8px;
}
.sidebar-information{
    margin-top: 75px;
}
.sidebar-information h3{
    font-size: 16px;
    color: #02070d;
    font-family: AvenirNextLTPro Bold;
    text-transform: uppercase;
}
.sidebar-information .border-width {
    width: 100%;
    height: 1px;
    background: #b0bbca;
    margin: 20px 0;
}
.sidebar-information .border-width:after {
    content: '';
    position: absolute;
    left: 15px;
    z-index: 1;
    width: 70px;
    background: #c56604;
    height: 1px;
}
.sidebar-information h4{
    font-size: 16px;
    color: #c56604;
    font-family: AvenirNextLTPro Bold;
}
.sidebar-information p{
    color: #5a6377;
    font-size: 16px;
    font-family: AvenirNextLTPro Regular;
    margin-bottom: 35px;
}
.sidebar-information p a{
    color: #c56604;
    text-decoration: underline;
}
.prices-box{
    margin-bottom: 30px;
}
.prices-box h2{
    font-size: 23px;
    color: #02070d;
    font-family: AvenirNextLTPro Bold;
    text-transform: none;
}
.prices-box p{
    font-size: 16px;
    color: #5a6377;
    font-family: AvenirNextLTPro Regular; 
    padding-top: 0px;
}
.prices-box p.orange-prixes-box span{
    font-size: 16px;
    color: #fff;
    background: #c56604;
    font-family: AvenirNextLTPro Regular; 
    padding: 3px 10px;
}
.prices-box p.orange-prixes-box{
    margin-bottom: 20px;
}
.prices-box .table.table-striped thead tr{
    background: #02070d;
    color: #dbe4f0;
    text-transform: uppercase;
    font-size: 13px;
    font-family: AvenirNextLTPro Bold;
}
.prices-box .table.table-striped thead tr th{
    text-align: center;
}
.prices-box .table-striped>tbody>tr:nth-of-type(odd){
    background: #dbe4f0;
}
.prices-box .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border-top: 0px;
    border-bottom: 2px solid #fff;
}
.prices-box .table.table-striped tr{
    background: #edf2f8;
}
.prices-box .table.table-striped tr td{
    color: #5a6377;
    font-size: 16px;
    font-family: AvenirNextLTPro Regular; 
    text-align: center;
}
.header-img-bg{
    background: url(../images//bg-1.png) center center;
    padding-top: 140px;
    padding-bottom: 110px;
}
.contact-bg .login-box .input-group{
    width: 100%;
}
@media (max-width: 991px) {
    .left-title-black {
        font-size: 24px;
    }
    .left-title-orange {
        font-size: 24px;
    }
    .icon-box-1, .icon-box-2, .icon-box-3 {
        font-size: 22px;
    }
    .cta .btn {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .cta .btn {
        font-size: 17px;
    }
    .panel-left-box{
        background: none;
    }
    .panel-left-box h3{
        margin-top: 10px;
    }
    .hr-panel{
        margin-bottom: 30px;
    }
    .sub-title3 {
        font-size: 14px;
    }
    .title2 {
        font-size: 39px;
    }
    .sub-title2 {
        font-size: 38px;
    }
    .sub-p {
        font-size: 22px;
        width: 269px;
    }
    .sub-p:before{
        display: none;
    }
    .navbar-toggle{
        margin-top: 19px;
        margin-bottom: 23px;
    }
    .navbar-default .navbar-toggle{
        border-color: transparent;
    }
}