/*
Typography
=========================== */
html,body {
    width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x:hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size:14px;
    line-height:24px;
    color:#6f6f6f;
}

a{
    color: #6f6f6f;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #62097f;
    margin: 0 0 3px 0;
    letter-spacing: 1px;
    font-weight: bold;
}

h1{
    font-size:48px;
	    font-size: 36px;
    line-height:52px;
	font-family: "Teko", sans-serif;
}

h2{
    font-size:36px;
    line-height:48px;
	font-family: arial;
}

h3{
        font-size: 23px;
    text-transform: uppercase;
    line-height: 36px;letter-spacing:1px;
}

h4{
    font-size:24px;
    line-height:30px;
}

h5{
    font-size:18px;
    line-height:24px;
}

h6{
    font-size:14px;
    line-height:18px;
}

p{
    margin-bottom:20px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000000;
    text-align: justify;
    padding: 6px;
    font-weight: normal;
}
.section{
    padding: 70px 0;
    position: relative;
}

/*
Navbar Adjusment
=========================== */
/* Navbar Atribute ------*/
.attr-nav > ul > li > a{
    padding: 28px 15px;
}

ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}

@media (min-width: 1024px) {
    /* Navbar General ------*/
    nav.navbar ul.nav > li > a{
        padding: 30px 15px;
        font-weight: 300;
    }
    
    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 50px;
    }

    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
          width: 400px;
    margin-top: -10px;
    }
    
    nav.navbar li.dropdown ul.dropdown-menu{
        border-top: solid 5px;
    }
    
    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand{
        margin: 0 !important;
    }
    
    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand{
        margin: 10px !important;
    }
    
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand{
        position: relative;
        top: -15px;
    }
    
    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand{
        margin-bottom: 50px;
    }
    
    nav.navbar-sidebar ul.nav > li > a{
        padding: 10px 15px;
        font-weight: bold;
    }
    
    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white{
        background-color: rgba(255,255,255,0.3);
        border-bottom: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #555;
    }
    
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav{
        border-left: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #555;
    }
    
    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a{
        color: #eee;
    }
}

@media (max-width: 992px) {
    /* Navbar General ------*/
    nav.navbar .navbar-brand{
        margin-top: 0;
        position: relative;
        top: -2px;
    }
    
    nav.navbar .navbar-brand img.logo{
           
          width: 225px;
    margin-left: 13px;
 
    margin-top: -5px;
}
    }
    
    .attr-nav > ul > li > a{
        padding: 16px 15px 15px;
    }
    
    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav > li > a{
        padding: 15px 15px;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a{
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    /* Navbar Full ------*/
     nav.navbar-full .navbar-brand{
        top: 0;
        padding-top: 10px;
    }
}

/* Navbar Inverse
=================================*/
nav.navbar.navbar-inverse{
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right{
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a{
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6{
    color: #fff;
}

nav.navbar.navbar-inverse .form-control{
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav > ul > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu{
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li{
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list > li img{
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total{
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul > li > a{
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu{
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a{
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content{
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a{
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav > li > a{
    border:none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu{
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle{
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu{
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu{
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a{
        color: #3f3f3f;
    }
}
@media (max-width: 992px)  {
    nav.navbar.navbar-inverse .navbar-toggle{
        color: #eee;
        background-color: #222 !important;
    }
    
    nav.navbar.navbar-inverse .navbar-nav > li > a{
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu  > li > a{
        color: #999;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title{
        border-bottom: solid 1px #303030;
        color: #eee;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a{
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul{
        border-top: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse{
        background-color: #222;
    }
}

@media (max-width: 767px)  {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav{
        border-top: solid 1px #222;
    }
}

/*
Color
=========================== */
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
.attr-nav > ul > li > a:hover,
.attr-nav > ul > li > a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
    color: #000000;
	    background: #fe9b4c;
		font-size:12px;
text-align:center;
}
nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu  > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a{
    color: #000000 !important;
	    background-color: #fe9b4c;
}

@media(max-width:920px){
    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover{
        color: #f43438 !important;
    }
}

/*
Border
=========================== */
ul.cart-list > li.total > .btn{
    border-color: #f43438;
}

nav.navbar li.dropdown ul.dropdown-menu{
border-top-color: #fe9b4c !important;}

/*
Background
=========================== */
ul.cart-list > li.total > .btn,
.attr-nav > ul > li > a span.badge,
nav.navbar .share ul > li > a:hover,
nav.navbar .share ul > li > a:focus{
    background-color: #f43438;
}

ul.cart-list > li.total > .btn:hover,
ul.cart-list > li.total > .btn:focus{
    background-color: #dc3236 !important;
}






.hm_contact_form {
   position: relative;
    padding: 20px;
    /* box-shadow: 8px 14px 38px rgba(51, 63, 76, 0), 1px 3px 8px rgba(6, 6, 6, 0.23); */
    /* border: 1px solid transparent; */
    /* background-color: #FFFFFF; */
    background-image: linear-gradient(180deg, #e7f80a 0%, #e20305 50%, #ec0000 100%);
	background-image: linear-gradient(180deg, #fe9b4c 0%, #fe9b4c 50%, #86201e 100%);
    background-image: linear-gradient(180deg, #FF5722 0%, #FF5722 50%, #f9d900 100%);	
	    background-image: linear-gradient(180deg, #FF5722 0%, #FF5722 50%, #ff5200 100%);
		background-image: linear-gradient(180deg, #562313 0%, #250c04 50%, #573322 100%);
		    background-image: linear-gradient(180deg, #fe9b4c 0%, #fe9b4c 50%, #86201e 100%);
			    background-image: linear-gradient(to right, #fe6e01, #d3075a);
	}

.hm_contact_form h2.title1 {
    background-color: #03020a;
    padding: 10px 20px;
    margin: 0px -27px;
	color:#fff;
}

.hm_contact_form h2.title1 {
    background-color: #181515;
    padding: 10px 20px;
    margin: 0px -27px;
    color: #ffffff;
}

.hm_contact_form_1 {
	position: relative;
	padding: 20px;
	background-color: #2a2964;
}
.label_space {
	display: block;
	margin-bottom: 10px;
}
.form_row {
	margin-top: 10px;
}
.form_row label:not(.orderby_label) {
	float: left;
	display: block;
	width: 25%;
	color: #999;
	line-height: 39px;
}
.form_row .orderby_label {
	float: left;
	width: 75%;
}
.form_row > span {
	display: inline-block;
}
.form_row label.error {
	color: #e74c3c;
	margin-bottom: 0;
	width: 75%;
	float: right;
	font-size: 13px;
}
.form_row .hm_input_text {
	border-radius: 4px;
	color: #324545;
        box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.2);
	font-weight: 600;
	width: 100%;
}
.form_row .hm_textarea {
	color: #324545;
	min-height: 90px;
	width: 100%;
	resize: none;
}
.form_row #form-messages {
	margin-left: 25%;
}
.form_row input[type="radio"]:first-of-type, .form_row input[type="checkbox"]:first-of-type {
	margin-left: 0;
}
.form_row input[type="radio"], .form_row input[type="checkbox"] {
	display: inline-block;
	margin: 3px 5px 4px 15px;
}
.full_contact_form .form_row label {
	float: none;
	width: 100%;
}
.full_contact_form #form-messages {
	margin-left: 0;
}
.bg_gray .form_row label {
	color: #888;
}
.full_contact_form .form_row .hm_input_text, .full_contact_form .form_row .hm_textarea, .full_contact_form .form_row select, .form_row input[type="file"] {
	width: 100%;
}
.full_contact_form .form_row button, .full_contact_form .form_row input[type="submit"] {
	margin-left: 0;
	max-width: 100%;
}
.hm_requires_star {
	color: #e74c3c;
}
.my_col_half label.error, .full_contact_form label.error {
	float: none;
}
.form_row:first-child {
	margin-top: 0;
}
#form-messages.send_success {
	border: 2px solid #44a244;
	color: #555;
	padding: 14px 20px 15px;
}
.form_row button, .form_row input[type="submit"] {
	margin-left: 0;
	max-width: 59%;
}
.full_button {
	width: 100%;
}
.form_loader {
	background: url("img/camera-loader.gif") no-repeat center center rgba(255, 255, 255, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.title1 {
    color: #E3106C;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 13px;
    font-family: "Oswald", "Open Sans", sans-serif;
    line-height: 33px;
}

.title1 {
    color: #E3106C;
    font-size: 21px;
    font-weight: 400;
    margin: 0 0 13px;
    font-family: "Oswald", "Open Sans", sans-serif;
    line-height: 33px;
}

.button.button-3d:hover {
    background-color: #89838a    !important;
    opacity: 0.9;
}
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px 5px 5px 0px;
    border-radius: 25px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    border: 2px solid black;
    line-height: 40px;
    border: 2px solid springgreen;
    background-color: #1e1503;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 20px rgb(255, 255, 255);
}
}


.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px 5px 5px 0px;
    border-radius: 25px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    border: 2px solid black;
    line-height: 40px;
    border: 2px solid springgreen;
    background-color: #1e1503;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 20px rgb(255, 255, 255);
}


.progress-title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    margin: 0 0 15px;
}
.progress{
    height: 26px;
    background: rgba(0,0,0,0.1);
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0px;
    overflow: visible;
    position: relative;
}
.progress .progress-bar{
    box-shadow: none;
    border-radius: 0;
    position: relative;
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes,animate-positive 1s;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes,animate-positive 1s;
}
.progress-bar .progress-value{
    width: 50px;
    height: 100%;
    background: #000;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    line-height: 27px;
    top: 0;
    left: 0;
}
.progress:after,
.progress .progress-bar:after,
.progress .progress-value:after{
    content: "";
    border-left: 13px solid rgba(0,0,0,0.1);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position: absolute;
    top: 0;
    right: -13px;
}
.progress.red .progress-bar:after{ border-left-color: #d9534f; }
.progress .progress-value:after{ border-left: 13px solid #000; }
.progress.blue .progress-bar:after{ border-left-color: #5bc0de; }
.progress.yellow .progress-bar:after{ border-left-color: #f0ad4e; }
.progress.green .progress-bar:after{ border-left-color: #5cb85c; }
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive{
    0%{ width: 0; }
}



.box {
    background: #f3f3f3;
    font-family: 'Sen', sans-serif;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}
.box:hover{
    box-shadow: 0 0 20px -5px rgba(247,126,56,0.5);
    border-radius: 10px;
}
.box:before{
    content: "";
    background:rgba(255,255,255,0.5);
    width: 100%;
    height: 100%; 
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition:all 0.5s;
}
.box:hover:before{ transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); }
.box img{
    width: 100%;
    height: auto;
    opacity: 0.95;
    transition: all 0.5s;
}
.box:hover img{
    opacity: 0.6;
    transform: rotate(10deg) scale(1.5);
}
    .box .box-content {
    color: #fff;
    background: linear-gradient(to right,transparent,rgb(0, 0, 0),rgba(255, 255, 255, 0.2));
    text-align: right;
    border-right: 3px solid #fff;
    padding: 5px 10px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right center;
    position: absolute;
    bottom: 10px;
    right: 15px;
    transition: all 0.4s cubic-bezier(0.6, -0.1, 0.735, 0.045);

}
.box .box-content{
    opacity: 1;
    transform: scaleX(1);
}
.box .title{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
    margin: 0;
}
.box .post{
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: scale(0);
    position: absolute;
    top: 15px;
    left: 15px;
    transition: all 0.4s cubic-bezier(0.6, -0.1, 0.735, 0.045);
}
.box:hover .icon{
    opacity: 1;
    transform: scale(1);
}
.box .icon li{ margin: 0 0 10px; }
.box .icon li a{
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 33px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
    display: block;
    transition: all 0.3s;
}
.box .icon li a:hover{
    background: #f77e38;
    border-radius: 0;
}
@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}
.title{color:white;}











.demo{
    background: linear-gradient(to right ,#f33963 ,#ff735b);background: linear-gradient(to bottom, #800000 0%, #8d2220 100%);
}
.top-icon,
.top-icon, .bottom-icon {
    display: block;
    font-size: 70px;
    color: #1b0441;
    text-align: center;
    margin: 0 auto;
}
.testimonial{
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right ,#ff735b ,#f33963);
background: linear-gradient(to right ,#83080700 ,#82060600);
    color: #fdfeff;
    z-index: 1;
}

.demo {
  background: linear-gradient(to bottom, #fffafa 0%, #ffffff 100%);
}
.testimonial:after{
    content: "";
    width: 150px;
    height: 107%;
    background: #83080700;
    position: absolute;
    top: -20px;
    left: -60px;
    transform: matrix(1, 0, 0.5, 1, 150, 0);
    z-index: -1;
}
.testimonial .pic{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 10px 25px 0 0;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content{
    width: 70%;
    float: right;
    padding: 30px 0;
}
.testimonial .testimonial-title{
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.testimonial .description{
    font-size: 18px;
    line-height: 26px;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #1ec4f3;
}
.owl-theme .owl-controls .owl-page:active span{
    color: #1ec4f3;
}
@media only screen and (max-width: 767px){
    .testimonial{
        text-align: center;
    }
    .testimonial .pic{
        float: none;
        margin: 20px auto 0;
    }
    .testimonial .testimonial-content{
        width: 100%;
        float: none;
        padding: 20px 0;
    }
    .testimonial .description{
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px){
    .testimonial{ padding: 0 20px; }
    .testimonial .testimonial-title{
        font-size: 22px;
    }
}








/*Footer*/
#footer {
    background: #ff4700;
    padding: 70px 0 0;
	background: linear-gradient(to right, #ee0979, #ff6a00);

    position: relative;
    z-index: 1;
}
.footer_img{
	background-image:url(../images/new_slider02.jpg);
	background-blend-mode: multiply;
	-webkit-background-size: cover;
	background-size: cover;
}
#footer-widgets .widget .widget-title {
    font-size: 1.428em;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
	
}
#footer-widgets .widget .widget-title {
    margin-bottom: 36px;
    color: #fff;
}
#sidebar .widget .widget-title > span:after, #sidebar .widget .widget-title > span:after, #footer-widgets .widget .widget-title > span:after, #footer-widgets .widget .widget-title > span:after {
    width: 0;
    height: 1px;
    background-color: #585252;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
}
#footer-widgets .widget {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    color: #979797;
}
#footer-widgets .widget:first-child {
    margin: 0;
}
#footer-widgets .widget .widget-title > span {
    display: block;
    position: relative;
	 padding-bottom: 12px;
	 color:#fff;
}

.margin-top-5 {
    margin-top: 5px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
 #footer-widgets .widget ul {
    margin: 0;
    list-style: none;
	padding:0;
}
#footer-widgets .widget.widget_links ul.col2 li {
    width: 50%;
    float: left;
    padding: 0 0 12px;
}
#footer-widgets .widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    padding-left: 0px;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}
#footer-widgets .widget.widget_links ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}
#footer-widgets .widget.widget_links ul li a:before {
    content: "\f101";
}
#footer-widgets .widget.widget_links ul li a:before {
    color: #fe9b4c;
}
#footer-widgets .widget.widget.widget_information ul li {
    position: relative;
    padding: 0;
    border: 0;
    margin-bottom: 5px;
}
 #footer-widgets .widget.widget.widget_information ul .hl {
    font-weight: bold;
    width: 20%;
    float: left;
}
#footer-widgets .widget.widget.widget_information ul .text {
    width: 80%;
    float: left;
}
#footer-widgets .widget {
    position: relative;
    z-index: 1;
       margin-top: -22px;
    color: #FFF;
}
#footer-widgets .widget.widget_socials .socials a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin-right: 3px;
    margin-bottom: 10px;
    z-index: 1;
}
#footer-widgets .widget.widget_socials .socials a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #eaeaea;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
#footer-widgets .widget.widget_socials .socials a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #0f2644;
    background-color: #07172b;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
	border: Transparent;
    background-color: Transparent;
}
#footer-widgets .widget .widget-title > span::after {
    width: 0;
    height: 1px;
    background-color: #585252;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
	width: 60px;
height: 3px;
background-color: #ffbc13;
}

#footer-widgets .widget.widget_socials .socials a:hover:before {
    background-color: #ffbc13;
    border-color: #ffbc13;
}
.footer-logo{
    margin-bottom: 20px;
	display:inline-block;
}
/* Bottom Bar
-------------------------------------------------------------- */
#bottom { font-size: 0.857em; background-color: #000000; padding: 19px 0; color: #b7b7b7; margin-top:4px; }
#bottom a:hover { color: #fff; }

#bottom .bottom-bar-inner-wrap { display: table; overflow: hidden; width: 100%; }
#bottom .bottom-bar-content { display: table-cell; margin: 0; text-align: left; vertical-align: middle; width: 50%;}
#bottom .bottom-bar-menu { display: table-cell; text-align: right; vertical-align: middle; width: 50%;}
#bottom .bottom-bar-menu li:last-child a { padding-right: 0; }
.wprt-container {
    width: 1170px;
    margin: 0 auto;
    max-width: 90%;
}
#bottom .bottom-bar-content {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}
#bottom .bottom-bar-menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}
#bottom ul.bottom-nav {
    list-style: none;
    margin: 0;
	padding:0;
}
#bottom ul.bottom-nav > li {
    display: inline-block;
}
#bottom ul.bottom-nav > li > a {
    display: block;
    color: #b7b7b7;
    padding: 0 10px;
    position: relative;
}
@media only screen and (max-width: 991px) {
#footer-widgets .widget .widget-title { font-size: 1.142em; margin-bottom: 28px; }
}
@media only screen and (max-width: 767px) {
#footer {    background: linear-gradient(rgb(211, 0, 71) ,rgb(248, 153, 29) 100%); }
	#footer-widgets [class^="col-md-"] .widget:last-child { margin-bottom: 30px; }

	#bottom .bottom-bar-content,
	#bottom .bottom-bar-menu { width: 100%; display: block; text-align: center; padding: 5px 0; }
	
}	




.post-slide{
    margin: 0 15px;
}
.post-slide {
    margin: 0 15px;
    padding: 10px 10px 0px;
    box-shadow: 0 4px 0px #e2e2e2;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img {
    width: 100%;
    height: auto;
    background: #ffffff;
    transform: scale(1);
    border-top: 0px solid #ffffff;
    border: 0px solid #ffffff;
    transition: all 1s ease-in-out 0s;
    padding: 0px;
    box-shadow: 0 4px 16px #e2e2e2;
    /* -webkit-box-shadow: 0 4px 16px #e2e2e2; */
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #FFC107;
    padding: 20px;
}
.post-slide .post-content {
    background: #ffffff;
    padding: 20px;
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #f6af00, #fdaf00);
}
.post-slide .post-title{
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #8a211f;
    text-transform: capitalize;font-family: 'Bebas Neue', cursive;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a {
    display: inline-block;
    color: #262121;
    text-transform: capitalize;
    font-family: 'Bebas Neue', cursive;
    transition: all 0.3s ease 0s;
}

.post-slide .post-description {
    font-size: 15px;
    color: #fff900;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .post-title a:hover {
    color: #f9ff00;
    text-align: center;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .read-more {
    display: inline-block;
    padding: 1px 6px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #86201e;
    border-bottom-right-radius: 5px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .post-title a {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.post-slide .post-title a {
    color: #580977;
    text-align: center;
    text-decoration: none;
	  font-family: "Mukta", sans-serif;
}


.post-slide .read-more {
    display: inline-block;
    padding: 1px 6px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #ff00c8;
    border-bottom-right-radius: 5px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}

.post-slide .read-more {
    display: inline-block;
    padding: 1px 6px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #3a2736;
    border-bottom-right-radius: 5px;
    border-radius: 7px;
    background: #8A2387;
    background: -webkit-linear-gradient(to right, #F27121, #E94057, #8A2387);
    background: linear-gradient(to right, #F27121, #E94057, #8A2387);
    text-transform: capitalize;
    transition: all 0.30s linear;
}

.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}


.ques
{color:white;font-weight:600;}


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f500;
    border-radius: 4px;
	
}

.title {
    color: #fff;
    font-size: 21px;
	font-family: "Mukta", sans-serif;
}

.alaaa a
{
	color:black !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #ffffff !important;
}
.goog-te-gadget-simple {
    background-color: #00000030 !important;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #d5d5d5;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
    *display: inline;
}
.goog-te-gadget-icon {

    background-image: url(https://translate.googleapis.com/translate_static/img/te_ctrl3.gif);
    background-position: -65px 0px;
    background-image: none !important;
    
}
    
.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height:50px;
}

.my-float {
    margin-top: 16px;
}

h2 {
    font-size: 25px;
    color: rebeccapurple;
    line-height: 29px;
    font-family: arial !important;
}

.post-grid.grid-3 .entry {
    width: 360px;
    margin-right: 30px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    background: #ffffff;
    transform: scale(1);
    border-top: 0px solid #ffffff;
    border: 0px solid #ffffff;
    transition: all 1s ease-in-out 0s;
    padding: 0px;
    box-shadow: 0 4px 16px #e2e2e2;
    /* -webkit-box-shadow: 0 4px 16px #e2e2e2; */
    border-left: 1px solid #e2e2e200;
    border-top: 1px solid #e2e2e200;
}
.post-slide .post-content {
    background: #ffffff;
    padding: 20px;
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #f6af00, #fdaf00);
	background: #ED213A;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


.post-slide .post-content {
    background: #ffffff;
    padding: 20px;
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #f6af00, #fdaf00);
    background: #ED213A;
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);
    background: linear-gradient(to right, #ff00d2, #ED213A);
}


.post-slide .post-content {
    text-align: center;
    background: #ffffff;
    padding: 5px;
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #f6af00, #fdaf00);
    background: #ED213A;
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);
    background: linear-gradient(to right, #ff00d2, #ED213A);
}

.post-slide .post-content {
    text-align: center;
    background: #ffffff;
    padding: 5px;
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #f6af00, #fdaf00);
    background: #ED213A;
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);
    background: linear-gradient(to right, #ff00d2, #ED213A);
    background-image: linear-gradient(117deg, rgb(242, 81, 1) 34%, rgb(0, 74, 128) 34%);
}

#footer-widgets .widget.widget_links ul li a:before {
    color: #200122;
}
#footer-widgets .widget.widget_links ul li a:before {
    color: #ff470000;
}

.post-slide .post-content {
    text-align: center;
    background: #ffffff;
    padding: 5px;
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #f6af00, #fdaf00);
    background: #ED213A;
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);
    background: linear-gradient(to right, #ff00d2, #ED213A);
    background-image: linear-gradient(117deg, rgb(242, 81, 1) 34%, rgb(0, 74, 128) 34%) !Important;
	

	    background-image: linear-gradient(117deg, rgb(242, 81, 1) 34%, rgb(242 81 1) 34%) ! Important;
		    background-image: linear-gradient(117deg, rgb(255 255 255) 34%, rgb(255 255 255) 34%) ! Important;
}

#footer {
    background: #ff4700;
    padding: 20px 0 0;
    background: linear-gradient(to right, #ee0979, #024b81);
    position: relative;
    z-index: 1;
	    background-image: linear-gradient(to right, #fe6e01, #d3075a);
		    background-image: linear-gradient(to right, #15053c, #880ca0);
}



.box {
    background: #f3f3f3;
    font-family: 'Sen', sans-serif;
    overflow: hidden;
    position: relative;
    border-radius: 120px;
    transition: all 0.3s;
}

#footer-widgets .widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    padding-left: 0px;
    font-weight: normal !important;
    font-size: 13px !important;
    color: #FFF;
    text-decoration: none;
}


.post-slide {
    margin: 0 15px;
    background: #ffffff;
    padding: 10px 10px 0px;
    box-shadow: 0 4px 0px #e2e2e200;
}
#bottom {
    font-size: 0.857em;
    background-color: #8c0ca4;
    padding: 19px 0;
    color: #b7b7b7;
    margin-top: 4px;
}
#bottom {
    font-size: 0.857em;
    background-color: #ef0f1b;
    padding: 19px 0;
    color: #b7b7b7;
    margin-top: 4px;
}


.our-team{
    text-align: center;
    position: relative;
}
.our-team .pic{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 8px solid #7a4b94;
    margin: 0 auto;
    overflow: hidden;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 20px;
    transition: all 0.3s ease-out 0s;
}
.our-team .social li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #f28a31;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    transform: scale(0);
    transition: all 0.2s ease 0s;
}
.our-team:hover .social li a{ transform: scale(1); }
.our-team:hover .social li a:hover{ background: #7a4b94; text-decoration:none; }
.our-team .team-content{
    padding: 15px 15px 20px;
    background: #7a4b94;
    border-radius: 40px 10px;
    margin-top: -20px;
    color: #fff;
}
.our-team .title{
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.our-team .post{
    display: block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.our-team .description{
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 0;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
@media only screen and (max-width: 359px){
    .our-team .pic{
        width: 150px;
        height: 150px;
    }
    .our-team .social{ top: 20px; }
}

.box {
    background: #da1e8a;
    font-family: 'Sen', sans-serif;
    overflow: hidden;
    position: relative;
    border-radius: 120px;
    transition: all 0.3s;
}

.box {
    background: #3e0760;
    font-family: 'Sen', sans-serif;
    overflow: hidden;
    position: relative;
    border-radius: 120px;
    transition: all 0.3s;
}

#bottom {
    font-size: 0.857em;
    background-color: #000000;
    padding: 19px 0;
    color: #b7b7b7;
    margin-top: 4px;
}

.box {
    background: #000000;
    font-family: 'Sen', sans-serif;
    overflow: hidden;
    position: relative;
    border-radius: 120px;
    transition: all 0.3s;
}

.box {
    background: #ffb100;
    font-family: 'Sen', sans-serif;
    overflow: hidden;
    position: relative;
    border-radius: 120px 13PX;
    transition: all 0.3s;
}

.our-team .team-content {
    padding: 15px 15px 20px;
    background: #f15900;
    border-radius: 40px 10px;
    margin-top: -20px;
    color: #fff;
}
.our-team .pic {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 8px solid #dddddd;
    margin: 0 auto;
    overflow: hidden;
}

.pricingTable{
    color: #fff;
    background: #F2F5F4;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 0 0 30px;
    border-radius: 30px;
}
.pricingTable .pricingTable-header{
    background-color: var(--main-color);
    padding: 30px 0 70px;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.2) inset;
}
.pricingTable .title{
    font-size: 42px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .price-value{
    color: var(--main-color);
    background: #fff;
    font-size: 45px;
    font-weight: 400;
    line-height: 45px;
    width: calc(100% - 60px);
    padding: 5px 0;
    margin: 0 auto;
    border: 1px solid var(--main-color);
    border-radius: 50px;
    transform: translateY(-30px);
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: #222;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 35px;
    padding: 0 15px;
    margin: 0 0 5px;
    border-bottom: 1px solid #222;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricingTable-signup a{
    color: #fff;
    background: var(--main-color);
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    width: calc(100% - 60px);
    padding: 12px 0;
    border-radius: 15px;
    display: inline-block;
    transition: all 0.3s ease;
}
.pricingTable .pricingTable-signup a:hover{
    letter-spacing: 3px;
    text-shadow: -2px 2px 3px rgba(0, 0, 0, 0.6);
     text-decoration:none;
}
.pricingTable.blue{ --main-color: #239EFE; }
.pricingTable.purple{ --main-color: #744EA5; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}

.pricingTable {
    color: #fff;
    background: #ffb100;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 0 0 30px;
    border-radius: 30px;
}

.box {
    background: #ffffff;
    font-family: 'Sen', sans-serif;
    overflow: hidden;
    position: relative;
    border-radius: 120px 13PX;
    transition: all 0.3s;
}

.our-team {
    text-align: center;
    position: relative;
    background: #f15900;
}


.our-team .description {
    padding: 20px;
    background: #fe5e00;
    border-radius: 20px;
    font-size: 16px;
    color: #1e1d1d;
    line-height: 30px;
    margin-bottom: 0;
}
.post-slide .post-content {
    text-align: center;
    background: #ffffff;
    padding: 5px;
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #f6af00, #fdaf00);
    background: #ED213A;
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);
    background: linear-gradient(to right, #ff00d2, #ED213A);
    background-image: linear-gradient(117deg, rgb(242, 81, 1) 34%, rgb(0, 74, 128) 34%) ! Important;
    background-image: linear-gradient(117deg, rgb(242, 81, 1) 34%, rgb(242 81 1) 34%) ! Important;
    background-image: linear-gradient(117deg, rgb(154 9 97) 34%, rgb(194 22 22) 34%) ! Important;
}