/*-----------------------------------------------------------------------------------

    Template Name: Helpgrove - HTML Template for Charity
    Template URI: site.com
    Description: Helpgrove - HTML Template for Charity
    Author: Pixelcurve
    Author URI: https://wpsprite.com/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
    02.HEADER
    03.SLIDER
    04.ABOUT
    05.SERVICES
    06.VIDEO
    07.CAMPAING
    08.CAUSES
    09.TESTIMONIAL
    10.VOLUNTEER
    11.EVENT
    12.BLOG
    13.FOOTER
    14.FEATUEE
    15.HELPING
    16.PAGE BANNER
    17.CAUSES DETAILS
    18.SIDEBAR
    19.BLOG PAGE
    20.CONTACT

-----------------------------------------------------------------------------------*/
/*===========================
      01.COMMON css 
===========================*/
html,body{
	direction: rtl;
}
@font-face {
    font-family: 'Vazir';
	src: url('../fonts/Vazir-FD-WOL.eot');
	src: local('☺'), url('../fonts/Vazir-FD-WOL.woff') format('woff'), url('../fonts/Vazir-FD-WOL.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Vazir';
	src: url('../fonts/Vazir-Bold-FD-WOL.eot');
	src: local('☺'), url('../fonts/Vazir-Bold-FD-WOL.woff') format('woff'), url('../fonts/Vazir-Bold-FD-WOL.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
    font-family: "Vazir", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #616161;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Vazir", cursive;
    font-weight: 700;
    color: #166095;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #616161;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #22C1D3;
}

.main-btn:hover {
    background-color: #166095;
    color: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(34, 34, 34, 0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(34, 34, 34, 0.15);
    box-shadow: 0px 0px 25px 0px rgba(34, 34, 34, 0.15);
}

.main-btn.main-btn-2 {
    background-color: #166095;
}

.main-btn.main-btn-2:hover {
    background-color: #22C1D3;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
    outline: 0;
}

/*===== All Slick Slide Outline Style =====*/
.section_title .title {
    font-size: 25px;
}

@media (max-width: 767px) {
    .section_title .title {
        font-size: 20px;
    }
	.none{
		display:none;
	}
	.slider_area_3{
		padding-top:40px;
	}
	body .about_content_4{
		padding-top:50px;
		padding-bottom:50px;
	}
	body .single_services{
		height:auto;
	}
	body .video_area{
		padding-top:30px;
	}
}

.section_title.section_title_2 .title,.section_title.section_title_2 .description {
    color: #fff;
}

/*===== All Pagination Style =====*/
.pagination ul{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pagination li {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #166095;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display:inline-flex;
    background: #FFF;
}
.pagination li a,.pagination li span{
	display: block;
    text-align: center;
    width: 100%;
}
.pagination li.active, .pagination li:hover {
    background-color: #22C1D3;
    border-color: #22C1D3;
    color: #fff;
}
.pagination li.active *, .pagination li:hover *{
    color: #fff;
}

@keyframes sliderShape {
    0%,100% {
        border-radius: 50% 50% 50% 50% / 50% 35% 65% 50%;
    }

    34% {
        border-radius: 50% 50% 35% 65% / 50% 50% 50% 50%;
    }

    50% {
        border-radius: 50% 50% 50% 50% / 65% 50% 50% 35%;
    }

    67% {
        border-radius: 35% 65% 50% 50% / 50% 50% 50% 50%;
    }
}
/*===== All Single Form Style =====*/
.single_form {
    margin-top: 30px;
}
.single_form .control-label{
	display:none;
}
.single_form .controls{
	width:100%;
}
.single_form textarea, .single_form input {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    font-size: 16px;
    color: #166095;
    border: 1px solid rgba(43, 42, 53, 0.3);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_form textarea:focus, .single_form input:focus {
    border-color: #22C1D3;
}

.single_form textarea {
    resize: none;
    padding-top: 15px;
    height: 120px;
}

/*===== All Preloader Style =====*/
#preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#preloader .preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: right;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -25px;
    margin-top: -25px;
}

#preloader .preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #22C1D3;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}
/*===========================
       02.HEADER css 
===========================*/
.header_area {
    position: relative;
    width: 100%;
    z-index: 999;
}

/*===== Header Top =====*/
.header_top {
    background: #22C1D3 url('../images/news.png') bottom left;
    padding-bottom: 15px;
}
.header_top > div{
	padding-left: 30px;
	padding-right: 30px;
}
.header_top_wrapper .header_social {
    padding-top: 15px;
}

.header_top_wrapper .header_social ul li {
    display: inline-block;
    margin-left: 10px;
}

.header_top_wrapper .header_social ul li:last-child {
    margin-left: 0;
}

.header_top_wrapper .header_social ul li a {
    font-size: 16px;
    color: #fff;
}

.header_top_wrapper .header_info {
    padding-top: 15px;
}

.header_top_wrapper .header_info ul li {
    display: inline-block;
    position: relative;
}

.header_top_wrapper .header_info ul li + li {
    margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_top_wrapper .header_info ul li + li {
        margin-right: 30px;
    }
}

.header_top_wrapper .header_info ul li + li::before {
    position: absolute;
    content: '/';
    top: 1px;
    right: -25px;
    font-size: 16px;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_top_wrapper .header_info ul li + li::before {
        right: -20px;
    }
}

.header_top_wrapper .header_info ul li img {
    margin-left: 10px;
    width: 16px;
}

.header_top_wrapper .header_info ul li a {
    font-size: 14px;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_top_wrapper .header_info ul li a {
        font-size: 13px;
    }
}

/*===== Header Navbar =====*/
.header_navbar {
    position: relative;
    z-index: 9;
}
.header_navbar.sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(34, 34, 34, 0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(34, 34, 34, 0.15);
    box-shadow: 0px 10px 25px 0px rgba(34, 34, 34, 0.15);
    z-index: 99;
    -webkit-animation: sticky 1.5s;
    -moz-animation: sticky 1.5s;
    -o-animation: sticky 1.5s;
    animation: sticky 1.5s;
}

.header_navbar.sticky::before {
    display: none;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.navbar {
    padding: 0 30px;
    background-color: #fff;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar {
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    .navbar {
        padding: 10px;
    }
    .header_navbar.sticky .navbar {
        padding: 0px;
    }
	body .single_about_items .about_content .items_title, body .section_title .title,body h4,body .single_causes .causes_content .causes_title a,body .single_event .event_content .event_title a,body .blog_right .blog_content .title_bar .blog_title_meta .blog_title a,body .single_blog .blog_content .blog_title a{
		font-size: 16px;
		margin-bottom: 5px;
	}
	body .about_right .about_content p, body .description{
		font-size: 13px;
		text-align: justify;
		line-height: 150%;
	}
	body .mt-50{
		margin-top: 15px;
	}
	body .pt-130,body .pt-80{
		padding-top: 50px;
	}
	.video_watch.mt-50{
		text-align: center;
	}
	body .video_watch .video_play{
		display: block;
		margin: auto;
		float:none;
	}
	body .video_content .video_title{
		text-align: center;
	}
	body .single_doner .doner_content .doner_name, body .single_doner .doner_content p,body p,body .blog_right .blog_content .text_bar p,body .single_blog .blog_content p{
		font-size: 13px;
		line-height: 150%;
		padding: 0px;
		margin: 0px;
		text-align: justify;
	}
	body .pb-130,body .pb-110{
		padding-bottom: 30px;
	}
	body .single_blog .blog_image img{
		border-radius: 5px;
	}
	body .single_blog .blog_image{
		max-width: 100%;
	}
	body .footer_link{
		width: 100%;
	}
}
.footer_link.mt-10 li img{
	max-width:24px;
	height:auto;
	margin-left:10px;
	margin-bottom:5px;
}
.navbar-toggler {
    padding: 0;
}
.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        background: #F1F1F1;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
        border-radius: 0;
        margin-top: 0;
    }
	.navbar-brand{
		width: 100%;
		text-align: center;
		display: block;
		padding: 0px;
		margin: 0px;
	}
	.navbar-brand img{
		max-height: 50px;
		width: auto;
	}
	body .navbar-nav > li > .sub-menu{
		background:#FFF;
		position:relative;
		right:0;
		left:0;
		width:100%;
	}
	body .navbar-nav > li > .sub-menu > li{
		width:100%!important;
		padding:0;
	}
	body .navbar-nav > li > .sub-menu > li > a{
		color:#333!important;
	}
	body .navbar-nav > li > .sub-menu > li img{
		display:none;
	}
	body .navbar-nav > li > .sub-menu > li:hover, body .navbar-nav > li:hover > .sub-menu > li:hover{
		background:none!important;
	}
	body .navbar .navbar-toggler{
		position:absolute;
		right:10px;
	}
}

.navbar-nav li {
    position: static;
}

.navbar-nav > li > a{
    font-size: 16px;
    font-weight: 700;
    padding: 30px 10px;
    color: #166095;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0px;
}
.navbar-nav > li:hover > a{
	background: #22C1D3;
	color:#FFF!important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav li a {
        padding: 30px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li a {
        display: block;
        padding: 6px 15px;
    }
}

@media (max-width: 767px) {
    .navbar-nav li a {
        display: block;
        padding: 6px 15px;
    }
}

.navbar-nav li a i {
    font-size: 16px;
    margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-nav li a i {
        display: none;
    }
}

.navbar-nav li a.active {
    color: #22C1D3;
}

.navbar-nav li a .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li a .sub-nav-toggler {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: none;
        color: #616161;
        font-size: 16px;
        border: 0;
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 767px) {
    .navbar-nav li a .sub-nav-toggler {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: none;
        color: #616161;
        font-size: 16px;
        border: 0;
        width: 35px;
        height: 35px;
    }
}

.navbar-nav li a .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

.navbar-nav li:hover > a {
    color: #22C1D3;
}

.navbar-nav > li > .sub-menu {
    position: absolute;
    top: 84px;
    right: 0;
    width: 96%;
	left:2%;
	right:2%;
    background-color: #22C1D3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(34, 34, 34, 0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(34, 34, 34, 0.15);
    box-shadow: 0px 10px 25px 0px rgba(34, 34, 34, 0.15);
	float:right;
}
.navbar-nav > li > .sub-menu > li{
	width:16.666666666%;
	float:right;
	display:block;
	padding:20px;
}
.navbar-nav > li > .sub-menu > li:hover,.navbar-nav > li:hover > .sub-menu > li:hover{
	background:#013158 !important;
}
.navbar-nav > li > .sub-menu > li img{
	float:right;
	width:64px;
	height:64px;
	margin-left:10px;
	padding:10px;
	background:rgba(255,255,255,0.3);
	border-radius:4px;
}
.navbar-nav > li > .sub-menu > li > a{
	display:block;
	float:right;
	width:100%;
	padding:5px;
	color:#FFF !important;
}
.navbar-nav > li > .sub-menu > li > a > span{
	display:block !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .navbar-nav li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav li .sub-menu li {
    position: relative;
}

.navbar-nav li .sub-menu li a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block;
    color: #166095;
}

.navbar-nav li .sub-menu li a i {
    float: left;
}

.navbar-nav li .sub-menu li a.active {
    color: #22C1D3;
}

.navbar-nav li .sub-menu li:hover {
    color: #fff;
    background-color: #22C1D3;
}

.navbar-nav li .sub-menu li:hover > a {
    color: #fff;
}

.navbar-nav li .sub-menu li:hover > a .sub-nav-toggler span {
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.navbar-nav li .sub-menu li .sub-menu {
    top: -2px;
    right: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li .sub-menu li .sub-menu {
        top: 0;
        right: 0;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .navbar-nav li .sub-menu li .sub-menu {
        top: 0;
        right: 0;
        padding-right: 20px;
    }
	.navbar-nav li{
		position:relative;
	}
}

.navbar-nav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li:hover > .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav li:hover > .sub-menu {
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar_btn {
        position: absolute;
        top: 50%;
        left: 70px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .navbar_btn {
        position: absolute;
        top: 50%;
        left: 70px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.navbar_btn .main-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 700;
}

.navbar_btn .main-btn i {
    margin-left: 5px;
}

/*===== Header Navbar transparent =====*/
.navbar_transparent::before {
    display: none;
}

.navbar_transparent .navbar {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
}

.navbar_transparent .navbar-toggler .toggler-icon {
    background-color: #fff;
}

.navbar_transparent .navbar-nav {
    margin-left: 10px;
}

.navbar_transparent .navbar-nav li a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar_transparent .navbar-nav li a {
        color: #166095;
    }
}

@media (max-width: 767px) {
    .navbar_transparent .navbar-nav li a {
        color: #166095;
    }
}

.navbar_transparent .navbar-nav li a.active {
    color: #22C1D3;
}

.navbar_transparent .navbar-nav li:hover > a {
    color: #22C1D3;
}

.navbar_transparent .navbar-nav li:last-child .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
}

.navbar_transparent.sticky .navbar-toggler .toggler-icon {
    background-color: #222;
}

.navbar_transparent.sticky .navbar-nav li a {
    color: #166095;
}

.navbar_transparent.sticky .navbar-nav li a.active {
    color: #22C1D3;
}

.navbar_transparent.sticky .navbar-nav li:hover > a {
    color: #22C1D3;
}

.navbar_transparent.sticky .navbar-nav li .sub-menu li > a.active {
    color: #fff;
    background-color: #22C1D3;
}

.navbar_transparent.sticky .navbar-nav li .sub-menu li:hover > a {
    color: #fff;
    background-color: #22C1D3;
}

/*===== Header Navbar 3 =====*/
.header_navbar_3 {
    padding-top: 40px;
}

.header_navbar_3::before {
    display: none;
}

.header_navbar_3.sticky {
    padding-top: 0;
}

/*===== Header Navbar 3 =====*/
.header_navbar_4 {
    padding-top: 40px;
}

.header_navbar_4::before {
    display: none;
}

.header_navbar_4 .navbar {
    background-color: #166095;
}

.header_navbar_4 .navbar-toggler .toggler-icon {
    background-color: #fff;
}

.header_navbar_4 .navbar-nav {
    margin-left: 10px;
}

.header_navbar_4 .navbar-nav li a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_navbar_4 .navbar-nav li a {
        color: #166095;
    }
}

@media (max-width: 767px) {
    .header_navbar_4 .navbar-nav li a {
        color: #166095;
    }
}

.header_navbar_4 .navbar-nav li a.active {
    color: #22C1D3;
}

.header_navbar_4 .navbar-nav li:hover > a {
    color: #22C1D3;
}

.header_navbar_4 .navbar-nav li:last-child .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
}

.header_navbar_4.sticky {
    padding-top: 0;
    background-color: #166095;
}

/*===== Header Navbar transparent =====*/
.navbar_transparent_2::before {
    display: none;
}

.navbar_transparent_2 .navbar {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
}

/*===========================
       03.SLIDER css 
===========================*/
.single_slider {
    position: relative;
}

.slider_image {
    height: 800px;
}

@media only screen and (min-width: 1400px) {
    .slider_image {
        height: 950px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_image {
        height: 750px;
    }
}

@media (max-width: 767px) {
    .slider_image {
        height: 650px;
    }
}

.slider_image::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 42, 53, 0.3);
    z-index: 1;
}

.slider_content_wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    z-index: 9;
}

.slider_content {
    padding-top: 140px;
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
}

.slider_content .sub_title {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content .sub_title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .slider_content .sub_title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_content .sub_title {
        font-size: 20px;
    }
}

.slider_content .title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content .title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content .title {
        font-size: 62px;
    }
}

@media (max-width: 767px) {
    .slider_content .title {
        font-size: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_content .title {
        font-size: 46px;
    }
}

.slider_content p {
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content p {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .slider_content p {
        font-size: 18px;
        line-height: 30px;
    }
}

.slider_content .main-btn {
    margin-top: 50px;
}

.slider-active .slick-dots {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 50px;
    right: 0;
}

.slider-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slider-active .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    background: none;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.slider-active .slick-dots li.slick-active button {
    background-color: #fff;
}

.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.slider-active .slick-arrow i {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.58);
    font-size: 26px;
    color: rgba(255, 255, 255, 0.58);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.slider-active .slick-arrow:hover i {
    color: #22C1D3;
    border-color: #22C1D3;
}

.slider-active .slick-arrow.next {
    left: 0;
    right: auto;
}

.slider-active:hover .slick-arrow {
    right: 30px;
    opacity: 1;
}

@media only screen and (min-width: 1400px) {
    .slider-active:hover .slick-arrow {
        right: 130px;
    }
}

.slider-active:hover .slick-arrow.next {
    right: auto;
    left: 30px;
}

@media only screen and (min-width: 1400px) {
    .slider-active:hover .slick-arrow.next {
        left: 130px;
    }
}

.kenburns {
    -webkit-animation: kenburns 35s;
    -moz-animation: kenburns 35s;
    -o-animation: kenburns 35s;
    animation: kenburns 35s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.1, 1.1) rotate(0.1deg);
        -moz-transform: scale(1.1, 1.1) rotate(0.1deg);
        -ms-transform: scale(1.1, 1.1) rotate(0.1deg);
        -o-transform: scale(1.1, 1.1) rotate(0.1deg);
        transform: scale(1.1, 1.1) rotate(0.1deg);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2) rotate(0.1deg);
        -moz-transform: scale(1.2, 1.2) rotate(0.1deg);
        -ms-transform: scale(1.2, 1.2) rotate(0.1deg);
        -o-transform: scale(1.2, 1.2) rotate(0.1deg);
        transform: scale(1.2, 1.2) rotate(0.1deg);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
/*===== SLIDER 2 =====*/
.slider_area_2 {
    height: auto;
    padding-top: 150px;
    position: relative;
    z-index: 9;
}

.slider_shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_shape {
        width: 100%;
        height: 80%;
        top: auto;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .slider_shape {
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
    }
}

.slider_shape .shape {
    max-width: 555px;
    height: 555px;
    background-color: #15808A;
    border-radius: 50%;
    border-top-right-radius: 42%;
    -webkit-animation: sliderShape 5s linear infinite;
    -moz-animation: sliderShape 5s linear infinite;
    -o-animation: sliderShape 5s linear infinite;
    animation: sliderShape 5s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_shape .shape {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .slider_shape .shape {
        max-width: 285px;
        height: 285px;
        margin: 0 auto;
    }
}

/*===== Slider Content 2 =====*/
.slider_content_2 .title {
    font-size: 48px;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content_2 .title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .slider_content_2 .title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_content_2 .title {
        font-size: 38px;
    }
}

.slider_content_2 .main-btn {
    margin-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_hero img {
        max-width: 283px;
    }
}

@media (max-width: 767px) {
    .slider_hero img {
        max-width: 183px;
    }
}

/*===== Slider 3 =====*/
.slider_area_3 {
    position: relative;
    background: url('../images/slidebg.png') repeat-x top center #064D86;
}
.single_slider_3 {
    height: 500px;
    position: relative;
}
@media only screen and (min-width: 1400px) {
    .single_slider_3 {
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_slider_3 {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .single_slider_3 {
        height: 500px;
    }
}

.slider_content_3 .title {
    font-size: 40px;
    color: #fff;
    direction: rtl;
    margin-bottom: 2%;
    margin-top: 70px;
}
.slider_content_3 .title2 {
    font-size: 25px;
    color: #fff;
    direction: rtl;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content_3 .title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .slider_content_3 .title {
        font-size: 18px;
		margin-top: 2% !important;
    }
	.slick-slide img{
		width:auto;
		max-height:280px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_content_3 .title {
        font-size: 28px;
    }
}

.slider_content_3 .main-btn {
    margin-top: 50px;
}

.slider-active_3 .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.slider-active_3 .slick-arrow i {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.58);
    font-size: 26px;
    color: rgba(255, 255, 255, 0.58);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.slider-active_3 .slick-arrow:hover i {
    color: #166095;
    border-color: #166095;
}

.slider-active_3 .slick-arrow.next {
    left: 0;
    right: auto;
}

.slider-active_3:hover .slick-arrow {
    right: 30px;
    opacity: 1;
}

@media only screen and (min-width: 1400px) {
    .slider-active_3:hover .slick-arrow {
        right: 130px;
    }
}

.slider-active_3:hover .slick-arrow.next {
    right: auto;
    left: 30px;
}

@media only screen and (min-width: 1400px) {
    .slider-active_3:hover .slick-arrow.next {
        left: 130px;
    }
}

/*===== Slider 4 =====*/
.slider_area_4 {
    height: auto;
    padding-top: 300px;
    padding-bottom: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_area_4 {
        padding-top: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_area_4 {
        padding-top: 200px;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .slider_area_4 {
        padding-top: 200px;
        padding-bottom: 0;
    }
}

.slider_area_4::before {
    background: -webkit-linear-gradient(right, black 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, black 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, black 0%, rgba(255, 255, 255, 0) 100%);
}

.slider_content_4 {
    padding-bottom: 160px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content_4 {
        padding-bottom: 120px;
    }
}

.slider_content_4 .title {
    font-size: 72px;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content_4 .title {
        font-size: 64px;
    }
}

@media (max-width: 767px) {
    .slider_content_4 .title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_content_4 .title {
        font-size: 48px;
    }
}

.slider_content_4 .main-btn {
    margin-top: 50px;
}

.single_slider_items .slider_items_icon {
    position: relative;
    display: inline-block;
}

.single_slider_items .slider_items_icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single_slider_items .slider_items_content {
    padding-right: 15px;
}

.single_slider_items .slider_items_content .count {
    font-size: 24px;
    font-weight: 400;
    font-family: "Vazir", cursive;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_slider_items .slider_items_content .count {
        font-size: 18px;
    }
}

.single_slider_items .slider_items_content p {
    font-size: 24px;
    font-weight: 400;
    font-family: "Vazir", cursive;
    color: #fff;
    margin-top: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_slider_items .slider_items_content p {
        font-size: 18px;
    }
}

/*===== Slider 5 =====*/
.slider_area_5 {
    height: 800px;
    z-index: 5;
    position: relative;
}

@media only screen and (min-width: 1400px) {
    .slider_area_5 {
        height: 950px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_area_5 {
        height: 750px;
    }
}

@media (max-width: 767px) {
    .slider_area_5 {
        height: 650px;
    }
}

.slider_area_5::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shape/shape-9.png);
    background-position: bottom center;
    background-size: cover;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_area_5::before {
        background-position: bottom right;
    }
}

@media (max-width: 767px) {
    .slider_area_5::before {
        background-position: bottom right;
    }
}

/*===== Slider 6 =====*/
.slider_area_6 {
    height: auto;
    padding-top: 160px;
    padding-bottom: 70px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_area_6 {
        padding-top: 160px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_area_6 {
        padding-top: 160px;
    }
}

@media (max-width: 767px) {
    .slider_area_6 {
        padding-top: 160px;
    }
}

.slider_area_6::before {
    display: none;
}

.slider_shape_2 {
    height: 73px;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 5;
}

.slider_content_6 .title {
    font-size: 60px;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content_6 .title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content_6 .title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .slider_content_6 .title {
        font-size: 34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_content_6 .title {
        font-size: 44px;
    }
}

.slider_image_6 {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_image_6 {
        margin-top: 50px;
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .slider_image_6 {
        margin-top: 50px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

.slider_image_6 .slider {
    width: 100%;
    padding-right: 70px;
}

@media (max-width: 767px) {
    .slider_image_6 .slider {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_image_6 .slider {
        padding-right: 70px;
    }
}

.slider_image_6 .slider_video {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .slider_image_6 .slider_video {
        max-width: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_image_6 .slider_video {
        max-width: inherit;
    }
}

.slider_image_6 .slider_video a {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 20px;
    width: 55px;
    height: 55px;
    line-height: 53px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .slider_image_6 .slider_video a {
        width: 45px;
        height: 45px;
        line-height: 43px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_image_6 .slider_video a {
        width: 55px;
        height: 55px;
        line-height: 53px;
    }
}

.slider_items_wrapper_2 {
    padding-top: 70px;
}

.slider_items_2 .slider_items_content {
    padding-right: 15px;
}

.slider_items_2 .slider_items_content .count {
    color: #166095;
}

.slider_items_2 .slider_items_content p {
    color: #166095;
}

/*===========================
       04.ABOUT css 
===========================*/
.about_area {
    position: relative;
    z-index: 5;
}

.about_shape_1 {
    height: 73px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -30px;
    right: 0;
}

.about_shape_2 {
    height: 73px;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -40px;
    right: 0;
}

.about_right {
    padding-left: 90px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_right {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .about_right {
        padding-left: 0;
    }
}

.about_right .about_image {
    position: relative;
    margin-right: 0;
}

.about_right .about_image img {
    width: 100%;
    border-radius: 16px;
}

.about_right .about_image .help_title {
    position: absolute;
    top: 50%;
    left: -90px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #22C1D3;
    max-width: 350px;
    border-radius: 50px;
    padding: 45px;
}

@media (max-width: 767px) {
    .about_right .about_image .help_title {
        left: 0;
        padding: 20px;
        position: relative;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        border-radius: 10px;
        margin-top: 30px;
    }
}

.about_right .about_image .help_title .title {
    color: #fff;
    font-size: 38px;
    line-height: 57px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_right .about_image .help_title .title {
        font-size: 30px;
        line-height: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_right .about_image .help_title .title {
        font-size: 30px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .about_right .about_image .help_title .title {
        font-size: 18px;
        line-height: 30px;
    }
}

.about_right .about_content {
    margin-top: 30px;
}

.about_right .about_content .about_title {
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .about_right .about_content .about_title {
        font-size: 20px;
    }
}

.about_right .about_content p {
    margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_left {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.single_about_items {
    width: 100%;
    padding-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_about_items {
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .single_about_items {
        padding-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_about_items {
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.single_about_items .about_icon {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border-top-left-radius: 42%;
    overflow: hidden;
    margin: 0 auto;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_about_items .about_icon {
        width: 110px;
        height: 110px;
    }
}

.single_about_items .about_icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_about_items .about_icon .icon {
        width: 56px;
    }
}

.single_about_items .about_content {
    margin-top: 32px;
}

.single_about_items .about_content .items_title {
    font-size: 24px;
    font-weight: 400;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_about_items .about_content .items_title {
        font-size: 20px;
    }
}

.single_about_items .about_content p {
    margin-top: 15px;
}

.single_about_items.color-1 .about_icon {
    background-color: #15808A;
}

.single_about_items.color-2 .about_icon {
    background-color: #00bdc0;
}

/*===== About 2 =====*/
.about_video {
    position: relative;
}

.about_video img {
    width: 100%;
}

.about_video a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #22C1D3;
    color: #fff;
    font-size: 18px;
    z-index: 5;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .about_video a {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_video a {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}

.about_video a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #22C1D3;
    border-radius: 50%;
    -webkit-animation: video-ripple 1500ms ease-out infinite;
    -moz-animation: video-ripple 1500ms ease-out infinite;
    -o-animation: video-ripple 1500ms ease-out infinite;
    animation: video-ripple 1500ms ease-out infinite;
    right: 0;
    top: 0;
    z-index: -1;
}

.about_video a img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
}

.about_content_2 .about_title {
    font-size: 48px;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_content_2 .about_title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .about_content_2 .about_title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_content_2 .about_title {
        font-size: 36px;
    }
}

.about_content_2 p {
    margin-top: 25px;
    font-size: 16px;
    padding-bottom: 15px;
}

.single_about_items_2 {
    margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_about_items_2 {
        display: block !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_about_items_2 .items_icon {
        height: 56px;
    }
}

.single_about_items_2 .items_content {
    padding-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_about_items_2 .items_content {
        padding-right: 0;
        padding-top: 15px;
    }
}

.single_about_items_2 .items_content .item_title {
    font-size: 18px;
    font-weight: 400;
}

.single_about_items_2 .items_content p {
    margin-top: 15px;
}

/*===== About 3 =====*/
.about_image {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_image {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
}

.about_image .image_1 {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 170px;
    padding-bottom: 110px;
}

@media (max-width: 767px) {
    .about_image .image_1 {
        padding-left: 70px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_image .image_1 {
        padding-left: 150px;
        padding-bottom: 90px;
    }
}

.about_image .image_1 img {
    width: 100%;
}

.about_image .image_2 {
    padding-right: 170px;
    padding-top: 110px;
    width: 100%;
}

@media (max-width: 767px) {
    .about_image .image_2 {
        padding-right: 70px;
        padding-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_image .image_2 {
        padding-right: 150px;
        padding-top: 90px;
    }
}

.about_image .image_2 img {
    width: 100%;
}

.about_content_3 {
    padding-right: 95px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_content_3 {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_content_3 {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .about_content_3 {
        padding-right: 0;
    }
}

.about_content_3 .about_title {
    font-size: 38px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .about_content_3 .about_title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_content_3 .about_title {
        font-size: 28px;
    }
}

.about_content_3 p {
    font-size: 16px;
    margin-top: 25px;
}
#system-message{
	background: rgba(255, 0, 0, 0.1);
	border-radius: 4px;
}
/*===== About 4 =====*/
.about_area_4 {
    position: relative;
    background-color: #22C1D3;
    height: 570px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_area_4 {
        height: auto;
    }
}

@media (max-width: 767px) {
    .about_area_4 {
        height: auto;
    }
}

.about_image_4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_image_4 {
        width: 100%;
        height: 570px;
        position: relative;
    }
}

@media (max-width: 767px) {
    .about_image_4 {
        width: 100%;
        height: 270px;
        position: relative;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_image_4 {
        height: 370px;
    }
}

.about_content_4 {
    padding-right: 95px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_content_4 {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_content_4 {
        padding-right: 0;
        padding-top: 125px;
        padding-bottom: 125px;
    }
}

@media (max-width: 767px) {
    .about_content_4 {
        padding-right: 0;
        padding-top: 125px;
        padding-bottom: 125px;
    }
}

.about_content_4 .about_title {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_content_4 .about_title {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .about_content_4 .about_title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_content_4 .about_title {
        font-size: 38px;
    }
}

.about_content_4 p {
    font-size: 16px;
    margin-top: 25px;
    color: #fff;
}

/*===========================
       05.SERVICES css 
===========================*/
.service_area {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.single_services {
    padding: 80px 40px;
    position: relative;
    z-index: 5;
    width: 100%;
    overflow: hidden;
    height: 400px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_services {
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    .single_services {
        padding: 40px 18px;
    }
}

.single_services::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_services .services_content {
    margin-top: 20px;
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
}

.single_services .services_content .services_title a {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_services .services_content p {
    color: #fff;
    margin-top: 15px;
}

.single_services.active {
    padding-top: 110px;
    padding-bottom: 110px;
    margin-top: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_services.active {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_services.active {
        margin-top: 0;
        padding: 80px 40px;
    }
}

@media (max-width: 767px) {
    .single_services.active {
        margin-top: 0;
        padding: 80px 40px;
    }
}

.single_services.active_2 {
    padding-top: 110px;
    margin-top: -30px;
    margin-bottom: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_services.active_2 {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_services.active_2 {
        margin-top: 0;
        padding: 80px 40px;
    }
}

@media (max-width: 767px) {
    .single_services.active_2 {
        margin-top: 0;
        padding: 80px 40px;
    }
}

.single_services.services_1 {
    background-color: #15808A;
}

.single_services.services_1::before {
    background-image: url(../images/news.png);
}

.single_services.services_2 {
    background-color: #064D86;
}

.single_services.services_2::before {
    background-image: url(../images/news.png);
}

.single_services.services_3 {
    background-color: #00bdc0;
}

.single_services.services_3::before {
    background-image: url(../images/news.png);
}

.single_services.services_4 {
    background-color: #00bdec;
}

.single_services.services_4::before {
    background-image: url(../images/news.png);
}

.single_services:hover::before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*===== Services 2 =====*/
.services_area_2 {
    position: relative;
}

.services_shape_1 {
    height: 73px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 6;
}

.services_shape_2 {
    height: 73px;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 9;
}

.single_services_2 .services_image {
    overflow: hidden;
    position: relative;
}

.single_services_2 .services_image a {
    display: block;
    width: 100%;
}

.single_services_2 .services_image a img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_services_2 .services_content {
    padding: 45px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_services_2 .services_content {
        padding: 25px 30px;
    }
}

@media (max-width: 767px) {
    .single_services_2 .services_content {
        padding: 25px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_services_2 .services_content {
        padding: 45px 30px;
    }
}

.single_services_2 .services_content .services_title a {
    color: #fff;
    font-size: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_services_2 .services_content .services_title a {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .single_services_2 .services_content .services_title a {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_services_2 .services_content .services_title a {
        font-size: 24px;
    }
}

.single_services_2 .services_content p {
    color: #fff;
    margin-top: 15px;
}

.single_services_2.services_2_color_1 {
    background-color: #15808A;
}

.single_services_2.services_2_color_2 {
    background-color: #00bdec;
}

.single_services_2.services_2_color_3 {
    background-color: #00bdc0;
}

.single_services_2:hover .services_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*===========================
       06.VIDEO css 
===========================*/
.video_area {
    position: relative;
    z-index: 5;
    padding-top: 100px;
    background-attachment: fixed;
    
}

.video_area::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.5);
    z-index: -1;
}

.video_content .video_title {
    font-size: 60px;
    font-weight: 400;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video_content .video_title {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .video_content .video_title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video_content .video_title {
        font-size: 40px;
    }
}

.video_watch .video_play {
    font-size: 16px;
    color: #fff;
}

.video_watch .video_play span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #22C1D3;
    border-radius: 50%;
    margin-left: 10px;
    position: relative;
    z-index: 5;
}

.video_watch .video_play span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #22C1D3;
    border-radius: 50%;
    -webkit-animation: video-ripple 1500ms ease-out infinite;
    -moz-animation: video-ripple 1500ms ease-out infinite;
    -o-animation: video-ripple 1500ms ease-out infinite;
    animation: video-ripple 1500ms ease-out infinite;
    right: 0;
    top: 0;
    z-index: -1;
}

/*===== video area 2 =====*/
.video_area_2 {
    margin-top: 0;
    padding-top: 70px;
}

.video_content_2 .video_title {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video_content_2 .video_title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .video_content_2 .video_title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video_content_2 .video_title {
        font-size: 38px;
    }
}

/*===== video area 3 =====*/
.video_area_3 {
    position: relative;
    z-index: 5;
}

.video_area_3::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.6);
    z-index: -1;
}

.video_image {
    position: relative;
}

.video_image img {
    width: 100%;
}

.video_image a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #22C1D3;
    color: #fff;
    font-size: 18px;
    z-index: 5;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .video_image a {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video_image a {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}

.video_image a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #22C1D3;
    border-radius: 50%;
    -webkit-animation: video-ripple 1500ms ease-out infinite;
    -moz-animation: video-ripple 1500ms ease-out infinite;
    -o-animation: video-ripple 1500ms ease-out infinite;
    animation: video-ripple 1500ms ease-out infinite;
    right: 0;
    top: 0;
    z-index: -1;
}

.video_image a img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
}

.video_content_3 {
    padding-right: 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video_content_3 {
        padding-right: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video_content_3 {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .video_content_3 {
        padding-right: 0;
    }
}

.video_content_3 .video_title {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video_content_3 .video_title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .video_content_3 .video_title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video_content_3 .video_title {
        font-size: 36px;
    }
}

.video_content_3 p {
    margin-top: 25px;
    color: #fff;
}

.video_content_3 .main-btn {
    margin-top: 30px;
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

@keyframes video-ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes video-ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}
/*===========================
       07.CAMPAING css 
===========================*/
/*==== campaing area ====*/
.nav {
    padding-top: 5px;
}

.nav .nav-item {
    position: relative;
    margin: 10px 0;
	width:100%;
}

.nav .nav-item a {
    display: block;
}

.nav .nav-item .campaing_items {
    padding: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav .nav-item .campaing_items {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .nav .nav-item .campaing_items {
        padding: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nav .nav-item .campaing_items {
        padding: 20px;
    }
}

.nav .nav-item .campaing_items .items_icon {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50px;
    border-top-left-radius: 42%;
}
.nav .nav-item .campaing_items .items_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .nav .nav-item .campaing_items .items_icon img {
        width: 24px;
    }
}

.nav .nav-item .campaing_items .items_content {
    padding-right: 20px;
}

@media (max-width: 767px) {
    .nav .nav-item .campaing_items .items_content {
        padding-right: 15px;
    }
}

.nav .nav-item .campaing_items .items_content .items_title {
    font-size: 20px;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav .nav-item .campaing_items .items_content .items_title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .nav .nav-item .campaing_items .items_content .items_title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nav .nav-item .campaing_items .items_content .items_title {
        font-size: 20px;
    }
}

.nav .nav-item .campaing_items .items_content p {
    margin-top: 15px;
}

.nav .nav-item .campaing_items.items_color_1 .items_icon {
    background-color: rgba(146, 56, 164, 0.1);
}

.nav .nav-item .campaing_items.items_color_2 .items_icon {
    background-color: rgba(248, 96, 72, 0.1);
}

.nav .nav-item .campaing_items.items_color_3 .items_icon {
    background-color: rgba(0, 189, 192, 0.1);
}

.nav .nav-item .active .campaing_items {
    -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
	border-radius:10px;
}

.campaing_content {
    position: relative;
}

.campaing_content img {
    width: 100%;
}

.campaing_content .campaing_donate {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 70%;
    left: 0;
    margin: 0 auto;
    background: #22C1D3;
    padding: 30px;
}

@media (max-width: 767px) {
    .campaing_content .campaing_donate {
        width: 90%;
        padding-top: 15px;
    }
}

.campaing_content .campaing_donate .donate_dollar span {
    font-size: 14px;
    color: #fff;
}

.campaing_content .campaing_donate .donate_progress {
    margin-top: 15px;
}

.campaing_content .campaing_donate .donate_progress .bar_inner {
    width: 100%;
    height: 10px;
    background-color: #fff;
    position: relative;
}

.campaing_content .campaing_donate .donate_progress .bar_inner .progress_line {
    position: absolute;
    top: 0;
    right: 0;
    height: 10px;
    background-color: #166095;
    -webkit-transition: all 2s ease-out 0s;
    -moz-transition: all 2s ease-out 0s;
    -ms-transition: all 2s ease-out 0s;
    -o-transition: all 2s ease-out 0s;
    transition: all 2s ease-out 0s;
    width: 0;
}

.campaing_content .campaing_donate .donate_progress .bar_inner .progress_line .percentage {
    position: absolute;
    top: -35px;
    left: -30px;
    background-color: #166095;
    font-size: 12px;
    padding: 2px 4px;
    color: #fff;
}

.campaing_content .campaing_donate .donate_progress .bar_inner .progress_line .percentage::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid #166095;
    border-left: 7px solid transparent;
    right: 0;
    bottom: -7px;
}

.campaing_content .campaing_donate .donate_btn {
    margin-top: 30px;
}

.campaing_content .campaing_donate .donate_btn .main-btn {
    width: 100%;
    height: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    padding: 0 20px;
}

.campaing_content .campaing_donate .donate_btn .main-btn:hover {
    border-color: #166095;
}

/*==== doner_area ====*/
.doner_title {
    position: relative;
}

.doner_title::after, .doner_title::before {
    position: absolute;
    content: '';
    width: 35%;
    height: 2px;
    border-bottom: 1px dashed rgba(34, 34, 34, 0.5);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .doner_title::after, .doner_title::before {
        width: 18%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .doner_title::after, .doner_title::before {
        width: 30%;
    }
}

.doner_title::after {
    right: auto;
    left: 0;
}

.doner_title .title {
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .doner_title .title {
        font-size: 20px;
    }
}

.single_doner .doner_image {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border-top-left-radius: 42%;
    padding: 8px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .single_doner .doner_image {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_doner .doner_image {
        width: 135px;
        height: 135px;
    }
}

.single_doner .doner_image img {
    border-radius: 50%;
}

.single_doner .doner_content {
    padding-top: 15px;
}

.single_doner .doner_content .doner_name {
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .single_doner .doner_content .doner_name {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_doner .doner_content .doner_name {
        font-size: 18px;
    }
}

.single_doner .doner_content p {
    color: #166095;
    margin-top: 5px;
}

.single_doner.doner_color-1 .doner_image {
    background-color: #00bdec;
}

.single_doner.doner_color-2 .doner_image {
    background-color: #15808A;
}

.single_doner.doner_color-3 .doner_image {
    background-color: #00bdc0;
}

.single_doner.doner_color-4 .doner_image {
    background-color: #22C1D3;
}

.single_doner:hover .doner_image {
    -webkit-animation: sliderShape 5s linear infinite;
    -moz-animation: sliderShape 5s linear infinite;
    -o-animation: sliderShape 5s linear infinite;
    animation: sliderShape 5s linear infinite;
}

/*===========================
       08.CAUSES css 
===========================*/
.causes_area {
    position: relative;
}

.causes_shape_1 {
    height: 73px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 5;
}

.causes_shape_2 {
    height: 73px;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 5;
}

.single_causes .causes_image {
    position: relative;
    overflow: hidden;
    height: 230px;
}

.single_causes .causes_image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_causes .causes_image .causes_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}

.single_causes .causes_image .causes_icon li {
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.single_causes .causes_image .causes_icon li a {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_causes .causes_image .causes_icon li:nth-of-type(1) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.single_causes .causes_image .causes_icon li:nth-of-type(2) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.single_causes .causes_image .causes_shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.single_causes .causes_image .causes_progress {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
}

.single_causes .causes_image .causes_progress .bar_inner {
    width: 100%;
    height: 5px;
    position: relative;
}

.single_causes .causes_image .causes_progress .bar_inner .progress_line {
    position: absolute;
    top: 0;
    right: 0;
    height: 5px;
    -webkit-transition: all 2s ease-out 0s;
    -moz-transition: all 2s ease-out 0s;
    -ms-transition: all 2s ease-out 0s;
    -o-transition: all 2s ease-out 0s;
    transition: all 2s ease-out 0s;
    width: 0;
}

.single_causes .causes_image .causes_progress .bar_inner .progress_line .percentage {
    position: absolute;
    top: -35px;
    left: -30px;
    background-color: #166095;
    font-size: 12px;
    padding: 2px 4px;
    color: #fff;
}

.single_causes .causes_image .causes_progress .bar_inner .progress_line .percentage::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid #166095;
    border-left: 7px solid transparent;
    right: 0;
    bottom: -7px;
}

.single_causes .causes_content {
    background-color: #fff;
    padding: 30px;
    padding-top: 0;
}
.single_causes,.single_blog_post{
	box-shadow: 0px 0px 15px -10px #000;
	background: #FFF;
}
.single_causes .causes_content .causes_meta {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(43, 42, 53, 0.1);
}

.single_causes .causes_content .causes_meta li {
    display: inline-block;
}

.single_causes .causes_content .causes_meta li + li {
    margin-right: 10px;
}

.single_causes .causes_content .causes_meta li a {
    font-size: 14px;
    color: #166095;
}

.single_causes .causes_content .causes_meta li a span {
    font-weight: 700;
}

.single_causes .causes_content .causes_meta li:nth-of-type(1) a i {
    color: #22C1D3;
}

.single_causes .causes_content .causes_meta li:nth-of-type(2) a i {
    color: #15808A;
}

.single_causes .causes_content .causes_title a {
    font-size: 18px;
    font-weight: 400;
    color: #166095;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 15px;
}
.causes_title{
	height: 60px;
	overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_causes .causes_content .causes_title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .single_causes .causes_content .causes_title a {
        font-size: 20px;
    }
}

.single_causes .causes_content .causes_title a:hover {
    color: #22C1D3;
}

.single_causes .causes_content p {
    margin-top: 10px;
    height: 100px;
    display: block;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_causes .causes_content p {
        font-size: 14px;
    }
}

.single_causes .causes_content .more {
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    line-height: 38px;
    font-weight: 700;
    margin-top: 20px;
}

.single_causes:hover .causes_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.single_causes:hover .causes_image .causes_icon li {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single_causes:hover .causes_image .causes_icon li:nth-of-type(1) {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.single_causes:hover .causes_image .causes_icon li:nth-of-type(2) {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.single_causes:hover .causes_image .causes_shape {
    opacity: 1;
    visibility: visible;
}

.single_causes.causes_color_1 .causes_image .causes_progress .bar_inner .progress_line {
    background-color: #22C1D3;
}

.single_causes.causes_color_1 .causes_image .causes_progress .bar_inner .progress_line .percentage {
    background-color: #22C1D3;
}

.single_causes.causes_color_1 .causes_image .causes_progress .bar_inner .progress_line .percentage::before {
    border-top-color: #22C1D3;
}

.single_causes.causes_color_1 .causes_content .causes_title a:hover {
    color: #22C1D3;
}

.single_causes.causes_color_1 .causes_content .more {
    background-color: #22C1D3;
}

.single_causes.causes_color_2 .causes_image .causes_progress .bar_inner .progress_line {
    background-color: #15808A;
}

.single_causes.causes_color_2 .causes_image .causes_progress .bar_inner .progress_line .percentage {
    background-color: #15808A;
}

.single_causes.causes_color_2 .causes_image .causes_progress .bar_inner .progress_line .percentage::before {
    border-top-color: #15808A;
}

.single_causes.causes_color_2 .causes_content .causes_title a:hover {
    color: #15808A;
}

.single_causes.causes_color_2 .causes_content .more {
    background-color: #15808A;
}

.single_causes.causes_color_3 .causes_image .causes_progress .bar_inner .progress_line {
    background-color: #00bdec;
}

.single_causes.causes_color_3 .causes_image .causes_progress .bar_inner .progress_line .percentage {
    background-color: #00bdec;
}

.single_causes.causes_color_3 .causes_image .causes_progress .bar_inner .progress_line .percentage::before {
    border-top-color: #00bdec;
}

.single_causes.causes_color_3 .causes_content .causes_title a:hover {
    color: #00bdec;
}

.single_causes.causes_color_3 .causes_content .more {
    background-color: #00bdec;
}

.single_causes.causes_color_4 .causes_image .causes_progress .bar_inner .progress_line {
    background-color: #00bdc0;
}

.single_causes.causes_color_4 .causes_image .causes_progress .bar_inner .progress_line .percentage {
    background-color: #00bdc0;
}

.single_causes.causes_color_4 .causes_image .causes_progress .bar_inner .progress_line .percentage::before {
    border-top-color: #00bdc0;
}

.single_causes.causes_color_4 .causes_content .causes_title a:hover {
    color: #00bdc0;
}

.single_causes.causes_color_4 .causes_content .more {
    background-color: #00bdc0;
}

.single_causes.causes_color_5 .causes_image .causes_progress .bar_inner .progress_line {
    background-color: #22C1D3;
}

.single_causes.causes_color_5 .causes_image .causes_progress .bar_inner .progress_line .percentage {
    background-color: #22C1D3;
}

.single_causes.causes_color_5 .causes_image .causes_progress .bar_inner .progress_line .percentage::before {
    border-top-color: #22C1D3;
}

.single_causes.causes_color_5 .causes_content .causes_title a:hover {
    color: #22C1D3;
}

.single_causes.causes_color_5 .causes_content .more {
    background-color: #22C1D3;
}

.single_causes.causes_color_6 .causes_image .causes_progress .bar_inner .progress_line {
    background-color: #15808A;
}

.single_causes.causes_color_6 .causes_image .causes_progress .bar_inner .progress_line .percentage {
    background-color: #15808A;
}

.single_causes.causes_color_6 .causes_image .causes_progress .bar_inner .progress_line .percentage::before {
    border-top-color: #15808A;
}

.single_causes.causes_color_6 .causes_content .causes_title a:hover {
    color: #15808A;
}

.single_causes.causes_color_6 .causes_content .more {
    background-color: #15808A;
}

.single_causes.causes_bg .causes_content {
    background-color: #f3f0ea;
}

.causes_active .slick-dots {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.causes_active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.causes_active .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #22C1D3;
    background: none;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.causes_active .slick-dots li.slick-active button {
    background-color: #22C1D3;
}

/*===========================
      09.TESTIMONIAL css 
===========================*/
.testimonial_area {
    position: relative;
}

.testimonial_content_area {
    position: absolute;
    top: 50%;
    width: 100%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single_testimonial_image img {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_testimonial_image img {
        height: 618px;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 767px) {
    .single_testimonial_image img {
        height: 618px;
        object-fit: cover;
        object-position: center;
    }
}

.testimonial_content_wrapper_2 .slick-dots,
.testimonial_content_wrapper .slick-dots {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.testimonial_content_wrapper_2 .slick-dots li,
  .testimonial_content_wrapper .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.testimonial_content_wrapper_2 .slick-dots li button,
    .testimonial_content_wrapper .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    background: none;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.testimonial_content_wrapper_2 .slick-dots li.slick-active button,
    .testimonial_content_wrapper .slick-dots li.slick-active button {
    background-color: #fff;
}

.single_testimonial_content {
    background-color: #22C1D3;
    padding: 75px 55px 55px;
    border-radius: 50px;
    position: relative;
    margin-top: 30px;
    position: relative;
    z-index: 5;
}

.single_testimonial_content::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background-image: url(../images/shape/shape-3.png);
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 767px) {
    .single_testimonial_content::before {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_testimonial_content::before {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .single_testimonial_content {
        padding: 25px 15px 15px;
        border-radius: 10px;
    }
}

.single_testimonial_content i {
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .single_testimonial_content i {
        font-size: 40px;
        top: -18px;
    }
}

.single_testimonial_content .testimonial_title {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .single_testimonial_content .testimonial_title {
        font-size: 24px;
    }
}

.single_testimonial_content p {
    font-size: 18px;
    font-style: italic;
    color: #fff;
    line-height: 30px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .single_testimonial_content p {
        font-size: 16px;
    }
}

.single_testimonial_content .author_name {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: "Vazir", sans-serif;
    margin-top: 15px;
}

/*===== Testimonial 2 =====*/
.single_testimonial_image_2 img {
    height: 660px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

/*===== Testimonial 3 =====*/
.testimonial_area_3 {
    position: relative;
    z-index: 5;
}

.testimonial_area_3::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.single_testimonial_3 i {
    font-size: 60px;
    color: #22C1D3;
}

.single_testimonial_3 .testimonial_title {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
}

@media (max-width: 767px) {
    .single_testimonial_3 .testimonial_title {
        font-size: 28px;
    }
}

.single_testimonial_3 p {
    font-size: 24px;
    color: #fff;
    margin-top: 55px;
    line-height: 36px;
    font-style: italic;
}

@media (max-width: 767px) {
    .single_testimonial_3 p {
        font-size: 16px;
        line-height: 28px;
    }
}

.single_testimonial_3 .name {
    font-size: 18px;
    color: #fff;
    font-family: "Vazir", sans-serif;
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
}

.testimonial_area_active_3 .slick-dots {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.testimonial_area_active_3 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.testimonial_area_active_3 .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    background: none;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.testimonial_area_active_3 .slick-dots li.slick-active button {
    background-color: #fff;
}

/*===========================
      10.VOLUNTEER css 
===========================*/
.volunteer_area {
    position: relative;
}

.volunteer_shape_1 {
    height: 73px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 5;
}

.volunteer_shape_2 {
    height: 73px;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 5;
}

.single_volunteer .volunteer_image {
    position: relative;
    overflow: hidden;
}

.single_volunteer .volunteer_image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 10px;
}

.single_volunteer .volunteer_image .volunteer_social {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 42, 53, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_volunteer .volunteer_image .volunteer_social .social {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single_volunteer .volunteer_image .volunteer_social .social li {
    display: inline-block;
    margin: 0 4px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.single_volunteer .volunteer_image .volunteer_social .social li a {
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_volunteer .volunteer_content {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border-top-left-radius: 42%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: -90px;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_volunteer .volunteer_content .content_wrapper .volunteer_name a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.single_volunteer .volunteer_content .content_wrapper p {
    color: #fff;
    margin-top: 8px;
}

.single_volunteer:hover .volunteer_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.single_volunteer:hover .volunteer_image .volunteer_social {
    opacity: 1;
    visibility: visible;
}

.single_volunteer:hover .volunteer_image .volunteer_social .social li {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.single_volunteer:hover .volunteer_image .volunteer_social .social li:nth-of-type(1) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.single_volunteer:hover .volunteer_image .volunteer_social .social li:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single_volunteer:hover .volunteer_image .volunteer_social .social li:nth-of-type(3) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.single_volunteer:hover .volunteer_image .volunteer_social .social li:nth-of-type(4) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.single_volunteer:hover .volunteer_content {
    -webkit-animation: sliderShape 5s linear infinite;
    -moz-animation: sliderShape 5s linear infinite;
    -o-animation: sliderShape 5s linear infinite;
    animation: sliderShape 5s linear infinite;
}

.single_volunteer.volunteer_color_1 .volunteer_image .volunteer_social .social li a:hover {
    color: #00bdec;
}

.single_volunteer.volunteer_color_1 .volunteer_content {
    background-color: #00bdec;
}

.single_volunteer.volunteer_color_2 .volunteer_image .volunteer_social .social li a:hover {
    color: #15808A;
}

.single_volunteer.volunteer_color_2 .volunteer_content {
    background-color: #15808A;
}

.single_volunteer.volunteer_color_3 .volunteer_image .volunteer_social .social li a:hover {
    color: #22C1D3;
}

.single_volunteer.volunteer_color_3 .volunteer_content {
    background-color: #22C1D3;
}

.single_volunteer.volunteer_color_4 .volunteer_image .volunteer_social .social li a:hover {
    color: #00bdc0;
}

.single_volunteer.volunteer_color_4 .volunteer_content {
    background-color: #00bdc0;
}

/*===== Volunteer Form =====*/
.volunteer_form_area {
    position: relative;
    z-index: 5;
}

.volunteer_form_area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: -webkit-linear-gradient(right, #290a59 0%, #22C1D3 100%);
    background: -o-linear-gradient(right, #290a59 0%, #22C1D3 100%);
    background: linear-gradient(to left, #290a59 0%, #22C1D3 100%);
    opacity: 0.8;
}

.volunteer_form {
    background-color: #15808A;
    padding: 85px 90px 90px;
    position: relative;
    top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .volunteer_form {
        padding: 65px 70px 70px;
    }
}

@media (max-width: 767px) {
    .volunteer_form {
        padding: 25px 30px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .volunteer_form {
        padding: 65px 70px 70px;
    }
}

.volunteer_form .volunteer_title {
    font-size: 36px;
    color: #fff;
    padding-bottom: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .volunteer_form .volunteer_title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .volunteer_form .volunteer_title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .volunteer_form .volunteer_title {
        font-size: 28px;
    }
}

.volunteer_form .single_form {
    margin-top: 15px;
}

.volunteer_form .single_form textarea, .volunteer_form .single_form input {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    background-color: #fff;
    border: 0;
    font-size: 14px;
}

.volunteer_form .single_form textarea {
    height: 70px;
    padding-top: 10px;
    resize: none;
}

.volunteer_form .single_form .main-btn {
    width: 100%;
}

.volunteer_form.volunteer_form_2 {
    top: 0;
    padding: 0 90px;
    background-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .volunteer_form.volunteer_form_2 {
        padding: 0 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .volunteer_form.volunteer_form_2 {
        padding: 0 60px;
        padding-top: 125px;
        padding-bottom: 125px;
    }
}

@media (max-width: 767px) {
    .volunteer_form.volunteer_form_2 {
        padding: 0 20px;
        padding-top: 125px;
        padding-bottom: 125px;
    }
}

/*===== Volunteer Support =====*/
.support_title {
    padding-bottom: 15px;
}

.support_title .title {
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .support_title .title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .support_title .title {
        font-size: 24px;
    }
}

.single_support .support_content {
    padding-right: 10px;
}

.single_support .support_content .title {
    font-size: 24px;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_support .support_content .title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .single_support .support_content .title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_support .support_content .title {
        font-size: 22px;
    }
}

.single_support .support_content p {
    color: #afafaf;
}

/*===== Volunteer Form 2 =====*/
.volunteer_form_area_2 {
    position: relative;
    background-color: #15808A;
    height: 570px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .volunteer_form_area_2 {
        height: auto;
    }
}

@media (max-width: 767px) {
    .volunteer_form_area_2 {
        height: auto;
    }
}

.volunteer_image_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .volunteer_image_2 {
        width: 100%;
        height: 570px;
        position: relative;
    }
}

@media (max-width: 767px) {
    .volunteer_image_2 {
        width: 100%;
        height: 270px;
        position: relative;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .volunteer_image_2 {
        height: 370px;
    }
}

/*===== Volunteer 2 =====*/
.volunteer_area_2 {
    position: relative;
}

.volunteer_content_2 .title {
    font-size: 48px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .volunteer_content_2 .title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .volunteer_content_2 .title {
        font-size: 38px;
    }
}

.volunteer_content_2 p {
    margin-top: 25px;
}

.volunteer_content_2 .main-btn {
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
}

.volunteer_slider .slick-dots {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.volunteer_slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.volunteer_slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #22C1D3;
    background: none;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.volunteer_slider .slick-dots li.slick-active button {
    background-color: #22C1D3;
}

.single_volunteer_2 {
    position: relative;
}

.single_volunteer_2 .volunteer_image {
    overflow: hidden;
}

.single_volunteer_2 .volunteer_image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_volunteer_2 .volunteer_social {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 42, 53, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_volunteer_2 .volunteer_social .social {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single_volunteer_2 .volunteer_social .social li {
    display: inline-block;
    margin: 0 4px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.single_volunteer_2 .volunteer_social .social li a {
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_volunteer_2 .volunteer_text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}

.single_volunteer_2 .volunteer_text .volunteer_name {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.single_volunteer_2 .volunteer_text p {
    color: #fff;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    margin-top: 4px;
}

.single_volunteer_2:hover .volunteer_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.single_volunteer_2:hover .volunteer_social {
    opacity: 1;
    visibility: visible;
}

.single_volunteer_2:hover .volunteer_social .social li {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.single_volunteer_2:hover .volunteer_social .social li:nth-of-type(1) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.single_volunteer_2:hover .volunteer_social .social li:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single_volunteer_2:hover .volunteer_social .social li:nth-of-type(3) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.single_volunteer_2:hover .volunteer_social .social li:nth-of-type(4) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.single_volunteer_2:hover .volunteer_text .volunteer_name {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
}

.single_volunteer_2:hover .volunteer_text p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}

/*===========================
      11.EVENT css 
===========================*/
.event_area {
    background: #22C1D3 url('../images/news.png');
}

.single_event .event_image {
    position: relative;
    overflow: hidden;
}

.single_event .event_image img {
    width: 100%;
    height: 246px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_event .event_image img {
        height: 235px;
    }
}

.single_event .event_image .event_date {
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 50%;
    border-top-left-radius: 42%;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 5;
}

.single_event .event_image .event_date .shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.single_event .event_image .event_date .date {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Vazir", cursive;
}

.single_event .event_image .event_date .date span {
    font-size: 20px;
    display: block;
    line-height: 25px;
    letter-spacing: -1.5px;
}

.single_event .event_image::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.3);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
}

.single_event .event_content {
    padding: 10px;
}
.single_event h3.event_title{
	font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_event .event_content {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .single_event .event_content {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .single_event .event_content {
        padding: 20px;
    }
}

.single_event .event_content .event_title a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_event .event_content .event_title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_event .event_content .event_title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .single_event .event_content .event_title a {
        font-size: 20px;
    }
}

.single_event .event_content p {
    color: #fff;
    margin-top: 5px;
    padding-right: 25px;
    position: relative;
    font-size:12px;
}

.single_event .event_content p img {
    margin-left: 5px;
    width: 14px;
    position: absolute;
    top: 5px;
    right: 0;
}

.single_event .event_content .more {
    color: #fff;
    border: 1px solid #fff;
    padding: 0 15px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_event .event_content .more:hover {
    background-color: #fff;
}

.single_event.event_color-1 {
    background-color: #15808A;
    box-shadow: 1px 1px 10px -5px #000;
}

.single_event.event_color-1 .event_image .event_date {
    background-color: #15808A;
}

.single_event.event_color-1 .event_content .more:hover {
    color: #15808A;
}

.single_event.event_color-2 {
    background-color: #00bdec;
}

.single_event.event_color-2 .event_image .event_date {
    background-color: #00bdec;
}

.single_event.event_color-2 .event_content .more:hover {
    color: #00bdec;
}

.single_event.event_color-3 {
    background-color: #00bdc0;
}

.single_event.event_color-3 .event_image .event_date {
    background-color: #00bdc0;
}

.single_event.event_color-3 .event_content .more:hover {
    color: #00bdc0;
}

.single_event:hover .event_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.single_event:hover .event_image::before {
    opacity: 1;
    visibility: visible;
}

/*===== EVENT 2 =====*/
.event_area_2 {
    position: relative;
}

.event_shape_1 {
    height: 73px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 6;
}

.event_shape_2 {
    height: 73px;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 9;
}

.single_event_2 {
    background-color: #fff;
    position: relative;
}

.single_event_2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    bottom: 0;
    right: 0;
}

.single_event_2 .event_image {
    position: relative;
    width: 50%;
    height: 100%;
}

@media (max-width: 767px) {
    .single_event_2 .event_image {
        width: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
}

.single_event_2 .event_image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 345px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_event_2 .event_image img {
        height: 305px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_event_2 .event_image img {
        height: 305px;
    }
}

@media (max-width: 767px) {
    .single_event_2 .event_image img {
        height: auto;
    }
}

.single_event_2 .event_image .event_date {
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 50%;
    border-top-left-radius: 42%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -38px;
    z-index: 5;
}

@media (max-width: 767px) {
    .single_event_2 .event_image .event_date {
        bottom: 30px;
        right: 30px;
        left: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.single_event_2 .event_image .event_date .shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.single_event_2 .event_image .event_date .date {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Vazir", cursive;
}

.single_event_2 .event_image .event_date .date span {
    font-size: 30px;
    display: block;
    line-height: 35px;
}

.single_event_2 .event_image::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.3);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
}

.single_event_2 .event_content_wrapper {
    width: 50%;
    height: 345px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_event_2 .event_content_wrapper {
        height: 305px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_event_2 .event_content_wrapper {
        height: 305px;
    }
}

@media (max-width: 767px) {
    .single_event_2 .event_content_wrapper {
        width: 100%;
        height: auto;
    }
}

.single_event_2 .event_content {
    max-width: 285px;
}

@media (max-width: 767px) {
    .single_event_2 .event_content {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .single_event_2 .event_content {
        max-width: inherit;
    }
}

.single_event_2 .event_content .event_title a {
    font-size: 24px;
    font-weight: 400;
    color: #166095;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_event_2 .event_content .event_title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .single_event_2 .event_content .event_title a {
        font-size: 20px;
    }
}

.single_event_2 .event_content p {
    margin-top: 20px;
    padding-right: 25px;
    position: relative;
}

.single_event_2 .event_content p img {
    margin-left: 5px;
    width: 14px;
    position: absolute;
    top: 5px;
    right: 0;
}

.single_event_2 .event_content .more {
    color: #fff;
    border: 1px solid;
    padding: 0 15px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_event_2.event_color-1::before {
    background-color: #15808A;
}

.single_event_2.event_color-1 .event_image .event_date {
    background-color: #15808A;
}

.single_event_2.event_color-1 .event_content .event_title a:hover {
    color: #15808A;
}

.single_event_2.event_color-1 .event_content .more {
    background-color: #15808A;
    border-color: #15808A;
}

.single_event_2.event_color-1 .event_content .more:hover {
    background-color: #fff;
    color: #15808A;
}

.single_event_2.event_color-2::before {
    background-color: #00bdec;
}

.single_event_2.event_color-2 .event_image .event_date {
    background-color: #00bdec;
}

.single_event_2.event_color-2 .event_content .event_title a:hover {
    color: #00bdec;
}

.single_event_2.event_color-2 .event_content .more {
    background-color: #00bdec;
    border-color: #00bdec;
}

.single_event_2.event_color-2 .event_content .more:hover {
    background-color: #fff;
    color: #00bdec;
}

.single_event_2.event_color-3::before {
    background-color: #00bdc0;
}

.single_event_2.event_color-3 .event_image .event_date {
    background-color: #00bdc0;
}

.single_event_2.event_color-3 .event_content .event_title a:hover {
    color: #00bdc0;
}

.single_event_2.event_color-3 .event_content .more {
    background-color: #00bdc0;
    border-color: #00bdc0;
}

.single_event_2.event_color-3 .event_content .more:hover {
    background-color: #fff;
    color: #00bdc0;
}

.single_event_2:hover .event_image::before {
    opacity: 1;
    visibility: visible;
}

.event_active .slick-dots {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.event_active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.event_active .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #22C1D3;
    background: none;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.event_active .slick-dots li.slick-active button {
    background-color: #22C1D3;
}

/*===========================
      12.BLOG css 
===========================*/
.blog_right {
    position: relative;
}

.blog_right .blog_image {
    position: relative;
}

.blog_right .blog_image img {
    width: 100%;
    border-radius: 10px;
}

.blog_right .blog_image::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 50%, black 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 50%, black 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, black 100%);
}

.blog_right .blog_content {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    padding: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog_right .blog_content {
        padding: 35px;
    }
}

@media (max-width: 767px) {
    .blog_right .blog_content {
        padding: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog_right .blog_content {
        padding: 35px;
    }
}

.blog_right .blog_content .title_bar .blog_date {
    width: 70px;
    height: 70px;
    background-color: #22C1D3;
    text-align: center;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .blog_right .blog_content .title_bar .blog_date {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog_right .blog_content .title_bar .blog_date {
        width: 70px;
        height: 70px;
    }
}

.blog_right .blog_content .title_bar .blog_date .date {
    font-size: 14px;
    color: #fff;
    font-family: "Vazir", cursive;
}

@media (max-width: 767px) {
    .blog_right .blog_content .title_bar .blog_date .date {
        font-size: 13px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog_right .blog_content .title_bar .blog_date .date {
        font-size: 14px;
    }
}

.blog_right .blog_content .title_bar .blog_date .date span {
    font-size: 30px;
    display: block;
    line-height: 35px;
}

@media (max-width: 767px) {
    .blog_right .blog_content .title_bar .blog_date .date span {
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog_right .blog_content .title_bar .blog_date .date span {
        font-size: 30px;
        line-height: 26px;
    }
}

.blog_right .blog_content .title_bar .blog_title_meta {
    padding-right: 25px;
}

.blog_right .blog_content .title_bar .blog_title_meta .blog_title a {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog_right .blog_content .title_bar .blog_title_meta .blog_title a:hover {
    color: #22C1D3;
}

@media (max-width: 767px) {
    .blog_right .blog_content .title_bar .blog_title_meta .blog_title a {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog_right .blog_content .title_bar .blog_title_meta .blog_title a {
        font-size: 22px;
    }
}

.blog_right .blog_content .title_bar .blog_title_meta .blog_meta li {
    display: inline-block;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .blog_right .blog_content .title_bar .blog_title_meta .blog_meta li {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog_right .blog_content .title_bar .blog_title_meta .blog_meta li {
        display: inline-block;
    }
}

.blog_right .blog_content .title_bar .blog_title_meta .blog_meta li + li {
    margin-right: 18px;
}

@media (max-width: 767px) {
    .blog_right .blog_content .title_bar .blog_title_meta .blog_meta li + li {
        margin-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog_right .blog_content .title_bar .blog_title_meta .blog_meta li + li {
        margin-right: 18px;
    }
}

.blog_right .blog_content .title_bar .blog_title_meta .blog_meta li a {
    font-size: 14px;
    color: #fff;
}

.blog_right .blog_content .title_bar .blog_title_meta .blog_meta li a i {
    margin-left: 5px;
}

.blog_right .blog_content .text_bar {
    margin-top: 15px;
}

.blog_right .blog_content .text_bar p {
    color: #fff;
    font-size: 16px;
}

.single_blog .blog_image {
    margin-left: 30px;
    position: relative;
    display: inline-block;
    max-width: 30%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_blog .blog_image {
        margin-left: 25px;
    }
}

.single_blog .blog_image img {
    width: 100%;
}

.single_blog .blog_image .blog_date {
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_blog .blog_image .blog_date {
        left: -25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_blog .blog_image .blog_date {
        width: 60px;
        height: 60px;
    }
}

.single_blog .blog_image .blog_date .date {
    font-size: 14px;
    color: #fff;
    font-family: "Vazir", cursive;
}

.single_blog .blog_image .blog_date .date span {
    font-size: 30px;
    display: block;
    line-height: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_blog .blog_image .blog_date .date span {
        font-size: 28px;
    }
}

.single_blog .blog_content {
    padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_blog .blog_content {
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .single_blog .blog_content {
        padding-right: 0;
        padding-top: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_blog .blog_content {
        padding-right: 25px;
        padding-top: 0;
    }
}

.single_blog .blog_content .blog_title a {
    font-size: 24px;
    font-weight: 400;
    color: #166095;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_blog .blog_content .blog_title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .single_blog .blog_content .blog_title a {
        font-size: 18px;
    }
}

.single_blog .blog_content .blog_meta li {
    display: inline-block;
    margin-top: 10px;
}

.single_blog .blog_content .blog_meta li + li {
    margin-right: 18px;
}

.single_blog .blog_content .blog_meta li a {
    font-size: 14px;
    color: #929292;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_blog .blog_content .blog_meta li a i {
    margin-left: 5px;
}

.single_blog .blog_content .blog_meta li a:hover {
    color: #22C1D3;
}

.single_blog .blog_content p {
    font-size: 14px;
    margin-top: 10px;
}

.single_blog:hover .blog_image::before {
    opacity: 1;
    visibility: visible;
}

.single_blog.blog_color-1 .blog_image .blog_date {
    background-color: #15808A;
}

.single_blog.blog_color-1 .blog_content .blog_title a:hover {
    color: #15808A;
}

.single_blog.blog_color-2 .blog_image .blog_date {
    background-color: #00bdc0;
}

.single_blog.blog_color-2 .blog_content .blog_title a:hover {
    color: #00bdc0;
}

.single_blog.blog_color-3 .blog_image .blog_date {
    background-color: #00bdec;
}
.single_blog.blog_color-4 .blog_image .blog_date {
    background-color: #FF33EE;
}

.single_blog.blog_color-3 .blog_content .blog_title a:hover {
    color: #00bdec;
}

/*===========================
      13.FOOTER css 
===========================*/
.footer_area {
    background-color: #1a191f;
    position: relative;
}

.footer_area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../images/shape/footer_shape.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_area h5,.footer_area h3{
    font-size: 16px;
    font-weight: 400;
    font-family: "Vazir", cursive;
    color: #fff;
}

.footer_about p {
    margin-top: 15px;
    color: #9f9f9f;
}

.footer_about p span {
    font-weight: 600;
    color: #fff;
    margin-left: 5px;
}

.footer_about .social {
    padding-top: 15px;
}

.footer_about .social li {
    display: inline-block;
    margin-left: 18px;
}

.footer_about .social li a {
    font-size: 24px;
    color: #9f9f9f;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer_about .social li a:hover {
    color: #22C1D3;
}

.footer_link {
    width: 50%;
    padding-right: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_link {
        padding-right: 60px;
    }
}

@media (max-width: 767px) {
    .footer_link {
        padding-right: 0;
    }
}

.footer_link .menu {
    padding-top: 5px;
}

.footer_link .menu li {
    margin-top: 5px;
    width: 100%;
}

.footer_link .menu li a {
    font-size: 16px;
    color: #9f9f9f;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block;
}

.footer_link .menu li a:hover {
    color: #22C1D3;
}

.footer_subscribe p {
    margin-top: 25px;
    color: #9f9f9f;
}

.footer_subscribe .subscribe_form {
    position: relative;
    margin-top: 25px;
}

.footer_subscribe .subscribe_form input {
    width: 100%;
    border: 0;
    border-radius: 5px;
    height: 50px;
    padding: 0 20px;
    font-size: 15px;
    color: #616161;
}

.footer_subscribe .subscribe_form button {
    width: 40px;
    height: 40px;
    font-size: 20px;
    background-color: #22C1D3;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 5px;
}

.footer_copyleft .copyleft {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer_copyleft .copyleft p {
    color: #fff;
}

/*===== Go Top =====*/
.go-top-area {
    position: relative;
    z-index: 9999;
}

.go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 24px;
    color: #ffffff;
    background-color: #22C1D3;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-left: 0;
}

.go-top-area .go-top i {
    position: absolute;
    top: 50%;
    right: -4px;
    left: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.go-top-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #22C1D3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.go-top-area .go-top:focus, .go-top-area .go-top:hover {
    color: #fff;
}

.go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top-area .go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}

.go-top-wrap {
    position: relative;
}

.go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #22C1D3;
}

.go-top-wrap .go-top-btn i {
    font-size: 20px;
    font-weight: 700;
    padding-right: 4px;
    color: #fff;
}

.go-top-wrap .go-top-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    -o-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background: #22C1D3;
}

.go-top-wrap .go-top-btn:hover {
    background-color: #222;
    color: #fff;
}

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
/*===========================
      14.FEATUEE css 
===========================*/
.features_area {
    position: relative;
}

.features_shape_1 {
    height: 73px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 6;
}

.features_shape_2 {
    height: 73px;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 9;
}

.features_content .title {
    font-size: 40px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .features_content .title {
        font-size: 28px;
    }
}

.features_content p {
    margin-top: 25px;
}

.features_content .main-btn {
    margin-top: 45px;
}

.single_feature .feature_content {
    padding-top: 20px;
}

.single_feature .feature_content .feature_title {
    font-size: 18px;
    font-weight: 400;
}

.single_feature .feature_content p {
    padding-top: 15px;
}

/*===========================
      15.HELPING css 
===========================*/
.helping_area {
    position: relative;
}

/*===========================
      16.PAGE BANNER css 
===========================*/
.page_banner {
    padding-top: 55px;
    padding-bottom: 25px;
    position: relative;
    z-index: 5;
}

@media (max-width: 767px) {
    .page_banner {
        padding-top: 30px;
        padding-bottom: 35px;
    }
}

.page_banner::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 77, 134, 0.5);
    z-index: -1;
}

.page_banner_content .page_title {
    font-size: 38px;
    color: #fff;
    font-weight: 400;
}

@media (max-width: 767px) {
    .page_banner_content .page_title {
        font-size: 22px;
    }
}

.page_banner_content .breadcrumb {
    padding: 0;
    border-radius: 0;
    background: none;
    padding-top: 10px;
    margin-bottom: 0;
    color:#FFF;
    font-size: 13px;
}
.page_banner_content .breadcrumb img{
	display: none;
}
.page_banner_content .breadcrumb li {
    position: relative;
}

.page_banner_content .breadcrumb li + li {
    margin-right: 30px;
}

.page_banner_content .breadcrumb li + li::before {
    position: absolute;
    content: '/';
    top: 2px;
    right: -16px;
    color: #fff;
}

.page_banner_content .breadcrumb li a {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
}

.page_banner_content .breadcrumb li a.active {
    color: #00bdec;
}

/*===========================
    17.CAUSES DETAILS css 
===========================*/
.causes_details {
    padding-bottom: 45px;
}

.causes_details .causes_details_image img {
    width: 100%;
}

.causes_details .causes_details_donate {
    padding: 20px 15px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .causes_details .causes_details_donate {
        padding: 40px 35px;
    }
}

@media (max-width: 767px) {
    .causes_details .causes_details_donate {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .causes_details .causes_details_donate {
        padding: 40px 75px;
    }
}

.causes_details .causes_details_donate .causes_details_shape_1 {
    position: absolute;
    top: -11px;
    height: 26px;
    width: 100%;
    right: 0;
}

.causes_details .causes_details_donate .causes_details_shape_2 {
    position: absolute;
    bottom: -14px;
    height: 26px;
    width: 100%;
    right: 0;
}

.causes_details .causes_details_donate .donate_dollar span {
    font-size: 16px;
    color: #166095;
    font-weight: 600;
}

.causes_details .causes_details_donate .donate_progress {
    margin-top: 10px;
}

.causes_details .causes_details_donate .donate_progress .bar_inner {
    width: 100%;
    height: 10px;
    background-color: rgba(43, 42, 53, 0.1);
    position: relative;
}

.causes_details .causes_details_donate .donate_progress .bar_inner .progress_line {
    position: absolute;
    top: 0;
    right: 0;
    height: 10px;
    background-color: #166095;
    -webkit-transition: all 2s ease-out 0s;
    -moz-transition: all 2s ease-out 0s;
    -ms-transition: all 2s ease-out 0s;
    -o-transition: all 2s ease-out 0s;
    transition: all 2s ease-out 0s;
    width: 0;
}

.causes_details .causes_details_donate .donate_progress .bar_inner .progress_line .percentage {
    position: absolute;
    top: -35px;
    left: -30px;
    background-color: #166095;
    font-size: 12px;
    padding: 2px 4px;
    color: #fff;
}

.causes_details .causes_details_donate .donate_progress .bar_inner .progress_line .percentage::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid #166095;
    border-left: 7px solid transparent;
    right: 0;
    bottom: -7px;
}

.causes_details .causes_details_donate .causes_donate_many {
    padding-top: 20px;
}

.causes_details .causes_details_donate .causes_donate_many a {
    width: 9%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #166095;
    border-radius: 5px;
    margin:0.5%;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #FFF;
}
.causes_details .causes_details_donate .causes_donate_many a:nth-child(1){
	background: #B5EAEF;
	color:#0B4045;
}
.causes_details .causes_details_donate .causes_donate_many a:nth-child(2){
	background: #22C1D3;
	color:#FFF;
}
.causes_details .causes_details_donate .causes_donate_many a:nth-child(3){
	background: #22C1D3;
	color:#FFF;
}
.causes_details .causes_details_donate .causes_donate_many a:nth-child(4){
	background: #22C1D3;
	color:#FFF;
}
.causes_details .causes_details_donate .causes_donate_many a:nth-child(5){
	background: #15808A;
	color:#FFF;
}
.causes_details .causes_details_donate .causes_donate_many a:nth-child(6){
	background: #0B4045;
	color:#FFF;
}
@media (max-width: 767px) {
    .causes_details .causes_details_donate .causes_donate_many a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}

.causes_details .causes_details_donate .causes_donate_many a:hover {
    background-color: #22C1D3;
    color: #fff;
}

.causes_details .causes_details_donate .causes_donate_many .donate_many_form {
    width: 38%;
    margin:0;
    margin-top: 10px;
    text-align: center;
    margin-right: 1%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .causes_details .causes_details_donate .causes_donate_many .donate_many_form {
        width: 108px;
    }
}

.causes_details .causes_details_donate .causes_donate_many .donate_many_form input {
    height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #CCC;
    color: #166095;
    background: none;
    width: 100%;
    font-size:13px;
    background: #FFF;
    text-align: center;
}


@media (max-width: 767px) {
    .causes_details .causes_details_donate .causes_donate_many .donate_many_form input {
        height: 30px;
    }
}

.causes_details .causes_details_donate .causes_donate_many .main-btn {
    padding:0;
    font-size: 18px;
    margin-top: 10px;
    width: 100%;
}

@media (max-width: 767px) {
    .causes_details .causes_details_donate .causes_donate_many .main-btn {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
}

.causes_details .causes_details_content {
    margin-top: 45px;
}

.causes_details .causes_details_content .causes_details_title {
    font-size: 30px;
    font-weight: 600;
    color: #166095;
}

@media (max-width: 767px) {
    .causes_details .causes_details_content .causes_details_title {
        font-size: 24px;
    }
}

.causes_details .causes_details_content p {
    padding-top: 15px;
    font-size: 14px;
}

.causes_details .blockquote {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 95px 0px rgba(34, 34, 34, 0.15);
    -moz-box-shadow: 0px 0px 95px 0px rgba(34, 34, 34, 0.15);
    box-shadow: 0px 0px 95px 0px rgba(34, 34, 34, 0.15);
    padding: 35px 40px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin-top: 45px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .causes_details .blockquote {
        padding: 25px 30px;
    }
}

.causes_details .blockquote i {
    font-size: 72px;
    line-height: 75px;
    position: absolute;
    left: 40px;
    top: -10px;
    color: #22C1D3;
}

@media (max-width: 767px) {
    .causes_details .blockquote i {
        font-size: 42px;
        line-height: 45px;
    }
}

.causes_details .blockquote p {
    font-size: 24px;
    line-height: 36px;
}

@media (max-width: 767px) {
    .causes_details .blockquote p {
        font-size: 18px;
        line-height: 28px;
    }
}

.causes_details .causes_details_image {
    padding-top: 30px;
}

.causes_details .causes_details_image img.big {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.causes_details .causes_details_share {
    margin-top: 35px;
}

.causes_details .causes_details_share span {
    font-size: 18px;
    font-weight: 700;
    color: #166095;
}

.causes_details .causes_details_share .social li {
    display: inline-block;
    margin-right: 10px;
}

.causes_details .causes_details_share .social li a {
    font-size: 18px;
    color: #9d9d9d;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.causes_details .causes_details_share .social li a:hover {
    color: #22C1D3;
}

.causes_details_form {
    border-top: 1px solid #b6b6b6;
    padding-top: 45px;
}

.causes_details_form .causes_details_form_title {
    font-size: 24px;
    font-weight: 400;
}

.causes_details_form p {
    padding-top: 15px;
    font-size: 14px;
}

/*===========================
       18.SIDEBAR css 
===========================*/
.sidebar_search {
    padding: 30px;
    border: 1px solid rgba(43, 42, 53, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar_search {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .sidebar_search {
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar_search {
        padding: 30px;
    }
}

.sidebar_search .search_form {
    position: relative;
}

.sidebar_search .search_form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid rgba(43, 42, 53, 0.2);
    color: #166095;
    font-size: 16px;
}

.sidebar_search .search_form button {
    padding: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #22C1D3;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar_title {
    font-size: 20px;
    font-weight: 400;
}

.sidebar_post {
    padding: 30px;
    border: 1px solid rgba(43, 42, 53, 0.2);
    border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar_post {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .sidebar_post {
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar_post {
        padding: 30px;
    }
}

.sidebar_post ul li .single_sidebar_post {
    margin-top: 30px;
}

.sidebar_post ul li .single_sidebar_post .sidebar_post_thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}

.sidebar_post ul li .single_sidebar_post .sidebar_post_content {
    padding-right: 20px;
}

.sidebar_post ul li .single_sidebar_post .sidebar_post_content .post_title a {
    font-size: 16px;
    font-weight: 400;
    color: #166095;
}

.sidebar_post ul li .single_sidebar_post .sidebar_post_content .causes_meta li {
    display: inline-block;
}

.sidebar_post ul li .single_sidebar_post .sidebar_post_content .causes_meta li + li {
    margin-right: 10px;
}

.sidebar_post ul li .single_sidebar_post .sidebar_post_content .causes_meta li a {
    font-size: 13px;
    color: #166095;
}

.sidebar_post ul li .single_sidebar_post .sidebar_post_content .causes_meta li a span {
    font-weight: 700;
}

.sidebar_post ul li .single_sidebar_post .sidebar_post_content .causes_meta li:nth-of-type(1) a i {
    color: #22C1D3;
}

.sidebar_post ul li .single_sidebar_post .sidebar_post_content .causes_meta li:nth-of-type(2) a i {
    color: #15808A;
}

.sidebar_category {
    padding: 30px;
    border: 1px solid rgba(43, 42, 53, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar_category {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .sidebar_category {
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar_category {
        padding: 30px;
    }
}

.sidebar_category .category_list {
    padding-top: 15px;
}

.sidebar_category .category_list li {
    margin-top: 10px;
}

.sidebar_category .category_list li a {
    width: 100%;
    font-size: 16px;
    color: #616161;
}

.sidebar_category .category_list li a span {
    float: left;
}

.sidebar_call_action {
    padding: 70px;
    position: relative;
    z-index: 5;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .sidebar_call_action {
        padding: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar_call_action {
        padding: 70px;
    }
}

.sidebar_call_action::before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    right: 0;
    background-color: rgba(231, 166, 66, 0.9);
    z-index: -1;
}

.sidebar_call_action .action_title {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    margin-top: 15px;
}

.sidebar_call_action .main-btn {
    margin-top: 30px;
}

.sidebar_tag {
    padding: 30px;
    border: 1px solid rgba(43, 42, 53, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar_tag {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .sidebar_tag {
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar_tag {
        padding: 30px;
    }
}

.sidebar_tag .tag_list {
    padding-top: 20px;
}

.sidebar_tag .tag_list li {
    display: inline-block;
    margin: 0 3px;
    margin-top: 10px;
}

.sidebar_tag .tag_list li a {
    font-size: 14px;
    color: #616161;
    border: 1px solid rgba(43, 42, 53, 0.2);
    line-height: 26px;
    height: 30px;
    border-radius: 5px;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar_tag .tag_list li a:hover {
    background-color: #22C1D3;
    border-color: .sidebar_tag .tag_list li a:hover theme-color;
    color: #fff;
}

/*===========================
        19.BLOG PAGE css 
===========================*/
.blog_area {
    position: relative;
    background: #F9F9F9;
}

.single_blog_post .blog_post_image {
    position: relative;
    overflow: hidden;
    max-height: 300px;
}

.single_blog_post .blog_post_image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #EFEFEF;
}

.single_blog_post .blog_post_image .blog_date {
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_blog_post .blog_post_image .blog_date {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .single_blog_post .blog_post_image .blog_date {
        width: 50px;
        height: 50px;
    }
}

.single_blog_post .blog_post_image .blog_date .date {
    font-size: 16px;
    color: #fff;
    font-family: "Vazir", cursive;
}

@media (max-width: 767px) {
    .single_blog_post .blog_post_image .blog_date .date {
        font-size: 14px;
    }
}

.single_blog_post .blog_post_image .blog_date .date span {
    font-size: 30px;
    display: block;
    line-height: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_blog_post .blog_post_image .blog_date .date span {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .single_blog_post .blog_post_image .blog_date .date span {
        font-size: 20px;
        line-height: 28px;
    }
}

.single_blog_post .blog_post_content {
    padding: 20px;
}

.single_blog_post .blog_post_content .blog_title {
    font-size: 20px;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_blog_post .blog_post_content .blog_title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .single_blog_post .blog_post_content .blog_title {
        font-size: 20px;
    }
}

.single_blog_post .blog_post_content .blog_title a {
    color: #166095;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_blog_post .blog_post_content .blog_meta li {
    display: inline-block;
    margin-top: 10px;
}

.single_blog_post .blog_post_content .blog_meta li + li {
    margin-right: 18px;
}

.single_blog_post .blog_post_content .blog_meta li a {
    font-size: 16px;
    color: #929292;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_blog_post .blog_post_content .blog_meta li a i {
    margin-left: 5px;
}

.single_blog_post .blog_post_content .blog_meta li a:hover {
    color: #22C1D3;
}

.single_blog_post .blog_post_content p {
    margin-top: 20px;
    font-size: 16px;
}

.single_blog_post .blog_post_content .more {
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    height: 45px;
    line-height: 41px;
    border: 1px solid;
    font-weight: 700;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_blog_post.blog_color-1 .blog_post_image .blog_date {
    background-color: #15808A;
}

.single_blog_post.blog_color-1 .blog_post_content .blog_title a:hover {
    color: #15808A;
}

.single_blog_post.blog_color-1 .blog_post_content .more {
    background-color: #15808A;
    border-color: #15808A;
}

.single_blog_post.blog_color-1 .blog_post_content .more:hover {
    background-color: transparent;
    color: #15808A;
}

.single_blog_post.blog_color-2 .blog_post_image .blog_date {
    background-color: #00bdc0;
}

.single_blog_post.blog_color-2 .blog_post_content .blog_title a:hover {
    color: #00bdc0;
}

.single_blog_post.blog_color-2 .blog_post_content .more {
    background-color: #00bdc0;
    border-color: #00bdc0;
}

.single_blog_post.blog_color-2 .blog_post_content .more:hover {
    background-color: transparent;
    color: #00bdc0;
}

.single_blog_post.blog_color-3 .blog_post_image .blog_date {
    background-color: #00bdec;
}

.single_blog_post.blog_color-3 .blog_post_content .blog_title a:hover {
    color: #00bdec;
}

.single_blog_post.blog_color-3 .blog_post_content .more {
    background-color: #00bdec;
    border-color: #00bdec;
}

.single_blog_post.blog_color-3 .blog_post_content .more:hover {
    background-color: transparent;
    color: #00bdec;
}

.single_blog_post:hover .blog_post_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*===== Blog Details =====*/
.blog_details {
    padding-bottom: 45px;
}

.blog_details .blog_post_image {
    position: relative;
    overflow: hidden;
}

.blog_details .blog_post_image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog_details .blog_post_image .blog_date {
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-color: #22C1D3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog_details .blog_post_image .blog_date {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .blog_details .blog_post_image .blog_date {
        width: 50px;
        height: 50px;
    }
}

.blog_details .blog_post_image .blog_date .date {
    font-size: 16px;
    color: #fff;
    font-family: "Vazir", cursive;
}

@media (max-width: 767px) {
    .blog_details .blog_post_image .blog_date .date {
        font-size: 14px;
    }
}

.blog_details .blog_post_image .blog_date .date span {
    font-size: 30px;
    display: block;
    line-height: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog_details .blog_post_image .blog_date .date span {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .blog_details .blog_post_image .blog_date .date span {
        font-size: 20px;
        line-height: 28px;
    }
}

.blog_details .blog_post_content {
    margin-top: 20px;
}

.blog_details .blog_post_content .blog_title {
    font-size: 30px;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog_details .blog_post_content .blog_title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .blog_details .blog_post_content .blog_title {
        font-size: 20px;
    }
}

.blog_details .blog_post_content .blog_meta li {
    display: inline-block;
    margin-top: 10px;
}

.blog_details .blog_post_content .blog_meta li + li {
    margin-right: 18px;
}

.blog_details .blog_post_content .blog_meta li a {
    font-size: 16px;
    color: #929292;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog_details .blog_post_content .blog_meta li a i {
    margin-left: 5px;
}

.blog_details .blog_post_content .blog_meta li a:hover {
    color: #22C1D3;
}

.blog_details .blog_post_content p {
    margin-top: 20px;
    font-size: 16px;
}

.blog_details .blog_post_content .blockquote {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 95px 0px rgba(34, 34, 34, 0.15);
    -moz-box-shadow: 0px 0px 95px 0px rgba(34, 34, 34, 0.15);
    box-shadow: 0px 0px 95px 0px rgba(34, 34, 34, 0.15);
    padding: 35px 40px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin-top: 45px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .blog_details .blog_post_content .blockquote {
        padding: 25px 30px;
    }
}

.blog_details .blog_post_content .blockquote i {
    font-size: 72px;
    line-height: 75px;
    position: absolute;
    left: 40px;
    top: -10px;
    color: #22C1D3;
}

@media (max-width: 767px) {
    .blog_details .blog_post_content .blockquote i {
        font-size: 42px;
        line-height: 45px;
    }
}

.blog_details .blog_post_content .blockquote p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .blog_details .blog_post_content .blockquote p {
        font-size: 18px;
        line-height: 28px;
    }
}

.blog_details .blog_details_share {
    margin-top: 35px;
}

.blog_details .blog_details_share span {
    font-size: 18px;
    font-weight: 700;
    color: #166095;
}

.blog_details .blog_details_share .social li {
    display: inline-block;
    margin-right: 10px;
}

.blog_details .blog_details_share .social li a {
    font-size: 18px;
    color: #9d9d9d;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog_details .blog_details_share .social li a:hover {
    color: #22C1D3;
}

.blog_details_comment {
    border-top: 1px solid #b6b6b6;
    padding-top: 45px;
}

.blog_details_comment .blog_details_comment_title {
    font-size: 24px;
    font-weight: 400;
}

.blog_details_comment .blog_comment_items {
    padding-top: 15px;
}

.blog_details_comment .blog_comment_items ul li .single_comment {
    margin-top: 30px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_author img {
    width: 80px;
    border-radius: 50%;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content {
    margin-right: 20px;
    padding: 30px;
    border: 1px solid rgba(43, 42, 53, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog_details_comment .blog_comment_items ul li .single_comment .comment_content {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .blog_details_comment .blog_comment_items ul li .single_comment .comment_content {
        padding: 20px;
        margin-right: 0;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog_details_comment .blog_comment_items ul li .single_comment .comment_content {
        padding: 30px;
        margin-right: 20px;
        margin-top: 0;
    }
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .author_name {
    font-size: 18px;
    font-weight: 400;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content p {
    font-size: 16px;
    margin-top: 15px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li {
    display: inline-block;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li + li {
    margin-right: 20px;
    margin-top: 10px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li a {
    font-size: 14px;
    color: #616161;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li a i {
    margin-left: 5px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li a:hover {
    color: #22C1D3;
}

.blog_details_comment .blog_comment_items .reply_comment {
    padding-right: 90px;
}

@media (max-width: 767px) {
    .blog_details_comment .blog_comment_items .reply_comment {
        padding-right: 0;
    }
}

/*===========================
       20.CONTACT css 
===========================*/
.contact_area {
    position: relative;
}

.contact_info .single_info .info_icon i {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid rgba(43, 42, 53, 0.2);
    color: #166095;
    text-align: center;
}

.contact_info .single_info .info_content {
    padding-right: 20px;
}

.contact_map .gmap_canvas iframe {
    width: 100%;
    height: 290px;
}
section#main-content{
	padding-top: 50px;
}
.check{
	height: 35px;
	line-height: 35px;
}
.control-group{
	width: 100%;
	float:right;
	margin: 5px;
	padding: 5px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.04);
}
.control-label{
	width: 20%;
	float:right;
}
.input-append > input{
	width: 88%;
	float:right;
	margin-left:1%;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.controls{
	width: 80%;
	float:right;
}
.controls textarea{
	min-height: 200px;
}
.text-white{
	color:#FFFFFF;
}
#least_blog a{
    font-size:.95rem!important
}

.font-8 {
    font-size: 8px!important
}

.font-9 {
    font-size: 9px!important
}

.font-10 {
    font-size: 10px!important
}

.font-11 {
    font-size: 11px!important
}

.font-12 {
    font-size: 12px!important
}

.font-13 {
    font-size: 13px!important
}

.font-14 {
    font-size: 14px!important
}

.font-15 {
    font-size: 15px!important
}

.font-16 {
    font-size: 16px!important
}

.font-17 {
    font-size: 17px!important
}

.font-18 {
    font-size: 18px!important
}

.font-19 {
    font-size: 19px!important
}

.font-20 {
    font-size: 20px!important
}

.font-21 {
    font-size: 21px!important
}

.font-22 {
    font-size: 22px!important
}

.font-23 {
    font-size: 23px!important
}

.font-24 {
    font-size: 24px!important
}

.font-25 {
    font-size: 25px!important
}

.font-26 {
    font-size: 26px!important
}

.font-27 {
    font-size: 27px!important
}

.font-28 {
    font-size: 28px!important
}

.font-29 {
    font-size: 29px!important
}

.font-30 {
    font-size: 30px!important
}

.font-31 {
    font-size: 31px!important
}

.font-32 {
    font-size: 32px!important
}

.font-33 {
    font-size: 33px!important
}

.font-34 {
    font-size: 34px!important
}

.font-35 {
    font-size: 35px!important
}

.font-36 {
    font-size: 36px!important
}

.font-37 {
    font-size: 37px!important
}

.font-38 {
    font-size: 38px!important
}

.font-39 {
    font-size: 39px!important
}

.font-40 {
    font-size: 40px!important
}
.display-block{
	display:block;
}
.left-0{
	left:0;
}
.right-auto{
	right:auto;
}
.right-0{
	right:0;
}
.left-auto{
	left:auto;
}
.chat-history > ul{
	height:63vh;
	overflow-y:scroll;
	overflow-x: hidden;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.chat .chat-history {
	background:#FFF;
	border:1px solid #CCC;
	border-radius:10px;
}

.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-right: 6px;
}
.chat .chat-history .message:after {
content: "";
    position: absolute;
    right: -30px;
    top: 20px;
    border-width: 0 15px 15px;
    border-style: solid;
   border-color:  transparent transparent transparent #CCDBDC;
   display: block;
    width: 0;
}
.chat .chat-history .message-data.you {
  margin-bottom: 15px;
  float:right;
  width:5%;
}
.chat .chat-history .message-data.me {
  margin-bottom: 15px;
  float:left;
  width:5%;
}
.chat .chat-history .message {
  color: white;
  padding: 10px;
  line-height: 26px;
  font-size: 13px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  max-width:92%;
}
.chat .chat-history .message.you-message {
  background: #CCDBDC;
  color:#003366;
  float:right;
  margin-right:2%;
}
.chat .chat-history .message.me-message {
  background: #fcebe4;
   color:#003366;
 float:left;
 margin-left:2%;
}
.chat .chat-history .me-message:after {
  border-color: #fcebe4 #fcebe4 transparent transparent;
    top: 20px;
    left: -30px;
    right: auto;
    bottom:auto;
}
.chat .chat-message {
  padding: 20px;
}
.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}

.chat-ul li{
    list-style-type: none;
	width:100%;
	float:right;
	position:relative;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.float-left {
  float: left;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.you {
  color: #CCDBDC;
}

.me {
  color: #fcebe4;
}
.usermenu ul.nav.menu{
	display:block;
	width:100%;
}
.usermenu li{
	width:90px;
	margin:1%;
	max-width:32%;
	float:right;
	display:block;
}
.usermenu li img{
	display:block;
	margin-bottom:5px;
}
.usermenu li span{
	display:block;
	text-align:center;
	margin-bottom:5px;
	color:#333;
	padding:5px;
	border-radius:5px;
	background:rgba(255,255,255,0.5);
	font-size:13px;
}
.online-chat{
	position:fixed;
	width:150px;
	left:0px;
	bottom:15px;
	background:#ed1846;
	z-index:1000000;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	background: red;
	animation: mymove 5s infinite;
	font-size:12px;
}

@keyframes mymove {
	from {background-color: red;}
	to {background-color: blue;}
}
.navbar-brand img{
    max-height:70px;
}