/*------------------------------------------------------------------
[Master Stylesheet]

Project:	NC - Responsive Coming-Soon Page.
Version:	0.02
Style:		Dark
-------------------------------------------------------------------*/

/*-----------------------------------------------------------------
>> General/Reset
>> Common Class
>> Grid System
>> Page loader
>> Background Wrapper
>> Main Wrapper
>> Container Area
>> Logo
>> Coming Soon Title and Sub-Title
>> Clock
>> Pages
	- Page Common Part
		- Page Reset
		- Page Title and Sub-Title
	- About Us
		- Horizontal Info Box
		- Vartical Info Box
	- Our Team
		- Vartical Member Box
		- Horizontal Member Box
	- Contct Us
		- Contact info
		- Google map on contact us
 		- Contact info list 
	- Subcription
>> Navigation
>> Social Links
>> Slide show
>> Coppyright
-------------------------------------------------------------------
Fonts :-
=====
-> .ff-1{ font-family: 'Roboto Slab', serif; }
-> .ff-2{ font-family: 'Oswald', sans-serif; }
-> .ff-3{ font-family: 'Open Sans', sans-serif; }
-------------------------------------------------------------------*/

/* General/Reset 
-----------------*/
*{
	margin: 0px;
	padding: 0px;
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	color: #fff;
	text-align: center;
}
a{ text-decoration: none; }
.ff-1{ font-family: 'Roboto Slab', serif; }
.ff-2{ font-family: 'Oswald', sans-serif; }
.ff-3{ font-family: 'Open Sans', sans-serif; }
.clear{ display: block; }
.clear:after{
	content: " ";
	display: block;
	clear: both;
}
.clear:before{
	content: " ";
	display: block;
	clear: both;
}

/* Common Class 
----------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Roboto Slab', serif;
}
h1{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 15px;
}
h2{
	font-size: 26px;
	line-height: 1;
}
h3{
	font-size: 22px;
	line-height: 1.2;
}
h4{
	font-size: 20px;
	line-height: 1.2;
}
h5{
	font-size: 18px;
	line-height: 1.2;
}
h6{
	font-size: 16px;
	line-height: 1.2;
}
.ul-list {
	list-style-type: none;
	padding: 0 0 1px 0;
	margin: 20px 0 10px 0;
}
.ul-list li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 26px;
}
.ul-list li i {
	position: absolute;
	left: 0px; top: 4px;
}
.main-title{
	font-size: 63px;
	font-weight: 300;
}
.small-text{
	font-size: 11px;
	color: #7a7d81;
	font-style: italic;
}
.display_none{
	display: none !important;
}
.display_block{
	display: block !important;
}
*::-webkit-input-placeholder,
*:-moz-placeholder,
*::-moz-placeholder,
*:-ms-input-placeholder{
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	line-height: 1;
}
::-webkit-input-placeholder{
	font-size: 15px;
}
.vm {
	position: relative;
}
.vm > .vm-item {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

/* Grid System 
---------------*/
.rw { text-align: left; }
.rw > * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rw:after, .rw:before { content: ''; display: table; clear: both; }
.rw > [class^=col] { float: left; }
.col-d-12 { width: 100%; }
.col-d-11 { width: 91.66666666666666%; }
.col-d-10 { width: 83.33333333333334%; }
.col-d-9 { width: 75%; }
.col-d-8 { width: 66.66666666666666%; }
.col-d-7 { width: 58.333333333333336%; }
.col-d-6 { width: 50%; }
.col-d-5 { width: 41.66666666666667%; }
.col-d-4 { width: 33.33333333333333%; }
.col-d-3 { width: 25%; }
.col-d-2 { width: 16.666666666666664%; }
.col-d-1 { width: 8.333333333333332%; }

.gut-0.rw > [class^="col"]	{ padding-right: 0px;  padding-left: 0px; margin-bottom: 0px; }
.gut-1.rw > [class^="col"]	{ padding-right: 1px;  padding-left: 0px; margin-bottom: 1px; }
.gut-2.rw > [class^="col"]	{ padding-right: 1px;  padding-left: 1px; margin-bottom: 2px; }
.gut-4.rw > [class^="col"]	{ padding-right: 2px;  padding-left: 2px; margin-bottom: 4px; }
.gut-10.rw > [class^="col"]	{ padding-right: 5px;  padding-left: 5px; margin-bottom: 10px; }
.gut-12.rw > [class^="col"]	{ padding-right: 6px;  padding-left: 6px; margin-bottom: 12px; }
.gut-14.rw > [class^="col"]	{ padding-right: 7px;  padding-left: 7px; margin-bottom: 14px; }
.gut-16.rw > [class^="col"]	{ padding-right: 8px;  padding-left: 8px; margin-bottom: 16px; }
.gut-18.rw > [class^="col"]	{ padding-right: 9px;  padding-left: 9px; margin-bottom: 18px; }
.gut-20.rw > [class^="col"]	{ padding-right: 10px; padding-left: 10px; margin-bottom: 20px; }
.gut-22.rw > [class^="col"]	{ padding-right: 11px; padding-left: 11px; margin-bottom: 22px; }
.gut-24.rw > [class^="col"]	{ padding-right: 12px; padding-left: 12px; margin-bottom: 24px; }
.gut-26.rw > [class^="col"]	{ padding-right: 13px; padding-left: 13px; margin-bottom: 26px; }
.gut-28.rw > [class^="col"]	{ padding-right: 14px; padding-left: 14px; margin-bottom: 28px; }
.gut-30.rw > [class^="col"]	{ padding-right: 15px; padding-left: 15px; margin-bottom: 30px; }
.gut-40.rw > [class^="col"]	{ padding-right: 20px; padding-left: 20px; margin-bottom: 40px; }
.gut-50.rw > [class^="col"]	{ padding-right: 25px; padding-left: 25px; margin-bottom: 50px; }
.gut-60.rw > [class^="col"]	{ padding-right: 30px; padding-left: 30px; margin-bottom: 60px; }
.gut-70.rw > [class^="col"]	{ padding-right: 35px; padding-left: 35px; margin-bottom: 70px; }
.gut-80.rw > [class^="col"]	{ padding-right: 40px; padding-left: 40px; margin-bottom: 80px; }
.gut-90.rw > [class^="col"]	{ padding-right: 45px; padding-left: 45px; margin-bottom: 90px; }
.gut-100.rw > [class^="col"]{ padding-right: 50px; padding-left: 50px; margin-bottom: 100px; }

.gut-0.rw	{ margin-right: 0px; margin-left: 0px; }
.gut-1.rw	{ margin-right: -1px; margin-left: 0px; }
.gut-2.rw	{ margin-right: -1px;  margin-left: -1px; }
.gut-4.rw	{ margin-right: -2px;  margin-left: -2px; }
.gut-10.rw	{ margin-right: -5px;  margin-left: -5px; }
.gut-12.rw	{ margin-right: -6px;  margin-left: -6px; }
.gut-14.rw	{ margin-right: -7px;  margin-left: -7px; }
.gut-16.rw	{ margin-right: -8px;  margin-left: -8px; }
.gut-18.rw	{ margin-right: -9px;  margin-left: -9px; }
.gut-20.rw	{ margin-right: -10px; margin-left: -10px; }
.gut-22.rw	{ margin-right: -11px; margin-left: -11px; }
.gut-24.rw	{ margin-right: -12px; margin-left: -12px; }
.gut-26.rw	{ margin-right: -13px; margin-left: -13px; }
.gut-28.rw	{ margin-right: -14px; margin-left: -14px; }
.gut-30.rw	{ margin-right: -15px; margin-left: -15px; }
.gut-40.rw	{ margin-right: -20px; margin-left: -20px; }
.gut-50.rw	{ margin-right: -25px; margin-left: -25px; }
.gut-60.rw	{ margin-right: -30px; margin-left: -30px; }
.gut-70.rw	{ margin-right: -35px; margin-left: -35px; }
.gut-80.rw	{ margin-right: -40px; margin-left: -40px; }
.gut-90.rw	{ margin-right: -45px; margin-left: -45px; }
.gut-100.rw { margin-right: -50px; margin-left: -50px; }

/* Page loader 
---------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,1);
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#ie9-loader{
	display: none;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}


/* Background Wrapper 
----------------------*/
.bg-wrapper{
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center top;
}

/* Main Wrapper 
----------------*/
.main-wrapper{
	background: rgba(0,0,0,0.6);
	padding-top: 50px;
	padding-bottom: 70px;
}

/* Container Area 
------------------*/
.page-wrapper .container,
.main-wrapper .container{
	width: 940px;
	margin: 0 auto;
}
.main-wrapper .container.full-width{
	width: 100%;
	position: relative;
	min-height: 203px;
	margin-bottom: 92px;
	overflow: hidden;
}

/* Logo 
--------*/
.logo-wrapper{
	text-align: center;
	margin-bottom: 40px;
}
.logo-wrapper > img{
	max-width: 39%;
}

/* Coming Soon Title and Sub-Title 
-----------------------------------*/
.title-wrapper{
	text-align: center;
	font-weight: 300;
	margin-bottom: 20px;
}
.title-wrapper img {
    border: 3px solid white; 
	border-radius: 10px;
	width: 320px;
	height: 150px;
}

.title-wrapper .main-title {
	text-transform: uppercase;
	margin-bottom: 17px;
	display: inline-block;
}
.title-wrapper p{
	font-size: 17px;
	line-height: 1.5;
}

/* Clock 
---------*/
#clock{
	border-top: 2px solid #FFC200;
	border-bottom: 2px solid #FFC200;
	text-align: center;
	position: absolute;
	width: 100%;
}
#countdown_dashboard .dash_title, #countdown_dashboard .dash .digit{
	color: #fff;
}
#countdown_dashboard {
	display: inline-block;
	margin-bottom: -5px;
	margin: 2px 0 -2px 0;
}
.dash {
	width: 160px;
	height: 160px;
	float: left;
	margin: 0px 1px;
	position: relative;
	background: rgba(255,255,255,0.2);
	padding: 30px 0 0 28px;
}
.dash.days_dash{
	width: 210px;
}
.dash .digit {
	font-size: 96px;
	width: 50px;
	font-weight: 400;
	float: left;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #555;
	position: relative;
	line-height: 1;
	text-align: center;
}
.dash_title {
	display: block;
	font-size: 20px;
	color: #fff;
	text-transform: lowercase;
	letter-spacing: 2px;
	position: absolute;
	bottom: -39px;
	left: 0px;
	width: 100%;
}

/* Navigation 
--------------*/
.navigation{
	margin-bottom: 45px;
	padding-top: 40px;
}
.navigation.navigation-text a{
	width: 600px;
	height: 52px;
	margin-right: 30px;
	background-color: transparent;
	border: 2px solid #fff;
	font-size: 16px;
	padding: 10px 20px;
	transition: 0.5s;
}
.navigation > .nav-wrapper{
	display: inline-block;
}
.navigation a{
	width: 80px;
	height: 80px;
	display: block;
	margin: 1px;
	float: left;
	background: rgba(255,255,255,0.2);
	font-size: 30px;
	color: #fff;
	vertical-align: middle;
	padding-top: 20px;
	cursor: pointer;
}
.navigation a:hover i{
	color: #000;
}
.navigation a:hover{
	background: #fff;
}
.navigation.navigation-text a:hover{
	background: #fff;
	color: #000;
}

/* Social Links 
----------------*/
.social-links{
	margin-bottom: 13px;
}
.social-links > a{
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	padding: 5px;
}
.social-links:last-child > a{
	margin-right: 0px;
}
.social-links > a:hover{
	background: #fff;
	color: #000;
}

/* Coppyright 
--------------*/
.coppyright{
	font-size: 12px;
}

/* Pages 
---------*/
/* = Page Common Part = */
.page-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0;
	background-color: rgba(0,0,0,1);
	color: #fff;
	font-size: 14px;
}
.page-wrapper-bg {
	background-color: rgba(0,0,0,0.6);
}
.page-wrapper .close{
	display: none;
	position: absolute;
	top: 80px;
	right: 80px;
	cursor: pointer;
	z-index: 9999;
}
.page-wrapper .inner-wrapper{
	display: none;
}

/* => Page Reset */
.h_reset .page-wrapper {
	height: 100% !important;
	width: 100% !important;
	position: fixed;
	z-index: 55;
	overflow-y: scroll;
}
.h_reset .page-wrapper .container {
	position: static !important;
	top: auto !important;
	left: auto !important;
	margin: auto;
}
.h_reset .vm.page-wrapper > .vm-item {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
}
.h_reset .bg-wrapper {
	position: fixed;
	width: 100% !important;
	height: 100% !important;
}

/* => Page Title and Sub-Title */
.page-title {
	font-size: 40px;
	font-weight: 400;
	margin: 0px;
}
.page-title:after {
	content: '';
	display: block;
	width: 100px;
	border-top: 4px solid #FFC200;
	margin: 20px auto;
}
.page-wrapper .title-wrapper .sub-text {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.page-wrapper .title-wrapper {
	margin-bottom: 60px;
}
.large-txt-block {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;

}

/* About Us
-----------------------------------*/

/* => Horizontal Info Box */
.info-box-wrapper {
	min-height: 350px;
}
.info-box{
	text-align: center;
	background-color: rgba(255,255,255,0.1);
	min-height: 350px;
	padding: 30px;
	margin-right: 1px;
}
.info-box .icon{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}
.info-box .icon i {
	font-size: 50px;
	color: #FFC200;
}
.info-box .hd {
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.info-box .info .txt {
	color: rgba(255,255,255,0.7);
	font-size: 13px;
}

/* => Vartical Info Box */
.info-box-wrapper-vr {
	border-left: 1px solid rgba(255,255,255,0.3);	
}
.info-box-vr{
	text-align: left;
	margin-bottom: 20px;
}
.info-box-vr .icon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 20px;
	float: left;
}
.info-box-vr .icon i{
	font-size: 30px;
	color: #FFC200;
}
.info-box-vr .info{
	margin-left: 70px;
}
.info-box-vr .info .hd{
	display: block;
	margin-bottom: 8px;
}
.info-box-vr .info .txt{
	font-weight: 300;
	font-size: 13px;
	color: rgba(255,255,255,0.7);
}

/* Our Team
-----------------------------------*/

/* => Vartical Member Box */
.member-box{
	text-align: center;
	padding: 30px 30px 10px 30px;
	background-color: rgba(255,255,255,0.1);
	margin-right: 1px;
	min-height: 380px;
}
.member-box .image{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 20px;
	overflow: hidden;
}
.member-box .image img{
	max-width: 100%;
}
.member-box .hd {
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 10px;
}
.member-box .hd .small-text{
	display: block;
	color: #FFC200;
	margin-bottom: 10px;
	margin-top: 5px;
}
.member-box .info .txt {
	font-weight: 300;
	font-size: 13px;
	color: rgba(255,255,255,0.7);
}
.member-box .social {
	display: inline-block;
	border-top: 1px solid rgba(255,255,255,0.2);
	margin-top: 17px
}
.member-box .social a{
	color: #fff;
	font-size: 20px;
	padding: 10px;
	display: inline-block;
}
.member-box .social a.facebook:hover{
	color: #3b5998;
}
.member-box .social a.twitter:hover{
	color: #58ccff;
}
.member-box .social a.google:hover{
	color: #dd4b39;
}

/* Horizontal Member Box */
.member-box-hr{
	padding: 25px;
	background-color: rgba(255,255,255,0.1);
	min-height: 210px;
}
.member-box-hr .image{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.member-box-hr .image img{
	max-width: 100%;
}
.member-box-hr .info {
	margin-left: 100px;
	text-align: left;
}
.member-box-hr .hd {
	display: block;
	margin-bottom: 10px;
}
.member-box-hr .hd .small-text{
	display: inline-block;
	color: #FFC200;
	vertical-align: middle;
	margin-left: 10px; 
	padding-left: 10px;
	border-left: 1px solid rgba(255,255,255,0.3);
}
.member-box-hr .info .txt {
	font-weight: 300;
	font-size: 13px;
	color: rgba(255,255,255,0.7);
}
.member-box-hr .social {
	display: inline-block;
	border-top: 1px solid rgba(255,255,255,0.2);
	margin-top: 17px
}
.member-box-hr .social a{
	color: #fff;
	font-size: 20px;
	padding: 10px;
	display: inline-block;
}
.member-box-hr .social a.facebook:hover{
	color: #3b5998;
}
.member-box-hr .social a.twitter:hover{
	color: #58ccff;
}
.member-box-hr .social a.google:hover{
	color: #dd4b39;
}

/* Contact Us
-----------------------------------*/
#contact-us .form-wrapper{
	position: relative;
}
.disable{
	display: none;
}
.error-form{
	margin-top: -30px;
	margin-right: 15px;
	position: relative;
	top: 0px;
	float: right;
}
#form .error-box{
	border-color: #fc000c !important;
}
#returnmessage{
	background: #FFC200;
	font-size: 16px;
	padding: 10px;
	color: #000;
	margin-bottom: 10px;
	display: none;
	text-align: center;
}
.contact-form .error{
	border-color: #fb3f3f;
}
#form .form-field{
	width: 100%;
	height: 40px;
	background-color: transparent;
	border: 1px solid #FFC200;
	padding-left: 15px;
}
#form textarea.form-field{
	height: auto;
	padding-top: 15px;
}
#form textarea.form-field,#form .form-field{
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	color: #fff;
}
.contact-form .btn {
	background: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	border: none;
	padding: 10px 22px;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0);
	width: 100%;
	min-height: 44px;
	margin: auto;
}
.contact-form .btn:hover{
	background: transparent;
	border: 1px solid #FFC200;
	color: #fff;
}

/* => Contact info */
.contact-info {
	margin-bottom: 30px;
}
.contact-info .info-wrp {
	background-color: rgba(255,255,255,0.1);
	min-height: 120px;
	padding: 20px 20px 15px 20px;
}
.contact-info .hd {
	margin-bottom: 10px;
}
.contact-info .info {
	margin-bottom: 5px;
}
.contact-info .info,
.contact-info .info a {
	font-size: 13px;
	color: rgba(255,255,255,0.7);
}
.contact-info .info i {
	font-size: 16px;
	margin-right: 10px;
	color: #FFC200;
}

/* => Google map on contact us */
.map-wrapper{
	margin-bottom: 0px;
}
.map-wrapper iframe{
	width: 100%;
	margin-bottom: 0px;
}

/* Contact info list */
.contact-info-list {
	list-style-type: none;
	margin: 0px;
}
.contact-info-list li {
	padding: 10px 0 10px 35px;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.contact-info-list li:last-child {
	border-bottom: none;
}
.contact-info-list li a {
	color: #fff;
}
.contact-info-list li i {
	font-size: 20px;
	margin-right: 10px;
	color: #FFC200;
	position: absolute;
	left: 0px;
	top: 9px;
	width: 25px;
	text-align: center;
}
.info-list a{
	color: #fff;
	display: inline-block;
	text-align: left;
	margin-bottom: 15px;
	vertical-align: top;
	width: 100%;
}
.info-list a i{
	margin-right: 20px;
	font-size: 28px;
	display: inline-block;
	min-width: 30px;
	color: #FFC200;
}

/* Subscription
-----------------------------------*/
.newsletter-icon {
	display: block;
	background-color: rgba(255,255,255,0.1);
	width: 150px;
	height: 150px;
	position: relative;
	margin: 0 auto 20px auto;
	border-radius: 50%;
	font-size: 70px;
	color: #FFC200;
}
#subcribe{
	min-height: 200px;
}
#subcribe .contact-form{
	position: relative;
}
#subcribe .contact-form .form-field{
	min-height: 54px;
	background-color: transparent;
	border: 1px solid #FFC200;
	padding-left: 15px;
	width: 100%;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	color: #fff;
}
#subcribe .contact-form .btn{
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline-block;
	width: 20%;
}
.error-text{
	color: #eb2c28;
}

/* Slide show 
--------------*/
.carousel-wrp{
	min-height: 350px;
}
.owl-carousel img, .owl-grid img {
	width: 100%;
}
.owl-theme .owl-controls{
	margin-top: 40px;
}
.single.owl-theme .owl-controls{
	margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span {
	border: 2px solid #FFC200;
	background-color: transparent;
	margin: 5px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	background-color: #fff;
}
.row {
    display: flex;
    justify-content: space-between; /* Ensures the columns are on opposite sides */
  }

  .col {
    width: 48%; /* Adjust width as needed */
  }

  .col-left {
    text-align: left; /* Aligns content to the left */
  }

  .col-right {
    text-align: right; /* Aligns content to the right */
  }
  li{
	list-style-type: none;
  }
  .address p {
    margin: 0;
  }

  .address p br + span {
    display: block;
    padding-left: 20px; /* Indent the text after the <br> */
  }
    .contrt{
	/* background-color: #fff; */
	color: #000;
	border-radius: 3px;
	height: 200px;
  }
  .contact-section {
    margin-top: 30px;
}

.contact-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

.contact-left,
.contact-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-center {
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.btn-contact {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid white;
    transition: background-color 0.3s ease;
    display: inline-block;
}


.contrt {
    background-color: #ffffff1c;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.contact-info h2 {
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #ffffff;
}

.contact-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-buttons {
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 20px;
}

.contact-left, .contact-center, .contact-right {
    text-align: center;
    flex: 1;
}

.icon-circle {
    background-color: #007bff;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    font-size: 24px;
}

.contact-left p, .contact-center p, .contact-right p {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 16px;
}
.box1{
	width: 34%;
	height: 270px;
	text-align: left;
	border-radius: 9px;
	background-color: #fff;
	padding: 12px;
}
.locat{
	padding-top: 10px;
}
.hedin{
	color: #000;
}
.texted{
	color: #ffffff;
}
/* Content Wrapper */
.content {
    width: 100%;
    max-width: 400px;
    margin: 24px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Heading */
h3.form-title {
    font-size: 26px;
   
    font-family: "Gill Sans Extrabold", sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    color: #DC442F;
}

/* Alert */
.alert {
    padding: 10px;
    background-color: #f8d7da;
    color: #721c24;
    border-radius: 5px;
    margin-bottom: 20px;
    display: none;
}

.alert .close {
    cursor: pointer;
}

/* Form Group */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    color: #333;
}

.form-control {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #8d8787;
    box-sizing: border-box;
}

.form-control:focus {
    border-color: #DC442F;
    outline: none;
    box-shadow: 0 0 5px rgba(220, 68, 47, 0.5);
}

/* Form Actions */
.form-actions {
    text-align: center;
    margin-top: 20px;
}

.form-group.col-md-offset-9 {
    text-align: center;
}

.btn {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #c33a2a;
}

.btn.uppercase {
    text-transform: uppercase;
    background-color: #DC442F;
    color: #fff;
}

/* Copyright */
.copyright {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    font-family: sans-serif;
    color: #fff;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}

.copyright a:hover {
    text-decoration: underline;
}

/* Placeholder Styling */
::placeholder {
    color: #aaa;
}

@media (max-width: 767px) {
    .content {
        margin: 50px auto;
    }
}