@media only screen and (min-width:1700px){
.container{max-width:1440px;margin:auto;}
}
@media only screen and (max-width:1400px){
.team_contact_inner {
    width: 21.5%;
}
}
@media only screen and (max-width:1300px){
.footer_menu h2 {
    font-size: 2rem;
}
.footer_menu li a {
    font-size: 1.1rem;
}
.team_contact_inner {
	width: 21%;
}
.adress_sec {
	width: 32%;
}
}
@media only screen and (max-width:1200px){
.footer_menu li a {
    font-size: 1rem;
}
.footer_menu h2 {
    font-size: 1.9rem;
}

.team_contact_inner {
	width: 20%;
}
.adress_head h2 {
	font-size: 1.8rem;
}
.adress_desc a, .adress_desc span {
	font-size: 0.7rem;
}

}
@media only screen and (min-width:991px){
.header .menu>ul>li.menu-item-has-children:hover .menu-subs {
    margin-top: .5rem;
    /* opacity: 1; */
    /* visibility: visible; */
}
.header .menu-mobile-header, .header-item-right {
    display: none;
}

}

@media only screen and (max-width:1050px){
.container {
    padding: 0 2rem;
}
.brand img {
	max-width: 300px;
}
ul.menu-section li a {
    font-size: 1.1rem;
}
.header-item-center {
    padding-right: 6rem;
}
.banner_title h1 {
    font-size: 4.1rem;
    max-width: 44rem;
}
.logo_slides {
    padding: 3rem 0 0.9rem;
    width: 38.6rem;
}

.clints p {
    font-size: 1.5rem;
   
}
.page_banner {
    min-height: 22em;
}
.banner_toptitle h1 {
    font-size: 4rem;
}
.sub_heading h2 {
    font-size: 2.8rem;
}
.left_sec h5 {
    font-size: 1.2rem;
}
.srch_content ul li {
    font-size: 1.05rem;
}
.srch_content p {
    font-size: 0.9rem;
}

}

@media only screen and (max-width:1023px){
    
}

@media only screen and (max-width:991px){
    .mnu_ovrlay.active {
        opacity: 0.5;
        width: 100%;
    }
    .mnu_ovrlay {
        position: fixed;
        background: #000;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition: 0.3s ease;
    }
.header .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 111;
    overflow: hidden;
    background: #fff;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
}
.header .menu-mobile-toggle {
    position: relative;
    display: block;
    cursor: pointer;
    width: 40px;
    height: auto;
    border: none;
    outline: none;
    background: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    top: 20px;
}
.header .menu-mobile-toggle img {
    width: 35px;
}

.clints span {
    font-size: 1.1rem;
}
.testimonials {
    padding: 3.5rem 0;
}
.header .menu.active {
    -webkit-transform: translate(0%);
    transform: translate(0%);
}
.header .menu .menu-mobile-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    height: auto; 
    padding: 2.1rem 1.6rem 1.35rem 1.6rem;
    z-index: 110;
    border-bottom: 0;
    background: #fff;
}
.header .menu .menu-mobile-header::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 87%;
    height: 1px;
    margin: 0 auto;
    background: #000;
}
.header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    padding-top: 0.8rem;
}
.header .menu>ul>li {
    display: block;
    line-height: 1;
    margin: 0;
}
.header .menu>ul>li>a {
    display: flex;
    line-height: 3.125rem;
    color: #000;
    height: 3.125rem;
    padding: 0 3.125rem 0 1.2rem;
    border-bottom: 0;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}
.header .menu>ul>li>a span {
    margin-right: 9px;
    display: inline;
}
.header .menu>ul>li>a span img {
    position: static;
    width: 27px;
}
.header .menu ul li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 0;
    transition: width 0s ease, 
    background .35s ease;
    opacity: 0;
}
ul.menu-section li a {
    font-size: 1.25rem;
}
.header .menu ul li:hover a:hover:before {
    width: 100%;
    background: #E41D38;
    transition: width .35s ease;
}
.header .menu ul li a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 1px;
    width: 0;
    background: #E41D38;
    transition: width .35s ease;
    opacity: 0;
}
.header .menu ul li:hover > a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: var(--color-black);
    text-transform: capitalize;
}
.header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 2.25rem;
    line-height: 3.125rem;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, .1);
    color: #000;
    background: transparent;
    border-color: transparent;
    border-width: 0px 0px 1px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -1px;
    top: -6px;
}
.header .menu .menu-mobile-header .menu-mobile-close svg {
    width: 35px;
    height: 35px;
}
.header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    border: 0;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .1);
    color: var(--color-black);
    background: transparent;
}
.header .menu .menu-mobile-header.active .menu-mobile-arrow {
    /* display: block; */
}
ul.menu-section li a img {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    filter: brightness(0);
    margin: auto;
}
.header .menu>ul>li .menu-subs {
    position: static;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem 1.5rem !important;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: none;
    box-shadow: none;
    background:#fff;
}
.header .menu>ul>li .menu-subs.active {
    display: block;
}
.header .menu>ul>li .menu-subs>ul>li {
    line-height: 1.1;
    margin-bottom: 0.8rem;
}
.header .menu>ul>li .menu-subs>ul>li>a:hover {
    color: #000;
}
.header .menu > ul > li .menu-subs > ul > li > a {
	display: block;
	border-bottom: 1px solid #ddd;
	height: 2.8rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #222;
}
.footer_menu h2 {
    font-size: 1.3rem;
}
.footer_menu li a {
    font-size: 0.9rem;
}
.page_banner {
    min-height: 20em;
}
.banner_toptitle h1 {
    font-size: 3.5rem;
}
.sub_heading h2 {
    font-size: 2.2rem;
}
.team_contact_inner {
	width: 27%;
}
.team_heading h2 {
	font-size: 2rem;
}
.team_contact_inner h3 {
	font-size: 1rem;
}
.adress_head h2 {
	font-size: 1.2rem;
}
.adress_sec {
	padding: 15px;
}
.mobile_logo img {
	width: 300px;
}
.top_bar_contact a {
	font-size: 1rem;
}
.top_bar_contact span img {
	max-width: 24px;margin-top: 0;
}
.top_bar_left span {
	display: flex;
	align-items: center;
}
.top_bar_right li a img {
	width: 24px;
	vertical-align: top;
}
body {
	padding-top: 40px;
}
.header {
	padding-top: 7px;
}
.logo_slides {
	margin-top: 0;
}
.footer_logo img {
	max-width: 100px;
}
.slide_box {
	height: 9rem;
	width: 9rem;
}
.home-banner {
	background-position: center;
}
.home-banner {
	padding: 5rem 0 6.5rem 0px;
	padding-bottom: 0;
}
}

@media only screen and (max-width:767px){
.brand img {
	max-width: 170px;
}
.header .wrapper {
	margin-top: 30px;
}
.top-to .brand img {
    max-width: 50px;
}
.header.top-to {
    padding: 1rem 0;
}
.banner_title {
    text-align: center;
}
.banner_title h1 {
    font-size: 2.5rem;
}
.container {
    padding: 0 1.25rem;
}

.header .menu-mobile-toggle {
	top: 0;
}
.header.top-to button.menu-mobile-toggle {
    top: 10px;
}
.logo_slides {
	padding: 1.5rem 0 0.9rem;
	margin-top: 0;
}
.slide_box {
	flex: 0 0 5.5rem;
	height: 6rem;
	width: 6rem;
}
.testimonials {
    padding: 3rem 0;
}
.clints p {
	font-size: 1.12rem;
	line-height: 1.85em;
	letter-spacing: 0.15rem;
	max-width: 100%;
}
.clints span {
    font-size: 1rem;
}
.header .menu>ul>li .menu-subs>ul>li {
    margin-bottom: 0;
}
.footer_inner {
	flex-wrap: wrap;
}
.footer_logo {
	width: 100%;
	margin: 0;
}
.footer_menu {
	width: 50%;
	margin-top: 30px;
}
.footer_menu h2 {
	font-size: 1.625rem;
}
.footer_menu li a {
	font-size: 1.25rem;
}
.footer_menu li {
	margin-top: 0;
}
.footer_menu:last-child {
	width: 100%;
}
.footer_menu:nth-child(3) {
	padding-left: 30px;
}
.copyright_sec ul li span, .copyright_sec ul li span a {
	font-size: 10px;
}
.copyright_sec ul li:nth-child(1) {
	display: none;
}
.copyright_sec {
	padding: 15px 0;margin-top: 40px;
}
.page_banner {
    min-height: 24.5em;
}
.banner_toptitle h1 {
    font-size: 3rem;
}   
.sub_heading h2 {
    font-size: 3.125rem;
}
.srch_form, .from_field {
    flex-wrap: wrap;
}
.sub_heading {
    margin-bottom: 1rem;
}
.left_sec h5 {
    font-size: 1.5rem;
}
.from_field input {
    width: 100%;

}
.right_sec {
    flex: 100%;
    padding-top: 1rem;
}
.from_field button {
    width: 100%;
}
.srch_content ul li {
    font-size: 1rem;
}
.srch_content p {
    font-size: 0.875rem;
}
.srch_data {
    padding-top: 2.5rem;
}
.srch_data .row {
    row-gap: 2.188rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.srch_content {
    min-height: 10.938rem;
}
.team_heading {
	padding: 0 0 20px 0;
}
.team_contact_inner {
	width: 100%;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.team_contact_inner h3 {
	font-size: 1.5rem;
}
.team_heading h2 {
	font-size: 2rem;
	text-align: center;
}
.contact_inner {
	flex-wrap: wrap;
}
.adress_sec {
	width: 100%;
	margin-bottom: 30px;
}
.adress_sec:last-child {
	margin: 0;
}
.contact_page {
	margin: 40px 0 0px 0;
}
.adress_head h2 {
	font-size: 2rem;
}
.adress_desc a, .adress_desc span {
	font-size: 0.875rem;
}
.header .menu {
    width: 76%;
}
.adress_desc a, .adress_desc span, .adress_desc p {
	white-space: nowrap;
}
.logo_slides {
	max-width: 100%;
}
.item.clints {
	text-align: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.testimonial_logo img {
	max-width: 90px;
}
.top_bar_contact a {
	font-size: 0.9rem;
}
.mobile_logo img {
	width: 200px;
}
}
@media only screen and (min-width:768px){
.copyright_sec ul li {
	width: 33%;
}
.copyright_sec ul li:nth-child(2) {
	text-align: center;
}
.copyright_sec ul li:nth-child(3) {
	text-align: right;
}
}
@media only screen and (min-width:1900px){
.home-banner-video {
	max-height: 600px;
	min-height: 600px;
}
.home-banner {
	padding: 19rem 0 6.5rem 0px;
	min-height: 1000px;
}
.logo_slides {
	margin-top:160px;
}
}