body {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #212121;
    background: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0 0 15px;
}
button:focus {
    outline: none;
}

.form-control {
    font-size: 22px;
    font-weight: 300;
    color: #A69486;
    border: 0;
    border-radius: 0;
    text-align: left;
    direction:ltr;
}
@media (min-width: 1200px) {
    .form-control {
        font-size: 26px
    }
}

.form-control:focus {
    box-shadow: none;
}

.wpcf7-response-output {
	display: none;
	}

@media (min-width: 768px) {
    .sticky-divi-button{
        display:none;
    }
}


.sticky-divi-button {
	color: #ffffff; 
	font-size: 18px;  
	background-color: #075E54; 
	border-radius: 10px;
	padding: 20px 3%;
	z-index: 999;
	position: fixed;
	bottom: 10px;
	left: 10px;
}

.sticky-divi-button:hover {
	background-color: #000; /* You can change color button on hover */
	color: #fff;
	box-shadow: none;
}


/*===== Header-wrapper CSS=====*/
.header-wrapper {
    background: #212426;
    padding: 20px 0;
    margin-bottom: 60px;
}
.header-wrapper img {
    width: 225px;
    height: auto;
}

/*===== Contact-form CSS=====*/
.contact-form {
    padding: 30px;
    background: #864812;
    color: #fff;
    border-radius: 10px;
}
.contact-form h2, 
.contact-form h3 {
    text-align: center;
}
.contact-form ::placeholder {
    color: #A69486;
}
.contact-form h2{
	font-size: 36px;
}
.contact-form h3 {
    font-size: 32px;
}
.contact-form h3 span {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}

.contact-form a {
	color: #fff;
	}


.image-wrapper img {
    margin-top: 30px;
}

.submit-button {
    color: #fff;
    background-color: #A39182;
    border: 0;
    width: 100%;
    line-height: 55px;
    font-size: 25px;
    margin-top: 10px;
}

.submit-button:hover {
    color: #fff;
    background-color: #000;

}
@media (max-width: 991px) {
    .image-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }   
    .image-wrapper img {
        width: 100%;
    } 
}

@media (min-width: 1200px) {
    .submit-button {
        font-size: 30px;
    }
}

/*===== service-section CSS=====*/

.service-section {
    margin-bottom: 110px;
}
.service-intro {
    margin-bottom: 30px;
    border-bottom: 2px dotted #B8754F;
    padding-bottom: 30px;
}
.service-intro h1,
.service-list h2,
.technology-intro h2 {
    color: #B8754F;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
}
.service-intro p {
    font-size: 20px;
    line-height: 26px;
}

@media (min-width: 1200px) {
    .service-intro p {
    width: 88%;
    }
}

@media (min-width: 992px) {
    .service-list{
        margin-top: -310px;
    }
}

@media (max-width:991px) {
    .service-list{
        margin-top: 40px;
    }   
    .service-intro,  
    .technology-intro{
    	text-align: center;
    }	
}

@media (max-width: 767px){
    .service-section {
        background-size: contain;
    }
    .service-intro{
    	border-bottom: 0;
    	margin-bottom: 0;
    }
    .service-intro h1{
        font-size: 40px;
        line-height: 50px;
    }
    .service-intro h1 span {
        display: none;
    }
    .service-list h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .product-section h2 {
        font-size: 40px !important;
    }
    .image-wrapper img {
        margin-top: 50px;
    }
    .service-intro p {
        width: 100%;
    }
		
}

.service-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.service-list ul li {
    position: relative;
    line-height: 34px;
    font-size: 20px;
    font-style: italic;
}
.service-list ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #B8754F;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
}
.call-to-action h2 {
    color: #864812;
    font-size: 46px;
    margin-bottom: 35px;
}
.separator{
	position: relative;
	display: block;
	height: 2px;
	width: 100%;
	background: #864812;
}
.separator:before,
.separator:after{
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
}
.separator:before{
	margin: 0 auto;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 22px solid #864812;
}
.separator:after{
	margin: 10px auto 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 22px solid #864812;
	box-shadow: 0px -2px 0px #fff;
}


@media screen and (max-width: 767px) {
    .header-wrapper img {
        margin: 0 auto;
        display: block;
    }
    .service-list ul li {
        font-size: 15px;
        font-style: normal;
    }
    .service-list ul li span {
        font-size: 32px;
        color: #B8754F;
        font-style: normal;
        margin-top: 10px !important;
        display: block;
    }
    .call-to-action h2 {
        font-size: 28px;
    }
    .separator {
        display: none;
    }
    .product-section {
        margin-top: 50px !important;
        padding: 30px 0  !important;
    }
    .service-section{
    	margin-bottom: 50px !important;
    }
}



/*===== product-section CSS ======*/

.product-section {
    background-color: #864812;
    margin-top: 70px;
    padding: 60px 0;
}
.product-section h2{
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: center;	
}
.owl-carousel {
	padding: 0 40px;
	overflow: hidden;
}
.owl-nav .owl-prev,
.owl-nav .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
}

.owl-nav .owl-next{
	right: -20px;
}
.owl-nav .owl-prev{
	left: 4px;
}

.owl-nav .owl-next::before,
.owl-nav .owl-next::after,
.owl-nav .owl-prev::before,
.owl-nav .owl-prev::after{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    left: 0;
}

.owl-nav .owl-next::after,
.owl-nav .owl-next::before{
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 15px solid #fff;
}
.owl-nav .owl-next::before{
	margin-left: -4px;
}
.owl-nav .owl-next::after{
	box-shadow: -1px 0px 0px #A39182;
}

.owl-nav .owl-prev::after,
.owl-nav .owl-prev::before{
	border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 15px solid #fff;
}

.owl-nav .owl-prev::after{
	left: -4px;
}
.owl-nav .owl-prev::after{
	box-shadow: 1px 0px 0px #A39182;
}

.owl-item h4 {
    color: #fff;
    font-size: 20px;
    background: #AF5723;
    padding: 15px 5px 15px 15px;
    text-align: center;
    text-transform: capitalize;
    min-height: 80px;
    font-weight: 400;
    margin-bottom: 0;
}




/*===== technology-section CSS=====*/

.technology-section {
    background-image: url(/wp-content/themes/benatav/assets/images/techbg.png);
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 110px;
}
.technology-section .col {
    padding-left: 5px;
    padding-right: 5px;
}
.technology-section h2 {
    margin-bottom: 20px;
}
.technology-section .contact-form {
    margin-top: 90px;

}
.technology-section .form-control {
    font-size: 24px;
    text-align: left;
    direction: ltr;
}
.technology-intro p {
    margin-bottom: 35px;
}





@media screen and (max-width: 767px) {
    .technology-section {
        background-size: contain;
        padding-bottom: 40px;
    /*    background-repeat: no-repeat;*/
    }
    .technology-intro h2{
    	font-size: 40px;
    }
    .technology-section .contact-form {
        margin-top: 60px;
    }
    .technology-section .form-control {
        font-size: 22px;
    }
    .form-control {
        font-size: 22px;
    }
    .btn-primary{
    	font-size: 28px;
    }
    .contact-form h2 {
        font-size: 34px;
    }
    .contact-form h3 {
        font-size: 28px;
    }
    .col.first {
        display: none;
    }
    .footer-separator {
        margin-bottom: 30px;
    }
    .footer-separator img {
        width: 85%;
        margin: 0 auto;
        display: block;
    }
}



/* ===== footer-section CSS ======*/


footer {
    background: #404041;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center;
}
.footer-logo img {
    width: 225px;
    height: auto;
    margin-bottom: 10px;
}
address {
    font-size: 16px;
}
address span {
    font-size: 22px;
}
.footer-image img {
    padding-top: 18px;
}

@media  (min-width: 768px) {
  .footer-copyright,
  .footer-button {
    display: none;
  }  
}

@media screen and (max-width: 767px) {
    address {
        display: none;
    }
    .footer-copyright {
        font-size: 15px;
        padding-top: 20px;
        margin-top: 30px;
        border-top: 2px dotted #A39182;
    }
    .footer-button img {
        width: 70%;
        margin-bottom: 20px;
    }
    .footer-logo {
        margin-bottom: 20px;
    }	
    .footer-logo img {
        width: 270px;
    }
    .footer-image img {
        display: none;
    }
    .footer-logo {
        text-align: center;
    }
}



/* =-=-=-=-=-=-= Preloader =-=-=-=-=-=-= */
#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(assets/images/preloder.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
