/*!
Theme Name: InnovaSolutions
Theme URI: https://www.innovasolutions.com
Version: 1.0.0
Description: InnovaSolutions Company.
Author: InnovaSolutions
Template: Divi
Author URI: https://www.innovasolutions.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
    font-size: 15px;
    color: #202020!important;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: normal!important;
}

.et-pb-arrow-prev:before{
	padding-left: 6px;
}

.et-pb-arrow-next:before{
	padding-right: 6px;
}

.et_pb_slide_description .et_pb_slide_title_ {
    font-size: 48px !important;
}

.et_pb_slide_content_ {
    font-size: 18px;
}

.p-0, .p-0 h1{
	padding:0px;
}

#main-content .container_ {
    padding-top: 100px;
}

#closebutton_ {
    position: absolute;
    background: transparent;
    color: white;
    border: none;
    top: 0px;
    right: 60px;
    font-weight: bold;
    cursor: pointer;
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 
    .et-pb-slider-arrows_{
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .et-pb-slider-arrows_{
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    #closebutton_ {
        top: 5px;
        right: 5px;
    }
}


