/*
Theme Name: Quality Garage Doors
Theme URI: http://qualitygaragedoors.lojoweb.com/
Author: LOJO
Author URI: https://lojomarketing.com/
Description: 
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/* styles for _tl_pagination und _tl_link_pages */
nav form.tl-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}

/*qualitygaragedoors CSS
===============================*/
/*font-family: 'Merriweather', serif;
font-family: 'Roboto', sans-serif;*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');*/


a, a:hover, a:focus{
	text-decoration: none;
	outline: 0;
}
a, a:hover{
	transition: all 0.3s ease-in-out;
}
body{
	/*font-family: "MONTSERRAT Regular";*/
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	/*overflow-x: hidden;*/
	background-color: #fffade;
}

.ribbon-header {
    background: #254c85; 
    color: #fff;
    text-align: center;
    padding: 14px 0;
}
.ribbon-header .container {
    padding: 0;
}
.ribbon-header p {
    margin: 0;
    font-size: 16px;
	font-weight:700;
}

.logo-part {
    width: 19%;
    display: inline-block;
    vertical-align: top;
}
.navigation {
    width: 61%;
    display: inline-block;
    vertical-align: top;
}
.site-navigation-inner {
    padding: 13px 0 0;
}
.navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.navigation ul li {
    display: inline-block;
    padding: 0 5px;
}
.navigation ul li a {
    font-weight: 900;
    color: #254c85;
    font-size: 21px;
    /*font-family: "MONTSERRAT Black"*/
}
.nav>li>a{padding: 10px 10px;}
.navigation ul li a:hover{ 
	color:#ec1c24;
}
.connect-part {
    width: 18%;
    display: inline-block;
    vertical-align: top;
}
.connect-part .connect-wrap {
    text-align: center;
    position: relative;
    top: 7px;
}


.connect-part .connect-wrap a {
    font-size: 24px;
    color: #ec1c24;
	/*font-family: "MONTSERRAT Bold";*/
	font-weight: 700;
}
.elementor-5 .elementor-element.elementor-element-0da2479{
	font-family: "MONTSERRAT Bold";
}

.connect-part .connect-wrap p {
    font-size: 12px;
    color: #254c85;
    /*font-family: "MONTSERRAT Bold";*/
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
}
.home_slider .swiper-slide-contents {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    max-width: 720px !important;
}
.box1shadow .elementor-widget-container {
    box-shadow: 0 0px 10px #c8c8c8;
}
.home_customersay .swiper-slide {
	box-shadow: 0 0px 10px #c8c8c8 !important;
	position:relative;
	
}

.home_customersay .swiper-slide:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: -42px;
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    background: #ec1c24;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
    z-index: 9999;
}

.home-offer{
	position:relative;
}

.home-offer:before {
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    width: 44px;
    height: 121px;
    background: url(/wp-content/uploads/2019/10/limited.png)no-repeat;
    background-size: cover;
}
.home-offer:after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 8px;
    height: 121px;
    background: url(/wp-content/uploads/2019/10/right_limited.png)no-repeat;
    background-size: cover;
}
.home-offer h3.elementor-image-box-title {
    margin: 0 0 -2px !important;
}
.home-offer p.elementor-image-box-description{
	line-height: 17px !important;
}

.home-offer {
	box-shadow: 0 0px 10px #c8c8c8;
    position: relative;
    z-index: 99;
    background: #fff;
	height: 140px;
	
}

header.site-header{
	position: sticky;
    position: -webkit-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    left: 0px;
    top: 0px;
    z-index: 999;
}
.home_slider .elementor-slide-button {
    cursor: pointer;
}
header.site-header.sticky{
	top:-56px;
}
.sticky .middle-wrap{
	top: 0px;
	padding: 24px 14px 32px 17px;
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ec1c24;
    background-color: #fff;
}
.navbar-default .navbar-nav>li>a {
    color: #254c85;
}
.navbar {
    margin-bottom: 0;
	min-height: 1px;
}
nav#navbar-collapse {
    top: 2px;
    position: relative;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ec1c24;
    background-color: transparent;
}
.yellow-box p {
    width: 75%;
    line-height: 23px !important;
} 

.customer_say .swiper-slide{
	overflow: visible;
}
.customer_say .swiper-container{
	overflow: visible;
}
.home-offer span {
    font-weight: 400;
    font-size: 14px;
	display: block;
}
.home_slider .elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
    margin-bottom: 0px;
    margin-top: 5px;
}

.home_slider .elementor-slide-description{
	margin-bottom: 34px;
}
.home_slider .elementor-slide-button{
	padding: 9px 18px;
}
.reliablebox .box1shadow .elementor-widget-container {
    box-shadow: 0 0px 10px #c8c8c8;
	min-height: 412px;
    overflow: hidden;
}
.reliablebox .elementor-image-box-title{
	margin-bottom: 22px !important;
}
.reliablebox p {
    padding-right: 15px; 
    padding-left: 15px;
    line-height: 23px !important;
}
.next-header {
    height: 120px;
}
.next-header .container {
    padding: 0;
	position: relative;
	max-width: 1140px;
}
.middle-wrap {
    background: #fff;
    padding: 34px 14px 42px 17px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    top: -9px;
    z-index: 9;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

ul#menu-footer-menu {
    padding: 0;
}

.home-coupon-zone .home-offer {
	height: 121px;
    -webkit-box-shadow: -6px 10px 20px -0px rgba(153,153,153,1);
    -moz-box-shadow: -6px 10px 20px -0px rgba(153,153,153,1);
    box-shadow: -6px 10px 20px -0px rgba(153,153,153,1);
}

/*site-footer start==============*/
.site-footer-inner {
    background: #254c85;
    color: #fff;
    padding-top: 26px;
    padding-bottom: 10px;
}
.social-footer {
    padding: 0;
    margin: 0px 0 0px 0;
    list-style-type: none;
    text-align: center;
}
.social-footer li {
    display: inline-block;
}
.social-footer li a {
    color: #254c85;
    background: #fff;
    width: 30px;
    height: 27px;
    float: left;
    border-radius: 5px;
}
.social-footer li a:hover,
.social-footer li a:focus{
	opacity: 0.8;
}
.social-footer li a .fa {
    font-size: 20px;
}
.footer-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.footer-menu li {
    display: inline-block;
    padding: 0 8px;
    vertical-align: top;
    line-height: 20px;
    font-size: 12px;
}
.footer-menu li a:hover {
    color: #ec1c24 !important;
}
.footer-menu li a {
    color: #fff;
}
.footer-full .container {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 1140px;
}
.footer-full, .next-header{
	background: url(/wp-content/uploads/2019/10/footer_bg.png)no-repeat;
	background-size:cover;
}
.social-footer a i.fa{font-family: "FontAwesome";} 
/*site-footer end==============*/

.home_slider .elementor-slide-description {
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #fff;
}

.home-offer p.elementor-image-box-description span{
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 400 !important;
}
.home-coupon-zone.odd .home-offer{
	box-shadow: none;
}

.schedule-appointment {
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 260px;
}
.schedule-appointment-inner {
    position: relative;
}
.schedule-appointment-left {
    position: absolute;
    left: -37px;
    top: 0px;
    border-radius: 5px 0 0 5px;
    background:#EC1C24;
    width: 37px;
    height: 211px;
}
.schedule-appointment-left-inner {
    transform: rotate(-90deg);
    position: absolute;
    bottom: 91px;
    left: -72px;
}
.schedule-appointment-left a {
    color: #fff;
    font-size: 12.71px;
    font-weight: 700;
    display: block;
    word-wrap: normal;
    width: 182px;
    text-transform: uppercase;
}
.schedule-appointment-right {
    max-width: 304px;
    background: #1b4374;
}
.schedule-appointment-right-header {
    padding: 21px 29px 15px;
    background:  #254c85;
}
.schedule-appointment-right-header h3{
	color: #FFE600;
	font-size: 21px;
	font-weight: 700;
	margin: 0;
}
.schedule-appointment-right-header h3::after, .schedule-appointment-right-header h3::before{
	content: "";
	clear: both;
	display: table;
}
.schedule-appointment-right-header h3 i {
    margin: 3px 10px 0 0;
    font-size: 40px;
    float: left;
}
.schedule-appointment-right-body {
    padding: 20px 30px 25px;
}
.schedule-appointment-right-body label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.schedule-appointment-right-body .text-field{
	padding: 0 12px;
}
.schedule-appointment-right-body button, .schedule-appointment-right-body input, .schedule-appointment-right-body select, .schedule-appointment-right-body textarea {
    max-width: 100%;
    border: 0px;
	padding: 0 10px;
	line-height: 36px;
	height: 36px;
	background:#fff;
	font-weight: 400;
	color:#000;
}
.schedule-appointment-right-footer {
    padding: 20px 29px 16px;
    background:  #254c85;
}
.schedule-appointment-right-footer input[type="submit"]{
	color: #254C85;
	background-color: #ffe600;
	font-size: 14px;
	font-weight: 900;
	border: 0px;
	padding: 0 13px;
	line-height: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
}
.schedule-appointment-right-footer input[type="submit"]:hover, .schedule-appointment-right-footer input[type="submit"]:focus{
	color: #fff;
	background-color: #ec1c24;
}
.navigation ul li .dropdown-menu{
	text-align: left;
	border-radius: 0px;
	border: 1px solid #254c85;
}
.navigation ul li .dropdown-menu li{
	display: block;
	padding: 0;
	border-bottom: 1px solid #254c85;
}
.navigation ul li .dropdown-menu li a{
	padding: 10px 20px;
}
.navigation ul li .dropdown-menu li a:hover, .navigation ul li .dropdown-menu li a:focus{
	background: #254c85;
	color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	background:none;
}
.garage-menu-list-outer {
    position: sticky !important;
	z-index: 999;
	left: 0px;
	top: 110px;
	background:#fffade;
	padding-top: 20px;
}
.garage-menu-list ul{
	margin: 0 0 0 !important;
	border-bottom: 1px solid #254c85;
}
.garage-menu-list ul::after, .garage-menu-list ul::before{
	content: "";
	clear: both;
	display: table;
}
.garage-menu-list ul li {
    float: left;
    margin: 0 0 -1px !important;
}
.garage-menu-list ul li a{
	background: #fff;
	color: #254c85;
	padding: 10px 20px;
	border: 1px solid #254c85;
}
.garage-menu-list ul li a span{
	color: #254c85;
}
.garage-menu-list ul li a:hover, .garage-menu-list ul li a:focus{
	background: #254c85;
	color: #fff !important;
}
.garage-menu-list ul li a:hover span, .garage-menu-list ul li a:focus span{
	color: #fff !important;
}
.garge-anchor {
    bottom: 200px;
    position: absolute;
}
.elementor-editor-active .garge-anchor{
	position: static;
}


.contact-footer .wpcf7-form-control {
    background-color: #ffff;
	border: 1px solid #333;
	color: #1A1A1A;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    height: 36px;
    padding: 0 10px;
    margin: 4px 0 0px;
    width: 100%;
}
.contact-footer label {
    display: block;
}
.contact-us-form {
    background: #fff;
	padding: 20px 30px 1px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
    max-width: 600px;
    margin: 0 auto;
}
.contact-us-form .wpcf7-form-control.wpcf7-textarea {
    height: 80px;
}
.contact-us-form .wpcf7-form-control.wpcf7-submit {
    color:#fff;
	font-weight: 700;
	display: block;
	word-wrap: normal;
	text-transform: uppercase;
	background: #ec1c24;
    border: 0;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    transition: all 0.3s ease-in-out;
}
.contact-us-form .wpcf7-form-control.wpcf7-submit:hover{
	background: #254c85;
}
.page-list li a{
	color: #254c85;
	font-weight: 700;
}
.page-list .current_page_item > a{
	color: #ec1c24;
}


/*new-added CSS*/
.copyright-menu a:hover {
    color: #ec1c24;
}
.copyright-menu a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 5px;
    text-decoration: none;
}
.copyright-menu {
    text-align: center;
    font-size: 12px;
}
ul#menu-footer-menu{margin:0;}

.schedule-appointment-outer.scheduleAppointment-close {
    display: block !important;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.schedule-appointment-right-form {
    padding: 0 0 1px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    margin: 10px 10px 10px;
}
span.wpcf7-not-valid-tip{height: 10px;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	margin: 10px 10px 10px;
	padding: 5px 10px;
    font-size: 14px;
	line-height: 18px;
}
.grecaptcha-badge {
    z-index: 9999;
}
/*div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    color: #000 !important;
}*/
.contact-footer .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
	color: #ec1c24;
	border: 2px solid #ec1c24;
}
.schedule-appointment-right .wpcf7-response-output.wpcf7-validation-errors{color: #ffe600 !important;}


/*19.12*/
.home_slider .swiper-slide-inner .elementor-slide-heading {
	background: rgba(37,76,123,0.3); padding: 20px 20px 15px !important;
}


.elementor-slides .swiper-slide-inner {
    padding: 10px !important;
}

/*Responsive CSS Start
============================================*/

@media screen and (max-width: 1740px) {
	/*.home_slider .swiper-slide-contents{    width: 44%;}*/
}

@media screen and (max-width: 1399px) {
	.yellow-box p {width: 70%;}
	.callus_man {margin-left: -42px; max-width: 392px !important;}
}

@media screen and (max-width: 1352px) {
	.callus_man { margin-left: -70px;}
}

@media screen and (max-width: 1299px) {
	.quality-service-outer-main{overflow-x: hidden;}
}

@media screen and (max-width: 1199px) {
	
	.navigation {
		width: 60%;
	}
	.navigation ul li a {
		font-size: 18px;
		padding: 10px 6px;
	}
	.connect-part .connect-wrap a {
		font-size: 22px;
	}	
}

@media screen and (max-width: 1199px) {
	.next-header {height: 115px;}
}

@media screen and (max-width: 1151px) {
	.callus_man { margin-left: 10px; max-width: 280px !important; top: 47px !important;}
}

@media screen and (max-width: 1065px) {	
	.callus_man{top: 69px !important;}
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1139px) { 	
	.home-offer h3.elementor-image-box-title {
    	font-size: 36px !important;
	}
}

@media screen and (max-width: 1024px) {	
	.home-coupon-zone .elementor-container { max-width: 280px !important;}
	.home-coupon-zone .elementor-element-populated {padding: 10px 0 !important;}
	.home_slider .elementor-slide-description{font-size: 60px !important; line-height: 72px !important;}
	.quality-service-outer .elementor-row{flex-wrap: wrap-reverse !important;}
	.quality-service-yellow-box {}
	.yellow-box p{width: 100%;}
	.quality-service-image-box .elementor-absolute{position: static !important;}
	.customer_say {
	    padding: 60px 0px;
	    overflow: hidden;
	}
	.elementor-5 .elementor-element.elementor-element-f50e6c2 > .elementor-widget-container{padding-bottom: 10px !important;}
}
	
	


@media screen and (max-width: 991px) {
	.home_slider .swiper-slide-contents {
    	width: 100%;
		max-width: 100% !important;
	}  
	.navigation ul li{
		padding: 0 5px;
	}
	.navigation ul li a {
	    font-size: 14px;
	    padding: 10px 0px;
	}
	.connect-part .connect-wrap a {
    	font-size: 16px;
	}
	.connect-part .connect-wrap p {
    	font-size: 9px;
	}
	.next-header {
    	height: 74px;
	}
	.middle-wrap{padding: 17px 15px;}
	.sticky .middle-wrap{padding: 8px 15px;}
	.logo-part{padding: 5px 0 0;}
	.connect-part .connect-wrap{top: 0px;}
	header.site-header.sticky {top: -84px;}
}
@media screen and (max-width: 770px) {
	.reliablebox .box1shadow .elementor-widget-container{
		min-height: 500px;
	}
	.home-offer span {
		font-size: 9px;
		line-height: 11px;
	}
}

@media screen and (max-width: 767px) {
	header.site-header.stiky-mob{
		position: fixed;
	    z-index: 999;
	    width: 100%;
	    left: 0px;
	    top: 0px;
	}
	.middle-wrap {
	    padding: 14px 20px;
	    z-index: 9999;
	}
	.site-navigation-inner {
	    padding: 0px 0 0;
	}
	.home-offer {
		margin: 0 auto;
	    margin-bottom: 30px;
		width:350px !important;
	}
	.navbar-toggle{
		padding: 0;
		margin-top: 22px;
		margin-right: 0px;
		margin-bottom: 0px;
		border: 0;
		border-radius: 0;
	}
	.navbar-toggle .icon-bar {
	    display: block;
	    width: 28px;
	    height: 3px;
	    border-radius: 0px;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #254c85;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background: none;
	}
	.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{
		background-color: #ec1c24;
	}
	.navigation ul li .dropdown-menu {
    	text-align: center;
    }
    .navigation ul li .dropdown-menu li{
		border:0px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    	color: #254c85;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #ec1c24;
	}
	
	.ribbon-header p {
    	font-size: 14px;
    	padding: 0 15px;
	}
	.yellow-box p {
    	width: 100%;
    	padding: 30px;
	}
	.footer-menu li {
    	display: block;
	}

	.logo-part {
	    max-width: 194px;
		float: left;
		position: relative;
		z-index: 99;
		width: 100%;
    	padding: 0px 0 0;
	}
	.navigation {
	    width: 100%;
	    display: block;
	    text-align: center;
	}
	.navigation ul li{
		display: block;
	}
	.navigation ul li a {
	    /*font-size: 36px;
	    line-height: 36px;
	    margin: 14px 0 20px;*/
	    font-size: 21px;
	    line-height: 21px;
	    margin: 14px 0 20px;
	    padding: 0px 0px;
	    display: block;
	}
	.navbar-collapse{border: 0; /*padding-top: 26px; padding-bottom: 30px;*/ padding-top: 26px; padding-bottom: 100px;}
	.navbar{    border: 0;}
	.middle-wrap{    top: 0px;}
	.connect-part {
    	width: 100%;
    	display: block;
	}
	
	.home_slider .elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child){
		font-size: 13px !important;
	}
	
	.connect-part .connect-wrap a {
    	/*font-size: 38.31px;*/
    	font-size: 24px;
	}
	
	.callus_man{margin: 0 auto; max-width: 300px !important;}
	.callus_man .elementor-widget-container{margin: 0 !important;}
	.yellow-box p{text-align: center;}
	.elementor-heading-title {font-size: 28px !important;}
	.elementor-icon-list-item { font-size: 18px !important; padding: 0px 0 0 !important;}
	.elementor-5 .elementor-element.elementor-element-0da2479 {padding: 100px 0px 20px 0px !important;}
	.elementor-5 .elementor-element.elementor-element-f50e6c2 > .elementor-widget-container {padding: 41px 0px 0px 0px !important;}
	.elementor-5 .elementor-element.elementor-element-7c8e349{padding: 0px 0px 67px 0px !important;}
	.elementor-5 .elementor-element.elementor-element-6a7e038{padding: 48px 0px 42px 0px !important;}
	.reliablebox .box1shadow img{width: 100%;}
	.elementor-5 .elementor-element.elementor-element-b80ecf5 > .elementor-widget-container {padding: 70px 0px 0px 0px !important;}
	.connect-part .connect-wrap{top: auto;}
	.connect-part .connect-wrap p {
	    /*font-size: 19.16px;
	    line-height: 22.99px;
	    max-width: 270px;*/
	    font-size: 14px;
		line-height: 18px;
		max-width: 170px;
	}
	nav#navbar-collapse {
	    top: 8px;
	    position: relative;
	    margin: 0 -16px;
	    border-top: 3px solid #B3B3B3;
	}
	
	#navbar-collapse .elementor-button{
		color: #254c85;
	    border-color: #ffe600;
	    font-size: 14px;
	    background-color: #ffe600;
	    font-weight: 900;
    }
    #navbar-collapse .elementor-button:hover, #navbar-collapse .elementor-button:focus{
    	color: #fff;
		background-color: #ec1c24;
		border-color: #ec1c24;
	}
	.customer_say{padding: 60px 0px 0;}
	/*.connect-part{padding: 0px 0 20px;}*/
	.navigation ul{margin: 0 0 20px;}
	.connect-part {
	    padding: 0px 0 0px;
	    max-width: 180px;
	    position: absolute;
	    right: 100px;
	    top: 10px;
	}
	.site-header.sticky .connect-part{top: 6px;}
	.quality-service-outer-main{
		background-size: cover !important;
    	padding: 100px 0 30px !important;
	}
}
@media screen and (max-width: 575px) {
	.elementor-5 .elementor-element.elementor-element-0da2479 { padding: 40px 0px 40px 0px !important;}
	.reliablebox .box1shadow .elementor-widget-container {min-height: 400px;}
	.home_slider .elementor-slide-description {
	    font-size: 48px !important;
	    line-height: 60px !important;
	    /*max-width: 300px;*/
	    margin: 0 auto !important;
	    padding: 24px 0 15px;
	}
	.elementor-5 .elementor-element.elementor-element-3dfe2bb .swiper-slide { height: 480px !important;}
	.home_slider .elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child){max-width: 100%; margin: 0 auto; padding: 50px 0 0;}
	.elementor-5 .elementor-element.elementor-element-52380e7 {margin-top: 15px !important;}
	.logo-part {max-width: 130px;}
	.middle-wrap {padding: 10px 15px;}
	.navbar-toggle{margin-top: 11px;}
	.next-header {height: auto;}
	.ribbon-header{padding: 14px 0 12px;}
	.ribbon-header p{font-size: 11px; line-height: 13.2px;}
	.home_slider{ top: 60px;}
	.schedule-appointment{top: 160px;}
	.connect-part{top: 7px; right: 60px;}
	.connect-part .connect-wrap a{font-size: 20px;line-height: 20px; display: block;}
	.connect-part .connect-wrap p{font-size: 12px; line-height: 14px;}
	header.site-header.sticky {top: -52px;}
	.sticky .middle-wrap {padding: 10px 15px;}
	
	/*27.12*/
	.elementor-element.elementor-element-3dfe2bb .swiper-slide {  height: 320px !important;}
	.home_slider .elementor-slide-description { padding:0 !important;}
	.elementor-5 .elementor-element.elementor-element-3dfe2bb .swiper-slide {  height: 210px !important;}
	.elementor-5 .elementor-element.elementor-element-52380e7 {  margin-top: 65px !important;}
	
}

@media screen and (max-width: 420px) {
	.home-offer {
		width:280px !important;
	}
	.schedule-appointment-right{max-width: 280px;}
	.quality-service-outer-main {
		background-size: contain !important;
		padding: 70px 0 10px !important;
	}
	.home_slider .elementor-slide-description {
		font-size: 38px !important;}
	.home_slider .swiper-slide-inner .elementor-slide-heading {	background: rgba(255,255,255,0.6);  }
	
	/*27.12*/
	.home_slider .elementor-slide-description { line-height: 45px !important; }
}
@media screen and (max-width: 375px) {
	.connect-part {top: 10px; right: 46px;}
	.connect-part .connect-wrap a {font-size: 18px; line-height: 20px;}
	.connect-part .connect-wrap p {font-size: 10px; line-height: 12px; max-width: 110px;}
}
@media screen and (max-width: 360px) {
	.connect-part{max-width: 140px;}
	.connect-part .connect-wrap a{font-size: 16px;}
	.connect-part .connect-wrap p {
    	font-size: 10px;
    	line-height: 12px;
    	max-width: 100%;
    }
    header.site-header.sticky {top: -65px;}
	.home_slider .elementor-slide-description {
		font-size: 28px !important;}
}


/*Responsive CSS End
============================================*/

/*==========Please add new CSS on the top of the "Responsive CSS"================*/

@media screen and (max-width: 420px){
.home_slider .swiper-slide-bg{
	background-size: 100% !important;
    background-position: top !important;
}
.home_slider .swiper-slide-inner .elementor-slide-heading {
    padding: 8px 24px 8px 15px !important;
    color: #000 !important;
}
.home_slider .elementor-background-overlay {
    background-color: rgba(37,76,133,0.5) !important;
}
}
