/**
 * ===================================================================
 *  # v1.0 Main Stylesheet
 *  url: -
 * -------------------------------------------------------------------
 */
/**
 * ===================================================================
 * a. webfonts and iconfonts
 * -------------------------------------------------------------------
 */
@font-face {
	font-family: 'Conv_MyriadPro-Regular';
	src: url('fonts/MyriadPro-Regular.eot');
	src: local('☺'), url('fonts/MyriadPro-Regular.woff') format('woff'), url('fonts/MyriadPro-Regular.ttf') format('truetype'), url('fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/**
 * ===================================================================
 * b. base style overrides
 * -------------------------------------------------------------------
 */
html, body {
height: 100%;
}
body {
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-size: 16px;
line-height: 1.4;
color: #000;
/* background: url(../images/background1.jpg); */
}
/**
 * links
 */
a, a:visited {
	color: #e5272b;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ff4f77;
	text-decoration: underline;
}

/**
 * typography
 */
h1, h2, h3, h4, h5 {
	color: #000;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}
h3, h4{
	margin-bottom: 10px;
}
h5, h6 {
	font-weight: bold;
	margin-bottom: 10px;
}

h1 {
	font-size: 30px;
	line-height: 1.25;
}
h2 {
	font-size: 26px;
	line-height: 1.35;
	
	 text-align:center;
}
h3 {
	font-size: 22px;
	line-height: 1.5;
}
h4 {
	font-size: 16px;
	line-height: 1.70;
}
h5 {
	font-size: 14px;
	line-height: 1.75;
}




/**
 * spacing
 */


/**
 * block grids paddings
 */



/**
 * ===================================================================
 * d. buttons
 * -------------------------------------------------------------------
 */



/**
 * ===================================================================
 * e. common styles
 * -------------------------------------------------------------------
 */
section {
	/* background: #fff; */
	padding-top: 50px;
	padding-bottom: 50px;
}


/**
 * ===================================================================
 * 01. header
 * -------------------------------------------------------------------
 */
 
 
 #awards .gallery img {
   max-height: 100px;
   width: auto;
}
 #awards .aw-page.gallery img{
 max-height: 200px;
width: auto;
margin-bottom: 30px;
}
.logo{
margin-bottom: -15px;
    position: relative;

    z-index: 100;	 
}

.logo-name{
font-family: 'Farsan', cursive;	
display:flex;	
justify-content: center;
font-size: 20px;
width: 150%;
    margin: 4px -25% -18px -25%;
    position: relative;
	    z-index: 200;
}
.navbar-collapse{
padding: 0px 0px;	
    margin-top: 20px;
    margin-bottom: 10px;	
	
}
.navbar-default .row > div{
padding: 0px;
}

 .owl-theme.intro-owl  .owl-dots{
	position: absolute;
	/* position: relative;	*/
	bottom: 0;
	width:100%;
}
.owl-theme .owl-nav {
	
	position: absolute;
	top: 50%;
	width:100%;
    margin-top: 0px;
    height: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
} 
.owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
}

.owl-prev{
	float:left;
}
.owl-next{
	float:right;
}

header {
  position: relative;

}

img{max-width:100%;}
.navbar {
position: relative;
   z-index: 3;
min-height: 10px;
margin-bottom: 0px;
border: 0px solid transparent;
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.93);
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.93);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.93);
}

.navbar-default {
background-color: transparent !important; 
border-color:  transparent;
padding: 25px;
/* background: url(../images/top-banner.png) center top no-repeat;
background-size: auto 100%; */
}
.navbar-nav {
display:flex;
justify-content: space-between;
width: 100%;
}
.navbar-nav>li>a {
padding: 10px 5px;
text-align: center;
 
}
.navbar-default .navbar-nav>li>a{
 color: #8a8989;
	
}

.navbar-nav>li {
 display:flex;
 justify-content:center;
 align-items:center;
}

#types h3 {
font-size: 42px;
  
text-transform: none;
text-shadow: -1px 1px 0 white, -2px 2px 0 #c0bdb8;

}
 #intro{
    padding: 0px 0px 0px 0px;
background: #fff;
  position: relative;

    overflow: hidden;
}
/* max-height: 500px;*/
.owl-carousel {
    position: static;  
}

#intro {
    /* height: 750px;*/
    height: auto;
	max-height: 500px;
}

#specmenu{
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#intro:before {
    background: white;
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, white 0% rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    width: 100%;
    height: 13%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
   z-index: 2;
}


#intro .container-fluid{
 padding:0px;
	
}
#main{
background-color: rgba(253, 186, 167, 0.09);
    font-size: 18px;	
}

.gallery  img{
margin: 0px 10px;	
	
	
}
    




/**
 * ===================================================================
 * 2. footer
 * -------------------------------------------------------------------
 */
footer {
padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(253, 186, 167, 0.13);
}
footer h3 {
     margin-top: 0px;
}

.bottom-nav  li{
list-style:none;
padding: 0px;	
	
}
.bottom-nav  {
margin-top: 45px;
	
}

.bottom-nav  li a{
    color: #000;
	
}
.owl-carousel .owl-item img {
      display: inline-block;
   
    -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-item{
 text-align: center;	
	
}

#types img{
	 max-height: 290px;
	 
}

#border {
    background-image: url("../images/borders1.png");
    padding-top: 50px;
    padding-bottom: 50px;
	display:none;
}

/**
 * ===================================================================
 * Responsive
 * -------------------------------------------------------------------

#intro .owl-stage{
 
	 
 }
 
 
  #intro{height: 900px;} 
@media  (max-width: 1920px) { 
  #intro{height: 800px;}


}



  @media (max-width:1700px) {
 #intro{ height: 750px;} 
}
 @media  (max-width:1600px) {
 #intro{ height: 700px;} 
}
 @media(max-width:1400px) {
 #intro{ height: 650px;} 
}
 @media  (max-width:1200px) {
 #intro{ height: 600px;} 
}
@media(max-width:1024px) {
 #intro{  height: 500px; } 
}
@media  (max-width:768px) { 
  #intro{  height: auto ; } 
}
@media only screen and (max-width:640px) {
  
}

@media only screen and (max-width:400px) {
  
}
 */

/* 08.12.2019 styles */
.thumbnail.our-services {
    height: 300px;
    border: 3px #FF7F27 solid;
    text-align: center;
}
.thumbnail.our-services:hover {
    border-color: #FF7F27;
    text-decoration: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#types h3 {
    font-size: 28px;
    text-transform: none;
    color: #FF7F27;
    text-shadow: -1px 1px 0 white, -2px 2px 0 #FF7F27;
}
.our-services .caption {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
/* end 08.12.2019 styles */
 

