@media only screen and (max-width: 1439px) {
    .hero{
        min-height: 550px;
    }
}

@media only screen and (max-width: 1299px) {
    .hero{
        min-height: 500px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero{
        min-height: 450px;
    }

    .hero h1{
        font-size: 54px;
        line-height: 57px;
    }
}

@media only screen and (max-width: 1099px) {
    .hero{
        min-height: 400px;
    }

    .hero h1{
        font-size: 48px;
        line-height: 51px;
    }
}

@media only screen and (max-width: 992px) {
    .hero h1{
        font-size: 38px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 860px) {
    .hero h1{
        font-size: 32px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-image img{
        top: unset;
        left: unset;
        bottom: 0;
        right: 0;
        object-position: bottom right;
        -o-object-position: bottom right;
        object-fit: cover;
        -o-object-fit: cover;

    }
    .hero{
        justify-content: flex-end;
        padding: 30px 0;
        min-height: 450px;
    }

    .hero h1{
        font-size: 32px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 450px) {
    .hero{
        min-height: 400px;
        justify-content: flex-end;
        padding: 34px 0;
    }

    .hero-image img{
        -o-object-position: bottom right;
        object-position: bottom right;
    }

    .hero h1 {
        font-size: 32px;
        line-height: 35px;
    }

    .hero p {
        gap: 17px;
    }

    .hero p img {
        max-height: 36px;
    }
}

@media only screen and (max-width: 360px) {
    .hero h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media all and (min-width: 992px){
    .contact-author img {
        max-width: 300px;
        margin: auto;
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        left: 50%;
    }
}


@media only screen and (max-width: 992px) {
    .contact-author img{
        width: 220px;
    }
}

@media only screen and (max-width: 450px) {
    .contact-author img{
        width: 180px;
    }

    .read-more{
        font-size: 20px;
    }
}

@media only screen and (max-width: 992px) {
	.contact-author img{
		width: 220px;
	}
}

@media only screen and (max-width: 450px) {
	.contact-author img{
		width: 180px;
	}
	
	.read-more{
        font-size: 20px;
    }
	
	.widget-menu{
		margin: 10px 0 0!important;
	}
	
	.section-text h2{
		font-size: 28px;
	}
	
	.section-text h4{
		font-size: 24px;
	}
	
	.brand-text p,	
	.section-text p,
	.page-template-default .section-text p{
		font-size: 18px;
		line-height: 1.5;
	}
}




/*@media only screen and (max-width: 991px) {*/
    /*.hero {*/
        /*min-height: 350px;*/
        /*width: 30%;*/
        /*justify-content: center;*/
    /*}*/

    /*.hero h1{*/
        /*font-size: 34px;*/
        /*line-height: 41px;*/
    /*}*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
    /*.hero {*/
        /*min-height: 300px;*/
    /*}*/

    /*.hero h1{*/
        /*font-size: 30px;*/
        /*line-height: 36px;*/
    /*}*/
/*}*/

/*@media only screen and (max-width: 650px) {*/
    /*.hero {*/
        /*min-height: 250px;*/
    /*}*/

    /*.hero h1{*/
        /*font-size: 26px;*/
        /*line-height: 30px;*/
    /*}*/
/*}*/

/*@media only screen and (max-width: 500px) {*/
    /*.hero {*/
        /*min-height: 200px;*/
        /*padding: 45px 0;*/
    /*}*/

    /*.hero h1{*/
        /*font-size: 20px;*/
        /*line-height: 26px;*/
    /*}*/
/*}*/

/*@media only screen and (max-width: 450px) {*/
    /*.hero {*/
        /*min-height: 150px;*/
        /*padding: 30px 0;*/
    /*}*/

    /*.hero h1{*/
        /*font-size: 18px;*/
        /*line-height: 24px;*/
    /*}*/
/*}*/

/*@media only screen and (max-width: 400px) {*/
    /*.hero {*/
        /*padding: 15px 0;*/
    /*}*/

    /*.hero h1{*/
        /*font-size: 16px;*/
        /*line-height: 20px;*/
        /*padding: 25px 0;*/
    /*}*/
/*}*/

/*@media only screen and (max-width: 350px) {*/
    /*.hero {*/
        /*min-height: 100px;*/
        /*padding: 0;*/
    /*}*/

    /*.hero h1{*/
        /*font-size: 14px;*/
        /*line-height: 18px;*/
        /*padding: 5px 0;*/
    /*}*/
/*}*/

/*@media only screen and (max-width: 300px) {*/
    /*.hero {*/
        /*padding: 5px 0;*/
    /*}*/

    /*.hero h1{*/
        /*font-size: 14px;*/
        /*line-height: 18px;*/
        /*padding: 5px 0;*/
    /*}*/
/*}*/


@media only screen and (max-width: 992px) {
    .header-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: relative;
    }

    .btn-danger {
        font-size: 14px;
        padding: 15px 20px;
    }

    .header-area {
        padding: 10px 0;
    }

    .scrolling.header-area {
        padding: 5px 0;
    }

    .logo {
        max-width: 85px;
    }


    #about .section-image {
        margin: 0px 0 40px;
    }

    .contact-author {
        margin: 0 0 40px;
        text-align: center;
    }

    .newsletter {
        margin-top: 50px;
    }

    .title {
        text-align: center;
    }

    #contact .container .row:first-child p {
        text-align: center;
    }

    html #wpadminbar {
        display: none;
    }
	

	.section-image {
		margin-bottom: 20px;
	}	
	
	.hero p{
		gap: 12px;
	}

    .hero p img{
        max-height: 20px;
    }
	

}

@media only screen and (min-width: 992px) {

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3.75rem;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 27px;
        line-height: 35px;
    }

    .section-area {
        padding: 50px 0;
    }

    h2 {
        font-size: 24px;
    }

    .title {
        margin: 0 0 20px;
    }

    h4 {
        font-size: 18px;
    }

    body {
        font-size: 14px;
    }

    .brand-text h3 {
        font-size: 20px;
    }

    .contact-form {
        padding: 15px;
    }

    .widget-menu {
        margin: 50px 0 0;
    }

    .copyright {
        text-align: center;
    }

    .footer-menu ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 15px 0 0;
    }

    .footer-area {
        padding: 40px 0 20px;
    }

    .widget-menu ul {
        display: block;
    }

    .widget-menu ul li a {
        margin: 5px 0;
        display: inline-block;
    }

    .footer-area hr {
        margin: 40px 0 15px;
    }

    .popup-area {
        padding: 20px 0;
    }

    .popup-body {
        max-width: 90%;
        width: 90%;
        padding: 20px;
    }

    .close-popup {
        width: 20px;
        height: 20px;
        top: 5px;
        right: 5px;
    }

    .popup-body p {
        font-size: 14px;
        line-height: 20px;
    }	
	
}

@media all and (min-width: 992px){
    .mobileSidebar,
    .mobileSidebar.show {
        left: -100%;
    }
    .slicknav_menu{
        display: none;
    }
}

@media all and (min-width: 504px){
    .newsletter form input{
        width: unset;
    }
}

@media all and (min-width: 514px) and (max-width:991px){
    .wpcf7-form-control-wrap{
        width: unset;
    }
}

@media all and (min-width: 1440px){
    .hero-image img{
        height: 100%;
        width: unset;
        left: unset;
        right: 0;
    }
}

@media only screen and (max-width: 576px) {

	/*.hero h1{*/
		/*font-size: 16px;*/
		/*letter-spacing: 0.15px;*/
	/*}*/

    /*.hero p {*/
        /*gap: 4px;*/
    /*}*/
	
	#about .section-image img{
		bottom: 0;
	}	
}

@media all and (max-width: 991px){
	.mobile-tablet{
		display: block;
	}
}

/*@media (orientation: landscape){*/
	/*.hero{*/
		/*width: 30%;		*/
	/*} */
/*}*/
