@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');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {

  color: #444444;
  background: #151515;	
}

a {
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  color: #FFFFFF;	
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-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: #c9b07a;
  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;
}

/*--------------------------------------------------------------
# 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: -12px;
	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;
}
	
#header .logo img {
    max-height: 55px;
}	
	
	
	
	
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  margin-top: 0;
    background: #c9b07a;
    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: 10px;
    right: 100px;
    left: 63%;
    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: 30px;
}
.header-top ul li a{
	font-size: 15px;
	color: #FFFFFF;
}
.header-top-icon {
    width: 30px;
    height: 30px;
    border: 1px #ffffff solid;
    border-radius: 100px;
    display: inline-block;
    align-items: center;
    margin-right: 10px;
    padding-top: 3px;
    text-align: center;
}
.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;
}	
  .mobile-nav-toggle {
    display: block;
  }

  .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: 8px;
}	
}



.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: #c9b07a;
  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-image:url("../img/slide/slide-1.jpg");
    background-size: cover;
    background-position: center;
	animation: mist 60s infinite linear;
	background-repeat: round;
	position: relative;
}
#hero.hero:after{
	background: url(../img/slide/hero-gradiant.png);
    background-size: cover;
    background-repeat: round;
    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: left;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#hero h2 span{
  color: #d7973d;

}
#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  text-align: left;
	padding-right: 60%;
}

#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: 65vh;
	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-left: 20px;
    padding-right: 20px;
}
#hero .carousel-container {
    bottom: 55px;
}	
	
	
}

@media (max-width: 768px) {
      #hero h2 {
        font-size: 28px;
        margin-bottom: 20px;
        padding-top: 30px;
        margin-top: 130px;
    }
	 .hover01:after {
    background: url(../img/slide/slide-mob.jpg);
	background-size: cover;	 
}
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
	
	
	
	
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
	
	
	
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#main{
	overflow: hidden;
}
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{
	background-color: #171819;
}
#about .section-title h2 {
    color: #ffffff;
    margin-top: 40px;
    font-size: 34px;
    text-transform: uppercase;
}

.about{
	overflow: hidden;
	position: relative;
	padding-bottom: 200px;
	padding-top: 0;
}
.about:after {
    content: '';
    position: absolute;
    background: url(../img/about.jpg);
    width: 55%;
    height: 100%;
    background-repeat: no-repeat;
    top: 13%;
    z-index: 0;
	background-position: center;
}
.about .content h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
	
}

.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 {
    padding-right: 9%;
    position: relative;
    padding-left: 60px;
	background: #c9b07a;
	z-index: 9;
	padding-bottom: 100px;
}
.about-right p{
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
}
.about-left {
    position: relative;
    background: #272727;
    padding-top: 40px;
}
.about-right .section-title{
	padding-bottom: 15px;
}
.about-left img {
    display: none;
}

.gold-rate {
    position: relative;
    width: 249px;
    background: #272727;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.gold-rate:after {
    width: 100%;
    height: 32px;
    background: #272727;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
.gold-rate h2 {
    color: #ffffff;
    font-size: 34px;
    text-transform: uppercase;
}


@media (max-width: 768px) {
    .gold-rate {
        margin-top: 0;
        width: 200px;
        padding-top: 5px;
    }	
.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;
}	
	
}

/*--------------------------------------------------------------
# product
--------------------------------------------------------------*/
.our-products-out {
    padding-top: 100px;
    padding-bottom: 150px;
	text-align: center;
}
.our-products-out h2 {
    font-size: 38px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
.product-inside {
    background: #c9b07a;
    padding: 50px;
    padding-bottom: 100px;
    text-align: center;
}
.product-inside h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
	margin-top: 30px;
	line-height: 40px;
}
.product-inside p {
    color: #FFFFFF;
    font-size: 18px;
	margin-bottom: 0;
}
.product-icon{
	width: 120px;
    height: 120px;
    border-radius: 150px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: grid;
    align-items: center;
}
.product-icon img{
	width: 75px;
	margin-left: auto;
    margin-right: auto;
}



@media (max-width: 992px) {
.product-inside {
    margin-bottom: 30px;
}
	
	
}




/*--------------------------------------------------------------
# offer
--------------------------------------------------------------*/
#offer{
	background-color: black;
}
#offer .section-title h2 {
  color: #be7e34;
  margin-top: 50px;	

}
.offer{
	overflow: hidden;
	padding-top: 90px;
	position: relative;
	padding-bottom: 130px;
	margin-top: -1px;
}

.offer .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.offer .content ul {
  list-style: none;
  padding: 0;
}

.offer .content ul li {
    padding-left: 10px;
    position: relative;
    list-style-type: circle;
    margin-left: 20px;
}

.offer .content ul li+li {
  margin-top: 10px;
}

.offer .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}
.offer .content ul li::marker {
    color: #F50004;
}



.offer .content p:last-child {
  margin-bottom: 0;
}

.offer .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  background-color: #be7e34;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 32px;
  border-radius: 0;
  transition: 0.3s;
  line-height: 1;
  color: #FFFFFF;
  animation-delay: 0.8s;
  margin-top: 6px;
}

.offer .content .btn-learn-more:hover {
  background: #ff0000;
  color: #fff;
  text-decoration: none;
}
.offer-right{
	padding-left: 70px;
	position: relative;
}
.offer-right p{
	line-height: 33px;
	color: #7b7b7b;
	font-size: 17px;
}
.offer-left{
	position: relative;
}
.offer-left:before {
    position: absolute;
    content: '';
    width: 270px;
    height: 270px;
    background-size: cover;
    background-position: center;
    left: -70px;
    bottom: -60px;
    border: 1px #fec15d solid;
    margin: 10px;
}
.customer {
    position: absolute;
    width: 245px;
    height: 245px;
    background: #fec15d;
    background-size: cover;
    background-position: center;
    left: -58px;
    bottom: -48px;
    margin: 10px;
}
.customer h3{
    text-align: center;
    color: white;
    font-size: 22px !important;
	padding-top: 36px;
}
.customer h3 span{
    font-size: 100px !important;
}





@media (max-width: 768px) {
.about {
    padding-top: 0;
	padding-bottom: 0;
}
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: 30px;
        padding-top: 10px !important;
        position: relative;
        padding-right: 20px;
        margin-bottom: 0px;
    }	
.offer-left:before {
    left: -8px;
	width: 194px;
    height: 194px;
}	
.customer {
    width: 170px;
    height: 170px;
    left: 4px;
    bottom: -49px;
}	
.customer h3 {
    padding-top: 10px;
}
	
.offer-right {
    padding-left: 15px;
}
.offer {
    padding-bottom: 70px;
}	
	
	
	
	
	
	
	
}



/*--------------------------------------------------------------
# facilities
--------------------------------------------------------------*/

.latest-wrk-out {
    padding-bottom: 125px;
	overflow: hidden;
	background: #ffffff;
	padding-top: 15px;
	margin-top: -210px;
}

.facilities-left {
    position: relative;
    padding-bottom: 30px;
}
.facilities-right{
	position: relative;
	padding-left: 9%;
}


.latest-wrk-in {
    padding: 30px;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0;
	z-index: 1;
}
.latest-wrk-out h2{
    color: white;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.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_facilities li{
	background: #225CFC;
}

.latest-wrk-in{
	padding: 50px 20px;
	text-align: center;
	display: block;
	min-height: 380px;
	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;
}

.slide-01{
	position: relative;
	left: 0;
    right: 0;
    background: url("../img/expertise-01.jpg");
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
}
.slide-02{
	position: relative;
	left: 0;
    right: 0;
    background: url(../img/expertise-02.jpg);
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
}
.slide-03{
	position: relative;
	left: 0;
    right: 0;
    background: url(../img/expertise-03.jpg);
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
}
.slide-04{
	position: relative;
	left: 0;
    right: 0;
    background: url(../img/expertise-01.jpg);
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
}
.slide-05{
	position: relative;
	left: 0;
    right: 0;
    background: url(../img/expertise-02.jpg);
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
}
.slide-06{
	position: relative;
	left: 0;
    right: 0;
    background: url(../img/expertise-03.jpg);
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
}

.facilities-pop {
    position: absolute;
    top: 100%;
    background: #be7e34;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 40px;
    transition: 0.5s;
    opacity: 0;
	text-align: left;
}
.facilities-pop h2 {
    margin-left: 30px;
}
.facilities-slider-in: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;
}

.latest-wrk-out  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    margin-top: -16px;
    top: auto;
    outline: 0;
    width: 40px;
    height: 40px;
    bottom: -70px;
    border: 2px solid #00003c;
    border-radius: 100px;
}

.latest-wrk-out  .bx-wrapper .bx-prev {
    left: 81%;
    background: url(../img/controls2.png) no-repeat 4px -31px;
}

.latest-wrk-out  .bx-wrapper .bx-next {
    right: 12%;
    background: url(../img/controls2.png) no-repeat -43px -32px;
}


@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;
    top: 0;
    background: #ffb02b;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 40px;
    transition: 0.5s;
    opacity: 1;
}	
.facilities-right-in h2 {
    margin-left: 0;
    font-size: 42px;

}	
.facilities-pop h2 {
    margin-left: 30px !important;
}
.facilities-right {
    position: relative;
    padding-left: 0;
}	
	
.latest-wrk-out .bx-wrapper .bx-next {
    right: 0%;
    background: url(../img/controls2.png) no-repeat -43px -32px;
}
.latest-wrk-out .bx-wrapper .bx-prev {
    left: 72%;
    background: url(../img/controls2.png) no-repeat 4px -31px;
}	
	
	
}

@media (max-width: 992px) {

}


@media (max-width: 575px) {

}











/*--------------------------------------------------------------
# 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 {
    left: 20px !important;
}	
.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;
}

/*--------------------------------------------------------------
# why
--------------------------------------------------------------*/
.why-choose-out{
	padding-top: 0;
    margin-top: 130px;
	position: relative;
}

.why-choose-in{
	position: relative;
	padding: 40px;
	padding-left: 0;
	padding-top: 100px;
	padding-bottom: 70px;
}
.why-choose-out:before {
    content: '';
    background: #05bb01;
    position: absolute;
    left: 0;
    top: 300px;
    bottom: 0;
    right: 0;
    background: url(../img/why-bg.jpg);
    background-repeat: no-repeat;
    z-index: 0;
    background-size: contain;
}

.why-choose-in .freeestimate {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 20px 32px;
    border-radius: 0;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    background: #00003c;
    margin-top: 30px;
	text-transform: uppercase;
}
.why-choose-left h2{
	font-size: 38px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.why-choose-left p{
	line-height: 27px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 300;
    margin-top: 20px;
	padding-right: 50px;
}

.why-choose-in h2 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}
.why-choose-in ul {
    list-style-type: none;
	padding-left: 0;
}
.why-choose-in ul li p {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}
.why-choose-in ul li p span {
    margin-right: 15px;
}
.why-choose-in ul li {
    margin-bottom: 25px;
    background: #c9b07a;
    padding: 23px 40px 10px;
}
.why-choose-in ul li span{
    display: flex;
    width: 85px;
    height: 85px;
    background: red;
    border-radius: 150px;
    vertical-align: middle;
    align-items: center;
	background: #dfc690;
}
.why-choose-in ul li span img{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.why-choose-in ul li h4{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.global-list{
	list-style-type: circle!important;
	padding-left: 30px!important;
}
.why-choose-in .global-list li{
    color: #FFFFFF;
	padding: 0;
	margin-bottom: 9px;
}
.network-list{
	list-style-type: circle!important;
}
.network-list li{
	color: #FFFFFF;
	padding: 0;
	margin-bottom: 9px;
	font-size: 20px;
}

.why-choose-bg{
	display: none;
}

@media only screen and (max-width: 1024px){
.why-choose-bg{
	display: block;
	padding: 0 !important;
}	
.why-choose-out:before {
    content: '';
    background: #05bb01;
    position: absolute;
    left: 48%;
    top: 8px;
    bottom: 0;
    right: 8%;
    background: url(../img/why-bg.png);
    background-repeat: no-repeat;
    z-index: 99;
    background-size: contain;
}
.why-choose-in {
        position: relative;
        padding: inherit;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 25px;
        padding-bottom: 0px;
    }
.why-choose-in ul li span {
    margin-bottom: 20px;
}	
.why-choose-in h2 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;
}
.why-choose-in ul li {
    padding-left: 40px;
}
.why-choose-in ul li p span {
    margin-left: -43px;
}
.why-choose-out {

}	
.testimonials-in .bx-wrapper .bx-prev {
    left: 20px;
    background: url(../img/controls.png) no-repeat 4px -31px;
}
.testimonials-in .bx-wrapper .bx-next {
    right: 66%;
    background: url(../img/controls.png) no-repeat -43px -32px;
}
.testimonials-in .bx-wrapper .bx-controls-direction a {
    bottom: -45px;
}	
	

}





/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    background: #151515;
    position: relative;
    margin-top: 200px;
	padding-top: 60px;
    padding-bottom: 150px;
}

.contact .title h2{
  font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.adres-out{
  overflow: hidden;
		
}
.adres-out .info {
  position: relative;	
  padding: 30px;
  width: 100%;
  padding-left: 35px;
}

.adres-out h2 {
  font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 40px;
}

.adres-out .info i {
  font-size: 20px;
  color: #c9b07a;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  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 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
}
.adres-out .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 29px;
}
.adres-out .info h2 {
  font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #FFFFFF;
    margin-bottom: 40px;
    margin-top: 40px;
    letter-spacing: 1px;
}

.contact-right{
	background: #c9b07a;
}


.form-out{
	padding: 30px;
    width: 100%;
    padding-left: 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: #c9b07a;
    border: 0;
    padding: 15px 34px;
    color: #fff;
    transition: 0.4s;
	margin-top: 20px;
}
.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;
}	
	
	
}




/*--------------------------------------------------------------
# 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;
  }
}





.global-out{
	padding-top: 350px;
	background: url("../img/global-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
		
}
.global-inside{
	background: #c9b07a;
    padding: 70px 200px;
    text-align: center;
    margin-bottom: -150px;
}
.global-inside h2{
	font-size: 38px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 50px;
	letter-spacing: 1px;
}
.global-inside p{
	line-height: 30px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 300;
    margin-top: 20px;
}
.global-inside .btn-learn-more {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 20px 35px;
    border-radius: 0;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    background: #0a0a0a;
    margin-top: 20px;
    margin-bottom: 30px;
}
.global-inside .btn-learn-more img {
    width: 24px;
    margin-left: 10px;
}
.global-inside .btn-learn-more:hover {
    background: #99804a;
    color: #fff;
    text-decoration: none;
}



@media (max-width: 992px) {

.global-inside {
    padding: inherit;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 60px;
    padding-bottom: 70px;
	margin-bottom: 0px;
}

}

/*__________________*/
.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 {
  background: #000000;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #0a0a0a;
  padding: 100px 0 50px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}
#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: rgba(255, 255, 255, 0.1);
  color: #fff;
  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;
}






.whatsap {
    position: fixed;
    bottom: 58px;
    right: 0px;
    z-index: 99;
}
.whatsap-in {
    position: relative;
    width: 330px;
    height: 90px;
    border-radius: 15px;
    background: white;
    padding: 20px;
	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: #FFFFFF;
    border-bottom: 0;
    margin-left: -17.5px;
    margin-bottom: -10px;	
}


.whatsap a {
    font-size: 14px;
    color: #000000;
    font-weight: normal;
}
.whatsap a img {
    width: 60px;
    margin-right: 10px;
    border-radius: 150px;
    float: left;
	margin-right: 20px;
}


.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: 20px;
    top: 20px;
    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: #d7973d;
    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: 15px;
}
.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:white;
	color: #c9b07a;
	
}

.social-links{
	color: #c9b07a;
	font-size: 22px;
	margin-right: 20px;	
}
.social-links:hover{
	color: #d50000!important;	
}

@media only screen and (max-width: 991px){

.whatsap {
    bottom: 85px;
}
.whatsap-in {
    width: 290px;
    height: 95px;
    padding: 18px;
}

}


