/* font */



.header-alt{
      background-size:100%;
      min-height:700px;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Light"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semilight"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Bold"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semibold"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
    font-weight: 700;
}

.custom-font{
	font-family: font97043;
}.custom-font:hover{
	color: #fe5433;
}
/* Global */
a:focus, a:hover{
	text-decoration: none;
}
body {
	font-family:'Segoe UI ',sans-serif;
    background: url(../images/bg-serv.jpg) fixed; background-size: 100%;
}

.portfolio-section {
    padding-bottom:40px;
}


/* category filter */

.filter-section {
	padding-top:40px;
}


.filter-container {
    text-align:center;
    padding:20px
}


ul.filter > li > a {
    color:#1abc9c;
    font-size:20px;
    line-height:40px
}

ul.filter > li > a:hover,ul.filter > li > a:focus {
    text-decoration:none;
    color:#16a085;
    outline:none
}

ul.filter > li.active a {
    color:#111
}

ul.filter > li span {
    color:#ddd;
    font-size:20px;
    display:inline-block;
    margin:0 5px
}

.filter-section .filter-container .filter > li {
    padding:0;
    margin:0
}

.filter-section h1 {
    text-align:center
}


/* the color of the transparent overlay border */

.portfolio-section.port-col figure .overlay-background {
    background-color:#000;
    background-color:rgba(0,0,0,0.4);
}


/* portfolio images */

.portfolio-section figure {
    float:left;
    width:100%;
    position:relative

}

.portfolio-section figure img {
    width:100%;
    height:auto;
    margin-top:40px;

}


/* project title under image */

.portfolio-section .article-title {
    text-align: center;
    float: left;
    width: 100%;
    background: #4e5b6e;
    font-size: 18px;
    line-height: 24px;
    padding: 20px 0 20px 0;
}

.portfolio-section .article-title a {
    color:#e0dede
}


/* transparent overlay */

.portfolio-section figure:hover .overlay {
    opacity:1;
    visibility:visible
}

.portfolio-section figure:hover .overlay-background {
    opacity:.8;
    visibility:visible
}

.portfolio-section figure .overlay-background {
    z-index:1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .overlay-background .inner {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:11px;
    background-color:#c8e9c8;
    background-color:rgba(194,231,194,0.9)
}

.portfolio-section figure .overlay {
    z-index:2;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay {
    display:table;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay-content {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    padding:20px 40px
}

.portfolio-section figure .inner-overlay-content.with-icons {
    text-align:center
}


/* icons inside overlay */

.portfolio-section figure .inner-overlay-content.with-icons a {
    width:40px;
    height:40px;
    line-height:42px;
    display:inline-block;
    margin:0 10px;
    text-decoration:none;
    font-size:20px;
	background:rgba(0,0,0,0.9);
    color:#fff;
    border-radius:0
}


/* skew image on hover */ 

.isotopeSelector img {
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease
}

.isotopeSelector:hover img {
    -moz-transform:scale(1.5) rotate(2deg);
    -webkit-transform:scale(1.5) rotate(2deg);
    -o-transform:scale(1.5) rotate(2deg);
    -ms-transform:scale(1.5) rotate(2deg);
    transform:scale(1.5) rotate(2deg);
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -ms-transition:all .8s ease;
    -o-transition:all .8s ease;
    transition:all .8s ease
}

.isotopeSelector figure {
    overflow:hidden
}

.isotopeSelector figure {
    box-shadow:0 0 2px rgba(0,0,0,0.2)
}








/*
|--------------------------------------------------------------------------
|  Demo Specific Code
|--------------------------------------------------------------------------
|
|
|
*/



.demo-colored-wrap {
	background:#ecf0f1;
}

/*
|--------------------------------------------------------------------------
|  new styles
|--------------------------------------------------------------------------
|
|
|
*/


/*----- mid-grids -----*/
.mid-grid{
	padding:4em 0;
}
.mid-grid-left{
	/*background:#f0f2f1;*/
	padding:15px;
}
.mid-grid-left img{
	width:100%;
}
.mid-grid-right h3{
	color:#f15252;
	font-weight:300;
	margin:0;
	line-height:1.5em;
	font-size:1.6em;
}
.mid-grid-right h4{
	color:#2f3837;
	font-size:1.3em;
	font-weight:700;
	text-transform:uppercase;
}
.mid-grid-right p{
	color:#9fa3ab;
	font-size:1.2em;
	line-height:2.3em;
    text-align: justify;
}

/*----- bottom-grids -----*/
.bottom-grids{
/*	background:#f4f6f5; */
	padding:3em 0;

}
.img-shadow{
        -webkit-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.41);
-moz-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.41);
box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.41);
}
.recent-news h2{
	color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    padding: 1em 0 1em 0;
}
/*
.recent-news-left{
	float:right;
	width:20%;
}
.recent-news-right{
	float:right;
	width:75%;
} */
.recent-news-left{
	background:#fe5433;
	padding:0.5em;
}
.recent-news-left span{
	font-size:1.5em;
	color:#FFF;
	font-weight:700;
}
.recent-news-left label{
	color:#2f3837;
	font-weight:1.1em;
	font-weight:700;
}
.recent-news-right{
	
}
.recent-news-right h3{
	padding: 0px 0px 20px 0px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
}
.recent-news-right span{
	color:#fe5433;
	font-weight:300;
	text-transform:uppercase;
	padding:0.3em 0 0;
	display:block;
}
.recent-news-right p{
	color:#9fa3ab;
    text-align: justify;
	font-size:15px;
	line-height:1.7em;
}
.recent-news-grid{
	margin-bottom:1.2em;
}
/*---- footer -----*/
.footer{
	background:#2f3837;
	padding:3em 0 2em 0;
	border-top: 2px solid #fff;
}
.footer-grid h3{
	color:#999;
	font-weight:600;
	text-transform:uppercase;
	font-size:1.2em;
}
.footer-grid ul{
	margin:1.3em 0 0 0;
	padding:0;
}
.footer-grid ul li{
	display:block;
}
.footer-grid ul li a{
	color:#777;
	text-decoration:none;
	padding:0.15em 0;
	display:block;
	text-transform:uppercase;
	font-size:0.875em;
}
.footer-grid ul li a:hover{
	color:#ffffff;
}
.footer-grid ul li a span{
	height: 18px;
	display:inline-block;

} 

ul.social-icons li a{
	padding:0.5em 0;
} 
.location{
margin-top:1.3em;
}
.location ul li {
display: block;
}
.location ul li a:hover {
color: #fe5433;
}
ul.location li a {
padding: 0.5em 0;
}
.location ul li a {
color: #777;
text-decoration: none;
padding: 0.15em 0;
display: block;
text-transform: uppercase;
font-size: 0.875em;
}
ul.location li a span{
	height: 18px;
	display:inline-block;
}

/*----*/

/*--CONTACT-page--*/
.contact-bg{
background:url(../images/rooms.jpg) repeat-y 0px 0px;
background-size:cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
padding-bottom: 6em;
}
.contact-us{
    padding: 4% 0;
}
.contact-us_left {
    float:left;
    margin-right:3.3333%;
    width: 32.3333%;
}
.contact_right {
    float:left;
    width: 63.3333%;
}
.contact-us_left h3{
    margin-bottom: 2%;
}
.company_address{
    padding-top:10px;
}
.company_address p{
    color: #242424;
    text-shadow: 0 1px 0 #ffffff;
    line-height: 1.8em;
    font-size: 0.8125em;
    font-weight: 600;
}
.company_address p a{
    color: #FD5331;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: 0 1px 0 #ffffff;
}
.company_address p a:hover{
    color: #242424;
}
.map{
    margin: 1% 0 4%;
}
.contact_right h3{
    margin-bottom: 2%;
    font-size:2.1em;
    text-transform:uppercase;
}
.contact-form div{
    padding:5px 0;
}
.contact-form p{
    display: block;
    color: #4A4A4A;
    font-weight:600;
    line-height: 1.5em;
    font-size: 0.9em;
}
.contact-form input[type="text"],.contact-form textarea{
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    padding: 10px;
    display: block;
    width: 98%;
    background: transparent;
    outline: none;
    color: #555555;
    font-size: 1em;
    border:1px solid #2A2E33;
    -webkit-appearance: none;
}
.contact-form input[type="text"]:hover,.contact-form textarea:hover{
border:1px solid #FD5331;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-form textarea{
    resize:none;
    height:120px;       
}
.contact-form input[type="submit"]{
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    background: #242424;
    border: 1px solid #242424;
    padding: 10px 24px;
    outline: none;
    color: #ffffff;
    font-size: 0.8em;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}
.contact-form input[type="submit"]:hover{
    background: #FD5331;
    border: 1px solid #FD5331;
}
/*--contact style--*/

.cnt_info_h2{
    color: #f15252;
    text-align: center;
    margin: 2em 0 1em 0 ;
    font-size: 26px;
}
.cnt_info_dts1{

margin-right: 8px;
font-size: 1em; 
text-align: center; 
color: #f15252;

}
.cnt_info_dts2{

  margin-right: 8px;
  font-size: 1em;
  color: #f15252;  
}
.cnt_info_dts3{

  margin-right: 8px;
  font-size: 1em; 
  color: #f15252;  
}
.cnt_info_dts4{

margin-right: 8px;
font-size: 1em;
 color: #f15252;
    
}





/*-- End cnt --*/

/* scroll to top style */

.testheight {
  height:1200px;
  font-size:20px;
  text-align:center;
  padding:100px 20px;
}
.scrolltop {
    display:none;
    width:100%;
    margin:0 auto;
    position:fixed;
    bottom:20px;
    right:10px; 
}
.scroll {
    position:absolute;
    right:20px;
    bottom:20px;
    background:#b2b2b2;
    background:rgba(178,178,178,0.7);
    padding:20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor:pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;        
}
.scroll:hover {
    background:rgba(178,178,178,1.0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;        
}
.scroll:hover .fa {
    padding-top:-10px;
}
.scroll .fa {
    font-size:30px;
    margin-top:-5px;
    margin-left:1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;    
}

/* services page tab custom style */

.tab-alter ul li a{
    
    color: white;
    background-color: #3c3939;
}
.tab-alter ul li a:hover{
  
    color: #f32227;
    background-color: white;
}

.tabs>li.active>a{
    color: white !important;
    background-color: #f15252 !important;  
}

.tab-alter{
    padding-top: 50px;
}

.tab-alter img{
   
    border-radius: 0px 50px;
}
/* about us */


section.pricing {
  background: 
  background: 
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}



.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 2rem;
  margin: 0;
  padding:20px 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}
.card-body p{
	color: #9fa3ab;
	font-size: 15px;
    padding: 15px;
    /*text-align: justify;*/
}
/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}



.about-main-style {
       /* margin: 2em 1em 2em 1em;*/
}
.about-main-style h3{
    text-align: center;
    margin: 20px 0 20px 0;
	color: #fff;
}
.about-main-style p{
    text-align: justify;
    margin: 20px 0 20px 0;
    font-size: 15px;
	line-height:29px;
	letter-spacing: .5px;
	color: #9fa3ab;
}

.team-div{
        margin: 6em 0 6em 0;
	
} 
.team-div h3{
    text-align: center;
    margin: 20px 0;
}
.team-div p{
	color: #9fa3ab;
    font-size: 15px;
    text-align: justify;
	line-height:29px;
}


.alt-logo img{
    width: 150px !important;
}


/*---------------------------------------------------*/
/*-------------------- Media Query-------------------*/
/*---------------------------------------------------*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 380px){
.alt-logo img{
width:50px !important;
}
.navbar{
    background-color: black !important;
} 
.carousel{
    top: 3.8em;
}
.about-main-style{
    margin-top: 3.8em !important;
}
.sub-serv{
    display: none;
}
.contact-div h3{
    margin-top: 5em;
}
.conta li{
    font-size: 12px;
}
.input--kuro{
    margin-bottom: 20px;
}
.serv{
    margin-top: 1.5em !important;
}
}


@media screen(max-width: 575px){
.serv{
    margin-top: 1.5em !important;
}
.input--kuro{
    margin-bottom: 20px;
}
.conta li{
    font-size: 12px;
}
.contact-div h3{
    margin-top: 5em;
}
.recent-news-right h3 {

    font-size: 20px !important;
}  

.alt-logo{
    width: 50px !important;
}

.recent-news-right h3 {

    font-size: 20px !important;
}

}

/* Small devices (landscape phones, 576px and up)*/
@media screen (min-width: 576px) and (max-width: 767px){
 

}

/* Medium devices (tablets, 768px and up) */
@media screen(min-width: 768px) and (max-width: 991px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px){

}

/*Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){

}
/*---------------------------------------------------*/
/*--------------------Footer Icons -------------------*/
/*---------------------------------------------------*/

.fa-instagram:before {
    content: "\f16d";
    color: #f15252;
}
.fa-facebook:before {
    content: "\f09a";
    color: #f15252;
}
.fa-linkedin:before {
    content: "\f0e1";
    color: #f15252;
}
.fa-home:before {
    content: "\f015";
    color: #f15252;
}
.fa-whatsapp:before {
    content: "\f232";
    color: #f15252;
}
.fa-envelope:before {
    content: "\f0e0";
    color: #f15252;
}

