/*---------------------------------------------------------------------------------

 Theme Name:   colron
 Theme URI:    
 Description:  colron
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

body, p, a{
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}
h1, h2, h3, h4, h5 {
    font-family: "Josefin Sans",sans-serif;
}

.et_mobile_menu li a {
    color: #333 !important;
}

.wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 10px !IMPORTANT;
    display: inline-block !IMPORTANT;
    width: 100% !IMPORTANT;
}

.et_pb_slider.et_pb_module .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_content, .et_pb_slider.et_pb_module .et_pb_slide_2.et_pb_slide .et_pb_slide_description .et_pb_slide_content, .et_pb_slider.et_pb_module .et_pb_slide_1.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    text-align: center !important;
}

body.home .home-slider .et_pb_slide_description .et_pb_slide_title {
    font-weight: 300;
    margin-top: 0;
    font-size: 40px !important;
    font-family: "Josefin Sans",sans-serif !IMPORTANT;
    text-transform: uppercase !important;
    font-weight: bold !IMPORTANT;
}

body.home .home-slider .et_pb_slider .et_pb_slide_content {
    text-align: center !IMPORTANT;
    max-width: 800px !important;
    margin: auto !IMPORTANT;
    font-size: 20px !IMPORTANT;
    line-height: 31px !IMPORTANT;
}

#main-header.et-fixed-header {
    background: #FFF !important;
}

#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a{
	border-bottom: 2px solid #707070;
    padding-bottom: 5px !important;
    color: #707070;
}

.sub-menu li.current-menu-item>a{
	border-bottom: none !important;
}

#top-header{
	background: #ebebeb !important;
	padding: 8px 0px;
}

#main-header{
	min-height: 90px;
}

#logo {
    max-height: 120px !IMPORTANT;
    border: 1px solid #CCC !IMPORTANT;
    padding: 5px !important;
    background: #FFF !IMPORTANT;
}

#top-header #et-info-phone, #top-header .et-social-icons li a{
	color: #707070;
	font-size: 14px;
}

#top-header #et-info {
	padding-top: 10px;
}

#et-secondary-nav li a{
	font-size: 16px;
	font-weight: 600;
	color: #898989;
	padding: 10px 10px;
}

#et-secondary-nav li a:hover{
	opacity: 1 !important;
	color: #fff;
	background: #707070;
}

#et-secondary-nav li.quote-btn a{
	background: #707070;
	color: #fff;
	border: 1px solid #707070;
}

#et-secondary-nav li.quote-btn a:hover{
	background: none;
	border: 1px solid #707070;
	color: #707070;
}

#top-header .container{
	padding: 0px !important;
}

#et-top-navigation{
	padding-top: 40px !important;
}

#main-header{
	background-color: transparent;
	-webkit-box-shadow: 0px !important;
	box-shadow: none !important;
}

.sub-menu li a{
	color: #707070 !important;
}

#top-menu li.current-menu-item>a{
	border-bottom: 2px solid #707070;
    padding-bottom: 5px !important;
    color: #707070;
}

#top-menu li.menu-item-32 a{
	background: #0c71c3;
    display: block;
    padding: 15px;
    color: #fff;
	padding-bottom: 15px !important;
}

#top-menu li{
	padding-right: 40px;
}

#top-menu li a{
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 0px !important;
	color: #707070;
}
.home-slider h1{
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 10px;
}

.home-slider p{
	font-size: 22px;
	line-height: 32px;
}

.contact-section h3{
	font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
	font-weight: 600;
}

.contact-section p{
	text-align: center;
    color: #7e7e7e !important;
    font-size: 16px;
}

.contact-section .contact-us-form{
	padding: 20px 40px;
}

.contact-us-form input.wpcf7-text, .contact-us-form select{
	margin: 10px 0px;
    width: 100%;
    padding: 10px;
    background: #f9f9f9;
    border-color: #f1f1f1;
    color: #7e7e7e;
	border: 3px solid #ccc;	
	margin-bottom:0px  !important;
	margin-top:0px !important;
}

.quote-page input.wpcf7-text, .contact-us-form select{
	margin: 0px 0px 10px 0px;
}

.contact-us-form .wpcf7-checkbox{
	display: grid;
}



.contact-us-form span.wpcf7-not-valid-tip{
	text-align: left;
}

.wpcf7-response-output {
    background: #46b450 !important;
    border: 1px solid #46b450 !important;
    color: #fff;
}

.contact-us-form textarea{
	display: inline-block;
    height: 200px;
	margin: 10px 0px;
    width: 100%;
    padding: 10px;
    background: #f9f9f9;
    border-color: #f1f1f1;
    color: #7e7e7e;
	border: 3px solid #ccc;	
	margin-bottom: 0px !IMPORTANT;
}

 .contact-us-form .submit-btn {
	box-shadow: inset 0 0 0 0 #898989;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    background: #fff;
    display: inline-block;
    width: 100%;
    border: none;
    padding: 10px;
    color: #898989;
    font-size: 16px;
    font-weight: 500;
    border: 3px solid #ccc;
	 margin-top:20px !IMPORTANT;
}

 .contact-us-form .submit-btn:hover{
	color: #fff;
	box-shadow: inset 700px 0 0 0 #898989;;
}

.contact-section a{
	padding-bottom: 12px;
    font-size: 20px;
    color: #fff;
}

.request-quote h2{
	color: #898989;
	padding-top: 10px;
}

.request-quote .et_pb_button{
	color: #898989;
    background: #fff;
	border: none;
	border-radius: 0;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.request-quote .et_pb_button:hover{
	color: #fff;
	box-shadow: inset 200px 0 0 0 #898989;;
    background: #fff;	
	border: none;
}

.about-section h3{
	font-size: 20px;
	line-height: 20px;
	color: #7e7e7e;
	text-transform: uppercase;
}

.about-section h2{
	color: #2d2d2d;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 1px;
    font-weight: normal;
}

.about-section h4{
	font-size: 22px;
    line-height: 31px;
}

.about-section p{
	font-size: 16px;
	color: #7e7e7e;
	line-height: 30px;
}

.about-section .et_pb_image{
	position: relative;
    top: 20px;
    left: -10px;
}

.about-section .et_pb_image_wrap {
	position: relative;
    top: 0;
    left: 0;
    background: #c3c7d0;
}

.about-section img{
	bottom: 30px;
    left: 30px;
}

.our-projects h3{
	color: #7e7e7e;
    font-weight: normal;
}

.our-projects h2{
	font-size: 50px;
    color: #2d2d2d;
    line-height: 60px;
    letter-spacing: 1px;
    font-weight: normal;
}

.our-projects h4{
	font-size: 26px;
    font-weight: 600;
}

.our-projects .et_pb_image{
	border: 5px solid #eee;
}

.our-projects .et_pb_button{
	background: none;
    border: 2px solid #898989;
    margin-top: 10px;
    font-size: 16px;
    color: #898989;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 30px !important;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.our-projects .et_pb_button:hover{
	background: #898989;
    border: 2px solid #898989;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 30px !important;
	box-shadow: inset 200px 0 0 0 #898989;;
}

.our-services h2 {
    font-size: 40px;
    color: #2d2d2d;
    line-height: 47px;
    letter-spacing: 0px;
    font-weight: 700;
    font-family: "Josefin Sans",sans-serif;
    text-transform: uppercase;
}


.our-services .et_pb_image{
	position: relative;
    top: 20px;
    left: 15px;
}

.our-services .et_pb_image_wrap {
	position: relative;
    top: 0;
    left: 0;
    background: #c3c7d0;
}

.our-services img{
	bottom: 30px;
    right: 30px;
}

.inner-header{
	padding: 30px 0px !important;
	background: #ededed;
}

.inner-header h1{
	color: #1a71a9 !important;
    text-transform: uppercase;
    font-weight: 600;
}

.about-page-content h2{
	font-size: 26px;
    line-height: 32px;
}

.about-page-content p{
	font-size: 16px;
	line-height: 32px;
}

.about-page-content .our-vision-mission{
	background: #f0f8ff;
	padding: 30px;
	border: 1px solid #c9d0e1;
}

.about-page-content .our-vision-mission p{
	font-size: 16px;
	line-height: 30px;
}

.about-page-content .our-vision-mission li{
	font-size: 16px;
	line-height: 30px;
}

.our-goals .goal-section{
	border: 1px solid #ccc;
	padding: 10px;
}

.our-goals .et_pb_image img {
    display: block;
    width: 400px;
}

.services-page p{
	font-size: 16px;
	line-height: 32px;
}

.our-goals h3{
	font-size: 24px;
    font-weight: 600;
}

.quote-page h2{
	font-size: 24px;
    line-height: 32px;
}

.reliability-page p{
	font-size: 16px;
	line-height: 32px;
}

.numbers-page p{
	font-size: 16px;
	line-height: 32px;
}

.safety-page p{
	font-size: 16px;
	line-height: 32px;
}

.safety-page li {
	font-size: 16px;
	line-height: 30px;
}

.career-page p{
	font-size: 16px;
	line-height: 30px;
}

.footer-widget img{
	max-width: 200px !important;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.contact-page .contact-page-info{
	border: 1px solid #ccc;
    padding: 15px;
    margin-top: 20px;
}

.contact-page .contact-icons{
	display: flex;
    color: #797979;
}

.contact-page .contact-icons i{
	margin-top: 5px;
    margin-right: 8px;
}

#footer-info, #footer-info a{
	color: #fff;
}

#main-footer{
	background: #ededed;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0px 0px 0px;
}

#footer-widgets{
	border-top: 1px solid #ccc;
    padding: 50px 0px 0px 0px;
    border-bottom: 1px solid #ccc
}

#footer-widgets h4{
	color: #414347 !important;
}

#footer-bottom{
	margin-top: 50px
}

#footer-widgets .footer-widget li{
	font-size: 16px;
	margin-bottom: 20px
}

#footer-widgets h2{
	margin-bottom: 25px !important;
	color: #414347 !important;
}

#footer-widgets a{
	color: #414347 !important;
	font-size: 16px;
}

#footer-widgets a.contact-icons{
	display: flex;
}

#footer-widgets a.contact-icons i{
	margin-right: 8px;
	margin-top: 4px;
    color: #414347;
}

#footer-widgets .social-icons{
	margin-right: 10px;
	font-size: 25px;
}

#footer-widgets .footer-widget li:before{
	border-style: none;
}

#footer-info{
	width: 100%;
}

#footer-info .left{
	float:left;
}
#footer-info .right{
	float:right;
}

.career-page .wpcf7-file{
	border: 3px solid #ccc;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}

.career-page label{
	font-size: 14px;
}

@media only screen and (max-width: 600px) {
	#top-header #et-info-phone, #top-header .et-social-icons li a {
		color: #707070;
		font-size: 18px;
	}

	#logo {
		max-height: 120px !IMPORTANT;
		border: 0px !IMPORTANT;
		padding: 5px !important;
		background: #FFF !IMPORTANT;
	}
	body.home .home-slider .et_pb_slide_description .et_pb_slide_title {
		font-size: 300;
		font-size:26px !important;
		line-height: 34px !IMPORTANT;
	}
	.about-section h3 {
		font-size: 18px;
		line-height: 20px;
		color: #7e7e7e;
		text-transform: uppercase;
		margin: 10px 0px;
	}
	
	.about-section h2 {
		color: #2d2d2d;
		font-size: 32px;
		line-height: 30px;
		letter-spacing: 1px;
		font-weight: normal;
	}
	
	.about-section h4 {
		font-size: 18px;
		line-height: 31px;
	}
	
	.our-projects h2 {
		font-size: 35px;
		color: #2d2d2d;
		line-height: 35px;
		letter-spacing: 1px;
		font-weight: normal;
	}
	
	.contact-form{
		margin: 0 !important;
		width: 100%;
	}
	
	.contact-section .contact-us-form{
		padding: 0;
	}
	
	#footer-info .right{
		float: none;
	}
}