@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100);

html > body * {
    outline:none;
}
body{font-family: 'Lato', sans-serif;background: #ffffff; color: #333333;font-size:14px;font-weight: 400;line-height: 1.6;}

section{
    padding: 70px 0;
}
a:focus{
    text-decoration: none;
      outline: medium none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline-offset: -2px;
}



.row { margin-bottom: 0;}	
.no-padding{padding:0;}
.left-padding{padding-left: 0;}
.right-padding{padding-right: 0;}
.div-color1{background-color: #ffffff;}
.div-color2{background-color: #eeeeee;}
.text-justify{text-align: justify;}	
/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 20px;
}

#main-slider .carousel .slide-margin{
  margin-top: 84px;
}
#main-slider .carousel-inner {
  min-height: 545px;
}
#main-slider .carousel h1 {
  color: #333;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 25px;
}
#main-slider .carousel h2 {
  color: #fff;
}
#main-slider ul li {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
}
#main-slider ul li i{
  color: #f37003;
  margin-right: 20px;
}

#main-slider .carousel .btn-slide {
  background: #f37003 none repeat scroll 0 0;
  border: 1px solid #f37003;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 25px;
  padding: 2px 20px 4px;
  text-decoration: none;
}
#main-slider .carousel .btn-slide:hover{background: none repeat scroll 0 0 #f37003;border:1px solid #f37003;color: #fff;}
#main-slider .carousel .slider-img{
  text-align: right;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  text-align: left;
  position: absolute;
  width: 100%;
  display: block !important;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev, #main-slider .next {
  background-color: transparent;
  border: 1px solid #f37003;
  border-radius: 50%;
  color: #f37003;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #f37003;
  color: #fff;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #f37003;
  margin: 0 10px 0 0;
  position: relative;
}

#main-slider .carousel-indicators .active {
  background-color: #f37003;
  height: 15px;
  width: 15px;
  top: 1px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

@media(max-width:767px){
   #main-slider .carousel .slide-margin{margin-top: 10px;}
 
}
@media(max-width:480px){
  section{
    padding: 20px 0;
}
 
}

/*All heading*/
.heading-section{padding-top:30px;padding-bottom:0;}
.main-heading h1::before,.main-heading h2::before,.main-heading h3::before,.main-heading h4::before{
    bottom: 50%;
    content: "";
    height: 0;
    left: -30px;
    position: absolute;
    width: 30px;
}
.main-heading h1::after,.main-heading h2::after,.main-heading h3::after,.main-heading h4::after {
    bottom: 50%;
    content: "";
    height: 0;
    position: absolute;
    right: -30px;
    width: 30px;
}
.main-heading h1,.main-heading h2,.main-heading h3,.main-heading h4 {
    color: #333;
    display: inline-block;
    font-size: 35px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 50px;
    padding: 0 20px;
    position: relative;
}
.top-heading h1{margin-top: 60px;}
.dialer-top-heading {
    margin-bottom:40px;
}
.dialer-top-heading h1,.dialer-top-heading h2,.dialer-top-heading h3,.dialer-top-heading h4 {
    color: #333;
    display: inline-block;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 5px;
}
.dialer-middle-heading {
    margin-bottom:40px;
}
.dialer-middle-heading h1,.dialer-middle-heading h3,.dialer-middle-heading h4 {
    color: #333;
    display: inline-block;
    font-size: 35px;
    margin-bottom: 5px;
     font-weight: 300;
}
.dialer-middle-heading h2 {
    color: #f37003;
    font-size: 25px;
    font-weight: 300;
    margin-top: 5px;
}
.key-features-heading  {
 margin-top: 100px;
}
.key-features-heading h1 {
    color: #333;
    display: inline-block;
    font-size: 35px;
    margin-bottom: 5px;
    font-weight: 400;
}
.key-features-heading h2 {
    color: #f37003;
    font-size: 30px;
    font-weight: 300;
    margin-top: 5px;
}
@media (max-width: 360px) {
    .main-heading h1, .main-heading h2, .main-heading h3, .main-heading h4 {
        font-size: 30px;
        padding: 0 10px;

      }
      .main-heading h1::before, .main-heading h2::before, .main-heading h3::before, .main-heading h4::before {
        left: -15px !important;
        width: 15px !important;
      }
      .main-heading h1::after, .main-heading h2::after, .main-heading h3::after, .main-heading h4::after {
        right: -15px !important;
        width: 15px !important;
      }
}
@media (max-width: 320px) {
      .main-heading h1::before, .main-heading h2::before, .main-heading h3::before, .main-heading h4::before {
        left: -10px !important;
        width: 10px !important;
      }
      .main-heading h1::after, .main-heading h2::after, .main-heading h3::after, .main-heading h4::after {
        right: -10px !important;
        width: 10px !important;
      }
}
/***** Free trail div*******/

    .trail-icn{padding-left:14px;padding-right:0;}
    .trail-text{font-weight:300;font-family: "Open Sans"; color:#edf6f8;font-size: 23px;line-height: 33px;margin-top: 20px;margin-bottom: 20px;padding:0;}
    .trail-div,.rech-div{font-size: 20px;line-height: 27px;margin-top: 45px;margin-bottom: 20px;text-align: justify;padding-left:0;}
    .trail-div{padding-left:15px;}
    .rech-div{ text-align: right;}
    .trail-btn{background:#ff850a;border:1px solid #ff850a;font-size: 22px;padding: 5px 5px;font-family: 'Oswald', sans-serif;}
    .rech-btn{font-size: 22px;padding: 5px 20px;font-family: 'Oswald', sans-serif;}	

    @media (max-width: 768px) {
            .trail-icn {font-size: 45px;margin-bottom: 0;margin-top: 10px;}
            .trail-text {font-size: 14px;line-height: 24px;margin-bottom: 10px;margin-top: 10px;padding:0px;}
            .rech-div {text-align: center;margin-bottom: 15px;margin-top: 10px;}
            .trail-div {padding-left: 0px;text-align: center; margin-bottom: 5px;margin-top: 20px;}
            .trail-btn{font-size: 16px;padding: 5px 5px;}
            .rech-btn{font-size: 16px;padding: 5px 20px;}
            .more-service{  margin-bottom: 0; text-align: center;}		
    }
/***** Free trail modal*******/
    .modal-ftrail {width: 400px; margin: 255px auto;}
    .ftrail-content{border-radius: 0;border-top: 3px solid #ff850a;}
    .ftrail-content .modal-header {border-bottom: 1px solid #fff;min-height: 0;padding: 5px 10px;}
    .ftrail-heading {color: #ff850a;font-size: 18px;font-weight: 600;margin-bottom: 15px;margin-top: 25px;text-align: center;}
    .middle-border{border-bottom: 3px solid #6dc068;position: relative;top: 1px;z-index: 1;}
    .ftrail-bottom{border-top: 1px solid #aaa;padding: 0 0 5px;}
    .ftrail-control {border-radius: 0px;font-size: 13px;height: 28px;padding: 0 12px;box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;width: 100%;}
    .ftrail-btn {background: #00c3f3 none repeat scroll 0 0;border: 1px solid #00c3f3;color: #fff;font-style: italic;padding: 3px 35px;font-size: 15px;font-weight: 400;}
    .ftrail-btn:hover{background: #ff850a none repeat scroll 0 0 !important;border: 1px solid #ff850a !important;color: #fff !important;}
    @media (max-width: 768px) {
        .modal-ftrail {width: 340px; margin: 200px auto;}	
    }
        
/** Products ***/        

.white {
    color: white;
}

.btn-lg {
    font-size: 38px;
    line-height: 1.33;
    border-radius: 6px;
}

.box > .icon {
    text-align: center;
    position: relative;
    cursor: pointer;
}

.box > .icon > .image {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #f37003;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #eee inset;
  color: #f37003;
  height: 80px;
  line-height: 80px;
  margin: auto;
  padding-top: 5px;
  position: relative;
  vertical-align: middle;
  width: 80px;
  z-index: 2;
}

.box > .icon:hover > .image {
    border: 1px solid #f37003;
    background: #f37003;
}

.box > .icon > .image > i {
    font-size: 40px !important;
    color: #f37003 !important;
}

.box > .icon:hover > .image > i {
    color: white !important;
}
.box > .icon > .image img{
       margin: 16px 16px 16px 18px;
}
.box > .icon > .info {
    margin-top: -24px;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #f37003;
    padding: 15px 0 10px 0;
    border-radius: 5px;
     min-height: 211px;
}
.box > .icon:hover > .info {
        box-shadow: 0px 1px 3px 2px #888888;
         background: #fff;
}

.box > .icon > .info > h3.title {
  color: #333;
  font-size: 18px;
  font-weight: 400;
}

    .box > .icon > .info > p {
        color: #999;
        line-height: 1.5em;
        margin: 20px;
         min-height: 84px;
    }

.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
    color: #333;
}
.box > .icon:hover > .info > p{
    color: #999;
}
.box > .icon > .info > .more a {
    color: #333;
    line-height: 12px;
    text-decoration: none;
}

.box > .icon:hover > .info > .more > a {
    color: #f37003;
    padding: 6px 8px;
}

.box .space {
    height: 30px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/*******product panel******/

	.pnl-head{background: #d7d7d7;border-color: #d7d7d7 !important;color: #333;border-radius: 0; padding: 2px 6px;}
	.pnl-div{border-radius: 0;  border-color: #d7d7d7;}
	.icon-box-2 { position: relative; margin-bottom: 0px;min-height:270px;text-align: center; }	
	.icon-box-2 a{color: #6B4FAF}
	.icon-box-2 > img { margin-bottom: 10px; }
	.icon-box-2 h4{ margin-bottom: 15px; text-decoration:none; color:#000;}
	.icon-box-2 h4 a{text-decoration:none; color:#000;}
	.icon-box-content {font-size:34px;}
	.icon-box-content a {color:#6b4faf;}
	.icon-box-content a:hover {text-decoration:none;}
	.icon-box-content p {font-size: 17px;font-weight: 300;text-align: justify;}
        .icon-box-2 p {color: #414141;text-align: justify;}
	.icon-box-2 > span {position: relative;display: inline-block;margin-bottom: 10px; }
	.icon-box-2 > span i { display: inline-block;width: 80px;height: 80px;border-radius: 50%;background-color: #d7d7d7;color: #2b323a;font-size: 35px;line-height: 80px;}
	.icon-box-2:hover > span {width: 80px;height: 80px;border-radius: 50%;line-height: 80px;background:#ff850a;}	
	.icon-box-2:hover > span i {background-color: #ff850a;color: #fff;width: 80px;height: 80px;line-height: 80px;}
	.product-row{margin-top:70px;margin-bottom:28px;}
	.more-service{margin-bottom: 30px;}
	.more-btn{color:#fff !important; background:#4e4e4e;border:1px solid #4e4e4e;font-size:16px;border-radius:30px; padding: 10px 28px;}
	.more-btn:hover{color:#fff !important;background:#F26F21;border:1px solid #F26F21;}
	
	@media (max-width: 768px) {
		.more-service{  margin-bottom: 0;text-align: center;}
		.product-row{margin-bottom:5px;margin-top:20px;}		
		.more-btn {padding: 5px 22px;}
		
	}
	
	
/* Carousel Fade */

	.carousel.carousel-fade .active.left, .carousel.carousel-fade .active.right { left: 0; z-index: 2; opacity: 0; filter: alpha(opacity=0); } 
	.carousel.carousel-fade .next, .carousel.carousel-fade .prev { left: 0; z-index: 1; } 
	.carousel.carousel-fade .carousel-control { z-index: 3; }


/********Testimonial****************/

#testimonial-div{background: url('../testimonial-parallax-bg.html') ;min-height:380px;padding: 0px;}
#submenu-div{background: url('../submenu-bg.html') ;min-height:346px;padding: 0px;}
.parallax.parallax-enabled {
background-attachment: fixed !important;
background-size: cover;
}
.fullwidth-section {
background-attachment: scroll;
background-color: #80a852;
background-position: 50% 0;
background-repeat: no-repeat;
background-size: cover;
border-bottom: 1px solid #d7d7d7;
border-top: 1px solid #d7d7d7;
color: #fff;
overflow: hidden;
padding: 30px 0;
position: relative;
z-index: 0;
}
	.testimonial-carosal{padding:0;}
	.clients-heading{  font-size: 25px;color: #fff;font-weight: 600;margin-bottom: 20px;margin-top: 10px;text-align: center;}
	.small-border{border-bottom: 4px solid #ff850a;position: relative;top: 1px;z-index: 1;}
	.testimonial-text1{color: #fff;font-weight: 100;border-top: 1px solid #fff;padding: 20px 35px 10px;font-size: 15px;font-weight: 500;}
	.testimonial-img{padding: 40px 15px 46px 44px;}
	.speech-text{color: #363636;font-size: 14px;font-style: italic;margin-bottom: 0;margin-top: 17px;text-align: left;text-shadow: none;}
	.speech-txt1{text-align:right;color:#363636;text-shadow:none;font-size:15px;font-weight:600;margin-top:15px;margin-bottom:0px;}
	.speech-txt2{text-align:right;color:#f37d21;text-shadow:none;font-size:14px;font-weight:500;margin-top:5px;}
	.view-btn-div{margin-top:20px;}
	.view-btn{color:#fff !important; background:#f37d21;border:1px solid #f37d21;font-size:16px;border-radius:30px; padding: 10px 45px;}
	.view-btn:hover{color:#fff !important;background:#F26F21;border:1px solid #F26F21;}
	
	@media (max-width: 768px) {
		.small-border{top: -3px;}
		.testimonial-img { padding: 10px 15px 0 25px;}
		.speech-text {margin-top: 2px;padding: 0 11px 0 11px;text-align: justify;}
		.speech-txt1,.speech-txt2{ padding-right: 11px;}
		.carousel2-indicators {padding-right: 11px;}		
		.view-btn {font-size: 13px;padding: 6px 34px;}
		.view-btn-div{margin-top:10px;margin-bottom:10px;text-align:center;}
	}
	
/********BLOG****************/	
	.blog-row{margin-top:40px;margin-bottom:44px}	
	.blog-heading{font-size: 25px;color: #ff850a;font-weight: 600;margin-bottom: 20px;margin-top: 42px;text-align: center;}
	.small-border2{border-bottom: 4px solid #6dc068;position: relative;top: 1px;z-index: 1;}
	.blog-text1{color:#8e9297;font-weight: 100;border-top: 1px solid #8e9297;padding: 20px 35px 28px;font-size: 15px;}	
	.created{ color: #8a8a8a;font-size: 13px;padding: 5px 5px 5px 0;}
	.blog-text2{color:#4685c1;font-weight:300;font-size: 20px;font-family: "Open Sans";line-height:33px;}
	.read-more-div{}
	.read-more{color:#fff !important; background:#4e4e4e;border:1px solid #4e4e4e;font-size:13px;border-radius:0px; padding: 4px 7px;margin-top: 11px;}
	.read-more:hover{color:#fff !important;background:#F26F21;border:1px solid #F26F21;}
	
	@media (max-width: 768px) {
		.blog-row{margin-top:20px;margin-bottom:10px}	
		.blog-heading{margin-bottom: 20px;margin-top:20px;}
		.small-border2{top: -3px;}
		.blog-text1{padding: 20px 35px 0px;}
		.blog-text2{font-size: 18px;}
		.read-more-div{text-align: center;}
	}
        
        
/*********up events*********/
.parallax.parallax-enabled {
    background-attachment: fixed !important;
    background-size: cover;
}
.fullwidth-section {
    background-attachment: scroll;
    background-color: #80a852;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    color: #fff;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    z-index: 0;
}
#up-events{
 background: rgba(0, 0, 0, 0) url("../event_bg_3.html") no-repeat scroll 0 0;
    min-height: 650px;          
}
#up-events .well {
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 0 15px;
}
#up-events .img-middle{
min-height: 270px;
 vertical-align: middle;
 position: relative;
}
#up-events img{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
#up-events .date-venu {
  background-color: #fff;
min-height: 270px;
  padding: 15px 15px 15px 30px;
}
#up-events .date-venu h2{
     font-size: 18px;
     color:#333;
     text-align: left;
       margin-top: 10px;
}
#up-events .date-venu p{
      color:#999;
      text-align: left;
}
#up-events .events-circle {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f37003;
  border-radius: 50%;
  color: #f37003;
  height: 50px;
  line-height: 50px;
  margin: 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  z-index: 2;
}
#up-events .events-circle i{
    font-size: 20px;
}


@media (max-width: 768px) {
        .up-events-div{margin-top:20px;margin-bottom:20px;}
        .events-heading1,.events-heading2,.events-heading3{padding: 0 11px 0 11px;}
        .events-img{margin-left: 11px; margin-top: 0;text-align: left;}

}
#eventsCarousel{
margin-top: 0;
}
#eventsCarousel .thumbnail {
	margin-bottom: 0;
}
#eventsCarousel .carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
#eventsCarousel .carousel-control {
	color:#fff;
	top:26%;
	color:#428BCA;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
#eventsCarousel .carousel-control:hover {
	color: #d9534f;
}
#eventsCarousel .carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
#eventsCarousel .carousel-control.right {
	left:auto;
	right:-3px;
}
#eventsCarousel .carousel-control.left {
	right:auto;
	left:-3px;
}
#eventsCarousel .carousel-indicators {
	bottom:-30px;
}
#eventsCarousel .carousel-indicators li {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #f37003;
  border-radius: 50%;
  height: 12px;
  margin: 1px 5px;
  width: 12px;
}
#eventsCarousel .carousel-indicators .active {
	width:12px;
	height:12px;
	background:#f37003;
	border-color:#f37003;
}   
#eventsCarousel .carousel-control i{
        font-size: 40px;
        color: #f37003;
}
.appointment{margin-top: 50px;margin-bottom: 50px;text-align: center;}
.appointment-btn {
  background: #f37003 none repeat scroll 0 0;
  border: 1px solid #f37003;
  border-radius: 0;
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 3px 20px 6px;
}
.appointment-btn:hover{background: none repeat scroll 0 0 #f37003;border:1px solid #f37003;color: #fff;}
/******Reve TEAM**********/
#tf-team {
  color: #ffffff;
}
#tf-team .overlay {
  background: none;
  height: auto;
}

#team {
    margin: 0 auto;
}
#team .item {
    color: #fff;
     margin: 0 15px 15px;
    padding: 0;
    text-align: center;
}
#team .item h2{font-size: 20px;color:#333;}
#team .item h3 {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
#team .item p{color:#333;}
img.img-circle.team-img {
    border: 4px solid transparent;
    height: 120px;
    transition: all 0.5s ease 0s;
    width: 120px;
}
#tf-team .item .thumbnail:hover > img.img-circle.team-img {
    border: 4px solid transparent;
}
#tf-team .thumbnail {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
}
#tf-team .thumbnail .caption {
    color: #f2f2f2;
    padding: 9px;
      min-height: 250px;
}
.owl-theme .owl-controls .owl-page span {
    background: transparent;
    border: 1px solid #f37003;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 1;
    transition: all 0.5s ease 0s;
    width: 12px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #f37003 none repeat scroll 0 0;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #f37003 none repeat scroll 0 0;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}


/******news-letter**********/

	.news-letter-div{background:#e9e9e9;min-height:75px;  padding-bottom: 10px;}	
	.news-txt1 {color: #333;font-size: 30px;font-weight: 300;margin-top: 15px;}
	.news-txt2{color: #333;font-size: 14px;}
	.subscribe-div{margin-top: 20px;}
        .subscribe-div input{  background: transparent none repeat scroll 0 0;  height: 40px;border:1px solid #f37003; font-size: 14px;border-radius: 0;}
        .subscribe-div input:focus{border:1px solid #f37003; box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 111, 2, 0.6);}
        .subscribe-div i{margin-right: 20px;}
	.subscribe-btn{font-size: 20px;background: none repeat scroll 0 0 #f37003;border:1px solid #f37003;color: #fff;   padding: 4px 25px 8px;font-family: "Lato",sans-serif;font-weight: 400;}
        .subscribe-btn:hover{background: none repeat scroll 0 0 #f37003;border:1px solid #f37003;color: #fff;}
	
        @media (max-width: 992px) {
		.news-txt1{font-size: 20px;margin-top: 24px;}
                .subscribe-btn{font-size: 18px;padding: 4px 20px 8px;}
	}
	@media (max-width: 768px) {
		.news-txt1{font-size: 25px;padding-left: 0}
		
	}
        @media (max-width: 480px) {
		.news-txt1{font-size: 20px;padding-left: 0}
                .subscribe-div input{height: 35px;}
                .subscribe-div i{margin-right: 5px;}
                .subscribe-btn{font-size: 16px;padding: 4px 5px 8px;}
		
	}
	
/********footer****************/	

	.footer-div {
            background: #2a2f4d none repeat scroll 0 0;
            min-height: 217px;
            padding-bottom: 25px;
            padding-top: 0;
          }
	.footer-div2{min-height:217px;}
	.links-div{padding:0px;margin-top: 20px;}
	.links-div2{padding:0px;margin-top: 8px;}
	.list-li{padding:0px;}
	.list-li2{padding-left:15px;}
	.list-li h3,.list-li2 h3{padding: 0;
color: #fff;
font-size: 20px;}
	.list-div{margin-top: 10px;}
	.list-div ul li a{ color: #fff;
font-size: 14px;
line-height: 24px;
text-decoration: none;}
	.list-div ul li a:hover{ color: #F26F21;}
        .list-div ul li i{ margin-right: 20px;
width: 8px;}
        .footer-logo{margin-top: 25px;}
        
	.copy-right{background: #010000;
min-height: 48px;}
	.copy-right-text{color: #fff;font-size: 14px;padding-top: 14px;}
        .terms-privacy {padding-right: 0;
text-align: left;}
  .terms-privacy ul li {
    margin-top: 3px!important;
    padding: 0 7px 0 0;
    text-align: left;
}
	.terms-privacy ul li {
           -moz-border-bottom-colors: none;
          -moz-border-left-colors: none;
          -moz-border-right-colors: none;
          -moz-border-top-colors: none;
          border-color: #fff;
          border-image: none;
          border-style: solid;
          border-width: 0 1px 0 0;
          display: inline-block;
          margin-top: 14px;
          line-height: 1;
          }
          .terms-privacy ul li:last-child {border-width: 0 0 0 0;}
        .terms-privacy ul li a{color:#fff;padding: 0 10px;}

	@media (max-width: 992px) {
		.list-li2{padding-left:0px;}
	}
        @media (max-width: 480px) {
		.terms-privacy{text-align: center;}
                .copy-right-text {text-align: center;}
	}
	
	
	






