/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
/* ====== Header Styling =======
=========================================== */
.res-menu{
    display: none;
}

/* ====== Index Styling =======
=========================================== */


/* ====== Footer Styling =======
=========================================== */


/* ====== Other Styling =======
=========================================== */
/*======= Memu ======= */
#mml {padding: 0 15px;color: #ffffff;}
#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 7px;
    color: #fff;
}
.mm {
    position: relative;
    min-height: 49px;
  position:relative;
}
#mml {
    padding: 7px 15px;
    color: #fff;
    background-color: #3daca4;
    text-transform: uppercase;
}

#mmb {
position: absolute;
width: 40px;
height: 50px;
margin-right: 15px;
top: 0;
right: 0;
cursor: pointer;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

#mmb span {
display: block;
position: absolute;
height: 1.5px;
width: 100%;
background: #fff;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

#mmb span:nth-child(1) {
top: 16px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#mmb span:nth-child(2) {
top: 26px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#mmb span:nth-child(3) {
top: 36px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#mmb.on span {height: 2px;}
#mmb.on span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 11px;
left: 8px;
}

#mmb.on span:nth-child(2) {
width: 0%;
opacity: 0;
}

#mmb.on span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 39px;
left: 8px;
}

#mm ul{
  padding-left:0;
  margin-bottom:0;
  position: relative;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 222222;
  display: none;
}

#mm li {
display: block;
position: relative;
}
#mm a {
    display: block;
    padding: 16px 56px 15px 20px;
    border-bottom: #dedede 1px solid;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    background-color: white;
    word-wrap: break-word;
    transition: 0.7s ease;
    text-align: center;
    opacity: 0.9;
}
#mm a:hover {
    background-color: #030303;
    color: white;
}


/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/
.logo_container {
	padding:0px 50px !important;
}

#info {
	font-size: 16px;
    display: inline-flex;
    padding-top: 48px;
}
.phone {
	float: left;
}
.email {
	float: right;
}
#info h5,#info h6{
    font-size: 16px;
    text-align: left;
    padding-bottom: 6px;
    padding-left: 5px;
    font-weight: 700;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
#info h5{
    color: #3daca4;
	    line-height: 18px;

}
#info h6 a {
	color: #58585a;
}


#main-header .container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
#et-top-navigation {
	background-color: #58585a;
	    margin-top: 30px;
    text-align: left;
    padding: 0px 56px
}
#top-menu-nav {
	width: 100%;
}
#top-menu .social-nav {
    float: right;
	padding-right:10px !important;
}
#top-menu .social-nav a{
	font-weight: 700;
	padding: 18px 20px !important;
}
#et-top-navigation .current-menu-item a{
	background-color: #e3cb67;
}
#top-menu li a {
	padding-bottom: 0px !important;
	padding: 18px 36px !important;
}
/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/
#sec1 .et_pb_slide_description{
  padding: 14% 0%;
}
#sec2 #row2 .et_pb_blurb_description a{
background-color: #3daca4;
    color: white;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 26px;
    border-radius: 4px;
}
#sec5 #row2 .tss-grid-item{
    background-image: url(../../../wp-content/uploads/2020/05/Layer-22-copy-2.png);
    padding: 62px 0px;
    background-position: center;
    background-repeat: no-repeat;
}
.owl-theme .owl-dots .owl-dot span {
  width: 74px !important;
  height: 8px !important;
  margin: 5px 7px !important;
  border-radius: unset !important;
  background: #58585a !important;
  opacity: unset !important;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #e3cb67 !important;
}
/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/
#p-contactus-sec2 #row1 input:focus{
    border-color: #3daca4;
}
#p-contactus-sec2 #row1 textarea:focus{
    border-color: #3daca4;
}
#p-contactus-sec2 #row1 input{
     width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #776060;
    border-radius: 2px;
    border: 1px solid #a5a5a5;
    box-shadow: -1px 2px 12px 0px #ebebeb;
    font-family: 'Montserrat', sans-serif !important;
}
#p-contactus-sec2 #row1 textarea{
                width: 100%;
                margin-bottom: 20px;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #776060;
    border-radius: 2px;
    border: 1px solid #a5a5a5;
    box-shadow: -1px 2px 12px 0px #ebebeb;
    font-family: 'Montserrat', sans-serif !important;
}
#p-contactus-sec2 #row1 input[type=submit]{
                font-weight: 400;
    font-size: 18px;
    border: 1px solid #3daca4;
    padding: 14px 53px;
    background-color: #3daca4;
    color: white;
}

/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/
#footer-bottom {
    display: none;
}
#footer-section #row1 #nav_menu-2 {
    width: 100%;
    text-align: center;
}
#footer-section #row1 #menu-mainmenu-1 {
    display: inline-flex;
}
#footer-section #row1 #menu-mainmenu-1 li {
    padding: 0px 30px;
}
#footer-section #row1 #menu-mainmenu-1 .social-nav {
    display:none;
}
/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/


@media only screen and (max-width : 980px){
    #top-header {
        display: none;
    }
    .res-menu{
        display: block;
    }

    #et-top-navigation {
        display: none !important;
    }
    .mobile_menu_bar {
        pointer-events: none;
        cursor: default;
    }
    .mobile_menu_bar:before {
        color: white;
    }

	#info {
		padding-top: 0px;
	}
	.logo_container {
		padding: 0px 0px !important;
	}
	#main-header .et_menu_container{
		   width: 90%;
	}
	#sec1 .et_pb_slide_content {
		font-size: 30px!important;
	}
	#sec3 #row1 h2 {
		font-size: 42px;
    }
	#footer-section #row1 .et_pb_text_inner h1{
		font-size: 29px;
	}
	#footer-section #row2 .et_pb_text_6 {
		padding-left: 0px!important;
	}
	#footer-section #row2 .et_pb_text_7 {
		padding-right: 0px!important;
	}
	#footer-section #row2 .et_pb_text_inner p{
		text-align:center;
	}
    #sec5 #row2 .tss-grid-item {
        padding: 47px 0px;
        background-size: 100% 100%;
    }
	
}

@media only screen and (max-width : 768px){
	#info img {
		display:none;
	}
	#sec1 .et_pb_slide_content {
		font-size: 22px !important;
	}
	#sec2 #row1 h1 {
		font-size: 37px;
	}
	#sec3 #row1 h2 {
		font-size: 31px;
	}
	#sec5 #row1 h1 {
		font-size: 44px;
	}
	#footer-section #row1 .et_pb_text_inner h1 {
		font-size: 20px;
	}
}
@media only screen and (max-width : 575px){
	#info h5, #info h6 {
		font-size: 14px;
	}
	#sec1 h1 {
		font-size: 34px;
	}
	#sec1 .et_pb_slide_content {
		font-size: 14px !important;
	}
	#sec2 #row1 h1 {
		font-size: 23px;
	}
	#sec4 #row1 h1 {
		font-size: 33px;
	}
	#sec3 #row1 h2 {
		font-size: 31px;
	}
	#sec3 #row1 h2 span{
		font-size: 31px !important;
	}
	#sec5 #row1 h1 {
		font-size: 26px;
	}
	#sec5 #row2 .tss-grid-item {
		background-image: none;
	}
	#footer-section #row1 .et_pb_text_inner h1 {
		font-size: 10px;
	}
	#footer-section #row1 #menu-mainmenu-1 li {
		padding: 0px 5px;
	}
}
@media only screen and (max-width : 475px){
	#info h5, #info h6 {
		font-size: 12px;
	}
}
@media only screen and (max-width : 414px){
	#info h5, #info h6 {
		font-size: 10px;
	}
}