
body {
   font-family: 'Montserrat', sans-serif;
  color: #444444;
}





h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

.container{
	max-width: 1200px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #69a49c;
  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: #69a49c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: transparent;
    transition: all 0.5s;
    z-index: 997;
    padding: 0px 0 0;
    position: absolute;
	width:100%;
}
.Our-Unique .white-btn-custom-design a {    display: inline-block;    padding: 12px 30px;    background: #3c3c3e;    color: #fff;    font-size: 18px;    text-decoration: none;}
section#footer .logo img {    width: 100%;}

section#footer .custom-btn-design a {    font-size: 16px;}

.custom-btn-design a {    display: inline-block;    padding: 12px 25px;    background: #3c3c3e;    color: #fff;    font-size: 18px;    text-decoration: none;}
.custom-btn-design button {    padding: 0;    border: none !important;}
#header .logo img {
   
    width: 80%;
}
a:hover{text-decoration:none !important;}
/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/


@media (max-width: 992px) {
  
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.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: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 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: 14px;
}

.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: #fff;
}

.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;
}
.footer-logo{}
.footer-logo img{position:relative; min-width:610px; left:-20px; top:-10px;}


@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #6b6bf7;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.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: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #111111;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #004a60;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  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;
}

.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: #004a60;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/










.top-bar p {
    margin-top: 1rem;
    color: #fff;
	font-weight:200;
}.botton-hero .get-btn a {    border: 2px solid transparent;}.hero-text {    margin-top: -150px;}
.top-bar {
    background: #3c3c3e;
}
section#hero-image {
    background-image: url(../img/banner1.jpg);
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	height:700px;

}
.hero-text h1 {
    color: #3c3c3e;
	position:relative;
	    font-weight: 600;

}
.hero-text p {
    color:  #3c3c3e;
	font-size:24px;
font-weight: 600;
}
.hero-text h1:before {
    content: "";
    width: 100px;
    height: 3px;
    background:  #3c3c3e;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%,-50%);
}

section#part2 {
    padding: 60px 0;
}
.btn {
 padding: 10px;
    border: 2px solid #3c3c3e;
    background: #3c3c3e;
    color: #fff;
	border-radius:0;
}



.Our-Services img {
    width: 100%;
}
section#part3 {
    padding: 60px;
    background: #e6e6e6;
}
section#part4 {
    padding: 100px 60px;
    
}

section#part5 {
     padding: 60px;
    background: #3c3c3e;
    
}
.Our-Founder {
    padding-left: 30px;
}
.Our-Unique h2, .Our-Unique  p, .Our-Unique h4 {
    color: #fff;
}

.mein-head {
    padding: 0 60px;
}
.Our-Unique .btn {
    border: 2px solid #fff;
}
.Our-Unique .btn:hover{
    background: #fff;
    border: 2px solid #fff;
    color: #3c3c3e;
}

section#part6 {
    background-image: url(../img/contact-us-today-large.jpg);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 140px 0;
	background-blend-mode: overlay;
    background-color: rgb(0,0,0, 0.5);
}
section#part6 h2,section#part6 h4,section#part6 h3,section#part6 p{
	color:#fff;
}
.top {
    background: #3c3c3e;
}
section#footer ul {
    padding: 0;
    list-style-type: none;
    margin: auto;
}
section#footer ul li {
    display: inline-block;
    padding: 10px;
    border: 1px solid;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
	margin: 0 4px;
}

.footer-bottom {
    background: #3c3c3e;
    color: #fff;
	padding:15px 0;
}
.footer-bottom p {
   
	margin: 0px;
}

/*section#footer {
    background-image: url(../img/Hero-footer.jpg);
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 730px;
    background-blend-mode: overlay;
}*/
section#footer p a {
    color: #444444;
}



section#hero-image1 {
   background-image: url(../img/banner1.jpg);    width: 100%;    background-position: center;    background-repeat: no-repeat;    background-size: 100%;    height: 500px;
}.botton-hero.botton-hero-white button a:hover {    background: #fff;    color: #000 !important;}.botton-hero.botton-hero-white button a {       padding: 12px 30px;}
section#contact-from-part form .form-group {
    padding-bottom: 20px;
}section#hero-image1 .col-lg-12.hero-text h1 {    margin: 0 !important;    padding: 12px 20px !important;}section#hero-image1 .col-lg-12.hero-text h1:before {    opacity: 0;}section#hero-image1 {    position: relative;}section#hero-image1 .hero-text {    position: absolute;    left: 10%;    margin: 0 !important;    bottom: 30px;    width: auto;    padding: 0;}
section#contact-from-part {
    padding: 60px 0;
}.custom-btn-design a:hover {    border: 2px solid #3c3c3e;    color: #3c3c3e;       background: white;}img {    max-width: 100%;    display: block;}.custom-btn-design a {       border: 2px solid transparent;}.footer-bottom {    background: #3c3c3ecf;    color: #fff;    padding: 15px 0;    margin-top: -53px;}
section#contact-from-part form {
    box-shadow: 0px 0px 2px;
    padding: 30px;
    border-radius: 8px;
}
section#contact-from-part form .btn:hover {
    color: #3c3c3e;
    border: 2px solid #3c3c3e;
    background: transparent;
}
section#contact-from-part form .btn {
    color: #fff;
    background: #3c3c3e;
    border: 2px solid #3c3c3e;
}
section#contact-from-part form {
    box-shadow: 0px 0px 2px;
    padding: 30px;
    border-radius: 8px;
}
section#contact-from-part {
    padding: 60px 0;
}


.blog-post img {
    width: 100%;
}
.blog {
    padding: 70px 0;
}
.blog-post {
    box-shadow: 0px 0px 2px;
    padding-bottom: 30px;
}
.bolg-text {
    padding: 0 15px;
}

section.footer-image-money {
    background-image: url(../img/Hero-footer.jpg);
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
   
}
section#footer {
    padding: 35px 0 0;
}
#header .navbar ul li a:active, #header .navbar ul li a:hover, #header .navbar ul li a:focus {
    color: #50a69c;
}
#header .navbar ul li a {
    color: #3c3c3e;
        font-weight: 600;
        text-decoration:none;
}
.botton-hero button {
    border: none;
    background: transparent;
}
.botton-hero .get-btn a {
    background: #3c3c3e;
    color: #fff;
    text-decoration: none;
    padding: 14px;
     font-weight: 600;
}
.botton-hero .get-btn1 a {
    border: 2px solid #3c3c3e;
    padding: 14px;
    color: #3c3c3e;
    text-decoration: none;
    font-weight: 600;
}

.hero-text {
    /*background-color: #ffffff59;*/
	background:rgba(255,255,255,0.6);
    padding-bottom: 20px;
}
.botton-hero .get-btn a:hover {
    background: transparent;
    color: #3c3c3e;
    border: 2px solid #3c3c3e;
     font-weight: 600;
}
.botton-hero .get-btn1 a:hover {
    background: #3c3c3e;
    color: #fff;
     font-weight: 600;
      border: 2px solid #3c3c3e;
}
.clients-part img {
    width: 100%;
    margin-bottom: 20px;
}
.clients-part h4,.clients h2
{ 
    color:#fff;
    
}
.clients {
    background: #3c3c3e;
    padding: 40px 0;
}

section#footer ul li a, section#footer ul li a:hover {
    color: #3c3c3e;
}
@media(max-width:980px){
    .mein-head {
    padding: 0 16px;
}
#header .logo img {
    width: 90%;
}
.mobile-nav-toggle {
    color: #3c3c3e;
    border: 1px solid #3c3c3e;
}
.Our-Founder {
    padding-left: 15px;
    padding-top: 25px;
}
.clients-part h4 {
    padding-bottom: 40px;
}
.top {
   
    text-align: center;
}
}


@media(max-width:767px){
   .botton-hero .get-btn1 a,.botton-hero .get-btn a {
   
    font-size: 12px;
}
botton-hero .get-btn a {
   
    margin-bottom: 20px;
}
section#part3,section#part5 {
    padding: 60px 15px;
  
}
section#part4 {
    padding: 100px 15px;
}
}


#header.header-scrolled {
    position: fixed;
    background: #fff;
}

.post-slide {  background: #fff;  margin: 20px 15px 20px;  border-radius: 15px;  padding-top: 1px;  box-shadow: 0px 14px 22px -9px #bbcbd8;}.post-slide .post-img {  position: relative;  overflow: hidden;  border-radius: 10px;  }.post-slide .post-img img {  width: 100%;  height: auto;  transform: scale(1, 1);  transition: transform 0.2s linear;}.post-slide:hover .post-img img {  transform: scale(1.1, 1.1);}.post-slide:hover .over-layer {  opacity: 1;  text-decoration: none;}.post-slide .over-layer i {  position: relative;  top: 45%;  text-align: center;  display: block;  color: #fff;  font-size: 25px;}.post-slide .post-content {  background: #fff;  padding: 2px 20px 40px;  border-radius: 15px;}.post-slide .post-title a {  font-size: 15px;  font-weight: bold;  color: #333;  display: inline-block;  text-transform: uppercase;  transition: all 0.3s ease 0s;  margin-top: 15px;}.post-slide .post-title a:hover {  text-decoration: none;  color: #3498db;}.post-slide .post-description {  line-height: 24px;  color: #808080;  margin-bottom: 25px;}.post-slide .post-date {  color: #a9a9a9;  font-size: 14px;}.post-slide .post-date i {  font-size: 20px;  margin-right: 8px;  color: #cfdace;}.post-slide .read-more {  padding: 14px 30px;   font-size: 12px;  background: #3c3c3e;  color: #ffffff;  box-shadow: 0px 10px 20px -10px #3c3c3e;  border-radius: 0px;  text-transform: uppercase;}.post-slide .read-more:hover {      background: transparent;
    text-decoration: none;
    color: #3c3c3e;
    border: 3px solid #3c3c3e;  text-decoration: none; }.owl-controls .owl-buttons {  text-align: center;  margin-top: 20px;}.owl-controls .owl-buttons .owl-prev {    background: #fff;    position: absolute;    top: 50%;    left: 0;    padding: 0 18px 0 15px;    border-radius: 50px;    box-shadow: 3px 14px 25px -10px #92b4d0;    transition: background 0.5s ease 0s;    transform: translateY(-50%);}.owl-controls .owl-buttons .owl-next {  background: #fff;  position: absolute;   top: 50%;  right: 0px;  padding: 0 15px 0 18px;  border-radius: 50px;  box-shadow: -3px 14px 25px -10px #92b4d0;  transition: background 0.5s ease 0s;   transform: translateY(-50%);}.owl-controls .owl-buttons .owl-prev:after,.owl-controls .owl-buttons .owl-next:after {  content: "\f104";  font-family: FontAwesome;  color: #333;  font-size: 30px;}.owl-controls .owl-buttons .owl-next:after {  content: "\f105";}@media only screen and (max-width: 1280px) {  .post-slide .post-content {    padding: 0px 15px 25px 15px;  }}.slick-slide {  margin: 0px 20px;}.slick-slide img {  width: 100%;}.slick-slider {  position: relative;  display: block;  box-sizing: border-box;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;  -webkit-touch-callout: none;  -khtml-user-select: none;  -ms-touch-action: pan-y;  touch-action: pan-y;  -webkit-tap-highlight-color: transparent;}.slick-list {  position: relative;  display: block;  overflow: hidden;  margin: 0;  padding: 0;}.slick-list:focus {  outline: none;}.slick-list.dragging {  cursor: pointer;  cursor: hand;}.slick-slider .slick-track,.slick-slider .slick-list {  -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);}.slick-track {  position: relative;  top: 0;  left: 0;  display: block;}.slick-track:before,.slick-track:after {  display: table;  content: "";}.slick-track:after {  clear: both;}.slick-loading .slick-track {  visibility: hidden;}.slick-slide {  display: none;  float: left;   min-height: 1px;}[dir="rtl"] .slick-slide {  float: right;}.slick-slide img {  display: block;}.slick-slide.slick-loading img {  display: none;}.slick-slide.dragging img {  pointer-events: none;}.slick-initialized .slick-slide {  display: block;}.slick-loading .slick-slide {  visibility: hidden;}.slick-vertical .slick-slide {  display: block;  height: auto;  border: 1px solid transparent;}.slick-arrow.slick-hidden {  display: none;}ul.slick-dots {   padding: 25px 0;    display: flex;    align-items: center;    justify-content: center;	list-style-type: none;}ul.slick-dots li {    margin: 0 4px;}.botton-hero.botton-hero-white button a {    border: 2px solid #fff !important;    color: #fff !important;    display: block;}.botton-hero button a {        display: block;}.custom-btn-design a {    display: inline-block;    padding: 12px 30px;    background: #3c3c3e;    color: #fff;    font-size: 18px;    text-decoration: none;}.custom-btn-design button {    padding: 0;    border: none !important;}
	
	

section.blog-part {
    padding-bottom: 55px;
}


.custom-btn-design a {
    display: inline-block;
    padding: 12px 30px;
    background: transparent;
    color: #3c3c3e;
    font-size: 18px;
    text-decoration: none;
    border: 2px solid #3c3c3e;
}

.custom-btn-design a:hover {
   
    background: #3c3c3e;
    color: #fff;
   
}

.post-slide .read-more {
    padding: 14px 30px;
    font-size: 12px;
    background: transparent;
    color: #3c3c3e;
    box-shadow: 0px 10px 20px -10px #3c3c3e;
    border-radius: 0px;
    text-transform: uppercase;
    border: 3px solid #3c3c3e;
}

.post-slide .read-more:hover {
    background: #3c3c3e;
    text-decoration: none;
    color: #fff;
    border: 3px solid #3c3c3e;
    text-decoration: none;
}

#header a {
    color: #fff;
    text-decoration: none;
}

a {

    text-decoration: none;
}

@media only screen and (max-width: 1280px){
.post-slide .post-content {
    padding: 0px 15px 40px 15px;
}}
	
@media(max-width:767px){
	#header {
    
    position: static;
   
}



 

nav#navbar.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.h2, h2 {
    font-size: 1.5rem;
}

section#part7 {
    padding: 52px 13px !important;
}

section#footer p.text-center {
    text-align: left !important;
}

section#footer {
    padding-left: 20px;
    padding-right: 20px;
}
	
}

.footer-bottom{
    font-family: 'Montserrat', sans-serif;
}
	
	
	
	
	
	
	
	
	
	
	
	