﻿
@font-face {font-family: "HelveticaNeueW01-UltLt";
    src: url("//db.onlinewebfonts.com/t/8bc33182b0080b4ed4f1cb450cd1656c.eot");
    src: url("//db.onlinewebfonts.com/t/8bc33182b0080b4ed4f1cb450cd1656c.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/8bc33182b0080b4ed4f1cb450cd1656c.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/8bc33182b0080b4ed4f1cb450cd1656c.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/8bc33182b0080b4ed4f1cb450cd1656c.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/8bc33182b0080b4ed4f1cb450cd1656c.svg#HelveticaNeueW01-UltLt") format("svg");
}
body {
    font-size: 14px;
    font-family: 'HelveticaNeueW01-45Ligh',sans-serif;
    color       : #969595;
    font-weight : 400;
    background: #fff;
    }

/* --------------------------------------
Global Typography
------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin      : 0 0 15px;
    color       : #6c706c;
    font-weight : 400;
    }

h1 {
    font-size   : 30px;
    line-height : 24px;
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

    }

h2 {
    font-size   : 24px;
    line-height : 24px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

h3 {
    font-size   : 20px;
    line-height : 24px;
    }

h4 {
    font-size   : 25px;
    line-height : 40px;
     font-weight : normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

h5 {
    font-size   : 16px;
    line-height : 24px;
    font-weight : 600;
    }

h6 {
    font-size   : 14px;
    line-height : 24px;
    }

/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
    color              : #3a3a3a;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
    }

a:hover,
a:focus {
    text-decoration : none;
    }


ul {
    margin     : 0;
    padding    : 0;
    list-style : none;
    }


/* --------------------
   Section Background
   -------------------*/

.gray-bg {
    background-color : #f9f9f9;
    }

.white-bg {
    background-color : #fff;
    }


/* --------------------
   main Wrapper
   -------------------*/
#main-wrapper{
    background: #fff;
    }

/*Button Style*/
.btn {
    padding        : 10px 30px;
    margin-bottom  : 0;
    font-size      : 13px;
    border-radius  : 0;
    text-transform : uppercase;
   font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    }

/*btn-primary*/
.btn-primary {
    background-color : #f24509;
    border-color     : #f24509;
    }

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color : #c97b31;
    border-color     : #c97b31;
    }

/*btn-default*/
.btn-default {
    color            : #313131;
    background-color : transparent;
    border-color     : #313131;
    }

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    color            : #dd6c10;
    background-color : #ffffff;
    border-color     : #ffffff;
    }

/*btn-black*/
.btn-black {
    color            : #ffffff;
    background-color : #313131;
    border-color     : #313131;
    }

.btn-black:focus,
.btn-black:hover {
    color            : #313131;
    border-color     : #313131;
    background-color : transparent !important;
    }

button:focus,
.btn:focus,
.btn:active:focus {
    outline : none;
    }
    
/* --------------------------------------------
    Footer
----------------------------------------------- */
.footer {
    background : #313131;
    }

.footer .footer-block {
    border-right : 1px solid #3a3a3a;
    padding      : 80px 60px;
    min-height   : 380px;
    }

@media (min-width : 992px) and (max-width : 1199px) {
    .footer .footer-block {
        padding : 60px 50px;
        }
    }

@media (min-width : 768px) and (max-width : 991px) {
    .footer .footer-block {
        padding : 50px 15px;
        }
    }

@media (max-width : 767px) {
    .footer .footer-block {
        padding    : 30px 15px;
        min-height : inherit;
        }
           }

.footer .footer-block.last {
    border-right : 0;
    }

.footer .footer-widget h3 {
    font-size     : 16px;
    line-height   : 22px;
    color         : #ffffff;
    margin-bottom : 25px;
    }

.footer .widget_text {
 color         : #ffffff;

    }

.footer .footer-logo {
    margin-bottom : 25px;
    }

.footer .footer-widget .btn {
    font-size     : 11px;
    padding       : 5px 18px;
    border-radius : 50px;
    color         : #6b6b6b;
    border        : 1px solid #4a4a4a;
    margin-top    : 40px;
    }

.footer .footer-widget .btn:hover {
    color            : #ffffff;
    background-color : #31aae2;
    border           : 1px solid transparent;
    }

.footer .footer-widget address {
    line-height   : 22px;
    margin-bottom : 30px;
    }

.footer .footer-widget .social-links {
    }

.footer .footer-widget .social-links li a {
    display          : block;
    font-size        : 20px;
    width            : 42px;
    height           : 42px;
    color            : #6b6b6b;
    background-color : #4a4a4a;
    line-height      : 42px;
    text-align       : center;
    border-radius    : 50%;
    }

.footer .footer-widget .social-links li a:hover {
    color            : #ffffff;
    background-color : #31aae2;
    }

.footer .copyright-section {
    background-color : #2d2d2d;
    color            : #6b6b6b;
    padding          : 20px 0;
    }

.footer .copyright-section .copytext {
  /*  text-transform : uppercase;*/
    color          : #6b6b6b;
    font-weight    :500;
    }

@media (min-width : 768px) {
    .footer .copyright-section .list-inline > li {
        padding-right : 10px;
        padding-left  : 10px;
        }
    }

.footer .copyright-section li a {
    display   : block;
    font-size : 13px;
    color     : #6b6b6b;
    }

.footer .copyright-section li a:hover,
.footer .copyright-section li.active a {
    color : #ffffff;
    }
    
    /*---------------
 Contact Form
 -----------------*/

.contact-form  {}
.contact-form  h2{
    line-height: 36px;
    margin-bottom: 45px;
    }

.user-message textarea {
    min-height: 273px;
    padding-top: 12px;
    }
.contact-form form button {
    margin-top: 10px;
    }


.user-name,
.user-email,
.user-phone,
.user-url,
.user-message{
    position: relative;
    }
.user-name::after,
.user-email::after,
.user-phone::after,
.user-url::after,
.user-message::after {
    position: absolute;
    left: 15px;
    top: 15px;
    font-family:  "HelveticaNeueW01-UltLt";
    color: #dadada;
    }

.user-name::after {
    content: "\f007";
    }
.user-email::after {
    content: "\f003";
    }
.user-phone::after {
    content: "\f095";
    }
.user-url::after {
    content: "\f0ac";
    }
.user-message::after {
    content: "\f086";
    }

/* --------------------------------------------------
      testimonial start
-----------------------------------------------------*/
.testimonial .section-title h2 {
    color : #dd6c10;
    }
.testimonial1 .section-title h2 {
    color : #000;
    }

.testimonial {
    padding    : 100px 0px;
    color      : #ffffff;

    /* gradient: #0c0fce+0,e000e0+100 background : #0c0fce; /* Old browsers 
        background : -moz-linear-gradient(-45deg, #0c0fce 0%, #e000e0 100%);
            background : -webkit-linear-gradient(-45deg, #0c0fce 0%, #e000e0 100%); /
    background : linear-gradient(135deg, #0c0fce 0%, #e000e0 100%); 
        filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c0fce', endColorstr='#e000e0', GradientType=1); */
  
  /*  background : #d0751e; 
      background : -moz-linear-gradient(-45deg, #d0751e 0%, #e64617 100%); 
          background : -webkit-linear-gradient(-45deg, #d0751e 0%, #e64617 100%); 
              background : linear-gradient(135deg, #d0751e 0%, #e64617 100%); 
                  filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0751e', endColorstr='#e64617', GradientType=1); /* IE6-9 fallback on horizontal gradient */

    }

.testimonial .carousel-control {
    text-shadow : none;
    }

#testimonialSlider .carousel-inner .item {
    
    text-align : center;
    }

#testimonialSlider .carousel-inner .item img {
    display       : inline-block;
    width         : 60px;
    height        : 60px;
    border-radius : 3px;
    }

#testimonialSlider .carousel-inner .item .name {
    text-transform : uppercase;
    font-size      : 25px;
    margin-top     : 5px;
    color          : #dd6c10;/*rgba(255, 255, 255, 0.5)*/
    }

#testimonialSlider .carousel-inner .item blockquote {
    border-left : 0px;
    }

#testimonialSlider .carousel-inner .item blockquote p {
    font-size   : 18px;
    line-height : 34px;
    /*padding: 0px 80px;*/
    font-weight : 300;
    color:#333333;
    }

#testimonialSlider .carousel-inner .item blockquote ul {
    margin : 30px 0px;
    }

#testimonialSlider .carousel-control.right,
#testimonialSlider .carousel-control.left {
    background  : transparent;
    border      : 2px solid #333333;
    width       : 34px;
    height      : 34px;
    line-height : 28px;
    text-align  : center;
    top         : 50%;
    }
#testimonialSlider1 .carousel-control.right,
#testimonialSlider1 .carousel-control.left {
    background  : transparent;
    border      : 2px solid #333333;
    width       : 34px;
    height      : 34px;
    line-height : 28px;
    text-align  : center;
    top         : 50%;
    }

@media (min-width : 768px) {
    /*custom-padding class*/
    #testimonialSlider .carousel-indicators {
        bottom : -60px;
        }
        #testimonialSlider .carousel-control.right,
#testimonialSlider .carousel-control.left {
    background  : transparent;
    border      : 2px solid #333333;
    width       : 34px;
    height      : 34px;
    line-height : 28px;
    text-align  : center;
   
    }
#testimonialSlider1 .carousel-control.right,
#testimonialSlider1 .carousel-control.left {
    background  : transparent;
    border      : 2px solid #333333;
    width       : 34px;
    height      : 34px;
    line-height : 28px;
    text-align  : center;
   
    }

    }

@media (min-width : 992px) and (max-width : 1199px) {

    #testimonialSlider .carousel-inner .item blockquote p {
        font-size : 18px;
        }
    }

@media (min-width : 768px) and (max-width : 991px) {
    #testimonialSlider .carousel-inner .item blockquote p {
        font-size   : 13px;
        line-height : 24px;
        }
        
    }

@media only screen and (min-width : 480px) and (max-width : 767px) {
    #testimonialSlider .carousel-inner .item blockquote p {
        font-size     : 13px;
        line-height   : 24px;
        margin-bottom : 20px;
        padding       : 0;
        }
        
    }

@media (max-width : 766px) {

     #testimonialSlider .carousel-control.right,
#testimonialSlider .carousel-control.left {
    background  : transparent;
    border      : 2px solid #333333;
    width       : 34px;
    height      : 34px;
    line-height : 28px;
    text-align  : center;
   
    }
     #testimonialSlider1 .carousel-control.right,
#testimonialSlider1 .carousel-control.left {
    background  : transparent;
    border      : 2px solid #333333;
    width       : 34px;
    height      : 34px;
    line-height : 28px;
    text-align  : center;
   
    }

#testimonialSlider .carousel-inner .item .name {
    text-transform : uppercase;
    font-size      : 18px;
    margin-top     : 5px;
    color          : rgba(255, 255, 255, 0.5);
    }

#testimonialSlider .carousel-inner .item blockquote p {
    font-size   : 12px;
    line-height : 12px;
    /*padding: 0px 80px;*/
    font-weight : 300;  margin-bottom : 20px;
        padding       : 0;
    }

   
    }

/*testimonial end*/
.fixed-bg {
    background-image: url('../img/images/sysy.png');
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    /* padding-top: 100px; Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */

    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
  /*background-color: #fefefe;    border: 1px solid #888;
 padding: 10px 30px 10px 30px;    background: rgba(0,0,0,0.4);
*/  
    margin: 0;
    padding: 0;
    width: 30%;
    background-color: rgba(0,0,0,0.4);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); 
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     
}
@media (max-width : 767px) {
.modal-content {
    position: relative;
  /*background-color: #fefefe;*/  
    margin: 0;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
   background-color: rgba(0,0,0,0.4);
 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); 
     -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {left:-300px; opacity:0}
    to {left:0; opacity:1}
}

@keyframes animatetop {
    from {left:-300px; opacity:0}
    to {left:0; opacity:1}
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
     color: white;
}
.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;}

.modal-body h2 {
   -webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	padding: 15px 0 15px 30px;/*	padding: 15px 0 35px 30px;*/
	color: #ffffff;
	margin-bottom: 0px;
	font-family:  "HelveticaNeueW01-UltLt";
}
.modal-body form {
/* background: #292929;*/ 
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;

	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	padding: 20px 30px 30px 30px;
	margin-top: -20px;}
.modal-body p {
	color: #bebebe;
}
.modal-body form input {
	width: 100%;
	background: #474747 url(../images/icon-right.png) no-repeat 20px center;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
	border: none;
	padding: 12px 20px 12px 20px;
	color: #bebebe;
	box-shadow: none;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;

	margin-bottom: 10px;
    
	-webkit-transition: background linear .2s,color linear .2s;
	   -moz-transition: background linear .2s,color linear .2s;
	     -o-transition: background linear .2s,color linear .2s;
	        transition: background linear .2s,color linear .2s;
}
/*.modal-body form input:hover {
	background: #666666 url('../img/navigate_right_256.png') no-repeat 20px center;
}

.modal-body form input:focus {
	background: #666666 url(../images/icon-right.png) no-repeat 20px center;
	color: #ffffff;
	box-shadow: none !important;
}
*/
.modal-body form label {
  font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 28px;
	margin-bottom: 20px;
	padding-left: 50px;
	color: #bebebe;
	position: relative;
	z-index: 50;
	display: block;
	}
.modal-body form .checkbox-container {
	position: relative;
	margin-bottom: 0px;
}
/*.modal-body form .checkbox-container .checkbox-placeholder {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 3px; 
	   -moz-border-radius: 3px; 
	     -o-border-radius: 3px; 
	        border-radius: 3px;
	margin-top: 2px;
	background: #474747;
}
*/

.modal-body form input[type=submit] {
	color: #ffffff;
	width: 100%;
	margin-bottom: 0px;
	font-size: 16px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;

	-webkit-transition: background linear .2s;
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
	padding-left: 20px;
	border-radius:3px;
	cursor:pointer;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:1px;
}

.modal-body form input[type=submit]:hover {
	background:#000 !important;
	color:#fff;
}

.modal-body .event-recap {
	background: #292929;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	padding: 20px 30px 30px 30px;
	margin-top: -20px;
}

.modal-body .event-recap .event-box {
	margin-bottom: 20px;
}

.modal-body .event-recap .event-box i {
	float: left;
	color: #ffffff;
	font-size: 48px;
	padding-top: 6px;
	width: 50px;
	text-align: center;
}

.modal-body .event-recap .event-box h3,
.modal-body .event-recap .event-box p {
	
	margin-bottom: 0px;
}

.modal-body a.event-button {
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	cursor: pointer;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	-webkit-transition: background linear .2s;
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
}
/* --------------------------------------------------
features start
-----------------------------------------------------*/
.x-features {
    background : #fff;
    padding    : 100px 0 85px;
    }

.x-features .section-title h2 {
    color : #dd6c10;
    }

.x-features .img-left {
    margin-top : 20px;
    }

@media (max-width : 992px) {
    .x-features .img-left {
        margin-bottom : 40px;
        margin-top    : 0px;
        }
    }

.x-features .promo-icon {
    float        : left;
    margin-right : 25px;
    font-size    : 30px;
    color        : #f9c99c;
    }

.x-features .promo-content {
    color          : #333333;
    overflow       : hidden;
    border-bottom  : 1px solid rgba(157, 209, 246, 0.4);
    margin-bottom  : 20px;
    padding-bottom : 10px;
    }

.x-features .promo-content.last-type {
    border-bottom  : 0;
    margin-bottom  : 0px;
    padding-bottom : 0px;
    }

.x-features .promo-content h3 {
    font-size   : 15px;
    line-height : 26px;
    font-weight : 600;
    color       : #dd6c10;
    }


/* -------------------
   Section Padding
   --------------------*/
.pt-100 {
    padding-top : 100px;
    }
.ptb-80 {
    padding-bottom : 80px;
    padding-top    : 0px;
    }

.ptb-90 {
    padding-bottom : 90px;
    padding-top    : 90px;
    }

.ptb-100 {
    padding-top    : 100px;
    padding-bottom : 100px;
    }

.ptb-150 {
    padding-top    : 150px;
    padding-bottom : 150px;
    }

.ptb-160 {
    padding-top    : 160px;
    padding-bottom : 160px;
    }

.ptb-170 {
    padding-top    : 170px;
    padding-bottom : 170px;
    }
@media (min-width : 768px) {
    /*custom-padding class*/
    .pl-30 {getFooter
        padding-left : 30px;
        }

    .pr-30 {
        padding-right : 30px;
        }
    }


/* ----------------------------------------------
text-highlights
------------------------------------------------- */
.text-highlights {
    color   : #ffffff;
    padding : 0px 5px;
    }

.text-highlights.black {
    background : #313131;
    }

.text-highlights.blue {
    background : #dd6c10;
    }

/*Common Page Header*/
.page-header {
    padding-bottom : 0;
    margin         : 100px 0;
    border-bottom  : 0;
    }

.page-header h1 {
    font-size      : 70px;
    line-height    : 70px;
    color          : #ffffff;
    font-weight    : 400;
    text-transform : capitalize;
    margin-bottom  : 30px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

    }

.page-header .sub-title {
    display        : block;
    font-size      : 40px;
    line-height    : 40px;
    color          : rgba(255, 255, 255, 0.5);

    text-transform : uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;   
     }
.first-conter
{
	padding-top:150px;
}
@media (max-width : 766px) {
    .page-header h1 {
        font-size   : 44px;
        line-height : 44px;
        }

    .page-header .sub-title {
        font-size   : 30px;
        line-height : 30px;
        }
    }

/*feature-section*/
.feature-section {
    background      : url(../../assets/img/feature-bg.jpg) no-repeat;
    background-size : cover;
    }

/* ------------------------------------------------------------------
BACK TO TOP
--------------------------------------------------------------------- */
#toTop {
    position    : fixed;
    bottom      : 30px;
    right       : 30px;
    color       : #f26d22;
    cursor      : pointer;
    display     : none;
    z-index     : 9999;
    width       : 30px;
    height      : 30px;
    border      : 2px solid #f26d22;
    text-align  : center;
    font-size   : 18px;
    line-height : 24px;
    }

#toTop:hover {
    color              : #ffffff;
    background-color   : #f26d22;
    border             : 1px solid transparent;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

/* ------------------------------------------------------------------
Shortcode Content
--------------------------------------------------------------------- */
.page-title-section {
    padding-top     : 80px;
    background      : url(../../assets/img/page-bg/page-bg-1.jpg) no-repeat center center #4795bb;
    background-size : cover;
    }
.cover-image {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 55%;
    max-height: 431px;
    background: bottom no-repeat;
    background-size: contain;

    }

/*-----------------------------
 NAVIGATION & HEADER STYLE
--------------------------------*/

/*Navigation*/
@media screen and (max-width : 1200px) {
    .navbar-collapse.collapse {
        display : none !important;
        }


    .navbar-default {
        background    : #fefefe !important;
        padding       : 0 0 20px 0;
        border-bottom : none;
        top:0;
        }
    }
/*@media (max-width : 1000px) {
.navbar-default img{
        height:100%;
        width:auto;
       }

}*/
@media (min-width : 767px) {


    .navbar-default {
background-color   : white;


             /*background:rgba(255, 255, 255, 0.486275); background:rgba(255,255,255,0.5);
        background:rgba(255,255,255,0.5); 
           background : -moz-linear-gradient(-45deg, rgba(255,255,255,0.5) 0%, rgba(0,0,0,0.6) 100%); 
               background : -webkit-linear-gradient(-45deg, rgba(255,255,255,0.5) 0%, rgba(0,0,0,0.6) 100%);
                   background : linear-gradient(135deg, rgba(255,255,255,0.5) 0%, rgba(0,0,0,0.6) 100%); 
                       filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0.5)', endColorstr='rgba(0,0,0,0.6)', GradientType=1); 
       rgba(0,0,0,0.6)
     background:#f58821;  background:rgba(255, 255, 255, 0.486275);   background:rgba(255,255,255,0.5); */ 
  

        padding            : 0;
        border-color       : transparent;
        -webkit-transition : all .5s ease-in-out;
        -moz-transition    : all .5s ease-in-out;
        transition         : all .5s ease-in-out;
        }

    /*.sticky-nav.navbar-default {
 background:rgba(255, 255, 255, 0.486275);
    background:rgba(255, 255, 255, 0.486275);
   
 background : -moz-linear-gradient(-45deg, rgba(255,255,255,0.5) 0%, rgba(255, 255, 255, 0.486275) 100%); 
    background : -webkit-linear-gradient(-45deg, rgba(255,255,255,0.5) 0%, rgba(255, 255, 255, 0.486275) 100%);
        background : linear-gradient(135deg, rgba(255,255,255,0.5) 0%, rgba(255, 255, 255, 0.486275) 100%);
            filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0.5)', endColorstr='rgba(255, 255, 255, 0.486275)', GradientType=1); 

           
            -moz-box-shadow: 0px 0 2px #333;
-webkit-box-shadow: 0px 0px 2px #333;
box-shadow-bottom: 3px #333;
        padding          : 0;
        }
        .sticky-nav.navbar-default img{
        height:100%;
           width:auto;
}
.sticky-nav.navbar-default .navbar-nav > li > a {
    color          : #FF6600;
    font-size      : 13px;
    font-weight    : 700;
    padding        : 8px 10px;
    border         : 2px solid transparent;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    border-radius  : 2px;
    /!*text-transform : uppercase;*!/
    }
.sticky-nav.navbar-default .navbar-nav > li > a:focus,
.sticky-nav.navbar-default .navbar-nav > li > a:hover {
    color : #666666;
    }*/

    .navbar-right .dropdown-menu {
        right : auto;
        }
    }

.navbar-default {
    margin-bottom : 0;
    }

.navbar-brand {
    padding-top    : 0;
    padding-bottom : 0;
    height         : 50px;
    }

.navbar-default .navbar-nav > li {
    margin-right : 10px;
    }

.navbar-default .navbar-nav > li:last-child {
    margin-right : 0px;
    }

.navbar-default .navbar-nav > li > a {
    color          : #fff;
    font-size      : 13px;
    font-weight    : 700;
    padding        : 25px 10px 0 10px;
    border         : 2px solid transparent;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    border-radius  : 2px;
    /*text-transform : uppercase;*/
    }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color            : #FF6600;
    
    background-color : transparent;
 /*border           : 2px solid #f58821;*/   
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color            : #FF6600;
    background-color : transparent;
  /*  border           : 2px solid #f58821;*/
    }



.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color : #FF6600;
    }
.sticky-nav.navbar-default .navbar-nav > li > a:focus,
.sticky-nav.navbar-default .navbar-nav > li > a:hover {
    color : #FF8635;
    }

.nav-cta {
    float              : right;
    margin-right       : 40px;
    margin-left        : 20px;
    line-height        : 40px;
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
    }

.nav-cta > li > a {
    display     : inline-block;
    color       : #ffffff;
    width       : 20px;
    height      : 34px;
    line-height : 34px;
    text-align  : center;
    }

.nav-cta .dropdown-menu {
    left  : auto;
    right : 0;
    }

.head-search {
    width : 370px;
    }

.head-search {
    padding : 8px;
    }

.head-search .form-control {
    height : 40px;
    }

.head-search .btn {
    padding : 10px 20px;
    }

/*Dropdown Menu*/

.dropdown-menu {
    display            : inherit;
    top                : 55% !important;
    padding            : 0;
    font-size          : 13px;
    opacity            : 0;
    visibility         : hidden;
    border             : 1px solid #f5f5f5;
    border-radius      : 0;
    box-shadow         : 0px -2px 0px #dd6c10;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    }

.dropdown:hover .dropdown-menu {
    display    : block;
    margin-top : 28px !important;
    opacity    : 1;
    visibility : visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    }

.dropdown-menu::before {
    top      : -30px;
    content  : "";
    position : absolute;
    width    : 100%;
    height   : 30px;
    display  : block;
    }

.sticky-nav .dropdown:hover .dropdown-menu {
    margin-top : 14px !important;
    }

.dropdown-header {
    font-size      : 11px;
    line-height    : 30px;
    font-weight    : 600;
    color          : #313131;
    text-transform : uppercase;
    }

.dropdown-menu li a {
    display     : block;
    font-size   : 13px;
    line-height : 30px;
    color       : #dd6c10;
    padding     : 3px 20px;
    }
.dropdown-menu li a:hover {
    color            : #F18B38;
    background-color : #f5f5f5;
    padding-left     : 25px;
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color            : #31aae2;
    background-color : #f5f5f5;
    padding-left     : 25px;
    }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color            : #000000;
    background-color : transparent;
    }

/*Mega Menu*/
.m-menu .nav,
.m-menu .collapse,
.m-menu .dropup,
.m-menu .dropdown {
    position : static;
    }

.m-menu .container {
    position : absolute;
    right: 10px;
    }

.m-menu .dropdown-menu {
    left : auto;
    }

.m-menu .m-menu-content {
    }

.m-menu .dropdown.m-menu-fw .dropdown-menu {
    left  : 15px;
    right : 15px;
    }

.m-menu-content ul {
    border-right : 1px solid #f5f5f5;
    padding      : 20px;
    }

.m-menu-content ul:last-of-type {
    border-right : 0;
    }

/*24-12*/
@media (max-width : 767px) {
    .navbar-toggle  {
        display : block;
    }
    .navbar-default img{
        height:auto;
        width:60px;
    }


    .navbar-default .navbar-brand {
        color: black !important;
        font-size: 14px !important;
        margin-left: 80px !important;
        margin-top: 28px;
        font-size: 14px !important;
    }


    .first-conter
{
	padding-top:50px;
}
.x-services
{
	padding-top:50px;
}
    #menu li a {
        display         : block !important;
        text-decoration : none;
        color           : #777777;
        padding         : 10px 0;
        font-size: 16px;
        border-bottom: 1px dotted #444;
    }
    }

.navbar-toggle {
    position      : absolute;
    right         : 0;
    padding       : 15px 10px;
    border        : 0;
    border-radius : 0;
    }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color : transparent;
    }

.navbar-toggle .icon-bar {
    width  : 14px;
    height : 3px;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color : #fff;
    }

.navbar-toggle .icon-bar + .icon-bar {
    margin-top : 2px;
    }

/*uc-mobile-menu*/
.uc-mobile-menu {
    }

.uc-mobile-menu-container > div {
    visibility : hidden;
    }

#menu {
    margin : 50px 40px;

    }

#menu > li {
    text-transform : uppercase;
    }

#menu > li:last-child {
    border-bottom : 0;
    }

#menu > li ul li {
    margin-left : 0;
    color       : #fefefe;

    }

#menu li a {
    display         : block;
    text-decoration : none;
    color           : #777777;
    padding         : 10px 0;
    font-size: 16px;
    border-bottom: 1px dotted #444;
    }

/*

#menu li a:hover,
#menu li.active a {
    color : #ffffff;
    }
*/

/*Mobile Menu Close*/
.uc-mobile-menu .close {
    position           : absolute;
    right              : 0;
    top                : 0;
    color              : #ffffff;
    text-shadow        : none;
    filter             : alpha(opacity=50);
    opacity            : .5;
    width              : 44px;
    height             : 44px;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

.uc-mobile-menu .close:hover {
    opacity : 1;
    }

/*-------------------
    HERO SLIDER
--------------------*/
.hero-slide .carousel-caption {
    bottom      :70%;
    text-shadow : none;
    transform   : translateY(70%);
    }

.hero-slide .carousel-caption h1 {
   text-align: left;

    font-size: 70px;
    font-weight: 100;
    line-height: 120px;

    color          : #ffffff;
    }

.hero-slide .carousel-caption p {
    text-align: left;
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.5px;
    font-family: Roboto;
       }

.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    width       : 50px;
    height      : 50px;
    line-height : 46px;
    top         : 50%;
    margin-top  : -25px;
    background  : transparent;
    cursor      : pointer;
    border      : 2px solid #ffffff;
    text-shadow : none;
    }

.hero-slide .carousel-control.left {
    left : 1%;
    }

.hero-slide .carousel-control.right {
    right : 1%;
    }

.hero-slide .carousel-indicators {
    bottom : 60px;
    }

.hero-slide .carousel-indicators li {
    border : 2px solid #ffffff;
    }
@media screen and (max-width : 935px) {

 .hero-slide .carousel-caption h1 {
        font-size : 18px;
        font-weight: 100;
    line-height: 25px;
   
    color          : #ffffff;
font-family: 'HelveticaNeueW01-UltLt';

        }

    .hero-slide .carousel-indicators {
        bottom : 30px;
        }

    .hero-slide .carousel-caption p {
        font-size : 12px;
        }

}
/*Media Query*/
@media screen and (max-width : 767px) {
    .hero-slide {
    padding-top:60px;
      /* margin-top : 60px;*/ 
        }

    .hero-slide .carousel-caption h1 {
        font-size :14px;
        }

    .hero-slide .carousel-indicators {
        bottom : 10px;
        }

    .hero-slide .carousel-caption p {
        font-size : 8px;
        }
        .hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    width       : 30px;
    height      : 30px;
    line-height : 22px;
    top         : 50%;
    margin-top  : 0px;
    background  : transparent;
    cursor      : pointer;
    border      : 2px solid #ffffff;
    text-shadow : none;
    }

    }

/* -------------------
 Section Title Style
 --------------------- */
.section-title {
    margin-bottom : 0px;
    }

.section-title h2 {

  /*  color: #dd6c10;*/
    font-size: 80px;
     line-height: 64px;
    padding-bottom: 25px;
    text-align: center;
    font-family:  "Myriad Pro Regular";
    position       : relative;
    }
@media (max-width : 550px){
.section-title h2 {
    font-size: 25px;
     line-height: 24px;
     font-weight:400;
    padding-bottom: 5px;
    text-align: center;
    font-family:  "HelveticaNeueW01-UltLt";   
     position       : relative;
    }

}
.section-title span.bordered-icon {
    color       : #dadada;
    padding     : 0 10px;
    font-size   : 12px;
    line-height : 18px;
    position    : relative;
    display     : inline-block;
    }

.section-title span.bordered-icon:before,
.section-title span.bordered-icon:after {
    content    : "";
    background : #dadada;
    width      : 50px;
    height     : 1px;
    top        : 8px;
    position   : absolute;
    }

.section-title span.bordered-icon:before {
    left : 100%;
    }

.section-title span.bordered-icon:after {
    right : 100%;
    }

/*---------------------------
 Service section
 ---------------------------*/
 
.x-services .thumbnail {
    padding       : 0;
    line-height   : 24px;
    border        : 1px solid #f1f1f1;
    border-radius : 0;
    margin-bottom : 30px;
    }

/*@media (min-width : 768px) {
    .x-services .thumbnail a > img,
    .x-services .thumbnail > img {
        float : left;
        }
        
       .x-services {    padding    : 0 0 85px;

    }*/

@media (max-width : 767px) {
    .x-services .thumbnail a > img,
    .x-services .thumbnail > img {
        width : 100%;
        }
        .x-services {    padding    : 100px 0 85px;
    }

    }

.x-services .thumbnail .caption {
    padding  : 30px;
    color    : #969595;
    overflow : hidden;
    }

.x-services .thumbnail .caption h3 {
    font-size      : 15px;
    text-transform : capitalize;
    margin-bottom  : 5px;
    }

.x-services .thumbnail .caption h3 a {
    color : #313131;
    }

.x-services .thumbnail .caption h3 a:hover {
    color : #31aae2;
    }

.x-services .thumbnail .caption p {
    margin : 0;
    }



/* ----------------------------------------------
Team
------------------------------------------------- */
.team {
    }

.team .thumbnail {
    padding          : 0;
    margin-bottom    : 40px;
    line-height      : 22px;
    background-color : #ffffff;
    border           : 0;
    }

@media (max-width : 767px) {
    .team .thumbnail {
        margin-bottom : 30px;
        }
    }

.team .thumbnail img {
    width : 100%;
    }

.team .thumbnail .caption {
    padding          : 15px 0;
    background-color : #f9f9f9;
    color            : #313131;
    }

.team .thumbnail h3 small {
    font-size      : 11px;
    color          : #a3a2a2;
    text-transform : uppercase;
    }

.team .thumbnail h3 {
    font-size      : 16px;
    text-transform : capitalize;
    margin         : 0;
    }


/* client-logo */
.client-logo {
    }

.client-logo a img {
    width              : 100%;
    opacity            : 0.5;
    -webkit-transition : all 0.8s ease 0s;
    -moz-transition    : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition         : all 0.8s ease 0s;
    }

.client-logo a:hover img {
    opacity : 1;
    }

@media (max-width : 992px) {
    .client-logo .section-margin {
        margin-bottom : 30px;
        }
    }

/* --------------------------------------------
    Page Title
----------------------------------------------- */

/*
.single-page-title {
    background            : url('../img/images/about.jpg') no-repeat top;
    width                 : 100%;
    background-attachment : fixed;
    padding               : 15% 0 5%;
    position: relative;
    }

.single-page-title::before{
    position: absolute;
    content: "";
    top:0;
    left:0;
    right: 0;
    bottom: 0;
 
    }

.single-page-title h2 {
    display        : inline-block;
    font-size      : 72px;
    text-transform : uppercase;
    font-weight    : 700;
    margin-bottom  : 0;
    color          : #fff;
    position: relative;
    z-index: 1;
    }
*/


/*-------------------------
    Progress Bar
 ---------------------------*/

.x-progress {}
.x-progress .progress-wrapper {
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    }
.x-progress .progress-item {
    line-height: 43px;
    padding: 0 20px;
    border-bottom: 1px solid #f1f1f1;
    }
.x-progress .progress-item:last-of-type {
    border-bottom: 0;
    }
.x-progress .progress-title {
    display: inline-block;
    float: left;
    width: 95px;
    }
.x-progress .progress-percent {
    display: inline-block;
    float: right;
    text-align: center;
    padding-left: 30px;
    }
.x-progress .progress {
    width: 70%;
    display: inline-block;
    height: 8px;
    margin-bottom: 0;
    background-color: #f9f9f9;
    box-shadow: none;
    }

@media (min-width : 992px) and (max-width : 1199px) {
    .x-progress .progress {
        width: 60%;
        }
    }
@media only screen and (max-width : 767px) {
    .x-progress .progress {
        width: 60%;
        }
    }
@media only screen and (max-width : 479px) {

    .x-progress .progress-title {
        width: 70px;
        }
    .x-progress .progress {
        width: 40%;
        }
    }

.x-progress .progress-bar {
    background-color: #31aae2;
    box-shadow: none;
    }



/* --------------------------------------------------
service-icon-style
------------------------------------------------- */

.service-icon-style {}
/*promo-block*/
.service-icon-style .promo-block-wrapper {
    /*margin-bottom: 80px;*/
    }

.service-icon-style .promo-icon {
    width: 75px;
    height: 80px;
    color: #dadada;
    font-size: 24px;
    line-height: 76px;
    text-align: center;
    border: 2px solid #dadada;
    margin: 0 auto 36px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    }
.service-icon-style .promo-block-wrapper:hover .promo-icon {
    background-color: #31aae2;
    color: #fff;
    border: 2px solid transparent;
    }

.service-icon-style .promo-content {
    padding: 20px;
    }
.service-icon-style .promo-content h3{
    font-size: 15px;
    text-transform: capitalize;
    }


/* ---------------------------------
    x-accordion
 ------------------------------------*/

.x-accordion-section{
    background: #f9f9f9;
    }

.x-accordion .panel-group .panel+.panel {
    margin-top: 0px;
    }

.x-accordion .panel-group {
    margin-bottom: 0;
    }
.x-accordion .panel-default {
    border: 0;
    }
.x-accordion .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 10px solid transparent;
    border-radius: 0;
    margin: 0;
    }
.x-accordion .panel:last-of-type {
    border-bottom: 0;
    }
.x-accordion .panel .panel-heading a {
    display: block;
    padding: 12px 30px;
    background: #fff;
    color: #31aae2;
    }
.x-accordion .panel .panel-heading a.collapsed {
    color: #969595;
    background-color: #fff;
    padding: 12px 30px;
    }
.x-accordion .panel-default>.panel-heading {
    border-radius: 0px;
    padding: 0;
    }

.x-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding: 10px 30px 30px 30px;
    background: #fff;
    color: #969595;
    }


@media screen and (max-width:768px){
    .x-accordion .panel-group{
        margin-bottom: 50px ;
        }
    }

/*----------------------
 tabOne start
 -----------------------*/
.tabOne {}
.tabOne .nav-tabs {
    border: 1px solid #eee;
    border-bottom: none;
    }
.tabOne .nav-tabs.nav-justified li {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    }
.tabOne .nav-tabs.nav-justified li.active {
    border-bottom: 1px solid transparent;
    }
.tabOne .nav-tabs.nav-justified li:last-child {
    border-right: 0;
    }
.tabOne .nav-tabs.nav-justified>li>a {
    border: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    color: #969595;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    }
.tabOne .nav-tabs.nav-justified>.active>a,
.tabOne .nav-tabs.nav-justified>.active>a:focus,
.tabOne .nav-tabs.nav-justified>.active>a:hover {
    border: 0;
    background-color: transparent;
    color: #31aae2;
    }

/*media query*/

@media (min-width : 768px) {
    .tabOne .tab-content{
        border: 1px solid #eee;
        padding: 30px;
        border-top: 0;
        overflow: hidden;
        }
    }

@media screen and (max-width : 600px) {
    .tabOne .tab-content{
        margin-top: 30px;
        }
    }

.tabOne .tab-pane img {
    margin-top: 8px;
    }
.tabOne .tab-pane img.pull-left {
    margin-right: 20px;
    }
.tabOne .tab-pane img.pull-right {
    margin-left: 20px;
    }
/*collapse in small devices*/
.tabOne .panel-body img{
    margin-top: 8px;
    }
.tabOne .panel-body img.pull-left {
    margin-right: 20px;
    }
.tabOne .panel-body img.pull-right {
    margin-left: 20px;
    }

.tabOne .tab-pane p {
    margin-bottom: 15px;
    }
.tabOne .tab-pane p:last-of-type {
    margin-bottom: 0;
    }


/* ------------------
   Google Map
   ------------------*/

#googleMap{
    height: 500px;
    }


/*------------------
  FORM STYLE
  -------------------- */
.form-group {
    margin-bottom: 0px;
    }
.form-control {
    height: 53px;
    padding: 6px 20px 6px 30px;
    font-size: 13px;
    line-height: 24px;
    color: #969595;
    border: 2px solid #f24509;
    border-radius: 0;
    box-shadow: none;
    }
.form-control:focus {
    border: 2px solid #dd6c10 !important;
    box-shadow: none;
    }
.radio-inline {
    height: 35px;
    padding: 6px 20px 6px 40px;
    font-size: 13px;
    text-align:left;
    line-height: 20px;
    width:250px;
    color: #969595;
    border: 2px solid #f9c99c;
    border-radius: 0;
    box-shadow: none;
    }





















.inner-container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    margin: 0 auto;
}
.bottom-bar div {
    vertical-align: middle;
}
.button-bottom-bar {
    padding: 0 30px;
    width:300px;
}
#section1 a {
    color: inherit;
    text-decoration: none;
}
.bottom-bar .preview-icons {
    display: inline-block;
}
.bottom-bar div {
    vertical-align: middle;
}
.bottom-bar .button {
    color: #0099cc;
    padding: 0 15px;
}
#section1 .promo-icon {
 padding:45px 0;
    float        : left;
    margin-right : 25px;
    font-size    : 25px;
    color        : #f9c99c;
    }

#section1 .promo-content {
    color          : #f6c698;
    overflow       : hidden;
   
    padding: 50px 0;
    }

.signup-big-button {
    border-radius: 3px;
    background-color: #dd6c10;
    width: 292px;
    height: 65px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    font-size: 16px;
    line-height: 67px;
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*@media screen and (max-width : 1135px) {
.featured {
color:#fff;
    min-height: 500px;
    padding-top:150px;
    margin-bottom: 30px;
  
}

}
@media screen and (max-width : 767px) {
.featured {
color:#fff;
    min-height: 500px;
   padding-top:400px;
 
    margin-bottom: 30px;
}

}
.featured {
color:#fff;
    min-height: 500px;
    margin-top: -360px;
    margin-bottom: 30px;
}
.featured h2 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 0 35px 30px;
    color: #ffffff;
    margin-bottom: 0px;
}
.featured form {
    background: #292929;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
    margin-top: -20px;
}
.featured form .checkbox-container {
    position: relative;
    margin-bottom: 30px;
}
.featured form input[type=submit] {
    color: #ffffff;
    width: 100%;
    margin-bottom: 0px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    padding-left: 20px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.featured form input {
    width: 100%;
    background: #474747 url(../images/icon-right.png) no-repeat 20px center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 5px 10px 5px 5px;
    color: #bebebe;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
    -webkit-transition: background linear .2s,color linear .2s;
    -moz-transition: background linear .2s,color linear .2s;
    -o-transition: background linear .2s,color linear .2s;
    transition: background linear .2s,color linear .2s;
}*/

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
    background: #706d5d;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    }

#status,
.status-mes {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    }

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
    }
.buttons1
{
    color: #ee2c1b;
    background-color: #282828;

}
.buttons2{

    color: #282828;
    background-color: #ef4423;
}
.tables{
    font-size: 16px;
    padding: 0px;
    width: 100%;
    height: auto;
}


/*24-12*/ /*27*/
@media (max-width : 1200px) {
    .navbar-toggle {
        display : block;
    }
    .navbar-default img{
        height:auto;
        width:60px;
    }
    .navbar-default .navbar-brand{
        color:black !important;
        font-size: 24px;
        margin-left: 60px;
        margin-top: 28px;
    }
}

/*24-12*/
@media screen and (max-width: 726px) {



.copyright-section .copytext .lime{
margin-top: 2px;
}

.getFooter ul {
text-align:center !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
text-align:center;
margin: 0 auto;
content:none;
}

.getFooter li a {
margin: 0 auto;
align:center;
text-align:center !important;
text-align:center;
content:none;
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
 list-style-type: none;
}

/* Change the link color on hover */
.getFooter li a:hover {
border: 2px yellow;
width:170px;
padding-left:2px;
color: #f24509;
}

 ul li:not(:last-child) {
            border-right: none !important;
          
        }

}







