/*
Theme Name: abel-tech-wp
Theme URI: localhost
Description: Webpage for Abel-Tech company
Version: 5.4
Author: Nargiz Ramazanova
Author URI: nargiz1
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
textarea{
    resize: none;
    height: 300px;
}
h2{
    margin-bottom: 0;
}
input,textarea{
    padding:16px 20px;
    width: 100%;
    display: block;
    margin-bottom: 23px;
    border: #b7b7b79d 1px solid;
}
input:focus, input:focus{
    outline: none;
}
.btn-warning{
    color: white;
    font-size: 30px;
}
.btn-warning:hover{
    color: white;
}

section{
    padding: 80px 0 0;
}
.section_topic{
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
.section_topic hr{
    width: 40px;
    border-width: 2px;
    border-color: #fea057;
}
.section_topic span{
    color: #fea057;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}

.section_divider{
    border: 2px solid #fea057;
    width: 100px;
    opacity: 1;
    margin: auto;
}

.section_heading{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 0 23%;
    margin-bottom: 30px;
}
.section_description{
    text-align: center;
    font-size: 18px;
    color: rgb(132, 130, 130);
    padding: 0 23%;
    margin-bottom: 50px;

}
#about{
	padding: 0!important;
}
.mySwiper{
	height: 50vh;
	overflow-y: hidden;
}
.mySwiper .swiper-slide{
/* 	margin-right: 10px; */
	overflow: hidden;
	border-radius: 32px;
	height: 50vh;
}

.mySwiper .swiper-slide img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

#top-bar{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}
#top-bar address {
    display: flex;
    margin-bottom: 0!important;

}
#top-bar address div:first-child{
    margin-right: 20px;
}
#top-bar address div a{
    text-decoration: none;
    color: rgb(149, 147, 147);
}
#top-bar address div a i{
    font-size: 25px;
    color: #ffba00;
}

nav{
    background-color: #10253b;
}
nav ul li a.active{
    color: #ffba00!important;
}
nav ul li{
    padding: 5px;
}
nav ul li a{
    padding-top: 0!important;
    padding-bottom: 0!important;
}

header{
    display: block;
    height: 700px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    display: flex;
    align-items: center;
    color: white;

}
header .container{
    text-align: end;
}
header p,h1{
    text-shadow: 2px 5px 10px rgba(0, 0, 0, 0.647);

}
header h1{
    font-size: 55px;
}

header .container p{
    margin-top: 20px;
    max-width: 550px;
    display: inline-block;
}

#offers .offers-item h4{
    font-size: 47px;
    margin-bottom: 20px;
}

#offers .offers-bottom{
    border-color: rgb(156, 155, 155);
    width: 80%;
    margin: auto;
    margin-top: 80px;
}
#features{
    padding-bottom: 80px;
}

#features .feature-item{
    text-align: center;
    margin-left: 70px;
    margin-right: 70px;

}
#features .feature-item p{
    font-size: 20px;
    color: #10253b;
}

#features .feature-item i{
    font-size: 80px;
    color: #10253b;
}

#features .feature-divider{
    height: 150px;
    width: 1px;
    border: 1px solid #10253b;
}

#banner{
    background: linear-gradient(90deg, rgba(16, 37, 59, 0.813) 0%, rgba(16, 37, 59, 0.795) 30%, rgba(16, 37, 59, 0.812) 100%), url(../imgs/Oil-Gas.jpeg);
    background-position:center;
    background-size: cover;
    padding: 50px 0;
    display: flex;
    justify-content: center;
}
#banner h3{
    font-size: 40px;
    color: white;
    font-weight: bold;
    max-width: 70%;
    text-align: center;
}
#contact-section{
    text-align: center;
}

#contact-section .contact-form-wrapper{
    background-color: #f7f7f9;
    border: 1px rgba(194, 194, 194, 0.89) solid;
    padding: 13px;
    display: inline-block;
}
#contact-section .contact-form-wrapper form{
    width: 100%;
}


footer{
    margin-top: 80px;
}
footer .col-lg-4{
    text-align: center;
}
footer .pr{
    border-right: 1px solid #77808b;
    padding-right: 8px;
    margin-right: 5px;
}
#footer-item{
    background: url(../imgs/bg.jpeg);;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px;
    color: #77808b;
}
footer a{
    color: #77808b;
    text-decoration: none;
}
footer span,a{
	font-size: 13px;
}
#footer-item h4{
    color: white;
}
#footer-item ul{
    list-style: none;
}
#footer-item ul li{
    margin-bottom: 10px;
}
#footer-item ul li a{
    color: #77808b;
    text-decoration: none;
}
#footer-item ul li i{
    margin-right: 5px;
}


.secondary-header{
    background-image: url(../imgs/banner-bg.jpeg);
    color: white;
    display: flex;
    align-items: center;
    height: 200px;
    padding-top: 0;

}
.secondary-header h3{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

#about .about-item{
    margin-bottom: 40px;
}
#about .about-item .col-lg-3{
    display: flex;
    align-items: center;
    border-right: 5px solid #fea057;
    padding-right: 0;
    text-align: start;

}
#about .about-item h4{
    max-width: 90%;
    margin: auto;
}
#about .about-item .col-9{
    padding-left: 45px;
    border-left: 1px solid #fea057;
}
#products .product{
    height: 300px;
}
#products .product-wrapper{
    overflow: hidden;
    margin-bottom: 30px;
}
#products .product{
    position: relative;
}
#products .product img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:center;
    transition: all .3s ease;
}
#products .product img:hover{
    transform: scale(1.1);
}
#products .product .description{
    position: absolute;
    bottom: 0;
    padding: 15px 20px;
    background-color: #134881b3;
    width: 100%;
    color: white;
}
#products .product .description h5{
    font-weight: bold;
    font-size: 25px;
}
#products .product .description span{
    border-right: 1px solid white;
    padding-right: 10px;
}
iframe{
    width: 100%;
    display: block;
}
#contact{
    margin-bottom: 60px;
}
#contact i{
    font-size: 30px;
    color: #86d4ef;
}
#contact a,#contact span{
    color: #77808b;
    text-decoration: none;
}

.terms-privacy h3{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    color: #10253b;
}
.offers-item:nth-child(2n) .image{
    order:2!important;
}
		  .offers-item:nth-child(2n-1) h4{
			  
    text-align: end!important;
}
.offers-item:nth-child(2n-1) p{
    text-align: end!important;
}
#scrollToTop{
    color: white;
    background-color: #10253b;
    border-radius: 15px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 20px;
	display: none;
	cursor:pointer;
	border: 1px solid white;
}
#scrollToTop i{
    font-size: 30px;
}




@media (max-width:991px) {
    nav ul li a{
        border-right: none
    
    }
    #about .about-item .col-lg-3{
        border-right: none;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    #about .about-item .col-lg-3:after{
        content: "";
        width: 200px;
        background-color: #fea057;
        height: 2px;
        display: block;
        margin: auto;
        margin-top: 15px;
    }
    #about .about-item .col-lg-9{
        text-align: center;
    }
	
	.offers-item image{
		order: 1!important;
	}
	.offers-item h4,p{
		text-align: center!important;
	}
	.offers-item .col-md-6{
		order: 2!important;
	}
	.offers-item:nth-child(2n-1) h4{
			  
    text-align: center!important;
}
.offers-item:nth-child(2n-1) p{
    text-align: center!important;
}
}
address a{
	font-size: 17px!important;
	color: rgb(149, 147, 147);
}
@media (max-width:767px){
	address a{
		font-size: 13px!important;
	}
    section{
        padding: 40px;
    }
    form{
        text-align: center;
    }
    .btn-warning{
        font-size: 20px;
    }
    .section_topic{
        margin-bottom: 14px;
    }
    .section_topic span{
        font-size: 15px;
    }
    
    .section_heading{
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        padding: 0  ;
    }
    .section_description{
        font-size: 14px;
        padding: 0;
        margin-bottom: 40px;
    }

    #top-bar{
        padding: 15px 0;
    }
    #top-bar h2{
        font-size: 20px;
		display: none
    }
	#top-bar address{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
    #top-bar address div:first-child{
        margin-right: 5px;
    }
    #top-bar address div a{
        text-decoration: none;
        color: rgb(149, 147, 147);
    }
    header{
        height: 500px;
        background: linear-gradient(90deg, rgba(16, 37, 59, 0.812),rgba(16, 37, 59, 0.733)  35%, rgb(16,37,59,1) 100%), url(../imgs/iStock_66234047_LARGE.jpeg);
        background-position: center;
        background-size: cover;
    }
    header .container{
        text-align: end;
    }
    header p,h1{
        text-shadow: 2px 5px 10px rgba(0, 0, 0, 0.647);
        text-align: center;
    
    }
    header h1{
        font-size: 30px;
    }
    
    header .container p{
        margin-top: 20px;
        max-width: 550px;
        display: inline-block;
        font-size: 15px;
    }

    #offers .offers-item h4,p{
        text-align: center;
    }
    #offers .offers-item h4{
        font-size: 23px;
    }
    #offers .offers-item p{
        font-size: 13px;
    }
    #offers .offers-bottom{
        margin-top: 0;
    }

    #features .feature-item{
        margin: 0;
    
    }
    #features .feature-divider{
        display: none;
    }

    #banner{
        padding: 20px;
    }
    #banner h3{
        font-size: 20px;
        max-width: 100%;
    }
    footer{
        margin-top: 10px;
    }
    footer span{
        font-size: 8px;
    }
    #footer-item h4,h2{
        text-align: center;
    }
    #footer-item ul{
        text-align: center;
        padding: 0;
    }
    footer .read-more{
        display: block;
        text-align: center;
    }
    .secondary-header{
        justify-content: center;
        height: 100px;
        align-items: center;
        padding: 0;
    
    }

    .secondary-header h3, .terms-privacy h3{
        font-size: 30px;
        text-align: center;
    }

}