@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&display=swap');
@import "responsive.css";
@import "fontawesome-all.css";
@import "simple-line-icons.css";
*:hover, *:hover * {transition: all 0.3s;}
body {font-family: 'Poppins', sans-serif;}
p {font-size:15px;
    line-height:25px;
	color:#6c6c6c;
    font-weight: 500;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform: capitalize;color:#222222;font-family: 'Poppins', sans-serif;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm10 {margin-bottom:10px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
::-webkit-scrollbar{
	width:8px;
	background-color:#cccccc;
	border-left: 1px solid #aeaeae;
}
::-webkit-scrollbar-thumb{
	background-color:#d91007;
	border-radius:0px;
}
::-webkit-scrollbar-thumb:hover{background-color:#d91007;}
::-webkit-scrollbar-thumb:active{
	background-color:#d91007;
} 
/*scroll top*/
#scroll {position: fixed;
    right: 10px;
    bottom:55px;
    cursor: pointer;
    width:40px;
    height:40px;
    display: none;
    z-index: 99;
    font-size: 18px;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    display: block;
    background-color:#d91007;
    padding-top: 4px;
	border-radius:50%;
}
#scroll i {display:block;font-size:16px;line-height: 30px;}
#scroll:hover {opacity:1;}
/*======header=====*/
.top-header {padding:13px 0px 8px 0px;
    color: #fff;
    background-color:#1a1e32;
}
.top-header ul {
    padding: 0px;
    margin-bottom: 0px;
}
.call-tp-list li {
    font-size: 14px;
    padding-right: 0px;
	color:#fff;
    font-weight: 500;
}
.call-tp-list li i {
    padding-right:7px;
    padding-left: 3px;
    font-size:14px;
    color:#d91007;
}
.call-tp-list li:after {
    position: relative;
    top: 0;
    content: '|';
    line-height: 22px;
    margin-left: 10px;
    font-size: 14px;
	color:rgba(255, 255, 255, 0.1);
}
.call-tp-list li:last-child:after { content:inherit; display:none;}
.vertical-align {
display: flex;
align-content: center;
align-items: center;
justify-content: center;
}
.blink span{animation: blink 1s linear infinite;}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.tp-social {
    margin-bottom: 0px;
    text-align: right;
}
.tp-social li {padding: 0px; padding-right: 2px;}
.tp-social li i.fb {background-color: #3B5998;}
.tp-social li i.tw {background-color: #33CCFF;}
.tp-social li i.ins {background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.tp-social li i {
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
        border-radius: 100%;
    font-size: 12px;
}
/*navbar*/
.navbar {border-radius: 0px;
    position:relative;
    min-height:88px;
    margin-bottom: 0px;
    border: 0px;
}
.navbar-default {
    background:#fff;
    border-color: transparent;
}
.navbar-brand > img {
    display: block;
    width: 140px;
}
.navbar-brand {height:88px;}
.navbar-default .navbar-nav > li > a {
    color:#777;
    text-transform: capitalize;
    font-size: 16px;
	font-weight:500;
    font-family: 'Poppins', sans-serif;
}
.navbar-default .navbar-nav > li > a:before {
    display: block;
    content: '';
    position: absolute !important;
    left: 50%;
    bottom:20px;
    margin: 0 auto -2px;
    height: 3px;
    width: 0%;
    opacity: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background-color:#d91007;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#d91007;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#d91007;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #d91007;
}
/*.dropdown-menu*/
.dropdown-menu {margin: 0px;
    background-color: #fff;
    padding: 0px 20px;
    border-bottom: 2px solid #d91007 !important;
    min-width: 250px;
    border: 0px;
    
}
.dropdown-menu > li > a {
    padding:17px 0;
    color:#777;
    text-transform: capitalize;
    font-size: 16px;
	font-weight:500;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.dropdown-menu > li > a:before {
    position: absolute;
    top: 2px;
    left:0;
    bottom: 0;
    right: auto;
    width: 7px;
    height: 7px;
    background:#d91007;
    border-radius: 50%;
    content: "";
    margin: 23px 0;
    opacity: 1;
    transform: scale(0);
    transition: all 500ms ease;
}
.dropdown-menu > li:hover a:before {
    transform: scale(1);
    left:0;
}
.dropdown-menu > li:hover > a {
    padding-left:15px;
}
.dropdown-menu > li:last-child > a {border-bottom: 0px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#d91007;
    background-color:transparent;
}
/*btm-banner-strip start*/
.btm-banner-strip {padding: 10px 0px;
    border-bottom: 1px solid #ececec;
	background-color: #fff;
}
.btm-banner-strip .media img {
    display: inline-block;
    vertical-align: middle;
}
.btm-banner-strip .media h5 {display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 21px;
}
.strip-list li {width: 33.3%; float: left;}

/*wel-section start*/
.wel-section {padding:70px 0px;
    background-color: #fff;
    overflow: hidden;
}
.heading-style h2 {margin-top: 0px;
    font-size: 36px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 18px;
    letter-spacing: 0.4px;
    font-weight: 700;
}
.heading-style h2 span {font-weight: 700; color: #d91007;}
.heading-style h2:before {
	    position: absolute;
    content: '';
    background:#d91007;
    width: 3%;
    height: 3px;
    display: block;
    overflow: hidden;
    left: 0px;
    bottom: 0px;
}
.heading-style h4 {margin: 0;
    color: #d91007;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Covered By Your Grace', cursive;
}
.heading-white h2, .heading-white h4 {color:#fff;}
.heading-white h2:before {background:#fff;}
.heading-center {text-align: center;}
.heading-center h2:before { margin: 0px auto;right: 0px;}
.about-box img {position: relative;}
#mousehove {perspective:100px;}

.about-box:hover .video-icon {background-color: #fff; color: #000;}
.btn2 {background:linear-gradient(90deg, rgb(217 16 7 / 80%) 0%, #a70e07 100%);
    color: #fff;
    font-size: 13px;
    padding:12px 24px;
    border-radius:30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.btn2:hover, .btn2:focus, .btn2:active, .btn:active:focus {color: #fff; background:linear-gradient(90deg, rgb(217 16 7 / 80%) 40%, #a70e07 100%);
-webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
}
/*whychooseus-section start*/
.whychooseus-section {background: url(../img/bg4.jpg) no-repeat fixed center center/cover;
    padding: 133px 0 142px;
    position: relative;
    overflow: hidden;
}
.whychooseus-section:before {
    background: rgba(0, 0, 0, .80);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}
.whychooseus-section p {color: #fff;
    line-height: 28px;
    opacity: 0.8;
    font-weight: 400;
}
.funfactWrap {position: relative;padding: 0 15px;}
.funfactWrap::before {
    bottom: 0;
    content: "facts";
    height: 84px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 84px;
    z-index: 1;
    padding: 30px 9px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.funfactWrap::after {
    background: #d91007 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 84px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 84px;
    transform: rotate(45deg);
}
.boLeftY {border-left: 1px solid #d91007;}
.boBotY {border-bottom: 1px solid #d91007;}
.boRigY {border-right: 1px solid #d91007;}
.boTopY {border-top: 1px solid #d91007;}
.noPadding {padding: 0px !important;}
.SingleFun {padding:20px 28px;}
.SingleFun h2 {
    font-size: 60px;
    color: #f5f8ff;
    font-weight: 600;
    margin:0;
}
.SingleFun p {
    text-transform: uppercase;
    font-size: 14px;
    color: #f5f8ff;margin: 0;
}
/*gallery-wrap start*/
.gallery-wrap {padding:100px 0px; background-color: #fff;
	background-image: url(../img/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
    background-attachment: fixed;
	background-size: cover;
    position: relative;
}
.gallery-wrap:before {position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.50) none repeat scroll 0 0;
}
.gallery-wrap h3 {
   margin: 0px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.gallery-wrap p {
    color: #fff;
    font-size:16px;
}
/*service-section start*/
.service-section, .grey-section {padding:80px 0px; 
    background-color:#f5f5f5;
    position: relative;
    z-index: 1;
}
.service-section:before {position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/pattern-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transition: .5s ease;
}
.single-service-style1 {
    position: relative;
    display: block;
    margin-bottom: 40px;
    transition: all 300ms ease;
    transform: perspective(1200px) rotateX(0deg) translateY(0px);
}
.single-service-style1 .inner {
    position: relative;
    display: block;
    background: #ffffff;
    padding:30px;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 0;
}
.single-service-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}
.single-service-style1 .img-holder::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background:rgb(9 132 0 / 50%);
    content: "";
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(0px);
}
.single-service-style1 .img-holder img {
    width: 100%;
    transition: .5s ease;
}
.single-service-style1 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 33px;
    z-index: 3;
    border-radius: 0 0px 10px 10px;
}
.single-service-style1 .text-holder .button {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.single-service-style1 .text-holder .button a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 10px solid rgba(255, 255, 255, 0.60);
    border-radius: 50%;
    transition: all 500ms ease;
}
.single-service-style1 .text-holder .button a i {
    display: block;
    width: 100%;
    height: 100%;
    background: #d91007;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    border-radius: 50%;
    transition: all 500ms ease;
}
.single-service-style1 .text-holder h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0 0;
    min-height: 49px;
}
.single-service-style1:hover .text-holder h4 a {
    color: #098400;
}
.single-service-style1 .text-holder h4 a {
    color: #1a1e32;
    transition: all 500ms ease;
    transition-delay: .4s;
}
.single-service-style1:hover .img-holder::before {
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition-delay: 0.1s;
}
.single-service-style1 .text-holder .button a:hover i {
    transform: rotate(360deg);
}
.single-service-style1:hover .text-holder .button a i {
    background: #098400;
    transition: all 500ms ease;
    transition-delay: .2s;
}

.service_box {
    margin-bottom:25px;
     position: relative;
}
.serv_box_img {
    position: relative;
    overflow: hidden;
}
.serv_box_img img {
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.serv_box_cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 30px;
    color: #fff;
}
.serv_box_cont h3 {
  margin-top: -5px;
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
    font-weight: 700;
}
.serv_box_cont p {
    text-transform: uppercase;
    color:#fff;
}
.serv_box_cont i {
  font-size:16px;
  font-weight: bold;
  position: relative;
  color: #fff;
  margin-left: -40px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  top: 5px;
}
.serv-learn {
    color: #d91007;
    cursor: pointer;
    opacity: 0;
    margin-right: 5px;
}
.serv_box_cont:hover .serv-learn {
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.serv_box_cont:hover i {
  margin-left: 0px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.service_box:hover .serv_box_img img {
  transform: scale(1.1) rotate(3deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
/*calltoact_section start*/
.calltoact_section {
    text-align: center;
    padding: 102px 0px 120px;
    background: #fff url(../img/bg2.jpg) no-repeat center center;
    background-size: cover;
}
.calltoact_section i {
    color: #d91007;
    font-size: 55px;
}
.calltoact_section h3 {
    line-height: 60px;
    color: #fff;
    font-size: 50px;
    margin-bottom: 35px;
    margin-top: 10px;
    font-weight: 700;
}
.more-link {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #d91007;
    border-radius: 50px;
    font-weight: 700;
    color: #fff;
    padding: 12px 25px;
    letter-spacing: 0.4px;
    font-size: 16px;
}
.more-link::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-image: -webkit-linear-gradient(bottom left, #73a9fb, #5c94f2, #477fe7, #336adc, #d91007);
    background-image: -o-linear-gradient(bottom left, #73a9fb, #5c94f2, #477fe7, #336adc, #d91007);
    background-image: linear-gradient(to top right, #73a9fb, #5c94f2, #477fe7, #336adc, #d91007);
}
.more-link:hover, .more-link:focus, .more-link:active {
    color: #fff;
}
.more-link:hover::before, .more-link:focus::before, .more-link:active::before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
/*testimonial-section start*/
.testimonial-section {padding:80px 0px 80px;
    background: #fff url(../img/testimonial-bg.png) no-repeat center center;
    background-position: 50% 78%;
    position: relative;
}
.testimonial{ margin: 0 10px; }
.testimonial .testimonial-content{
    margin: 20px 0 50px 0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
	width: 20px;
    height: 20px;
    background:#fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    position: absolute;
    bottom: -11px;
    transform: skewY(-45deg);
    left: 0;
    right: 0;
	margin:0px auto;
}
.testimonial .description{
  padding: 25px 35px;
    margin: 0;
    border-radius: 0;
    font-size:13px;
    position: relative;
    background-color:#fff;
    border: 1px solid #f2f2f2;
    box-shadow: 4px 0px 0px #e8e6e6;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: "Font Awesome 5 Free";
    font-size: 38px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    color: #eee;
    background-color:#fff;
}
.testimonial .description:before{
    content: "\f1ac";
    top: -18px;
    left: 25px;
}
.testimonial .description:after{
    content: "\f10e";
    bottom: -18px;
    right: 25px;
}
.testimonial .testimonial-profile{
    display: table;
    padding:10px;
    border:1px solid #eae4e4;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
    background-color:#fff;
}
.testimonial .pic{
    border-radius: 50%;
    border:1px solid #eae4e4;
    float: left;
    overflow: hidden;
}
.testimonial .title{
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 19px;
    font-weight:600;
    color: #000;
    position: relative;
    top: 22px;
}
.testimonial .title:before{
    content: "";
    width: 1px;
    height: 70px;
    background:#eae4e4;
    position: absolute;
    top: -8px;
    left: -15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #888;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: transparent;
    border: 1px solid #dca842;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #dca842;
    border: 1px solid #dca842;
}
@media only screen and (max-width: 479px){
    .testimonial .description{
        padding: 20px;
        font-size: 16px;
    }
    .testimonial .testimonial-profile{ padding: 10px; }
    .testimonial .title{ font-size: 16px; }
    .testimonial .post{ font-size: 13px; }
}
/*client-section start*/
.client-section {padding:80px 0px; background-color: #fff;}
.client-image {margin-bottom: 10px;}
.client-image img {border: 1px solid #e4e2e2;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #d91007 !important;}
.certificate-section {background-color:#f8fafe;
    padding: 60px 0;
}
.certificate-image {border: 4px solid #ddd;
    border-radius: 2px;
    overflow: hidden;
}
/*bottom-footer*/
.top-footer {
    background: #098400 url(../img/pattern-bg2.png);
    padding: 50px 0;
    background-position: center;
        background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.call-action {float: left;}
.btn-tp-ft {width: 100%;}
.call-action h3 {
    color: #fff;
    margin-top: 0;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 10px;
}
.call-action p {
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.top-footer .btn1 {
       display: inline-block;
    float: right;
}
.btn1 {
    background-color: #d91007;
    font-size: 15px;
    padding: 16px 30px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border-radius: 50px;
    color:#fff;
}
.btn1:hover, .btn1:focus, .btn1:active {background-color:#fff;
    color:#333;
}
/*footer start*/
.footer { position: relative;
    background-color:#1a1e32;
}
.main-footer {
    padding:60px 0 40px 0px;
    color:rgba(255, 255, 255, 0.4);
    position: relative;
}
.footer-widget {margin-bottom: 20px;}
.main-footer p {color:#e9dddd;
    font-size: 14px;
}
.ft-title {
    margin-bottom: 25px;
}
.ft-title h2 {font-size:21px;
    font-weight:700;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0;
    color:#fff;
    letter-spacing: 0.4px;
    word-spacing:1px;
	text-transform: uppercase;
}
.ft-add-info li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
	font-size: 15px;
    color:#e9dddd;
}
.ft-add-info li a:hover, .ft-links li a:hover {color:#d91007;}
.ft-links li:hover:before {background-color: #d91007;}
.ft-add-info li .icon {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 15px;
}
.ft-links {
    padding-left:15px;
}
.ft-links li {
    font-size: 14px;
    color:#e9dddd;
    position: relative;
    padding: 0 0 12px 0;
    width: 50%;
    float: left;
    list-style-image: url(../img/ft-list.png);
}
.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}
.social-links-style1 li a i {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
}
.social-links-style1 li a:hover i {
    background: #d91007;
    color: #fff;
}
.social-links-style1 li a i.fb { background-color: #3B5998;}
.social-links-style1 li a i.tw { background-color:#00acee;}
.social-links-style1 li a i.tri { background-color:#00AF87;}
.social-links-style1 li a i.lin { background-color:#0e76a8;}
.bottom-footer {
	padding:25px 0px;
    border-top:1px dashed rgba(233, 221, 221, 0.1);
}
.bottom-footer p {margin-bottom: 0px; text-align: center;
	font-size: 12px;
    color:#e9dddd;
}
.iso-tag {font-weight: 700;
    border: 1px solid #d91007;
    padding: 8px 18px;
    background-color: rgb(217 16 7 / 80%);
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    letter-spacing: 0.5px;
}
.certificate-images li img {width:75px;}
/*=========inner page start======*/
/*inner page start*/
.inner-banner {position: relative;	
	padding:150px 0;
	background-image: url(../img/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.inner-banner:before {position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.60) none repeat scroll 0 0;
}
.office-cleaning-banner {background-image: url(../img/office-cleaning-banner.jpg);}
.deep-cleaning-banner {background-image: url(../img/deep-cleaning-banner.jpg);}
.innerbanner-text {text-align:left;}
.innerbanner-text h1 {margin-top: 0px;
    color: #fff;
    font-weight:700;
    font-size:45px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.breadcrumb {
    padding: 0px;
    margin-bottom:2px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    padding-left: 5px;
}
.breadcrumb > li {color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    font-size:22px;
    font-weight:400;
    opacity: 0.7;
    font-family:'Covered By Your Grace', cursive;
}
.breadcrumb > .active {opacity: 1;color:#d91007;}
.breadcrumb > li + li:before {color:#fff;
        content: "/";
    padding: 0 10px;
    font-size:17px;
}
.innerpage-section {
    padding: 60px 0;
}
.about-section {
    overflow: hidden;
    padding-top:60px;
    background-image: url(../img/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.s-about-shape {position: absolute;}
.as-position-one {
    top: 25%;
    left:5%;
    animation-duration: 50s;
}
.as-position-two {
    right: 115px;
    top: 90px;
    animation-duration: 60s;
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.vision-wrap {border: 1px dashed #ddd;
    padding: 20px;
    margin-top: 30px;
}
.vision-wrap h3 {margin-top: 0;color:#d91007;font-weight: 600;}
/*gallery*/
.single-gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}
.single-gallery-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.single-gallery-item .img-holder img{
    transition: all 0.5s ease-in-out 0.6s;    
    width: 100%;    
}
.single-gallery-item:hover .img-holder img {
    transform: scale(1.2, 1.2);
}
.single-gallery-item .overlay-style-one{
    transition: all 1000ms ease 300ms;	
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    transition: all 500ms ease;
    transition-delay: 0.3s;
    opacity: 0;
    z-index: 2;
}
.single-gallery-item:hover .overlay-style-one{
    transition: all 1000ms ease 300ms;	
    opacity: 1;
}
.single-gallery-item .img-holder .overlay-style-one .title-holder {
    position: absolute;
    top: 33px;
    left: 40px;
    text-align: left;
    transform: translateY(-25px);
    transition: all 1000ms ease 700ms;	
    opacity: 0;
}
.single-gallery-item:hover .img-holder .overlay-style-one .title-holder{
    opacity: 1;
    transition: all 1000ms ease 700ms;	
    transform: translateX(0) translateY(0%) scale(1);
}
.single-gallery-item .img-holder .overlay-style-one .title-holder h3{
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    transition: all 500ms ease;
}
.single-gallery-item .img-holder .overlay-style-one .icon-holder{
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.single-gallery-item .img-holder .overlay-style-one .icon-holder a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    border: 10px solid rgba(255, 255, 255, 0.10);
    transform: translateX(0%) translateY(-50%) scale(0.5);
    transition: all 1000ms ease 700ms;	
    opacity: 0;
}
.single-gallery-item:hover .img-holder .overlay-style-one .icon-holder a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
    transition: all 1000ms ease 700ms;	
}

.single-gallery-item .img-holder .overlay-style-one .icon-holder a span:before {
    position: relative;
    display: block;
    background:#d91007;
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 700;
    transition: all 500ms ease;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.single-gallery-item .img-holder .overlay-style-one .icon-holder a:hover span:before{
    color: #f8f8f8;
}
/*contact page*/
.contact-box {text-align: center;
    padding: 0px 20px;
	min-height: 170px;
}

.contact-box i {font-size: 36px;
    color:#d91007;
    display: block;
    margin-bottom: 12px;
}
.contact-box span {    color: #9ea0a6;
    margin: 10px 0px;
    display: block;
}
.contact-box p {margin-bottom: 0px; color: #252424dd;}
.contact-box p a:hover {color:#d91007;}
.contact-form .form-control {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    box-shadow: none;
    height: 55px;
}
textarea.form-control {
    height: auto !important;
}
.form-control:focus {
    border-color:#d91007 !important;
    box-shadow: none;
}
.md-btn {
    margin-top: 3px;
    background-color: #d91007;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #fff;
    text-transform: uppercase;
    word-spacing: 1px;
    padding: 10px 20px;
}
.md-btn:hover, .md-btn:focus, .md-btn:active {background-color: #3a3a3c;}
.mail-detail {border: 1px dashed #ddd;
    padding: 20px;
    display: inline-block;
    background-color: #ededed;
    margin-top: 20px;
}
.mail-detail p {color: #333;font-weight: 600;}
.mail-detail p a {color:#d91007;}
/*service-detail page*/
.service-category {
    border: 6px solid #eeeeee;
    margin-bottom: 30px;
}
.service-category h3 {margin: 0;
    background-color: #d91007;
    color: #fff;
    padding: 20px 15px;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    border-bottom:6px solid #eeeeee;
}
.service-category ul {margin-bottom: 0px;}
.service-category ul li {border-bottom:1px solid #eeeeee;padding:15px 15px;}
.service-category ul li:last-child { border-bottom: 0;}
.service-category ul li a {
    position: relative;
    display: block;
    color: #91939d;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 500ms ease;
    transition-delay: .2s;
}
.service-category ul li a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-family:'Font Awesome 5 Free';
    content: "\f105";
    color: #91939d;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin: 7px 0;
    transition: all 500ms ease;
    transition-delay: .1s;
    opacity: 1;
    transform: scale(1.0);
}
.service-category ul li a:hover, .service-category ul li a:active, .service-category ul li a:focus {
    color: #d91007;
    padding-left: 10px;
}
.service-category ul li a:hover:before {color: #d91007;}
.sidebar-box {background-image: url(../img/bg4.jpg);
    position: relative;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 80px 20px;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    border-radius: 9px;
}
.sidebar-box:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(31, 198, 199, 0.80) none repeat scroll 0 0;
    border-radius: 9px;
    z-index: -1;
}
.sidebar-box h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Covered By Your Grace', cursive;
}
.sidebar-box p {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
}
.service_detail_image img {
    border-radius:8px;
    max-width: 100%;
}
.service_details h2 {font-weight: 600;}
.service_details p {font-weight: 400;}
.list1 li {margin-bottom:10px;
    font-size: 16px;
    font-weight: 500;
}
.list1 li i {
    color: #d91007;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding-right: 13px;
}
.service-list li {background-color: #fff;
    position: relative;
    text-align: left;
    border: 1px solid #d4d0d0;
    padding: 12px 8px 12px 27px;
    margin-right: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.service-list li:hover {background-color:#f5f5f5;}
.service-list li:before {position: absolute;
    left:8px;
    top: 28%;
    font-family:'Font Awesome 5 Free';
    content: "\f00c";
    color: #d91007;
    font-size: 13px;
    font-weight: 600;
}
