/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */
@media (max-width:980px) {
#et-main-area:before  {
	background:transparent !important;
}
}

@media (max-width:1400px) and (min-width:981px)  {
#et-main-area:before  {
		width:35% !important;
 }
}
@media (max-width:1650px) and (min-width:1401px)  {
#et-main-area:before  {
		width:38% !important;
 }
}
@media (min-width:1651px) and (max-width:1800px)  {
#et-main-area:before  {
		width:39% !important;
 }
}
@media (min-width:2100px) and (max-width:2550px) {
#et-main-area:before  {
		width:42% !important;
 }
}
@media (min-width:2551px) {
#et-main-area:before  {
		width:43% !important;
 }
}


#main-content, .et_pb_section {
    background-color: transparent !important;
}
#main-footer {display:none !important}
#et-main-area {position:relative;}
#et-main-area:before {
	display:block;
	left:0;
	top:0;
	position:absolute;
	content:"";
	height:100%;
	width:40%;
	background:#005ba8;
}
.et_pb_animation_top.et-animated {
	animation-name: none !important;
}
.et_pb_button, .et_pb_button:hover {
    padding-top: 8px!important;
    padding-right: 34px!important;
    padding-bottom: 8px!important;
    padding-left: 34px!important;
} 
.txt p span {
}
.et_pb_scroll_top.et-pb-icon {
    background: rgb(135 183 55); 
}
@media (min-width:768px) and (max-width:980px) {
.main-con .col2 .row1 .et_pb_column {
	width: 30.28765%;
    margin-right: 4.569%;
	}
}