@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size:16px;
	font-family: 'Rajdhani', sans-serif;
}
h1,h2,h3,h4,h5{
    font-family: 'Rajdhani', sans-serif;
}
p{
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
img{
	width: auto;
}
header{
	float: left;
	width: 100%;
}
.header-top{
	 float: left;
	 width: 100%;
	 background:#e00101;
	 padding:5px 0;
}
.header-top .email{
	float:left;

}
.header-top .email a{
	  color: #fff;
    font-size: 20px;
}
.header-top .email i{
    color: #fff;
	background: none;
    font-size: 20px;
    border-radius: 50px;
    /* width: 24px; */
    /* margin: 2px; */
    padding: 11px 10px;
}
.header-top .call{
	float:left;
	    margin-left: 25px;
}
.header-top .call a{
	  color: #fff;
    font-size: 20px;
}
.header-top .call i{
    color: #fff;
  background: none;
    font-size: 20px;
    border-radius: 50px;
    /* width: 24px; */
    /* margin: 2px; */
    padding: 11px 10px;
}
.social-h{
	float:right;
}
.header-top ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.header-top ul li {
	    width: 40px;
    margin-bottom: 5px!important;
    background: #fff;
    margin: 0 5px!important;
    text-align: center;
	float:left;
}
.header-top ul li a {
    font-style: italic;
    color: white;
    font-size: 14px;
}
.header-top i {
	color: black;

    padding: 11px 10px;
}
.header-buttom{
	float: left;
    width: 100%;
    padding: 0px;	
}
.sticky {
    background:#fff;
    position: fixed;
    top: 0;
    padding-bottom: 5px;
	    z-index: 1234;
		box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);

}
.sticky .logo a img {
    width: 70px;
    height: auto;
}
.sticky .menu_w {
    float: left;
    margin-top: 15px;
}
.sticky .Enroll {
    float: right;
    margin-top: 30px;
}
.logo{
	width: 100%;
    float: left;
    text-align: left;
	padding: 5px 0;
}
.logo a img{
     width:100px;
    height: auto;
}


.header-top .call span{
    margin-top: 3px;
	font-weight: 500;
    color: #333333;
    font-size: 17px;

}

.header-top .time {
    float: left;
    width: 100%;
    margin: 16px 0 0;
    text-align: right;
}

.menu_w {
	 float: left;
	 margin-top:30px;

}

.menu_w ul ul {
	display: none;
}
.menu_w ul li:hover > ul {
	display: block;
}
.menu_w ul {
	float: right;
	list-style: outside none none;
	margin:0;
	padding: 0;
}
.menu_w ul li {
	display: inline-block;
	float: left;
	padding: 0;
}
.menu_w ul li:first-child {
	float: left;
	border-left: none;
	padding-left:0px;
}
.menu_w ul li a {
	display: block;
    font-size:20px;
    text-align: left;
    text-decoration: none;
    padding:10px 20px;
    color: #000;
    line-height: 30px;
    font-weight:600;
    /* letter-spacing: 0.5px; */
    float: left;
    text-transform: uppercase;
}
.menu_w ul li a:hover {
	background:#e00101;
	color:#fff;
}
.menu_w ul li.act {
	color: #fff;
	background:#64b22f;
}
.retailer_box p label.error {
	color:#F00;
}
.menu_w ul li:first-child a {
/*     background: none repeat scroll 0 0 #000;*/



}
.menu_w ul ul {
	padding: 0;
	position: absolute;
	top: 40px;
	width: 250px;
	z-index: 9999;
	margin:0px;
	background: #333;
}
.menu_w ul ul li {
	    border-right: medium none;
    float: left;
    position: relative;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px dotted #4368b5;
    border-left: none!important;
}
.menu_w ul ul li a {
	color: #fff !important;
    float: left;
    font-size: 17px;
    padding: 6px 5px;
    text-align: left;
    width: 95%;
    border: none;
}
.menu_w ul ul li:last-child {
	border-bottom: medium none;
}
.menu_w ul ul li a:hover {
	color: #333 !important;
}
.menu_w ul ul ul {
	left: 100%;
	position: absolute;
	top: 0;
}
.menu_w .navbar{
	padding: 0;
}


.menu_w .navbar li.active {
    background: #64b22f;
}
.menu_w .navbar li.active a{
	color: #fff !important;
}
.Enroll{
	float: right;
    margin-top: 40px;
	
}
.Enroll a{
	    background: #e00101;
    padding: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
	    border-radius: 5px;
}
.social{
	float:left;
	width:100%;
}

.slider{
	    width: 100%;
    float: left;
	position:relative;
	  
}
.slider ul li video{
    width: 100%;
    float: left;
}
.slider ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.slider ul li {
   width:100%;
	float:left;

}
.slider ul li img {
	  width:100%;
	float:left;
   
}
.slider-inner ul li .text_w .text {
    margin-top: 150px!important;
    text-align: center;
}
.slider ul li .text_w {
    position: absolute;
    top: 0;
    width: 100%;
	 height: 100%;
	
}
.slider ul li .text_bg {
	 margin: 0 auto;
    width:85%;
	text-align:left;
	

}
.slider ul li .text_w .text{
	   margin-top: 150px;
    text-align: left;
    width: 50%;
}
.slider ul li .text_w h1 {
      text-align: left;
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
}
.slider ul li .text_w h2 {
      text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size:28px;
	padding-top:25px;
    text-transform: uppercase;
}
.slider ul li .text_w p {
	color: #fff;
   ont-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    margin: 0;
    padding: 10px 0;
}
.slider ul li .text_w a{
        color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    border: 3px solid #fff;
    padding: 14px 30px;
    top: 30px;
    position: relative;
}

.rslides_nav {
	display:none;
}


/*Style for the text*/
container_section{
 float: left;
    width: 100%;
}
.home_about{
	 float: left;
    width: 100%;
	background:url(../images/about-bg.jpg) no-repeat;
	background-position: center center;
    background-size: cover;
	    padding-bottom: 65px;
}
.home-text{
	float: left;
    width: 100%;
    position: relative;
    z-index: 12;
    margin-top: -80px;
    text-align: center;
	    transition: .5s;
}
.home-text .home-text-w{
	float: left;
    width: 100%;
    position: relative;
	    transition: .5s;
}
.home-text .home-text-w:hover{
	    transform: translateY(-8px);
		background:#e00101;
}
.home-text2{
	float: left;
    width: 100%;
    margin-top: 135px;
		text-align: center;
}
.home-text2 img {
    width: 100%;
}
.home-text2 h2 {
    font-size: 36px;
    line-height: 1.5;
    color: #e00101;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
		}
.home-text2 p{
	text-align: center;
}
.home-text2 a{
    background: #333;
    padding: 12px 25px;
    color: #fff;
    border-radius: 25px;
    position: relative;
    top: 15px;
}
.home-text2 a:hover{
	background:#e00101;
}
.home-text .home-text-w{
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 5px 25px 1px rgb(0 0 0 / 20%);
    background-color: #FFFFFF;
    padding: 30px 30px 30px 30px;}
	
.home-text .home-text-w h3{
    font-size: 18px;
    font-weight: bold;
	color:#333;
}
.home-text .home-text-w:hover h3{
	color:#fff;
}
.home-text .home-text-w:hover p{
	color:#fff;
}
.home-text .home-text-w a{
	text-decoration:none;
}
.services_bg{
	 float: left;
    width: 100%;
	background:url(../images/service-bg.png) no-repeat;
	background-position: center center;
    background-size: cover;
}
.services_bg img {
    width: 100%;
    margin-top: 0;
    position: relative;
    top: -53px;
    left: -70px;
}
.services_bg .text-bg{
    float: left;
    width: 100%;
    margin-top: 185px;
    text-align: center;
}
.services_bg .text-bg h2{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.services_bg .text-bg h4{
    color: #e00101;
    text-align: left;
	padding:25px 0;
	font-size:28px;
	font-weight:bold;
}
.services_bg .text-bg p{
  color: #fff;
    text-align: left;
}
.services_bg .text-bg a{
	    background: #e00101;
    padding: 15px 30px;
    color: #fff;
    top: 25px;
    position: relative;
    border-radius: 25px;

}
.single_counter{
	background-image: url(../images/product-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #FFFFFF;
	    transform: skew(-14deg);
		position:absolute;
		top:350px;
		right: 20px;
		width:250px;
		height:200px;
}
.single_counter h3{
    text-align: center;
    color: #e00101;
    font-size:60px;
    font-weight: bold;
    padding: 25px 0 0;
}
.single_counter p{
    color: #fff;
    text-align: center;
	font-size:20px;
}
footer{
	background:#000;
	float:left;
	width:100%;
	text-align:center;
}



footer h2{
	    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-weight: 400;
    padding: 25px 0 10px;
}
footer ul{
        margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}
footer ul li{
	    float: left;
    text-align: left;
    width: 46%;
    list-style-type: none;
    /* margin: 0px!important; */
    padding: 0px;
    margin-right: 12px;
    padding: 7px 0;
    line-height: 26px
}
footer ul li a{
    color: #fff!important;
    font-weight: 300!important;
    font-size: 14px!important;
    padding: 5px 0!important;
    margin: 0px;
    text-transform: capitalize;
    letter-spacing: inherit;
}

footer .email {
       font-weight: 300;
    float: left;
    font-size: 13px;
    color: #fff;
    margin:10px 0 5px;
    width: 100%;
    text-align: left;
}
footer .email span {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    font-weight: 300;
}
footer .email span i{
 font-size: 20px;
    color: #fff;
}
.footer-social li img{
	width:40px;
}
footer .email a{
font-size: 14px;
    color: #fff;
}
.footer-social{
	width:100%;
	float:left;
	margin-bottom:5px;
}
.footer-social li {
	    width: 40px;
    margin-bottom: 5px!important;
    background: #fff;
    margin: 0 5px!important;
    text-align: center;
	padding:0px;
}
.footer-social a {
    font-style: italic;
    color: white;
    font-size: 14px;
}
.footer-social i {
	color: black;
    background: white;
    font-size: 15px;
    border-radius: 50px;
    /* width: 24px; */
    margin: 2px;
    padding: 11px 10px;
}
.footer_b {
    ext-align: center;
    float: left;
    width: 100%;
    border-top: 1px solid #323232;
    margin-top: 10px;
}
.footer_b p{
         text-align: center;
    line-height: 24px;
    margin-top: 23px;
    float: left;
    color: #fff;
    font-size: 14px;
    width: 100%;
}
.footer_b p a{
	color:#f4ae06;
}

.container_section{
    width: 100%;
    float: left;
}

.categories-bg{
	text-align: center;
    width: 100%;
    float: left;
    background: #eae9e9;
    padding:50px 0 20px;
	margin-top:10px;
}

.categories-bg h2{
	    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
	padding:20px 0px;
}
.categories-bg h3{
	float: left;
    width: 100%;
    font-size:22px;
    font-weight: bold;
    text-transform: uppercase;
	padding:25px 0;
	color:#333;
}

.categories-bg img{
	width:90%;
}

.testimonials_bg{

    padding: 25px 0px;

    float: left;

    width: 100%;

	text-align: center;

}

.testimonials_bg h2{

        text-transform: uppercase;

    color: #000;

    font-size: 26px;

    font-weight: bold;

    text-align: center;

    padding:20px 0px 40px;

    margin: 0;

}

.testimonials_bg h2 span{

 color: #f30808;



}

.testimonials_bg p{

	color:#ccc;

	font-size:16px;

}

.test-container{

    width:600px;

    min-height: 270px;

    margin:0 auto;

    position:relative;

    padding-bottom:30px;

    overflow:hidden;

    text-align: center;

  }   

.testimonials_bg .quotes{

      position:absolute;

      color:#ffc017;

      font-size:5em;

      font-family: 'Roboto', serif;

    }

.testimonials_bg .leftq {

    top: -25px;

    left: 5px;

}

.testimonials_bg .rightq {

    bottom: -10px;

    right: 5px;

}

.testimonials_bg {

    float: left;

    width: 100%;

    background-position: bottom;

    background: url(../images/reviews.jpg) no-repeat;

    background-size: 100% 100%;

    padding-bottom: 60px;

}

.testimonials_bg .home_slider_w{

    width: 60%;

    margin: 0px auto;

	text-align:center;

 }

.testimonials_bg .owl-carousel .owl-item img{

    width: 80px;

    /* float: left; */

    border-radius: 100%;

    height: 80px;

    border: 3px solid #ccc;

}

.owl-carousel .testimonials_slider img{

	width:auto;

}

.testimonials_slider p{

	color:#333;

	font-size:16px;

	padding:20px 0;

	font-weight:400;

}

.testimonials_slider span{

	color: #292727;

    font-size: 20px;

    font-weight: bold;

    width: 100%;

    float: left;

    padding: 5px 0;

}

.testimonials_bg .owl-carousel .owl-item .rev a img{

    width: 200px;

    /* float: left; */

    border-radius: inherit;

    height: auto;

    border: none;

	

}

.testimonials_bg .owl-carousel .owl-item .item {

    float: left;

    width: 100%;

	padding-bottom:15px;

	

}

.testimonials_bg .owl-carousel .owl-item .rev a{

	background:none;

}

.testimonials_bg .owl-carousel .owl-item  a{

	background: #292727;

    color: #fff;

    padding: 10px 20px;

    border-radius: 25px;

}

.testimonials_bg .owl-theme .owl-controls .owl-page span{

	background:#000;

}

.testimonials_bg .active span{

	background:#e22e39;

}

.owl-nav{
    display: none;
}
.owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: white;
    margin: 5px 5px 25px 5px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #f68002;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .modal-body{
    text-align: center;
    padding: 25px;
  }
  .modal-body img{
      width: 100%;
      height: 100%;
  }
  .modal-content{
      background: #f2f2f2;
  }
  .modal-header{
    border-bottom: 0px;
  }
  .modal-footer{
      border-top: 0px;
  }
  
  
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-top: 4px;
    margin-bottom: 10px;
    padding: 0;
    border: 1px solid #bbb;
    padding: 5px;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    border: 1px solid #bbb;
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 25px;
}
.gallery-page {
	width:100%;
	float:left;
	margin-top:30px;
}
.gallery-page img{
	width:100%;
	float:left;
	 height: auto!important
}
.gallery-page .hovereffect a {
    opacity: 0.9;
    padding: 0;
}
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
  margin-bottom: 25px;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(135,16,15,0.6);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
width: 100%;
    height: 240px;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:24px;
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:5px;
margin-top:50px;
}
.hovereffect p {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:2px 10px;
}

.hovereffect a {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:0px ;
padding:7px 14px;
font-size:13px;
}

.hovereffect a:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}
.hovereffect:hover p{
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
.fusion-text{
	float:left;
	width:100%;
	padding:50px 0;
	margin-bottom:50px;
}
.fusion-text table th{
    border: 1px solid #dcdcdc;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 8%), inset 0 0 0 1px rgb(255 255 255 / 50%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 8%), inset 0 0 0 1px rgb(255 255 255 / 50%);
}
.fusion-text th {
    padding: 5px 14px 5px 14px;
	font-size:16px;
}
.fusion-text tr td {
    border: 1px solid #dcdcdc;
    padding: 10px 20px;
}
.fusion-text tr td a{
	color:#333;
}
.fusion-text tr:nth-child(even), .fusion-text tr:nth-child(even) {
    background: #f6f6f6;
}
.package-strip_w {
	float:left;
	width:100%;
}
.package-strip {
    
    border: 4px solid #cf872c;
    margin: 0px;
    padding: 2px;
    border-radius: 15px;
	float:left;
	width:100%;
	margin-bottom:15px;
}
.package-strip-b{
	border: 4px solid #fff;
	border-radius: 15px;
	background: #008334;
	float:left;
	width:100%;
}
.img-part img {
    width: 100%;
    border-top-left-radius: 12px;
}
.img-part p {
    background-color: #cf872c;
    padding: 0px;
    margin: 0px;
    padding: 10px 0px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-bottom-left-radius: 10px;
}
.price-part {
    padding: 18px 60px 0px 60px;
    text-align: center;
}
.price-part h2{
	color:#fff;
	font-weight:bold;
}
.price-part .dest-title {
    font-size: 20px;
    margin-bottom: 2px;
    color: #F7C368 !important;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;

    line-height: 26px !important;
}
.price-part .destination p {
    color: #fff;
    margin-bottom: 0px;
    font-size:16px;
    letter-spacing: 1px;
}
.price-part .price-img img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
	    width: auto;
}
.price-part .price p {
    color: #fff;
}
.package-strip-b .button-part1{
    float: left;
    width: 100%;
    text-align: center;
	    margin-top: 8px;
}
.package-strip-b .button-part1 a{
    background: #cf872c;
    padding: 11px;
    color: #fff;
    border-radius: 5px;
}
.contact{
    float: left;
    width: 100%;
    text-align: center;
	    padding-top: 30px;
}
.contact h2 {
    font-size: 45px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.contact label {
    float: left;
    width: 100%;
    line-height: 37px;
    text-align: left;
    margin-right: 0px;
    font-weight: bold;
    color: #666;
}
.contact p input {
    border: 1px solid #cccccc;
    color: #666666;
    float: left;
    height: 40px;
    margin: 1% 0;
    margin-top: 3px;
    background: #fdfafe;
    padding: 0 2px;
    width: 95%;
}
.contact p textarea {
    border: 1px solid #cccccc;
    background: #fdfafe;
    color: #666666;
    float: left;
    height: 150px;
    margin-top: 3px;
    padding-left: 5px;
    width: 97%;
    margin: 1% 0;
}
.contact p input[type="submit"] {
    border: 1px solid #cccccc;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    margin-top: 10px;
    padding: 0 38px;
    text-transform: capitalize;
    transition: all 0.7s ease-in-out 0s;
    width: auto;
    background: #000;
}
.contact iframe {
    width: 100%;
}
.contact p {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 500;
    line-height: 14px;
	
}
.xzoom-thumbs{
	    float: left;
    width: 100%;
}
.xzoom-thumbs a{
	float: left;
    width: 80px;
}
.xzoom-thumbs a img{
	    width: 90%;
	    margin-top: 10px;
}

.cart h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    padding: 0px 0 20px;
}
.similar_products{
  float: left;
    width: 100%;
}
.similar_products h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    padding: 15px 0;
}
.similar_products a img{
	    width: 200px;
}
.directPay_w {
    width: 100%;
    float: left;
    margin-top: 20px
}

.directPay {
    background: #0e5802;
    width: auto;
    position: relative;
    padding: 18px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    letter-spacing: 0;
    float: left;
    top: 5px;
    display: inline-block;
    white-space: nowrap;
    font-family: Verdana;
    font-size: 14pt;
	    cursor: pointer;
}

.directPay:hover {
    background: #0e5802;
    color: #fff
}

.directPay_w .modal-title {
    font-size: 34px;
    text-align: left;
    font-weight: 700;
    color: #fff;
    float: left
}

.directPay_w .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #468e12;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #468e12
}

.directPay_w .close {
    float: right;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .9;
}
footer .modal {
    z-index: 1234;
}

.directPay_w p {
    font-size: 18px;
    text-transform: uppercase
}
footer .modal h2 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    color: #468e12;
    font-weight: 700;
    padding: 25px 0 10px;
    text-align: center;
    font-size: 26px;
}
.enroll .form-highlight {
    float: left;
    background: #333;
    padding: 10px;
    border: 2px solid #333;
    margin: 20px 0;
    width: 100%;
}
.enroll .form-highlight p {
    color: #ccc;
}
.enroll .form-highlight p a {
    color: #f9a83c;
}
.enroll .form-highlight .wpcf7-form-control-wrap {
    position: relative;
    top: 18px;
}
.enroll textarea {
    background: rgba(0,0,0,0.1);
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    height: 100px;
}
.enroll select {
    background: rgba(0,0,0,0.1);
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
}
.enroll label {
    float: left;
    width: 100%;
}
.enroll input {
    background: rgba(0,0,0,0.1);
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
}
.enroll select {
    background: rgba(0,0,0,0.1);
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
.enroll input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    width: 200px;
    background: #000;
    color: #fff;
}
#sidebar{
	    background: #e00101;
}
#sidebar form .col-md-6{
	max-width: 100%;
}
#sidebar form input {
    overflow: visible;
    width: 100%;
    padding: 5px;
}
*::-moz-selection {
    background: #dd374d none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}