/*-----------------------------------------------------------------------------------

    Template Name: Exchange
    Template URI: 
    Description: This is html5 template
    Author: Saikat Ahmed
    Author URI: http://saikatahmed.com/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
  
    1. Theme default CSS
    2. Home
        2.2 h2-hero
        2.3 h2-about
        2.4 h2-feature
        2.5 h2-banner
        2.6 h2-client-say
        2.7 h2-pricing
        2.8 h2-need-help
        2.9 h2-get-start
        2.10 h2-footer
    3. About
    4. Service
    5. Cotnact
    6. Blog Standard
    7. Blog Details

-----------------------------------------------------------------------------------*/

a {
	color: #8C0B05;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

a:hover, a:active {
	color: #cc0a0a;
}

/*----------------------------------------*/
/*  1. Theme default CSS
/*----------------------------------------*/

.clear {
    clear: both
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #8C0B05;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0!important;
}

.no-pad {
    padding: 0!important;
}


div#preloader {
    /* background: #000 url("../img/loader.gif") no-repeat scroll center center; */
	background: #000 scroll;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}


div#preloader div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   
    /* padding: 15px 30px; */
    /* background: rgba(0,0,0,0.4); */
    color: #fff;
    text-align: center;
   font-size: 22px;
   text-transform: uppercase;
	height: 125px;
	width: 125px;
}

div#preloader div.preloadersub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   
    /* padding: 15px 30px; */
    /* background: rgba(0,0,0,0.4); */
    color: #fff;
    text-align: center;
   font-size: 22px;
   text-transform: uppercase;
	height: 100px;
	width: 100px;
}


 #gear1, #gear2, #gear3 {
    color: #fff;
    display: block;
    float: left;
    position: relative;
}
            
#gear1 {
    top: 45px;
}
            
#gear2 {
    left: 0px;
	top: 0px;
}

#gear3 {
    top: -40px;
    left: 50px;
}

.spin {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

.spin-back {
    -webkit-animation:spin-back 4s linear infinite;
    -moz-animation:spin-back 4s linear infinite;
    animation:spin-back 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-moz-keyframes spin-back { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin-back { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin-back { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }


.menu-area.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-40 {
    margin-bottom: 40px;
}

.mar-bot-35 {
    margin-bottom: 35px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-108 {
    margin-top: 108px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    /* color: #888; */
    color: #000;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    letter-spacing: 0px;
}

.bg-with-black {
    position: relative;
}

.bg-with-black::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-with-white {
    position: relative;
}

.bg-with-white::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-with-blue {
    position: relative;
}

.bg-with-blue::before {
    background: #8C0B05 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.hvr-bs:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#scrollUp {
    background: #232323 none repeat scroll 0 0;
    border: 1px solid #fdb801;
    border-radius: 0;
    bottom: 35px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0) inset;
    color: white;
    cursor: pointer;
    display: none;
    font-size: 17px;
    height: 40px;
    line-height: 20px;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0;
    padding-top: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 40px;
    z-index: 9999;
}

#scrollUp:hover {
    background: #fdb801 none repeat scroll 0 0;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5) inset, 0 0 20px rgba(255, 255, 255, 0.2);
    color: white;
    outline: 1px solid rgba(255, 255, 255, 0);
    outline-offset: 15px;
}



/*----------------------------------------*/


/*  3. Home
/*----------------------------------------*/

.home2-body #scrollUp {
    border: 1px solid #8C0B05;
}

.home2-body #scrollUp:hover {
    background: #8C0B05 none repeat scroll 0 0;
}

.h2-header {
    left: 0;
    padding: 8px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.h2-header.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.h2-logo {
	padding-top: 10px;
}

.h2-logo a {}

.h2-logo a img {}


/*menu*/

.menu {}

.menu ul {
    list-style: outside none none;
    padding: 0;
    text-align: right;
}

.menu ul li {
    display: inline-block;
    margin-left: 2.3%;
    position: relative;
}

.menu ul li:first-child {
    margin-left: 0;
}

.menu ul li a {
    color: #222222;
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding: 14px 8px 22px;
    text-transform: uppercase;
}

.menu ul li:hover>a {
    color: #ffb901;
}

.menu ul li:last-child a {
    padding-right: 0;
}

.menu ul li .menu-dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    min-width: 200px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 54px;
    transform: translateY(-20px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 99;
}

.menu ul li:hover .menu-dropdown {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.menu ul li .menu-dropdown li {
    display: block;
    margin: 0;
    position: relative;
    text-align: left;
}

.menu ul li .menu-dropdown li a {
    display: block;
    padding: 13px 20px;
}

.menu ul li .menu-dropdown li .thidlevel-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 100%;
    min-width: 200px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

.menu ul li .menu-dropdown li:hover .thidlevel-menu {
    opacity: 1;
    visibility: visible;
}

.menu ul li .menu-dropdown li .thidlevel-menu li {}

.menu ul li .menu-dropdown li .thidlevel-menu li a {}

.h2-menu-area {
    text-align: right;
}

.h2-menu {
    display: inline-block;
    /* margin-right: 28px; */
}

.h2-menu ul {
    list-style: outside none none;
    padding: 0;
}

.h2-menu ul li {
    display: inline-block;
    margin: 0 7px;
	margin-right: 0;
}

.h2-menu ul li a {
    color: #8C0B05;
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 18px;
    padding: 26px 10px;
}

.h2-menu ul li:hover>a {
    color: #8C0B05;
    text-decoration: underline;
}

#mobile_menu_active.scrolled ul li a {
    color: #FFF;
}

#mobile_menu_active.scrolled ul li:hover>a {
    color: #FFF;
    text-decoration: underline;
}

.h2-menu.menu ul li .menu-dropdown {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

.h2-menu.menu ul li .menu-dropdown.md-from-right {
    left: auto;
    right: 0;
}

.h2-menu.menu ul li .menu-dropdown li {
    margin: 0;
}

.h2-menu.menu ul li .menu-dropdown li a {}

.h2-menu.menu ul li .menu-dropdown li:hover>a {
    color: #8C0B05;
}

.h2-menu.menu ul li .menu-dropdown li .thidlevel-menu {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

.h2-menu.menu ul li .menu-dropdown li .thidlevel-menu li {}

.h2-menu.menu ul li .menu-dropdown li .thidlevel-menu li a {}

.modal-header {
    padding-bottom: 0px;
    border-bottom: 0px;
}
.modal-footer {
    padding-right: 0px;
    padding-bottom: 0px;
    border-top: 0px;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.mean-container .mean-bar {
    background: #333333 none repeat scroll 0 0;
}

.h2-free-trial {
    background: #8C0B05 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 2px 12px;
}

.h2-free-trial:hover {
    color: #fff;
}

.h2-section-title,  .h2-section-title2 {
    color: #000;
    /* color: #525252; */
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 44px;
    margin: 0 0 30px;
    position: relative;
}

.h2-section-title::after {
    background: #8C0B05 none repeat scroll 0 0;
    bottom: -23px;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 76px;
}

.h2-section-text {
    /* color: #494949; */
    color: #000;
    line-height: 24px;
	font-size: 16px;
}


/*2.2 h2-hero*/

.h2-hero-area {
    position: relative;
}

.h2-hero-content-area {
    left: 0;
    position: absolute;
    right: 0;
    top: 34%;
}

.h2ha-content {
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    border-radius: 12px;
}

.h2ha-content-color {
    text-align: center;
    background-color: rgba(255,255,255,0.4);
    /*background-color: rgba(0, 0, 0, 0.7);*/
    border-radius: 12px;
}

.h2ha-c-title,
.h2ha-c-title>span {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 52px;
    margin: 0 0 45px;
}

.h2ha-c-title {
    color: #8C0B05;
    /* color: #000; */
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.h2ha-c-title>span {
    /* color: #8C0B05; */
    color: #000;
    font-weight: 300;
    text-decoration: underline;
}

.h2ha-c-text {
    /*color: #fff;*/
    /* color: rgba(0, 0, 0, 0.7); */
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    line-height: 36px;
    margin: auto auto 65px;
    width: 60%;
    font-weight: bold;
	padding-bottom: 10px;
}

.h2ha-c-text2 {
    /* color: rgba(0, 0, 0, 0.7); */
	color: #000;
    font-size: 24px;
    line-height: 36px;
    margin: auto auto 65px;
    width: 83.33333333%;
    font-weight: bold;
	padding-bottom: 10px;
}

.h2ha-c-text-color {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    margin: auto auto 65px;
    width: 60%;
	padding-bottom: 10px;
}

.h2ha-c-link {
    background: #8C0B05 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 8px 28px;
}

.h2ha-c-link:hover {
    color: #fff;
}

.hero-go-down {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 9;
}

.hero-go-down>a {
    border: 1px solid #fff;
    border-radius: 14px;
    display: inline-block;
    height: 46px;
    position: relative;
    width: 24px;
}

.hero-go-down>a::after {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 16px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 8px;
    width: 2px;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(12px);
    }
    60% {
        transform: translateY(8px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(12px);
    }
    60% {
        transform: translateY(8px);
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(12px);
    }
    60% {
        transform: translateY(8px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(12px);
    }
    60% {
        transform: translateY(8px);
    }
}


/*2.3 h2-about*/

.h2-about1-area {
    /* background: rgba(0, 0, 0, 0) url("../img/home2/about1.png") no-repeat scroll 115% 0 / contain; */
    background: rgba(0, 0, 0, 0) url("../img/home2/about1.png") no-repeat center right;
    margin: 80px 0 38px;
    padding: 0 0 48px;
}

.h2-about-content {}

.h2-about-content .h2-section-title {
    margin: 0 0 18px;
}

.h2-about-content .h2-section-title::after {
    display: none;
}

.h2-ac-text {
    /* color: #525252; */
    color: #000;
    line-height: 24px;
    margin: 0 0 37px;
	font-size: 16px;
}

.h2-ac-list {
    list-style: outside none none;
    margin: 0 0 29px;
    padding: 0;
}

.h2-ac-list li {
    /* color: #525252; */
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 18px;
    padding-left: 34px;
    position: relative;
}

.h2-ac-list li:last-child {
    margin-bottom: 0;
}

.h2-ac-list li::before {
    color: #8C0B05;
    content: "";
    font-family: FontAwesome;
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 2px;
}

.h2ac-order-learn {}

.h2ac-order-learn .h2ac-ol-order {
    background: #8C0B05 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-right: 10px;
    padding: 11px 42px;
}

.h2ac-order-learn .h2ac-ol-learn,
.h2ac-order-learn .h2ac-ol-learn a {
    /* color: #989898; */
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.h2ac-order-learn .h2ac-ol-learn {}

.h2ac-order-learn .h2ac-ol-learn a {
    color: #8C0B05;
}

.h2-about2-area {
    background: rgba(0, 0, 0, 0) url("../img/home2/about2.jpeg") no-repeat scroll 50% 0 / cover;
    padding: 120px 0 138px;
	margin-top: 80px;
}

.span-about-values
{
    color: #8C0B05;
	font-weight: 500;
	font-size: 20px;
	padding-right: 10px;
	line-height: 40px;
}


/*2.4 h2-feature*/

.h2-feature-area {
    padding: 0 0 88px;
}

.h2-feature-head {
    margin: 0 0 30px;
    text-align: center;
}

.h2-feature-head h2 {}

.h2-feature-head p {}

.service-4 {}

.service-4 .service-box {
    margin: 0 0 90px;
}

.service-4 .service-box .sb-icon {
    margin: 0 0 22px;
    text-align: center;
}

.service-4 .service-box .sb-icon i {
    color: #8C0B05;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
}

.service-4 .service-box .sb-icon img {
	margin-top: 5px;
	margin-bottom: 7px;
}

.service-4 .service-box .sb-content {
    text-align: center;
}

.service-4 .service-box .sb-content h4 {
    /* color: #233141; */
    color: #000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0 0 22px;
}

.service-4 .service-box .sb-content p {
    /* color: #5c5c5c; */
    color: #000;
    line-height: 24px;
	font-size: 16px;
}

.service-4 .service-box .sb-content p a {
    font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.h2-feature-view {
    position: relative;
    text-align: center;
}

.h2-feature-view::before {
    background: #8C0B05 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: -1;
}

.h2-feature-view button {
    background: #8C0B05 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0;
    padding: 12px 24px;
}


/*2.5 h2-banner*/

.h2-banner-area {
    background: rgba(0, 0, 0, 0) url("../img/home2/banner.jpg") no-repeat fixed left top / cover;
    padding: 114px 0 130px;
}

.h2-banner-content {}

.h2-banner-content h2 {
    color: #fff;
}

.h2-banner-content h2::after {
    display: none;
}

.h2-banner-content p {
    color: #fff;
    margin: 0 0 36px;
}

.h2-banner-content a {
    background: #8C0B05 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    padding: 14px 22px;
}


/*2.6 h2-client-say*/

.h2-client-say-area {
    padding: 0 0 90px;
}

.h2-client-say-head {
    margin: 0 0 86px;
    text-align: center;
}

.h2-client-say-head h2 {}

.h2-client-say-head p {}

.h2-client-say-box {
    padding-bottom: 82px;
    position: relative;
}

.h2-client-say-box::before {
    background: #8C0B05 none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 5px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100px;
    z-index: 6;
}

.h2-client-say-box:hover::before {
    opacity: 1;
}

.h2csb-img {
    float: left;
    width: 25%;
}

.h2csb-img-box {
    height: 70px;
    margin-top: 50px;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 70px;
}

.h2csb-img-box img {
    height: 100%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
}

.h2csb-content {
    float: left;
    width: 75%;
}

.h2csb-content p {
    color: #555555;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 22px;
}

.h2csb-content h4 {
    color: #363636;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
}

.h2csb-content h4 i {
    color: #8C0B05;
    margin-right: 14px;
}

.h2-client-border {
    background: #e5e5e5 none repeat scroll 0 0;
    height: 5px;
    width: 100%;
}


/*2.7 h2-pricing*/

.h2-pricing-area {
    background: rgba(0, 0, 0, 0) url("../img/home2/pricing.jpg") no-repeat scroll 0 0 / cover;
    padding: 37px 0 63px;
}

.h2-pricing-head {
    margin: 0 0 83px;
    text-align: center;
}

.h2-pricing-head h2 {}

.h2-pricing-head p {}

.h2-pricing-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 6px 40px 0 rgba(0, 0, 0, 0.3);
    float: left;
    text-align: center;
    width: 33.33%;
}

.h2pb-head {
    background: #434343 none repeat scroll 0 0;
    padding: 19px 0;
    position: relative;
}

.h2pb-head::after {
    border-color: #434343 transparent transparent;
    border-style: solid;
    border-width: 9px 20.5px 0;
    bottom: -9px;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}

.h2pb-head .h2pb-head-type {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 32px;
}

.h2pb-head .h2pb-head-duration {
    color: #c8c8c8;
    line-height: 18px;
}

.h2pb-price {
    background: #f8f8f8 none repeat scroll 0 0;
    margin: 0 0 18px;
    padding: 14px 0;
}

.h2pb-price h2 {
    color: #8c8c8c;
    font-size: 46px;
    letter-spacing: 0;
    line-height: 50px;
}

.h2pb-price h2 span {
    font-size: 24px;
}

.h2pb-list {
    background: #fff none repeat scroll 0 0;
    margin: 0 0 16px;
}

.h2pb-list ul {
    list-style: outside none none;
    padding: 0;
}

.h2pb-list ul li {
    border-bottom: 1px solid #f8f8f8;
    color: #8c8c8c;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 34px;
}

.h2pb-list ul li:last-child {
    border-bottom: none;
}

.h2pb-register {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 30px 0;
}

.h2pb-register a {
    background: #434343 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 22px;
    padding: 15px 38px;
    text-transform: uppercase;
}

.h2pb-register a:hover {
    background: #8C0B05 none repeat scroll 0 0;
}

.h2-pricing-box.active {
    position: relative;
    z-index: 6;
    top: -35px;
}

.h2-pricing-box.active .h2pb-head {
    background: #8C0B05 none repeat scroll 0 0;
    padding: 37px 0;
}

.h2-pricing-box.active .h2pb-head::after {
    border-color: #8C0B05 transparent transparent;
}

.h2-pricing-box.active .h2pb-head .h2pb-head-duration {
    color: #fff;
}

.h2-pricing-box.active .h2pb-register {
    padding: 50px 0;
}

.h2-pricing-box.active .h2pb-register a {
    background: #8C0B05 none repeat scroll 0 0;
}


/*2.8 h2-need-help*/

.h2-need-help-area {
    padding: 83px 0 90px;
}

.h2-need-help-content {
    text-align: center;
}

.h2-need-help-content h2 {
    color: #8C0B05;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 44px;
    margin: 0 0 8px;
}

.h2-need-help-content p {
    /* color: #9b9b9b; */
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
}

.h2-need-help-content span {
    /* color: #535353; */
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 4px;
}

.h2-need-help-content a {
    /* color: #535353; */
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: underline;
}


/*2.9 h2-get-start*/

.h2-get-started-area {
    background: rgba(0, 0, 0, 0) url("../img/home2/get-started-bg.jpg") no-repeat fixed left top / cover;
    padding: 78px 0 85px;
}

.h2-get-started-left {}

.h2-get-started-left h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0 0 4px;
}

.h2-get-started-left p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.h2-get-started-right {}

.h2-get-started-right a {
    background: #2f829d none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    padding: 10px 23px;
}


/*2.10 h2-footer*/

.h2-footer {
  background: #f7f7f7 none repeat scroll 0 0;
}

.h2-footer-top-area {
    padding: 75px 0 0;
}

.single-footer {}

.sf-title {
    color: #464646;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 17px;
}

.sf-list {
    list-style: outside none none;
    padding: 0;
}

.sf-list li,
.sf-list li a {
    color: #8f8f8f;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
}

.sf-list li {}

.sf-list li a {}

.sf-list li a:hover {
    color: #8C0B05;
}

.sf-text {
    color: #8f8f8f;
    line-height: 24px;
}

.sf-email {
    color: #8C0B05;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.h2-footer-top-border {
    background: #8f8f8f none repeat scroll 0 0;
    height: 1px;
    margin-top: 71px;
    width: 100%;
}

.h2-footer-bottom-area {
    padding: 18px 0;
}

.h2fba-left {}

.h2fba-left p {}

.h2fba-links {
    text-align: right;
}

.h2fba-links ul {
    list-style: outside none none;
    padding: 0;
}

.h2fba-links ul li {
    display: inline-block;
}

.h2fba-links ul li a {
    color: #8f8f8f;
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 5px 6px;
}

.h2fba-links ul li:last-child a {
    padding-right: 0;
}

.h2fba-links ul li a:hover {
    color: #8C0B05;
}



/*----------------------------------------*/


/*  3. About
/*----------------------------------------*/

.hero-others {}


/*special-service*/

.special-offer-area {
    padding: 103px 0 130px;
}

.special-offer-head {
    margin: 0 0 88px;
}

.pecial-service-contents {}

.special-service-box {
    /* background: rgba(0, 0, 0, 0) url("../img/about/special-bg.jpg") no-repeat scroll left center / cover; */
    margin: 0 0 20px;
    padding: 51px 44px 48px 112px;
    position: relative;
}

.special-service-box:last-child {
    /*margin-bottom: 0;*/
}

.special-service-box::before {
    background: #2d2d2d none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 0;
}

.special-service-box:hover::before {
    /* opacity: 0.8; */
}

.special-service-box .ssb-icon {
    border: 2px solid #8C0B05;
    border-radius: 100px;
    color: #8C0B05;
    font-size: 30px;
    height: 54px;
    left: 38px;
    line-height: 54px;
    position: absolute;
    text-align: center;
    top: 34px;
    width: 54px;
    z-index: 9;
}

.special-service-box .ssb-title {
    color: #fff;
    font-weight: 1000;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 0 12px;
    position: relative;
    z-index: 9;
	size: 16px;
	font-size: 18px;
}

.special-service-box .ssb-text {
    color: #ffffff;
    line-height: 24px;
    position: relative;
    z-index: 9;
	font-size: 16px;
}

.special-service-banner {
    display: inline-block;
    position: relative;
}

.special-service-banner::before {
    border: 1px solid #fff;
    content: "";
    height: 96%;
    left: 2%;
    position: absolute;
    top: 2%;
    width: 96%;
}

.recent-work-inner h3 {
	color: #8C0B05;
	/* line-height: 1.1em; */
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

/*emergency*/

.emergency-area {
    background: rgba(0, 0, 0, 0) url("../img/about/emergency.jpg") no-repeat fixed left center / cover;
    padding: 71px 0;
}

.emergency-left {}

.emergency-left .el-title,
.emergency-left .el-title span {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 34px;
}

.emergency-left .el-title {
    margin: 0 0 16px;
    text-transform: uppercase;
}

.emergency-left .el-title span {
    color: #8C0B05;
}

.emergency-left .el-text {
    color: #fff;
    font-weight: 500;
    line-height: 24px;
}

.emergency-right {
    margin: 12px 0 0;
    text-align: right;
}

.emergency-right .er-call {
    background: #8C0B05 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding: 12px 35px;
}


/*agents*/

.all-agents-area {
    padding: 0 0 74px;
}

.all-agents-head {
    margin: 0 0 104px;
}

.single-agent {
    display: inline-block;
    margin: auto auto 56px;
}

.single-agent .agent-img {
    position: relative;
}

/*
.single-agent .agent-img img {}
.single-agent .agent-img-content {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
*/
.single-agent:hover .agent-img-content {
    opacity: 1;
    visibility: visible;
}

.single-agent .agent-img-content p {
    /* background: #fff none repeat scroll 0 0; */
    /* border: 5px solid #8C0B05; */
    /* border-radius: 24px; */
    /* color: #333333; */
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    min-width: 400px;
    padding: 13px 25px;/* 52px;*/
    text-align: justify;
}
.single-agent .agent-content div p {
    color: #494949;
    color: #000;
    line-height: 24px;
	text-transform: none;
	margin-top: 10px;
}

.single-agent .agent-content {
    margin: 38px 0 0;
    text-align: center;
}

.single-agent .agent-content h3 {
    /* color: #333333; */
    color: #000;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0 0 3px;
    text-transform: uppercase;
}

.single-agent .agent-content p {
    color: #8C0B05;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.agent-view-all {
    text-align: center;
}

.agent-view-all a {
    border: 2px solid #898989;
    border-radius: 25px;
    color: #8C0B05;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    padding: 7px 22px;
}


/*testimonial*/

.testimonial-area {
    background: rgba(0, 0, 0, 0) url("../img/about/testimonial-bg_blurry.png") no-repeat left center / cover;
    padding: 157px 0 161px;
}

.testimonial {}

.testimonial-box {
    text-align: center;
}

.testimonial-box p {
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    padding: 58px 0 0;
    position: relative;
    text-transform: uppercase;
}

.testimonial-box p::before {
    content: "";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.testimonial-box span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
}

.testimonial-carousel .owl-nav {}

.testimonial-carousel .owl-nav>div {
    background: rgba(122, 124, 127, 0.5) none repeat scroll 0 0;
    border: 1px solid #b4b5b7;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}

.testimonial-carousel .owl-nav>div:hover {
    background: #8C0B05 none repeat scroll 0 0;
    border: 1px solid #8C0B05;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: -80px;
}

.testimonial-carousel .owl-nav .owl-next {
    right: -80px;
}


/*skill-about*/

.skill-about-area {
    padding: 130px 0 140px;
}

.skills {}

.skill-about-title {
    color: #434343;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 30px;
    padding: 0 0 26px;
    position: relative;
}

.skill-about-title::before {
    background: #434343 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
}

.skill-about-title::after {
    background: #434343 none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 30px;
}

.all-progess {}

.skills-progress {
    margin: 0 0 26px;
    width: 80%;
}

.skills-progress:last-child {
    margin-bottom: 0;
}

.skills-progress .progressbar-title {
    color: #434343;
    line-height: 18px;
    margin: 0 0 16px;
}

.skills-progress .progress {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    height: 10px;
    margin: 0;
    overflow: visible;
    position: relative;
}

.skills-progress .progress .progress-bar {
    background: #8C0B05 none repeat scroll 0 0;
}

.skills-progress .progress span {
    color: #979797;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    position: absolute;
    right: -50px;
    top: -5px;
    z-index: 9;
}

.left-anim {
    animation: animate-positive 2s;
    opacity: 1;
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}


button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
    background-color: #ddd;
}

button.accordion::after {
    color: #9c9c9c;
    content: "";
    float: right;
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
    position: absolute;
    right: 20px;
}

button.accordion.active::after,
button.accordion:hover::after {
    color: #ffffff;
    content: "";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}

.faq .panel {
    margin-bottom: 5px;
}

.faq button.accordion {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #e7e7e7;
    color: #434343;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    outline: medium none;
    padding: 7px 30px;
    position: relative;
}

.faq button.accordion.active,
button.accordion:hover {
    background-color: #8C0B05;
    color: #fff;
}

button.accordion.active {
    background: #8C0B05 none repeat scroll 0 0;
    color: #fff;
}

span.accordion-before {
    background: #cbcbcb none repeat scroll 0 0;
    border-radius: 8px 0 0 8px;
    color: #fff;
    height: 100%;
    left: 0;
    line-height: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
}


/*----------------------------------------*/


/*  4. Service
/*----------------------------------------*/

.service-about2 {
    background: #f6f7f9 none repeat scroll 0 0;
    position: relative;
}

.service-about2-bg {
    background-image: url("../img/service/about2-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 46%;
}

/*----------------------------------------*/


/*  5. Cotnact
/*----------------------------------------*/


/*others-hero*/

.blog-hero-area {
	/* 4K 120 dpi
    background: rgba(0, 0, 0, 0) url("../img/about/test-blurry1.png") no-repeat -150px 0 / cover;
	*/
    background: rgba(0, 0, 0, 0) url("../img/about/test-blurry1.png") no-repeat -0px 0 / cover;
    padding: 130px 0 120px;
    position: relative;
}

.blog-hero-area-about {
	/* 4K 120 dpi
    background: rgba(0, 0, 0, 0) url("../img/about/test-blurry1.png") no-repeat -600px 0 / cover;
	*/
    background: rgba(0, 0, 0, 0) url("../img/about/test-blurry1.png") no-repeat -0px 0 / cover;
    padding: 130px 0 120px;
    position: relative;
}
.blog-hero-area-about .container, .blog-hero-area .container  {
	margin-top: 20px;
}
.blog-hero-area-bw {
	/* 4K 120 dpi
    background: rgba(0, 0, 0, 0) url("../img/about/test-blurry1.png") no-repeat -250px 0 / cover;
	*/
    background: rgba(0, 0, 0, 0) url("../img/about/test-blurry1.png") no-repeat -0px 0 / cover;
    padding: 130px 0 120px;
    position: relative;
}

.blog-hero {
    text-align: center;
}

.blog-hero h2.bh-title {
    color: #8C0B05;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 62px;
	padding-top: 60px;
    padding-bottom: 62px;
    position: relative;
    text-transform: capitalize;
}

/*.blog-hero h2.bh-title::after {
    background-image: url("../img/blog-standard/hero-title-bar.png");
    background-size: cover;
    bottom: 0;
    content: "";
    height: 39px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 10px;
}*/

.bh-menu-area {
  background: #8C0B05 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 9px 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.bh-menu {}

.bh-menu ul {
    list-style: outside none none;
    padding: 0;
}

.bh-menu ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.bh-menu ul li:last-child {
    margin-right: 0;
}

.bh-menu ul li::after {
    color: #fff;
    content: "/";
    position: absolute;
    right: -28px;
    top: 0;
}

.bh-menu ul li:last-child::after {
    display: none;
}

.bh-menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: uppercase;
}

.contact-area {
  padding: 50px 0 54px;
}

.contact-head {
    margin: 0 0 51px;
}

.contact-title1 {
    color: #000000;
    font-weight: 500;
    letter-spacing: 0;
}

.contact-map {}

.contact-title2 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 14px;
}

.contact-title2.corporate-info
{
	/*margin-top: 34px;*/
}

.contact-title3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 14px;
	display: inline;
}


.gmap {
    margin: 0 0 34px;
}

#googleMap {
    height: 280px;
    width: 100%
}

.contact-address {
    list-style: outside none none;
    padding: 0;
}

.contact-address li {
    color: #000000;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 14px;
}

.contact-address li:last-child {
    margin-bottom: 0;
}

.contact-social {
    list-style: outside none none;
    padding: 0;
}

.contact-social li {
    margin: 0 0 8px;
}

.contact-social li:last-child {
    margin-bottom: 0;
}

.contact-social li a {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 28px;
    position: relative;
}

.contact-social li a i {
    background: #000 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}

.contact-form-area {}

.contact-form {}

.cf-input-box {
    margin-top: 0px;
	margin-bottom: 10px;
}

.cf-input-box input[type="login"] {
    border: 0 none;
    border-bottom: 1px solid #e5e5e5;
    color: #000000;
    font-size: 13px;
    height: 38px;
    letter-spacing: 0;
    padding: 0 10px;
    width: 100%;
}

.cf-input-box input[type="text"], .cf-input-box input[type="tel"] {
    border: 0 none;
    border-bottom: 1px solid #c2c2c2;
	background-color: #e5e5e5;
    color: #000000;
    font-size: 13px;
    height: 38px;
    letter-spacing: 0;
    padding: 0 10px;
    width: 100%;
}

.cf-input-box input[type="password"] {
    border: 0 none;
    border-bottom: 1px solid #e5e5e5;
    color: #000000;
    font-size: 13px;
    height: 38px;
    letter-spacing: 0;
    padding: 0 10px;
    width: 100%;
}

.cf-input-box input[type="password"].popup, .cf-input-box input[type="login"].popup  {
    border: 0 none;
    border-bottom: 1px solid #c2c2c2;
	background-color: #e5e5e5;
    color: #000000;
    font-size: 13px;
    height: 38px;
    letter-spacing: 0;
    padding: 0 10px;
    width: 100%;
}

.cf-input-box input[type="email"] {
    border: 0 none;
    border-bottom: 1px solid #c2c2c2;
	background-color: #e5e5e5;
    color: #000000;
    font-size: 13px;
    height: 38px;
    letter-spacing: 0;
    padding: 0 10px;
    width: 100%;
}

.cf-input-box textarea {
    border: 0 none;
    border-bottom: 1px solid #c2c2c2;
	background-color: #e5e5e5;
    color: #000000;
    font-size: 13px;
    height: 184px;
    letter-spacing: 0;
    padding: 0 10px;
    width: 100%;
}

.cf-input-box input[type="submit"] {
  background: #8C0B05 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0px;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  padding: 5px 26px;
  text-transform: uppercase;
}

.recent-work-inner{
	padding-bottom: 10px;
}

.recent-work-inner * {
	font-size: 16px;
}

.modal-body .h2-ac-text {
	margin-bottom: 15px;
}

.modal-body .h2-ac-text a {
	font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.btn {
  border-radius: 0px;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
	background: #8C0B05;
  border: 0 none;
  color: #fff;
  min-width: 5em;
  
    border: 1px solid transparent;
	/*display: inline-block;
	-webkit-appearance: button;
    cursor: pointer;*/

  /*background: #8C0B05 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0px;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  padding: 5px 26px;
  text-transform: uppercase;*/
}

.cf-input-box input[type="button"] {
  background: rgba(0,0,0,.125) none repeat scroll 0 0;
  border: 0 none;
  /* border-radius: 25px; */
  bottom: 0;
  color: #888;
  font-size: 12px;
  letter-spacing: 0;
  padding: 5px 26px;
  text-transform: uppercase;
}

.cf-ib-submit {
    text-align: right;
}

/*mail*/

.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.cf-msg p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}

/*----------------------------------------*/


/*  6. Blog Standard
/*----------------------------------------*/

.standard-blog-area {
    padding: 84px 0 90px;
}

.blog-standard {}

.bs-title {
    margin: 0 0 56px;
    position: relative;
}

.bs-title h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 30px;
}

.bs-title .bs-title-border {
  background: #fdb801 none repeat scroll 0 0;
  bottom: 38px;
  height: 1px;
  position: absolute;
  width: 20px;
  z-index: 9;
}

.bs-title .bs-title-border::after {
    background: #fdb801 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -125px;
    top: 0;
    width: 120px;
    z-index: 9;
}

.bs-title p {
    color: #959595;
    line-height: 24px;
}

.single-blog-standard {
    margin: 0 0 80px;
}

.sbs-img {
    display: inline-block;
    position: relative;
}

.sbs-img img {}

.sbs-i-likes {
    background: #fff none repeat scroll 0 0;
    bottom: 2px;
    min-width: 34px;
    position: absolute;
    left: 2px;
    text-align: center;
}

.sbs-i-likes span {
  color: #8C0B05;
  display: block;
}

.sbs-i-likes p {
  color: #8C0B05;
  font-weight: 500;
}

.sbs-i-comments {
    background: #fff none repeat scroll 0 0;
    bottom: 2px;
    min-width: 34px;
    position: absolute;
    right: 2px;
    text-align: center;
}

.sbs-i-comments span {
  color: #8C0B05;
  display: block;
}

.sbs-i-comments p {
  color: #8C0B05;
  font-weight: 500;
}

.sbs-content {
    padding: 35px 0 0;
}

.sbs-c-title {
    color: #313131;
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 19px;
}

.sbs-c-meta {
    border-bottom: 1px solid #ecf0f1;
    border-top: 1px solid #ecf0f1;
    margin: 0 0 21px;
    padding: 1px 0;
}

.sbs-c-meta p {
    color: #666666;
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    margin-right: 42px;
    position: relative;
}

.sbs-c-meta p:last-child {
    margin-right: 0;
}

.sbs-c-meta p::after {
    background: #b9b8b8 none repeat scroll 0 0;
    content: "";
    height: 11px;
    position: absolute;
    right: -24px;
    top: 3px;
    width: 1px;
}

.sbs-c-meta p:last-child::after {
    display: none;
}

.sbs-c-meta p a {
    color: #b9b8b8;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
}

.sbs-text {
    color: #999999;
    line-height: 26px;
    margin: 0 0 24px;
}

.sbs-more {
    color: #313131;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
}

.sbs-more i {
    margin-right: 5px;
}

.bs-pagination {}

.bs-pagination ul {
    list-style: outside none none;
    padding: 0;
}

.bs-pagination ul li {
    display: inline-block;
}

.bs-pagination ul li a {
    border: 2px solid #efefef;
    color: #3c3c3c;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 0;
    line-height: 40px;
    min-width: 40px;
    padding: 0 12px;
    text-align: center;
}

.bs-pagination ul li a:hover {
    background: #ff7741 none repeat scroll 0 0;
    border: 2px solid #ff7741;
    color: #fff;
}


/*blog-sidebar*/

.blog-sidebar {}

.blog-widget {
    margin: 0 0 42px;
}

.blog-widget .widget-title {
    color: #25292f;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 11px;
}

.widget_search {}

.widget-serach-box {
    position: relative;
}

.widget-serach-box input[type="text"] {
    border: 1px solid #eaeaea;
    color: #b7b7b7;
    font-size: 18px;
    font-weight: 300;
    height: 60px;
    letter-spacing: 0;
    padding: 0 60px 0 10px;
    width: 100%;
}

.widget-serach-box button {
  background: #8C0B05 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  height: 100%;
  padding: 0 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.widget_categories {}

.blog-widget {}

.blog-widget ul {
    list-style: outside none none;
    padding: 0;
}

.blog-widget ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 19px 0;
}

.blog-widget ul li:last-child {
    border-bottom: medium none;
    padding-bottom: 0;
}

.blog-widget ul li a {
    color: #030104;
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    padding-left: 25px;
    position: relative;
}

.blog-widget ul li a::before {
    color: #030104;
    content: "";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-widget ul li a:hover {
  color: #8C0B05;
}

.blog-widget ul li a:hover::before {
  color: #8C0B05;
}

.widget_news {}

.widget-rn-box {
    margin: 0 0 17px;
}

.widget-rn-box:last-child {
    margin-bottom: 0;
}

.widget-rn-box a {
    color: #7c7c7c;
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 2px;
}

.widget-rn-box a:hover {
  color: #8C0B05;
}

.widget-rn-box p {
    color: #7c7c7c;
    font-size: 17px;
    font-weight: 300;
}

.widget_tag_cloud {}

.widget_tag_cloud .wt-tags {}

.widget_tag_cloud .wt-tags li {
    border: 0 none;
    display: inline-block;
    margin: 0 0 5px;
    padding: 0;
}

.widget_tag_cloud .wt-tags li a {
  background: #8C0B05 none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  padding: 8px 15px;
}

.widget_tag_cloud .wt-tags li a:hover {
    background: #ff7741 none repeat scroll 0 0;
    color: #fff;
}

.widget_tag_cloud .wt-tags li a::before {
    display: none;
}

.widget_banner {}

.widget-banner-box {
    border: 1px solid #eaeaea;
    padding: 26px 20px;
    text-align: center;
}

.widget-banner-box h3 {
    color: #828282;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}

.widget-banner-box h2 {
    color: #25292f;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    margin: 8px 0;
}

/*----------------------------------------*/


/*  7. Blog Details
/*----------------------------------------*/

.standard-details-area {
    padding: 90px 0;
}

.blog-details {}

.bd-img {
    position: relative;
}

.bd-img img {}

.bd-img-content {
    bottom: 48px;
    left: 45px;
    position: absolute;
}

.bd-img-content h6 {
    color: #fdb801;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}

.bd-img-content h2 {
    color: #fff;
    font-size: 60px;
    letter-spacing: 0;
    line-height: 64px;
}

.bd-img-content ul {
    list-style: outside none none;
    padding: 0;
}

.bd-img-content ul li {
    display: inline-block;
    margin-right: 19px;
    position: relative;
}

.bd-img-content ul li::after {
    color: #fff;
    content: "/";
    position: absolute;
    right: -18px;
    top: 0;
}

.bd-img-content ul li:last-child {
    margin-right: 0;
}

.bd-img-content ul li:last-child::after {
    display: none;
}

.bd-img-content ul li a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
}

.bd-intro {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 25px;
}

.bd-text {
    color: #a1a1a1;
    line-height: 24px;
    margin: 0 0 32px;
}

.bd-blockquote {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 40px;
    padding-left: 134px;
    position: relative;
}

.bd-blockquote::before {
    background: #edf2f5 none repeat scroll 0 0;
    color: #000000;
    content: "";
    font-family: FontAwesome;
    height: 70px;
    left: 0;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
}

.bd-tags-share {
    margin: 0 0 110px;
    overflow: hidden;
}

.bd-tags-share .bdts-tags {
    display: inline-block;
}

.bd-tags-share .bdts-tags ul {
    list-style: outside none none;
    padding: 0;
}

.bd-tags-share .bdts-tags ul li {
    color: #000000;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin-right: 5px;
}

.bd-tags-share .bdts-tags ul li a {
    color: #a1a1a1;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.bd-tags-share .bdts-tags ul li a:hover {
    color: #000000;
}

.bd-tags-share .bdts-share {
    float: right;
}

.bd-tags-share .bdts-share ul {
    list-style: outside none none;
    padding: 0;
}

.bd-tags-share .bdts-share ul li {
    display: inline-block;
    margin-right: 12px;
}

.bd-tags-share .bdts-share ul li a {
    color: #959595;
    font-weight: 500;
    letter-spacing: 0;
}

.about-author {
    margin: 0 0 112px;
}

.about-author .aa-title {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 36px;
}

.aa-box {
    overflow: hidden;
}

.aa-box .aa-box-img {}

.aa-box .aa-box-img img {}

.aa-box-content {}

.aa-box-content h5 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 18px;
}

.aa-box-content h5 span {
    color: #b7b7b7;
    font-size: 12px;
    font-weight: 400;
}

.aa-box-content p {
    color: #a1a1a1;
    line-height: 24px;
    margin: 0 0 27px;
}

.aa-box-content ul {
    list-style: outside none none;
    padding: 0;
}

.aa-box-content ul li {
    display: inline-block;
}

.aa-box-content ul li a {
    color: #000000;
    display: block;
    font-size: 16px;
    padding: 0 8px;
}

.comments {
    margin: 0 0 112px;
}

.comments-count {
    margin: 0 0 32px;
}

.comments-count h4 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

.comments-count h4 span {
    color: #a1a1a1;
}

.comments ol {
    list-style: outside none none;
    padding: 0;
}

.comments ol li {}

.comments ol li {}

.comments ol li .comment-status-text {}

.comment-status-text .comment-img {
    float: left;
    height: 50px;
    width: 50px;
}

.comment-status-text .comment-img img {
    border-radius: 100px;
    height: 100%;
}

.comment-status-text .comment-author-metadata {
    overflow: hidden;
    padding-left: 30px;
    position: relative;
}

.comment-status-text .comment-author-metadata .author {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 14px;
}

.comment-status-text .comment-author-metadata .author span {
    color: #b7b7b7;
    font-weight: 400;
}

.comment-status-text .comment-author-metadata .comment-content {
    color: #a1a1a1;
    line-height: 24px;
}

.comment-status-text .comment-author-metadata .comment-reply-link {
    color: #000000;
    font-weight: 500;
    letter-spacing: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

.comments .children {
    list-style: outside none none;
    padding: 0;
}

.comments .children li {
    padding-left: 40px;
}

.comments article {
    margin: 0 0 33px;
}

.comment-respond {}

.comment-respond h4 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 39px;
}

.comment-respond-box {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 35px 70px 50px;
}

.comment-respond-box input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-bottom: 1px solid #e1e1e1;
    color: #959595;
    font-size: 14px;
    height: 48px;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

.comment-respond-box input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-bottom: 1px solid #e1e1e1;
    color: #959595;
    font-size: 14px;
    height: 48px;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

.comment-respond-box textarea {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-bottom: 1px solid #e1e1e1;
    color: #959595;
    font-size: 14px;
    height: 88px;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

.comment-respond-box input[type="submit"] {
  background: #8C0B05 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  padding: 12px 60px;
  text-transform: uppercase;
}


#partner {
  background: url(../img/partners/partner-blurry-1.png) 65% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding:100px;
  padding-top: 50px;
}


@media (min-width: 768px) {
  #partner .container:first-child {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #partner .container:first-child {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #partner .container:first-child {
    width: 1300px;
  }
}

.partners2 {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  background-color: rgba(255,255,255,0.5);
  border-radius: 12px;
  line-height: 52px;
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#partner .h2ha-c-title{
	margin-bottom: 0;
}

#partner h2 {
  /*color: #fff;*/
  color: #8C0B05;
  font-size:30px;
  font-weight:600;
  width: 83.33333333%;
  margin: auto;
}

#partner p {
  /*color: #fff;*/
  color: rgba(0, 0, 0, 0.7);
  font-size:20px;  
  font-weight: bold;
  padding-top: 20px;
  width: 83.33333333%;
  margin: auto;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 45%;
  padding: 0 50px;
  /* margin-left: 20px; */
  /* margin-right: 20px; */
  /* padding-bottom: 500em; */
  /* margin-bottom: -500em; */
}

.partners ul li a img {
	margin-top:50px;
}
.partners ul li a svg {
	margin-top:50px;
}

.container .partners div {
	margin-top: 20px;
	margin-bottom: 20px;
}

.container .partners:last-child div {
	margin-top: 0;
}

.row.whatsetsusapart {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
/* .row > [class*='special-service-box'] { */
  /* display: flex; */
  /* flex-direction: column; */
/* } */
/* .row .special-service-contents { */
  /* display: flex; */
  /* flex-direction: column; */
/* } */