.row {
    margin: 0 !important;
}
body, p, a,h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif !important;
}
body {    font-size: 16px;color:#000;}

/*-----Header css------*/
.container.headerarea {
    max-width: 96%;
    width: 100%;
    margin: 0px auto;
}
.header {
    position: relative;
    width: 100%;
    z-index: 9;
    padding: 20px 0px 8px;
    background: rgba(255,255,255,.7);
    float: left;
}
.sticky {
    background: #fff;
}
.headerarea .col-sm-3 {
    width: 25%;
    float: left;
}
.headerarea .col-sm-9 {
    width: 75%;
    float: left;
}
.main-navigation .menu a {
    color: #000;
    text-decoration: none;
}
.main-navigation .menu a:hover {
    color: #3C1254;
    text-decoration: none;
	border-bottom: 1px solid #000;
}
.current-menu-item a {
    border-bottom: 1px solid #000;
}
.main-navigation li {
    float: left;
    position: relative;
    padding: 20px 0px;
    padding-left: 20px;
}
.logo {
    padding: 9px 0px;
}
.logo img {
    height: 50px;
    width: auto;
}
.main-navigation .menu .sub-menu a {
    line-height: 24px;
    padding-left: 0px;
    font-size: 15px;
}


/*-----Footer Css------*/
.copyright {
    background: #333;
    padding: 15px 0px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    float: left;
    position: relative;
}
.site-footer {
    background: #000;
    padding: 60px 0px;
}
.container.foter_area {
    max-width: 96%;
    width: 100%;
    margin: 0px auto;
}
.col_6 {
    width: 50%;
    float: left;
}
.foter_logo_social img {
    width: auto;
    height: 70px !important;
}
.copytxt {
    color: #888;
    padding: 15px 0px 0px;
}
.newsletr .widget-title {
    color: #fff;
    letter-spacing: 1px;
}
.newsletr p {
    color: #888;
	width: 100%;
    float: left;margin:0px;    margin-top: 10px;
}
.newsletr .col {
    width: 80%;
    float: left;
}
.newsletr .col input {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
}
.col.submit {
    width: 20%;
    float: left;
}
.newsletr .submit input.wpcf7-submit {
    background: #5758E0;
    box-shadow: none;
    text-shadow: none;
    border: none;
    padding: 10px;
    height: 46px;
    color: #fff;
    letter-spacing: 1px;    font-size: 15px;
    text-transform: uppercase;
}
.wpcf7 .ajax-loader { display:none;}

.submitcol input.wpcf7-submit {
    background: #818A91;
    box-shadow: none;
    text-transform: capitalize;
    font-size: 16px;
    border: none !important;
}
.submitcol input.wpcf7-submit:hover {
    background: #818A91;
    box-shadow: none;
    text-transform: capitalize;
}
.wpcf7-response-output {
    width: 100%;
    float: left;
    border: none !important;
    text-align: center;
    margin: 10px 0px !important;
}
/*----Blog css----*/
.blog_colmc nav.elementor-pagination {
    padding: 40px 0px 0px;
}
/*.elementor-section {float:left;width:100%;}*/
.elementor-post__title a:hover {
    color: #3C1254 !important;
}
.banner_404 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 400px !important;
    margin-top: 102px;
	position: relative;
}
.baner-page-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 45%;
    margin-top: 0px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 36px;
}
.mediaboxp img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
h1.page-title {
    font-size: 26px;
}
.entry-content ul {
    margin-left: 0px;
    padding-left: 20px;
}
.entry-content ul li {
    padding-bottom: 20px;
    font-size: 16px;
}
.entry-content blockquote {
    margin-left: 0px !important;
}
nav.navigation.post-navigation {
    padding: 0px 0px 60px;
}
.nav-links a {
    color: #000;
}
.entry-footer a {
    color: #000;
}
span.cat-links {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.workshop_inerp_form_area .elementor-widget-wrap {
    max-width: 700px;
    margin: 0px auto;
}
.header_desktop_version {
    display: block;
}
.header_mobile_version {
    display: none;
}

/*-----Responsive Css--------*/
@media screen and (max-width: 1180px) {
.main-navigation li {
    padding-left: 12px;
}
}

@media screen and (max-width: 960px) {
.elementor-top-section h2.elementor-heading-title {
    font-size: 28px !important;
}
.elementor-top-section h1.elementor-heading-title {
    font-size: 32px !important;
}


.nav-trigger span.close_nv {
    position: absolute;
    right: 12px;
    top: 0px;
    width: 100%;
    z-index: 9999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
}
.nav-trigger span.close_nv span {
    display: none;
}
.menuclass .menu li {width:100%;margin-bottom: 15px;}
.menuclass .menu li a {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 26px;
}
.menu>li>a:after {display: none;}
.menu-menu-1-container {
    width: 100%;
}
.header_desktop_version {
    display: none;
}
.header_mobile_version {
    display: block;
}
a.nav-trigger {
    color: #000;
    text-align: right;
}
.nav-trigger span.open_nv {
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #000;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    top: 35px;
    right: 20px;
}
.sidenav ul#primary-menu {
    margin-left: 0px;
    list-style: none;
    padding-left: 18px;
}
.menuclass {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.9);
    overflow-x: hidden;
    transition: .5s;
    padding-top: 110px;
}
.sidenav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.menuclass .single_menu.nav-item {
    text-align: left;
    display: block;
    width: 100%;
}
.headerarea .col-sm-3 {
    width: 50%;
    float: left;
}
.headerarea .col-sm-9 {
    width: 50%;
    float: left;
}
}

@media screen and (max-width: 740px) {
.leftcontent {
    width: 100% !important;
    float: left;
    padding: 0px 15px;
}
.rightcontent {
    width: 100% !important;
    float: left;
    padding: 0px 15px;
    margin-top: 20px;
}
.swiper-slide {
    width: 100% !important;
}
.covid_area .elementor-widget-wrap.elementor-element-populated {
    padding: 20px !important;
}
}

@media screen and (max-width: 500px) {
.copytxt span {
    display: block;
    width: 100%;
}
.newsletr .col {
    width: 100%;
    float: left;
}
.col.submit {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.foter_logo_social img {
    width: auto;
    height: 50px !important;
}
.elementor-top-section h2.elementor-heading-title {
    font-size: 36px !important;
}
.elementor-19 .elementor-element.elementor-element-6cea513 .elementor-heading-title {
    font-size: 36px !important;
    line-height: 1.4em;
    letter-spacing: 1px;
}
.ctformp .col {
    width: 100% !important;
    float: left;
    margin-right: 0px;
}
.col.seccolm {
    width: 100% !important;
    margin-right: 0px;
}
}