@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {

  color: #444444;
  background: url("../img/bg.jpg");
  background-repeat: repeat-y;
  background-size: contain;
}

a {
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  color: #FFFFFF;	
}

a:hover {
  color: #cb0c2e;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", serif;
}
p{
	font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #157ae9;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #cb0c2e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e1444d;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



.whatsap {
    position: fixed;
    bottom: 58px;
    right: 0px;
    z-index: 99;
}
.whatsap-in {
    position: relative;
    width: fit-content;
    height: auto;
    border-radius: 15px;
    background: #cb0c2e;
    padding: 10px;
	padding-right: 55px;
	box-shadow: -1px -1px 23px -3px rgba(0,0,0,0.27);
-webkit-box-shadow: -1px -1px 23px -3px rgba(0,0,0,0.27);
-moz-box-shadow: -1px -1px 23px -3px rgba(0,0,0,0.27);
}

.whatsap-in:after {
  content: '';
    position: absolute;
    bottom: 0;
    left: 87%;
    width: 0;
    height: 0;
    border: 23px solid transparent;
    border-top-color: #cb0c2e;
    border-bottom: 0;
    margin-left: -17.5px;
    margin-bottom: -10px;	
}


.whatsap a {
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
}
.whatsap a img {
    width: 50px;
    margin-right: 10px;
    border-radius: 100px;
    float: left;
	margin-right: 10px;
}


.tick-btn {
  display: none;
  visibility: hidden;
}
.quick-head {
    display: flex;
    padding: 0.5em;
    text-align: center;
    color: #007cc2;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 13px;
    top: 17px;
    z-index: 9;
    height: 30px;
}
.quick-head::before {
    font-family: Consolas, monaco, monospace;
    font-weight: normal;
    font-size: 21px;
    content: "+";
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 100%;
    background: #cb0c2e;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
}
#expand {
  height: 0px;
  overflow: hidden;
  transition: height 0.5s;
  color: #FFF;
}
.quick-enquiry {
    border-radius: 20px;
    transition: height 0.5s;
	padding: 10px;
}
.quick-enquiry .form-group label{
	color: red;
	color: #1c1c1c;
}
.quick-enquiry .btn-primary {
    color: #fff;
    background-color: #007cc2;
    border-color: #007cc2;
	padding: 7px 12px;
}
.quick-enquiry .btn-primary:hover {
    color: #fff;
    background-color: #fdb813;
    border-color: #fdb813;
    padding: 7px 12px;
}

#toggle:checked ~ #expand {
  height: 120px;
}
#toggle:checked ~ label::before {
  content: "x";
	background: #cb0c2e;
    color: #ffffff;
	
}

.social-links{
	color: #ef4723;
	font-size: 22px;
	margin-right: 20px;	
}
.social-links:hover{
	color: #d50000!important;	
}

@media only screen and (max-width: 991px){

.whatsap {
    bottom: 65px;
}
.whatsap-in {
    width: fit-content;
	height: auto;
	padding: 10px;
	padding-right: 45px;
}

}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0;

}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 0;
  background: #000000;	
}

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	background: #ffffff;
}
#header.header-inner-pages .navbar {
  margin-top: 0;
}
#header.header-inner-pages .navbar a {
  color: #292929;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
	position: relative;
	transition: all 0.5s;
}


.header-black{
  background: black;
  position: relative;	
}
.header-black:before{
  content: '';	
  background: black;
  position: absolute;
  height: 100%;
  top: 0;
	bottom: 0;
	right: -20%;
	left: 0;
}

#header .logo a {
  color: #556270;
	transition: all 0.4s;
}
#header .logo .logo-out {
	position: fixed;
	padding: 15px;
	margin-left: 30px;
	transition: all 0.4s;
    padding-right: 20px;
}
#header .logo img {
  max-height: 90px;
	transition: all 0.4s;
}

#header.header-scrolled .logo-out {
  position: inherit;
}
#header.header-scrolled .logo-out img {
  height: 70px;
}
.logo-out-inner{
		  position: relative!important;
	  }
#header .logo-out-inner img {
    max-height: 70px;
    transition: all 0.4s;
}
@media (max-width: 1024px) {
#header .logo .logo-out {
    position: inherit;
	margin-left: 0;
	padding-left: 0;
    margin-top: 10px;
}
	
#header .logo img {
    max-height: 35px;
}	
	
	
	
	
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  margin-top: 0;
    padding: 20px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  display: none;
}
.navbar.navbar-mobile li {
  display: block;
}

.navbar a,
.navbar a:focus {
  display: inline-block;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 40px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
}

#header.header-scrolled .navbar{


}
#header.header-scrolled .navbar a{


}
#header.header-inner-pages.header-scrolled .navbar{
  margin-top: 0;
}
#header.header-inner-pages .navbar {
  margin-top: 0;
}

#navbar.navbar p{
  margin-bottom: 0;
  margin-right: 12px;	

}


.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #000000 !important;
}

.navbar .getstarted, .navbar .getstarted:focus {
    background: #05bb01;
    padding: 13px 22px;
    margin-left: 30px;
	margin-right: 50px;
    border-radius: 0;
    font-weight: 400;
    color: #fff!important;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #9900cc;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding:0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  color: black;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffffff !important;
    background: #000000;
}
.header-inner-pages .navbar .dropdown ul a:hover,
.header-inner-pages .navbar .dropdown ul .active:hover,
.header-inner-pages .navbar .dropdown ul li:hover>a {
  color: #ffffff!important;
  background: #05bb01;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 5px;
    right: 15px;
    left: 70%;
    bottom: 50px;
	background-color: transparent;
    transition: 0.3s;
    z-index: 999;
}

.header-top ul{
	display: flex;
    margin-top: 25px;
    margin-right: 30px;
	list-style-type: none;
}
.header-top ul li{
	margin-right: 12px;
}
.header-top ul li a{
	font-size: 15px;
	color: #000000;
}
.header-top-icon {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: inline-block;
    align-items: center;
    margin-right: 10px;
    padding-top: 4px;
    text-align: center;
	background: #cb0c2e;
}
.header-top-icon i {
    margin-bottom: auto;
	margin-right: auto;
}



@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #FFFFFF;
  font-size: 38px;
  cursor: pointer;
  line-height: 0;
  transition: 0.5s;
}
.header-inner-pages .mobile-nav-toggle {
  color: #05ba01;
}

.header-scrolled .mobile-nav-toggle {
  color: #ffffff;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}






@media (max-width: 991px) {
	
.navbar {
    padding: 13px;
	margin-top: 7px;
}	
  .mobile-nav-toggle {
    display: block;
  }
.header-top-icon {
    width: 28px;
    height: 28px;
}
	
  .navbar ul {
    display: none;
	right: 100%;  
  }
  .navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(63, 73, 83, 0.9);
  transition: 0.3s;
  z-index: 999;
}
	
.header-top span.text {
    display: none;
}	
.header-top ul {
    margin-right: 0;
}
.header-top ul li {
    margin-right: 0;
}	
}



.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #cb0c2e;
  overflow-y: auto;
  transition: 0.3s;
  padding-left: 50px;
    padding-top: 30px;	
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 17px 20px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;	
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #000000 !important;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  display: block;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #d9232d;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  width: fit-content;	
}


/*--------------------------------------------------------------
# Right
--------------------------------------------------------------*/
.fixedRit {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 5;
    border-radius: 5px;
    overflow: hidden;
    right: 25px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 5px 70px 0px rgba(30,33,56,0.1);
}
.fixedRit ul {
    margin: 0px;
	list-style: none outside none;
    padding: 0;
}
.fixedRit ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    height: 80px;
    width: 80px;
    transition: all .3s;
}
.fixedRit ul a svg {
    display: block;
    margin: auto;
    width: 19px;
    fill: #f18a00;
    transition: all .3s;
}

.fixedRit ul a span {
    text-transform: uppercase;
    font-size: 8px;
    display: none;
    color: #020202;
    transition: all .3s;
	font-size: 12px;
}
.fixedRit ul a:hover {
    background: #f18a00;
}
.fixedRit ul a:hover svg{
    fill: white;
}
.fixedRit ul a:hover span{
    color: #FFFFFF;
}




@media only screen and (min-width: 768px){
	
.fixedRit ul a span {
    display: block;
}
.fixedRit ul a svg {
    margin-bottom: 7px;
    width: 22px;
}
	

}

@media only screen and (max-width: 1024px){
	
.fixedRit {
    right: 15px;
}	
.fixedRit ul a {
    padding: 5px;
    height: 50px;
    width: 45px;
}	
.fixedRit ul a {
    padding: 5px;
    height: 50px;
    width: 45px;
}
.navbar-mobile ul {
    padding-left: 15px;
}	
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
	position: relative;
}
#hero:after{
	background: url(../img/slide/hero-gradiant.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
	opacity: 0.9;
}

@keyframes mist {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw 0;
  }
}


#hero .container {
  
}

#hero .carousel-indicators {
    display: none;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 0;
  right: 0;	
}

#hero .container {
  text-align: center;
}
#hero .video{
	width: 100%;
}
#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 100px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#hero h2 span{
  color: #cb0c2e;

}
#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  text-align: center;
  font-size: 22px;
}
.slider-content{
	text-align: center;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold !important;
    line-height: 0;
    width: auto;
    height: auto;
    border: 2px #d0d0d0 solid;
    border-radius: 50px;
    transition: 0.3s;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next {
    right: 3%;
}
#hero .carousel-control-prev {
    left: 88%;
}
#hero .carousel-control-next, .carousel-control-prev {
    top: auto;
    bottom: 75px;
}
.carousel-control-next, .carousel-control-prev{
	z-index: 99;
}



#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #d9232d;
}

#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 18px 20px;
  border-radius: 0;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #c9b07a;
}

#hero .btn-get-started:hover {
  background: #99804a;
}


#hero .btn-get-started img {
  width: 24px;
	margin-left: 10px;
}
#hero .btn-get-started svg {
  width: 24px;
	margin-left: 10px;
}
#hero .btn-get-started svg path {
  fill: blue; 
}

.flight-out{
	position: absolute;
    bottom: 100px;
    right: 0;
    left: 59%;
    width: 350px;
    z-index: 9;
}
.flight-out img{
	width: 100%;
}
#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}


#hero .carousel-container .container{
	padding: 0;
}


@media (max-width: 992px) {
#hero .carousel-container {
  display: block;
}	
#hero .carousel-container .container {
    padding: 8px;
}	
	
#hero .carousel-item::before {
  opacity: .9;	
}	
.video{
	width: 130%;
}	
.flight-out {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0%;
    width: 250px;
    z-index: 9;
    margin-left: auto;
    margin-right: auto;
}	
	
  #hero {
    height: 60vh;
	background-repeat: repeat;  
  }

  #hero .carousel-container {
    top: 8px;
  }
#hero .carousel-control-next {
    right: 6%;
}
#hero .carousel-control-prev {
    left: 60%;
}
#header .logo .logo-out {
    padding-right: 20px;
}
#hero .carousel-container {
    bottom: 55px;
}	
#about {
    margin-top: 0!important;
    padding-top: 0;
}	
.about-left {
    margin-top: 30px!important;
}	
}

@media (max-width: 768px) {
      #hero h2 {
        font-size: 28px;
        margin-bottom: 20px;
        padding-top: 30px;
        margin-top: 100px;
    }
	 .hover01:after {
    background: url(../img/slide/slide-mob.jpg);
	background-size: cover;	 
}

#hero .bx-wrapper .bx-viewport {
        left: 0 !important;
    }	
#hero p {
    font-size: 16px;
}	
#hero .video {
    width: 215%;
}	
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
	
	
	
	
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
	
	
	
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#main{
	
}
section {
  padding: 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 36px;
    font-weight: bold;
    position: relative;
    color: #393939;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# slide-logo
--------------------------------------------------------------*/
.we-repair-out{
	margin-top: 40px;
}

@media (max-width: 991px) {
	
.we-repair-out{
	margin-top: 120px;
}	
	
	
	
}


/*--------------------------------------------------------------
# Right
--------------------------------------------------------------*/
.fixedRit {
    position: fixed;
    top: 30%;
    transform: translate(0, -50%);
    z-index: 5;
    border-radius: 5px;
    overflow: hidden;
    right: 25px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 5px 70px 0px rgba(30,33,56,0.1);
}
.fixedRit ul {
    margin: 0px;
	list-style: none outside none;
    padding: 0;
	background: #0096d7;
}
.fixedRit ul li{
    border-bottom: 1px white solid;
}
.fixedRit ul li:last-child{
    border-bottom: 0;
}
.fixedRit ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    height: 80px;
    width: 80px;
    transition: all .3s;
}
.fixedRit ul a svg {
    display: block;
    margin: auto;
    width: 19px;
    fill: #ffffff;
    transition: all .3s;
}

.fixedRit ul a span {
    text-transform: uppercase;
    font-size: 8px;
    display: none;
    color: #ffffff;
    transition: all .3s;
	font-size: 11px;
    padding-top: 5px;
}
.fixedRit ul a:hover {
    background: #fe0c01;
}
.fixedRit ul a:hover svg{
    fill: white;
}
.fixedRit ul a:hover span{
    color: #FFFFFF;
}




@media only screen and (min-width: 768px){
	
.fixedRit ul a span {
    display: block;
}
.fixedRit ul a svg {
    margin-bottom: 7px;
    width: 22px;
}
	

}

@media only screen and (max-width: 1024px){
	
.fixedRit {
    right: 15px;
	display: none;
}	
.fixedRit ul a {
    padding: 5px;
    height: 50px;
    width: 45px;
}	
.fixedRit ul a {
    padding: 5px;
    height: 50px;
    width: 45px;
}
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about{
	overflow: hidden;
	margin-top: -80px;
}
#about .section-title h2 {
    color: #ffffff;
    margin-top: 40px;
    font-size: 40px;
    text-transform: uppercase;
	letter-spacing: 2px;
}
#about .section-title h2 span {
    color: #cb0c2e;
}
.about{
	position: relative;
	padding-bottom: 50px;
	padding-top: 0;
	z-index: 9;
}
.about hr {
    margin-top: 100px;
}

.about .content h3 {
    font-weight: 500;
    font-size: 28px;
    margin-top: 30px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
	letter-spacing: 2px;
	
}
.about .content h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
	letter-spacing: 2px;
	
}
.about-left p {
    color: #d3d3d3;
    font-size: 15px;
    line-height: 26px;
}


.about .content ul {
  list-style: none;
  padding: 0;
  line-height: 20px;	
}

.about .content ul li {
    padding-left: 10px;
    position: relative;
    list-style-type: circle;
    margin-left: 20px;
	color: #ffffff;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}
.about .content ul li::marker {
    color: #ffffff;
}



.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 18px 20px;
    border-radius: 0;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    background: #0a0a0a;
	
}
.about .content .btn-learn-more img {
    width: 24px;
    margin-left: 10px;
}


.about .content .btn-learn-more:hover {
  background: #99804a;
  color: #fff;
  text-decoration: none;
}
.about-right {
    position: relative;
	background: #c9b07a;
	z-index: 9;
	padding-bottom: 100px;
}
.about-right:after {
	content: '';
    background: url("../img/about.jpg");
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	right: -30%;
	background-repeat: no-repeat;
	background-size: cover;
}
.about-right p{
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
}
.about-left {
    position: relative;
    padding-right: 70px;
    padding-top: 40px;
	margin-top: 100px;
}
.about-right .section-title{
	padding-bottom: 15px;
}
.about-left img {
    display: none;
}



@media (max-width: 768px) {
.gold-rate {
    margin-top: 0;
    width: 200px;
    padding-top: 5px;
	min-height: 190px;
}	
.about {
    padding-top: 45px;
	padding-bottom: 60px;
}
section {
    padding: 0;
}
	.counter-out {
    padding-top: 10px;
    padding-bottom: 120px;

}
.counter-container {
    text-align: center;
	height: 170px;
}	
.offset-1 {
    margin-left: 8.33333333%;
    margin-left: 0;
}
.about-left:after {
    width: 250px;
    height: 250px;
    right: 60px;
    bottom: -150px;
    left: 60px;
}	
.about-right {
    padding-left: 15px;
    padding-top: 180px !important;
    position: relative;
}	
.about-left:before {
    width: 214px;
    height: 214px;
}	
.experience {
    width: 190px;
    height: 190px;
}	
.experience h3 {
    padding-top: 0px;
}
.about:after {
    display: none;
}	
	
.about-left img {
    display: block;
}	
	
}

/*--------------------------------------------------------------
# our-team
--------------------------------------------------------------*/
.our-team-out{
	padding-top: 20px;
	padding-bottom: 190px;
}
.our-team-out .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -100px;
    width: 100%;
}

.our-team-out .section-title{
	text-align: center;
}
.our-team-out .section-title h2 {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin-bottom: 30px;
}
.our-team-out .section-title h2 span {
    color: #cb0c2e;
}
.team-main-out{
	position: relative;
}
.team-main img{
	border: 20px #242425 solid;
}
.team-main-right {
    position: absolute;
    right: 0;
    background: #cb0c2e;
    padding: 60px;
    top: 15%;
    text-align: center;
}
.team-main-right h5 {
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 1px;
}
.team-main-right p{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 34px;
}
.team-main-right ul {
    display: flex;
    margin-top: 25px;
    margin-right: 30px;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: fit-content;
}

.team-main-right-icon {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: inline-block;
    align-items: center;
    margin-right: 10px;
    padding-top: 4px;
    text-align: center;
    background: #ffffff;
	color: #cb0c2e;
}



@media (max-width: 992px) {
.team-main-right {
    position: relative;
    margin-top: 50px;
    padding: 30px 15px;

}

}
/*--------------------------------------------------------------
# video
--------------------------------------------------------------*/
.videos-out{
	padding-top: 80px;
	padding-bottom: 80px;
	background: url("../img/video-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.videos-out .section-title h2 {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
	text-align: center;
}
.videos-out .section-title h2 span {
    color: #cb0c2e;
}
.video-selected {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 50px;
  }
        
.video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin-bottom: 10px;
}
        
.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
        
.video-thumbnails {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.video-thumb {
  min-height: 200px;
  height: auto;
  background: #161618;
  padding: 30px;
  cursor: pointer;
}

.video-thumb img {
  background-color: #d8d9da;
  width: 100%;
  height: 150px;
}

.video-thumb iframe {
  display: none;
}

.video-thumb,
.video-selected {
  
}

.video-thumb p {
  margin: 0;
  font-size: 12px;
}

.video-thumb p.name {
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}



.video-thumb-inside{
	padding: 20px;
	
}

@media (max-width: 992px) {
.video-thumb img {
    height: 50px;
}
	
.video-thumb {
    min-height: auto; 

}
}



/*--------------------------------------------------------------
# facilities
--------------------------------------------------------------*/

.facilities-out {
    padding-bottom: 70px;
	overflow: hidden;
	background: black;
	padding-top: 15px;
}
.facilities-left {
    position: relative;
    padding-bottom: 30px;
}
.facilities-right{
	position: relative;
}
.facilities-right:before {
    position: absolute;
    content: '';
    background-image: url(../img/expertize.jpg);
    left: -15%;
    right: 18%;
    height: 75%;
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.facilities-right-in {
    padding: 30px;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0;
	z-index: 1;
}
.facilities-right-in h2{
    margin-left: 30px;
    color: white;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 25px;
}
.facilities-content{
	padding-top: 120px;
    margin-bottom: 120px;
}
.facilities-content h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 40px;
}
.facilities-content p {
    color: white;
    font-size: 17px;
    line-height: 30px;
}
.slider_team-out{
	margin-top: 60px;
	overflow: hidden;
}
.slider_team li{
	background: #242425;
	padding: 15px;
	text-align: center;
}
.slider_team li h2{
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 30px;
}
.slider_team li p{
	color: #aeaeae;
	font-size: 16px;
}

.facilities-slider-in{
	padding: 50px 20px;
	text-align: center;
	display: block;
	min-height: 450px;
	transition: 0.3s;
}


.facilities-slider-in h2 {
    color: #FFFFFF;
    margin-top: 15px;
    font-size: 34px;
    margin-bottom: 10px;
    margin-left: 0;
}
.facilities-slider-in p{
	color: #FFFFFF;
	padding: 30px;
	padding-top: 0;
}

.team-02{
	position: relative;
	left: 0;
    right: 0;
    background: url("../img/team-02.jpg");
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
}
.team-03{
	position: relative;
	left: 0;
    right: 0;
    background: url(../img/team-03.jpg);
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
}
.team-04{
	position: relative;
	left: 0;
    right: 0;
    background: url(../img/team-04.jpg);
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
}
.team-05{
	position: relative;
	left: 0;
    right: 0;
    background: url(../img/team-05.jpg);
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
}
.team-06{
	position: relative;
	left: 0;
    right: 0;
    background: url(../img/team-06.jpg);
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
}
.team-07{
	position: relative;
	left: 0;
    right: 0;
    background: url(../img/team-07.jpg);
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
}
.team-08{
	position: relative;
	left: 0;
    right: 0;
    background: url(../img/team-08.jpg);
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
}
.team-09{
	position: relative;
	left: 0;
    right: 0;
    background: url(../img/team-09.jpg);
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
}
.facilities-pop {
    position: absolute;
    top: 100%;
    background: #cb0c2e;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 40px;
    transition: 0.5s;
    opacity: 0;
	text-align: center;
}
.facilities-pop h2 {
}
.slider_team li:hover{
	background: #cb0c2e;
	color: #cb0c2e;
}
.slider_team li:hover .facilities-pop{
	top: 0;
	opacity: 1;
}

.more-btn{
	width: 45px;
    height: 45px;
    margin: auto;
	background: #6fbd00;
	border-radius: 50px;
}
.more-btn img{
	width: 10px;
	padding-top: 12px;
}
 .facilities-slider-in:hover{
	opacity: 1;
}   
.expertise-icon{
	width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}
.slider_team li:hover .team-name h2{
	color: #cb0c2e;
}
.slider_team li:hover .team-name p{
	color: #cb0c2e;
}


@media (max-width: 1024px) {
   .facilities-content {
    padding-top: 0;
    margin-bottom: 120px;
    padding-left: 0;
}
.facilities-right-in {
    padding: 30px;
    width: 100%;
    padding-left: 30px;
    margin-bottom: 0;
}
.facilities-pop {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 40px;
    transition: 0.5s;
    opacity: 0;
}	
.facilities-right-in h2 {
    margin-left: 0;
    font-size: 42px;

}	
.facilities-pop h2 {
    margin-left: 0px !important;
}
	
.slider_team li {
    margin-right: 0px !important;
}	
	
	
}

@media (max-width: 992px) {

}


@media (max-width: 575px) {

}



.events-out{
	padding-top: 80px;
	padding-bottom: 20px;
}

.events-out h2 {
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.events-out h2 span {
    color: #cb0c2e;
}
.events-out .section-title {
    text-align: center;
}
.events-out .table{
    text-align: center;
}
.events-out tbody, td, tfoot, th, thead, tr {
    padding: 20px!important;
    border-color: #383838;
	color: #EFEFEF;
}

.events-out .table>thead {
    vertical-align: bottom;
    text-transform: uppercase;
	font-family: "Bebas Neue", serif;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: normal;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio{
	padding-top: 80px;
	padding-bottom: 20px;
}
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}
.portfolio h2 {
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.portfolio h2 span {
    color: #cb0c2e;
}
.portfolio .section-title {
    text-align: center;
}
.portfolio .section-title h4 {
    color: #aeaeae;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 50px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    transition: all 0.3s;
    padding: 15px 30px;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #157ae9;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 3;
    right: 0;
    transition: all 0.3s;
    background: rgba(55, 81, 126, 0.8);
    padding: 10px 15px;
    text-align: center;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
    right: 0;
    left: 0;
    font-size: 50px;
    top: calc(50% - 29px);
    color: #fff;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}


@media (max-width: 991.98px) {
    .portfolio h2 {
    font-size: 35px;
    padding-bottom: 20px;
    font-weight: bold;
    padding-top: 40px;
}
}




/*--------------------------------------------------------------
# our-story
--------------------------------------------------------------*/
.our-story-out{
	padding-top: 100px;
	padding-bottom: 100px;
}
.our-story-left{
	position: relative;
}
.our-story-left:after{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: -25%;
	right: 0;
	background: url("../img/our-story.jpg");
	background-size: cover;
}
.our-story-right{
	padding-left: 70px;
	padding-top: 200px;
	padding-bottom: 200px;
}
.our-story-right h2 {
    color: #ffffff;
    margin-top: 40px;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.our-story-right h2 span {
    color: #cb0c2e;
}
.our-story-right p {
    line-height: 32px;
    color: #d9d9d9;
}
.our-story-right .view-more {
    background: #cb0c2e;
    border: 0;
    border-radius: 150px;
    padding: 12px 45px;
    color: #fff;
    transition: 0.4s;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Bebas Neue", serif;
    letter-spacing: 2px;
    font-size: 22px;
    display: inline-block;
}


@media (max-width: 991.98px) {
    .our-story-left:after {
    display: none;
}
.our-story-right {
    padding-left: 40px;
    padding-top: 0px;
    padding-bottom: 20px;
}	
.our-story-out {
    padding-top: 50px;
    padding-bottom: 50px;
}	
	
}




/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#OurServices {
    position: relative;
	background: #c9b07a;
	padding-top: 100px;
    padding-bottom: 120px;
	
}
#OurServices .bx-wrapper .bx-controls-direction a {
    position: absolute;
    margin-top: -16px;
    top: auto;
    outline: 0;
    width: 40px;
    height: 40px;
    bottom: -80px;
    border: 2px solid #d5d5d5;
    border-radius: 100px;
}
.service-bg{
	display: none;
}

#OurServices .bx-wrapper .bx-prev {
    left: 0;
    background: url(../img/controls.png) no-repeat 4px -31px;
}

#OurServices .bx-wrapper .bx-next {
    right: 92%;
    background: url(../img/controls.png) no-repeat -43px -32px;
}

#OurServices:before {
    content: '';
    position: absolute;
    height: 100%;
    background: #151515;
    right: 0;
    width: 29%;
    /* top: 65%; */
    bottom: -130px;
    background: url(../img/service-bg.jpg);
    background-repeat: no-repeat;
    z-index: 1;
    background-size: cover;
    overflow: hidden;
    height: 500px;
}
#OurServices:after {
    content: '';
    position: absolute;
    height: 100%;
    background: #151515;
    right: 0;
    width: 5%;
    top: 0;
    bottom: 0;
}
.parallax {
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
    height: 100%;
    width: 100%;
}




#OurServices .head {
    font-size: 38px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 30px;
	letter-spacing: 1px;
}


.ReadMore svg {
    fill: #be7e34;
    transform: rotate(180deg) translateY(2px);
    margin-left: 18px;
    width: 12px;
    height: 11px;
    transition: all .5s ease-in-out;
    filter: drop-shadow(0px 0px 0px rgba(243,185,34,0));
}

.service-inside{
	padding-right: 30px;
	margin-bottom: 60px;
}
.service-inside .btn-learn-more {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 18px 20px;
    border-radius: 0;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    background: #0a0a0a;
	
}
.service-inside .btn-learn-more img {
    width: 24px;
    margin-left: 10px;
}


.service-inside .btn-learn-more:hover {
  background: #99804a;
  color: #fff;
  text-decoration: none;
}

.service-inside h3{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 25px;
    letter-spacing: 1px;
}
.service-inside p{
	line-height: 27px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 300;
    margin-top: 20px;
}
.service-inside ul li{
	line-height: 27px;
    font-size: 16px;
    color: #FFFFFF;
}



.slider_services .btn-learn-more {
    font-family: "Poppins", sans-serif;
    background-color: #05bb01;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 20px 32px;
    border-radius: 0;
    transition: 0.3s;
    line-height: 1;
    color: #FFFFFF;
    animation-delay: 0.8s;
    margin-top: 20px;
}

.slider_services li h3{
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.slider_services li p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 27px;
}

.ser-icon-out {
	width: 60px;
	margin-bottom: 25px;
}


@media only screen and (min-width: 468px){
#OurServices .RitBox .box .ReadMore {
    position: absolute;
    left: 25px;
    bottom: 40px;
}
}

@media only screen and (max-width: 1024px){
#OurServices {
    overflow: hidden;
	
}	
#OurServices .LftBox {
    width: 100%;
    padding: 50px 15px 50px 15px;

}
#OurServices .RitBox {
    border-left: 1px solid rgba(255,255,255,0.2);
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;
}
#OurServices .RitBox .box {
    width: 100%;
}	
#OurServices .RitBox .box {
    padding: 50px 30px 50px;
    min-height: auto;
}	
#OurServices .RitBox .box .ReadMore {
    bottom: auto;
    color: white;
}	
#OurServices:after {
    width: 0;

}	
#OurServices {
    padding-top: 50px;
}	

	.slider_services ul li{
		margin-left: 20px;
	}	
	
	#OurServices .bx-wrapper .bx-next {
    right: 72%;
    background: url(../img/controls.png) no-repeat -43px -32px;
}
	#OurServices .bx-wrapper .bx-prev {
    left: 15px;
    background: url(../img/controls.png) no-repeat 4px -31px;
}
.bx-wrapper .bx-viewport {
 
}	
.service-bg{
	display: inline-block;
}
	
#OurServices:before {
    display: none;
}	
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
}

.services .icon-box i {
  float: left;
  color: #d9232d;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #556270;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: #d9232d;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    position: relative;
	padding-top: 60px;
    padding-bottom: 150px;
}

.contact .title h2{
  font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.contact .title h2 span{
    color: #cb0c2e;
}
.adres-out{
  overflow: hidden;
		
}
.adres-out .info {
  position: relative;	
  padding: 30px;
  width: 100%;
  padding-left: 35px;
}

.adres-out h2 {
  font-size: 40px;
    text-transform: uppercase;
    position: relative;
    color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 40px;
}

.adres-out .info i {
  font-size: 20px;
  color: #cb0c2e;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.adres-out .info h4 {
  padding: 0 0 0 40px;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #ffffff;
}
.adres-out .info p {
    padding: 0 0 10px 40px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 29px;
}
.adres-out .info h2 {
  font-size: 36px;
    text-transform: uppercase;
    position: relative;
    color: #FFFFFF;
    margin-bottom: 40px;
    margin-top: 40px;
    letter-spacing: 1px;
}
.adres-out .info h2 span {
   color: #cb0c2e;
}
.contact-right{
	background: #232323;
}


.form-out{
    width: 100%;
    padding-right: 60px;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;

  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  color: #ffffff;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 38px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: #cb0c2e;
	border: 0;
    border-radius: 150px;
    padding: 11px 45px;
    color: #fff;
    transition: 0.4s;
	margin-top: 20px;
	text-transform: uppercase;
	font-family: "Bebas Neue", serif;
	letter-spacing: 2px;
	font-size: 22px;
}
.contact .php-email-form button[type=submit] img {
    margin-left: 10px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #99804a;
}

.form-control {
    border: 0;
    border-bottom: 1px #767676 solid;
    border-radius: 0;
	background-color: transparent;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



@media only screen and (max-width: 1024px){
.contact:before {
    content: '';
    position: absolute;
    height: 100%;
    background: url(../img/painter.png);
    left: 18%;
    width: 0;
    top: -85px;
    bottom: 0;
    background-size: cover;
}

.contact:after {
    content: '';
    position: absolute;
    height: 100%;
    background: #FFFFFF;
    right: 0;
    width: 0;
    top: 0;
    bottom: 0;
}
.contact {
    position: relative;
    margin-top: 85px;
    padding-top: 20px;
    padding-bottom: 50px;
}	
.make-enq-in .form-out{	
   padding-left: 30px;
}
.adres-out{
  margin-top: 0;	
	
}
.adres-out .info {
    position: relative;
    padding: 30px;
    width: 100%;
    padding-left: 30px;
    box-shadow: inherit;
}	
.contact-right {
    background: #232323;
    margin-top: 60px;
}	
	
}




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 30px 0;
    background: #00003c;
    min-height: 40px;
    margin-top: 75px;
}

.breadcrumbs h2 {
  font-size: 35px;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6b7b8d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 94px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}






/*__________________*/
.inner-section-five{
	padding-top: 50px;
	padding-bottom: 50px;
}
.inner-section-five h1 {
    font-size: 23px;
    color: #000000;
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 40px;
}
.inner-section-five p {
    font-size: 16px;
    color: #5a5a5a;
    font-weight: normal;
    line-height: 29px;
}
.row-margin{
	margin-bottom: 40px;
}
.left-content{
	padding-top: 10px;
	line-height: 27px;
}
.right-img img{
	margin-left: 50px;
	border-radius: 0px;
}
.right-img{
	margin-bottom: 40px;
	position: relative;
}
.left-img img{
	margin-right: 50px;
	border-radius: 0px;
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.right-content{
	line-height: 27px;
	padding-left: 50px;
}
.right-img-small {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 274px;
}
.inner-page-call{
	background: #05bb01;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 0;
    color: white;
	transition: all 0.3s ease-in-out;
	margin-bottom: 20px;
}
.inner-page-call img{
	width: 15px;
	margin-right: 5px;
    margin-bottom: 4px;
}
.inner-page-call:hover{
	background: #9900cc;
	color: #FFFFFF;
}
.inner-page-mail{
	background: #000000;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 0;
    color: white;
	transition: all 0.3s ease-in-out;
	margin-bottom: 20px;
}
.inner-page-mail img{
	width: 15px;
	margin-right: 5px;
    margin-bottom: 3px;
}
.inner-page-mail:hover{
	background: #829b1c;
	color: #FFFFFF;
}



@media (max-width: 768px) {
.right-content {
    padding-left: 15px; 
}
.left-img img {
    margin-right: 0;
}	
.left-content {
    padding-top: 0;
}	
.right-img img {
    margin-left: 0;
}	
.fnt-size{
	font-size: 22px!important;
}
.mob-display-none{
	display: none;
}
.right-img-small {
    position: absolute;
    right: 12px;
    bottom: -100px;
    width: 190px;
}
.inner-section-five {
    padding-top: 30px;
}	
	
}

/*--------------------------------------------------------------
# inner-contact
--------------------------------------------------------------*/
.inner-contact .info {
  width: 100%;
  background: #fff;
}

.inner-contact .info i {
  font-size: 20px;
  color: #ffffff;
  float: left;
  width: 44px;
  height: 44px;
  background: #05ba01;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.inner-contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #556270;
}

.inner-contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #8795a4;
}

.inner-contact .info .email,
.inner-contact .info .phone {
  margin-top: 40px;
}

.inner-contact .info .email:hover i,
.inner-contact .info .address:hover i,
.inner-contact .info .phone:hover i {
  background: #000000;
  color: #fff;
}

.inner-contact .php-email-form {
  width: 100%;
  background: #fff;
}

.inner-contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.inner-contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.inner-contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.inner-contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.inner-contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.inner-contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.inner-contact .php-email-form input,
.inner-contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.inner-contact .php-email-form input:focus,
.inner-contact .php-email-form textarea:focus {
  border-color: #d9232d;
}

.inner-contact .php-email-form input {
  height: 44px;
  padding-left: 0;	
}

.inner-contact .php-email-form textarea {
  padding: 10px 12px;
}

.inner-contact .php-email-form button[type=submit] {
    background: #05bb01;
    border: 0;
    padding: 12px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 0;
}

.inner-contact .php-email-form button[type=submit]:hover {
  background: #9900cc;
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 100px 0 20px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 50px;
	text-align: center;
}

#footer .footer-top .footer-info h3 {
  font-size: 16px;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    margin-top: 20px;
    letter-spacing: 2px;
}
#footer .footer-top .footer-info h3 span {
  font-size: 15px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #9d9d9d;
  line-height: 30px;	
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #cb0c2e;
  color: #040404;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 100px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #d9a34c;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 1px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9d9d9d;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #9d9d9d;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: white;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #d9232d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #df3740;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .copyright p {
  color: #9d9d9d;
}
#footer .copyright p a {
  color: #9d9d9d;
}
#footer .copyright p a:hover {
  color: #accb40;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

#footer .credits a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  font-weight: 600;
}

#footer .credits a:hover {
  color: white;
}
.address-hide{
	color: #0a0a0a!important;
}
.logo-footer-out{
	margin-right: auto;
	margin-left: auto;
}



@media (max-width: 992px) {
#footer {
    padding: 0 0 180px 0;
}
.logo-footer{
	margin-bottom: 20px;
}
}
