/*header*/

#topbar .contact-info ul li a {
  color: #FFFFFF;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 35px 0 0;
  transition: all 0.3s ease 0s;
}

.phone-number p span {
  font-size: 10px;
  text-transform: capitalize;
}

.phone-number p {
  color: #ffffff;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 3px 0;
  font-style:italic;
}

@media screen and (min-width: 768px) {
#topbar .contact-info ul li a {
  color: #FFFFFF;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  padding: 0 35px 0 0;
  transition: all 0.3s ease 0s;
}
.phone-number p {
  color: #ffffff;
  font-family: "Open Sans",sans-serif;
  font-size: 23px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
  font-style:italic;
}
.phone-number p span {
  font-size: 15px;
  text-transform: capitalize;
}
}

.logo-company-name {
    display: inline-block;
}

    .header-company-name-parent {
        margin-top: 10px;
}

h1.header-company-name, h1.header-company-name2 {
    font-size: 14px;
    font-weight: 200;
    display: inline-block;
}

h1.header-company-name2 {
    font-size: 18px;
    font-weight: 600;
} 

@media screen and (min-width:1024px) {

    .header-logo {
        float: left;
        position: relative;
    }

    .logo-company-name {
    display:inline-block;

}


    .header-company-name-parent {
    display:inline-block;
        margin-top: 10px;
}

    h1.header-company-name, h1.header-company-name2 {
        display: inline-block;
    }
       
   }   

/*@media screen and (min-width: 319px) {*/
.item img {
    width: 60% !important;
}    
/*}*/


.mleft-20 {margin-left: 20px;}
.mleft-35 {margin-left: 35px;}

.h1-special-case {
    margin-left: 0;
}

@media screen and (min-width: 1024px) {
    
.h1-special-case {
    margin-left: 35px;
}

}

/*slideshow*/

.content-mobile {
    height: 200px;
    display: block;
}

.content-mobile-about-us {
    height: 250px;
    display: block;
}

.content-mobile.service-slideshow {
    height: 300px;
    display: block;
}

.content-mobile.service-detail-slideshow {
    height: 200px;
    display: block;
}

@media screen and (min-width: 768px) {
    .content-mobile, .content-mobile-about-us {
    height: 530px;
    display: block;
}
.content-mobile.service-detail-slideshow {
    height: 400px;
    display: block;
}
}

#slideshow { 
    position: relative; 
    width: 100%; 
    height: auto; 
    padding: 10px; 
}

#slideshow > div { 
    position: absolute; 
    top: 30px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

/*aboutus*/

#page-title.aboutus {
    background: url(../img/resources/page-title-bg-2.jpg) center center no-repeat;
    background-size: cover;
    padding: 65px 0;
}

#featured .col-lg-8 {
    padding: 80px 0 60px 0;
}

.goodbye  {
  padding: 60px;
}

/*contact*/

#page-title.contact {
    background: url(../img/resources/page-title-bg-3.jpg) center center no-repeat;
    background-size: cover;
    padding: 65px 0;
}

.google-map {
    height: 425px;
}

/*services*/

#page-title {
    background: url(../img/resources/page-title-bg-2.jpg) center center no-repeat;
    background-size: cover;
    padding: 65px 0;
}

.single-offer-service {
    padding: 30px;
    background: transparent;
    border: 1px solid #fff;
    color: #FFF;
}

.offer-service-text {
    padding: 0;
}

.offer-service-text h4 {
    color: #FFF;
}

.category-list .category-list-icon {
    display: inline-block;
}

.slogan {
  font-family: 'Raleway';
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  color: #262626;
  /*background: #193272;*/
  background: #FFBB00;
  line-height: 50px;
  padding: 0 20px;
  padding-bottom: 6px;
  padding-top: 5px;
}

@media screen and (min-width:768px) { 
  .slogan {
    font-size: 50px;
  }
}

.slogan-small {
  text-align: right; 
  font-family: 'Raleway';
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  color: #FFF;
  background: #193272;
  line-height: 50px;
  padding: 0 20px;
  padding-bottom: 6px;
  padding-top: 5px;
}


/*services hover icon*/

.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 3em;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 13px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #88b5dd;
}

@media screen and (min-width:1280px) {
   .hi-icon {
    margin: 15px 25px;
} 
}

/*blog post*/

#blog-post.single-post article p, #blog-post.single-post article h3 {
  padding: 0 0 0 10px;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
}

.hi-icon:before {
    font-family: FontAwesome;
    speak: none;
    font-size: 25px;
    line-height: 50px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hi-icon-mobile:before {
    content: "\e009";
}

.hi-icon-screen:before {
    content: "\e00a";
}

.hi-icon-earth:before {
    content: "\e002";
}

.hi-icon-support:before {
    content: "\e000";
}

.hi-icon-locked:before {
    content: "\e001";
}

.hi-icon-cog:before {
    content: "\e003";
}

.hi-icon-clock:before {
    content: "\e004";
}

.hi-icon-videos:before {
    content: "\e005";
}

.hi-icon-list:before {
    content: "\e006";
}

.hi-icon-refresh:before {
    content: "\e007";
}

.hi-icon-images:before {
    content: "\e008";
}

.hi-icon-pencil:before {
    content: "\e00b";
}

.hi-icon-link:before {
    content: "\e00c";
}

.hi-icon-mail:before {
    content: "\e00d";
}

.hi-icon-location:before {
    content: "\e00e";
}

.hi-icon-archive:before {
    content: "\e00f";
}

.hi-icon-chat:before {
    content: "\e010";
}

.hi-icon-bookmark:before {
    content: "\e011";
}

.hi-icon-user:before {
    content: "\e012";
}

.hi-icon-contract:before {
    content: "\e013";
}

.hi-icon-star:before {
    content: "\e014";
}

.hi-icon-effect-9 .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.hi-icon-effect-9 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 1px #88b5dd;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

/* Effect 9a */
.hi-icon-effect-9a .hi-icon:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.5;
}

.hi-icon-effect-9a .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(51,122,183,1);
    color: #337ab7;
}

.hi-icon.active {
    color: #fff;
    border-radius: 50%;
    background: #337ab7;
}

.hi-icon.active:hover {
    color: #fff;
}

.hi-icon.active:hover:after {
    transform: none;
}



/*footer*/

ul.sosial li img {
    width: 50%;
}