/*
 Theme Name:     Divi Child
 Theme URI:      
 Description:   
 Author:         Owl Media
 Author URI:     https://www.owlmedia.co.za
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* GENERAL */

.transparent:before, .transparent:hover::before {
  background-color: #3F80C9 !important
}

.menuMod a{
  font-family: Lato;
  font-size: 15px
}

.flexRow{
  display: flex;
  align-items: center
}

.heroTxtMod h1{
font-family: Lato;
font-weight: 900;
font-size: 40px;
color: #fff;
  line-height: 48px;
  padding-bottom: 40px
}

.heroTxtMod p{
  font-family: Lato;
font-weight: 500;
font-size: 20px;
line-height: 27px;
color: #fff;
}

.heroTextMod h2{
  font-family: Lato;
font-weight: 900;
font-size: 30px;
}

.heroTextMod li{
  font-family: Lato;
font-weight: normal;
font-size: 15px;
line-height: 25px;
 padding-left: 20px
}


.btn{
  font-size: 14px;
  font-weight: 700;
  font-family: "ubuntu", sans-serif;
}

.heroTxtMod .btn{
  color: #fff
}

.heroTxtMod .btn:after, .white .purpleBtn:after{
  content: url(/wp-content/uploads/Icon-awesome-arrow-right.svg);
  margin-left: 10px
}

.purpleBtn:after{
  content: url(/wp-content/uploads/Icon-awesome-arrow-right-purple.svg);
  margin-left: 10px
}

.purpleBtn{
  color: #234567;
  
}

.btn{
 position: relative;
 margin: auto;
 padding: 13px 18px 12px 18px;
 transition: all 0.2s ease;
 border: none;
 background: none;
}

.btn:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 border-radius: 50px;
 width: 45px;
 height: 45px;
 transition: all 0.3s ease;
  z-index: -1
}

.darkPurpleBtn:before, .darkPurpleBtn:hover:before{
  background: #5213C0
}

.purpleBtn:before, .purpleBtn:hover:before{
  background: #B1DAE7
}



.btn:hover:before {
 width: 100%;
}

.btn:hover svg {
 transform: translateX(0);
}

.btn:active {
 transform: scale(0.95);
}

.buttonContainer{
  margin-top: 30px
}

#gform_submit_button_1{
  padding-right: 20px;
   transition: all 0.2s ease;
}

#gform_submit_button_1:hover{
  background-color: #B1DAE7;
   transition: all 0.2s ease;
  cursor: pointer

}


.txtMod h2, .introMod h2{
  font-family: Lato;
font-weight: 500;
font-size: 40px;
}

.introMod h2{
  padding-bottom: 18px
}

.txtMod p, .introMod p{
font-family: Lato;
font-weight: normal;
font-size: 20px;
line-height: 30px;

}
.footerContactRow{
  border-radius: 10px;
  padding: 40px;
  
}

.footerContactTxtMod h3{
  font-size: 25px;
  font-family: lato;
  font-weight: 900;
  margin-bottom: 20px
}

.footerContactTxtMod p{
  font-family: lato;
  font-size: 15px
}

.gform_title{
  display: none
}

.contactFromMod input{
  background-color: #112786;
  border: none;
  border-radius: 100px;
  color: #fff;
    font-family: lato !important;
  font-weight: 600 !important;
  
}

.contactFromMod textarea{
    background-color: #112786;
  border: none;
  border-radius: 10px;
   color: #fff;
    font-family: lato !important;
  font-weight: 600 !important;
}
.contactFromMod .ginput_container{
  color: #fff !important;

}

.footerContactRow{
  border-radius: 10px;
  padding: 40px !important
}

.footerContactTxtMod h3{
  font-family: lato;
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 20px
}

.footerContactTxtMod p{
  font-family: lato;
  font-size: 15px
}

.contactFromMod input{
  background-color:#3F80C9;
  border: none !important;
  border-radius: 100px;
  color: #fff !important;
  font-family: lato;
  font-size: 15px !important;;
  font-weight: 600;
  padding-left: 20px !important;
  padding-top: 12px !important;
  padding-bottom: 12px!important;
}

.contactFromMod textarea{
  background-color: #3F80C9;
  border: none !important;
  border-radius: 20px;
  color: #fff !important;
  font-family: lato;
  font-size: 15px !important;
  font-weight: 600;
  padding-left: 20px !important;
  padding-top: 12px !important;
  padding-bottom: 12px!important;
}

.gform_title{
  display: none
}
#footerSection:before{
   content: url(/wp-content/uploads/Logo-Element.svg);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100px;
  max-width: 100%;
  z-index: 1;
  top: 20px
}
.textModIllus img{
background: transparent;
filter: drop-shadow(0px 3px 80px rgba(0, 0, 0, 0.15));
  overflow: visible !important;

}
.has_et_pb_sticky #headersection{
box-shadow: 0px 5px 33px rgba(0, 0, 0, 0.16);
}


@media screen and (max-width: 980px){
	
	.buttonContainer{
  margin-bottom: 30px
}
	
	.heroIMageMod{
  max-width: 500px;
  margin: auto
}
  .flexRow {
    display: block !important;
  }
  #heroRow h1, #heroRow p{
    text-align: center
  }
	.txtMod{
    float: unset !important;
    text-align: center !important;
    margin: 0 auto
  }
  .textModIllus{
    max-width: 390px;
    margin: auto
  }
  
  #heroRow .buttonContainer{
    text-align: center;
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
  .footerContactRow{
    padding-top: 100px !important;
  }
	#administrationRow, #managementRow{
  display: flex !important;
  flex-flow:  column-reverse
}

#administrationRow .txtMod, #managementRow .txtMod{
  padding-top: 30px !important;
}

#management{
  padding-bottom: 0px
}
  
}


@media screen and (max-width: 660px){
  #heroRow h1{
    font-size: 35px
  }
  .footerContactTxtMod{
    text-align: center !important;
    padding-bottom: 30px
  }
  #gform_submit_button_1{
    width: 100%
  }
  
#footerSection .footerContactRow{
  padding-right: 20px !important;
  padding-left: 20px !important;
}
	.heroIMageMod{
  max-width: 500px;
  margin: auto
}

.textModIllus{
  max-width: 280px;
}
  
}

@media screen and (max-width: 570px){
  .et_pb_row{
    width: 90%
  }
}