/*
Theme Name: Seawell
Theme URI: https://wordpress.org/themes/seawell/
Author: a Brainium team
*/

body{
	font-family: 'Roboto', sans-serif;

}
img{
	width: 100%;
}
.container{
	max-width: 1540px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}
header{
	position: relative;
	z-index: 9;
    padding: 20px 0;
}

.container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 135px;
}

.top-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo img{
    width: auto;
    max-width: 215px;
}
.phone-no a{
    text-decoration: none;
    background: #FFFFFF;
    box-shadow: 2px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 46px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 10px;
}
.phone-no a i{
    width: 38px;
    height: 38px;
    background: #E57E26;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.phone-no img{
    width: 18px;
}
.phone-no p{
    margin: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #20221D;
}



.banner-sec{
    position: relative;
}
.banner-item-box{
    position: relative;
    height: 680px;
}
.banner-item-box img{
    height: 680px;
    object-fit: cover;
    object-position: center;
}
.banner-content{
    position: absolute;
    top: 50%;
    max-width: 560px;
    transform: translate(0%, -50%);
}
.banner-content h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 74px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.banner-content p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #FFFFFF;
}
.banner-slider .owl-dot-box .owl-dot.active span, .banner-slider .owl-dot-box .owl-dot:hover span {
    background: #E57E26;
}
.banner-slider .owl-dot-box .owl-dot span{
    border-radius: 0;
    margin: 5px 6px;
}
.banner-slider .owl-nav.disabled+.owl-dot-box .owl-dots{
    margin-top: 10px;
    position: absolute;
    bottom: 60px;
    margin: 0;
}
.owl-dot-box{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 135px;
    position: relative;
}
.banner-form-sec{
    position: relative;
    padding-bottom: 70px;
}
.banner-form{
    background: #E57E26;
    box-shadow: 9px 10px 25px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 35px;
    margin-top: -600px;
    z-index: 9;
    position: relative;
}
.banner-form-heading{
    text-align: center;
    margin-bottom: 40px;
}
.banner-form-heading h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 67px;
    color: #FFFFFF;
    margin: 0;
}

.banner-form-heading p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.banner-form input.form-control{
    background: #e57e26;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
    border-radius: 0;
    padding: 14px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.form-control:focus{
    box-shadow: none;
}
.banner-form input::-webkit-input-placeholder { /* Edge */
  color: rgb(255 255 255 / 60%);;
}

.banner-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(255 255 255 / 60%);;
}

.banner-form input::placeholder {
  color: rgb(255 255 255 / 60%);;
}
.banner-form textarea.form-control{
    min-height: calc(1.5em + 0.75rem + 2px);
    background: #e57e26;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
    border-radius: 0;
    padding: 14px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    height: 80px;
    resize: none;
}
.banner-form textarea::-webkit-input-placeholder { /* Edge */
  color: rgb(255 255 255 / 60%);;
}

.banner-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(255 255 255 / 60%);;
}

.banner-form textarea::placeholder {
  color: rgb(255 255 255 / 60%);;
}
.site-btn{
    background: #FFFFFF;
    border-radius: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
    text-transform: uppercase;
    color: #20221D;
    max-width: 114px;
    height: 46px;
    width: 100%;
    border: 1px solid #fff;
    transition: all 300ms;
    margin-top: 20px;
}
.site-btn:hover{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}


.bg-ash{
    background: #F9F9F9;
}
.welcome-content h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 51px;
    color: #000000;
    margin-bottom: 30px;
}
.welcome-content p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #878787;
}
.welcome-sec{
    position: relative;
    padding: 70px 0;
}
.site-btn-2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #E57E26;
    text-decoration: none;
    width: 200px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms;
    border: 1px solid #E57E26;
}
.site-btn-2:hover{
    background: transparent;
    color: #E57E26;
}

.title-heading{
    margin-bottom: 45px;
}
.title-heading h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 25px;
}
.title-heading p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #878787;
}

.service-sec{
    position: relative;
    padding: 95px 0;
}
.service-box{
    position: relative;
    transition: all 300ms;
    z-index: 9;
}
.service-content{
    position: absolute;
    width: 60%;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 60px;
    margin-bottom: 30px;
    transition: all 300ms;
    bottom: 0;
    z-index: 9;
}
.service-content h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}
.service-box:hover .service-content{
    bottom: 50%;
    height: 0;
}
.service-box img{
    position: relative;
    z-index: 9;
}
.service-box:before{
    position: absolute;
    content: '';
    background: #333;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.service-slider  .owl-nav.disabled{
    display: block !important;
    margin-top: 50px;
}
.service-slider .owl-prev, .service-slider .owl-next{
    background: #EDEDED !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 0 !important;
}

.service-slider .owl-prev i, .service-slider .owl-next i{
    color: hsl(0deg 0% 0% / 25%);
}
.service-slider .owl-prev:hover{
    background:  #E57E26 !important;
}
.service-slider .owl-prev:hover i{
    color: #fff;
}
.service-slider .owl-next:hover{
    background:  #E57E26 !important;
}
.service-slider .owl-next:hover i{
    color: #fff;
}


.industry-sec{
    position: relative;
    background-image: url('./asset/images/industry-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    background-color: #000;
}
.white-text h2{
    color: #fff;
}
.white-text p{
    color: #D2D1D1;
}
.industry-icon{
    max-width: 70px;
    width: 100%;
}
.industry-content{
    display: flex;
    gap: 32px;
    align-items: center;
}
.industry-text h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #D2D1D1;
    margin: 0;
}
.industry-img{
    margin-bottom: 30px;
}
.industry-box:hover .industry-content .industry-text h3{
    color: #E57E26;
}
.industry-slider a{
    text-decoration: none;
}
.industry-box .industry-icon .icon{
    display: none;
}
.industry-box .industry-icon .icon-white{
    display: block;
}
.industry-box:hover .industry-icon .icon{
    display: block;
}
.industry-box:hover .industry-icon .icon-white{
    display: none;
}
.industry-box .industry-img {
    overflow: hidden;
}
.industry-box .industry-img img{
    transform: scale(1.0);
    transition: all 600ms;
}
.industry-box:hover .industry-img img{
    transform: scale(1.1);
}

.industry-slider .owl-nav.disabled {
    display: block !important;
    margin-top: 50px;
}
.industry-slider .owl-prev, .industry-slider .owl-next{
    background: #EDEDED !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 0 !important;
}

.industry-slider .owl-prev i, .industry-slider .owl-next i{
    color: hsl(0deg 0% 0% / 25%);
}
.industry-slider .owl-prev:hover{
    background:  #E57E26 !important;
}
.industry-slider .owl-prev:hover i{
    color: #fff;
}
.industry-slider .owl-next:hover{
    background:  #E57E26 !important;
}
.industry-slider .owl-next:hover i{
    color: #fff;
}


.why-sec{
    position: relative;
    padding: 100px 0;
}
.why-img{
    max-width: 50px;
    margin-bottom: 10px;
}
.why-content h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}
.why-content p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #878787;
    margin: 0;
}
.why-content-box{
    margin-bottom: 30px;
}
.client-sec{
    position: relative;
    padding-top: 25px;
    padding-bottom: 100px;
}
.client-slider .owl-stage{
    display: flex;
    align-items: center;
    padding: 0 40px;
}
.client-box{
    border: 1px solid #CDCDCD;
    max-width: 250px;
    height: 133px;
    display: flex;
    align-items: center;
    padding: 10px 35px;
}
.client-box img{
   width: auto !important;
    margin: 0 auto;
}

.contact-sec{
    position: relative;
    z-index: 9;
    background: #e57e26;
}
.contact-content{
    padding: 33px 45px;
}
.contact-form{
    background: #E57E26;
}
.contact-form h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 35px;
}
.contact-form input.form-control{
    background: #e57e26;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
    border-radius: 0;
    padding: 14px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.form-control:focus{
    box-shadow: none;
}
.contact-form input::-webkit-input-placeholder { /* Edge */
  color: rgb(255 255 255 / 60%);;
}

.contact-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(255 255 255 / 60%);;
}

.contact-form textarea.form-control{
    min-height: calc(1.5em + 0.75rem + 2px);
    background: #e57e26;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
    border-radius: 0;
    padding: 14px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    height: 80px;
    resize: none;
}
.contact-form textarea::-webkit-input-placeholder { /* Edge */
  color: rgb(255 255 255 / 60%);;
}

.contact-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(255 255 255 / 60%);;
}

.contact-form textarea::placeholder {
  color: rgb(255 255 255 / 60%);;
}
.contact-img-box{
    height: 630px;
    overflow: hidden;
}
.contact-img-box img{
    height: 630px;
    object-fit: cover;
    object-position: top;
}
.site-btn-3 {
    background: #000;
    border-radius: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
    text-transform: uppercase;
    color: #fff;
    max-width: 114px;
    height: 46px;
    width: 100%;
    border: 1px solid #000;
    transition: all 300ms;
    margin-top: 20px;
}
.site-btn-3:hover{
    background: transparent;
    color: #000;
    border: 1px solid #fff;
}

.footer-sec{
    background: #20221D;
    position: relative;
    padding-top: 60px;
    padding-bottom: 25px;
}
.footer-logo img{
    max-width: 194px;
    width: 100%;
}
.footer-logo{
    margin-bottom: 35px;
}
.footer-text p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #999999;
}
.footer-social a{
    width: 42px;
    height: 42px;
    display: flex;
    border: 1px solid #878787;
    align-items: center;
    justify-content: center;
    color: #878787;
    text-decoration: none;
    transition: all 300ms;
}
.footer-social{
    display: flex;
    gap: 15px;
}
.footer-social a:hover{
    background: #E57E26;
    color: #fff;
    border: 1px solid #E57E26;
}
.footer-heading h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.footer-widget ul li i{
    color: #E57E26;
    font-size: 16px;
        position: absolute;
    top: 5px;
    left: 0;
}
.footer-widget ul li p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #919191;
    margin: 0;
}
.footer-widget ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
}
.footer-widget ul li:last-child{
    margin-bottom: 0;
}
.ft-newsletter form .form-group{
    position: relative;
}
.ft-newsletter form input.form-control{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #848484;
    border: 0;
    border-radius: 0;
    height: 53px;
        padding-right: 57px;
}
.ft-newsletter form .rt-icon{
        font-size: 40px;
    line-height: 22px;
    color: #FFFFFF;
    background: #E57E26;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;  
    justify-content: center;  
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9;
}
.newsletter-btn{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 9;
    width: 53px;
    height: 53px;
    border: 0;
    border-radius: 0;
	background: #e57e26;
}
.newsletter-btn:hover{
	background: #e57e26;
}
.footer-bottom p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 30px;
    margin: 0;
}
.footer-bottom a{
    color: #E57E26;
    text-decoration: none;
}
.footer-bottom{
    opacity: 0.5;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.footer-box{
    margin-bottom: 50px;
}


.wpcf7-not-valid-tip {
    color: #ff0000 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    display: block !important;
    position: absolute !important;
    top: 52px !important;
}
.textfield .wpcf7-not-valid-tip{
    top: 78px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
}

.footer-widget ul li a{
    text-decoration: none;
}
.recaptcha_code{
    width: 90px !important;
}
.recaptcha_code img{
    width: auto;
    height: 30px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    font-size: 13px;
    color: #f00;
}
.wpcf7-spinner{
	position: absolute;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}
.ft-newsletter .wpcf7-spinner{
	position: absolute !important;
}
button.btn.btn-primary.newsletter-btn:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 29px;
}