@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');


body {
    
    font-family: 'Raleway', sans-serif;
    color: #333333;
    background:#fff;
    font-size: 16px;
}
.container{
    width: 100%;
    max-width: 1200px;
}
.site-wrapper{
    position: relative;
    margin: 0 auto;
    background: #fff;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
.site-wrapper:after,.site-wrapper:before{
    display:table;content:" ";
}
a {
    color: #f69220;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
a:hover {
    color: #9f2122;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}

ul {
    padding-left: 25px;
}

li {
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    text-transform: uppercase;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}
.colored-text{
    color: #f1a722;
}
a.btn,button.btn {
    display: inline-block;
    padding: 0px 20px;
    border: 2px solid #F69220;
    background: #F69220;
    height: 46px;
    line-height: 42px;
    margin: 5px 0;
    transition: all 0.3s ease 0s;
    color: #fff;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 23px;
}
a.btn:hover, button.btn:hover,a.btn:focus,button.btn:focus{
    background: none;
    color: #fff;
    border-color: #F69220;
}
a.btn.transparent-white-color{
    background: transparent;
    border: 2px solid #fff;
}
a.btn.transparent-white-color:hover{
    background: #d99214;
    border: 2px solid #d99214;
}

input[type=text],input[type=tel] ,input[type=email] {
    border: 1px solid #3a434d;
    background: #fff;
    color:#4d4d4e;
    box-shadow: none;
    padding: 7px 10px;
    width: 100%;
}
textarea {
    resize: none;
    border: 1px solid #3a434d;
    background: #fff;
    padding: 10px;
    color:#4d4d4e;
    width: 100%;
    font-size: 14px;
}
.feat-img img{
    max-width: 100%;
}
.figure img {
    max-width: 100%;
}
p{
    font-family: 'Raleway', sans-serif;
}
.orange-text{
    color: #f69220;
}



/*==== Default Nav Stylings ====*/

.default-nav {
					float:left;
					width:calc(100% - 340px);
					
				}
				.default-nav li {
  list-style-type: none;
  margin-bottom: 0;
  position: relative;
}
.default-nav .nav-content > ul > li{
	margin:0 25px;
}
.default-nav .nav-content ul > li > a{
	padding:0 3px;
}
				.default-nav li a {
  padding: 0px 20px 0 6px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
.default-nav li a:hover{
	color:#f69220;
	box-shadow:0 1px 0 #f69220;
}

.nav-content {
  padding: 8px 0 0 0;
  text-align:center;
}
				.default-nav .nav-content > ul > li{
					float: none;
					text-align:left;
					display:inline-block;
				}
				.default-nav li.parent-li > ul{
					position:absolute;
				}
				.default-nav .def-submenu li:first-of-type{
					padding-top:5px;
				}
				.default-nav .def-submenu li:last-of-type{
					padding-bottom:5px;
				}
				.default-nav li.parent-li ul {
  background: #333333 none repeat scroll 0 0;
  font-size: 16px;
  height: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 200px;
}
				.default-nav li.parent-li ul.in{
					height:auto !important;
					opacity:1;
					visibility:visible !important;
				}
				
				.default-nav li.parent-li li ul{
					left:100%;
					top:0;
				}
				.default-nav li.parent-li li a {
  font-size: 14px;
  padding: 5px 0 5px 10px;
  text-transform:capitalize;
}
				
				.default-nav li.parent-li li{
					width:100%;
				}
				.default-nav li.parent-li li a{
					display:inline-block;
					width:100%;
					vertical-align:top;
				}


/*==== Video Modal Stylings ====*/
.modal.centered-modal {
    text-align: center;
}
.centered-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-dialog {
    margin: 30px auto;
    max-width: 680px;
    width: 100%;
}
.video-modal .modal-content {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    border:none;
    box-shadow:none;
    padding: 0 15px;
}
.video-modal .modal-header .close{
    position: absolute;
    right: 15px;
    top: -6px;
    opacity:1;
    transition:all 0.3s ease 0s;
    z-index:2;
    font-size:40px;
    font-weight:bold;
    text-transform:uppercase;
    text-shadow:none !important;
    text-align:right;
    color: rgba(246,146,32,0.65);
    font-weight: normal;
}

.video-modal .modal-header .close:hover{
    color:rgba(246,146,32,1);
}
.modal.video-modal{
    background:rgba(0,0,0,0.8);
}
.video-modal .modal-body{
    padding:15px 0;
}
.video-modal .modal-content *{
    color:#fff;
}
.video-modal .modal-header{
    border-bottom:none;
}
.modal-content .media-file-embed {
    padding: 28% 0;
    position: relative;
}
.modal-content .media-file-embed iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*=== Video Modal Stylings Ends here====*/

.main-nav-one li {
  float: left;
  list-style: outside none none;
  position:relative;
}

.main-header-nav {
  float: left;
  margin: 8px 0 0 0;
}

.main-nav-one a {
  padding: 0px 15px 0 20px;
  font-size: 18px;
  font-weight: bold;
}

.sub-menu-again {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  float: left;
  font-size: 14px;
  height: 0;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  z-index: 1000;
}

.sub-menu-main:hover ul.sub-menu-again {
  height: auto;
  opacity: 1;
  visibility: visible;
}


#main-header {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#main-header.layout-header.fixed-header {
    position: fixed;
    top: 0;
    padding: 10px 15px;
    z-index: 999;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
    background: #363636;

}
.layout-header .logo {
    float: left;
    width:105px;
    padding: 10px 0px 5px;
    position: relative;
}
#main-header.innerpage-header{
    background: rgba(51,51,51,0.5);
}
.innerpage-header .logo {
    padding: 10px 0 5px 15px;
    width: 75px;
}
.layout-header.fixed-header .logo{
    width: 60px;
    padding: 3px 0 2px;
}

.layout-header .logo a img{
    max-width: 100%;
    /*width: 73px;*/
}
.header-right-sec {
    float: right;
    width: calc(100% - 105px);
    text-align: right;
    vertical-align: middle;

}
.header-right-sec > div{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.menu-trigger{
    margin-top: 15px;
    color: #fff;
    text-align: center;
    position: relative;
}
.triggering-btn {
    display: inline-block;
    height: 25px;
    margin: 0 !important;
    padding: 0 15px 0 0 !important;
    width: 105px;
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
}
.triggering-btn span.icon-bar {
    position: relative;
    right: 0;
    margin-right: -1px;
    padding-right: 25px;
    margin-top: 12px;
}
.triggering-btn span.icon-bar::after {
    -webkit-box-shadow: 0 0 0 1px #ffffff, 0 5px 0 1px #ffffff, 0 10px 0 1px #ffffff;
    box-shadow: 0 0 0 1px #ffffff, 0 5px 0 1px #ffffff, 0 10px 0 1px #ffffff;
    content: "";
    display: block;
    height: 0;
    margin-top: -4px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    transition: all 0.3s ease 0s;
}
.triggering-btn span.icon-bar::before {
    content: "";
    display: block;
    height: 0;
    opacity: 0;
    position: absolute;
    right:0;
    transform: translateX(-50%);
    top: 50%;
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
    width: 20px;
    z-index: 9;
}
.header-right-sec .header-action-btns-content{
	float:right;
	width:340px;
	text-align:right;
	padding-top:7px;
}

.pe-select-field {
    display: inline-block;
    padding-right: 0px;
    position: relative;
    margin: 0 10px;
	vertical-align:middle;
}
/*.header-right-sec .pe-select-field{
    margin-top: 12px;
}*/
.pe-select-field::after {
    color: #fff;
    content: '\f107';
    font-family: "FontAwesome";
    position: absolute;
    right: 0px;
    top: 1px;
    pointer-events: none;
    font-size: 24px;
}
.pe-select-field select {
    -moz-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    color: #fff;
    padding-right: 25px;
    text-transform: uppercase;
	-webkit-appearance: none;
	height:36px;
}
.pe-select-field:hover select,.pe-select-field:hover::after {
	color:#f69220;
}

.pe-select-field select option{
    background: #333333;
    padding: 5px;
    text-transform: uppercase;
    font-weight: normal;
	color:#fff;
}
.header-right-sec .action-btn{
    margin: 0 10px 0  15px;
	display:inline-block;
}
.header-search-field{
    position: relative;
    color: #fff;
    margin: 10px 0 5px;
}
.header-search-field .search-icon{
    padding: 0 5px;
    cursor: pointer;
}
.header-search-field .field {
    left: auto;
    position: absolute;
    right: 35px;
    min-width: 170px;
    top: -8px;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transform: translateX(8px);
    transition: all 0.3s ease 0s;
}
.header-search-field .field.in{
    width: 170px;
    opacity: 1;
    visibility: visible;
    transform: translateX(-1px);
}
.header-search-field input {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  border: medium none;
  border-radius: 20px;
  color: #f69220;
  padding-left: 20px;
  padding-right: 20px;
}


.sec-content .btn.btn-info.btn-lg {
  background: #fbda41 none repeat scroll 0 0;
  border: 2px solid #f69220;
  border-radius: 23px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 55px;
  line-height: 42px;
  margin: 5px 0;
  padding: 0 50px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.modal.in .modal-dialog {
  transform: translate(0px, 0px);
  text-align: left;
}

.sec-content .modal-header {
  border-bottom: 0px solid #e5e5e5;
  padding: 10px;
}

.close {
  color: #000 !important;
  float: right;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
  text-shadow: 0 1px 0 #fff;
}

.modal-body{
	padding:10px;}

.modal-header{
	background:#363636;}

.modal-header .close {
  margin-top: -2px;
  color: #fff !important;
  opacity: 1.00;
}

.sec-content .form-group > button {
  background: #f69220 ;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #f69220;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border: none;
  text-align: center;
  display:inline-block;
  padding: 0 70px;
  border-radius: 27px;
  height:55px;
  line-height:50px;
}

.sec-content .form-group label {
  font-family: "Raleway",sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
}


.right-panel {
    position: absolute;
    right: 5px;
    top: 21px;
}
.panel-social-links {
    margin: 60px 0 10px;
}
.panel-social-links > a {
    color: #ffffff;
    display: block;
    margin-bottom: 2px;
    padding: 5px 8px;
    margin-top: 5px;
}
.fixed-header .panel-social-links > a {
    background: #333333;
    text-align: center;
}
.panel-social-links > a:hover{
    color:#F69220;
}

#main{
    float: left;
    width:100%;
    transition: all 0.3s ease 0s;
    position: relative;
}
#main.aside-main{
    margin-left:280px;
}
.main-side-nav {
    width: 0px;
    transition: all 0.3s ease 0s;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    background: #333333;
}
.fixed-header .main-side-nav{
    top: 66px;
}
.main-side-nav a,.main-side-nav{
    color: #efeded;
}
.main-side-nav.in {
    width: 280px;
}
.main-side-nav .main-nav{
    position: relative;
    padding: 30px 0 30px 40px;
    /*overflow-y: auto;*/
    float: left;
    width: 100%;
    transform: translateX(0%);
}

.navbar{

    min-height: 0px;
    margin-bottom: 0px;
    margin-top: 15px;


}

.main-side-nav .navbar{
    padding: 40px 0 0;
    border-radius: 0;
}
.main-side-nav.in .main-nav{
    transform: translateX(0%);
}
.main-nav ul{
    padding: 0;
    margin: 0;
}
.main-nav li{
    list-style: none;
}
.main-side-nav a.close-nav{
    position: absolute;
    color: #fff;
    font-size: 20px;
    left: 40px;
    top: 25px;
    width: 16px;
    height: 16px;
    opacity: 0;
    transition: all 2s ease 0s;
}
.close-nav .cls-1{
    fill: #efeded;
}
.close-nav .cls-1:hover{
    color:#F69220;
}
.main-side-nav.in a.close-nav{
    opacity: 1;
}
.main-nav li.parent-li{
    position: relative;
}
.main-nav li{
    margin-bottom: 0px;
}
.main-nav li > a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0;
    display: inline-block;
}
.main-nav li.parent-li .caret-down {
    display: inline-block;
    height: 20px;
    position: absolute;
    vertical-align: top;
    width: 20px;
    /*margin-left: 12px;*/
    right: 10px;
    top: 6px;
}
.main-nav li.parent-li .caret-down::after {
    color: #efeded;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    height: 15px;
    left: 2px;
    line-height: 19px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 15px;
    z-index: 1;
}
.main-nav li.parent-li .caret-up::after{
    content: '\f106';
}
.main-nav li a:hover{
    color:#F69220;
}
.main-nav li.parent-li:hover .caret-down::after{
    color:#F69220;
}
.main-nav li.parent-li .sub-menu{
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0 0 0 10px;
}
.main-nav li.parent-li .sub-menu.sub-in{
    height: auto;
    visibility: visible;
    opacity: 1;
}
.main-nav .sub-menu li a{
    font-size: 14px;
    padding: 5px 0;
    text-transform: capitalize;
}
.main-nav .sub-menu li.current-menu-item a,.main-nav li.current-menu-item .caret-down::after{
    color:#F69220;
}
.main-nav .nav-social-links{
    padding: 20px 0;
    margin-top: 35px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 300;
}
.main-nav .nav-social-links span{
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 5px 0;
    text-transform: uppercase;
}
.main-nav .nav-social-links a{
    padding: 5px 7px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    margin-right: 20px;
}
.main-nav .nav-social-links a:last-of-type{
    margin-right: 0;
}
.main-nav .nav-social-links a:hover{
    color:#F69220;
}

/*==== Hero Slider ====*/

.hero-slider-sec{
    display: inline-block;
    vertical-align: top;
    width:100%;
}
.hero-slider-sec .sec-content.slick-slider{
    margin-bottom: 0;
}
.hero-slider-sec .slide-item{
    background-position: center !important;
    background-size: cover !important;
    text-align: center;
}
.hero-slider-sec .slide-item .slide-content{
    min-height: 300px;
    max-height: 550px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    color: #fff;
}
.slide-cat span{
    display: inline-block;
    position: relative;
    padding: 10px 0 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.slide-cat span::after {
    background: #fff;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 35px;
}
.hero-slider-sec h1{
}
.slick-dots li{
    margin: 0 4px;
}
.slick-dots li button {
    background: #D8D8D8;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    overflow: hidden;
}
.slick-dots li.slick-active button{
    background: #F69220;
    height: 14px;
    width: 14px;
}
.slick-dots{
    bottom: 16px;
    z-index: 9;
}
/*==== SERVICES SEC ====*/
.sec-title{
    text-align: center;
}
.sec-title h6.subtitle{
    margin: 0;
    font-size: 16px;
}
.services-sec{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 30px 0 20px;
}
.service{
    float: left;
    height: 336px;
    width: 280px;
    text-align: center;
    margin-right: 20px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.service .service-box-content{
    position: relative;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.service .feat-img{
    margin-bottom: 25px;
    margin-top: 45px;
}
.service .caption-area{
    min-height: 130px;
    display: inline-block;
    width: 100%;
    padding:5px;
    color: #262626;
}
.service .caption-area .service-criteria{
    font-size: 14px;
    text-transform: uppercase;


}
.service .caption-area h6.name{
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 20px;

}
.service .v-line{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 15px;
    height: 70px;
    background: #ccc;
    display: inline-block;
}


.v-line.yellow-line{
    background: #fbda41;
}
.v-line.red-line{
    background: #9f2122;
}
.v-line.orange-line{
    background: #f69220;
}
.v-line.black-line{
    background: #333333;
}
.service .overlay-desc{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: visible;
    transition: all 0.5s ease 0s;
}
/*.service:hover .overlay-desc{*/
    /*visibility: visible;*/
    /*opacity: 1;*/
    /*background: rgba(246, 146, 32, 0.9);*/
/*}*/
.service:hover .overlay-desc{
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
    color: white !important;
}

.service:hover .orange-text, .service:hover p, .service:hover .service-criteria{
    color: white !important;
}
.service:hover .overlay-desc h6.orange-text{
	color:#f69220 !important;
}

.overlay-desc .service-criteria{
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}
.overlay-desc h6.name{
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: bold;
}
.services-list{
    display: inline-block;
    width: 100%;
    margin: 60px 0 0;
}
.highlights-slider-sec{
    padding: 15px 0 40px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.highlights-slider-sec .slick-dots{
    bottom: -15px;
}
.highlights-content .post-item{
    padding: 0 10px;
}
.highlights-content .post-item .feat-img{
    height: 200px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
}
.post-item .short-desc-area .short-desc{
    min-height: 180px;
}
.short-desc-area .post-title{
    position: relative;
    padding:8px 25px;
    min-height: 70px;
}
.short-desc-area .post-title:after{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 70px;
    background: #ccc;
    display: inline-block;
}
.short-desc-area .yellow-line-title:after{
    background: #fbda41;
}
.short-desc-area .red-line-title:after{
    background: #9f2122;
}
.short-desc-area .orange-line-title:after{
    background: #f69220;
}
.short-desc-area .black-line-title:after{
    background: #333333;
}
.short-desc-area .post-title span.cat{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.short-desc-area .post-title h6{
    margin: 0;
    font-weight: 300;
}
.short-desc-area .short-desc{
    padding: 5px 25px;
    max-width: 365px;
}
.short-desc-area .short-desc p{
    color:#666666;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}
.slick-slide .feat-img img{
    width: 100%;
}
@keyframes videoBgAnimate {
    from, 20% {
        transform:scale(1,1);
    }
    50% {
        transform:scale(1.2,1.2);
    }
    100% {
        transform:scale(1,1);
    }
}
.videoBgAnimate {
    -webkit-animation-name: videoBgAnimate;
    animation-name: videoBgAnimate;
    animation: videoBgAnimate 25s infinite;
}
.video-triggering-sec{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.video-triggering-sec .sec-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    background-size: cover !important;
    background-position: center !important;
}
.video-triggering-sec .video-trigger  img{
    transform: scale(0.7,0.7);
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.video-triggering-sec .video-trigger img:hover{
    transform: scale(1,1) rotate(120deg);
}
.newsletter-sub-sec{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    background: #F69220;
    padding: 0 15px;
}
.newsletter-sub-sec .sec-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    flex-direction: column;
    max-width: 660px;
    margin: 0 auto;
}
.newsletter-sub-sec .description{
    padding: 10px 0;
}
.newsletter-sub-sec p{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color:#000000;
}
.newsletter-sub-sec h2{
    color:#fff;
}
.newsletter-sub-sec a.btn{
    background: #fbda41;
    color: #333333;
    width: 310px;
    height: 55px;
    border-radius: 27px;
    line-height: 52px;
    border-color:#fbda41 ;
}
.newsletter-sub-sec a.btn:hover{
    background: none;
    border-color:#fbda41;
}
.brands-slider-sec{
    display: inline-block;
    width: 100%;
    padding: 45px 0;
}
.brand-logos-content .brand{
    padding: 0 5px;
}
.brand-logos-content .brand-icon img{
    max-width: 100%;
    margin: 0 auto;
}
.brand-logos-content .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 9;
    color: #666666;
    cursor: pointer;
    line-height: 28px;
    transition: all 0.3s ease 0s;
}
.brand-logos-content .slick-arrow:hover{
    background: rgba(246,146,32,0.9);
    color: #fff;
}
.brand-logos-content .fa-angle-left{
    left: -40px;
}
.brand-logos-content .fa-angle-right{
    right: -40px;
}
#footer{
    color: #333333;
    font-size: 14px;
}
#footer a{
    color: #333333;
}
#footer a:hover{
    color:#f69220;
}
#footer ul{
    list-style: none;
    padding: 0;
}
.main-footer-sec{
    background: #F4F4F4;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 65px 0 75px;
}
.main-footer-sec .footer-column{
    float: left;
    padding: 0 15px;
}
.main-footer-sec .footer-logo-column{
    width: 17%;
}
.main-footer-sec .contact-column{
    width: 33%;
}
.main-footer-sec .helpful-links-column{
    width: 26%;
}
.main-footer-sec .social-links-column{
    width: 24%;
}
.main-footer-sec li a{
    font-weight: bold;
    text-transform: uppercase;
}
.column-heading{
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.column-heading h6{
    font-size: 14px;
    padding: 5px 0 15px 0;
    position: relative;
    font-weight: bold;
}
.column-heading h6:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #E4E4E4;
    display: inline-block;
}
.footer-logo {
    margin: 15px 0;
}
.contact-column .address p{
    line-height: 24px;
}
.social-links-column li{
    margin-bottom: 25px;
}
.social-links-column li i {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 20px;
}
.social-links-column li span{
    padding-left: 8px;
    display: inline-block;
    vertical-align: top;
}
.footer-bottom-sec{
    background: #D8D8D8;
    display: inline-block;
    width: 100%;
    padding: 35px 0 20px;
    text-align: center;
    vertical-align: top;
}
.footer-bottom-sec .sec-content{
    position: relative;
}
.footer-bottom-sec .bottom-links{
    display: inline-block;
}
.footer-bottom-sec .bottom-links ul{
    margin-bottom: 0;
}
.footer-bottom-sec .bottom-links li{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    padding: 0 10px 0 7px;
    border-right:1px solid;
    line-height: 14px;
}
.footer-bottom-sec .bottom-links li:last-of-type{
    border-right: none;
}
.footer-bottom-sec .copyright-content {
    left: 15px;
    position: absolute;
    text-align: left;
    top: 0;
}

/*--===== Football Page =====--*/
.sportsevent-overview-sec{
    background: #F4F4F4;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 45px 0 35px;
}
.sportsevent-overview-sec .description p{
    color:#666666;
    font-family: raleway;
    letter-spacing: 0.8px;
}
.overview-title,.left-align-sec-title{
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.overview-title h4,.left-align-sec-title h4{
    position: relative;
    padding: 10px 0 12px;
}
.overview-title h4:after,.left-align-sec-title h4:after{
    content:'';
    width: 60px;
    height: 1px;
    background: #f69220;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sportsevent-overview-sec .description{
    padding: 10px 0;
}
.se-main-content{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 30px 0;
}
.se-main-content .teams-list{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
}
.se-main-content .teams-list .team{
    margin-bottom: 2px;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
}
.se-main-content .teams-list .team::after {
    background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
    content: "";
    display: inline-block;
    left: 0;
    margin-bottom: 5px;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
}
.se-main-content .teams-list .team a{
    padding: 10px;
    color:#fff;
    background: rgba(0,0,0,0.35);
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 90px;
    display: flex;
    align-items: center;
}
.se-main-content .teams-list .team a:hover{
    background: rgba(246,146,32,0.9);
}
.teams-list .team h6{
    position: relative;
    padding-left: 30px;
    font-weight: bold;
}
.teams-list .team h6:before{
    content:'\f105';
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: -6px;
    color:rgba(246,146,32,1);
}
.teams-list .team a:hover h6:before{
    color:#fff;
}
table{
    font-family: 'Raleway', sans-serif;
}
.club-calender-sec table tr > th{
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 20px 6px;
    border-bottom:1px solid #dddddd;
    vertical-align: middle;
}
.club-calender-sec table tr > td{
    padding: 8px 20px;
    font-size: 12px;
    border-top:none;
    border-bottom: 1px solid #dddddd;
    vertical-align: middle;
}
.club-calender-sec td:nth-child(5){
    padding: 3px 20px;
    vertical-align: middle;
}
.club-calender-sec th:nth-child(4),.club-calender-sec td:nth-child(4){
    width: 25%;
    text-align: center;
}
.club-calender-sec td:nth-child(1),.club-calender-sec td:nth-child(3),.club-calender-sec th:nth-child(1),.club-calender-sec th:nth-child(3){
    background: #F4F4F4;
}
.club-calender-sec .table-hover tr:hover {
    background: rgba(246,146,32,1);
}
.club-calender-sec tr:hover td,.club-calender-sec tr:hover th{
    background: rgba(246,146,32,1);
    color: #fff;
}
.club-calender-sec td i.sign {
    background: #f69220;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-style: normal;
    height: 24px;
    line-height: 25px;
    text-align: center;
    width: 24px;
    font-weight: 500;
}
.club-calender-sec td.td-heading{
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 6px;
}
.club-calender-sec td.td-heading .year{
    display: block;
    margin-bottom: 5px;
    color: #333333;
}
.club-calender-sec tr:hover td .year{
    color:#fff;
}
.club-calender-sec tr:hover .orange-text{
    color: #333333;
}
.club-calender-sec tr:hover i.sign{
    background: #ffffff;
    color:#f69220;
}
#sports-pakages.secondary-bg-sec{
    background: rgba(246,146,32,1);
}
#sports-pakages.secondary-bg-sec h4{
    color: #fff;
}

/*==================*/
/*  Main Banner     */
/*==================*/

#main-banner {
    background-position: center !important;
    background-size: cover !important;
    height: 360px;
    position: relative;
    padding: 85px 0 0 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.bootstrap-breadcrumb {
    padding: 5px 0;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 8px 0px;
}
#main-banner .breadcrumb li a {
    color: #fff;
    font-family: raleway;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

#main-banner .breadcrumb li + li::before {
    color: #F69220;
    content: "|";
    padding: 0 10px;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    font-family: "Raleway",sans-serif;
}
#main-banner .breadcrumb li a {
    color: #fff;
}
.breadcrumb > .active {
    color: #f69220;

}
.main-banner-content {
    padding: 20px 0 10px;
}
.main-banner-content h1 {
    color: #f69220;
    font-weight: 400;
    margin:0px;
}
.main-banner-content h2 {
    color: #fff;
    font-weight: 400;
    margin: 5px 0 0;
    text-transform: inherit;
}

/*==================*/
/*  Sports Section  */
/*==================*/
#sports-section{
    padding-bottom:60px;
}
.sports-section-content {
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}
.sports-section-content h4 {
    color: #f69220;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.sport-test {
    margin: 30px 0 0;
}
.sport-section-image {
    align-items: center;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover!important;
    display: flex;
    flex-direction: column;
    height: 318px;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100%;
	opacity:0.7;
}
.sports-icon-pic {
    margin-bottom:45px;
}

.sport-section-overlay{
    align-items: center;
    background: rgba(0,0,0,0.4) none repeat scroll 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 1;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;

}



.sport-section-heading h6 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin:0px;
}
.sports-section-card-whole-content {
    position: relative;
	background:#000;
}
.sports-section-card-whole-content:hover .sports-icon-pic {
    opacity: 0;
    visibility: hidden;
}
.sports-section-card-whole-content:hover .sport-section-heading {
    opacity: 0;
    visibility: hidden;
}
.sports-overlay {
    align-items: center;
    background: rgba(246, 146, 32, 0.9) none repeat scroll 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
}
.sports-section-card-whole-content:hover .sports-overlay {
    opacity: 1;
    visibility: visible;
}
.sports-overlay-heading > h6 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.sports-overlay-paragraph {
    margin: 25px 0 0;
}
.sports-overlay-paragraph > p {
    color: #fff;
    font-weight: 500;
}


/*==================*/
/* Sports Pakages   */
/*==================*/


#sports-pakages {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 50px 0;
}
.pakages-content {
    padding: 5px 0 0;
}
.pakages-paragraph {
    margin-bottom: 30px;
    max-width: 325px;
}
.pakages-paragraph p {
    font-weight: 500;
    line-height: 35px;
}
.pakages-heading {
    max-width: 320px;
}
.pakages-heading h4 {
    color: #f69220;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    line-height: 35px;
    text-transform: inherit;
}

.services-pakages {
    border-bottom: 1px solid #333333;
    margin-bottom: 25px;
    padding-left: 50px;
    position: relative;
}

.services-pakages > img {
    display: inline-block;
    left: 15px;
    margin: 0;
    position: absolute;
    top: 10px;
    width: auto;
}
.services-pakages > h6 {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    text-transform: inherit;
}

/*==================*/
/*    About US      */
/*==================*/

.aboutus-banner-content {
    display: flex;
    flex-direction: column;
    height: 285px;
    justify-content: center;
}
.aboutus-banner-content h1 {
    color: #f69220;
    font-weight: 400;
    margin:0px;
}
.aboutus-banner-content h2 {
    color: #fff;
    font-weight: 400;
    margin: 5px 0 0;
    text-transform: inherit;
}
#aboutus-content {
    margin-bottom: 15px;
}
.inner-content {
    margin-top: 25px;
}
.aboutus-paragraph > p {
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}
.aboutus-heading.orange-text {
    max-width: 250px;
}
.aboutus-heading.orange-text > p {
    font-weight: 500;

}

.featured-slider-sec {
    display: inline-block;
    padding: 75px 0;
    width: 100%;
}
.featured-slider-content .featured-picture {
    padding: 0 10px;
}
.featured-slider-content .picture img {
    margin: 0 auto;
    width: 100%;
    height: 278px;
}
.featured-slider-content .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 9;
    color: #666666;
    cursor: pointer;
    line-height: 28px;
    transition: all 0.3s ease 0s;
}
.featured-slider-content .slick-arrow:hover{
    background: rgba(246,146,32,0.9);
    color: #fff;
}
.featured-slider-content .fa-angle-left{
    left: -40px;
}
.featured-slider-content .fa-angle-right{
    right: -40px;
}




/*==================*/
/* Thank You Page   */
/*==================*/

#thank-you-section {
    background-position: center center !important;
    background-size: cover !important;
    display: inline-block;
    margin-bottom: 15px;
    padding: 75px 0 0 10px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.bootstrap-breadcrumb {
    padding: 5px 0;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 8px 0px;
}
#thank-you-section .breadcrumb li a {
    color: #fff;
    font-family: raleway;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

#thank-you-section .breadcrumb li + li::before {
    color: #000;
    content: "|";
    padding: 0 10px;
}
thank-you-section .breadcrumb > li {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    font-family: "Raleway",sans-serif;
}
#thank-you-section .breadcrumb li a {
    color: #000;
}
#thank-you-section .breadcrumb li a:hover{
    color: #f69220;
}

#thank-you-section .breadcrumb > .active {
    color: #f69220;
}
#thankx-giving {
    margin-bottom: 40px;
}
.thank-giving-title {
    margin-bottom: 40px;
}
.thank-giving-title::after {
    background: #f69220 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 70px;
}
.thank-giving-paragraph {
    margin-bottom: 21px;
    max-width: 990px;
}
.thank-giving-paragraph > p {
    color: #333333;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    line-height: 30px;
}
.regardz-paragraph{
    margin: 15px 0;
}

.regardz-paragraph > p {
    color: #333333;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    line-height: 30px;
}

/*======= Media Queries =======*/
@media (min-width: 1340px){
    .right-panel {
        right: 20px;
    }
}
@media (max-width: 1279px){
    #main-header.layout-header{
        padding:10px 30px 10px 15px;
    }
    .brands-slider-sec {
        padding: 45px 70px;
    }
    .featured-slider-sec{
        padding:25px 70px;
    }
}
@media (max-width: 1200px){
    .highlights-content .post-item {
        padding: 0 15px;
    }
    .service {
        padding: 0 15px;
    }
    .service .service-box-content {
        padding: 0 10px;
    }
    .service .overlay-desc {
        padding: 10px;
    }
	.default-nav .nav-content > ul > li{
		margin:0 17px;
	}
}
@media (max-width: 991px){
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

	.default-nav {
  display: none !important;
}

.parent-li .fa.fa-angle-down {
  padding: 0 0 0 10px;
}

.parent-li .parent-li > a::after {
  content: "";
  font-family: fontawesome;
  font-size: 14px;
  padding: 0 0 0 10px;
}

    .service{
        width: 50%;
        margin-bottom: 15px;
    }
    .overlay-desc h6.name {
        margin-bottom: 10px;
    }
    #sports-pakages {
        padding: 30px 0 30px;
    }
    .pakages-paragraph {
        max-width: 100%;
        padding: 0 100px;
        text-align: center;
        margin-bottom: 0;
    }
    .pakages-paragraph p {
        line-height: 25px;
        margin: 0;
    }
    .pakages-heading {
        max-width: 100%;
        text-align: center;
    }
    .services-pakages > img {
        display: inline-block;
        margin: 0 5px 5px;
        width: auto;
    }
    .thank-giving-paragraph {
        margin-bottom: 20px;
        max-width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .modal.centered-modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
@media (max-width: 767px){
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
    a.btn, button.btn {
        height: 40px;
        line-height: 36px;
    }
    #main-header.layout-header {
        padding-right:20px;
    }
    .innerpage-header .logo {
        margin-top: 24px;
    }
    .layout-header.fixed-header .logo {
        margin-top: 7px;
    }

    .header-right-sec > div{
        width: 100%;
        text-align: right;

    }

    .panel-social-links{
        display: none;
        visibility: hidden;
    }
    .header-search-field .field.in {
        transform: translateX(2px);
    }
    .pe-select-field,.header-right-sec .action-btn {
        margin: 0;
    }
    .fixed-header .header-right-sec .action-btn{
        display: none;
    }
    .right-panel {
        right: 16px;
        top: 20px;
    }
    .menu-trigger {
        padding-right: 15px;
        margin-top: 8px;
    }
    .header-search-field {
        margin: 0;
    }
    .header-right-sec .pe-select-field {
        margin-top: 7px;
    }
    .hero-slider-sec .slide-item .slide-content {
        padding: 80px 15px 10px;
        min-height: 500px;
        max-height: 550px;
    }
    .service {
        width: 100%;
        padding:0 15px;
    }
    .service .service-box-content {
        padding: 0;
        box-shadow: 0 0 2px rgba(0,0,0,0.5);
    }
    .service .feat-img {
        margin-bottom: 20px;
        margin-top: 30px;
        padding: 0 15px;
    }
    .service .caption-area {
        display: none;
    }

    .service .overlay-desc{
        position: static;
        opacity: 1;
        visibility: visible;
    }
    .highlights-content .post-item .feat-img {
        height: 175px;
    }
    .brands-slider-sec {
        padding: 35px 60px;
    }
    .main-footer-sec {
        padding: 25px 0;
    }
    .main-footer-sec .footer-column {
        width: 50%;
        margin-bottom: 10px;
    }
    .column-heading h6 {
        /*background: rgb(246,146,32);*/
        padding: 10px 0;
        border-bottom: 2px solid rgb(246,146,32);
        position: static;
        /*color: #fff;*/
    }
    .column-heading {
        margin-bottom: 10px;
    }
    .footer-bottom-sec {
        padding: 25px 15px 15px;
    }
    .footer-bottom-sec .bottom-links {
        margin-bottom: 5px;
    }
    .footer-bottom-sec .copyright-content {
        position: static;
        text-align: center;
    }
    .bootstrap-breadcrumb{

    }
    .se-main-content .teams-list .team a{
        height: 75px;
    }
    .teams-list .team h6:before{
        font-size: 25px;
    }
    #main-banner {
        height: 500px;
        padding: 150px 0 10px;
    }
    .sports-icon-pic {
        margin-bottom: 25px;
    }
    .sports-overlay {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 1;
        padding: 15px 15px;
        position: static;
        visibility: visible;
    }
    .sports-overlay-paragraph {
        margin: 0;
    }

    .sports-section-card-whole-content:hover .sports-icon-pic {
        opacity:1;
        visibility:visible;
    }
    .sports-section-card-whole-content:hover .sport-section-heading {
        opacity:1;
        visibility:visible;
    }
    .services-pakages {
        margin-bottom: 15px;
    }

    .pakages-paragraph
    {
        padding: 0 10px;
    }
    .services-pakages > img
    {
        margin: 0 10px 5px;
    }
    .services-pakages > h6
    {
        font-size: 16px;
    }
    .aboutus-paragraph > p {
        line-height: 25px;
    }
    .featured-slider-sec {
        padding: 20px 50px;
    }
    #thank-you-section {
        padding: 150px 0 10px;
        margin-bottom: 5px;
    }
    #thankx-giving {
        margin-bottom: 25px;
    }
    .thank-giving-title {
        margin-bottom: 25px;
    }
    .thank-giving-paragraph > p {
        line-height: 25px;
    }
    .regardz-paragraph > p {
        line-height: 25px;
    }
}
@media(max-width: 480px){
    .highlights-content .post-item {
        margin-bottom: 25px;
    }
    .post-item .short-desc-area .short-desc {
        min-height: 100%;
        max-width: 100%;
    }
    .main-footer-sec .footer-column {
        width: 100%;
    }
}


/*--===== Mike Code ======--*/
#in-banner{
    position:relative;
    height:300px;
    background-position:center;
    background-repeat:no-repeat;}

.chev-items {
    padding: 8px 0 0;
}

.chev-items .breadcrumb-item a {
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    text-decoration: none;
}

.bread-crumb {
    padding: 0;
}

.live-it-all {
    margin: 50px 0 0;
}

.chev-items .breadcrumb-item a:hover{
    color:#FD910F;
}

.chev-items .bread-crumb li:hover{
    border-right: 1px solid #fd910f;
}

.chev-items .bread-crumb li {
    border-right: 1px solid #fff;
    display: inline-block;
    line-height: 15px;
}

.chev-items .bread-crumb li:last-of-type{
    border-right:none;}


.live-heading h1 {
    font-weight: 300;
    text-transform: uppercase;
    color:#fd910f;
}

.live-heading h2 {
    color: #fff;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
}

.footo{
    text-align:center;
    padding: 15px 0 0;}

.footo h4 {
    text-transform: uppercase;
    font-weight:400;
    color:#fd910f;
}

.xtreme-small-content {
    margin-bottom: 20px;
}


.overlay-figure {
    align-items: center;

	background: rgba(246,146,32,0.8);
    opacity: 1;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.3s ease 0s;
}
.sec-view .overlay-figure {
    background: rgba(0,0,0,1);
	opacity:1;
}


.foot-content {
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 48% 0;
    position: relative;
    width: 100%;
}

.overlay-figure img{
    display:none;}

.over-head {
    display: inline-block;
    margin: 40px 0 0;
    width: 100%;
}
.foot-content .overlay-figure{
	background: rgba(0,0,0,0.3);
}
.foot-content:hover .overlay-figure{
	background: rgba(246, 146, 32, 0.95);
}





.overlay-figure h6 {
    color: #fff;
    font-weight: 700;
}
/*==========    Contatct US SEC CSS =========== */


.contact {
    text-align: center;
}

.contact h4 {
    color: #f69220;
    font-weight: 400;
}

#contact-us {
    padding: 15px 0 0;
}


.locations h6 {
    color: #f69220;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    margin: 0 0 6px;
    text-transform: inherit;
}

.locations {
    padding: 0 0 15px;
}

.locations .fa-clock-o {
    padding: 0 5px 0 0;
}

.locations .fa.fa-map-marker{
    padding: 0 5px 0 0;
}

.locations p {
    line-height: 25px;
    padding: 0 0 0 23px;
}

.locations a{
    text-decoration:none;
    color: #333333;
    font-family: "Raleway",sans-serif;
}

.locations .fa.fa-envelope {
    padding: 0 5px 0 0;
}


.locations .fa.fa-mobile {
    padding: 0 5px 0 0;
}

.contact-form {
    padding: 50px 0 0;
}
.contact-form .form-group .btn,.form-btn .btn{
    width: 190px;
    height: 55px;
    border-radius: 27px;
    line-height: 50px;
}
.contact-form .form-group .btn:hover,.form-btn .btn:hover{
    color: #f69220;
}
.requst-form .form-group{
    float: left;
    width: 50%;
    padding: 0px 15px;
    margin-bottom: 10px;
}
.requst-form .form-group .btn,.form-btn .btn{
    width: 190px;
    height: 55px;
    border-radius: 27px;
    line-height: 50px;
}
.requst-form .form-group .btn:hover,.form-btn .btn:hover{
    color: #f69220;
}

.radio-btn-option input[type=radio],.radio-btn-option input[type=checkbox] {
    cursor: pointer;
    height: 20px;
    margin: 4px 4px 0;
    opacity: 0;
    position: absolute;
    z-index: 1;
}
.radio-btn-option label::before {
    background: rgba(0, 0, 0, 0) url("/assets/images/unchecked.png") repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 15px;
    position: relative;
    top: 5px;
    width: 20px;

}
.radio-btn-option input[type=radio]:checked + label:before ,.radio-btn-option input[type=checkbox]:checked + label:before {
    background:url('/assets/images/checked.png');
}

.radio-btn-option {
    display: inline-block;
    margin: 0 60px 0 0;
}

.form-control {
    border-radius: 10px !important;
    border: 1px solid gainsboro !important;
}

.contact-bg .form-group label {
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
}


.map-section {
    /*background:url('../../../../assets/images/map.jpg');*/
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height: 445px;
    margin-top: 40px;
    position: relative;
    width: 100%;
}

.check-form {
    display: inline-flex;
}

.check-form > p {
    padding: 0 0 0 12px;
    font-weight:500;
    font-family: "Raleway",sans-serif;
    font-size:14px;
}

.contact-title-content {
    padding: 33px 0 0;
}

.form-description > p {
    font-size: 16px;
    font-weight: 400;
}
#event {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 35px 0 0;
}


.event-title h4 {
    font-weight: 400;
    position:relative;
}

.event-title h4::after {
    background: #fd910f none repeat scroll 0 0;
    bottom: -12px;
    color: #000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 65px;
}

.barcelona > p {
    font-size: 24px;
    font-weight: 500;
    font-family: "Raleway",sans-serif;
}

.barcelona {
    padding: 35px 0 0;
}

.padding-for-reg {
    padding: 65px 0 0;
}

.date-title h6 {
    color: #fd910f;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
}

.date-title {
    padding: 22px 0 0;
}

#event .form-group label{
    color: #fd910f;
}


.date-title > p{
    font-size: 18px;
    font-weight: 500;
    font-family: "Raleway",sans-serif;
}

.captcha {
    position:relative;}

.captcha > h6 {
    font-size: 12px;
    color: #fd910f;

    margin: 0;
}

.input-captcha {
    display: inline-flex;
    left: 0;
    padding: 20px 0 0;
    position: absolute;
}

.input-captcha > p{}

.input-captcha {
    display: inline-flex;
}

.input-captcha > p {
    padding: 0 0 0 10px;
}
/*=========*/
.sports-section-card-whole-content .sport-section-image{
	opacity:1;
}
.sports-section-card-whole-content .sport-section-image::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0,0,0,0.6);
  z-index: -1;
}
.sports-section-card-whole-content:hover .sport-section-image::after{
	content: none;
}
#main-banner{
	z-index:0;
}
#main-banner::after {
    /*background: linear-gradient(270deg, #524815 0%, #4D0F0F 100%);*/
    background: linear-gradient(270deg, rgba(82, 72, 21, 0.56) 0%, rgba(77, 15, 15, 0.7) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.slider-overlayer {
    background: linear-gradient(270deg, rgba(82, 72, 21, 0.56) 0%, rgba(77, 15, 15, 0.7) 100%);

}


/* -----------     Responsive CSS Sec ----------- */
@media (max-width: 992px){
    .over-head {
        margin: 15px 0 0;
    }
	.header-right-sec .header-action-btns-content{
		width:auto;
	}
	.menu-trigger{
		float:left;
	}
}
@media(max-width: 767px){
    .overlay-figure{
        background: rgba(0,0,0,0.75);
    }
	.pe-select-field, .header-right-sec .action-btn{
		width:100%;
	}
	.menu-trigger{
		float:right;
		padding-right:15px;
		margin-top:2px;
	}
}
@media (max-width: 480px){
    .xtreme-small-content {
        margin-bottom: 20px;
        width: 100%;
    }
}

