/*
 Theme Name:     Divi child Theme
 Description:    Divi Child Theme
 Author:         Firstcom Solutions
 Template:       Divi
 Version:        1.0.0
*/
@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/** Library **/
/** Take out the divider line between content and sidebar **/
#main-content .container:before {background: none;}
 
/** Expand the content area to fullwidth **/
@media (min-width: 981px){
    #left-area {
        width: 100%;
        padding: 23px 0px 0px !important;
        float: none !important;
    }
}

/*added css*/
   .mfp-wrap {
            z-index: 999999 !important;
            background: rgba(0, 0, 0, 0.69)  !important;
    }
    .mfp-wrap .mfp-container{
            margin-top: 2em;
    }
     .mfp-wrap .mfp-close {
          color: #fff;
          opacity: 1 !important;
          
    }
    
@media (max-width: 880px) {
    #main-header .top-head>div .social a.reg {
        display: block !important;
            font-size: 10px !important;
                min-width: 8em !important;
    }
    #main-header .btm-head {
        display: none;
    }
}
@media (max-width: 767px){
    .banner-all {
            background-position: right;
    }
    .banner-all .et_pb_row {
            opacity: 0;
    }
    .et_pb_button_module_wrapper  {
        text-align: center;
    }
 
}
/*end added css*/


/** Responsive slider **/
/** Desktop & Tablet **/
.library-responsive-slider-dekstop-tablet .et_pb_slide {
	padding: 0; 
	padding-bottom: 34.896%; 
	height: 0;
}
/** Mobile **/
.library-responsive-slider-mobile .et_pb_slide {
	padding: 0; 
	padding-bottom: 100%; 
	height: 0;
}

/** Breadcrumbs **/
.breadcrumbs .container {
	padding: 10px 0 !important;
}

/** Five Cols **/
.five-columns .et_pb_module {
	width: 20%; 
	float: left;
}
@media (max-width: 980px){
.five-columns .et_pb_module {width: 33.3%;}
} 
@media all and (max-width: 767px) {
.five-columns .et_pb_module {width: 100%;}
}

/* =Theme customization starts here
------------------------------------------------------- */

#main-footer #footer-bottom .container #footer-info {
    font-size: 13px; }
  #main-footer #footer-bottom .container .fcs-text {
	line-height: 18px;  
    float: right; }
@media (max-width: 800px) {
  #main-footer #footer-bottom .container .fcs-text {
	width: 100%;
	float: none;
	text-align: center;	} }
#main-footer #footer-bottom .container .fcs-text img {
  display: inline-block;
  margin-right: 10px; }
#main-footer #footer-bottom .container .fcs-text span {
  display: inline-block;
  vertical-align: top; }

  /*--------------------Vinz Code----------------------------*/
  /*-------------------------Universal Styles--------------------------------*/
body{
	font-family: 'Open Sans', sans-serif;
}
.title-md{
	font-size: 20px;
	font-weight: 700;
}

 /*------------------------Homepage---------------------------------*/



 /*---------------------------Contact Form------------------------------*/
 .message-form input, .message-form textarea{
 	width: 100%;
    margin-bottom: 10px;
    padding: 8px;
 }
.message-form textarea{
	font-family: 'Open Sans', sans-serif;
} 
.contact-informations a{
 	color: #666666;
 }
.page-button{
	min-width: 140px!important;
    border: 0px;
    width: auto !important;
    display: flex;
    line-height: 14px;
    padding: 15px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 0.5em;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}
.page-button{
	float: right;
}
.page-button.green-button{
	color: white;
	background-color: #68B42D;
	border: 1px solid #68B42D;
}
.page-button.green-button:hover{
	background-color: transparent;
	color: #68B42D;
}
.page-button.triangle:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 8px;
    font-size: 0;
    margin-left: 5px;
    
}
.page-button.triangle.green-button:after{
	border-color: transparent transparent transparent #FFFFFF;
}
.page-button.green-button:hover{
	background-color: transparent;
	color: #68B42D;
}
.page-button.green-button.triangle:hover:after{
	border-color: transparent transparent transparent #68B42D;
}