<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: Master Mech
	Theme URI: http://html5blank.com
	Description: Master Mech WordPress Theme
	Version: 1.4.3
	Author: Sathish kumar (@sathishkumarbk7)
	Author URI: http://sysfore.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


@font-face {
    font-family: 'RalewayRegular';
    src: url('fonts/RalewayRegular.eot');
    src: url('fonts/RalewayRegular.eot') format('embedded-opentype'),  url('fonts/RalewayRegular.woff2') format('woff2'),  url('fonts/RalewayRegular.woff') format('woff'),  url('fonts/RalewayRegular.ttf') format('truetype'),  url('fonts/RalewayRegular.svg#RalewayRegular') format('svg');
}
@font-face {
    font-family: 'RalewayMedium';
    src: url('fonts/RalewayMedium.eot');
    src: url('fonts/RalewayMedium.eot') format('embedded-opentype'),  url('fonts/RalewayMedium.woff2') format('woff2'),  url('fonts/RalewayMedium.woff') format('woff'),  url('fonts/RalewayMedium.ttf') format('truetype'),  url('fonts/RalewayMedium.svg#RalewayMedium') format('svg');
}
@font-face {
    font-family: 'RalewayBold';
    src: url('fonts/RalewayBold.eot');
    src: url('fonts/RalewayBold.eot') format('embedded-opentype'),  url('fonts/RalewayBold.woff2') format('woff2'),  url('fonts/RalewayBold.woff') format('woff'),  url('fonts/RalewayBold.ttf') format('truetype'),  url('fonts/RalewayBold.svg#RalewayBold') format('svg');
}
body {
    font-family: 'RalewayRegular';
    font-weight: normal;
	letter-spacing: 1px;
	color: #384048;
}
.text-slider {
    position: relative;
    text-align: center;
}
.maintitle {
    padding-top: 23%;
    color: #fff;
    font-size: 55px;
    font-family: 'RalewayBold';
}
.text-slider .maintitle:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 40%;
    height: 1px;
    margin-left: -20%;
}
.text-slider .maintitle:after {
    background-color: #0f75ca;
}
.slider-btn-info {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -45px;
    left: 0;
    z-index: 100;
}
.slider-btn-info {
    text-align: center;
}
.slider-btn-info a {
    font-family: 'RalewayMedium';
    background-color: #0f75ca;
    padding: 18px 30px;
    text-align: center;
    border: 1px solid #0f75ca;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 3px;
    width: auto;
	font-size:12px;
    display: inline-block;
    outline: 0 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-btn-info a:hover {
    border: 1px solid #fff;
    background-color: rgba(255,255,255,0.40);
    text-decoration: none;
}
.slider-btn-info a:focus {
    /*border: 1px solid #fff;
    background-color: rgba(255,255,255,0.40);*/
    text-decoration: none;
}
.page-sections {
    padding: 30px 0px;
    width: 100%;
}
.widget-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    font-weight: 600;
    font-size: 32px;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 0;
    font-family: 'RalewayBold';
}
.widget-title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 3px;
    margin-left: -40px;
    background-color: #0f75ca;
}
.roll-icon-box .icon {
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 75px;
    margin: 0 auto 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.roll-icon-box .icon {
    border: 1px solid #0f75ca;
}
.roll-icon-box .icon i, .roll-icon-box .content h3 a:hover {
    color: #0f75ca;
}
.roll-icon-box .icon i {
    font-size: 26px;
}
.roll-icon-box .content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 7px 0 10px;
    color: rgb(68, 63, 63);
}
.roll-icon-box .content p {
    margin: 0;
}
.roll-icon-box {
    text-align: center;
}
.roll-button {
    position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 35px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.more-button {
    display: table;
    margin: 30px auto 0;
    clear: both;
}
.roll-button {
    background-color: #0f75ca;
    border: 1px solid #0f75ca;
}
.roll-button:hover {
    background-color: transparent;
    border: 1px solid #0f75ca;
    color: #0f75ca;
    text-decoration: none;
}
.home-watch-video .modal-header {
    padding: 10px 15px;
    background-color: #000;
    border: 0px;
}
.home-watch-video .modal-body {
    padding: 0px 15px 8px 15px;
    background-color: #000;
}
.roll-client {
    text-align: center;
}
.roll-client .client-item {
    float: none;
    display: inline-block;
    width: 19%;
    text-align: center;
    margin: 15px 0;
}
.roll-client .client-item img {
    max-width: 150px;
}

/**start here */
.event-box {
    width: 100%;
    border: 1px solid #eae8e8;
    background-color: #fff;
    padding: 0px;
    height: auto;
    margin-bottom: 10px;
}

.date-heading {
	width:100%;
	height: auto;
	 color: #0f75ca;
	font-family: 'RalewayBold';
	margin:0px;
	padding: 0px;
}

.event-date {
    width: 100%;
    position: relative;
    padding: 15px 15px;
	display: inline-block;
}
.event-date-details {
	width:100%;
	border-radius: 3px;
    padding: 8px 12px;
	display: flex;
	    margin-bottom: 10px;
	background-color: rgb(245, 245, 245);
}
.padding-left-10 {
	padding-left:10px;
}
.mm-eve-date {
    font-size: 12pt;
    font-weight: 100;
   margin-top: -10px;
    color: #0f75ca;
   font-family: 'RalewayMedium';
}
.event-country {
	width: 50%;
	float: left;
	height: auto;
	background-color:transparent;
	
}
.event-vehicle-type {
	width: 50%;
	float: left;
	height: auto;
	background-color:transparent;
	
}

.mm-eve-month {
    font-size: 20pt;
    font-weight: 100;
    line-height: 1;
    color: rgb(197, 44, 102);
    font-family: 'RalewayMedium';
}
.mm-eve-type {
    position: absolute;
    top: 12px;
    right: 12px;
    color: rgb(197, 44, 102);
    font-size: 10pt;
}
.event-details {
    width: 100%;
    position: relative;
    background-color: #0f75ca;
    border-top: 1px solid #eae8e8;
    padding: 20px 25px;
    font-family: 'RalewayMedium';
	display: flex;
        min-height:212px;
}
.event-details p {
	 color: #fff;
	letter-spacing: normal;
    font-size: 13px;
}
.mm-eve-title {
    color: #fff;
    font-size: 12pt !important;
    margin: 0px 0px 5px 0px;
    padding: 0px;
	font-family: 'RalewayBold';
}
.event-more-btn {
	text-decoration: none;
	background-color: #fff;
	padding: 8px 12px;
    color: #292C32;
    font-size: 10px;
    margin: 5px 0px;
    float: left;
    border-radius: 2px;
}
.event-more-btn:hover  {
 color: #0f75ca;
	text-decoration: none;
}

.date-icon {
	width:24px;
	height: 24px;
	margin-top: 7px;
}

.event-country-name {
	width:100%;
	height: auto;
	 color: #0f75ca;
	font-family: 'RalewayBold';
	margin:0px;
	padding: 0px;
}
.event-country-value {
	font-size: 10pt;
    font-weight: 100;
    margin-top: -6px;
    color: #0f75ca;
    font-family: 'RalewayMedium';
}

.mm-eve-more-btn {
    background-color: #0f75ca;
    border: 1px solid #0f75ca;
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}
.mm-eve-more-btn:hover {
    color: #fff;
    text-decoration: none;
}
/** end here */

.bg-white {
    background-color: #fff;
}
.border-0 {
    border: 0px;
}
.navbar {
    box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.25)
}
.navbar-nav&gt;li&gt;a {
    line-height: 50px;
    font-family: 'RalewayBold';
}
.navbar-default .navbar-nav&gt;li&gt;a {
    color: #443f3f;
    font-weight: 550;
}
.navbar-default .navbar-nav&gt;li&gt;a:active {
    color: #0f75ca;
    font-weight: 550;
}
.navbar-default .navbar-nav&gt;li&gt;a:hover {
    color: #0f75ca;
    font-weight: 550;
}
.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:focus, .navbar-default .navbar-nav&gt;.open&gt;a:hover {
    color: #0f75ca;
    background-color: transparent;
}
.bajajlog {
    float: right;
    margin-top: 24px;
    margin-right: 20px;
}
.bajajlog img {
    width: auto;
	margin: 0px 10px;
}
.user-login-dropdown {
    position: relative;
    float: right;
}
.login-btn {
    margin-top: 30px;
    position: relative;
    display: block;
    font-size: 13px !important;
    color: #443f3f !important;
    font-weight: 550;
    text-decoration: none;
    font-family: 'RalewayBold';
    outline: none;
}

.login-btn:hover {
	 color: #0f75ca !important;
    background-color: transparent !important;
	 text-decoration: none !important;
}
/******* Style Switcher *******/
.switcher-box {
    width: 212px;
    position: fixed;
    left: -212px;
    top: 160px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    z-index: 1000;
    background-color: #fff;
    border-radius: 0 0 px 0;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.switcher-box h4 {
    display: block;
    height: 40px;
    line-height: 42px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    font-family: 'RalewayBold';
    background-color: #0f75ca;
    margin-bottom: 10px;
    margin-top: 0px;
}
.switcher-box .layout-style, .switcher-box .topbar-style {
    width: 172px;
    padding: 8px 9px;
    outline: none;
    display: block;
    background: #fff;
    color: #666;
    cursor: pointer;
    border-radius: 2px;
    font-size: 12px;
    margin: 0 0 12px 20px;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.06);
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.06);
}
.sel-lag-c {
    width: 100%;
    padding: 8px 9px;
    outline: none;
    display: block;
    background: #fff;
    color: #666;
    cursor: pointer;
    border-radius: 2px;
    font-size: 12px;
    margin: 0px 0px 20px 0px;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.06);
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.06);
}
.switcher-box .bg-list {
    padding: 0 18px 0 18px;
    margin-bottom: 18px;
}
.switcher-box .bg-list li {
    display: inline-block;
    margin-right: 2px;
}
.switcher-box .bg-list li a {
    display: block;
    width: 20px;
    height: 20px;
}
.switcher-box .open-switcher {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 2px 2px 0;
    background: #0f75ca center no-repeat;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    font-size: 25px;
    color: #fff;
}
.switcher-box .open-switcher:hover {
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    color: #fff;
}
.switcher-box .open-switcher i {
    text-align: center;
    padding-top: 8px;
}
.iframe {
    border: none;
}
.select-lgu-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: 'RalewayBold';
    text-align: left;
    margin-left: 20px;
    float: left;
}
.padding-bottom-75 {
    padding-bottom: 75px;
}
.modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1;
}
.select-languages-popup {
}
.select-languages-popup .modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
}
.select-languages-popup .modal-body {
    padding: 50px;
}
.select-languages-popup .modal-header h4 {
    font-family: 'RalewayBold';
    color: #fff;
}
.select-languages-popup .modal-header {
    background-color: #0f75ca;
    padding: 15px 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0px;
}
.select-languages-popup .modal-content {
    box-shadow: none;
}
.select-languages-popup .modal-body .close {
    position: absolute;
    top: 14px;
    right: 20px;
}
.popup-btn-ok {
    background-color: #0f75ca;
    border: 0px;
    padding: 10px 25px;
    font-family: 'RalewayBold';
    color: #fff;
    border-radius: 0px;
	width: 100%;
	border-right: 1px solid #0f75ca;
	font-size:13px;
}
.popup-btn-ok:last-child {
	border-right: 0px solid #b84646;
}

.select-languages-popup .modal-body .select-lgu-label {
    margin-left: 0px;
}
.login-reg {
    font-family: 'RalewayMedium';
    background-color: #fff !important;
    padding: 18px 30px;
    text-align: center;
    border: 1px solid #fff !important;
    color: #0f75ca !important;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 3px;
    outline: 0 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.login-reg:hover {
    background-color: #0f75ca !important;
    color: #fff !important;
    border: 1px solid #0f75ca !important;
}
.page-marquee {
	width:100%;
	/* background-color: rgba(255,255,255,0.80); */
	padding: 15px 10px 10px 10px;
	position: absolute !important; 
	bottom: 0 !important;
	z-index: 1000 !important;
	font-size: 20px;
}
.language-list {
	margin:0px;
	padding: 0px;
	/*height: 210px;*/
    overflow-x: hidden;
	margin-bottom: 15px;
}
#prev {
	display:none;
}
.country-flag{
	padding-right: 5px;
	width: 30px;
    display: inline-block;
}
.language-list li {
	list-style: none;
	width: 100%;
	text-align: left;
    /*display: inline-block;*/
    background-color: #fff;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 0;
    font-size: 12px;
    border-bottom: 1px solid #d7dae0;
    color: #0f75ca;
    font-family: 'RalewayMedium';
	text-transform: uppercase;
	cursor: pointer;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.language-list li .lag-text {
    padding: 3px 10px;
    width: 100%;
    display: inline-block;
}
.switcher-box-padding {
	padding: 0px 20px;
}

.language-country-ctrl-btn {
	width:100%;
	background-color: #0f75ca;
	padding: 0px;
}
.display-flex{
	display:flex;
}
/*.language-list li:hover {
	background-color: #0f75ca;
	color: #fff;
}*/
.language-list .selected {
	background-color: #0f75ca;
	color: #fff;
}
#country-list {
	display: none;
        height: 300px;
}
#footer-btn {display: none;}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1001;
}
.inside-banner {
	width:100%;
	height:250px;
	background-size: cover;
	background-position: center;
	
}
#contact-banner {
	background-image: url(../images/inner-banner.jpg);
}
.page-subtitle {
	 font-family: 'RalewayBold';
	text-transform: uppercase;
	font-size: 20px;
}
.contact-details {
	margin:0px;
	padding: 0px;
}
.contact-details li {
	margin:0px;
	padding: 0px;
	list-style: none;
	
}
.contact-info-box {
	width: 100%;
	height: auto;
	padding: 30px 25px;
	align-items: center;
	background-color: #ebebeb;
	border-radius: 3px;
	margin: 10px 0px;
    display: flex;
	cursor: pointer;
	-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
}
.contact-info-box i {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    float: left;
	font-size: 35px;
}
.contact-info-box span {
    width: 100%;
    float: left;
    padding-left: 0px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
	text-align: left;
}

.contact-info-box:hover {
	background-color: #0f75ca;
}
.contact-info-box:hover span{
	color: #fff;
}
.contact-info-box:hover i{
	color: #fff;
}
.logged-in-user {
    color: #000;
    border-radius: 0px;
    background-color: transparent;
    border: 0;
    padding: 29px 0px 29px 0px;
    text-transform: none;
    font-size: 14px;
	 font-family: 'RalewayBold';
}
.logged-in-user:hover {
	background-color: transparent;
	color: #000;
}
.logged-in-user:focus {
	background-color: transparent !important;
	color: #000 !important;
}
.logged-in-user-dropdown {
	border-radius: 2px;
	right: 0;
	left: auto;
    }

.user-login-dropdown .dropdown .dropdown-menu {
	border-radius:0px;
	padding: 0;
	border: 0px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: #0f75ca;
}
.user-login-dropdown .dropdown .dropdown-menu li a {
	font-family: 'RalewayMedium';
	padding: 10px 20px;
	color: #fff;
	-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
}
.user-login-dropdown .dropdown .dropdown-menu li a:hover {
	background-color: #fff;
	color: #0f75ca;
}
.user-login-dropdown .dropdown .dropdown-menu li {
	border-bottom: 1px solid #d7dae0;
	
}
.user-login-dropdown .dropdown .dropdown-menu li:last-child {
	border-bottom: 0px solid #eae6e6;
	
}
.mobile-drop-nav {
	display:none !important;
}
.banner-language-selection {
	position: absolute;
    z-index: 111;
	width: 100%;
	height: auto;
	padding: 15px 10px;
	background-color: rgba(255,255,255,0.17);
	bottom: 60px;
}

/************ Champions Css Start ***********/
.champions-img img { width: 100%;}
.champions-img { margin-bottom: 20px;}
.mm-hr-line {margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #e1e4e8;
}
.champions-heading {
	margin:0px;
}
.champions-year {
	font-family: 'RalewayMedium';
	font-style: italic;
	padding-bottom: 5px;
	font-size: 20px;
}
.champions-box {
	width: 100%;
	height: auto;
	float: left;
}

/************ Champions Css End ***********/

/************ Login / Register Css Start ***********/

.login-tab-btn {
	width:100%;
	display: inline-block;
	margin-bottom: 20px;
}
.login-tab-btn ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.login-tab-btn ul li {
	margin: 0px 5px;
	color: #fff;
    padding: 8px 25px;
	list-style: none;
	display: inline-block;
	background-color: #7a868c;
	cursor: pointer;
	border: 1px solid #606a6f;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
}
.login-tab-btn ul li:hover {
	background-color: #0f75ca;
	border: 1px solid #0f75ca;
}
.login-tab-btn ul .tab-active {
	background-color: #0f75ca;
	border: 1px solid #0f75ca;
}
#register-box {
	display: none;
}

#forgot-password-box {
	display: none;
}
.login-box {
	width: 100%;
	float: left;
}

.mm-textbox-label {
	font-family: 'RalewayBold';
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
	width: 100%;
}
.mm-textbox {
	width: 100%;
    padding: 12px 20px;
    margin: 0px 0;
    display: inline-block;
    border: 0px solid #ccc;
    box-sizing: border-box;
	background-color: #ebebeb;
	border-radius: 2px;
	outline: 0 !important;
}
.mm-login-btn {
	background-color: #0f75ca;
    color: white;
    padding: 12px 20px;
    margin: 8px 0;
    border: none;
	border-radius: 2px;
    cursor: pointer;
    width: 100%;
	outline: 0 !important;
}
.mm-login-btn:hover {
    opacity: 0.9;
}
.mm-reg-btn {
	background-color: #0f75ca;
    color: white;
    padding: 12px 30px;
    margin: 8px 0;
    border: none;
	border-radius: 2px;
    cursor: pointer;
    width: auto;
	outline: 0 !important;
}
.mm-reg-btn:hover {
	opacity: 0.9;
}

.register-box {
	width: 100%;
	float: left;
}
.margin-top-0 {
	margin-top: 0px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-top-10 {
	margin-top:10px;
}

.mandatory {
	color:#FF0000;
	font-family: 'RalewayBold';
	font-size: 26px;
	position: absolute;
    margin-top: -1px;
}
#register-form-2 {
	display:none;
}
.chekbox-align {
	margin-top: 35px;
}

.chekbox-align label input {
	margin-top: 3px;
    position: absolute;
}
.chekbox-align label {
	font-weight: normal ;
	padding-right: 15px ;
	font-family: 'RalewayBold'  ;
      
}

.widauto{
    width:auto !important;
    padding-right: 15px !important;
}
.rember{
    width:auto !important;
    background: none !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.chekbox-align label span {
	padding-left: 18px;
}
.workshop-type label .w-type {
	padding-left: 20px;
    padding-right: 15px;
	font-family: 'RalewayBold';
}
.workshop-type label input {
    margin-top: 4px;
    position: absolute;
}
.declaration-title {
	font-family: 'RalewayBold';
        margin-top:30px;
	padding-bottom: 4px;
    float: left;
    width: 100%;
}
.declaration-more-btn {
	font-family: 'RalewayBold';
	font-style: italic;
	color: #384048;
}

.forgot-password-box {
	width: 100%;
	float: left;
}

/************ Login / Register Css End ***********/

/************ Gallery Css Start ***************/

.gallery-item-year {
	font-size: 40px;
	margin: 0px;
}
.margin-bottom-25 {
	margin-bottom:25px;
}
.gallery-sub-hed {
	font-family: 'RalewayMedium';
    padding-bottom: 5px;
    font-size: 15px;
}

.gallery-item-imgbox {
	width:100%;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 15px;
}

.gallery-years {
	width:100%;
	background-color:rgba(0,0,0,0.5);
	height: 100%;
	float: left;
	margin-top: 0px;
	position:absolute;
	top:0;
	    margin-bottom: 25px;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	
}
.gallery-years h4 {
	margin:0px;
	font-family: 'RalewayBold';
	font-size: 25px;
	}

.gallery-years-box {
	width:100%;
}
.imghover-zoom {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.imghover-zoom:hover {
	
	transform: scale(1.1); }
.position-relative {
	position:relative;
}
/************ Gallery Css End ***************/

/************ Popup Css Start ***************/
.modal-content {
	border-radius:2px;
	border:0px;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
	background-color:#0f75ca;
	color:#fff;
}
.modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: -8px;
    right: 3px;
    font-size: 40px;
    z-index: 99;
	outline:0;
}
.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
	
}
.mm-btn {
	background-color:#0f75ca !important;
	padding:10px 15px !important;
	color:#fff;
	border-radius:2px;
}
.mm-btn:hover {
	text-decoration:none;
	color:#fff;
	background-color:#e28686 !important;
}

/************ Popup Css End ***************/

/************ Home Client logo scroll Css Start ***************/
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/************ About Us Css Start ***************/
.about-img img {
    border: 15px solid #fff;
    box-shadow: 1px 1px 14px #ccccccdb;
}
.about-content i {
    font-size: 20px;
    padding-right: 15px;
    color: #0f75ca;
}

.about-content ul li {
    padding-bottom: 10px;
	list-style: none;
	display: flex;
}
.about-content ul {
    padding:0px;
	margin: 0px;
}

/************ About Us Css End ***************/
.height-fixed {
    height:95px;
}
/************ Home Client logo scroll Css End ***************/
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 350px;
}
.navbar-collapse.in {
    overflow-y: hidden;
}
.my-event {
		margin: 0px;
		padding: 0px;
	}
	.width-100per {
		width:100%;
	}
	.my-event li {
		
		padding: 0px;
    margin: 10px 10px;
    list-style: none;
    display: inline-block;
	width:255px;
	}	
	
	.champions-page {
		margin: 0px;
		padding: 0px;
	}
	
	.champions-page li {
		
		padding: 0px;
    margin: 10px 10px;
    list-style: none;
    display: inline-block;
	width:260px;
	}	
.champions-page .this-year-champion {
	width:300px !important;
}	
.language-list li ul {
			margin: 7px 0px 0px 0px;
			padding: 10px 5px;
			background-color: #eef3f9;
			padding: 0px;
			display: none;
		}
		.language-list li ul li {
			margin: 0px;
			padding: 5px 10px;
			border-bottom: 1px solid #d3dae2;
			color: #0f75ca;
			background-color: transparent;
		}
                .language-list li ul li:last-child {
                    border-bottom: 0px solid #0c5ea2;
                }

@media screen and (max-width: 1440px) {
/*.maintitle {
    padding-top: 12%;
    color: #fff;
    font-size: 45px;
}
	.slider-btn-info {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -56px;
    left: 0;
    z-index: 100;
}*/
}
@media screen and (max-width: 1366px) {

.maintitle {
    padding-top: 16%;
    color: #fff;
    font-size: 55px;
    font-family: 'RalewayBold';
}
}


@media screen and (max-width: 1024px) {
 .web-mastermechlogo img {
		width: 60px;
	}
.nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.bajajlog {
    float: right;
    margin-top: 27px;
    margin-right: 10px;
}    
}
@media screen and (max-width: 991px) {
	
	.navbar-header {
  float: none;
}
	.navbar-nav&gt;li&gt;a {
    line-height: 40px;
    font-family: 'RalewayBold';
}
.navbar-toggle {
  display: block;
}

.navbar-collapse.collapse {
  display: none!important;
   height: auto!important;
    padding-bottom: 0;
    overflow: auto !important;
}
.navbar-nav {
  float: none!important;
}
.navbar-nav&gt;li {
  float: none;
  border-bottom: 1px solid #f0f2f6;
   
}
.navbar-collapse.collapse.in{
  display:block !important;
}
	.navbar {
		min-height: 80px;
	}
	
	.navbar-toggle {
    position: relative;
    float: right;
    padding: 12px 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
}
	.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
}
	
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

	
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background-color: transparent;
		color: #0f75ca;
	}
	.navbar-default .navbar-nav&gt;li&gt;a {
    color: #443f3f;
    padding: 0px;
}
	#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    background-color: #f0f4f8;
    margin-right: 14px;
    border-radius: 2px;
    margin-bottom: 16px;
}
.bc_fed .fed_login_wrapper .fed_tab_menus { 
    margin: 2px !important;
}
	.web-mastermechlogo {
		float: left;
    height: auto;
    padding: 9px 10px;
    font-size: 18px;
    line-height: 20px;
	}
	.web-mastermechlogo img {
		width: 60px;
	}
	
	.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
		padding: 0px;
    margin-top: 0;
    background-color: #e5ecf0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
	.dropdown-menu&gt;li&gt;a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
		border-bottom: 1px solid #d8e0e5;
    white-space: nowrap;
}
	.user-login-dropdown {
		display:none;
	}
	.bajajlog {
    float: left;
    margin-top: 27px;
    margin-right: 20px;
    position: absolute;
    top: 0;
    right: 140px;
}
	.mobile-drop-nav {
	display:block !important;
}
}

@media screen and (max-width: 767px) {
    .contact-info-box {
        display: block;
        float: left;
        word-wrap: break-word;
       
    }
    .contact-info-box span {
        padding-top: 5px;
    }
    main {
        padding-bottom: 60px;
    }
    
    .inside-banner{
    display: none;
}
#contact-banner {
    margin-bottom: 100px;
}
	.bajajlog {
    float: left;
    margin-top: 27px;
    margin-right: 20px;
    position: absolute;
    top: 0;
    right: 50px;
}
	.web-mastermechlogo {
    float: left;
    height: auto;
    padding: 9px 10px 9px 24px;
    font-size: 18px;
    line-height: 20px;
}
	.navbar-default .navbar-nav&gt;li&gt;a {
    color: #443f3f;
    padding: 0px 30px;
}
	.navbar-toggle {
		margin-right: 25px;
	}
.maintitle {
    padding-top: 30%;
    color: #fff;
    font-size: 40px;
}
.slider-btn-info a {
    font-size: 12px;
    padding: 15px 20px;
}
.slider-btn-info {
    bottom: -70px;
}
	.roll-client .client-item {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
}

@media screen and (max-width: 480px) { 
   .champions-page .this-year-champion {
	width:auto !important;
}	
	.login-tab-btn ul li {
		    margin: 0px 0px;
		padding: 8px 12px;
		font-size: 12px;
	}
        .slider-btn-info a {
    font-size: 11px;
    padding: 15px 15px;
}
.bajajlog img {
    width: 70px;
    margin: 0px 10px;
}
.web-mastermechlogo img {
    width: 50px;
}
.navbar {
    min-height: 70px;
}

.login-form-wrapper {
    padding-top: 0px;
}
#contact-banner {
    
    margin-bottom: 100px;
}
.width-100per {
    width: 100%;
    float: left;
}
.bajajlog {
    float: left;
    margin-top: 19px;
    margin-right: 14px;
    position: absolute;
    top: 0;
    right: 50px;
}
.chekbox-align {
    margin-top: 0px;
}
.height-fixed {
	height:auto;
}
.page-sections {
    padding: 0px 0px 30px 0px;
    width: 100%;
}
.widget-title {
    margin-bottom: 10px;
}
.padding-bottom-75 {
    padding-bottom: 0px;
}
.event-details {
	display:block;
	padding: 20px 10px;
	
}
.venue-icon {
	margin-bottom:10px;
	width: 64px;
}
}


.linksa{
    color: #777;
    text-decoration: none;
}

.linksa:hover{
    color:#0f75ca;
    text-decoration: none;
}
.nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:focus, .navbar-default .navbar-nav&gt;.active&gt;a:hover {
   color: #0f75ca;
    background-color: #fff;
}

.drop-active a { color:#0f75ca !important;
    background-color: #fff;}
	
	.global-site {
		background-color: #337ab7;
    color: #fff;
    padding: 5px 15px;
    font-size: 10px;
	width:100%;
	float:left;
	}
	.global-site:hover {
		text-decoration:none;
		color:#fff;
		background-color: #205e94;
	}
	
.arabic-list {
	margin:0px 0px 25px 0px;
	padding:0px 0px 0px 0px;
}

.arabic-list li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	list-style:none;
	display:inline-flex;
	width:100%;
}	
.arabic-list-text {
	width:100%;
}
.arabic-list-icon {
	padding-left:10px;
}</pre></body></html>