@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700i|Lato:400,700');
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #222;
    line-height: 1.5em;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
} 

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: inherit;
}

a {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:focus {
    color: inherit;
}

.navbar {
    margin: 0;
    border: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: .5px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
    color: #302E2E;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

p {
    line-height: 28px;
    color: #444;
}

img {
    max-width: 100%;
}

blockquote {
    background-color: #222;
    padding: 40px;
    border-left: 4px solid #FD5944;
}

.nomargin-top{
	margin-top:0 !important;
}

.nomargin-bottom{
	margin-bottom:0 !important;
}

.nomargin-left{
	margin-left:0 !important;
}

.nomargin-right{
	margin-right:0 !important;
}

.nopadding-top{
	padding-top:0 !important;
}

.nopadding-bottom{
	padding-bottom:0 !important;
}

.nopadding-left{
	padding-left:0 !important;
}

.nopadding-right{
	padding-right:0 !important;
}

.wrapper{
	max-width:1600px;
	width:100%;
	margin:auto;
}


blockquote p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin: 0;
}

.header-with-bg{
	background:url(../images/title-bg1.png) no-repeat;
	width:285px;
	height:37px;
	    margin-bottom: 45px
}

.box-one {
    border: 1px solid #2abbc5;
    clear: both;
    overflow: hidden;
    padding: 25px 0 22px;
    margin-bottom: 25px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
}
.box-one:hover {
    transform: translateX(0px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
    box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
}
.box-one img{width:100px;height:100px;max-width:100px;}
#franchise {
    background-image: url(../images/clean-gray-paper.png);
    background-repeat: repeat;
    background-size: auto !important;
    position: relative;
}
.award-text p{
	text-align:left; 
    line-height: 24px;
    color: #444;
    font-size: 14px; 
}
	
.section-padding {
    padding: 25px 0;
}

.section-heading {
    margin-bottom: 20px;
}

.section-heading h3 {
    color: #302E2E;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.section-heading h3:before,
.section-heading h3:after {
    position: absolute;
    content: "";
}

.section-heading h3:before {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #ddd;
}

.section-heading h3:after {
    width: 60px;
    height: 6px;
    right: 50%;
    bottom: -2px;
    margin-right: -30px;
    background-color: #2ABBC5;
}

.section-heading p {
    padding: 0 200px;
}

.noPadding {
    padding: 0;
}


/*========== Preloader Css ==============
========================================*/

.preloader-area {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.shadow-bounce-1,
.shadow-bounce-2{
    width: 50px;
    height: 50px;
    background-color: #00bac9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    opacity: .7;
    animation: bounce 2s infinite ease-in-out;
}

.shadow-bounce-2{
    animation-delay: -1s;
}


@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}



/*
=========----------------------------------=========
            2.Template Background Css     
=========----------------------------------=========
*/

.video-bg {
    background-image: url(../images/video-bg.jpg);
	padding:95px 0 90px !important;
}

.slide-bg-1 {
    background-image: url(../images/slide-bg-1.jpg);
}

.slide-bg-2 {
    background-image: url(../images/slide-bg-2.jpg);
}

.slide-bg-3 {
    background-image: url(../images/slide-bg-3.jpg);
}

.testimonial-area {
    background-image: url(../images/call-to-bg.jpg);
	background-repeat: repeat;
	background-size: auto !important
}

.testimonial-area h4 {
    text-transform: capitalize;
    font-size: 21px;
    color: #fff;
    font-style: italic;
    /* color: #f58634; */
    margin-top: -4px;
}

#about{
    background-image: url(../images/clean-gray-paper.png);
	background-repeat: repeat;
	background-size: auto !important;
	    position: relative;	
}

.project-complete-area {
    background-image: url('../images/counter-bg.jpg');
}

.breadcrumb-area {
    background-image: url('../images/counter-bg.jpg');
}

.single-slide-item,
.wellcome-item,
.video-bg,
.testimonial-area,
.project-complete-area,
.breadcrumb-area {
    /*background-color: rgba(0, 0, 0, .80);*/
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.slide-bg-1,
.slide-bg-2,
.slide-bg-3 {
    background-repeat: no-repeat;
}

.testimonial-area,
.breadcrumb-area {
    background-attachment: fixed;
}


/*
=========----------------------------------=========
            3.Header Area Css     
=========----------------------------------=========
*/

.logo-mainmenu-area {
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    background-color: #ffffff;
}

.sticky {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


/**
*    Header Top Area Css
*    ======================
*/

.header-top-area {
    background-color: #222222;
}

header.header-area {
    padding: 0;
}

.header-top-text span,
.header-top-text span a {
    color: #f2f2f2;
}

.header-top-text span i {
    color: #f58634;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.header-top-text span {
    margin-right: 20px;
    font-size: 21px;
}

.header-top-area {
    padding: 5px 0 3px;
}

.sticky {
    -webkit-transition: all .03s ease-out;
    transition: all .03s ease-out;
    padding: 0;
    box-shadow: 0px 0px 5px 1px #333;
}

.logo {
    padding:15px 0 15px;
    overflow: hidden;
    width: 70%;
}

.logo a {
    color: #f1c40f;
}

.logo img {
    width: 100%;
}

.main-menu .navbar-nav li {
    display: inline-block;
}

.main-menu .navbar-nav li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 40px 8px;
    color: #222;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
}

/*.main-menu .navbar-nav li a:before {
    background-color: #f58634;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scale(.3);
    transform: scale(.3);
    visibility: hidden;
}
*/
.sticky .main-menu .navbar-nav li a:before {
    top: -1px;
}

.footer-area .social-links {
    padding: 10px 0 0;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    display: block;
    height: 100%;
    color: #00a4bd;
    margin-right: 5px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}


/*
=========----------------------------------=========
            4.WellCome Area Css     
=========----------------------------------=========
*/

.wellcome-area,
.single-slide-item,
.youtube-video-area {
    position: relative;
}

.wellcome-area:before,
.single-slide-item:before {}

.wellcome-item,
.video-content-wrap,
.single-slide-item {
    height: 600px;
    position: relative;
}

/*.wellcome-item:before,
.video-content-wrap:before,
.single-slide-item:before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, .70);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
*/
.wellcome-item-table,
.slider-item-table {
    display: table;
    height: 100%;
    width: 100%;
}

.wellcome-item-tablecell,
.slider-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.wellcome-item h3,
.single-slide-item h3 {
    margin-top: 0;
    text-transform: capitalize;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.wellcome-item h2,
.single-slide-item h2 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.wellcome-item p,
.single-slide-item p {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.wellcome-item a.slide-btn,
.single-slide-item a.slide-btn {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.separator {
    margin: 0 15px;
}

span,
.separator {
    color: #2ABBC5;
}

.wellcome-item p,
.single-slide-item p {
    color: #fff;
    margin-top: 20px;
}

.inspire-btn {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #f58634;
    color: #fff;
    margin: 20px 10px 10px 0;
    background-color: #f58634;
}

.slide-btn {
    margin-top: 25px;
}

.slide-btn:nth-child(2n) {
    background-color: transparent;
    border: 2px solid #fff;
}

.slide-btn:nth-child(2n):hover {
    background-color: #f58634;
    border: 2px solid transparent;
    color: #fff;
}


/*
=========----------------------------------=========
            5.About Us Area Css     
=========----------------------------------=========
*/

.about-us-area {
    padding: 40px 0 40px;
}

.video-bg {
    position: relative;
}

.video-bg:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .40);
    width: 100%;
    height: 100%;
}

.about-intro h3 {
    color: #302E2E;
}

.about-intro p {
    color: #444;
    margin: 20px 0;
}

.about-intro .about-btn:hover {
    background-color: transparent;
    border: 2px solid #f58634;
    color: #f58634;
}

/*
=========----------------------------------=========
            6.Why Choose Us Area Css    
=========----------------------------------=========
*/

.why-choose-us-intro,
.testimonial-intro {
    margin-top: 15px;
}

img.abacus {
    position: absolute;
    right: 120px;
    z-index: 10;
}

.why-choose-us-img {
    margin-top: 80px;
}

.why-choose-us-intro {
    padding-top: 0px;
}

.why-choose-us-intro h5 {
    text-transform: capitalize;
}

#accordion {
    padding: 0 26px 0 0;
}

.panel-default>.panel-heading {
    color: #f58634;
    border: 1px solid #ddd;
    padding: 15px 5px;
}

.panel-body {
    padding: 20px 40px;
    color: #777;
}

.panel.panel-default {
    position: relative;
    border: none;
}

.panel-group .panel-default .panel-collapse>.panel-body {
    border-top: none;
    position: relative;
}

.panel-body:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 80px;
    background-color: #f58634;
    top: 50%;
    left: 20px;
    margin-top: -40px;
}

h4.panel-title {
    font-size: 14px;
    padding-left: 45px;
}

h4.panel-title a {
    width: 100%;
}

.panel-heading a i {
    color: #f58634;
    font-size: 24px;
    margin-right: 5px;
    position: absolute;
    width: 50px;
    height: 52px;
    /* background-color: #F1C40F; */
    top: 0px;
    left: 0;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
}


/*
=========----------------------------------=========
            7.CTA Area Css     
=========----------------------------------=========
*/

.cta-area {
    background-color: #222222;
    color: #fff;
    padding: 50px 0;
}

.cta-area h3 {
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
}


/*
=========----------------------------------=========
            8.Service Area Css     
=========----------------------------------=========
*/

.services-area {
    background-color: #f2f2f2;
    padding-bottom: 55px;	
}

/*.faqs {
    padding-bottom: 55px;
}
*/
.single-service-item i {
    font-size: 35px;
    color: #f58634;
}

.single-service-item h5 {
    position: relative;
       margin: 15px auto;
    color: #302E2E;
}

.single-service-item h4:before {
    position: absolute;
    content: "";
    background-color: #f58634;
    width: 70px;
    height: 2px;
    bottom: -25px;
    left: 50%;
    margin-left: -35px;
}

.single-service-item {
    margin-top: 25px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    padding: 30px 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.about-intro ul.bulleted li {
    display: inline-block;
    margin-right: 15px;
    width: 31%;
}

.about-intro ul.bulleted{
	margin:auto;
}

.single-service-item:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    padding: 15px 20px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.service-icon {
    margin-bottom: 10px;
}

.single-service-item p {
    margin-top: 45px;
}


/*
=========----------------------------------=========
            9.Team Area Css     
=========----------------------------------=========
*/

.single-team {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.single-team:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.single-team:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 200ms ease-in 0s;
    transition: all 200ms ease-in 0s;
}

.single-team:hover:before,
.single-team:hover .team-social-links,
.single-team:hover .team-details {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.team-details h5 {
    color: #222;
    margin: 0;
    letter-spacing: 1px;
}

.team-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 200ms ease-in 0s;
    transition: all 200ms ease-in 0s;
}

.single-team:hover .team-details {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.team-social-links {
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 11;
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.single-team:hover .team-social-links {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.team-social-links a {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 5px;
}

.team-social-links a:hover {
    background-color: #f58634;
    border: 1px solid #f58634;
}

.team-details h5 span {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
}


/*
=========----------------------------------=========
            10.Video Area Css    
=========----------------------------------=========


.video-bg {
    background-attachment: fixed;
}*/

.video-area,
.video-area h2 {
    position: relative;
    color: #E2B80E;
}

.video-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .40);
}

.video-area h2 {
    color: #fff;
    padding-bottom: 0;
    text-transform: capitalize;
    line-height: 50px;	
}

.video-area p {
    color: #fff;
    margin-top: 0;
    font-size: 21px;
    margin-bottom: 40px;	
}

.video-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    line-height: 70px;
    margin: 20px 0 10px;
    background-color: #f58634;
}

.video-icon i {
    margin-left: 10px;
}

.video-area h6 {
    color: #f58634;
    text-transform: capitalize;
    display: block;
}


/*
=========----------------------------------=========
            11.Work Area Css    
=========----------------------------------=========
*/

.single-work-item,
.work-img {
    overflow: hidden;
    position: relative;
}

.work-filter {
    margin: 30px 0;
}

.work-filter li {
    display: inline-block;
    padding: 5px 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    cursor: pointer;
}

.work-filter li:before {
    position: absolute;
    content: "";
    top: 8px;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #222;
}

.work-filter li:last-child:before {
    width: 0;
    height: 0;
    background-color: inherit;
}

.work-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-work-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .80);
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.work-details {
    margin-top: 40px;
}

.work-desc {
    position: absolute;
    top: 50%;
    margin-top: 20px;
    z-index: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    width: 100%;
    left: 0;
    text-align: center;
}

.work-link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    z-index: 22;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    margin-top: -50px;
}

.single-work-item h5 {
    margin-bottom: 15px;
    font-size: 20px;
}

.single-work-item h5 span {
    display: block;
    font-size: 14px;
}

.work-link a {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: #000;
    font-size: 22px;
    margin-right: 2px;
}


/*
=========----------------------------------=========
            12.Testimonial Area Css    
=========----------------------------------=========
*/

.white-heading {
    margin-bottom: 5px;
    position: relative;
    z-index: 99;
}

.white-heading,
.white-heading h3,
.white-heading p,
.single-testimonial p {
    color: #fff;
}

.testimonial-area {
    background-color: #f2f2f2;
    position: relative;
}

.testimonial-area:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .50);
}

.testimonial-img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border: 2px solid #F1C40F;
    padding: 5px;
    overflow: hidden;
    position: relative;
}

.width-circle {
    border-radius: 50%;
}

.width-circle img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.single-testimonial p {
    margin: 30px 0;
    font-size: 18px;
}

.single-testimonial i {
    font-size: 34px;
    color: #fff;
}

.single-testimonial h5{
	color:#2ABBC5;
}

ul.rating li {
    display: inline-block;
}

.single-testimonial h5 span {
    display: block;
    font-size: 16px;
}

.single-testimonial ul.rating li i {
    display: inline-block;
    font-size: 14px;
    color: #f58634;
}

.testimonial-intro .owl-controls {
    margin-top: 30px;
}

.testimonial-intro .owl-controls .owl-dots {
    text-align: center;
}

.testimonial-intro .owl-controls .owl-dots div {
    border: 1px solid #f58634;
    width: 30px;
    height: 7px;
    display: inline-block;
    margin-right: 4px;
    background: none;
}

.testimonial-intro .owl-controls .owl-dots div.active {
    background-color: #f58634;
}

.icon-lists {
    margin: auto;
    text-align: center;
}

.icon-lists li {
width: 175px;
    vertical-align: top;
    margin-bottom: 16px;
}

.icon-lists .grey-bg {
    background: #e6e6e6;
    width: 75px;
    height: 75px;
    margin: auto;
    text-align: center;
    position: relative;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;	
}

.icon-lists li:hover .grey-bg{
	transform: translateX(0px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
    box-shadow: 5px 5px 10px #afafaf;
}

.icon-lists h4 {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}

.highlighted-text h4 {
    color: #2abcc5;
    font-size: 30px;
    margin-bottom: 45px;
	transition:all ease-out 0.5s;
	-webkit-transition:all ease-out 0.5s;
	-moz-transition:all ease-out 0.5s;
	-ms-transition:all ease-out 0.5s;
	-o-transition:all ease-out 0.5s;
	display:table;
	margin:auto;
}

.icon-lists img {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:50px;
	height:50px;
	margin: auto;
}

.right-divider {
    background: url(../images/right-border.png) repeat-y;
    width: 1px;
    height: 95%;
    position: absolute;
    right: 21px;
    display: inline-block;
    top: 10px;
}


/*
=========----------------------------------=========
            13.Pricing Area Css     
=========----------------------------------=========
*/

.pricing-area {
    background-color: #f2f2f2;
}

.single-pricing-item {
    box-shadow: 0 5px 31px rgba(0, 0, 0, 0.2);
    padding: 45px 20px;
    margin-top: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-current.single-pricing-item,
.single-pricing-item:hover {
    box-shadow: 0 5px 31px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.pricing-header span {
    font-size: 42px;
    color: #302E2E;
    display: block;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 700;
}

.pricing-header span.month {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.single-pricing-item h3 {
    margin: auto;
    text-transform: capitalize;
    color: #222;
    font-size: 26px;
    position: relative;
    margin: 20px 0;
}

.single-pricing-item h3:after {
    position: absolute;
}

.single-pricing-item h3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ddd;
    z-index: -1;
}

.pricing-current.single-pricing-item h3:after,
.single-pricing-item:hover h3:after {
    background-color: #f58634;
}

ul.pricing-content {
    margin: 10px 0 20px 0;
    text-transform: capitalize;
    font-weight: 600;
}

ul.pricing-content li {
    padding: 6px 0;
}

.pricing-btn {
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    height: 45px;
    border: 1px solid #222;
    padding: 0 20px;
    border-radius: 3px;
    line-height: 42px;
    margin-bottom: 10px;
}

.pricing-btn:hover,
.pricing-current .pricing-btn,
.single-pricing-item:hover .pricing-btn {
    background-color: #f58634;
    color: #fff;
    border: 1px solid transparent;
}


/*
=========----------------------------------=========
            14.Project Complete Area Css     
=========----------------------------------=========
*/

.project-complete-area,
.footer-area {
    background-color: #2ABBC5;
}


#btn-close-modal {
    width: 100%;
    text-align: right;
    cursor: pointer;
    color: #fff;
    right: 20px;
    position: absolute;
    top: 10px;
    font-size: 21px;
    z-index: 10;
}

.modal-content {
    padding: 0 25px;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.modal-dialog {
    width: 50% !important;
    margin: 100px auto !important;
}

.modal-header {
    border-bottom: none !important;
}


footer#contact {
    padding-bottom: 0;
	/*padding-top: 55px;*/
}
.project-complete-area {
    position: relative;
}

.project-complete-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .77);
}

.single-project-item,
.single-contact-item {
    position: relative;
    padding: 25px;
    border: 1px solid #fff;
    text-align: center;
	transition:all ease-out 0.5s;
	-webkit-transition:all ease-out 0.5s;
	-moz-transition:all ease-out 0.5s;
	-ms-transition:all ease-out 0.5s;
	-o-transition:all ease-out 0.5s;
	
}

.single-contact-item:hover {
    box-shadow: 5px -5px 10px #0e4548;
	transition:all ease-out 0.5s;
	-webkit-transition:all ease-out 0.5s;
	-moz-transition:all ease-out 0.5s;
	-ms-transition:all ease-out 0.5s;
	-o-transition:all ease-out 0.5s;
	
}

.project-icon,
.contact-icon {
    position: inherit;
    top: auto;
    left: auto;
    font-size: 35px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 5px;
}

.single-project-item h2,
.single-project-item h5,
.single-contact-item h5,
.single-contact-item h6,
.contact-form h5 {
    color: #fff;
}

.single-project-item h2,
.single-contact-item h5,
.contact-form h5 {
    margin-top: 0;
    display: block;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
}

.single-project-item h2:before,
.single-contact-item h5:before,
.contact-form h5:before {
    position: absolute;
    content: "";
    width: 83px;
    height: 2px;
    background-color: #f58634;
    bottom: 5px;
    left: 50%;
    margin-left: -41px;
}

.contact-form h5:before {
    left: 0;
}
/*
=========----------------------------------=========
            15.Blog Area Css     
=========----------------------------------=========
*/

.single-blog-item h6 {
    margin-top: 0;
    text-transform: capitalize;
}

.single-blog-item p,
.blog-btn {
    margin-top: 15px;
}

.blog-btn {
    text-transform: capitalize;
    color: #777;
    font-size: 13px;
    border: 1px solid #777;
    padding: 5px 10px;
}

.blog-btn i {
    margin-left: 2px;
    font-size: 12px;
}

.entry-meta {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    text-transform: capitalize;
}

.entry-meta span {
    color: #302E2E;
    display: inline-block;
    margin-right: 10px;
}

.entry-meta i {
    color: #f58634;
    margin-right: 2px;
}

.blog-btn:hover {
    background-color: #f58634;
    color: #fff;
    border: 1px solid transparent;
}


/*
=========----------------------------------=========
            16.Map Area Css     
=========----------------------------------=========
*/

#map {
    overflow: hidden;
    widows: 100%;
    height: 500px;
}



/*
=========----------------------------------=========
            17.Brand Area Css     
=========----------------------------------=========
*/

.brand-area {
    padding: 40px 0;
}

.brand-desc,
.single-blog-item,
#map {
    margin-top: 70px;
}

.single-brand-item {
    text-align: center;
    border: 1px solid #e1e0e0;
}

}


/*
=========----------------------------------=========
            18.Footer Area Css     
=========----------------------------------=========
*/

.contact-desc {
    border-bottom: 1px solid #777;
}

.contact-form {
    overflow: hidden;
    margin-bottom: 0px;
    position: relative;
    margin-top: 40px;
}

.single-contact-item {
    margin-bottom: 0px;
    padding: 15px;
min-height: 177px;	
}

.contact-icon {
    font-size: 20px;
    top: 5px;
}

.single-contact-item h5,
.contact-form h5 {
    font-size: 18px;
    letter-spacing: 0;
}

.single-contact-item h5,
.contact-form h5 {
    margin-top: 15px;
}

.single-contact-item h6 {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-control {
    border-radius: inherit;
    height: 47px;
    color: #777;
    border: 1px solid #fff;
    background-color: #fff;
}

.contact-form textarea.form-control {
    height: 192px;
    resize: inherit;
}

.contact-form h5 {
    margin-bottom: 22px;
}

.contact-form .form-control:focus {
    border-color: #777;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
}

.copyright-text p {
    text-transform: capitalize;
    font-size: 12px;
    line-height: 21px;
    color: #848282;
}

.container-fluid.copyright {
    background: #000;
    margin-top: 30px;
}



/*======== Contact Success & Error Message Style =============
=============================================================*/

#successbar,
#errorbar {
    visibility: hidden;
    font-weight: 700;
    background-color: #F3D13D;
    color: #222222;
    text-align: center;
    padding: 16px;
    position: absolute;
    z-index: 9;
    left: 15px;
    bottom: 0;
    text-transform: capitalize;
}

.show {
    visibility: visible !important;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: -50px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    to {
        bottom: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes fadein {
    from {
        bottom: -50px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    to {
        bottom: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        bottom: -50px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes fadeout {
    from {
        bottom: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        bottom: -50px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*
=========----------------------------------=========
            19.Template Hover Css     
=========----------------------------------=========
*/

.main-menu .nav li a:focus {
    background-color: inherit;
}

.sticky .logo img {
    width: 65%;
}

.sticky .main-menu .navbar-nav li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 24px 5px;
}

.sticky .header-top-text span {
    font-size: 16px;
}

.main-menu .navbar-nav li a:hover {
    color: #f58634;
    background: inherit;
}

.main-menu .navbar-nav li:hover a:before,
.main-menu .navbar-nav li.active a:before,
.single-team-member:hover .member-img img,
.single-work-item:hover .work-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.social-links li a:hover {
    color: #fff;
}

.inspire-btn:hover,
.active-btn {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.cta-btn:hover {
    border: 3px solid transparent;
    background-color: #fff;
}

.icon-btn:hover i {
    right: 7px;
    visibility: visible;
}

.single-team-member:hover:before {
    top: 65%;
}

.work-filter li:hover,
.work-filter li.current {
    color: #f58634;
}

.single-work-item:hover:before,
.single-work-item:hover .work-desc,
.single-work-item:hover .work-link {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-work-item:hover .work-desc {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.single-work-item:hover .work-link {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.work-link a:hover {
    color: #000;
}

.video-icon:hover {
    color: #fff;
}


/*
=========----------------------------------=========
            20.Template Transition Css     
=========----------------------------------=========
*/

.logo img,
.inspire-btn,
.social-links li a,
.main-menu .navbar-nav li a:before,
.header-area,
.icon-btn i,
.single-team-member:before,
.member-img img,
.owl-controls .owl-nav div,
.work-filter li,
.single-work-item:before,
.work-img img,
.work-desc,
.work-img:before,
.work-link,
.work-link a,
.pagination li a,
.tags li a,
.blog-img:before,
.blog-img a i,
.slider-area .owl-controls .owl-nav div {
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}


/*==================================================================
 ========== BLOG PAGE CSS ==========================================
 ===================================================================

=========----------------------------------=========
            1.Blog Header Area Css     
=========----------------------------------=========
*/

.blog .header-area {
    position: relative;
}

.blog .sticky {
    position: fixed;
}


/*
=========----------------------------------=========
            2.BreadCrumb Area Css     
=========----------------------------------=========
*/

.breadcrumb-area {
    background-color: #F0F0F0;
    padding: 50px 0;
    position: relative;
}

.breadcrumb-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
}

.breadcrumb-heading h5 {
    display: block;
    color: #fff;
    letter-spacing: 0;
}

.breadcrumb-heading h5 a {
    color: #f58634;
}

.breadcrumb-heading h6 {
    margin: 0;
    color: #777;
    letter-spacing: 1px;
    font-weight: 400;
}

.breadcrumb-heading h5 a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


/*
=========----------------------------------=========
            3. Blog Content Area Css     
=========----------------------------------=========
*/

.single-blog-content {
    margin-bottom: 55px;
    padding-right: 40px;
}

.single-blog-content a {
    width: 100%;
}

.single-blog-content a.blog-btn {
    width: auto;
}

.single-blog-content a img {
    width: 100%;
}

.single-blog-content .entry-meta {
    font-size: 16px;
}

.single-blog-content h3 {
    letter-spacing: 0;
    font-weight: 700;
    color: #302E2E;
    margin-bottom: 20px;
}

.blog-img {
    text-align: center;
}

.blog-img a i {
    position: absolute;
    top: 30%;
    left: auto;
    font-size: 60px;
    color: #fff;
    z-index: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-left: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-blog-content p {
    margin: 20px 0 30px;
}

.blog-quete-post p {
    margin: 0;
}

.blog-slider .owl-nav {
    margin-left: -20px;
    margin-bottom: 20px;
}

.blog-slider .owl-nav div {
    height: 40px;
    background-color: #f58634;
    border: 1px solid transparent;
    width: 40px;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    font-size: 30px;
    line-height: 37px;
    margin-top: 20px;
}

.blog-slider .owl-nav div:hover {
    background-color: transparent;
    border: 1px solid #f58634;
    color: #f58634;
}


/*========== Pagination Css ==========
=====================================*/

nav.pagination {
    margin-top: 40px;
    width: 100%;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    font-size: 22px;
    border: 1px solid #222;
    padding: 10px 15px;
    margin-right: 5px;
    color: #222;
    display: block;
    margin-bottom: 10px;
}

.pagination li a:hover,
.pagination li a.current {
    border: 1px solid transparent;
    background-color: #f58634;
    color: #222;
}

.pagination li a.current {
    cursor: inherit;
}


/*
=========----------------------------------=========
            4. Sidebar Area Css     
=========----------------------------------=========
*/

.widget {
    margin-bottom: 80px;
}

.widget h4,
.comment-area h4,
.comment-form h4 {
    margin: 25px 0 20px;
    color: #444;
    font-size: 22px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #eee;
    display: block;
}

.widget h4:before,
.comment-area h4:before,
.comment-form h4:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #f58634;
    z-index: 1;
    content: "";
}

.search-form {
    position: relative;
}

.search-form .search {
    height: 47px;
    font-size: 18px;
    color: #777;
    padding-right: 60px;
    border-radius: inherit;
    border: 1px solid #ddd;
}

.search-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    border: inherit;
    padding: 12px 15px;
    font-size: 20px;
    color: #fff;
    background-color: #f58634;
}

.cat-list li a {
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 0 8px 15px;
    display: block;
    border-bottom: 1px dotted #e7e7e7;
    position: relative;
}

.cat-list li a:before {
    position: absolute;
    content: '\f101';
    font-family: fontawesome;
    font-size: 18px;
    top: 8px;
    left: 0;
}

.cat-list li:hover a {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.cat-list li a:hover {
    color: #f58634;
}

.post-thumb {
    margin-top: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.post-thumb:last-child {
    border-bottom: none;
}

.post-thumb-img {
    width: 70px;
    height: 80px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.post-thumb .post-meta {
    overflow: hidden;
}

.post-thumb .post-meta h6 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.5em;
    margin: 0 0 8px;
}

.post-thumb .post-meta h6 a {
    color: #222;
}

.post-thumb .post-meta p {
    font-size: 12px;
    line-height: 19px;
}

.tags li {
    display: inline-block;
}

.tags li a {
    display: block;
    text-transform: uppercase;
    padding: 8px 15px;
    border: 1px solid #777;
    margin-top: 10px;
    margin-right: 5px;
    color: #777;
}

.tags li a:hover {
    background-color: #f58634;
    color: #000;
    border: 1px solid transparent;
}


/*==================================================================
 ========== BLOG SINGLE PAGE CSS ===================================
 ===================================================================

=========----------------------------------=========
            1.Blog Single Content Area Css     
=========----------------------------------=========
*/

.single-blog-content-list {
    margin-bottom: 35px;
}

.single-blog-content-list ul {
    list-style: inside;
}

.single-blog-content-list ul li {
    font-size: 16px;
    line-height: 22px;
    padding-left: 10px;
}


/*
=========----------------------------------=========
            2. Comment Area Css     
=========----------------------------------=========
*/

.single-comment {
    margin-top: 25px;
    overflow: hidden;
    position: relative;
}

.comment-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 15px;
}

.comment-text {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.single-comment h6 {
    font-size: 16px;
    color: #444;
}

.single-comment span {
    display: block;
    color: #777;
    font-size: 10px;
    margin-top: 5px;
}

.comment-reply-btn {
    position: absolute;
    top: 15px;
    right: 0;
}

.single-comment.reply-comment {
    margin-left: 80px;
}

.reply-comment .comment-author-img {
    margin-left: 0;
}

/*========Comment Form Css=================================================*/ .blog-single-content-area .comment-form {
    margin-top: 60px;
    overflow: hidden;
}

.comment-form h4 {
    margin-left: 15px;
}

.comment-form .form-control {
    background-color: #fff;
}

button.comment-btn,
.comment-reply-btn {
    background-color: #f58634;
    border: 1px solid transparent;
    height: 40px;
    padding: 0 20px;
    border-radius: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .5);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    line-height: 38px;
}

button.comment-btn i {
    margin-right: 5px;
}

button.comment-btn:hover,
.comment-reply-btn:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    background-color: transparent;
    border: 1px solid #f58634;
    color: #f58634;
}


/*==================================================================
 ========== INDEX YOUTUBE PAGE CSS =================================
 ===================================================================

=========----------------------------------=========
            1.YouTube Video Area Css     
=========----------------------------------=========
*/

.youtube-video-area:before {
    z-index: 2;
}

.slide-content-wrap,
.youtube-item {
    position: relative;
    z-index: 3;
}


/*.youtube-item p {padding: 0 120px;}*/


/*==================================================================
 ========== INDEX SLIDER PAGE CSS ==================================
 =================================================================== */
.rslides {
  margin: 0 auto 40px;
  }  


.rslides_tabs {
  list-style: none;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: -50px auto 0px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  position: relative;
    z-index: 10;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }
  
.rslides_tabs .rslides_here a {
    background: #f58634;
}

.rslides_tabs a {
    width: 40px;
    line-height: 20px;
    padding: 0;
    height: 5px;
    background: white;
    display: inline-block;
    color: transparent;
	margin-right:10px
}

.rslides_tabs li:first-child {
  margin-left: 0;
  }



.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: auto;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: none;
  width: 100%;
  border: 0;
  margin:auto;
  }
  
  .callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  
  a.rslides_nav.rslides1_nav {
    width: 40px;
    height: 40px;
    color: transparent;
    background: #f58634;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    opacity: 0;
	z-index: 10;
}

a.rslides_nav.rslides1_nav.prev:before{
	  content: "\f100";
	  color:#fff;
	  text-align: center;
	  font-family:Fontawesome;
    font-size: 30px;
    /* padding: 10px; */
    position: relative;
    top: 6px;
    left: 10px;	  
}

a.rslides_nav.rslides1_nav.next:before{
      content: "\f101";
	  color:#fff;
	  text-align: center;
	   font-family:Fontawesome;
    font-size: 30px;
    /* padding: 10px; */
    position: relative;
    top: 6px;
    left: 10px;	   
}

#slider_wrapper:hover a.rslides_nav.rslides1_nav{
	opacity:1;
}

a.rslides_nav.rslides1_nav.prev{
	left: 105px;
}

a.rslides_nav.rslides1_nav.next{
	right: 105px;
}

.form-wrapper {
    /*position: absolute;
    top: 72px;
    right: 10px;
    z-index: 10;
    width: 350px;*/
    background: #6e58a0;
    padding: 10px;
    border-radius: 10px;
}

.form-wrapper textarea.form-control {
    height: 132px;
}

.form-wrapper .inspire-btn {
    border: 2px solid #f0891c;
    background-color: #00a4bd;
}

.form-wrapper  input#sec_code2 {
    margin-bottom: 15px;
}

.rwd-img{
	display: none !important;
}

.formbackground{
	background-color: #6e58a0;
	}

/**
=========----------------------------------=========
            1. Slider Area Css     
=========----------------------------------=========



 * Fade effect for carousel
 */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.slider-wrapper .carousel-indicators {
    bottom: 30px;
}

.slider-wrapper .carousel-indicators>li {
    width: 35px;
    height: 5px;
    margin: 3px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0;
}

.slider-wrapper .carousel-indicators>li.active {
    background-color: #f58634;
}


.slider-wrapper .slider-nav:hover {
    background-color: #f58634;
    color: #fff;
}

.bulleted li:before{
    content:"\f0f2";
	font-family:icofont;
    font-size: 10px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.bulleted.second li:before{
    content: "\f1ce";
	font-family:Fontawesome;
	font-size: 6px;
	color:#000;
}

ul.bulleted li {
    border-bottom: 1px dashed #cec7c7;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

i.fa.fa-check-circle-o {
    color: #f58634;
}

.accordion-ver>ul>li.active>h1 {
    color: #f58634!important;
}

.rwd-image{
	display: none;
}

img#sec_imgt {
    margin-top: 10px;
}

.train-centers {
    margin-top: 25px;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    padding: 10px;
} 
.train-centers i {
    font-size: 32px;
    color: #00bbc9;
}

.train-centers a {
    color: #000;
}