/* import google fonts */

@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i|Poppins:300,400,500,600,700|Raleway:200,300,400,500,600,700,800");
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
.reset-elem,
.top-line ul.info-list,
.top-line ul.social-icons,
ul.drop-down,
section.team-section .team-post ul.social-list,
.services-tabs ul,
section.portfolio-section ul.filter,
section.news-section .news-box .blog-post ul.post-meta,
section.news-section .news-box .blog-post.single-post .comment-area ul,
.sidebar .sidebar-widget ul.categories-list,
.sidebar .sidebar-widget ul.popular-list,
section.clients-section ul.client-list,
.single-page-section .project-content .project-tags ul,
.contact-section ul.information-list,
footer .up-footer ul {
    margin: 0;
    padding: 0;
}

.paragraph,
.form-search input[type="search"],
p,
section.team-section .team-post span,
section.portfolio-interior-section .portfolio-box.iso-call .project-post .hover-box span,
section.portfolio-architecture-section .portfolio-box.iso-call .project-post .hover-box span,
section.news-section .news-box .blog-post.single-post .comment-area ul li .comment-box .comment-content span,
section.news-section .news-box .blog-post.single-post .contact-form-box span,
section.news-section .news-box .prev-next a,
.sidebar .sidebar-widget ul.categories-list li a,
.sidebar .sidebar-widget ul.popular-list li span,
.contact-section ul.information-list li span {
    font-size: 14px;
    color: #888888;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
}

.heading1,
h1 {
    color: #333333;
    font-size: 48px;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    line-height: 44px;
    margin: 0 0 20px;
}

.heading2,
h2 {
    color: #333333;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 26px;
}

.heading3,
h3 {
    color: #333333;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin: 0 0 4px;
    line-height: 28px;
    text-transform: uppercase;
}

.back-cover {
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}

.new-launch-box {
    height: 20px;
    width: 100px;
    margin-top:5px;
    background: linear-gradient(45deg, red, yellow, green, cyan, blue, magenta);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 400% 400%;
    animation: gradientAnimation 10s ease infinite;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.new-launch-box a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.anchor,
a {
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

html,
body {
    /* For Mozila Firefox */
    scrollbar-color: #999 #ddd;
    scrollbar-width: thin;
}

body {
    top: 0 !important;
}

body::webkit-scrollbar {
    width: 8px;
    background-color: #ddd;
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: #ddd;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: #ddd;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: #999;
}

.navbar-default .navbar-collapse {
    /* For Mozila Firefox */
    scrollbar-color: #999 #ddd;
    scrollbar-width: thin;
}

.navbar-default .navbar-collapse::webkit-scrollbar {
    width: 8px;
    background-color: #ddd;
}

.navbar-default .navbar-collapse::-webkit-scrollbar {
    width: 8px;
    background-color: #ddd;
}

.navbar-default .navbar-collapse::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: #ddd;
    border-radius: 10px;
}

.navbar-default .navbar-collapse::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: #999;
}


/*------------------------------------------------- */


/* =  Header
 *------------------------------------------------- */

.navbar-default {
    background: #fff;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
}

.navbar-header {
    z-index: 99;
    position: relative;
}

.navbar-brand {
    height: auto;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 0 15px 5px 15px;
    z-index: 99999;
}

.navbar-nav {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.navbar-nav>li>a {
    color: #0e2533 !important;
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 8px 15px 5px 15px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a.active {
    color: #ffbd00 !important;
}

.navbar-nav li.drop {
    position: relative;
}

.navbar-nav li:hover ul.drop-down {
    opacity: 1;
    visibility: visible;
}

.navbar-nav li.search {
    position: inherit;
}

.top-line {
    background: #0e2533;
    /*ul.social-icons {
        @extend .reset-elem;
        text-align: right;
        li {
            display: inline-block;
            margin-left: 9px;
            a {
                font-size: 14px;
                color: $third-color;
            }
            a:hover {
                color: $primary-color;
            }
        }
    }*/
}

.top-line .inner-top-line .col-sm-5 ul.info-list li {
    display: none;
}

.top-line .inner-top-line .col-sm-6:first-child ul.info-list li {
    display: none;
}

.top-line .inner-top-line {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 0 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.top-line ul.info-list li {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 41px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}

.top-line ul.info-list li i {
    font-size: 14px;
    margin-right: 7px;
    color: #ffbd00;
}

.top-line ul.info-list li span {
    font-weight: 700;
}

.navbar-collapse ul.info-list li {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
    color: #0e2533;
    font-size: 13px;
    line-height: 40px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}

.navbar-collapse ul.info-list {
    text-align: right;
}

.navbar-collapse ul.info-list li a {
    color: #fff;
}

header.inner-page .navbar-collapse ul.info-list li a {
    color: #0e2533;
}

header.white-skin.active .navbar-collapse ul.info-list li a {
    color: #0e2533;
}

.navbar-collapse ul.info-list li .whatsapp {
    position: relative;
    top: 13px;
    background-color: #25D366;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.navbar-collapse ul.info-list li .whatsapp i {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: -3px;
    top: 2px;
    text-align: center;
}

.navbar-collapse ul.info-list li .whatsapp:hover i {
    color: rgba(0, 0, 0, 0.8);
}

.body-whatsapp {
    position: fixed;
    bottom: 5%;
    right: 1%;
    background-color: #25D366;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    display: none;
}

.body-whatsapp i {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: -3px;
    top: 3px;
    text-align: center;
}

.body-whatsapp:hover i {
    color: rgba(0, 0, 0, 0.6);
    ;
}

header.white-skin.active .navbar-collapse ul.navbar-nav li .open-search {
    color: #ffbd00 !important;
}

.navbar-collapse ul.info-list li a:hover {
    color: #ffbd00;
}

.navbar-collapse ul.info-list li i {
    font-size: 14px;
    margin-right: 7px;
    color: #ffbd00;
}

.navbar-collapse ul.info-list li span {
    font-weight: 700;
}

.top-line ul.social-icons {
    padding: 10px 0;
    float: right;
}

.top-line ul.social-icons li {
    display: inline-block;
    margin-left: 12px;
}

.top-line ul.social-icons li a {
    color: #fff;
    font-size: 15px;
}

.top-line ul.social-icons li a:hover {
    color: #F7DC6F;
}

.top-line ul.social-icons li.flag-icon a img {
    width: 24px;
    height: auto;
    margin: -4px 5px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 4px;
}

.top-line ul.social-icons li.flag-icon a:hover img {
    box-shadow: 0 0 4px 3px rgba(255, 255, 255, 0.25);
}

.top-line a.button-one {
    float: right;
}

header.active .top-line .inner-top-line {
    height: 0;
    padding: 0;
    overflow: hidden;
}

header.white-skin .navbar-default {
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.white-skin .navbar-nav {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

header.white-skin .navbar-nav>li>a {
    color: #fff !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #f5f5f5;
}

header.white-skin.active .navbar-nav>li>a {
    color: #0e2533 !important;
}

header.white-skin .navbar-nav>li>a:hover,
header.white-skin .navbar-nav>li>a.active {
    color: #ffbd00 !important;
}

header.fullwidth-view .navbar-default {
    padding: 0;
}

header.white-skin.active .navbar-default {
    background: #fff;
}

.navbar-collapse {
    position: relative;
}

ul.drop-down {
    position: absolute;
    width: 220px;
    top: 100%;
    left: 0;
    visibility: hidden;
    border-top: 2px solid #F7DC6F;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.98);
}

ul.drop-down li {
    display: block;
    border-top: 1px solid #efefef;
}

ul.drop-down li a {
    padding: 20px 25px;
    display: block;
    color: #333333;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

ul.drop-down li a:hover {
    color: #F7DC6F;
}

ul.drop-down li:first-child {
    border-top: none;
}

.form-search {
    position: absolute;
    top: 0;
    bottom: 1px;
    right: 0;
    width: 0px;
    overflow: hidden;
    background: #fff;
    padding: 13px 0;
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
}

.form-search input[type="search"] {
    margin: 0;
    color: #1B4F72;
    padding: 18px 20px;
    border: none;
    width: 100%;
    outline: none;
    background: transparent;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #333333;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.form-search input[type="search"]::-webkit-input-placeholder {
    color: #333333;
}

.form-search input[type="search"]::-moz-placeholder {
    color: #333333;
}

.form-search input[type="search"]:-ms-input-placeholder {
    color: #333333;
}

.form-search input[type="search"]:-moz-placeholder {
    color: #333333;
}

.form-search button {
    background: transparent;
    border: none;
    float: right;
    margin-top: -38px;
    margin-right: 3px;
    position: relative;
    z-index: 2;
    outline: none;
}

.form-search button i {
    color: #1B4F72;
    font-size: 18px;
}

.form-search.active {
    width: 575px;
    padding: 14px;
    margin-bottom: -1px;
    background: #ffbd00;
}

.navbar>.container-fluid .navbar-brand img,
.navbar>.container .navbar-brand img {
    width: 210px;
}


/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */


/*-------------------------------------------------- */


/* 1. Isotope filtering */


/*------------------------------------------------- */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


/*-----------------------------------------------------------------------------
 *
 *KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 *
 *Screen Stylesheet
 *
 *version:    1.0
 *date:       07/27/11
 *author:     themepunch
 *email:      support@themepunch.com
 *website:    http://www.themepunch.com */


/*----------------------------------------------------------------------------- */

.boxedcontainer {
    max-width: 1170px;
    margin: auto;
    padding: 0px 30px;
}


/*********************************************
 *    -   SETTINGS FOR BANNER CONTAINERS  -
 ********************************************* */

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.slide-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.slide-overlay-inner {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}


/*------------------------------------------------- */


/* =  General */


/*------------------------------------------------- */

.title-section {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.title-section h1 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.title-section h1:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 3px;
    background: #ffbd00;
}

.title-section p {
    max-width: 770px;
    margin: 0 auto;
    color: #999;
    line-height: 24px;
    font-size: 16px;
    font-style: italic;
    font-family: "Droid Serif", serif;
}

.title-section.white-style h1 {
    color: #ffffff;
}

.title-section.white-style p {
    color: #fff;
}

#home-section {
    overflow: hidden;
    background: #111111;
    min-height: 100vh;
}

@media (max-width: 1024px) {
    #home-section .tp-parallax-wrap.tp-parallax-container {
        margin-left: 4%;
    }
}

#home-section .tp-caption.Concept-Title {
    font-size: 70px;
    font-family: "Raleway", sans-serif;
    font-weight: 800 !important;
    letter-spacing: -1px !important;
    text-align: left !important;
}

#home-section .tp-caption.Concept-SubTitle {
    font-family: "Raleway", sans-serif;
    font-style: normal !important;
    font-weight: 400 !important;
    text-align: left !important;
    font-size: 20px;
    color: #fff;
}

#home-section .tp-caption.Concept-SubTitle a {
    font-style: normal !important;
    margin-right: 20px !important;
}

#home-section .tp-caption.Concept-SubTitle a.button-one {
    padding: 13px 30px;
}

#home-section .tp-caption.Concept-SubTitle a.button-two {
    background: transparent;
    border: 2px solid #fff !important;
    color: #fff;
}

#home-section .tp-caption.Concept-SubTitle a.button-two:hover {
    background: #ffbd00;
    border-color: #ffbd00 !important;
    color: #101010;
}

#home-section .persephone .tp-bullet {
    width: 50px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
}

#home-section .persephone .tp-bullet:hover,
#home-section .persephone .tp-bullet.selected {
    background: #ffbd00;
}

#home-section.slider2 .tp-caption.Concept-Title {
    text-align: center !important;
}

#home-section.slider2 .tp-caption.Concept-SubTitle {
    font-weight: 600 !important;
}

#home-section.slider2 .tp-caption.Concept-SubTitle a {
    margin: 0 10px !important;
}

a.button-white {
    color: #fff;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 8px 30px !important;
    background: transparent;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a.button-white:hover {
    color: #333333;
    background: #fff;
}

a.button-one {
    color: #000;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    padding: 12px 30px;
    background: #ffbd00;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
}

a.button-one:hover {
    color: #fff;
    background: #333333;
}

.center-button {
    text-align: center;
}

a.button-two {
    color: #fff;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    padding: 12px 30px;
    background: #1B4F72;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

a.button-two:hover {
    background: #F7DC6F;
    color: #333333;
}

button.mfp-close,
button.mfp-arrow,
a.zoom {
    outline: none;
}

section.page-banner-section {
    position: relative;
    padding: 100px 0;
    margin-top: 140px;
    text-align: center;
    /*
   * Set a counter and get the length of the image path.
   */
    /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
    /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
    /*
     * Set a base background for 1x environments.
     */
    background: #111 url("../upload/ban2.jpg") center top no-repeat;
    background-size: cover;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
}

section.page-banner-section .container {
    position: relative;
    z-index: 2;
}

section.page-banner-section.about {
    background: #111 url("../upload/ban4.jpg") center no-repeat;
}

section.page-banner-section.about-sub {
    background: #111 url("../upload/ban3.jpg") center no-repeat;
}

section.page-banner-section.policy {
    background: #111 url("../upload/ban5.jpg") center no-repeat;
}

section.page-banner-section.application {
    background: #111 url("../upload/ban6.jpg") center no-repeat;
}

section.page-banner-section.why {
    background: #111 url("../upload/ban1.jpg") center no-repeat;
}

section.page-banner-section.contact {
    text-align: left;
    background: #111 url("../images/contact.jpg") center top no-repeat;
    background-size: cover;
    height: 800px;
}

section.page-banner-section.contactuk {
    background: #111 url("../upload/ban9.jpg") right center no-repeat;
}

section.page-banner-section.career {
    background: #111 url("../upload/ban7.jpg") center no-repeat;
}

section.page-banner-section.gallery {
    background: #111 url("../upload/ban8.jpg") center no-repeat;
}

@media (max-width: 991px) {
    section.page-banner-section.contact {
        height: 600px;
    }
}

@media (max-width: 767px) {
    section.page-banner-section.contact {
        height: 400px;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    section.page-banner-section {
        background: #111 url("../upload/ban2@2x.jpg") center top no-repeat;
        background-size: cover;
    }
    section.page-banner-section.about {
        background: #111 url("../upload/ban4@2x.jpg") center no-repeat;
        background-size: cover;
    }
    section.page-banner-section.about-sub {
        background: #111 url("../upload/ban3@2x.jpg") center no-repeat;
        background-size: cover;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    section.page-banner-section {
        background: #111 url("../upload/ban2@2x.jpg") center top no-repeat;
        background-size: cover;
    }
    section.page-banner-section.about {
        background: #111 url("../upload/ban4@2x.jpg") center no-repeat;
        background-size: cover;
    }
    section.page-banner-section.about-sub {
        background: #111 url("../upload/ban3@2x.jpg") center no-repeat;
        background-size: cover;
    }
}

section.page-banner-section h1 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 15px;
}

section.page-banner-section p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}


/*------------------------------------------------- */


/* =  testimonial section
/*------------------------------------------------- */

section.testimonial-section {
    position: relative;
    padding: 80px 0;
    background: #0e2533;
    background-image: url(../images/industry/ThermalPower.jpg);
    background-size: cover;
    background-position: bottom;
}

section.testimonial-section .container {
    position: relative;
    z-index: 2;
}

section.testimonial-section .testimonial-box {
    max-width: 780px;
    margin: 0 auto;
}

section.testimonial-section .testimonial-box .item {
    margin: 0 15px;
}

section.testimonial-section .testimonial-box .testimonial-post {
    overflow: hidden;
}

section.testimonial-section .testimonial-box .testimonial-post i {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    color: #333333;
    font-size: 22px;
    background: #ffbd00;
    line-height: 100px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

section.testimonial-section .testimonial-box .testimonial-post .test-content {
    margin-left: 10px;
}

section.testimonial-section .testimonial-box .testimonial-post p {
    font-family: "Droid Serif", serif;
    font-style: italic;
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: 8px;
    width: 100%;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

section.testimonial-section .testimonial-box .testimonial-post h3 {
    color: #ffbd00;
    margin-bottom: 0px;
    font-size: 60px;
    line-height: 50px;
    text-transform: none;
}

section.testimonial-section .owl-theme .owl-controls {
    display: none !important;
}

.owl-theme .owl-controls {
    margin-top: 0px;
    margin-bottom: 20px;
}

.owl-theme .owl-controls .owl-buttons {
    display: none;
}

.owl-theme .owl-controls .owl-page span {
    background: #aaa;
    border-color: transparent;
    width: 30px;
    height: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ffbd00;
    border-color: transparent;
}


/*------------------------------------------------- */


/* =  team section */


/*------------------------------------------------- */

section.team-section {
    padding: 100px 0 70px;
}

section.team-section .team-post {
    margin-bottom: 30px;
}

section.team-section .team-post img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 25px;
}

section.team-section .team-post h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

section.team-section .team-post h2:after {
    content: '';
    width: 30px;
    height: 2px;
    left: 0;
    bottom: -1px;
    position: absolute;
    background: #F7DC6F;
}

section.team-section .team-post span {
    display: inline-block;
}

section.team-section .team-post ul.social-list li {
    display: inline-block;
    margin-right: 12px;
}

section.team-section .team-post ul.social-list li a {
    font-size: 18px;
    color: #aaaaaa;
}

section.team-section .team-post ul.social-list li a:hover {
    color: #333333;
}

section.interior-team {
    background: #f5f5f5;
    padding-bottom: 60px;
}

section.interior-team .title-section {
    text-align: left;
}

section.interior-team .title-section h1:after {
    left: 0;
    margin-left: 0;
}


/*------------------------------------------------- */


/* =  services page */


/*------------------------------------------------- */

section.services-section {
    padding: 50px 0 50px;
}

section.services-section .services-box {
    overflow: hidden;
}

section.services-section .services-box .services-post {
    margin-bottom: 20px;
    float: left;
    background: transparent;
    align-items: center;
    width: 100%;
}

section.services-section .services-box .services-post .services-gal {
    position: relative;
}

section.services-section .services-box .services-post .services-gal img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #dedede;
}

@media (max-width:767px) {
    section.services-section .services-box .services-post .services-gal img {
        height: auto;
    }
}

section.services-section .services-box .services-post .content-post {
    padding: 10px 0 10px 0;
}

section.services-section .services-box .services-post h2 {
    text-align: left;
    margin-bottom: 5px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

section.services-section.highlighted .services-box .services-post h2 {
    text-align: center;
}

section.services-section .services-box .services-post h2 a {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

section.services-section .services-box .services-post h2 a:hover {
    color: #1B4F72;
}

section.services-section .services-box .services-post p {
    margin-bottom: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

section.services-section .services-box .services-post.single p {
    font-family: 'Lato', sans-serif;
    color: #333;
    margin-bottom: 15px;
    text-align: justify;
}

section.services-section .services-box .services-post.single li {
    font-family: 'Lato', sans-serif;
    color: #333;
    text-align: justify;
}

section.services-section .services-box .product-box {
    height: 315px;
}

.services-tabs.about .col-xs-12 {
    padding: 0 5px;
}

.services-tabs.about a {
    display: block;
    text-align: center;
    padding: 15px 10px;
    background: #ffbd00;
    color: #0e2533;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.services-tabs.about a i {
    color: #0e2533;
    padding-right: 6px;
    font-size: 18px;
}

.services-tabs.about a:hover i {
    color: #eee;
}

.services-tabs ul {
    margin-bottom: 40px;
}

.services-tabs ul li {
    display: block;
    margin: 0 0 2px;
}

.services-tabs ul li a {
    display: block;
    padding: 18px 22px;
    background: #f0f0f0;
    color: #333333;
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin: 0;
}

.services-tabs ul li a:hover {
    background: #ffbd00;
    color: #333333;
}

.services-tabs ul li a i {
    color: #999;
    padding-right: 6px;
}

.services-tabs ul li a:hover i {
    color: #eee;
}

.services-tabs ul li.active a {
    background: #0e2533;
    color: #fff;
}

.services-tabs ul li.active a i {
    color: #eee;
}

section.services-interior-section {
    padding: 100px 0 70px;
}

section.services-interior-section .services-box {
    margin-bottom: 70px;
}

section.services-interior-section .services-box .services-post {
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 8px 20px #f1f1f1;
    -webkit-box-shadow: 0 8px 20px #f1f1f1;
    -moz-box-shadow: 0 8px 20px #f1f1f1;
    -o-box-shadow: 0 8px 20px #f1f1f1;
}

section.services-interior-section .services-box .services-post .content-post {
    padding: 30px;
}

section.services-interior-section .services-box .services-post i {
    color: #F7DC6F;
    font-size: 36px;
    display: inline-block;
    margin-bottom: 24px;
}

section.services-interior-section .services-box .services-post h2 {
    margin-bottom: 15px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

section.services-interior-section .services-box .services-post h2 a {
    color: #333333;
}

section.services-interior-section .services-box .services-post h2 a:hover {
    color: #1B4F72;
}

section.services-interior-section .services-box .services-post a.view-more {
    color: #333333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

section.services-interior-section .services-box-article img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-right: 30px;
}

section.services-interior-section .services-box-article .article-content {
    padding-left: 30px;
    padding-top: 40px;
    margin-bottom: 30px;
}

section.services-interior-section .services-box-article .article-content .title-section {
    text-align: left;
    margin-bottom: 20px;
}

section.services-interior-section .services-box-article .article-content .title-section h1:after {
    left: 0;
    margin-left: 0;
}

section.services-interior-section .services-box-article .article-content p {
    margin-bottom: 40px;
}

section.services-architecture-section {
    padding: 100px 0 70px;
}

section.services-architecture-section .services-box {
    padding: 0 15px;
}

section.services-architecture-section .services-box .services-post {
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 8px 20px #f1f1f1;
    -webkit-box-shadow: 0 8px 20px #f1f1f1;
    -moz-box-shadow: 0 8px 20px #f1f1f1;
    -o-box-shadow: 0 8px 20px #f1f1f1;
    padding: 40px;
}

section.services-architecture-section .services-box .services-post .content-post {
    margin-left: 60px;
}

section.services-architecture-section .services-box .services-post i {
    color: #aaaaaa;
    font-size: 36px;
    display: block;
    margin-bottom: 24px;
    float: left;
}

section.services-architecture-section .services-box .services-post h2 {
    margin-bottom: 15px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

section.services-architecture-section .services-box .services-post h2 a {
    color: #333333;
}

section.services-architecture-section .services-box .services-post h2 a:hover {
    color: #1B4F72;
}

section.services-architecture-section .services-box .services-post a.view-more {
    color: #333333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

section.services-section.certificate .certificate-img img {
    width: 100%;
}


/*------------------------------------------------- */


/* =  portfolio section */


/*------------------------------------------------- */

section.portfolio-section {
    padding: 50px 0;
}

.manufac section.portfolio-section {
    padding: 0;
}

section.portfolio-section ul.filter {
    margin-bottom: 45px;
    text-align: center;
}

section.portfolio-section ul.filter li {
    display: inline-block;
    margin: 0 8px;
}

section.portfolio-section ul.filter li a {
    color: #1B4F72;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

section.portfolio-section ul.filter li a:hover,
section.portfolio-section ul.filter li a.active {
    color: #F7DC6F;
}

section.portfolio-section .portfolio-box.iso-call {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

section.portfolio-section .portfolio-box.iso-call .division-heading {
    position: relative !important;
}

section.portfolio-section .portfolio-box.iso-call .project-post {
    margin: 30px 15px 0 15px;
    width: 360px;
}

section.portfolio-section .portfolio-box {
    overflow: hidden;
    margin-bottom: 30px;
}

.manufac section.portfolio-section .portfolio-box {
    margin-bottom: 0;
}

section.portfolio-section .portfolio-box .project-post {
    padding-bottom: 20px;
    float: left;
    width: 25%;
    position: relative;
}

.manufac section.portfolio-section .portfolio-box .project-post {
    width: 98%;
}

section.portfolio-section .portfolio-box .project-post img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #dedede;
}

@media (max-width: 767px) {
    section.portfolio-section .portfolio-box .project-post img {
        height: auto;
    }
}

.manufac section.portfolio-section .portfolio-box .project-post img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #dedede;
}

section.portfolio-section .portfolio-box .project-post .project-content {
    text-align: center;
    padding: 10px 24px;
    position: relative;
    z-index: 3;
}

section.portfolio-section .portfolio-box .project-post .project-content h2 {
    margin-bottom: 10px;
}

section.portfolio-section .portfolio-box .project-post .project-content h2 a,
section.portfolio-section .portfolio-box .project-post .project-content h2 {
    color: #1B4F72;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    height: 40px;
    overflow: hidden;
}

section.portfolio-section .portfolio-box .project-post .project-content h2 a:hover {
    color: #F7DC6F;
}

section.portfolio-section .portfolio-box .project-post .project-content span {
    display: block;
    margin: 0;
    color: #888888;
    font-size: 13px;
    font-family: "Droid Serif", serif;
    line-height: 20px;
    height: 20px;
}

section.portfolio-section .portfolio-box .project-post .hover-box {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #e1e1e1;
    z-index: 2;
    opacity: 0;
}

.manufac section.portfolio-section .portfolio-box .project-post .hover-box {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 40px;
}

section.portfolio-section .portfolio-box .project-post .hover-box a.zoom {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    background: #1B4F72;
}

.manufac section.portfolio-section .portfolio-box .project-post .hover-box a.zoom {
    margin-top: -30px;
}

section.portfolio-section .portfolio-box .project-post .hover-box a.zoom:hover {
    background: #F7DC6F;
    color: #fff;
}

section.portfolio-section .portfolio-box .project-post .hover-box a.enq-zoom {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    background: #1B4F72;
}

section.portfolio-section .portfolio-box .project-post .hover-box a.enq-zoom:hover {
    background: #F7DC6F;
    color: #fff;
}

section.portfolio-section.home-keyarea .portfolio-box .normal.project-post:before {
    z-index: -1;
}

section.portfolio-section .portfolio-box .normal.project-post:before {
    background: transparent;
}

/* section.portfolio-section .portfolio-box .project-post.vacuum:first-child::before {
    content: 'Vacuum Division :';
    opacity: 1;
    background: transparent;
    top: -34px;
    font-size: 18px;
    font-weight: 600;
} */

/* section.portfolio-section .portfolio-box .project-post.heatTransfer:nth-child(7)::before {
    content: 'Heat Transfer Division :';
    opacity: 1;
    background: transparent;
    top: -34px;
    font-size: 18px;
    font-weight: 600;
} */



/* section.portfolio-section .portfolio-box .project-post.valve:nth-child(13)::before {
    content: 'Valve Division :';
    opacity: 1;
    background: transparent;
    top: -34px;
    font-size: 18px;
    font-weight: 600;
} */

section.portfolio-section .portfolio-box .project-post.heatTransfer.blank-box {
    visibility: hidden;
}

@media (max-width: 767px) {
    section.portfolio-section .portfolio-box .project-post.heatTransfer.blank-box {
        display: none;
    }
}

section.portfolio-section .portfolio-box .project-post:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

section.portfolio-section .portfolio-box .project-post:hover:before {
    opacity: 1;
    background: rgba(255, 255, 255, 0.95) !important;
}

section.portfolio-section .portfolio-box .project-post:hover .hover-box {
    opacity: 1;
}

section.portfolio-interior-section {
    padding: 100px 0;
}

section.portfolio-interior-section .portfolio-box.iso-call {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

section.portfolio-interior-section .portfolio-box.iso-call .project-post {
    margin: 15px;
    width: 360px;
    position: relative;
}

section.portfolio-interior-section .portfolio-box.iso-call .project-post img {
    width: 100%;
    height: auto;
}

section.portfolio-interior-section .portfolio-box.iso-call .project-post .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    opacity: 0;
    justify-content: flex-end;
    background: rgba(51, 51, 51, 0.8);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

section.portfolio-interior-section .portfolio-box.iso-call .project-post .hover-box h2 {
    margin-bottom: 10px;
    padding-bottom: 60px;
    margin-top: -40px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

section.portfolio-interior-section .portfolio-box.iso-call .project-post .hover-box h2 a {
    color: #fff;
}

section.portfolio-interior-section .portfolio-box.iso-call .project-post .hover-box h2 a:hover {
    color: #F7DC6F;
}

section.portfolio-interior-section .portfolio-box.iso-call .project-post .hover-box h2:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #F7DC6F;
}

section.portfolio-interior-section .portfolio-box.iso-call .project-post .hover-box span {
    display: inline-block;
    font-weight: 600;
    margin-bottom: -60px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

section.portfolio-interior-section .portfolio-box.iso-call .project-post:hover .hover-box {
    opacity: 1;
}

section.portfolio-interior-section .portfolio-box.iso-call .project-post:hover .hover-box h2 {
    padding-bottom: 10px;
    margin-top: 0;
}

section.portfolio-interior-section .portfolio-box.iso-call .project-post:hover .hover-box span {
    margin-bottom: 0;
}

section.portfolio-architecture-section {
    padding: 100px 0 0;
    background: #f7f7f7;
}

section.portfolio-architecture-section .portfolio-box.iso-call .project-post {
    width: 25%;
    position: relative;
}

section.portfolio-architecture-section .portfolio-box.iso-call .project-post img {
    width: 100%;
    height: auto;
}

section.portfolio-architecture-section .portfolio-box.iso-call .project-post .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    opacity: 0;
    justify-content: center;
    align-items: center;
    background: rgba(51, 51, 51, 0.8);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

section.portfolio-architecture-section .portfolio-box.iso-call .project-post .hover-box h2 {
    margin-bottom: 10px;
    padding-bottom: 60px;
    margin-top: -40px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

section.portfolio-architecture-section .portfolio-box.iso-call .project-post .hover-box h2 a {
    color: #fff;
}

section.portfolio-architecture-section .portfolio-box.iso-call .project-post .hover-box h2 a:hover {
    color: #F7DC6F;
}

section.portfolio-architecture-section .portfolio-box.iso-call .project-post .hover-box h2:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    background: #F7DC6F;
}

section.portfolio-architecture-section .portfolio-box.iso-call .project-post .hover-box span {
    display: inline-block;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 0;
    color: #fff;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

section.portfolio-architecture-section .portfolio-box.iso-call .project-post.big-size {
    width: 50%;
}

section.portfolio-architecture-section .portfolio-box.iso-call .project-post:hover .hover-box {
    opacity: 1;
}

section.portfolio-architecture-section .portfolio-box.iso-call .project-post:hover .hover-box h2 {
    padding-bottom: 10px;
    margin-top: 0;
}

section.portfolio-architecture-section .portfolio-box.iso-call .project-post:hover .hover-box span {
    margin-top: 0;
}


/*------------------------------------------------- */


/* =  News section */


/*------------------------------------------------- */

section.news-section {
    padding: 60px 0 40px 0;
    background: #f7f7f7;
}

section.news-section .news-box {
    margin-left: -15px;
    margin-right: -15px;
}

section.news-section .news-box .item {
    padding: 0 15px;
}

section.news-section .news-box .blog-post {
    margin-bottom: 30px;
}

section.news-section .news-box .blog-post img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

section.news-section .news-box .blog-post h2 {
    font-weight: 600;
}

section.news-section .news-box .blog-post h2 a {
    color: #333333;
}

section.news-section .news-box .blog-post h2 a:hover {
    color: #F7DC6F;
}

section.news-section .news-box .blog-post ul.post-meta {
    margin-bottom: 15px;
}

section.news-section .news-box .blog-post ul.post-meta li {
    display: inline-block;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    color: #888;
    margin-bottom: 0;
    margin-right: 4px;
}

section.news-section .news-box .blog-post ul.post-meta li a {
    color: #757575;
}

section.news-section .news-box .blog-post ul.post-meta li a:hover {
    color: #F7DC6F;
}

section.news-section .news-box .blog-post ul.post-meta li:before {
    content: '/';
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    margin-right: 4px;
}

section.news-section .news-box .blog-post ul.post-meta li:first-child:before {
    content: '';
    display: none;
    margin-right: 0;
}

section.news-section .news-box .blog-post.single-post h1 {
    font-size: 32px;
    font-weight: 700;
}

section.news-section .news-box .blog-post.single-post p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 30px;
    color: #777;
}

section.news-section .news-box .blog-post.single-post blockquote {
    padding: 30px;
    padding-left: 100px;
    background: #f7f9fa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e2e7ea;
    margin-bottom: 25px;
    position: relative;
}

section.news-section .news-box .blog-post.single-post blockquote p {
    margin: 0;
    font-style: italic;
}

section.news-section .news-box .blog-post.single-post blockquote:before {
    position: absolute;
    content: '\f10d';
    font-size: 24px;
    font-family: 'FontAwesome';
    top: 50px;
    left: 25px;
    color: #333333;
}

section.news-section .news-box .blog-post.single-post .comment-area h2 {
    font-size: 22px;
    margin-bottom: 30px;
}

section.news-section .news-box .blog-post.single-post .comment-area ul li {
    list-style: none;
}

section.news-section .news-box .blog-post.single-post .comment-area ul li .comment-box {
    overflow: hidden;
    margin-bottom: 30px;
}

section.news-section .news-box .blog-post.single-post .comment-area ul li .comment-box img {
    width: auto;
    max-width: 100px;
    float: left;
}

section.news-section .news-box .blog-post.single-post .comment-area ul li .comment-box .comment-content {
    margin-left: 130px;
}

section.news-section .news-box .blog-post.single-post .comment-area ul li .comment-box .comment-content h3 {
    color: #333333;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 -3px;
}

section.news-section .news-box .blog-post.single-post .comment-area ul li .comment-box .comment-content h3 a {
    color: #1B4F72;
    float: right;
    font-size: 12px;
}

section.news-section .news-box .blog-post.single-post .comment-area ul li .comment-box .comment-content h3 a:hover {
    color: #F7DC6F;
}

section.news-section .news-box .blog-post.single-post .comment-area ul li .comment-box .comment-content span {
    font-size: 12px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}

section.news-section .news-box .blog-post.single-post .comment-area ul li .comment-box .comment-content p {
    font-size: 15px;
    margin: 0 !important;
}

section.news-section .news-box .blog-post.single-post .comment-area ul.depth .comment-box {
    padding-left: 130px;
}

section.news-section .news-box .blog-post.single-post .contact-form-box h2 {
    font-size: 22px;
    margin-bottom: 0;
}

section.news-section .news-box .blog-post.single-post .contact-form-box span {
    display: inline-block;
    color: red;
    margin-bottom: 30px;
}

section.news-section .news-box .prev-next a {
    font-weight: 600;
}

section.news-section .news-box .prev-next a i {
    margin-right: 10px;
}

section.news-section .news-box .prev-next a:hover {
    color: #1B4F72;
}

section.news-section .news-box .prev-next a.next {
    float: right;
}

section.news-section .news-box .prev-next a.next i {
    margin-right: 0;
    margin-left: 10px;
}

.sidebar {
    padding-left: 60px;
}

.sidebar .sidebar-widget {
    margin-bottom: 40px;
}

.sidebar .sidebar-widget>h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
}

.sidebar .sidebar-widget>h2:after {
    content: '';
    width: 30px;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #F7DC6F;
}

.sidebar .sidebar-widget ul.categories-list {
    padding-left: 15px;
}

.sidebar .sidebar-widget ul.categories-list li {
    padding-left: 4px;
}

.sidebar .sidebar-widget ul.categories-list li a {
    margin-bottom: 0;
}

.sidebar .sidebar-widget ul.categories-list li a:hover {
    color: #F7DC6F;
}

.sidebar .sidebar-widget ul.popular-list {
    padding-top: 8px;
}

.sidebar .sidebar-widget ul.popular-list li {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.sidebar .sidebar-widget ul.popular-list li img {
    max-width: 70px;
    height: auto;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.sidebar .sidebar-widget ul.popular-list li .post-content {
    margin-left: 100px;
}

.sidebar .sidebar-widget ul.popular-list li h2 {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 5px;
    font-weight: 600;
}

.sidebar .sidebar-widget ul.popular-list li h2 a {
    color: #333333;
}

.sidebar .sidebar-widget ul.popular-list li h2 a:hover {
    color: #F7DC6F;
}

.sidebar .sidebar-widget ul.popular-list li span {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}

.news-section .owl-carousel .portfolio-section {
    padding: 0;
}

.news-section .owl-carousel .portfolio-section .portfolio-box {
    margin: 0;
}

.news-section .owl-carousel .portfolio-section .portfolio-box .project-post {
    padding: 0px;
    float: none;
    width: 100%;
}

.news-section .owl-carousel .portfolio-section .portfolio-box .project-post .hover-box .zoom {
    margin-top: -25px;
}


/*------------------------------------------------- */


/* =  Statistic sections*/


/*------------------------------------------------- */

section.statistic-section {
    position: relative;
    padding: 100px 0 65px;
    text-align: center;
    /*
   * Set a counter and get the length of the image path.
   */
    /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
    /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
    /*
     * Set a base background for 1x environments.
     */
    background: #111 url("../upload/ban1.jpg") center center;
    background-size: cover;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
}

.statistic-section .statistic-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(14, 37, 51, 0.7);
    z-index: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    section.statistic-section {
        background: #111 url("../upload/ban1@2x.jpg") center center;
        background-size: cover;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    section.statistic-section {
        background: #111 url("../upload/ban1@2x.jpg") center center;
        background-size: cover;
    }
}

section.statistic-section .statistic-box .statistic-post {
    text-align: center;
    margin-bottom: 35px;
}

section.statistic-section .statistic-box .statistic-post i {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #ffbd00;
    font-size: 30px;
    line-height: 80px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

section.statistic-section .statistic-box .statistic-post i:hover {
    background: #fff;
}

section.statistic-section .statistic-box .statistic-post p.timer-elem {
    display: block;
    color: #fff;
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

section.statistic-section .statistic-box .statistic-post h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

section.statistic-section .statistic-box .statistic-post h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    line-height: 16px;
}

section.statistic-section .statistic-box .statistic-post h1 small {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}


/*------------------------------------------------- */


/* =  About sections */


/*------------------------------------------------- */

section.about-section {
    display: flex;
    background-color: #eaf2ff;
    align-items: center;
}

section.about-section .image-holder {
    width: 50%;
    height: 100%;
    padding: 0 46px;
}

section.about-section .image-holder p {
    /* font-family: 'Oleo Script Swash Caps', cursive; */
    text-align: justify;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #0e2533;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    margin: 0;
    font-weight: 500;
}

section.about-section .image-holder p:first-child {
    text-align: left;
    color: #ffbd00;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

section.about-section .image-holder img {
    width: 100%;
    height: auto;
}

section.about-section .about-box {
    width: 50%;
    padding: 30px;
    background-color: #0e2533;
}

section.about-section .about-box .inner-box {
    width: 100%;
}

section.about-section .about-box .inner-box .about-us-post {
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #ffbd00;
    background: #ffbd00;
    text-align: center;
}

section.about-section .about-box .inner-box .about-us-post a {
    padding: 20px 10px;
    width: 100%;
}

section.about-section .about-box .inner-box .about-us-post i {
    font-size: 26px;
    margin-bottom: 10px;
    color: #333;
}

section.about-section .about-box .inner-box .about-us-post a:hover i {
    color: #fff;
}

section.about-section .about-box .inner-box .about-us-post h2 {
    font-size: 18px;
    margin-bottom: 0px;
}

section.about-section .about-box .title-section {
    text-align: left;
    margin-bottom: 10px;
}

section.about-section .about-box .title-section h1:after {
    left: 0;
    margin-left: 0;
}

section.about-section .about-box .title-section h1,
section.about-section .about-box .title-section p {
    color: #fff;
}

section.about-section .about-box .title-section p {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    text-align: justify;
    font-size: 15px;
}

section.about-section2 {
    padding: 100px 0 70px;
}

section.about-section2 .about-box .about-post {
    margin-bottom: 20px;
}

section.about-section2 .about-box img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

section.about-section2 .about-box h2 {
    margin-bottom: 16px;
}

.about-interior-section {
    padding: 100px 0 60px;
    /*
   * Set a counter and get the length of the image path.
   */
    /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
    /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
    /*
     * Set a base background for 1x environments.
     */
    background: #111 url("../upload/int-ban.jpg") center top fixed;
    background-size: cover;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    .about-interior-section {
        background: #111 url("../upload/int-ban@2x.jpg") center top fixed;
        background-size: cover;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .about-interior-section {
        background: #111 url("../upload/int-ban@2x.jpg") center top fixed;
        background-size: cover;
    }
}

.about-interior-section .about-box {
    text-align: center;
}

.about-interior-section .about-box .about-post {
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

.about-interior-section .about-box .about-post a {
    width: 100px;
    height: 100px;
    margin: 0 0 16px;
    line-height: 100px;
    color: #333333;
    font-size: 30px;
    text-align: center;
    background: #F7DC6F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.about-interior-section .about-box .about-post a:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    border: 1px solid #333333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.about-interior-section .about-box .about-post a:hover,
.about-interior-section .about-box .about-post a.active {
    background: #fff;
}

.about-interior-section .about-box .about-post h2 {
    color: #fff;
    margin-bottom: 0;
}

.about-interior-section .about-box .about-post.post1,
.about-interior-section .about-box .about-post.post4 {
    margin-top: 70px;
}

.about-interior-section .about-box>img {
    max-width: 100%;
    height: auto;
}

.about-interior-section .about-box .about-post:before {
    content: '';
    position: absolute;
}

.about-interior-section .about-box .about-post.post1:before {
    width: 56px;
    height: 48px;
    background: url("../images/dev3.png") center center no-repeat;
    top: 146px;
    right: 10px;
}

.about-interior-section .about-box .about-post.post2:before {
    width: 49px;
    height: 73px;
    background: url("../images/dev4.png") center center no-repeat;
    top: 174px;
    left: 98px;
}

.about-interior-section .about-box .about-post.post3:before {
    width: 54px;
    height: 73px;
    background: url("../images/dev5.png") center center no-repeat;
    top: 176px;
    left: 65px;
}

.about-interior-section .about-box .about-post.post4:before {
    width: 63px;
    height: 58px;
    background: url("../images/dev6.png") center center no-repeat;
    top: 146px;
    left: -6px;
}

section.about-architecture-section {
    padding: 100px 0 0;
}

section.about-architecture-section .about-box .about-post {
    display: flex;
    margin-bottom: 100px;
    justify-content: center;
    align-items: center;
}

section.about-architecture-section .about-box .about-post .image-holder {
    width: 50%;
    padding-left: 80px;
    padding-right: 30px;
}

section.about-architecture-section .about-box .about-post .image-holder img {
    width: 100%;
    height: auto;
    box-shadow: 0 15px 25px #e9e9e9;
    -webkit-box-shadow: 0 15px 25px #e9e9e9;
    -moz-box-shadow: 0 15px 25px #e9e9e9;
    -o-box-shadow: 0 15px 25px #e9e9e9;
}

section.about-architecture-section .about-box .about-post .content-holder {
    width: 50%;
    padding: 0 80px;
    position: relative;
}

section.about-architecture-section .about-box .about-post .content-holder h1 {
    font-size: 36px;
    position: relative;
    padding-bottom: 20px;
}

section.about-architecture-section .about-box .about-post .content-holder p {
    margin-bottom: 15px;
    position: relative;
}

section.about-architecture-section .about-box .about-post .content-holder h1,
section.about-architecture-section .about-box .about-post .content-holder p {
    max-width: 800px;
    z-index: 2;
}

section.about-architecture-section .about-box .about-post .content-holder a {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
}

section.about-architecture-section .about-box .about-post .content-holder a i {
    font-size: 16px;
    margin-right: 10px;
}

section.about-architecture-section .about-box .about-post .content-holder a:hover {
    color: #F7DC6F;
}

section.about-architecture-section .about-box .about-post .content-holder:before {
    content: '';
    font-size: 100px;
    border: 16px solid #F7DC6F;
    position: absolute;
    top: -30px;
    width: 100px;
    height: 100px;
    left: 40px;
    opacity: 0.4;
    text-align: center;
}

section.about-architecture-section .about-box .about-post:nth-child(2n+2) {
    flex-direction: row-reverse;
}

section.about-architecture-section .about-box .about-post:nth-child(2n+2) .image-holder {
    padding-left: 30px;
    padding-right: 80px;
}


/*-------------------------------------------------
Quote section
------------------------------------------------- */

section.quote-section {
    padding: 50px 0 30px;
    border-top: 1px solid #f3f3f3;
}

section.quote-section h2 {
    margin-bottom: 30px;
    font-size: 30px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 26px;
}

section.quote-section .quote-box .col-md-4 {
    margin-bottom: 30px;
}

section.quote-section .quote-box .col-md-4:last-child {
    margin-bottom: 0px;
}

section.quote-section .quote-box form#contact-form {
    margin: 0 0 30px;
    text-align: left;
}

section.quote-section .quote-box form#contact-form input,
section.quote-section .quote-box form#contact-form textarea {
    margin-bottom: 10px;
}

section.quote-section .about-us-box {
    margin-bottom: 30px;
}

.collapse-box {
    margin-bottom: 30px;
}

.collapse-box .panel-group .panel+.panel {
    margin-top: 30px;
}

.collapse-box .panel-default {
    border: none;
}

.collapse-box .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding-left: 50px;
    padding-bottom: 0;
}

.collapse-box .panel-default>.panel-heading+.panel-collapse>.panel-body p {
    margin-bottom: 0;
}

.collapse-box .panel {
    background: transparent;
    box-shadow: none;
}

.collapse-box .panel-default>.panel-heading {
    background: transparent;
    border: none;
    padding: 0;
}

.collapse-box .panel-default>.panel-heading a {
    padding-left: 50px;
    position: relative;
    color: #0e2533;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 700 !important;
    line-height: 24px;
}

.collapse-box .panel-default>.panel-heading a:before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    color: #333333;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    background: #ffbd00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.collapse-box .panel-default>.panel-heading a.collapsed {
    color: #555;
}

.collapse-box .panel-default>.panel-heading a.collapsed:before {
    content: '+';
}


/*-------------------------------------------------
Clients section
------------------------------------------------- */

section.clients-section {
    padding: 80px 0;
}

section.clients-section .text-place {
    padding-top: 30px;
}

section.clients-section .text-place h1 {
    font-size: 36px;
}

section.clients-section ul.client-list li {
    list-style: none;
    float: left;
    width: 25%;
    height: 100px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    text-align: center;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
}

section.clients-section ul.client-list li a {
    opacity: 0.4;
}

section.clients-section ul.client-list li a img {
    max-width: 100%;
    height: auto;
    filter: grayscale(1);
}

section.clients-section ul.client-list li:nth-child(4n+1) {
    border-left: none;
}

section.clients-section ul.client-list li:first-child,
section.clients-section ul.client-list li:nth-child(2),
section.clients-section ul.client-list li:nth-child(3),
section.clients-section ul.client-list li:nth-child(4) {
    border-top: none;
}

section.clients-section.grey-back {
    background: #f7f7f7;
}


/*-------------------------------------------------*/


/* =  single project
/*-------------------------------------------------*/

.single-page-section {
    padding: 50px 0 70px;
}

.single-page-section img {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 30px;
}

.single-page-section .project-content h2 {
    margin-bottom: 20px;
}

.single-page-section .project-content p {
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    color: #333;
    text-align: justify;
}

.single-page-section .project-content li {
    font-family: 'Lato', sans-serif;
    color: #333;
    text-align: justify;
}

.single-page-section .project-content .project-tags {
    margin: 30px 0;
}

.single-page-section .project-content .project-tags ul li {
    list-style: none;
    display: block;
    color: #888888;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 2px;
    padding: 16px 25px;
    background: #eee;
}

.single-page-section .project-content .project-tags ul li i {
    color: #ffbd00;
    margin-right: 10px;
}

.single-page-section .project-content .project-tags ul li span {
    color: #1B4F72;
    font-weight: 600;
    margin-right: 4px;
}

.single-page-section .project-content .project-tags ul li:last-child {
    margin-bottom: 0;
}


/*------------------------------------------------- */


/* =  Contact */


/*------------------------------------------------- */

#map {
    height: 500px;
}

.contact-section {
    padding: 100px 0;
}

.contact-section h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.contact-section p {
    margin-bottom: 30px;
}

.contact-section .contact-info {
    margin-bottom: 30px;
}

.contact-section .contact-info h2 {
    margin-bottom: 6px;
}

.contact-section ul.information-list li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 5px;
    padding: 5px 0px;
}

.contact-section ul.information-list li i {
    float: left;
    color: #1B4F72;
    font-size: 26px;
    display: block;
    line-height: 30px;
    text-align: center;
    width: 40px;
    margin: 0px;
}

.contact-section ul.information-list li span {
    font-family: 'Lato', sans-serif;
    display: block;
    margin-bottom: 0px;
    margin-left: 60px;
    color: #333333;
    line-height: 22px;
}

.contact-section ul.information-list li:last-child {
    border-bottom: none;
}

#contact-form input[type="text"],
#contact-form textarea,
.comment-form input[type="text"],
.comment-form textarea {
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
    outline: none;
    color: #888888;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

section.contact-section form input[type="text"],
section.contact-section form input[type="email"],
section.contact-section form input[type="tel"],
section.contact-section form select {
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
    outline: none;
    color: #888888;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
    border: 1px solid #F7DC6F;
}

#contact-form textarea,
.comment-form textarea {
    height: 146px;
}

#contact-form input[type="submit"],
#contact-form input[type="button"],
.comment-form input[type="submit"] {
    color: #000;
    border: none;
    outline: none;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    padding: 14px 30px;
    background: #ffbd00;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
}

#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.7;
}

.alert-success,
.alert-danger {
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}


/*-------------------------------------------------
=  Footer
------------------------------------------------- */

footer {
    background: #111;
}

footer .up-footer {
    padding: 50px 0 20px 0;
}

footer .up-footer .footer-widget {
    margin-bottom: 20px;
}

footer .up-footer .footer-widget>h2 {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    margin-bottom: 10px;
    text-transform: capitalize;
}

footer .up-footer .footer-widget>h2 span {
    display: inline-block;
    color: #ffbd00;
}

footer .up-footer .text-widget img {
    max-width: 100%;
    margin-bottom: 40px;
}

footer .up-footer .text-widget p {
    font-family: "Poppins", sans-serif;
    color: #ffbd00;
    font-size: 14px;
    margin-bottom: 0px;
}

footer .up-footer .text-widget>span {
    display: block;
    color: #888888;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    line-height: 17px;
    margin: 0;
}

footer .up-footer ul.social-icons {
    margin-top: 0px;
}

footer .up-footer ul.social-icons li {
    display: inline-block;
    margin-right: 5px;
}

footer .up-footer ul.social-icons li a {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #555555;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #555555;
}

footer .up-footer ul.social-icons li a:hover {
    border: 2px solid transparent;
    background: #ffbd00;
    color: #333333;
}

footer .up-footer .posts-widget ul li {
    display: block;
    margin-bottom: 20px;
}

footer .up-footer .posts-widget ul li h2 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

footer .up-footer .posts-widget ul li h2 a {
    color: #888888;
}

footer .up-footer .posts-widget ul li h2 a:hover {
    color: #F7DC6F;
}

footer .up-footer .posts-widget ul li>a {
    color: #666666;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

footer .up-footer .posts-widget ul li>a:hover {
    opacity: 0.7;
}

footer .up-footer .instagram-widget ul li {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 5px;
}

footer .up-footer .instagram-widget ul li a img {
    max-width: 72px;
}

footer .up-footer .instagram-widget ul li a:hover {
    opacity: 0.7;
}

footer .up-footer .instagram-widget .instagram-list a,
footer .up-footer .text-widget a {
    color: #888888;
}

footer .up-footer .instagram-widget .instagram-list i,
footer .up-footer .instagram-widget .instagram-list a:hover,
footer .up-footer .text-widget a:hover {
    color: #ffbd00;
    opacity: 1;
}

footer .up-footer .newsletter-widget p {
    font-family: "Poppins", sans-serif;
    margin: 10px 0 0 0;
    line-height: 16px;
    font-size: 12px;
}

footer .up-footer .newsletter-widget form {
    margin: 0;
}

footer .up-footer .newsletter-widget form input[type="text"] {
    outline: none;
    color: #888888;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    background: #ffffff;
    padding: 12px 20px;
    width: 100%;
    margin: 0;
    border: none;
}

footer .up-footer .newsletter-widget form input[type="submit"] {
    border: none;
    outline: none;
    background: #1B4F72;
    color: #ffffff;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    padding: 12px 26px;
    float: right;
    margin-top: -42px;
    position: relative;
    z-index: 2;
}

footer p.copyright {
    padding: 35px 0;
    text-align: center;
    margin: 0;
    background: #1e1e1e;
}

#google_translate_element {
    position: relative;
    top: 3px;
}

.goog-te-gadget {
    font-size: 0 !important;
    line-height: 0 !important;
    position: relative;
}

.goog-te-combo {
    outline: none;
    margin: 0 !important;
    font-size: 12px !important;
    border-radius: 3px;
}

.goog-te-combo:last-child {
    display: none;
}

.goog-te-gadget span,
.goog-te-banner-frame {
    display: none;
}

.text-link {
    color: #ffbd00;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.text-link:hover {
    color: #eee;
}


/*-------------------------------------------------
Multilevel Dropdown Menu
-------------------------------------------------*/

.dropdown-menu>li>a {
    white-space: normal;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    min-width: 166px;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -6px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    left: 0;
    border-top: 2px solid #ffbd00;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown ul {
    padding: 0;
}

.dropdown ul li {
    display: block;
    border-top: 1px solid #efefef;
}

.dropdown ul li:first-child {
    border-top: none;
}

.dropdown ul li a {
    padding: 10px 5px;
    display: block;
    color: #333333;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.dropdown-menu li a:hover {
    background-color: #ffbd00;
    border-radius: 0;
}

.dropdown-menu li:last-child a:hover {
    border-radius: 0 0 4px 4px;
}

.dropdown-submenu .dropdown-menu li a:hover {
    border-radius: 0;
}

.dropdown-submenu .dropdown-menu li:first-child a:hover {
    border-radius: 0 4px 0 0;
}

.dropdown-submenu .dropdown-menu li:last-child a:hover {
    border-radius: 0 0 4px 4px;
}

.navbar-toggle {
    border: 0px none;
}

.navbar-toggle:hover {
    background-color: transparent !important;
}

.navbar-toggle:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
}

.navbar-toggle .icon-bar {
    background-color: #fff !important;
    width: 25px;
    height: 3px;
    border-radius: 10px;
}

header.inner-page .navbar-toggle .icon-bar {
    background-color: #ffbd00 !important;
}

header.active .navbar-toggle .icon-bar {
    background-color: #ffbd00 !important;
    width: 25px;
    height: 3px;
    border-radius: 10px;
}


/*-------------------------------------------------
Classified Section
-------------------------------------------------*/

.classified,
.classified .classified-img {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.classified .classified-img img {
    width: 100%;
    height: auto;
}


/*-------------------------------------------------
Industries Section
-------------------------------------------------*/

section.industry {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0 50px 0;
}

section.industry .owl-carousel .item {
    padding: 0 5px;
}

section.industry .owl-carousel .item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

section.industry .owl-carousel .item h6 {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    color: #0e2533;
    text-align: center;
    font-family: "Raleway", sans-serif;
}

section.industry .owl-carousel .item h6 a {
    color: #0e2533;
    text-decoration: none;
}

section.industry .owl-carousel .item h6 a:hover {
    color: #ffbd00;
}


/*-------------------------------------------------
Modal Enquiry Form
-------------------------------------------------*/

.enq-modal .modal-header {
    padding: 8px 15px;
    background-color: #0e2533;
    border-radius: 6px 6px 0 0;
}

.enq-modal .modal-header .modal-title {
    color: #fff;
}

.enq-modal .modal-header .close {
    color: #ffbd00;
    opacity: 1;
}

.enq-modal .modal-body .modal-footer {
    padding: 10px 0 0 0;
}

.enq-modal .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.enq-modal .modal-body img {
    width: 100%;
    height: auto;
}

.enq-modal .modal-body h2 {
    color: #0e2533;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0 0;
    line-height: normal;
    text-align: center;
}

.enq-modal .modal-body .main {
    display: flex;
}

.enq-modal .modal-body .part {
    padding: 15px;
}

.enq-modal .modal-body .part:first-child {
    background-color: #eee;
    border-radius: 0 0 0 6px;
}

.enq-modal .modal-body .form-group .col-sm-6 {
    width: 49%;
    float: left;
}

.enq-modal .modal-body .form-group .col-sm-6:last-child {
    float: right;
    margin-bottom: 10px;
}

.enq-modal .modal-body .form-group label {
    width: 100%;
    font-size: 12px;
}

.enq-modal .modal-body .form-group .form-control {
    height: 25px;
    padding-top: 3px;
}

.enq-modal .modal-body .form-group {
    margin-bottom: 10px;
}

.enq-modal .modal-body .form-group label.radio-inline {
    font-size: 11px;
    width: 32%;
    border: 1px solid #ccc;
    padding: 5px 0px 5px 18px;
    margin: 0;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}

.enq-modal .modal-body .form-group label.radio-inline input[type=radio] {
    margin: 1px 0 0 -16px;
}

.enq-modal .modal-body .form-group textarea.form-control {
    height: 64px;
    overflow: auto;
    resize: none;
}

.enq-modal .modal-body .form-group .iti {
    width: 100%;
}

.body-slogan {
    display: none;
    position: fixed;
    background-color: #0e2533;
    font-size: 1.5rem;
    color: #ffffff;
    box-sizing: content-box;
    height: 40px;
    width: 250px;
    top: 45%;
    left: -110px;
    transition: none;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    box-shadow: 2px 0 8px 1px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.body-slogan .body-slogan-in {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 10px;
    font-weight: 600;
}

@media (max-width:767px) {
    .body-slogan {
        display: none;
    }
}

.product-detail .project-tags li {
    padding: 0 !important;
}

.product-detail .project-tags li a {
    padding: 16px 50px;
    width: 100%;
    color: #888888;
}

.product-detail .project-tags li:hover a {
    color: #23527c;
}

.product-detail .project-tags li a i {
    position: absolute;
    left: 40px;
}

.product-detail .project-tags li:hover a i {
    font-size: 20px;
}

.product-detail .owl-carousel .item img {
    height: 350px;
    object-fit: contain;
    object-position: center;
    border: 1px solid #ddd;
    background-image: linear-gradient(to bottom left, #ffbd00, #0e2533);
    padding: 0;
}

.mainmenu-extra:last-child {
    display: none;
}

.mainmenu-extra a i {
    color: #ffbd00;
}

.mainmenu-extra p {
    color: #fff;
    padding: 4px 15px;
    font-size: 14px;
    font-weight: 600;
    background-color: #0e2533;
}

.product-page-table {
    width: 100%;
    overflow: auto;
}

.product-page-table table {
    width: 100%;
    font-size: 12px;
}

.video-gallery {
    margin-bottom: 30px;
}

.video-gallery ul {
    margin: 0px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.video-gallery ul li {
    margin-bottom: 15px;
}

.video-gallery ul li h3 {
    padding: 10px 5px 0px 5px;
    font-size: 14px;
    text-align: center;
    position: relative;
    width: 100%;
    justify-content: center;
}

.video-gallery ul li a {
    width: 100%;
    border: 1px solid #0e2533;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.video-gallery ul li a img {
    display: block;
    max-width: 100%;
    height: 200px;
    transition: transform 0.15s ease 0s;
    transform: scale3d(1, 1, 1);
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.video-gallery ul li a:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.video-gallery ul li a .demo-gallery-poster {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease 0s;
}

.video-gallery ul li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.video-gallery ul li a .demo-gallery-poster img {
    position: absolute;
    height: 48px;
    width: 48px;
    margin-top: -24px;
    margin-left: -24px;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    transition: opacity 0.3s ease 0s;
}

.video-gallery ul li a:hover .demo-gallery-poster img {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

header.active .mobile-head-cont {
    color: #0e2533;
}

header.inner-page .mobile-head-cont {
    color: #0e2533;
}

header.inner-page .mobile-head-cont small a {
    color: #0946f3;
}

.mobile-head-cont {
    display: none;
    color: #fff;
    float: left;
    width: 116px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 20px;
}

header.active .mobile-head-cont small a {
    color: #0946f3;
}

header.active .mobile-head-cont small a:hover {
    color: #0e2533;
}

.mobile-head-cont small a {
    color: #ddd;
}

.mobile-head-cont small a:hover {
    color: #fff;
}

.mobile-head-cont small {
    letter-spacing: 0.4px;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
}

.close-navbar-toggler {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    cursor: pointer;
    display: none;
}

.close-navbar-toggler.collapsed {
    z-index: 0;
}


/*.navbar-collapse.collapse.in::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}*/

#contact-form .message {
    position: absolute;
    text-align: center;
    top: 30px;
    right: 0;
    left: 0;
}


/*-------------------------------------------------
Responsive Part
-------------------------------------------------*/

@media (max-width: 1600px) {
    /* section.about-section .about-box .inner-box .about-us-post {
        padding: 20px 10px;
    } */
}

@media (max-width: 1199px) {
    .navbar-nav>li>a {
        font-size: 14px;
        padding: 8px 12px 0 12px;
    }
    section.portfolio-section .portfolio-box.iso-call .project-post,
    section.portfolio-interior-section .portfolio-box.iso-call .project-post {
        width: 293px;
    }
    section.page-banner-section h1 {
        font-size: 30px;
        line-height: 40px;
    }
    section.page-banner-section p {
        font-size: 13px;
    }
    /* section.about-section .image-holder {
        display: none;
    }
    section.about-section {
        padding: 100px 0;
    } */
    section.about-section .about-box {
        /* width: 100%; */
        padding: 30px;
    }
    section.about-section .about-box .inner-box {
        padding: 0;
        max-width: 720px;
        margin: 0 auto;
    }
    #map {
        height: 350px;
    }
    section.about-architecture-section .about-box .about-post .image-holder {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    section.about-architecture-section .about-box .about-post .content-holder {
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    section.about-section .image-holder p {
        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
    }
    section.about-section .image-holder p:first-child {
        font-size: 60px;
        line-height: 52px;
        font-weight: 600;
    }
}

@media (max-width: 991px) {
    .navbar-nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }
    section.portfolio-section .portfolio-box .project-post {
        width: 50%;
    }
    section.portfolio-architecture-section .portfolio-box.iso-call .project-post {
        width: 50%;
    }
    section.portfolio-architecture-section .portfolio-box.iso-call .project-post.big-size {
        width: 100%;
    }
    .sidebar {
        padding-left: 0;
        padding-top: 60px;
    }
    section.portfolio-section .portfolio-box.iso-call .project-post,
    section.portfolio-interior-section .portfolio-box.iso-call .project-post {
        width: 345px;
    }
    section.contact-section #contact-form {
        margin-bottom: 50px;
    }
    .single-page-section img {
        padding-right: 0;
    }
    #map {
        height: 300px;
    }
    section.about-architecture-section .about-box .about-post {
        display: block;
    }
    section.about-architecture-section .about-box .about-post .image-holder,
    section.about-architecture-section .about-box .about-post .content-holder {
        width: 100%;
        padding: 0 80px !important;
    }
    section.about-architecture-section .about-box .about-post .image-holder {
        margin-bottom: 60px;
    }
    .navbar>.container-fluid .navbar-brand img,
    .navbar>.container .navbar-brand img {
        width: 170px;
    }
    .navbar-collapse ul.info-list {
        margin: 0;
    }
    section.about-section {
        display: block;
    }
    section.about-section .image-holder {
        width: 100%;
        padding: 40px;
    }
    section.about-section .about-box {
        width: 100%;
    }
    #home-section .tp-mask-wrap {
        margin-left: 0px;
    }
    .services-tabs ul li {
        width: 47%;
        float: left;
        margin: 4px 4px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.page-banner-section {
        margin-top: 125px;
    }
}

@media (min-width: 768px) {
    .mainmenu-extra {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .top-line .inner-top-line .row .col-sm-6:first-child,
    .top-line .inner-top-line .row .col-sm-5 {
        display: none;
    }
    .top-line .inner-top-line .social-icons li:nth-child(3),
    .top-line .inner-top-line .social-icons li:nth-child(4),
    .top-line .inner-top-line .social-icons li:nth-child(5) {
        display: none;
    }
    .top-line .inner-top-line .social-icons li {
        margin-left: 8px;
    }
    .navbar-brand {
        padding: 2px 15px 5px;
    }
    .navbar>.container-fluid .navbar-brand img,
    .navbar>.container .navbar-brand img {
        width: 150px;
    }
    .navbar-default .navbar-collapse {
        background: #fff;
        min-height: 100vh;
        width: 100vw;
        height: 100%;
        box-shadow: 0px 8px 8px 2px rgba(0, 0, 0, 0.2);
    }
    .navbar-toggle {
        margin-top: 20px;
    }
    header.white-skin .navbar-nav>li>a,
    .navbar-nav>li>a {
        padding: 6px 15px;
        color: #333333 !important;
    }
    .navbar-nav>li>a.open-search {
        display: none;
    }
    .navbar-nav>li>a:hover,
    .navbar-nav>li>a.active {
        color: #F7DC6F !important;
    }
    .navbar-nav .dropdown .dropdown-toggle {
        pointer-events: none;
    }
    .navbar-nav>li>a:after {
        display: none !important;
    }
    ul.drop-down {
        position: relative;
        opacity: 1;
        visibility: visible;
        width: 100%;
        border-top: none;
        padding-left: 40px;
        top: initial;
        left: initial;
    }
    ul.drop-down li {
        border: none;
    }
    ul.drop-down li a {
        padding: 8px 0;
        font-size: 14px;
    }
    section.about-section .about-box .inner-box {
        padding: 0 15px;
        max-width: 100%;
    }
    section.page-banner-section {
        margin-top: 77px;
    }
    section.news-section .news-box .blog-post.single-post .comment-area ul.depth .comment-box {
        padding-left: 0;
    }
    section.portfolio-section .portfolio-box .project-post {
        width: 50%;
    }
    .tparrows {
        display: none !important;
    }
    #home-section .tp-caption.Concept-Title {
        letter-spacing: 0px !important;
    }
    section.portfolio-section .portfolio-box.iso-call .project-post,
    section.portfolio-interior-section .portfolio-box.iso-call .project-post {
        width: 100%;
        margin: 15px 0;
    }
    section.portfolio-section .portfolio-box.iso-call,
    section.news-section .news-box,
    section.portfolio-interior-section .portfolio-box.iso-call {
        margin-left: 0;
        margin-right: 0;
    }
    ul.depth {
        padding-left: 0;
    }
    #map {
        height: 250px;
    }
    .about-interior-section .about-box .about-post.post1,
    .about-interior-section .about-box .about-post.post4 {
        margin-top: 0;
    }
    .about-interior-section .about-box .about-post:before {
        display: none;
    }
    section.clients-section ul.client-list li {
        width: 33.33333%;
    }
    section.clients-section ul.client-list li:nth-child(4) {
        border-top: 1px solid #efefef;
    }
    section.clients-section ul.client-list li:nth-child(4n+1) {
        border-left: 1px solid #efefef;
    }
    section.clients-section ul.client-list li:nth-child(3n+1) {
        border-left: none;
    }
    section.about-architecture-section .about-box .about-post .image-holder,
    section.about-architecture-section .about-box .about-post .content-holder {
        padding: 0 30px !important;
    }
    .navbar-collapse ul.info-list {
        display: none;
    }
    .dropdown-menu.multi-level {
        top: 24px;
    }
    .dropdown:hover .dropdown-menu {
        width: 85%;
        left: 12%;
    }
    .dropdown-submenu .dropdown-menu {
        width: 95%;
        left: 12%;
        top: 30px;
        margin-left: 0;
        margin-right: 5px;
    }
    .enq-modal .modal-body .main {
        display: block;
    }
    .enq-modal .modal-body .part:first-child {
        border-radius: 0;
    }
    section.services-section .services-box .product-box {
        height: auto;
    }
    section.services-section .services-box .services-post h2 a {
        font-size: 16px;
    }
    .body-whatsapp {
        display: block;
    }
    /* #home-section .rev_slider_wrapper,
    #home-section .rev_slider,
    #home-section .tp-fullwidth-forcer {
        height: 350px !important;
    } */
    .mobile-head-cont {
        display: block;
        font-size: 0;
        line-height: 0;
        position: absolute;
        right: 40px;
        bottom: 7px;
    }
}

@media (max-width: 580px) {
    .services-tabs ul {
        width: 100%;
    }
    .services-tabs ul li {
        width: 100%;
        float: none;
        margin: 4px 4px;
    }
}

@media (max-width: 500px) {
    section.portfolio-section .portfolio-box .project-post,
    section.portfolio-architecture-section .portfolio-box.iso-call .project-post {
        width: 100%;
    }
    #map {
        height: 200px;
    }
    section.clients-section ul.client-list li {
        width: 50%;
    }
    section.clients-section ul.client-list li:nth-child(3) {
        border-top: 1px solid #efefef;
    }
    section.clients-section ul.client-list li:nth-child(3n+1) {
        border-left: 1px solid #efefef;
    }
    section.clients-section ul.client-list li:nth-child(2n+1) {
        border-left: none;
    }
    section.about-architecture-section .about-box .about-post .image-holder,
    section.about-architecture-section .about-box .about-post .content-holder {
        padding: 0 !important;
    }
    section.about-architecture-section .about-box .about-post .content-holder:before {
        left: -30px;
    }
}

/* Smart Rod System CSS */
.first_paragraph ol{
    padding-left: 15px;
}

.first_paragraph ol li p{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color:black;
}

.second_paragraph ol{
    padding-left:15px;
}

.second_paragraph ol li p{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color:black;
}

.pic_text{
    color:red;
}
@media (min-width: 764px){
    .header_title{
        font-size:21px;
    }

    .operating_principle_content{
        width:58%;
    }
   
    .operating_principle_content{
        font-size: 21px;
        font-weight: bold;
    }
    .operating_principle_content p{
        font-size: 18px;
    }

    .first_paragraph{
        margin-top:1.5%;
        display: flex;
        flex-direction: row-reverse;
        gap:9%;
    }
    .first_paragraph  > div:nth-child(2){
        font-size: 21px;
        font-weight: bold;
    }
   
    .first_paragraph .item img{
       padding-right: 0 !important;
       /* margin-top: -2em; */
    }
    .first_paragraph .item {
        margin-top: -10em;
    }

    .first_paragraph ol li p{
        font-size:18px;
    }

    .second_paragraph{
        margin-top:1.5%;
        display: flex;
        flex-direction: row-reverse;
        gap:4px;
    }
    .second_paragraph .item{
        margin-top:-15em;
    }

    .second_paragraph  > div:nth-child(2){
        font-size: 21px;
        font-weight: bold;
    }
    .second_paragraph ol{
        width:90%;
    }
    .second_paragraph ol li p{
        font-size:18px;
    }

    .interested_tag{
        display: flex;
        flex-direction: row-reverse;
        gap:4%;
    }
    .third_box_img{
        margin-top:-22em;
    }
    .third_box_img img{
        display: block;
        width:410px;
        margin-left:14%;
    }
    .third_box_img p{
       margin-left:15%;
       text-wrap: wrap;
    }
    .interested ul li{
        list-style: none;
        display: block;
        color: #888888;
        font-size: 15px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        margin-top:50px;
        padding: 16px 25px;
        background: #eee;
        width:650px;
    }
    .interested ul{
        padding-left:0;
    }
}
@media(max-width:500px){
    .operating_principle_content{
        font-weight: bold;
    }
    .middle-content{
        padding: 1dvh;
    }
    .first_paragraph{
        display:flex;
        flex-direction: column;
        padding: 1dvh;
    }
    .first_paragraph  > div:nth-child(2){
        font-weight: bold;
    }
    
    .second_paragraph{
        display: flex;
        flex-direction:column;
        padding: 1dvh;
    }
    .second_paragraph  > div:nth-child(2){
        font-weight: bold;
    }

    .interested_tag{
        display: flex;
        flex-direction: column;
        padding: 1dvh;
    }
    .interested{
        list-style: none;
        display: block;
        color: #888888;
        font-size: 15px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        margin-top:20px;
        padding: 16px 25px;
        background: #eee;
        /* margin-right:0px; */
    }
}
