/*
* Title Section
* fl-iconbox
* Services-textblock
* Over tab
* ImageBox
* About Us
* Contact form7
* Blog Shorcode
* dhc_client_slider
* Iconlist 
* Accordion
* Button
* dhc Text block
* Counter
* dhc-overlay
* dhc-single-images
* fl-counter
*/

  /* button */
  .btn-cons a {
    position: relative;
    display: inline-block;
    padding: 13px 30px;
    font-family: "Karla", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    background-color: #3a526a;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-cons a:hover {
    background-color: #dc291e;
    color: #fff;
}

/* over write button */
.dhc-button-border .vc_btn3.vc_btn3-color-primary {
    background-color: transparent !important;
    border: 2px solid #fff !important;
}

.dhc-button-border .vc_btn3.vc_btn3-color-primary:hover {
    background: #091b27 !important;
    border-color: #091b27 !important;
}

.dhc-button-border .vc_general.vc_btn3 {
    padding-top: 9px !important;
    font-size: 18px !important;
    color: #fff !important;
}

/* Title Section
-------------------------------------------------------------- */
.title-section {
    margin-bottom: 50px;
}

.title-section.text-center,
.title-section.center {
    text-align: center;
}

.title-section h1 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 40px;
    position: relative;
    font-weight: 600;
    margin-top: 0;
    position: relative;
    padding-bottom: 20px;
}

.title-section.color-white h1 {
    color: #fff;
}

.title-section h1:after {
    position: absolute;
    left: 0;
    bottom: -0;
    width: 50px;
    height: 3px;
    content: "";
    background: #2691e4;    
}

.title-section.text-center h1:after,
.title-section.center h1:after {
    left: 50%;
    margin-left: -25px;
}

.title-section.style-2 h1:after {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -15px;
    width: 100px;
    height: 2px;
    background: #18364a;
    content: "";
}

.title-section.style-2 h1:before {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -15px;
    width: 50px;
    height: 2px;
    background: #2691e4;
    content: "";
    z-index: 99;
}

.title-section .desc-title {
    font-size: 18px;
    color: #848D91;
}

/* Style 2 */
.title-section.style-2 {
    text-align: center;    
}

/* fl-iconbox
-------------------------------------------------------------- */
.fl-iconbox .fl-icon {
    margin-top: 0;
}

.fl-iconbox.icon-left .icon-wrap {
    float: left;
    width: 70px;
    height: 70px;   
    margin-right: 20px;
    margin-top: -30px;
    text-align: center;
    line-height: 70px;
    font-size: 38px;
    color: #2691e4;   
}

.fl-iconbox.icon-left.circle .icon-wrap {
    background: #2691e4;
    border-radius: 50%;
    color: #fff;
}


.fl-iconbox.icon-left .fl-icon {
    padding-left: 90px;
}

.fl-iconbox.icon-left .fl-desc {
    overflow: hidden;
}

/* Style 3 */
.fl-iconbox.style-3 {
    padding: 25px 15px 20px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.fl-iconbox.icon-left.style-3 .icon-wrap {  
    margin-right: 10px;
    margin-top: -30px;
}

.fl-iconbox.style-3 .icon-wrap {
    font-size: 45px;
}

.fl-iconbox.style-3 .fl-icon {
    font-size: 20px;
    margin-top: 0;
    padding-left: 80px;
}

.fl-iconbox.style-3 .box-button { 
    margin-left: 80px;  
    display: inline-block;
    text-transform: none;
    border-radius: 3px;
    font-size: 14px;
    line-height: 45px;
    padding: 0 29px 0 29px;
    border: 2px solid #2691e4;   
    font-weight: 600;
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fl-iconbox.style-3 .box-button:hover {
    background: #2691e4;
    border-color: #2691e4;
}

.fl-iconbox.style-3 .box-button:hover a {
    color: #fff;
}

.fl-iconbox.style-3 .box-button a {
    color: #2691e4;
}

/* Style 4*/
.fl-iconbox.style-4 {
    background: #fff;
    position: relative;
    padding: 90px 40px 40px 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;    
}

.fl-iconbox.style-4:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}    

.fl-iconbox.style-4 .fl-icon {
    margin-bottom: 22px;
    font-size: 22px;
}

.fl-iconbox.style-4 .icon-wrap {
    position: absolute;
    text-align: center;
    left: 40px;
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 60px;
    color: #fff;
    background: #2691e4;
}

.fl-iconbox.style-4 .sub-title {
    position: absolute;
    right: 25px;
    top: -5px;
    font-size: 150px;
    line-height: 1;
    opacity: .05;
    font-weight: 300;
    color: #182141;    
}

.fl-iconbox.style-4 .box-button a {
    color: #2691e4;
    margin-top: 25px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.fl-iconbox.style-4 .box-button a:hover,
.fl-iconbox.style-4 .box-button a:hover:after {
    color: #222;
}

.fl-iconbox.style-4 .box-button a:hover:after {
    right: -26px;
}

.fl-iconbox.style-4 .box-button a:after {
    position: absolute;
    right: -22px;
    top: 1px;
    font-family: "Ionicons";
    content: "\f3d6";
    color: #2691e4;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* square */
.fl-iconbox.square .icon-wrap {
    width: 60px;
    height: 60px;
    background: #2691e4;
    line-height: 60px;
    font-size: 28px;
}

.fl-iconbox.square.icon-left .fl-icon {
    padding-left: 80px;
}

.fl-iconbox.square .icon-wrap span {
    color: #fff;
}

/* Services-textblock
-------------------------------------------------------------- */
.services-textblock .services-textblock-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #222;
}

.services-textblock .services-textblock-subtitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 34px;
}    

/* Over tab
-------------------------------------------------------------- */
.vc_tta.vc_general.vc_tta-tabs .vc_tta-panel {
    margin-bottom: 0 !important;
}

.vc_tta.vc_general.vc_tta-tabs .vc_tta-panel {
    font-size: 18px !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panels {
    background: #fff !important;
}

/* ImageBox
-------------------------------------------------------------- */
.dhc_imagebox {
    position: relative;
    overflow: hidden;    
}

.dhc_imagebox .imagebox-image {
    position: relative;
    margin-bottom: 28px;
}

.dhc_imagebox .imagebox-header {
    position: relative;
    min-height: auto;
    bottom: 0;
    padding: 0;
    z-index: 11;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dhc_imagebox .imagebox-title {
    font-size: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 14px;
    font-weight: 500;
}

.dhc_imagebox .imagebox-desc {
    margin-bottom: 14px;
}

.dhc_imagebox .imagebox-button a {
    font-weight: 600;
    color: #dc291e;
    padding-right: 17px;
    position: relative;
}

.dhc_imagebox .imagebox-button a:hover {
    padding-right: 30px;
}

.dhc_imagebox .box-button a:before {
    content: "\f054";
    position: absolute;
    top: 0;
    right: 0;
    font-family: "FontAwesome";
    font-size: 11px;
}

/* Style 2 */
.dhc_imagebox.style2 {
    text-align: center;
}

.dhc_imagebox.style2 .imagebox-image {
    margin-bottom: 50px;    
}

.dhc_imagebox.style2 .imagebox-title {
    position: relative;
    font-weight: 700;
    padding-top: 20px;
    margin-bottom: 30px;
}

.dhc_imagebox.style2 .imagebox-title:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 60px;
    height: 1px;
    background: #2691e4 ;
    content: "";
    margin-left: -30px;
}


/* Style 3 use for home layout 02 */
.dhc_imagebox.style-3 {
    position: relative;
}

.dhc_imagebox.style-3 .imagebox-image {
    margin-bottom: 31px;
}

.dhc_imagebox.style-3 .imagebox-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
}

.dhc_imagebox.style-3 .imagebox-subtitle {
    color: #999;
}

.dhc_imagebox.style-3:hover .imagebox-content a {
    background: #2691e4;
    border-color: #2691e4;
}

.dhc_imagebox.style-3:hover .imagebox-content a:after {
    color: #fff;
}

.dhc_imagebox.style-3 .imagebox-content a {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 999;
    font-size: 0;
    width: 45px;
    height: 45px;
    border: 2px solid #e5e5e5;
    font-family: "FontAwesome";
    content: "\f105";
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dhc_imagebox.style-3 .imagebox-content a:after {
    position: absolute;
    left: 18px;
    top: 10px;
    font-family: "Ionicons";
    content: "\f3d3";
    font-size: 20px;
    color: #e5e5e5;
}

/* Imagebox style use partner */
.dhc_imagebox.style-partner {
    text-align: center;
    margin: 0 1.7% 3.3%;
    padding: 30px 30px 38px;
    -webkit-box-shadow: 0px 0px 12px 0px #ccc;
    -moz-box-shadow: 0px 0px 12px 0px #ccc;
    box-shadow: 0px 0px 12px 0px #ccc;
}

.dhc_imagebox.style-partner .imagebox-image {
    margin-top: 38px;
    margin-bottom: 5px;
}

.dhc_imagebox.style-partner .imagebox-title {
    font-size: 18px;
    font-weight: 700;
    color: #2e5797;
    margin-bottom: 1px;
}

.dhc_imagebox.style-partner .imagebox-subtitle {
    display: inline-block;
    font-size: 13px;
    font-style: italic;
}

/* Image box services-grid */
.dhc_imagebox.services-grid .iconbox-icon {
    position: relative;
    min-height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.dhc_imagebox.services-grid .iconbox-icon {
    padding: 0 0 0 0;
}

.dhc_imagebox.services-grid .iconbox-icon .title {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);    
}

.dhc_imagebox.services-grid .iconbox-icon:before,
.dhc_imagebox.services-grid .iconbox-icon:after {
    content: "";
    position: absolute;    
    background: #ffffff;   
}

.dhc_imagebox.services-grid .iconbox-icon:before {
    width: 20px;
    height: 1px;
    left: 50%;
    margin-left: -10px;
    top: 0;
    margin-top: -0.5px;
}

.dhc_imagebox.services-grid .iconbox-icon:after {
    width: 1px;
    height: 20px;
    left: 50%;
    margin-left: -0.5px;
    top: 0;
    margin-top: -10px;
}

.dhc_imagebox.services-grid .iconbox-icon .title a {
    color: #2f3436;
}

.dhc_imagebox.services-grid .iconbox-icon .title a:hover {
    color: #dc291e;
}

.dhc_imagebox.services-grid .iconbox-icon .title {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 11px;
    color: #222;
}

.dhc_imagebox.services-grid:hover .iconbox-icon {
    bottom: 0;
}

.dhc_imagebox.services-grid .imagebox-content {
    position: relative;
    top: 0;    
    color: #666;
    padding: 0 0 0 0;
    text-shadow: 0 0 0;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);    
    opacity: 1;    
    background-color: transparent;
}

.dhc_imagebox.services-grid .box-button a {
    position: relative;
    display: inline-block;
    padding: 0 41px 0 0;    
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    background-color: transparent !important; 
    text-transform: capitalize;
    color: #dc291e;
}

.dhc_imagebox.services-grid .box-button a:hover {
    background-color: transparent !important; 
    color: #333 !important;
}

.dhc_imagebox.services-grid .box-button {
    margin-top: 15px;
} 

.dhc_imagebox.services-grid .box-button a:after {
    top: 0;
    font-family: "Ionicons";
    content: "\f125";
}

.dhc_imagebox.services-grid .imagebox-image {
    position: relative;    
    margin-bottom: 26px;  
}

.dhc_imagebox.services-grid .imagebox-image:after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dc291e;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.dhc_imagebox.services-grid:hover .imagebox-image:after {  
    transform: scale(1);
    -webkit-transform: scale(1);
}

.dhc_imagebox.services-grid:hover .imagebox-image:before {
    opacity: 1;
    visibility: visible;
}

.vc_row .flexslider {
    margin: 0 0 0;
}

/* style 4 for home 3 */
.dhc_imagebox.style-4 .imagebox-image {
    margin-bottom: 16px;
}

.dhc_imagebox.style-4 .imagebox-title {
    font-size: 21px;
    font-weight: 700;
    color: #222;
    margin-bottom: 9px;
}

.dhc_imagebox.style-4 .dhc-button {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding-left: 13px;
}

.dhc_imagebox.style-4 .dhc-button:before {
    font-family: "FontAwesome";
    content: "\f0da";
    font-size: 14px;
    color: #2691e4;
    position: absolute;
    left: 0;
    top: 0;    
}

/* IconBox
-----------------------------------------------------------*/
/* Deafault */
.fl-iconbox.style-2.icon-top {
    text-align: center;
    border: 1px solid #e7e7e7;
    padding: 45px 35px 40px 35px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.fl-iconbox.style-2.icon-top:hover {
    background: #2691e4;
    border-color: #2691e4;
}

.fl-iconbox.style-2.icon-top:hover .fl-icon,
.fl-iconbox.style-2:hover .icon-wrap span,
.fl-iconbox.style-2:hover .fl-desc {
    color: #fff;
}

.fl-iconbox.style-2 .fl-icon {
    margin-bottom: 35px;
    margin-top: 0;
}

.fl-iconbox.style-2 .icon-wrap span {
    font-size: 50px;
    display: inline-block;
    margin-bottom: 40px;
    color: #2691e4;
}

/* dhc-contact-form1 */
.dhc-contact-form1 {
    background: #15416e;
    padding: 30px !important;
}

.dhc-contact-form1 select {
    width: 100% !important;
}

.dhc-contact-form1 label {
    display: block;
    color: #bac3cb;
}

.dhc-contact-form1 input[type="text"],
.dhc-contact-form1 input[type="email"],
.dhc-contact-form1 select {
    margin-bottom: 0;    
    border-radius: 5px;
    color: #bac3cb;
}

.dhc-contact-form1 input:-moz-placeholder {
    color: #bac3cb;
    opacity: 1;
}

.dhc-contact-form1 p {
    margin-bottom: 19px;
}

.dhc-contact-form1 .dhc-button-form {
    position: relative;
    display: inline-block;
    padding: 13px 30px 13px 30px;
    font-family: "Karla", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    background-color: #dc291e;
    text-transform: uppercase;
    color: #fff;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dhc-contact-form1 .dhc-button-form:hover {
    background-color: #dc291e;
}

.dhc-contact-form1 .dhc-button-form i {
    margin-left: 10px;
}

/* dhc contact form 3*/
.dhc-contact-form3 input[type="text"], .dhc-contact-form3 input[type="email"]{
    padding-left: 45px;
    padding-top: 16px;
    height: 50px;
    font-size: 13px;
}

.dhc-contact-form3 .wpcf7-form-control-wrap:not(.your-message)  {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.dhc-contact-form3 .wpcf7-form-control-wrap.your-email:before {
    content: "\f0e0";
}

.dhc-contact-form3 .wpcf7-form-control-wrap.your-subject  {
    margin-right: 0;
}

.dhc-contact-form3 .wpcf7-form-control-wrap.your-subject:before  {
    content: "\f084";
}

.dhc-contact-form3 .wpcf7-form-control-wrap.your-message  {
    display: table;
    width: 100%;
}

.dhc-contact-form3 .wpcf7-form-control-wrap.your-message:before  {
    content: "\f075";
}

.dhc-contact-form3 .wpcf7-form-control-wrap:before {
    content: "\f007";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 23px;
    position: absolute;
    top: 13px;
    left: 15px;
    color: #bcbcbc;
}

.dhc-contact-form3 .wpcf7-textarea {
    max-width: 100%;
    height: 220px;
    padding-left: 44px;
    font-size: 13px;
    padding-top: 12px;
    margin-bottom: 0;
}

/* About Us
-----------------------------------------------------------*/
.about-us {
    padding-right: 173px;
}

.about-us h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}

.about-us h5 {   
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #2691e4;
    margin-bottom: 34px;
}

/* Contact form7
-------------------------------------------------------------- */
.contact-from-style1 .wpcf7-form {
    padding-left: 30px;
}

.contact-from-style1 .wpcf7-form p {
    width: 50%;
    float: left;
    margin-bottom: 0;
    padding-right: 15px;
}

.contact-from-style1 .wpcf7-form p:nth-child(even) {
    float: right;
    padding-right: 0;
    padding-left: 15px;
}

.contact-from-style1 .wpcf7-form label {
    display: block;
    margin-bottom: 8px;
    color: #cecece;
    font-size: 14px;
    font-weight: normal;
}

.contact-from-style1 .wpcf7-form input[type="text"], 
.contact-from-style1 .wpcf7-form input[type="email"], 
.contact-from-style1 .wpcf7-form select {
    width: 99.4%;
    height: 50px;
    margin-top: 7px;
    margin-bottom: 18px;
    background-color: #2d2d2d;
    border: none;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.contact-from-style1 .wpcf7-form input[type="text"]:focus, 
.contact-from-style1 .wpcf7-form input[type="email"]:focus, 
.contact-from-style1 .wpcf7-form select:focus {
    color: #fff;
    background-color: #555;
    border: 0;
}

.contact-from-style1 .wpcf7-form select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;   
    background-position: 93% 49%;
    background-repeat: no-repeat;
    font-weight: 500;
    left: 0.5px;
    word-spacing: 1px;
    padding-right: 138px;
    background-image: url(../img/icon-arrow-select.png);
}

.contact-from-style1 .wpcf7-form p:last-of-type {
    text-align: left;
    float: none;
    padding-top: 18px;
    clear: both;
    padding-left: 0;
}

/* Style 2 */
.contact-from-style2 .wpcf7-form input[type="text"], 
.contact-from-style2 .wpcf7-form input[type="email"] {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-from-style2 textarea {
    width: 100%;
    height: 128px;
    padding: 15px 30px;
    border-radius: 5px;
}

.contact-from-style2 p {
    margin-bottom: 0;
}

.dhc-contact-form_leave_message input:not([type="submit"]) {
    height: 55px;
    padding-left: 19px;
    font-size: 13px;
}

.dhc-contact-form_leave_message input[type="submit"] {
    font-size: 14px;
    font-weight: 700;
    height: 55px;
    min-width: 140px;
}

.dhc-contact-form_leave_message textarea {
    font-size: 13px;
    height: 250px;
    padding-left: 19px;
    padding-top: 15px;
    margin-bottom: 22px;
}

/* Blog Shorcode
-------------------------------------------------------------- */
.blog-shortcode.blog-grid:before {
    left: auto;
    right: 0px;
}

.blog-shortcode.blog-grid article {
    float: left;
    padding: 0 15px 0;
    position: relative;  
    margin-bottom: 0; 
}

.blog-shortcode.blog-grid {
    overflow: hidden;
    margin: 0 -15px;
    border-bottom: none;
    position: relative;
}

.blog-grid .video .featured-post {
    padding-bottom: 57.25%;
    padding-top: 0;
    position: relative;
    width: 100%;
}

.blog-grid.blog-two-columns .video .featured-post {
    padding-bottom: 57.25%;
}

.blog-grid.blog-four-columns .video .featured-post {
    padding-bottom: 59.25%;
}

.blog-grid .video .featured-post iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.blog-shortcode .read-more {
    margin-top: 20px;
}

.blog-shortcode article .featured-post a:before {
    height: 1px;
    width: 30px;
    margin-top: -1px;
    margin-left: -15px;
}

.blog-shortcode.blog-grid article .entry-border {
   -webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;     
}

.blog-shortcode.blog-grid article .entry-meta ul {
    padding: 0 0 0 0;
}

.blog-shortcode.blog-grid article .entry-meta ul li.post-categories {
    display: none;
}

.blog-shortcode.blog-grid article .content-post {
    padding: 0 0 10px 0;
}

.blog-shortcode.blog-grid article .content-post .entry-title {
    font-size: 18px;
}

.blog-shortcode .entry-category ul {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;  
}

.blog-shortcode .entry-category ul li {
    display: inline-block;
    position: relative;
}

.blog-shortcode .entry-category ul li:after {
    position: absolute;
    right: -12px;
    top: 0;
    content: "/";
    display: inline-block;    
    color: #b9c1cf;
}

.blog-shortcode .entry-category ul li:last-child:after {
    content: "";
}

.blog-shortcode.blog-grid .entry-meta {
    margin-bottom: 0;
}

.blog-shortcode .entry-category ul li {
    margin-right: 15px;
}

.blog-shortcode .entry-category ul li a {
 color: #b9c1cf;
}

.blog-shortcode .entry-category ul li a:hover {
    color: #dc291e;
}

.blog-list-small .featured-post {
    float: left;
    margin-right: 30px;
    margin-bottom: 18px;
}

.blog-list-small .dhc-button-container {
    padding-top: 19px;
}

.blog-shortcode.has-carousel article:before,
.blog-shortcode.has-carousel article:after {
    content: '';
    display: table;
    clear: both;
}

.blog-shortcode.blog-list-small .content-post {
    overflow: hidden;
}

.blog-shortcode.blog-list-small .read-more {
    margin-top: 18px;
}

.blog-shortcode article .entry-border {
    position: relative;
}

.blog-shortcode.blog-grid .featured-post {
    margin-bottom: 12px;
}

.blog-shortcode article .dhc-button {
    display: inline-block;
    text-transform: none;
    border-radius: 3px;
    font-size: 14px;    
    line-height: 45px;
    padding: 0 29px 0 29px;
    border: 2px solid #2691e4;
    color: #2691e4;
    font-weight: 600;
    margin-top: 40px;
}

.page-template-blog .blog-shortcode article .dhc-button {
    margin-top: 0;
}

.blog-shortcode article .dhc-button:hover {
    background-color: #2691e4;
    color: #fff;
}

/* Blog Grid */
.blog-grid.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 15px;
}

.blog-grid.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 15px;
}

/* 1 columns */
.blog-grid.blog-one-column article {
    width: 100%;
}

.blog-grid.blog-one-column article img {
    width: 100%;
}

/* 2 columns */
.blog-grid.blog-two-columns article {
    width: 50%;    
}

.related-post.blog-two-columns .blog-grid article {
    width: 50%;
}

.blog-grid.[data-items='columns-2'] article {
    width: 50% !important;    
}

/* 3 columns */
.related-post .blog-grid article,
.blog-grid.blog-three-columns article  {
    width: 33.33%;
}

.blog-grid.[data-items='columns-3'] article {
    width: 33.33%;    
}

/* 4 columns */
.blog-grid.blog-four-columns article  {
    width: 25%;
}

.blog-grid.[data-items='columns-4'] article {
    width: 25%;    
}

.related-post.blog-four-columns .blog-grid article {
    width: 25%;
}

.related-post .box-title {
    margin-bottom: 40px;
    font-size: 25px;
    padding-bottom: 20px;
    position: relative;
}

.related-post .box-title:after {
    position: absolute;
    left: 0;
    bottom: -0;
    width: 50px;
    height: 3px;
    content: "";
    background: #2691e4;
}

/* Blog list */
.blog-post .dhc-button-container {
    padding-top: 21px;
}

.blog-list article {
    padding-bottom: 61px;
}

.blog-post .dhc-button {
    color: #fff !important;
}

/* blog-home3 */
.blog-shortcode.blog-home3 article .read-more a {
    background-color: transparent;
    color: #dc291e;
    padding: 0 0;
    font-size: 14px;
    font-weight: 600;
}

.blog-shortcode.blog-home3 article h2 {
    font-size: 18px;    
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 12px;
}

.blog-shortcode.blog-home3 article .read-more a:hover,
.blog-shortcode.blog-home3 article .read-more a:hover:after {
    color: #dc291e;
}

.blog-shortcode.blog-home3 article .read-more a:hover:after {
    right: -23px;
}

.blog-shortcode.blog-home3 article .read-more {
    margin-top: 13px;
}

.blog-shortcode.blog-home3 article .read-more a:after {
    content: "\f30f";
    font-family: "Ionicons";
    color: #dc291e;
    font-size: 18px;
    position: absolute;
    right: -20px;
    top: 0;
    font-weight: normal;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/* Blog carousel */
.blog-shortcode.has-carousel {
    position: relative;
}

.blog-shortcode.has-carousel article {
    width: 100%;
}

/* portfolio-filter */
.portfolio-filter {
    padding: 0 0 0 20px;
    margin: 0 0 40px 0;
    list-style: none;
    background-color: #18364a;    
}

.portfolio-filter.filter-2 {
    margin-bottom: 51px;
    text-align: center;
    padding-right: 28px;
}

.portfolio-filter.filter-2 li:first-of-type {
    padding-right: 7px;
}

.portfolio-filter li {
    display: inline-block;
    padding: 0 24px 0 22.1px;
    position: relative;
}

.portfolio-filter li:before {
    position: absolute;
    top: 21px;
    right: 0;
    width: 1px;
    height: 14px;
    content: "";
    background-color: #364c61;
}

.portfolio-filter li:last-child:before {
    display: none;
}

.portfolio-filter li:first-of-type {
    padding-left: 25px;
}

.portfolio-filter.filter-2 li {
    padding: 0 4px;
}

.portfolio-filter li.active a:after {
    width: 100%;
    height: 3px;
    background-color: #dc291e;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
}

.portfolio-filter li.active {
    position: relative;
}

.portfolio-filter li.active:after {
    border-top: 6px solid #18364a;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 100%;
    z-index: 99999;
}

.portfolio-filter li a:after {
    width: 0;
    height: 3px;
    background-color: #dc291e;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio-filter li a:after {
   display: none;
}

.portfolio-filter li a:hover:after {
    width: 100%;
}

.portfolio-filter li a {
    line-height: 60px;
    font-family: "Karla", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.portfolio-filter.filter-2 li a {
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 25px;
}

.portfolio-filter li a:hover,
.portfolio-filter li.active a {
    color: #dc291e;
}

.portfolio-filter.filter-2 li a:hover,
.portfolio-filter.filter-2 li.active a {
    background: #dc291e;
    color: #fff;
}

/* Portfolio */
.dhc-portfolio .item .portfolio-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    float: left;
    font-size: 45px;
    color: #2691e4;
    text-align: center;
    margin-right: 10px;
    padding-top: 10px;
}

.dhc-portfolio .item .wrap-border {
    padding: 20px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.portfolio-detail.full_content .col-md-6 {
    width: 100%;
}

.portfolio-detail.full_content .dhc-portfolio-single-slider #dhc-portfolio-carousel {
    display: none;
}

.dhc-portfolio.yes .portfolio-container {
    margin: 0 0;
    padding: 0 0;
}

.dhc-portfolio.yes .item {
    width: 100%;
    padding: 0 0;
}

.portfolio-container.grid {
    margin: 0 -15px;
}

/* Style portfolio tpl/portfolio */
.portfolio-container {
    margin: 0 -15px;
}

.page-template-portfolios .portfolio-container.no-margin {
    margin: 0 0;
}

.page-template-portfolios .dhc-portfolio .item {
    margin-bottom: 30px;
}

.page-template-portfolios .dhc-portfolio .grid2 .item,.portfolio-container.grid2 .item {
    margin-bottom: 12px;
}

.dhc-portfolio .item {
    width: 33.33%;
    float: left;
    padding: 0 15px;   
    position: relative; 
    overflow: hidden;
}

.dhc-portfolio .grid-no-padding  .portfolio-details,
.dhc-portfolio .grid-no-padding  .portfolio-details >div {
    position: relative;
    z-index: 1;
}

.dhc-portfolio .grid-no-padding  .portfolio-details {
    padding: 10px 20px 16px;
}

.dhc-portfolio .grid-no-padding .item .featured-post {
    margin-bottom: 0;
}

.dhc-portfolio .grid-no-padding  .title-post {
    margin-top: 3px;
}

.dhc-portfolio .grid-no-padding .item:hover .title-post a {
    color: #fff;
}

.dhc-portfolio .grid-no-padding .item:hover .featured-post:after, .dhc-portfolio .grid-no-padding .item:hover .link {
    opacity: 0;
    filter: alpha(opacity=0);
}

.dhc-portfolio .grid-no-padding .item:hover .portfolio-details:after {
    opacity: 1;
    filter: alpha(opacity = 100);
    visibility: visible;
}

.dhc-portfolio .grid-no-padding .item {
    padding: 0;
}

.dhc-portfolio .grid .item {
    margin-bottom: 45px;
    position: relative;
}

.dhc-portfolio .item .featured-post {
    margin: -1px -1px 18px -1px;
    position: relative;    
}

.dhc-portfolio .item .title-post {
    font-weight: 600;
    margin-top: 6px;
    line-height: 22px;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
    font-size: 20px;
}

.dhc-portfolio .item .entry-content {
    overflow: hidden;
}

.dhc-portfolio .grid2 .item .title-post {
    margin-top: 8px;
    padding-right: 37px;
}

.dhc-portfolio .item .category-post a {
    font-size: 12px;
    color: #dc291e;
    font-family: "Karla", sans-serif;
    text-transform: uppercase;
}

.dhc-portfolio .grid2 .item .category-post a {
    letter-spacing: 0.18px;
}

.dhc-portfolio .item .category-post a:hover {    
    color: #222;
}

.dhc-portfolio .item .link {
    position: absolute;
    right: 0;
    top: 0;   
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.dhc-portfolio .item .link a {
    color: #fff;
}

.dhc-portfolio .item .link a:hover {
    color: #dc291e;
}

.dhc-portfolio .item .featured-post:after,
.dhc-portfolio .grid-no-padding .item .portfolio-details:after {
    content: "";
    background: #3a526a;     
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.dhc-portfolio .item:hover .featured-post:after,
.dhc-portfolio .item:hover .link {
    filter: alpha(opacity=90);
    opacity: 0.9;
    visibility: visible;
}

.dhc-portfolio .portfolio-container.grid2 .portfolio-details {
    position: absolute;
    top: 57px;
    left: 45px;
    right: 15px;
    z-index: 100;
    -webkit-transform: translatey(100%);
    -moz-transform: translatey(100%);
    transform: translatey(100%);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    filter:alpha(opacity=0);
}

.dhc-portfolio .portfolio-container.grid2 .item:hover .portfolio-details {
   -webkit-transform: translatey(0);
   -moz-transform: translatey(0);
   transform: translatey(0);
   opacity: 100;
   filter:alpha(opacity=100);
}

.dhc-portfolio .portfolio-container.grid2 .title-post a,
.dhc-portfolio .portfolio-container.grid2 .entry-content {
    color: #fff;
}

.dhc-portfolio .portfolio-container.grid2 .title-post a:hover {
    color: #dc291e;
}

.dhc-portfolio .portfolio-container.grid2 .item .category-post a:hover {
    color: #fff
}

/* 2 Columns */
.dhc-portfolio .one-half .item {
    width: 50%;
}

/* 4 Columns */
.dhc-portfolio .one-four .item {
    width: 25%;
}

/* 5 Columns */
.dhc-portfolio .one-five .item {
    width: 20%;
}

/* No Margin */
.portfolio-container.no-margin .item {
    padding: 0 0;
}

.portfolio-container.no-margin .item img {
    width: 100%;
}

/* Olw carosuel */
.dhc-portfolio.yes .owl-theme .owl-controls {
    padding-top: 40px;
}

/* Portfolio gallery */
.page-template-portfolios .portfolio-container.portfolio-gallery {
    margin: 0 0;
}

.dhc-portfolio .portfolio-gallery .item {
    position: relative;
    margin-bottom: 0;
    padding: 0 0;
}

.dhc-portfolio .portfolio-gallery .item .featured-post {
    margin-bottom: 0 !important;
}

.dhc-portfolio .portfolio-gallery .item .title-post {
    text-transform: uppercase;
    position: absolute;
    left: 15px;
    right: 15px;
    padding: 0 15px;    
    top: 50%;
    margin-top: -25px;   
    z-index: 99;    
    text-align: center; 
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.dhc-portfolio .portfolio-gallery .item .category-post {
    position: absolute;
    left: 15px;
    right: 15px;    
    margin-top: 0;
    top: 50%;   
    z-index: 99;    
    text-align: center; 
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.dhc-portfolio .portfolio-gallery .item .title-post a,
.dhc-portfolio .portfolio-gallery .item .category-post a,
.dhc-portfolio .portfolio-gallery .item .category-post {
    color: #fff;
}

.dhc-portfolio .portfolio-gallery .item .title-post a:hover,
.dhc-portfolio .portfolio-gallery .item .category-post a:hover {
    color: #dc291e;
    text-decoration: underline;
}

.dhc-portfolio .portfolio-gallery .item:hover .title-post,
.dhc-portfolio .portfolio-gallery .item:hover .category-post {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.page-template-portfolios .page-wrap {
    padding-bottom: 69px;
}

/* dhc_client_slider
-------------------------------------------------------------- */
.dhc_client_slider {
    text-align: center;
}

.dhc_client_slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background-color: transparent;
}

.dhc_client_slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.dhc_client_slider .owl-theme .owl-controls .owl-nav div.owl-prev:before, 
.dhc_client_slider .owl-theme .owl-controls .owl-nav div.owl-next:before {
    color: #ccc;
}

.dhc_client_slider .owl-theme .owl-controls .owl-nav div.owl-prev:hover:before, 
.dhc_client_slider .owl-theme .owl-controls .owl-nav div.owl-next:hover:before {
    color: #dc291e;
}

.client-slide.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -70px;
}

.client-slide.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -70px;
}    

.client-slide.owl-theme .owl-controls .owl-nav div.owl-prev:before, 
.client-slide.owl-theme .owl-controls .owl-nav div.owl-next:before {
    font-family: "Ionicons";
    font-size: 30px;
}

.client-slide.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    content: "\f3d2";
}

.client-slide.owl-theme .owl-controls .owl-nav div.owl-next:before {
    content: "\f3d3";
}

/* Iconlist 
-------------------------------------------------------------- */
ul.dhc_iconlist {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #e5e5e5;
}

ul.dhc_iconlist li {
    position: relative;
    padding-left: 47px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 17px;
    padding-bottom: 16px;
}

ul.dhc_iconlist li h3 {
    margin: 0;
    line-height: 25px;
    letter-spacing: -0.01px;
}

ul.dhc_iconlist .list-title a {
    font-size: 14px;
    font-weight: 400;
    color: #656565;
}

ul.dhc_iconlist .list-title a:hover {
    color: #dc291e;
}

ul.dhc_iconlist li:before {
    text-align: center;
    line-height: 25px;
    font-size: 12px;
}

ul.dhc_iconlist.auto_increment_number li:before {
    content: "";
}

ul.dhc_iconlist li:before {
    position: absolute;
    left: 2px;
    top: 50%;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top: -12.5px;
}

ul.dhc_iconlist li.circle:before {
    color: #fff;
    background-color: #cacaca;
}

ul.dhc_iconlist li.circle span {
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -18px;
    line-height: 24px;
    border: 1px solid;
    border-radius: 100%;
    padding: 5px;
    text-align: center;
}

ul.dhc_iconlist li span img {
    max-width: 19px;
}

ul.dhc_iconlist li span  {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 36px;
    height: 36px;
    font-size: 28px;
    margin-top: -11px;
    text-align: center;
}

ul.dhc_iconlist.auto_increment_number li span {
    display: none;
}

ul.dhc_iconlist.auto_increment_number li {
    counter-increment: step-counter;
}

ul.dhc_iconlist.auto_increment_number li:before {
    content: counter(step-counter) ;
}

/* Grid*/
.grid {
    margin: 0 -15px;
}
.grid .item {
    float: left;
    padding: 0 15px;
}

.grid.one-half .item {
    width: 50%;
}

.grid.one-three .item {
    width: 33.33333%;
}

.grid.one-four .item {
    width: 25%;
}

.grid.one-five .item {
    width: 20%;
}

/* Accordion
-------------------------------------------------------------- */
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    padding-top: 15px !important;
    margin: 0 0 0 0 !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, 
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: none !important;
}

.wpb_accordion .wpb_accordion_section.group {
    margin-bottom: 2px;
}

.wpb_accordion .panel-default {
    border-color: transparent;
    border-width: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05); 
    box-shadow: 0 0 0 rgba(0, 0, 0, .05);
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab, 
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    border: 2px solid #f0f0f0;
}

.wpb_accordion .panel-body {
    padding: 0 0 0 0 !important;
}

.wpb_accordion .wpb_accordion_header {
    padding: 20px 0 11px 26px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    position: relative;
}

.wpb_accordion .wpb_accordion_header:after {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    content: "";
    background-color: #333;
}

.wpb_accordion .wpb_accordion_header:before {
    position: absolute;
    right: 29px;
    top: 50%;
    margin-top: -5px;
    width: 2px;
    height: 10px;
    content: "";
    background-color: #333;
}

.wpb_accordion .wpb_accordion_header.ui-state-active:before {
    height: 0;
    width: 0;
    content: "";
}

.wpb_accordion .wpb_accordion_header a {
    font-size: 14px;
    font-weight: 700;    
    color: #333333;
    font-size: 14px;    
}

.wpb_accordion .wpb_accordion_header a:hover {
    color: #2691e4;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a, 
.wpb_content_element .wpb_accordion_header a {
    padding: 0 0 0 0 !important;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 30px !important;
}

/* Button
---------------------------------------- */
.dhc-button {
    position: relative;
    display: inline-block;
    padding: 11px 18px 9px 17px;
    font-family: "Karla", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    background-color: #dc291e;
    color: #fff ;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.simple_button.custom_1 a {
    padding: 16px 29px 15px 41px;
    letter-spacing: 1px;
}

.dhc-button:not(.no-background):before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -3px;
    right: -3px;
    bottom: 0;
    background: #222;
    -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;
    border-radius: inherit;
}

.dhc-button:not(.no-background):hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-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)
}

.dhc-button i {
    padding-left: 3px;
    font-size: 11px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bold .dhc-button { 
    font-weight: bold;
}

.dhc-button.dhc-archive {
    margin-top: 6px;
}

.dhc-button:hover {
    color: #fff;
}

.dhc_button_container.big .dhc-button {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 13px 49px 13px 59px;
}

.dhc-button.no-background,.dhc-button.blog-list-small {
    background: transparent;
    padding: 0;
    margin-top: 0px;
    color: #dc291e;
}

.dhc-button i {
    display: inline-block;
}

.dhc-button.no-background i,.dhc-button.blog-list-small i {
    font-size: 11px;
}

.dhc-button.no-background:hover i,.dhc-button.blog-list-small:hover i {
    padding-left: 20px;

}

.dhc-button.color-theme {
    background-color: #18364a;
}

.dhc-button.color-theme:hover {
    background-color: #dc291e;
    color: #fff ;
}

.dhc-button.border {
    background-color: #dc291e;
    border: 2px solid #dc291e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dhc-button.border:hover {
    background-color: #dc291e;
}

.dhc-brochures {
    border-radius: 3px;
    font-weight:700;
    min-width:230px;
    padding-left:26px;
    padding-right: 25px;
    background:#3a526a;
    margin-bottom: 6px;
}

.dhc-brochures i {
    float: right;
}

/* dhc Text block
-------------------------------------------------------------- */
.dhc-text-block h1 {
    color: #fff;
    font-weight: bold;
}

.dhc-text-block h3 {
    color: #fff;
}

.news-box02 .text {
    position: relative;
    padding: 111px 20px 65px 114px;
}

.news-box02 .text h3,
.news-box02 .text p {
    max-width: 686px;
}

.news-box02 .text:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f6f6f6;
    z-index: 99999;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -10px;
}

.news-box02 .text.arrow-right:before {
    content: none;
}

.news-box02 .text.arrow-right:after {
    content: '';
    width: 0; 
    height: 0; 
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f6f6f6;
    z-index: 99999;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -10px;
}

.news-box02 .text h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 34px;
}

.news-box02 .text h3 span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #2691e4;
    margin-top: 14px;
}

.news-box02 .text p {
    padding-left: 2px;
    font-size: 15px;
    line-height: 28px;
    color: #535353;
    margin-bottom: 60px;
}

.news-box02 .readmore {
    font-size: 15px;
    line-height: 28px;
    color: #535353;
    margin-bottom: 50px;
}

/* More info */
h2.title {
    position: relative;
    margin-bottom: 60px;
}

h2.title.center {
    text-align: center;
}

h2.title.center:after {
    left: 50%;
    margin-left: -25px;
}

.more-info h3 {
    font-size: 35px !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.more-info h3 a {
    display: inline-block;
    margin-left: 15px;
    color: #fde428;
    text-decoration: underline;
}

.more-info p {
    font-size: 16px;
    color: #fff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.more-info input[type="email"] {
    width: 342px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 132px;
    -webkit-border-radius: 3px 0 0 2px;
    -moz-border-radius: 3px 0 0 2px;
    border-radius: 3px 0 0 2px;
}

.more-info input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 17px 28px 12px;
    text-transform: capitalize;
    border: none;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    background-color: #fde428;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.more-info input[type="submit"]:hover {
    color: #fff;
}

.more-info .subscribe {
    text-align: right;
    margin-top: 20px;
}

/* Counter
-------------------------------------------------------------- */
.dhc_counter .numb-count {
    font-family: "Karla", sans-serif;
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    color: #222;
    margin-bottom: 30px;
    position: relative;
}

.dhc_counter.color-white .numb-count,
.dhc_counter.color-white .title {
    color: #fff;
}

.dhc_counter .numb-count:after {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 60px;
    height: 5px;    
    background-color: #18364a;
    content: "";
}

.dhc_counter .title {
    color: #222;
}

/* dhc-overlay
-------------------------------------------------------------- */
.dhc-overlay .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(24,54,74,0.95);
}

.dhc-overlay.bg-white .overlay {
    background-color: #fafafc;
    opacity: 0.93;
}

.dhc-overlay .vc_column_container  {
    z-index: 999;
}

/* dhc-single-images
-------------------------------------------------------------- */
.dhc-single-images {
    position: absolute;
    left: 0;
    top: -30px;
}

.dhc-title-heading {
    font-size: 35px;
    line-height: 55px;
    font-weight: 600;
    font-family: "Karla", sans-serif;
}

/* dhc-inner
-------------------------------------------------------------- */
.dhc-inner .vc_column-inner > .wpb_wrapper {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 60px 30px 50px 30px;
}

/* Accordion
-------------------------------------------------------------- */
.page-template-tpl .panel {
    border: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); 
}

.page-template-tpl .panel-body {
    padding: 0;
}

.page-template-tpl .vc_toggle_size_md .vc_toggle_icon {
    right: 15px !important;
    left: auto !important;
}

.page-template-tpl .vc_toggle_active .vc_toggle_title {
    background-color: #dc291e;
}

.page-template-tpl .vc_toggle_active .vc_toggle_title > h4 {    
    color: #fff;   
}

.vc_toggle_active .vc_toggle_icon::before, 
.vc_toggle_active .vc_toggle_icon::after {
    background-color: #fff !important;
}

.page-template-tpl .vc_toggle_title > h4 {    
    color: #333333;
    line-height: 1.4;
    font-size: 16px;
}

.page-template-tpl .vc_toggle_title {
    padding: 8px 45px 9px 83px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* fl-counter
-------------------------------------------------------------- */
.fl-counter .icon-wrap span {
    font-size: 40px;
    color: #2691e4;
    display: inline-block;
    margin-bottom: 20px;
}

.fl-counter .numb-count {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 16px;
    display: inline-block;
    color: #222;
}

/* Style 2 */
.fl-counter.style-2 .icon-wrap span {
    color: #2691e4;
}

.fl-counter.style-2 .numb-count {
    color: #fff;
}

.fl-counter.style-2 .title {
   color: #bbbbbb; 
}

/* fl-has-line
-------------------------------------------------------------- */
.fl-has-line {
    position: relative;
}

.fl-has-line:after {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 120px;
    height: 5px;
    background: #2691e4;
    content: "";
}

/* flat-text-block
-------------------------------------------------------------- */
.flat-text-block h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 25px;
    margin-top: 0;
}

/* text-box
-------------------------------------------------------------- */
.text-box {
    padding-right: 35px;
}

.text-box .title-box,
.flat-text-block h2 {
    margin-bottom: 25px;
}

.text-box .title-box h4 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #18364a;
}

.text-box .title-box h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4em;
    color: #1c2125;
}

.text-box .btn-cons {
    margin-top: 25px;
}

.text-box .btn-cons a {
    background: #2691e4;
}

/* flat-form-quote-style1
-------------------------------------------------------------- */
.flat-form-quote-style1 {
    position: relative;
    background: url('../images/control/header3.png');
}

.flat-form-quote-style1 label {
    display: block;
    width: 500px;
}

.flat-form-quote-style1 label span {
    font-weight: 400;
    display: block;
}

.flat-form-quote-style1 input[type="text"],
.flat-form-quote-style1 input[type="tel"],
.flat-form-quote-style1 input[type="email"] {
    margin-bottom: 0;
}

.flat-form-quote-style1 .title-quote {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #222;
}

.flat-form-quote-style1 .title-form {
    font-weight: bold;
}

.flat-form-quote-style1 .button-form {
    color: #fff;
}

/* Testimonial
-------------------------------------------------------------- */
.testimonial-sliders blockquote {
    background-color: #fff;
    color: #656565;
    border-radius: 4px;   
    padding: 30px 40px 30px;
    margin-bottom: 50px;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    z-index: 99;
}

.testimonial-sliders blockquote:before {
    position: absolute;
    left: 30px;
    top: 30px;   
    font-family: "Ionicons";
    content: "\f347";
    font-size: 50px;
    color: #f2f2f2;
    opacity: 0.6;
    z-index: -1;
}

.testimonial-sliders blockquote:after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: -17px;
    border-width: 0 18px 18px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.testimonial-sliders .testimonial-content {
    overflow: hidden;
}

.testimonial-sliders .testimonial-content h6.author-name {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.testimonial-sliders .testimonial-content h6.author-name a {
    color: #18364a;
}

.testimonial-sliders .testimonial-author .fa.fa-star {
    color: #fec42d;
    font-size: 14px;
    color: #fec42d;
    margin: 0 3px;
}

.testimonial-sliders .testimonial-content .author-info {
    font-size: 13px;
    color: #999;
}
 
.testimonial-sliders .testimonial-content .testimonial-image {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
}

.testimonial-sliders .testimonial-content .testimonial-image img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}

/* Style 2 for sidebar page */
.testimonial-sliders.style-02 blockquote,
.testimonial-sliders.style2 blockquote  {
    padding: 30px 0 30px;
    margin-bottom: 0;
}

.testimonial-sliders.style-02 blockquote:after,
.testimonial-sliders.style-02 blockquote:before,
.testimonial-sliders.style2 blockquote:after,
.testimonial-sliders.style2 blockquote:before {
    display: none;
}

.testimonial-sliders.style-02 blockquote:before,
.testimonial-sliders.style2 blockquote:before {    
    left: 0px;
    top: 74px;    
}

.testimonial-sliders.style-02 .testimonial-content .author-info,
.testimonial-sliders.style2 .testimonial-content .author-info {
    line-height: 20px;
}

.testimonial-sliders.style-02 .testimonial-content h6.author-name,
.testimonial-sliders.style2 .testimonial-content h6.author-name {
    margin-top: 0;
}

.testimonial-sliders.style2.owl-theme .owl-controls {
    text-align: left;
    margin-top: 10px;
}

/* Style 4 */
.testimonial-sliders.style-4 blockquote {
    background: transparent;
    text-align: center;
    color: #cecece;
    font-size: 21px;
    font-style: normal;
    color: #fff;
    line-height: 26px;
    padding-bottom: 20px;
    border-left: 0;
    padding: 0 220px;
    margin-bottom: 19px;

}    

.testimonial-sliders.style-4 .testimonial-content {
    text-align: center;
}

.testimonial-sliders.style-4 .testimonial-content .testimonial-image {
    float: none;
    width: 120px;
    height: 120px;
    margin: 7px auto 26px;
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-sliders.style-4 .testimonial-content h6.author-name a {
    color: #cecece;
}

.testimonial-sliders.style-4 blockquote:before,
.testimonial-sliders.style-4 blockquote:after {
    display: none;
}

/* FAQ */
.dhc-faq-shortcodes.grid {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    margin-bottom: 13px;
}
.dhc-faq-shortcodes.grid .item {
    margin-bottom: 67px;
}

.dhc-faq-shortcodes.grid .item .featured-post {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 26px;
}

.navigation.faq.paging-navigation .pagination, 
.navigation.faq.paging-navigation.pager {
    margin-bottom: 0;
}

.dhc-faq-shortcodes.grid .item.video .featured-post {
    padding-bottom: 59.6%;
    overflow: hidden;
}

.dhc-faq-shortcodes .faq-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 13px;
}

.dhc-faq-shortcodes.grid.style-2  {
    margin-bottom: 32px;
}

.dhc-faq-shortcodes.style-2 .item .item-inner {
    background-color: #f1f1f1;
    padding: 17px 30px 35px;
}

.dhc-faq-shortcodes.style-2 .faq-title {
    font-size: 16px;
}

.archive-faq.blog-grid .format-video .featured-post {
    padding-bottom: 59.6%;
}

.dhc-faq-shortcodes.style-2.grid .item {
    margin-bottom: 29px;
}

.faq.navigation.loadmore a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.09px;
    width: 210px;
    border-radius: 0;
    margin-right: 0;
    line-height: 53px;
    background-color: #dc291e;
}

.faq.navigation.loadmore a:hover {
    background-color: #222;
    border-color: #222;
}

.dhc-faq-shortcodes.style-2 p:last-of-type,
.dhc-faq-shortcodes.style-2 .dhc-button-container {
    display: inline;
}

.dhc-faq-shortcodes.style-2 .dhc-button {
    font-weight: 400;
    padding-left: 8px;
}

article .featured-post .dhc_video_embed a {
    position: absolute;
    top: 0;
}

.dhc_video_embed iframe {
    display: none;
}

.dhc_video_embed .dhc_video_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    font-size: 20px;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
    color: #dc291e;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dhc_video_embed .dhc_video_button:hover {
    color: #fff;
    background-color: rgba(31,31,31,0.7);
}

/* Flat List
-------------------------------------------------------------- */
.flat-list-year ul {
    list-style: none;
    margin-top: 57px;
    margin-bottom: 0;
}

.flat-list-year ul li {
    margin-bottom: 10px;
}

.flat-list-year ul li span {
    float: left;
    width: 11%;
    font-size: 20px;
    font-weight: 700;
    margin-top: 1px;
    color: #333;
}

.flat-list-year ul li div {
    position: relative;
    float: right;
    width: 89%;
    padding-left: 44px;
    padding-bottom: 57px;
}

.flat-list-year ul li div:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 18px;
    width: 1px;
    height: 95%;
    background-color: #e3e3e3;
}

.flat-list-year ul li div:after {
    content: "";
    position: absolute;
    left: -11px;
    top: 3px;
    width: 11px;
    height: 11px;
    background-color: #2691e4;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.flat-list-year ul li div h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 11px;
    color: #333;
}

.flat-list-year p {
    margin-bottom: 0;
}

.flat-list-year ul li:last-child div:before {
    width: 0;
}

.flat-list-year ul li:last-child div {
    padding-bottom: 0;
}

/* dhc-list-star
-------------------------------------------------------------- */
ul.dhc-list-star {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

ul.dhc-list-star li {
    position: relative;
    line-height: 30px;
    padding-left: 18px;
    margin-bottom: 5px;
}

ul.dhc-list-star li:before {
    position: absolute;
    left: 0;
    top: 13px;
    width: 7px;
    height: 7px;
    background: #2691e4;
    content: "";
    border-radius: 50%;
}

/* Navigator */
.dhc_pageable_container .vc_general.vc_pagination .vc_pagination-trigger {
    height: 3px;
    width: 25px;
    background: #b5b5b5;
    margin: 5px;
}

.dhc_pageable_container .vc_pagination.vc_pagination-style-dhc .vc_active .vc_pagination-trigger {
    background: #222;
}

.vc_tta.vc_general.dhc_pageable_container .vc_tta-panel {
    margin-bottom: 0!important;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-has-pagination.dhc_pageable_container  .vc_pagination {
    right: auto;
    left: -6px;
    margin-top: 35px;
}

.wpb-js-composer .vc_tta.vc_general.dhc_pageable_container .vc_tta-panel.vc_active .vc_tta-panel-body {
    border: none;
}

.testimonial-sliders.style-2.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -167px;
}

.testimonial-sliders.style-2.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -167px;
}

.testimonial-sliders.style-2.owl-theme.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: transparent;
    width: 45px;
    height: 45px;
    z-index: 10000;
    border: 3px solid #d7d7d7;
    top: 50%;
    margin-top: -22px;
    position: absolute;   
    text-align: center;
    color: #d7d7d7;
}

.testimonial-sliders.style-2.owl-theme.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #dc291e;  
    border: 3px solid #dc291e;  
}

.testimonial-sliders.style-2.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before, 
.testimonial-sliders.style-2.owl-theme .owl-controls .owl-nav div.owl-next:hover:before {
    color: #fff;    
}

.testimonial-sliders.style-2.owl-theme .owl-controls .owl-nav div.owl-prev:before, 
.testimonial-sliders.style-2.owl-theme .owl-controls .owl-nav div.owl-next:before {
    color: #d7d7d7;
    font-size: 30px;
    line-height: 37px;
}

/* dhc teammember
-------------------------------------------------------------- */
.dhc-team .team-subtitle {
    font-size: 12px;
    color: #999;
}

.dhc-team .team-desc {
    line-height: 24px;
    letter-spacing: -0.32px;
    margin-bottom: 17px;
}

.dhc-team .social-links a {
    color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #3a6bb1;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.238s ease 0s;
    -moz-transition: all 0.238s ease 0s;
    transition: all 0.238s ease 0s;
}

.dhc-team .social-links a.linkedin {
    background-color: #0094d3;
}

.dhc-team .social-links a.google-plus {
    background-color: #f2623b;
}

.dhc-team .social-links a.twitter {
    background-color: #0ec8f5;
}

.dhc-team .social-links a:hover {
    opacity: 0.9;
}

.dhc-team .team-image {
    margin-bottom: 17px;
}

.dhc-team .team-name {
    margin-top: 2px;
    margin-bottom: 15px;
}

.dhc-team .dhc-button {
    border-radius: 3px;
}

.dhc-team .dhc-button.no-background i {
    padding-left: 8px;
}

.dhc-team .dhc-button.no-background:hover i {
    padding-left: 20px;
}

.dhc-team.grid {
    margin: 0;
}

.dhc-team.list {
    display: table;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 32px;
    margin-bottom: 51px;
}

.dhc-team.list .team-image {
    float: left;
    margin-right: 30px;
    max-width: 50%;
}

.dhc-team.list .team-info {
    overflow: hidden;
    margin-top: -3px;
}

.dhc-team.list .team-desc {
    margin-bottom: 28px;
}

.dhc-team.list .dhc-button i {
    padding-left: 10px;
}

.dhc-team.list .dhc-button {
    padding: 10px 16px 8px 17px;
}

.dhc-request-form-style2 .flat-form-quote {
    text-align: center;
    padding: 90px 210px 90px 210px;
}

.dhc-request-form-style2 .wpcf7-form .flat-form-quote .title-quote {
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: capitalize;
    padding-bottom: 30px;
    position: relative;
}

.dhc-request-form-style2 .wpcf7-form .flat-form-quote .title-quote:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 3px;
    content: "";
    background: #fff;
    margin-left: -30px;
}

.dhc-request-form-style2 .wpcf7-form .flat-form-quote .desc-quote {
    margin-bottom: 45px;
    padding: 0 100px;
    color: #cecece;
}

.dhc-request-form-style2 .wpcf7-form .flat-form-quote input[type="text"], 
.dhc-request-form-style2 .wpcf7-form .flat-form-quote input[type="email"],
.dhc-request-form-style2 .wpcf7-form .flat-form-quote select {
    margin-bottom: 30px;
    background: rgba(9, 27, 39, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #cecece;
}

.dhc-request-form-style2 .wpcf7-form .flat-form-quote .flat-wrap-input {
    padding: 0 15px;
}

.dhc-request-form-style2 input:-moz-placeholder,
.dhc-request-form-style2 textarea:-moz-placeholder,
.dhc-request-form-style2 input::-moz-placeholder,
.dhc-request-form-style2 textarea::-moz-placeholder,
.dhc-request-form-style2 select {
    color: #cecece;
    opacity: 1;
}

.dhc-request-form-style2 input:-ms-input-placeholder,
.dhc-request-form-style2 textarea:-ms-input-placeholder,
.dhc-request-form-style2 select {
    color: #cecece;
}

.dhc-request-form-style2 input::-webkit-input-placeholder,
.dhc-request-form-style2 textarea::-webkit-input-placeholder,
.dhc-request-form-style2 select {
    color: #cecece;
    opacity: 1;
}

.dhc-request-form-style2 .wpcf7-form .flat-form-quote button {
    margin-top: 30px;
    background: #364c61;
}

.dhc-request-form-style2 .wpcf7-form .flat-form-quote button:hover {
    opacity: 0.8;
}

.dhc-request-form-style2 .wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

/* falt-call-action
-------------------------------------------------------------- */
.falt-call-action {
    margin: 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-top: 22px;
}

/* brank office
-------------------------------------------------------------- */
.brank.office {
    background-color: #fff;
    padding: 88px 40px 34px 40px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.brank.office .office-icon {
    width: 60px;
    height: 60px;
    background-color: #2691e4;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 40px;
    top: 0;
    color: #fff;
}

.brank.office .office-icon:before {
    position: absolute;
    left: 20px;
    top: 0;
    font-family: "FontAwesome";
    content: "\f0ac";
    color: #fff;
    font-size: 23px;
}

.brank.office .office-name {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

.brank.office p {    
    font-weight: 400;
    color: #656565;
    margin-bottom: 5px;
}

.brank.office ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.brank.office ul li {
    position: relative;
    padding: 5px 0 5px 20px;  
    font-size: 16px;    
    font-weight: 300;      
}

.brank.office:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.brank.office ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    font-family: "FontAwesome";
    content: "\f0ac";
}

.brank.office ul li.email:before {
    content: "\f0e0";
}

.brank.office ul li.phone:before {
    content: "\f095";
}