/*common css*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #5c5c5c;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    color: #424242;
    font-weight: bold;
    margin-bottom: 0;
}
p {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
a:hover {
    text-decoration: none;
}
.title-border {
    width: 47px;
    height: 5px;
    background: #424242;
    margin: 14px auto 45px;
}
/*===END common css===*/

/*header top area*/
.header-top-area {
    width: 100%;
    background: #f0f2f4;
    font-size: 15px;
    color: #424242;
}
.header-top-content span i {
    font-size: 18px;
}
.header-top-content .phone-contact {
    padding: 7px 20px 9px 0;
    border-right: 1px solid #e2e2e2;
}
.phone-contact .number {
    padding-left: 10px;
}
.header-top-content .mail-contact {
    padding: 7px 0 9px 20px;
}
.mail-contact .mail {
    margin: 0 8px 0 12px;
}
.number a,
.mail a {
    color: #424242;
}
.number a:hover, .number a:active,
.mail a:hover, .mail a:active {
    color: #de2b24;
}
.mail-contact a.facebook {
    display: inline-block;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    background: #1287bf;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.mail-contact a.facebook:hover {
    color: #1287bf;
    border: 1px solid #1287bf;
    background: none;
}
/*END header top area*/

/*header area*/
.header_area {
    padding: 20px 0;
}
@media (max-width: 992px) {
    .header_area {
        padding: 0;
        background: #f8cd53 !important;
    }
}
.logo-area .logo-text {
    margin-left: 10px;
    color: #424242;
}
.logo-area .logo-text h3 {
    font-size: 37px;
    line-height: 1;
}
.logo-area .logo-text p {
    font-size: 15px;
}
.main-navbar-light {
  background: transparent !important;
  z-index: 3;
}
@media (max-width: 992px) {
    .main-navbar-light .navbar-brand {
        padding: 10px 0;
    }
}
.navbar-expand-lg .navbar-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link {
    display: inline-block;
    color: #424242;
    font-size: 15px;
    font-weight: bold;
    padding: 11px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.navbar-nav .nav-item:hover .nav-link {
    color: #de2b24;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    color: #fff;
    padding: 11px 22px;
    background: #de2b24;
    border-radius: 5px;
    border: 1px solid transparent;
    margin-right: 0;
    margin-left: 17px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child:hover .nav-link {
    color: #de2b24;
    background: #fff;
    border: 1px solid #de2b24;
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-size: 5px;
    position: absolute;
    top: 53%;
    right: 97%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link:before,
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:before {
    display: none;
}
@media (max-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item .nav-link:before {
        display: none;
    }
}
/*scrolled sticky header*/
.scrolled.main-navbar-light {
    z-index: 999;
    background: #f8cd53 !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    margin-top: -150px;
}
.scrolled.sticky-awake.main-navbar-light {
    margin-top: 0;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.scrolled.sticky-sleep.main-navbar-light {
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
/*navbar toggler*/
.main-navbar-light .navbar-toggler {
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
}
.main-navbar-light .navbar-toggler:hover,
.main-navbar-light .navbar-toggler:focus {
    outline: none !important; 
}
.main-navbar-light .navbar-toggler i {
    font-size: 24px;
    color: #fff;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.main-navbar-light .navbar-toggler i:after {
    position: absolute;
    top: 50%;
    left: -0.10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 100%;
    height: 17.4%;
    background: #fff;
    border-radius: 1.4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.main-navbar-light .navbar-toggler:hover i,
.main-navbar-light .navbar-toggler:focus i {
    color: #de2b24;
}
.main-navbar-light.scrolled .navbar-toggler {
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}
/*===END header area===*/

/*hero area*/
.hero-area {
    width: 100%;
    height: 590px;
    background: #ddd url(../img/hero-bg.jpg) center;
    background-size: cover;
    position: relative;
}
@media (max-width: 768px) {
    .hero-area {
        height: 400px;
    }
}
.hero-area .hero-area-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    color: #fff;
}
.hero-area-text h1 {
    font-size: 48px;
    color: #fff;
    margin: 0;
}
@media (max-width: 768px) {
    .hero-area-text h1 {
        font-size: 36px;
    }
    .hero-area-text p {
        font-size: 26px;
    }
}
.hero-area-text p {
    font-size: 30px;
    margin-bottom: 32px;
}
.hero-area-text a {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #f8cd53;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.hero-area-text a:hover {
    background: #de2b24;
}
@media (max-width: 768px) {
    .hero-area-text a {
        font-size: 20px;
        padding: 10px 20px;
    }
}
/*===END hero area===*/

/*service area*/
.service-area {
    padding: 100px 0 120px;
    text-align: center;
}
@media (max-width: 768px) {
    .service-area {
        padding: 50px 0;
    }
}
.service-area .single-service {
    padding: 20px;
    position: relative;
    z-index: 2;
}
.service-area .single-service:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    content:"";
    background: rgba(222, 43, 36, 0.2);
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service-area .single-service:hover:after {
    height: 100%;
}
@media (max-width: 768px) {
    .service-area .single-service {
        padding: 10px;
        margin-right: 0;
    }
}
@media (max-width: 576px) {
    .service-area .single-service {
        margin-bottom: 30px;
    }
}
.single-service .single-service-text {
    margin-top: 20px;
    padding: 0 20px;
}
@media (max-width: 992px) {
    .single-service .single-service-text {
        padding: 0;
    }
}
.single-service-text h5 {
    font-size: 22px;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .single-service-text h5 {
        font-size: 20px;
    }
}
/*===END service area===*/

/*work area*/
.work-area {
    background: #f3f3f3;
    padding: 90px 0;
}
@media (max-width: 768px) {
    .work-area {
        padding: 50px 0;
    }
}
.work-area .work-area-title h1 {
    font-size: 36px;
}
.work-area .work-area-title p {
    font-size: 20px;
}
.work-area .single-work {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 0 4px 1px #e2e2e2;
}
.work-area .single-work:last-child {
    margin-bottom: 0;
}
.single-work-image {
    width: 100%;
    position: relative;
}
.single-work-image img {
    width: 100%;
    height: 100%;
}
.single-work-image .work-step {
    height: 100px;
    width: 100px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #de2b24;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-work:hover .work-step {
    color: #de2b24;
    background: #fff;
    border: 2px solid #de2b24;
}
.single-work:hover .work-step h1 {
    color: #de2b24;
}
.single-work-image .step-right {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -50px;
    margin-right: -50px;
}
.single-work-image .step-left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -50px;
    margin-left: -50px;
}
.single-work-image .work-step h1 {
    font-size: 50px;
    color: #fff;
}
.single-work .right {
    padding: 0 90px 0 73px;
}
.single-work .left {
    padding: 0 73px 0 90px;
    text-align: right;
}
@media (max-width: 768px) {
    .single-work .right,
    .single-work .left {
        padding: 20px 50px;
    }
}
.single-work .single-work-text h6 {
    font-size: 18px;
    margin-bottom: 13px;
}
/*===END work area===*/

/*gallery area*/
.gallery-area {
    background: #de2b24;
    padding: 110px 0 128px;
    color: #fff;
}
@media (max-width: 768px) {
    .gallery-area {
        padding: 50px 0px;
    }
}
.gallery-title h1 {
    color: #fff;
    font-size: 36px;
}
.gallery-title p {
    font-size: 20px;
}
.gallery-single-image {
    position: relative;
    cursor: pointer;
}
.gallery-single-image .single-image-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    text-align: center;
    background: #f35e59;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: Scale(1);
            transform: Scale(1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-image-overlay .overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.overlay-content span i {
    color: #fff; /*#f9afac;*/
    font-size: 40px;
    margin-bottom: 20px;
}
.overlay-content h5 {
    color: #fff;;
    font-size: 20px;
}
.gallery-single-image:hover .single-image-overlay:before,
.gallery-single-image:hover .single-image-overlay .overlay-content {
    -webkit-transform: scale(0);
            transform: scale(0);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/*===END gallery area===*/

/*submission area*/
.submission-area {
    background: #1287bf;
    padding: 100px 0 112px;
    text-align: center;
}

@media (max-width: 768px) {
    .submission-area {
        padding: 50px 0px;
    }
}
.submission-area-title {
    color: #fff;
}
.submission-area-title h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
}
.submission-area-title p {
    font-size: 20px;
    margin-bottom: 15px;
}
.submission-area-title .form-top-arrow {
    display: inline-block;
    height: 58px;
    width: 58px;
    line-height: 56px;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-bottom: 52px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.submission-area-title .form-top-arrow:hover {
    background: #fff;
    color: #1287bf;
}
.submission-area .submission-form-area {
    width: 65%;
    padding: 50px 0;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.submission-form-area .close-icon {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 43px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    background: #de2b24;
    border: 1.5px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -20px;
    margin-right: -20px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.submission-form-area .close-icon:hover,
.submission-form-area .close-icon:active {
    background: rgba(222, 43, 36, 0.8);
}
.submission-form-text {
    color: #828282;
    font-size: 15px;
    padding: 0 62px;
    margin-bottom: 40px;
}
.submission-area .submission-form {
    padding: 0 118px;
}
.submission-form input {
    font-size: 14px;
    padding: 18px 20px;
    margin-bottom: 10px;
}
.submission-form input::-webkit-input-placeholder {
    color: #b0b0b0;
}
.submission-form input::-moz-placeholder {
    color: #b0b0b0;
}
.submission-form input:-ms-input-placeholder {
    color: #b0b0b0;
}
.submission-form input::placeholder {
    color: #b0b0b0;
}
.submission-form button {
    margin-top: 27px;
    border: none;
    outline: 0;
    padding: 18px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #de2b24;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.submission-form button:hover {
    background: #8c120e;
}
@media (max-width: 992px) {
    .submission-area .submission-form-area {
        width: 80%;
    }
    
    .submission-form-text,
    .submission-area .submission-form {
        padding: 0 20px;
    }
    
    .submission-form button {
        padding: 10px 20px;
    }
}
/*===END submission area===*/

/*social icon area*/
.social-icon-area {
    padding: 90px 0;
    background: #2a2a2a;
    color: #fff;
    text-align: center;
}
@media (max-width: 992px) {
    .social-icon-area {
        padding: 50px 0;
    }
}
.social-icon-area h3 {
    font-size: 29px;
    color: #fff;
}
.social-icon-area ul.social-icons {
    list-style: none;
    margin: 30px auto 35px;
    padding: 0;
}
ul.social-icons li {
    display: inline-block;
}
ul.social-icons li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    border: 1.5px solid #515151;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
ul.social-icons li:hover a {
    border: 1.5px solid #de2b24;
}
.subscription .subscription-text {
    font-size: 14px;
    color: #cecece;
}
.subscription input {
    display: block;
    width: 65%;
    margin: 30px auto;
    padding: 20px;
    font-size: 14px;
    color: #cecece;
    background: #515151;
    border: none;
}
.subscription input:focus {
    outline: none;
}
.subscription input::-webkit-input-placeholder {
    color: #cecece;
}
.subscription input::-moz-placeholder {
    color: #cecece;
}
.subscription input:-ms-input-placeholder {
    color: #cecece;
}
.subscription input::placeholder {
    color: #cecece;
}
@media (max-width: 992px) {
    .subscription input {
        width: 80%;
    }
}
.subscription button {
    border: 1.5px solid #515151;
    border-radius: 5px;
    outline: 0;
    background: none;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.subscription button:hover {
    background: #de2b24;
}
@media (max-width: 992px) {
    .subscription button {
        padding: 10px 20px;
    }
}
/*===END social icon area===*/

/*footer area*/
.footer-area {
    padding: 25px 0;
    background: #515151;
    color: #cecece;
    text-align: center;
    font-size: 14px;
}

.copyright .my-site-link {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

.copyright .my-site-link:hover {
    color: #1EA433;
}
/*===END footer area===*/

/*scrollup*/
#scrollUp {
    bottom: 30px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: rgba(248, 205, 83, 1); /*#f8cd53;*/
    border-radius: 50%;
}