/*----------------------------------------------------
@File: Default Styles
@Author: Themelab15
Author E-mail: themelab15@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */


/*=====================================================================

@Default Styles

=====================================================================*/


/*----------------------------------------------------*/

@import url("3ce7b2385f0646709be1be446e4f48aa.css");
.col-md-offset-right-1 {
    margin-right: 8.33333333%;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

.text-transform {
    text-transform: uppercase !important;
}

img {
    max-width: 100%;
}

p {
    padding: 0 0 10px 0;
    margin: 0;
    line-height: 26px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}


/*---------------------------------------------------- */


/*----------------------------------------------------*/

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

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

h1 {
    font-size: 36px;
}


/*Form Style   ||-----------*/

button {
    outline: none;
    border: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
textarea,
select {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    border-radius: 4px;
    color: #888;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
    background-color: #FFF;
    width: 100%;
    padding: 8px 10px;
}

.input-sm {
    padding: 12px 15px;
    height: auto;
}

label {
    color: #323232;
    font-size: 16px;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-weight: normal;
}

.color_white {
    color: #FFF;
}

.bg_color_1 {
    background-color: #213047;
}

.form-full {
    width: 100%;
}

.row.m0 {
    margin: 0px;
}

.p0 {
    padding: 0px;
}

.ptn-0 {
    padding-top: 0px !important;
}

.sec-pad {
    padding: 100px 0;
}

#success {
    display: none;
}

#error {
    display: none;
}

.display_table {
    display: table;
    width: 100%;
}

.display_table_row {
    display: table-row;
}

.display_table_cell {
    display: table-cell;
    float: none !important;
}

iframe {
    border: none;
}

i:before {
    margin-left: 0px !important;
}

.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}

.btn-xlg {
    padding: 15px 50px
}

.btn-lg {
    padding: 12px 30px;
    display: inline-block;
}

.btn-md {
    padding: 11px 20px;
    display: inline-block;
}

.btn-xs {
    padding: 11px 15px 10px;
    display: inline-block;
}

.theme-btn {
    color: #FFF;
    background-color: #000;
    font-size: 16px;
    margin-top: 10px;
    /* float: left;*/
    letter-spacing: 0.3px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.theme-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFCE2E;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #000;
}

.theme-btn:hover {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.theme-btn-black {
    color: #000;
    background-color: #FFF;
    font-size: 16px;
    margin-top: 10px;
    /* float: left;*/
    letter-spacing: 0.3px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.theme-btn-black::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #000;
}

.theme-btn-white {
    color: #000;
    background-color: #FFF;
    font-size: 16px;
    margin-top: 10px;
    /* float: left;*/
    letter-spacing: 0.3px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.theme-btn-white::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E41937;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #000;
}


/* Main title css
============================================================================================ */

.sec_middle_title {
    text-align: center;
    max-width: 1040px;
    margin: auto;
}

.sec_middle_title h2 {
    font-size: 30px;
    color: #242424;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .90px;
    padding-bottom: 20px;
}

.sec_middle_title h2::before {
    content: "";
    width: 50px;
    height: 2px;
    background: #000;
    display: block;
    position: relative;
    top: 40px;
    left: 0;
    margin: auto;
}

.sec_middle_title h2 span {
    color: #18ba60;
}

.sec_middle_title p {
    font-size: 17px;
    line-height: 28px;
    color: #898989;
    font-family: "Lato", sans-serif;
    letter-spacing: .34px;
}

.section_title {
    padding-bottom: 45px;
}

.section_title h2 {
    font-size: 28px;
    color: #242424;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .84px;
}

.section_title p {
    font-size: 17px;
    line-height: 28px;
    color: #898989;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    padding-top: 20px;
}

.section_w_title {
    padding-bottom: 15px;
}

.section_w_title h2 {
    font-size: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.section_w_title h2::before {
    content: "";
    width: 50px;
    height: 2px;
    background: #000;
    display: block;
    position: relative;
    top: 28px;
    left: 0;
}

.section_w_title p {
    font-size: 17px;
    line-height: 28px;
    color: #898989;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    padding-top: 20px;
}


/* End Magnify css
============================================================================================ */


/*---------------------------------------------------- */


/*----------------------------------------------------*/


/* Top Header css
============================================================================================ */

.main_header_area {
    position: relative;
    width: 100%;
    z-index: 25;
    background: rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    top: 0px;
}

.main_header_area .header_menu.affix {
    top: 0px;
    width: 100%;
    background: #242328;
}

.main_header_area .header_menu.affix .navbar.navbar-default .navbar-header .navbar-brand {
    line-height: 66px;
}

.main_header_area .header_menu.affix .navbar.navbar-default .navbar-header .navbar-brand img {
    /*width: 85%;*/
}

.main_header_area .header_menu.affix .navbar.navbar-default .nav.navbar-nav>li>a {
    line-height: 70px;
}

.main_header_area .header_menu.affix .navbar.navbar-default .nav.navbar-nav.navbar-right>li>a {
    line-height: 70px;
}

.main_header_area .header_menu.affix [digood-id="common_nav_button_1_oyh"] {
    margin-top: 20px;
}


/* start top header*/

.menu_color .header_top {
    background: #E41937;
}

.aaa i{
    margin-right: 8px;
}
.aaa {
    font-weight: bold;
    font-size: 22px;
    color: red;
    padding-bottom: 0 !important;
    opacity: 1;
}
.aaa:hover{
    color: red;
}

.menu_color .header_top .header_top_inner .pull-right .header_social li a {
    opacity: 1;
}


/* end top header*/

.menu_color .header_menu {
    background: #fff;
}

.menu_color .header_menu .navbar.navbar-default .nav.navbar-nav li a {
    background: transparent;
    color: #242424;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 0px;
    letter-spacing: .45px;
    line-height: 86px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.menu_color .header_menu .navbar.navbar-default .nav.navbar-nav li:hover>a,
.menu_color .header_menu .navbar.navbar-default .nav.navbar-nav li.active>a {
    color: #242424;
}

.menu_color .header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li a {
    color: #242424;
    opacity: .7;
}

.menu_color .header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li a:before {
    content: "";
    height: 40px;
    width: 40px;
    border: 1px solid #a3a3a3;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu_color .header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
    margin-right: 0px;
}

.menu_color .header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:hover a {
    color: #18ba60;
    opacity: 1;
}

.menu_color .header_menu.affix {
    background: #fff;
    -webkit-box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

/*.menu_color+section,
.menu_color+div,
.menu_color+.row {
    margin-top: 135px;
}*/

.header_top .header_top_inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    clear: both;
    overflow: hidden;
}

.header_top .header_top_inner .pull-left a {
    line-height: 48px;
    font-size: 15px;
    color: #fff;
    /*opacity: .60;*/
    font-family: "Open Sans", sans-serif;
    letter-spacing: .45px;
    margin-right: 22px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.header_top .header_top_inner a i {
    padding-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 44px;
}

.header_top .header_top_inner .pull-left a:last-child {
    margin-right: 0px;
}

.header_top .header_top_inner .pull-left a:nth-child(2) i {
    font-size: 15px;
}

.header_top .header_top_inner .pull-left a:hover {
    opacity: 1;
}

.header_social {
    padding-top: 8px;
}

.header_social li {
    display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 70px;
    text-align: center;
    line-height: 30px;
}

.header_social li a {
    font-size: 14px;
    color: #242424;
    opacity: .6;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.header_social li a.wht-col {
    font-size: 14px;
    color: #FFF;
    opacity: 9;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.header_social li:last-child {
    margin-right: 0px;
}

.header_social li:hover a {
    opacity: 1;
}

.header_menu .navbar.navbar-default {
    border-radius: 0px;
    background: transparent;
    border: none;
    text-align: right;
    margin-bottom: 0px;
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand {
    padding: 0px 0px 0px 15px;
    line-height: 75px;
    display: inline-block;
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
    display: inline-block;
    height: 100%;
}

.header_menu .navbar.navbar-default .nav.navbar-nav {
    float: none;
    display: inline-block;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li {
    float: none;
    display: inline-block;
    margin-right: 22px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
    float: none;
    display: inline-block;
    margin-right: 0px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a {
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 0px;
    letter-spacing: .45px;
    line-height: 85px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a,
.header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
    color: #E41937;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
    position: relative;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 992px) {
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu ul {
        position: absolute;
        top: 100%;
        left: -40px;
        min-width: 232px;
        background: #eeeeee;
        text-align: left;
        opacity: 0;
        -webkit-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
    }
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu ul:before {
    /*content: "";*/
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu ul li {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #cbcbcb;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu ul li a {
    line-height: 40px;
    color: #494848;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-size: 15px;
    padding: 0px 30px;
    text-transform: capitalize;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .sub-submenu ul li ul li {
    position: absolute;
    top: 24px;
    left: -10000px;
    z-index: 2;
    padding-top: 38px;
    min-width: 241px;
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: transition: left 0s 150ms, opacity 150ms linear, transform 150ms linear;
    transition: left 0s 150ms, opacity 150ms linear, transform 150ms linear;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .sub-submenu ul li ul li a {
    position: absolute;
    top: 24px;
    left: -10000px;
    z-index: 2;
    padding-top: 38px;
    min-width: 241px;
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: transition: left 0s 150ms, opacity 150ms linear, transform 150ms linear;
    transition: left 0s 150ms, opacity 150ms linear, transform 150ms linear;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu ul li:last-child {
    border-bottom: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu ul li:hover a {
    background: #000;
    color: #fff;
}

@media (min-width: 992px) {
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
        left: 0px;
        visibility: visible;
        opacity: 1;
    }
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li a {
    text-align: center;
    font-size: 14px;
    line-height: 85px;
    padding: 0px;
    position: relative;
    width: 40px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li a:before {
    content: "";
    height: 40px;
    width: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
    margin-right: 0px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .search_dropdown {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .search_dropdown .search {
    background: #fff;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    border-radius: 0px;
    width: 200px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .search_dropdown .search li .search-form {
    padding: 1px 10px 0px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .search_dropdown .search li .search-form .form-control {
    background: transparent;
    border: 0;
    font: 400 14px/31px "Open Sans", sans-serif;
    padding: 0px 0px 1px 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(64, 64, 64, 0.5);
    font-style: italic;
    text-shadow: none;
    border-radius: 0px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .search_dropdown .search li .search-form .form-control.placeholder {
    color: rgba(64, 64, 64, 0.5);
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .search_dropdown .search li .search-form .form-control:-moz-placeholder {
    color: rgba(64, 64, 64, 0.5);
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .search_dropdown .search li .search-form .form-control::-moz-placeholder {
    color: rgba(64, 64, 64, 0.5);
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .search_dropdown .search li .search-form .form-control::-webkit-input-placeholder {
    color: rgba(64, 64, 64, 0.5);
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .search_dropdown .search li .search-form .input-group-addon {
    background: transparent;
    border: 0px;
    padding: 0px;
    border-radius: 0px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .search_dropdown .search li .search-form .input-group-addon button {
    background: transparent;
    border: 0px;
    color: rgba(64, 64, 64, 0.5);
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .search_dropdown.open .search {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}


/* End Top Header css
============================================================================================ */


/* Header contact info css
============================================================================================ */

.header_c_info_area {
    overflow: hidden;
    clear: both;
}

.header_gray_info {
    overflow: hidden;
    clear: both;
    background: #38373d;
}

.header_gray_info .pull-left h5 {
    font-size: 16px;
    color: #E41937;
    line-height: 46px;
    font-weight: normal;
}

.header_gray_info .pull-right .header_social li a {
    color: #FFF;
    line-height: 30px;
    opacity: 1;
}

.header_gray_info .pull-right .header_social li:hover a {
    color: #fff;
}

.header_contact_details {
    padding: 32px 0px 30px 0px;
}

.header_contact_details .pull-right .media {
    display: inline-block;
    margin-right: 40px;
    margin-top: 0px;
}

.header_contact_details .pull-right .media .media-left {
    padding-right: 15px;
    vertical-align: middle;
}

.header_contact_details .pull-right .media .media-left i {
    font-size: 25px;
    color: #E41937;
}

.header_contact_details .pull-right .media .media-body {
    width: auto;
    vertical-align: middle;
}

.header_contact_details .pull-right .media .media-body h4 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #242424;
    letter-spacing: .45px;
    padding-bottom: 7px;
}

.header_contact_details .pull-right .media .media-body h5 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #767676;
    letter-spacing: .42px;
}

.header_contact_details .pull-right .media .media-body h5 a {
    color: #767676;
}

.header_contact_details .pull-right .media:last-child {
    margin-right: 0px;
}

.middle_menu_area {
    background: transparent;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 25;
}

.middle_menu_area .navbar.navbar-default {
    background: #213047;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav {
    margin-left: -15px;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li {
    margin-left: 40px;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li a {
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 0px;
    letter-spacing: .45px;
    line-height: 60px;
    font-weight: 600;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu {
    position: relative;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 992px) {
    .middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul {
        position: absolute;
        top: 100%;
        left: -40px;
        min-width: 232px;
        background: #eeeeee;
        text-align: left;
        opacity: 0;
        -webkit-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
    }
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li {
    display: block;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 1px solid #cbcbcb;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li a {
    line-height: 40px;
    color: #494848;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    padding: 0px 30px;
    text-transform: capitalize;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li:last-child {
    border-bottom: none;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li:hover a {
    background: #242424;
    color: #fff;
}

@media (min-width: 992px) {
    .middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
        left: 0px;
        visibility: visible;
        opacity: 1;
    }
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li a {
    background: #E41937;
    display: inline-block;
    padding: 0px 40px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li:hover a {
    background: transparent;
}

.middle_menu_area.affix {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #213047;
}


/* End Header contact info css
============================================================================================ */


/* End Header White Menu css
============================================================================================ */

.header_contact_content {
    clear: both;
    position: absolute;
    width: 100%;
    z-index: 25;
    top: 0px;
}

.header_contact_content .header_contact_logo {
    background: #fff;
}

.header_contact_content .header_contact_logo .header_logo_inner {
    border-bottom: 1px solid #FFF;
    padding: 30px 0px 28px 0px;
    overflow: hidden;
    clear: both;
}

.header_contact_content .header_contact_logo .pull-right .media {
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
}

.header_contact_content .header_contact_logo .pull-right .media .media-left {
    padding-right: 15px;
    vertical-align: middle;
}

.header_contact_content .header_contact_logo .pull-right .media .media-left i {
    font-size: 25px;
    color: #fff;
    background-color: #000;
    padding: 10px 10px;
    border-radius: 4px;
}

.header_contact_content .header_contact_logo .pull-right .media .media-body {
    width: auto;
}

.header_contact_content .header_contact_logo .pull-right .media .media-body h4 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #242424;
    letter-spacing: .45px;
    padding-bottom: 7px;
}

.header_contact_content .header_contact_logo .pull-right .media .media-body h5 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #767676;
    letter-spacing: .42px;
}

.header_contact_content .header_contact_logo .pull-right .media .media-body h5 a {
    color: #767676;
}

.header_contact_content .header_contact_logo .pull-right .media:first-child {
    margin-right: 43px;
}

.header_contact_content .header_contact_logo .pull-right .green_submit_btn {
    vertical-align: top;
    margin-left: 45px;
}

.header_contact_content.header_black_menu_area .header_contact_logo .header_logo_inner {
    border-bottom: none;
}

.header_contact_content+section,
.header_contact_content+div,
.header_contact_content+.row {
    margin-top: 166px;
}

.header_four_menu {
    background: #fff;
}

.header_four_menu .navbar.navbar-default {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    background: #E41937;
    padding: 0 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.header_four_menu .navbar.navbar-default .nav.navbar-nav {
    margin-left: -15px;
}

.header_four_menu .navbar.navbar-default .nav.navbar-nav li {
    margin-left: 40px;
}

.header_four_menu .navbar.navbar-default .nav.navbar-nav li a {
    background: transparent;
    color: #242424;
    font-size: 15px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    padding: 0px;
    letter-spacing: .45px;
    line-height: 63px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.header_four_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
    position: relative;
}

.header_four_menu .navbar.navbar-default .nav.navbar-nav li.submenu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.header_four_menu .navbar.navbar-default .nav.navbar-nav li.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 992px) {
    .header_four_menu .navbar.navbar-default .nav.navbar-nav li.submenu ul {
        position: absolute;
        top: 100%;
        left: -40px;
        min-width: 232px;
        background: #eeeeee;
        text-align: left;
        opacity: 0;
        -webkit-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
    }
}

.header_four_menu .navbar.navbar-default .nav.navbar-nav li.submenu ul li {
    display: block;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 1px solid #cbcbcb;
}

.header_four_menu .navbar.navbar-default .nav.navbar-nav li.submenu ul li a {
    line-height: 40px;
    color: #494848;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 15px;
    padding: 0px 30px;
    text-transform: capitalize;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
}

.header_four_menu .navbar.navbar-default .nav.navbar-nav li.submenu ul li:last-child {
    border-bottom: none;
}

.header_four_menu .navbar.navbar-default .nav.navbar-nav li.submenu ul li:hover a {
    background: #242424;
    color: #fff;
}

@media (min-width: 992px) {
    .header_four_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
        left: 0px;
        visibility: visible;
        opacity: 1;
    }
}

.header_four_menu .navbar.navbar-default .nav.navbar-nav li:first-child {
    margin-left: 0px;
}

.header_four_menu .navbar.navbar-default .nav.navbar-nav li:hover a,
.header_four_menu .navbar.navbar-default .nav.navbar-nav li.active a {
    color: #242424;
}

.header_four_menu .navbar.navbar-default .header_social {
    padding-top: 15px;
}

.header_four_menu .navbar.navbar-default .header_social.nav.navbar-nav.navbar-right li {
    margin-right: 10px;
    margin-left: 0px;
}

.header_four_menu .navbar.navbar-default .header_social.nav.navbar-nav.navbar-right li a {
    line-height: 30px;
    color: #FFF;
    font-size: 16px;
    opacity: 1;
}

.header_four_menu .navbar.navbar-default .header_social.nav.navbar-nav.navbar-right li:last-child {
    margin-right: 0px;
}

.header_four_menu.header_black_menu {
    background: #242424;
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav li a {
    color: #fff;
    position: relative;
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav li a:before {
    content: "";
    height: 26px;
    background: #454447;
    width: 1px;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav li:hover>a,
.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav li.active>a {
    color: #18ba60;
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav li:first-child a:before {
    display: none;
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav li.submenu ul li a:before {
    display: none;
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav .search_dropdown {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav .search_dropdown .search {
    background: #fff;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    border-radius: 0px;
    width: 200px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav .search_dropdown .search li .search-form {
    padding: 1px 10px 0px;
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav .search_dropdown .search li .search-form .form-control {
    background: transparent;
    border: 0;
    font: 400 14px/31px "Open Sans", sans-serif;
    padding: 0px 0px 1px 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(64, 64, 64, 0.5);
    font-style: italic;
    text-shadow: none;
    border-radius: 0px;
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav .search_dropdown .search li .search-form .form-control.placeholder {
    color: rgba(64, 64, 64, 0.5);
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav .search_dropdown .search li .search-form .form-control:-moz-placeholder {
    color: rgba(64, 64, 64, 0.5);
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav .search_dropdown .search li .search-form .form-control::-moz-placeholder {
    color: rgba(64, 64, 64, 0.5);
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav .search_dropdown .search li .search-form .form-control::-webkit-input-placeholder {
    color: rgba(64, 64, 64, 0.5);
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav .search_dropdown .search li .search-form .input-group-addon {
    background: transparent;
    border: 0px;
    padding: 0px;
    border-radius: 0px;
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav .search_dropdown .search li .search-form .input-group-addon button {
    background: transparent;
    border: 0px;
    color: rgba(64, 64, 64, 0.5);
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav .search_dropdown.open .search {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

.header_four_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li a:before {
    display: none;
}

.header_four_menu.affix {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    -webkit-box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
    background: #E41937;
}

.white_logo {
    display: none;
}


/* End Header White Menu css
============================================================================================ */


/*---------------------------------------------------- */


/*----------------------------------------------------*/


/* Slider area css
============================================================================================ */

.main_slider_area {
    position: relative;
}

.main_slider_area .rev_slider ul li .slider_text_box .first_text {
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.main_slider_area .rev_slider ul li .slider_text_box .first_text_2 {
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    background-color: #f2f2f2;
}

.main_slider_area .rev_slider ul li .slider_text_box .secand_text {
    color: #fff;
    font-family: "Roboto", sans-serif;
    letter-spacing: .54px;
}

.main_slider_area .rev_slider ul li .slider_text_box .slider_button .main_btn {
    margin-right: 15px;
    width: 165px;
    height: 48px;
    padding: 0px;
    line-height: 46px !important;
    text-align: center !important;
    display: inline-block;
}

.main_slider_area .rev_slider ul li .slider_text_box .slider_button .main_b_btn {
    padding: 0px 35px;
    width: 165px;
    height: 48px;
    padding: 0px;
    line-height: 46px !important;
    text-align: center !important;
    display: inline-block;
}

.main_btn {
    display: inline-block;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    height: 48px;
    padding: 0px 30px;
    line-height: 46px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    letter-spacing: .28px;
    text-align: center;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.main_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFCE2E;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #000;
}

.main_btn:hover {
    color: #fff;
}

.main_btn:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main_b_btn {
    display: inline-block;
    height: 48px;
    background-color: #FFCE2E;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #FFCE2E;
    text-align: center;
    padding: 0px 30px;
    -webkit-transition: all 300ms linear !important;
    -o-transition: all 300ms linear !important;
    transition: all 300ms linear !important;
    line-height: 46px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .28px;
    position: relative;
    z-index: 2;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.main_b_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #FFF;
}

.main_b_btn:hover {
    border-color: #000;
    color: #fff;
}

.main_b_btn:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/* End Slider area css
============================================================================================ */


/*---------------------------------------------------- */


/*----------------------------------------------------*/

#welcome-area {
    position: relative;
    padding: 93px 0 50px;
}

#welcome-area .sec_middle_title {
    padding-bottom: 60px;
}

#welcome-area .text_area {
    width: 100%;
    float: left;
    padding-top: 50px;
}

#welcome-area .text_area p {
    font-size: 16px;
    padding-right: 55px;
    color: #000;
}

a.brochure-btn {
    background-color: #000;
    border-radius: 6px;
    width: 100%;
    float: left;
    border-radius: 0;
    margin-left: 10%;
    margin-top: 0%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

a.brochure-btn .left-col {
    width: 70%;
    float: left;
}

a.brochure-btn .brucher-text {
    float: left;
    padding: 16px 0;
    color: #FFF;
    /*padding: 25px 0 25px 37px;*/
}

a.brochure-btn .brucher-text h4 {
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
}

a.brochure-btn .brucher-text p {
    color: #FFF;
    font-size: 14px;
    margin: 0;
}

a.brochure-btn .fa-file-text {
    font-size: 40px;
    color: #000;
    padding: 22px 25px;
    background-color: #E41937;
    border-radius: 0;
    float: left;
    margin-right: 20px;
    border-top-left-radius: 4px;
}

a.brochure-btn .btn-dwnlod {
    width: 30%;
    float: right;
    padding: 28px 0 27px 37px;
    background-color: #E41937;
    font-size: 20px;
    color: #000;
    border-radius: 0;
    font-weight: 600;
    border-top-right-radius: 4px;
}


/* End service section css*/

#services {
    width: 100%;
    background-color: #efefef;
    /*top: -220px;
  position: relative;*/
}

#services .section-title h1 {
    margin: 0px 0 10px 0;
    padding: 0;
    color: #000;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
}

#services .section-title p {
    font-size: 24px;
    font-weight: 100;
}

.service-bx {
    width: 100%;
    margin-top: 36px;
}

.service-bx .service-img-holder {
    height: 250px;
    overflow: hidden;
}

#services .content-bx {
    background-color: #FCFCFC;
    padding: 0 15px 30px;
}

#services .content-bx h3 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    padding: 20px 0 20px 0;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

#services .content-bx p {
    color: #969696;
    font-weight: normal;
    margin: 0;
    text-align: left;
}

.circle-title-col {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.circle-title {
    float: left;
}

.circle-title h2 {
    color: #FFF;
    padding-top: 40px;
    font-weight: bold;
    text-align: left;
    font-size: 28px;
    padding-left: 33px;
    position: relative;
    z-index: 1;
}

.circle-title h2 span {
    padding-left: 18px;
    color: #000;
}

.circle-title-col::before {
    width: 114px;
    height: 114px;
    border-radius: 50%;
    padding: 15px;
    box-shadow: -4px 0px 5px #dedddd;
    float: left;
    content: "";
    position: absolute;
}

.outer-circle::after {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #E41937;
    padding-top: 8px;
    content: "";
    position: absolute;
    top: 14px;
    left: 29px
}

.inner-circle h2 {
    color: #E41937;
    line-height: 68px;
    font-weight: bold;
    text-align: center;
}

a.inner-circle::before {
    background: #ff9600;
    width: 205px;
    height: 205px;
    border-radius: 50%;
}


/* Start*/

.about-link {
    padding-top: 0px;
    float: left;
    margin-top: 25px;
}

.about-link .area-widget {
    background-color: transparent;
    float: left;
}

.about-link .area-widget ul {}

.about-link .area-widget li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 16px;
    color: #FBA819;
    text-transform: capitalize;
    margin: 0;
    padding: 10px 6px;
    float: none;
}

.about-link .area-widget li a {
    color: #000;
}

.about-link .area-widget li a::before {
    content: '\f00c';
    font-family: 'fontawesome';
    margin-right: 12px;
    font-size: 14px;
    color: #FFF;
    background-color: #000;
    padding: 5px;
    border-radius: 50%;
}

.cn-mn {
    width: 209px;
}

.cn-mn img {
    bottom: -89px;
    position: absolute;
    right: 0;
}

#sub-heading {
    background: #FFF;
    z-index: 20;
    height: 180px;
    margin-top: 100px;
    position: relative;
}

#sub-heading .container {
    position: relative;
    z-index: 9999;
}

#sub-heading::before {
    content: '';
    width: 40%;
    height: 100%;
    position: absolute;
    background: #FFF;
    background-size: auto auto;
    background-size: cover;
    background-position: center left;
    top: 0;
    left: 0;
    z-index: 2;
}

#sub-heading::after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background-color: #000;
    /*background: #1e72ba;*/
    background-size: cover;
    background-position: center left;
    top: 0;
    right: 0;
    z-index: -1;
}


/* start  */

#feature {
    overflow: hidden;
    margin-top: 0px;
    background-position: right center;
    background-repeat: no-repeat;
}

#feature .has-skew {
    padding: 77px 0;
}

#feature .has-skew::before {
    content: ' ';
    width: 1200px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #E41937;
    background-size: auto auto;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 0;
    transform: skew(-22deg);
    border: 12px solid #000;
}

#feature .icon {
    float: left;
    height: 80px;
    margin-right: 20px;
    text-align: center;
    width: 80px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #fff;
    line-height: 80px;
    font-size: 44px;
    color: #1b529f;
}

#feature .text-box {}

#feature .sep {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #dd4a58;
    border-bottom: 1px solid #dd4a00;
    position: relative;
    width: 90%;
}

#feature .text-box .title-box h2 {
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

#feature .text-box .text {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3em;
    display: table;
    padding-right: 100px;
}


/* service Box area css
============================================================================================ */

.service_box_area {
    padding: 92px 0px;
}

.service_box_area .sec_middle_title {
    padding-bottom: 60px;
}

.service_box_item .service_image {
    overflow: hidden;
    position: relative;
    display: block;
}

.service_box_item .service_image:before {
    content: "";
    background: rgba(228, 25, 55, 0.8);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    display: block;
}

.service_box_item .service_image img {
    max-width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.service_box_item .service_text {
    border-left: 3px solid #E41937;
    padding-left: 15px;
    margin-top: 0px;
    background-color: #F8F8F8;
    padding: 25px 15px 20px;
    /* display: table; */
}

.products_box_item_digood .service_text {
    border-left: 0px;
    padding: 15px 15px 10px;
}

.service_box_item .service_text h4 {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #242424;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4em;
    height: 3em;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: .32px;
    padding-bottom: 8px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.service_box_item .service_text h4:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 5px;
}

.service_box_item .service_text p {
    font-size: 16px;
    color: #414141;
    font-weight: 400;
    letter-spacing: .34px;
}

.service_box_item:hover .service_image:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.service_box_item:hover .service_image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


/* End service Box css
============================================================================================ */


/* start service_area_2 section css*/

.service_area_2 {
    padding: 100px 0;
}

.service_area_2 .sec_middle_title {
    padding-bottom: 60px;
}

.service_area_2 .plr-none {
    padding-left: 0;
    padding-right: 0;
}

.service_area_2 .img-bx {
    float: left;
    width: 300px;
}

.service_area_2 .text-bx {
    padding: 37px 20px 0px 20px;
    width: 300px;
    height: 300px;
    float: left;
}

.service_area_2 .text-bx h3 {
    padding-bottom: 15px;
    /*font-size: 22px;*/
}

.service_area_2 .text-bx p {}

.service_area_2 .text-bx .fa {
    color: #FFF;
    font-size: 24px;
    margin-top: 20px;
}

.service_area_2 .text-bx.black {
    background-color: #000;
    color: #FFF !important;
}

.service_area_2 .text-bx.yellow {
    background-color: #E41937;
    color: #000 !important;
}


/* Start Project Slider*/

#project {
    padding: 0 0 30px;
}

/* #project .sec_middle_title h2 {
    color: #FFF;
}

#project .sec_middle_title h2:before {
    background-color: #FFF;
} */

#project .sec_middle_title {
    padding-bottom: 20px;
}

#project .col-lg-3 {
    padding-left: 0px;
    padding-right: 10px;
}

#project .col-lg-3:last-child {
    padding-right: 0;
}

#project .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
    text-align: center;
}

#project .owl-prev {
    color: #FFF;
    font-size: 20px;
    margin: 5px;
    padding: 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    width: 37px;
    height: 37px;
    border: 1px solid #FFF;
    line-height: 35px;
}

#project .owl-next {
    color: #FFF;
    font-size: 20px;
    margin: 5px;
    padding: 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    width: 37px;
    height: 37px;
    border: 1px solid #FFF;
    line-height: 35px;
}

#project .owl-prev:hover {
    background-color: #E41937;
    border: 1px solid #E41937;
    color: #000;
}

#project .owl-next:hover {
    background-color: #E41937;
    border: 1px solid #E41937;
    color: #000;
}


/*End Project Slider*/


/* Start about section*/

.why-choose-area {
    position: relative;
    padding: 95px 0 100px;
}

.why-choose-area .text_area {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.video-bx {}

.video-image-box {
    position: relative;
}

.video-image-box .image {
    position: relative;
    border: 4px solid #e7e4e4;
}

.video-image-box img {
    display: block;
    width: 100%;
}

.video-image-box .image .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.video-image-box .image .overlay-link:hover {}

.video-image-box .image .overlay-link .icon-border {
    border: 6px solid #E41937;
    width: 100px;
    height: 100px;
    background-color: transparent;
    padding: 5px;
    border-radius: 50%;
    margin: 23% auto 0 auto;
}

.video-image-box .image .overlay-link .icon {
    width: 78px;
    height: 78px;
    line-height: 84px;
    font-size: 35px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    padding-left: 8px;
}

.quote-form {}

.quote-form .widget-title {
    background: #000 none repeat scroll 0 0;
    border-bottom: 0 solid #ffab1f;
    border-left: 5px solid #E41937;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.5;
    padding: 5px 15px;
    position: relative;
    margin-bottom: 20px;
}

.quote-form .widget-title::after {
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #000;
    bottom: -20px;
    content: "";
    display: block;
    height: 21px;
    left: 5%;
    margin: 0 auto;
    position: absolute;
    width: 13px;
    z-index: 1;
}

.quote-form input[type="text"],
input[type="email"],
input[type="button"] {
    margin-bottom: 10px;
}


/* End quote-form*/


/* ==============================
  Testimonials styles
============================== */

#testimonials {
    background-color: #f2f2f2;
    background-size: cover;
    position: relative;
    padding: 94px 0;
}

#testimonials .sec_middle_title {
    padding-bottom: 60px;
}

#testimonials .container {
    position: relative;
    z-index: 3
}

#testimonials .text-box {
    vertical-align: middle;
    display: table-cell !important;
    /*border: 1px solid #2f538a;*/
    padding: 50px 20px 50px;
    background-color: #FFF;
    box-shadow: 0 4px 6px 0px rgba(204, 204, 204, 1);
    height: 370px;
}

#testimonials .quote-icon {
    width: 50px;
    background-color: #000;
    margin: auto;
    font-size: 25px;
    color: #E41937;
    position: relative;
    top: 23px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    height: 50px;
}

#testimonials .quote-icon .fa {}

#testimonials .text-box p {
    color: #656565;
    font-size: 16px;
    font-style: italic;
    padding: 0;
    line-height: 30px;
    text-align: center;
    position: relative;
}

#testimonials p.name {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #000;
}

#testimonials p.name span {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

#testimonials .client-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #FFF;
    margin: auto;
    top: -20px;
    position: relative;
}

#testimonials .owl-theme .owl-dots .owl-dot span {
    border: 2px solid #000;
    background-color: transparent;
    width: 12px;
    height: 12px;
}

#testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonial-box.with-carousel .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #000;
    background-color: #000;
}

#testimonials .item {
    padding-bottom: 0px;
}


/* Our Workers Area css
============================================================================================ */

.our_team_area {
    background: #242424;
    background: url(../images/team-bg.jpg);
    background-size: cover;
    padding: 100px 0px;
}

.our_team_area .sec_middle_title {
    padding-bottom: 60px;
}

.our_team_area .sec_middle_title h2 {
    color: #FFF;
}

.our_team_area .sec_middle_title h2::before {
    background: #FFF;
}

.workers_item {
    text-align: center;
}

.workers_item .workers_img {
    position: relative;
    z-index: 2;
    height: 270px;
    /* width: 202px;
    border-radius: 50%; */
    margin: auto;
}

/* .workers_item .workers_img img {
    border: 4px solid #FFF;
} */

/* .workers_item .workers_img:before {
    content: "";
    background: rgb(255, 206, 48, 0.9);
    position: absolute;
    border: 4px solid #FFF;
    left: 0px;
    top: 0px;
    height: 182px;
    width: 182px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
} */

.workers_item{
    margin-bottom: 4rem;
}

.workers_item .workers_img ul {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.workers_item .workers_img ul li {
    display: inline-block;
    margin-right: 4px;
}

.workers_item .workers_img ul li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-right: 0px;
    width: 36px;
    height: 36px;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 70px;
    text-align: center;
    line-height: 36px;
}

.workers_item .workers_img ul li:last-child {
    margin-right: 0px;
}

.workers_item h4 {
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    padding: 25px 0px 8px 0px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.workers_item h6 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .45px;
    color: #FFF;
}

.workers_item:hover h4 {
    color: #E41937;
}

/*.workers_item:hover .workers_img:before {
    opacity: 1;
}*/

.workers_item:hover .workers_img ul {
    opacity: 1;
}


/* End Our Workers Area css
============================================================================================ */


/*---------------------------------------------------- */


/*----------------------------------------------------*/


/* Latest News area css
============================================================================================ */

.latest_news_area {
    padding: 100px 0px;
}

.latest_news_area .sec_middle_title {
    padding-bottom: 60px;
}

.latest_n_item .l_n_image {
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.latest_n_item .l_n_image:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.latest_n_item .l_n_image img {
    max-width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.latest_n_item .l_n_image .date {
    z-index: 3;
}

.latest_n_item .ctn_bx {
    box-shadow: 0px 4px 16px 0px rgba(204, 204, 204, 1);
    padding: 20px;
}

.latest_n_item .ctn_bx h4 {
    font-size: 18px;
    line-height: 26px;
    color: #242424;
    font-weight: bold;
    letter-spacing: .36px;
    padding: 20px 0px 15px 0px;
}

.latest_n_item .ctn_bx p {
    font-size: 15px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .30px;
    padding-bottom: 20px;
}

.latest_n_item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.latest_n_item:hover:before {
    opacity: 1;
}

.date {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 63px;
    width: 63px;
    background: #E41937;
    text-align: center;
    color: #000;
}

.date h5 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: .66px;
    padding-top: 11px;
    line-height: 22px;
    color: #fff;
}

.date h5 span {
    font-size: 16px;
    line-height: 16px;
}


/* End Latest News area css
============================================================================================ */


/* Get In Consultation Area css
============================================================================================ */

.get_consult_area {
    background: #E41937;
    padding: 29px 0px;
}

.get_consult_area .pull-left h3 {
    font-size: 28px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .64px;
    padding-top: 15px;
    padding-left: 60px;
}
.get_consult_area .pull-left h3 a{
    color: #fff;
}
.get_consult_area .pull-left h3 a:hover{
    text-decoration: underline;
}
.get_consult_area .pull-right {
    position: relative;
    left: -60px;
}

.get_consult_area .pull-right .submit_btn {
    width: 236px;
    font-size: 16px;
}


/* End Get In Consultation Area css
============================================================================================ */


/* start clients css */

#clients {
    padding: 0px 0;
    background-color: #f2f2f2;
}

#clients .owl-carousel {
    padding: 0 70px;
    position: relative;
}

#clients .container .item {
    height: 145px;
    line-height: 145px;
}

#clients .container .item img {
    transition: all 0.3s ease 0s;
    display: inline;
}

#clients .container .owl-theme .owl-controls {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#clients .container .owl-theme .owl-nav {
    margin: 0;
}

#clients .container .owl-theme .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#clients .container .owl-prev {
    left: 0px;
    position: absolute;
    top: 0;
    line-height: 145px;
}

#clients .container .owl-theme .owl-nav div .fa {
    color: #b9b9b9;
    font-size: 30px;
}

#clients .container .owl-theme .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#clients .container .owl-next {
    position: absolute;
    right: 0px;
    top: 0;
    line-height: 145px;
}

#clients .container .owl-theme .owl-nav div .fa {
    color: #b9b9b9;
    font-size: 30px;
}


/* Footer Area css
============================================================================================ */
/* 
.footer_area {
    background: #0e0e0e;
    padding-top: 80px;
}

.footer_widget {
    padding-bottom: 50px;
}

.f_widget {}

.f_widget .link_widget {}

.f_widget.padd-l-60 {
    padding-left: 60px;
}

.f_title {
    padding-bottom: 25px;
}

.f_title h3 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .32px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
}

.f_title h3:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #E41937;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.about_widget img {
    max-width: 235px;
}

.about_widget p {
    font-size: 16px;
    line-height: 24px;
    color: #c5c5c5;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .48px;
    padding: 25px 0px 15px 0px;
}

.about_widget .f_r_link {
    font-size: 15px;
    color: #E41937;
}

.about_widget .f_r_link:hover {
    text-decoration: underline;
}

.f_social {
    margin-top: 35px;
}

.f_social li {
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 70px;
    text-align: center;
    line-height: 36px;
}

.f_social li a {
    color: #E41937;
    font-size: 16px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.f_social li:last-child {
    margin-right: 0px;
}

.f_social li a:hover {
    color: #FFF;
    width: 36px;
    height: 36px;
    border-radius: 70px;
}

.link_widget ul li {
    margin-bottom: 5px;
}

.link_widget ul li a {
    font-size: 16px;
    color: #c5c5c5;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .32px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.link_widget ul li:last-child {
    margin-bottom: 0px;
}

.link_widget ul li:hover a {
    color: #E41937;
}

.contact_widget .contact_inner .media {
    margin-top: 15px;
}

.contact_widget .contact_inner .media:first-child {
    margin-top: 0px;
}

.contact_widget .contact_inner .media .media-left {
    padding-right: 20px;
}

.contact_widget .contact_inner .media .media-left i {
    font-size: 22px;
    color: #E41937;
}

.contact_widget .contact_inner .media .media-body h4 {
    font-size: 16px;
    font-weight: bold;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: .32px;
}

.contact_widget .contact_inner .media .media-body p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 24px;
}

.contact_widget .contact_inner .media .media-body a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 24px;
}

.contact_widget .contact_inner .media:nth-child(2) .media-body a {
    color: #c5c5c5;
    font-size: 18px;
}

.footer_copyright .footer_copyright_inner {
    overflow: hidden;
    clear: both;
    border-top: 1px solid #4a4a4a;
}

.footer_copyright .footer_copyright_inner .pull-left {
    padding-left: 30px;
    float: none !important;
    text-align: center;
}

.footer_copyright .footer_copyright_inner .pull-left p {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 70px;
}

.footer_copyright .footer_copyright_inner .pull-right {
    padding-right: 30px;
}

.footer_copyright .footer_copyright_inner .pull-right h4 {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 70px;
    font-weight: normal;
}

.footer_copyright .footer_copyright_inner .pull-right h4 a {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    font-weight: normal;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.footer_copyright .footer_copyright_inner .pull-right h4:hover a {
    color: #E41937;
} */


/* End Footer Area css
============================================================================================ */


.page-container{
    max-width: 1300px;
    margin: 0 auto;
    width: 90%;
}

.big-container{
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}
/*
new-footer
*/
.new-footer {
    background-color: #f3f3f3;
  }
  .ft-top-wrap .container{
      padding-left: 0;
      padding-right: 0;
  }
  
  .new-footer .ft-bottom {
    font-size: 13px;
    color: #252b3a;
    opacity: .8;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .ft-top-wrap {
    overflow: hidden;
    padding-top: 73.008px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ewm {
    float: left;
    margin-left: 3%;
  }
  
  .ewm p {
    font-size: 14px;
    color: #222;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
  }
  
  .call {
    margin-left: 2rem;
    float: right;
  }
  
  .call p {
    font-size: 18px;
  }
  
  .call p img {
    vertical-align: top;
  }
  
  .call h4 {
    font-size: 26px;
    color: #f70124;
    margin-top: 16px;
      width: 200px;
  }
  
  .call .btn1 {
    width: 154px;
    height: 30px;
    background: #222;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 50px;
    margin-top: 14px;
  }
  
  .call .btn1 img {
    vertical-align: top;
    margin-top: 7px;
    margin-right: 10px;
  }
  
  .call .btn1 a {
    color: #fff;
  }
  .ft-top-wrap .ft-l {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ft-top-wrap .ft-r {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 0;
  }
  
  .ft-top-wrap .ft-r {
    margin-left: 61.008px;
  }
  
  .ft-top-wrap .ft-r .ft-r-wrap {
    padding-left: 57.008px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
 .ft-bottom a{
    transition: all 0.3s;
    color: #333;
 } 
  .ml-10 {
    margin-left: 10px;
}
  .ft-list h4 a{
      display: block;
    margin-bottom: 12.8px;
    font-size: 16px;
    font-weight: bold;
    color: #252b3a;
  }
  
  .ft-list nav a {
    display: block;
    font-size: 14px;
    color: #252b3a;
    opacity: 0.75;
    line-height: 30px;
  }
  
  .ft-list nav a:hover {
    color: #e6213d;
  }
  
  .ft-r-r .ft-r-logo {
    margin-bottom: 27.008px;
    width: 183.008px;
  }
  
  .ft-r-r .p1 {
    margin-bottom: 9px;
    color: #252b3a;
  }
  
  .ft-r-r .p2 {
    margin-bottom: 9px;
    font-size: 24px;
  }
  
  .ft-r-r .p2 i {
    display: inline-block;
    margin-right: 3px;
    width: 16px;
    height: 21px;
    vertical-align: middle;
    background: url("../images/new2/icon_tel.png") no-repeat;
  }
  
  .ft-r-r .p3 {
    font-size: 14px;
    color: #252b3a;
    opacity: 0.75;
  }
  
  .ft-r-r div {
    margin: 1.625*16 0;
  }
  
  .ft-r-r div a {
    display: inline-block;
    margin-top: 9px;
    font-size: 14px;
    color: #252b3a;
    opacity: 0.75;
  }
  
  .ft-r-qrcode {
    margin-left: 52px;
    font-size: 13px;
    text-align: center;
    color: #252b3a;
    opacity: 0.75;
  }
  
  .ft-r-qrcode img {
    margin-bottom: 10px;
    width: 93px;
  }
  
  @media screen and (max-width: 1080px) {
    .ft-top-wrap .ft-l {
      display: none;
    }
    .ft-top-wrap {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
              padding-top: 41.008px;
              padding-bottom: 8px;
    }
    .ft-top-wrap .ft-r {
      margin-left: 0;
    }
    .ft-top-wrap .ft-r .ft-r-wrap {
      border-left: 0;
      padding-left: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  @media screen and (max-width: 767px) {
    .new-footer .ft-bottom {
      padding: 24px 0;
      height: auto;
      line-height: 1.5;
    }
  }


/*---------------------------------------------------- */


/* start faq page css*/

.faq_ques .panel.panel-default {
    border-radius: 0px;
    border-color: #dedede;
    margin-top: 10px;
}

.faq_ques .panel.panel-default:first-child {
    margin-top: 0px;
}

.faq_ques .panel.panel-default .panel-heading {
    padding: 0px;
    border-radius: 0px;
}

.faq_ques .panel.panel-default .panel-heading .panel-title a {
    line-height: 52px;
    padding: 0px 15px;
    background: #fff;
    display: block;
    font-size: 18px;
    color: #242424;
    letter-spacing: .54px;
    background-color: #eaeaea;
    font-weight: bold;
}

.faq_ques .panel.panel-default .panel-heading .panel-title a i {
    height: 28px;
    width: 28px;
    text-align: center;
    background: transparent;
    display: inline-block;
    line-height: 28px;
    color: #FFF;
    font-size: 10px;
    margin-right: 20px;
    background: #000;
    margin-top: 14px;
    float: right;
}

.faq_ques .panel.panel-default .panel-heading .panel-title a .fa-plus {
    display: none;
}

.faq_ques .panel.panel-default .panel-heading .panel-title a .fa-minus {
    display: inline-block;
    background: #000;
    color: #fff;
    float: right;
}

.faq_ques .panel.panel-default .panel-heading .panel-title a.collapsed .fa-plus {
    display: inline-block;
}

.faq_ques .panel.panel-default .panel-heading .panel-title a.collapsed .fa-minus {
    display: none;
}

.faq_ques .panel.panel-default .panel-collapse .panel-body {
    border-top: 0px;
    padding: 15px 15px 15px 15px;
    font-size: 15px;
    line-height: 26px;
    color: #000;
    letter-spacing: .45px;
    font-family: "Open Sans", sans-serif;
}


/* End faq page css
============================================================================================ */


/* Partner Logo area css
============================================================================================ */

.partner_area {
    background: #eeeeee;
}


/* End Partner Logo area css
============================================================================================ */


/* Our Services area css
============================================================================================ */

.service_area {
    padding: 100px 0px;
}

.service_area .section_title {
    padding-bottom: 30px;
}

.service_item_inner {
    margin-bottom: -60px;
    overflow: hidden;
    clear: both;
}

.service_item_inner .service_box_item {
    margin-bottom: 60px;
}


/* start project Details*/

.project_detail_area {
    padding: 100px 0;
}

.project_detail_area .project_detail_row {
    margin-bottom: 30px;
    float: left;
}

.project_detail_area .project_detail_content {}

.project_detail_area .project_detail_content h2 {
    color: #242424;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.project_detail_area .project_detail_content p {
    font-size: 18px;
    color: #333;
}

.project_pagination {
    margin-top: 50px;
}

.project_pagination .pagination {
    margin: 0px;
}

.project_pagination .pagination li {
    margin-right: 8px;
    display: inline-block;
}

.project_pagination .pagination li a {
    border: 1px solid #d4d4d4;
    padding: 8px 15.5px;
    border-radius: 0px !important;
    font-size: 18px;
    color: #242424;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.project_pagination .pagination li a:focus {
    background: #E41937;
    color: #000;
    border-color: #E41937;
}

.project_pagination .pagination li:last-child {
    margin-right: 0px;
}

.project_pagination .pagination li:hover a,
.project_pagination .pagination li.active a {
    background: #000;
    border-color: #000;
    color: #fff;
}


/* End project detaial page css*/


/* Contact Us Area css
============================================================================================ */

.contact_us_area {
    padding: 100px 0px;
}

.contact_us_area .contact_us_inner {}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-group input {
    border: 1px solid #dedbdb;
    border-radius: 0px;
    background: #f2f2f2;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 24px;
    outline: none;
    font-size: 17px;
    color: #797979;
    letter-spacing: .51px;
}

.contact-form .form-group input.placeholder {
    font-size: 17px;
    color: #797979;
    letter-spacing: .51px;
}

.contact-form .form-group input:-moz-placeholder {
    font-size: 17px;
    color: #797979;
    font-family: "Lato", sans-serif;
    letter-spacing: .51px;
}

.contact-form .form-group input::-moz-placeholder {
    font-size: 17px;
    color: #797979;
    font-family: "Lato", sans-serif;
    letter-spacing: .51px;
}

.contact-form .form-group input::-webkit-input-placeholder {
    font-size: 17px;
    color: #797979;
    font-family: "Lato", sans-serif;
    letter-spacing: .51px;
}

.contact-form .form-group input:focus {
    border-color: #dedede;
}

.contact-form .form-group label {
    font-size: 14px;
    color: #797979;
    letter-spacing: .51px;
    font-weight: normal;
    margin-bottom: 0px;
}

.contact-form .form-group textarea {
    border: 1px solid #dedede;
    border-radius: 0px;
    background: #f2f2f2;
    height: 203px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 24px;
    outline: none;
    font-size: 17px;
    color: #797979;
    letter-spacing: .51px;
    resize: none;
}

.contact-form .form-group textarea.placeholder {
    font-size: 17px;
    color: #797979;
    letter-spacing: .51px;
}

.contact-form .form-group textarea:-moz-placeholder {
    font-size: 17px;
    color: #797979;
    letter-spacing: .51px;
}

.contact-form .form-group textarea::-moz-placeholder {
    font-size: 17px;
    color: #797979;
    letter-spacing: .51px;
}

.contact-form .form-group textarea::-webkit-input-placeholder {
    font-size: 17px;
    color: #797979;
    letter-spacing: .51px;
}

.contact-form .form-group textarea:focus {
    border-color: #dedbdb;
}

.contact-form .form-group:last-child {
    margin-bottom: 0px;
    margin-top: 20px;
}

.contact_us_details {
    padding-top: 0px;
}

.contact_us_details .row .col-md-4:nth-child(2) .c_details_item .media .media-left i {
    font-size: 23px;
}

.c_details_item {
    background: transparent;
    border: 1px solid #e5e5e5;
    padding: 28px 30px;
}

.c_details_item .media .media-left {
    padding-right: 30px;
    vertical-align: middle;
}

.c_details_item .media .media-left i {
    height: 50px;
    width: 50px;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.c_details_item .media .media-body p {
    max-width: 185px;
    font-size: 17px;
    color: #a0a0a0;
    letter-spacing: .34px;
    line-height: 22px;
}

.c_details_item .media .media-body a {
    display: block;
    font-size: 17px;
    color: #a0a0a0;
    letter-spacing: .34px;
}

.map_area .mapBox {
    height: 440px;
}


/* Banner Area css
============================================================================================ */

.banner_area_plane {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 440px;
    position: relative;
    z-index: 2;
}

.banner_area_plane:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: -1;
}

.banner_area_plane .banner_content h3 {
    padding-top: 200px;
    color: #fff;
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    display: none;
}

.banner_link {
    background: #f1f1f1;
    border-bottom: 1px solid #d3d3d3;
}

.banner_link .b_crum_link_inner a {
    font-size: 16px;
    color: #242424;
    font-family: "Lato", sans-serif;
    letter-spacing: .32px;
    margin-right: 25px;
    line-height: 60px;
    position: relative;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.banner_link .b_crum_link_inner a:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #242424;
}

.banner_link .b_crum_link_inner a:last-child {
    margin-right: 0px;
}

.banner_link .b_crum_link_inner a:first-child:before {
    display: none;
}

.banner_link .b_crum_link_inner a:hover,
.banner_link .b_crum_link_inner a.active {
    color: #242424;
}


/*----------------------------------------------------*/


/* Banner Area css
============================================================================================ */

.banner_area {
    background: url(../images/banner-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    min-height: 352px;
    position: relative;
    z-index: 2;
}

.banner_area:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner_area .banner_content h3 {
    padding-top: 215px;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
}

.banner_link {
    background: #d5d5d5;
    border-bottom: 1px solid #d3d3d3;
}

.banner_link .abnner_link_inner a {
    font-size: 16px;
    color: #242424;
    letter-spacing: .32px;
    margin-right: 25px;
    line-height: 60px;
    position: relative;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.banner_link .abnner_link_inner a:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #242424;
}

.banner_link .abnner_link_inner a:last-child {
    margin-right: 0px;
}

.banner_link .abnner_link_inner a:first-child:before {
    display: none;
}

.banner_link .abnner_link_inner a:hover,
.banner_link .abnner_link_inner a.active {
    color: #242424;
}


/* End Banner Area css
============================================================================================ */


/*---------------------------------------------------- */


/*----------------------------------------------------*/


/* Our Abour Area css
============================================================================================ */

.our_about_area {
    padding: 100px 0px;
}

.our_about_left_content {
    padding-right: 10px;
}

.our_about_left_content .section_title {
    padding-bottom: 30px;
}

.our_about_left_content h3 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: .44px;
    color: #242424;
    font-family: "Lato", sans-serif;
}

.our_about_left_content h2 {
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #242424;
}

.our_about_left_content p {
    font-size: 16px;
    color: #898989;
}

.our_about_image {
    box-shadow: 0 0px 17px #d2cfcf;
    background-color: #FFF;
    padding: 6px;
}

.image_thumb {
    overflow: hidden;
    /*display: inline-block;*/
    position: relative;
    z-index: 3;
    cursor: pointer;
    box-shadow: 0 0px 17px #d2cfcf;
    background-color: #FFF;
    padding: 6px;
}

.image_thumb:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    cursor: pointer;
}

.image_thumb img {
    max-width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.image_thumb:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.image_thumb:hover:before {
    opacity: 1;
}


/* End Our Abour Area css
============================================================================================ */


/* Manager Area css
============================================================================================ */

.manager_area {
    padding: 100px 0;
    background-color: #f2f2f2;
}

.manager_area .sec_middle_title {
    padding-bottom: 40px;
}

.manager_area .our_about_left_content {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: #FFF;
}

.manager_area .our_about_left_content p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    letter-spacing: .34px;
    font-family: "Lato", sans-serif;
    padding-top: 30px;
    text-align: center;
    font-weight: 300;
}

.manager_area .our_about_left_content .fa-quote-left {
    color: #141111;
    margin: auto;
    display: table;
    font-size: 44px;
}

.manager_area .our_about_left_content h3 {
    text-align: center;
    color: orange;
    font-size: 20px;
    display: table;
    margin: auto;
}

.manager_area .our_about_left_content h5 {
    font-size: 14px;
    color: #717070;
    text-align: center;
}

.manager_area .our_about_left_content .section_title {
    padding-bottom: 20px;
}

.manager_area .our_about_left_content img {
    padding-top: 10px;
}

.manager_image {
    margin-right: -50px;
}

.manager_image img {
    max-width: 100%;
    margin-bottom: -76px;
}


/* End Manager Area css
============================================================================================ */


/* Error Area css
============================================================================================ */

.error_area {
    background: url(../images/error-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.error_area:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.error_area .error_content_inner {
    padding-top: 150px;
    padding-bottom: 145px;
    text-align: center;
}

.error_area .error_content_inner h1 {
    font-size: 200px;
    color: #FFF;
    font-weight: 800;
}

.error_area .error_content_inner h3 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.5px;
}

.error_area .error_content_inner h5 {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    letter-spacing: .75px;
    padding-top: 15px;
    padding-bottom: 50px;
}

.error_area .error_content_inner .submit_btn {
    width: 310px;
    height: 74px;
    line-height: 74px;
    font-size: 22.75px;
    letter-spacing: 0.455px;
}


/* End Manager Area css
============================================================================================ */


/* Start single service page css */

.carrers_area {
    padding: 40px 0px 80px;
}

.single-sidebar-widget {}

.single-sidebar-widget .nav.nav-tabs {
    border: none;
}

.single-sidebar-widget .nav.nav-tabs li {
    float: none;
    margin-bottom: 3px;
}

.single-sidebar-widget .nav.nav-tabs li a {
    display: block;
    border: none;
    background: #069cfb;
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .3px;
    line-height: 55px;
    padding: 0px 25px;
    border-radius: 0px;
    cursor: pointer;
}

.single-sidebar-widget .nav.nav-tabs li:last-child {
    margin-bottom: 0px;
}

.single-sidebar-widget .nav.nav-tabs li.on a {
    background: #E41937;
    color: #242424;
}

.single-sidebar-widget.affix {
    top: 0;
    width: 270px;
    position: fixed;
}

.single-sidebar-widget.affix-bottom {
    position: absolute;
    width: 270px;
}

.service_content_right_col {}

.service_content_bx {}

.service_content_bx h1,
.service_content_bx h2 {
    font-size: 28px;
    color: #242424;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0;
}

.service_content_bx p {
    font-size: 17px;
    font-weight: 400;
    color: #797979;
    line-height: 28px;
    font-family: "Lato", sans-serif;
    letter-spacing: .34px;
    padding-bottom: 15px;
}

.service_content_bx p+p {
    padding-bottom: 0px;
}

.service_advantage {
    margin-top: 50px;
}

.service_advantage .service_text_left {
    padding-right: 20px;
}

.service_advantage .service_text_left h2 {
    font-size: 28px;
    color: #242424;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0 20px;
}

.service_advantage .service_text_left p {
    font-size: 17px;
    font-family: "Lato", sans-serif;
    color: #797979;
    letter-spacing: .34px;
    line-height: 28px;
}

.service_advantage .service_text_left ul {
    padding-left: 32px;
    padding-top: 25px;
}

.service_advantage .service_text_left ul li {
    margin-bottom: 10px;
}

.service_advantage .service_text_left ul li a {
    font-size: 17px;
    font-family: "Lato", sans-serif;
    color: #999999;
    letter-spacing: .34px;
    line-height: 20px;
    position: relative;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.service_advantage .service_text_left ul li a .fa-arrow-circle-right {
    color: #000;
    font-size: 20px;
}

.service_advantage .service_text_left ul li a img {
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.service_advantage .service_text_left ul li:last-child {
    margin-bottom: 0px;
}

.service_advantage .service_text_left ul li:hover a {
    color: #999999;
}

.service_advantage .service_text_left ul li:hover a img {
    left: -30px;
}

.service_consultation_box {
    background: #373540;
    padding: 50px 40px;
}

.service_consultation_box h6 {
    font-size: 22px;
    font-family: "Lato", sans-serif;
    font-style: italic;
    color: #fff;
    max-width: 210px;
}

.service_consultation_box h4 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: .48px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0px 30px 0px;
}

.service_consultation_box h4 span {
    color: #18ba60;
}


/* End single service page css */


/* Start Carrer page css*/

.carrers_area .carrer-form {}

.carrers_area .carrer-form .form-group {
    padding: 0;
}

.carrers_area .carrer-form .form-group input[type="text"],
input[type="email"],
input[type="tel"],
input[type="file"],
.carrers_area .carrer-form .form-group select {
    background-color: #f2f2f2;
    border-color: #eeeeee;
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .42px;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 4px;
    height: 45px;
    margin: 0;
    box-shadow: none;
}


/* End Carrer page css*/

.download_btn a {
    display: block;
    background: #242424;
    padding: 13px 18px;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
}

.download_btn a img {
    float: right;
}


/* End Carrers Area css
============================================================================================ */


/* Start our company page css*/

.partner_details .section_title {
    padding-bottom: 20px;
}

.partner_details_inner .media {
    background: #FFF;
    padding: 15px 0px;
    margin-top: 30px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    box-shadow: 0 0px 17px #d2cfcf;
}

.partner_details_inner .media .media-left {
    padding-right: 20px;
    padding-left: 15px;
    float: left;
}

.partner_details_inner .media .media-body {
    vertical-align: middle;
    padding-right: 60px;
}

.partner_details_inner .media .media-body h4 {
    font-size: 20px;
    font-weight: bold;
    color: #242424;
    letter-spacing: .40px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.partner_details_inner .media .media-body p {
    font-size: 17px;
    color: #797979;
    line-height: 28px;
    letter-spacing: .34px;
}


/* End our company page css
============================================================================================ */


/* Start Team page css*/

.ourTeam {
    padding: 100px 0;
}

.team-member {
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.team-member .team-photo {
    background: #f2f2f2;
    /*min-height: 200px;*/
    margin: 0 auto;
    padding: 15px;
}

.team-member .team-attrs {
    padding: 10px 16px 16px 16px;
    color: #303030;
}

.team-member .team-attrs .team-name {
    font-size: 21px;
}

.team-member .team-attrs .team-position {
    font-size: 14px;
    letter-spacing: 2px;
    color: #a7a7a7;
}

.team-member .team-content {
    color: #303030;
    opacity: .8;
    padding: 16px 24px 40px 24px;
    font-size: 14px;
    text-align: center;
}

.team-member:hover {
    box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.2);
}

.item-wrap {
    margin-bottom: 30px;
}

.ourTeam figure {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.ourTeam figure img {
    position: relative;
    opacity: 1.0;
}

.ourTeam figure figcaption {
    padding: 1.0em;
    color: #303030;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ourTeam figure figcaption>.fig-description a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
}

.ourTeam figure figcaption:before,
figure figcaption:after {
    pointer-events: none;
}

.ourTeam figure figcaption,
figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ourTeam figure h3 {
    word-spacing: -0.15em;
}

.ourTeam figure h3 span {}

.ourTeam figure h3,
figure p {
    margin: 0;
}

.ourTeam figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/* Team Hover */

figure.effect-zoe {
    margin: 0;
    width: 100%;
    height: auto;
    min-width: 200px;
    max-height: none;
    max-width: none;
    float: none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

figure.effect-zoe img {
    display: inline-block;
    opacity: 1;
}

figure.effect-zoe p.icon-links {
    margin: 0px;
}

figure.effect-zoe p.icon-links a {
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a i::before {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    padding: 15px 10px;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe p.icon-links a:hover i::before {
    color: #f2f2f2;
}

figure.effect-zoe p.phone-number a {
    color: #fff;
    font-size: 12px;
}

figure.effect-zoe p.phone-number a:hover {
    color: #f2f2f2;
    text-decoration: none;
}

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 0;
    height: 8em;
    background: #ff9600;
    border-top: 3px solid #fff;
    color: #5d5d5d;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/* End Team page css*/


/* Start Testimonial Page Css */

.testimonial-page {
    padding: 100px 0
}

.testimonial-page.sec-pad {
    padding: 126px 0 50px;
}

.testimonials {
    margin-bottom: 30px;
}

.testimonials blockquote {
    background: #f3f3f3 none repeat scroll 0 0;
    border: medium none;
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}

.testimonials blockquote::before {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 20px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset;
    /*FF fixes*/
    border-bottom-style: inset;
    /*FF fixes*/
}

.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 14px 0 0;
    border-color: #d8d8d8 transparent transparent transparent;
}

.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}

.testimonials .carousel-info {
    overflow: hidden;
}

.testimonials .carousel-info img {
    margin-right: 15px;
}

.testimonials .carousel-info span {
    display: block;
}

.testimonials span.testimonials-name {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    margin: 23px 0 0px;
}

.testimonials span.testimonials-post {
    color: #656565;
    font-size: 14px;
}


/* End Testimonial Page css*/


/* Start Blog Page css
============================================================================================ */

.main_blog_area {
    padding: 100px 0px;
}

.main_blog_area .main_blog_inner .blog_image img {
    max-width: 100%;
}

.main_blog_items {
    padding-right: 30px;
}

.main_blog_items .main_blogpost_item {
    margin-bottom: 60px;
}

.main_blog_items .main_blogpost_item .blog_image {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.main_blog_items .main_blogpost_item .blog_image:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.main_blog_items .main_blogpost_item .blog_image img {
    max-width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.main_blog_items .main_blogpost_item .blog_image .date {
    height: 76px;
    width: 76px;
    z-index: 3;
}

.main_blog_items .main_blogpost_item .blog_image .date h5 {
    font-size: 30px;
    padding-top: 16px;
}

.main_blog_items .main_blogpost_item .blog_image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.main_blog_items .main_blogpost_item .blog_image:hover:before {
    opacity: 1;
}

.main_blog_items .main_blogpost_item .main_blog_text h2 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #242424;
    text-transform: uppercase;
    letter-spacing: .40px;
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.main_blog_items .main_blogpost_item .main_blog_text .blog_author_area {
    padding-top: 10px;
    margin-bottom: 30px;
}

.main_blog_items .main_blogpost_item .main_blog_text .blog_author_area a {
    font-size: 17px;
    color: #242424;
    margin-right: 25px;
    /*font-weight: 600;*/
}

.main_blog_items .main_blogpost_item .main_blog_text .blog_author_area a i {
    color: #E41937;
    padding-right: 10px;
}

.main_blog_items .main_blogpost_item .main_blog_text .blog_author_area a span:hover {
    color: #242424;
}

.main_blog_items .main_blogpost_item .main_blog_text .blog_author_area a:last-child {
    margin-right: 0px;
}

.main_blog_items .main_blogpost_item .main_blog_text p {
    line-height: 26px;
    color: #797979;
    font-size: 16px;
    letter-spacing: .51px;
    padding-bottom: 20px;
}

.main_blog_items .main_blogpost_item .main_blog_text .b_readmore:hover {
    color: #fff;
    border-color: #18ba60;
}

.main_blog_items .main_blogpost_item .main_blog_text .b_readmore:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.main_blog_items .main_blogpost_item:last-child {
    margin-bottom: 0px;
}

.blog_pagination {
    margin-top: 50px;
}

.blog_pagination .pagination {
    margin: 0px;
}

.blog_pagination .pagination li {
    margin-right: 8px;
    display: inline-block;
}

.blog_pagination .pagination li a {
    border: 1px solid #d4d4d4;
    padding: 8px 15.5px;
    border-radius: 0px !important;
    font-size: 18px;
    color: #242424;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.blog_pagination .pagination li a:focus {
    background: #E41937;
    color: #000;
    border-color: #E41937;
}

.blog_pagination .pagination li:last-child {
    margin-right: 0px;
}

.blog_pagination .pagination li:hover a,
.blog_pagination .pagination li.active a {
    background: #000;
    border-color: #000;
    color: #fff;
}


/* End Blog Main area css
============================================================================================ */


/* Sidebar area css
============================================================================================ */

.blog_sidebar_area {
    border-left: 1px solid #e4e4e4;
    padding-left: 15px;
}

.mrgn_widget {
    margin-bottom: 40px;
}

.mrgn_widget:last-child {
    margin-bottom: 0px;
}

.blog_widget_title {
    padding-bottom: 25px;
}

.blog_widget_title h3 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #242424;
}

.blog_widget_title h3::before {
    content: "";
    width: auto;
    height: 2px;
    background: #242424;
    display: block;
    position: relative;
    top: 30px;
    left: 0;
    /*margin: auto;*/
}

.search_widget .input-group input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
    border-radius: 0px;
    height: 52px;
    font-size: 14px;
    color: #909090;
    padding: 0px 15px;
    font-family: "Lato", sans-serif;
}

.search_widget .input-group input.placeholder {
    font-size: 14px;
    color: #909090;
    font-family: "Lato", sans-serif;
}

.search_widget .input-group input:-moz-placeholder {
    font-size: 14px;
    color: #909090;
    font-family: "Lato", sans-serif;
}

.search_widget .input-group input::-moz-placeholder {
    font-size: 14px;
    color: #909090;
    font-family: "Lato", sans-serif;
}

.search_widget .input-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #909090;
    font-family: "Lato", sans-serif;
}

.search_widget .input-group .input-group-btn .btn-default {
    border-radius: 0px;
    width: 48px;
    height: 52px;
    border-color: #000;
    padding: 0px;
    background: #E41937;
    color: #000;
}

.categories_widget ul {
    margin-top: -5px;
}

.categories_widget ul li a {
    font-size: 17px;
    color: #242424;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    line-height: 42px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    font-weight: bold;
}

.categories_widget ul li a i {
    float: right;
    line-height: 42px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.categories_widget ul li:last-child a {
    border-bottom: 0px;
}

.categories_widget ul li:hover a {
    color: #242424;
}

.categories_widget ul li:hover a i {
    padding-right: 7px;
}

.recent_news_widget .recent_inner {}

.recent_news_widget .recent_inner .recent_item {
    padding: 20px 0px;
    border-bottom: 1px solid #e1e1e1;
}

.recent_news_widget .recent_inner .recent_item h4 {
    font-size: 17px;
    color: #242424;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    letter-spacing: .34px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    font-weight: bold;
}

.recent_news_widget .recent_inner .recent_item h4:hover {
    color: #242424;
    text-decoration: underline;
}

.recent_news_widget .recent_inner .recent_item h5 {
    font-size: 15px;
    color: #0d60e3;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding-top: 15px;
}

.recent_news_widget .recent_inner .recent_item:first-child {
    padding-top: 0px;
}

.recent_news_widget .recent_inner .recent_item:last-child {
    border-bottom: 0px;
}

.recent_news_widget ul li {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 10px;
}

.recent_news_widget ul li a {
    display: inline-block;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    font-size: 15px;
    line-height: 35px;
    padding: 0px 7px;
    color: #a6a6a6;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.recent_news_widget ul li:nth-last-child(-n+2) {
    margin-bottom: 0px;
}

.recent_news_widget ul li:nth-child(even) {
    margin-right: 0px;
}

.recent_news_widget ul li:hover a {
    color: #18ba60;
    border-color: #000;
    background: #000;
    color: #fff;
    border-radius: 4px;
}


/* End Sidebar area css
============================================================================================ */


/* Single Blog area css
============================================================================================ */

.single_blog_details .main_blog_items .main_blog_item {
    margin-bottom: 15px;
}

.blog_quote {
    background: #2f2f2f;
    margin-top: 0px;
    border-radius: 4px;
    padding: 20px 40px 32px 30px;
}

.blog_quote p {
    padding-left: 60px;
    position: relative;
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
    color: #8e8d8d;
    font-family: "Open Sans", sans-serif;
}

.blog_quote p i {
    font-size: 45px;
    color: #ffda0e;
    position: absolute;
    left: 0px;
    top: -15px;
}

.blog_quote a {
    text-align: right;
    display: block;
    font-size: 16px;
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .48px;
}

.s_main_text {
    padding-top: 38px;
}

.s_main_text p {
    font-size: 15px;
    line-height: 26px;
    color: #8e8d8d;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .45px;
}

.s_main_text p strong {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-style: italic;
}

.s_main_text p a {
    color: #a175aa;
    text-decoration: underline;
}

.comment_list_area {
    margin-top: 50px;
}

.comment_list_area h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: .66px;
    color: #242424;
    padding-bottom: 30px;
}

.comment_list_area .comment_list_inner {
    border: 1px solid #eeeeee;
}

.comment_list_area .comment_list_inner .media {
    padding-top: 25px;
    padding-bottom: 28px;
    padding-left: 25px;
    padding-right: 75px;
    margin-top: 0px;
    border-bottom: 1px solid #eeeeee;
}

.comment_list_area .comment_list_inner .media .media-img {
    padding-right: 30px;
    float: left;
}

.comment_list_area .comment_list_inner .media .media-img img {
    border-radius: 50%;
}

.comment_list_area .comment_list_inner .media .media-body h4 {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-family: "Open Sans", sans-serif;
    color: #242424;
    letter-spacing: .45px;
    padding-bottom: 7px;
}

.comment_list_area .comment_list_inner .media .media-body p {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .45px;
    color: #898989;
    line-height: 26px;
}

.comment_list_area .comment_list_inner .media .media-body .date_rep {
    margin-top: 10px;
}

.comment_list_area .comment_list_inner .media .media-body .date_rep a {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .39px;
    color: #0d60e3;
    margin-right: 20px;
    position: relative;
}

.comment_list_area .comment_list_inner .media .media-body .date_rep a:before {
    content: "";
    background: #47bcca;
    height: 13px;
    width: 1px;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.comment_list_area .comment_list_inner .media .media-body .date_rep a:last-child {
    color: #FFF;
    padding: 3px 10px 3px;
    background-color: #000;
    border-radius: 3px;
}

.comment_list_area .comment_list_inner .media .media-body .date_rep a:last-child:before {
    display: none;
}

.comment_list_area .comment_list_inner .media .media-body .media {
    background: transparent;
    padding-left: 0px;
    padding-top: 40px;
    padding-right: 0px;
}

.comment_list_area .comment_list_inner .media:nth-child(even) {
    background: #fcfcfc;
}

.comment_list_area .comment_list_inner .media:last-child {
    border-bottom: none;
}

.blog_comment_box {
    margin-top: 60px;
}

.blog_comment_box h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .66px;
    color: #242424;
    padding-bottom: 30px;
}

.blog_comment_box .blog_comment_inner {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 50px 35px;
}

.blog_comment_box .blog_comment_inner .form-group input[type="text"],
input[type="email"] {
    background: #fff;
    border-color: #eeeeee;
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .42px;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 0px;
    height: 45px;
}

.blog_comment_box .blog_comment_inner .form-group input.placeholder {
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .42px;
}

.blog_comment_box .blog_comment_inner .form-group input:-moz-placeholder {
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .42px;
}

.blog_comment_box .blog_comment_inner .form-group input::-moz-placeholder {
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .42px;
}

.blog_comment_box .blog_comment_inner .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .42px;
}

.blog_comment_box .blog_comment_inner .form-group textarea {
    background: #fff;
    border-color: #eeeeee;
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .42px;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 0px;
    height: 200px;
    padding: 18px 12px;
}

.blog_comment_box .blog_comment_inner .form-group textarea.placeholder {
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .42px;
}

.blog_comment_box .blog_comment_inner .form-group textarea:-moz-placeholder {
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .42px;
}

.blog_comment_box .blog_comment_inner .form-group textarea::-moz-placeholder {
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .42px;
}

.blog_comment_box .blog_comment_inner .form-group textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .42px;
}

.blog_comment_box .blog_comment_inner .form-group:last-child {
    margin-top: 10px;
}


/*-- End Blog Page css--*/


/*-- Home Page-3 css --*/

.padd-40 {
    padding-top: 40px;
}

.about_area_3 {
    padding: 100px 0 70px;
}

.text_area {
    width: 100%;
    float: left;
}

.about_area_3 .image_bx {
    box-shadow: 0 0px 17px #d2cfcf;
    background-color: #FFF;
    padding: 6px;
    margin-bottom: 20px;
}


/*-- End --*/

.three_point_area {
    padding: 100px 0;
    background-color: #f2f2f2;
}

.three_point_area_inner {
    margin-bottom: -70px;
    overflow: hidden;
}

.three_point_area_inner .three_point_item {
    margin-bottom: 70px;
}

.three_point_area_inner .three_point_item .media .media-left {
    padding-right: 30px;
}

.three_point_area_inner .three_point_item .media .media-left .three_point_img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    background: #213047;
    line-height: 56px;
}

.three_point_area_inner .three_point_item .media .media-body h4 {
    font-size: 16px;
    color: #242424;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .48px;
    padding-bottom: 12px;
    padding-top: 8px;
    position: relative;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}


/*-- End --*/


/*---- start quote section ----*/

.quote_form_style_2 {
    background: #242424;
    z-index: 1;
    padding: 94px 0;
    position: relative;
}

.quote_form_style_2:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background: url(../images/quote-bg.jpg);
    background-size: cover;
    background-position: center left;
    top: 0;
    left: 0;
    z-index: 2;
}

.quote_form_style_2:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background: #242424;
    top: 0;
    right: 0;
    z-index: -1;
    padding-left: 100px;
}

.quote_form_style_2 .container {
    position: relative;
    z-index: 9999;
}

.quote_form_style_2 .pull-right {
    float: right !important;
}

.quote_form_style_2 .form-title h2 {
    font-size: 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    padding: 0 0 20px 0;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
}

.quote_form_style_2 .form-title h2:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #E41937;
    display: block;
    position: relative;
    top: 45px;
    left: 0;
    margin: 0;
}

.quote_form_style_2 .quote-form {
    width: 100%;
    padding-left: 50px;
}

.quote_form_style_2 .quote-form .contact-form {
    width: 100%;
    margin-top: 30px;
}

.quote_form_style_2 .quote-form .contact-form p {
    margin-bottom: 20px;
}

.quote_form_style_2 .quote-form .contact-form input {
    background: #FFF;
    border: none;
    border-radius: 0;
    height: 40px;
    padding-left: 25px;
    width: 100%;
    color: #ababab;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.quote_form_style_2 .quote-form .contact-form textarea {
    background: #FFF;
    border: none;
    border-radius: 0;
    height: 150px;
    padding-left: 25px;
    width: 100%;
    color: #ababab;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.quote_form_style_2 .quote-form .contact-form input:focus,
.contact-form textarea:focus {
    border-color: #f2f2f2;
}

.quote_form_style_2 .quote-form .contact-form label.error {
    display: none !important;
}

.quote_form_style_2 .quote-form .contact-form input.error,
.quote_form_style_2 .contact-form textarea.error {
    border-color: red;
}

.quote_form_style_2 .quote-form .success {
    color: #7FA409;
    font-size: 16px;
}

.quote_form_style_2 .quote-form .contact-submit-button {
    background: transparent;
    font-size: 16px;
    margin-top: 25px;
    text-transform: capitalize;
    color: #fff;
    font-family: "Roboto", sans-serif;
    border-radius: none;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 400;
    border: 1px solid #FFF;
}

.quote_form_style_2 .quote-form .contact-submit-button:hover {
    background: #E41937;
    border: 1px solid #E41937;
    color: #000;
    transition: all .3s ease-out;
}


/*-- End --*/


/* start service Box area css
============================================================================================ */

.service_style_area_3 {
    padding: 92px 0px;
}

.service_style_area_3 .sec_middle_title {
    text-align: left;
    width: auto;
    float: left;
}

.service_style_area_3 .sec_middle_title h2 {
    color: #242424;
}

.service_style_area_3 .sec_middle_title h2::before {
    display: none;
}

.service_style_area_3 .sec_middle_title h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #000;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.service_style_area_3 .service_item_inner {
    margin-bottom: -60px;
    clear: both;
    overflow: inherit;
}

.service_style_area_3 .sec_middle_title {
    padding-bottom: 53px;
}

.service_style_area_3 .service_box_item {
    margin-bottom: 0px;
}

.service_style_area_3 .service_box_item .service_image {
    overflow: hidden;
    position: relative;
    display: block;
}

.service_style_area_3 .service_box_item .service_image:before {
    content: "";
    background: rgba(228, 25, 55, 0.8);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    display: block;
}

.service_style_area_3 .service_box_item .service_image img {
    max-width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.service_style_area_3 .service_box_item .service_text {
    border-left: none;
    padding-left: 15px;
    margin-top: 0px;
    background-color: #F8F8F8;
    padding: 25px 15px 30px;
    /* display: table; */
}

.service_style_area_3 .service_box_item h4 {
    font-size: 16px;
    font-weight: bold;
    color: #242424;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: .32px;
    padding-bottom: 8px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    background-color: #E41937;
    padding: 16px 15px;
}

.service_style_area_3 .service_box_item .service_text h4:hover {
    color: #242424;
}

.service_style_area_3 .service_box_item .service_text p {
    font-size: 16px;
    color: #414141;
    font-weight: 400;
    letter-spacing: .34px;
}

.service_style_area_3 .service_box_item:hover .service_image:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.service_style_area_3 .service_box_item:hover .service_image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.service_style_area_3 .owl-controls {
    position: absolute;
    right: 0px;
    top: -68px;
}

.service_style_area_3 .owl-theme .owl-nav {
    margin-top: -38px;
    text-align: center;
}

.service_style_area_3 .owl-theme .owl-nav [class*=owl-] {
    width: 37px;
    height: 37px;
    color: #242424;
    line-height: 35px;
    padding: 0;
    background: transparent;
    border: 1px solid #242424;
    text-align: center;
    border-radius: 0;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.service_style_area_3 .owl-theme .owl-nav [class*=owl-]:hover {
    opacity: .55;
    filter: alpha(opacity=55);
}

.service_style_area_3 .owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
}

.clients_area_3 {
    padding: 100px 0;
}

.clients_area_3 .testimonials_review {
    position: relative;
    background: #213047;
    padding: 30px 30px;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
    margin: 50px 0 23px 0;
    float: left;
    color: #FFF;
    width: 100%;
}

.clients_area_3 .testimonials_review::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    border-bottom: 8px solid transparent;
    border-left: 12px solid transparent;
    border-top: 8px solid #213047;
    border-right: 12px solid #213047;
}

.clients_area_3 .testimonials_img_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 27px;
}

.clients_area_3 .testimonials_img_row .client_img {
    max-width: 85px;
    float: left;
}

.clients_area_3 .testimonials_img_row .client_img img {
    border-radius: 50%;
}

.clients_area_3 .testimonials_img_row .client_info {
    margin-left: 16px;
    float: left;
}

.clients_area_3 .testimonials_img_row .client_info h6 {
    font-size: 14px;
    font-weight: 900;
    color: #242424;
}

.clients_area_3 .testimonials_img_row .client_info span {
    font-size: 13px;
}

.clients_area_3 .owl-theme .owl-dots .owl-dot span {
    border: 2px solid #999;
    background-color: transparent;
    width: 12px;
    height: 12px;
}

.clients_area_3 .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #E41937;
    background-color: #E41937;
}

.clients_area_3 .item {
    padding-bottom: 0px;
}

.partners_style_2 {
    width: 100%;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}

.partners_style_2 .partners_single {
    width: 33.333%;
    min-height: 96px;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    overflow: hidden;
}

.partners_style_2 .partners_single .partner_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    opacity: 0.8;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* 搜索and多语言按钮样式 start */

[digood-id="common_nav_button_1_oyh"] {
    margin-left: 20px;
    margin-top: 30px;
}

[digood-id="common_nav_button_1_oyh"] button {
    border: 0;
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box {
    position: relative;
    float: right;
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-search-box {
    position: relative;
    float: left;
    margin-right: 30px;
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-search-box .dg-search-box-btn {
    position: relative;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    background: none;
    transition: all 500ms ease;
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-search-box .dropdown-menu {
    top: 42px;
    border-top: 3px solid #E41937;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-search-box .dropdown-menu>li {
    padding: 0px;
    border: none;
    background: none;
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-search-box .fa {
    color: #242424;
}

[digood-id="common_nav_button_1_oyh"] .search-panel .form-container {
    padding: 25px 20px;
}

[digood-id="common_nav_button_1_oyh"] .search-panel .form-group {
    position: relative;
    margin: 0px;
}

[digood-id="common_nav_button_1_oyh"] .search-panel input[type="search"] {
    display: block;
    width: 100%;
    color: #000000;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

[digood-id="common_nav_button_1_oyh"] .search-panel input:focus {
    border-color: #E41937;
}

[digood-id="common_nav_button_1_oyh"] .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-lang-box {
    position: relative;
    float: left;
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-lang-box:before {
    content: '';
    position: absolute;
    left: -16px;
    top: 5px;
    bottom: 5px;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-lang-box .lang-btn {
    position: relative;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    color: #242424;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    background: none;
    transition: all 500ms ease;
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-lang-box .lang-btn .fa {
    position: relative;
    top: 1px;
    padding-left: 3px;
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-lang-box .dropdown-menu {
    right: 0px;
    left: auto;
    top: 42px;
    width: 180px;
    border-top: 3px solid #E41937;
    padding: 0px;
    border-radius: 0px;
    background-color: #ffffff;
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-lang-box .dropdown-menu>li {
    padding: 0px !important;
    margin: 0px !important;
    float: none;
    border: none;
    display: block !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-lang-box .dropdown-menu>li:last-child {
    border-bottom: none;
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-lang-box .dropdown-menu>li>a {
    padding: 10px 20px 7px !important;
    line-height: 20px;
    color: var(--sub-theme-color);
    text-align: left;
    transition: all 300ms ease;
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-lang-box .dropdown-menu>li>a:hover {
    color: #E41937;
    background: var(--sub-theme-color);
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-lang-box .dropdown-menu>li>a:focus {
    color: #ffffff;
    background: var(--sub-theme-color);
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-lang-box .dropdown-menu>li>a {
    color: var(--sub-theme-color);
}

[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-lang-box .dropdown-menu>li>a:hover,
[digood-id="common_nav_button_1_oyh"] .dg-options-box .dg-lang-box .dropdown-menu>li>a:focus {
    background-color: var(--sub-theme-color);
}


/* 搜索and多语言按钮样式 end */

[digood-id="home_banner_1_oyh"] .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

[digood-id="home_banner_1_oyh"] .owl-nav .owl-prev,
[digood-id="home_banner_1_oyh"] .owl-nav .owl-next {
    position: absolute;
    width: 5em;
    height: 5em;
    top: -4em;
    outline: none;
    line-height: 5.5em;
    opacity: 0.8;
    background-color: transparent;
}

[digood-id="home_banner_1_oyh"] .owl-nav .owl-prev .fa,
[digood-id="home_banner_1_oyh"] .owl-nav .owl-next .fa {
    font-size: 3em;
    color: #E41937;
}

[digood-id="home_banner_1_oyh"] .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

[digood-id="home_banner_1_oyh"] .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

[digood-id="home_banner_1_oyh"] .owl-dots {
    position: absolute;
    bottom: 1em;
    width: 100%;
    text-align: center;
}

[digood-id="home_banner_1_oyh"] .owl-dots .owl-dot {
    display: inline-block;
    width: 2em;
    height: 0.5em;
    background-color: #eee;
    margin: 0.5em;
    outline: none;
}

[digood-id="home_banner_1_oyh"] .owl-dots .owl-dot.active {
    background-color: #E41937;
}

[digood-id="home_banner_1_oyh"] .item-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

[digood-id="home_banner_1_oyh"] .image-wrap .image {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
}

[digood-id="home_banner_1_oyh"] .text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

[digood-id="home_banner_1_oyh"] .text-wrap .title {
    font-size: 4em;
    font-weight: bold;
    text-transform: uppercase;
    color: #f5f5f5;
    text-shadow: 0 0 5px #888;
}

[digood-id="home_banner_1_oyh"] .text-wrap .sub-title {
    font-size: 2.5em;
    font-weight: bold;
    color: var(--sub-theme-color);
}

[digood-id="home_banner_1_oyh"] .text-wrap .description {
    font-size: 1.2em;
    color: #f5f5f5;
    text-shadow: 0 0 1px #888;
}

[digood-id="home_banner_1_oyh"] .text-wrap .buttons {
    margin-top: 30px;
}

[digood-id="home_banner_1_oyh"] .text-wrap .btn-primary {
    background-color: #E41937;
    border-color: #E41937;
}

@media screen and (max-width: 640px) {
    [digood-id="home_banner_1_oyh"] .owl-nav {
        display: none;
    }
}

[digood-id="home_banner_1_oyh"][data-animat="default"] .ele:nth-child(1) {
    transition: all 0.6s;
}

[digood-id="home_banner_1_oyh"][data-animat="default"] .ele:nth-child(2) {
    transition: all 0.9s;
}

[digood-id="home_banner_1_oyh"][data-animat="default"] .ele:nth-child(3) {
    transition: all 1.2s;
}

[digood-id="home_banner_1_oyh"][data-animat="default"] .ele:nth-child(4) {
    transition: all 1.5s;
}

[digood-id="home_banner_1_oyh"][data-animat="default"] .text-left .ele {
    transform: translateX(100px);
    opacity: 0;
}

[digood-id="home_banner_1_oyh"][data-animat="default"] .text-right .ele {
    transform: translateX(-100px);
    opacity: 0;
}

[digood-id="home_banner_1_oyh"][data-animat="default"] .text-center .ele {
    transform: translateY(100px);
    opacity: 0;
}

[digood-id="home_banner_1_oyh"][data-animat="default"] .active .text-left .ele {
    transform: translateX(0);
    opacity: 1;
}

[digood-id="home_banner_1_oyh"][data-animat="default"] .active .text-right .ele {
    transform: translateX(0);
    opacity: 1;
}

[digood-id="home_banner_1_oyh"][data-animat="default"] .active .text-center .ele {
    transform: translateY(0);
    opacity: 1;
}


/*# sourceMappingURL=style.css.map */


/*  公用banner样式覆盖 start  */

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

/*  公用banner样式覆盖 end  */

.article-title h1,
.dg-side-weight .dg-sider-title{
    margin-bottom: 10px;
}

.article-title h1{
  font-size: 30px;
}

.home_page_seo_title {
    position: absolute;
    z-index: -1;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    color: transparent;
    font-size: 1px;
}

/*fan hui ding bu*/
.scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 15px;
  font-size: 35px;
  font-weight: normal;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 49px;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  z-index: 999;
  background-color: #160F09;
  border-radius: 50%;
  display: none;
}




.page-school-list {
    padding-bottom: 6rem;
    position: relative;
}

.page-school-list .pic {
position: relative;
float: left;
width: 32.33334%;
margin-right: 1.41667%;
margin-top: 2rem;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
text-align: center;
cursor: pointer;
-webkit-transition: 0.23s all ease-in-out;
transition: 0.23s all ease-in-out;
}

.page-school-list .pic:hover figure {
border-color: #d00808;
}

.page-school-list .pic:hover img {
-webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
}

.page-school-list .pic:hover .icon-search {
-webkit-transform: scale(1);
        transform: scale(1);
opacity: 1;
}

.page-school-list .pic:hover .school-title {
background-color: #d00808;
color: #fff;
}

.page-school-list .pic:nth-of-type(3n) {
margin-right: 0;
}

.page-school-list .pic figure {
position: relative;
width: 100%;
height: 0;
padding-bottom: 72.165%;
overflow: hidden;
-webkit-transition: 0.23s all ease-in-out;
transition: 0.23s all ease-in-out;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}

.page-school-list .pic img {
position: absolute;
width: 100%;
height: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
-o-object-fit: scale-down;
object-fit: scale-down;
font-family: "object-fit: scale-down";
-webkit-transition: all .23s ease;
transition: all .23s ease;
}

.page-school-list .pic .icon-search {
z-index: 2;
position: absolute;
width: 60px;
height: 60px;
border-radius: 50%;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -30px;
-webkit-transform: scale(1.15);
        transform: scale(1.15);
opacity: 0;
background: rgba(0, 0, 0, 0.35) url(../images/icon_search.png) center no-repeat;
-webkit-transition: 0.23s all ease-in-out;
transition: 0.23s all ease-in-out;
}

.page-school-list .school-title {
padding: 25px 10px;
font-size: 1rem;
text-align: center;
color: #434343;
background-color: #e6e6e6;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-transition: all .23s ease;
transition: all .23s ease;
}

@media screen and (max-width: 767px) {
    .page-school-list .pic:nth-child(3),
    .page-school-list .pic:nth-child(4) {
        margin-top: 2.563rem !important;
    }
    .page-school-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .page-school-list .pic {
        width: 48.5%;
        margin-right: 0 !important;
    }
    .page-school-list .school-title {
        padding: 14px 10px;
    }
}


.page-news-list_3 {
    width: 100%;
  }
  
  .page-news-list_3 li {
    float: left;
    width: 22.4%;
    margin-left: 3.4%;
    margin-bottom: 2.8%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  
  .page-news-list_3 li:first-child,
  .page-news-list_3 li:first-child + li + li + li + li,
  .page-news-list_3 li:first-child + li + li + li + li + li + li + li + li{
    margin-left: 0;
  }
  
  .page-news-list_3 li a {
    display: block;
  }
  
  .page-news-list_3 li:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  
  .page-news-list_3 li:hover h4 {
    color: #d00808;
  }
  
  .page-news-list_3 .news-img {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 77.7%;
    text-align: center;
  }
  
  .page-news-list_3 .news-img img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
  }
  
  .page-news-list_3 .news-bottom div {
    padding-top: 8px;
    line-height: 1;
  }
  
  .page-news-list_3 .news-bottom span,
  .page-news-list_3 .news-bottom em {
    /* font-weight: lighter; */
    font-size: 14px;
    color: #777;
    font-style: normal;
  }
  
  .page-news-list_3 .news-bottom em {
    padding-left: 53px;
    background: url(../images/icon_eye.png) top 3px left 25px no-repeat;
  }
  
  .page-news-list_3 .news-bottom h4 {
    font-weight: bold;
    padding-top: 16px;
    line-height: 1;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  
  .page-news-list_3 .news-bottom p {
    padding-top: 8px;
    line-height: 26px;
    font-size: 13px;
    color: #898989;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  
  @media screen and (max-width: 767px) {
    .page-news-list_3 li {
      margin-left: 0;
      width: 100%;
      margin-top: 3.25rem;
    }
    .page-news-list_3 li:first-child {
      margin-top: 0;
    }
  }



/*翻页样式*/
.pb0{
    padding-bottom: 0 !important;
}
.paging {
  text-align: center;
  padding: 45px 0 65px;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.paging li {
  display: inline-block;
  line-height: 1;
  text-align: center;
  font-size: 12px;
}

.paging li a {
  display: inline-block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  margin-right: 8px;
  font-size: 12px;
  color: #000;
  vertical-align: middle;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.paging li.thisclass a,
.paging li:hover a {
  background: #d00808;
  color: #fff;
  border-color: #d00808;
}

.pageinfo {
  letter-spacing: 1px;
}

.pageinfo strong {
  font-family: "Arial";
  font-weight: normal;
  font-size: 14px;
}

.paging li.i a,
.paging li a.i,
.paging li.n a,
.paging li a.e,
.paging li.p a,
.paging li.e a {
  text-indent: -9999px;
}

.paging li.i a {
  text-indent: -9999px;
  background: url(../images/paging_btn.png) 7px center no-repeat;
}

.paging li a.e {
  background: url(../images/paging_btn.png) -152px center no-repeat;
}

.paging li.e a {
  background: url(../images/paging_btn.png) -152px center no-repeat;
}

.paging li.n a,
.paging li.p a {
  background: url(../images/paging_btn.png) -31px center no-repeat;
}

.paging li.n a {
  background: url(../images/paging_btn.png) -97px center no-repeat;
}

.paging li.i:hover a {
  background: url(../images/paging_btn_hover.png) 7px center no-repeat #d00808;
}

.paging li:hover a.e {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #d00808;
}

.paging li.e:hover a {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #d00808;
}

.paging li.p:hover a {
  background: url(../images/paging_btn_hover.png) -31px center no-repeat #d00808;
}

.paging li.n:hover a {
  background: url(../images/paging_btn_hover.png) -97px center no-repeat #d00808;
}

.paging .paging-to {
  font-size: 16px;
  line-height: 33px;
  vertical-align: middle;
  color: #000;
}

.paging .paging-number input {
  width: 31px;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  background: transparent;
  color: #b6b6b6;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
}

.paging .paging-left {
  margin-left: 14px;
}

.paging .paging-go {
  margin-left: 10px;
}

.paging .paging-go a {
  display: inline-block;
  width: 52px;
  height: 33px;
  background-color: #d00808;
  color: #fff;
  text-align: center;
  line-height: 33px;
  font-size: 16px;
  font-weight: normal;
  border: 0;
  border-radius: 3px;
}

.paging .paging-go a:hover {
  text-indent: 1em;
}

.paging-radius.paging li,
.paging-radius.paging li.thisclass a,
.paging-radius.paging li a {
  border-radius: 50%;
}

.paging-radius.paging li.thisclass a,
.paging-radius.paging li:hover a {
  background-color: #d00808;
  color: #fff;
  border-color: #d00808;
}

.paging-radius.paging li.p:hover a {
  background: url(../images/paging_btn_hover.png) -31px center no-repeat #d00808;
}

.paging-radius.paging li.n:hover a {
  background: url(../images/paging_btn_hover.png) -97px center no-repeat #d00808;
}

.pading-border li a {
  border: 1px solid #b5b5b5;
}

.pading-bg-transparent li a {
  border: 1px solid #b5b5b5;
  background-color: transparent;
}

@media screen and (max-width: 640px) {
  .paging {
    padding: 35px 0 45px;
  }
  .paging li a {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .paging li.p a {
    background-position-x: -33px;
  }
  .paging li.n a {
    background-position-x: -100px;
  }
  .paging .paging-to {
    line-height: 24px;
    font-size: 14px;
    color: #b6b6b6;
  }
  .paging .paging-number input {
    width: 26px;
    height: 24px;
    line-height: 24px;
    padding: 0;
  }
  .paging .paging-go {
    margin-left: 16px;
  }
  .paging .paging-go a {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
}



.article-content {
    padding: 25px 0 40px;
  }
  
  .article-content img {
    padding: 15px 0;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  .article-content p {
    font-size: 15px;
    font-weight: normal;
    /* text-indent: 2em; */
    /* line-height: 32px; */
    color: #333333;
  }
  
  .article-content video {
    padding: 15px 0;
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
    border: 0;
    outline: none;
  }
  .social-share *{
      font-size: 12px;
  }

/* 新闻底部 */
.article-news-paging {
    padding-top: 3rem;
    padding-bottom: 0rem;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .article-news-paging a:hover .icon-article-left {
    background: url(../images/left_2_hover.png) center no-repeat;
  }
  
  .article-news-paging a:hover .icon-article-right {
    background: url(../images/right_2_hover.png) center no-repeat;
  }
  
  .icon-article-left {
    margin-right: .6rem;
    display: inline-block;
    width: 14px;
    height: 24px;
    vertical-align: top;
    background: url(../images/left_2.png) center no-repeat;
    background-size: cover;
  }
  
  .icon-article-right {
    margin-left: .6rem;
    vertical-align: top;
    display: inline-block;
    width: 14px;
    height: 24px;
    background: url(../images/right_2.png) center no-repeat;
    background-size: cover;
  }
  
  .article-news-paging a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 1.313rem;
    line-height: 24px;
    transition: all .23s ease;
  }
  
  .article-news-paging a:hover {
    background-color: #d00808;
    color: #fff;
  }
  
  .article-news-paging p {
    float: left;
    width: 49.4%;
    background-color: #f5f5f5;
    text-align: left;
  }
  
  .article-news-paging p + p {
    text-align: right;
  }
  
  .article-news-paging p,
  .article-news-paging p > a {
    vertical-align: middle;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  @media screen and (max-width: 640px) {
    .article-title {
      font-size: 20px;
    }
    .article-content {
      padding-top: 10px;
    }
    .news-paging {
      margin-bottom: 1rem;
    }
    .news-paging > p {
      width: 100%;
      overflow: visible;
      white-space: normal;
      text-overflow: unset;
    }
    .news-share {
      position: static;
      margin-top: 15px;
    }
  }

/*# sourceMappingURL=paging.css.map */


/* / fan hui ding bu*/
.v-article {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.flexbox {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  

  .youshi {
      line-height:  1.5;
    width: 100%;
    height: 1333px;
    background-image: url(../images/bj2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .bt2 {
    font-weight: bold;
    color: #000000;
    font-size: 29px;
    margin-left: 20px;
}
  
  
  .youshi .v-article {
    max-width: 1200px;
  }
  
  .ycon {
    margin-bottom: 32px;
  }
  
  .ybox1 {
    margin: 74px auto 55px;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    /* height: 9.2*60; */
  }
  
  .ybox2 {
    margin: 0 auto;
    width: 100%;
    /* height: 9.2*60; */
  }
  
  
  .ybox2 .yleft {
    width: 46%;
    margin-top: 4px;
  }
  
  
  .yright {
    width: 50%;
  }
  
  .ybox2 .yright img,
  .ybox1 .yright img {
    width: 100%;
  }
  
  .youshi .ys1 {
    /* width: 9.5*60; */
    color: #000000;
    font-size: 15px;
    margin-top: 20px;
    line-height: 27px;
    height: 170px;
  }

  .ytt {
      text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  
  .ytt dd {
    color: #104490;
    font-size: 48px;
    font-weight: bold;
    padding-top: 45px;
  }
  
  .ytt dt {
    color: #5c5c5c;
    font-size: 17px;
    font-weight: normal;
    margin-top: 10px;
  }
  

  .yleft {
    width: 542px;
    margin-left: 70px;
    margin-top: 35px;
}