/* ===================================
    Table of Content
====================================== */


/*  - Fonts
    - General
    - Fonts
    - Header And Navigation
    - Slider
    - About
    - Team
    - Parallax
    - Client
    - Contact
    - Footer


/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');


.main-font{font-family: 'Roboto', sans-serif;}
.alt-font{font-family: 'Poppins', sans-serif;}


/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 16px;color: #2b2b2b;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.2; font-weight: 500; font-family: 'Poppins', sans-serif;}
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
.section-top-margin{margin-top: 7.5rem;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #55ACEE;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 4.5rem 0;}


/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}


/* Background Colors */


#home { background-color: #0d2538; }
#about { background-color: #ffffff; color: #222; }
#services { background-color: #f8f9fa; }
#client { background-color: #e9f4ff; }
#schedule { background-color: #f0f4f8; }
#contact { background-color: #ffffff; }


/* Paragraph */
p {
  color: black;
 
}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 17px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Poppins', sans-serif; font-weight: 500; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:12px; padding: 6px 1.8em;}
.btn.btn-large {font-size:14px; padding: 9px 34px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

.btn-link,.btn-link:hover,.btn-link:focus{color:#55ACEE; text-decoration: none;padding: 0;}
.btn-link::after {content: attr(data-text);display: inline-block;width: 0;height: 100%;position: absolute;top: 0;left: 0;white-space: nowrap;color: #86cd88;overflow: hidden;-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);-o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);}
.btn-link:hover::after {width: 100%;}

/* button background */
.btn.btn-white {background:#ffffff; border-color: #ffffff; color: #585858}
.btn.btn-white:hover, .btn.btn-white:focus {background: transparent !important; border-color: #ffffff; color:  #ffffff !important}
.btn.btn-transparent-white {background:transparent; border-color: #ffffff; color:  #ffffff}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {background: #ffffff !important; color: #585858 !important}
.btn.btn-transparent-black {background:transparent; border-color: #2b2b2b; color: #2b2b2b}
.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {background: #2b2b2b !important; color: #ffffff !important}
.btn.btn-black {background: #2b2b2b; border-color: #2b2b2b; color: #ffffff}
.btn.btn-black:hover, .btn.btn-black:focus {background: transparent !important; border-color: #2b2b2b; color: #2b2b2b !important}
.btn.btn-blue {background: #55ACEE; border-color: #55ACEE; color: #ffffff}
.btn.btn-blue:hover, .btn.btn-blue:focus {background: transparent !important; border-color: #55ACEE; color: #55ACEE !important}
.btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {background: #ffffff !important; border-color: #ffffff; color: #585858 !important}

/* background color */
.bg-main{background: #55ACEE;}
.bg-black{background: #000000;}
.bg-dark {background-color: #1d1d21 !important;}
.bg-blue {background-color: #03a9f5;}
.bg-pink {background-color: #f033b5;}
.bg-purple {background-color: #9556f5;}

/*Bg Gradient*/
.bg-gradient-1{
    background: #ffd435 ;
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #ffd435), color-stop(82%, #55ACEE));
    background: -o-linear-gradient(left, #ffd435  2%, #55ACEE 82%);
    background: linear-gradient(to right, #ffd435  2%, #55ACEE 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    overflow: hidden;
}

/* text-color */
.main-color{color: #55ACEE;}

.color {color: #ffffff;}

/*Max Width*/
.mx-570{
    max-width: 570px;
    display: inline-block;
}

/* ===================================
        Header
   ====================================== */

/* nav top default */

header a.logo img {
    max-width: 130px;
    vertical-align: sub;
}

header {
     width:100%;
     background-image:url("../img/dcs-accounting-los-angeles.jpg");
}

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 90px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.header-appear .navbar-top-default {
    height: 70px;
    position: fixed;
    z-index: 999;
    background: #003366 !important;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .navbar-top-default{
    background: #fff;

}

.navbar-top-default #DCS-Accounting{
    margin-right: -30px;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 15px;
    color: #2b2b2b;
    font-weight: 400;
    text-align: center;
    padding: 0.4rem 1.5rem;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active{
    background-color: #55ACEE;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover{
    color: #55ACEE;
}

/*nav line*/

.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    border-radius: 2px;
    bottom: -28px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #55ACEE;
    visibility: hidden;
    opacity: 0;
}


/* ===================================
      Clients
   ====================================== */

#client-nav{
    margin-top: 50px;
}

.client-box{
    position: relative;
    padding: 30px;
    margin: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    box-shadow: 0px 0px 8px 1px rgba(145, 140, 145, 0.35);
}

.client-box i.q-icon{
    font-size: 30px;
    margin-bottom: 10px;
    color:#55ACEE;
    display: inline-block;
}

.client-box .client-img{
    max-width: 50px;
    border-radius: 50px;
    overflow: hidden;
    background-color: #e8e8e8;
    margin-bottom: 15px;
    display: inline-block;
}

.client-box .client-designation{
    font-size: 14px;
}

#client-nav button{
    padding: 18px 16px;
    line-height: 0;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #55ACEE;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

#client-nav button:hover{
    background:#55ACEE;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

#client-nav button.owl-prev{
    margin-right: 10px;
}

#client-nav button > span{
    font-size: 40px;
    display: inline-block;
    top: 2px;
    position: relative;
    color: #55ACEE;
}

#client-nav button:hover > span{
    color: #fff;
}

.partners-slider{
    margin-top: 6rem;
}

.partners-slider .logo-item{
    text-align: center;
}

.partners-slider .logo-item img{
    max-width: 170px;
    opacity: .5;
    display: inline-block;
}


/* ===================================
        Slider
   ====================================== */


.home-banner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    padding: 0;
    padding-top: 40px;
    background: url("../img/dcs-accounting-los-angeles.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}


.heading-box h2{
    font-size: 80px;
    line-height: 90px;
    font-weight: 600;
    margin-bottom: 1.25rem;
	   text-shadow: 2px 2px black;
}

.slider-right {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    z-index: 2;
    float: right;
    width: auto;
}

.slider-right img {
    position: relative;
    max-height: 500px;
    width: 370px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
    box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.slider-right span {
    position: absolute;
    top: 0px;
    bottom: 0;
    z-index: -9;
    height: 110%;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 30px;
    margin-top: -25px;
    background: #ffffff;
    -webkit-box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
    box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/*Shapes*/
.shape-square {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #55ACEE;
    top: 8%;
    right: 5%;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
    -webkit-animation: rotating 20s linear infinite;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}


.shape-triangle {
    position: absolute;
    width: 0;
    height: 0;
    top: 12%;
    left: 45%;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-transition: all .0s;
    -o-transition: all .0s;
    transition: all .0s;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 50px solid #55ACEE;
    -webkit-animation: right-to-left 20s linear infinite;
}

@-webkit-keyframes right-to-left {
    0% { margin-left: 0;}
    50%{ margin-left : -100px;}
    100%{ margin-left: 0;}
}

.shape-plus {
    position: absolute;
    top: 15%;
    left: 13%;
    border-radius: 1px;
    background: #55ACEE;
    height: 40px;
    width: 5px;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-animation: rotating 20s linear infinite;
}

.shape-plus:after {
    border-radius: 1px;
    background-color: #55ACEE;
    content: "";
    height: 5px;
    position: absolute;
    top: 17px;
    width: 40px;
    left: -17px;
}

.shape-circle{
    position: absolute;
    bottom: 50px;
    left: 70px;
    width: 60px;
    height: 60px;
    border: 5px solid #55ACEE;
    border-radius: 50%;
    -webkit-animation: heartBeat 10s linear infinite;
}

/* ===================================
      About Us
  ==================================== */

.heading-area .title{
    font-size: 3rem;
    margin-bottom: 25px;
}

.heading-area .sub-title{
    margin-bottom: 15px;
    font-weight: 400;
}

.dot-box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 80px;
    z-index: -1;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQoU2N8+vTpfwYGBgZpaWlGEI0LMBKtEJ8pyHJ4rRtVCAAd/QgLwKUsAgAAAABJRU5ErkJggg==)!important;
    background-position: 0 0px!important;
    background-repeat: repeat!important;
    background-size: 15px;
    width: 150px;
    height: 150px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.feature-item {
    margin-right: 20px;
    padding: 30px 25px;
    border-radius:10px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    box-shadow: 0px 0px 8px 1px rgba(145, 140, 145, 0.35);
}

.feature-item:nth-child(2){
    margin-top: 23px;
}

.feature-item > i.f-icon{
    font-size: 28px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background-color: #55ACEE;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 50px;
    color: #fff;
}

.feature-item .title {
    margin: 1.5rem 0 .8rem;
}

.feature-item .r-icon{
    font-size: 25px;
    font-weight: 900;
    display: block;
    text-align: right;
    color: #d5d3d3;
}

.feature-item p{
    margin-bottom: 15px;
    font-size: 14px;
}


#schedule {
    padding: 6rem 0;
    background-color: #f0f4f8;
    text-align: center;
}

#schedule .heading-area h2,
#schedule .heading-area h3 {
    margin-bottom: 1.5rem;
}

/* ===================================
   Parallax
====================================== */

.parallax-box{
    padding: 3rem 0;
    text-align: center;
}
.parallax-box i{
    font-size: 2.5rem;
    display: inline-block;
    margin-bottom: 25px;
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.parallax-box:hover i{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.parallax-box h2{
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.parallax-box h5{
    font-weight: 400;
    font-size: 1.1rem;
}

/* ===================================
    Services
====================================== */


.services-about{
    height: 350px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
	bottom: 100px;
    padding-top: 10px;
    background-repeat: repeat!important;
    right: 0px;
	left: 100px;
    background-size: 15px;
}


.services-about .content{
    position: absolute;
    background-color:#55ACEE;
    bottom: 0;
    left: 0;
    max-width: 500px;
    color: #fff;
    padding: 50px;
    text-align: left;
}

.services-about .content h5{
    color: #fff;
}

.services-about .content:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-size: 230px;
    position: absolute;
    font-weight: 700;
    opacity: .1;
    top: 50px;
    left: 30px;
}

/* =================================== */
/* Contact section layout adjustments */
#contact .row > .col-lg-6 {
  display: flex;
  flex-direction: column;
}

#contact .row > .col-lg-6 + .col-lg-6 {
  padding-left: 30px;
}

/* Center address row below both columns */
#contact .row.address-row {
  justify-content: center;
}

#contact .address-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
  margin-top: 2rem;
}

/* Responsive: stack form + upload on smaller screens */
@media screen and (max-width: 991px) {
  #contact .row > .col-lg-6 {
    margin-bottom: 2rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


/* Buttons */
.contact-form .btn-blue {
  background-color: #1a73e8;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}

.contact-form .btn-blue:hover {
  background-color: #155ab6;
}

/* Success Message (Blue Theme) */
.success-message {
  display: none;
  text-align: center;
  background-color: #e8f0fe;
  color: #0d47a1;
  border: 1px solid #1a73e8;
  border-radius: 12px;
  padding: 24px;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(26, 115, 232, 0.15);
}

.success-message i {
  font-size: 2.4rem;
  color: #1a73e8;
  margin-bottom: 10px;
  display: block;
}

/* Contact Info */
.address-item i {
  font-size: 1.8rem;
  padding-top:1.2rem;
  padding-right: .5rem;
  color: #1a73e8;
}

.address-item h6 {
  font-weight: 600;
}

/* Spacing for stacked layout on large screens */
@media (min-width: 992px) {
  #contact .col-lg-6.pl-lg-4 .contact-box:first-child {
    margin-bottom: 2rem;
  }
}


/* ===================================
   Footer
====================================== */

.footer {
	text-align: center;
	font-size: 10px;
	background-color: #f8f9fa;
}


/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow, .scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    background-color: #00bcd4;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.scroll-top-arrow:hover {
    background-color: #00bcd4; }



/* ===================================
    Background images
====================================== */

.bg-img1{
    background-image: url("../img/dcs-accounting-los-angeles.jpg");
    background-image: url("../img/dcs-accounting-los-angeles.jpg");
}

[class*=bg-img]{
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* post navigation */
.post-navigation {
    padding: 4rem 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.post-navigation .post-nav-content h6 {
    font-size: 1.0rem;
    color: #232323;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
    word-break: break-word;
    max-width: 250px;
    overflow: hidden; }

.post-navigation .post-nav-content p {
    font-size: 12px;
    font-weight: 400;
    opacity: .8;
    line-height: 1.2;
    margin-bottom: 5px;
    padding: 0 2px;
    color: #2b2b2b; }

.post-navigation .post-previous, .post-navigation .post-next {
    max-width: 400px; }

.post-navigation .post-previous {
    float: left; }

.post-navigation .post-next {
    float: right; }

.post-navigation a {
    text-decoration: none; }

.post-navigation .post-previous .post-nav-content {
    padding-left: 25px;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.post-navigation .post-previous:hover .post-nav-content {
    padding-left: 15px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.post-navigation .post-next .post-nav-content {
    padding-right: 25px;
    text-align: right;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.post-navigation .post-next:hover .post-nav-content {
    padding-right: 15px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.post-navigation .post-previous i, .post-navigation .post-next i {
    font-size: 20px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #232323;
    color: #232323;
    border-radius: 50px;
    position: relative;
    overflow: hidden; }

.post-navigation .post-previous i::before, .post-navigation .post-next i::before {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    color: #000;
    top: -1px;
    border-radius: inherit;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }

.post-navigation .post-previous:hover i::before, .post-navigation .post-next:hover i::before {
    color: #fff;
    background: #232323;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.resume-author {
    padding: 50px;
    border: 1px solid #f8f9fa;
    background-color: #f8f9fa;
    margin-top: 4rem; }

.post-navigation ~ .resume-author{
    margin-top: 0;
}

.author-avatar {
    width: 125px;
    height: 125px;
    line-height: 125px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    float: left;
    overflow: hidden; }

.author-content {
    padding-left: 1.9rem;
    overflow: hidden; }

.author-content a:not(:hover):not(:focus) {
    text-decoration: none; }

.author-content span {
    color: #939393;
    font-size: 14px;
}

.author-content h6 {
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 1.3rem;
}

.author-content h6 a:not(:hover):not(:focus) {
    color: #232323; }

/*Contact form*/


input.inputerror, textarea.inputerror, select.inputerror {
    border: 1px solid #ff0000; }

.text-outside-line-full {
    position: relative;
    display: inline-block; }

.comments-title, .comment-form-title {
    position: relative;
    width: 100%;
    color: #232323;
    display: block;
    text-align: center;
    padding: 4rem 0;
    font-weight: 600; }

.text-outside-line-full::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100px;
    display: block;
    border-bottom: 1px solid #dedede;
    right: 100%;
    margin-right: 25px; }

.text-outside-line-full::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100px;
    display: block;
    border-bottom: 1px solid #dedede;
    left: 100%;
    margin-left: 25px; }


/* ===================================
    Media Queries
   ====================================== */


@media screen and (max-width:991px){

    body{
        text-align: center;
    }

    .home-banner{
        padding: 10rem 0 7.5rem;
    }
    .sidemenu_btn{
        position: relative;
        right: 0;
        margin: 0;
    }

    .slider-right {
        float: none;
        margin-top: 6rem;
    }

    .heading-box h2 {
        font-size: 3.5rem;
        line-height: 1.1;
    }

    .home-banner [class*=shape-]{
        display: none;
    }
    .heading-area{
        margin-bottom: 3rem;
    }
    .heading-area .title {
        font-size: 2.5rem;
    }
    .feature-item{
        margin: 0;
    }
    .feature-item:nth-child(2) {
        margin: 25px 0;
    }
    .feature-item{
        text-align: center;
    }
    .services-about{
        margin-top: 4.5rem;
    }
    #client-nav {
        margin-top: 0;
        margin-bottom: 3rem;
    }
    #blog .heading-area {
        margin: 0;
        padding: 7.5rem 0;
    }
    .address-item{
        margin: 3rem 0;
    }


    .blog-comment{
        margin-bottom: 4rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .blog-post-navigation{
        padding: 4rem 0;
    }
}


@media screen and (max-width:767px){

    section{
        padding: 4.5rem 0;
    }
    .home-banner{
        padding: 7rem 0 4.5rem;
    }
    .sidemenu_btn{
        position: relative;
        right: 0;
        margin: 0;
    }

    .slider-right {
        float: none;
        margin-top: 5rem;
    }

    .heading-box h2 {
        font-size: 2.3rem;
        line-height: 1.1;
    }
    .heading-area{
        margin-bottom: 3rem;
    }
    .heading-area .title {
        font-size: 2rem;
    }
    #blog .heading-area {
        margin: 0;
        padding: 4.5rem 0;
    }
    .address-item{
        margin: 3rem 0;

    .side-menu {
        width: 380px;
    }
}

#about {
	background-color: #e9f4ff;
	
}

#contact {
    background-color: #ffffff;
    padding: 6rem 0;
}

#contact .address-item {
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

#contact .address-item i {
    font-size: 26px;
    color: #55ACEE;
	background-color: #e9f4ff;
}

#contact .form-control {
    background-color: #fdfdfd;
}

#upload {
  background-color: #f0f4f8;
  padding: 6rem 0;
}

#upload .heading-area p {
  color: #333;
  max-width: 700px;
  margin: 0 auto 2rem;
}

.upload-frame iframe {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
