
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url("font-awesome.min.css");
@import url("icons.css");
@import url("animate.css");

body{
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size:13px;
color: #666666;
line-height:1.5;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Playfair Display', serif;
	font-weight:600;
	line-height:1.3;
	margin:0;
	padding:0;
	color:#333333;
	}

button, a{
color: #666666;
text-decoration:none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a:hover{
color: #e57531;
text-decoration:none;
}

.btn:focus {
  outline: none;
  box-shadow:none;
}

img{
max-width:100%;
display:block;
}


p:last-child{
	margin:0;
	}

button{
	cursor:pointer;
	}

button:focus {
  outline: none;
  box-shadow:none;
}

.close{
	color:#fff;	
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #fff;
}

.form-control:focus {
    box-shadow:none;
    }
	


:focus {
	outline:none;
}


.modal-header{
	background:#333;
	color:#fff;
	border:0;
	border-radius:0;
	padding:8px 20px;
	}
	
	.modal-header h3{
	font-size:13px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	}




/*header nav styles*/

.top-line{
	color:#ffffff;
	font-size:12px;
	line-height:1;
	position:relative;
	display:none;
	background:#e57531;
	padding:3px 0;	
	}
	
	.top-line a{
	color:#ffffff;
	}
	
	.top-line a:hover{
	color:#fff;
	}
	
.top-line .top-right{
	position:relative;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important; 
	}


			
.top-line .top-contact{
	position: relative;
	margin:0 20px 0 0;
	display: -webkit-box ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	}
	
	
.top-line .iconstyle-1{
	font-size:14px;
	color:#fff;
	margin-right:5px;
	}
	
.top-line .iconstyle-2{
	font-size:16px;
	color:#fff;
	margin-right:5px;
	}

.top-line .iconstyle-3{
	font-size:16px;
	color:#fff;
	margin-right:2px;
	}



.top-line .social-icon{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	}
	
.top-line .social-icon .iconstyle{
	font-size:11px;
	color:#fff;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	.top-line .social-icon .iconstyle:hover{
	color:#fff;
	}




	
.top-line .social-icon a{
	color: #fff;
	display: block;
	margin-left:10px;
	}

.top-line .social-icon a:first-child{
	margin-left: 0;
	}
	
	
.top-line .social-icon svg {
  cursor: pointer;
  display: inline-block;
  width:11px;
  height: 11px;
}

.top-line .social-icon svg path,
.top-line .social-icon svg rect,
.top-line .social-icon svg circle,
.top-line .social-icon svg polygon {
  transition: fill 0.5s ease;
  fill: #ffffff;
}

.top-line .social-icon svg:hover path,
.top-line .social-icon svg:hover rect,
.top-line .social-icon svg:hover circle,
.top-line .social-icon svg:hover polygon {
  fill: #ffffff;
}









.main-header{
	position:relative;
	}
	


/*nav styles*/


.navbar-nav.bg {
    background: #555555;
    padding: 10px 0;
}

.hdr-nav {
  padding: 0; }
  
  .hdr-nav .navbar-brand{
    padding: 10px 0;
	}
	
.navbar-brand img{
	max-width:125px;
	}
	
  		
  .hdr-nav .navbar-nav .nav-item {
    margin:0;
	}
    .hdr-nav .navbar-nav .nav-item .nav-link {
	position:relative;
	font-weight:600;
	font-size:13px;
	padding:6px 20px;
	color: #dedede;	
	}
	

	  
    .hdr-nav .navbar-nav .nav-item:hover .nav-link{
      color: #fff;
	  }
	  
.hdr-nav .navbar-nav .nav-item.active .nav-link {
      color: #fff;
	  }
	  
	.hdr-nav .navbar-nav .nav-item.active .nav-link::after {
	}
	  
    .hdr-nav .navbar-nav .nav-item:last-child {
      margin-right: 0px; }


/* Existing styles */
.navbar-light .navbar-toggler {
    color: #ffffff;
    border: 0;
    background: #888; /* Initial grey background */
    animation: blink-bg 1s infinite; /* Apply blinking animation */
}

.navbar-toggler {
    border-radius: 0;
    padding: 3px 6px;
    font-size: 1em;
    width: 33px;
    height: 27px;
}

/* The icon remains unchanged */
.navbar-light .navbar-toggler-icon {
    background: url(../images/menu-icon.png) center center no-repeat;
}

/* Blinking background animation */
@keyframes blink-bg {
    0%, 100% {
        background-color: #888; /* Original grey color */
    }
    50% {
        background-color: #ff6600; /* Blinking orange color */
    }
}


.navbar-light .navbar-toggler>.close {
    display:inline;
	padding: 8px 11px 8px 11px;
	opacity:1;
	background: url(../images/menu-close-icon.png) center center no-repeat;
}
.navbar-light .navbar-toggler.collapsed>.close, .navbar-light .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}






/*************/
/* Dropdown*/
/*************/
.navbar-nav .dropdown-toggle::after {
  display: none; }

.navbar-nav .dropdown-menu.b-none {
 	border:0;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }



.navbar-toggler{
	border:0;
	}

/*******************
Overlay headers and thrid dropdown
******************/
.dropdown-menu li{
	border-bottom:0;
	}
	.dropdown-menu li:last-child{
	border-bottom:0;
	}


.dropdown-menu{
	border-radius:0;
	padding:0;
	background:#ffffff;
	}

.dropdown-item {
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	padding:4px 10px;
	font-size:12px;
	color:#212121;
	}
	 
.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #f5993e;
}

.dropdown-item.active, .dropdown-item:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #f5993e;
}  



.dropdown-submenu {
  position: relative; }
  .dropdown-submenu .dropdown-item > .ml-auto {
    position: absolute;
    right: 15px;
    top: 10px; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  border-radius: 0.25rem;
  display: none; }
  .dropdown-submenu > .dropdown-menu.menu-right {
    left: auto;
    right: 100%; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -75%; }

.dropdown-menu .divider {
  background-color: rgba(120, 130, 140, 0.13);
  height: 1px;
  margin: 9px 0;
  overflow: hidden; 
  }



@media (min-width: 768px){

.navbar-brand img{
	max-width:100%;
	}
	




}



@media (min-width: 992px){


.navbar-nav.bg {
    background: none;
    padding: 0;
}
	

.hdr-nav .navbar-nav .nav-item .nav-link {
	  font-size:15px;
	  color: #666666;
	  padding:0;
	  }
	  
.hdr-nav .navbar-nav .nav-item:hover .nav-link{
      color: #e57531;
	  }
	  
.hdr-nav .navbar-nav .nav-item.active .nav-link {
      color: #e57531;
	  }
	  
.hdr-nav .navbar-nav .nav-item.active .nav-link::after {
	position: absolute;
    content: "";
	bottom:-5px;
	left:0;
	right:0;
	margin: auto;
	width:100%;
	height:2px;
	background:#e57531;
	}
	
	
  .hdr-nav .navbar-nav .nav-item {
    margin: 0 20px;
	}	
	
	
	
.dropdown-item {
	font-size:13px;
	padding:8px 15px;
	}
 
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px; }

  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px; }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }


 }	
 	


.mob-box{
	display:block;
	position:relative;
	background:#555555;
	color:#dedede;
	padding:0 20px 15px;
	}
	
	.mob-box a{
	color:#dedede;
	}
	
.mob-box .top-contact{
	position: relative;
	padding:8px 0;
	border-top:1px solid #717171;
	display: -webkit-box ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	}
	
	
.mob-box .iconstyle-1{
	font-size:14px;
	color:#dedede;
	margin-right:10px;
	}
	
.mob-box .iconstyle-2{
	font-size:14px;
	color:#dedede;
	margin-right:10px;
	}

.mob-box .iconstyle-3{
	font-size:14px;
	color:#fff;
	margin-right:8px;
	}

.mob-box .social-icon{
	border-top:1px solid #717171;
	padding:8px 0 0 0;
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	}
	
.mob-box .social-icon .iconstyle{
	font-size:11px;
	color:#dedede;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	.mob-box .social-icon .iconstyle:hover{
	color:#fff;
	}
	
.mob-box .social-icon a{
	color: #dedede;
	display: block;
	margin-left:10px;
	}

.mob-box .social-icon a:first-child{
	margin-left: 0;
	}
	
	



/*hm-slider-sec styles*/

.hm-slider-sec{
	position:relative;
	background:#222222;
	}	

.carousel-control-next, .carousel-control-prev{
	width:auto;
	top:auto;
	opacity:1;
}
.carousel-control-prev{
	left:auto;
	right:32px;	
	}
	
.carousel-control-prev-icon{
	background:#000 url(../images/slide-previous-icon.png) no-repeat center center;
	}
.carousel-control-next-icon{
	background:#000 url(../images/slide-next-icon.png) no-repeat center center;
	}
	
.carousel-control-next-icon, .carousel-control-prev-icon{
	width:30px;
	height:30px;
	}
	
.carousel-caption-1, .carousel-caption-2, .carousel-caption-3 {
    position: absolute;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
	}
	
.carousel-caption-1 {
    right:10%;
	left:10%;
    bottom: 3%;
	transform:translateY(-3%);
	text-align:center;
	}
	
.carousel-caption-2 {
    right: 8%;
    top: 50%;
	transform:translateY(-50%);
	}
	
.carousel-caption-3 {
    left: 10%;
    top: 50%;
	transform:translateY(-50%);
	}

.carousel-caption-1 h2, .carousel-caption-2 h2, .carousel-caption-3 h2{
	font-weight:400;
	font-size:20px;
	color:#ffffff;
	line-height:1.2;
	margin:0;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
	}
	
.carousel-caption-1 h3, .carousel-caption-2 h3, .carousel-caption-3 h3{
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:13px;
	color:#ffffff;
	line-height:1;
	margin:0 0 3px 0;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
	}
	
	.carousel-caption-1 h2 span, .carousel-caption-2 h2 span, .carousel-caption-3 h2 span{
	font-size:36px;
	font-weight:400;
	display:block;
	}
	
.carousel-indicators {
	bottom: -10px;
}

.carousel-indicators li{
	cursor:pointer;
	border-radius:50%;
	width:8px;
	height:8px;
	background:#888;
	margin-left:5px;
	margin-right:5px;
	}
	
.carousel-indicators .active{
	background:#e57531;
	}
	


.carousel-control.right,
.carousel-control.left {
	background-image: none;
}

.carousel-inner > .carousel-item > img{
margin:auto;
}

.carousel-item {
	height: 100%;
	width:100%; 
	}


.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: #09c;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}

/* Animation delays */

.carousel-caption h1{
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.carousel-caption h2{
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.carousel-caption button {
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
}


@media (max-width: 480px) {
.carousel-inner > .carousel-item > img{
margin:auto;
height: 220px;
object-fit:cover;
}

}





/*section-header styles*/	

.sec-header{
	position:relative;
	}
	
.sec-header .hr-des{
	position:relative;
	margin:0 0 10px 0;
	}
	
	.sec-header .hr-des img{
	max-width:100px;
	display:inline-block;
	}
	
.sec-header h1{
	position:relative;
	font-size:22px;
	font-weight:500;
	line-height:1.2;
	color:#333333;
	margin:0 0 20px 0;
	}
	
.sec-header h1.hdr-white{
	color:#ffffff;
	}


.btn-more{
	position:relative;
	background:#e57531;
	color:#ffffff !important;
	font-weight:600;
	font-size:13px;
	border-radius:0;
	padding:6px 20px 5px;
	margin:0;
	}
	
	.btn-more:hover{
	background:#666666;
	color:#ffffff;
	}



/*hm-about-sec styles*/	

.hm-about-sec{
	position:relative;
	padding:30px 0;
	}
	
	
.hm-about-sec .image-box{
	position:relative;
	margin:0 0 30px 0;
	}
	
.hm-about-sec .content-box{
	position:relative;
	padding:0;
	}
	
.hm-about-sec .content-box h1{
	position:relative;
	font-size:22px;
	line-height: 1;
	margin:0 0 20px 0;
	}


.hm-about-sec .title-image{
	margin-left: 10px;
	
	}
	.hm-about-sec .title-image img{
		display: inline-block;
		margin-top:-15px;
		max-width: 120px;
		}
	
.hm-about-sec .content-box .desc-one{
	font-size:15px;
	font-weight:500;
	line-height:1.3;
	margin:0 0 10px 0;
	}
	
.hm-about-sec .content-box .desc{
	}
	
	


/*hm-serv-sec styles*/	

.hm-serv-sec{
	position:relative;
	text-align:center;
	background:#e57531 url(../images/hm-services-bg.jpg);
	background-size:cover;
	padding:30px 0 20px;
	}
	
	
.hm-serv-box{
	position:relative;
	background:#fff;
	text-align:center;
	}
	
.hm-serv-box .image-box{
	}
	
	.hm-serv-box .image-box img{
	display:inline-block;
	width:100%;
	}
	
.hm-serv-box .content-box{
	padding:15px 20px 25px;
	}
	
	.hm-serv-box .content-box h3{
		font-family: 'Poppins', sans-serif;
		font-size:16px;
		font-weight:700;
		color:#666;
		margin:0 0 10px 0;		
	}
	
	.hm-serv-box .content-box .desc{
		height:40px;
		overflow:hidden;
		margin:0 0 20px 0;		
	}
	

.btn-discover{
	position:relative;
	border:1px solid #e57531;
	color:#e57531 !important;
	font-weight:600;
	font-size:13px;
	border-radius:0;
	padding:6px 20px 5px;
	margin:0;
	}
	
	.btn-discover:hover{
	background:#e57531;
	color:#ffffff !important;
	}




.hm-serv-sec .owl-theme .owl-nav [class*='owl-'] {
    margin: 0 0 0 5px;
    padding: 4px 8px ;
    background:none ;
	border:1px solid #fff ;
    display: inline-block;
    cursor: pointer;
    border-radius: 0 ; }
    
.hm-serv-sec .owl-theme .owl-nav [class*='owl-']:hover {
      background:none ;
      color: #fff;
      text-decoration: none;
	  }
	
.hm-serv-sec .owl-prev,
.hm-serv-sec .owl-next {
	position: absolute;
	width: 26px;
	height: 26px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:-36px;
	}
    
.hm-serv-sec .owl-prev {right: 32px;}

.hm-serv-sec .owl-next {right: 0;}



/*hm-portfolio-sec styles*/	

.hm-portfolio-sec{
	position:relative;
	text-align:center;
	padding:30px 0;
	}
	
	
/* portfolio */

.glr-masonry{
position: relative;
margin:0 0 20px 0;
}

.filter-menu{
	text-align:center;
	margin:0 0 20px 0;
	}

.filter-menu button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border:1px solid #b8b8b8;
  border-radius:20px;
  padding:3px 30px 4px;
  color: #666666;
  font-family: 'Poppins', sans-serif;
  font-size:14px;
  font-weight: 600;
  margin:0 5px;
  position: relative;
}

.filter-menu button:hover{
	color:#e57531;
	border:1px solid #e57531;
	}
	
.filter-menu button.active{
	color:#e57531;
	border:1px solid #e57531;
	}
	
.row-portfolio{
	margin:0 -10px;

}
.row-portfolio .portfolio-item{padding: 0 10px;}
.portfolio-wrapper {
  position: relative;
}
.portfolio-item{
	width: 25%;
	float: left;
	text-align:center;
    margin-bottom: 20px; 	 
}

.portfolio-thumb {
  position: relative;
  cursor:pointer;
  overflow:hidden;
  margin:0 0 6px 0;
  -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}

.portfolio-thumb:hover {
  position: relative;
  overflow:hidden;
}


.portfolio-thumb img {
  width: 100%;  
  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
}

.portfolio-thumb:hover img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}
	
	
.portfolio-thumb .icon{
	content:"";
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    width: 30px;
	height: 21px;
	background: url(../images/play-icon.png) no-repeat center center;
	background-size:contain;
	}

.portfolio-title{
	font-size:14px;
	}
	
.portfolio-caption {
  padding:5px 15px;
}
.portfolio-caption > h4 {
  font-size: 12px;
  font-weight: 500;
  line-height:1.2;
  margin-bottom: 5px;
  position: relative;
}



@media (max-width: 1199px) {

.portfolio-item {
  width: 25%;
}

}

@media (max-width: 991px) {

.portfolio-item {
  width: 33.33%;
}


}

@media (max-width: 767px) {

.glr-masonry{
margin:0 0 10px 0;
}

.filter-menu button {
  padding:3px 20px 4px;
  font-size:13px;
  margin:0 2px;
}

.portfolio-item {
  width: 33.33%;
  margin-bottom: 15px;
}


.row-portfolio{
	margin:0 -5px;
	}

.row-portfolio .portfolio-item{padding: 0 5px;}


.portfolio-title{
	font-size:13px;
	}


}

@media (max-width: 575px) {


.portfolio-item {
  width: 50%;
}

 
}
	
	
	
/*hm-clients-sec styles*/	

.hm-clients-sec{
	position:relative;
	text-align:center;
	background:#f1f2f3 url(../images/clients-bg.png);
	padding:30px 0 15px;
	}
	
	
.hm-clients-sec .desc{
	width:100%;
	margin:auto;
	margin-bottom:20px;
	}
	
	
.owl-carousel .item{
	overflow:hidden;
	}	

	
.owl-carousel .item img{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	}
	
.owl-carousel .item img:hover {
	opacity: 1;
	}

.hm-clients-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}

.hm-clients-sec .owl-theme .owl-dots .owl-dot span{
	margin:5px;
	background:#b4b4b4;
	width:10px;
	height:10px;
	}
	
.hm-clients-sec .owl-theme .owl-dots .owl-dot.active span,
.hm-clients-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #888888;
	}
	
.hm-clients-sec .owl-carousel .owl-item img{
	width:auto;
	}

.hm-clients-sec .owl-theme .owl-nav{
	position:absolute;
	top:-32px;
	right:0;
	margin-top:0;
	}
	
.hm-clients-sec .owl-theme .owl-nav [class*='owl-'] {
    font-size: 14px;
    margin:0 10px 0 0;
    padding:0;
    background: none;
	color: #333;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
	}
	
	.hm-clients-sec .owl-theme .owl-nav [class*='owl-']:last-child {
		margin:0;
	}
	
.hm-clients-sec .owl-theme .owl-nav [class*='owl-']:hover {
	background: none;
	color: #333;
	text-decoration: none;
	}
	
	
	
		


/*footer styles*/

.footer-sec{
	position:relative;
	background:#333333;
	color:#c7c7c7;
	}

.footer-top{
	position:relative;
	}

.footer-sec .footer-widgets{
	padding:30px 0 0 0;
	}
	
.footer-sec .footer-logo{
	margin:0 0 30px 0;
	justify-content: center;
	align-content: center;
	}
	.footer-sec .footer-logo img{
		display:inline-block;

	}
.footer-logo-partners{
	width: 1.2in;
	@media screen and (max-width: 768px){
		max-width:0.7in;
	}
}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 25px 0;
	}
	
.footer-sec .footer-column h5{
	font-size:14px;
	font-weight:600;
	color:#c7c7c7;
	margin:0 0 15px 0;
	}
	
	
.footer-sec .footer-column .txt{
	margin:0 0 6px 0;
	}	


.footer-sec .footer-column .txt-contact{
	position:relative;
	margin:0 0 5px 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
    -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
	}
	
	.footer-sec .footer-column .txt-contact .left{
	width:50px;
	}
	.footer-sec .footer-column .txt-contact .right{
	}


	
.footer-sec .footer-column .links{
	margin:0;
	padding:0;
	}
	.footer-sec .footer-column .links li{
	margin:0;
	padding:5px 0;
	list-style:none;
	}
	
	.footer-sec .footer-column .links li:first-child{
	padding-top:0;
	}
	.footer-sec .footer-column .links li:last-child{
	padding-bottom:0;
	}
	
	.footer-sec .footer-column a{
	color:#c7c7c7;
	}
	.footer-sec .footer-column a:hover{
	color:#e57531;
	}







.footer-sec .social-icon{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	}
	
.footer-sec .social-icon .iconstyle{
	font-size:13px;
	color:#c7c7c7;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	.footer-sec .social-icon .iconstyle:hover{
	color:#e57531;
	}
	
.footer-sec .social-icon a{
    color: #c7c7c7;
    display: block;
    margin-left:10px;
}

.footer-sec .social-icon a:hover{
	color:#f5993e;
	}

.footer-sec .social-icon a:first-child{
    margin-left: 0;
}
	
	
.footer-sec .social-icon svg {
  cursor: pointer;
  display: inline-block;
  width:12px;
  height: 12px;
}

.footer-sec .social-icon svg path,
.footer-sec .social-icon svg rect,
.footer-sec .social-icon svg circle,
.footer-sec .social-icon svg polygon {
  transition: fill 0.5s ease;
  fill: #c7c7c7;
}

.footer-sec .social-icon svg:hover path,
.footer-sec .social-icon svg:hover rect,
.footer-sec .social-icon svg:hover circle,
.footer-sec .social-icon svg:hover polygon {
  fill: #e57531;
}




.footer-sec .footer-bottom{
	padding:0 0 15px 0;
	position:relative;
	font-size:12px;
	}
	
.footer-sec .footer-bottom .copyright{
	position:relative;
	}
	
.footer-sec .footer-bottom .design{
	font-size:11px;
	color:#636363;
	padding:10px 0 0 0;
	}
	
	.footer-sec .footer-bottom .design a{
		color:#636363;
		}
		
	.footer-sec .footer-bottom .design a:hover{
		color:#c7c7c7;
		}



/*sub-banner styles*/
	
.sub-banner-sec{
	position:relative;
	background:#191c21;
	color:#ffffff;
	height:140px;
	}
	
	

.bg-services{
	background:url(../images/banner-services.jpg) no-repeat left top;
	background-size:cover;
	}
	
.bg-portfolio{
	background:url(../images/banner-portfolio.jpg) no-repeat left top;
	background-size:cover;
	}

.bg-contact{
	background:url(../images/banner-contact.jpg) no-repeat right top;
	background-size:cover;
	}

.bg-caretakers{
	background:url(../images/banner-caretakers.png) no-repeat center top;
	background-size:cover;
	}

.caretakers-container{
	width: 50%;
	align-content: center;
	@media screen and (max-width: 768px){
		width: 100%;
		padding-top: 60px;
	}
}

.caretaker-logo{
	width: 1in;
	@media screen and (max-width: 768px){
		width: 0.7in;
	}
}
.register-caretakersevent{
	width: 3in;
	border-width: 4px;
	border-radius: 10px;
    padding: 0px 0px;
	border-color: #c3bdbdb5;
	color: white;
	background-color: rgb(252, 106, 22);
}

.caretakers-sec{
	display: flex;
	@media screen and (max-width: 768px){
		display: flex;
		flex-direction: column;
		height: fit-content;
		justify-content: center;
		align-items: center;
	}
}
.caretakers-txt{
	@media screen and (max-width: 768px){
		width: 80%;
		font-size: 18px;
		align-items: center;
	}
	width: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-family: FontCaretakers;
	display: flex;
	flex-direction: column;
	padding-top: 40px;
	padding-bottom: 40px;

}
.blinking {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        color: #ff6600; /* Orange color */
    }
    50% {
        color: transparent;
    }
    100% {
        color: #ff6600; /* Orange color */
    }
}

/*serv-sec styles*/

.serv-sec{
	position:relative;
	padding:30px 0;
	}
	
	
.serv-sec .serv-item{
	position:relative;
	padding:25px 0;
	}
	
.serv-sec .serv-item .image-box{
	margin:0 0 15px 0;
	}
	
.serv-sec .serv-item .content-box{
	position:relative;
	padding:0;
	}
	
.serv-sec .serv-item .content-box h2{
	position:relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size:18px;
	line-height:1.2;
	color:#666;
	margin:0 0 10px 0;
	}	

.serv-sec .serv-item .content-box .desc{
	}	

.serv-sec .serv-item .al-center{

	}
	

	
/*portfolio-sec styles*/	

.portfolio-sec{
	position:relative;
	text-align:center;
	padding:30px 0 0 0;
	}		


/*contact-sec styles*/

.contact-sec{
	position:relative;
	padding:30px 0;
	}

.contact-sec .box{
	position: relative;
	padding:0 0 0 35px;
	margin:0 0 20px 0;
	}
	
.contact-sec .box .icon{
	position:absolute;
	top:0;
	left:0;
	}

.contact-sec .box .icon img{
	max-width: 20px;
	}
	
	
.contact-sec .box h5{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size:13px;
	color:#979797;
	margin:0 0 5px 0;
	}	

.contact-sec .box .txt{
	font-size:15px;
	margin:0 0 15px 0;
	}
	
.contact-sec .txt-contact{
	font-size:15px;
	position:relative;
	margin:0 0 5px 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
    -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
	}
	
	.contact-sec .txt-contact .left{
	width:220px;
	}
	.contact-sec .txt-contact .right{
	}


.contact-sec .box .iconstyle{
	font-size:20px;
	color:#e57531;
	}

.contact-sec .box .iconstyle-mob{
	font-size:26px;
	color:#e57531;
	}



/*contact-form styles*/	
	
.contact-form{
	position:relative;
	padding:15px 20px 20px 20px;
	background: #f1f2f3;
	margin:10px 0 0 0;
	}

.contact-form h3{
	position:relative;
	font-size:16px;
	font-weight:600;
	color:#666;
	margin:0 0 10px 0;
	}


.contact-form .form-group{
	margin-bottom:10px;
	}
	
.contact-form .form-control{
	padding:6px 10px 5px;
	border:1px solid #e2e2e2;
	border-radius:0;
	background:#ffffff;
	color:#888;
	font-size:13px;
	min-width:150px;
	height:auto;
	margin:0;
	}

.contact-form .form-control:focus {
    box-shadow:none;
	background:#ffffff;
	border:1px solid #d4d4d4;
    }

.contact-form ::-webkit-input-placeholder { /* Chrome */
  color: #888;
}

.contact-form :-ms-input-placeholder { /* IE 10+ */
  color: #888;
}

.contact-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #888;
  opacity: 1;
}

.contact-form form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #888;
  opacity: 1;
}


.contact-form .btn-submit{
	position:relative;
	background:#e57531;
	color:#ffffff;
	font-weight:600;
	font-size:13px;
	border-radius:0;
	padding:6px 15px 5px;
	margin:10px 0 0 0;
	}
	
	.contact-form .btn-submit:hover{
	background:#666666;
	color:#ffffff;
	}


.contact-form .form-row{
margin-right: -15px;
margin-left: -15px;
}
	
.contact-form .form-row > .col, 
.contact-form .form-row > [class*="col-"]{
padding-right: 15px;
padding-left: 15px;
}


/* scroll to top style */

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #e86256;
}


.cd-top {
  display: inline-block;
  height: 25px;
  width: 25px;
  z-index:100;
  position: fixed;
  bottom: 10px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(136, 136, 136, .8) url(../images/top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}

.cd-top:hover {
  background-color: #e57531;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 20px;
    bottom: 20px;
  }
}


