@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap');

body{
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
        line-height: 34px;
        font-weight: normal;
}
@media (min-width: 0px) {
  .container {
    max-width: 1430px;
	  width: 92%;
  }
}
p {
    margin-bottom: 1.5rem;
}
a, button, input[type="button"] {
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
img{
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
}
.section-tittle h3{

  font-size: 40px;
  font-family: "Rubik";
  color: rgb(0, 0, 0);
  line-height: 1;
  text-align: center;
padding-bottom: 30px;
}
.btn{
    border-width: 2px;
    font-size: 20px ;
    padding: 0.5rem 1.25rem;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.25rem;

}
.btn-primary{
	color: #fff ;
	background-color: #d94040 ;
	    border-color: #d94040 ;
}
.btn-primary:hover {
	background-color: #bd1e1e ;
	    border-color: #bd1e1e ;
}

.btn-outline-primary{
	color: #d94040 ;
	    border-color: #d94040 ;
}
.btn-outline-primary:hover {
	background-color: #bd1e1e ;
	    border-color: #bd1e1e ;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    box-shadow: 0 0 0 0.2rem rgba(217, 64, 64, 0.5);
	background-color: #bd1e1e ;
	    border-color: #bd1e1e ;
}

.btn-secondary {
    color: #fff;
    background-color: #d94040;
    border-color: #ffffff;
    border: 2px solid;
}
.btn-secondary:hover {
    color: #d94040;
    background-color: #fff;
    border-color: #d94040;
    border: 2px solid;
}
.btn-dark {
    color: #fff;
    background-color: #444444;
    border-color: #444444;
}
.social-icons{
	display: inline-block;
}
.social-icons a {
color: #fff;
    background: #666666;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 10px;
    font-size: 19px;
    text-align: center;
        text-decoration: none !important;
}
.social-icons a:hover {
color: #fff;
    background: #d94040;
    
}

a.fas.fa-phone-volume.call-icon {
    color: #fff;
    background: #d94040;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 10px;
    font-size: 19px;
    text-align: center;
        text-decoration: none !important;
}
a.fas.fa-phone-volume.call-icon:hover {
color: #fff;
    background: #666666;
    
}
.call-us a{
    font-size: 30px;
    color: #d94040;
    display: inline-block;
    margin: 0 10px;
        text-decoration: none !important;
}
 .headphone{
    font-size: 20px;
}
.top{
	justify-content: flex-end;
	border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    padding-top: 40px;
    align-items: center;
}
.top > div{
	margin-left: 10px;
}

.owl-dots {
    display: none;
}
button.owl-prev {
    float: left;
    top: 50%;
    position: absolute;
    left: 60px;
}
button.owl-next {
    float: right;
    top: 50%;
    position: absolute;
    right: 60px;
}
.owl-nav button span {
    font-size: 0;
}
.owl-text {
        width: 30%;
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d94040+0,d94040+75,ba3a43+100 */
    background: rgb(217,64,64); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(217,64,64,1) 0%, rgba(217,64,64,1) 75%, rgba(186,58,67,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(217,64,64,1) 0%,rgba(217,64,64,1) 75%,rgba(186,58,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(217,64,64,1) 0%,rgba(217,64,64,1) 75%,rgba(186,58,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d94040', endColorstr='#ba3a43',GradientType=1 ); /* IE6-9 */
    color: #fff;
    bottom: 0px;
    position: absolute;
    left: 14%;
    padding: 45px 47px 77px;
}
.owl-text h2{
	font-size: 40px;
    padding-bottom: 10px;
    font-weight: 300;
}
.owl-nav button.owl-next span:before {
    content: "\f105";
}
.owl-nav button span:before {
position: absolute;
    content: "\f104";
    color: #ffffffcc;
    font-size: 60px;
    left: -20px;
    top: -22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}


.navbar {
    padding: 0px;
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013992', endColorstr='#000b49',GradientType=1 );
}
div#navbarSupportedContent>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
div#navbarSupportedContent>ul>li {
    position: relative;
}
div#navbarSupportedContent>ul>li::before{
	content: "";
    background-image: url(../images/nav-right.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
        top: 22px;
    left: -16px;
        width: 35px;
    height: 30px;
}
div#navbarSupportedContent>ul>li:nth-child(1)::before{
	display: none;
}
div#navbarSupportedContent>ul>li>a {
    font-size: 24px;
    padding: 20px 29px;
    display: block;
    color: black;
    text-decoration: none;

}
div#navbarSupportedContent>ul>li>a:hover {
    color: #d94040;
}
.navbar-collapse > ul > li > ul {
    background-color: rgba(1, 57, 146, 0.9);
    color: #fff;
    min-width: 17rem;
    position: absolute;
    z-index: 9;
    list-style: none;
    padding: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.navbar-collapse > ul > li > ul > li, .navbar-collapse > ul > li > ul > li > ul > li {
    border-bottom: 1px solid #fff;
}
.navbar-collapse > ul > li > ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: block;
    padding: 12px 25px;
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
}
.navbar-collapse ul {
	list-style: none;
	padding: 0;
}
.navbar-collapse ul li {
	position: relative;
}
.navbar-collapse > ul > li > ul {
    
    background-color: rgb(217, 64, 64);
    color: #fff;
    min-width: 17rem;
    position: absolute;
    z-index: 9;
    list-style: none;
    padding: 0;
	-moz-transform: scale(0);
-webkit-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.navbar-collapse > ul > li:hover > ul {
	-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
	
}
.navbar-collapse > ul > li > ul > li > ul {
	-moz-transform: scale(0);
-webkit-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
	
}

.navbar-collapse > ul > li > ul > li:hover > ul {
	-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
	
}
.navbar-collapse > ul > li > ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
	display: block;
	padding: 12px 25px;
}

.navbar-collapse > ul > li > ul li a:hover {
	background-color: #000000;
}

ul.dropdown-left {
        margin: 0 0 0 106%;
	background-color: rgba(1, 57, 146, 0.9);
	color: #fff;
}
.navbar-collapse > ul > li > ul > li, .navbar-collapse > ul > li > ul > li > ul > li {
    border-bottom: 1px solid #fff;
}
.navbar-collapse > ul > li > ul > li > ul {
    position: absolute;
    right: -17rem;
    background-color: rgb(217, 64, 64);
    width: 17rem;
    top: 0;
}
.navbar-collapse > ul > li:hover > ul, .navbar-collapse > ul > li:hover > ul > li:hover ul {
    display: block !important;
}

.nav {
    float: right;
}

/*############ SERVICES ##################*/
#about-us{
    padding-top: 60px;
    padding-bottom: 60px;
}
.fm-box {
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.quote-header {
    color: #fff;
    background-color: #d94040;
    padding: 25px 0 15px;
}
.quote-body {
    background: #f8f8f8;
    padding: 27px;
}
input.form-control {
    border: 1px solid #d94040;
    height: 54px;
}
.form-control {
    border: 1px solid #d94040;
}
textarea {
    min-height: 85px;
}
.quote-body p {
    margin-bottom: 15px;
}
#about-us h1 {
    color: #000000;
    margin-bottom: 45px;
    font-size: 46px;
    line-height: 45px;
}

#content h3 {
  font-size: 30px;
  font-family: "Rubik";
  color: rgb(217, 64, 64);
  text-align: left;
  padding-bottom: 12px;
}
.btn-secondary {
    color: #d94040;
    background-color: #d9404000;
    border-color: #d94040;
}
.service-box i{
    color: #d94040;
    font-size: 50px;
}
/*############ featured ##################*/
#featured{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f8f8f8;
}
.caption h4{
  font-size: 28px;
  font-family: "Rubik";
  color: rgb(217, 64, 64);
  text-align: center;
  padding-top: 25px;

}
#featured button.owl-prev {
    left: -40px;
}
#featured button.owl-next {
    right: -40px;
}
#featured  .owl-nav button span:before, #featured  .owl-nav button span:after {
    color: #cecece;
}
.border{
    border: none !important;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
#featured .owl-carousel .owl-stage-outer {
    padding-top: 20px;
}
#featured a {
    color: rgb(217, 64, 64)
}

#achievement {
    padding-top: 60px;
    padding-bottom: 60px;
    }
    
    .achieve i {
    color: #d77427;
    font-size: 40px;
    margin-bottom: 10px;
    }
    
    .achieve h3 {
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 900;
    }
    
    .achieve P {
    font-size: 16px;
    color: grey;
    font-weight: 700;
    } */
/*############ SERVICE ##################*/
#service{
    padding-top: 60px;
    padding-bottom: 60px;
}
.service-box{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,ffffff+100 */
background: rgb(239,239,239); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

        padding: 70px 20px 30px 20px;
        height: 100%;
}
.service-box h4{
        min-height: 60px;
    font-size: 26px;
    margin: 30px 0;
}
.service-box p{
    font-size: 18px;
    color: #707070;
        line-height: 24px;
}

/*############ QUESTION ##################*/

#question{
    background-color: #d94040;
    padding-top:60px;
    padding-bottom:60px;
    color: #fff;
}
#question h3{
  font-size: 40px;
  font-family: "Rubik";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  padding-bottom: 15px;
}

/*############ TESTIMONIAL ##################*/

#testimonial{
    padding-bottom: 60px;
    padding-top: 60px;
}
.testimonial-box{
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 50px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.testimonial-box h5{
    font-size: 22px;
    line-height: 32px;
}
.icon{
    text-align: center;
    padding-top: 30px;
}
.icon i{
    color: #fff;
    background-color: #d94040;
    padding: 15px;
    border-radius: 50%;
    margin: -22px;
    position: absolute;
}
#owl-three .owl-dots {
    display: block;
    text-align: center;
        padding-top: 10px;
}
button.owl-dot.active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #50504d !important;
}
button.owl-dot {
        width: 20px;
    height: 20px;
    border: 2px solid red;
    border-radius: 50%;
    background: #ff000000 !important
}
.owl-carousel button.owl-dot{
    border: 1px solid #50504d;
        margin: 5px;
}
#owl-three .owl-nav {
    display: none;
}
.testimonial-box p {
    margin-bottom: 0 !important;
}
/*############ FOOTER ##################*/
footer#footer h4 {
    color: #d94040;
}
#footer {
    color: #505050;
    padding: 30px 0;
    font-size: 18px;
    background-image: linear-gradient(#f0f0f0, #ffffff);
    padding-top: 45px;
    
}
footer#footer li {
    line-height: 25px;
    margin-bottom: 10px;
}
#footer a {
    color: #505050;
    text-decoration: none;
    font-size: 18px;
}
#footer a:hover {
    color: #d94040
}
#footer ul li a {
    position: relative;
}
#footer ul li a::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';    
    content: "\f054";
    color: #d94040;
    font-size: 20px;
    left: -25px;
    top: 0;
    font-weight: 900;
    position: absolute
}
.footer-bt {
    background-color: #444444;
    color: #fff;
    font-size: 18px;
}
.footer-bt p {
    margin-top: 5px;

}
.footer-bt a{
    color: #fff;
}
footer#footer .social i {
    color: #fff;
    background-color: #666666;
}
.social i {
    background: #555555;
    border-radius: 50%;
    color: #FFE;
    font-size: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
}
.social a i:hover {
    background-color: #d94040 !important;
}
#footer input.btn.btn-primary {
        width: 100%;
    margin-top: 12px !important;
    font-size: 20px;
}
#footer input.form-control {
    border: 1px solid #d94040;
}

::placeholder {
  color: black !important;
}
footer p {
    line-height: 25px;
}

/*############ About us page ##################*/
.page-title {
   position: relative;
}

.page-title-img {
    max-height: 350px;
    overflow: hidden;
}
.page-title h1 {
    font-size: 40px;
    font-weight: normal;
    margin: 0;
    color: #fff;
    display: inline-block;
    background-color: #d7494e;
    padding: 20px;
    opacity: 0.9;
    position: absolute;
    top: 35%;
    left: 5%;
}
section.page-list {
    padding: 10px 0;
    background-color: #4e4e4e;
   
}
section.page-list ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
section.page-list ul li {
    display: inline-block;
}
section.page-list ul li a {
    color: #fff;
    text-decoration: none;
}
.blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    background-color: #ffffff;
    padding: 25px 25px;
    border-radius: 5px;
    border-left: 10px solid #dc5454;
    box-shadow:0 0 30px rgba(0, 0, 0, 0.15)
}

/*############ Reviews page ##################*/
#reviews {
    padding: 50px 0px;
}
.reviews-left-box {
    padding: 20px 20px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}
.qt-name h3 {
    color: #d94040;
    font-size: 20px;
}
.quote-left i, .quote-right i {
    color: #d94040;
    font-size: 40px;
}
 
.quote-right {
    text-align: right;
}
.page-link:hover {
    color: #fff !important;
    background-color: #d94040 !important;
    border-color: #d94040 !important;
}

/*############ blog page ##################*/

#blog {
    padding-top: 60px;
    padding-bottom: 60px;
}
.bl-header-2 h2 a {
    margin-bottom: 20px;
    font-size: 32px;
    color: #d94040;
    text-decoration: none;
    font-weight: 400;
}
.bl-date-box span {
    color: #d94040;
    font-size: 24px;
}
.bl-date-box p {
    margin-bottom: 30px;
}
.bl-rightbox-icon {
    text-align: right;
}
.blog-left-box {
    margin-bottom: 30px;
    border-bottom: 2px solid #e5e6ec;
    padding-bottom: 30px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d94040;
    border-color: #d94040;
}
.blog-pg a.page-link {
    border-radius: 0px !important;
    margin: 0 5px;
    background-color: #444444;
    color: #fff;
    font-size: 16px;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0px;
    color: #fff;
    background-color: #d94040;
    border-color: #d94040;
}
.panel-title {
    font-size: 26px;
    margin: 0;
}
.panel-title > a {
    display: block;
    padding: 15px 15px 15px 25px;
    text-decoration: none;
    color: #fff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d94040;
    background-color: #d94040;
    padding: 20px 10px;
}
.inner-starbox {
    margin-bottom: 30px;
}
.blog-star ul li {
    margin-bottom: 10px;
    list-style: none;
}
.blog-star ul li a {
    color: #fff;
}
span.star-ic {
    position: relative;
    margin-left: -20px;
    left: -15px;
    color: #dc5454;
}
.more-less {
    float: left;
    color: #fff;
    margin: 0 15px 0 0px;
}
.collapsed .fa-plus {
    display: inline;
}
.collapsed .fa-minus {
    display: none;
}
.fa-plus {
    display: none;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    margin-top: 20px;
}
.bl-detail-header-2 h2, .blogdl-header-2 h2, .blogdl-header-3 h3, .blogdl-header-4 h4 {
    font-weight: 400;
    
}
.bl-detail-header-2 h2 {
    color:#d94040;
}
section#testimonial {
    border-top: 10px solid #f8f8f8;
}
.white-star {
    color:#fff !important;
}


/*############ gallery page ##################*/

#gallery {
    padding: 50px 0px;
}
.gal-box {
    border: none !important;
    margin: 2px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
}
.gal-cont {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    bottom: 0;
    content: "";
    color: #fff;
    padding: 30px 0px;
    text-align: center;
}
.gal-cont h4 {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}
.gal-box img {
    min-width: 100%;
}
section#youtube {
    background-image: url(../images/banner-img.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
section#youtube h3 {
color: #fff;
}
.youtube-bg {
    background-color:#d94040dc;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
#content img {
    width: 100%;
    height: 178px;
    border-radius: 0 15px;
    overflow: hidden;
    border: 5px double #d94040;
}
.contact-box {
    text-align: center;
}
.contact-box i {
    color: #d94040;
    font-size: 50px;
}
.contact-box a{
    color: #d94040;
}
.contact-box p{
    color: #d94040;
}
.float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 76px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 31px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 43px;
}
#brand{
    padding-top: 60px;
    padding-bottom: 60px;
}
#brand .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 140px;
}

/*############ gallery-inner page ##################*/
#gallery .gal-boxes ul {
    position: relative;
    width: 100%;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 0;
}
.gal-boxes ul li {
    float: left;
    margin: 0 !important;
    padding: 2px !important;
    overflow: hidden;
    position: relative;
    width: 25%;
}
#gallery .gal-boxes ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    border-radius: 0 15px;
    overflow: hidden;
    border: 5px double #d94040;;
}

#gallery .gal-boxes ul li a img {
    width: 100%;
  height: 220px;
    
}
#gallery .gal-boxes ul li a:before {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 45%;
    left: 50%;
    margin: -14px 0 0 -16px;
    background: url(../images/zoom.png) no-repeat;
    content: "";
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#gallery .gal-boxes ul li a:after {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    left: 0;
}
#gallery .gal-boxes ul li a:hover:after, #gallery .gal-boxes ul li a:before {
    opacity: 1;
}



#portfolio button.owl-prev {
    font-size: 77px;
    color: #fff;
    background: #f57d05c9;
    position: absolute;
    width: 45px;
    height: 45px;
}

/* portfolio */


.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    border: 2px solid #d94040;
}

.wrap:hover {
    background: linear-gradient(135deg,#d58686 0%,#d94040 100%);
    color: white !important;
}

.ico-wrap {
    color: #d94040;
    margin: auto;
    font-size: 50px;
    font-weight: bold;
    padding: 10px;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}



.simg img{
    width: 80px;

}
@media screen and (max-width:1440px) {
    div#navbarSupportedContent>ul>li>a {
        font-size: 20px;
        padding: 20px 32px;
        display: block;
        color: black;
        text-decoration: none;
    }
    .call-us a {
        font-size: 24px;
    }
    .headphone {
        font-size: 18px;
    }
    .btn {
        border-width: 2px;
        font-size: 18px;
        padding: 0.375rem 1rem;
    }
    .owl-text {
        padding: 20px;
    }
    .owl-text h2 {
        font-size: 32px;
    }
 
    #about-us h2 {
        margin-bottom: 35px;
        font-size: 36px;
        line-height: 40px;
    }
    #content h3 {
        font-size: 24px;
    }
    #question h3 {
        font-size: 35px;
    }
    .section-tittle h3 {
        font-size: 35px;
    }
}
@media screen and (max-width:1366px) {
    div#navbarSupportedContent>ul>li>a {
        font-size: 16px;
        padding: 20px 30px;
    }
}
@media screen and (max-width:1280px) {
    h3, .h3 {
        font-size: 1.5rem;
    }
    .top {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    div#navbarSupportedContent>ul>li>a {
        padding: 18px 25px;
    }
    .caption h4 {
        font-size: 22px;
    }
    .service-box h4 {
        font-size: 22px;
    }
    .service-box p {
        font-size: 16px;
        line-height: 24px;
    }
    
    #featured button.owl-prev {
        left: -20px;
    }
    #featured button.owl-next {
        right: -20px;
    }
}
@media screen and (max-width:1200px) {
    .btn {
    font-size: 16px;
    
}
}
@media screen and (max-width:1024px) {
    div#navbarSupportedContent>ul>li>a {
        padding: 12px 18px;
    }
    div#navbarSupportedContent>ul>li:before {
        top: 15px;
    }
    .call-us a {
        font-size: 22px;
    }
    .headphone {
        font-size: 16px;
    }
    .top {
        padding-bottom: 16px;
        padding-top: 16px;
    }
    .quote-header {
        padding: 15px 0 5px;
    }
    .quote-body {
        padding: 15px;
    }
    input.form-control {
        height: 48px;
    }
    #footer, #footer a {
        font-size: 14px;
        line-height: 20px;
    }
    footer#footer li {
        line-height: 20px;
    }
    #footer ul li a::before {
        font-size: 16px;
    }
    .btn {
    border-width: 2px;
    font-size: 16px;
    padding: 0.375rem 1rem;
}
    
}
@media screen and (max-width:800px) {
    body {
        font-size: 16px;
        line-height: 30px;
    }
    .navbar .container {
            width: 94%;
            padding: 0;
        }
        .logo {
            text-align: center;
            max-width: 170px;
            margin: auto;
            padding: 15px 0 !important;
        }
        .btn {
            font-size: 16px;
            padding: 0.25rem 0.75rem;
        }
        .top {
            justify-content: center;
        }
        .social-icons a, a.fas.fa-phone-volume.call-icon {
            width: 34px;
            height: 34px;
            font-size: 16px;
        }
        .owl-text {
            position: static;
            width: auto;
        }    
        .owl-text h2 {
            font-size: 32px;
            margin-bottom: 0;
        }
        .owl-text p {
            margin-bottom: 0;
        }
        #about-us h2 {
            margin-bottom: 25px;
            font-size: 28px;
            line-height:30px;
        }
        .section-tittle h3 {
            font-size: 28px;
        }     
        #question h3 {
            font-size: 28px;
        }
        #content h3 {
            font-size: 20px;
        }
        #service .row > div {
            margin-bottom: 30px;
        }
        .service-box {
            padding: 30px 20px 30px 20px;
        }
        footer#footer h4 {
            margin-top: 30px;
        }
        div#navbarSupportedContent>ul {
            display: block;
        }
        div#navbarSupportedContent>ul>li:before {
            display: none;
        }
        .top {
            border: none;
        }
        .navbar {justify-content: center}
        .navbar-light .navbar-toggler {
            color: rgba(0, 0, 0, 0.5);
            border-color: rgba(0, 0, 0, 0.1);
            margin-bottom: 15px;
        }
        div#navbarSupportedContent>ul>li>a {
            padding: 12px 0px;
        }
        .navbar-light .navbar-toggler-icon {
            background-image: none;
            height: 22px;
        }
        button.owl-prev, button.owl-next {
            top: 35%;
        }
        #featured button.owl-prev {
            left: -20px;
        }
        #featured button.owl-next {
            right: -20px;
        }
        .fm-box {
            margin-top: 30px;
        }
}
@media screen and (max-width:799px) {
}

@media screen and (max-width:767px) {
    .container {
        width: 94%;
    }
    .d-flex.text-right.top {
        display: block !important;
        text-align: center;
        padding: 0;
    }
    .social-icons {
        display: block;
        text-align: center;
    }
    .top > div {
        margin-left: 0;
        text-align: center;
    }
    .Request {
        text-align: center;
    }
    .call-us {
        margin: 10px 0;
    }
    button.owl-prev {
        top: 18%;
        left: 30px;
    }
    button.owl-next {
        top: 18%;
        right: 30px;
    }
    .owl-nav button span:before {
        font-size: 30px;
    }
    .btn {
        display: inline-block;
        margin: 5px 0;
    }
    .testimonial-box {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        padding: 20px;
        width: 90%;
    }
    .testimonial-box h5 {
        font-size: 18px;
        line-height: 26px;
    }
    .footer-bt {
        font-size: 14px;
    }
    .top {
        border:none;
    }
    #about-us h2 {
        font-size: 22px;
    }
    .page-title h1 {
        font-size: 14px;
        padding: 10px;
    }
    .page-title-img{
        max-height: 130px;
        width: 100%;
    }
    .qt-name h3 {
        font-size: 12px;
    }
    .quote-left i, .quote-right i {
    color: #d94040;
    font-size: 24px;
}
    .gal-cont h4 {
    font-size: 20px;
    margin: 0px;
}
    .gal-cont {
        padding: 20px 0px;
    }
    .bl-detail-header-2 h2 {
    color: #d94040;
    font-size: 20px;
}
    .blogdl-header-2 h2 {
        font-size: 20px;
    }
    .blogdl-header-3 h3 {
        font-size: 18px;
    }
    .blogdl-header-4 h4 {
        font-size: 16px;
    }
    .bl-header-2 h2 a {
    font-size: 20px;

}
.gal-boxes ul li {
    width: 50%;
}
    

}

@media screen and (max-width:480px) {
    .bl-rightbox-icon {
    text-align: left;
}
    .blog-pg a.page-link {
    margin: 0 0px;
    font-size: 14px;
}
#about-us{
    padding-top: 30px;
    padding-bottom: 30px;
}
#about-us h1 {
    color: #000000;
    margin-bottom: 14px;
    font-size: 35px;
    line-height: 37px;
}
p {
    margin-bottom: 0.5rem;
}
#service {
    padding-top: 30px;
    padding-bottom: 30px;
}
.service-box h4 {
    min-height: 0;
    font-size: 20;
    margin: 0;
}
.wrap {
    display: grid;
    background: white;
    padding: 0.5rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    border: 2px solid #d94040;
}
.ico-wrap {
    color: #d94040;
    margin: auto;
    font-size: 40px;
    font-weight: bold;
    padding: 5px;
}
.vcenter {
    margin: auto;
    text-align: center;
}
.mbr-section-title3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
#gallery {
    padding: 30px 0px;
}
.section-tittle h3 {
    font-family: "Rubik";
    color: rgb(0, 0, 0);
    line-height: 1;
    text-align: center;
    padding-bottom: 10px;
}
.gal-boxes ul li {
    width: 50%;
    height: 130px;
}
.youtube-bg {
    background-color: #d94040dc;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
#testimonial {
    padding-bottom: 30px;
    padding-top: 30px;
}
#brand{
    padding-top: 30px;
    padding-bottom: 30px;
}
#footer {
    padding-top: 30px;
}
.owl-carousel .owl-nav button.owl-next {
    
   
}
.owl-nav button span:before {
    font-size: 0px;
}
}