/*
Theme Name: skartsproduction
Text Domain: skartsproduction
*/
body{
	font-family: 'Open Sans';
}
header{
	padding: 10px 0;
    border-bottom: 2px solid #f61818;
}
header .header-wraper {
    display: flex;
    align-items: center;
}
header .logo-wraper {
    width: 200px;
}
header .logo-wraper img {
    max-width: 185px;
}
header #site-description {
    color: #f61818;
    font-size: .8rem;
    line-height: 1.3;
    text-align: center;
}
header .menu-wraper {
    width: calc( 100% - 200px);
    text-align: right;
}
header .menu-wraper .top-nav {
    margin-bottom: 40px;
}
header .top-nav-inner {
    display: inline-block;
    vertical-align: middle;
}
header .menu-wraper .lang-switcher-wraper {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
    text-align: left;
}
header .menu-wraper ul.lang-switcher {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #f61818;
    border-radius: 5px;
}
header .menu-wraper ul.lang-switcher li {
	display: block;
	text-align: center;
	padding: 5px 10px;
    margin-top: 2px;
}
header .menu-wraper ul.lang-switcher li a {
	color: #000;
}
header .menu-wraper ul.lang-switcher li.current-lang {
    display: none;
}
header .social-wraper {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
header .social-wraper ul.social {
    padding: 0;
    margin: 0;
}
header .social-wraper ul.social li {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
}
header .social-wraper ul.social li a {
	display: inline-block;
	vertical-align: middle;
	background: #e0e0e0;
	border-radius: 50%;
	font-size: 24px;
	line-height: 1.6;
	color: #3c3c3c;
	width: 38px;
	height: 38px;
}
header .social-wraper ul.social li a:hover {
 background: #131313;
 color: #f61818;
}
header .btn-custom-reg {
    background: #b9632d;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    outline: none !important;
    box-shadow: none;
}
header .btn-custom-reg:hover {
    color: #fff;
    background: #8c481d;
}
header #burger_menu{
    display: none;
}
footer{
	background: #191919;
	font-size: 14px;
}
footer .footer-wraper-outer {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
}
footer .footer-wraper {
    width: 20%;
}
footer .footer-wraper2 {
    width: 30%;
}
footer .footer-wraper3 {
    width: 50%;
}
footer .footer-wraper3 .footer-wraper3-inner {
    display: flex;
    flex-wrap: wrap;
}
footer .footer-wraper3 .footer-wraper3-inner ul, footer .footer-wraper3 .footer-wraper3-inner iframe {
    width: 50%;
}
footer .footer-wraper3 .footer-wraper3-inner iframe{
    height: 160px;
}
footer .footer-wraper h4{
    font-size: 1rem;
    font-weight: 600;
    color: #f61818;
    display: inline-block;
    border-bottom: 1px solid #f61818;
}
footer .footer-wraper h4 a{
    color: #f61818;
    font-weight: 600;
}
footer .footer-wraper ul{
    margin: 0;
    padding: 0;
    padding-left: 0px;
    list-style-type: none;
}
footer .footer-wraper2 ul{
    column-count: 2;
}
footer .footer-wraper ul.sub-menu{
    display: none;
}
footer .footer-wraper ul li{
    padding: 5px 0;
    color: #fff;
}
footer .footer-wraper ul a{
    color: #fff;
}
footer .footer-wraper ul a:hover{
    color: #f61818;
}
footer #copyright{
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}
nav#menu ul.menu{
	list-style-type: none;
    margin: 20px 0;
    display: flex;
    justify-content: flex-end;
}
nav#menu ul.menu li{
	margin: 0 5px;
	position: relative;
}
nav#menu ul.menu li:last-child{
	margin-right: 0;
}
nav#menu ul.menu li a{
	color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    padding: 3px 7px;
}
nav#menu ul.menu li a:hover{
	color: #f61818;
}
nav#menu ul.menu li.current-menu-item>a{
	background: #f61818;
	color: #fff;
}
nav#menu ul.menu li:hover ul.sub-menu{
	display: block;
}
nav#menu ul.menu ul.sub-menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: -10px;
    background: #fff;
    min-width: 170px;
    border: 1px solid #ddd;
    z-index: 9;
    display: none;
}
nav#menu ul.menu ul.sub-menu li{
    display: block;
    margin: 10px 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
}
nav#menu ul.menu ul.sub-menu li:last-child {
    border-bottom: none;
}
nav#menu ul.menu li.menu-item-has-children {
    padding-right: 10px;
    margin-right: 20px;
}
nav#menu ul.menu li.menu-item-has-children:after {
    content: '';
    border: solid #f61818;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    margin: 0px 3px 2px 10px;
    position: absolute;
    top: 5px;
    right: -8px;
}
#preloader {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #151515;
    /*display: none;*/
}
#preloader img{
	display: block;
    width: 100%;
    max-width: 350px;
    position: absolute;
    left: calc(50% - 175px);
    top: calc(50% - 150px);
}
.heading {
	font-size: 2.3rem;
	padding: 5px 0;
	margin: 0px;
	margin-top: 30px;
	display: inline-flex;
}
.heading.heading-underline{
	border-bottom: 2px solid #f71818;
	margin-bottom: 30px;
}
.title {
    font-size: 1.5rem;
    padding: 5px 0;
    margin: 0px;
    display: inline-flex;
}
.subtitle {
    font-size: 1.1rem;
    padding: 5px 0;
    margin: 0px;
    display: inline-flex;
}
.title-underline{
	border-bottom: 2px solid #f71818;
	margin-bottom: 20px;
}
.single-banner {
	width: 100%;
}
a{
    color: #0d3182;
    font-weight: 500;
    text-decoration: none !important;
}
.btn-custom {
    margin: 5px 0;
    border: none;
    font-weight: normal;
    background: #0d3182;
    color: #fff;
    font-size: 1rem;
    padding: 7px 20px;
    text-decoration: none;
    display: inline-block;
}
.btn-custom:hover {
    background: #f71818;
}
.gap-medium {
    padding: 1rem;
}
.gap-small {
  padding: .6rem;
}
.custom-tab .tab-headings {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.custom-tab .tab-heading {
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    margin-right: 5px;
}
.custom-tab .tab-heading:hover, .custom-tab .tab-heading.active {
    color: #fff;
    border-color: #f71818;
    background: #f71818;
}
.custom-tab .tab-body {
    display: none;
}
.custom-tab .tab-body.active {
    display: block;
}
.intro {
	font-size: 1rem;
	margin: 0;
	padding: 15px 0;
}
.gallery-container{
    background: url('images/bg1.jpg');
    background-size: unset;
}
.page-template-template-gallery-page .heading.heading-underline {
    margin-bottom: 30px;
}
.gallery-wraper {
    display: flex;
    flex-wrap: wrap;
    margin: 35px 0;
}
.gallery-wraper .single-gallery-item img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.gallery-wraper .single-gallery-item img:hover {
    transform: scale(1.1);
}
.gallery-wraper .single-gallery-item {
    position: relative;
    width: calc( (100% - 60px) / 3 );
    margin: 10px;
    overflow: hidden;
}
.gallery-wraper .single-gallery-item .play-icon, .current-act-wraper .single-activity .play-icon, .testimonials-wraper .single-testimonial .play-icon, .member-profile-video-wraper .single-video .play-icon {
    font-size: 75px;
    line-height: .5;
    position: absolute;
    left: calc(50% - 37.5px);
    top: calc(50% - 18.5px);
    color: rgba(48, 48, 49, 0.93);
}
.gallery-wraper .single-gallery-item:hover .play-icon, .current-act-wraper .single-activity:hover .play-icon, .testimonials-wraper .single-testimonial:hover .play-icon, .member-profile-video-wraper .single-video:hover .play-icon {
    color: #ff0000;
}
.owl-prev span.left-angle, .owl-next span.right-angle {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -8px;
    margin-left: -8px;
    border: 2px solid #5d5d5d;
    border-right: 0;
    border-bottom: 0;
}
.owl-prev span.left-angle:hover, .owl-next span.right-angle:hover {
    border-color: #f61818;
}
.owl-prev span.left-angle{
    transform: rotate(-45deg);
}
.owl-next span.right-angle {
    transform: rotate(135deg);
}
.owl-prev, .owl-next {
    position: absolute;
    top: 15%;
    font-size: 35px;
    outline: none !important;
}
.owl-prev {
    left: -45px;
}
.owl-next {
    right: -30px;
}
.owl-theme .owl-dots .owl-dot {
    outline: none !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f61818;
    outline: none !important;
}
.single-page-banner{
	width: 100%;
}
/***** Home Page Start *********/
.home .welcome-section {
    background: url(images/welcome-bg.jpg);
    background-size: cover;
    background-position: right bottom;
    padding: 80px 0;
}
.home .title {
    font-size: 2.5rem;
    padding: 5px 0;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 800;
    color: #f61818;
    display: block;
    text-align: center;
}
.home .welcome-text .title {
    text-align: left;
}
.home .welcome-text .title span {
    font-weight: 600;
    display: block;
}
.home .welcome-text.mr .title span {
    font-weight: 500;
    display: block;
}
.home .welcome-text {
    display: flex;
    flex-wrap: wrap;
}
.home .welcome-text .title {
    align-self: flex-end;
}
.home .welcome-img img {
    width: 100%;
}
.home .intro {
    font-weight: 600;
    line-height: 1.7;
}
.home .services-section {
    background: url(images/services-bg.jpg);
    background-size: cover;
    background-position: right bottom;
    padding: 50px 0;
}
.home .services-section .title {
    margin-bottom: 30px;
}
.home .services-section .services_desc, .services-page .services_desc, .service-page .service_description {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.services-page .services_desc {
 /* background: rgba(255,255,255,.5);*/
}
.home .registrations-section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left bottom;
    padding: 50px 0;
}
.home .registrations-section .title {
    color: #fff;
    text-align: left;
}
.home .registrations-section .intro {
    color: #fff;
}
.home .registrations-section .btn-custom-reg, .home .partnership-section .btn-custom-partnership {
    background: #c36e38;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0;
    padding: 6px 20px;
    outline: none !important;
    box-shadow: none;
}
.home .registrations-section .btn-custom-reg:hover, .home .partnership-section .btn-custom-partnership:hover {
    background: #ae5923;
}
.home .services-section .title {
    margin-bottom: 30px;
}
.home .partnership-section {
    padding: 50px 0;
    text-align: center;
}
.home .partnership-section .title {
    margin-bottom: 30px;
}
.home .testimonials-section {
    background: #edeef0;
    padding: 50px 0;
}
.home .testimonials-section .title {
    margin-bottom: 30px;
}
.home .awards-section {
    padding: 50px 0;
}
.home .awards-section .title {
    margin-bottom: 30px;
}
.home .awards-section .single-award {
    padding: 15px;
}
.home .awards-section .award-name {
    font-size: 16px;
    line-height: 1.6;
    color: #444649;
    padding: 10px 0 0 0;
    text-align: center;
}
.home .awards-section .award-year {
    text-align: center;
    color: #818182;
    font-size: 14px;
}
.home .current-act-section {
    background: #e6e6e6;
    padding: 50px 0;
}
.home .current-act-section .title {
    margin-bottom: 30px;
}
.home .current-act-section .single-activity, .home .testimonials-section .single-testimonial {
    margin: 15px;
    border: 1px solid #807d7d;
}
.home .current-act-section .single-activity .img-outer, .home .testimonials-section .single-testimonial .img-outer, .member-profile-video-wraper .img-outer{
    position: relative;
}
.home .current-act-section .activity-name, .home .testimonials-section .testimonial-name {
    font-size: 16px;
    line-height: 1.6;
    color: #444649;
    padding: 10px 10px;
}
.home .owl-prev, .home .owl-next {
    top: 35%;
}
/***** Home Page End *********/
/***** Contact Page Start *********/
.contact-page{
    background: url('images/bg4.jpg');
    background-size: unset;
}
.branches .contact-address-inner {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
}
.contact-form {
    border-left: 1px solid #0d3182;
}
.contact-form label {
    display: block;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
    display: block;
    width: 100%;
    padding: 5px;
}
.contact-form .btn-custom {
    float: right;
}
.contact-form .form-heading {
	background: #0d3182;
	color: #fff;
	margin-bottom: 15px;
	padding: 7px;
}
.map-outer iframe{
	width: 100%;
	height: 350px;
}
/***** Contact Page End *********/
/***** Team Page Start *********/
.page-template-template-team-page .team-container {
    background: url('images/bg3.jpg');
    background-size: unset;
}
.page-template-template-team-page .title {
    margin-left: 10px;
    margin-right: 10px;
}
.founder-wraper {
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
    margin: 10px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: .25rem;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.founder-wraper .thumbnail {
    width: 35%;
}
.founder-wraper .thumbnail-outer {
    overflow: hidden;
}
.founder-wraper .thumbnail img {
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.founder-wraper .thumbnail img:hover {
	transform: scale(1.1);
}
.founder-wraper .thumbnail h3 {
	font-size: 1.25rem;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #ccc;
}
.founder-wraper .intro {
    width: 65%;
    padding: 0 20px;
    line-height: 1.6;
    align-self: center;
}
.team-wraper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.team-wraper .team-single-item{
    width: calc( (100% - 60px) / 3 );
    margin: 10px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
}
.team-wraper .team-single-item:hover {
	transform: scale(1.05);
}
.team-wraper .thumbnail img {
	width: 100%;
	max-height: 359px;
	object-fit: cover;
}
.team-wraper .thumbnail h3 {
    font-size: 1.25rem;
    margin: 0;
    padding: 10px 10px 5px 10px;
    text-align: center;
}
.team-wraper .designation {
	font-size: .97rem;
	margin: 0;
	padding: 0 10px 5px 10px;
	text-align: center;
}
.team-wraper .contact {
	font-size: 1rem;
	margin: 0;
	padding: 0 10px 15px 10px;
	text-align: center;
}
.team-wraper .contact a{
	text-decoration: none !important;
}
.team-wraper .contact a:hover{
	color: #f71818;
}
.team-wraper .intro {
	font-size: 1rem;
	margin: 0;
	padding: 0 10px 15px 10px;
	text-align: center;
}
/***** Team Page End *********/
/***** Services Page Start *********/
.post-type-archive-services #container, .single-services #container{
    background: url('images/bg2.jpg');
    background-size: contain;
}
.services-page, .service-page{
    background: rgba(255,255,255,.5);
}
.title-center {
	text-align: center;
}
.services-wraper {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 40px 0;
}
.services-wraper .single-service{
    width: calc( (100% - 120px) / 4 );
    margin: 15px 15px;
    padding: 30px 20px;
    text-align: center;
    overflow: hidden;
    border: 2px solid #807d7d;
}
.post-type-archive-services .services-wraper .single-service {
    background: #f2f2f2;
}
.services-wraper .single-service a {
    color: #000;
}
.services-wraper .single-service img {
	transition: all 0.3s ease-in-out;
	max-width: 150px;
}
.services-wraper .single-service:hover img{
	transform: scale(1.05);
}
.services-wraper .single-service a:hover {
    color: #f71818;
}
.services-wraper .single-service h2 {
    font-size: 1.25rem;
    margin: 0;
    padding: 25px 10px 5px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
/***** Services Page End *********/
/***** Single Service Page Start *********/
.service-wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 35px 0;
}
.service-wraper .single-service-item {
    width: calc( (100% - 50px) / 2 );
    margin: 12px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.service-wraper .single-service-item .thumbnail-outer {
    position: relative;
}
.service-wraper .single-service-item .thumbnail-outer img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    background: #dedede;
}
.service-wraper .single-service-item .service-title {
    font-size: 1.1rem;
    padding: 10px 15px 0;
    margin: 0px;
    font-weight: 600;
    text-align: center;
}
.service-wraper .single-service-item .service-video {
	font-size: 1rem;
    margin: 0;
    padding: 0 15px 10px;
    background: #fff;
    text-align: center;
}
.service-wraper .single-service-item .play-icon {
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    font-size: 30px;
    color: rgba(48, 48, 49, 0.93);
}
.service-wraper .single-service-item span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
}
.service-wraper .single-service-item a:hover, .service-wraper .single-service-item a:hover .play-icon {
    color: #ff0000;
}
/***** Single Service Page End *********/
/***** About Page start *********/
.page-template-template-about-page #container{
    background: url('images/bg5.jpg');
    background-size: unset;
}
.page-template-template-about-page #container .row{
    background: rgba(255,255,255,.5);
}
.page-template-template-about-page .intro {
    padding: 0 0 15px 0;
}
.page-template-template-about-page .item-list {
    padding-left: 20px;
}
.page-template-template-about-page .item-list li.single-item {
    padding: 7px 0;
}
.page-template-template-about-page .item-list li.single-item:last-child {
    padding: 7px 0;
    border-bottom: none;
}
.page-template-template-about-page .btn-link.btn-link {
    color: #f61818;
    text-decoration: none !important;
    display: block;
    width: 100%;
    text-align: left;
}
/***** About Page End *********/
/***** Registrations Form Page Start *********/
.registration-page {
    background: url(images/services-bg.jpg);
    background-size: contain;
    background-position: center center;
    padding-bottom: 50px;
}
form#RegiForm>.row, form#UpdateMemberForm>.row{
  border: 1px solid #ccc;
}
#RegiForm .error, #UpdateMemberForm .error{
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
#RegiForm .form-group.error-true input, .form-group.error-true select, .form-group.error-true textarea, .form-group.error-true .custom-file label, #UpdateMemberForm .form-group.error-true input, .form-group.error-true select, .form-group.error-true textarea, .form-group.error-true .custom-file label{
  border-color: #dc3545;
}
#RegiForm .tnc-label, #UpdateMemberForm .tnc-label {
    padding-top: 15px;
    margin: 0;
}
#RegiForm .tnc-label input[type=checkbox], #UpdateMemberForm .tnc-label input[type=checkbox] {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
#RegiForm .tnc-label a, #UpdateMemberForm .tnc-label a {
    color: #dc3545;
}
#RegiForm .tnc-label a:hover, #UpdateMemberForm .tnc-label a:hover {
    color: #f61818;
}
#RegiForm  .btn_regi_outer i, #UpdateMemberForm  .btn_regi_outer i{
    font-size: 18px;
    margin: 0 10px;
    color: #f61818;
    display: none;
}
#RegiForm  .btn_regi_outer i.active, #UpdateMemberForm  .btn_regi_outer i.active{
    display: inline-block;
}
/***** Registrations Form Page End *********/
/***** Member Profile Page Strat *********/
.member-section .owl-prev, .member-section .owl-next {
    top: 40%;
}
.member-section .member-profile-wraper, .member-section .member-profile-video-wraper {
    margin-bottom: 30px;
}
.member-section .owl-carousel .owl-item img {
    max-height: 467px;
    object-fit: contain;
    background: #f2f2f2;
}
.member-section h1.entry-title, .emnf h1.entry-title {
    margin-top: 87px;
    margin-bottom: 87px;
    font-size: 2rem;
}
.member-section .profile-data .label{
    font-weight: 600;
}
.member-section  .row.profile-data {
    margin-bottom: 30px;
}
.member-section  .row.profile-data div {
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    word-break: break-all;
}
.member-section .share_button {
    text-align: right;
    margin-bottom: 15px;
}
.member-section .share_button img {
    max-width: 80px;
}
.member-section .sl-profile a {
    font-size: 18px;
    margin: 0 5px;
}
body.page-template-template-member-page header .menu-wraper .lang-switcher-wraper{
    display: none !important;
}
body.page-template-template-member-page header .btn-custom-reg {
    margin-right: 0;  
}
/***** Member Profile Page End *********/
/***** Edit Member Page Start *********/
body.page-template-template-edit-member-page header .menu-wraper .lang-switcher-wraper{
    display: none !important;
}
body.page-template-template-edit-member-page header .btn-custom-reg {
    margin-right: 0;  
}
#UpdateMemberForm label[for="photo1"], #UpdateMemberForm label[for="photo2"], #UpdateMemberForm label[for="photo3"], #UpdateMemberForm label[for="photo4"], #UpdateMemberForm label[for="yt_video1_id"], #UpdateMemberForm label[for="yt_video2_id"], #UpdateMemberForm label[for="yt_video3_id"], #UpdateMemberForm label[for="yt_video4_id"] {
    display: block;
}
#UpdateMemberForm .pimg{
	width: 50px;
	max-height: 40px;
	object-fit: contain;
	margin-right: 10px;
}
#UpdateMemberForm .custom-file {
    width: calc(100% - 65px);
}
#UpdateMemberForm .custom-file.full-width {
    width: 100%;
}
/***** Edit Member Page End *********/
/***** tnc Page Start *********/
.tnc-section{
    width: 100%;
    word-break: break-all;
}
#rf_tnc .rf_title {
    font-weight: 700;
    margin: 20px 0;
}
#rf_tnc, #rf_tnc_input_wrapper{
    display: none;
    word-break: break-word;
}
#rf_tnc.active, #rf_tnc_input_wrapper.active{
    display: block;
}
/***** tnc Page End *********/
@media screen and (min-width:1600px){
	.container{
		max-width: 90%;
	}
}
@media screen and (max-width:767px){
	#preloader img {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
    header .menu-wraper ul.lang-switcher li a {
        font-size: 14px;
    }
    header .menu-wraper ul.lang-switcher li {
        padding: 0px 10px;
        margin-top: 0px
    }
    header .btn-custom-reg {
        margin: 10px 0px;
        padding: 5px 3px;
        font-size: 13.5px;
    }
    header .social-wraper {
        display: block;
    }
    header .social-wraper ul.social li a {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }
    header .header-wraper {
        padding-right: 0;
        padding-left: 0;
    }
    header .menu-wraper {
        width: calc( 100% - 170px);
        text-align: right;
        padding-right: 15px;
        position: relative;
    }
    header .menu-wraper .top-nav {
        margin-bottom: 0px;
    }
    header .logo-wraper {
        width: 170px;
        text-align: center;
    }
    header .logo-wraper img {
        max-width: 150px;
    }
    footer {
        padding-top: 15px
    }
    .heading {
        font-size: 1.6rem;
        padding: 2px 0;
        margin-top: 20px;
    }
    .heading.heading-underline {
        margin-bottom: 20px;
    }
    .title {
        font-size: 1.3rem;
        padding: 2px 0;
    }
    .subtitle {
        font-size: 1.1rem;
        padding: 2px 0;
    }
    .list-wraper .title-underline {
        margin-bottom: 10px;
    }
    .intro, .team-wraper .intro, .page-template-template-about-page .item-list, .team-wraper .designation, .team-wraper .contact, .contact-address-inner, .contact-form .form-heading, .contact-form label {
        font-size: .9rem;
    }
    .gap-medium {
        padding: .6rem;
    }
    .gap-small {
      padding: .4rem;
  }
  .services-wraper {
    padding: 10px 0;
}
.services-wraper .single-service {
    width: calc( (100% - 30px) / 2 );
    margin: 10px auto;
    padding: 15px 10px;
    border: 1px solid #807d7d;
}
.services-wraper .single-service img {
    max-width: 60px;
}
.services-wraper .single-service h2 {
    font-size: .9rem;
    padding: 15px 0px 5px 0px;
}
.service-wraper {
    margin: 5px 0;
}
.service-wraper .single-service-item {
    width: 100%;
    margin: 5px 5px 15px;
}
.service-wraper .single-service-item .thumbnail-outer img {
   max-height: 100%;
}
.service-wraper .single-service-item .service-title {
   font-size: 1rem;
   padding: 10px 10px 0;
}
.service-wraper .single-service-item .service-video {
   font-size: .9rem;
   padding: 0 10px 10px;
}
.service-wraper .single-service-item .play-icon {
   padding-top: 5px;
   font-size: 25px;
}
.service-wraper .single-service-item span {
   padding-top: 5px;
}
.gallery-wraper .single-gallery-item .play-icon, .current-act-wraper .single-activity .play-icon, .member-profile-video-wraper .single-video .play-icon {
    font-size: 60px;
}
.founder-wraper {
    padding: 10px;
}
.founder-wraper .thumbnail {
    width: 100%;
}
.founder-wraper .thumbnail h3 {
    font-size: 1.1rem;
}
.founder-wraper .intro {
    width: 100%;
    padding: 10px 5px;
}
.team-wraper .team-single-item {
    width: 100%;
}
.team-wraper .team-single-item:last-child {
    margin-bottom: 0px;
}
.team-wraper .thumbnail h3 {
    font-size: 1.1rem;
}
.custom-tab .tab-heading {
    padding: 3px 5px;
    margin-right: 5px;
    font-size: .9rem;
}
.gallery-wraper .single-gallery-item {
    width: 100%;
    margin-bottom: 20px;
}
.btn-custom {
    margin: 5px 0;
    font-size: .9rem;
    padding: 5px 15px;
}
.contact-form {
    margin-bottom: 20px;
}
.contact-form {
    border-left: none;
}
header .top-nav-inner {
    text-align: right;
}
header #burger_menu{
    display: inline-block;
    vertical-align: middle;
}
header #burger_menu.open {
    z-index: 99999;
    top: 15px;
    right: 20px;
    bottom: auto;
    position: absolute;
}
header nav#menu .menu-main-menu-en-container, header nav#menu .menu-main-menu-mr-container {
    display: none;      
}
header nav#menu.open .menu-main-menu-en-container, header nav#menu.open .menu-main-menu-mr-container {
    display: block;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    text-align: center; 
}
header nav#menu ul.menu{
    padding: 0;
    flex-wrap: wrap;
}
header nav#menu li {
    display: block;
    width: 100%;
    padding: 7px 20px;
}
header nav#menu ul.menu li a {
    color: #fff;
    font-size: 18px;
}
header #burger_menu:before {
    content: "\f0c9";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    color: #111;
    margin: 5px 0 0px 10px;
    display: inline-block;
}
header #burger_menu.open:before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 21px;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
}
body.menu-open {
    overflow: hidden;
}
header nav#menu ul.menu li.menu-item-has-children:after {
    display: none;
}
header nav#menu ul.menu ul.sub-menu {
    display: block;
    position: static;
    background: none;
    border: none;
}
header nav#menu ul.menu ul.sub-menu li{
    border-bottom: none;
    margin: 7px 0;
}
header nav#menu ul.menu ul.sub-menu a{
    font-size: 14px;
}
header nav#menu ul.menu li.menu-item-has-children{
    margin: 0;
    padding: 0;
}
.home .title {
    font-size: 1.3rem;
}
.home .welcome-section {
    background-position: left top;
    padding: 30px 0;
}
.home .current-act-section, .home .services-section, .home .partnership-section, .home .testimonials-section, .home .awards-section {
    padding: 30px 0;
}
.home .services-section .services_desc, .services-page .services_desc, .service-page .service_description {
    width: 100%;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.owl-prev span.left-angle, .owl-next span.right-angle {
    width: 20px;
    height: 20px;
}
.home .current-act-section .title, .home .partnership-section .title, .home .testimonials-section .title, .home .awards-section .title {
    margin-bottom: 15px;
}
.home .services-section .title{
    margin-bottom: 0px;
}
.services-page {
    padding-bottom: 30px;
}
.home .current-act-section .activity-name {
    font-size: 14px;
}
.home .registrations-section {
    background-size: cover;
    background-position: right bottom;
    padding: 30px 0;
}
.home .registrations-section .btn-custom-reg, .home .partnership-section .btn-custom-partnership {
    font-size: 14px;
}
.home .testimonials-section .testimonial-text {
    font-size: .9rem;
    font-weight: 600;
}
.home .awards-section .award-name {
    font-size: 16px;
}
.home .awards-section .award-year {
    font-size: 14px;
}
.pp_expand{
    display: none !important;
}
footer .footer-wraper-outer{
    padding: 0;
}
footer .footer-wraper {
    width: 40%;
    padding: 15px;
}
footer .footer-wraper2 {
    width: 60%;
}
footer .footer-wraper3 {
    width: 100%;
    padding-top: 0px;
}
footer .footer-wraper3 .footer-wraper3-inner ul, footer .footer-wraper3 .footer-wraper3-inner iframe {
    width: 100%;
    padding-bottom: 15px;
}
footer .footer-wraper3 .footer-wraper3-inner iframe {
    height: 200px;
}
footer .footer-wraper h4{
   font-size: 1rem;
}
footer .footer-wraper ul, footer .footer-wraper ul a {
   color: #fff;
   font-size: .9rem;
}
.registration-page {
    padding-bottom: 30px;
}
.member-section .member-profile-wraper, .member-section .member-profile-video-wraper {
    margin-bottom: 20px;
}
.member-section .share_button {
    text-align: center;
    margin-bottom: 20px;
}
.member-section .row.profile-data div {
    border-top: none;
    padding: 0 15px 10px 15px;
    font-size: .9rem;
}
.member-section .row.profile-data div.label {
    border-top: 1px solid #ddd;
    padding: 10px 15px 0px 15px;
}
.member-section h1.entry-title {
    font-size: 1.5rem;
}
.member-section .owl-carousel .owl-item img {
   max-height: 450px;
}
}