/********** Template CSS **********/
:root {
--primary: #FF3E41;
--secondary: #51CFED;
--light: #F8F2F0;
--dark: #060315;
}

.fw-medium {
font-weight: 600 !important;
}

.back-to-top {
position: fixed;
display: none;
right: 45px;
bottom: 45px;
z-index: 99;
}


/*** Spinner ***/
#spinner {
opacity: 0;
visibility: hidden;
transition: opacity .5s ease-out, visibility 0s linear .5s;
z-index: 99999;
}

#spinner.show {
transition: opacity .5s ease-out, visibility 0s linear 0s;
visibility: visible;
opacity: 1;
}


/*** Button ***/
.btn {
font-weight: 600;
transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
color: #FFFFFF;
}

.btn-square {
width: 38px;
height: 38px;
}

.btn-sm-square {
width: 32px;
height: 32px;
}

.btn-lg-square {
width: 48px;
height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
padding: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
vertical-align: middle;
margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
position: relative;
margin-right: 20px;
padding: 25px 0;
color: #FFFFFF;
font-size: 19px;
outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
color: #626262;

}



@media (max-width: 991.98px) {
.navbar-light .navbar-nav .nav-link  {
margin-right: 0;
padding: 5px 0;
}
}

.navbar-light .navbar-nav {
border-top: 0px solid #EEEEEE;
}
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
height: 80px;
}

.navbar-light .navbar-nav .nav-link {
color: #6e6e6e;
font-family: 'Roboto Condensed', sans-serif;
}

.navbar-light.sticky-top {
top: -100px;
transition: .5s;
    background-image: linear-gradient(to bottom, #ecebeb21, #f7f7f7);
}

@media (min-width: 992px) {
.navbar-light .navbar-nav .nav-link::before {
position: absolute;
content: "";
width: 0;
height: 5px;
top: -6px;
left: 50%;
background: #FFFFFF;
transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
width: 100%;
left: 0;
}

.navbar-light .navbar-nav .nav-link.nav-contact::before {
display: none;
}

.navbar .nav-item .dropdown-menu {
display: block;
border: none;
margin-top: 0;
top: 150%;
opacity: 0;
visibility: hidden;
transition: .5s;
background-color: #f5f5f5;
}

.navbar .nav-item:hover .dropdown-menu {
top: 100%;
visibility: visible;
transition: .5s;
opacity: 1;
}
}


/*** Header ***/
@media (max-width: 768px) {
.header-carousel .owl-carousel-item {
position: relative;
min-height: 500px;
}

.header-carousel .owl-carousel-item img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}

.header-carousel .owl-carousel-item h5,
.header-carousel .owl-carousel-item p {
font-size: 14px !important;
font-weight: 400 !important;
}

.header-carousel .owl-carousel-item h1 {
font-size: 30px;
font-weight: 600;
}
}

.header-carousel .owl-nav {
position: absolute;
top: 50%;
right: 8%;
transform: translateY(-50%);
display: flex;
flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
margin: 7px 0;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
color: #FFFFFF;
background: transparent;
border: 1px solid #FFFFFF;
border-radius: 45px;
font-size: 22px;
transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
background: var(--primary);
border-color: var(--primary);
}

.page-header {
background: linear-gradient(rgb(188 79 79), rgb(64 17 17 / 51%)), url(../img/slider/slider2.jpg) center center no-repeat;
    background-size: cover;

}

.breadcrumb-item + .breadcrumb-item::before {
color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
.container.about {
max-width: 100% !important;
}

.about-text  {
padding-right: calc(((100% - 960px) / 2) + .75rem);
}
}

@media (min-width: 1200px) {
.about-text  {
padding-right: calc(((100% - 1154px) / 2) + 0.90rem);
}
}

@media (min-width: 1400px) {
.about-text  {
padding-right: calc(((100% - 1320px) / 2) + .75rem);
}
}


/*** Feature ***/
@media (min-width: 992px) {
.container.feature {
max-width: 100% !important;
}

.feature-text  {
padding-left: calc(((100% - 960px) / 2) + .75rem);
}
}

@media (min-width: 1200px) {
.feature-text  {
padding-left: calc(((100% - 1140px) / 2) + .75rem);
}
}

@media (min-width: 1400px) {
.feature-text  {
padding-left: calc(((100% - 1320px) / 2) + .75rem);
}
}


/*** Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
margin-bottom: 20px;
    border-radius: 12px;
    background-image: linear-gradient(to bottom, #ffffff00, #8d8d8d21);
    border: 1px solid #e1e1e1d1;

}

.service-item img,
.team-item img {
transition: .5s;
    border-radius: 7px;
}

.service-item:hover img,
.team-item:hover img {
transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
position: relative;
display: inline-block;
overflow: hidden;
font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
position: relative;
height: 40px;
padding: 0 15px;
display: inline-flex;
align-items: center;
font-size: 16px;
color: #FFFFFF;
background: var(--primary);
border-radius: 0 35px 35px 0;
transition: .5s;
z-index: 2;
}

.team-item div.btn-slide span a i {
padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
background: var(--secondary);
}

.service-item a.btn-slide span,
.price-item a.btn-slide span,
.team-item div.btn-slide span {
padding-left: 0;
left: -100%;
z-index: 1;
}

.service-item:hover a.btn-slide i,
.price-item:hover a.btn-slide i,
.team-item:hover div.btn-slide i {
border-radius: 0;
}

.service-item:hover a.btn-slide span,
.price-item:hover a.btn-slide span,
.team-item:hover div.btn-slide span {
left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span,
.price-item a.btn-slide:hover i,
.price-item a.btn-slide:hover span {
background: var(--secondary);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
position: relative;
transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
box-shadow: 0 0 45px rgb(0 0 0 / 13%);
animation: pulse 1s ease-out .5s;
}

.testimonial-carousel .owl-dots {
display: flex;
align-items: center;
justify-content: center;
}

.testimonial-carousel .owl-dot {
position: relative;
display: inline-block;
margin: 0 5px;
width: 15px;
height: 15px;
background: #ff3e4100;
border: 5px solid #9dbadb;
border-radius: 15px;
transition: .5s;
}

.testimonial-carousel .owl-dot.active {
background: #ffffff;
border-color: #004db5;

}


/*** Contact ***/
@media (min-width: 992px) {
.container.contact-page {
max-width: 100% !important;
}

.contact-page .contact-form  {
padding-left: calc(((100% - 960px) / 2) + .75rem);
}
}

@media (min-width: 1200px) {
.contact-page .contact-form  {
padding-left: calc(((100% - 1140px) / 2) + .75rem);
}
}

@media (min-width: 1400px) {
.contact-page .contact-form  {
padding-left: calc(((100% - 1320px) / 2) + .75rem);
}
}


/*** Footer ***/
.footer {
background: linear-gradient(rgb(7 7 7), rgb(64 17 17 / 81%)), url(../img/slider/slider2.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
margin-right: 5px;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
color: #dbdbdb;
border: 1px solid #dbdbdb;
border-radius: 35px;
transition: .3s;
}

.footer .btn.btn-social:hover {
color: #52515a;
}

.footer .btn.btn-link {
display: block;
margin-bottom: 5px;
padding: 0;
text-align: left;
color: #dbdbdb;
font-size: 14px;
font-weight: normal;
text-transform: capitalize;
transition: .3s;
}

.footer .btn.btn-link::before {
position: relative;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 10px;
}

.footer .btn.btn-link:hover {
letter-spacing: 0px;
box-shadow: none;
}

.footer .copyright {
padding: 25px 0;
font-size: 15px;
border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
color: var(--light);
}


ul {
padding: 0;
list-style: none;
}
ul:after {
content: "";
display: block;
clear: both;
}

#container {
width: 100%;
}

#slider-container {
width: 100%;
position: relative;
overflow: hidden;
}
#slider-container ul li {
float: left;
}
#slider-container ul li img {
width: 100%;
float: left;
    max-height:700px;
}
#slider-container .arrow {
display: block;
position: absolute;
top: 50%;
width: 50px;
height: 50px;
transform: translateY(-50%) scale(1);
cursor: pointer;
}
#slider-container .arrow:before, #slider-container .arrow:after {
content: "";
display: block;
width: 34px;
height: 1px;
position: absolute;
background: white;
border-top: 1px solid grey;
}
@media (max-width: 680px) {
#slider-container .arrow {
transform: translateY(-50%) scale(0.5);
}
}
#slider-container .arrow.a-left {
left: 15px;
}
#slider-container .arrow.a-left:before {
top: 0;
left: 0;
margin-top: 0;
transform: rotate(-45deg);
transform-origin: 100% 0;
}
#slider-container .arrow.a-left:after {
bottom: 0;
left: 0;
margin-bottom: 0;
transform: rotate(45deg);
transform-origin: 100% 0;
}
#slider-container .arrow.a-right {
right: 15px;
}
#slider-container .arrow.a-right:before {
top: 0;
right: 0;
margin-top: 0;
transform: rotate(45deg);
transform-origin: 0 0;
}
#slider-container .arrow.a-right:after {
bottom: 0;
right: 0;
margin-bottom: 0;
transform: rotate(-45deg);
transform-origin: 0 0;
}
#slider-container .bullets-container {
position: absolute;
bottom: 10%;
left: 50%;
transform: translateX(-50%);;
}
#slider-container .bullets-container .bullet {
width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ffffffba;
    cursor: pointer;
    margin: 0 8px;
}   


#slider-container .bullets-container .bullet.active {
background: #e7e7e791;
border: 1px solid #e7e7e791;
}

* {
box-sizing: border-box;
}


.gallery-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background-color: #fff;
width: 83%;
margin: 0 auto;
padding: 0px;
}
.gallery-item {
flex-basis: 32.7%;
margin-bottom: 6px;
cursor: pointer;
}
.gallery-item:hover {
opacity: 1;
}
.gallery-item img {
width: 100%;
    height: 98%;
    padding: 2px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #dbdbdb;

}
.gallery-content {
font-size: .8em;
}

.lightbox {
position: fixed;
display: none;
background-color: rgba(0, 0, 0, 0.8);
width: 100%;
height: 100%;              
overflow: auto;
top: 0;
left: 0;
}
.lightbox-content {
position: relative;
width: 70%;
height: 70%;
margin: 5% auto;
}
.lightbox-content img {
box-shadow: 0 0 3px 0 rgb(225 225 225 / 25%);
width: 100%;
height: 100%;
object-fit: cover;
margin-top: 65px;
}
.lightbox-prev,
.lightbox-next {
position: absolute;
background-color: #cc3234;
color: #fff;
padding: 7px;
top: 57%;
cursor: pointer;
}
.lightbox-prev {
left: 0;
}
.lightbox-next {
right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
opacity: .8;
}

@media (max-width: 767px) {
.gallery-container {
width: 100%;
}
.gallery-item {
flex-basis: 49.80%;
margin-bottom: 3px;
}
.lightbox-content {
width: 80%;
height: 60%;
margin: 15% auto;
}
}
@media (max-width: 480px) {
.gallery-item {
flex-basis: 100%;
margin-bottom: 1px;
}
.lightbox-content {
width: 90%;
margin: 20% auto;
}
}



.contact-info {
display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed';
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
background: #ededed54;
    padding: 20px 0px;
    border-radius: 6px;
    border: 1px solid #3b539724;
}
.contact-page-sec .contact-page-form h2 {
color: #858585;
    text-transform: capitalize;
    font-size: 21px;
    font-weight: 500;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
padding-left: 0;
}  
.contact-page-form.contact-form input {
margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
background: #071c34;
width: 150px;
border-color: #071c34;
}
.contact-info-icon i {
font-size: 38px;
    color: #858585;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
color: #858585;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact-info-text span {
    color: #858585;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.contact-page-form input {
background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #03276140;
margin-bottom: 20px;
padding: 12px 16px;
width: 100%;
border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #03276140;
width: 100%;
height: 120px;
padding: 12px 16px;
border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
background: #8c8d90 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
color: #464646;
text-transform: capitalize;
font-size: 14px;
}
.contact-page-form {
display: inline-block;
width: 100%;
margin-top: 30px;
}

.contact-page-map {
margin-top: 36px;
}
.contact-page-form form {
padding: 20px 15px 0;
}



.about-section{
position: relative;
    padding: 0px 0px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-top:0px;
	padding-right:0px;
}

.about-section .content-column .text{
position: relative;
    color: #525252;
    font-size: 17px;
    line-height: 1.7em;
    margin-bottom: 40px;
    text-align: justify;
}

.about-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:50px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:0px;
}

.about-section .image-column .inner-column{
position: relative;
    margin-left: 50px;
}

.about-section .image-column .inner-column:after{
	position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    left: 40px;
    bottom: 100px;
    z-index: -1;
    border: 2px solid #062f6fba;

}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#d7a449;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
color: #ffffff;
    background: #083374;
}
.about-section .btn-style-three {

    position: relative;
    line-height: 24px;
    color: #093678;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #496796;
    font-family: 'Arimo', sans-serif;
    border-radius: 30px;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 10px;
}
.sec-title .title {
    position: relative;
    color: #d7a449;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}


@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }



