/*===============================================
Template Name: elecson - Political Campaign  HTML5 Template
Author:  https://themeforest.net/user/dreamit-solution
Description: Description
Version: 1.0.0
Text Domain: elecson
Tags:   ballot, campaign, candidate, content composer, election, finance, law, lawyer, ngo, organization, political, politics, poll, visual content composer, vote.
================================================*/
    
/*TABLE OF CONTENTS*/
/*=====================
01. elecson Header Top Menu Area Css
02. elecson Nav Menu Area Css 
03. elecson hero Area Css
04. elecson contact-Area Css
05. elecson service-Area Css
06. elecson Section Title Css
07. elecson About Area Css
08. elecson testimonial Area Css
09. elecson event Area Css
10. elecson download- Area Css
11. elecson mission- Area Css
12. elecson dollar- Area Css
13. elecson team Area Css
14. elecson blog Area Css
15. elecson counter Area Css
16. elecson footer-Area Css
17. elecson copyright-Area Css

=======================*/


/*=====================================
<--  elecson Nav Menu Area Css -->
=======================================*/


.elecson_nav_manu {
    padding: 0 100px;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 11px 5px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
    background: #E11143!important;
    z-index: 500;
    padding: 0 100px;
    transition: .5s !important;
    z-index: 500;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .logo {
    margin-top: 0;
}

.sticky.elecson_nav_manu:before {
    display: none;
}

/* elecson Menu Css*/

nav.elecson_menu {
    align-items: center;
    display: inline-flex;
    float: right;
    padding: 0;
}

.elecson_menu ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.elecson_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.elecson_menu > ul > li > a {
    display: block;
    margin: 35px 20px 35px;
    -webkit-transition: .5s;
    font-size: 21.00px;
    text-decoration: none;
    color: #012549;
    font-weight: 500;
}

nav.elecson_menu ul li a i {
    display: inline-block;
    font-size: 14.00px;
    padding-left: 6px;
}

nav.elecson_menu span {
    font-size: 16.00px;
    padding-left: 6px;
    font-family: FontAwesome;
    opacity: .5;
}

.elecson_menu > ul > li > a:hover {
    color: #CE1446;
}

.sticky .elecson_menu > ul > li > a:hover {
    color: #fff;
}



/*** Sub Menu Style ***/
.elecson_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 165%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 99;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    border-bottom: 3px solid #CE214F;
    border-top: 3px solid #CE214F;
}

.elecson_menu ul li:hover > .sub-menu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100%;
	opacity: 1;
	z-index: 9999;
}

.elecson_menu ul .sub-menu li {
     position: relative;
}

.elecson_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 21.00px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: .1s;
    visibility: inherit !important;
    color: #211e3b !important;
    text-decoration: none;
    transition: .5s;
}

.elecson_menu ul .sub-menu li:hover>a,
.elecson_menu ul .sub-menu .sub-menu li:hover>a,
.elecson_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.elecson_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
     background:#CE214F;
     color: #fff !important;
}

/* sub menu 2 */

.elecson_menu ul .sub-menu .sub-menu {
     left: 100%;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}

.elecson_menu ul .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}

/* sub menu 3 */

.elecson_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.elecson_menu ul .sub-menu .sub-menu .sub-menu {
     right: 100%;
     left: auto;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}

.elecson_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}

/* sub menu 4 */

.elecson_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.elecson_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}

.elecson_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}

.elecson_menu li a:hover:before{
    width:100%;
}

.elecson_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.elecson_nav_manu.sticky .main_sticky {
    display: inherit;
}

.sticky .elecson_menu li a {
    color: #fff;
}

.elecson_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #F16722;
    border: 2px solid #F16722;
}

.elecson_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

.elecson-search-btn {
    display: inline-block;
}


.elecson-btn {
    margin-left: 37px;
    padding: 8px 0 0;
}

.elecson-btn a {
    display: inline-block;
    overflow: hidden;
    background: #E11143;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    z-index: 1;
    position: relative;
    font-size: 22.00px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    padding: 17px 39px 17px;
    text-decoration: none;
    position: relative;
    top: 0px;
}

.elecson-btn a::before {
	content: "";
	background: #012549;
	height: 50%;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	transition: .5s;
	z-index: -1;
	transform: scale(0);
}

.elecson-btn a::after {
    content: "";
    background: #012549;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: .5s;
    z-index: -1;
    transform: scale(0);
}

.sticky .elecson-btn a::before {
    background: #012549;
    border-radius: 0;
}

.sticky .elecson-btn a {
    color: #E11143;
    background: #fff;
}

.sticky .elecson-btn a:hover {
    color: #fff;
}

.style-two .elecson-btn a {
    color: #CD1345;
    border: 1px solid #fff;
}

.style-two .elecson-btn a {
    background: none;
	color: #fff;
}

.style-two .elecson-btn a:hover{
	color: #CD1345;
}

.style-two .elecson-btn a::before {
    border-radius: 0;
}

.elecson-btn a:hover::before {
	width: 100%;
	right: 0;
	left: auto;
	transform: scale(1);
}

.elecson-btn a:hover::after {
	width: 100%;
	left: 0;
	right: auto;
	transform: scale(1);
}

/*=====================================
<--  start elecson hero Area Css -->
=======================================*/


.hero-area {
    height: 850px;
    background: url(assets/VOY_images/ved_hero-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.row.hero {
    position: relative;
    z-index: 1;
}


.hero-contant h5 {
    font-size: 19.00px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
    margin-bottom: 22.00px;
    position: relative;
    z-index: 1;
    padding-left: 70px;
}

.hero-contant h5::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 46px;
    background: #fff;
    top: 12px;
    left: 9px;
}

.hero-contant h5:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    left: 2px;
    border-radius: 50%;
    top: 5px;
}

.hero-contant h1 {
    font-size: 69.00px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
    margin: 0;
}

.hero-contant p {
    font-size: 22.00px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Arimo";
    width: 96%;
    padding: 20px 0 27px;
    padding-left: 32px;
    position: relative;
    z-index: 1;
}

.hero-contant p::before {
    position: absolute;
    content: "";
    height: 44px;
    width: 2px;
    background: #fff;
    left: 6px;
    top: 28px;
}

.hero-area .elecson-btn {
    margin-left: 0;
}

.hero-area .elecson-btn a {
    padding: 17px 35px 17px;
}

.hero-area .elecson-btn a::before {
    background: #fff;
}

.hero-area .elecson-btn a:after {
    background: #fff;
}

.hero-shape2 {
    position: absolute;
    bottom: 91%;
    left: 55%;
}

.hero-shape2 img {
    animation: dance 3s alternate infinite;
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 3s alternate infinite;
}

.hero-area .elecson-btn a:hover{
	color: #E11143;
}


/*=====================================
<--  end elecson hero Area Css -->
=======================================*/





/*=====================================
<--  start elecson section-title Area Css -->
=======================================*/

.section-title.text-center {
    margin-bottom: 56.00px;
}

.case-study-area .section-title.text-center {
    margin-bottom: 71.00px;
}

.section-title.text-left {
    margin-bottom: 61.00px;
}

.event-area .section-title.text-left {
    margin-bottom: 69.00px;
}

.section-sub-title h5 {
    font-size: 19.00px;
    color: #e01142;
    font-weight: 600;
    font-family: "Work Sans";
    margin-bottom: 29.00px;
    padding-left: 69px;
    position: relative;
    z-index: 1;
}

.section-sub-title h5::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 46px;
    background: #E01142;
    top: 12px;
    left: 9px;
}

.section-sub-title h5:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #E11143;
    left: 2px;
    border-radius: 50%;
    top: 5px;
}

.section-main-title h1 {
    font-size: 45.00px;
    color: #012549;
    font-weight: 700;
    font-family: "Work Sans";
    margin: 0;
}

.view-area .section-main-title h1 {
    line-height: 44px;
}

.about-area .section-main-title h1 {
    line-height: 45px;
}

.section-title-descr p {
    font-size: 21.00px;
    line-height: 28px;
    color: #6f7785;
    font-weight: 400;
    font-family: "Arimo";
    width: 51%;
    margin: auto;
    padding: 27px 0 0;
}

.section-title-descr2 p {
    font-size: 21.00px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Arimo";
    width: 91%;
    margin: 0;
    padding: 24px 0 0;
    color: #6f7785;
}

.team-area .section-main-title h1 {
    line-height: 45px;
    color: #ffffff;
}

.case-study-area .section-sub-title h5 {
    padding-left: 0;
}

.case-study-area .section-sub-title h5::before {
    background: transparent;
}

.case-study-area .section-sub-title h5:after {
    background: transparent;
}

.become-volunteer .section-sub-title h4 {
    color: #fff;
}


.section-sub-title h4 {
    font-size: 19.00px;
    color: #012549;
    font-weight: 500;
    font-family: "Work Sans";
    margin-bottom: 14.00px;
}

.mission-section.style-two .section-sub-title h4 {
    color: #fff;
}

.mission-section.style-two .section-main-title h1 {
    color: #fff;
    line-height: 52px;
}

.section-title {
    margin-bottom: 39.00px;
}

.about-section .section-description p {
    padding: 16px 0 0;
}

 p.section-description {
    width: 68%;
    margin: auto;
    padding: 13px 0 0;
}

.become-volunteer .section-main-title h1 {
    color: #fff;
}


/*=====================================
<--  end elecson section-title Area Css -->
=======================================*/





/*=====================================
<--  start elecson service Area Css -->
=======================================*/


.service-area {
    background: #012549;
    padding: 0 0 90px;
}

.service-single-box {
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(21deg, #012549 0%, #3f1f47 100%);
    padding: 47px 26px 34px;
    position: relative;
    z-index: 1;
    top: -51px;
    transition: .5s;
}

.service-single-box::before {
    position: absolute;
    content: "";
    border: 1px solid #003C78;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    transition: .5s;
    opacity: 0;
}

.service-icon {
    margin-bottom: 27.00px;
}

.service-icon img {
    filter: brightness(0) invert(1);
    transition: .5s;
}

h3.service-title {
    font-size: 23.00px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
}

.service-title-two h3 {
    font-size: 23.00px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Arimo";
    margin: 0;
}

.service-area .elecson-btn {
    margin-left: 0;
    text-align: right;
}

.service-area .elecson-btn a {
    padding: 17px 35px 17px;
}
.service-area .elecson-btn a::before {
    background: #fff;
}

.service-area .elecson-btn a::after {
    background: #fff;
}

.service-area .elecson-btn a:hover{
	color: #E11143;
}

.service-single-box:hover::before {
    opacity: 1;
}

.service-single-box:hover .service-icon img {
    filter: brightness(1) invert(0);
}








/*=====================================
<--  end elecson service Area Css -->
=======================================*/



/*=====================================
<--  start elecson about Area Css -->
=======================================*/

.about-area {
    padding: 120px 0 113px;
}

.about-right {
    margin-left: 25px;
}

.about-single-box {
    margin-bottom: 58.00px;
    position: relative;
    z-index: 1;
}

.about-single-box::before {
    position: absolute;
    content: "";
    height: 47px;
    width: 1px;
    background: #8091A3;
    right: -31px;
}

.about-single-box2 {
    margin-left: 80px;
}

.about-thumb2 {
    margin-right: 21px;
}

.about-contact p {
    margin: 0;
}

h3.about-title {
    font-size: 23.00px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Work Sans";
    margin: 0;
    color: #012549;
}

p.about-text {
    font-size: 21.00px;
    line-height: 28px;
    color: #6f7785;
    font-weight: 400;
    font-family: "Arimo";
}

h2.about-title {
    font-size: 23.00px;
    line-height: 28px;
    font-weight: 500;
    font-family: "Work Sans";
    margin-bottom: 4.00px;
    color: #012549;
}

h4.number {
    font-size: 23.00px;
    line-height: 28px;
    color: #3394f5;
    font-weight: 500;
    font-family: "Arimo";
    margin: 0;
}

.about-area .elecson-btn {
    margin-left: 0;
    display: inline-block;
}

.about-area .elecson-btn a {
    padding: 17px 35px 17px;
}

.about-area .elecson-btn a::before {
    background: #012549;
}

.about-area .elecson-btn a::after {
    background: #012549;
}

.about-video-icon {
    display: inline-block;
    margin-left: 35px;
}

.about-video-icon a {
    display: inline-block;
    text-decoration: none;
    height: 65px;
    width: 65px;
    line-height: 65px;
    background: #3394f5;
    border-radius: 50%;
    font-size: 21.00px;
    color: #fff;
    font-weight: 500;
    font-family: "Work Sans";
    text-align: center;
    position: relative;
    top: -22px;
}

.about-area .elecson-btn a:hover {
	color: #fff;
}

/*=====================================
<--  end elecson about Area Css -->
=======================================*/



/*=====================================
<--  start elecson view Area Css -->
=======================================*/

.view-area {
    padding: 0 0 88px;
}

.view-single-box {
    background: #F8F8F8;
    padding: 11px;
    margin-bottom: 33.00px;
}

.view-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.view-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(224,17,66,0) 0%, rgba(224,17,66,0.9999999999999999) 100%);
    border-radius: 5px;
    transition: .5s;
    opacity: 0;
}

.view-content {
    position: relative;
    padding: 37px 21px 23px;
    z-index: 1;
}

.view-icon {
    background: #E11143;
    display: inline-block;
    height: 70px;
    width: 60px;
    line-height: 66px;
    text-align: center;
    position: absolute;
    top: -24px;
    right: 31px;
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

h3.view-title {
    font-size: 30.00px;
    line-height: 28px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
    margin-bottom: 29.00px;
	transition: .5s;
}

p.view-descr {
    font-size: 21.00px;
    line-height: 28px;
    color: #6f7785;
    font-weight: 400;
    font-family: "Arimo";
    margin: 0;
}
	
.view-thumb img {
    width: 100%;
}	
	
.view-area .elecson-btn {
    margin-left: 0;
    text-align: right;
}	

.view-single-box:hover .view-icon {
    background: #3394F5;
}

.view-single-box:hover h3.view-title {
    color: #E11143;
}

.view-single-box:hover .view-thumb::before {
    opacity: 1;
}

/*=====================================
<--  end elecson view Area Css -->
=======================================*/




/*=====================================
<--  start elecson counter.style-tow-area Css -->
=======================================*/

.counter-area.style-tow {
    background: #012549;
    padding: 118px 0 88px;
}

.single-counter-box.tow {
    margin: 0;
    background-image: linear-gradient(21deg, #012549 0%, #3f1f47 100%);
    padding: 39px 0 32px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin-bottom: 33.00px;
}

.single-counter-box.tow::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid #003C78;
    left: 0;
    top: 0;
    border-radius: 5px;
    opacity: 0;
    transition: .5s;
}

.counter-number.tow h3 {
    display: inline-block;
    font-size: 58.00px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
    text-align: center;
    margin: 0 0 0 -4px;
    padding: 20px 0 2px;
}

.counter-text2 p {
    font-size: 21.00px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Arimo";
    margin: 0;
}

.counter-area.style-tow.counter-area::before {
     background: transparent;
}

.counter-icon img{
	filter: brightness(0) invert(1);
	transition: .5s;
}

.single-counter-box.tow:hover .counter-icon img {
    filter: brightness(1) invert(0);
}


.single-counter-box.tow:hover::before {
    opacity: 1;
}

/*=====================================
<--  start elecson counter.style-tow-area Css -->
=======================================*/



/*=====================================
<--  start elecson event Area Css -->
=======================================*/


.event-area {
    padding: 113px 0 85px;
}

.single-event-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 33.00px;
}

.single-event-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(224,17,66,0) 0%, rgba(224,17,66,0.9999999999999999) 100%);
    opacity: 0;
    transition: .5s;
    border-radius: 5px;
}

.event-content {
    position: absolute;
    bottom: -100px;
    padding: 0 38px 0;
    opacity: 0;
    transition: .5s;
}

h3.event-title {
    margin: 0;
}

h3.event-title a {
    display: inline-block;
    font-size: 27.00px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
    margin: 0;
    margin-bottom: 14.00px;
	text-decoration: none;
}

span.event-time {
    display: inline-block;
    font-size: 21.00px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Arimo";
}

span.event-time i {
    display: inline-block;
    font-size: 17.00px;
    margin-right: 9px;
}

.event-date {
    position: absolute;
    top: 0;
    right: 0;
}

.event-date h4 {
    background: #002549;
    font-size: 19.00px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Arimo";
    text-align: center;
    padding: 9px 35px 9px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.event-date h4::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #E11143;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 25% 100%);
}

.event-date h4::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #E11143;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.event-area .elecson-btn {
    margin-left: 0;
    text-align: right;
    margin-top: -46px;
}

.event-area .elecson-btn a {
    background: #3394F5;
    padding: 17px 35px 17px;
}

.event-area .elecson-btn a::before {
    background: #012549;
}

.event-area .elecson-btn a:after {
    background: #012549;
}

.event-right-box {
    background: #012549;
    padding: 45px 37px 40px;
    border-radius: 5px;
    margin-bottom: 33.00px;
}

.event-right-thumb {
    margin-bottom: 36.00px;
	overflow: hidden;
}

.event-right-content {
    margin-bottom: 63.00px;
    position: relative;
    z-index: 1;
}

.event-right-content::before {
    position: absolute;
    content: "";
    height: 1%;
    width: 100%;
    background: #711A44;
    bottom: -28px;
}

.event-right-content.two::before {
    background: transparent;
}

.event-right-content.two {
    margin: 0;
}

.event-top-title h4 {
    font-size: 33.00px;
    line-height: 45px;
    color: #012549;
    font-weight: 700;
    font-family: "Work Sans";
    padding: 0 0 30px;
}

.event-right-thumb img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
}

h3.event-right-title {
    font-size: 23.00px;
    color: #fffefe;
    font-weight: 600;
    font-family: "Work Sans";
    margin: 0;
    margin-bottom: 12.00px;
}

span.event-right-text {
    font-size: 19.00px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Arimo";
}

span.event-right-text i {
    display: inline-block;
    font-size: 17.00px;
    margin-right: 11px;
}

.single-event-box:hover .event-content {
    opacity: 1;
    bottom: 45px;
} 

.single-event-box:hover::before {
    opacity: 1;
}

.event-right-box:hover .event-right-thumb img{
	transform: scale(1.1);
}

/*=====================================
<--  end elecson event Area Css -->
=======================================*/




/*=====================================
<--  start elecson case-study Area Css -->
=======================================*/


.case-study-area {
    padding: 0 0 113px;
}

.case-study-single-box {
    overflow: hidden;
    margin-bottom: 33.00px;
}

.case-study-thumb {
    position: relative;
    z-index: 1;
}

.case-study-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(224,17,66,0) 0%, rgba(224,17,66,0.9999999999999999) 100%);
    border-radius: 5px;
    opacity: 0;
    transition: .5s;
}

.case-study-content {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    background: url(assets/VOY_images/ved_case-study-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35px 40px 35px;
    transform: perspective(500px)rotateX(90deg);
    transition: .5s;
}

.case-study-single-box:hover .case-study-content {
    transform: perspective(500px)rotateX(0deg);
}

h3.case-study-title {
    margin: 0;
}

h3.case-study-title a {
    font-size: 23.00px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Work Sans";
    margin-bottom: 12.00px;
    display: inline-block;
    text-decoration: none;
}

p.case-study-text {
    font-size: 21.00px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Arimo";
    margin: 0;
    padding-left: 56px;
    position: relative;
    z-index: 1;
}

p.case-study-text::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    background: #fff;
    top: 13px;
    left: 0;
}

.case-study-thumb img {
    width: 100%;
}

.owl-dots {
    text-align: center;
    padding-top: 17.00px;
}

.owl-dot {
    width: 20px;
    height: 7px;
    background: #3394F5;
    display: inline-block;
    margin-right: 9px;
    border-radius: 12px;
}

.owl-dot.active {
    background: #E11143;
    width: 30px;
}

.case-study-single-box:hover .case-study-thumb::before {
    opacity: 1;
}


/*=====================================
<--  end elecson case-study Area Css -->
=======================================*/









/*=====================================
<--  start elecson team-area Css -->
=======================================*/

.team-area {
    background: url(assets/VOY_images/ved_team-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 114px 0 111px;
}

.team-single-box {
    margin-bottom: 33.00px;
}

.team-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-thumb:before {
    position: absolute;
    content: "";
    height: 94%;
    width: 91%;
    background-image: linear-gradient(180deg, rgba(224,17,66,0) 0%, rgba(224,17,66,0.9999999999999999) 100%);
    border-radius: 50%;
    transition: .5s;
    opacity: 0;
    padding: 0;
    right: 0;
    left: 1px;
    margin: auto;
    top: 5px;
}

.team-thumb img {
    width: 100%;
    border-radius: 50%;
    padding: 15px;
}

.team-social-icon {
    position: absolute;
    bottom: -56px;
    opacity: 0;
    transition: .5s;
    left: 83px;
}

.team-social-icon ul {
    padding: 0;
    margin: 0;
}

.team-social-icon ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
}

.team-social-icon ul li a i {
    display: inline-block;
    font-size: 24.00px;
    color: #fff;
    padding-left: 13px;
}

.team-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.team-content::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 90%;
    background: #677C91;
    left: 0;
    bottom: -24px;
    right: 0;
    margin: auto;
}

.team-content:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 53px;
    background: #E11143;
    bottom: -24px;
    left: 0;
	-webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
        transform: translateX(0);
  }
  to {
     transform: translateX(230px);
  }
}

h3.team-title {
    font-size: 26.00px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
    text-align: center;
    margin: 0;
    padding: 9px 0 2px;
}

p.team-text {
    font-size: 22.00px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Arimo";
    text-align: center;
    margin: 0;
}

.team-area .elecson-btn {
    margin-left: 0;
    text-align: right;
}

.team-area .elecson-btn a {
    padding: 17px 35px 17px;
    background: #3394F5;
}

.team-area .elecson-btn a::before {
    background: #fff;
}

.team-area .elecson-btn a:after {
    background: #fff;
}

.team-shape {
    position: absolute;
    z-index: -1;
    top: -8px;
    left: -15px;
}

.team-shape1 {
    position: absolute;
    top: -11px;
    right: -16px;
}

.team-area .elecson-btn a:hover {
	color: #DF1141;
}

.team-thumb:hover:before {
    opacity: 1;
}

.team-thumb:hover .team-social-icon {
    bottom: 50px;
    opacity: 1;
}



/*=====================================
<--  end elecson team-area Css -->
=======================================*/




/*=====================================
<--  start elecson blog-area Css -->
=======================================*/

.blog-area {
    padding: 117px 0 88px;
}

.blog-single-box {
    margin-bottom: 33.00px;
}

.blog-thumb{
	overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    transition: .5s;
    transform: scale(1);
}

.blog-content {
    background: #F8F8F8;
    padding: 40px 29px 27px;
    position: relative;
    z-index: 1;
}

.blog-content::before {
    position: absolute;
    content: "";
    height: 33%;
    width: 35%;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    bottom: 0;
}

.blog-date {
    position: absolute;
    top: -22px;
    left: 0;
}
	
.blog-date span {
    display: inline-block;
    background: #022449;
    font-size: 22.00px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Arimo";
    text-align: center;
    padding: 5px 37px 6px 29px;
    position: relative;
    z-index: 1;
}

.blog-date span::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #E11143;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 83% 100%, 0% 100%);
}

.blog-date span:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #E11143;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 83% 0%, 100% 100%, 0% 100%);
}

.blog-meta a {
    display: inline-block;
    font-size: 21.00px;
    line-height: 30px;
    color: #6f7785;
    font-weight: 400;
    font-family: "Arimo";
    text-decoration: none;
    margin-right: 20px;
}

.blog-meta a i {
    display: inline-block;
    color: #E11143;
    font-size: 23.00px;
    padding-right: 11px;
}

h3.blog-title {
    margin: 0;
}

h3.blog-title a {
    display: inline-block;
    font-size: 24.00px;
    line-height: 30px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
    text-decoration: none;
    padding: 17px 0 48px;
	transition: .5s;
}

.blog-btn a {
    display: inline-block;
    font-size: 22.00px;
    line-height: 28px;
    color: #012549;
    font-weight: 500;
    font-family: "Work Sans";
    text-decoration: none;
	transition: .5s;
}

.blog-btn a i {
    display: inline-block;
    font-size: 23.00px;
    position: relative;
    top: 3px;
    margin-left: 2px;
    transition: .5s;
}

.blog-single-box:hover .blog-content::before {
    background: url(assets/VOY_images/ved_blog-shape1.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.blog-single-box:hover h3.blog-title a {
    color: #E11143;
}

.blog-single-box:hover .blog-btn a {
    color: #E11143;
}

.blog-single-box:hover .blog-thumb img {
    transform: scale(1.1);
}

.blog-btn a:hover i {
    padding-left: 7px;
}


/*=====================================
<--  end elecson blog-area Css -->
=======================================*/



/*=====================================
<--  start elecson couter-area Css -->
=======================================*/


.counter-area {
    position: relative;
    z-index: 1;
}

.counter-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 87%;
    background: url(assets/VOY_images/ved_counter-bg.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    right: 0;
}

h3.counter-title {
    font-size: 34.00px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
    margin-bottom: 22.00px;
}

span.counter-call {
    font-size: 30.00px;
    line-height: 35px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
    display: inline-block;
}

span.counter-call i {
    display: inline-block;
    font-size: 28.00px;
    margin-right: 12px;
}

.single-counter-box {
    text-align: center;
    margin-bottom: 53.00px;
    margin-top: 75.00px;
}

.counter-number h2 {
    display: inline-block;
    font-size: 58.00px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 22.00px;
}

.counter-text2 span {
    display: inline-block;
    font-size: 21.00px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Arimo";
    text-align: center;
}


/*=====================================
<--  end elecson couter-area Css -->
=======================================*/




/*=====================================
<--  start elecson footer-area Css -->
=======================================*/

.footer-area {
    background: url(assets/VOY_images/ved_footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 315px 0 118px;
    margin-top: -199px;
}

.footer-widget {
    margin-bottom: 41.00px;
}

.widget-title h2 {
    font-size: 26.00px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
    margin-bottom: 41.00px;
}

.footer-widget-text p {
    font-size: 21.00px;
    line-height: 28px;
    color: #BCBCC6;
    font-weight: 400;
    font-family: "Arimo";
    width: 98%;
    margin: 0;
}

h4.footer-widget-text2 {
    font-size: 23.00px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    margin: 0;
    padding: 28px 0 40px;
}

.form-field input {
    height: 56px;
    outline: 0;
    border: none;
    width: 60%;
    font-size: 21.00px;
    line-height: 35px;
    color: #6f7785;
    font-weight: 400;
    font-family: "Arimo";
    padding: 0 0 0 17px;
    border-radius: 5px 0 0 5px;
}

.form-field button {
    outline: 0;
    border: none;
    font-size: 22.00px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    background: #E11143;
    padding: 13px 22px 15px;
    margin-left: -6px;
    border-radius: 0 5px 5px 0;
}

.footer-widget.left ul {
    padding: 0;
    margin: 0;
}

.footer-widget.left ul li {
    list-style: none;
    padding-bottom: 22.00px;
    padding-left: 49px;
    position: relative;
    z-index: 1;
	transition: .5s;
}

.footer-widget.left ul li::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 37px;
    background: #BABDC2;
    left: 0;
    top: 13px;
	transition: .5s;
}

.footer-widget.left ul li a {
    display: inline-block;
    font-size: 21.00px;
    color: #9EA5AF;
    font-weight: 400;
    font-family: "Arimo";
    text-decoration: none;
	transition: .5s;
}

.footer-widget.right ul {
    padding: 0;
    margin: 0;
}

.footer-widget.right ul li {
    list-style: none;
    padding-bottom: 22.00px;
	transition: .5s;
}

.footer-widget.right ul li a {
    display: inline-block;
    font-size: 21.00px;
    color: #9EA5AF;
    font-weight: 400;
    font-family: "Arimo";
    text-decoration: none;
	transition: .5s;
}

.footer-thumb {
    float: left;
    margin: 11px 18px 6px 0;
}

.row.footer {
    background: #002A54;
    border-radius: 5px;
    padding: 15px 39px 15px;
}

.footer-cotact-box {
    background: #E11143;
    padding: 19px 21px 19px;
    border-radius: 5px;
}

.footer-icon {
    background: #fff;
    width: 70px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 5px;
    margin-right: 35px;
}

.footer-contact-content h4 {
    font-size: 23.00px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    margin: 0;
}

.footer-contact-content h6 {
    font-size: 30.00px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
    margin: 0;
	line-height: 35px;
}

.footer-social {
    text-align: right;
}

h3.follow-title {
    display: inline-block;
    font-size: 30.00px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Work Sans";
    margin: 0;
    margin-right: 40px;
}

.footer-widget-social {
    display: inline-block;
}

.footer-widget-social a i {
    display: inline-block;
    background: #012549;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 19.00px;
    margin-left: 15px;
    position: relative;
    z-index: 1;
}

.footer-widget-social a i:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #E11143;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
}

.footer-widget.left ul li a:hover {
	color: #8C1942;
}

.footer-widget.right ul li a:hover {
	color: #8C1942;
}

.footer-widget.left ul li:hover::before{
	background: #8C1942;
}

.footer-widget-social a i:hover:after {
    transform: scale(1);
}


/*=====================================
<--  end elecson footer-area Css -->
=======================================*/




/*=====================================
<--  start elecson copyright-area Css -->
=======================================*/



.copyright-area {
    background: #002A54;
    padding: 21px 0 21px;
}

.footer-copyright-text p {
    font-size: 21.00px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Arimo";
    margin: 0;
}

.copyright-list {
    text-align: right;
}

.copyright-list ul {
    padding: 0;
    margin: 0;
}

.copyright-list ul li {
    list-style: none;
    display: inline-block;
    padding-left: 83px;
    position: relative;
    z-index: 1;
}

.copyright-list ul li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 35px;
    background: #335475;
    right: -47px;
    top: -3px;
}

.copyright-list ul li.upper::before {
    background: transparent;
}

.copyright-list ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 21.00px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Arimo";
}


/*=====================================
<--  end elecson copyright-area Css -->
=======================================*/



/*=====================================
<--  end elecson copyright-area Css -->
=======================================*/


.breadcumb-area {
    background: url(assets/VOY_images/ved_bridcumb_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 418px;
    position: relative;
}


.breacumb-content {
    position: relative;
    text-align: center;
}

.breadcumb-title h1 {
    margin-bottom: 19.00px;
    font-size: 47.00px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Work Sans";
}

.breadcumb-menu ul li {
    display: inline-block;
}

.breadcumb-menu ul li a {
    transition: .5s;
    font-size: 21.00px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}

.breadcumb-menu ul li a i {
    color: #fff;
    font-size: 21.00px;
    margin: 0 14px 0;
}

.breadcumb-menu ul li p {
    color: #ffffff;
}

.breadcumb-menu ul li p i {
    margin: 0 12px 0;
}

.breadcumb-menu ul li span {
    color: #E11143;
}


/*================================
 <--elecson Campaigns Section Css-->
==================================*/

.campaigns-section {
    padding: 113px 0 115px;
}

.campaigns-section.style-two {
    background: #F4F4F4;
}

.campaigns-date {
    margin-top: 15.00px;
}

.campaigns-date span {
    font-size: 19.00px;
    color: #e01142;
    font-weight: 400;
    font-family: "Arimo";
}

.campaigns-date span i {
    margin-right: 13px;
}


p.campaigns-decs {
    width: 85%;
    border-top: 1px solid #9d878729;
    margin-top: 24.00px;
    padding-top: 25.00px;
}

.campaigns-btn {
    margin-top: 26.00px;
}

.campaigns-btn a {
    display: inline-block;
    font-size: 21.00px;
    color: #012549;
    font-weight: 500;
    font-family: "Work Sans";
    border-bottom: 1px solid #a1898936;
    text-decoration: none;
}

.campaigns-btn a:hover {
    color: #E01142;
    border-bottom: 1px solid #E01142;
}

.campaigns-btn a:hover i {
    color: #E01142;
}

.campaigns-btn a i {
    color: #012549;
    font-size: 23.00px;
    transform: rotate(-45deg);
    display: inline-block;
    position: relative;
    top: 3px;
    transition: .5s;
}




/*================================
 <--Startelecson  Volunteer  Section   Css-->
=================================*/
.volunteer-section {
    background: url(assets/VOY_images/ved_volunteer.jpg);
    padding: 52px 0 51px;
    background-repeat: no-repeat;
    background-size: cover;
}

.volunteer-title {
    float: left;
}

.volunteer-title h2 {
    font-size: 37.00px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Work Sans";
    position: relative;
    z-index: 1;
}

.volunteer-btn {
    text-align: right;
    margin-right: 65px;
}

.volunteer-btn a {
    display: inline-block;
    font-size: 21.00px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    border: 2px solid #fff;
    padding: 15px 33px;
    text-decoration: none;
}

.volunteer-btn a:hover {
    background: #ffff;
    color: #1F85EA;
}

.volunteer-follow-left {
    margin-left: 11px;
}

.volunteer-follow-icon {
    float: left;
    margin-right: 20px;
}

.volunteer-follow-icon a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    line-height: 60px;
    text-align: center;
    font-size: 23.00px;
    color: #1F85EA;
    transition: .5s;
}

.volunteer-follow-icon a i {
    color: #E11143;
}

.volunteer-follow-icon a:hover {
    border: 2px solid #ffffff;
    background: transparent;
    color: #fff;
}

h3.title {
    font-size: 26.00px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
}

.volunteer-text p {
    font-size: 21.00px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Arimo";
    margin-top: 5.00px;
}


/*--==============================================->
  <!--Start campaigns details area-->
 ==================================================-*/
 .campaign-details-area {
    padding: 112px 0 90px;
}

.donations-detials-title h2 a {
    display: inline-block;
    font-size: 37.00px;
    color: #012549;
    font-weight: 700;
    font-family: "Work Sans";
    padding: 22px 0 16px;
    text-decoration: none;
}

.donation-description p {
    width: 93%;
}

.up.donation-description p {
    padding: 5px 24px 7px 0px;
    font-size: 19.00px;
    line-height: 28px;
    color: #012549;
    font-weight: 400;
    position: relative;
    padding-left: 45px;
    z-index: -;
}

.up.donation-description p:before {
    position: absolute;
    content: "'";
    left: 0;
    top: 18px;
    width: 35px;
    height: 3px;
    background-color: #3394f5;
    z-index: -1;
}

.row.mt-55 {
    padding: 38px 0 12px;
}

.event-thumb img {
    width: 100%;
}

.donation-list {
    margin: 28px 0 45px;
}

.donation-list ul {
	padding: 0;
}

.donation-list ul li {
    font-size: 22.00px;
    line-height: 28px;
    color: #012549;
    font-weight: 400;
    font-family: "Arimo";
    list-style: none;
}

.donation-list ul li i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #E11143;
    font-size: 17.00px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    margin-right: 12px;
}

/* leader person */

.row.our-campaign {
    margin: 0;
}

.our-campaign-title h2 {
    font-size: 37.00px;
    color: #012549;
    font-weight: 700;
    font-family: "Work Sans";
    margin-bottom: 33.00px;
}

.leader-person {
    background: #F4F4F4;
    padding: 45px 0 7px;
}

.our-campaign-team {
    text-align: center;
    margin-bottom: 33.00px;
}

h3.our-campaign-team-title {
    font-size: 19.00px;
    color: #012549;
    font-weight: 500;
    font-family: "Work Sans";
    text-align: center;
    margin-top: 18.00px;
}

.our-campaign-team-content p {
    font-size: 19.00px;
    color: #6f7785;
    font-weight: 400;
    font-family: "Arimo";
    text-align: center;
}

/* campaigns btn */

.campaigns-button {
    padding: 50px 0 20px;
}

.campaigns-button a {
    display: inline-block;
    background: #DF1141;
    font-size: 22.00px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    padding: 16px 34px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
}

.campaigns-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    left: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.campaigns-button a:hover:before {
    width: 80%;
}

.campaigns-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    right: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.campaigns-button a:hover:after {
    width: 80%;
}

/*event items*/
.event-details-items {
    background: url(assets/VOY_images/VOY_resource/ved_event_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 39px 40px 40px;
    border-top: 5px solid #E11143;
    border-radius: 4px;
    margin-bottom: 33.00px;
}

/*event title*/
.event-title2 h4 {
    color: #fff;
    position: relative;
    padding: 0 0 18px 40px;
    font-size: 26.00px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
}

.event-title2 h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    width: 30px;
    height: 2px;
    background: #E01142;
}
/*event text*/
.event-text2 {
    padding: 20px 0 5px;
}

.event-text2 p {
    font-size: 19.00px;
    margin-bottom: 3.00px;
    color: #D1D2D4;
}

.event-text2 p i {
    font-size: 19.00px;
    color: #E01142;
    padding-right: 8px;
}

.event-text2 p {
    font-size: 19.00px;
    margin-bottom: 3.00px;
    color: #D1D2D4;
}

.event-text2 p span {
    font-size: 21.00px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Work Sans";
}

/* widget items */

.widget-items {
    background: #F4F4F4;
    padding: 35px 40px 11px 40px;
}

.categories-title h4 {
    font-size: 26.00px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
    border-bottom: 2px solid rgba(27,52,52,0.10196078431372549);
    padding-bottom: 17.00px;
    margin-bottom: 33.00px;
}

/*recent post*/
.widget-recent-post {
    margin-bottom: 32.00px;
    border-bottom: 1px solid rgba(27,52,52,0.10196078431372549);
    padding: 0 0 25px;
}
.widget-recent-post.upper {
    border: 0;
    padding: 0;
}
/* rpost title*/
.rpost-title {
    padding-left: 20px;
}
.rpost-title h4 {
    margin-top: 0;
}

.rpost-content h4 a {
    display: inline-block;
    transition: .5s;
    font-size: 22.00px;
    line-height: 24px;
    color: #012549;
    font-weight: 500;
    font-family: "Work Sans";
    text-decoration: none;
}

.rpost-content h4 a:hover {
    color: #e01142;
}

.rpost-title span {
    font-size: 17.00px;
    color: #e01142;
    font-weight: 400;
    font-family: "Arimo";
    margin-top: 12.00px;
    display: inline-block;
}

.rpost-title span i {
    margin-right: 5px;
}


/*================================
 <--Start elecson  About Section   Css-->
=================================*/
.about-section {
    padding: 112px 0 105px;
}

.about-btn {
    margin-top: 47.00px;
}

.about-btn a {
    display: inline-block;
    font-size: 22.00px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    background: #E11143;
    padding: 15px 35px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}

.about-btn a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    left: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.about-btn a:hover:before {
    width: 80%;
}

.about-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    right: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.about-btn a:hover:after {
    width: 80%;
}

/*================================
 <--Startelecson  Mission Section Style Two Css-->
=================================*/
.mission-section.style-two {
    background: url(assets/VOY_images/VOY_resource/ved_mission_bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 110px 0 160px;
}

.mission-single-item {
    border-bottom: 1px solid rgba(255,255,255,0.10196078431372549);
    margin-bottom: 33.00px;
    padding-bottom: 14.00px;
}

.mission-single-item:last-child {
    border: none;
}

.mission-icon.tow {
    float: left;
}

.mission-icon.tow {
    position: inherit;
    right: 0;
    opacity: 1;
}

.section-title {
    margin-bottom: 39.00px;
}

.misson-content {
    padding: 0 98px 0;
}

h2.mission-title {
    font-size: 27.00px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 14.00px;
}

p.mission-desc {
    font-size: 21.00px;
    line-height: 26px;
    color: #9ca5b5;
    font-weight: 400;
}

.mission-thumb2 {
    position: relative;
    margin-left: 35px;
}

.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 12.00px;
}
.video-icon a i {
    height: 80px;
    line-height: 80px;
    width: 80px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    font-size: 23.00px;
    color: #074883;
    text-align: center;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
} 
@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}


/*================================
 <--Startelecson  Counter  section Style Two Area   Css-->
=================================*/

.counter-section.style-two {
    padding: 0;
    background: transparent;
    margin-top: 0;
}

.counter-single-item {
    text-align: center;
    position: relative;
}

.row.counter-upper {
    top: -50px;
    background: #ffffff;
    position: relative;
    padding: 50px 0 55px;
    margin: 0;
}

.counter-single-item.style1:before {
    border: 1px solid #c5c5c5a3;
    right: -13px;
    top: 30px;
    opacity: 0.200;
    width: 1px;
    height: 113px;
}

.counter-single-item:before {
    position: absolute;
    content: "";
    right: -13px;
    top: -26px;
    opacity: 0.200;
    width: 1px;
    height: 150px;
    background-color: #00fbf4;
}

.counter-single-item.style1.none:before {
    display: none;
}

.counter-icon {
    margin-bottom: 24.00px;
}

.counter-title2 h1 {
    font-size: 33.00px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
    display: inline-block;
    margin-bottom: 10.00px;
}

.counter-title2 span {
    font-size: 33.00px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
}

h5.text {
    font-size: 21.00px;
    color: #6f7785;
    font-weight: 400;
    text-align: center;
    font-family: 'Arimo', sans-serif;
}

.counter-section.style-two .counter-icon img {
	filter: brightness(1) invert(0);
}

/*================================
 <--Startelecson  Team  Section    Css-->
=================================*/

.team-section {
    background: #F4F4F4;
    padding: 320px 0 81px;
    margin-top: -263px;
}

.team-section.style-tow {
    margin-top: 0;
    padding: 110px 0 84px;
}


.single-team-box.tow {
    background: #fff;
    text-align: center;
    padding: 42px 0 19px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 33.00px;
}

.single-team-box.tow:after {
    position: absolute;
    content: "";
    left: -47px;
    bottom: 0px;
    width: 28%;
    height: 1px;
    background: #E11142;
    transform: rotate(43deg);
    opacity: 0;
    transition: .5s;
}

.single-team-box.tow:hover:after {
    bottom: 37px;
    opacity: 1;
}

.single-team-box.tow:before {
    position: absolute;
    content: "";
    left: -71px;
    top: 95%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 50px solid #E11142;
    border-left: 35px solid transparent;
    border-right: 36px solid transparent;
    transition: .5s;
    background: radial-gradient(black, transparent);
    transform: rotate(43deg);
}

.single-team-box.tow:hover:before {
    left: -28px;
} 

.team-thumb.tow {
    position: relative;
}

.team-section .team-thumb:before {
    background: none;
}

.team-thumb.tow img {
    width: inherit;
    border-radius: inherit;
    padding: inherit;
}


.team-social-icon.tow {
    position: absolute;
    bottom: 0px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s;
}

.team-social-icon.tow a {
    display: inline-block;
    color: #012549;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 45px;
    margin-left: 8px;
    transition: .5s;
}

.team-social-icon.tow a:hover {
    background: #E11142;
    color: #fff;
}

.team-content.tow {
    margin-top: 35.00px;
}

.team-content.tow::before {
    background: none;
}

.team-content.tow:after {
    background: none;
}

h3.team-title.tow a {
    font-size: 26.00px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
    text-decoration: none;
}

.team-content.tow p {
    font-size: 21.00px;
    color: #e01142;
    font-weight: 400;
    font-family: "Arimo";
    margin-top: 13.00px;
}

/* all hover */
.single-team-box.tow:hover .team-social-icon {
    bottom: 20px;
    opacity: 1;
}



/*================================
 <--elecson  donate  Section Css-->
==================================*/

.donate-section {
    padding: 105px 0 110px;
}

.donations-thumb img {
    width: 100%;
}

.row.donate_upper {
    background: #012549;
    margin: 0;
    padding: 50px 48px 45px;
    border-top: 5px solid #3394F5;
}


.donate-left {
    display: inline-block;
}
.donate-right {
    display: inline-block;
}
/*button count number*/

button.tablink {
    border: 0;
    height: 50px;
    width: 95px;
    margin-right: 6px;
    transition: .5s;
    margin-bottom: 9.00px;
    font-size: 21.00px;
    line-height: 26px;
    color: #012549;
    font-weight: 500;
    font-family: "Work Sans";
}
button.tablink:hover {
    background: #e01142;
    color: #fff;
}
/*tab content*/
.tabcontent {
    background: #fff;
    padding: 12px 22px 4px;
    position: relative;
    text-align: right;
    padding-left: 100px;
}

.tabcontent:before {
    position: absolute;
    content: "Custom :";
    left: 23px;
    top: 12px;
    font-size: 21.00px;
    line-height: 26px;
    color: #97A6B4;
    font-weight: 500;
    font-family: "Work Sans";
}

.tabcontent h3 {
    font-size: 21.00px;
    line-height: 26px;
    color: #97A6B4;
    font-weight: 500;
    font-family: "Work Sans";
}


.check-content h5 {
    padding: 10px 0px 8px;
    font-size: 19.00px;
    color: #012549;
    font-weight: 500;
    font-family: "Work Sans";
}

.dpx label {
    cursor: pointer;
    margin-right: 15px;
    font-size: 21.00px;
    line-height: 50px;
    color: #012549;
    font-weight: 400;
    font-family: "Work Sans";
}

.option-input {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 10px;
    transition: all 0.15s ease-out 0s;
    background: transparent;
    border: 2px solid rgba(27,52,52,0.10196078431372549);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.4rem;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
    background: #e01142;
}

.option-input:checked::before {
    width: 16px;
    height: 16px;
    display: flex;
    content: "";
    position: absolute;
    align-items: center;
    left: -5px;
    top: -5px;
    border: 1px solid #e01142;
    border-radius: 50%;
    z-index: -1;
}


.contact-form-box {
    border: 1px solid rgba(27,52,52,0.10196078431372549);
    margin: 0;
    padding: 53px 60px 32px;
}

.form-title h6 {
    font-size: 21.00px;
    color: #012549;
    font-weight: 400;
    font-family: "Work Sans";
    margin-bottom: 11.00px;
}

.up.form-box input {
    border: 1px solid rgba(27,52,52,0.10196078431372549);
    border-radius: 0;
    width: 100%;
    height: 60px;
    margin-bottom: 26.00px;
    padding: 0 20px;
}

.up.form-box input::placeholder {
    font-size: 19.00px;
    color: #6f7785;
    font-family: "Arimo";
    opacity: 1;
}


.check-cash {
    border-top: 1px solid rgba(27,52,52,0.10196078431372549);
    padding-top: 17.00px;
    margin-top: 26.00px;
}

.check-cash span strong {
    font-size: 19.00px;
    color: #012549;
    font-weight: 500;
    font-family: "Work Sans";
    margin-right: 10px;
}

.campaigns-button.pt-3 {
    margin-top: 29.00px;
}

.campaigns-button.pt-3 button {
    display: inline-block;
    outline: 0;
    border: none;
    padding: 13px 40px 13px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    background: #E11143;
    color: #fff;
}

.campaigns-button.pt-3 button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #03254B;
    left: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.campaigns-button.pt-3 button:hover::before {
    transform: scale(1);
}

.campaigns-button a {
    display: inline-block;
    background: #DF1141;
    font-size: 22.00px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    padding: 16px 34px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 0;
}

.campaigns-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    left: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.campaigns-button a:hover:before {
    width: 80%;
}

.campaigns-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    right: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.campaigns-button a:hover:after {
    width: 80%;
}


/*================================
 <--elecson   Volunteer Section Style Two Css-->
==================================*/
.volunteer-section.style-two {
    background: #fff;
    padding: 110px 0 110px;
}

.volunteer-left {
    position: relative;
    margin-left: 30px;
}

.volunteer-list {
    padding: 7px 0 30px;
}

.volunteer-list ul {
    padding: 0;
}

.volunteer-list ul li {
    font-size: 21.00px;
    color: #012549;
    font-weight: 400;
    font-family: "Arimo";
    margin-bottom: 14.00px;
    list-style: none;
}

.volunteer-list ul li img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.volunteer_btn a {
    display: inline-block;
    background: #DF1141;
    font-size: 22.00px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    padding: 16px 34px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 0;
    text-decoration: none;
}

.volunteer_btn a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    left: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.volunteer_btn a:hover:before {
    width: 80%;
}

.volunteer_btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    right: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.volunteer_btn a:hover:after {
    width: 80%;
}


/*================================
 <--elecson  Become Volunteer Css-->
==================================*/
.become-volunteer {
    background: url(assets/VOY_images/VOY_resource/ved_become_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 110px 0 160px;
}

.become-right {
    text-align: right;
    float: right;
}

.counter-icons {
    float: left;
    margin-top: 12.00px;
    margin-right: 19px;
}

.counter-contents {
    text-align: center;
    display: inline-block;
}

.counter-title3 h1 {
    display: inline-block;
    margin-bottom: 10.00px;
    font-size: 38.00px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
}

.counter-title3 span {
    font-size: 38.00px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
}

h5.texts {
    font-size: 21.00px;
    color: #9ca5b5;
    font-weight: 400;
    font-family: "Arimo";
}

/*================================
 <--elecson  Donate Section style-two Css-->
==================================*/
.contact-form-box.style1 {
    border: none;
    border-top: 5px solid #DF1141;
    padding: 85px 60px 32px;
    margin-top: -226px;
    background: #fff;
}

.forms-title h1 {
    color: #012549;
    font-weight: 600;
    margin: 0;
}

h5.check-title {
    font-size: 27.00px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
    padding: 20px 0 19px;
}

.dpx.style label {
    cursor: pointer;
    display: block;
    font-size: 19.00px;
    color: #012549;
    font-weight: 400;
    font-family: "Arimo";
    line-height: 38px;
}

.option_input {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    top: 5.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #e2e5e8;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.4rem;
    outline: none;
    position: relative;
    z-index: 1;
}

.option_input:checked {
    background: #E11143;
}

.option_input:checked::before {
    width: 10px;
    height: 10px;
    display: flex;
    content: '\f00c';
    font-size: 11.00px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    font-family: 'Font Awesome 5 Free';
    left: 5px;
    top: 5px;
}

.option_input:focus {
    border: 1px solid #E11143;
}

/*================================
 <--Start elecson  Gallery Section   Css-->
=================================*/
.gllery-section {
    background: url(assets/VOY_images/VOY_resource/ved_gallery_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 105px 0 75px;
}

.gallery-item {
    margin-bottom: 33.00px;
    overflow: hidden;
}

.gallery-thumb {
    position: relative;
    z-index: 1;
    transform: scale(1);
    transition: .5s;
}

.gallery-thumb:hover{
    transform: scale(1.2);
}

.gallery-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    content: "";
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);
}

.gallery-thumb:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);
}

.gallery-thumb img {
    width: 100%;
}

/*<!-- ============================================================== -->
<!-- Start   elecson Contact Area Css -->
<!-- ============================================================== -->*/

.contact-section {
    padding: 95px 0 60px;
}

.contact-left {
    position: relative;
    margin-left: 36px;
}

.row.contact_bg {
    padding: 43px 23px 50px;
    background: #fff;
    box-shadow: 0px 5px 15px rgb(88 82 174 / 10%);
    position: relative;
}
.row.contact_bg p {
    color: #1d263a;
    margin-bottom: 26.00px;
    font-size: 23.00px;
    font-weight: 700;
}
.form_box input {
    border: 1px solid rgba(100,100,100,0.1);
    width: 100%;
    height: 50px;
    padding: 0 18px;
    margin-bottom: 23.00px;
    outline: 0;
}
.form_box input::placeholder {
    color: rgba(100,100,100,0.8);
}
.form_box textarea {
    width: 100%;
    height: 135px;
    padding: 14px 18px;
    border:  1px solid rgba(100,100,100,0.1);
    outline: 0;
}
.form_box textarea::placeholder {
    color: rgba(100,100,100,0.8);
}
.contact-form-button button {
    background: #E11143;
    color: #fff;
    border: 1px solid #E11143;
    padding: 11px 33px;
    margin-top: 36.00px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.contact-form-button button:hover {
    color: #E11143;
}
.contact-form-button button:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: #fff;
    height: 100%;
    transition: .5s;
    width: 0;
    z-index: -1;
}
.contact-form-button button:hover:before {
    width: 100%;
    left: 0;
}
.contact-form-button button i {
    margin-left: 10px;
}

/* google section  */

.mapouter.fixed-height {
    height: 600px;
}

.gmap_canvas {
    width: 100%;
    height: 100%;
}
.mapouter iframe {
    height: 92%;
    width: 100%;
}

/*================================
 <--Start elecson  Blog Section   Css-->
=================================*/
.blog-section {
    padding: 105px 0 80px;
}

.blog-section p.section-description.style {
    width: 55%;
    text-align: center;
    margin: auto;
}

.single-blog-box {
    position: relative;
    margin-bottom: 33.00px;
    transition: .5s;
}

.blog-thumb {
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.blog-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    content: "";
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);
}

.single-blog-box:hover .blog-thumb::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);
}
p.tag {
    display: inline-block;
    font-size: 17.00px;
    line-height: 1.72;
    font-weight: 400;
    color: #fff;
    background: #E01142;
    padding: 3px 10px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 20px;
}

.blog-thumb img {
    width: 100%;
}

.blog-contents {
    filter: drop-shadow(0 0 7.5px rgba(0,0,0,0.15));
    background-color: #ffffff;
    padding: 44px 20px 32px 35px;
    border-radius: 0px 0px 5px 5px;
}

.blog-date p {
    font-size: 17.00px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    background: #E11143;
    padding: 4px 15px;
    position: absolute;
    top: -17px;
}

p.meta-blog-date {
    font-size: 21.00px;
    color: #e01142;
    font-weight: 400;
    font-family: "Arimo";
    border-bottom: 1px solid #01254936;
    padding-bottom: 15.00px;
}

p.meta-blog-date span {
    float: right;
}

p.meta-blog-date p {
    float: right;
}

p.meta-blog-date i {
    margin-right: 10px;
}

.blog-title h3 a {
    display: inline-block;
    font-size: 27.00px;
    line-height: 30px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
    margin-top: -3px;
    margin-bottom: 11.00px;
    text-decoration: none;
}

.blog-btn a {
    display: inline-block;
    font-size: 21.00px;
    color: #e01142;
    font-weight: 400;
    font-family: "Arimo";
    margin-top: 6.00px;
}


/*================================
 <--elecson   Blgo Details  Area Css-->
==================================*/
.blog-detials-area {
    padding: 110px 0 110px;
}

.blog-grid-area {
    padding: 120px 0 90px;
}

.blog-details-main {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}
.blog-details-meta {
    background: #E11143;
    padding: 16px 30px;
}

.blog-details-meta span {
    margin-right: 30px;
    color: #fff;
}

.blog-details-meta span i {
    color: #fff;
    padding-right: 5px;
}

.blog-details-content {
    padding: 20px 0 18px;
}

.blog-details-content h2 {
    margin-bottom: 17.00px;
    font-size: 37.00px;
    line-height: 60px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
}

.blog-details-thumb img {
    width: 100%;
}

.blog-details-des {
    padding: 30px 0 10px;
}

.blog-details-blockquote {
    background: #1F85EA;
    padding: 40px 38px 26px;
    position: relative;
    margin-bottom: 11.00px;
}

.blog-details-blockquote blockquote {
    font-size: 19.00px;
    color: #fff;
}
.blog-details-video-thumb {
    margin-top: 35.00px;
    position: relative;
}

.blog-details-video-thumb img {
    width: 100%;
}

.blog-details-video-thumb-inner img {
    width: 100%;
}

.blog-details-content h3 {
    font-size: 26.00px;
    font-weight: 600;
    margin-bottom: 17.00px;
}

.blog-details-content-list p i {
    font-size: 17.00px;
    height: 32px;
    width: 32px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 31px;
    border-radius: 100%;
    margin-right: 15px;
    color: #E11143;
}

.blog-detials-area .blog-content {
    padding: 20px 30px 38px;
}

.blog-details-button a {
    display: inline-block;
    border: 2px solid #E11143;
    padding: 3px 20px;
    position: relative;
    z-index: 1;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 11.00px;
    text-decoration: none;
}

.blog-details-button a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -1px;
    height: 104%;
    width: 104%;
    background: #E11143;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.blog-details-button a.active {
    background: transparent;
    transition: .5s;
    margin-left: 10px;
    color: #E11143;
}
.blog-details-button a.active:before{
    background: transparent;
}

.blog-details-button a.active:hover:before{
    background: #E11143;
}

.blog-details-button a.active:hover{
    color: #fff;
    border-color: #E11143;
}

.blog-details-social {
    text-align: right;
}

.blog-details-social a {
    display: inline-block;
    border: 2px solid #E11143;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    font-size: 17.00px;
    transition: .5s;
    margin-left: 5px;
    color: #E11143;
}

.blog-details-social a:hover{
    background: #E11143;
    border-color: #E11143;
    color: #fff;
}

/* Blog Details Author */

.blog-details-author {
    border-top: 2px solid rgba(255,255,255,0.2);
    padding-top: 44.00px;
    margin-top: 33.00px;
}

.blog-details-author-inner {
    background: #E11143;
    padding: 30px 30px 24px;
}

.blog-details-author-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-author-content h2 {
    font-size: 27.00px;
    margin-top: 0;
    margin-bottom: 13.00px;
    color: #ffff;
}
.blog-details-author-content p {
    color: #ffffffbd;
}

/* Comment CSS */

.blog-details-comment {
    margin-bottom: 11.00px;
    position: relative;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-comment-content {
    overflow: hidden;
}

.blog-details-comment-content h2 {
    font-size: 19.00px;
    margin-top: 0;
}

.blog-details-comment-content span {
    font-size: 17.00px;
    margin-bottom: 10.00px;
    display: block;
}

.blog-details-comment-reply {
    position: absolute;
    right: 25px;
}

.blog-details-comment-reply a {
    background: #E11143;
    padding: 3px 20px;
    font-size: 17.00px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
}

.blog-details-comment.reply {
    margin-left: 70px;
    padding-top: 38.00px;
    border-top: 2px solid rgba(255,255,255,0.2);
}

/* Blog Details Contact */

.blog-details-contact {
    border-top: 2px solid rgba(255,255,255,0.2);
    margin: 12px 10px 10px;
    padding-top: 12.00px;
}

/*input-box*/

.input-box input {
    width: 100%;
    height: 50px;
    border: 1px solid #0202021a;
    margin-bottom: 33.00px;
    padding: 0 20px;
    outline: 0;
    border-radius: 3px;
}

.input-box textarea {
    width: 100%;
    height: 207px;
    outline: 0;
    border: 1px solid  #0202021a;
    padding: 22px 20px 0;
    border-radius: 3px;
}

/*input button*/
.input-button {
    margin-top: 29.00px;
}

.input-button button {
    display: inline-block;
    padding: 13px 39px;
    outline: 0;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    background: #E11143;
    border: 1px solid #E11143;
    transition: .5s;
}

.input-button button:hover {
    border: 1px solid #E11143;
    color: #E11143;
    background: none;
}

.input-button button i {
    margin-left: 10px;
}

/*widget search*/

.widget_search {
    padding: 19px 40px 40px;
    border-radius: 4px;
    margin-bottom: 33.00px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
}

.widget_search form {
    position: relative;
    margin-top: 26.00px;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #fff;
    outline: 0;
    border: 1px solid rgba(1,37,73,0.10196078431372549);
}

button.icons {
    border: 0;
    font-size: 19.00px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #E11143;
    border-radius: 0 4px 4px 0;
}

/*widget categories box*/

.widget-categories-box {
    padding: 18px 40px 18px;
    border-radius: 5px;
    margin-bottom: 33.00px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
}

.widget-categories-box.style1 {
    padding: 18px 40px 12px;
}

/*title*/

.categories_title h4 {
    font-size: 26.00px;
    padding: 0px 0 8px;
    margin: 0 0 8px;
    position: relative;
    line-height: 60px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
    border-bottom: 2px solid #E8EAEA;
}

.categories_title h4:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 20px;
    height: 25px;
    width: 5px;
    background: #E11143;
}

/*categories menu*/

.widget-categories-menu ul {
    display: block;
    padding: 0;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    background: transparent;
    padding: 16px 0px 16px;
    transition: .5s;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #E8EAEA;
}

.widget-categories-menu ul li:last-child {
    border: none;
}

.widget-categories-menu ul li a {
    display: block;
    color: #012549;
    transition: .5s;
    text-decoration: none;
}

.widget-categories-menu ul li a span {
    display: inline-block;
    float: right;
    background: #012549;
    height: 22px;
    width: 22px;
    font-size: 14.00px;
    text-align: center;
    margin-top: 11.00px;
    color: #fff;
    line-height: 22px;
    transition: .5s;
}

.widget-categories-menu ul li:hover a span {
    background: #E11143;
    color: #fff;
}

.widget-categories-menu ul li:hover a {
    color: #E11143;
}

.pdf-button a {
    display: block;
    background: #E11143;
    padding: 15px 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 11.00px;
}

.pdf-button a i {
    float: right;
    font-size: 23.00px;
    margin-top: 5.00px;
}

/* Sidber Recent Post */

.sidber-widget-recent-post {
    margin-bottom: 23.00px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 26.00px;
}

.sidber-widget-recent-post.style1 {
    margin-bottom: 3.00px;
}

.sidber-widget-recent-post:last-child {
    border: none;
}

.recent-widget-content a {
    color: #1b1b1b !important;
    display: inline-block;
    font-size: 19.00px;
    font-weight: 500;
    display: block;
    line-height: 26px;
    transition: .5s;
    margin-bottom: 12.00px;
    text-decoration: none;
}

.recent-widget-thumb {
    float: left;
    margin-right: 25px;
}

.sidber-widget-recent-post .recent-widget-content a {
    color: #E11143;
    font-size: 19.00px;
}

/* Sidber Achivement CSS */
.widget-achivement ul {
    padding: 0;
}

.widget-achivement ul li {
    list-style: none;
    margin-bottom: 10.00px;
}

.widget-achivement ul li a i {
    font-size: 22.00px;
    margin-right: 3px;
}

.widget-achivement ul li a {
    font-weight: 600;
    transition: .5s;
    color: #1b1b1b;
    text-decoration: none;
}

.widget-achivement ul li a span {
    float: right;
}

.widget-achivement ul li a:hover{
    color: #E11143;
}

/* Sidber Widget Gallery CSS */

.widget-gallery {
    overflow: hidden;
}

.widget-gallery-thumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 11.00px;
}

/* Sidber Widget Tags CSS */

.widget-tags a {
    display: inline-block;
    border: 1px solid #eaeaea;
    padding: 8px 19px;
    margin: 4px 3px;
    border-radius: 2px;
    color: #1b1b1b;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
    text-decoration: none;
}


.widget-tags a:hover{
    color: #fff;
    border-color: #E11143;
    background: #E11143;
}

.widget-tags a:hover:before{
    width: 102%;
}

/*
<!-- ============================================================== -->
<!-- elecson Scrollup Section -->
<!-- ============================================================== -->*/

.scroll-area{
  position: relative;
  z-index: 999;
 }

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}

.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 19.00px;
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
  }

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%; 
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #CE214F 0%, #CE214F 100%);
    background-image: -ms-linear-gradient(0deg, #CE214F 0%, #CE214F 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}

.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius:100%;
}

.top-wrap {
  position: relative; 
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #CE214F;
}

 .top-wrap .go-top-button i {
      font-size: 23.00px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
 }

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #CE214F 0%, #CE214F 100%);
    background-image: -webkit-linear-gradient(0deg, #CE214F 0%, #CE214F 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
      background-color: #222;
      color: #fff; 
  }
  
.scroll-area.home-two .top-wrap .go-top-button {
    background: #00AFF5;
}
 .scroll-area.home-two .top-wrap .go-top-button::after {
    background-image: -moz-linear-gradient(0deg, #00AFF5 0%, #00AFF5 100%);
    background-image: -webkit-linear-gradient(0deg, #00AFF5 0%, #00AFF5 100%);
}

@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); } }




/*===========================
<-- elecson Loader Css -->
=============================*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #E11143;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #E11143;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 52%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}










<!-- ============================================================== -->
<!-- corporate Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;}
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
 .bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); } }
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); } }
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); } }
@-webkit-keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }   
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

/*--==============================================->
  <!-- corporate Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}
.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}



/*rotateme animation*/
.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
