@import url('meanmenu.css');
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Oswald:wght@200;300;400;500;600;700&display=swap');
body {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	position: relative;
	}

a:link,a:visited,a:active{
	color:#DE3739;
	transition: all 0.5s ease;
}

a.elementor-button-link.elementor-button {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
}

.ccplugin_language img {
    width: 25px !important;
    margin-bottom: -5px  !important;
}

.clear {
	clear: both;
}

h1, h2 {
	font-family: 'Corinthia', cursive;
	font-weight:400; 
	text-transform: uppercase; 
	margin-bottom: 20px;  
	margin-top:0px !important;
}
h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight:700; 
	text-transform: uppercase; 
	margin-bottom: 20px;  
	margin-top:0px !important;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 20px;
}

li.hidden {
	display: none !important;
}

.my-accordian .fa-minus::before {
  background: #1e02ff;
  display: block;
  padding: 9px 10px;
  border-radius: 50%;
} 
.my-accordian .elementor-tab-content.elementor-active{
	display: grid !important;
}
.fa-plus::before {
background: #000;
  display: block;
  padding: 9px 10px;
  border-radius: 50%;
}

.my-img-box .elementor-image-box-img img{
	display: block !important;

}
.my-img-box .my-btn {
	text-align: right !important;
	text-transform: uppercase !important;
	float: right;
	color: #fff !important;
	text-decoration: underline !important;
}
.my-title {
	color: #DE3739 !important;
}

.my-slide-show .swiper-slide-contents {
  max-width: 66%;
  border: 8px solid #ab0406;
}
.my-slide-show .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
  margin-bottom: 0px;
  background: #ab0406;
}
.my-slide-show2 .swiper-slide-contents{
  max-width: 66%;
  border: 8px solid #f5d700;
}
.my-slide-show3 .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
  margin-bottom: 0px;
  background: #ab0406;
}
.my-slide-show3 .swiper-slide-contents {
  max-width: 66%;
  border: 8px solid #ab0406;
}
.my-slide-show2 .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
  margin-bottom: 0px;
  background: #f5d700;
}
.my-slide-show2 .swiper-slide-contents img,
.my-slide-show3 .swiper-slide-contents img {
	max-width: 50% !important;
}
.my-slide-show2 .swiper-slide-inner,
.my-slide-show3 .swiper-slide-inner {
  align-items: flex-start !important;
}
.my-slide-show2 .elementor-slide-button,
.my-slide-show3 .elementor-slide-button{
	padding: 20px !important;
}
.my-slide-show2 .elementor-slide-description,
.my-slide-show3 .elementor-slide-description{
	padding: 20px 20px 0px 20px !important;
}
.my-slide-show2 .elementor-slide-heading:not(:last-child),
.my-slide-show3 .elementor-slide-heading:not(:last-child) {
  margin-bottom: 0px;
  text-align: center;
  padding-bottom: 12px !important;
   padding-top: 5px !important;
}

.my-form .elementor-field-group.elementor-field-type-submit {
  display: none !important;
}

body.home {
	background-image: url('../images/body-bg-company.jpg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
    background-color:#000;
}

body.home .headermain-wrap, body.page-videos .headermain-wrap, body.page-recipes .headermain-wrap, body.page-articles .headermain-wrap, body.page-music .headermain-wrap, body.page-apps .headermain-wrap, body.page-e-books .headermain-wrap, body.page-company .headermain-wrap  {
    position: absolute;
    top:60px;
    left: 0px;
    width: 100%;
    background-image: url('../images/header-bg.png');
    background-size: auto;
    background-repeat:repeat-y;
    background-position: center;
   
}
.headermain-wrap{
 background-image: url('../images/header-bg.png');
    background-size: auto;
    background-repeat:repeat-y;
    background-position: center;
}
.header-wrap {

    margin-bottom: 0px;
    line-height: 1.5;
}



header.myheader {
	 max-width: 1440px!important;
	 background-color: transparent;
    margin: 0 auto;
    z-index: 100;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;

}


.logo {
	float: left;
	width: 10%;
	text-align: center;
}

.logo img {max-width: 120px;}

.mainmenu {
	float: right;
}

header.myheader .site-navigation {
	float: left;
	width:45%;	
}

header.myheader .site-navigation2{
	float: left;
	width:45%;	
}

.site-navigation2{
    grid-area: nav-menu;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.site-navigation2 ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.site-navigation2 ul.menu, .site-navigation2 ul.menu ul {
    list-style-type: none;
    padding: 0;
}

dd, dl, dt, li, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background
}

.site-navigation2 ul.menu li a {
    display: block;
}


.site-navigation2 ul.menu,
.site-navigation ul.menu {
	text-align: center;justify-content:left;

}

.site-navigation2 ul.menu li,
.site-navigation ul.menu li {
	padding: 0 10px !important;
}


.ccmenu{
	float: right;
	width: 30%;
    text-align: right;
}

.ccmenu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.ccmenu ul li{
	display: inline-block;
	padding: 0 8px;
}

.ccmenu ul li a{
	color:#fff;
	text-transform: capitalize;
	font-size: 20px;
	vertical-align: middle;
	font-weight:400; 

}

.ccmenu ul li a:hover {
	color:#FFCC00; 
}


header.myheader .ccmenu .ccplugin_language img {
    width: 24px; margin-bottom: -2px;
}

.ccplugin_language img {
    width: 25px!important;
}

.ccplugin_modal button.language {
	padding:0px !important;
}

header.myheader .ccplugin_menu_item a,
.site-navigation ul.menu li a,
.site-navigation2 ul.menu li a{
    font-size: 16px !important;
    text-transform: capitalize!important;
    color: #fff !important;
	 line-height: 1.5em;
	 padding: 2px 5px !important;
	font-weight:400!important;  
}

.home header.myheader .ccplugin_menu_item a,
.home .site-navigation ul.menu li a{
    color:#fff!important;
}

header.myheader .ccplugin_menu_item a.highlighted, 
header.myheader .ccplugin_menu_item a:focus,
header.myheader .ccplugin_menu_item a:hover,
.site-navigation ul.menu li a:hover,
.site-navigation2 ul.menu li a:hover,
.site-navigation ul.menu li.current_page_item a {
    color:#a40406!important;
}

.headermain-wrap .ccplugin_menu_item {
    padding: 0 !important;
}
.footer {
	background:#000 !important;
}
.footer a {
	color: #000 !important; text-decoration: none !important;
	font-size: 14px !important;
}

.footer a:hover {
	color:#7c1516 !important;
}

.footer_top_inner, .footer_bottom_inner {
	max-width: 1450px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom:0px;
	font-size: 13px;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
}

.footer_bottom_inner {
	padding-bottom: 60px;
	padding-top: 0px;
	display: flex;
	align-items: center;
}

.social_icon {
	float: left;
	width:40%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 10px;
}

.social_icon img{
	max-width:40px !important;
	margin-left:10px;	
}

.social_icon a {
	float: left;
	text-align: left;
	color: #000!important;
}

.social_icon a:hover {
	color:#DE3739!important;
}


.social_icon .footer1_mod::after {
  content: "";
  clear: both;
  display: table;
}

.social_icon .footer1_mod:nth-child(2) {
	font-weight: 400;
}

 
.footer_right {
	float: right;
	width:40%;
	text-align: right;
}

.footer_right img{
	max-width:50px !important;
	margin-left: 20px;	
}

.footer_right a {
   color: #000 !important;
	display: inline-block;
	float: right;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 200;
	text-decoration: none !important;
}

.footer_right a:hover {
	color: #DE3739 !important;
}


.footer_menu {
	width: 100%;
	margin: 0 auto;
	float: left;
	padding-top:12px;
	text-align: left;
	padding-bottom: 15px;
}

.footer_menu .textwidget{
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight:700;
	letter-spacing: 2px;	
}
.footer_menu .textwidget p a {
	padding:5px 40px 5px 0px;
	font-size: 16px !important;
	font-weight: 200;
	text-transform: none;
	display: inline-block;
	color: #000!important;
	letter-spacing: 2px;
}
.footer_menu .textwidget p a:hover {
	color:#DE3739 !important;
}
.footer_menu h3{
	color: #fff !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	font-weight: 200 !important;
	letter-spacing: 1.5px !important;
}

.footer_menu a{
	padding:10px 40px 20px 0px;
	font-size: 14px !important;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	color: #fff!important;
	text-decoration: none !important;
	letter-spacing: 2px;
	
}
.footer_menu .textwidget p a{
	text-decoration: none !important;
}
.footer_menu a:hover{
	color: #DE3739 !important;
}

.footer_text {
	width: 100%;
	margin: 0 auto;
	float: left;
	padding-top:0px;
	font-weight: 200;
	padding-bottom: 10px;
}

.footer_text .textwidget{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: 1px;
	color: #fff;	
}
.footer_text .textwidget p a {
	padding:5px 10px 5px 0px;
	font-size: 14px !important;
	font-weight: 200;
	text-transform: none;
	display: inline-block;
	color: #fff!important;
	letter-spacing: 1px;
}
.footer_text .textwidget p a:hover {
	color:#DE3739!important;
}
.bottom1 {
	width: 60%;
	float: left;
	text-align: left;
	font-size:12px;
	color: #fff;
	font-weight: 200;
}
.bottom1 .textwidget p {
	text-transform: uppercase;
	font-size: 9px !important;
	font-weight: 200;
	letter-spacing: 1px;
}
.bottom1 p {
	margin: 0px !important;
}
.bottom2 {
	width:40%;
	float: right;
	text-align: right;
	margin-top: -35px;
}


.bottom2  img{
	max-width: 200px !important;
}



.ccplugin_container {
	background: white;
	min-height:80vh;
}

p.our_restricted_msg {
	text-align:center;
	min-height:80vh;
	display:flex;
	justify-content:center;
	align-items:center;
        padding-left: 10px;
        padding-right: 10px;
}

p.our_restricted_msg a {
	text-transform: none;
}

p.our_restricted_msg a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f023";
    display: inline-block;
    padding-right: 6px;
    vertical-align: top;
    font-weight: 900;
}

.ccplugin_inner {
    max-width: 1200px;
    min-width: 200px !important;
    width: 100% !important;
    padding: 6rem 4rem !important;
}

.ccplugin_modal {
    z-index: 9999999 !important;
}
.post.type-post  video {
	min-height:650px!important;
}

.wp-block-audio audio {
    min-height:650px;
}
.ccplugin_modal .language:hover{
background:transparent !important;
}


@media (max-width:767px) { 
.ccplugin_inner {
    padding: 4rem 1rem !important;
}
    
.ccplugin_sidebar, .ccplugin_content {
    float: none !important;
    width: 100% !important;
}
 .ccplugin_modal {
    overflow: scroll;
}

.ccplugin_container {
    min-height: 10vh;
}

.ccplugin_container .forgot {
    margin-left: 6px;
    font-size: 11px;
}

.post.type-post .page-content video {
	min-height: 560px;
}

.ccplugin_container #account-details th, .ccplugin_container #account-details td {
    width: 90%;
    display: block;
    padding: 8px;
    text-align: left;
}

.mean-container .mean-nav{
margin-top:64px;
} 
.post.type-post  video {
	min-height:550px!important;
}

.wp-block-audio audio {
    min-height:550px;
}
}

@media (max-width:767px) { 
.ccplugin_inner {
    padding: 4rem 1rem !important;
}
    
.ccplugin_sidebar, .ccplugin_content {
    float: none !important;
    width: 100% !important;
}
     
}


@media (max-width:767px) { 
 .my-slider .elementor-swiper-button-prev{
	left:0px;
}
.site-navigation2 {
	display:block !important;
}
.my-slider .elementor-swiper-button-next{
	right: 0px;
}


 header.myheader {
 	display: block;
 	position: relative;
	max-width: 100%;
	padding:30px 10px 40px 10px;
	background: #0006ff;		
	}

   .headerInner {max-width:100% !important; align-items: start !important; }
	
	.logo {width: 60%;max-width: 200px;
    	position: absolute;
        left:10px;
    	text-align: left;
   	}
	.logo img {position: static;max-width: 100px;}
	
	.mobile-menu.mean-container {
		position: absolute;
		top: 20px;
		right: 0px;
	}
    
    header.myheader .site-navigation2 {
    float: left;
    width: 100%;
    padding-top: 80px;
    text-align: center;
}

.site-navigation2 ul.menu{
    text-align: center;
    justify-content: center;
}


    .ccmenu {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 80px;
}

.footer_text {
	width: 100%;
	text-align: center;
}
.footer_text .textwidget {
	width: 100%;
}
.ccmenu {
    width: 100%;
    float: none !important;
    padding-top: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_icon {
	width: 100%;
	justify-content: center !important;
	padding-bottom: 20px;
}
.social_icon img{
	margin: 5px !important;
	 
}
 .footer_menu {
    float: left;
    width: 100%;
     padding-bottom: 20px !important;
     padding-top: 20px !important;
}

.footer_menu a {
   	padding: 15px 0px;
    font-size: 14px !important;
    display: block;
}
.bottom2 {
		margin-top: 0px;
	}
.footer_menu .textwidget .menu1 {
	padding-bottom:25px;
}
 .footer_menu .textwidget .menu2{
	padding-left:0px;
    padding-top:20px;
}
	.footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.footer_top_inner{
		padding-top: 50px;
		padding-bottom: 10px;
		display: block;
	}
  .footer_bottom_inner {
		padding-top: 10px;
		padding-bottom: 50px;
		display: block;
	}
	.copyrightInner, .footer_top {padding-left: 20px; padding-right: 20px;}
	.footer_top {padding-top: 0px;}
	.footer_left, .footer_mid,
	.bottom1, .bottom2 {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
		padding-top: 5px;
        display: block;
	}
    
    .footer_left{
    	display: flex;
    	justify-content: center!important;
    	padding-bottom: 30px;
    	padding-top: 10px;
    	width: 100%;
    }


    .footer_left a {
    	float: none; width: 100%;
    	display: block;
    	text-align: center;
    	padding-bottom: 0px;
    }
    
    .footer_mid div {
            padding-left: 0px;
        }
        
    
    .footer_menu .textwidget {float:none;width:100%; padding-bottom:20px;text-align: center;}
    
    
    .home .footer, .footer {
    	background: #020202 !important;
    }
   .elementor-button[type="submit"] {
    background-color: #fff !important;
    color: #000 !important;
} 
	
}

@media (min-width:768px) and (max-width:1024px) {

header.myheader {
   padding-left: 10px;
   padding-right: 10px;
   display: block;
}
body.home .headermain-wrap{
	background:#0006ff!important}


header.myheader .site-navigation {
	display: none !important;
}


header.myheader .site-navigation2 {
    float: left;
    width: 70%;
    padding-top:2px;
}

.ccmenu {
	width:50%;
}
.mean-container a.meanmenu-reveal {
    top: -20px !important;}
.mobile-menu.mean-container {
    position: absolute;
    right: 0px;
	 top: 30px;
}

 .footer_menu {
	width: 100%;
	
}

.footer  .footer_top_inner,
 .footer_bottom_inner{
	padding-left: 20px;
	padding-right: 20px;
}

.footer a { 
	font-size: 12px;
}


.social_icon a{
	padding-right: 0px;
	font-size: 13px!important;
}
.social_icon img{
	margin-left: 5px;
	
}

.footer_right img{
	max-width:40px !important;
	margin-left: 10px;
}

header.myheader .site-navigation {
	display: none !important;
}

body.page-template-elementor_theme .site-main, body:not([class*=elementor-page-]) .site-main {
	padding-left: 20px !important;
    padding-right: 20px !important;
}



.footer_right {
	justify-content: flex-end;
    display: flex;
}

.footer_menu {
    padding-bottom: 0px;
}

.footer_menu a {
   padding: 20px 20px 20px 0px;
}

}

@media (min-width:1024px) and (max-width:1140px) {
body.page-template-elementor_theme .site-main, body:not([class*=elementor-page-]) .site-main {
	padding-left: 20px !important;
    padding-right: 20px !important;
}


.headerInner {
	 padding-left: 20px;
	 padding-right: 20px;	 position: relative;
}

.footer {
	padding-left: 20px;
	padding-right: 20px;
}


}