/*
 Theme Name:     Divi child Theme
 Description:    Divi Child Theme
 Author:         Firstcom Solutions
 Template:       Divi
 Version:        1.0.0
*/
@import url("../Divi/style.css");
/* =Theme customization starts here
------------------------------------------------------- */

/** Take out the divider line between content and sidebar **/
#main-content .container:before {background: none;}
.home .et_pb_main_blurb_image img{
    width:100% !important;
}







.nav .menu-item{
  color: gray;
}
/** Expand the content area to fullwidth **/
@media (min-width: 981px){
    #left-area {
        width: 100%;
        
        float: none !important;
    }
}

/* #top-menu-nav{
  padding-right: 150px;
} */
/* Blurbs as tabs starts from here */

.et_pb_button { min-width: 180px; text-align:center; }



#blurb-tabs .et_pb_blurb_content{
  height: 30px;
  width: auto;
}

#blurb-tabs .tab-title{
	width: 16%;
  transition: all .3s ease-in-out;
}

#blurb-tabs .et_pb_column{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
  padding-left: 300px;
  padding-right: 300px;
}
.tab-title h4 a{
	color: #190f75;
}
.tab-title:hover h4 a{
	color: #ffffff;
}
#blurb-tabs .tab-title:hover{
  cursor: pointer;
  background: #190f75;
	color:#ffffff;
}
#blurb-tabs .et_pb_blurb h4 a{
  font-size: 12px;
}
@media all and (min-width: 1440px){
  #blurb-tabs .et_pb_blurb_5.et_pb_blurb h4 a
  {
    line-height: 2.0em;
  }
}

@media all and (max-width: 1694px){
  #blurb-tabs .et_pb_column{
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media all and (max-width: 1440px){
  #blurb-tabs .et_pb_column{
    padding-left: 80px;
    padding-right: 80px;
  }
  #blurb-tabs .et_pb_blurb_5.et_pb_blurb h4
  {
    line-height: 0.9em;
  }
}

@media all and (max-width: 1024px){
  #blurb-tabs .tab-title{
    width:48%;
        margin-bottom: 5px;
  }

  #blurb-tabs .et_pb_blurb_0.et_pb_blurb h4 a
  {
    margin-bottom: 5px;
    line-height: 1.7em;
  }
  #blurb-tabs .et_pb_blurb_1.et_pb_blurb h4 a
  {
    line-height: 1.7em;
  }
  #blurb-tabs .et_pb_blurb_2.et_pb_blurb h4 a
  {
    line-height: 1.7em;
  }
  #blurb-tabs .et_pb_blurb_3.et_pb_blurb h4 a
  {
    line-height: 1.7em;
  }
  #blurb-tabs .et_pb_blurb_4.et_pb_blurb h4 a
  {
    line-height: 1.7em;
  }
  #blurb-tabs .et_pb_blurb_5.et_pb_blurb h4 a
  {
    line-height: 2.0em;
  }
  

  #blurb-tabs .et_pb_column{
    padding-left: 50px;
    padding-right: 50px;
  }
   

}


@media (max-width: 479px){
    /* ordering image for mobile version */
  .flexbox {
    display: flex;
    flex-direction: column;
  }
    
  .item-second {
    order: 3;
  }
  #left {
    float: none !important;
  }
  #right{
    float: none !important;
  }
  #btnSubmit{
    margin-left: 0px;
  }
  .entry-content tr td{
    padding: 6px 14px;
    border-top: none;
  }
 
  td{
    display: block;
        width: auto;
  }

  #blurb-tabs .tab-title{
    width:100%;
    margin-bottom: 5px;
  }
  #blurb-tabs .et_pb_column{
    padding-top:0px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /*re-order contents in mobile view for tabs*/
  .flexbox{
        display: -webkit-box;   
        display: -moz-box;      
        display: -ms-flexbox;   
        display: -webkit-flex;  
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .et_pb_column_6, .et_pb_column_8, .et_pb_column_10, .et_pb_column_12, .et_pb_column_14, .et_pb_column_16{
      order:3;
      padding-top:30px;
  }
}

/* hide tabs */
.tab-content{
  display: none;
}

/* footer left and right */
#footer-info{
  width:100%;

}
#left {
  float: left;
}
#right{
  float: right;
}

/* Active tabs change colour */
#blurb-tabs .tab-title.active-tab{
  background:#190f75!important;

}
/* Active tabs keeps the font colour as white */
#blurb-tabs .tab-title.active-tab .et_pb_module_header a{
  color:#ffffff;
}
/* css to hide footer widgets */
#footer-widgets{
  display: none;
}

/* file extension hidden */
#F{
	display:none
}



/*    wordpress contact form 7 wpcf7 css */
#btnSubmit{
	background-color:#ffffff;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:15px;
	border:1px solid #00026a;
	display:inline-block;
	cursor:pointer;
	color:#00026a;
	font-family:Arial;
	font-size:15px;
	padding:7px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
#btnSubmit:hover{
	background-color:#190f75;
	color:#ffffff!important;
}

.labeltext{
  font-size: 16px;
  font-weight: 600;
}

.wpcf7 {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    width: 100%;
}
.wpcf7-tel, .wpcf7-text, .wpcf7-select, .wpcf7-textarea{
  height: 40px;
  width: 100% ;

}
.wpcf7-textarea{
  height: auto !important;
}
.entry-content tr td{
   
    border-top: none;
  }
.biglabeltext{
    font-family:Arial;
    font-size:20px;
    font-weight:700;
    color:#000;
    
}
#bigLBL{
    padding-top:20px;
}

.btnpadding{
    padding-top:8px;
}


/*line up the two buttons*/
.mobileButtonRow{
    display:flex;
}
.et_pb_column.et_pb_column_1_2.et_pb_column_5{
    padding:0px;
}

.et_pb_column.et_pb_column_1_2.et_pb_column_4{
    padding:0px;
    padding-top:14px;
}














































/* Animations css code and webframe */
.swirl-in-fwd {
	-webkit-animation: swirl-in-fwd 5s ease-out both;
	        animation: swirl-in-fwd 5s ease-out both;
}
@-webkit-keyframes swirl-in-fwd {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
            transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
}
@keyframes swirl-in-fwd {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
            transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
}







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