* {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

body {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Playfair Display', sans-serif;*/
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify-all;
}

a,
a:link,
a:hover {
    text-decoration: none;
    font-size: 16px;
}

.redtext {
    /* color:#da251c; */
    color: #262425;
}

.headline {
    /* color:#da251c; */
    color: #EF1504;
}

.yellow-bg {
    background: #fbb70b;
}

.grey-bg {
    background: #dedede;
}

.light-grey-bg {
    background: #efefef;
}

.heading-one h1 {}

.redcolor {
    color: #da251c;
}

.whitecolor {
    color: #fff;
}

.yellowcolor {
    color: #fbb70b;
}

.btnMain {
    position: relative;
    color: #fff;

    background: #EF1504;
    padding: 2px 15px;
    float: left;

    text-transform: capitalize;
    border-radius: 5px;
    margin-left: 5px;
}

.btnMain:after {
    display: none;
    font-size: 18px;
    position: absolute;
    right: -29px;
    top: 0;
    content: "\00BB";
    color: #fff;

    background: #EF1504;
    padding: 2px 15px;
}

.btnMain:hover {
    color: #000;
    background: #FBB613;


}

.navbar-toggler {
    padding: 5px;
    background: none;
    border: 1px solid #fff;
}

.navbar-toggler {
    font-size: 25px;
    color: #fff;
    line-height: 1;
    margin: 0;
}


.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.slideroverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

/*------------- Home page star ----------------------*/
.page-loading {

    width: 100%;
    height: 100%;
    background: #ffffff;
    position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    z-index: 999999;
    background-image: url(../images/preloder.gif);
}


.header-top {
    display: block;
    padding: 10px 0;
}

.navbar-brand {
    height: auto;
    padding: 0;
}

.navbar-brand img {
    width: 100%;
}

.header-top-border {
    /*height: 5px;*/
    /*background-color: #ff9900;*/
    border-bottom: 1px solid #e8e8e8;
}

.list-inline li a {
    font-size: 13px;
    color: #333;
    margin-right: 5px;
}

.header-top-border {
    padding-bottom: 5px;
}

.header-top-border ul span.icon1 {
    display: inline-block;
    width: 14px;
    height: 30px;
    background: url(../images/sprite.png) -5px -5px no-repeat;
    vertical-align: middle;
}

.header-top-border ul span.icon2 {
    display: inline-block;
    width: 31px;
    height: 30px;
    background: url(../images/sprite.png) -25px -5px no-repeat;
    vertical-align: middle;
}

.header-top-border ul span.icon3 {
    display: inline-block;
    width: 21px;
    height: 30px;
    background: url(../images/sprite.png) -59px -5px no-repeat;
    vertical-align: middle;
}

.header-top-border ul span.icon4 {
    display: inline-block;
    width: 42px;
    height: 30px;
    background: url(../images/sprite.png) -80px -5px no-repeat;
    vertical-align: middle;
}

.header-top-border ul span.icon5 {
    display: inline-block;
    width: 22px;
    height: 30px;
    background: url(../images/sprite.png) -120px -5px no-repeat;
    vertical-align: middle;
}

.header-top-border ul span.icon6 {
    display: inline-block;
    width: 24px;
    height: 30px;
    background: url(../images/sprite.png) -145px -5px no-repeat;
    vertical-align: middle;
}

.header-top-border .social-icons-top {
    text-align: right;
}

.header-top-border .social-icons-top a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #9c5400;

}

.header-top-border .social-icons-top a i {
    font-size: 9px;
    color: #fff;
}

.cards {
    font-size: 13px;
    margin-top: 3px;
}

.main-menu {
    /* background:#da251c; */
    background: #9c5400;
}

.main-menu nav {
    background: none;
}

.main-menu .navbar {
    min-height: auto;
    position: relative;
    margin-bottom: 0;
}

.main-menu .navbar-nav li a,
.main-menu .navbar-nav li a.active {
    color: #fff;
}

.navbar-expand-lg {
    padding: 0;
}

.navbar-expand-lg .container {
    padding: 0;
}

.main-menu .navbar-nav li a {
    font-size: 16px;
    padding: 15px;
}

.main-menu .navbar-nav li a:hover {
    color: #000;
    background: #fbb70b;
}

.main-menu .navbar-nav li {
    position: relative;
    /*border-right: 1px solid #ff6087;*/
}

.main-menu .navbar-nav li:last-child {
    border-right: 0px;
}

.main-menu .navbar-nav li.dropdown > ul.dropdown-menu {
    display: block;
    position: absolute;
    left: 0px;
    top: 120%;
    width: 300px;
    border: 1px solid #eb1d1d;
    border-top-width: 0px;
    z-index: 100;
    background: #fbb70b;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-bottom: 0;
}

.main-menu .navbar-nav li.dropdown:hover > ul.dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.main-menu .navbar-nav li.dropdown:hover a {
    background: #fbb70b;
    color: #000;
}

.main-menu .navbar-nav li:hover > ul.dropdown-menu li a {
    padding: 10px 20px;
    border-bottom: 1px solid #fdb852;
}

.main-menu .navbar-nav li:hover > ul.dropdown-menu li a:hover {
    background: #fff;
    color: #000;
}

.icon icon-phone2 {}

/*span.caret{
	width:20px;
	height: 20px;
	font-size: 20px;
	display: inline-block;
	border:0;
}
span.caret:after{
	content:"\002B";
}*/

.dropdown-toggle::after {
    /*content:"\2304";*/
    border: 0;
    vertical-align: 0em;
    margin-right: 10px;
    top: -6px;
    position: relative;
}

.top-header-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
    position: relative;
}

.top-header-links .text-with-icon:first-child {
    padding-left: 45px;
    font-size: 12px;
    line-height: 15px;
}

.top-header-links .text-with-icon {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.top-header-links .text-with-icon span.icon-phone2 {
    position: absolute;
    left: 20px;
    top: 3px;
}

.icon-phone2:before {
    content: "\e674";
    font-size: 20px;

}

.top-header-links .text-with-icon.text-number {
    font-family: 'Playfair Display', serif;
    font-size: 33px;
    color: #cc0033;
    padding-left: 10px;
    border-left: 1px solid #ddd;
}


#homePage-contact {
    /* background:#fbb70b; */
    background: #FBB613;
    padding: 20px 0;
}

.homepage-toll-free-num li {}

.homepage-toll-free-num li span {
    display: block;
}

.homepage-toll-free-num li.homepage-phone-icon {
    /*width:50px;
	height: 50px;*/

}

.homepage-toll-free-num li.homepage-phone-icon i {
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
    top: -5px;
    position: relative;
}

.homepage-toll-free-num li.homepage-phone-icon i:before {
    font-size: 30px;
    /* color:#da251c; */
    color: #9c5400;
}

.homepage-toll-free-num li.toll-free-num {
    padding-left: 10px;
    /*border-left: 1px solid #9a9a9a;*/
}

.homepage-toll-free-num li.toll-free-num .toll-number {
    font-size: 28px;
    color: #000;
    line-height: 1;
}

.homepage-toll-free-num li.toll-free-num .toll-number-text {

    font-size: 11px;
    clear: both;
    text-align: center;
}



/*------------------ Carousel start -----------------------*/
.carousel-slider {
    display: flex;
    display: -webkit-flex;
    display: -moz-flexbox;
    display: -ms-flexbox;
}

.camera_caption {
    top: 0;
}

.camera_caption > div {
    background: none;
    height: 100%;
}

.slider-caption {
    position: none;
}

.slider-caption {
    display: table;
    height: 100%;
    margin-left: 10%;
}

.slider-content-div {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.slider-content {
    padding: 50px;
    background-color: rgba(250, 250, 250, 0.9);
    text-align: center;
}

.slider-content h2,
.slider-content h1,
.slider-content h3,
.slider-content h4,
.sldr-head-2 h1,
.slider-content h6 {
    margin: 10px 0;
    text-transform: uppercase;
}

.slider-content h2 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #333;
    margin-bottom: 30px;
}

.slider-content h1 {
    font-size: 50px;
    font-weight: bold;
    color: #cc0033;
    font-family: 'Playfair Display', sans-serif;
    line-height: 1;
}

.slider-content h3 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #333333;
}

.slider-content h4 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #333333;
}

.slider-content h6 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #555;
}

.sldr-head-2 h1 {
    font-size: 30px;
    font-weight: bold;
    color: #cc0033;
    font-family: 'Playfair Display', sans-serif;
    line-height: 1;
}

.sldr-head-2 h3 {
    font-size: 25px;
    font-weight: bold;
    color: #333;
    font-family: 'Playfair Display', sans-serif;
    line-height: 1;
}

#welcome-section {}

.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}



.our-services {
    margin: 10px 0;
}

.wlcm-read-more-btn {
    padding: 15px 60px;
    background: #f90;
    color: #fff;
    clear: both;
    margin: 20px 0;
    border-radius: 50px;
}

.wlcm-read-more-btn:hover,
.read-more-btn:hover {
    background: #cc0033;
    color: #fff;
}



/*---------------- Footer Start ---------------------*/

#footer-top {
    padding: 20px 50px;
    background: #333;

}

.footer-top h4,
.footer-top h5 {
    color: #fff;
    font-weight: 300;
    position: relative;
    padding-bottom: 10px;
    margin-top: 0;
    clear: both;
}

.footer-top h4:after {
    width: 150px;
    height: 1px;
    background: #FBB613;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

.footer-top p {
    color: #c5c5c5;
    font-weight: 300;
}

.footer-top ul li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #7b7b7b;
}

.footer-top ul li:last-child {
    border-bottom: 0;
}

.footer-top ul li a {
    color: #c5c5c5;
    padding-left: 15px;
    position: relative;
}

.footer-top ul li a:before {
    width: 20px;
    height: 20px;
    content: "\00BB";
    position: absolute;
    left: 0;
    top: -3px;
}

.ftr-contact-row {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #7b7b7b;
}

.ftr-contact-row:last-child {
    border-bottom: 0;
}

.ftr-contact-row > .ftr-cntct-icon {
    display: inline-block;
    padding: 5px;
    vertical-align: text-top;
    margin-right: 10px;
}

.ftr-contact-row > .ftr-cntct-icon i {
    color: #fff;
    font-size: 23px;
}

.ftr-contact-row > .ftr-cntct-content {
    display: inline-block;
    vertical-align: text-top;
}

.ftr-contact-row > .ftr-cntct-content h5,
.ftr-contact-row > .ftr-cntct-content p {
    margin-bottom: 5px;
}

.ftr-contact-row > .ftr-cntct-content p {
    font-size: 14px;
}

.footer-top h5 {
    padding-bottom: 0;
}

.footer-bottom {
    color: #c5c5c5;
    background: #000;
    padding: 10px 0;
}

.footer-bottom a {
    color: #c5c5c5;
}

.footer-social-icons {
    margin-top: 15px;
}

.footer-social-icons li {
    border-bottom: 0 !important;
}

.footer-social-icons > li {
    list-style: none !important;
    background-image: none !important;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    padding: 0 !important;
}

.footer-social-icons li a {
    background: #222;
    width: 30px;
    height: 30px;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    padding-left: 0 !important;
    border-radius: 50%;
    -webkit-border-radius: 50;
    -moz-border-radius: 50;
}

.footer-social-icons li a:hover {
    color: #fff;
}

.footer-social-icons li a:before {
    display: none;
}

#local-service-area {
   padding-top: 20px;
    padding-bottom: 30px;
    
}

#city-section {
   padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FBB613;
    
}





.enq-form .enq-btn {
    display: block;
    font-size: 16px;
    color: #fff;
    background: #EF1504;
    border: 0;
    outline: 0;
    text-transform: uppercase;
}

.enq-form .enq-btn:hover {
    background: #000;
}

.enq-form .row div {
    padding-left: 3px;
    padding-right: 3px;
}

.enq-form .row:last-child .form-group {
    margin-bottom: 0;
}

.enq-form .form-control {
    border-radius: 5px;
    /* border:1px solid #f3655e; */
    border: 1px solid #EF1504;
}

#service-section {
    background-color: #FBB613;
}

.service-row {
    padding-left: 15px;
    padding-right: 15px;
}

.service-row > .col-md-6.col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

.service-div {
    height: 250px;

    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;

}

.service-div:last-child {
    margin-right: 10px;
}

.service-div.service-cont {
    background: #fff;
    padding: 20px;

}

.service-div.service-cont h4 {
    font-weight: bold;
    margin: 0 0 10px;
}

.service-div.service-cont p {
    height: 120px;
    overflow: hidden;
    position: relative;
}

.service-div.service-cont p:after {
    width: 50px;
    background: #fff;
    content: "...";
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-div.service-img {
    overflow: hidden;
    background: #000;
}

.service-div.service-img img {
    width: auto;
    height: 100%;
    opacity: 0.8;
    transform: scale(1);
}

.service-div:hover img {
    transform: scale(1.2);
    opacity: 1;
}

.left-cnt-div {
    width: 567px;
    float: right;
    padding-right: 40px;
}

.right-cnt-div {
    width: 567px;
    float: left;
    padding-left: 40px;
}

#our-usps h2 {
    /*color:#fff;*/
}

.usps .item {
    position: relative;
    padding: 0 !important;
}

.usps .item .overlay {
    opacity: 0.3;
}

.usps .item:hover .overlay {
    opacity: 0.0;
}

.usps .item figure {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.usps .item figure img {
    height: 100%;
}

.usps .item .caption {
    width: 130px;
    height: 130px;
    /* background:#da251c; */
    background: #9c5400;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    margin-left: -15%;
    margin-top: -15%;
    border-radius: 50%;
    box-shadow: 0 10px 10px #333;
}

.usps .item .caption span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;

}

.wrap {
    max-width: 1400px;
    margin: 0px auto;
    height: 600px;
}


.get-a-quote h2 {
    margin: 0;
}

.get-a-quote p {
    font-size: 14px;
}


/* ------- Inner page design -------*/
.heading-page {
    padding: 40px 0;
    background: url(../images/bg/breadcrumb-bg.jpg) center no-repeat;
    background-size: cover;
}

.heading-page .breadcrumbs {
    display: inline-block;
    margin: 0 auto;
}

.heading-page .breadcrumbs li {
    display: inline-block;
}

.heading-page .breadcrumbs li a {
    font-size: 15px;
    color: #fff;
    padding: 0 10px 0 0;
}

.heading-page .breadcrumbs li:last-child a {
    color: #fbb70b;
    text-transform: capitalize;
}

.heading-page .breadcrumbs li a:after {
    display: inline-block;
    width: 5px;
    height: 20px;
    content: "/";
    position: relative;
    top: 0;
    left: 0;
    margin-left: 10px;
}

.heading-page .breadcrumbs li:last-child a:after {
    display: none;
}

.heading-page .title {
    font-size: 20px;
    color: #fff;
}

.left-column {
    /*background:#ececec;*/
    border-right: 1px solid #efbfbf;
}



.left-column h3,
.right-column2 h3 {
    /*background:#fbb70b;*/
    background: #ececec;
    padding: 5px 20px;
}

ul.left-links {
    padding: 10px;
}

ul.left-links li a {
    display: block;
    font-size: 16px;
    color: #000;
    padding: 8px 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

ul.left-links li a:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "\00BB";
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 5px;
}


.webest {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.webest-div {
    width: 48%;
    float: left;
    margin-right: 10px;
}

.webest-div > .webest-icon {
    float: left;
}

.webest-div > .webest-icon > .icon {
    display: block;
    width: 70px;
    height: 70px;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 0 auto;
    text-align: center;
}

.webest-div > .webest-icon > .icon img {
    max-width: 100%;
    max-height: 100%;
}

.webest-div .webest-cnt {
    padding-left: 80px;
}

.webest-div .webest-cnt h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.webest-div .webest-cnt p {
    font-size: 14px;
    color: #efefef;
}


/*-------- Contact page start ---------*/
.contact-form label {
    font-size: 16px;
    font-weight: 300;
    color: #666;
}

.contact-form .form-group {
    margin-bottom: 10px;
}

.contact-form .form-control {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    border-radius: 2px;
    padding: 0px 15px 0px 15px;
    height: 45px;
    border: 1px solid #c7c7c7;
}

.form-control option {
    line-height: 2;
    background: #da251c;
    color: #fff;
}

textarea.form-control {
    height: auto !important;
}

.contact-form .btn-submit {
    display: inline-block;
    font-size: 16px;
    background: red;
    padding: 10px 80px;
    border: 0;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
}

.cnt-info-row {
    margin-bottom: 10px;
}

.cnt-info-row .cnt-info-icon {
    float: left;
    width: 20px;
    margin-top: 4px;
    margin-left: 10px;
}

.cnt-info-row .cnt-info-icon i {
    font-size: 20px;
}

.cnt-info-row .cnt-info-detail {
    margin-left: 40px;
    color: #666;
}

.cnt-info-row .cnt-info-detail h4 {
    font-size: 18px;
    color: #000;
    margin: 0 0 0px;
}

.cnt-info-row .cnt-info-detail p {
    font-size: 15px;
}

.serv-img {
    width: 400px;
    float: right;
    margin: 0 0 15px 15px;
}

.serv-img2 {
    display: inline-block;
    width: 400px;
    margin: 0 auto;
}

.serv-img3 {
    width: 220px;
    float: left;
    margin: 15px 15px 0 0;
}

.list {
    list-style-type: disc;
    margin-left: 15px;
}

.list li {
    font-size: 16px;
    margin-bottom: 10px;
}

.our-service-div {
    padding: 20px 15px;
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 25px;
    box-shadow: 0 5px 5px #c7c7c7;
}

.our-service-icon-div {
    text-align: center;
}

.our-service-icon {
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    border: 1px solid #f39893;
    border-radius: 50%;
    margin: 0 auto;
}

.our-service-cont {
    float: left;
}

.our-service-cont p {
    height: 100px;
    overflow: hidden;
    position: relative;
}

.our-service-cont p:after {
    width: 100px;
    height: 30px;
    background: #fff;
    content: "...";
    text-align: left;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 5px;
}

.our-service-icon img {
    width: 63%;
    margin-top: 17px;
}

.our-service-cont h4 {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.our-service-cont .btnMain {
    font-size: 14px;
    padding: 5px 20px;
}

.ups-row {
    background: #efefef;
    padding: 10px 20px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 15px;
}

.page-scroller {
    /* background:#da251c; */
    background: #633603;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    padding: 10px 15px;
    z-index: 9999;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.page-scroller-div i {
    font-size: 20px;
    color: #fff;
}

.box-row {}

.box-row .box {
    background: #fff;
    padding: 20px;
    border: 1px solid #c3c3c3;
    margin-bottom: 20px;
}

.box-row .box .box-cnt .box-img {
    width: 90px;
    float: left;
    margin: 0 15px 10px 0;
}

.city-list li {
    display:flex;
    
   
   
}

.city-list li a {
    font-size: 16px;
     width: 100%;
    color: #333;
    background: #ececec;
    border: 1px solid #999;
    margin: 0 10px 10px 0;
    padding: 2px 10px;
    text-transform: capitalize;
    text-align: center;
}

.city-list li a:hover {
    color: #fff;
    background: #da251c;
    border: 1px solid #da251c;
}

.gat-quote {
    display: inline-block;
    margin-top: 10px;
}

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    /*z-index:999;*/
    width: 100%;
}

.main-header .header-top {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    padding: 5px 0px;
    background: #262425;

}

.main-header .header-top .top-left {
    position: relative;
    float: left;
    text-align: center;
}

.main-header .header-top ul li {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}



.main-header .header-top ul li a {
    position: relative;
    display: block;
    line-height: 20px;
    color: #FFF;
    font-size: 14px;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.main-header .header-top ul li .fa {
    position: relative;
    top: 1px;
    font-size: 14px;
    padding-right: 5px;
}

.main-header .header-top ul li a:hover {
    color: #FBB613;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
    text-align: center;
}

.main-header .header-lower {
    position: relative;
    padding: 0px 0px;
    background: #00c853;
    width: 100%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .header-lower {
    /*position:fixed;*/
    padding: 0px !important;
}

.main-header .header-lower .outer-box {
    position: relative;
    padding: 0px 100px 0px 0px;
}

.main-header .header-lower .search-box-btn {
    position: absolute;
    right: 80px;
    top: 35px;
    width: 40px;
    padding-left: 10px;
}

.main-header .header-lower .search-box-btn .search-btn {
    position: relative;
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.main-header .header-lower .search-box-btn .search-btn:hover {
    color: #f1f1f1;
}


.gstin {
    width: 200px;
    box-sizing: border-box;
    margin-left: 10px;
    letter-spacing: 1.5px;
    font-weight: 800;
    background-color: white;
    border-radius: 20px;
    padding: 0px 8px;

}

.orbg2 {
    background: #ffffff;
    border-top: #ffffff solid 2px:;
}

.call {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
}

.call img {

    display: inline-block;
}

.logo {
    margin-top: 10px;
    margin-bottom: 5px;
}

.award {
    margin-top: 10px;
    margin-bottom: 10px;
}



.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-default {
    background-color: #EF1504;
    border-bottom: #ad0303 solid 1px;
    border-top: #d4d4d4 solid 1px;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-shadow: inset 0px -10px 10px -6px #ad0303;
    -moz-box-shadow: inset 0px -10px 10px -6px #ad0303;
    box-shadow: inset 0px -10px 10px -6px #ad0303;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    border-right: #a50303 solid 1px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #FBB613;
    color: #000000;
    -webkit-box-shadow: inset 0px -10px 10px -6px #FBB613;
    -moz-box-shadow: inset 0px -10px 10px -6px #FBB613;
    box-shadow: inset 0px -10px 10px -6px #FBB613;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #3a3a3c;

}

.navbar-default .navbar-text {
    color: #000;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 10px;
    float: left;
    margin-left: 15px;
}



.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}


.how_it_work .work_header {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.how_it_work .work_header span {
    color: #333;
    font-size: 112%;
    line-height: 30px;
    font-weight: 500;
}

.how_it_work .work_header h2 {
    margin-top: 30px;
    line-height: 20px;
    font-weight: 500;
    color: #e95106;
}

.how_it_work .work_item {


    padding: 10px;
    border-radius: 5px;
    margin: 0;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 38%);
}

.how_it_work .work_item .work_item_icon {
    height: 60px;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-image: url(../images/our-process.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.how_it_work .work_item .work_item_icon_2 {
    height: 60px;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-image: url(../images/our-process.png);
    background-repeat: no-repeat;
    background-position: -60px 0px;
}

.how_it_work .work_item .work_item_icon_3 {
    height: 60px;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-image: url(../images/our-process.png);
    background-repeat: no-repeat;
    background-position: -120px 0px;
}

.how_it_work .work_item .work_item_icon_4 {
    height: 60px;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-image: url(../images/our-process.png);
    background-repeat: no-repeat;
    background-position: -180px 0px;

}

.how_it_work .work_item .work_item_contant p {
    margin-top: 10px;
    line-height: 20px;

    font-size: 90%;
}

.how_it_work .work_item .work_item_contant h3 {
    font-size: 20px;
    font-weight: 500;
}

.service-title {
    color: #EF1504;
    font-weight: 700;
}

.p-30 {
    padding-top: 30px;
    padding-bottom: 40px;

}

.work-process {
    padding-top: 0px;
    padding-bottom: 40px;
}

.icon-container {
    border-radius: 5px;
    width: 100%;
    background: #ffffff;
    padding: 0px 0px 2px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 38%);
}

.icon-container img {
    overflow: hidden;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;

}

.d-images {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.d-images img {
    display: block;
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.d-images img {
    width: 100%;
    height: auto;
}

.d-images:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.quotes {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.quotes .btn-danger {
    padding: 2px 10px;
    color: #fff;
    background: #EF1504;
    text-transform: capitalize;
    border-radius: 5px;

}

.pop-up {

    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 38%);

}


.close-icon {
    background-color: #dddddd;
    float: right;
    border: 2px solid #ffffff;
    border-radius: 5px;
    color: black;

    font-weight: 800;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 15px;

}

.close-icon:hover {
    background-color: #EF1504;

    border: 2px solid #ffffff;

    color: #ffffff;


}



.booking-details-form {
    position: relative;
    z-index: 1;
    text-align: center;
    display: inline-block;
    width: 100%;
    background-color: #FBB613;
    padding-right: 0px;
    padding-bottom: 22px;
    padding-left: 0px;
}

.booking-details-form h3 {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    color: WHITE;
    text-align: center;
    background-color: #e62129;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-top: 15px;
    padding-right: 10;
    padding-bottom: 10px;


}

.booking-details-form .form-control {
    position: relative;
    z-index: 1;
    height: 30px;
    font-size: 15px;
    box-shadow: none;

    border: none;

}


.booking-details-form .btn {
    background-color: #e62129;
    color: white;
    border-radius: 0;

    font-size: 16px;
    font-weight: 800;
    width: 100%;
}

.booking-details-form .btn:hover {
    background-color: #ffffff;
    color: #e62129;
    border: 1px solid #e62129;

    font-size: 16px;
    font-weight: 800;
    width: 100%;
}





.quotes .btn-danger:hover {
    color: #000;
    background: #FBB613;


}




.info-service h4 {
    text-align: center;
    font-weight: 800;
    color: #ee0b00;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.info-service p {
    text-align: center;
     margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    text-transform:none;
}

.icon-container h4 {
    margin-top: 10px;
}


/*Start Why Choose Us Section*/
#why-choose-us {
    background: #242424;
    z-index: 1;
    position: relative;
    width: 100%;
    float: left;
   padding-bottom: 20px;
    margin-bottom: 30px;
    
}

#why-choose-us .section-title h1 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #FFF;
    text-align: left;
}

#why-choose-us .container {
    position: relative;
    z-index: 9999;
}

#why-choose-us:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background: url(../images/why-bg.png);
    background-size: cover;
    background-position: center left;
    top: 0;
    left: 0;
    z-index: 2;
}

#why-choose-us:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background: #EF1504;
    top: 0;
    right: 0;
    z-index: -1;
}

#why-choose-us .why-choose-list {
    padding: 50px 0 0 20px;
}

#why-choose-us .why-choose-list ul {
    margin: 0;
    padding: 0;
}

#why-choose-us .why-choose-list li {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 30px;
}

#why-choose-us .why-choose-list li .icon-check {


    margin-right: 14px;
    font-size: 20px;
    color: #FFF;
    float: left;
}

#why-choose-us .why-choose-list li .advantage-text p {
    display: table;
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

/*End why-choose-us Section*/





.accordion-list {

    margin: 0px auto;
    text-align: left;
    border: 1px solid #bcc3c7;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 38%);

}

.accordion-list .card-header h5 {
    margin: 0px;
}

.accordion-list .card-header a.collapsed {
    background: #f3f6f9 url(../images/plus.png) no-repeat center right 12px;
    font-weight: normal;
}

.accordion-list .card-header a {
    display: block;
    cursor: pointer;
    font-size: 18px;
    padding: 9px;
    margin: 0;
    text-transform: none;


    background: #dfe7ef url(../images/minus.png) no-repeat center right 12px;

    color: #222;
    border-top: 1px solid #bcc3c7;
    padding-left: 15px;
    line-height: 28px;
    font-weight: bold;
}

.accordion-list .card-body {
    padding: 15px 20px;
    background: #ffffff;
}

.marquee {
    height: 28px;
    overflow: hidden;
    position: relative;
    background: #FBB613;
    color: #000;

}

.marquee p {
    width: 100%;
    height: 100%;
    margin-top: 5px;
    line-height: 28px;
    text-align: center;

}

.marq {
    background-color: #FBB613;
}




.client-feedback {
    background: url(../images/eqbg.jpg) repeat-x top;
    border-color: #dbdbdb;
    border-radius: 5px;
    padding: 16px;
    margin: 5px 0;
    width: 100%;
}

.client-feedback::after {
    content: "";
    clear: both;
    display: table;
}

.client-feedback img {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
}

.client-feedback span {
    font-size: 20px;
    margin-right: 15px;
}

.client-feedback p {
    font-size: 14px;
}

@media (max-width: 500px) {
    .client-feedback {
        text-align: center;
    }

    .client-feedback img {
        margin: auto;
        float: none;
        display: block;
    }
}

.grbg2 {
    background-color: #EF1504;
    padding-top: 20px;
    padding-bottom: 20px;
}


.bbgoo {
    background-color: #FBB613;
    position: relative;
    padding-top: 0px;
}

.container-fluid.gallery-container {
    background-color: #FBB613;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 30px;
}





.tz-gallery .row > div {
    padding: 5px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(241, 20, 4, 0.41);
    content: '';
    transition: 0.3s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.fix-icon {
    display: inline-block;
    position: fixed;
    bottom: 90px;
    left: 10px;
    z-index: 999999;
}

#fix-icon {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: example;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.fix-icon-item img {
    width: 55px !important;
    height: 55px !important;
    background:
        #ef1806;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}

.fix-icon-whataap {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 999999;
    transition: all0.5s ease-in-out;
    width: 55px !important;
    height: 55px !important;
}

.fix-icon-whataap-item img {
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden;
    width: 55px !important;
    height: 55px !important;
    background:
        #25d366 !important;
}
.mt {
    padding-top: 30px;
}
.c-mail{ color: #666;}
.clrr{
    color:#ef1806; 
}

.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial-box{
    width:500px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
}
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 10px;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    font-size: 14px;
    color: #4b4b4b;
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}
 
@media(max-width:1060px){
    .testimonial-box{
        width:100%;
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box{
        width:100%;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}
::selection{
    color: #ffffff;
    background-color: #252525;
}
.faq-sec-title  {

    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}



.header-social-icons {
    margin-top: 0px;
}

.header-social-icons li {
    border-bottom: 0 !important;
}

.header-social-icons > li {
    list-style: none !important;
    background-image: none !important;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    padding: 0 !important;
}

.header-social-icons li a {
    background: #ffffff;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 18px;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    padding-left: 0 !important;
    border-radius: 50%;
    -webkit-border-radius: 50;
    -moz-border-radius: 50;
}

.header-social-icons li a:hover {
    color: #000;
    background: #FBB613;
}

.header-social-icons li a:before {
    display: none;
}