
.theme-color {
  color: #482f7e !important;
}
.light-blue {
  background-color: #96d7e8 !important ;
}
.pale-rose {
  background-color: #f8bdc9 !important;  
}

.logo-wrapper {
  position: fixed;
  z-index: 1000;
  top: 30px;
  /* left: 45% !important; */
  right: 45% !important;
}

/* 
.logo-wrapper .logo {  
  margin-top: 0px;@media
} 
*/

.logo-tagline {
  position: fixed;
  z-index: 1000;
  right: 40px !important;
  top: 34px;
}

.navmenu-open {
  position: fixed;
  z-index: 1000;
  top: 60px;
  left: 55px;
}

#trigger-navbar span {
  background: rgba(0,0,0,0);
  font-size: 3em;
  color: #4b337d;
}

#bg-light-simple {
  background-image: url("../images/triangles.png");
}

body {
  color: #482f7e !important;
  font-family: 'Poppins' !important;
}
h1, h2, h3, h4, h5, h6 {
  color: #482f7e !important;
  margin: 0em;
}

a, strong, .single-title, .grid-gallery figcaption h3, .post-icon, .request-text span, p {
  color: #482f7e !important;
}

.light-simple .home-text h3, .light-simple .home-text h2, .light-simple .home-carousel-caption p, .light-simple .logo {
  color: #482f7e;
}

.navbar {
  background: rgb(248,189,201,0.95);
}

.navbar ul li a .primary, .navbar ul li a .secondary {
  color: #482f7e !important;
}
.navbar .heading-sep {
  background: #482f7e !important;
}
hr {
  border-top: 4px double #482f7e !important;
  /* width: 80% !important; */
}
.navbar .navbar-close {
  left: 40px;
  /* text-indent:200%; */
}
.section-info{
  padding-top: 0em;
  padding-bottom: 80px;
}
.service-box-1 {
  border-right: 0px;
    border-bottom: 0px;
}
.service-list .service-box-1 {
  height: 200px;
}

.service-list .service-box-2 {
  height: 400px;
}
.my-service-title {
  font-size: 1.5em !important;
}

.my-service-list {
  font-size: 16px !important;
  line-height: 24px;
  margin-top: 40px;
  list-style-type: circle;
  padding-top: 40px;
  padding-left: 64px;
  text-align: left ;
  
}

.service-category {
  font-size: 16px !important;
  color: #482f7e !important;
}

/* Hover*/
.service-list .service-box > a:hover {
  background: #029ECE !important;
  text-decoration: none !important;
}

.service-list .service-box > a:hover .my-service-title:before {
  /* background: #fff; */
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  display: inline;
}

.service-list .service-box .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #f8bdc9;
}

.service-list .service-box:hover .overlay {
  opacity: 1;
}

.p-2 {
  padding: .5rem!important;
}
.p-3 {
  padding: 1rem!important;
}
.p-4 {
  padding: 1.5rem!important;
}
.p-5 {
  padding: 3rem!important;
}
.client-listing-1 .my-service-title {
  padding-bottom: 3rem !important;
}
.strength-listing-wrapper {
  /* padding-bottom: 50px; */
}
.strength-listing-wrapper .my-service-title {
  font-size: 16px !important;
}
.right-dotted-border {
  border-right: 1px dotted #482f7ed4;
}
.bottom-dotted-border {
  border-bottom: 1px dotted #482f7ed4;
}
.right-border {
  border-right: 1px solid #482f7ed4;
}
.bottom-border {
  border-bottom: 1px solid #482f7ed4;
}
.section {
  padding-top: 40px;
  padding-bottom: 80px;
}
.loader {
  background-color: white;
  box-shadow: 0 0 0 6.66667px #482f7e;
}
.loader::before {
  background-color: #f8bdc9;
}
.section-title-border {
  border: 4px double #482f7e;
}


#country {
  background-image: url("../images/world-map.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 350px;
  padding-top: 5rem !important;
  margin-top: 3rem !important;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  background-color: #fae1e6;
  margin: 16px;
  
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-title{
  font-weight: bold;
  font-size: 2rem !important;
  padding-left: 32px;
  padding-top: 32px;
  margin-left: 22px;
}

.card-content{
  padding-top: 8px;
  padding-left: 32px;
  padding-bottom: 32px;
}

.card ul {
  list-style-type: disc;
}

.card ul li {
  margin: 10px 0;
}

.founder-listing-wrapper .row {
  margin-right: 15rem !important; 
  margin-left: 15rem !important;
}
.founder-name {
  font-weight: bold;
  font-size: x-large;
  padding-top: 20px;
}

.founder-title {
  font-size: larger;
}

.founder-listing-wrapper p {
  padding-top: 10px;
  padding-right: 75px;
  padding-left: 15px;
  line-height: 24px;
  }

/*  
  .contact-wrapper .container {
  padding-top: 50px;
  padding-bottom: 50px;
} */


.contact-wrapper .row {
  margin-right: 15rem !important; 
  margin-left: 15rem !important;
}

.contact-card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  background-color: #fae1e6;
}

.contact-card .contact-card-content{
  padding: 50px;
}
.contact-card .contact-card-content input{
  color: #482f7e;
}
.wrap-input {
  padding-top: 15px;
}
.wrap-button {
  padding-top: 20px;
}

input {
  border-radius: 5px !important;
  height: 50px !important;
  color: #482f7e;
  border: 1px solid #d1dbe3;
  padding: 15px !important;
  font-weight: bold;
}
textarea {
  border-radius: 5px !important;
  height: 150px !important;
  color: #482f7e;
  border: 1px solid #d1dbe3;
  padding: 15px !important;
}
.contact-form-btn{
  color: #fff;
  background-color: #482f7e;
  border-radius: 8px !important;
  height: 55px;
  padding: 10px 30px;
  font-weight: bold;
  letter-spacing: 2px;
}

.contact-us {
  font-size: 40px;
  font-weight: 800;
}
.contact-details-wrapper {
  padding-top: 60px;
}
.contact-details-wrapper .contact-us{
  padding-bottom: 20px;
}
.contact-details-wrapper .contact-details{
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
}
.contact-details-wrapper .social{
  padding-top: 20px;
  font-size: 3.5rem;
}

.social {
  color: #482f7e;
  font-size: 2rem ;
}



.footer-text{
  font-size: larger;
}


/*	start gallery */
*{
	padding:0;
	margin:0;
}

/*	general	*/

section{
    padding: 0px;
}

/*	gallery */

.gallery-title{
    font-size: 36px;
    color: #fffff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.filter-button{
    font-size: 18px;
    border: 2px solid #482f7e;
	padding:5px 10px;
    text-align: center;
    color: #482f7e;
    margin-bottom: 30px;
	background:transparent;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active{
    color: #ffffff;
    background-color:#482f7e;
	outline:none;
}
.gallery_product{
    margin: 0px;
	padding:0;
	position:relative;
}
.gallery_product .img-info{
	position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
	overflow:hidden;
	color:#fff;
	top:0;
	display:none;
	   -webkit-transition: 2s;
    transition: 2s;
}

.gallery_product:hover .img-info{
	display:block;
   -webkit-transition: 2s;
    transition: 2s;
}

/*	end gallery */



/* @screen-xs */
@media (max-width: 767px) {
  #bg-light-simple {
    background-image: url("../images/mobile-triangles.png");
    background-size: 100%;
  }
  .navmenu-open {
    top: 30px;
    left: 25px;
  }
  .logo-wrapper .logo img {
    width: 125px !important;
  }
  .logo-wrapper {
    top: 15px;
    right: 60px !important;
    width: 130px;
  }
  .logo-tagline {
    display: none !important;
  }
  .founder-listing-wrapper .row{
    margin: 0px !important;
    padding: 16px !important;
    text-align: center;
  }
  .founder-listing-wrapper p {
    padding: 0px;
  }
  .contact-wrapper .row {
    margin: 0px !important;
    padding: 16px !important;
  }
  .contact-details-wrapper .social {
    text-align: center
  }
  .contact-card {
    margin-bottom: 40px;
  }
  .contact-us {
    font-size: 20px;
    text-align: center;
  }
  .contact-details-wrapper .contact-details {
    font-size: 18px;
    text-align: center;
  }
  .client-listing-1 {
    border: none;
  }

  .my-service-list {
    padding: 40px;
    margin-top: 0px;
  }

  .bottom-dotted-border {
    border-bottom: 0px;
  }

  .section-info h3 {
    letter-spacing: 1px;
  }

  .home-text h2 {
    font-size: 40px;
  }

  .home-text.container {
    
    }

  .section-info {
    padding-bottom: 40px;
  }

  .logo img {
    width: 64px !important;
  }



}

/* @screen-sm */
@media (min-width: 768px) and (max-width: 991px) {
  #bg-light-simple {
    background-image: url("../images/mobile-triangles.png");
    background-size: 100%;
  }
  .navmenu-open {
    top: 45px;
    left: 45px;
  }
  .logo-wrapper .logo img {
    width: 150px !important;
  }
  .logo-wrapper {
    left: 40% !important;
  }
  .logo-tagline .logo img {
    width: 100px !important;
  }
  .founder-listing-wrapper .row{
    margin: 0px !important;
    padding: 8px !important;
    text-align: center;
  }
  .founder-listing-wrapper p {
    padding: 0px;
  }
  .contact-wrapper .row {
    margin: 0px !important;
    padding: 16px !important;
  }
  .contact-details-wrapper .social {
    text-align: center
  }
  .contact-card {
    margin-bottom: 40px;
  }
  .contact-us {
    font-size: 20px;
    text-align: center;
  } 
  .contact-details-wrapper .contact-details {
    font-size: 18px;
    text-align: center;
  }
  .client-listing-1 {
    border: none;
  }
  
  .my-service-list {
    padding: 40px;
    margin-top: 0px;
  }
  
  .bottom-dotted-border {
    border-bottom: 0px;
  }
  .home-text.container {
    padding:10px;
    margin-top: 24px;
  }

}

/* @screen-md */
@media (min-width: 992px) and (max-width: 1119px) {
  .navmenu-open {
    top: 45px;
  }
  .logo-wrapper .logo img {
    width: 150px !important;
  }
  .logo-wrapper {
    left: 40% !important;
  }
  .logo-tagline .logo img {
    width: 100px !important;
  }
}

/* @screen-lg */
@media (min-width: 1200px) { 

}