/*
Theme Name: Brad Technology Custom
Description: Child theme of Brad Technology theme
Author: Brad Technology
Author URI: http://bradtechnology.com/
Template: brad-technology
Version: 1.0.0
Text Domain: Brad Technology
*/

/* -------------------------------- */
/* -------Custom CSS Start -------- */
/* -------------------------------- */
/*-- Futura Font use in Website --*/
@font-face{ 
font-family: 'futura-std-book'; 
src: url('/wp-content/themes/brad-technology-child/fonts/futura-std-book.otf'); 
src: url('/wp-content/themes/brad-technology-child/fonts/futura-std-book.otf?#iefix') format('embedded-opentype'), 
url('/wp-content/themes/brad-technology-child/fonts/futura-std-book.otf') format('otf'), 
url('/wp-content/themes/brad-technology-child/fonts/futura-std-book.otf') format('truetype'); 
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('/wp-content/themes/brad-technology-child/fonts/FuturaBT-Medium.eot');
    src: url('/wp-content/themes/brad-technology-child/fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/brad-technology-child/fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('/wp-content/themes/brad-technology-child/fonts/FuturaBT-Medium.woff') format('woff'),
        url('/wp-content/themes/brad-technology-child/fonts/FuturaBT-Medium.ttf') format('truetype'),
        url('/wp-content/themes/brad-technology-child/fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

table td, table th {
    font-weight: 400;
    line-height: 27px;
    vertical-align: baseline;
}
li.social-xing:before, li.social-paper-plane:before {
    display: none;
}

/*-- For Selection background Color --*/
::selection {
    background-color: rgba(0,0,0,0.6) !important;
}
/*-- Text Line Height --*/
.text-lead, .text-lead > * {
    line-height: 1.5 !important;
}
/*-- List Text Size --*/
.uncode-list ul.text-large li {
    font-size: 18px !important;
}
.icon-box-left .icon-box-content {
    padding-left: 16px !important;
}
body .menu-button-offcanvas {
    display: none !important;
}
.hide-list-icon .text-large.icons li i {
    display: none;
}
/*-- Case Study - (Home Page) --*/
.cs_design .t-entry-excerpt p {
    font-size: 16px;
}

/*-- Animated Button on Hover (Home Page) --*/
.animated-hover-btn-wht::before, .animated-hover-btn-blue::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;  
}
.animated-hover-btn-wht:hover::before,
.animated-hover-btn-wht:focus::before,
.animated-hover-btn-blue:hover::before,
.animated-hover-btn-blue:focus::before {
  visibility: visible;
  transform: scaleX(1);
}
.animated-hover-btn-wht::before {
  background: #ffffff;
}   
.animated-hover-btn-blue::before {
  background: #06162a;
}   
/*----------------------*/
/*--- Common CSS End ---*/
/*----------------------*/

/*-- Header --*/
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    font-style: normal !important;
    font-size: 12px !important;
    margin-top: 0 !important;
}

/*-- Background color on hover (Home Page) --*/
.bg-on-hover .uncell:hover {
    background-color: #f4f0ec;
}
.bg-on-hover-iconbox .uncol:hover {
    background-color: #f7F7F7;
}

/*-- Custom Col- 2 image collage section (Home Page) --*/
.cstm_width_40 .uncol {
    margin-right: -100px !important;
}

/*-- Shadow on hover Boxes --*/
.box_shadow_hover {
    transition: all .5s ease-out;
}
.box_shadow_hover:hover {
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    z-index: 2;
}
.border_top {
    border-top: 1px solid #ddd;
}
.border_left {
    border-left: 1px solid #bebebe;
}

/*-- Background color effect (Home Page) --*/
.diagonal-bg-d1 {
    background: linear-gradient(to right, #1d202e 65%, #ffffff 35%);
}
.diagonal-bg-d2 {
    background: linear-gradient(to right, #ffffff 35%, #1d202e 35%);
}

/*-- Custom Borders --*/
.border-left {
    border-left: 1px solid #ddd;
}
.border-right {
    border-right: 1px solid #ddd;
}
.border-top {
    border-top: 1px solid #ddd;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
}

/*-- Case Study Section (Home Page) --*/
.case-study-module .t-overlay-content .t-overlay-text.no-block-padding {
    position: relative;
    left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 35px;
    padding-right: 35px !important;
    width: 35%;
    background-color: rgba(255,255,255,0.8);
}

/*-- Vertical Tabs - (Services Inner Page) --*/
.vertical_tab .vertical-tab-menu {
    width: 48%;
}
.vertical_tab .vertical-tab-contents {
    width: 52%;
}
.vertical_tab.uncode-tabs .tab-content .tab-pane {
    padding-top: 0;
}
.vertical_tab .vertical-tab-menu .nav-tabs, .vertical_tab .tab-content.vertical {
    border: none;
}
.vertical_tab .vertical-tab-menu li {
    font-size: 30px;
}
.vertical_tab .tabs-left > li > a {
    position: relative;
    padding: 15px 10px 15px 0;
    border: none;
}
.vertical_tab .tabs-left > li.active > a {
    padding: 15px 10px 15px 0;
    border: none;
}
.vertical_tab .tabs-left > li > a span {
    position: relative;
}
.vertical_tab .tabs-left > li > a span::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0.1em;
    height: 2px;
    width: calc(100% - 0.1em);
   -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    background-color: #000;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.vertical_tab .tabs-left > li > a span:hover::after, .vertical_tab .tabs-left > li.active > a span::after {
    -webkit-transform: scale(1);
    transform: scale(1);
} 

/*- Services Page - Accordition --*/
#all_services .panel-title {
    font-size: 24px;
}
#all_services .panel.panel-default.wpb_accordion_section {
    border-color: #000;
}
#all_services .panel-title > a span::after {
    font-size: 22px;
    color: #000 !important;
}
#all_services .panel-title a {
    color: #000 !important;
}
#all_services_services .panel .panel-body {
    padding: 15px 15px 36px;
}
/*- Services Page WHite - Accordition --*/
#all_services-WHT .panel-title {
    font-size: 24px;
}
#all_services-WHT .panel.panel-default.wpb_accordion_section {
    border-color: #fff;
}
#all_services-WHT .panel-title > a span::after {
    font-size: 22px;
    color: #fff !important;
}
#all_services-WHT .panel-title a {
    color: #fff !important;
}
#all_services_services .panel .panel-body {
    padding: 15px 15px 36px;
}
/* Footer */
/*-- Title icon bar (Common for full website) -- */
.title-icon-WHT .h4, .title-icon-BLK .h4 {
    position: relative;
    padding-left: 79px;
    vertical-align: middle;
}
.title-icon-WHT h4::before, .title-icon-BLK h4::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 65px;
    height: 1px;    
}
.title-icon-WHT h4::before {
    background: #fff;   
}
.footer-list-type ul li {
    font-size: 14px;
}
.footer_info a {
    text-decoration: underline;
}
.footer_info a:hover {
    text-decoration: none;
    color: #fff !important;
}
.footer-links a {
    font-size: 15px;
}
.footer-copyright-text p {
    font-size: 12px;
    color: rgba(255,255,255,0.80);  
}
.footer_copyright_custom p {
    font-size: 14px;
}

/*-- Cookies popup --*/
h5.cli_messagebar_head {
    margin-top: 10px;
}

/*-- Call button for Mobile --*/
#mobile-contact-bar-outer ul li i {
    margin-right: 0;
}
.fa-stack.fa-lg {
    border-color: #000;
}

@media only screen and (max-width: 1200px) {
/*-- Vertical Tabs - (Services Inner Page) --*/
.vertical_tab .vertical-tab-menu {
    width: 50%;
}
.vertical_tab .vertical-tab-contents {
    width: 50%;
}
.vertical_tab .vertical-tab-menu li {
    font-size: 26px;
}}

@media only screen and (max-width: 1024px) {
/*-- Vertical Tabs - (Services Inner Page) --*/
.vertical_tab .vertical-tab-menu li {
    font-size: 24px;
}}

@media only screen and (max-width: 980px) {
/*-- Background effect (Home Page) --*/
.diagonal-bg-d1 {
    background: linear-gradient(to right, #06162a 100%, #fff 0%);
}
.diagonal-bg-d2 {
    background: linear-gradient(to right, #ffffff 0%, #06162a 0%);
}
/*-- Vertical Tabs - (Services Inner Page) --*/
.vertical_tab .vertical-tab-menu li {
    font-size: 22px;
}
/*-- Box Shadow effect on hover for All Pages --*/
.border_left {
    border-left: none;
}
.xs-scrn-border {
    border-bottom: 1px solid #ddd;
}}

@media only screen and (max-width: 959px) {
/*-- Border - (Common) --*/
.xs_border_top {
    border-top: 1px solid #bebebe;
}
/*-- Mobile Menu Navigation --*/
#menu-primary-menu .drop-menu li a {
    font-size: 16px !important;
    text-transform: capitalize;
}
#menu-primary-menu .drop-menu li a i {
    display: none;
}
/*-- Custom Col- 2 image collage section (Home Page) --*/
.cstm_width_40 .uncol {
    margin-right: 0px !important;
}
/*-- 2 image collage - Design-1 - Left Side Image --*/
.zoom-img-1-d1 .uncol {
    transform: scale(1.1);
    left: 25px !important;
}
.zoom-img-2-d1 .uncol {
    transform: scale(1.1);
    top: 30px !important;
    left: -25px !important;
}
/* Reverse Order */
.xs-reverse-order .wpb_row.row-inner {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.xs-reverse-order .wpb_row.row-inner .wpb_column.cstm_width_40 {
    order: 1;
    width: 100%;
}
.xs-reverse-order .wpb_row.row-inner .wpb_column.zoom-img-2-d1 {
    order: 2;
    width: 50%;
}
.xs-reverse-order .wpb_row.row-inner .wpb_column.zoom-img-2-d1 .uncol {
    transform: scale(1.1);
    top: 30px !important;
    left: 25px !important;
}
.xs-reverse-order .wpb_row.row-inner .wpb_column.zoom-img-1-d1 {
    order: 3;
    width: 50%;
}
.xs-reverse-order .wpb_row.row-inner .wpb_column.zoom-img-1-d1 .uncol {
    transform: scale(1.1);
    left: -25px !important;
}
/*-- 2 image collage - Design-2 - Right Side Image --*/
.zoom-img-1-d2 .uncol {
    transform: scale(1.1);
    top: 30px !important;
    left: 25px !important;
}
.zoom-img-2-d2 .uncol {
    transform: scale(1.1);
    left: -25px !important;
}
/*-- Single Portfolio (New Design) --*/ 
.portfolio-row-3 .portfolio-col-2 {
    padding-right: 30px !important;
}
.portfolio-row-4 .portfolio-col-1 {
    padding-left: 60px !important;
}
.portfolio-row-2second .portfolio-col-1 {
    padding-right: 50px !important;
}
.portfolio-row-2second .portfolio-col-2 {
    padding-left: 0 !important;
}
.portfolio-row-2second .portfolio-col-2 .images-row { 
    margin-left: -50px;
}
/*-- Vertical Tabs - (Services Inner Page) --*/
.vertical_tab .vertical-tab-menu {
    width: 100%;
}
.vertical_tab .vertical-tab-contents {
    width: 100%;
}
.vertical_tab .vertical-tab-menu li {
    font-size: 24px;
}
.vertical_tab .vertical-tab-contents .tab-content.vertical {
    width: 80%;
    padding-left: 10px;
    padding-top: 20px;
    border-left: none;
}}

@media only screen and (max-width: 768px) {
/*-- 2 image collage - Design-1 - Left Side Image --*/
.zoom-img-1-d1 .uncol {
    transform: scale(1.1);
    left: 20px !important;
}
.zoom-img-2-d1 .uncol {
    transform: scale(1.1);
    top: 30px !important;
    left: -20px !important;
}
/*-- 2 image collage - Design-2 - Right Side Image --*/
.zoom-img-1-d2 .uncol {
    transform: scale(1.1);
    top: 30px !important;
    left: 20px !important;
}
.zoom-img-2-d2 .uncol {
    transform: scale(1.1);
    left: -20px !important;
}
/*-- Case Study Section (Home Page) --*/
.case-study-module .t-overlay-content .t-overlay-text.no-block-padding {
    width: 50% !important;
}
/*-- Title icon bar (Common for full website) -- */
.title-icon-WHT .h4, .title-icon-BLK .h4 {
    padding-left: 70px;
}
.title-icon-WHT h4::before, .title-icon-BLK h4::before {
    width: 54px;
}
/*-- Vertical Tabs - (Services Inner Page) --*/
.vertical_tab .vertical-tab-menu li {
    font-size: 22px;
}
.vertical_tab .vertical-tab-contents .tab-content.vertical {
    width: 85%;
}}

@media only screen and (max-width: 569px) {
/*-- 2 image collage - Design-1 - Left Side Image --*/
.zoom-img-1-d1 .uncol {
    transform: scale(1.2);
    left: 30px !important;
}
.zoom-img-2-d1 .uncol {
    transform: scale(1.2);
    top: 30px !important;
    left: -30px !important;
}
/*-- 2 image collage - Design-2 - Right Side Image --*/
.zoom-img-1-d2 .uncol {
    transform: scale(1.2);
    top: 30px !important;
    left: 30px !important;
}
.zoom-img-2-d2 .uncol {
    transform: scale(1.2);
    left: -30px !important;
}
/*-- Single Portfolio (New Design) --*/ 
.portfolio-row-2second .portfolio-col-2 {
    padding-left: 46px !important;
    padding-right: 10px !important;
}
.portfolio-row-2second .portfolio-col-2 .images-row { 
    margin-left: 0px;
}
.portfolio-row-2second .portfolio-col-1 {
    padding-right: 0px !important;
}
.portfolio-row-3 .portfolio-col-2 {
    padding-right: 36px !important;
    padding-left: 36px !important;
}
.portfolio-row-4 .portfolio-col-1 {
    padding-left: 36px !important;
    padding-right: 36px !important;
}
.portfolio-row-4 .single-bottom-padding {
    padding-bottom: 0 !important;   
}
/*-- Case Study Section (Home Page) --*/
.case-study-module .t-overlay-content .t-overlay-text.no-block-padding {
    width: 80% !important;
}
/*-- Vertical Tabs - (Services Inner Page) --*/
.vertical_tab .vertical-tab-menu li {
    font-size: 22px;
}
.vertical_tab .vertical-tab-contents .tab-content.vertical {
    width: 100%;
}
/*-- Footer --*/
.xs-scrn-align-center.text-left {
    text-align: center;
}}

@media only screen and (max-width: 480px) {
/*-- Cookies popup --*/
#cookie-law-info-bar {
    bottom: 55px !important 
}
/*- Services Page - Accordition --*/
#all_services .panel-title {
    font-size: 20px;
}
#all_services .panel-title > a span::after {
    font-size: 18px;
}
/*- Services Page White - Accordition --*/
#all_services-WHT .panel-title {
    font-size: 20px;
}
#all_services-WHT .panel-title > a span::after {
    font-size: 18px;
}
/*-- Vertical Tabs - (Services Inner Page) --*/
.vertical_tab .tabs-left > li > a, .vertical_tab .tabs-left > li.active > a {
    padding: 8px 10px 8px 0;
}
.vertical_tab .vertical-tab-menu .nav-tabs > li > a span {
    white-space: inherit;
}
.vertical_tab .vertical-tab-contents .tab-content.vertical {
    padding-left: 0px;
}
/*-- Footer --*/
.footer_info .heading-text h3 {
    display: block !important;
}
.footer_info .heading-text h3 a {
    word-break: break-all;
}}

@media only screen and (max-width: 414px) {
/*-- 2 image collage - Design-1 - Left Side Image --*/
.zoom-img-1-d1 .uncol {
    transform: scale(1.3);
    left: 25px !important;
}
.zoom-img-2-d1 .uncol {
    transform: scale(1.3);
    top: 30px !important;
    left: -25px !important;
}
/*-- 2 image collage - Design-2 - Right Side Image --*/
.zoom-img-1-d2 .uncol {
    transform: scale(1.3);
    top: 30px !important;
    left: 25px !important;
}
.zoom-img-2-d2 .uncol {
    transform: scale(1.3);
    left: -25px !important;
}
/*-- icon Box Padding - Technology & Framwork (Home) --*/
.bg-on-hover-iconbox .uncell.single-block-padding {
    padding: 20px 20px;
}
/*-- Vertical Tabs - (Services Inner Page) --*/
.vertical_tab .vertical-tab-menu li {
    font-size: 19px;
}
/*-- Footer Section --*/
.footer_info h3 span {
    font-size: 22px;
    line-height: 1.8em;
}
.uncode-vc-social.icons-lead {
    margin-bottom: 10px;
}
.uncode-vc-social.footer_copyright_custom p {
    font-size: 10px;
}
/*-- Title icon bar (Common for full website) -- */
.title-icon-WHT .h4, .title-icon-BLK .h4 {
    padding-left: 60px;
}
.title-icon-WHT h4::before, .title-icon-BLK h4::before {
    width: 44px;
}}

@media only screen and (max-width: 375px) {
/*-- icon Box Padding - Technology & Framwork (Home) --*/
.bg-on-hover-iconbox .uncell.single-block-padding {
    padding: 20px 10px;
}
/*-- Footer --*/
.footer_info h3 span {
    font-size: 20px;
    line-height: 1.6em;
}}

/*- Career Vacancy Slider -*/
.vacancy-slider .t-entry .t-entry-title.title-scale {
    padding-bottom: 70px;
}
.menu-horizontal ul.menu-smart > li > ul:not(.mega-menu-inner) {
    width: 195px !important;
}


/* -------------------------------- */
/* -------- Custom CSS End -------- */
/* -------------------------------- */
