@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Sanchez:400,400i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);


.home-table {
    display: table;
    width: 100%;
    height: 100%;
}
/*
=================================================================

Template Name: Resume/CV/Portfolio CMS
Author: IdealDevs
Version: 1.2

====================================================================
*/
/*
====================================================================
able of contents  
====================================================================
BASE CSS
PRELOADER
SECTION TITLE AND SECTION PADDING
HEADER AREA
WELCOME AREA
ABOUT AREA
SERVICES AREA
WORK AREA
Counter AREA
Education and experince area start 
Testimonial Start  
Blog Area Start
CONTACT INFO AREA
FOOTER SECTION
back to top css 
Blog & Blog details Area Start
breadcrumb-area Start
Portfolio Detagils Area Start 
Curve Design CSS Start 
Button CSS Area Start 
===================================================================
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,500,500&display=swap");


/*================================================
BASE CSS
==================================================*/
body {
    font-family: 'Poppins', sans-serif;
    color: #555;
    font-weight: 400;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 500;
    color: #222;
    line-height: 1.2;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

a {
    transition: 0.4s
}

html,
body {
    height: 100%;
    background: #efefef;
}

a:hover {
    text-decoration: none
}
.parallax{
   background-size: cover!important;
   background-position: center!important;
   background-attachment: fixed!important;
   background-repeat: no-repeat!important;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*================================================
PRELOADER
==================================================*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    overflow: hidden;
}

.no-js #loader-wrapper {
    display: none;
}

.home  .owl-carousel .owl-item img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
 .owl-carousel .owl-item img {
    width: auto;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin-reverse .6s linear infinite;
    animation: spin-reverse .6s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

#loader-wrapper .loader-section {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    z-index: 10;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

.client-slider .item {
    display: block;
    text-align: center;
}

.client-slider .item a {
    display: inline-block;
}

.section-padding{
    padding-top: 70px;
}
/*================================================
SECTION TITLE AND SECTION PADDING
==================================================*/

.section-title {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.section-title h2 {
    font-size: 24px;
    display: inline-block;
    line-height: 34px;
    margin-bottom: 0px;
    padding: 10px 20px;
    position: relative;
}


/*================================================
HEADER AREA
==================================================*/
.style {
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.header.style {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.header .navbar-brand {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
}

.header .navbar {
    padding: 0px;
    max-width: 1500px;
    margin: 0 auto;

}

.header .navbar-brand:hover {
    color: #e2e2e2;
}

.header.style .navbar-brand span {
    color: #ff5252;
}

.header .nav-item .nav-link {
    color: #e2e2e2;
    font-weight: 500;
    padding: 15px 0px;
    position: relative;
    margin: 0px 12px;
}

.header .nav-item .nav-link::after {
    position: absolute;
    content: " ";
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #e2e2e2;
    width: 0%;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
}


.header .nav-item .nav-link.active::before,
.header .nav-item .nav-link.active::after,
.header .nav-item .nav-link:hover::before,
.header .nav-item .nav-link:hover::after {
    width: 100%;
    opacity: 1;
}


.header .nav-item.active .nav-link::before,
.header .nav-item.active .nav-link::after,
.header .nav-item:hover .nav-link::before,
.header .nav-item:hover .nav-link::after {
    width: 100%;
    opacity: 1;
}


.header .nav-item .nav-link.active,
.header .nav-item .nav-link:hover {
    color: #e2e2e2;
}

.header .nav-item.active .nav-link,
.header .nav-item:hover .nav-link {
    color: #e2e2e2;
}


.header.style .nav-item .nav-link {
    color: #222;
}

.navbar-light .navbar-toggler {
    border: 0px;
}

.navbar-light .navbar-toggler:focus {
    outline: 0px;
}

/* .header .navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(225, 225, 225, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
} */

.style.header .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 82, 82, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*================================================
WELCOME AREA
==================================================*/
.h-100vh {
    height: 100vh;
}

.text-white {
    color: #fff;
}

.home {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.slider {
    position: absolute;
    z-index: 0;
}

.home-bg {
    background: url(../img/heroarea_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

iframe#mbYTP_bgndVideo {
    transform: scale(1.1) !important;
}

.ytp-ce-element {
    display: none !important;
}

iframe#mbYTP_bgndVideo {
    transform: scale(1.1) !important;
}

span#controlBar_bgndVideo {
    display: none !important;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}


.home .profile-img img {
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    width: 180px;
    height: 180px;
}

.home .name {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px; /* text-shadow: 3px -3px 10px rgba(0, 0, 0, 0.3); */
}

.header_title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.header_title span {
    font-weight: 500;
}


.social_home li a {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    width: 30px;
    text-align: center;
}

.home .ag_title{
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}
.home .ag_subtitle{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}


.scroll_down {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

.scroll_down i {
    position: relative;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    height: 50px;
    width: 30px;
    line-height: 50px;
    border-radius: 30px;
    border: 2px solid #ffffff;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.scroll_down i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    transition: all .2s;
}

.social_home {
    margin-top: 20px;
}

.social_home.list-unstyled li {
    display: inline-block;
}

.envatoPrime_btn:focus {
    color: #fff;
}

.home .mybtn {
    margin-top: 27px;
    display: inline-block;

}


/*================================================
ABOUT AREA
==================================================*/

.about-box {
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.about-content .about-heading {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-area .about-content .info-list {
    margin-left: 0px;
    padding-left: 0px;
}

.about-area .about-content .info-list li {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.about-area .about-content .info-list li .title {
    max-width: 50%;
    flex: 50%;
    font-weight: 500;
    color: #222;
}

.about-area .about-content .info-list li .value {
    max-width: 50%;
    flex: 50%;

}

.about-area .about-content .info-list li .value a {
    color: #555;
}

.about-area .mybtn {
    margin-top: 6px;
}

.skill-area .skill-list .single-skill .label {
    display: flex;
    justify-content: space-between;
    margin-top: -6px;
    margin-bottom: 4px;
}

.skill-box {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 35px 30px 9px;
    margin-bottom: 30px;
}

.edu-box {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 35px 30px 40px;
    margin-bottom: 30px;
    background: #fff;
}

.skill-area .title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 5px;
    font-size: 21px;
    position: relative;
    margin-bottom: 25px;
}

.skill-area .title:before {
    position: absolute;
    content: "";
    width: 110px;
    height: 2px;
    background: #ff5252;
    bottom: -1px;
}

.skill-area .skill-list .single-skill .label span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.skill-area .skill-list .single-skill {
    margin-bottom: 21px;
}

.skill-area .skill-list .single-skill:last-child {
    margin-bottom: 0px;
}

.skill-area .skill-list .single-skill .progress {
    height: 15px;
    border-radius: 0px;
}

.skill-area-circle .skill-list {
    display: flex;
    flex-wrap: wrap;
}

.skill-area-circle .skill-list .single-skill {
    margin-bottom: 19px;
    display: inline-block;
    flex: 50%;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.skill-area-line .skill-box {
    padding-bottom: 39px;
}

.skill-area .skill-list .single-list-ul {
    padding-left: 0px;
    margin-bottom: 18px;
}

.skill-area .skill-list .single-list-ul li {
    list-style: none;
}

.skill-area .skill-list .single-list-ul li p {
    position: relative;
    padding-left: 30px;
}

.skill-area .skill-list .single-list-ul li p::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    top: 1px;
    left: 0px;
    font-size: 18px;
}


/* .progress-bar  */

.progress-circle {
    position: relative;
    height: 100px;
    width: 100px;
    display: inline-block;
}

.progress-circle div {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.progress-circle div span {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    line-height: 80px;
    height: 80px;
    width: 80px;
    left: 10px;
    top: 10px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
}

.progress-circle .background {
    background-color: #b3cef6;
}

.progress-circle .rotate {
    clip: rect(0 50px 100px 0);
}

.progress-circle .left {
    clip: rect(0 50px 100px 0);
    opacity: 1;
    background-color: #b3cef6;
}

.progress-circle .right {
    clip: rect(0 50px 100px 0);
    transform: rotate(180deg);
    opacity: 0;
}

.myclient-area .section-title {
    margin-bottom: 20px;
}

.myclient-area .client-slider .item {
    padding: 10px 15px 20px;
}

.myclient-area .client-slider .item a {
    display: inline-block;
    width: 100%;
    height: 80px;
    text-align: center;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.myclient-area .client-slider .item a img {
    display: inline-block;
}

.myclient-area .client-slider .item a:hover {

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.10);
}


.myclient-area .owl-carousel .owl-controls .owl-nav .owl-prev,
.myclient-area .owl-carousel .owl-controls .owl-nav .owl-next {
    font-size: 12px;
    position: absolute;
    top: -58px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 24px;
    opacity: 1;
    font-weight: 900;
    background: #fff;
    border: 1px solid #ff5500;
    color: #ff5500;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.myclient-area .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.myclient-area .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #ff5500;
    color: #fff;
}

.myclient-area .owl-carousel .owl-controls .owl-nav .owl-prev {
    right: 50px;
}

.myclient-area .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 20px;
}


/*================================================
SERVICES AREA
==================================================*/
#services {
    position: relative;
    margin-bottom: -30px;
}


#services .item {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    padding: 40px 30px 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition:  box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
     transition:  box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
 
}

#services .item:after {
    position: absolute;
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-right: 2px solid #ff8000;
    border-bottom: 2px solid #ff8000;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
}

#services .item:before {
    position: absolute;
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    visibility: hidden;
    border-top: 2px solid #ff8000;
    border-left: 2px solid #ff8000;
    left: 0px;
    top: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
}

#services .item:hover:after {
    width: 40%;
    height: 40%;
    visibility: visible;
}

#services .item:hover:before {
    width: 40%;
    height: 40%;
    visibility: visible;
}


#services .item img {
    width: 65px;
    margin-bottom: 26px;
}

#services .item .title {
    font-size: 18px;
    margin-bottom: 17px;
    font-weight: 500;
}

#services .item p {
    margin-bottom: 0px;
    color: #555;
}

#services .item:hover {
    -webkit-box-shadow:0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
    box-shadow:0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
  
}

.info.service-category .heading{
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}
.info.service-category .heading .title{
    font-size: 18px;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-weight: 500;
    position: relative;
}
.info.service-category .heading .title:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #ff5252;
    bottom: -1px;
}

.info.service-category  .service-list li{
    border-bottom: 1px solid #e7e7e7;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.info.service-category  .service-list li .service{
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 40px;
    color: #555;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.info.service-category  .service-list li .service i{
    color: #777;
    margin-right: 5px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}



/*================================================
WORK AREA
==================================================*/

#portfolio {
    position: relative;
}


#portfolio .s-border {
    margin: 47px 0px 70px;
}

#portfolio .section-title {
    margin-bottom: 30px;
}

.work-inner .mix {
    display: none;
}

ul.work-list {
    list-style: outside none none;
    margin-bottom: 45px;
    padding: 0;
}

ul.work-list li {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: 500;
}

.single-work {
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-work img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.item-hover {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.item-hover .hover-content {
    position: absolute;
    bottom: 0px;
    left: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-work:hover .item-hover {
    background: rgba(0, 0, 0, 0.7);
}

.single-work:hover .item-hover .hover-content {
    bottom: 20px;
    opacity: 1;
}


.work-table {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}

.work-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.hover-content h4,
.hover-content p {
    color: #fff;
    margin: 0;
}

.hover-content h4 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.hover-content p {
    font-weight: 400;
    font-size: 14px;
}

.hover-content a {
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    width: 35px;
    border-radius: 0px;
    margin-right: 7px;
}

.portfolio-category {
    display: block;
    text-align: center;
    margin-bottom: 34px
}

.portfolio-category li {
    display: inline-block;
}

.portfolio-category li a {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 10px 20px;
    margin: 2px 4px;
    background: #fff;
    color: #222;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio-category li:hover a,
.portfolio-category li.active a {
    color: #fff;
}

nav.pagination-nav .pagination {
    display: block;
    text-align: center;
}

nav.pagination-nav .pagination li {
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    overflow: hidden;
    text-align: center;
    margin: 0px 4px;
    color: #222;
    background: #fff!important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

nav.pagination-nav .pagination li a,
nav.pagination-nav .pagination li span,
nav.pagination-nav .pagination li p {
    padding: 0px !important;
    line-height: 35px !important;
    display: block;
    border: 0px !important;
    box-shadow: unset !important;
    border-radius: 50% !important;
    border-radius: 0px !important;
    margin: 0px !important;
    background: #fff!important;
    color: #222;
}

nav.pagination-nav .page-item.active .page-link {
    color: #fff;
}

nav.pagination-nav .page-item:hover .page-link {
    background: #f6f6f6 !important;
}

/*===============================================
Counter AREA
===============================================*/

.counterArea {
    position: relative;
    margin-bottom: -30px;
}


.counterArea .counter_box {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
    padding: 40px 10px 36px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition:  box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    transition:  box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
}

.counterArea .counter_box:hover {
    -webkit-box-shadow:0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
    box-shadow:0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
}

.counterArea .counter_box h2 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 500;
    color: #f44556;
    margin-bottom: 18px;
    display: inline-block;
}

.counterArea .counter_box span {
    font-size: 30px;
    font-weight: 500;
    color: #f44556;
    display: inline-block;
}

.counterArea .counter_box h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.counterArea .counter_box .img {
    margin-bottom: 20px;
}

.counterArea .counter_box .img img {
    max-height: 60px;
}


.counterArea .counter_box:after {
    position: absolute;
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    visibility: hidden;
    border-right: 2px solid #ff8000;
    border-bottom: 2px solid #ff8000;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
}

.counterArea .counter_box:before {
    position: absolute;
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    visibility: hidden;
    border-top: 2px solid #ff8000;
    border-left: 2px solid #ff8000;
    left: 0px;
    top: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
}

.counterArea .counter_box:hover:after {
    width: 40%;
    height: 40%;
    visibility: visible;
}

.counterArea .counter_box:hover:before {
    width: 40%;
    height: 40%;
    visibility: visible;
}


/* ===================================
Education and experince area start 
==========================================*/

#eduandex .title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 13px;
    font-size: 21px;
    position: relative;
    margin-bottom: 30px;
}

#eduandex .title:before {
    position: absolute;
    content: "";
    width: 110px;
    height: 3px;
    background: #ff5252;
    bottom: -2px;
}

#eduandex .education-list .single-education {
    border-left: 3px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding-left: 20px;
    padding-top: 11px;
    padding-bottom: 7px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#eduandex .education-list .single-education::before {
    position: absolute;
    content: "";
    top: -1px;
    left: -9px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ff5252;
}

#eduandex .education-list .single-education::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: -9px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ff5252;
}

#eduandex .education-list .single-education:last-child {
    margin-bottom: 0px;
}

#eduandex .education-list .single-education .collage-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}

#eduandex .education-list .single-education .degree {
    font-size: 15px;
    margin-bottom: 7px;
    color: #82b440;
    font-weight: 500;
}

#eduandex .education-list .single-education .year {
    margin-left: 20px;
    position: relative;
}

#eduandex .education-list .single-education .year::before {
    position: absolute;
    content: "|";
    left: -14px;

}

#eduandex .education-list .single-education .description p {
    margin-bottom: 0px;
}

/*=======================================
Testimonial Start 
==========================================*/
.testimonial{
    margin-bottom: -30px;
}
.testimonial .section-title {
    margin-bottom: 30px;
}

.testimonial .section-heading {
    margin-bottom: 41px;
}

.testimonial .section-heading .title {
    margin-bottom: 20px;
}

.testimonial .testimonial-slider .slider-item {
    padding: 15px;
}

.single-review {
    background: #fff;
    padding: 40px 30px 36px;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition:  box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
     transition:  box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
 
}

.single-review .stars {
    margin-bottom: 8px;
    display: block;
}

.single-review .stars i {
    font-size: 14px;
    color: #ffcc00;
}

.single-review .content p {
    margin-bottom: 0px;
}

.single-review .reviewr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
}

.single-review .reviewr .img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.testimonial .single-review {
    position: relative;
}

.single-review .reviewr .content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.single-review .reviewr .content .name {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0px;
}

.single-review .reviewr .content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}

.single-review:hover {
    -webkit-box-shadow:0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
    box-shadow:0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
}


.testimonial .single-review:after {
    position: absolute;
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-right: 2px solid #ff8000;
    border-bottom: 2px solid #ff8000;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
}

.testimonial .single-review:before {
    position: absolute;
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    visibility: hidden;
    border-top: 2px solid #ff8000;
    border-left: 2px solid #ff8000;
    left: 0px;
    top: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
}

.testimonial .single-review:hover:after {
    width: 40%;
    height: 40%;
    visibility: visible;
}

.testimonial .single-review:hover:before {
    width: 40%;
    height: 40%;
    visibility: visible;
}


/* ============================================
Blog Area Start
================================================ */

#blog {
    position: relative;
}

#blog .section-title {
    margin-bottom: 30px;
}

#blog .reflection-text {
    margin: 10px 0px 2px;
}

#blog .s-top-p {
    padding-bottom: 46px;
}

.blogs .item {
    padding: 15px 15px;
}

.blogs .blog-box {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


.blogs .blog-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.10);
}

.blogs .blog-box .blog-images {
    overflow: hidden;
}

.blogs .blog-box .blog-images img {
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.blogs .blog-box:hover .blog-images img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blogs .blog-box .blog-details {
    padding: 43px 20px 30px;
    text-align: left;
    position: relative;
}

.blogs .blog-box .blog-details .blog-title {
    font-size: 18px;
    line-height: 28px;
    color: #242424;
    margin-bottom: 17px;
    display: block;
    font-weight: 500;
}

.blogs .blog-box .blog-details .post-meta-one {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 14px;
    position: absolute;
    text-align: center;
    top: -20px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10), 0 3px 6px rgba(0, 0, 0, 0.10);
    width: 90%;
    left: 5%;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
}

.blogs .blog-box .blog-details .post-meta-one li {
    display: inline-block;
}

.blogs .blog-box .blog-details .post-meta-one li a {
    color: #555;
    font-size: 14px;
    margin-bottom: 0px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.blogs .blog-box .blog-details .post-meta-one li a i {
    margin-right: 2px;
}

.blogs .blog-box .blog-details .post-meta-one li:first-child {
    margin-right: 10px;
}

.blogs .blog-box .blog-details .post-body {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 22px;
}

.blogs .blog-box .blog-details .postbtn {
    text-align: center;
    margin-top: 10px;
}

.blogs .blog-box .blog-details .postbtn i {
    font-size: 14px;
}



.readmore-btn {
    border-radius: 0px;
    background-color: #007bff;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    width: 100%;
    padding: 4px 0px;
    cursor: pointer;
    display: inline-block;
}

.readmore-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.readmore-btn span:after {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0px;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.readmore-btn:hover span {
    padding-right: 25px;
    color: #fff;
}

.readmore-btn:hover span:after {
    opacity: 1;
    right: 0;
}

/*================================================
CONTACT INFO AREA
==================================================*/



.contact .section-title {
    margin-bottom: 60px;
}

.contact-form .form-group {
    margin-bottom: 15px;
    position: relative;
}

.contact-form .form-group i.fa {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 16px;
}

.home-page-form {
    background: #fff;
    padding: 23px 30px 38px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.google_map_wrapper {
    border: 10px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.form-control {
    padding: 12px 0px;
    font-size: 16px;
    height: auto;
    box-shadow: none !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background-color: transparent;
}

.form-control:focus {
    border-top: none;
    border-left: none;
    border-right: none;
}

textarea.form-control {
    resize: vertical;
    height: 130px;
}

.contact-form .mybtn {
    width: 100%;
}


.contact .single-info {
    padding: 39px 20px 36px;
    margin-bottom: 15px;
    text-align: center;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition:  box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
     transition:  box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
 
}

.info-icon {
    width: 65px;
    height: 65px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 25px;
}

.info-icon.fa {
    font-size: 20px;
}

.single-info h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.single-info p {
    margin-bottom: 0;
}


.contact .single-info:hover {
    -webkit-box-shadow:0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
    box-shadow:0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
}

.contact .cAndm {
    padding-top: 48px;
}

#map {
    width: 100%;
    height: 360px;
}


.contact .single-info:after {
    position: absolute;
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-right: 2px solid #ff8000;
    border-bottom: 2px solid #ff8000;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
}

.contact .single-info:before {
    position: absolute;
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    visibility: hidden;
    border-top: 2px solid #ff8000;
    border-left: 2px solid #ff8000;
    left: 0px;
    top: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
}

.contact .single-info:hover:after {
    width: 40%;
    height: 40%;
    visibility: visible;
}

.contact .single-info:hover:before {
    width: 40%;
    height: 40%;
    visibility: visible;
}


/*================================================
FOOTER SECTION
==================================================*/

.footer {
    position: relative;
    padding-bottom: 70px;
}

.footer p {
    font-size: 16px;
    margin: 0px;
}

.footer .social-link {
    display: block;
    margin: 40px 0px 26px;
}

.footer .social-link ul {
    padding-left: 0px;
    margin-left: 0px;
}

.footer .social-link ul li {
    display: inline-block;
}

.footer .social-link ul li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 50%;
    line-height: 40px;
    margin: 0px 5px;
    display: block;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer .social-link ul li a:hover {
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.10);
}


/*=======================
back to top css 
=========================*/
.back-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    z-index: 999;
    display: none;
    background: #ff5252;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.back-top-btn i {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.back-top-btn:hover i {
    color: #fff;
}


/*==========================================
Blog & Blog details Area Start
=============================================*/

.blogs.blog-page .blog-box {
    margin-bottom: 30px;
    background: #fff;
}



.blog-details .blog-content .content {
    padding: 30px 30px 30px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.blog-details .blog-content .content .feature-image{
    margin-bottom: 25px;
}
.discus-comment-box{
    margin-top: 30px;
    padding: 22px 30px 30px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.blog-details .blog-content .content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #242424;
}

.blog-details .blog-content .content .post-meta {
    padding-left: 0px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.blog-details .blog-content .content .post-meta li {
    list-style: none;
    display: inline-block;
}

.blog-details .blog-content .content .post-meta li a {
    font-size: 14px;
    margin-right: 10px;
    color: #777;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-details .blog-content .content .post-meta li a:hover {
    color: #9191ff;
}

.blog-details .blog-content .content p {
    color: #2f3744;
    font-size: 16px;
}

.blog-details .blog-content .content .heading {
    font-size: 18px;
    font-weight: 500;
    margin: 8px 0px 20px;
    display: inline-block;
}

.blog-details .blog-content .content .img {
    margin: 30px 0px 30px;
    display: block;
}

.blog-details .blog-content .content blockquote {
    margin-top: 25px;
    margin-bottom: 18px;
    background: #f3f6ff;
    border-left: 5px solid #9191ff;
    padding: 25px 30px 28px;
    font-size: 16px;
    color: #9191ff;
    font-weight: 500;
    display: block;
}

.blog-details .blog-content .content blockquote p {
    margin-bottom: 0px;
}

.blog-details .blog-content .content .tag-social-link {
    background: #f3f6ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px 20px;
    margin-top: 24px;
}

.blog-details .blog-content .content .tag-social-link .tag .title {
    font-size: 14px;
    color: #000000;
    display: inline-block;
    margin-bottom: 0px;
    line-height: inherit;
}

.blog-details .blog-content .content .tag-social-link .tag a {
    color: #545558;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0px;
}

.blog-details .blog-content .content .tag-social-link .social-links {
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 0px;
}

.blog-details .blog-content .content .tag-social-link .social-links li {
    display: inline-block;
}

.blog-details .blog-content .content .tag-social-link .social-links li a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-left: 2px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-details .blog-content .content .tag-social-link .social-links li a:hover {
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.10);
}


.blog-aside .serch-form {
    position: relative;
}

.blog-aside .serch-form input {
    width: 100%;
    height: 60px;
    border: 1px solid #e5e9f4;
    background: none;
    padding: 0px 50px 0px 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.blog-aside .serch-form input:focus {
    outline: 0px;
}

.blog-aside .serch-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    border: none;
    background: none;
    color: #777;
    font-size: 14px;
    cursor: pointer;
}

.blog-aside .serch-form button:focus {
    outline: 0;
}

.blog-aside .categori {
    border: 1px solid #e5e9f4;
    padding: 22px 30px 21px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-top: 30px;
}

.blog-aside .categori .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #252a32;
    display: block;
    text-align: center;
    margin-bottom: 18px;
}

.blog-aside .categori .separator {
    background: rgba(0, 0, 0, 0.2);
    width: 160px;
    height: 2px;
    display: block;
    margin: 0 auto;
}

.blog-aside .categori .categori-list {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 19px;
}

.blog-aside .categori .categori-list li {
    list-style: none;
    line-height: 36px;
}

.blog-aside .categori .categori-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.blog-aside .categori .categori-list li a i{
    font-size: 14px;
    margin-right: 5px;
}

.blog-aside .categori .categori-list li:hover a,
.blog-aside .categori .categori-list li.active a {
    color: #9191ff;
}

.blog-aside .recent-post-widget {
    border: 1px solid #e5e9f4;
    padding: 22px 30px 28px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-top: 30px;
}

.blog-aside .recent-post-widget .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #252a32;
    display: block;
    text-align: center;
    margin-bottom: 17px;
}

.blog-aside .recent-post-widget .separator {
    background: rgba(0, 0, 0, 0.2);
    width: 160px;
    height: 2px;
    display: block;
    margin: 0 auto;
}

.blog-aside .recent-post-widget .post-list {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.blog-aside .recent-post-widget .post-list li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 14px;
    margin-bottom: 15px;
}

.blog-aside .recent-post-widget .post-list li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.blog-aside .recent-post-widget .post-list li .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.blog-aside .recent-post-widget .post-list li .post .post-img {
    /* width: 100px; */
    /* height: 100px; */
    max-width: 100px;
    margin-right: 20px;
}

.blog-aside .recent-post-widget .post-list li .post .post-img img {
    width: 100%;
}

.blog-aside .recent-post-widget .post-list li .post .post-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-aside .recent-post-widget .post-list li .post .post-details .post-title {
    color: #2f3744;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-aside .recent-post-widget .post-list li .post .post-details .post-title:hover {
    color: #9191ff;
}

.blog-aside .recent-post-widget .post-list li .post .post-details .date {
    color: #7b8698;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

.blog-aside .archives {
    border: 1px solid #e5e9f4;
    padding: 22px 30px 21px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-top: 30px;
}

.blog-aside .archives .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #252a32;
    display: block;
    text-align: center;
    margin-bottom: 16px;
}

.blog-aside .archives .separator {
    background: rgba(0, 0, 0, 0.2);
    width: 160px;
    height: 2px;
    display: block;
    margin: 0 auto;
}

.blog-aside .archives .archives-list {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 18px;
}

.blog-aside .archives .archives-list li {
    list-style: none;
    line-height: 36px;
}

.blog-aside .archives .archives-list li a {
    display: block;
    color: #333;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-aside .archives .archives-list .single-category:hover a,
.blog-aside .archives .archives-list .single-category.active a {
    color: #9191ff !important;
}

/*========================================
breadcrumb-area Start
========================================*/
.breadcrumb-area {
    background: url(../img/breadcrumb_image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 162px 0px 100px;
    position: relative;
    overflow: hidden;
}

.breadcrumb-area .overlay {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.breadcrumb-area .title {
    color: #fff;
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 12px;
}

.breadcrumb-area .links {
    padding-left: 0px;
}

.breadcrumb-area .links li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.breadcrumb-area .links li::after {
    position: absolute;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -17px;
    font-size: 12px;
    color: #fff;
}

.breadcrumb-area .links li:last-child::after {
    display: none;
}

.breadcrumb-area .links li a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}


/*========================================
Portfolio Detagils Area Start 
==========================================*/

.portfolio-details .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.portfolio-details .main-image 
{
    margin-bottom: 30px;
    border: 10px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.portfolio-details .content{
    padding: 30px 30px 30px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.portfolio-details .main-image img {
    width: 100%;
}

.portfolio-details .carousel {
    margin-bottom: 30px;
}

.portfolio-details h2,
.portfolio-details h3,
.portfolio-details h4 {
    font-weight: 500;
    margin-bottom: 20px;
}


.portfolio-details .content .title{
    font-size: 22px!important;
    font-weight: 500;
}
.portfolio-details .info span {
    display: block;
    margin-bottom: 20px;
}

.portfolio-details .info span i {
    color: #4285F4;
    margin-right: 7px;
}

.portfolio-details .info li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    font-weight: 500;
    margin-bottom: 13px;
    padding-bottom: 12px;
    font-size: 18px;
}

.portfolio-area.related-projects .pf-item .info {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    display: inline-block;
    float: left;
    padding: 30px;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
}

.portfolio-details .info li span {
    font-weight: normal;
    margin: 0;
    font-size: 16px;
}

.portfolio-details .info ul {
    margin-left: 0px;
    padding-left: 0px;
}

.portfolio-details .info li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.portfolio-details .info {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 33px 30px 17px;
    background: #fff;
}
.portfolio-details .info ul li h4{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0px;
}
.aside-contact-form {
    margin-top: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 33px 30px 40px;
    background: #fff;
}

.aside-contact-form .title {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-weight: 500;
    position: relative;
}

.aside-contact-form .heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.section-title {
    margin-bottom: 30px;
}

.aside-contact-form .title:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #ff5252;
    bottom: -1px;
}

.portfolio-details .conetnt h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.portfolio-details .info li a {
    color: #4285F4;
}


.slider-img.slick-slider{
    position: relative;
    margin-bottom: -7px;
}

.idgallery .slidPrv4.slick-arrow{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2);
    z-index: 9;
    cursor: pointer;
}

.idgallery .slidNext4.slick-arrow{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.2);
    z-index: 9;
    cursor: pointer;
}
.idgallery,
.slider-img
{
    background: #fff!important;
}
.idgallery  .slider-img  .slid-item img{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}


/*=======================================
Curve Design CSS Start  
======================================*/
.curve {
    position: absolute;
    z-index: 7;
}

.curve.curve-bottom {
    left: 0;
    bottom: -1px;
    width: 100%;
}

.curve.curve-bottom:after,
.curve.curve-bottom:before {
    bottom: 0;
}

.curve.curve-top {
    left: 0;
    top: -1px;
    width: 100%;
}

.curve.curve-top:after,
.curve.curve-top:before {
    top: 0;
    border-top: 50px solid #fff;
    border-bottom: 0;
}

.curve.curve-top:after {
    border-left: 70vw solid transparent;
}

.curve.curve-top:before {
    border-right: 30vw solid transparent;
}

.curve:after,
.curve:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 50px solid #fff;
    position: absolute;
}

.curve:after {
    right: 0;
    border-left: 30vw solid transparent;
}

.curve:before {
    left: 0;
    border-right: 70vw solid transparent;
}

/*=================================
Button CSS Area Start 
===================================*/

.mybtn {
    padding: 8px 30px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid transparent;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
}

.mybtn span {
    position: relative;
    z-index: 6;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.mybtn:before,
.mybtn:after {
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
    z-index: 1;
    opacity: .4;
}

.mybtn:after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    background: #fff;
    opacity: 1;
}

.mybtn:hover:before,
.mybtn:hover:after {
    width: 100%;
}

.mybtn:hover:after {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.mybtn:hover span {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.mybtn-bg {
    background: #7280ff;
    border-color: #7280ff;
    color: #fff;
}

.mybtn-bg:hover span {
    color: #7280ff;
}

.mybtn-light {
    background: #fff;
}

.mybtn-light:before,
.mybtn-light:after {
    background: #7280ff;
}

.mybtn-light:hover span {
    color: #fff !important;
}

.mybtn-light span {
    color: #7280ff;
}

.mybtn-bord {
    background: transparent;
    border: 1px solid #7280ff;
}

.mybtn-bord:before,
.mybtn-bord:after {
    background: #7280ff;
}

.mybtn-bord:hover {
    border-color: #7280ff;
}

.mybtn-bord:hover span {
    color: #fff;
}

/* Button CSS Area End */
.faq {
    position: relative;
}
.faq-box{
    padding: 40px 30px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.video-box{
    padding: 40px 30px;
    height: 100%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

}
.video-box .video .title{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 25px;
}
.accordion .single-accordion {
    margin-bottom: 10px;
}
.accordion .single-accordion:last-child{
    margin-bottom: 0px;
}
.single-accordion:last-child {
    margin-bottom: 0px;
}

.single-accordion .accordion-header {
    background: #ffffff;
    border: 0px
}

.single-accordion .accordion-header .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    display: block;
    width: 100%;
    margin: 0px;
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
}


.single-accordion .accordion-body {
    font-size: 16px;
    line-height: 26px;
    padding: 0px 20px 10px;
    border: 0px;
}

/* Faq Area End */

/* My Interest Area Start */
#interests{
    margin-bottom: -30px;
}
#interests .interest_box {
    text-align: center;
}

#interests .interest_box {
    text-align: center;
    position: relative;
    z-index: 9;
    padding: 40px 10px 36px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition:  box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
     transition:  box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
 
}

#interests .interest_box:hover {
    -webkit-box-shadow:0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
    box-shadow:0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
}

#interests .interest_box .name {
    font-size: 18px;
    font-weight: 500;
}

#interests .interest_box .img {
    margin-bottom: 20px;
}

#interests .interest_box .img img {
    max-height: 60px;
}


#interests .interest_box:after {
    position: absolute;
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-right: 2px solid #ff8000;
    border-bottom: 2px solid #ff8000;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
}

#interests .interest_box:before {
    position: absolute;
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    visibility: hidden;
    border-top: 2px solid #ff8000;
    border-left: 2px solid #ff8000;
    left: 0px;
    top: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
}

#interests .interest_box:hover:after {
    width: 40%;
    height: 40%;
    visibility: visible;
}

#interests .interest_box:hover:before {
    width: 40%;
    height: 40%;
    visibility: visible;
}


/* My Interest Area End */


/* Sweet Alert Custom css Start */

.swal2-popup.swal2-toast .swal2-title {
    margin-left: 15px !important;
}

.swal2-toast {
    background-color: rgb(255, 255, 255) !important;
}

.swal2-popup.swal2-toast {
    padding: 14px 20px !important;
    font-size: 18px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.15) !important;
}

.swal2-toast {
    max-width: 370px !important;
    border-radius: 0px !important;
}

.swal2-popup.swal2-toast .swal2-title {
    font-size: 16px !important;
}

.swal2-popup {
    border: 0px;
    border-left: 4px solid #28a745 !important;
}

/* Sweet Alert Custom css End */


#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-columns .card {
    margin-bottom: 20px !important;
}

.card-columns {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px !important;
}

/* Pricing Plan Start */
section#pricing{
    position: relative;
    margin-bottom: -30px;
}
  .pricing-item .list{
      position: relative;
      margin-top: -42px;
      padding-bottom: 5px;
  }
  .pricing-item .list ul li{
      list-style: none;
      line-height: 34px;
  }
  .pricing-item .list ul{
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0px;
      margin-right: 0px;
  }
  .pricing-item {
    position: relative;
    text-align: center;
  }
  .pricing-action {
    color: inherit;
    border: none;
    background: none;
  }
  .pricing-action:focus {
    outline: none;
  }
  
  .pricing-feature-list {
    text-align: left;
  }
  
  .pricing-palden .pricing-item {
    cursor: default;
    background: #fff;    
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
   -webkit-transition:  box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    transition:  box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);

    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .pricing-palden .pricing-item:hover{
  -webkit-box-shadow:0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
  box-shadow:0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);

  }

  .pricing-palden .pricing-deco {
    padding: 40px 0px 130px;
    position: relative;
  }
  .pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
  }
  .pricing-palden .pricing-title {
    font-size: 16px;
    margin: 0;
    color: #fff;
  }
  .pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  .pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  .pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
  }
  .pricing-palden .icon {
    font-size: 2.5em;
  }
  .pricing-palden .pricing-price {
    font-size: 50px;
    font-weight: 600;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
  }
  .pricing-palden .pricing-currency {
    font-size: 18px;
    vertical-align: top;
    font-weight: 500;
  }
  .pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
  }
  .pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
  }
  .pricing-palden .pricing-feature {
    padding: 1em 0;
  }

  
  .pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
  }
  
/* Pricing Plan SEnd */

/* Cart Area Start */


 .cart-box {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


.cart-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.10);
    transform: translateY(-2px);
}

.cart-box .cart-images {
    overflow: hidden;
    position: relative;
}

.cart-box .cart-images img {
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cart-box:hover .cart-images img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.cart-box .cart-details {
    padding: 13px 20px 11px;
    text-align: left;
    position: relative;
}

 .cart-box .cart-details .cart-title {
    font-size: 18px;
    line-height: 28px;
    color: #242424;
    margin-bottom: 7px;
    display: block;
    font-weight: 500;
}
.cart-box .cart-details .newprice{
    margin-bottom: 0px;
    font-size: 21px;
    font-weight: 500;
}
.cart-box .cart-details .oldprice{
    margin-bottom: 0px;
    font-size: 15px;
}


 .cart-box .cart-details .post-body {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 22px;
}

.cart-box .cart-images .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.cart-box:hover .cart-images .overlay{
opacity: 1;
}
.cart-btn {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 0px;
    background-color: #007bff;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    width: 80%;
    padding: 4px 0px;
    cursor: pointer;
    display: inline-block;
}

.cart-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cart-btn span:after {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0px;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a";
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cart-btn:hover span {
    padding-right: 25px;
    color: #fff;
}

.cart-btn:hover span:after {
    opacity: 1;
    right: 0;
}

/* Cart Area End */


/* Language CSS Start */



.language {
	display: inline-block;
	margin-left: 17px;
	position: relative;
	background: #fff;
	min-width: 90px!important;
	padding: 2px 10px;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}


a.language-btn {
	position: relative;
	text-decoration: none;
	padding-right: 15px;
	text-align: left;
	-webkit-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}



.language-btn::after {
	content: "\f078";
	position: absolute;
	right: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	top: -1px;
	font-size: 10px
}

ul.language-dropdown {
	text-align: center;
	position: absolute;
	z-index: 10;
	top: 120%;
	left: auto;
	right: 0px;
	width: 100%;
	background: #fff;
	padding-left: 0px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	opacity: 0;
	visibility: hidden;
-webkit-transition: 0.4s ease-in;
-moz-transition: 0.4s ease-in;
-o-transition: 0.4s ease-in;
transition: 0.4s ease-in;
}

ul.language-dropdown.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

ul.dropdown li {
	display: block
}

ul.language-dropdown li {
	position: relative;
	z-index: -1;
	display: block;
	list-style: none;
}

ul.language-dropdown li a {
	display: block;
	position: relative;
	padding: 7px 9px;
	color: #222262;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	text-decoration: none;
	text-align: left;
  text-transform: capitalize;
}

ul.language-dropdown li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3%;
	background: #25d06f;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s
}

ul.language-dropdown li a:hover::before {
	width: 100%
	
}
ul.language-dropdown li a:hover{
  color: #fff;
}
ul.language-dropdown li:last-child a {
	border-bottom: none
}

.language a i {
	margin-right: 3px
}

.language:hover ul.language-dropdown{
  opacity: 1;
  visibility: visible;
	top: 100%;
}
/* Language CSS End */
.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Reckoner';
  font-size: 6rem;
  font-display: swap;
}
.display-footer {
  font-family: 'Reckoner';
  font-size: 5rem;
  font-display: swap;
}
.display-6 {
  font-family: 'Reckoner';
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}

.display-sub {
  font-family: 'Rubik', sans-serif;
  font-size: 1.7rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Sanchez', serif;
  font-size: 2.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
   .display-6 {
 font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #7f1933 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #2a0811;
  color: #2a0811;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #7f1933 !important;
}
.text-secondary {
  color: #232323 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2a0811 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7f1933;
  border-color: #7f1933;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7f1933;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d93e66;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #7f1933;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #7f1933;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #7f1933;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7f1933;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7f1933;
  border-bottom-color: #7f1933;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #232323 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%237f1933' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qxF9uIJOEh .navbar {
  padding: .5rem 0;
  background: #635a51;
  transition: none;
  min-height: 77px;
}
.cid-qxF9uIJOEh .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-qxF9uIJOEh a {
  font-style: normal;
}
.cid-qxF9uIJOEh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qxF9uIJOEh .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qxF9uIJOEh .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qxF9uIJOEh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qxF9uIJOEh .menu-logo {
  margin-right: auto;
}
.cid-qxF9uIJOEh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qxF9uIJOEh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qxF9uIJOEh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qxF9uIJOEh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qxF9uIJOEh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qxF9uIJOEh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qxF9uIJOEh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qxF9uIJOEh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qxF9uIJOEh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qxF9uIJOEh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qxF9uIJOEh .dropdown .dropdown-menu {
  background: #635a51;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qxF9uIJOEh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qxF9uIJOEh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qxF9uIJOEh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qxF9uIJOEh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qxF9uIJOEh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qxF9uIJOEh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qxF9uIJOEh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qxF9uIJOEh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qxF9uIJOEh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qxF9uIJOEh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qxF9uIJOEh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qxF9uIJOEh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qxF9uIJOEh button.navbar-toggler:focus {
  outline: none;
}
.cid-qxF9uIJOEh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qxF9uIJOEh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qxF9uIJOEh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qxF9uIJOEh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qxF9uIJOEh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qxF9uIJOEh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qxF9uIJOEh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qxF9uIJOEh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qxF9uIJOEh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qxF9uIJOEh .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qxF9uIJOEh .collapsed .btn {
  display: flex;
}
.cid-qxF9uIJOEh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qxF9uIJOEh .collapsed .navbar-collapse.collapsing,
.cid-qxF9uIJOEh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qxF9uIJOEh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qxF9uIJOEh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qxF9uIJOEh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qxF9uIJOEh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qxF9uIJOEh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qxF9uIJOEh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qxF9uIJOEh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qxF9uIJOEh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qxF9uIJOEh .collapsed button.navbar-toggler {
  display: block;
}
.cid-qxF9uIJOEh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qxF9uIJOEh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qxF9uIJOEh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qxF9uIJOEh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qxF9uIJOEh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qxF9uIJOEh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qxF9uIJOEh .navbar-expand {
    flex-direction: column;
  }
  .cid-qxF9uIJOEh img {
    height: 3.8rem !important;
  }
  .cid-qxF9uIJOEh .btn {
    display: flex;
  }
  .cid-qxF9uIJOEh button.navbar-toggler {
    display: block;
  }
  .cid-qxF9uIJOEh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qxF9uIJOEh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qxF9uIJOEh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qxF9uIJOEh .navbar-collapse.collapsing,
  .cid-qxF9uIJOEh .navbar-collapse.show {
    display: block !important;
  }
  .cid-qxF9uIJOEh .navbar-collapse.collapsing .navbar-nav,
  .cid-qxF9uIJOEh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qxF9uIJOEh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qxF9uIJOEh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qxF9uIJOEh .navbar-collapse.collapsing .navbar-buttons,
  .cid-qxF9uIJOEh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qxF9uIJOEh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qxF9uIJOEh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qxF9uIJOEh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qxF9uIJOEh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qxF9uIJOEh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qxF9uIJOEh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qxF9uIJOEh .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qxF9tMPSBX {
  padding-top: 0px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-qxF9tMPSBX H1 {
  color: #efefef;
}
.cid-qxF9tMPSBX .mbr-text,
.cid-qxF9tMPSBX .mbr-section-btn {
  color: #ffffff;
}
.cid-qyjAO9ptzh {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #635a51;
}
.cid-qyjAO9ptzh .mbr-section-subtitle {
  color: #767676;
}
.cid-qyjAO9ptzh H2 {
  color: #ffffff;
}
.cid-qySmbUmm5k {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-qySmbUmm5k h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qySmbUmm5k p {
  color: #767676;
  text-align: left;
}
.cid-qySmbUmm5k .card-box {
  padding-top: 2rem;
}
.cid-qySmbUmm5k .card-title {
  color: #ffffff;
}
.cid-qySmbUmm5k P {
  color: #ffffff;
  text-align: left;
}
.cid-s7o2DyJlLO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s7o2DyJlLO .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-s7o2DyJlLO .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-s7o2DyJlLO .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-s7o2DyJlLO .separline {
  position: relative;
}
.cid-s7o2DyJlLO .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-s7o2DyJlLO .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-s7o2DyJlLO .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-s7o2DyJlLO .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-s7o2DyJlLO .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-s7o2DyJlLO .mbr-section-title {
  color: #7f1933;
}
.cid-s7o2DyJlLO .mbr-step-title {
  color: #7f1933;
}
.cid-s9hQaN6VFs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #635a51;
}
.cid-s9hQaN6VFs P {
  color: #767676;
}
.cid-s9hQaN6VFs H1 {
  color: #ffffff;
}
.cid-qxFmTVksFW {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #635a51;
}
.cid-qxFmTVksFW .testimonial-text {
  font-style: italic;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}
.cid-qxFmTVksFW .mbr-author-name {
  font-weight: bold;
}
.cid-qxFmTVksFW .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qxFmTVksFW P {
  text-align: center;
}
.cid-s7t2yqA8EW {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7t2yqA8EW .carousel-control {
  background: #000;
}
.cid-s7t2yqA8EW .mbr-section-subtitle {
  color: #767676;
}
.cid-s7t2yqA8EW .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7t2yqA8EW .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-s7t2yqA8EW .carousel-item .wrap-img {
  text-align: center;
}
.cid-s7t2yqA8EW .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-s7t2yqA8EW .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7t2yqA8EW .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-s7t2yqA8EW .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-s7t2yqA8EW .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-s7t2yqA8EW .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-s7t2yqA8EW .cloneditem-1,
.cid-s7t2yqA8EW .cloneditem-2,
.cid-s7t2yqA8EW .cloneditem-3,
.cid-s7t2yqA8EW .cloneditem-4,
.cid-s7t2yqA8EW .cloneditem-5 {
  display: none;
}
.cid-s7t2yqA8EW .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-s7t2yqA8EW .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-s7t2yqA8EW .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-s7t2yqA8EW .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-s7t2yqA8EW .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-s7t2yqA8EW .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-s7t2yqA8EW .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-s7t2yqA8EW .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s7t2yqA8EW .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s7t2yqA8EW .carousel-inner.slides2 .cloneditem-1,
  .cid-s7t2yqA8EW .carousel-inner.slides2 .cloneditem-2,
  .cid-s7t2yqA8EW .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-s7t2yqA8EW .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-s7t2yqA8EW .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-s7t2yqA8EW .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-s7t2yqA8EW .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-s7t2yqA8EW .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-s7t2yqA8EW .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s7t2yqA8EW .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s7t2yqA8EW .carousel-inner.slides3 .cloneditem-1,
  .cid-s7t2yqA8EW .carousel-inner.slides3 .cloneditem-2,
  .cid-s7t2yqA8EW .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-s7t2yqA8EW .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-s7t2yqA8EW .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-s7t2yqA8EW .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-s7t2yqA8EW .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-s7t2yqA8EW .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-s7t2yqA8EW .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s7t2yqA8EW .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s7t2yqA8EW .carousel-inner.slides4 .cloneditem-1,
  .cid-s7t2yqA8EW .carousel-inner.slides4 .cloneditem-2,
  .cid-s7t2yqA8EW .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-s7t2yqA8EW .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-s7t2yqA8EW .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-s7t2yqA8EW .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-s7t2yqA8EW .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-s7t2yqA8EW .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-s7t2yqA8EW .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s7t2yqA8EW .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s7t2yqA8EW .carousel-inner.slides5 .cloneditem-1,
  .cid-s7t2yqA8EW .carousel-inner.slides5 .cloneditem-2,
  .cid-s7t2yqA8EW .carousel-inner.slides5 .cloneditem-3,
  .cid-s7t2yqA8EW .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-s7t2yqA8EW .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-s7t2yqA8EW .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-s7t2yqA8EW .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-s7t2yqA8EW .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-s7t2yqA8EW .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-s7t2yqA8EW .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s7t2yqA8EW .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s7t2yqA8EW .carousel-inner.slides6 .cloneditem-1,
  .cid-s7t2yqA8EW .carousel-inner.slides6 .cloneditem-2,
  .cid-s7t2yqA8EW .carousel-inner.slides6 .cloneditem-3,
  .cid-s7t2yqA8EW .carousel-inner.slides6 .cloneditem-4,
  .cid-s7t2yqA8EW .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-s7t2yqA8EW H2 {
  color: #7f1933;
}
.cid-qxFnd4daag {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #635a51;
}
.cid-qxFnd4daag .mbr-section-subtitle {
  color: #767676;
}
.cid-qxFnd4daag H2 {
  text-align: center;
  color: #ffffff;
}
.cid-qxFndEc6s9 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #635a51;
}
.cid-qxFndEc6s9 .counter-container {
  color: #767676;
}
.cid-qxFndEc6s9 .counter-container ul {
  margin-bottom: 0;
}
.cid-qxFndEc6s9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qxFndEc6s9 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1933;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-qxFndEc6s9 .mbr-text UL {
  color: #f8f9fa;
  text-align: left;
}
.cid-qxFndEc6s9 .mbr-text {
  color: #ffffff;
}
.cid-s7o2e2YnAf {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7o2e2YnAf .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7o2e2YnAf .icon-block {
  margin-bottom: 10px;
}
.cid-s7o2e2YnAf .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-s7o2e2YnAf .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-s7o2e2YnAf .mbr-text {
  color: #efefef;
}
.cid-s7o2e2YnAf textarea.form-control {
  min-height: 100px;
}
.cid-s7o2e2YnAf a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s7o2e2YnAf .google-map {
  height: 31rem;
  position: relative;
}
.cid-s7o2e2YnAf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s7o2e2YnAf .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s7o2e2YnAf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s7o2e2YnAf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-s7o2e2YnAf h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s7o2e2YnAf .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7o2e2YnAf .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-s7o2e2YnAf H2 {
  color: #7f1933;
}
.cid-s7o2e2YnAf .icon-block,
.cid-s7o2e2YnAf .icon-block .icon-block__title {
  color: #7f1933;
}
.cid-s7o2e2YnAf H5 {
  color: #efefef;
}
.cid-s9yXQ4S9rb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/barra-feder-2000x258.jpg");
}
.cid-s7o3EBEaUq {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (max-width: 767px) {
  .cid-s7o3EBEaUq .content {
    text-align: center;
  }
  .cid-s7o3EBEaUq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7o3EBEaUq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s7o3EBEaUq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s7o3EBEaUq .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s7o3EBEaUq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s7o3EBEaUq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s7o3EBEaUq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s7o3EBEaUq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s7o3EBEaUq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s7o3EBEaUq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7o3EBEaUq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7o3EBEaUq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7o3EBEaUq H5 {
  color: #ffffff;
}
.cid-s7o3EBEaUq P {
  color: #ffffff;
}
