@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@400;500;700&display=swap');
body {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  float: left;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  background: #0f0f0f;
}
html {}
ul {
  padding: 0px;
  margin: 0px;
}
ul, li {
  display: block;
}
a, ul, li, i, button {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  font-family: 'Poppins', sans-serif;
}
* {
  box-sizing: border-box;
}
input, select {
  padding: 0;
  border-radius: 2px;
  background: none;
  transition: all 0.5s ease-in-out;
}
textarea {
  padding: 7px 11px 7px 22px;
  border-radius: 0px;
  background: #fff;
  border: 1px #ececec solid;
  transition: all 275ms ease-in-out;
}
input:focus, textarea:focus {
  transition: all 0.5s ease-in-out;
}
button:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  transition: all 0.5s ease-in-out;
}
button:hover, a:hover {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
select {
  background: url(../img/select-arrow.png) no-repeat right #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position-x: 89%;
  transition: all 0.5s ease-in-out;
}
a:focus {
  text-decoration: none;
  transition: all 275ms ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-weight: normal;
  float: left;
  width: 100%;
  color: #111111;
  font-family: 'Poppins', sans-serif;
}
p {
  float: left;
  width: 100%;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  line-height: 31px;
}
strong, b {
  font-weight: 700;
}
.collapse {
  transition: .8s transform ease-in-out;
}
.header-basic {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  border-bottom: 1px solid transparent;
  padding: 25px 0 0 0;
  transition: all 0.5s ease-in-out 0s;
	z-index: 999;
	 background: rgb(15, 15, 15, 0.9)
}
.hedder-fixed {
  position: fixed;
  transition: all 0.5s ease-in-out 0s;
  background: rgb(15, 15, 15, 0.9)
}
.auto-widht {
  display: inline-flex;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0px 0;
  float: left;
  width: 100%;
}
.navbar.navbar-expand-lg {
  width: 100%;
}
.navbar-brand {
  margin-right: 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px;
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  transition: all 0.5s ease-in-out 0s;
  font-weight: 300;
}
.navbar-expand-lg .navbar-nav .active .nav-link, .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ffd657;
  transition: all 0.5s ease-in-out 0s;
}
.navbar-expand-lg .navbar-nav .nav-link:after {
  background: url("../img/divder-menu.png") no-repeat right;
  position: absolute;
  right: 0px;
  height: 17px;
  width: 2px;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
}
.call-us {
  display: inline-flex;
  font-size: 22px;
  font-weight: 300;
  position: relative;
}
.call-us i {
  width: 30px;
  height: 30px;
  font-size: 30px;
  position: absolute;
  left: -40px;
  transform: translate(0px, -50%);
  top: 50%;
}
.banner-section {
  position: relative;
  z-index: 0;
  max-height: 1280px;
  height: calc(100vh - 0px);
  padding: 100px 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  text-align: left;
  padding: 8rem 1.5rem 0 1.5rem;
  width: 100%;
}
.banner-section:after {
  background: url("../img/banner-bg.png") no-repeat left;
  height: 468px;
  position: absolute;
  Top: 50%;
  left: 0;
  transform: translate(0px, -50%);
  content: "";
  /* background: red; */
  width: 100%;
  z-index: -1;
}
.banner-section::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 100% 100%, 0 100%);
  background: rgb(15, 15, 14, 0.2);
  transition: all 0.25s ease-in-out 0s;
  z-index: -1;
}
.welcome-banner {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 100px;
  text-align: left;
  margin-top: 0px;
  justify-content: center;
  align-items: center;
  margin: 0px 0 0 0;
}
.wel-text, .wel-text-img {
  float: left;
  width: 100%;
}
.small-text {
  font-size: 18px;
  font-weight: 300;
  display: block;
  padding-bottom: 10px;
}
.headingh1 {
    font-size: 3.167em;
    color: #fff;
    line-height: 58px;
    font-weight: 700;
    padding-bottom: 15px;
}


.wel-text .text-m {
  width: 95%;
  padding-bottom: 15px;
}
.btn-primary {
  color: #000;
  background: #e9c75f;
  border-color: #e9c75f;
  font-size: 20px;
  padding: 0.4rem 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  font-weight: 500;
  border-radius: 6px;
  height: 51px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: inline-flex;
  line-height: 51px;
}

.btn-primary span{
	font-weight: 300;
	
}
.btn-primary:hover {
  color: #e9c75f;
  background: none;
  ;
  border-color: #e9c75f;
}
.btn-primary.about-us {
  color: #000;
  background: #fff;
  border-color: #fff;
  font-size: 20px;
  padding: 0.4rem 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  font-weight: 500;
  border-radius: 6px;
  height: 51px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: inline-flex;
  line-height: 51px;
}
.btn-primary.about-us:hover {
  color: #fff;
  background: none;
  ;
  border-color: #fff;
}
ul.social-media {
  float: left;
  width: 100%;
  padding: 30px 0 0 0;
  list-style: none;
}
ul.social-media li {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
ul.social-media li a {
  background: #2c2b2b;
  width: 53px;
  height: 53px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 28px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul.social-media li.fb a:hover {
  background: #1077f0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul.social-media li.tw a:hover {
  background: #229aef;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul.social-media li.inta a:hover {
  background: #ef0f92;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
  opacity: 0.2;
}
.content-deatils {
  float: left;
  width: 100%;
  background: #e9c75f;
  min-height: 174px;
  justify-content: center;
  align-items: center;
  text-align: left;
  display: inline-flex;
  padding: 1.5rem;
}
.deatils {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
    text-align: left;
    margin-top: 0px;
    justify-content: center;
    align-items: center;
    margin: 0px 0 0 0;
}

.deatils-outer{
	
	float: left;
	width: 100%;
	display: inline-flex;
	
}


.view-details{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.icon-outer {
    float: left;
    width: 68px;
    height: 68px;
    background: #0f0f0f;
    border-radius: 100%;
    font-size: 38px;
    color: #e9c75f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.text-outer{
	font-size: 18px;
	font-weight: 400;
	color: #0f0f0f;
	text-align: left;
	margin-left: 10px;
}

.text-outer span{
	
	font-size: 22px;font-weight: 500;
	display: block;
}

.text-outer a{
	
		color: #0f0f0f;
}

span.call-num{
	
	font-size: 34px;
}

.about-us-company{
	
	 position: relative;
	float: left;
	width: 100%;
	padding: 60px 0 0 0;
	
	height: 100vh;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	padding: 1.5rem;
}

.about-us-company:before{
	
	position: absolute;
	bottom: -50px;
	background: url("../img/about-us.png") no-repeat left;
	left: 0px;
	content: "";
	height: 729px;
	width: 100%;
	max-width: 100%;
}



.about{
	
	float: left;
	width: 100%;
}
.about-us-company:after {
    position: absolute;
    background: url("../img/icon-grover.png") no-repeat right;
    width: 463px;
    height: 691px;
    content: "";
    right: -50px;
	top:-200px;
	
}

.about-us-grid{
	
	float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
    text-align: left;
    margin-top: 0px;
    justify-content: center;
    align-items: center;
    margin: 0px 0 0 0;
}

.about-us-outer {
    float: left;
    width: 100%;
    padding: 0px;
    height: 100vh;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    height: 100vh;
}


.company {
    float: left;
    width: 100%;
    padding-right: 4rem;
}


.company .headingh1 {
    font-size: 3em;
    color: #fff;
    line-height: 55px;
    font-weight: 600;
    padding-bottom: 15px;
}


.custom-tab-my{
	
	float: left;
	width: 100%;
	background: #e9c75f;
	padding: 20px 30px;
	margin: 25px 0;
}

.custom-tab-my .nav-tabs .nav-link {
    margin-bottom: 0px;
    background-color: transparent;
    border: 1px solid #0f0f0f;
    border-radius: .25rem;
    font-size: 16px;
    font-weight: 500;
    color: #0f0f0f;
    width: 166px;
    height: 71px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 19px;
}



.custom-tab-my .nav-tabs{
	
	border-bottom: none;
}

.custom-tab-my .nav-tabs .nav-item {
    padding: 0 10px 0 0;
	z-index: 9;
}
.custom-tab-my .nav-tabs .nav-item.show .nav-link, .custom-tab-my .nav-tabs .nav-link.active{
	
	color: #fff;
    background-color: #0f0f0f;
    border-color: transparent;
}

.custom-tab-my .tab-pane{
	
	padding: 10px 0 0 0;
}

.custom-tab-my .tab-pane p {
    font-size: 16px;
    color: #0f0f0f;
    line-height: 22px;
    margin: 0;
    font-weight: 400;
}

.company-deatils{
	
	float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    text-align: left;
    margin-top: 0px;
    justify-content: center;
    align-items: center;
    margin: 0px 0 0 0;
	 -webkit-transition: 0.5s;
  transition: 0.5s;
}

.company-deatils-outer {
    border: solid 1px #2c2b2b;
    float: left;
    width: 100%;
    min-height: 77px;
    transition: all 0.5s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-size: 14px;
    padding: 0 0px;
    text-transform: capitalize;
}

.company-deatils-outer:hover{
	
	border: solid 1px #e9c75f;

  transition: 0.5s;
	color: #e9c75f;
	border-radius: 4px;
	cursor: progress;
}
.company-deatils-outer:hover.signture-view{
	
	background: #e9c75f;
		border-radius: 4px;
	cursor: progress;
		
}

.best {
    float: left;
    width: 100%;
    padding: 0 25px;
    line-height: 22px;
}

.about-experience{
	
	background: #000;
	min-height: 185px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	position: relative;
	width: 100%;
	padding: 1.5rem 5rem;
}

.experience{
	
	float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
    text-align: left;
    margin-top: 0px;
    justify-content: center;
}

.experience-outer{
	
	float: left;
	width: 100%;
	display: inline-flex;
}

.counting-box {
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.count{
	
	font-size: 4.556em;
	font-weight: 800;
	padding-right: 15px;
}


.our-service {
    position: relative;
    width: 100%;
    float: left;
    height: 100Vh;
    padding: 60px 0;
    min-height: 1100px;
}


.our-service:after {
    position: absolute;
    background: url("../img/left-icon-grover.png") no-repeat left;
    width: 463px;
    height: 691px;
    content: "";
    left: -50px;
	top:-50px;
	z-index: -1;
	
}

.service-text {
    padding: 0 15rem;
    text-align: center;
    float: left;
    width: 100%;
	padding-bottom: 60px;
}

.service-tab-custome {
    overflow: hidden;
    float: left;
    width: 100%;
}

.service-tab-custome{
	
	
}

.services .owl-dots{
	
	display: none;
}
.service-tab-custome .nav-tabs {

	border: none;
	float: left;
    width: 100%;
    display: grid;
  /*  grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;*/
    text-align: left;
    margin-top: 0px;
    justify-content: center;
}

.service-tab-custome .nav-tabs .nav-item{

}
.service-tab-custome .nav-tabs .nav-link {
    margin-bottom: 0px;
    background-color: #000;
    border: 1px solid transparent;
   
    color: #fff;
    width: 100%;
    height: 160px;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 500;
    padding: 0 15px;
    line-height: 24px;
    padding: 30px 15px;
	border-radius: 4px;
}

.service-tab-custome .nav-tabs .nav-link.active, .service-tab-custome .nav-tabs .nav-link:hover {
    margin-bottom: 0px;
    background:none;
    border: 1px solid #e9c75f;
 
    color: #e9c75f;
    width: 100%;
    height: 160px;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 500;
    padding: 0 15px;
    line-height: 24px;
    padding: 30px 15px;
}



.service-tab-custome .nav-tabs .nav-link span {
    display: block;
    font-size: 55px;
    padding-bottom: 0px;
}



.service-tab-custome .tab-content {
    padding: 60px 0;
    float: left;
    width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	
}

.heading42{
	
	font-size: 2.85em;
	color: #fff;
	font-weight: 600;
	line-height: 58px;
	padding-bottom: 15px;
}

.mservise{
	
	border: none;
	float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    text-align: left;
    margin-top: 0px;
    justify-content: center;
}

.mservise-outer{
	
	float: left;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}

.mservise-outer ul{
	
	padding: 15px 0;
	float: left;
	width: 100%;
}

.mservise-outer ul li{
	
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 15px;
	position: relative;
	padding-left: 30px;
}

.mservise-outer ul li i{
	
	font-size: 22px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0px, -50%);
	    margin-top: -10px;
	color: #e9c75f;
}

.serv-new-box{
	
	float: left;
	width: 100%;
	background: #e9c75f;
	margin-bottom: 60px;
}

.ser-grid{
	
	
	border: none;
	float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
    text-align: left;
    margin-top: 0px;
    justify-content: center;
	
}

.contact-us{
	
	background: #0f0f0f;
}

.ser-grid-outer{
	
	float: left;
	width: 100%;
	 justify-content: center;
	align-items: center;
	text-align: left;
	display: inline-flex;
	
}

.ser-text{
	
	padding: 0 2em;
}

.serv-new-box h2{
	
	font-size: 3.24em;
	font-weight: 700;
	padding-bottom: 15px;
}

.serv-new-box p{
	
	color: #000000;
}

.serv-new-box .btn-primary.about-us{
	
	background: #020202;
	color: #e9c75f;
	border: solid 1px transparent;
}

.serv-new-box .btn-primary.about-us:hover {
    border-color: #020202;
    background: none;
    color: #020202;
}

.contact-us h2{
	
	color: #fff;
}

.form-custom form{
	float: left;
	width: 100%;
}

.ser-grid.contact-us .ser-text {
	
	padding-top: 30px;
}

.form-custom .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background: none;
    background-clip: padding-box;
    border: 2px solid #343434;
    border-radius: 0.5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 57px;
	color: #e9c75f
    
    /* padding: 0 20px; */
}

.form-custom .form-control:focus {
    color: #e9c75f;
    background:none;
    border-color: #e9c75f;
    outline: 0;
    box-shadow: none;
}


.form-custom textarea.form-control{
	min-height: auto;
	height: 100%;
}



.form-custom form label{
	
	font-size: 16px;
	font-weight: 400;
}

.form-custom form .form-control::-webkit-input-placeholder {
  color: #747474;
  opacity: 1
}
.form-custom form .form-control::-moz-placeholder {
  color: #747474;
  opacity: 1
}
.form-custom form .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}
.form-custom form .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}
.form-custom form .form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.f-footer {
    float: left;
    width: 100%;
    /* background: #000; */
    border-top: solid 1px #262626;
    padding: 45px 0 0 0;
}

.newslleter{
	
	float: left;
	width: 100%;
	border-bottom: solid 1px #747474;
	margin-bottom: 60px;
	padding-bottom: 60px;
	text-align: center;
	padding-top: 60px;
}

.newslleter h2{
	
	width: 100%;
	font-size: 2.889em;
	color: #fff;
	font-weight: 600;
	padding-bottom: 30px;
}

.newslleter .form-inline {
    display: inline-flex;
    width: 100%;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.newslleter .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background: none;
    background-clip: padding-box;
    border: 2px solid #343434;
    border-radius: 0.5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 57px;
	color: #e9c75f;
	max-width: 375px;
    
    /* padding: 0 20px; */
		
}

.newslleter .form-control:focus {
    color: #e9c75f;
    background:none;
    border-color: #e9c75f;
    outline: 0;
    box-shadow: none;
}

.newslleter .btn-primary {
    min-height: 57px;
    margin-left: -20px;
    border-radius: 0px 6px 6px 0;
}

.newslleter .btn-primary:hover{
	
	background: #0f0f0f;
}


.f-botm{
	
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.f-botm li{
	
	display: inline-flex;
	padding: 0 10px;
	font-size: 1.22em;
}

.f-botm li a{
	
	color: #fff;
}

.f-botm li a:hover{
	
	color: #e9c75f;
}

.copy-text{
	
	padding: 0px 0 20px 0;
	margin: 0px;
	
}

.copy-text {
	font-size: 0.889em;
	font-weight: 300;
}

.copy-text  a{
	
	color: #fff;
}

.copy-text a:hover{
	
	color: #e9c75f;
}

.f-menu{ float: left; width: 100%;}

.f-menu ul.social-media{
	
	padding: 0px 0px 25px 0;
}

.navbar-toggler {
    position: absolute;
    right: 0;
    padding: 0;
    top: 50%;
    background: #fff;
    width: 45px;
    height: 45px;
	transform: translate(0px, -50%);
	z-index: 999;
}

.nav-close{
	
	display: none;
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
    font-size: 28px;
}


/*aBOUT uS Page css start here*/

.inner-banner{
	
	float: left;
	width: 100%;
}

.wel-text, .wel-text-img {
    float: left;
    width: 100%;
    
}

.inner-banner.banner-section {
    max-height: 480px;
    border-bottom: solid 1px #2b2b2b;
}


.inner-banner .hero-title {
    font-weight: 700;
    font-size: 3.5rem;
    text-transform: capitalize;
    margin-bottom: 0rem;
    line-height: 1.5;
	color: #fff;
	text-align: center;
}

.inner-banner .welcome-banner{
	
	display: inline-flex;
	
	
}

.breadcrumb {
    display: block;
    background: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    display: inline-block;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 600;
}
.breadcrumb-item a{
	
	color: #fff;
	font-weight: 400;
}

.breadcrumb-item a:hover{
	
	color: #ffd657;
}



.breadcrumb-item a i{
	padding-right: 2px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}

.page-about .about-us-company:before{
	
	bottom: 0px;
}

/*service page css start*/

.page-services .our-service {
    height: 100%;
    min-height: 100%;
}

/*Contact us page css start*/

.contact-us-iinner {
    float: left;
    width: 100%;
    padding: 60px 0;
    border-bottom: solid 1px #2b2b2b;
	position: relative;
}

.deatils-contact {
    float: left;
    width: 100%;
    color: #fff;
}

.deatils-contact h4{
	
	font-size: 26px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 15px;
	color: #a7a7a7;
	   
}

.deatils-contact h4 i{
	
	 font-size: 1.5rem;
	padding-right: 10px;
	color: #a7a7a7;
}

.deatils-contact p {
	
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}
.deatils-contact p span{
	
	color: #e9c75f;
}
.deatils-contact p a{
	
	color: #fff;
}

.deatils-contact p a:hover{
	
	color: #e9c75f;
}


.google-map{
	
	float: left;
	width: 100%;
}

.map{
	
	float: left; width: 100%;
	text-align: center;
	margin-top: 0px;
}

.map h4{
	
	    font-size: 2.85em;
    color: #fff;
    font-weight: 600;
    line-height: 58px;
	margin-bottom: 50px;
	padding-top: 50px;
	
}

.page-contact .serv-new-box{
	
	margin-top: -10px;
}


.mobile-servise{
	
	display: none;
}


.inner-banner .welcome-banner {
    display: inline-flex;
    text-align: center;
}

.inner-page-text{
	
	text-align: center;
	float: left; width: 100%;
	padding: 0 20vh;
	
}

.inner-page-text h3{
	
	font-size: 2.5em;
	font-weight: 300;
	color: #fff;
	padding-bottom: 1vh;
}

.inner-page-text p{
	
	font-weight: 300;
}


.inner-service-grid {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    text-align: left;
    margin-top: 0px;
    /* justify-content: center; */
    /* align-items: center; */
    margin: 0px 0 0 0;
}

.service {
    max-width: 100%;
    float: left;
    width: 100%;
    text-align: left;
}


.service-image, .service-image img {
    border-radius: 5px;
}

.service-image, .service-image img {
    border-radius: 5px;
    float: left;
   /* width: 100%;*/
}

.service-body {
    padding-right: 9px;
    margin-top: 25px;
    float: left;
}



.text-bold, strong {
    font-weight: 300;
}

.text-bold a{
	
	color: #ffd657;
}
.service hr {
    width: 45px;
    margin-top: 11px;
	float: left;
}

.service-body p{
	
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
}

.hr-curious-blue {
    border-color: #ffd657;
}


.contact{
	padding: 50px;
	background: #0f0f0f;
}
.contact .ser-grid{
	display: block;
}

.contact .ser-grid .ser-grid-outer {
    float: left;
    width: 100%;
    /* justify-content: center; */
    /* align-items: center; */
    /* text-align: left; */
    /* display: inline-flex; */
	display: block;
}

.contact .ser-grid.contact-us .ser-text {
    padding-top: 30px;
    float: left;
    width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.welcome-back h2 {
    color: #fff;
    font-size: 2.2em;
    text-align: center;
    font-weight: 400;
    line-height: 48px;
    padding: 0 3em;
}

.services .owl-nav {
    display: block;
	position: relative;
}


.services .owl-nav{
	
	z-index: 9;
}


.services .owl-nav .owl-prev {
    position: absolute;
    top: 50px;
    padding: 0;
    box-shadow: none;
    left: 50%;
    right: auto;
    z-index: 2;
    transform: translate(50%, -50%);
    background: #fff;
    box-shadow: 1px 1px 16px 1px rgba(33, 39, 50, .1);
    border-radius: 0px;
    width: 28px;
    height: 28px;
   
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 0px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    background: none;
    border: solid 1px #fff;
	margin-left: -50px;
}

.services .owl-nav .owl-next {
    position: absolute;
    top: 50px;
    padding: 0;
    box-shadow: none;
    left: auto;
    right: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    box-shadow: none;
    border-radius: 0;
   width: 28px;
    height: 28px;
     border: solid 1px #fff;
    
    text-align: center;
    font-size: 18px;
    padding-top: 0px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    color: #fff;
    background: none;
    border: solid 1px #fff;
	margin-right: -50px;
}

.services .owl-nav:hover .owl-prev{
	
	color: #e9c75f;
	border-color: #e9c75f;
	
}

.services .owl-nav:hover .owl-next{
	
	color: #e9c75f;
	border-color: #e9c75f;
	
}


.services .owl-next:hover i, .services .owl-prev:hover i {
    color: #e9c75f;
}

.mission-grid{
	
	float: left;
	width: 100%;padding: 25px 0 0 0;
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.mission-grid h2{
	
	color: #e9c75f;
	position: relative;
	font-size: 20px;
	padding-bottom: 10px;
}

.mission-grid h2:before{
	
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 50px;
	height: 2px;
	background: #e9c75f;
	content: "";
}

.mission-grid p{
	
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	padding: 10px 0 0 0;
	text-align: left;
}

.img-other{
	margin-right: 8rem;
}
.img-other img {
    width: 120px;
    background: #fff;
    padding: 11px;
    border-radius: 8px;
}



.testi-section{
	float: left;
	width: 100%;
	text-align: center;
	padding: 60px 0;
}

.testi-section h2{
	color: #fff;
}

.testi-section span{
	
	display: block;
	font-weight: 200;
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.6;
	padding: 6px 0;
}



.section2_text_wrapper {
    padding: 2rem 6rem;
    float: left;
    /* width: 100%; */
}

.section2_text_wrapper p{
	
	font-weight: 200;
	font-size: 18px;
}

.section2_text_wrapper h4{
	
	color: #fff;
}

.testimonail .owl-dots{
	    left: 50%;
    right: auto;
    z-index: 2;
    transform: translate(0, -50%);
}


.testimonail .owl-dots .owl-dot{
	
	border: solid 1px #e9c75f;
	background: none;;
	margin-right: 10px;
	width: 18px;
	height: 19px;
	transition: all .3s ease 0s;
}

.testimonail .owl-dots .owl-dot:hover{
	border-radius: 100 px;
	transition: all .3s ease 0s;
	background: #e9c75f;
}

.testimonail .owl-dots .owl-dot.active{
	border-radius: 100px;
	transition: all .3s ease 0s;
	background: #e9c75f;
}