@charset "utf-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700;800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

body {font-family: 'Poppins', sans-serif;}

.bg-light {background: none !important; position: absolute; width: 100%; z-index: 99; padding-top: 20px;  }
section {padding: 70px 0;}
.fixed-top {position: fixed !important; background: #FFF !important; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; padding-top: 10px!important; z-index: 99999; }

.bg-light .nav-link {color: #FFF !important; margin-left: 20px;}
.fixed-top .nav-link {color: #00afd7 !important;}
.bg-light .nav-link.donat-btn {color: #FFF !important;}
.bg-light .navbar-brand img { filter: brightness(100);}
.fixed-top .navbar-brand img {filter: none !important;}
.fixed-top .nav-link.donat-btn {color: #FFF !important;}
.navbar-nav .nav-item .nav-link.donat-btn:hover {color: #FFF !important;}

.restore-btn { background: #085a9c !important; }
.orange-text {color: #ff671f; font-weight: 700;}
.nav-link {font-size: 0.8vw; font-weight: 700; }

.carousel {}
.carousel-item {
  height: 101vh;
  min-height: 450px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-control-next {top: auto; bottom: 6%; right:3%; opacity: 1;}
.carousel-control-next img {width: 245px; height: auto; }
.carousel-caption {bottom: 12%; left: 5%; right: 5%;}
/*

.carousel-caption {
    transform: translateY(-30%);
    bottom: 0;
    top: 30%;
}
*/
.carousel-caption h2 {font-weight: 600; font-size: 80px; text-transform:uppercase; margin-bottom: 0px; line-height: 80px;  color: #FFF;}
.carousel-caption .lead {font-size: 22px; margin-bottom: 30px; }
.carousel-caption .btn { border: 1px solid #ff671f; color: #ff671f;  font-size: 18px; border-radius: 500px; padding: 10px 30px; font-weight: 700;}
.carousel-caption .btn:hover { background: #ff671f; color: #FFF; }
.img-width {width: 100%; height: auto; }
.overlay {
 position: absolute; /* Sit on top of the page content */
  
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background: url("../images/bg-grid.png");
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.shadow-text {
    position: absolute;
    bottom: 2%;
    font-size: 200px;
    opacity: 0.2;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 150px;
}

.donat-btn { background: #ff671f; font-weight: 700; padding: 5px 20px;  }
.title-box img {width: 100%; height: auto; }
.title-box h3 {color: #FFF; font-size: 50px; text-align: center; line-height: 45px;}
.gree-bg {background: #43B02A; }
.blue-bg {background: #00afd7; }
.title-box {position: relative; }
.title-box .caption {opacity: 0; -webkit-transition: opacity .6s; transition: opacity .6s;  position: absolute;   transform: translateY(-50%);
    bottom: 25%;
    top: 50%; margin: 0 auto; left: 0; right: 0; font-size: 22px; text-align: center; font-weight: 700; color: #00afd7; }
.title-box .caption a.btn {background: #00afd7; color: #FFF;
font-size: 18px;
border-radius: 500px;
padding: 5px 30px;
font-weight: 700;}
.title-box .caption span {display: inline-block; width: 100%;}
.title-box.blue-bg .caption {color: #43B02A !important;}
.title-box.blue-bg .caption a.btn { background: #43B02A !important; color: #FFF !important; }



.title-box:hover .caption {opacity: 1.0;  }
.title-box:hover img {  opacity: .3; -webkit-transition: opacity .6s; transition: opacity .6s;}

.restore-list2 ol  { padding: 0px; margin: 10px 15px;  } 
.restore-list2 ol  li { list-style: decimal !important; margin-bottom: 10px; } 
.restore-list2 ol li::before { display: none; } 
.more-list li {margin-bottom:10px;}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler:hover {
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  height: 2px;
  width: 22px;
  border-radius: 1px;
  display: block;
  background-color: #B6B6B6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}


/*---Animation menu (create X)---*/

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: translateX(3px) rotate(45deg);
  /* Safari 3-8 & Chrome 4-35 & Opera 15-22 */
  -ms-transform: translateX(3px) rotate(45deg);
  /* IE 9 */
  -moz-transform: translateX(3px) rotate(45deg);
  /* Firefox 3-15 */
  -o-transform: translateX(3px) rotate(45deg);
  /* Opera 10-14 */
  transform: translateX(3px) rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  -moz-opacity: 0;
  /* Older Firefox 1 */
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: translateX(3px) rotate(-45deg);
  -ms-transform: translateX(3px) rotate(-45deg);
  -moz-transform: translateX(3px)rotate(-45deg);
  -o-transform: translateX(3px) rotate(-45deg);
  transform: translateX(3px) rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}


/*---To center elements of the navbar (mobile)---*/

.navbar-brand {
  font-size: 1rem;
}


/*---Custom AnimateCSS mobile menu items---*/

.nav-item {
  -webkit-animation-duration: 0.8s;
  /* Chrome 3-42 & Safari 4-8 & Opera 15-29 */
  -moz-animation-duration: 0.8s;
  /* Firefox 5-15 */
  -o-animation-duration: 0.8s;
  /* Opera 12-14 */
  animation-duration: 0.8s;
}

.ehover4 .overlay {
    background-color: rgba(0,0,0,.5) ;
    transition: all .4s ease-in-out;
	background-image: none;
}

.ehover4 .overlay:hover {background-color: rgba(0,0,0,.9) ;}
.ehover4 .info, .ehover42 .info {width: 90%; margin-top: 100px; border: 0px; box-shadow: 0px; font-size: 22px;}
.hover .info:hover {box-shadow:none !important;}
.hover img {-webkit-transition: all .4s linear;
transition: all .4s linear;}
.hover:hover img {-webkit-transform: scale(1.2); transform: scale(1.2);}

.ehover4 h2 {
    -webkit-transform: translateY(400%);
    transform: translateY(400%);
    transition: all .4s ease-in-out;  background: none; font-size: 45px;
}
.ehover4:hover h2 {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.overlay-green {  background-color: rgba(129,190,65,.5) !important;  transition: all .4s ease-in-out !important;}
.overlay-green:hover {  background-color: rgba(129,190,65,.9) !important;  }
.overlay-blue {  background-color: rgba(8,90,156,.5) !important;  transition: all .4s ease-in-out !important;}
.overlay-blue:hover {  background-color: rgba(8,90,156,.9) !important;}

.ehover4 .info span {display: inline-block; width: 100%; margin-bottom: 10px;}
.ehover4 .info a.btn {border: 1px solid #ff671f;
background: #ff671f;
color: #FFF;
font-size: 18px;
border-radius: 500px;
padding: 10px 30px;
font-weight: 700;}

.list-box {padding: 0px; margin: 15px;}
.list-box li { margin-bottom: 10px;  }

h2 {font-size: 46px; font-weight: 700; color: #292929;}

.bg-1 {background: url(../images/help-bg.png) no-repeat center center scroll; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;}


.blue-prints-bg {background: url(../images/blueprint.jpg) no-repeat center center fixed !important; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;}
.blue-prints-bg-2 {background: url(../images/blueprint-2.jpg) no-repeat left center fixed !important; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;}

.blue-prints-bg-3 {background: url(../images/blueprint.jpg) no-repeat right center fixed !important; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;}

.blue-prints-bg-4 {background: url(../images/blueprint-2.jpg) no-repeat left center fixed !important; 
   -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;}

.video-box {position: relative;}
.video-box img {width: 100%; height: auto; }
.video-box span { transform: translateY(-50%);
    bottom: 0;
    top: 50%; position: absolute; left: 0px; right: 0px; margin: 0 auto; width: 155px; height:155px;}


.help-box {color: #FFF; text-align: center; padding: 8% 0px;}
.help-box h3 {font-size: 50px; font-weight: 700;}
.help-box p {font-size: 30px;}
.help-box p span  {display: inline-block; padding: 5px 15px 0px; background: #43B02A;  color: #00afd7; line-height: 30px; font-weight: 700; font-size: 40px;}
.help-box a.btn {background: #ff671f;
color: #FFF;
font-size: 22px;
border-radius: 500px;
padding: 10px 30px;
font-weight: 700;}

a:hover {text-decoration: none;}

.btn-all {background: #ff671f;
color: #FFF;
font-size: 22px;
border-radius: 500px;
padding: 10px 30px;
font-weight: 700; margin-top: 15px; display: inline-block;  text-align: center; }
.btn-all:hover {color:#FFF; background: #43B02A;}

.bg-2 {
background: url(../images/bg-img.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.sponsors-box1 .item {background: #FFF; padding: 10px;}
.footer-logo img {
    filter: brightness(100);
}
.restore-btn i {font-size: 21px; line-height: 19px}

.counter-box-img { position:relative;   }
.counter-box-img::before { content: " "; background: #ffffff; width:40px; position: absolute; left: 0px; height: 101%; transform-origin: top right;
-ms-transform: skew(-5deg, 0deg);
-webkit-transform: skew(-5deg, 0deg);
transform: skew(-5deg, 0deg); top: -1px; border-left: 1px dashed #00afd7; }

.counter-box-img img {width: 100%; height: auto; }

.counter-box-2 { background: #f8f9fa; padding:10% 5% 10% 10%; margin-left: 0px;  
   display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; text-align: left; }

.counter-box-2::before { content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00afd7;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.counter-box-main:hover .counter-box-2::before { -webkit-transform: scaleX(1); transform: scaleX(1); }
.counter-box-main:hover .counter-box-2 p {color: #FFF !important; }
.counter-box-2 h3 {font-size:50px; font-weight: 700; color: #ff671f; margin-bottom:0px; }
.counter-box-2 p {font-size:22px; margin-bottom: 0px; }


.counter-box-img-2 {position:relative;}
.counter-box-img-2::after { content: " "; background: #ffffff; width:40px; position: absolute; right:-40px; height: 101%; transform-origin: top right;
-ms-transform: skew(-5deg, 0deg);
-webkit-transform: skew(-5deg, 0deg);
transform: skew(-5deg, 0deg); top: -1px; border-right: 1px dashed #00afd7; z-index: 99; }

@media only screen and (max-width: 991px) {
  #navbarText {
    height: 100vh !important;
  }
}


button:focus {outline: none; }

.counter-box { background: #f8f9fa; padding:10% 10% 10% 5%; margin-right: -10px;  
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; text-align: right; }

.counter-box::before { content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00afd7;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.counter-box-main:hover .counter-box::before {-webkit-transform: scaleX(1); transform: scaleX(1); }
.counter-box-main:hover .counter-box p {color: #FFF !important; }
.counter-box h3 {font-size:50px; font-weight: 700; color: #ff671f; margin-bottom:0px; }
.counter-box p {font-size:22px; margin-bottom: 0px; }


.bg-3 {
background: url(../images/img-1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.message-box {color: #FFF; padding: 15% 0;}
.message-box h2 {color: #FFF; font-size: 70px; line-height: 70px; margin-bottom: 20px;}
.message-box h5 {color: #FFF; font-size: 30px;}


.inner-banner {
background: url("../images/inner-banner.jpg") no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
padding: 10% 0 5%; color: #FFF;
	min-height: 455px;
}

.inner-banner h2 {color: #FFF; font-size: 70px; line-height: 70px; margin-bottom: 20px;}
.inner-banner h5 {color: #FFF; font-size: 30px;}



.help-new-box {position:relative; background: #f8f9fa; color: #FFF; overflow-x: hidden; }

.help-new-box::before { content: ""; position: absolute; left:0px;  height: 100%; width:80%; top: 0px; transform-origin: top right;
-ms-transform: skew(45deg, 0deg);
-webkit-transform: skew(45deg, 0deg);
transform: skew(45deg, 0deg);  background-image: linear-gradient(to right bottom, #00afd7, #2e4c79, #24406a, #19345c, #0e284e); }

.help-new-box h3 {font-size: 50px; font-weight: 700; margin-bottom: 20px;}
.help-new-box h5 {font-size: 22px; font-weight: 400; margin-bottom: 20px; line-height: 45px;}
.help-new-box h5 span {font-size:30px; font-weight: 700 !important; position: relative; z-index: 99; text-align: center; padding: 15px 20px; display: inline-block;  }
.help-new-box h5 span::before {content: ""; position: absolute; width: 100%; height: 80%; top:0px;  z-index: -1; left: 0px; background: url(../images/number-bg.png) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
 

.volunteer-box {position:relative; background: url("../images/bg-img-3.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.volunteer-box::before { content: ""; position: absolute; left: 0px; background: #00afd7; height: 100%; width: 60%; top: 0px; transform-origin: top right;
-ms-transform: skew(-30deg, 0deg);
-webkit-transform: skew(-30deg, 0deg);
transform: skew(-30deg, 0deg); }

.volunteer-box img {width: 100%; height: auto; }

.volunteer-box h3 {font-size: 50px; font-weight: 700; color: #ff671f;}
.volunteer-box h3 span {font-size: 30px; font-weight: 600; color: #00afd7;}
.volunteer-box p {font-size: 22px; }

.page-title{margin-bottom: 20px; display: inline-block; width: 100%;}
.page-title h2 {float: left; font-size:55px; color: #ff671f; position: relative; }
.page-title h2::before { content: ""; position: absolute; left: 0px; bottom: 0px; width: 50px; height: 4px; background: #00afd7;}
.page-title p {float: right; text-align: right; width: 50%; font-size: 22px; line-height: 28px; }

.bg-4 { background: linear-gradient(to bottom, #ffffff, #fafafa, #f5f5f5, #f0f0f0, #ebebeb) !important;
/*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 90 90'%3E%3Ccircle fill-opacity='0.36' fill='%23e3e3e3' cx='45' cy='45' r='8'/%3E%3Cg fill='%23e3e3e3' fill-opacity='0.36'%3E%3Ccircle cx='0' cy='90' r='8'/%3E%3Ccircle cx='90' cy='90' r='8'/%3E%3Ccircle cx='90' cy='0' r='8'/%3E%3Ccircle cx='0' cy='0' r='8'/%3E%3C/g%3E%3C/svg%3E");*/
}


.wwd-box .img-box img {width: 100%; height: auto; }
.wwd-box .content-box {padding: 20px; margin:-10% 10% 0%; background: #FFF; position: relative; z-index: 9; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; text-align: center; }
.wwd-box .content-box {position: relative;  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out; }
.wwd-box .content-box h3 {font-weight: 700; margin-bottom: 0px; margin-top:40px; color: #00afd7;}
.wwd-box .content-box i {font-size:50px; color: #FFF; height: 100px; width: 100px; position: absolute; top: -50px; left: 0px; right: 0px; margin: 0 auto 20px; line-height: 100px; text-align: center; background: #ff671f; border-radius: 500px; }
.wwd-box:hover .content-box {background: #ff671f; }
.wwd-box:hover .content-box h3 {color: #FFF; }


.home-box-bg {position:relative; background: url("../images/home.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.home-box {margin: 15% 0px;}
.home-box h3 {font-size: 70px; line-height: 70px; margin-bottom: 20px; font-weight: 700; color: #00afd7;}
.home-box h5 {font-size: 30px; }

.sponsors-bg {background-color: #f8f9fa;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1082' height='541' viewBox='0 0 1600 800'%3E%3Cpath fill='%23ff671f' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%2343B02A' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;}

.sponsors-bg h2 {color: #ff671f; font-weight: 700; font-size: 50px;}
.sponsors-bg h2 span {color: #00afd7;  font-weight: 600; font-size: 36px;}

.green-bg-2 {padding:40px 20px; background-image: linear-gradient(to bottom, #43B02A, #6fa734, #5e9128, #4d7c1b, #3c670e);}
.blue-bg-2 {padding:40px 20px;  background-image: linear-gradient(to bottom, #00afd7, #05528e, #034980, #024173, #013966);}
.orange-bg-2 {padding:40px 20px;   background-image: linear-gradient(to bottom, #ff671f, #e75c1a, #d05115, #b94610, #a33c0b);}

.news-box {color: #FFF;}
.news-box h3 {color: #FFF; font-size: 36px; font-weight: 700; margin-bottom: 20px;}


.news-list {padding: 0px; list-style: none; }
.news-list li  {margin-bottom: 15px; border-bottom: 1px dashed #dff8c4; padding-bottom: 10px; }  
.news-list li:last-child  {border-bottom: 0px; }  
.news-list li p {color: #FFF; font-size:22px; margin-bottom: 0px; }  
.news-list li a {color: #000; font-size:18px; font-weight: 700; } 

.event-list {list-style: none; padding: 0px;}
.event-list li {border-bottom: 1px dashed #b8ddfa; padding-bottom: 20px; float: left; width: 100%; margin-bottom: 15px;}
.event-list li:last-child  {border-bottom: 0px; } 
.event-list .img-box {float:left; margin-right: 15px;}
.event-list .content-box {float:left; width: 80%;}
.event-list .content-box .date {font-size: 14px; margin-bottom: 10px; display: inline-block; }
.event-list .content-box p { margin-bottom:10px;}
.event-list .content-box a {font-size: 22px; font-weight: 700; color: #FFF;  line-height: 24px; }
.event-list .content-box .location {font-size:13px;  color: #FFF;}

.view-event-box {text-align: center;   margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); width: 80%; }
.view-event-box h4 {color: #FFF; font-size: 36px; font-weight: 700; margin-bottom: 20px;}
.view-event-box a.btn {color: #FFF; font-size: 22px;
border-radius: 500px;
padding: 10px 30px;
font-weight: 700;
margin-top: 15px;
display: inline-block; background:#00afd7;}
.view-event-box a.btn:hover { background:#43B02A; color: #00afd7; }

.form-bg {position:relative; background: url("../images/form-bg.jpg") no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.form-info h3 {font-size: 45px; color: #FFF; font-weight: 700;}
.form-box .form-control {border-radius: 0px;  font-size: 22px; font-weight: 600;}

.social-icon {display: inline-block; margin: 20px 0;}
.social-icon a {font-size: 16px; color: #FFF; height: 40px; width: 40px; margin-left: 2px; text-align: center; line-height: 40px; display: inline-block; -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;}
.fb {background: #1773eb;}
.tw {background: #00abef;}
.gp {background: #ff3e2c;}
.yt {background: #f10a0b;}
.ins {background: #fe5e3b;}

.footer-left {background: #222222; color: #FFF; padding-top:70px; padding-bottom: 50px;}
.footer-right {background:#191919;  color: #FFF;  padding-top: 70px; padding-bottom: 50px; }

.footer-menu {list-style: none; padding: 0px 0px 0px 8%; }
.footer-menu li {float: left;  width: 33.33%; margin-bottom:10px; padding-left: 15px;}
.footer-menu li a {color: #FFF; font-size: 14px; line-height: 16px; float: left; }
.footer-menu li a:hover {color: #ff671f; }
.footer-menu li::before {
    content: "";
    line-height: normal;
    width: 6px;
    height: 6px;
    background-color:#ff671f;
    float: left;
    margin: .4em 0px 0.3em -15px;
}

.footer-logo {padding-left: 50px; margin-bottom: 20px;}
address {padding-left: 60px; font-size: 22px;}
address a {color: #FFF; }
address a:hover {color: #ff671f; }

.copyright {
	padding: 15px 60px;
	color: #FFF;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
}
.copyright p {
	margin: 0px;
}
.copyright p a {color: #FFF;}
.fancybox-container {z-index: 99999999 !important;}

.top-message {background: #00afd7; color: #FFF; font-size: 13px; padding: 10px 0; position: relative; text-align: center; }
.top-message p {margin-bottom: 0px; }
.top-message p a {color: #FFF; font-weight: 700; text-decoration: underline; }
.top-message a.open-btn {position: absolute; right: 15px; top: 5px; color: #FFF; font-size:20px;}

.close-box {display: none; }

.about-boxs .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.about-boxs-title {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}

.about-boxs-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.about-boxs:hover .about-boxs-title {
  transform: translateY(-1.5rem);
}

.about-boxs:hover .about-boxs-description {
  bottom: 2rem;
  opacity: 1;
}

.about-boxs:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}
.about-boxs a {color: #FFF; font-weight: 700;}

.hover-3 {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover-3 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

.t-nav {margin: 20px 0;}
.t-nav button  { border: 1px solid #00afd7; height: 40px; width: 40px; text-align: center; border-radius: 500px; background: #FFF;}
.t-nav button:hover  { background: #00afd7;}
.t-nav button i { color: #00afd7; font-size: 20px; line-height: 35px; }
.t-nav button:hover i { color: #FFF;  }

.gallery-box h3 {color: #FFF !important;}
.navbar-nav .nav-item.active .nav-link {color: #e6e6e6 !important;}
.navbar-nav .nav-item .nav-link:hover { color: #e6e6e6 !important;}
.fixed-top .nav-item.active .nav-link { color: #085a9c !important; }
.fixed-top .nav-item .nav-link:hover { color: #085a9c !important; }

.sticky-top.sub-list-menu {top: 104px;}
.subnav {text-align: center; display: inline-block;}
.subnav li  {text-align: center; display: inline-block;}


.bg-5 {position:relative; background: url("../images/bg-img.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; overflow-x: hidden;}

.bg-5::before { content: ""; position: absolute; right: 0px; background: #00afd7; height: 100%; width: 60%; top: 0px; transform-origin: top left;
-ms-transform: skew(30deg, 0deg);
-webkit-transform: skew(30deg, 0deg);
transform: skew(30deg, 0deg); }

.bg-5 img {width: 100%; height: auto; }

.bg-5 h3 {font-size: 50px; font-weight: 700; color: #ff671f;}
.bg-5 h3 span {font-size: 30px; font-weight: 600; color: #00afd7;}
.bg-5 p {font-size: 22px; }

.sub-list { background: #00afd7 !important; }
.sub-list .js-scroll-trigger{ color: #FFF !important; font-weight: 400; padding-top: 15px; padding-bottom: 15px; }
.sub-list .js-scroll-trigger.active { background: #085a9c !important; }
.sub-list .js-scroll-trigger:hover { background: #085a9c !important; }
.guideline-box .nav-link {color: #FFF !important; background: #00afd7; border-radius: 0px; margin-bottom: 3px;  }
.guideline-box .nav-link.active {color: #FFF !important; background: #ff671f; border-radius: 0px; }
.guideline-box .tab-pane a {color: #00afd7 !important; font-weight: 700; }

.volunteer-form {background: #00afd7;}
.volunteer-form h2 {color: #FFF; text-align: center; }
.volunteer-form .form-control {border-radius: 0px; font-size: 22px; font-weight: 600; }
.volunteer-form textarea.form-control {resize: none; }

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
	background: #ff671f !important; border: 0px; color: #FFF !important;
}

.back-to-top:hover {background: #ff671f;}

h3.blue-title {color: #00afd7 !important;}

.blog-box {margin: 15px 0; background:#FFF; }
.blog-box .blog-img-box {position: relative; margin-bottom: 15px; }
.blog-box .blog-img-box img {width: 100%; height: auto; }
.blog-box .blog-content  {padding:0 10px 20px; display: inline-block;}
.blog-box .blog-content h3 {font-size: 16px; font-weight: 500; color: #000; margin-bottom: 0px; min-height: 30px;}
.blog-box .blog-content small {font-size: 12px; font-weight:400; color: #868686; margin-bottom:10px; display:  inline-block; width: 100%;}
.blog-box .blog-content small b {color: #000; font-weight: 500; }
.blog-box .blog-content p {font-size: 13px; font-weight: 400; color: #000; margin:10px 0 20px;  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
.blog-box .blog-content a { background:#ff671f; color:#FFF; font-size: 14px; text-transform: uppercase; font-weight: 700; padding: 5px 20px; display: inline-block;  border-radius: 500px !important;}
.blog-box .blog-content a:hover  {  color: #00afd7;
background: #43B02A; }
.blog-box:hover  {  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);  }

.blog-detail-page h3 {font-size: 36px; font-weight: 700; color: #00afd7; }
.blog-detail-page h4 {font-size: 20px; font-weight: 700; color: #000; }
.blog-detail-page h4  a {font-size: 20px; font-weight: 700; color: #000; }
.blog-detail-page h4  a:hover {color:#ff671f; }
.blog-detail-page {border-bottom: 0px; }
.blog-detail-page .blog-img-box {float: right; margin: 10px 0 10px 10px; width: 50%; }

.home-prgm h3 span { display: inline-block; width: 50px; height: 50px; font-size: 36px; line-height: 50px; text-align: center; color: #FFF; background: #00afd7; margin-right: 10px;}

.program-status {background: #8B8B8B; color: #FFF; font-size: 16px; display: inline-block; width: 100%; margin-bottom: 20px; }

.program-status span  { float: right; font-size: 16px; padding:5px 10px; line-height: 27px;}
.program-status .close-btn {background: #ff0000; color: #FFF; font-size: 18px; float: right; padding:5px 10px; font-weight: 700;}
.program-status .open-btn {background: #00ff00; color: #00afd7; font-size: 18px; float: right; padding:5px 10px; font-weight: 700;}
.program-status a.btn {background:#ff671f; color: #FFF; font-size: 18px; float: left; padding:5px 10px; border-radius: 0px; border: 0px; }
.close-btn-new {background: #FF0004; color: #FFF; font-size: 18px; float: right; padding:5px 10px; font-weight: 700;}
.more-list {padding: 0px; margin: 5px 15px 10px;}
.more-list a {color: #00afd7; font-weight: 700; }
.more-list a:hover {color: #ff671f; font-weight: 700; }

.more-list2 {padding: 0px; margin: 10px 0;}
.more-list2 li {float: left; list-style: none; margin-right: 10px; margin-bottom: 10px; }
.more-list2 a {color: #00afd7; font-weight: 700; padding: 5px 10px; border: 1px solid #212529; float: left; }
.more-list2 a:hover {color: #FFF; font-weight: 700; background: #ff671f; border-color: #ff671f; }


.red-text {color: #ff0000}
.green-text {color: #00ff00}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.map-responsive2 {
    overflow:hidden;
    padding-bottom:40%;
    position:relative;
    height:0;
}

.restore-list {padding: 0px; margin: 0px 15px 30px; display: inline-block; width: 100%;}
.restore-list li {list-style: none; margin-bottom: 10px; float: left; width: 50%; line-height: 20px; padding-right:40px;}
.restore-list li::before {
    content: "";
    line-height: normal;
    width: 6px;
    height: 6px;
    background-color: #ff671f;
    float: left;
    margin: .5em 0px 0.3em -14px;
}

.restore-list2 {padding: 0px; margin: 0px 15px 30px; display: inline-block; width: 100% !important;}
.restore-list2 li {list-style: none; margin-bottom: 15px;  line-height: 20px; padding-right:40px;}
.restore-list2 li::before {
    content: "";
    line-height: normal;
    width: 6px;
    height: 6px;
    background-color: #ff671f;
    float: left;
    margin: .5em 0px 0.3em -14px;
}

.blue-text { color: #00afd7; }
.blue-text:hover { color: #ff671f; }


.photo-gallery2  .owl-nav span { color: #FFF; font-size: 60px; line-height: 40px; }
.photo-gallery2  .owl-nav button{ height: 50px; width: 50px;   border: 2px solid #FFF !important; border-radius: 500px !important; }

.photo-gallery2  .owl-nav button:hover { background: none !important; }


.gallery-box-3 .info { font-size: 16px; margin-top: 30px; width: 100%; }
.gallery-box-3 img {width: 100%; height: auto; }
.gallery-box-3 h2 {-webkit-transform: translateY(250%);
transform: translateY(250%);
transition: all .4s ease-in-out;
background: none;
font-size: 24px;}
.gallery-box-3 a.btn {font-size: 16px !important;}photo-gallery-box

/*
.photo-gallery2 .owl-nav button { width: 50px !important; height: 50px !important; border: 2px solid #FFF !important; border-radius: 500px !important; }
.photo-gallery2 .owl-nav button:hover {background: #FFF !important;}
*/
.photo-gallery-box {position: relative;}
.photo-gallery-box .zoom-icon {margin: 0;
  position: absolute; bottom: 15%; right: 3%;
  z-index: 999; font-size: 20px; color: #FFF; line-height: 20px; opacity: 0.7;}
.photo-gallery-box .zoom-icon span {font-size: 16px; }
.photo-gallery-box:hover .zoom-icon {opacity: 1.0;}

.bg-6 {position:relative; background: url("../images/bg-img-3.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.bg-6::before { content: ""; position: absolute; left: 0px; background: #00afd7; height: 100%; width: 60%; top: 0px; transform-origin: top right;
-ms-transform: skew(-30deg, 0deg);
-webkit-transform: skew(-30deg, 0deg);
transform: skew(-30deg, 0deg); }

.contact_form .form-control { border-radius: 0px; font-size: 18px; border: 0px; border-bottom: 1px solid #5B5B5B; padding: 20px 15px; }
.contact_form .form-control:focus {box-shadow: none !important; }

.download-box h3 {font-weight: 700;}
.download-box ul {padding: 0px; margin:10px 0px; list-style: none; }
.download-box a {font-weight: 600; color: #00afd7 !important; padding: 5px 0; display: inline-block; }
.download-box a:hover {color:#ff671f !important; }
.download-box a i {color: #dc1d24; font-size: 20px; margin-right: 5px; }
.download-box a i.fa-file-word {color: #103d8c; }
.other-gallery h3 {font-size: 16px; font-weight: 700; position: absolute; bottom: 0px; width: 100%; padding: 10px; background: rgba(0,0,0,0.7);}
.other-gallery h3 i {float: right; }
.other-gallery .item:hover h3 {background: rgba(0,0,0,1);} 

.wish-list .nav-item .nav-link {color: #fff; background-color: #00afd7 !important; border-radius: 0px; margin-right: 5px;}
.wish-list .nav-item .nav-link.active {color: #fff; background-color: #ff671f !important; }

.bg-7 {background: url(../images/bg-3.png) no-repeat left center fixed !important; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; position: relative; }

.bg-7 img {width: 100%;}
.bg-7::before { content: "";
position: absolute;
left: 0px;
background: #00afd7;
height: 100%;
width:30%;
top: 0px; }

.content-box-new h3 {font-size: 50px; font-weight: 700;}
.content-box-new p {font-size: 22px; }


.bg-8 {background: url(../images/bg-4.png) no-repeat right center scroll ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; position: relative; padding: 70px 15px; }


.light-blue-bg {background: #ebf3fe;}

.bg-9 {position: relative; text-align: center; z-index: 99; padding: 70px 15px; }
.bg-9 img {box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important; }
.bg-9::before {content: "";
position: absolute;
left: 0px;
background: #ebf3fe;
height: 100%;
width:100%;
top: 0px;-webkit-border-top-left-radius: 100%;
-webkit-border-bottom-right-radius: 100%;
-moz-border-radius-topleft: 100%;
-moz-border-radius-bottomright: 100%;
border-top-left-radius: 100%;
border-bottom-right-radius: 100%; z-index: -1; }
.bg-w::before {background: #FFF !important; }

.bg-10 {background: url(../images/bg-5.png) no-repeat right center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; position: relative; padding: 70px 15px; }

.bg-11 { position: relative; }
.bg-11::before { content: "";
position: absolute;
right: 0px;
background: #00afd7;
height: 100%;
width:30%;
top: 0px; }

a.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;
}
.comment {font-weight: 600;}
.comment a {
	color: #ff671f; font-weight: 700;
}

.accordion .card-header a {text-align: left !important; color: #FFF; font-size: 18px; font-weight: 700; }
.accordion .card-header a i {float: right; font-size: 26px; }
.accordion .card-header {margin-bottom: 10px; border: 0px; background:#00afd7;    }
.accordion .card {border: 0px; margin-bottom: 10px; border-radius:0px !important; background: none; }
.accordion .card .card-body  {background: #fdfdfd; margin-bottom:10px; -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px; }
.accordion .card .card-body p {font-size:18px; }

.about-in-box .img-box img {width: 100%; height: auto; }
.about-in-box .content-box {width: 90%; padding: 20px; margin: 0 auto; background: rgba(56,89,136,0.9); margin-top: -35%; position: relative;  color: #FFF; -webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;}
.about-in-box .content-box h4 {font-weight: 700;}
.restore-list3 li { width: 50% !important; float: left; }

.bg-12 {background: url(../images/bg-home.jpg) no-repeat right center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.content-box a.btn-all {position: absolute; bottom: 20px; padding: 10px 20px; font-size: 16px;}

.big-title  {position: relative; }
.big-title span { position: absolute; font-size: 105px; text-transform: uppercase; opacity: 0.1; top: -70px;}
.photo-gallery2 .item {
    margin-bottom: 0px;
    height: 565px;
    text-align: center;
    overflow: hidden;
	background: #00afd7;
}

.photo-gallery2  .item img {
    height:565px !important;
    width: auto !important;
	display: inline-block;
}

.photo-gallery .item {
    margin-bottom: 0px;
    height: 215px;
    text-align: center;
    overflow: hidden;
	background: #00afd7;
}

.photo-gallery  .item img {
    height:215px !important;
    width: auto !important;
	display: inline-block;
}


@media (min-width:1200px) {
.container {max-width: calc(100% - 150px) !important;}
}

.view-btn { background: #ff671f; color: #FFF; border-radius: 500px; font-weight: 700; padding: 5px 20px; margin-left: 10px; }
.view-btn:hover { background: #00afd7; color: #FFF;  }


.dpr-box {background: #385988;}

@media(max-width:767px) {
	.shadow-text {display: none; }
	.carousel-caption h2 {font-size: 40px; line-height: 40px;}
	.carousel-caption {bottom: 5%; left: 5%;}
	.carousel-control-next {display: none; }
	.nav-link {font-size: 18px;}
	.navbar-light .navbar-nav .nav-link {
    text-align: right;
    font-size: 18px !important;}
	.nav-link.donat-btn {text-align: center !important; }
	.bg-light .nav-link {margin-left: 0px;}
	.nav-bg {background: #1c272f !important; padding-left: 20px; padding-right: 20px; }
.fixed-top.nav-bg {background: #FFF !important;}
	.ehover4 h2 {font-size: 20px;}
	.hover img {width: 100%; height: auto; }
	.footer-menu li {width: 50%;}
	.footer-menu {padding-left: 0px;}
	.gallery-box h3 {color: #43B02A !important;}
	h2 {font-size: 36px;}
	.inner-banner {padding: 50% 0 5%;}
	.inner-banner h2 {font-size: 55px;}
	.blog-img-box {float:left !important; margin: 10px 0 !important; width: 100% !important; }
	
	.map-responsive{
    overflow:hidden;
    padding-bottom:100%;
    position:relative;
    height:0;
}
	.btn-all {font-size: 18px;}
	.page-title h2 {font-size: 36px !important;}
	.help-new-box::before { transform-origin: bottom right;  width: 310%; }
	.message-box h2 {font-size: 36px !important; line-height: normal !important; }
	
	.restore-list3 li { width: 100%; }
	
	.home-box h3 { font-size: 40px; line-height: normal; }
	.page-title p {float: left; text-align: left; width: 90%;}
	.counter-box-img-2::after {width: 0px; right: 0px; }
	.counter-box-img::before {width: 0px; left: 0px;}
	.counter-box { margin-right: 0px; }
	.big-title span {font-size: 48px; top: -30px;}
	.help-new-box h3 {font-size: 36px;}
	
}
.block-cont .icon-box {font-size: 30px; color: #385988; padding-right: 20px;}
.block-cont p {margin-bottom: 7px;}
.block-cont .blockq {font-style: italic; font-size: 14px; color: #666;}

.u-info h5 { margin-bottom: 0px; }
.u-info small { color: #666; }
.u-info a { color: #385988; }
