@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/*Playfair Font*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC:400,700,900');
@import url('icons.css');
@import url('icons2.css');
@import url('social-icons.css');

body,
html{
 	color: #67686d;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
}
h1, .h1, 
h2, .h2, 
h3, .h3, 
h4, .h4,
h5, .h5,
h6, .h6 {
    margin: 20px 0;
    color: #484848;
}
h1,
.h1 {
    font-size: 2.25em;
    line-height: 1em;
    font-weight: 900;
}

h2,
.h2 {
    font-size: 1.875em; /* 16px/48px */
    line-height: 1em;
    font-weight: 900;
}

h3,
.h3 {
    font-size: 2.0em; /* 16px/36px */
    line-height: 1em;
    font-weight: 900;
}

h4,
.h4 {
    font-size: 1.875em; /* 16px/30px */
    line-height: 1em;
    font-weight: 900;
}

h5,
.h5 {
    font-size: 1.500em; /* 16px/24px */
    line-height: 1em;
    font-weight: 900;
}

h6,
.h6 {
    font-size: 1em; /* 16px */
    line-height: 1em;
    font-weight: 900;
}

p{
    font-size: 1em;
}

a {
    color: inherit;
}
img {
    border: none;
    height: auto;
}
input, textarea, button, select,a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input, textarea, button, select {
    color: #67686d;
    font-family: 'Lato', sans-serif;
}
input::-webkit-input-placeholder {
    color: inherit;
}
input::-moz-placeholder {
    color: inherit;
}
input:-moz-placeholder {
    color: inherit;
}
input:-ms-input-placeholder {
    color: inherit;
}


a,a:focus,a:hover{
    outline: none;
}
button,button:focus,button:hover{
    outline: none;
}

textarea{
    resize: none;
}

textarea::-webkit-input-placeholder {
    color: inherit;
}
textarea::-moz-placeholder {
    color: inherit;
}
textarea:-moz-placeholder {
    color: inherit;
}
textarea:-ms-input-placeholder {
    color: inherit;
}
*:focus {
    outline: none;
}
.uppercase {
    text-transform: uppercase;
}
.no-padding {
    padding: 0;
}
.dark-bg {
    color: #fff;
}

.dark-overlay {
    background-color: #67686d;
    color: #fff;
}
.container{
    max-width: 100%;
}
.centered-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.navbar-inverse{
    background: rgba(246, 248, 248, 0.5)!important;
    border-color: transparent;
    transition: all 0.3s ease 0s;
    border-bottom: 0px solid #fff;
    top: 0;
    left: 0;
    height: 59px;
}
.navbar-inverse .navbar-nav>li>a:focus, 
.navbar-inverse .navbar-nav>li>a:hover {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
.navbar-nav>li:not(:last-of-type){
    margin-right: 40px;
}
.nav>li>a{
    padding: 10px 0px;
}
.navbar-inverse ul > li > a {
    border-bottom: 1px solid transparent;
    display: block;
    font-size: 0.889em;
    line-height: 24px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a{
	color: #000 !important;
	background: transparent;
	text-transform: uppercase;
	font-weight: bold;
    padding-top: 19px;
}
.about_us_conteiner {
    padding-top: 65px;
    padding-bottom: 85px;
}
.contactus_form{
    background: #CFCFCF;
    padding: 30px 0;
}
input.style1, textarea.style1, input[type="text"], 
input[type="tel"], input[type="email"], 
input[type="password"], 
input[type="number"], input[type="search"], 
input[type="time"], input[type="url"]{
    width: 100%;
    font-weight: bold;
    font-size: 1em;
    font-style:italic;
    line-height: 20px;
    background: none;
    border: none;
    border-bottom: 2px solid #67686d;
    margin-bottom: 25px;
}
textarea.style1 {
    border: 2px solid #67686d;
    padding: 15px 20px;
}
.button-style3, [type="button"], [type="submit"], button {
    display: inline-block;
    text-decoration: none;
    background: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid;
    line-height: 41px;
    padding: 0 15px;
    cursor: pointer;
}
.heading-decor h5 {
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    margin: 0;
}
.heading-decor h1{
    margin: 10px 0;
}
.heading-decor:after {
    content: "";
    width: 30px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 2px solid;
    margin-top: 19px;
}
footer.dark-overlay {
    background: #2a2a2a none repeat scroll 0 0;
    padding: 1px 0 35px;

}
footer #menu-footer-menu li {
    display: inline-block;
    padding: 0 25px;
    color: #67686d;
}
footer #menu-footer-menu li a{
  color: inherit;
  transition: all 0.3s ease 0s;
}
footer #menu-footer-menu li:hover a {
    color: #fff;
    text-decoration: none;
}
#menu-footer-menu li:not(:last-of-type) {
    border-right: 1px solid;
}
.links a{
    font-size: 22px;
    color: #fff;
    line-height: 70px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
.navbar-brand{
    padding: 0;
    margin:5px 0;
}
.footer-logo{
	font-weight: 900;
	text-transform: uppercase;
    font-family: 'Playfair Display SC', serif;
}
.footer-copyright{
	line-height: 70px;
}
.social-buttons a{
	font-size: 1.5em;
    color: #fff;
	display: inline-block;
    margin: 0 13px;
    line-height: 70px;
}

.contacts_view{
	background: #67686D;
	color: #fff;
    padding:15px;    
}
.contacts_view h2{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1em;
    margin: 20px 0;
    color: #fff;
}
.icon-box{
    padding-bottom: 30px;
}
.icon-box .text {
    line-height: 1.500em;
    font-weight: 300;
    margin: 5px 0 0;
}
.contacts_view i{
	font-size: 2.5em;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
    border-color: transparent;
    background-color: transparent;

}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
    transition: all 0.3s ease;
}
.navbar-inverse .navbar-toggle.active .icon-bar:first-child{
    transform: rotate(45deg);
    transition: all 0.3s ease;
    position: relative;
    top: 6px;
}
.navbar-inverse .navbar-toggle.active .icon-bar:last-child{
	display: none;
}
.navbar-inverse .navbar-toggle.active .icon-bar+ .icon-bar{
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}
h5, .h5 {
    font-family: Lato;
    font-size: 24px;
    line-height: 1em;
    font-weight: 900;
    margin: 20px 0;
}
h1{
    font-family: "Playfair Display SC", serif;
    font-weight: 900;
        color: #484848;
}
.p-text, .site-content {
    font-size: 1.125em;
    line-height: 1.667em;
    font-weight: 300;
}
 .p-text p{
    margin: 18px 0;
 }
.nav-resize{
    width: 100%;
    padding: 0px 40px;
}
.nav-resize .navbar-nav{
    margin-right: 25px;
}

.wide-container{
    width: 100%;
    padding: 0px 15px;
}
.button-style4 {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    vertical-align: middle;
        color: inherit;
}
.button-style4:hover{text-decoration: none;}
.button-style4:hover:after {
    left: 5px;
}
.header-social-row{
    position: absolute;
    right: 45px;
    top: 70px;
    z-index: 9;
    display: block;

}
.header-social-row a {
    font-size: 18px;
    color: #717171;
    margin-right: 10px;
    text-decoration: none;

}
.header-social-row .mobile {
    color: #dadada!important;
    font-size: 18px!important;
    background: url(../images/WhitePhoneIcon.png) no-repeat 0 2px;
    padding-left: 22px;
    padding-right: 22px;
    font-weight: 300;
}
.button-style4:after {
    content: "\e902";
    font-family: 'iconfont';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1em;
    color: #9b9c9f;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tac {
    text-align: center;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: normal;
}
.image-decor img{
    width:100%;
}
.image-decor {
    position: relative;
    padding: 0 30px 30px 0;
}
.image-decor:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 15px;
    right: 0;
    bottom: 0;
    border: 4px solid;
    opacity: .15;
    z-index: -1;
}
.heading-decor.line {
    margin: 30px 0;
}

.heading-decor {
    text-transform: uppercase;
    overflow: hidden;
    margin: 30px 0;
}

.heading-decor.line * { 
    margin: 10px 0;
    font-family: inherit;
}
.heading-decor.line:after {
    content: "";
    width: 30px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 2px solid;
    margin-top: 19px;
}
.navbar-inverse .navbar-toggle{
    display: none;
}
#menu-footer-menu {
    padding: 40px 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.dark-overlay .owl-nav{ display: none; }
.dark-overlay h5,
.dark-overlay .h5,
.dark-overlay h1,
.dark-overlay h2{
    color: #fff;
}
.dark-bg h1,.dark-bg .h1,
.dark-bg h2,.dark-bg .h2,
.dark-bg h3,.dark-bg .h3,
.dark-bg h4,.dark-bg .h4,
.dark-bg h5,.dark-bg .h5,
.dark-bg h6,.dark-bg .h6,
.dark-overlay h1,.dark-overlay .h1,
.dark-overlay h2,.dark-overlay .h2,
.dark-overlay h3,.dark-overlay .h3,
.dark-overlay h4,.dark-overlay .h4,
.dark-overlay h5,.dark-overlay .h5,
.dark-overlay h6,.dark-overlay .h6,
.dark-overlay2 h1,.dark-overlay2 .h1,
.dark-overlay2 h2,.dark-overlay2 .h2,
.dark-overlay2 h3,.dark-overlay2 .h3,
.dark-overlay2 h4,.dark-overlay2 .h4,
.dark-overlay2 h5,.dark-overlay2 .h5,
.dark-overlay2 h6,.dark-overlay2 .h6 {
    color: #fff;
}
h1 a,.h1 a,
h2 a,.h2 a,
h3 a,.h3 a,
h4 a,.h4 a,
h5 a,.h5 a,
h6 a,.h6 a {
    text-decoration: none;
}
h1,
.h1 {
    font-size: 2.25 em; /* 16px/60px */
    line-height: 1em;
    font-weight: 900;
}
.heading-decor {
    font-family: 'Playfair Display SC', serif;
    text-transform: uppercase;
    overflow: hidden;
    margin: 30px 0;
}

.heading-decor * {
    font-family: inherit;
}

.testimonials-items .item .image {
    width: 85px;
    height: 140px;
    background-size: cover;
    background-position: 50%;
    float: left;
}
blockquote {
    font-size: 1.500em;
    padding-left: 25px;
    padding-right: 65px;
    border-left: 1px solid #e8e8e9;
    background: url(../images/quote.png) top 10px right 0px no-repeat;
    background-size: 127px 113px;
    min-height: 130px;
    margin: 25px 0;
    line-height: 1.500em;
    font-style: italic;
}

.testimonials-items .item .image + blockquote {
    margin: 0;
    margin-left: 105px;
    font-size: 16px;
    padding-right: 27px;
    padding-left: 20px;
    min-height: 140px;
    border-left: 1px solid #eee;
    padding-top: 0;
}

.testimonials-items .item blockquote .h5 {
    margin-top: 0;
}
.testimonials-items {
    padding-bottom: 20px;
}
.padding-btm-30{ padding-bottom: 30px; }
.testimonials-items .item blockquote i {
    font-size: 1em;
    margin-top: 0.5em;
    display: inline-block;
    font-weight: 300;
    font-style: normal;
}

.testimonials-items .item blockquote p {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-top: 2px;
    font-style: normal;
}
blockquote .h5 {
    font-family: 'Playfair Display SC', serif;
    font-style: normal;
    margin-bottom: 0;
}
.heading-decor.line h5 {
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}
.header-space {
    height: 80px;
}
.carousel-inner .item{
    height: 650px;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-control:focus, 
.carousel-control:hover{
    color: inherit;
}
.carousel-control{ width: auto; }
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    font-size: 1.425em;
    transform: translateY(-50%);
}

.owl-prev {
    left: 25px;
}
.owl-next {
    right: 25px;
}
.imageanimate{
  height:auto;
  width:100%;
  display:inline-block;
  position:relative;
  height: 215px;
  overflow: hidden;
}
.imageanimate img{
    width:100%;
    margin-top: -38px;
}
.imageanimate:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 3px solid #fff;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.imageanimate:hover:after {
    border-color: transparent;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.headingtxt{
  position: absolute;
  bottom: 20px;
  right: 45px;
  transition: all 0.8s ease;
  transform: translate(0);
  z-index: 2;
  color:#fff;
display: block;
font-family: 'Playfair Display SC', serif;
text-decoration: none;
font-weight: bold;
font-size: 36px;
text-transform: uppercase;
text-align: right;
}
.category-item {
    margin-bottom: 30px;
}
.imageanimate + p {
    color: #67686d;
    text-align: center;
    font-style: italic;
    font-size: 1.123em;
    line-height: 1.667em;
    font-weight: 300;
    margin: 18px 0;
}
.imageanimate:hover .headingtxt{
    right: 50%;
    bottom: 50%;
    top: inherit;
    left: inherit;
    transform: translate(50%, 50%);
  font-size: 54px;
}
.our-experience{
    background-color: #576b6b;
    padding-top: 35px;
    padding-bottom: 45px;
}

.rating-item {
    font-size: 0.875em;
    font-weight: 900;
    overflow: hidden;
    margin: 0 0 10px;
}

.rating-item .name {
    text-transform: uppercase;
    float: left;
    color: #fff;
}

.rating-item .value {
    float: right;
    color: #fff;
}
.testimonials-items .item {
    margin-top: 25px;
}

.rating-item .line {
    height: 10px;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    border-radius: 2px;
    margin-top: 25px;
}

.rating-item .line div {
    height: 10px;
    border-radius: 2px;
    background: #353535;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.8s ease;
    transition-delay: 0.3s;
}

.site-style2 .rating-item .line div {
    background: #d9b16a;
}
.heading-decor.portfolio:after{
    display: none;
}

footer .owl-carousel .owl-item img{
        height: auto;
        width: 100%;
}

footer .owl-carousel .owl-item .item{
    width:100% ;
    height: 172px;
    overflow: hidden;
}
.privacy-policy.heading-decor:after{
    display: none;
}
.privacy-policy p{
    margin: 18px 0px;
}
.blogpage p {
    font-size: 18px;
    line-height: normal;
    margin: 18px 0;
    font-weight: 300;
    line-height: 30px;
}
.blogpage img{
    width: 100%;
}
.blogpage ul li {
    font-style: italic;
    display: block;
    margin: 5px 0;
}
.blogpage ul {
    padding-left: 0;
}
.blogpage ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #d5d5d5;
    border-radius: 50%;
    margin-right: 10px;
}
.post-bottom {
    overflow: hidden;
    margin-bottom: 40px;
    margin: 40px -15px;
}

.post-bottom .date {
    color: #a6a6a6;
    font-weight: 300;
    font-style: italic;
    font-size: 0.875em;
    margin-bottom: 10px;
    margin-top: 5px;
}

.post-bottom .social-buttons {}

.post-bottom .social-buttons a {
    margin: 0 0 0;
    color: #aaaaaa;
}

.post-bottom .social-buttons a + a {
    margin-left: 10px;
}

.post-bottom .post-nav {
    margin-top: 2px;
    text-align: center;
}

.post-bottom .post-nav a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.post-bottom .post-nav a + a {
    margin-left: 15px;
}

.post-bottom .post-nav a > * {
    display: inline-block;
    vertical-align: middle;
}

.post-bottom .post-nav a i {
    font-size: 1.3em;
}

.post-bottom .post-nav a i + span {
    margin-left: 15px;
}

.post-bottom .post-nav a span + i {
    margin-left: 15px;
}

.post-bottom .post-nav a span {
    font-size: 12px;
    text-transform: uppercase;
}

.post-bottom .post-soc {
    text-align: right;
}
.post-bottom .social-buttons a{
    line-height: normal;
}

.testimonials-items .carousel-control {
    background-image: none;
    height: 50px;
    top: 64px;
}
.testimonials-items .carousel-control.left {
    left: -70px;
}
.testimonials-items .carousel-control.right {
    right: -70px;
}

.owl-nav > div {
    position: absolute;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0px 8px;
    color: #ccc;
    background: rgba(0,0,0,0);
    opacity: 0.5;
}
.owl-nav > .owl-prev{
    left: -48px;
}
.owl-nav > .owl-next{
    right: -48px;
}

/*css after bugs list*/
.landing-page .tabs-container{
    padding-bottom: 30px;
}

.blog-page{
    background: #e1e1e1;
}

.blog-page .pricelist-item .wrap, .blog-page .article-item2 .wrap{
    background: #fff;
    padding: 15px;
}

.about-me-page .blog-container{
    padding-top: 15px;
    background: #e1e1e1;   
}

.about-me-page .pricelist-item .wrap, .about-me-page .article-item2 .wrap{
    background: #fff;
}

/*css for border bottom on current page*/

.landing-page .navbar-nav .index{
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.portfolio-page .navbar-nav .portfolio{
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.services-page .navbar-nav .services{
    border-bottom: 1px solid #000;
    padding-bottom: 5px;   
}

.blog-page .navbar-nav .blog{
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.testimonials-page .navbar-nav .testimonials{
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.about-me-page .navbar-nav .about-me{
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.about-me-page .headingtxt{
    left: 45px;
    right:auto;
}

.contact-page a.contact-us{
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

#contactForm{
    margin-bottom: 1em;
}

.mapdetails{
    margin: 0 -15px;
}

/*New css added */


.message-container .message-heading{
    font-family: 'Lato','sans-serif';
    font-size: 26px;
    font-weight: 600;
    margin: 15px 0;
}

.message-container img{
    max-width: 100%;
}

.message-container .sub-heading-text{
    font-size: 1.6em;
    font-weight: 300;
}

.confirmation-dialog .message-container{
    width:90%;
    max-width: 400px;
    margin: 15% auto;
}

.confirmation-dialog .close,.confirmation-dialog .close:hover{
    opacity: 0.8;
}

input[type="submit"][disabled]{
    cursor: not-allowed;
    opacity: 0.6;
}

#live-chat {
    bottom: 0;
    font-size: 12px;
    right: 24px;
    position: fixed;
    width: 300px;
    z-index: 10;
}

#live-chat .chat{
    display: none;
}

#live-chat header {
    background: #2a2a2a;
    border-radius: 5px 5px 0 0;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border: 1px solid #67686d;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



#live-chat h4 {
    font-size: 14px;
    margin: 0;
    margin-right: auto;
    color: #fff;
}

#live-chat h5 {
    font-size: 10px;
}

#live-chat .minimize-window{
    display: none;
}

#live-chat .maximized .minimize-window{
    display: inline-block;
}
#live-chat .maximized .expand-window{
    display: none;
}



.chat-message-counter {
    background: #e62727;
    border: 1px solid #fff;
    border-radius: 50%;
    display: none;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    left: 0;
    line-height: 28px;
    margin: -15px 0 0 -15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
}


.chat {
    background: #fff;
}


.chat .contactus_form{
    background: #fff;
}
.services-dropdown >li >a{
    font-weight: bold;
}

/*play button css*/

.round-button {
    box-sizing: border-box;
    display:block;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:80px;
    height:80px;
    padding-top: 14px;
    padding-left: 8px;
    line-height: 20px;
    border: 6px solid #fff;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background-color: rgba(0,0,0,0.5);
    font-size:20px;
    font-weight:bold;
    transition: all 0.3s ease;
}
.round-button:hover,.round-button:focus {
    color: #fff;
    box-shadow: 0px 0px 10px rgba(255,255,100,1);
    text-shadow: 0px 0px 10px rgba(255,255,100,1);
}
