@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oxygen');
@import url('https://fonts.googleapis.com/css?family=Oxygen');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto:700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Lora');
@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cabin:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Play&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap');

.vj-contact-wrapper {
    display: flex;
    justify-content: center;
}

.vj-contact-card {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Title */
.vj-contact-title {
    font-weight: 700;
    border-bottom: 1px solid #00bcd4;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

/* Label */
.vj-label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.vj-label span {
    color: red;
}

/* Input */
.vj-input {
    height: 45px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: none;
}

/* Textarea */
.vj-textarea {
    border-radius: 4px;
    border: 1px solid #aaa;
}

/* Button */
.vj-submit-btn {
    background: #20c997;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    border: none;
}

.vj-submit-btn:hover {
    background: #17a589;
    color: #fff;
}


.menu-link-2{ width:100%; padding:5px 0; overflow:hidden;}
.menu-link-2 h3{ font-family: "Oswald", sans-serif; font-weight:400; font-size:13px; text-align:left; text-transform:uppercase; color:#484343; line-height:28px; letter-spacing: .005em;  margin:0;}
.menu-link-2 i{ font-size:18px; line-height:28px;}

.product-details{width:100%; margin:0 auto; padding:60px 0px; background:#fff; overflow:hidden;}
.product-details h2{ font-family: 'Roboto', sans-serif; font-size:28px; font-weight:bold; text-align:left; color:#222529; line-height:28px; margin:0 0 20px 0}
.product-details h5{ font-family: 'Roboto', sans-serif; font-size:24px; font-weight:normal; text-align:left; color:#3c3a3a; line-height:28px; margin:20px 0;}
.product-details h5 span{ font-weight:bold;}

.product-details h4{ font-family: 'Roboto', sans-serif; font-size:14px; font-weight:600; text-align:left; text-transform:normal; color:#000; line-height:28px; margin:5px 0 0 0;}
.product-details h4 span{ font-weight: normal; text-transform:uppercase; float:right; }
.product-details p{ font-family: 'Roboto', sans-serif; font-size:14px; font-weight:normal; text-align:left; color:#000; line-height:24px; margin:10px 0;}


.inner-banner{ width:100%; margin:20px auto; overflow:hidden;}
.inner-banner img{ width:100%;}

.property-wrapper {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
}

/* Heading */
.prop-title {
    font-weight: 600;
}

.prop-size {
    color: #1abc9c;
}

/* Location */
.prop-location {
    border: 1px dashed #ccc;
    padding: 8px 12px;
    margin-top: 10px;
    font-size: 14px;
}

/* Info Box */
.prop-info-box {
    background: #1abc9c;
    color: #fff;
    margin: 0;
}

.info-item {
    padding: 20px;
    border-right: 1px solid rgba(255,255,255,0.4);
}

.info-item:last-child {
    border-right: none;
}

.info-item .label {
    margin-bottom: 5px;
    font-size: 14px;
}

/* About */
.prop-about h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

/* Amenities */
.prop-amenities h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.amenity-item {
    margin-bottom: 20px;
}

.amenity-item i {
    font-size: 22px;
    color: #1abc9c;
    margin-bottom: 5px;
}

.amenity-item p {
    font-size: 13px;
    margin: 0;
}


/*--start-page-loader--*/
.page-loader{
	width: 100%;
	position: fixed;
	background:#ffffff80;
	z-index: 99999;
	bottom:0;
	top:0;
	left:0;
	overflow:hidden;

	display: flex;
	justify-content: center;
	align-items: center;
}

.wrapper-1 {
  width: 120px;
  height: 22px;
  border-radius: 40px;
  color: #514b82;
  border: 2px solid;
  position: relative;
}
.wrapper-1::before {
  content: "";
  position: absolute;
  margin: 2px;
  width: 25%;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: currentColor;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
    50% {left:100%;transform: translateX(calc(-100% - 4px))}
}
/*--end-page-loader--*/

    .property-card {
      border: 1px solid #ddd;
      max-width: 400px;
      margin: 10px auto;
      background: #fff;
    }
	.property-card a{ color:inherit; }
	.property-card a:hover{ color:inherit; }

    .property-img {
      position: relative;
      overflow: hidden;
    }

    .property-img img {
      width: 100%;
      height: auto;
    }

    .rent-badge {
      position: absolute;
      top: 15px;
      left: 15px;
      background: #0d6efd;
      color: #fff;
      padding: 5px 12px;
	  font-family: 'Roboto', sans-serif;
      font-size: 14px;
      border-radius: 3px;
    }

    .property-overlay {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #fff;
    }

    .property-overlay h5 {
	  font-family: 'Roboto', sans-serif;	
      font-weight: 600;
    }

    .price {
	  font-family: 'Roboto', sans-serif;	
      font-size: 24px;
      font-weight: bold;
    }

    .property-body {
      padding: 15px;
    }

    .location {
      color: #8e99a3;
	  font-family: 'Roboto', sans-serif;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .divider {
      border-top: 1px solid #ddd;
      margin: 10px 0;
    }

    .property-info {
      display: flex;
      justify-content: space-between;
      text-align: center;
      font-size: 14px;
    }

    .property-info div {
      flex: 1;
    }

    .property-info span {
      display: block;
      color: #8e99a3;
	  font-family: 'Roboto', sans-serif;
      font-size: 13px;
    }











.prop2-card {
  max-width: 420px;
  margin: 20px auto;
  border: 1px solid #ddd;
  background: #fff;
}

.prop2-img {
  position: relative;
}

.prop2-img img {
  width: 100%;
  height: auto;
}

/* Heart Icon */
.prop2-wishlist {
  position: absolute;
  bottom: -25px;
  right: 20px;
  background: #0d2b45;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.prop2-body {
  padding: 25px 20px 15px;
}

.prop2-title {
  font-family: 'Roboto', sans-serif;	
  font-weight: 700;
  letter-spacing: 1px;
}

.prop2-location {
  color: #8e99a3;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin: 8px 0;
}

.prop2-badge {
  background: #4CAF50;
  color: #fff;
  padding: 5px 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

.prop2-price {
  font-family: 'Roboto', sans-serif;	
  font-size: 28px;
  font-weight: bold;
  color: #4c58a4;
  margin: 10px 0;
}

.prop2-divider {
  border-top: 1px solid #ddd;
  margin: 10px 0 15px;
}

.prop2-info {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.prop2-info div {
  flex: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.prop2-info span {
  display: block;
  color: #777;
  font-size: 13px;
}
  
  
/*--start-overview--*/
.overview{ /*background:url(../images/overview-bg.jpg) 50% 0 repeat-y fixed;*/ /* background-image:url(../images/overview-bg.jpg); background-size:cover; background-attachment:fixed; background-position:center right;*/ background:#303f9a; margin:0 auto; padding:50px 0;}
.overview h2{ font-family: 'Roboto', sans-serif; font-size:32px; font-weight:normal; text-align:center; color:#fff; letter-spacing:1.5px; margin-bottom:20px;}
.overview h2 span{ color:#f366f8;}
.overview_box{width:100%; margin:60px 0 0 0; padding:30px 15px; color:#fff; background:none; border:solid 1px #4256cd;}
.overview .overview_box .ob-icon{ width:80px; height:80px; margin:0 auto; margin-top:-80px; right:0; left:0; position:absolute; background:#fff; border-radius:50%; transform-style:preserve-3d; transition: 0.6s; z-index:1; }
.overview .overview_box .ob-icon i{ font-size:38px; text-align:center; color:#303f9a; line-height:80px; display:block;}
.overview .overview_box:hover .ob-icon{ transform: rotateY(180deg);}
.overview_box h3{ font-family: "Open Sans", Arial, sans-serif; font-weight:bold; text-align:center; color:#fff; font-size:36px; margin:20px 0 0 0;}
.overview_box h4{ font-family: "Open Sans", Arial, sans-serif; font-weight:normal; font-size:18px; text-transform:uppercase; margin-top:13px; text-align:center; color:#fff;}
/*--end-overview--*/
  
/*--start-moretext--*/
.moretext{ display:none;}
/*--end-moretext--*/

/*--start-blank-div--*/
.blank-div{ width:100%; height:70px; overflow:hidden;}
/*--end-blank-div--*/

/*--start-banner--*/
.banner{ width:100%; margin:0 auto; /*padding-top:115px;*/ background:#fff; overflow:hidden;}
.banner img{ width:100% !important;}
/*--end-banner--*/

/*--start-about-us--*/
.about-us{ width:100%; margin:0 auto; padding:30px 0 30px 0; background:#ffffff; overflow:hidden;}
.about-us .outer-box{ width:100%; margin:10px auto; padding:25px; background:#fff; box-shadow:0 10px 30px 0 rgba(50,50,50,.10); border-radius:5px;}
.about-us .box{ width:100%; margin:0 auto; padding:10px 0;}
.about-us .box h6{ font-family: Poppins, sans-serif; font-size:16px; font-weight:700; /*color:#ed760b;*/ color:#e6a100; margin:10px 0;}
.about-us .box h3{ font-family: 'Roboto', sans-serif; font-size:32px; font-weight:700; text-transform:normal; color:#4c58a4/*#13293d*/; margin:5px 0 10px 0;}
.about-us .box h3 span{ color:#4c58a4; }

.about-us .box p{ font-family: 'Montserrat', sans-serif; font-size:14px; font-weight:500; color:#8e99a3; line-height:26px; margin:0 0 30px 0; padding:0 0 0 0;}
.about-us-btn{ font-family:Poppins, sans-serif; font-weight:500; color:#e6a100; border-bottom:2px solid #2897CC; padding-bottom:5px; text-transform:uppercase;}
.about-us-btn:hover{ color:#ed780f; border-bottom:2px solid #ed780f; text-decoration:none;}

.about-us .i-box{ width:100%; margin:0 auto; position:relative;}
.about-us .i-box .img-right{ float:right; margin-top:-20px;}
.about-us .i-box .img-left{ position:absolute; margin-top:170px;}
.about-us .i-box img{ border-radius:10px;}


.about-us .about-box{ width:100%; margin:5px auto; padding:10px 10px 20px 10px; background:#fff; /*border:solid 2px #f5f5f5;*/ border-left:dashed 1px #ddd; overflow:hidden;}
.about-us .about-box h3{ font-family: 'Montserrat', sans-serif; font-weight:bold; font-size:16px; text-align:center; color:#114a82; margin:10px 0;}
.about-us .about-box p{ font-family: "Open Sans", sans-serif; font-weight:400; font-size:14px; text-align:center; color:#666; line-height:28px;}
.about-us .about-box .ab-icon{ width:70px; height:70px; margin:0 auto; margin-top:30px; right:0; left:0; position:absolute; background:#eff6ff; border-radius:50%; z-index:1;}
.about-us .about-box .ab-icon i{ font-size:30px; text-align:center; color:#2f80ed; line-height:70px; display:block;}
.about-us .about-box .wave{ width:70px; height:70px; position:relative; margin:0 auto; margin-top:30px; margin-bottom:20px; display:block; background:#2f80ed; border-radius:50%; opacity:0;}
.about-us .about-box:hover .wave{ animation:waveeffect 2000ms ease-out infinite;}
.about-us .about-box:hover .ab-icon{ background:#2f80ed;}
.about-us .about-box:hover .ab-icon i{ color:#fff;}

@keyframes waveeffect {
    0% {
    opacity: 0.4;
		}
	100% {
    -webkit-transform: scale(2.0);
    transform: scale(2.0);
    opacity: 0;
		}
}
/*--end-about-us--*/

.sec-2{ width:100%; margin:0 auto; padding:50px 0 50px 0; background:#eef3f7; overflow:hidden;}
.sec-2 h2{ font-family: 'Roboto', sans-serif; font-size:36px; font-weight:600; text-align:center; text-transform: uppercase; color:#000; line-height:42px; margin-bottom:10px;}
.sec-2 h2 span{ /*color:#136175;*/ color:#0a0a0a;}
.sec-2 h6{ font-family: 'Inter', sans-serif; font-size:18px; font-weight:600; text-align:center; color:#7d7d7c; line-height:28px; margin-bottom:20px;}
.sec-2 .box{ width:100%; margin:10px auto; padding:15px; background: #f8f8f8; border:solid 1px #f0f0f0; /*box-shadow:0 10px 30px 0 rgba(50,50,50,.10);*/ overflow:hidden;}
.sec-2 .box img{ width:100%;}
.sec-2 .box .caption{ width:100%; margin:0 auto; margin-top:20px; padding:0;}
.sec-2 .box .caption h4{ font-family: 'Inter', sans-serif; font-size:22px; font-weight:600; color:#000; line-height:32px; margin-bottom:10px;}
.sec-2 .box .caption p{ font-family: 'Montserrat', sans-serif; font-size:15px; font-weight:400; color:#545658; line-height:26px;}

/*--start-sec-4--*/
.sec-4{ width:100%; margin:0 auto; padding:80px 0 80px 0; background:url(../images/parallax.jpg) 0 no-repeat fixed; background-position:bottom center; background-size:cover; overflow:hidden;}
.sec-4 h2{ font-family: 'Roboto', sans-serif; font-size:42px; font-weight:700; text-align:left; color:#fff; line-height:58px; margin:0 0 30px 0;}
.sec-4 p{ font-family: 'Oxygen', sans-serif; font-size:17px; font-weight:400; text-align:left; color:#fff; line-height:26px; margin:0 0 30px 0;}
.sec-4 img{ margin-top:-190px;}
/*--end-sec-4--*/

/*--start-sec-8--*/
.sec-8{ width:100%; margin:0 auto; padding:80px 0 80px 0; background:url(../images/hd-6.jpg) 0 no-repeat fixed; background-position:bottom center; background-size:cover; overflow:hidden;}
.sec-8 h2{ font-family: 'Roboto', sans-serif; font-size:36px; font-weight:700; color:#fff; line-height:58px; margin:0 0 10px 0;}
.sec-8 h4{ font-family: 'Roboto', sans-serif; font-size:28px; font-weight:700; color:#fff; line-height:36px; margin:0 0 30px 0;}

.sec-8 p{ font-family: 'Oxygen', sans-serif; font-size:17px; font-weight:400; text-align:left; color:#fff; line-height:26px; margin:0 0 30px 0;}
.sec-8 img{ margin-top:-190px;}
/*--end-sec-8--*/

/*--start-about-inner-banner--*/
.about-inner-banner{ width:100%; margin:0 auto; padding:100px 0; background:url(../images/banner/about-banner.jpg); overflow:hidden; position:relative;}
.about-inner-banner h2{ font-family: 'Roboto', sans-serif; font-size:32px; font-weight:bold; text-align:center; text-transform:uppercase; color:#fff; margin-bottom:15px !important; margin:0;}
.about-inner-banner h6{ font-family: 'Roboto', sans-serif; font-size:18px; font-weight:normal; text-align:center; text-transform:capitalize; color:#fff; line-height:28px; margin:0 10px;}
.about-inner-banner h6 a{ font-family: 'Roboto', sans-serif; font-size:18px; font-weight:normal; text-align:center; text-transform:capitalize; color:#fff; line-height:28px; margin:0 10px;}
.about-inner-banner .about-overlay{ position:absolute; top:0; right:0; bottom:0; left:0; background:#00000070; z-index:1;}
.about-inner-banner .caption{ position:absolute; top:50px; right:0; bottom:0; left:0; z-index:2;}
/*--end-about-inner-banner--*/

/*--start-event-inner-banner--*/
.event-inner-banner{ width:100%; margin:0 auto; padding:100px 0; background:url(../images/banner/event-banner.jpg); overflow:hidden; position:relative;}
.event-inner-banner h2{ font-family: 'Roboto', sans-serif; font-size:32px; font-weight:bold; text-align:center; text-transform:uppercase; color:#fff; margin-bottom:15px !important; margin:0;}
.event-inner-banner h6{ font-family: 'Roboto', sans-serif; font-size:18px; font-weight:normal; text-align:center; text-transform:capitalize; color:#fff; line-height:28px; margin:0 10px;}
.event-inner-banner h6 a{ font-family: 'Roboto', sans-serif; font-size:18px; font-weight:normal; text-align:center; text-transform:capitalize; color:#fff; line-height:28px; margin:0 10px;}
.event-inner-banner .about-overlay{ position:absolute; top:0; right:0; bottom:0; left:0; background:#00000070; z-index:1;}
.event-inner-banner .caption{ position:absolute; top:50px; right:0; bottom:0; left:0; z-index:2;}
/*--end-event-inner-banner--*/

/*--start-initiatives-inner-banner--*/
.initiatives-inner-banner{ width:100%; margin:0 auto; padding:100px 0; background:url(../images/banner/event-banner.jpg); overflow:hidden; position:relative;}
.initiatives-inner-banner h2{ font-family: 'Roboto', sans-serif; font-size:32px; font-weight:bold; text-align:center; text-transform:uppercase; color:#fff; margin-bottom:15px !important; margin:0;}
.initiatives-inner-banner h6{ font-family: 'Roboto', sans-serif; font-size:18px; font-weight:normal; text-align:center; text-transform:capitalize; color:#fff; line-height:28px; margin:0 10px;}
.initiatives-inner-banner h6 a{ font-family: 'Roboto', sans-serif; font-size:18px; font-weight:normal; text-align:center; text-transform:capitalize; color:#fff; line-height:28px; margin:0 10px;}
.initiatives-inner-banner .about-overlay{ position:absolute; top:0; right:0; bottom:0; left:0; background:#00000070; z-index:1;}
.initiatives-inner-banner .caption{ position:absolute; top:50px; right:0; bottom:0; left:0; z-index:2;}
/*--end-initiatives-inner-banner--*/

/*--start-leadership-team--*/
.leadership-team{ width:100%; margin:0 auto; padding:70px 0 70px 0; background:#f0f8ff; overflow:hidden;}
.leadership-team h1{ font-family: 'Roboto', sans-serif; font-size:36px; font-weight:600; text-align:center; text-transform: uppercase; color:#4a5938; line-height:42px; margin-bottom:20px;}
.leadership-team h2{ font-family: 'Roboto', sans-serif; font-size:30px; font-weight:700; text-align:center; text-transform: uppercase; color:#a7a537; margin:30px 0 30px 0;}

.leadership-team .box{ margin:0 auto; padding:25px 20px; background:#fff; border-radius:10px;}
.leadership-team .box p{ font-family: Poppins, sans-serif; font-size:14px; font-weight:normal; color:#000; line-height:28px; margin:0 0 10px 0; padding:20px 0 0 0;}
.leadership-team .box h5{ font-family: Poppins, sans-serif; font-size:18px; font-weight:normal; color:#000; line-height:28px; margin:20px 0 10px 0; padding:20px 0 0 0;}

.leadership-team .t-box{ width:100%; margin:0 auto; background:#fff; border-radius:10px; box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.12); overflow:hidden;}
.leadership-team .t-box .t-head{ width:100%; height:60px; margin:0 auto; background: -webkit-linear-gradient(0deg, #120c1a 0%, #A7A537 100%);}
.leadership-team .t-box .t-head h3{ font-family: 'Roboto', sans-serif; font-size:20px; font-weight:Bold; text-align:center; color:#fff; line-height:60px; margin:0; }

.leadership-team .t-box .t-cus{ width:100%; margin:0 auto; padding:30px 30px 0px 30px;}
.leadership-team .t-box .t-cus .i-box{ width:70px; height:70px; float:left; margin:0 auto; margin-right:15px;}
.leadership-team .t-box .t-cus .i-box img{ margin:0 auto; display:block; border-radius:3px;}
.leadership-team .t-box .t-cus h4{ font-family: 'Roboto', sans-serif; font-size:20px; font-weight:Bold; text-align:left; color:#090F0D; line-height:28px; margin:0 0 5px 0; }
.leadership-team .t-box .t-cus h6{ font-family: 'Roboto', sans-serif; font-size:14px; font-weight:normal; text-align:left; color:#807d30; line-height:28px; margin:0 0 15px 0; }
.leadership-team .t-box p{ font-family: "Open Sans", sans-serif; font-size:16px; font-weight:normal; text-align:left; color:#999; line-height:26px; margin:0 0 30px 0;}

.leadership-team .t-box .t-caption{ width:100%; margin:0 auto; padding:10px 30px; clear:both;}
.leadership-team .t-box .t-caption p{ font-family: "Open Sans", sans-serif; font-size:16px; font-weight:normal; text-align:left; color:#999; line-height:26px; margin:0 0 30px 0;}

/*--end-leadership-team--*/

/*--start-our-partners--*/
.our-partners{ width:100%; margin:0 auto; padding:50px 0; background:#f6f6f6; overflow:hidden;}
.our-partners h2{ font-family: 'Roboto', sans-serif; font-size:36px; font-weight:600; text-align:center; text-transform: uppercase; color:#000; line-height:42px; margin-bottom:40px;}
.our-partners .box{ width:100%; margin:0 auto; padding:10px; background:#fff; overflow:hidden;}
.our-partners .box h4{ font-family: 'Roboto', sans-serif; font-size:18px; font-weight:500; text-align:center; text-transform:capitalize; color:#6f726b; line-height:28px;  margin:10px 0 5px 0; }

/*--end-our-partners--*/

.category{ width:100%; margin:20px auto; border:solid 1px #EFEFEF; padding:5px 5px; border-radius:3px;}
.category ul{ list-style:none; padding:0 0 0 0;}
.category ul li{ margin:10px 0; background:#f4f4f4; border-radius:3px;}
.category ul li a{ font-family: 'Roboto', sans-serif; font-weight:400; font-size:16px;  line-height:40px; color:#4B5A39 !important; text-transform: uppercase; display:block; padding-left:10px;}
.category ul li a:hover{color: #32a737; text-decoration:none;}
.category .active a{ color:#fff !important; background:#4B5A39; border-radius:3px;}

.category-2{ width:100%; margin:20px auto; border:solid 1px #EFEFEF; padding:5px 5px; border-radius:3px;}
.category-2 ul{ list-style:none; padding:0 0 0 0;}
.category-2 ul li{ margin:10px 0; background:#f4f4f4; border-radius:3px;}
.category-2 ul li a{ font-family: 'Roboto', sans-serif; font-weight:400; font-size:16px;  line-height:50px; color:#4B5A39 !important; text-transform: uppercase; display:block; padding-left:10px;}
.category-2 ul li a:hover{color: #32a737; text-decoration:none;}
.category-2 .active a{ color:#fff !important; background:#4B5A39; border-radius:3px;}
.category-2 .img-thm{ width:40px; height:40px; background:#fff; float:left; margin-top:5px; margin-right:10px; position:relative; overflow:hidden;}
.category-2 .img-thm img{ 
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center; margin:0 !important;}


/*--start-our-gallery--*/
.our-gallery{ width:100%; margin:0 auto; padding:50px 0; background:#fff; overflow:hidden;}
.our-gallery h2{ font-family: 'Roboto', sans-serif; font-size:36px; font-weight:600; text-align:center; text-transform: uppercase; color:#000; line-height:42px; margin-bottom:10px;}
.our-gallery h6{ font-family: 'Inter', sans-serif; font-size:13px; font-weight:normal; color:#605f5f; line-height:18px; margin-bottom:20px; padding-left:15px;}
.our-gallery h3{ font-family: 'Roboto', sans-serif; font-size:22px; font-weight:500; text-transform:uppercase; color:#BF921E; line-height:32px;  margin:15px 0 5px 0; border-left:solid 5px #BF921E; padding-left:10px; }
.our-gallery h4{ font-family: 'Roboto', sans-serif; font-size:18px; font-weight:500; text-transform:uppercase; color:#000; line-height:20px;  margin:20px 0 5px 0; border-left:solid 5px #2897cc; padding-left:10px; }
.our-gallery h5{ font-family: 'Roboto', sans-serif; font-size:14px; font-weight:500; text-transform:uppercase; text-align:left; color:#a5a218; line-height:20px;  margin:0 0 5px 0;  padding-left:17px; }
.our-gallery a{ display:block; margin:0 auto;}
.our-gallery img{ margin-top:20px;}

.our-gallery .desc-details{ width:100%; margin:0 auto; padding:00px 0; background:#fff; overflow:hidden;}
.our-gallery .desc-details h1{ font-family: 'Roboto', sans-serif; font-size:26px; font-weight:500; text-transform:uppercase; color:#4d5c3c; line-height:36px;  margin:20px 0 5px 0; border-left:solid 5px #BF921E; padding-left:10px; }
.our-gallery .desc-details p{ font-family: 'Montserrat', sans-serif; font-size:15px; font-weight:500; color:#5a6949; line-height:26px; margin:0 0 10px 0; padding:20px 0 0 0;}

.our-gallery .winners-box{ width:100%; margin:10px auto; padding:10px; background:none; border:solid 1px #666; overflow:hidden;}
.our-gallery .winners-box img{ border-radius:5px;}

.our-gallery .zoom-box-outer {
  margin: 0px auto;
  margin-bottom:50px;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:20px 15px;
}
.our-gallery .zoom-box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.zoom-box img {
  width:100%;
  max-height:280px;
  display: block;
  -webkit-transform:scale(1.0); -moz-transform:scale(1.0); -o-transform:scale(1.0);
-webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s;
 object-fit: cover; !important;
}
.our-gallery .zoom-box:hover img{
 -webkit-transform:scale(0.9); -moz-transform:scale(0.9); -o-transform:scale(0.9); }
.our-gallery .zoom-box:hover .zoom-box-inner h4{ color:#f7cb9d;}
.our-gallery .zoom-box:hover .zoom-box-inner h5{ color:#f5f1f1;}
.our-gallery .zoom-box:hover .zoom-box-inner{  background:#f6f6f6;}
 
.our-gallery .zoom-box .zoom-box-inner{ position:relative; background:#fbf2e1; /*background:#232323;*/ max-height:280px; padding:15px; overflow: hidden;	}
.our-gallery .zoom-box .zoom-box-inner h4{ font-family: 'Roboto', sans-serif; font-size:24px; text-align:center; color:#000; line-height:30px; margin:0; margin-bottom:20px;}
.our-gallery .zoom-box .zoom-box-inner h5{ font-family: 'Roboto', sans-serif; font-size:16px; text-align:center; color:#777; line-height:20px; margin:0; }
.our-gallery .zoom-box .zoom-box-inner i{ font-size:30px; line-height:30px; color:#8FADEE; float:right; }
.our-gallery .zoom-box .zoom-box-inner .p-bar{ width:100%; height:5px; background:#00000099; border-radius:3px; position:relative; overflow:hidden; margin-bottom:20px;}
.our-gallery .zoom-box .zoom-box-inner .p-bar .wl{ width:50%; height:5px; background:#fff; position:absolute; top:0; left:0; z-index:2;}

.our-gallery .zoom-box:hover:before{ bottom:1.2rem; right:1.2rem;}
.our-gallery .zoom-box:hover:after{ bottom:-1.2rem; right:-1.2rem;}
.our-gallery .zoom-box:after{
	content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease;}
.our-gallery .zoom-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease;
}
.zoom-box:before {
 /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAU0lEQVQoU43QMRYAEQwE0ExHyf3vqNxybF6wRIpNZ3whIL74UJDh4zNQpFWTSMOx9y0m0m6FdmDDBnc073QYIQqwweDxa5jR+Zru+gUNCvkPvrgDcCIgJ6cWP4UAAAAASUVORK5CYII=) repeat;*/
  /*background: #4c5871;*/
  border: solid 1px #a5a226;
  bottom: 0.5rem;
  right: 0.5rem;
}

.zoom-box:after{ background:#a5a226; /*#cda274;*/ bottom:-0.5rem; right:-0.5rem;} 
/*--end-our-gallery--*/ 

/*--start-donation--*/
.donation{ width:100%; margin:0 auto; padding:0 0 70px 0; background:#ffffff; overflow:hidden;}
.donation .box{ width:100%; margin:0 auto; padding:10px 0;}
.donation .box h6{ font-family: 'Roboto', sans-serif; font-size:16px; font-weight:700; /*color:#ed760b;*/ color:#2897cc; margin:10px 0;}
.donation .box h3{ font-family: 'Roboto', sans-serif; font-size:36px; font-weight:600; text-align:left; text-transform: uppercase; color:#000; line-height:42px; margin-bottom:10px;}
.donation .box p{ font-family: 'Montserrat', sans-serif; font-size:15px; font-weight:500; color:#7d7d7c; line-height:26px; margin:0 0 30px 0; padding:20px 0 0 0;}
.donation-btn{ font-family:Poppins, sans-serif; font-weight:500; color:#000; border-bottom:2px solid #000; padding-bottom:5px; text-transform:uppercase;}
.donation-btn:hover{ color:#ed780f; border-bottom:2px solid #ed780f; text-decoration:none;}

.donation .i-box{ width:100%; margin:0 auto; position:relative;}
.donation .i-box .img-right{ float:right;}
.donation .i-box .img-left{ position:absolute; margin-top:150px;}
.donation .i-box img{ border-radius:10px;}
/*--end-donation--*/


.sec-6{ width:100%; margin:0 auto; padding:50px 0 50px 0; background:#1c546f; overflow:hidden;}
.sec-6 h2{ font-family: 'Roboto', sans-serif; font-size:36px; font-weight:600; text-align:center; text-transform: uppercase; color:#fff; line-height:42px; margin-bottom:10px;}
.sec-6 h2 span{ /*color:#136175;*/ color:#0a0a0a;}
.sec-6 h6{ font-family: 'Inter', sans-serif; font-size:18px; font-weight:600; text-align:center; color:#fff; line-height:28px; margin-bottom:20px;}
.sec-6 .form-box{ width:100%; margin:0 auto; padding:40px 30px; background:#2d7395;}
.sec-6 .form-box label{ color:#fff;}
.sec-6 .form-box h3{ font-family: 'Inter', sans-serif; font-size:28px; font-weight:300; text-align:left; color:#fff; line-height:40px; margin-bottom:10px;}
.sec-6 .form-box p{ font-family: 'Inter', sans-serif; font-size:16px; font-weight:300; text-align:left; color:#fff; line-height:28px; margin-bottom:30px;}





/*--start-our-services--*/
.our-services{ width:100%; margin:0 auto; padding:60px 0; background:url(../images/pattern.jpg) 0 repeat; background-position:top left; overflow:hidden;}
.our-services h2{ font-family: 'Inter', sans-serif; font-size:36px; font-weight:600; text-align:center; color:#0a0a0a; line-height:42px; margin-bottom:50px;}
.our-services h2 span{ /*color:#136175;*/ color:#0a0a0a;}
.our-services .box{ width:100%; margin:0 auto; padding:20px 0; transition: all .3s ease-in-out;}
.our-services .box h3{ font-family: 'Inter', sans-serif; font-size:19px; font-weight:600; text-align:center; color:#0f0f0f; line-height:28px; margin-bottom:20px;}
.our-services .box img{ max-width:70px; margin:0 auto; display:block; margin-bottom:30px;}
.our-services .box i{ width:50px; height:50px; font-size:20px; text-align:center; color:#fff; background:#136175; border-radius:5px; line-height:50px; margin:0 auto; display:block;}

.our-services .box:hover{ background:#ffffff94; box-shadow: 0 15px 50px rgba(0, 0, 0, .04); transform: translateY(-5px); }
.our-services .box a{ text-decoration:none; display:block;}
.our-services .box a:hover{ text-decoration:none;}
/*--end-our-services--*/

/*--start-why-choose-us--*/
.why-choose-us{ width:100%; margin:0 auto; padding:0; background:#fff; overflow:hidden;}
.why-choose-us .box{ width:100%; margin:0 auto; margin-bottom:12px; padding:5px 20px 5px 35px; background:#fff; box-shadow:2px 2px 2px 2px #ddd; position:relative; overflow:hidden;}
.why-choose-us .box::before {
  content: '\f0a4';
  font-family: 'FontAwesome';
  position: absolute;
  font-size:20px;
  left: 6px;
  top: 28px;
  width: 25px;
  height: 25px;
  color:#ee7100;
  /*background: #ffbf00;*/
}
.why-choose-us .box p{ font-family: Poppins, sans-serif; font-size:18px; font-weight:normal; color:#000; line-height:26px; margin:0 0 10px 0; padding:20px 0 0 0;}
/*--end-why-choose-us--*/

/*--start-partners--*/
.partners{ width:100%; margin:0 auto; padding:70px 0 70px 0; background:#fff; overflow:hidden;}
/*.partners h2{ font-family: 'Inter', sans-serif; font-size:36px; font-weight:600; color:#0a0a0a; line-height:42px; margin-bottom:30px;}*/
.partners h2{ font-family: 'Inter', sans-serif; font-size:36px; font-weight:600; text-align:center; color:#0a0a0a; line-height:42px; margin-bottom:50px;}
.partners h2 span{ /*color:#136175;*/ color:#0a0a0a;}
.partners .box{ /*max-width:180px;*/ margin:0 auto; padding:0px 0px; background:#fff;}
/*--end-partners--*/

/*--start-clients--*/
.clients{ width:100%; margin:0 auto; padding:70px 0 70px 0; background:#ebf1ee; overflow:hidden;}
/*.clients h2{ font-family: 'Inter', sans-serif; font-size:36px; font-weight:600; color:#0a0a0a; line-height:42px; margin-bottom:30px;}*/
.clients h2{ font-family: 'Inter', sans-serif; font-size:36px; font-weight:600; text-align:center; color:#0a0a0a; line-height:42px; margin-bottom:50px;}
.clients h2 span{ /*color:#136175;*/ color:#0a0a0a;}
.clients .box{ margin:0 auto; padding:25px 20px; background:#fff; border-radius:10px;}
.clients .box p{ font-family: Poppins, sans-serif; font-size:14px; font-weight:normal; color:#000; line-height:28px; margin:0 0 10px 0; padding:20px 0 0 0;}
.clients .box h5{ font-family: Poppins, sans-serif; font-size:18px; font-weight:normal; color:#000; line-height:28px; margin:20px 0 10px 0; padding:20px 0 0 0;}
/*--end-clients--*/

/*--start-sec-7--*/
.sec-7{ width:100%; margin:0 auto; padding:70px 0 70px 0; background:url(../images/wc-bg.jpg) 0 no-repeat fixed; background-position:bottom center; background-size:cover; overflow:hidden;}
.sec-7 h2{ font-family: 'Roboto', sans-serif; font-size:42px; font-weight:700; text-align:left; color:#fff; line-height:58px; margin:0 0 30px 0;}
.sec-7 p{ font-family: 'Oxygen', sans-serif; font-size:17px; font-weight:400; text-align:left; color:#fff; line-height:26px; margin:0 0 30px 0;}
.sec-7 img{ margin-top:-190px;}
/*--end-sec-7--*/

/*--start-our-all-services--*/
.our-all-services{ width:100%; margin:0 auto; padding:10px 0; background:#fff; overflow:hidden;}
.our-all-services h2{ font-family: 'Inter', sans-serif; font-size:36px; font-weight:600; text-align:center; color:#0a0a0a; line-height:42px; margin-bottom:20px;}
.our-all-services h3{ font-family: 'Inter', sans-serif; font-size:28px; font-weight:300; text-align:center; color:#0a0a0a; line-height:40px; margin-bottom:40px;}
.our-all-services p{ font-family: Poppins, sans-serif; font-size:16px; font-weight:normal; text-align:center; color:#565656; line-height:24px; margin:0 0 30px 0; }
.our-all-services .box-top-content{ width:100%; margin:0 auto; padding:50px 0 30px; background:#fff; overflow:hidden;}
.our-all-services .box-mid-content{ width:100%; margin:0 auto; padding:30px 0; background:#fff; overflow:hidden;}
.our-all-services .box-mid-content .box{ width:100%; margin:10px auto; min-height:710px !important; padding:20px 20px; background:#156377; border-radius:10px; transition: all .3s ease-in-out;}
.our-all-services .box-mid-content .box ul{ margin:0; padding:0; list-style:none;}
.our-all-services .box-mid-content .box ul li{ font-family: 'Inter', sans-serif; font-size:16px; font-weight:300; text-align:center; color:#fff; line-height:28px;}

.our-all-services .box-mid-content .box h3{ font-family: 'Inter', sans-serif; font-size:20px; font-weight:600; text-align:center; color:#fff; line-height:28px; margin-bottom:20px;}
.our-all-services .box-mid-content .box h5{ font-family: Poppins, sans-serif; font-size:16px; font-weight:normal; text-align:center; color:#fff; line-height:28px; margin:0 0 30px 0; }
.our-all-services .box-mid-content .box img{ max-width:110px; margin:0 auto; display:block; margin-bottom:30px;}
.our-all-services .box-mid-content .box i{ width:50px; height:50px; font-size:20px; text-align:center; color:#fff; background:#2e3b8c; border-radius:5px; line-height:50px; margin:0 auto; display:block;}
.our-all-services .box-mid-content .box:hover{ background:#1f7187; box-shadow: 0 15px 50px rgba(0, 0, 0, .04); transform: translateY(-5px); }

.our-all-services .box-mid-content .box2{ width:100%; margin:10px auto; min-height:710px !important; padding:20px 20px; border-radius:10px; border: 1px solid #dbdada; transition: all .3s ease-in-out;}
.our-all-services .box-mid-content .box2 h3{ font-family: 'Inter', sans-serif; font-size:20px; font-weight:600; text-align:center; color:#0f0f0f; line-height:28px; margin-bottom:20px;}
.our-all-services .box-mid-content .box2 h5{ font-family: Poppins, sans-serif; font-size:15px; font-weight:normal; text-align:center; color:#565656; line-height:28px; margin:0 0 30px 0; }
.our-all-services .box-mid-content .box2 img{ max-width:110px; margin:0 auto; display:block; margin-bottom:30px;}
.our-all-services .box-mid-content .box2 i{ width:50px; height:50px; font-size:20px; text-align:center; color:#fff; background:#2e3b8c; border-radius:5px; line-height:50px; margin:0 auto; display:block;}
.our-all-services .box-mid-content .box2:hover{  box-shadow: 0 15px 50px rgba(0, 0, 0, .04); transform: translateY(-5px); }

.our-all-services .form-box{ width:100%; margin:0 auto; padding:20px 30px; background:#a7cb48;}
.our-all-services .form-box label{ color:#fff;}
.our-all-services .form-box h3{ font-family: 'Inter', sans-serif; font-size:22px; font-weight:300; text-align:left; color:#fff; line-height:40px; margin-bottom:10px;}
.our-all-services .form-box p{ font-family: 'Inter', sans-serif; font-size:16px; font-weight:300; text-align:left; color:#fff; line-height:28px; margin-bottom:30px;}
/*--end-our-all-services--*/

/*--start-request--*/
.request{ width:100%; margin:0 auto; padding:70px 0 70px 0; background:url(../images/wc-bg.jpg) 0 no-repeat fixed; background-position:bottom center; background-size:cover; overflow:hidden;}
.request .box{ width:100%; margin:10px auto; padding:20px 30px;}
.request h3{ font-family: 'Inter', sans-serif; font-size:28px; font-weight:300; text-align:left; color:#fff; line-height:40px; margin-bottom:40px;}
.request p{ font-family: Poppins, sans-serif; font-size:16px; font-weight:normal; text-align:left; color:#fff; line-height:24px; margin:0 0 30px 0; }

.request .form-box{ width:100%; margin:0 auto; padding:20px 30px; background:#a7cb48c9;}
.request .form-box label{ color:#fff;}
.request .form-box h3{ font-family: 'Inter', sans-serif; font-size:28px; font-weight:300; text-align:left; color:#fff; line-height:40px; margin-bottom:10px;}
.request .form-box p{ font-family: 'Inter', sans-serif; font-size:16px; font-weight:300; text-align:left; color:#fff; line-height:28px; margin-bottom:30px;}

/*--end-request--*/

/*--start-contact-us--*/
.contact-us{ width:100%; margin:0 auto; padding:50px 0; background:#fff; overflow:hidden;}
.contact-us h2{ font-family: 'Inter', sans-serif; font-size:36px; font-weight:600; text-align:center; color:#0a0a0a; line-height:42px; margin-bottom:20px;}
.contact-us h4{font-family: Poppins, sans-serif; font-size:16px; font-weight:normal; text-align:center; color:#565656; line-height:24px; margin:0 0 30px 0;}
.contact-us h3{ font-family: 'Inter', sans-serif; font-size:24px; font-weight:600; color:#0f0f0f; line-height:32px; margin:0 0 15px 0}
.contact-us p{ font-family: 'Inter', sans-serif; font-size:17px; font-weight:400; color:#717070; line-height:28px;}
.contact-us h6{ font-family: 'Inter', sans-serif; font-size:17px; font-weight:400; color:#717070; line-height:40px; margin-bottom:20px;}
.contact-us h6 i{ width:40px; height:40px; font-size:24px; text-align:center; color:#fff; background:#136074; line-height:40px; border-radius:50%; display:block; float:left; margin-right:20px;}

.contact-us .social-link{ width:100%; padding:0; text-align:left; margin-bottom:0 !important; }
.contact-us .social-link li{ display:inline-block;}
.contact-us .social-link li a{ width:25px; height:25px;/* background:rgba(255,255,255,.15); */display:block; margin:0 5px !important;}
.contact-us .social-link li a i{ font-size:24px; color:#8db318; line-height:25px;}
.contact-us .social-link li:not(:last-child){ margin-right:5px;}
.contact-us .social-link li a:hover i{ color:#d42a5f;}
.contact-us .form-box{ width:100%; padding:0; margin:0 auto;}
.contact-us .form-box .form-control{line-height: 50px !important;  height: 50px !important;}
/*--end-contact-us--*/


/*--start-policy--*/
.policy{ width:100%; margin:0 auto; padding:40px 0; background:#fff; overflow:hidden;}
.policy h2{ font-family: 'Inter', sans-serif; font-size:36px; font-weight:600; text-align:center; color:#0a0a0a; line-height:42px; margin-bottom:20px;}
.policy h3{ font-family: 'Inter', sans-serif; font-size:24px; font-weight:300; text-align:left; color:#115e70; line-height:40px; margin-top:40px;}
.policy p{ font-family: Poppins, sans-serif; font-size:15px; font-weight:normal; text-align:left; color:#959595; line-height:24px; margin:0 0 10px 0; }
/*--end-policy--*/


/*--start-policy--*/
.about-company{ width:100%; margin:0 auto; padding:40px 0; background:#fff; overflow:hidden;}
.about-company h2{ font-family: 'Inter', sans-serif; font-size:36px; font-weight:600; text-align:center; color:#0a0a0a; line-height:42px; margin-bottom:20px;}
.about-company .box{ width:100%; margin:20px auto; padding:10px 20px 10px 35px; background:#fff; box-shadow:2px 2px 2px 2px #ddd; position:relative; overflow:hidden;}
.about-company .box::before {
  content: '\f0a4';
  font-family: 'FontAwesome';
  position: absolute;
  font-size:20px;
  left: 6px;
  top: 28px;
  width: 25px;
  height: 25px;
  color:#ee7100;
  /*background: #ffbf00;*/
}
.about-company h3{ font-family: 'Inter', sans-serif; font-size:24px; font-weight:300; text-align:left; color:#115e70; line-height:40px; margin-top:40px;}
.about-company p{ font-family: Poppins, sans-serif; font-size:15px; font-weight:normal; text-align:left; color:#959595; line-height:24px; margin:0 0 10px 0; }
/*--end-policy--*/

/*--start-our-team--*/
.our-team{ width:100%; margin:0 auto; padding:50px 0 50px 0; background:#fff; overflow:hidden;}
.our-team .box{ width:100%; margin:10px auto; padding:5px; background:none; border:solid 1px #ddd; /*#979797*/ border-radius:5px; position:relative; overflow:hidden; }
.our-team .box img{ width:100%; border-radius:5px;}
.our-team .box h4{ font-family: 'Inter', sans-serif; font-size:15px; font-weight:600; text-align:center; text-transform:uppercase; color:#1d718c /*#0f0f0f*/; line-height:24px; margin:10px 0 5px 0;}
.our-team .box h5{ font-family: 'Inter', sans-serif; font-size:13px; font-weight:300; text-align:center; text-transform: uppercase; color:#79961f /*#d42a5f*/; line-height:18px; margin:0 0 5px 0}
.our-team .box .img-box{ width:100%; max-height:245px; margin:0 auto; padding:0; border-radius:0 0 5px 5px; overflow:hidden;}
/*--end-our-team--*/


#faq .card {
  margin-bottom: 30px;
  border: 0;
}

#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 0px  ;
  overflow:hidden;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #cc8f00;
  color: #fff;
  padding: 20px;
}

#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 900;
  float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
  background: #cc8f00;
  color: #fff; font-size: 18px;  font-weight: bold;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#faq .card .collapsing {
  background: #ececec;
  line-height: 30px;
  color:#6e6e6e;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #ececec;
  line-height: 30px;
  color: #6e6e6e;
}
#faq .btn{ border-radius:0;}

/*--start-footer--*/
.footer-outer{ width:100%; margin:0 auto; padding:30px 0 30px 0;  background:#fff; overflow:hidden; /*margin-top:-110px; z-index:-1;*/}
.footer-top{ width:100%; margin:0 auto; padding:30px 0 20px 0;}
.footer-top .footer-title{ font-family: 'Roboto', sans-serif; font-size:20px; font-weight:bold; text-transform:capitalize; color:#000; position:relative; padding-bottom:20px; margin-bottom:15px; margin-top:15px; }
/*.footer-top .footer-title span{ color:#876afd;}
.footer-title::before{ content:''; width:100%;  height:1px; background:rgba(255,255,255,0.2); position:absolute; bottom:0; left:0; right:0;}
.footer-title::after{



    content:''; width:60px;

    height:2px;

    background:#876afd;

    position:absolute;

    bottom:0;

    left:0px;



}*/



/*.footer-top .form-control{ height:45px; border-radius:0 !important; margin-bottom:30px; padding:0 0 0 20px;}

.footer-top .btn{ background:#f6b129; border-radius:0 !important; padding: 11px 12px 12px 12px; border-color:#fab734 !important; }

.footer-top .btn:hover{ background:#eca823 !important;}

*/



.footer-top p{ font-family: 'Roboto', sans-serif; font-size:16px; font-weight:normal; color:#7d7d7c; line-height:26px;}
.footer-top img{ margin:0 0 15px 0;}
.footer-top .footer-list{ margin:0; padding:0; list-style:none;}
.footer-top .footer-list li{ font-size:14px; font-weight:normal; color:#7d7d7c; line-height:28px;}
.footer-top .footer-list li i{ font-size:20px; color:#876afd; line-height:30px; margin-right:10px;}
.footer-top .footer-list2{ margin:0; padding:0; list-style:none;}
.footer-top .footer-list2 li a{ font-family: 'Roboto', sans-serif; font-size:15px; font-weight:normal; color:#7d7d7c; line-height:34px;}
.footer-top .footer-list2 li:hover a{ text-decoration:none; color:#4c5a3a;}
/*.footer-top .footer-list2 li:hover a::before{ text-decoration:none; color:#fff;}

.footer-top .footer-list2 li a::before {



    content: '\f105';

    font-weight: 700;

    vertical-align: bottom;

    font-family: FontAwesome;

    color: #757575;

    padding-right: 8px;

    -webkit-transition-duration: .3s;

    transition-duration: .3s;



}*/



.footer-btm{ width:100%; margin:0 auto; padding:20px 0;}

.footer-btm p{ font-family: 'Roboto', sans-serif; font-size:14px; font-weight:normal; text-align:left; color:#646464; line-height:40px; margin:0;}

.footer-btm p span{ color:#cc8f00}



.footer-top input {

    height: 50px;

    border: none;

    width: 70% !important;

    font-weight: 300;

    background: 

rgba(255,255,255,.15);

color:

    #fff;

    padding-left: 20px;

    border-radius: 0;

    font-size: 14px;

    padding: 10px;

}

.footer-top .click-btn {



    font-size: 12px;

    text-transform: uppercase;

    background: 



#ee4266;



color:



    #fff;

    border-radius: 0;

        border-top-left-radius: 0px;

        border-bottom-left-radius: 0px;

    border-top-left-radius: 0;

    border-bottom-left-radius: 0;

    padding: 8px 12px;

    border: 0;

    position: relative;

    left: -12%;

    transition: all 300ms linear 0s;



}

.footer-top .click-btn:hover {



    opacity: .8;



}
.social-link{ width:100%; padding:0 0px; text-align:center; margin-bottom:0 !important; }

.social-link li{ display:inline-block;}

.social-link li a{ width:40px; height:40px; background:#37469a; display:block;}

.social-link li a i{ font-size:16px; color:#fff; line-height:40px;}

.social-link li:not(:last-child){ margin-right:5px;}
/*--end-footer--*/


/*--start-scroll-to-top--*/
#scroll-to-top {
  display: inline-block;
  background-color: #2897CC;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 5px;
  right: 15px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scroll-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
#scroll-to-top:hover {
  cursor: pointer;
  background-color: #FF9800;
}
#scroll-to-top:active {
  background-color: #555;
}
#scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}
/*--end-scroll-to-top--*/

/*--start-chat--*/
.chat{position:fixed; right:5px; bottom:14%; width:150px; background:#cc8f00; z-index:999; border-radius:5px; overflow:hidden;}
.chat a{ display:block; margin:0 auto; width:130px; color:#fff; text-align:center; line-height:40px;}
.chat a i{ font-size:20px; margin-right:5px; margin-top:5px !important;}
.chat a img{ width:30px}
.chat a:hover{ text-decoration:none; background:#071142; color:#fff;}
.chat:hover{ background:#071142; }
/*--end-chat--*/

/*--start-body-content--*/
.body-content{ width:100%; margin:0 auto; padding:130px 0 80px 0; overflow:hidden;}
.body-content .form-box{ width:100%; margin:0 auto; padding:30px; border:solid 1px #f4f4f4;  box-shadow:0 10px 30px 0 rgba(50,50,50,.16);}

.body-content .form-box h3{ font-family: 'Lato', sans-serif; font-size:36px; font-weight:bold; text-align:center; color:#000; margin:0 0 10px 0;}
.body-content .form-box h5{ font-family: 'Lato', sans-serif; font-size:15px; font-weight:normal; text-align:center; color:#5c5959; line-height:28px; margin:10px 0;}
.body-content .form-box h6{ font-family: 'Lato', sans-serif; font-size:14px; font-weight:normal; text-align:center; color:#777; line-height:28px; margin:10px 0;}
.body-content .form-box img{ width:60px; margin:0 auto; display:block;}
/*--end-body-content--*/


.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
	position: absolute;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
	border-radius: 50%;
	width: 30px;
	height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000 !important;
}
.owl-nav span {
    font-size: 30px;    
    position: absolute;
    /*top: -12px;*/
	left:10px;
	color:#fff;
	transform: translateY(-60%);
}
.owl-nav button:focus {
    outline: none;
}
.owl-nav {
    display: block !important;}
.owl-dots {
    display: none !important;
}

.readmore-btn{
	width:170px;
	margin:0 auto;
    color:#fff !important;
    background: linear-gradient(to right, #bb8216, #cfcd14);
    font-family: 'OpenSansBold', sans-serif;
    font-size: 13px;
    font-weight: bold;
	line-height:45px;
    text-transform: uppercase;
    border-radius: 5px;
    text-align:center;
    margin-top:30px;
    cursor: pointer;
	border:none;
}
.readmore-btn:hover { background: linear-gradient(to right, #bbb916, #cfcd14); text-decoration:none;} 
.readmore-btn:hover a{ text-decoration:none; display:block; }
.readmore-btn a{ color:#fff !important; display:block !important; }

.readmore-btn-2{
	width:250px;
    color:#fff !important;
    background: linear-gradient(to right, #4a5938, #cfcd14);
    font-family: 'OpenSansBold', sans-serif;
    font-size: 18px;
    font-weight: bold;
	line-height:60px;
    text-transform: uppercase;
    border-radius: 5px;
    text-align:center;
    margin:0 auto;
	display:block;
    cursor: pointer;
}
.readmore-btn-2:hover { background: linear-gradient(to right, #cfcd14, #4a5938); text-decoration:none;} 
.readmore-btn-2:hover a{ text-decoration:none; display:block; }
.readmore-btn-2 a{ color:#fff !important; display:block !important; }

.learn-more-btn a{ font-family: 'Inter', sans-serif; font-size:13px; font-weight:500; text-transform:uppercase; color:#0a0a0a; }
.learn-more-btn a i{ margin-left:10px;}
.learn-more-btn a:hover{ text-decoration:none; color:#a5a218; cursor:pointer;}


@media (max-width: 990px){
.blank-div{ width:100%; height:55px; overflow:hidden;}
}

@media (max-width: 767px){

}


@media (max-width: 575px){
.about-us{ padding:10px 0 20px 0;}	
.about-us .box h3{ font-size: 22px; margin: 10px 0 10px 0; }
.about-us .box p{padding: 0px 0 0 0;}

.sec-2 h2{ font-size:24px; line-height:32px;}
.sec-2 h6{ font-size:16px; }

.sec-4 h2{ font-size:24px; text-align:center; line-height:38px; margin: 0 0 10px 0;}

.our-partners h2{ font-size:20px; line-height:30px;}
.our-partners h4{ font-size:16px;}

.our-gallery h2{ font-size:24px; line-height:32px;}

.donation .box h3 { font-size:24px; line-height:32px;}
.donation img{ margin-top:10px;}

.sec-6 h2{ font-size:24px; line-height:24px;}
.sec-6 h6{ font-size:16px; }
}