/*======================================
Theme Name: indigitech Child
Theme URI: https://techtonym.com
Description: Child theme of divi for  indigitech
Version: 1.0
Author: Maddy
Author URI: https://techtonym.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* === Begin: Set the divi slider height === */
/* Src: https://divibooster.com/changing-the-height-of-the-divi-slider/ */

/* Desktop */
/*.myslider .et_pb_slide_description {
    background: #6369698c;
    padding: 2%;
}*/

/********* Mobile Menu Collapse ********/
 
/**** This hides the sub menu items on mobile ****/
 
#main-header .et_mobile_menu li ul.hide {
display: none !important;
}
 
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
 
#mobile_menu .menu-item-has-children {
position: relative;
}
#mobile_menu .menu-item-has-children > a {
background: transparent;
}
 
/**** This styles the icon and moves it to the right ****/
 
#mobile_menu .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}
 
/**** Here you can swap out the actual icons ****/
 
span.menu-closed:before {
content: "\4c";
display: block;
color: #510606;
font-size: 16px;
font-family: ETmodules;
}
 
span.menu-closed.menu-open:before {
content: "\4d";
}
/* collasp mobile menu fix ed*/
#logo {-webkit-transform: initial;}
.myslider .et_pb_slide .et_pb_container {
    height: 650px !important;
    min-height: 650px !important;
    width: 90%;
    max-width: 100%;
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 980px) {
    .myslider .et_pb_slide .et_pb_container {
        height: 500px !important;
        min-height: 500px !important;
        width: 90%;
    max-width: 100%;
    }
}
/* Phone */
@media only screen and (max-width: 767px) {
    .myslider .et_pb_slide .et_pb_container {
        height: 450px !important;
        min-height: 500px !important;
    }
}

/* Handle padding */
/*list style*/
ul.serv-list {
    line-height: 1.7em;
    font-weight: 600;
}
ul.serv-list{
    margin-top: 4%;
    color: #0e1e3c;
    font-weight: 600;
    font-size: 20px;
}
ul.serv-list li {
    list-style: none;
   font-size: 16px;
    line-height: 1.8em;
}
ul.serv-list li:before {
  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
/*list style end*/
/*emp-certification-list list style*/

ul.emp-certification-list{
    color: #0e1e3c;
    font-weight: 600;
    font-size: 20px;
    padding-left: 1em;
    padding-bottom: 0px !important;
    line-height: 1.7em;
}
ul.emp-certification-list li {
    list-style: none;
    color: #333;
    font-weight: 500;
    font-size: 17px;
    padding-left: 30px;
    line-height: 1em;
    min-height: 60px;   
}
ul.emp-certification-list li:before {
content: "\4e";
    font-family: ETmodules;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #500606;
    border: 2px solid;
    padding: 8px;
    background-color: rgba(140,17,1,0);
    border-color: #500606;
    webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    margin-top: -10px;
    
   
}
/*list style end*/

/*emp-certification-list 4 column list style*/

ul.emp-certification-list-col-4 {
    color: #0e1e3c;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 0px !important;
    line-height: 1.7em;
}
ul.emp-certification-list-col-4  li {
    list-style: none;
    color: #333;
    font-weight: 500;
    font-size: 17px;
    padding-left: 50px;
    line-height: 1em;
    min-height: 60px;   
}
ul.emp-certification-list-col-4  li:before {
    content: "\4e";
    font-family: ETmodules;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #500606;
    border: 2px solid;
    padding: 8px;
    background-color: rgba(140,17,1,0);
    border-color: #500606;
    webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    margin-top: -10px;
    
   
}
/*list style end*/
/*header start*/
#top-menu .current-menu-item a::before, #top-menu .current_page_item a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
	background: #510606 !important;
}
#top-menu .current_page_item .sub-menu li a::before {
    background: unset !important;
}
#top-menu li a:hover {
    opacity: 1 !important;
}
#top-menu li a:hover:before {
    right: 0;
}
/* #top-menu .sub-menu li a::before {
    background: #510606 !important;
} */
#top-menu li li a:before {
    bottom: 10%;
}
#top-menu li a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: 50%;
    background: #510606;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
ul#top-menu li {
    font-weight: 400;
    color: #000;
}
div#et-info span {
    font-weight: 300;
    font-size: 16px;
}
#top-menu li li a {
    width: 300px !important;
}
.nav li ul{
        width: 340px !important;
}
/*header end */
/*footer start*/
.custom-footer p {
    font-size: 14px;
}
.custom-footer h4.title {
    font-weight: 500;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    width: 200px;
}
.custom-footer .widget_nav_menu ul {
    font-size: 14px;
    font-weight: 400;
}
.custom-footer .et_pb_widget ul li {
    margin-bottom: 0;
}

/*slider rev start*/
.slider-small-text {
    background: #ff7f27;
    padding: 15px !important;
}
.qoutation_class {
    z-index: 999;
}
.cp-focus .et_pb_blurb_description img {
    width: 30%;
    text-align: center;
    display: block;
    margin: 15px auto;
}

.bb_border{
    border: 1px solid #ccc;
}
.icon_css {
    
        padding: 30px 16px;
}
.icon_css:hover .et_pb_image_wrap {
    background-color: #507bbe !important;
}
.icon_css .et_pb_image_wrap {
    padding: 15px !important;
    border-radius: 60px !important;
    background-color: #510606;
    transition: color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms,border-radius 300ms ease 0ms;
}
.icon_css .et_pb_module_header {
    font-weight: 700;
    font-size: 22px;
    color: #333333!important;
    line-height: 1.7em;
    text-align: center;
}
.icon_css .et_pb_blurb_description{
    text-align: center;
    font-size: 17px;
    line-height:1.7em;
}
.impact_class {
   /* max-height: 280px;*/
    height: 100%;
    border: 1px solid #d6d6d6;
}
.impact_class .et_pb_main_blurb_image {
    margin-bottom: 0px;
}
.filter_gray_class .et_pb_blurb:hover .et_pb_image_wrap img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.leadership_section .et_pb_row {
    display: table;
    height: 400px;
}
.leadership_page p.et_pb_member_position {
    font-size: 17px !important;
    padding-bottom: 10px;
    text-align: center;
}
.leadership_page h4.et_pb_module_header {
    margin-bottom: 0;
}
.leader-img {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 500px;
}
.career_custom_class .et_pb_column {
    border: 1px solid #b2bcbc;
    padding: 30px;
}
.career_anchor a {
    color: #1b00f7;
}
.our_expertise .et_pb_column {
    border: 1px solid #d6d6d6;
}

.our_expertise .et_pb_column_1_2:first-child {
    margin-left: 17%;
}
.contact_subscription input.es_required_field.es_txt_email {
   padding: 10px 10px 10px 10px;
    width: 100%;
    text-align: center;
}
.contact_subscription .es_subscription_form_submit {
    padding: 10px 40px 10px 40px;
    width: 50%;
    border: 0px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #510606;
    color: #fff;
}
.contact_subscription {
    margin-top: 7%;
}
.programe_managment_class_hold span.et_pb_image_wrap {
    width: 80px;
}
.programe_managment_class_hold .et_pb_blurb_content {
    background-color: #d6d6d6;
    padding: 20px;
}

.programe_managment_class_hold .et_pb_module_header {
    margin-bottom: 0px !important;
}
.programe_managment_class_hold .et_pb_blurb_description li {
    list-style: disc;
}

.programe_managment_class_hold .et_pb_blurb_description ul {
    padding: 0 0 0px 1em;
}
.company_overview .icon_css {
    padding: 0;
}
/*Arrow CSS Start managed it services*/
.arrow_box {
    position: relative;
    background: #fff;
    border: 4px dashed #510606;
}
.arrow_box:before {
    right: -132px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 29px;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    /*border-color: rgba(255, 255, 255, 0);*/
    /*border-left-color: #fff;*/
    border-width: 50px;
    margin-top: -50px;
}
.arrow_box:before {
    /*border-color: rgba(255, 127, 39, 0); */
   border-left-color: #510606;
    border-width: 65px;
    margin-top: -65px;

}
.arrow_box .et_pb_blurb_content{
    background-color:#fff !important;
}
.arrow_box .et_pb_blurb_container{
    padding-top:10px;
}

.arrow-icon_css:hover .et_pb_image_wrap {
    background-color: #507bbe !important;
}
.arrow-icon_css .et_pb_image_wrap {
    padding: 15px !important;
    border-radius: 60px !important;
    background-color: #510606;
    transition: color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms,border-radius 300ms ease 0ms;
}
.arrow-icon_css .et_pb_module_header {
    font-weight: 700;
    font-size: 22px;
    color: #333333!important;
    line-height: 1em;
    text-align: center;
}
.arrow-icon_css .et_pb_blurb_description{
    text-align: center;
    font-size: 17px;
    line-height:1.4em;
}
/*arrow managed it services end*/

/*arrow cloud services*/

/*Arrow CSS Start*/
.arrow_box_cloud {
    position: relative;
    background: #fff;
    border: 4px dashed #510606;
}
.arrow_box_cloud:before {
    right: -158px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 29px;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_cloud:after {
    /*border-color: rgba(255, 255, 255, 0);*/
    /*border-left-color: #fff;*/
    border-width: 50px;
    margin-top: -50px;
}
.arrow_box_cloud:before {
    /*border-color: rgba(255, 127, 39, 0); */
   border-left-color: #510606;
    border-width: 78px;
    margin-top: -78px;

}
.arrow_box_cloud .et_pb_blurb_content{
    background-color:#fff !important;
}
.arrow_box_cloud .et_pb_blurb_container{
    padding-top:10px;
}


/*arow cloud servoces end*/
.business_industries .et_pb_blurb_container {
    padding-left: 20px !important;
}
.custom-footer .container .footer-widget:first-child {
    margin-right: 15% !important;
}
.custom-footer .container .footer-widget {
   margin-right: 3% !important;
   
}
.custom-footer .container .footer-widget:last-child {
    width: 22%;
}
.custom-footer .container .footer-widget:last-child {
    margin-right: 0 !important;
        padding-left: 20px;
}
.custom-footer .container {
    padding-right: 0;
}
.custom-footer #footer-bottom .container {
    padding-right: 15px;
}
/*leader_ship css start*/



.leadership_content h4 {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
}
.leadership_content h5{
    text-align: center;
    color: #aaa;
    font-size: 17px;
    margin-bottom: 0;
}
.leadership_content p {
    text-align: justify;
    padding: 0px 15px;
}
.leadership_image {
    vertical-align: middle;
    display: table-cell;
    padding: 10px;
}
.align-verticle-auto{margin-top: auto;
margin-bottom: auto;
}
.leadership_row_custom {
    background: #fff;
    margin: 3% 0;
    padding: 25px 10px;
    border-width: 1px;
    border-color: #d4d3d3;
    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
}
.leadership_row_custom:hover{
    background: transparent !important;
}
.leadership_section_custom .et_pb_row {
    padding: 0 !important;
}
.leadership_image img {
    width: 100%;
}
/*leader_ship css end*/
.blurb_equal .et_pb_module.et_pb_blurb {
    display: table;
    width: 100%;
    min-height: 120px;
    height: 120px;
    /* border: 3px dashed #1c87c9; */
    text-align: center;
}
.blurb_equal .et_pb_blurb_content {
    display: table-cell;
    vertical-align: middle;
}
.blurb_equal .et_pb_blurb_description p {
    padding-bottom: 0px;
    line-height: 1.4 !important;
}
.cutom-arch .container:before {
    display: none;
}
.form-row .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: normal;
    display: block;
    position: absolute;
    top: -5px;
    left: 11px;
    background: #fff;

}
.form-row .Message span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: normal;
    display: block;
    position: absolute;
    top: -24px;
    left: 11px;
    background: #fff;

}
/*form css*/
.es_spinner_image{
    position: absolute;
    right: 0;
    bottom: 7%;
}
.colums-equ .et_pb_column_8 {
    min-height: 708px;
}
.colums-equ .et_pb_column_9 {
    min-height: 708px;
    max-height: 708px;
    overflow: hidden;
}

.colums-equ .et_pb_column_3_5{
     min-height: 708px;
}
.colums-equ .et_pb_column_2_5 {
    min-height: 708px;
    max-height: 708px;
    overflow: hidden;
}
.colums-equ-single .et_pb_column_2_5-s {
    min-height: 708px;
    max-height: 708px;
    overflow: hidden;
}
/* .colums-equ-single .et_pb_column_3_5-s{
     min-height: 708px;
} */
/* .job-title-form form{
	bottom: 0px;
    position: absolute;
} */
.form-row .UploadCV span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: normal;
    display: block;
    position: absolute;
    top: -5px;
    left: 33%;
    background: #fff;
}
.map-contact{
	position: absolute;
	bottom: 0;}
.colums-equ-single img {
    min-height: 708px;
    max-height: 708px;
}
.buddy_press_resgiter input#pass1 {
    width: 100% !important;
    border: 2px solid #b71717;
}
.buddy_press_resgiter input#pass2 {
    border: 2px solid #b71717;
}
.buddy_press_resgiter input#submit {
    width: 100%;
    max-width: 340px;
    color: #fff;
    padding: 10px !important;
    border: 2px solid #510606;
    background-color: #510606;
}