
*{
	margin: auto;
	padding: 0px;  
    outline: none!important;
    backface-visibility: hidden;
}

a{
	color: initial;
	text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

button{
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

a:hover, a:visited{
    text-decoration: none;
}

a:focus{
    text-decoration: none;
}

h1{
    margin-top: 0px;
}

.mb-0{margin-bottom: 0px;}

.mt-5{margin-top: 5px;}

.mt-10{margin-top: 10px;}

.mb-10{margin-bottom: 10px;}

.mt-15{margin-top: 15px;}

.mb-15{margin-bottom: 15px;}

.mt-20{margin-top: 20px;}

.mb-20{margin-bottom: 20px;}

.mt-30{margin-top: 30px;}

.mb-30{margin-bottom: 30px;}

.mt-40{margin-top: 40px;}

.mb-40{margin-bottom: 40px;}

.mt-50{margin-top: 50px;}

.mb-50{margin-bottom: 50px;}

.mt-60{margin-top: 60px;}

.mb-60{margin-bottom: 60px;}

.mt-80{margin-top: 80px;}

.mb-80{margin-bottom: 80px;}

.mt-70{margin-top: 70px;}

.mb-70{margin-bottom: 70px;}

.mt-100{margin-top: 100px;}

.mb-100{margin-bottom: 100px;}

.mt-120{margin-top: 120px;}

.mb-120{margin-bottom: 120px;}

.mb-150{margin-bottom: 150px;}

.mb-200{margin-bottom: 200px;}

.mlr-15{margin-right: 15px!important; margin-left: 15px!important;}

h1, h2, h3, h4, h5, h6, strong{
    font-family: 'Raleway', sans-serif;
}

body{
	overflow: auto; 
    font-family: 'Roboto', sans-serif;
}

p{
    margin-bottom: 0px;
}

.container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}

.row{
	margin-right: 0px;
	margin-left: 0px;
}

.row-min{
    margin-right: -15px!important;
    margin-left: -15px!important;
}

.no-padd{
	padding-right: 0px;
	padding-left: 0px;
}

.text-justify{
    text-align: justify;
}

/*header css*/

.top-dark-bar{
    background: #eee;
}

.top-bar-p{
    color: #555;
    line-height: 24px;
    padding: 6px 0px;
}

.top-social-box{
    text-align: right;
}

.top-social-box span{
    display: inline-block;
    vertical-align: middle;
        color: #555;
}

.top-social-box a{
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #bfbfbf;
    padding: 8px 10px;
}

.top-social-box a:hover{
    color: #00aaee;
    /*background: #fff;*/
}

.top-social-box a:last-child{
    border-right: 1px solid #bfbfbf;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 20px 0px;
    font-size: 18px;
    line-height: 20px;
}

.header-cta{
    margin: 35px 0px;
    text-align: right;
}

.header-cta i{
    display: inline-block;
    color: #00aaef;
    font-weight: 300;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 20px;
}

.header-cta a, .header-cta span{
    color: #222;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 300;
}

.grey-bg{
    background: #f0f0f0;
}

.nav-bg{
    background: transparent;
    z-index: 99;
    position: relative;
}

.m-top{
    /*margin-top: -30px;*/
}

.affix-bg{
    background: rgba(0,0,0,.6);
    z-index: 1;
    position: relative;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav>.open>a{
    color: #fff;
    background-color: #3c3d41;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 20px 30px 20px 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

.navbar-default .navbar-nav>li>a:hover{
    color: #00aaee;
}

.navbar {
    margin-bottom: 0px;
}

.nav-btn{
    display: block;
    background: #1cae56;
    padding: 21px 0px;
    margin-top: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0px;
    cursor: pointer;
}

.nav-btn i{
    margin-right: 5px;
}

.nav-btn:hover{
    background: #00aaee;
    color: #fff;
}

/*affix-add css*/

/*.affix {
    top: 0;
    width: 100%;
    z-index: 999!important;
  }

.affix + .container-fluid {
    padding-top: 70px;
}

.affix .m-top{
    margin-top: 0px;
}

.affix{
    background: #3c3d41;
}

.affix .nav-bg{
    background: transparent;
}

.affix .navbar-default .navbar-nav>li>a{
    color: #fff;
}

.affix .nav-btn{
    background: #f8c12e;
    text-shadow: 1px 3px 3px #d1a01b;
    color: #ffffff;
}*/

/*affix-add css*/

/*header css*/

/*banner css*/

.home-banner{
    margin-top: -63px;
    position: relative;
    z-index: 0;
}

.home-banner .carousel-control .glyphicon-chevron-left, .home-banner .carousel-control .icon-prev {
    left: 20%;
    margin-left: -10px;
}

.home-banner .carousel-control .glyphicon-chevron-right, .home-banner .carousel-control .icon-next {
    right: 20%;
    margin-right: -10px;
}

.home-banner .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    top: 30%;
}

.banner-heading{
    font-size: 57px;
    text-align: center;
    display: block;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, .5);
    font-weight: 300;
}

.banner-heading b{
    display: block;
    text-align: center;
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    margin-top: 0px;
}

.banner-text{
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
}

/*banner css*/

/*main css*/

.main-heading{
    display: inline-block;
    font-size: 42px;
    color: #333;
    font-weight: 700;
}

.underline{
    position: relative;
    margin-top: 15px;
}

.heading-text{
    font-size: 17px;
    color: #222;
    line-height: 30px;
    width: 70%;
    font-weight: 300;
    margin-left: 15%;
}

.underline:before{
    background: #1cae56 none repeat scroll 0 0;
    bottom: 6px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 40px;
}

.underline:after{
    background: #1cae56 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 40px;
}

.main-heading span{
    color: #00aaef;
}

.para{
    color: #444;
    font-size: 14px;
    line-height: 26px;
}

.service-box{
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #e0e0e0;
    position: relative;
    text-align: center;
    min-height: 275px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    cursor: pointer;
}

.service-box:hover{
    border-color: #fff;
    box-shadow: 0px 3px 30px #cecccc;
}

.service-box i{
    display: block;
    font-size: 40px;
    text-align: center;
    color: #1cae56;
}

.aside-course-list{
    padding: 15px;
    border: 1px solid #8e8989;
}

.aside-list{

}

.aside-list li{
    list-style-type: none;
}

.aside-list a{
    display: block;
    padding: 10px 15px 10px 50px;
    color: #444;
    font-size: 15px;
}

.aside-list a:hover{
    background: #f8f8f8;
    color: #00aaef;
}

.aside-list i{
    position: absolute;
    margin-left: -35px;
    margin-top: 4px;
    color: #222;
}

.aside-form .form-control{
    height: 42px;
    border: 1px solid #e4e4e4;
    border-radius: 30px;
    box-shadow: none;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 13px;
    background: #f8f8f8;
}

.aside-form .form-control:focus{
    border-color: #d1d1d1;
}

.aside-form textarea{
    height: 80px !important;
    padding: 15px;
}

.aside-form button{
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 15px;
    background: #1bae56;
    color: #fff;
    border: 2px solid #1bae56;
    margin: 0px auto;
    display: block;
}

.aside-form button:hover{
    background: transparent;
    color: #1bae56;
}

.aside-cta-holder{
    padding: 30px 0px;
    border: 4px double #eaeaea;
}

.aside-cta-holder span{
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #666;
}

.aside-cta-holder i{
    display: block;
    text-align: center;
    margin: 30px 15px 5px;
    font-size: 40px;
    color: #f16334;
}

.aside-cta-holder strong{
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #222;
}

.aside-cta-holder a{
    font-weight: 700;
    display: block;
    text-align: center;
    color: #1cae56;
    font-size: 22px;
    margin-top: 10px;
}

.sub-heading{
    display: block;
    padding: 0px;
    font-size: 26px;
    color: #444;
}
.heading{
    font-weight: 700;
}

.green-text {
    color: #1cae56;
    display: inline-block;
}


.green-btn{
    display: inline-block;
    color: #fff;
    background: #00aaef;
    text-align: center;
    padding: 20px 40px;
    font-weight: 700; 
}

.green-btn:hover{
    background: #1cae56;
    color: #fff;
    border-color: #1cae56;
}

.service-box strong{
    font-size: 16px;
    font-weight: 700;
    margin-top: 31px;
    display: block;
    color: #222;
    margin-bottom: 15px;
}

.white-heading{
    color: #fff;
}

.testi-bg{
    background-image: url('../img/bg/testi-bg.jpg');
    background-attachment: fixed;
    background-position: center;
}

.testimonial-slider{

}

.testimonial-slider .carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.testimonial-slider .carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.testimonial-slider p{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    width: 70%;
    margin-left: 15%;
}

.testimonial-slider .testi-name{
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-top: 40px;
    font-size: 20px;
}

.testimonial-slider .testi-name i{
    margin-right: 10px;
    color: #1cae56;
    font-weight: 700;
}

.enquiry-bg{
    background-image: url('../img/bg/enquiry.png');
    background-repeat: repeat;
}

.home-enquiry-box{

}

.home-enquiry-box .form-control{
    height: 50px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 15px;
    padding-left: 20px;
    background: #fff;
    border: 1px solid #c3c3c3;
}

.home-enquiry-box textarea{
    resize: none;
    padding-top: 15px;
    height: 115px!important;
}

.home-enquiry-box button{
    display: block;
    margin: 0px auto;
    background: #1cae56;
    border: 0px;
    padding: 20px 50px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.home-enquiry-box button:hover{
    background: #00aaef;
    color: #fff;
}

.client-box{
    padding: 30px 0px;
}

.client-holder{
    padding: 0px 40px;
}

.client-box .item{
    
}

.client-box .owl-controls{
    display: none;
}

/*main css*/

/*footer css*/

.blue-cta-bg{
    background: #00aaef;
    padding-top: 30px;
}

.blue-cta-box{
    margin-bottom: 30px;
    text-align: center;
}

.blue-cta-box i{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
    width: 42px;
    height: 43px;
    border: 2px solid #fff;
    line-height: 40px;
    border-radius: 30px;
    margin-right: 8px
}

.blue-cta-box span{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.blue-cta-box a{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.footer{
    background-color: #111;
    background-image: url('../img/bg/footer-map.png');
    background-attachment: fixed;
    background-position: bottom center;
}

.footer-box{
    
}

.footer-box strong{
    display: block;
    color: #f1f1f1;
    font-size: 20px;
    position: relative;
}

.footer-box strong:after{
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    width: 50px;
    background: #1cae56;
    bottom: -10px;
}

.footer-box{
    color: #eeeeee;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.footer-social{
    margin-top: 30px;
}

.footer-social a{
    display: inline-block;
    height: 36px;
    width: 36px;
    background: #3c4147;
    line-height: 36px;
    text-align: center;
    margin-right: 2px;
    color: #eee;
}

.footer-social a:hover{
    background: #00aaee;
    color: #fff;
}

.footer-list{
    margin-bottom: 0px;
}

.footer-list li{
    list-style-type: none;
}

.footer-list li a{
    color: #eeeeee;
    display: block;
    padding: 3px 0px 3px 30px;
}

.footer-list li a:hover{
    color: #1cae56;
}

.footer-list li a i{
    position: absolute;
    margin-left: -30px;
    color: #1cae56;
    margin-top: 4px;
}

.footer-form{

}

.footer-form input{
    width: 100%;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #898989;
    height: 40px;
    margin-bottom: 15px;
    color: #eeeeee;
}

.footer-form button{
    display: block;
    background: #1cae56;
    border: 0px;
    padding: 10px 30px;
    font-weight: 700;
}

.footer-form button:hover{
    background: #00aaef;
    color: #fff;
}

.footer-form input::-webkit-input-placeholder {
    color: #eeeeee;
}

.footer-form input::-moz-placeholder {
    color: #eeeeee;
}

.footer-form input:-ms-input-placeholder {
    color: #eeeeee;
}

.footer-form input:-moz-placeholder {
    color: #eeeeee;
}

.copyright-holder{
    background: #000;
    padding: 20px 0px;
    border-top: 1px solid #484848;
}

.copy-left{
    font-size: 13px;
    color: #909090;
}

.copy-right{
    text-align: right;
    color: #909090;
}

.copy-right a{
    color: #909090;
    font-size: 13px;
}

.copy-right a:hover{
    color: #eee;
}

/*footer css*/

/*Modal css*/

.modal-header {
    padding: 0px;
    border-bottom: 0px transparent;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 0px;
    border: 0px;
    border-bottom: 3px dashed #fff;
}

.modal-header .close {
    position: absolute;
    right: 0px;
    top: -33px;
    z-index: 999;
    line-height: 30px;
    background: rgba(255,255,255, .3);
    border-radius: 0px;
    opacity: 0.9;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    font-weight: 300;
    padding: 0px 20px;
    border: 1px solid #fff;
}

.modal-header .close:hover{
    opacity: 1;
}

.modal-header{
    padding: 0px;
}

.call-back-popup strong{
    display: block;
    font-size: 26px;
    color: #222;
    text-align: center;
    font-weight: 900;
}

.call-back-popup span{
    display: block;
    font-size: 14px;
    color: #555;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
}

.call-back-popup .form-control{
    background: #e9e9e9;
    border-radius: 0px;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    margin-bottom: 15px;
    height: 44px;
    padding: 0px 20px;
    font-size: 13px;
}

.call-back-popup .form-control::-webkit-input-placeholder {
    color: #555;
}

.call-back-popup .form-control::-moz-placeholder {
    color: #555;
}

.call-back-popup .form-control:-ms-input-placeholder {
    color: #555;
}

.call-back-popup .form-control:-moz-placeholder {
    color: #555;
}

.call-back-popup .form-control:focus{
    border-color: #999;
}

.call-back-popup textarea{
    height: 120px!important;
    padding: 15px!important;
}

#pop-up-btn{
    display: block;
    padding: 15px 20px;
    font-weight: 700;
    position: relative;
    letter-spacing: 0px;
    border: 0px;
    background: #00aaee;
    font-size: 14px;
    color: #fff;
    margin: 0px auto;
    border-radius: 0px;
}

#pop-up-btn:hover, #pop-up-btn:focus{
    background: #1cae56;
    color: #fff;
}

/*Modal css*/

/*About Page css*/

.inner-banner-bg{
    background-image: url('../img/bg/inner-banner.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.inner-banner{
    padding: 150px 0px 80px;
}

.inner-banner strong{
    display: block;
    text-align: center;
    font-size: 46px;
    font-weight: 900;
    color: #fff;
}

.breadcrumb-box{
    background: rgba(0,0,0,.5);
    text-align: center;
    padding: 8px 0px;
    font-weight: 300;
    border-top: 1px solid #1cae56;
}

.breadcrumb-box a{
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}

.breadcrumb-box a i{
    margin-right: 5px;
}

.breadcrumb-box i{
    color: #fff;
    display: inline-block;
}

.breadcrumb-box span{
    color: #fff;
    display: inline-block;
    margin-left: 5px;
}

.about-subheading{
    font-size: 24px;
    color: #333;
    display: block;
}

ul.about-list{
    margin-top: 20px;
    margin-bottom: 0px;
}

.about-list li{
    list-style-type: none;
    display: inline-block;
    padding: 10px 20px;
    background: #f8f8f8;
    margin: 0px 5px;
    font-size: 18px;
    color: #333;
    border-bottom: 2px solid #e3e1e1;
}

.about-list li i{
    margin-right: 5px;
    color: #1bae56;
}

/*About Page css*/

/*Contact Page css*/

.contact-info-box{

}

.contact-info-box i{
    display: block;
    text-align: center;
    font-size: 36px;
    color: #00aaee;
}

.contact-info-box strong{
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 800;
    color: #333;
}

.contact-info-box a, .contact-info-box span{
    display: block;
    text-align: center;
    color: #555;
    font-size: 16px;
    margin-top: 10px;
}

.contact-form-box{

}

.contact-form-box strong{
    display: block;
    font-size: 26px;
    margin-left: 15px;
    color: #333;
}

.contact-form-box strong span{
    color: #00aaef;
}

.contact-form-box .form-control{
    height: 48px;
    border-radius: 0px;
    box-shadow: none;
    padding: 15px 20px;
    border: 1px solid #c3c3c3;
}

.contact-form-box textarea{
    height: 120px!important;
    resize: none;
}

.contact-form-box button{
    background: #1cae56;
    padding: 15px 30px;
    color: #fff;
    border: 0px;
    font-weight: 700;
}

.contact-form-box button:hover{
    background: #00aaee;
    color: #fff;
}

.map-holder{

}

.map-holder iframe{
    width: 100%;
    height: 450px;
    margin-bottom: -6px;
    background: #fff;
    padding: 10px;
}

/*Contact Page css*/

/*Service Page css*/

.service-detail-box{
    background: #f8f8f8;
    padding-bottom: 30px;
}

.service-detail-box strong{
    font-size: 22px;
    font-weight: 800;
    color: #333;
    display: block;
}

.service-info{
    background: #fff;
    width: 90%;
    margin-top: -60px;
    border: 1px solid #cdcdcd;
    padding: 30px;
}

.service-info img{
    
}

.service-info .service-consult-btn{
    background: #00aaef;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}

.service-info .service-consult-btn:hover{
    background: #1cae56;
    color: #fff;
}

.service-more-link{
    display: inline-block;
    color: #333;
    margin-left: 15px;
}

.service-more-link:hover{
    color: #00aaef;
}

/*Service Page css*/
































.col-md-15 {
    width: 20%;
    float: left;
}

.col-md-15{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.go-top{
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0px;
    backface-visibility: hidden;  
}

.go-to-top-icon-holder{    
    background-color: #1bae56;
    color: #ffffff;
    opacity: .6;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 44px;
    backface-visibility: hidden;
    border-radius: 0px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
}

.go-to-top-icon-holder:hover {
    opacity: 1;
}

.go-to-top-icon-holder i{
    font-size: 20px;
}



@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }

      to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/*thank you page css*/

.thank-main{
    text-align: center;
    padding: 0px 0px;
}

.thank-main i{
    color: #0a9e31;
    display: inline-block;
    margin-bottom: 15px;
}

.thank-main i:before{
    font-size: 80px;
}

.thank-main strong{
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    margin: 0px;
    display: block;
    color: #222;
}

.thank-main span{
    font-size: 18px;
    text-align: center;
    color: #333;
    display: block;
    letter-spacing: 6px;
    margin-top: 10px;
}

/*thank you page css*/

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

/*modal middle css*/

.modal-backdrop
{
    opacity: 0.8 !important;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*modal middle css*/

/*parallax slider css*/

.parallax-slider {
    position: relative;
}

.slider-wrapper {
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.slide-new {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: inline-block;
    width: 100%;
    height: 550px;
    flex-shrink: 0;
    transition: 0.9s ease-in-out transform;
    backface-visibility: hidden;
}

.slide-indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}

.slide-indicator ol {
    display: inline-block;
}

.slide-indicator li {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.slide-indicator li:hover {
    background: #b62f30;
}

.slide-indicator li.active {
    background: rgba(255,255,255,.5);
}

.slide-new::before {
    content: '';
    display: inline-block;
    height: 50%;
}

.content {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    white-space: normal;
    color: #fff;
    transform: translate(-5px);
}

.slide-active .caption {
    transform: translatey(0);
    opacity: 1;
}

.slide1 {
    background: url("../img/banner/home-banner1.jpg") top center;
}

/*parallax slider css*/


/*scroll bar css*/

/* width */
/*::-webkit-scrollbar {
    width: 10px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px #f8c12e;
    border-radius: 0px;
}*/
 
/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #eb533a;
    border-radius: 5px;
}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
    background: #222; 
}*/

/*scroll bar css*/
