/*=========={ Default css }==============*/
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden !important;
}
p {
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    color: #7b7b7b;
    font-family: 'Open Sans', sans-serif;
}
.container{
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0a0a0a;
    margin: 0;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
}
a,
a:hover,
a:focus, 
button {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}
ol li,
ul li {
    list-style: outside none none;
    list-style-type: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/*----- Button Style-----*/
button:focus, .btn:focus {
    outline: none;
    outline: none;
}

.btn-primary{
    border: 1px solid #0431b8;
    background: #0431b8;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 0px 30px;
    height: 46px;
    line-height: 46px;
    border-radius: 0px;
    display: inline-block;
    box-shadow: 0 0 32px rgb(67, 186, 255, 0.5);
    text-transform: uppercase;
}
.btn-primary img{
    margin-top: -2px !important;
    padding-left: 10px;
    width: 30px;
    display: none;
}
.btn-primary i{
    display: none;
}
.btn-primary:hover{
    background: #ed1c24;
    color: #ffffff;
    border: 1px solid #ed1c24;
}

.btn-secondary.active{
    background: #ffffff;
    color: #333333;
     border: 1px solid #ffffff;
     margin-left: 25px;
}
.btn-secondary.active:hover{
    background: #cf7500;
    color: #ffffff;
     border: 1px solid #cf7500;
}
.btn-secondary{
    line-height: 58px;
    padding: 0px 45px;
    height: 60px;
    background: #0431b8;
    border: 1px solid #0431b8;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-secondary img{
    padding-left: 10px;
    display: none;
}
.btn-secondary:hover{
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #ffffff;
}

.p-0{padding: 0;}
.p-l{padding-left: 0 }
.p-r{padding-right: 0;}





.section_title{
    text-align: center;
    width: 80%;
    margin: 0px auto 70px;
}
.section_title span{
    font-size: 20px;
    color: #3ee996;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: none;
}
.section_title span:after, .section_title span:before {
    position: absolute;
    content: "";
    background: #3ee996;
    height: 2px;
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
}
.section_title span:before{
    left: -85px;
}
.section_title span:after{
    right: -85px;
}
.section_title span.left{
    margin-left: 85px;
}
.section_title span.left:after{
    display: none;
}
.section_title h2{
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
    padding-top: 10px;
    padding-bottom: 0px;
}
.section_title p {
    width: 85%;
    margin: 15px auto 0;
    font-size: 18px;
    line-height: 32px;
}
.section_title .last-word {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.section_title .last-word:before{
    position: absolute;
    content: "";
    height: 15px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #b6cbff;
    z-index: -1;
}








form label{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}
form label span{
    color: #ed1c24;
}

.form-group select{
    border: 1px solid #ffffff !important;
    height: 50px !important;
    background: transparent;
    border-radius: 0 !important;
    padding: 0px 30px !important;
}
.form-group .form-control{
    border: 1px solid #ffffff !important;
    height: 50px !important;
    background: transparent;
    border-radius: 0 !important;
    padding: 0px 30px !important;
}
form select:foucs,
form input:foucs{
    border: 1px solid #ffffff;
    height: 50px !important;
    background: transparent;
}
.form-control:focus {
    color: #495057;
    border: 1px solid #ffffff;
    background: transparent;
    outline: 0;
    box-shadow:none;
}
.form-group select{
    color: #ffffff;
}
.form-group select option {
    color: #000000;
}



/*=========={ Header Section }==============*/
/*--- Header top ---*/
.header_top {
    background: #000d1a;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
.header_top .info_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top .info_wrapper .contact_info ul{
    display: flex;
    align-items: center;
}
.header_top .info_wrapper .contact_info ul li{
    margin-right: 30px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.header_top .info_wrapper .contact_info ul li i{
    margin-right: 7px;
    color: #ed1c24;
}

.header_top .social_wrapper .become_volunteer{
    margin-right: 50px;
    color: #ed1c24;
}
.header_top .social_wrapper span {
    padding-right: 15px;
    line-height: 30px;
    color: #ffffff; 
}
.header_top .social_wrapper .social-items li:last-child {
    margin-right: 0; 
}
.header_top .social_wrapper .social-items li a:hover i {
    margin-top: -8px; 
}
.header_top .social_wrapper .social-items li a i {
    color: #ffffff;
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    font-size: 13px;
    margin: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.header_top .social_wrapper .social-items li a i:hover {
    padding: 0;
}









header {
    background: #ffffff;
    overflow: hidden;
}
header .navbar .navbar-brand{
    padding-top: 0;
    padding-right: 30px;
}
header .navbar {
    padding: 30px 0;
    position: relative;
    z-index: 1;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}
header .navbar .nav-item .nav-link {
    color: #000000;
    font-size: 15px;
    padding: 0px 25px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
header .navbar .nav-item .nav-link.active,
header .navbar .nav-item .nav-link:hover {
    color: #ed1c24;
}
header .navbar .menu_btn {
    border: 1px solid #ed1c24;
    background: #ed1c24;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 0px 25px;
    height: 36px;
    line-height: 36px;
    border-radius: 0px;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 50px;
}






.header_wrapper{
    position: relative;
}
.header_wrapper .intro-wrapper {
    background-image: url("../images/home_banner.png");
    padding: 150px 0 250px;
    background-size: cover;
    position: relative;
    z-index: 99;
    text-align: left;
    left: 0;
    width: 100%;
}

.header_wrapper .intro-wrapper .intro-text{
    padding-top: 10px;
    text-align: left;
    width: 50%;
}
.header_wrapper .intro-wrapper .intro-text .welcome_shape{
    width: 187px;
}
.header_wrapper .intro-wrapper .intro-text span{
    display: inherit;
    margin: 0px 0 15px;
    font-size: 30px;
    color: #ffffff;
    display: none;
}
.header_wrapper .intro-wrapper .intro-text h1 {
    font-weight: 800;
    margin-bottom: 36px;
    font-size: 80px;
    line-height: 100px;
    color: #ffffff;
}
.header_wrapper .intro-wrapper .intro-text p{
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    padding: 0px;

}
.header_wrapper .intro-wrapper .intro-text .btn{
  margin-top: 45px;
}
.header_wrapper .intro-wrapper .intro_banner{
    display: none;
}
.header_wrapper .intro-wrapper .intro_banner img{
    padding-top: 50px;
}







.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345DBB;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #345DBB;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}








.ui-slider-range {
   background:green;
}
.percent {
  color:green;
  font-weight:bold;
  text-align:center;
  width:100%;
  border:none;
}






























.item_box {
    padding: 100px 0;
}
.item_box .item-box-single{
    position: relative;
    min-height: 400px;
}
.overlay_layer{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
}
.item_box .item-box-single .overlay_layer{
    background-color: rgba(4, 49, 184, 0.6);
}
.item_box .item-box-single .item_content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 0 20px;
}
.item_box .item-box-single .item_content h4{
    color: #ffffff;
    font-size: 35px;
    padding-bottom: 30px;
}
.item_box .item-box-single .item_content a{
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    background: #ed1c24;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}










.services_block{
  background: #f8f8f8;
  padding: 100px 0;
}
.services_block .section_title {
    text-align: left;
    width: 100% ;
    margin: 0;
}
.services_block .section_title .btn{
  margin-top: 50px;
}
.services_block .section_title p{
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding-top: 20px;
}
.services_block .block_tems_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.services_block .analytics_item{
    width: 50%;
    margin-bottom: 30px;
    padding-left: 30px;
}
/*.analytics_item:nth-child(odd) {background: #CCC}*/
.services_block .analytics_item i{
    font-size: 30px;
    height: 80px;
    width: 80px;
    background: #ed1c24;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    color: #ffffff;
    margin-bottom: 30px;
}
.services_block .analytics_item h5 a {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}
.services_block .analytics_item p {
    color: #7b7b7b;
    padding-top: 15px;
    font-size: 16px;
}







.slider_wrapper{
  background: #fffafa;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
      height: 100%;
      padding: 0 85px;
      height: 250px;
}



.donate_amount {
    margin-top: -100px;
    z-index: 99;
    position: relative;
}
.donate_amount .donate_title{
    background: #0431b8;
    height: 250px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.donate_amount .donate_title h2{
    color: #ffffff;
    font-size: 50px;
}
.budget-wrap {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 10px;
}

.rangeslider {
  position: relative;
}
.rangeslider:after {
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 8px;
  margin-top: -2.5px;
  border-radius: 0px;
  position: absolute;
  background: #fccdcf;
}

.rangeslider--horizontal {
  width: 100%;
  height: 28px;
}

.rangeslider--vertical {
  width: 5px;
  min-height: 150px;
  max-height: 100%;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  position: absolute;
  background: #ed1c24;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  top: 50%;
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin-top: -14px;
  background: white;
  position: absolute;
  background: #ed1c24;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 30px rgba(237, 28, 36, 0.5);
}
.rangeslider__handle:active {
  background: #ff5a7b;
}

.rangeslider__fill,
.rangeslider__handle {
  z-index: 1;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 50%;
  height: 8px;
  margin-top: -4px;
  border-radius: 0;
}

/* Budget */
.budget-wrap .budget_count .title {
    color: #0a0a0a;
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: 700;

}
.budget-wrap .budget_count .title .pull-right {
    color: #0a0a0a;
    font-size: 45px;
    font-weight: 700;
    float: right;
}

.view_total ul{
  margin-bottom: 0;
  margin-top: 15px;
}
.view_total ul li,
.view_total ul li a{
  color: #7b7b7b;
  font-size: 20px;
}



.featured-campaigns {
    padding: 100px 0;
}
.featured-campaigns .campaigns-single:hover .campaigns-banner .overlay_layer{
  opacity: 1;
  visibility: visible;
}
.featured-campaigns .campaigns-single:hover .item_content a{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.featured-campaigns .campaigns-banner{
    position: relative;
}
.featured-campaigns .overlay_layer{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
}
.featured-campaigns .campaigns-banner .overlay_layer{
    background-color: rgba(4, 49, 184, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.featured-campaigns .campaigns-banner img{
  width: 100%;
}
.featured-campaigns .campaigns-banner .item_content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 0 20px;
}
.featured-campaigns .campaigns-banner .item_content h4{
    color: #ffffff;
    font-size: 40px;
    padding-bottom: 30px;
}
.featured-campaigns .campaigns-banner .item_content a{
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.featured-campaigns .featured-caption {
    background: #f8f8f8;
    padding: 25px 30px;
    margin-bottom: 60px;
}
.featured-campaigns .featured-caption span {
  color: #7b7b7b;
}
.featured-campaigns .featured-caption h4{
  margin-bottom: 30px;
}
.featured-campaigns .featured-caption h4 a {
  color: #0a0a0a;
}
.featured-campaigns .featured-caption .campaigns-info .single-info p{
    margin-bottom: 0;
    font-weight: 800;
    color: #0a0a0a;
}
.featured-campaigns .featured-caption .campaigns-info .single-info span{
    font-size: 15px;
    color: #7b7b7b;
}











.donate-banner{
    background-image: url("../images/donate-banner.png");
    padding: 150px 0;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.donate-banner .donate_wrapper h2{
    color: #ffffff;
}
.donate-banner .donate_wrapper .btn-secondary {
    background: #ed1c24;
    border: 1px solid #ed1c24;
    margin-top: 50px;
}

.make-donation{
  position: relative;
  padding: 100px 0;
  margin-top: -190px;
  z-index: 1;
  overflow: hidden;
}
.make-donation:before{
    background-image: url("../images/donate-shape.png");
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 150px 0;
    background-size: cover;
}
.make-donation:after{
   background: #f8f8f8;
    position: absolute;
    content: "";
    right: 0;
    top: 190px;
    width: 100%;
    height: 65%;
    padding: 150px 0;
    background-size: cover;
    z-index: -1;
}

.donator_member{
  padding-top: 190px;
  margin-right: 100px;
}
.donator_member .rasised-people{
  border-bottom: 1px solid #b0bde5;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.donator_member .rasised-people:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.donator_member .rasised-people i{
  font-size: 50px;
  margin-right: 30px;
  color: #ed1c24;
}
.donator_member .rasised-people .raised-by span{
  font-size: 45px;
  font-weight: 700;
}
.donator_member .rasised-people .raised-by p{
  font-size: 14px;
  margin-bottom: 0;
}


.make-donation-form{
  padding-left: 70px;
}
.make-donation-form h2{
    color: #ffffff;
    margin-bottom: 15px;
}
.make-donation-form p{
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}
.make-donation-form p span{
    color: #ed1c24;
    font-size: 14px;
    line-height: 26px;
}
.make-donation-form form{
    margin-top: 30px;
}
form .form-group {
    margin-bottom: 30px;
}


.make-donation-form .form-group input.form-control::placeholder {
    color: #ffffff;
}
.make-donation-form .btn {
    border: 1px solid #ed1c24;
    background: #ed1c24;
}

































/*========== Our Testimonial ==========*/
.testimonial.style-one {
    background-color: #ffffff;
    padding: 110px 0 0;
    overflow-x: hidden;
}

.testimonial.style-one .section_title .last-word {
    display: table;
}
.testimonial_slider .slick-list{
    margin: 0;
}
.testimonial.style-one .full_gallery_view{
    display: flex;
    justify-content: space-between;
}
.testimonial.style-one .full_gallery_view .section_title{
    margin: 0;
    text-align: left;
}
.testimonial.style-one .full_gallery_view .section_title p{
    margin: 0;
    margin-top: 15px;
}
.testimonial.style-one .full_gallery_view .btn{
    margin-top: 50px;
}
.testimonial.style-one .testimonial-content-box .client_review {
    padding-bottom: 40px;
    padding: 40px;
    background: #f8f8f8;
    margin-bottom: 30px;
    position: relative;
}
.testimonial.style-one .testimonial-content-box{
    background-color: #ffffff;
    margin: 60px 0px;
}
.testimonial.style-one .testimonial-content-box .client_review:before{
    position: absolute;
    content: "";
    background-image: url("../images/testimonial.png");
    height: 26px;
    width: 40px;
    bottom: 40px;
    right: 40px;
}
.testimonial.style-one .testimonial-content-box p{
    color: #7b7b7b;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.testimonial.style-one .testimonial-content-box ul{
    display: flex;
    margin-top: 30px;
}
.testimonial.style-one .testimonial-content-box ul li{
    color: #ffc864;
    padding-right: 2px;
}
.testimonial.style-one .testimonial-content-box ul li i{
    font-size: 14px;
    padding: 0 1px;
}
.testimonial.style-one .image-box {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 60px;
}
.testimonial.style-one .image-box img {
    width: 100%;
    border-radius: 50%!important;
}
.testimonial.style-one .name-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
.testimonial.style-one .name-box h5 {
    font-weight: 800;
    color: #171c2f;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}
.testimonial.style-one .name-box p{
    margin-bottom: 0;
    color: #7b7b7b;
    font-size: 15px;
    line-height: 26px;
}
.testimonial.style-one .clients_heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}
.testimonial.style-one .clients_heading .section_title{
    margin: 0;
    width: 65%;
}
.testimonial.style-one .clients_heading .section_title p{
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 0px;
    width: 100%;
}
.testimonial.style-one .clients_heading .learn_btn_2 {
    background: #ff7364;
    border-radius: 0;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 500;
}
.testimonial.style-one .clients_heading .learn_btn_2:hover {
    color: #ffffff;
    background: #3639a4;
}




/*========== Our Partners ==========*/
.our-partners{
    position: relative;
    padding: 0px 0 100px;
    z-index: 2;
}
.our-partners .clients_logo{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 0px;
    justify-content: space-between;
}
.our-partners .clients_logo li {
    margin-top: 70px;
}
.our-partners .clients_logo li.slick-slide img {
    display: inline-block;
}










.services{
  padding: 100px 0;
  background: #f8f8f8;
}
.services .services_style_four .services_wrapper:before{
/*    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%, rgba(255,255,255,0) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;*/
}
.services .services_style_four .services_wrapper{
    z-index: 2;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.services .services_style_four .services_wrapper .sevice_banner{
    background: #222222;
    overflow: hidden !important;
    margin-bottom: 30px;
}
.services .services_style_four .services_wrapper .sevice_banner i{
    display: none;
}
.services .services_style_four .services_wrapper .sevice_banner img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.services .services_style_four .services_wrapper:hover .sevice_banner img{
    opacity: 0.5; 
    transform: scale(1.2, 1.2) rotate(-5deg); 
    transition: all 0.3s ease-in-out;
}
.services .services_style_four .services_wrapper .services_content {
}
.services .services_style_four .services_wrapper .services_content h3{
    margin-bottom: 10px;
}
.services .services_style_four .services_wrapper .services_content .service_title{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: #000000;
}
.services .services_style_four .services_wrapper .services_content .service_title:hover, 
.services .services_style_four .services_wrapper .services_content .service_title:active {
    color: #ed1c24;
}
.services .services_style_four .services_wrapper .services_content span{
    margin: 0;
    font-weight: 400;
    color: #ed1c24;
}
.services .services_style_four .services_wrapper .services_content p{
    margin-bottom: 0;
    padding-top: 15px;
}
.services .services_style_four .services_wrapper .services_content .view_button{
    padding-top: 20px;
    border-top: 1px solid #ededed ;
    display: none;
}
.services .services_style_four .services_wrapper .services_content .view_button a{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase!important;
    display: block;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.services .services_style_four .services_wrapper .services_content .view_button a:hover, 
.services .services_style_four .services_wrapper .services_content .view_button a:active {
    color: #cf7500;
}
.services .services_style_four .services_wrapper .services_content .view_button a i{
    margin-left: 5px;
    color: #cf7500;
}






















.join-with-us {
    padding: 120px 0;
    background-image: url(../images/contact-info.png);
}
.join-with_wrapper{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.join-with-us .contact_title h2{
    color: #ffffff;
    font-size: 45px;
}
.join-with-us .contact_title p{
    color: #ffffff;
    font-size: 22px;
    padding-top: 15px;
}
.join-with-us .joinus_button .btn-secondary{
  margin-top: 0;
  background: #ed1c24;
  border: 1px solid #ed1c24;
}



/*========== Footer Style CSS ==========*/
footer {
    background: #000d1a;
    padding: 90px 0 0;
    background-size: cover;
}
footer .clients_logo {
    padding: 210px 0 75px;
    border-bottom: 1px solid #7d7689;
    margin-bottom: 85px;
}
footer .clients_logo h3 {
    color: #fff;
    margin: 0;
    line-height: 32px;
    text-transform: none;
}
footer .clients_logo ul li {
    padding-left: 40px;
}
footer .clients_logo ul li:first-child {
    padding-left: 0px;
}
.footer_info, .footer_newsletter{
    display: none;
}


footer p, footer li, footer a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease-in-out;
    font-size: 15px;
}
footer a:hover {
    color: #9e4fff;
}
footer h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: 700;
}
footer img.f_logo {
  margin-bottom: 30px;
  max-width: 150px;
}
footer ul li {
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
}
footer ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}
footer ul li:last-childe {
  padding-bottom: 0px;
}
footer .footer-title {
  padding-right: 15%;
}
footer .footer-title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 28px;
}
footer .footer-title ul li {
  
}
footer .footer-title ul li i {
  padding-right: 10px;
  color: #fff;
}
footer .footer-bottom {
  border-top: 1px solid #1a2631;
  padding: 22px 0px;
  margin-top: 50px;
}
footer .footer-bottom p {
  margin: 0;
  font-size: 15px;
}
footer .footer-bottom ul li {
  padding-bottom: 0px;
}
footer .footer-bottom ul li:first-child {
  padding-left: 0px;
}
footer .icon-bottom {
  float: right;
  margin: 0;
}
footer .icon-bottom li {
  margin-right: 15px;
}
footer .icon-bottom li:last-child {
  margin-right: 0px;
}
footer .icon-bottom li i {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #fff;
}
footer .icon-bottom li .fb {
  background: #3b5998;
}
footer .icon-bottom li .tw {
  background: #1da1f2;
}
footer .icon-bottom li .pin {
  background: #BB081D;
}
footer .icon-bottom li .youtube {
  background: #e93c3c;
}

