 /*================================================
            0 BASE CSS
==================================================*/

*, ::after, ::before {
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700|Roboto+Slab:700|Raleway:700&display=swap');


html, body {
    height: 100%;
    vertical-align: baseline;
}
body {
  overflow-x: hidden;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #292b2c;
}

/* font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
font-family: 'Raleway', sans-serif;
  font-weight: 700;
 */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
}
a:focus {
    outline: 0 solid;
}
img {
    height: auto;
}
a{
   transition: 0.4s;
}
html,
body {
    height: 100%;
}
a:hover {
    text-decoration: none;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*==============================================
                  2. Navigation
=================================================*/
.header {
  background-color: #265196;
  position: fixed;
  width: 100%;
  z-index: 9;
}
.header .input-group-text {
  color: #265196;
  cursor: pointer;
}
.header .logo {
  font-size: 30px;
  text-transform: capitalize;
  color: #ffffff;
}
.header .logo:hover, .header .logo:focus {
  color: #ffffff;
}
.header .navbar-toggler {
  border: none !important;
  color: #ffffff;
}
.header .navbar-toggler:hover, .header .navbar-toggler:focus {
  outline: 0;
}
.header .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 100;
  padding: 10px 20px;
  text-transform: capitalize;
  color: #ffffff;
}

.header-search-wrapper {
  background-color: #fff;
  padding: 10px 0;
  position: relative;
}

.mege-menu-trigger {
  background-color: #1da255;
  color: #ffffff;
  padding: 8px 20px 5px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
  width: 125px;
  float: right;
}
.mege-menu-trigger span {
  margin: 0 7px;
  font-weight: bold;
  letter-spacing: 1px;
}

.mega-menu-wrapper {
  position: absolute;
  background-color: #70d99df7;
  /* #70d99d */
  /* #56cb6ff0 */
  top: 84px;
  left: 0;
  right: 0;
  padding: 20px;
  display: none;
  z-index: 11;
}
.mega-menu-wrapper ul li {
  padding: 7px 0;
}

.mega-menu-wrapper ul li a {
  color: #0c0c0c;
  font-size: 15px;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 15px;
}
.mega-menu-wrapper ul li a .fa-angle-right{
  padding-right: 5px;
}
.mega-menu-wrapper ul li:hover{
  background: #33cb74;
}

.mega-menu-heading {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
  border-bottom: 2px solid #3e3d3d;
  padding-bottom: 5px;
}

.mega-cart-link {
  position: relative;
}
.mega-cart-link span {
  margin: 0 7px;
}
.mega-cart-link .mega-cart-box {
  position: absolute;
  width: 300px;
  background-color: #fff;
  right: 0;
  top: 44px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #777777;
  display: none;
}
.mega-cart-link .mega-cart-box ul li {
  padding: 10px;
  display: flex;
}
.mega-cart-link .mega-cart-box ul li h6 {
  font-weight: 600;
}
.mega-cart-link .mega-cart-image {
  width: 65px;
  margin-right: 15px;
}
.mega-cart-link .mega-cart-content {
  width: calc(100% - 85px);
}
.mega-cart-link .mega-cart-close {
  border: 1px solid #dddddd;
  color: #777777;
  display: inline-block;
  height: 17px;
  line-height: 15px;
  text-align: center;
  width: 17px;
}

/*=====  End of navigation  ======*/
/*==========  SOCIAL ICON  ===========*/
.header-social{
  text-align: right;
  margin-top: 16px;
}

.header-social ul{
  padding: 0;
  list-style-type: none;
  padding-top: 3px;
}
.header-social ul li{
  display: inline-block;
  margin-left: 14px;
  padding-top: 2px;
}
.header-social ul li a{
  color: #666;
}
.header-social>ul>li>a:hover .fa-facebook{
  color: #3b5999;
}
.header-social>ul>li>a:hover .fa-twitter{
  color: #55acee;
}
.header-social>ul>li>a:hover .fa-instagram{
  color: #e4405f;
}
.header-social>ul>li>a:hover .fa-linkedin{
  color: #0077B5;
}
.header-social>ul>li>a:hover .fa-youtube-play{
  color: #cd201f;
}
.header-social>ul>li>a:hover .fa-rss{
  color: #f26522;
}
.header-social>ul>li>a:hover .fa-facebook{
  color: #3b5999;
}

.header-social ul li a .fa{
  font-size: 17px;
}
/*=====  END OF SOCIAL ICON  ======*/

/*================================================
             2. PRELOADER
==================================================*/
.loader-wrapper{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999999;
  overflow: hidden;
}

.ouro {
  top: 50%;
  left: 50%;
    position: absolute;
    display:block;
    height: 46px;
    width: 46px;
    margin: 1em;
    border-radius: 50%;
    background: none repeat scroll 0 0 #d8d8d8;
    overflow:hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.1) inset, 0 0 25px rgba(0,0,255,0.075);
    z-index: 11;
}

.ouro:after {
    content: "";
    position: absolute;
    top: 9px; left: 9px;
    display: block;
    height: 28px; width: 28px;
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.ouro > span {
    position: absolute;
    height: 100%; width: 50%;
    overflow: hidden;
}
.left  { left:0   }
.right { left:50% }

.anim {
    position: absolute;
    left: 100%; top: 0;
    height: 100%; width: 100%;
    border-radius: 999px;
    background: none repeat scroll 0 0 #1da255;
    opacity: 0.8;
    -webkit-animation: ui-spinner-rotate-left 3s infinite;
    animation: ui-spinner-rotate-left 3s infinite;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
}
.left .anim {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.right .anim {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: -100%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
}

@keyframes ui-spinner-rotate-right{
  0%{transform:rotate(0deg)}
  25%{transform:rotate(180deg)}
  50%{transform:rotate(180deg)}
  75%{transform:rotate(360deg)}
  100%{transform:rotate(360deg)}
}
@keyframes ui-spinner-rotate-left{
  0%{transform:rotate(0deg)}
  25%{transform:rotate(0deg)}
  50%{transform:rotate(180deg)}
  75%{transform:rotate(180deg)}
  100%{transform:rotate(360deg)}
}

@-webkit-keyframes ui-spinner-rotate-right{
  0%{-webkit-transform:rotate(0deg)}
  25%{-webkit-transform:rotate(180deg)}
  50%{-webkit-transform:rotate(180deg)}
  75%{-webkit-transform:rotate(360deg)}
  100%{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes ui-spinner-rotate-left{
  0%{-webkit-transform:rotate(0deg)}
  25%{-webkit-transform:rotate(0deg)}
  50%{-webkit-transform:rotate(180deg)}
  75%{-webkit-transform:rotate(180deg)}
  100%{-webkit-transform:rotate(360deg)}
}


 /*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
   position: fixed;
    width: 35px;
    height: 70px;
    line-height: 50px;
    text-align: center;
    background-color: #1da255;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    animation-delay: .95s;
    display: inline-block;
    transform: rotate(180deg);
    bottom: 8%;
    right: 3%;
    z-index: 3;
    opacity: 18;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scrollup:hover {
  background-color: #007431;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.back-to-top span {
  padding-bottom: 10px;
}
.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top .5s ease-in;
  animation: back-to-top .5s ease-in;
  transition: width 3s;
}
.scroll_effects {
    background: url("../images/scrolling-icon.png");
    width: 19px;
    height: 16px;
    display: inline-block;
    -webkit-animation-name: scroll_effects;
    animation-name: scroll_effects;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes scroll_effects {
    from,
    to {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes scroll_effects {
    from,
    to {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

 /*=========== TOP NAV START SEARCH BAR TOGGLE STYLE ===============*/
 .top-search {
   display: none;
 }
 .top-search {
  background-color: #ffffff;
  bottom: 0;
  display: none;
  left: 0;
  padding: 15px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
 }
  .top-search .search-inner-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
 }
 .top-search .input-group-addon {
   background-color: transparent;
   border: none;
   color: #19232d;
   padding-left: 0;
   padding-right: 0;
 }
.top-search input.form-control {
    background: #fff;
    border: 2px solid #ccc;
    color: #000;
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 4px 1%;
    font-size: 20px;
    text-transform: capitalize;
}
 .top-search .input-group-addon {
    background-color: transparent;
    border: none;
    color: #19232d;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
 }
 .top-search .input-group-addon .fa {
    font-size: 39px;
    line-height: 46px;
    padding: 2px 6px;
    margin-left: 5px;
    color: #fff;
    background: #00A651;
    transition: all 0.5s ease 0s;
 }
 .top-search .input-group-addon .fa:hover {
   color: #000;
 }
 .top-search .input-group-addon.close-search {
   cursor: pointer;
 }
 .top-search-form .search-btn {
   cursor: pointer;
   border: 0;
   background: transparent;
   padding: 0;
 }
 .attr-nav{
   display: inline-block;
   position: relative;
   float: right;
 }
 .attr-nav ul {
   margin: 0;
   padding: 0;
 }
 .attr-nav ul li {
   list-style: none;
 }
 .attr-nav ul li a {
   color: #1da255;
   font-size: 22px;
   line-height: 35px;
   display: inline-block;
   padding-left: 10px;
   transition: all 0.5s ease 0s;
 }
 .attr-nav ul li a:hover {
   color: #000;
 }
 .top-search input.form-control:focus {
   box-shadow: 0 0 0 0.2rem rgba(0,123,255,.01);
 }
 /*====== TOP NAV END SEARCH BAR TOGGLE STYLE ============*/
 /*================================================
              6. SLIDER SECTION
 ==================================================*/
 .single-slider{
   background: url("../images/slider/slider-images-3-big.jpg");
   background-repeat: no-repeat;
   background-position: bottom;
   background-size: cover;
   text-align: center;
   overflow: hidden;
 	height: 700px;
 }
 .single-slider2{
   background: url("../images/slider/slider-images-4-big.jpg");
   background-repeat: no-repeat;
   background-position: bottom;
   background-size: cover;
   text-align: center;
   overflow: hidden;
 	height: 700px;
 }
 .single-slider3{
   background: url("../images/slider/slider-images-5-big.jpg");
   background-repeat: no-repeat;
   background-position: bottom;
   background-size: cover;
   text-align: center;
   overflow: hidden;
 	height: 700px;
 }
 .slider-overlay {
   background-color: rgba(0,0,0,0.4);
   height: 700px;
   padding: 70px 0;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
 }

 /*slider text animation-delay */
 .carousel-single-item .owl-stage .active .title h4, .carousel-single-item .owl-stage .active .title h5, .carousel-single-item .owl-stage .active .title .btn {
   opacity: 1;
   transform: translateY(0)translateX(0);
 }
 .carousel-single-item .slider-overlay .title h5 {
   transform: translateY(60px);
   transition-delay: 0.1s;
   transition-duration: 1s;
   opacity: 0;
 }
 .carousel-single-item .slider-overlay .title h4 {
   transform: translateY(60px);
   transition-delay: 0.6s;
   transition-duration: 1s;
   opacity: 0;
 }
 .carousel-single-item .slider-overlay .title .btn {
   overflow: visible;
   background-image: none;
   transform: translateY(60px);
   transition-delay: 1s;
   transition-duration: 1s;
   opacity: 0;
   transition-property: transform, opacity;
 }
 .carousel-single-item .owl-nav {
   position: absolute;
   left: 0;
   right: 0;
   top:50%;
 }
 .carousel-single-item .owl-prev, .carousel-single-item .owl-next {
 	border: 1px solid #1da255;
 	text-align: center;
 	display: inline-block;
 	width: 50px;
   border-radius: 50%;
   height: 50px;
 	background: #1da255;
 	color: #ffffff;
 	transition: all .5s ease-in-out;
   -webkit-transition: all .5s ease-in-out0
 }
 .carousel-single-item .owl-prev .fa , .carousel-single-item .owl-next .fa {
   line-height: 47px;
   font-size: 34px;
 }
 .carousel-single-item .owl-prev:focus, .carousel-single-item .owl-next:focus {
 	border: 1px solid #fff;
 }
 .carousel-single-item .owl-prev:hover, .carousel-single-item .owl-next:hover {
 	background: #fff;
   color: #1da255;
   border: 1px solid #fff;
 }
 .carousel-single-item .owl-prev {
   position: relative;
   float: left;
   margin-left: 1px;
 }
 .carousel-single-item .owl-next {
   position: relative;
   float: right;
   margin-right: 1px;
 }

 .title {
    margin-top: 65px;
    text-align: center;
}
.title h5 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
.title .color {
    color: #1da255;
}
.btn-title {
  border: none;
  padding: 12px 30px;
  color: #000;
  position: relative;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  text-transform: capitalize;
  z-index: 99;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
}
.btn-title::before, .btn-title::after {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.40);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.btn-cv:hover, .btn-title:hover {
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.btn-cv:hover::before, .btn-cv:hover::after {
  background: #fff;
    /* border: 2px solid #fff; */
}
.btn-title:hover::before, .btn-title:hover::after {
  transform: skew(0deg);
  background: #1da255;
}
.btn-title:focus {
  color: #000;
}
.title h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 50px;
    font-family: 'Nunito Sans', sans-serif;
}
 /*================================================
              7. ABOUT SECTION
 ==================================================*/
 .contact-title {
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-title h2 {
  font-weight: 700;
  color: #202020;
  font-size: 38px;
}
.contact-title hr {
  border-top: 5px solid #1da255;
  margin: 0 auto 10px;
  width: 6%;
}
 .about-section {
   padding-top: 40px;
   padding-bottom: 50px;
 }
 .sub-about {
   padding-top: 30px;
   padding-bottom: 30px;
 }
 .about-sub-2 {
   padding-bottom: 30px;
 }
 .about-image {
   overflow: hidden;
   -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
   -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
   -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
   transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
 }
 .about-image:hover {
   background-color: rgba(198,192,192,.2);
   transform: scale(1,1);
 }
 .about-image img {
   width: 100%;
   display: block;
   max-width: 100%;
   -webkit-backface-visibility: hidden;
   -o-transition: all .5s ease-out;
   -ms-transition: all .5s ease-out;
   -moz-transition: all .5s ease-out;
   -webkit-transition: all .5s ease-out;
   transition: all .5s ease-out;
 }
 .about-image:hover img {
   -o-transform: scale(1.05);
   -ms-transform: scale(1.05);
   -moz-transform: scale(1.05);
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
 }
 .about-content {
   padding: 40px;
 }
 .sub-title {
   line-height: 50px;
   font-size: 30px;
   font-weight: 700;
   color: #0C94B8;
   text-transform: capitalize;
 }
 .about-details p {
   color: #000000;
   font-size: 16px;
   line-height: 25px;
   font-weight: 400;
 }
 .about-section-ul {
   padding-left: 0px;
   font-size: 15px;
   color: #000000;
   font-weight: 400;
 }
 .about-section-ul li{
   list-style: none;
   line-height: 28px;
 }
 .about-small-icon {
   color: #0C94B8;
   margin-left: 5px;
   margin-right: 10px;
 }
 .btn-all-post {
   text-transform: uppercase;
   background-color: transparent;
   color: #000000;
   font-weight: 700;
   outline:none;
   border: 2px solid #2c6ab0;
   padding: 10px 40px;
   font-size: 16px;
   letter-spacing: 2px;
   border-radius: 2px;
   box-shadow: inset 0 0 0 0 #2c6ab0;
   -webkit-transition: all ease 0.8s;
   -moz-transition: all ease 0.8s;
   transition: all ease 0.8s;
 }
 .btn-all-post:hover {
   box-shadow: inset 0 100px 0 0 #2c6ab0;
   color: #ffffff;
 }
 /*======= NEW Button Style =========*/
.new-btn {
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  color: #000000;
  transition: all 0.5s ease-in-out;
  border: 2px solid #1da255;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  text-align: center;
  font-family: 'Roboto Slab', serif;
}
.new-btn:before {
    background: #1da255;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transform-origin: 0 0;
}
.new-btn:hover {
    color: #fff;
}
.new-btn:hover:before {
    transform: scaleX(1);
    opacity: 1;
    z-index: -1;
}

 /*================================================
              8. COUNTER SECTION
 ==================================================*/
 .counter-section {
   background-image: url('../images/parallax.jpg');
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
 }
 .counter-section .overlay {
   background-color: rgba(0,0,0,0.6);
 }
 .icon-box-2 {
   text-align: center;
   color: #ffffff;
   transition: 1s;
 }
 .counter-wrapper .col-md-3 {
   padding-top: 90px;
   padding-bottom: 90px
 }
 .counter-column span {
   font-size: 35px;
   line-height: 50px;
   color: #3a7cc5;
   font-family: 'Raleway', sans-serif;
   font-weight: 700;
   letter-spacing: 3px;
   display: block;
   text-align: center;
 }
 .counter-column h3 {
   font-size: 25px;
   color: #ffffff;
   font-weight: 400;
   text-align: center;
 }
 /*================================================
              9. SERVICES SECTION
 ==================================================*/
 .services-section {
   padding-bottom: 50px;
   margin-top: 50px;
 }
 .concern-text {
   font-size: 16px;
 }
 .logo-all-organization {
   margin-top: 40px;
 }
 .organization-single {
   margin-bottom: 40px;
   background: #fff;
   border-bottom: 3px solid transparent;
   color: #737f8a;
   box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
   padding: 25px 20px 20px;
   border-radius: 5px;
   transition: all 0.3s ease-in-out;
   text-align: center;
   cursor: pointer;
   border-top: 1px solid #ddd;
   border-left: 1px solid #ddd;
   border-right: 1px solid #ddd;
   position: relative;
 }
  .organization-single:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
    pointer-events: none;
    height: 4px;
    z-index: 99;
    background: #1da255;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .organization-single:hover:after {
    webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
 .organization-single:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    /* border-color: #212121; */
    /* border-bottom: 3px solid #1da255; */
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
 }
 .organization-single h2 {
   font-weight: 700;
   color: #202020;
   font-size: 18px;
   line-height: 22px;
   text-transform: capitalize;
   margin: 0;
   font-family: 'Nunito Sans', sans-serif;
   min-height: 66px;
 }
 .organization-single-logo {
   padding: 10px 0;
 }
 .organization-single-logo img {
   /* max-width: 180px;
   max-height: 35px; */
 }

 /* .organization-slider .owl-stage-outer .owl-stage .owl-item{
   margin-right: 20px;
   transform: scale(0.95);
 } */


 .organization-slider .owl-nav {
     position: absolute;
     left: 0;
     right: 0;
     top: 40%;
 }
 .organization-slider .owl-prev, .organization-slider .owl-next {
     border: 1px solid #1da255;
     text-align: center;
     display: inline-block;
     width: 35px;
     border-radius: 10%;
     height: 35px;
     background: #1da255;
     color: #ffffff;
     transition: all .5s ease-in-out;
     -webkit-transition: all .5s ease-in-out0;
 }
 .organization-slider .owl-prev {
     position: relative;
     float: left;
     margin-left: 1px;
 }
 .organization-slider .owl-next {
     position: relative;
     float: right;
     margin-right: 1px;
 }
 .organization-slider .owl-prev .fa, .organization-slider .owl-next .fa {
     line-height: 30px;
     font-size: 30px;
 }

 /*====== Footer STYLE Started Here ============*/
.footer-top {
  background-color: rgba(60,59,61,1);
  padding: 60px 0;
}
.footer-heading {

}
.footer-heading h2 {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'Raleway', sans-serif;
}

.contact-input input {
  width: 100%;
  padding: 7px;
  margin-bottom: 15px;
  background-color: transparent;
  border: solid 1px rgba(200,200,200,0.18);
  color: #aaa;
}
.contact-input textarea {
  padding: 7px;
  width: 100%;
  margin-bottom: 15px;
  background-color: transparent;
  border: solid 1px rgba(200,200,200,0.18);
  color: #aaa;
}
.contact_btn {
  padding: 5px 20px;
  color: #fff;
  background: #1da255;
  border: 3px solid #1da255;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.03em;
  font-size: 17px;
}
.contact_btn:hover {
  color: #1da255;
  background: transparent;
}
.textwidget {
  color: #8c8c8c;
  font-size: 16px;
}
.footer-social-media-area {
  /* padding-top: 5px; */
}
.footer-social-media-area ul {
  text-align: left;
  margin: 0;
  padding: 0;
}
.footer-social-media-area ul li {
  display: inline-block;
  margin: 2px;
}
.footer-social-media-area ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #dddddd;
  background: #2d2d2d;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
}
.footer-social-media-area ul li a:hover {
  background: #1da255;
  transform: rotate(360deg);
}
.footer-bottom {
  background-color: #272628;
  padding: 15px;
  color: #aaa;
}
.footer-text-mobile p {
  margin: 0;
}
.footer-link-mobile p {
  margin: 0;
}
.footer-link-mobile a {
  color: #fff;
  transition: all 0.5s ease 0s;
}
.footer-link-mobile a:hover {
  margin-right: 10px;
}
.footer-link-mobile {
  text-align: right;
}
/*================================================
     GALLERY SECTION
==================================================*/
.photo-gallery-area {
  padding: 0 0 40px;
}
.main-row-photo-gallery {
  padding-top: 15px;
  margin-left: 0;
}
.photo-gallery-area .title h2 {
  color: #1c1c1c;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 30px;
}

.gallery-heading h2 {
  color: #000;
  text-align: center;
  font-size: 30px;
  line-height: 38px;
}

.gallery-wrapper .mix {
  display: none;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.gallery-items {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.gallery-items img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

.gallery-items a {
  cursor: url(../images/photo-gallery/search-icon.png), auto;
}

.gallery-items .overly {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 5%;
  height: 90%;
  left: 5%;
  position: absolute;
  right: 5%;
  top: 5%;
  transition-duration: 500ms;
  width: 90%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-align: center;
}

.gallery-items .overly:before {
  border-top: none;
  border-bottom: none;
  left: 15px;
  right: 15px;
}

.gallery-items .overly:after {
  border-left: none;
  border-right: none;
  top: 15px;
  bottom: 15px;
}

.gallery-items:hover .overly:before, .gallery-items:hover .overly:after {
  opacity: 1;
  transform: scale(1);
}

.gallery-items:hover .overly {
  opacity: 1;
}

.gallery-items:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.gallery-items img {
  width: 100%;
  height: auto;
  transform: scale3d(1, 1, 1);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.gallery-items img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.gallery-items .gallery-text-heading-wrapper {
  display: table;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
}

.gallery-items .gallery-text-heading {
  display: table-cell;
  vertical-align: middle;
}

.gallery-text-heading h5 {
  padding: 0 30px;
  width: 100%;
  margin: 0;
  font-size: 22px;
  color: #1da255;
  text-transform: capitalize;
}

.gallery-items:hover .gallery-text-heading {
  opacity: 1;
}

.gallery-btn {
  margin-top: 30px;
}
.gallery-slider .owl-nav {
    position: absolute;
    left: 46.5%;
    right: 0;
    margin: 24px 0;
    /* top: 106%; */
}
.gallery-slider .owl-prev, .gallery-slider .owl-next {
    border: 1px solid #1da255;
    text-align: center;
    display: inline-block;
    width: 35px;
    border-radius: 10%;
    height: 35px;
    background: #1da255;
    color: #ffffff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out0;
}
.gallery-slider .owl-prev:hover, .gallery-slider .owl-next:hover{
  background: #fff;
  color: #333;
}
.gallery-slider .owl-prev {
    position: relative;
    margin-right: 10px;
    /* align-items: center; */
}
.gallery-slider .owl-next {
    position: relative;
    margin-left: 10px;
    /* align-items: center; */
}
.gallery-slider .owl-prev .fa, .gallery-slider .owl-next .fa {
    line-height: 30px;
    font-size: 30px;
}

/*================ NEW HUMANITARIAN STYLE SECTION ====================*/
.new-humanitarian-section {
  padding-bottom: 50px;
  padding-top: 45px;
}
.new-humanitarian-row {
  margin-top: 15px;
}
.new-humanitarian {
  margin-bottom: 40px;
}
.executive-1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.executive-1 img {
  width: 100%;
  transition: .5s;
}
.new-humanitarian:hover img {
  opacity: .8;
  transform: translateX(30%);
}
.new-humanitarian-text {
  overflow: hidden;
  transition: .5s;
}
.new-humanitarian:hover .new-humanitarian-text {
  opacity: .8;
  transform: translateX(30%);
}
.new-humanitarian .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 90%;
  background: #1da255;
  transition: .5s;
  transform-origin: left;
  transform: perspective(2000px) rotateY(-90deg);
}
.new-humanitarian:hover .details {
  transform: perspective(2000px) rotateY(0deg);
}
.new-humanitarian .details .content {
  padding: 20px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.details .content h3 {
  margin: 0;
  padding: 0;
  color: #ff3636;
  line-height: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.details .content h3 span {
  font-size: 16px;
  color: #000000;
  display: inline-block;
  padding-top: 10px;
  line-height: 20px;
  font-weight: 700;
}
.details .content p {
  margin: 10px 0;
  padding: 0;
  color: #262626;
}
.details .content ul {
  margin: 10px auto 0;
  padding: 0;
  display: table;
}
.details .content ul li {
  list-style: none;
  margin: 0 5px;
  float: left;
}
.details .content ul li a {
  display: block;
  background: #262626;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 34px;
  font-size: 17px;
  text-align: center;
  transition: .5s;
}
.details .content ul li a:hover {
  /* background: #ff3636; */
  border-radius: 50%;
}
.details .content ul li a.facebook {
  background: #3b5999;
}
.details .content ul li a.twitter {
  background: #55acee;
}
.new-humanitarian-text {
  color: #ffffff;
  background: #1da255;
  text-align: center;
  position: relative;
  margin: -50px 15px 0;
  padding: 15px 10px 10px 10px;
  min-height: 94px;
}
.new-humanitarian-text h3 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding-bottom: 5px;
}
.new-humanitarian-text h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Nunito Sans', sans-serif;
  /* min-height: 42px; */
  letter-spacing: 0.5px;
}
.humanitarian-slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
.humanitarian-slider .owl-prev, .humanitarian-slider .owl-next {
    border: 1px solid #1da255;
    text-align: center;
    display: inline-block;
    width: 35px;
    border-radius: 10%;
    height: 35px;
    background: #1da255;
    color: #ffffff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out0;
}
.humanitarian-slider .owl-prev {
    position: relative;
    float: left;
    margin-left: 1px;
}
.humanitarian-slider .owl-next {
    position: relative;
    float: right;
    margin-right: 1px;
}
.humanitarian-slider .owl-prev .fa, .humanitarian-slider .owl-next .fa {
    line-height: 30px;
    font-size: 30px;
}

.humanitarian-btn {

}
/*================================================
     BREADCRUMB SECTION STYLE
==================================================*/
.breadcrumb-wrapper {
  /* margin-top: 300px; */
  display: block;
  padding-top: 83px;
}
.breadcrumb-wrapper-main {
  background-color:#f0f4f9;
  border-color:rgba(221, 221, 221, 0.1);
  border-top: 1px solid rgba(0,0,0, 0.1);
  padding: 40px 0;
}
.breadcrumb-wrapper-main h2 {
  text-align: left;
  margin: 0;
  color: #0A1F54;
  font-size: 40px;
}
.breadcrumb-wrapper-main .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  float: right;
  padding: 14px 0 0 0;
}
.breadcrumb-wrapper-main .breadcrumb li a {
  color: #0A1F54;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Nunito Sans', sans-serif;
}
.breadcrumb-wrapper-main .breadcrumb li {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Nunito Sans', sans-serif;
}
.breadcrumb-item.active {
    color: #1da255;
}
.contact-page {
  padding: 70px 0 60px;
}
.contact-address h2 {
  color: #11224d;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: 'Nunito Sans', sans-serif;
  padding-top: 5px;
}
.small-adress h3 {
  color: #11224d;
  font-size: 25px;
  margin-bottom: 10px;
  padding-top: 5px;
}
.small-adress p {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-form-wrapper {
  padding: 50px 0;
  background: #f0f4f9;
}
.contact-form {
  text-align: center;
}
.contact-form h2 {
  color: #11224d;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
}
.contact-form .form-control {
  background-color: #ffffff;
  font-weight: 400;
  border-radius: 2em;
  font-size: 1em;
  line-height: 2.3em;
  color:#999999;
  border: none;
  padding: 0.9em 0.8em 0.9em 3.5em !important;
}
.btn-send {
  padding: 6px 30px;
  color: #ffffff;
  font-size: 20px;
  background: #1da255;
  background: -moz-linear-gradient(left, #1da255 9%, #06e162 55%);
  background: -webkit-linear-gradient(left, #1da255 9%, #06e162 55%);
  background: linear-gradient(to right, #1da255 9%, #06e162 55%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1da255', endColorstr='#06e162', GradientType=1);
  background-size: 200%;
  background-position: 0;
  webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  border: 0;
}
.btn-send:hover, .btn-send:focus {
  background-size: 100%;
  color: #000;
}
.organization-page {
  padding: 60px 0 60px;
}
.humanitarians-page {
  padding: 60px 0 60px;
}
.about-page {
  padding: 60px 0 60px;
}
.blog-page {
  padding: 60px 0 60px;
}
.event-page {
  padding: 60px 0 30px;
}


/*================================================
     BLOG PAGE STYLE
==================================================*/
.top-services{
	position:relative;
	padding:80px 0px 50px;
	background:#f9f9f9;
}
.top-services .post{
	position:relative;
	margin: 0 auto 50px;
}
.top-services .post-inner{
	position:relative;
	max-width:400px;
	padding:0px 15px;
	margin:0 auto;
}
.top-services .post *{
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}
.top-services .post .image{
	position:relative;
	overflow:hidden;
	width:100%;
	z-index:1;
}
.top-services .post .image::after{
	content:'';
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	display:block;
	background:#1da255;
	opacity:0.50;
	z-index:0;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}
.top-services .post:hover .image::after{
	top:0%;
}
.top-services .post .image img{
	position:relative;
	display:block;
	width:100%;
}
.top-services .post .image .curve{
	position:absolute;
	right:-100px;
	top:100%;
	width:250%;
	height:150%;
	z-index:1;
	background:#fcfcfc;
	transform:rotate(-13deg);
	-webkit-transform:rotate(-13deg);
	-moz-transform:rotate(-13deg);
	-ms-transform:rotate(-13deg);
	-o-transform:rotate(-13deg);
}
.top-services .post:hover .image .curve{
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
}
.top-services .post .content{
	position:relative;
	top:0px;
	margin:-44px 25px 0px;
	z-index:2;
}
.top-services .post:hover .content{
	top:46px;
}
.top-services .post .content:before{
	position:absolute;
    right: 0px;
    top: -36px;
	background:#ffffff;
    content: "";
    height: 96%;
    width: 100%;
	border:1px solid #f1f1f1;
	z-index:0;
    position: absolute;
    transform: skewY(-13deg);
	-webkit-transform: skewY(-13deg);
	-moz-transform: skewY(-13deg);
	-ms-transform: skewY(-13deg);
	-o-transform: skewY(-13deg);
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}
.top-services .post:hover .content:before,
.top-services .post:hover .content .inner-box{
	border-color:#1da255;
}
.top-services .post .content .inner-box{
	position:relative;
	background:#ffffff;
	border:1px solid #f1f1f1;
	border-top:none;
	padding:20px 25px 25px;
	z-index:5;
}
.top-services .post .content h3{
	position:relative;
	padding-left:15px;
	border-left:5px solid #1da255;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	line-height:20px;
	margin-bottom:15px;
}
.top-services .post .content .text{
	position:relative;
	font-size:15px;
	font-weight:500;
	line-height:1.6em;
	margin-bottom:15px;
	color:#6e6e6e;
}
.top-services .post .content .read_more{
	position:relative;
	color:#202e31;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
.top-services .post .content .read_more:hover{
	color:#1da255;
}
.inner-box a {
  color: #000;
}
.inner-box {
  min-height: 208px;
  max-height: 208px;
  overflow: hidden;
}
/*================================================
             8. COUNT DOWN SECTION
==================================================*/
.upcoming-event {
  background: #1da255;
  color: #ffffff;
  position: relative;
  margin-top: 30px;
  z-index: 100;
  margin-bottom: 70px;
}
.upcoming-heading {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-left: 38%;
}
.upcoming-heading h2 {
  color: #000000;
  font-size: 18px;
  margin: 0;
  background: #f7f7f7;
  padding: 15px 25px;
  font-weight: 700;
  position: absolute;
  border-radius: 5px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
  margin-top: -40px;
  display: inline-block;
  width: 250px;
}
.main-event {
  padding: 25px;
  display: inline-block;
}
.left-event-img {
  position: relative;
  text-align: center;
}
.overlay-text {
  background: rgba(255,255,255,0.95);
  width: 100%;
  color: #000000;
  font-size: 23px;
  padding: 10px 5px;
  border-bottom: 2px solid #000000;
}
.left-event-img h4{
  margin: 0;
}
.event-time  {
  margin: 0;
  padding: 0
}
.event-time li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
.event-time li:last-child {
  position: relative;
}
.event-time h3 {
  font-size: 24px;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: -60px;
  font-weight: 700;
  letter-spacing: 2px;
}
.event-time .days {
  line-height: 32px;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 16px;
}
#daysBox, #daysBox2, #daysBox3 {
  background: #011627;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  height: 60px;
  width: 80px;
  display: block;
}
#hoursBox, #hoursBox2, #hoursBox3 {
  background: #2EC4B6;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  height: 60px;
  width: 80px;
  display: block;
}
#minsBox, #minsBox2, #minsBox3 {
  background: #E71D36;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  height: 60px;
  width: 80px;
  display: block;
}
#secsBox, #secsBox2 , #secsBox3 {
  background: #FF9F1C;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  height: 60px;
  width: 80px;
  display: block;
}
.event-details h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
}
.event-btn {
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-weight: 700;
  outline: none;
  border: 0;
  background-color: #ffffff;
  padding: 10px 20px;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-radius: 0;
  transition: 0.4s;
}
.event-btn:hover {
  color: #1da255;
}


.btn-loadmore {
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  color: #000000;
  transition: all 0.5s ease-in-out;
  border: 2px solid #1da255;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  text-align: center;
  font-family: 'Roboto Slab', serif;
}
.btn-loadmore:before {
  background: #1da255;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform-origin: 0 0;
}
.btn-loadmore:hover {
  color: #fff;
  z-index: 999;
}
.btn-loadmore:hover:before {
  transform: scaleX(1);
  opacity: 1;
  z-index: -1;
}
.blog-section {
  padding: 40px 0px 50px;
}
/*===============================================
LOG IN AND Registration REGISTRATION FORM Style
===============================================*/
.form-body {
  background: #FFFFFF;
  width: 100%;
  display: flex;
  align-items: center;
}
.form-horizontal {
  padding: 10px;
  margin-top: 15%;
  margin-bottom: 15%;
  width: 100%;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #f5f5f5;
  border: 5px solid #fff;
  box-shadow: 0 0 16px rgba(41,42,51,0.06), 0 6px 20px rgba(41,42,51,0.02);
}
.form-horizontal-header {
  text-align: center;
}
.form-horizontal-header p {
  font-size: 20px;
}
.form-horizontal .form-group label {
  font-size: 18px;
}
.form-horizontal .sign-up {
  font-size: 20px;
}
.sign-in-footer {
  padding: 10px 0;
}
.sign-in-footer a {
  font-size: 16px;
  padding: 15px 0;
}
.forget-password-link {
  font-size: 18px;
}
.sign-in-footer {
  padding: 20px 0;
}
.sign-in-footer p {
  font-size: 20px;
  margin-bottom: 10px;
}
.btn-google {
  color: white;
  background-color: #ea4335;
}
.btn-facebook {
  color: white;
  background-color: #3b5998;
}

/* ======================== DETAILS PAGE ========================*/
.details-page-top{
  padding-top: 90px;
  background: #fff;
}
.details-page{
  margin-bottom: 40px;
  padding: 30px 0 10px;
  background: #f3f3f3;
}
.details-image{
  padding-right: 15px;
  border-right: 1px solid #ccccccc7;
}
.user-info{
  border-bottom: 1px solid #ccccccc7;
  padding-bottom: 5px;
}
.user-info p{
  margin: 0;
  font-size: 15px;
}
.user-info strong{
  font-family: 'Roboto Slab', serif;
}
.details-text {
  padding-top: 14px;
}
/*----------------------------------
	Social Share
-----------------------------------*/
.social-share-icon {
  text-align: center;
  padding-top: 16px;
}
.tc-social-share a {
  display: inline-block;
  margin-right: 10px;
}
.tc-social-share .social-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #444;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.tc-social-share .social-icon:after {
  display: none;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  /* border-radius: 50%; */
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tc-social-share .social-icon:before {
  speak: none;
  font-size: 18px;
  line-height: 32px;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.tc-social-share .social-icon:hover {
  background: #444;
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px #444;
  box-shadow: 0 0 0 2px #444;
}
.tc-social-share .social-icon:hover:before {
  -webkit-animation: animationLeft 0.3s forwards;
  animation: animationLeft 0.3s forwards;
}

/*----------------------------------
	Social Share Colors
-----------------------------------*/
.tc-social-share i[class*="-facebook"] {
  background: #4766a9;
  color: #fff;
}
.tc-social-share i[class*="-facebook"]:hover {
  background: #fff;
  color: #4766a9;
  -webkit-box-shadow: 0 0 0 2px #4766a9;
  box-shadow: 0 0 0 2px #4766a9;
}
.tc-social-share i[class*="-twitter"] {
  background: #00aced;
  color: #fff;
}
.tc-social-share i[class*="-twitter"]:hover {
  background: #fff;
  color: #00aced;
  -webkit-box-shadow: 0 0 0 2px #00aced;
  box-shadow: 0 0 0 2px #00aced;
}
.tc-social-share i[class*="-linkedin"] {
  background: #007bb6;
  color: #fff;
}
.tc-social-share i[class*="-linkedin"]:hover {
  background: #fff;
  color: #007bb6;
  -webkit-box-shadow: 0 0 0 2px #007bb6;
  box-shadow: 0 0 0 2px #007bb6;
}
/* ===============================================
                  APPLICATION FORM
=================================================*/
.form-section{
  background: #f0efe6;
}
.form-area {
  padding-top: 85px;
  padding-bottom: 24px;
  background: #f0efe6;
  font-family: Roboto,Arial,sans-serif;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.top-banner{
  padding-top: 18px;
}
.top-banner img{
  border-radius: 8px;
}
.application-detail{
  border-radius: 8px;
  background: #fff;
  margin-top: 14px;
  padding: 24px 24px 1px;
  border-top: 11px solid #9e9156;
}
.application-detail h1{
  font-family: Roboto,Arial,sans-serif;
  font-weight: 400;
  font-size: 32px;
}
.user-area{
  border-radius: 8px;
  background: #fff;
  margin-top: 14px;
  padding: 24px;
  border: 1px solid #dadce0;
}
.user-area p{
  font-size: 16px;
}
.user-name{
  font-size: 18px;
  margin: 0;
}
.user-area input{
  border: none;
  border-bottom: 1px solid #cfc8c8;
  width: 30%;
}
.user-area input:focus-visible{
  outline: 0;
  border-bottom: 1px solid #cfc8c8;
}
.user-employment{
  margin: 0;
}
.user-area .user-sub-text{
  font-size: 14px;
  margin-top: 2px;
}
.user-area-age{
  border-radius: 8px;
  background: #fff;
  margin-top: 14px;
  padding: 24px 24px 5px;
  border: 1px solid #dadce0;
}
.user-employment{
  margin-bottom: 8px;
}
.user-bio{
  margin-bottom: 0;
}
.user-profile{
  margin-bottom: 0;
}
.attach-file-area{
  border-radius: 8px;
  background: #fff;
  margin-top: 14px;
  padding: 24px 24px 5px;
  border: 1px solid #dadce0;
}
/* ======================= RADIO BUTTON STYLE ========================= */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 2px solid #545454b8;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;

}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #FFF;
  border: 2px solid #9e9156;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
 	top: 2px;
	left: 2px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #9e9156;
}


/* ====================== ATTACH FILE AREA =================== */
.file-upload-area label {
  background-color: #FFF;
  border: 2px solid #9e9156;
  color: #9e9156;
  font-weight: 600;
  padding: 0.5rem;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 10px;
}
.submit-area label{
  background-color: #9e9156;
 color: white;
 padding: 6px 30px;
 font-family: sans-serif;
 border-radius: 0.3rem;
 cursor: pointer;
 margin-top: 1rem;
}
.submit-area label{
  font-size: 16px;
}
.clear-area{
  text-align: right;
}
.submit-area button{
  float: right;
  margin-top: 16px;
  background: #fff;
  color: #9e9156;
  border: 2px solid #9e9156;
}
