 
body{ font-family: 'Lato', sans-serif;
 font-size:16px;}
h1, h2, h3, h4, h5, h6, p{  font-family: 'Lato', sans-serif;
 font-weight:normal; }
ul{ padding-left:0;}
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}
 
.top-head{     background: #d98d53;color:#fff; padding:10px 0px;}

#text{
	display:none;
}
.phone ul li{ display:inline-block; margin-right:10px;}
.phone ul li a{ color:#fff;}
.phone ul li a:hover{ color:#f15b25;}
.phone ul li .fa{ color:#f15b25;}
.phone ul { margin:0;}

.social ul li{ display:inline-block; margin-left:10px;}
.social ul li a{ color:#fff;}
.social ul li a:hover{ color:#f15b25;}

.social ul { margin:0; text-align:right;}

.clearfix{ clear:both;}

.header{     background: linear-gradient(90deg,  #f5af19, #f5af19);}

li.current a {
    color: #000 !important;
}

nav {
  display: block;margin-top: 10px;

}
.image2{
	margin-left: -20px;
}
.menu { display: block;  text-align:center; margin:0;     padding: 15px 0px;}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}
.menu li .fa{ color:#283891;}
.menu li:first-child { margin-left: 0; }

.menu li a {
  font-weight: 500;    font-size: 19px; font-weight:500;
  text-decoration: none;
  padding: 0px 39px;
  border-right: 2px solid #fff;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.aboutwelcome {padding:48px 0px 60px 0px}
.aboutwelcome h1{color:#fff;}
.topheadtag {padding:34px;}
.topheadtag h3{font-size:42px; text-shadow: 2px 2px #987b7b;color: #fff;}
.topheadtag p{font-size:24px; text-shadow: 2px 2px #987b7b;}
.menu li a:hover,
.menu li:hover>a {
  color: #000000;    border-right: 2px solid #000000;

}
/*  .topheadtag h3,p{
  color:red;
   
 animation:test 1.99s infinite;
}
@keyframes test {
    50%   {color:#fff;}      
    100% {color:#FDC830}
} */
.p80{ padding:80px 0px;}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 180px;
  position: absolute;
  left: 0px;

  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
  
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 16px;
  font-weight: normal;
  display: block;
  color: #797979;
  background: #fff;
  padding: 10px 12px;
}

.menu ul li a:hover,
.menu ul li:hover>a {
  background: linear-gradient(90deg, #f5af19, #f5af19);
  color: #fff;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
  background:#000;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
  
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #f15b25;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #f15b25;
  color: #fff;
  text-decoration: none;
}

.menu a.homer { color:#f36e3e; }
 @media (min-width: 768px) and (max-width: 991px) {

/* .menu{ padding:0; } */

.menu li a { font-size: 12px; }

}
 @media (max-width: 990px) {

.mainWrap {
  width: auto;
  padding: 50px 20px;
}

.menu { display: none;  text-align:left;}


.responsive-menu { display: block; }

nav {
  margin: 0;
  background: none;
}

.menu li {
  display: block;
  margin: 0;
}

.menu li a {
  background: #fff;
  color: #000;
  padding:10px 15px;
}
.submenu{
	background: #d98d53 !important;
	
}
.submenu menu li a{
	border-right:none;
}
.menu li a:hover,
.menu li:hover>a {

  color: #f15b25;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu ul ul {
  left: 0;
  transform: initial;
}

.menu li>ul ul:hover { transform: initial; }
}


.home-welcome{ padding:80px 0px;}

.home-welcome p{ line-height:27px; text-align:justify;}
.home-welcome h1{ margin:0; padding-bottom:15px; color:#000;}

.more{ padding:15px 50px; background:#000; color:#fff; text-align:center; border-radius:5px;}
.more:hover{ background:#f15b25; color:#fff;}

.clr-wht{ color:#797575;}

.home-why{ background: linear-gradient(119deg, #ECE9E6, #FFFFFF);padding:80px 0px;}
.home-why h2{ margin:0; color:#000;}
.bg-primary {
    color: #fff;
    background-color: #f15b25;
}

.wt-separator-outer {
	overflow:hidden;
}
/*Separator defualt*/
.wt-separator {
	display:inline-block;
	height:3px;
	width:50px;
	position:relative;
}
.wt-separator .separator-left,
.wt-separator .separator-right {
	position:absolute;
	top:50%;
	width:70px;
	height:2px;
	margin-top:-1px;
}
.wt-separator .separator-left{
	left:-80px;
}
.wt-separator .separator-right{
	right:-80px;
}
/*Separator liner*/
.wt-separator.style-liner {
	width:20px;
	height:4px;
}
/*Separator square*/
.wt-separator.style-square {
	width:10px;
	height:10px;
	background-color:transparent;
	border-width:3px;
	border-style:solid;
	border-color:#000;
}
.wt-separator.style-square .separator-left,
.wt-separator.style-square .separator-right {
	height:3px;
}
.wt-separator.style-square.has-bg {
	border-color:#fff;
}

/*Separator icon*/
.wt-separator.style-icon {
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:18px;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #d98d53;
    border-color: #d98d53;
}
.panel-heading {
    padding: 5px 15px;
   /*  border-bottom: 1px solid transparent; */
   /*  border-top-left-radius: -1px; */
    /* border-top-right-radius: 3px; */
}
.btn-link{background-color:#f5af19; padding:8px; color:#fff;}
.btn-link:hover{    background: #f15b25; padding:8px; color:#fff;text-decoration: none;}  
.btn-link:focus{    background: #f15b25; padding:8px; color:#fff;text-decoration: none;}  
.why-box{ padding:30px; background:#fff;      box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important; text-align:center; margin-top:30px; }
 
.why-box h3{ margin:0; color:#000; text-transform:uppercase; padding-bottom:5px;}
.why-box h5{ margin:0; color:#797575; padding-bottom:10px;}
.why-box p{ line-height:27px;}
 .aboutwelcome p{font-size:17px;}
 .marquees {padding:16px; border-bottom:1px dashed #d44b35;}
 
#testimonial4{
  overflow: hidden;
  min-height: 184px;
  position: relative;
  background: #fff;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}
.panel-body p{color:#000;}
.panel-body1 p{color:#000;}
.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: -7px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.panel-body {max-height: 250px;min-height:250px;overflow-y:hidden;}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #f15b25;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #000;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #000;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}
@media (max-width: 767px){
  .top-head .image2{
	display:none;
}
.tophead{
	padding:0px;
}
.top-head h3{
	font-size:28px;
}
.topheadtag{
	padding:10px;
}
}
@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

 
 
/*================================
    TESTIMONIAL STYLES
    ============================  */
         .testimonial-section {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #000;
    font-size:16px; text-align:center; line-height:27px;
}
.testimonial-section:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color:#000;
    border-width: 15px;
    margin-left: -15px;
}

.testimonial-section-name {
    margin-top: 30px;
    margin-left: 60px;
    text-align:left;
    color:#000; 
	font-weight:600;
}
    /* .testimonial-section-name img { */
        /* max-width:40px; */
        /* border: 2px solid #fff; */
    /* } */
.carousel-indicators-set {
    position:static;
    margin-left:0px;
    width:100%;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #f15b25;
}
.carousel-indicators li{ border:1px solid #f15b25; }
 
 
 .testimonials h2{ margin:0; color:#000;}
 .clients h2{ margin:0; color:#000;}
 .clients{ background:#f2f2f2;}
 
 
 
 
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
 
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:200px;
    max-height:100px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
.mb-30{ margin-bottom:30px;}
 
 
 .footer-top{background:#60645e; color:#fff;}
 
 .footer-top h4{ text-transform:uppercase; color:#000; letter-spacing:1px;}
 .footer-top address {
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
}
 
.footer-top .fa {
    font-size: 18px;
    margin-right: 10px;
}
 .footer-top address a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-top address a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-top p{font-size:16px;}
.footer-top a{ color:#fff; font-size:16px;}
.footer-top a:hover{ color:#000;}
 .footer-social ul li{ display:inline-block;}
 .footer-social ul li .fa {
    text-align: center;
}
.p50{ padding:50px 0px;}
.footer-social ul li .fa {
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 30px;
    border: 2px solid #fff;color: #fff;
    margin-right: 0;
	font-size:16px;
}
.footer-social ul li a{ color: #000;}
.footer-social ul li a:hover{ color: #f36e3e;}

.footer-social ul {
    padding-left: 0;
}
.links ul li{ list-style:none; margin-bottom:5px;}
.links ul li a{ color:#fff;}
.links ul li .fa{ color:#fff;}
.footer{ background:#000; padding:15px 0px;}
.footer p{ text-align:center; color:#fff; margin:0; }
.footer p a{ color:#fff; }
.footer p a:hover{ color:#f15b25;}
 
#backtotop {
	z-index: 999;
	display: inline-block;
	position: fixed;
	visibility: hidden;
	bottom: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	opacity: .2
}
#backtotop i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: inherit;
	background-color: #f15b25;
border-radius: 5px;
color:#fff;
}
#backtotop.visible {
	visibility: visible;
	opacity: 1
}
#backtotop:hover {
	opacity: .5
}



.slider-contact{ background:url(../images/slider/contact.jpg);}

.slider-overlay{     background-color: rgba(0, 0, 0, 0.7);
 padding:100px 0px;}

.slider-overlay h1{ text-align:center; margin:0; color:#f15b25; padding-bottom:15px; text-transform:uppercase; font-style:italic;}
.slider-overlay ul { text-align:center;}
.slider-overlay ul li{ display:inline-block; color:#fff;}
.slider-overlay ul li a{ color:#fff;}
.slider-overlay ul li a:hover{ color:#f15b25;}

.slider-overlay ul li .fa{ color:#f15b25;}


.contact {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: 25px 20px;

}





@media (max-width: 767px) {
	.social ul{ text-align:center;}
	.phone ul{text-align:center; }
	.home-welcome h1{ margin-top:20px;}
	.more {
    padding: 12px 20px;

}
	
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
.more {
    padding: 12px 20px;

}	
	
	.why-box p{ min-height:165px;}
	.links{ clear:both;}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	
	
}
	
	
	
/*CAROUSEL*/
.main-text {
    position: absolute;
    top: 100px;
    width: 96.66666666666666%;
    color: #FFF;
}

.carousel-btns {
    margin-top: 2em; 
}

.carousel-btns .btn {
	width: 150px;
}

.carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    
}

.carousel-inner img {
   width: 100%;
}

/*CONTROL*/
.carousel-control {
    width: auto;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 47%;
  right: 0;
  z-index: 5;
  display: inline-block;
  background-color: #000;
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 14px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
  left: 0;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 1px;
  border: 2px solid #fff;
  opacity: .8;
}

.carousel-indicators .active {
    background-color: #28ace2;
    border-color: #28ace2;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left,
.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    border-radius: 50px;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left {
    left: 30px;
}

.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    right: 30px;
}
.logos{width:137px;}
.products h4, p{color:#fff;}	
.products h1 {font-size:30px;}
  .products h1:after {
    background: #f5af19;
    content: '';
    display: block;
    width: 58px;
    height: 2px;
    margin-top: 10px;
}	
.aboutush{font-size: 40px!important;
    line-height: 55px;
    margin-top: 0px;
margin-bottom: 0px;}
.top-head img{margin-top:20px;}
 #contact {
    padding: 60px 0px 60px 0px;
    height: auto;
}
.contact-info {
    background:rgba(158,144,49,0.11);
    padding: 20px;
    margin-bottom: 50px;
    -webkit-clip-path: polygon(8% 0, 100% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(8% 0, 100% 0%, 93% 100%, 0% 100%);
    position: relative;
    z-index: 0;
    padding-left: 115px;
    min-height: 158px;
}
.contact-info i {
    color: #FAC012;
    background-color: #fff;
    height: 55px;
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 55px;
    left: 40px;
    top: 25px;
    line-height: 55px;
    font-size: 25px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.contact-info h3 {
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 8px;
}
.contact-info p {
    margin: 0;
    color: #000!important;
}
.contact-info a {
    color: #000!important;
}
.default-btn {
    background-color: #FAC012;
    color: #fff;
    border: 1px solid #FAC012;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.default-btn:hover {
    background-color: #FAC012;
    border: 1px solid #FAC012;
    color: #fff;
    padding: 10px 32px;
}
.clear {
    clear: both;
}
/*=======================================================*/

.sec-padding {
    padding: 50px 0 50px 0;
}
.section-bgimg-6 {
    width: 100%;
    height: auto;
    margin: 0;
    float: left;
    background: url(../images/65.jpg) top center repeat;
}
.section-light {
    background-color: #f5f5f5;
}
.sec-title-container {
    width: 100%;
    float: left;
    padding-bottom: 120px;
}
h5.less-mar-1 {
    margin-bottom: 3px;
}
.text-primary {
    color: #a9cd2e;
}
.font-weight-4 {
    font-weight: 400;
}
.line-height-4 {
    line-height: 40px;
}
.text-primary {
    color: #a9cd2e;
}
h2.less-mar-1 {
    margin-bottom: 3px;
}
.font-weight-6 {
    font-weight: 600;
}
.line-height-5 {
    line-height: 50px;
}
.ce-title-line {
    background-color: #a9cd2e;
}
.ce-title-line {
    width: 12%;
    height: 2px;
    background-color: #a9cd2e;
    margin: 15px auto 0 auto;
}
.ce-sub-text {
    width: 50%;
    margin: 15px auto 0 auto;
}
.opacity-7 {
    opacity: 0.7;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}
.ce-feature-box-38 {
    position: relative;
    width: 100%;
    float: left;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
}
.ce-feature-box-38 .img-box {
    position: relative;
    width: 100%;
    float: left;
    padding: 11px 11px 30px 11px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.ce-feature-box-38 .img-box .bg-circle-box {
    position: relative;
    width: 100%;
    min-height: 350px;
    float: left;
    padding: 12px 12px 0 12px;
    overflow: hidden;
    background-color: #fff;
}



.ce-feature-box-38 .img-box .bg-circle-box .img {
    position: absolute;
    width: 100%;
    float: left;
    z-index: 2;
}



.ce-feature-box-38 .img-box .bg-circle-box .circle {
    position: absolute;
    width: 780px;
    height: 780px;
    left: -45px;
    top: 18px;
    border: 30px solid #f5f5f5;
    border-radius: 100%;
    float: left;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}


.ce-feature-box-38 .text-box {
    width: 100%;
    padding: 30px 50px;
    background-color: #fff;
    transition: all 0.3s ease-out 0s;
}

.text-box.white {
    background-color: #fff;
	text-align:center;
}
h5.less-mar-1 {
    margin-bottom: 5px;
}
.title {
    transition: all 0.3s ease-out 0s;
}

.text-primary {
    color: #003366;
}


.ce-feature-box-38:hover {
    -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
    transform: translateY(-8px);
}

/*Gallery*/
* {
    box-sizing: border-box;
}
body {
    background-color: #ecf0f1;
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    width: 90%;
    margin: 0 auto;
    padding: 15px 15px 0px 15px;
}
.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 15px;
    opacity: .85;
    cursor: pointer;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
	z-index:999;
}
.lightbox-content {
    position: relative;
    width: 80%;
    height: 80%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 50%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}
/*=========================================*/