    /*Charitify NGO/Charity/Fundraising Template By DynamicLayers*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Slider Section
    4.0 Promo Section
    5.0 Causes Section
    6.0 About Section
    7.0 Campaigns Section
    8.0 Team Section
    9.0 Counter Section
    10.0 Event Section
    11.0 Testimonial Section
    12.0 Sponsor Section
    13.0 Widget Section
    14.0 Hero Section
    15.0 Page Header Section
    16.0 CTA Section
    17.0 Gallery Section
    18.0 Blog Section
	19.0 Sidebar Section
	20.0 Contact Section
	21.0 Footer Section
	22.0 Scroll To Top
    
    ==========================================================================
    DynamicLayers
    ========================================================================== */

    @import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');
    
/*  ==========================================================================
    1.0 Common Styles
    ========================================================================== */
*{
    padding: 0;
    margin: 0;
}
body{
 	background:url(../img/home-animation.gif) repeat-y;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    line-height: 27px;
    color: #555;
    letter-spacing: -0.2px;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Jost', sans-serif;
    -webkit-font-smoothing:antialiased;
    color: #282828;
}
h1{
    font-size: 36px;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
    font-weight: bold;
	text-align:center;
	color: #f5f3f3;
}
h2{
    font-size: 24px;
	font-family: 'Jost', sans-serif;
    -webkit-font-smoothing:antialiased;
    color: #2ad374;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
}
h3,h4{
color: #f5f3f3;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.4;
     letter-spacing: -0.04em;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
.greycolor{
color:#5a5555 !important;
}
.whitecolor{
color:#ffffff !important;
}
.greencolor{
color:#2ad374 !important;
}
img{
    border: none;
    outline:none;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p{
    font-size: 17px;
    margin-bottom: 15px;
}
a{  font-family: "Jost",sans-serif;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #888 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #888 !important;  
}
button{
    border: none;
    background: none;
}
/* Helper Class */
.padding{
    padding: 20px 0;
}
.no-padding{
    padding: 0;
}
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }
.ml-5{ margin-left: 5px; }
.ml-10{ margin-left: 10px; }
.mr-5{ margin-right: 5px; }
.mr-10{ margin-right: 10px; }
.mt-15{ margin-left: 15px; }
.mt-15{ margin-left: 15px; }
.padding-15{ padding: 15px; }
.w95{
width:95% !important;
max-width: inherit;
}
.min500{
min-height:500px;
}
.myplus{
position:relative;
right:0;
}
.white{
color:#ffffff !important;
}
.w95 p{
text-align:justify;
color:#efe9e9;
}
.display-block{ display: block; }
.text-black{
    color: #282828;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.bg-grey{
    background-color: #f2f2f2;
}
.bd-bottom{
    border-bottom: 1px solid #eaeaea;
}
.bg-dark{
    background-color: #232323;
}
.bigd{
display:block;
}
.smalld{
display:none;
}




.tab-group {
list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    margin: 1em;
  }
  .tab-group:after {
    content: "";
    display: table;
    clear: both;
  }
  .tab-group li{
  margin-right:1em;
  }
 .tab-group li a {
display: block;
    text-decoration: none;
    padding: 8px;
    background: #af6bbb;
    color: #ffffff;
    font-size: 18px;
    margin-right: 10px;
    float: left;
    border-radius: 20px;
    width: 47%;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
	}
    .tab-group li a:hover {
      background: #336699;
      color:#fff;
    }
   
  .tab-group .active a {
    background:#4caf50;
    color:#ffffff;
  }




/* Preloader Styles */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}
.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #272c30;
    top: 0;left: 0
}

.site-preloader-wrap .spinner {
    background-color: #ffd83f;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
  width: 40px;
  height: 40px;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}


/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.bottomclr{
background:#3366CC;
}
.default-btnr{
    background-color: #6e9132;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}
.default-btnr:hover{
    background-color: #292a27;
    color: #fff;
}

.default-btnd{
    background-color: #9521d1;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}
.default-btnd:hover{
    background-color: #18b35c;
    color: #fff;
}

.default-btn{
background-color: #9521d1;
    color: #fff;
    line-height: 35px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
}
.default-btn:hover{
    background-color: #18b35c;
    color: #fff;
}

.header-section.navbar-fixed-top .site-branding{
    top: -173px !important;
 }
.link-btn{
background-color: #18b35c;
    color: #fff !important;
    line-height: 35px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
}
.link-btn:hover{
    background-color: #9521d1;
    color: #fff;
	cursor: pointer;
}
.default-btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}

.default-cart{
     color: #f5f5f5;
     display: inline-block;
    padding: 8px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 500;
    transition: all .5s ease-in-out;
}

.default-cart:hover{
color: #fff;
    background: #18b25d;
}
.cartnumber{
    color: #f5f5f5;
    font-size: 12px;
    position: absolute;
    margin-top: 12px;
    margin-left: -8px;
}

.c {
display: inline-block;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    width: auto;
}
.dd {
  z-index:1;
  position:relative;
  display: inline-block;
}
.dd-a {
  padding:10px;
   position:relative; 
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}
.dd input:after {
  content:"";
  width:100%;
  height:2px;
  position:absolute;
  display:block;
  background:#C63D0F;
  bottom:0;
  left:0;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition-duration: 0.2s;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  -webkit-transition-duration: 0.2s;
}
.dd input {
  top:0;
  opacity:0;
  display:block;
  padding:0;
  margin:0;
  border:0;
  position:absolute;
  height:100%;
  width:100%;
}
.dd input:hover {
  cursor:pointer;
}
.dd input:hover ~ .dd-a {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
.dd input:checked:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.dd input:checked ~ .dd-c {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.dd-a span {
  color:#C63D0F;
}
.dd-c{
  display:block;
   width: -webkit-fill-available;
    position: absolute;
    background: #f3f3f3;
    height:auto;
  transform: scaleY(0);
  transform-origin: top left;
  transition-duration: 0.2s;
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top left;
  -webkit-transition-duration: 0.2s;
}
.dd-c ul {
  margin:0;
  padding:0;
  list-style-type: none;
}
.dd-c li {
  margin-bottom:5px;
  word-break: keep-all;
  white-space:nowrap;
  display:block;
  position:relative;
  text-align: left;
    text-indent: 1em;
}
.dd-c a {
  display:block;
  position:relative;
  text-decoration: none;
  padding:5px;
  color: #555;
    font-weight: 500;
	font-size:15px;
}
.dd-c a:before {
  z-index:0;
  content:"";
  position:absolute;
  display:block;
  height:100%;
  width:100%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  transform-origin:top left;
  -webkit-transform-origin:top left;
  background: #18b35c;
  top:0;
  left:0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
.dd-c a span {
  display:block;
  position:relative;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.dd-c a:hover:before {
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
}
a:hover span {
  color:white;
}
/*Section Heading Style*/
.section-heading .heading-border{
    border-top: 5px solid #17b25b;
    width: 50px;
    display: inline-block;
    margin-top: 0;
    
} 
.section-heading h2{
    font-size: 38px;
    margin-bottom: 0;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* Shape and Circle */
.circle,
.shape{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.circle:before{
    background-color: #9521d1;
    content: '';
    height: 800px;
    width: 800px;
    position: absolute;
    top: -400px;
    left: -350px;
    border-radius: 100%;
    opacity: 0.2;
    z-index: -1;
}
.shape:after{
    background-color: #9521d1;
    content: '';
    width: 50%;
    height: 680px;
    position: absolute;
    top: 330px;
    right: -150px;
    border-radius: 100%;
    -webkit-transform: skew(3deg,30deg);
    -ms-transform: skew(3deg,30deg);
    transform: skew(5deg,10deg);
    opacity: 0.3;
    z-index: -1;
}

/* ==========================================================================
   2.0 Header Section
   ========================================================================== */
.header-section{
    position: absolute;
    box-shadow: 5px -5px 5px 10px rgba(0, 0, 0, .10);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
.header-section.navbar-fixed-top{
    position: fixed;
}
.header-section.navbar-fixed-top .top-header{
    display: none;
}
.header-height{ width: 100%; }
.bheader-height{ width: 100%; }
/*Top Header*/
.top-header{
    background-color: #9521d1;
    padding: 10px 0;
}
.top-content-wrap ul li{
    margin-right: 15px;
    display: inline-block;
}
.top-content-wrap ul li a{
    display: inline-block;
    color: #fff;
 }
.top-content-wrap ul li i{
    color: #fff;
    margin-right: 10px;
}
.top-content-wrap .right-info{
    text-align: right;
}
.top-content-wrap .right-info i{
    margin-right: -5px;
    color: #fff;
    line-height: 25px;
    display: block;
    font-size: 19px;
}
.top-content-wrap .right-info li:last-child{
    margin-right: 0;
}
/*Bottom Header */
.bottom-header{
    background-color: #9521d1;
    position: relative;
}
.bottom-content-wrap{
    display: flex;
    align-items: center;
}
#mainmenu{
    display: inline-block;
    margin-right: 20px;
}
#mainmenu li{
    position: relative;
    padding-left: 20px;
    display: inline-block;
    text-align: left;
}
#mainmenu li a{
    color: #ffffff;
    font-weight: 500;
    padding: 22px 0;
    display: inline-block;
    font-size: 16px;
}
#mainmenu li a:hover{
    color: #ffffff;
}
/*Dropdown */
#mainmenu li ul{
    background-color: #fff;
    width: 250px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
}
#mainmenu li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
#mainmenu li ul li{
    border-bottom: 1px solid #eaeaea;
    display: block;
    position: relative;
}
#mainmenu li ul li:last-child{
    border: none;
}
#mainmenu li ul li a{
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
#mainmenu li > ul > li:hover a{
    color: #fff;
}
#mainmenu li > ul > li:hover{
        background: #9521d1;
}
#mainmenu li > ul ul{
    background-color: #fff;
    left: 200px;
}
#mainmenu li > ul li:hover > ul li a{
    color: #555;
}
#mainmenu li ul li:hover > ul{
    top: 0;
    opacity: 1;
    visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover{
    background-color: transparent;
    color: #fff;
}
#mainmenu li ul li li a:hover{
    color: #ffca3f !important;
}


.site-branding{
width: 236px;
    opacity: 1!important;
    content: "";
    position: absolute;
    height: 236px;
    border-radius: 0 0 50% 50%;
    background: #fff;
    left: -70px;
    top: -215px;
}

.site-branding img{
position: relative;
    top: 125px;
    left: 10px;
	}
/*Mobile Menu */
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    z-index: 999;
}
.slicknav_nav {
    background-color: #fff;
}
.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.slicknav_btn{
    background-color: #9521d1;
    margin: 13px 5px 14px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #555;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #282828;
}

/* ==========================================================================
   3.0 Slider Section
   ========================================================================== */
.slider-section{}
.slider-text {
    width: 100%;
    text-align: center;
}
.slider-text h1{
    font-size: 62px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}
.slider-text h5{
    font-weight: 600;
    color: #ddd;
}
.nivo-caption a{
    display: inline-block!important;
}
.slider-text p {
    color: #ddd;
    font-size: 16px;
    margin-bottom: 15px;
}
.slider-wrapper {
    position: relative;
}
.nivo-caption {
    height: 100%;
    opacity: 1;
    background: transparent;
    overflow: visible;
}

/* nivo directionNav css */
.nivo-directionNav a {
    font-size: 13px;
    background-color: rgba(255,255,255,0.1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff!important;
    top: calc(50% - 20px);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
} 
.nivo-directionNav a.nivo-prevNav {
    left: 25px;
}
.nivo-directionNav a.nivo-nextNav {
    right: 25px;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-prevNav {
    left: 15px;
    opacity: 0.7;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-nextNav {
    right: 15px;
    opacity: 0.7;
}
.nivo-directionNav a:hover{
    opacity: 1!important;
}

/* nivo controlNav css */
.nivo-controlNav {
    padding: 0;
    position: absolute;
    z-index: 12;
    bottom: 30px;
    width: 100%;
}
.nivo-controlNav a {
    background-color: transparent;
	width: 12px;
	height: 12px;
    background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	display: inline-block;
    font-size: 0;
    cursor: pointer;
    margin: 0 5px;
	transition: all 0.3s linear;
    line-height: 12px;
}
.nivo-controlNav a.active {
    background-color: #2caee2;
}

/* ==========================================================================
   4.0 Promo Section
   ========================================================================== */
.promo-section{
    position: relative;
    display: block;
    margin-top: -80px;
    min-height: 360px;
}
.promo-wrap{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
.promo-wrap .row{
    background-color: #fff;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
}
.promo-wrap .row .col-md-4:last-child > .promo-content{
    border: none;
}
.promo-content{
    padding: 40px 30px;
    border-right: 1px dashed #ddd;
}
.promo-content h3{
    font-size: 22px;
    letter-spacing: -1px;
}
.promo-content img{
    margin-bottom: 15px;
}
.promo-content a{
    color: #555;
    font-size: 14px;
    font-weight: 600;
}
.promo-content a:hover{
    text-decoration: none;
    color: #9521d1;
}
.promo-section-2 .promo-content{padding: 0 30px;}
.promo-section-2 .row .col-md-4:last-child > .promo-content{
    border: none;
}



.promo-contenth{
    padding: 40px 30px;
 }
.promo-contenth h3{
    font-size: 22px;
    letter-spacing: -1px;
}
.promo-contenth img{
    margin-bottom: 15px;
}
.promo-contenth a{
    color: #555;
    font-size: 14px;
    font-weight: 600;
}
.promo-contenth a:hover{
    text-decoration: none;
    color: #9521d1;
}
.promo-contenth i{
font-size:4rem;
margin-bottom: 0.3em;
}

.promo-contenth p{
text-align:left;
text-align:justify;
}
.promo-section-2 .promo-contenth{
padding: 15px 20px;
background: #f7f7f3;
cursor: default;
}

.promo-section-2 .promo-contenth:hover{
 background: #c5fdd4;
 cursor: default;
}

.promo-section-2 .row .col-md-4:last-child > .promo-contenth{
    border: none;
}
.paddrl{
padding:3px;
}

 
/* ==========================================================================
   5.0 Causes Section
   ========================================================================== */
.causes-section{
    position: relative;
    z-index: 1;
}
.causes-content{
background:#fff;
}
.causes-content img{
    width: auto;
}
.causes-thumb{
    position: relative;
	text-align:center;
	    padding: 25px 2px 5px 2px;
}
.causes-thumb img:hover{
    opacity: 0.8;
}
.causes-thumb .progress{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    border-radius: 0;
    background-color: transparent;
    overflow: inherit;
}
.causes-thumb .progress .progress-bar{
    background-color: #9521d1;
    position: relative;
}
.causes-thumb .progress .progress-bar span{
    position: absolute;
    display: block;
    background-color: #9521d1;
    right: -2px;
    top: -10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 12px;
}
.causes-thumb .progress .progress-bar span:before{
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    border: 10px solid rgb(89 127 197 / 80%);
}
.causes-details{
    background-color: #fff;
    padding: 12px 23px;
      
	text-align:center;
}
.causes-details p{
text-align:justify;
} 
.causes-details h3{
    font-size: 24px;
    line-height: 30px;
}
.causes-content .donate-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgb(89 127 197 / 80%);
    color: #fff;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.causes-content .donate-btn i{
    margin-left: 5px;
    font-size: 12px;
}
.causes-content .donate-btn:hover{
    background-color: #9521d1;
    transition: all 0.2s ease-in-out;
}
.donation-box p{
    display: inline-block;
    margin-right: 10px;
}
.donation-box i{
    color: #9521d1;
    margin-right: 5px;
}
.causes-content .read-more{
    color: #999;
}
.causes-content .read-more:hover{
    color: #9521d1;
    text-decoration: none;
}

/* ==========================================================================
   6.0 About Section
   ========================================================================== */
.about-section{
    position: relative;
}
.about-wrap{
    display: flex;
    align-items: center;
}
.about-wrap img{
    width: 100%;
    margin-bottom: 15px;
}
.about-wrap img:hover{
    opacity: 0.8;
}
.profile-wrap{
    background-color: #fafafa;
    text-align: center;
    padding: 10px 30px;
    border: 2px dashed #ddd;
}
.profile-wrap h3{
    font-size: 22px;
}
.profile-wrap .profile{
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.profile-wrap span{
    display: block;
    font-size: 12px;
    font-family: "Jost", sans-serif;
    color: #999;
    margin-top: 5px;
}

.about-image img{
    width: 100%;
    border-radius: 5px;
}
.about-content h2{
    font-size: 42px;
    margin-bottom: 20px;
}

/* ==========================================================================
   7.0 Campaigns Section
   ========================================================================== */
.campaigns-section{
	background-image: url(../img/featured-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
    padding: 150px 0;
}
.campaigns-wrap h4{
    background-color: rgb(89 127 197 / 80%);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}
.campaigns-wrap h2{
    color: #fff;
    font-size: 42px;
}
.campaigns-wrap p{
    color: #ddd;
    margin-bottom: 30px;
}
.campaigns-wrap .progress{
    width: 100%;
    height: 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    overflow: inherit;
    margin-bottom: 40px;
}
.campaigns-wrap .progress .progress-bar{
    background-color: #9521d1;
    position: relative;
    border-radius: 30px;
}
.campaigns-wrap .progress .progress-bar span{
    position: absolute;
    display: block;
    background-color: #9521d1;
    right: -2px;
    top: -10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 12px;
}
.campaigns-wrap .progress .progress-bar span:before{
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    border: 10px solid rgb(89 127 197 / 80%);
}

.campaigns-wrap .donation-box h3{
    display: inline-block;
    color: #fff;
    margin-right: 30px;
    font-weight: 500;
    font-size: 18px;
}
.campaigns-wrap .donation-box{
    margin-bottom: 25px;
}

/*Video Style*/
.video-wrap{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.video-wrap img{
    width: 100%;
}
.video-wrap .play{
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.video-wrap .play a{
    color: #fff;
    display: inline-block;
    background-color: transparent;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 2px solid #ddd;
    border-radius: 50%;
    text-align: center;
}
.video-wrap .play:hover{
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.2s ease-in-out;
}



/* ==========================================================================
   8.0 Team Section
   ========================================================================== */
.team-section{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team-wrap{
    padding: 0 30px;
}
.team-wrap .col-md-6{
    padding: 5px;
}
.team-wrapper{
    display: flex;
    align-items: center;
}
.team-details img{
    width: 100%;
}
.team-details h3{
    color: #9521d1;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
}
.team-details .hover h3 span{
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    color: #fff;
}
.team-details{
    overflow: hidden;
    position: relative;
}
.team-detailsd img{
    width: 100%;
	opacity: 0.6;
}
.team-detailsd h3{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
}
.team-detailsd .hoverd h3 span{
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    color: #eae8ed;
}

.team-detailsd{
    overflow: hidden;
    position: relative;
	margin-bottom:1em;
}
.team-detailsd .hoverd{
    background: black; /* For browsers that do not support gradients */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,4));
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 70px 0 15px 0;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s linear;
}
.team-details .hover{
    background: black; /* For browsers that do not support gradients */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,4));
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 70px 0 15px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.team-details:hover .hover{
    visibility: visible;
    opacity: 1;
}
.team-details:hover img{
    transform: scale(1.1);
}

.team-detailsd:hover .hover{
    visibility: visible;
    opacity: 1;
}
.team-detailsd:hover img{
    transform: scale(1.1);
}

/*Check List Style*/
.check-list{
    margin: 20px 0 40px;
}
.check-list li{
    font-family: "Jost", sans-serif;
    line-height: 35px;
	color: #ffffff;
}
.check-list i{
    color: #ffffff;
    margin-right: 10px;
}

.pager-header{
background-size: contain !important;
}
/* ==========================================================================
   9.0 Counter Section
   ========================================================================== */
.counter-section{
	background-image: url(../img/home-animation.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
    padding: 90px 0;

}
.counters{}
.counters .counter-content{
	display: block;
	text-align: center;
	color: #fff;
}
.counters .counter-content i{
	font-size: 36px;
}
.counters .counter-content h3{
	font-size: 48px;
	margin: 10px 0;
	color: #aac6e9;
    font-weight: 600;
}
.counters .counter-content h4{
    font-size: 18px;
	margin: 0;
}
/* ==========================================================================
   10.0 Event Section
   ========================================================================== */
.event-section{}
.events-item{
    padding-left: 300px;
    position: relative;
}
.events-item .event-thumb{
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.event-details{
    background-color: #fafafa;
    padding: 30px 15px;
    border: 1px dashed #ddd;
}
.event-info i{
    color: #9521d1;
    margin-right: 10px;
}
.event-info p{
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
}
.event-info{
    margin-bottom: 10px;
}
.digibg{
background:url(../img/digital-card-home-bg.png) repeat-y;
}
/*Owl Navigation*/
.owl-nav{}
.owl-nav div{
    background-color: #9521d1;
    color: #fff;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: -40px;
    top: calc(50% - 25px);
    transition: all 0.5s ease-in-out;
}
.owl-nav div:hover{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.owl-nav div.owl-next{
    left: auto;
    right: -40px;
}
/* ==========================================================================
   11.0 Testimonial Section
   ========================================================================== */
.testimonial-section{}
.testimonial-item{
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.testimonial-item img{
width:auto !important;
margin: 0 auto;
}
.testi-footer img{
    width:70px!important;
    height: 70px;
    border-radius: 50%;
}
.testi-footer span{
    display: block;
    font-family: "Jost", sans-serif;
    color: #034053;
    4a: ;
    text-align: center;
    font-size: 20px;
}
.testi-footer h4{
    font-size: 18px;
    padding-left: 10px;
}
.testi-footer{
    display: flex;
    align-items: center;
}
/*Owl Carousel Dots*/
.testimonial-carousel .owl-dots{
    display: block;
    text-align: center;
}
.testimonial-carousel .owl-dots .owl-dot{
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}
.testimonial-carousel .owl-dots .owl-dot.active{
    background-color: #9521d1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

/* ==========================================================================
   12.0 Sponsor Section
   ========================================================================== */
.sponsor-section{
    padding: 30px 0;
}
.sponsor-section .sponsor-item img{
    width: 100%;
    padding: 20px;
    opacity: 0.8;
}
.sponsor-section .sponsor-items li img:hover{
    opacity: 1;
}
.cheapbg{
    background-image: url(../img/cheapbg.jpg);
    background-position: left;
    background-size: contain;
    padding-top: 20px;
 }
/* ==========================================================================
   13.0 Widget Section
   ========================================================================== */
   .address li a {
    color: #e3dede;
    margin-bottom: 16px;
    display: block;
}
.widget-section{
    background: rgb(149,33,209);
    background: linear-gradient(180deg, rgba(149,33,209,1) 0%, rgb(197 64 225) 100%);
      
    width: 100%;
    height: 100%;
}
.widget-content{}
.widget-content img{
    margin-bottom: 15px;
}
.widget-content p{
    color: #e3dede;
}
.widget-content h3{
    color: #ddd;
}
.widget-content .social-icon li{
    display: inline-block;
    margin-right: 15px;
}
.widget-content .social-icon li a{
    display: inline-block;
    color: #fff;
}
.widget-content .social-icon li a:hover{
    color: #fff;
}
.widget-content .widget-link li a{
    color: #e3dede;
    margin-bottom: 16px;
    display: block;
}
.widget-content .widget-link li a:hover{
    color: #e1de75;
    text-decoration: none;
}
.widget-content .address li{
    margin-bottom: 16px;
    display: block;
    font-family: "Jost", sans-serif;
    color: #d6ded1;
}
.widget-content .address li i{
    color: #b5c188;
    margin-right: 10px;
}
/* ==========================================================================
   14.0 Hero Section
   ========================================================================== */
.hero-section{
	background-image: url(../img/hero-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
    height: 530px;
    display: flex;
    align-items: center;
}
.hero-content h1{
    font-size: 52px;
    color: #fff;
    display: inline-block;
}
.hero-content h4{
    color: #9521d1;
}
.hero-content p{
    color: #ddd;
}
/* ==========================================================================
   15.0 Page Header Section
   ========================================================================== */
 
.pager-header h2{
    color: #fff;
    font-size: 42px;
}
.pager-header p{
    color: #ddd;
}

/*Breadcrumb */
.breadcrumb{
    background-color: transparent;
    padding: 0;
}
.breadcrumb li{}
.breadcrumb li a{
    font-weight: 600;
    color: #ddd;
    font-family: "Jost",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb li a:hover{
    text-decoration: none;
}
.breadcrumb .active{
    color: #9521d1;
    font-weight: 600;
    font-family: "Jost",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

/*404 Error Section*/
.error-section{}
.error-content h2{
    font-size: 120px;
}

/* ==========================================================================
   16.0 CTA Section
   ========================================================================== */
.cta-section{
    background-image: url(../img/cta-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
    min-height: 300px;
    
}
.cta-section .cta-content h2{
    color: #fff;
    font-size: 42px;
}
.cta-section .cta-content p{
    color: #ddd;
}
/* ==========================================================================
   17.0 Gallery Section
   ========================================================================== */
.gallery-items .col-lg-4{
    padding: 15px;
}
.gallery-filter{
    width: 100%;
}
.gallery-filter li{
    margin-right: 10px;
    display: inline-block;
    font-size: 15px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    background-color: #f7f7f7;
    border: 1px dashed #ddd;
    padding: 10px 20px;
    border-radius: 2px;
    cursor: pointer;
}
.gallery-filter li.active{
    background-color: #9521d1;
    color: #fff;
}
.gallery-wrap{
    position: relative;
    overflow: hidden;
}
.gallery-wrap img{
    width: 100%;
}
.gallery-wrap .hover{
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}
.gallery-wrap .hover a{
    background-color: #9521d1;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.gallery-wrap:hover .hover{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   18.0 Blog Section
   ========================================================================== */
.blog-section{}
.blog-items{
    padding-right: 20px;
}
.left-sidebar .blog-items{
    border-right: none;
    border-left: 1px solid #ddd;
    padding-right: 0;
    padding-left: 10px;
}
.blog-post{
    transition: all 0.3s ease;
}
.blog-post img{
    width: 100%;
}
.blog-post:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}
.blog-content{
    background-color: #fff;
    padding: 40px 30px;
}
.blog-post .blog-content h3{
    font-weight: 600;
    font-size: 22px;
}
.blog-post .blog-content a{
    color: #282828;
}
.blog-post .blog-content a:hover{
    opacity: 0.8;
}
span.date{
    font-family: "Jost",sans-serif;
    color: #999;
    font-weight: 500;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}
.blog-post .blog-content .post-meta{
    font-weight: 500;
    font-size: 14px;
    color: #282828;
    letter-spacing: -0.2px
}
.blog-post .blog-content .post-meta:hover{
    opacity: 0.8;
    text-decoration: none;
}





.blog-posth{
    transition: all 0.3s ease;
    text-align: center;
    background: #ffff;
}
.blog-posth img{
    width: 120px;
    height: auto;
}
.blog-posth:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}
.blog-contenth{
    background-color: #fff;
    padding: 8px 20px;
}
.blog-posth .blog-contenth h3{
    font-weight: 600;
    font-size: 22px;
}
.blog-posth .blog-contenth a{
    color: #3c1eb5;
}
.blog-posth .blog-contenth a:hover{
    opacity: 0.8;
}
span.dateh{
    font-family: "Jost",sans-serif;
    color: #3c1eb5;
     font-size: 15px;
    display: block;
    margin-bottom: 5px;
}
.default-plan {
border: 1px solid #18b35c;
    color: #18b35c;
    display: inline-block;
    padding: 5px 45px;
    border-radius: 24px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0.5em;
    margin-bottom: 1em;	
}
.default-plan:hover {
    background-color: #18b35c;
    color: #fff;
}
.blog-contenth span{
     color: #3c1eb5;
}

.blog-posth .blog-contenth .post-metah{
    font-weight: 500;
   opacity: 1;
    font-size: 32px;
    text-decoration: none;
    color: #3c1eb5;
    letter-spacing: -0.2px
}
.blog-posth .blog-contenth .post-metah:hover{
    opacity: 0.8;
    text-decoration: none;
}

/*Blog List*/
.list-items .blog-post{
    border: 1px solid #eee;
    margin: 0;
    margin-bottom: 15px;
}
.list-items .blog-post img{
    margin-bottom: 0;
}
.list-items .blog-post .col-md-6:first-child{
    padding-left: 0;
}
.list-items .blog-post .blog-content{
    padding: 34px 0;
}





/*Single Post Style*/
.single-post{}
.single-post img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.single-post h2{
    font-weight: 600;
    font-size: 38px;
}
.single-post .meta-info{
    margin-bottom: 25px;
}
.single-post .meta-info span{
    font-family: "Jost",sans-serif;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 15px;
}
.single-post .meta-info a{
    font-weight: 800;
    color: #555;
}
.single-post .meta-info i{
    color: #555;
}

/*Social Share*/
.share-wrap{
    margin-top: 25px;
    margin-bottom: 50px;
    width: 100%;
}
.share-wrap h4{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
}
.share-icon{
    display: inline-block;
}
.share-icon li{
    display: inline-block;
    margin-right: 10px;
}
.share-icon i{
    margin-right: 5px;
}
.share-icon li:nth-child(1) a{ background-color: #3B5998; }
.share-icon li:nth-child(2) a{ background-color: #1DCAFF; }
.share-icon li:nth-child(3) a{ background-color: #DB4A39; }
.share-icon li:nth-child(4) a{ background-color: #e4405f; }
.share-icon li:nth-child(5) a{ background-color: #0077B5; }
.share-icon li a{
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 600;
}
.share-icon li a:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}

/*Comments Style*/
.comments-wrapper{
    width: 100%;
}
.comments-wrapper h4{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}

.comments-list {
	margin-top: 30px;
	margin-left:2em;
	position: relative;
    margin-bottom: 50px;
    
}

/*Lines Details*/
 

.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
	content: '';
	width: 60px;
	height: 2px;
	background: #eee;
	position: absolute;
	top: 25px;
	left: -55px;
}


.comments-list li {
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
 	width: 28%;
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.reply-list {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
}
/*Avatar*/
.comments-list .comment-avatar {
width: 30px;
    height: 39px;
    font-size: 52px;
    position: relative;
    z-index: 99;
    top: 63px;
    left: 3px;
    float: left;
    border: none;
}

.comments-list .comment-avatar img {
	width: 100%;
	height: 100%;
}

.reply-list .comment-avatar {
	width: 50px;
	height: 50px;
}

.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}

/*Comment List*/
.comments-list .comment-box {
	width: 95%;
	float:left;
	margin-right:10px;
 	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	border-radius:5px;
}

 

.reply-list .comment-box {
	width: 665px;
}
.comment-box .comment-head {
	background: #9521d1;
	padding: 10px 12px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
	float: right;
	margin-left: 14px;
	position: relative;
	top: 2px;
	color: #A6A6A6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
	color: #03658c;
}

.comment-box .comment-name {
	color: #283035;
    font-size: 18px;
    font-weight: 600;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

.comment-box .comment-name a {
	color: #fff;
}

.comment-box .comment-head span {
	float: left;
	color: #999;
	font-size: 13px;
	position: relative;
	top: 1px;
}

.comment-box .comment-content {
	background: #9521d1;
	text-align:left;
	padding: 12px;
	font-size: 15px;
	color: #e1d8d8;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {color: #03658c;}
.comment-box .comment-name.by-author:after {
	content: 'autor';
	background: #03658c;
	color: #FFF;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 600;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comment-content span{
font-size: 34px;
    display: block;
    color: #fff;
    padding: 10px 6px;
}




.comment-box .comment-headv {
	background: #fff;
	padding: 10px 12px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.comment-box .comment-headv i { 
    font-size: 38px;
     margin: 0 auto;
    color: #0ecf52;
     -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.comment-box .comment-headv i:hover {
	color: #03658c;
}

.comment-box .comment-namev {
	color: #283035;
    font-size: 18px;
    font-weight: 600;
     margin-right: 10px;
	 text-align:center;
    margin-bottom: 0;
}

.comment-box .comment-namev a {
	color: #fff;
}

.comment-box .comment-headv span {
	float: left;
	color: #999;
	font-size: 13px;
	position: relative;
	top: 1px;
}

.comment-box .comment-contentv {
	background: #fff;
	text-align:center;
	padding: 17px 12px;
	font-size: 26px;
    color: #1a1919;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.comment-box .comment-namev.by-authorv, .comment-box .comment-namev.by-authorv a {color: #03658c;}
.comment-box .comment-namev.by-authorv:after {
	content: 'autor';
	background: #03658c;
	color: #FFF;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 600;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comment-contentv span{
font-size: 34px;
    display: block;
    color: #fff;
    padding: 10px 6px;
}
.cheapbg h2{
color:#fff;
}


/*Comment Form*/
.comment-form h4{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}
.comment-form .form-control{
    border: 1px solid #ddd;
    border-radius: 0;
    height: 45px;
    background-color: transparent;
}
.comment-form .form-control.message{
    height: 150px;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}

/* ==========================================================================
   19.0 Sidebar Section
   ========================================================================== */
.sidebar-wrap{
    padding-left: 10px;
}
.left-sidebar .sidebar-wrap{
    padding-right: 10px;
    padding-left: 0;
}
.sidebar-widget h4{
    font-weight: 500;
    font-size: 22px;
    color: #282828;
    margin-bottom: 25px;
}
.search-form{
    position: relative;
    margin-left: -2px;
}
.search-form .form-control{
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    clear: #282828;
    height: auto;
    padding: 10px 20px;
    border-radius: 3px;
    padding-right: 60px;
}
.search-form .search-btn{
    background-color: transparent;
    font-size: 24px;
    color: #888;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
}
.search-form .search-btn:focus,
.search-form .search-btn:hover{
    opacity: 1;
}
.search-form input::-webkit-input-placeholder{
    color: #888 !important;
}
.search-form input:-moz-placeholder{ /* Firefox 18- */
    color: #888 !important;  
}
.search-form input::-moz-placeholder{  /* Firefox 19+ */
    color: #888 !important;  
}
.search-form input:-ms-input-placeholder{  
    color: #888 !important;  
}

/*Category List*/
.cat-list{
    margin-top: -10px;
}
.cat-list li a{
    font-weight: 500;
    font-size: 15px;
    color: #282828;
    letter-spacing: -.4px;
    line-height: 36px;
    font-style: normal;
}
.cat-list li span{
    font-family: "Jost",sans-serif;
    font-weight: 600;
    color: #bbb;
    margin-left: 5px;
    font-size: 10px;
}

/*Recent Posts*/
.recent-posts{}
.recent-posts li{
    position: relative;
    padding-left: 90px;
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-bottom: 15px;
}
.recent-posts li a{
    color: #555;
}
.recent-posts li a:hover{
    opacity: 0.8;
}
.recent-posts li img{
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}
.recent-posts li img:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}
.recent-posts li h4{
    text-transform: inherit;
    margin-bottom: 0;
    display: block;
    font-size: 15px;
}

/*Tags*/
.tags{
    margin: -3px 0;
}
.tags li{
    display: inline-block;
    float: left;
    margin: 3px;
}
.tags li a{
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #555;
    background-color: #ddd;
    padding: 5px 15px;
    border-radius: 3px;
}
.tags li a:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}

/* Pagination 
=============== */
.pagination_wrap{}
.pagination_wrap li{
    display: inline-block;
    margin: 0 5px;
}
.pagination_wrap li a{
    border: 1px solid #ddd;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #555;
    font-weight: 600;
}
.pagination_wrap li a:hover{
    opacity: 1;
    text-decoration: none;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}
.pagination_wrap li a.active{
    background-color: #9521d1;
    border: 1px solid #9521d1;
    color: #fff;
}

/* ==========================================================================
   20.0 Contact Section
   ========================================================================== */
.contact-section{
    position: relative;
    z-index: 1;
}
.contact-wrap{
    background-color: #dbdfed;
    padding: 80px 50px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    margin-top: 110px;
    border-radius: 5px;
}

.contact-wraps{
    background-color: #dbdfed;
    padding: 15px 15px;
    box-shadow: 0px 16px 28px 0px rgb(0 0 0 / 15%);
    margin-top: 10px;
    border-radius: 5px;
}
.contact-section h3{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
}
.contact-info ul li{
    line-height: 40px;
    display: flex;
    align-items: center;
}
.contact-info ul li i{
    margin-right: 10px;
    color: #999;
    font-size: 20px;
}
.contact-info ul li{
    font-family: "Jost",sans-serif;
    font-weight: 500;
    font-size: 17px;
}

/*Contact Form*/
.contact-form .form-control{
    border: 1px solid #ddd;
    border-radius: 0;
    height: 45px;
    background-color: #fff;
}
.contact-form .form-control.message{
    height: 150px;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}
/*Google Map*/
#google_map{
    width: 100%;
    height: 350px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* ==========================================================================
   21.0 Footer Section
   ========================================================================== */
.footer-section{
    display: block;
    background-color: #000;
    border-top: 1px solid #333;
 	padding: 6px 0;
    text-align: center;
}
.footer-section .copyright{
    font-size: 15px;
    color: #ddd;
}  
.footer-social{
    display: block;
    text-align: right;
}
.footer-social li{
    display: inline-block;
}
.footer-social li a{
    color: #ddd;
    font-size: 15px;
    margin-left: 20px;
}
.footer-social li a:hover{
    color: #9521d1;
}

/* ==========================================================================
   22.0 Scroll To Top
   ========================================================================== */
#scroll-to-top{
    background-color: #9521d1;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    border-radius: 50%;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #18b35c;
    color: #fff;
}






.rwd-table {
  margin: auto;
  min-width: 300px;
  width: 100%;
  border-collapse: collapse;
}

.rwd-table i {
    color: #03305d;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 600;
    transition: .4s;
    position: relative;
    margin-left: 0.3em;
}

.rwd-table tr:first-child {
  border-top: none;
  background:  #18b35c;
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}


.main-head {
	background: #0D1440;
	box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
	padding: 1rem;
	margin-bottom: 0;
	margin-top: 5rem;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 4px;
	font-size: 16px;
}

.pricing-table {
	background: #fff;
	box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
	padding: 2rem;
	border-radius: 4px;
	transition: .3s;
	margin-top:1em;
}
.pricing-table:hover{
transform: translateY(-10px);
    -webkit-box-shadow: 0 5px 12px #c1c1c1;
    box-shadow: 0 5px 12px #c1c1c1;
}

.pricing-table:hover {
	box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .15);
}

.pricing-table .pricing-label {
	border-radius: 2px;
	padding: .25rem .5rem;
	margin-bottom: 1rem;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}

.pricing-table h2 {
	color: #3b3b3b;
	font-size: 24px;
	font-weight: 500;
}

.pricing-table h5 {
	color: #B3B3B3;
	text-align:center;
	font-size: 14px;
	font-weight: 400;
}

.pricing-table .pricing-features {
	margin-top: 2rem;
}

.pricing-table .pricing-features .feature {
	font-size: 14px;
	margin: .5rem 0;
	color: #B3B3B3;
}

.pricing-table .pricing-features .feature span {
	display: inline-block;
	float: right;
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table 	.price-tag {
	margin-top: 1rem;
	text-align: center;
	font-weight: 500;
}

.pricing-table .price-tag .symbol {
	font-size: 24px;
}

.pricing-table .price-tag .amount {
	letter-spacing: -2px;
	font-size: 44px;
}

.pricing-table .price-tag .after {
	 font-weight: 500;
}

.pricing-table .price-button {
	display: block;
	color: #fff;
	margin-top: 2rem;
	padding: .75rem;
	border-radius: 2px;
	text-align: center;
	font-weight: 500;
	transition: .3s;
}

.pricing-table .price-button:hover {
	text-decoration: none;
}



.pricing-tablehome {
	background: #fffffff7;
	box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
	padding: 2rem;
	border-radius: 4px;
	transition: .3s;
	margin-top:1em;
}
.pricing-tablehome:hover{
transform: translateY(-10px);
    -webkit-box-shadow: 0 5px 12px #c1c1c1;
    box-shadow: 0 5px 12px #c1c1c1;
}

.pricing-tablehome:hover {
	box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .15);
}

.pricing-tablehome .pricing-label {
	border-radius: 2px;
	padding: .25rem .5rem;
	margin-bottom: 1rem;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}

.pricing-tablehome h2 {
	color: #3b3b3b;
	font-size: 24px;
	font-weight: 500;
}

.pricing-tablehome h5 {
	color: #B3B3B3;
	text-align:center;
	font-size: 14px;
	font-weight: 400;
}

.pricing-tablehome .pricing-features {
	margin-top: 1rem;
}

.pricing-tablehome .pricing-features .feature {
	font-size: 18px;
	margin: .5rem 0;
	color: #B3B3B3;
}

.pricing-tablehome .pricing-features .feature span {
	display: block;
    width: 100%;
     color: #3b3b3b;
    font-weight: 500;
}

.pricing-tablehome 	.price-tag {
	 text-align: center;
	font-weight: 500;
}

.pricing-tablehome .price-tag .symbol {
	font-size: 24px;
}

.pricing-tablehome .price-tag .amount {
	letter-spacing: -2px;
	font-size: 44px;
}

.pricing-tablehome .price-tag .after {
	 font-weight: 500;
}

.pricing-tablehome .price-button {
	display: block;
	color: #fff;
	margin-top: 2rem;
	padding: .75rem;
	border-radius: 2px;
	text-align: center;
	font-weight: 500;
	transition: .3s;
}

.pricing-tablehome .price-button:hover {
	text-decoration: none;
}


.purplehome .pricing-label {
 	color: #627afe;
	width: 100%;
     text-align: center;
    font-size: 26px;
}

.purplehome .price-tag {
	color: #627afe;
}

.purplehome .price-button {
	background: #627afe;
}

.purplehome .price-button:hover {
	background: #546dfe;
}

.purple .pricing-label {
 	color: #627afe;
	width: 100%;
     text-align: center;
    font-size: 26px;
}

.purple .price-tag {
	color: #627afe;
}

.purple .price-button {
	background: #627afe;
}

.purple .price-button:hover {
	background: #546dfe;
}

.turquoise .pricing-label {
 	color: #44cdd2;
	width: 100%;
     text-align: center;
    font-size: 26px;
}

.turquoise .price-tag {
	color: #44cdd2;
}

.turquoise .price-button {
	background: #44cdd2;
}

.turquoise .price-button:hover {
	background: #2dbcc4;
}

.red .pricing-label {
 	color: #ff5e5e;
	width: 100%;
     text-align: center;
    font-size: 26px;
}

.red .price-tag {
	color: #ff5e5e;
}

.red .price-button {
	background: #ff5e5e;
}

.red .price-button:hover {
	background: #f23c3c;
}
 
 
 
 
 
 
 
 
 #heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f1ad"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f19c"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f087"
}

#progressbar #complete:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}



button.accordion {
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

button.accordion:after {
  font-family: FontAwesome;
  content: "\f150";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
}

button.accordion.is-open:after {
  content: "\f151";
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #18b25c;
    color: #fff;
}

.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
