/* 1. Theme default css */
@font-face {
    font-family: 'Verlag';
    src: url('../fonts/Verlag-XLight.woff2') format('woff2'), url('../fonts/Verlag-XLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verlag';
    src: url('../fonts/Verlag.woff2') format('woff2'), url('../fonts/Verlag.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Light.woff2') format('woff2'), url('../fonts/Helvetica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'), url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
    }

    a:focus,
    a:hover,
    .portfolio-cat a:hover,
    .footer -menu li a:hover {
        color: #2B96CC;
        text-decoration: none;
    }

a,
button {
    color: #1696e7;
    outline: medium none;
}

    button:focus, input:focus, input:focus, textarea, textarea:focus {
        outline: 0
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Verlag', sans-serif;
    font-weight: normal;
    color: #000;
    margin-top: 0px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #7e7e7e;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

    .theme-overlay::before {
        background: #1696e7 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.6;
        position: absolute;
        top: 0;
        width: 100%;
    }

.separator {
    border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
    -moz-user-select: none;
    background: #1696e7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 13px 25px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.breadcrumb > .active {
    color: #888;
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
}

    .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: 20px;
    }

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav div:hover {
    background: #2B96CC;
    color: #fff
}


.container {
    max-width: 1600px;
}



/* header_area */
.header_area {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    padding-top: 40px;
}

.main_menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Verlag";
    display: block;
    padding: 0px 26px;
    position: relative;
    font-family: 'Verlag-bold', sans-serif;
}

    .main_menu ul li a::after {
        position: absolute;
        left: 50%;
        top: 110%;
        height: 3px;
        width: 24px;
        background-color: #fff;
        content: "";
        transform: translateX(-50%);
        opacity: 0;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .main_menu ul li a:hover::after {
        opacity: 1;
    }

    .main_menu ul li a.active::after {
        opacity: 1;
    }

.header_social {
    padding-left: 25px;
}

    .header_social a {
        margin-left: 15px;
    }
/* header_area_End */



/* banner_area */
.banner_slider_single {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .banner_slider_single:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #000;
        opacity: .7;
        z-index: 1;
    }



.banner_slider_active .owl-dots {
    position: absolute;
    top: 50%;
    right: 172px;
    transform: translateY(-50%);
}

    .banner_slider_active .owl-dots div {
        height: 22px;
        width: 22px;
        display: block;
        margin-bottom: 10px;
        position: relative;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

        .banner_slider_active .owl-dots div::before {
            position: absolute;
            left: 100%;
            top: 50%;
            content: "";
            height: 1px;
            width: 20px;
            background: #fff;
            transform: rotate(130deg);
            -webkit-transform: rotate(130deg);
            -moz-transform: rotate(130deg);
            -ms-transform: rotate(130deg);
            -o-transform: rotate(130deg);
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: .3s;
            -o-transition: .3s;
        }

        .banner_slider_active .owl-dots div.active::before {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            height: 3px;
            margin-top: -1.5px;
        }

        .banner_slider_active .owl-dots div:after {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            color: #fff;
        }

        .banner_slider_active .owl-dots div:nth-child(1):after {
            content: "01";
        }

        .banner_slider_active .owl-dots div:nth-child(2):after {
            content: "02";
        }

        .banner_slider_active .owl-dots div:nth-child(3):after {
            content: "03";
        }

        .banner_slider_active .owl-dots div:nth-child(4):after {
            content: "04";
        }

        .banner_slider_active .owl-dots div:nth-child(5):after {
            content: "05";
        }

.banner_content .line {
    overflow: hidden;
}

.banner_content .letter {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 4px;
    overflow: hidden;
}

.banner_content h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.3;
}

.banner_slider_active.owl-carousel .owl-item.active .animate-1 {
    -webkit-animation: fadeInUp 0.8s ease-in-out 0.5s both;
    animation: fadeInUp 0.8s ease-in-out 0.5s both;
}

.banner_slider_active.owl-carousel .owl-item.active .animate-2 {
    -webkit-animation: fadeInUp 0.8s ease-in-out 1s both;
    animation: fadeInUp 0.8s ease-in-out 1s both;
}

.banner_slider_active.owl-carousel .owl-item.active .animate-3 {
    -webkit-animation: fadeInUp 0.8s ease-in-out 1.5s both;
    animation: fadeInUp 0.8s ease-in-out 1.5s both;
}

.banner_content {
    max-width: 672px;
    position: relative;
    z-index: 22;
}





    .banner_content .card__title {
        margin-bottom: 50px;
    }

    .banner_content p {
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

/* banner_area_End */

/* about_area */
.about_area {
    height: 100vh;
    display: flex;
    align-items: center;
}

.sim_content h2 {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 85px;
    z-index: 1;
    font-weight: 700;
    position: relative;
    display: inline-block;
    letter-spacing: 5px;
}

.sim_content p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 25px;
}

.sim_content .read_more button {
    width: 300px;
    height: 60px;
    border: none;
    border: 1px solid #0C1F2D;
    font-size: 14px;
    text-transform: uppercase;
    color: #0C1F2D;
    font-weight: bold;
    letter-spacing: 2px;
    background: transparent;
    font-family: "Verlag";
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

    .sim_content .read_more button:hover {
        background: #000;
        color: #fff;
    }
/* add by kiran on 08062021*/
.sim_content .read_more a {
    display: inline-block;
    width: 235px;
    height: 50px;
    text-align: center;
    border: 1px solid #0C1F2D;
    font-size: 14px;
    padding: 11px;
    color: #0C1F2D;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase !important;
    background: transparent;
    text-decoration: none;
    font-family: "Verlag";
}

    .sim_content .read_more a:hover {
        background: #000;
        color: #fff;
    }

.letter {
    display: inline-block;
    white-space: break-spaces;
}

.word {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    /*font-family: 'Verlag-bold';*/
    /*font-family: 'Verlag-bold', sans-serif;*/
    text-transform: uppercase;
}

/* about_area_End */

/* room-area */
.room_area {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    clear: both;
}

.inner_items {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}



.single_room {
    width: calc(100% / 3);
    height: 100vh;
    display: inline-block;
    z-index: 11;
    position: relative;
    height: 100%;
}

    .single_room::before {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background: #fff;
        content: "";
    }

    .single_room:last-child:before {
        display: none;
    }

.room_content {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

    .room_content h2 {
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 5px;
        margin-bottom: 0px;
    }

    .room_content p {
        font-size: 20px;
        color: #fff;
        letter-spacing: 3px;
        font-weight: 300;
    }

.images_area {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.image_ar {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.images_area div {
    width: calc(100% /3);
    display: inline-block;
    background: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    position: relative;
    z-index: 1;
}

.images_area.active_img .image_ar.active_img {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    z-index: 11;
}


.images_area.active_img .image_ar {
    visibility: hidden;
    width: 0%;
    z-index: -1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}


/* room-area_end */

.project_area .sim_content h2:after {
    content: "Service";
}

.project_area {
    height: 100vh;
    display: flex;
    align-items: center;
}



.prosect_slider_active .owl-dots div {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: 0px 5px;
}

    .prosect_slider_active .owl-dots div::before {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        color: #000;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

    .prosect_slider_active .owl-dots div.active::after {
        position: absolute;
        left: 50%;
        bottom: -9px;
        height: 3px;
        width: 10px;
        background-color: #000;
        content: "";
        transition: .3s;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

.prosect_slider_active .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

    .prosect_slider_active .owl-dots div:nth-child(1)::before {
        content: "01";
    }

    .prosect_slider_active .owl-dots div:nth-child(2)::before {
        content: "02";
    }

    .prosect_slider_active .owl-dots div:nth-child(3)::before {
        content: "03";
    }

    .prosect_slider_active .owl-dots div:nth-child(4)::before {
        content: "04";
    }

    .prosect_slider_active .owl-dots div:nth-child(5)::before {
        content: "05";
    }



/* portfolio_area */
.portfolio_area {
    padding-top: 170px;
    padding-bottom: 50px;
}


.single_portfolio_item {
    max-width: 460px;
    margin: 0 auto;
}

.hover_portfolio img {
    width: auto !important;
}


.portfolio_thumb {
    position: relative;
}

.hover_portfolio {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(56, 70, 81, .7);
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.portfolio_content h2 a {
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}

.portfolio_content h2 {
    margin-bottom: 25px;
}

    .portfolio_content h2 a:hover {
        color: #000;
    }

.portfolio_content p {
    font-size: 16px;
}

.hover_portfolio a {
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 5px;
    color: #fff;
    font-family: "Verlag";
}

.single_portfolio_item:hover .hover_portfolio {
    opacity: 1;
    visibility: visible;
}

.portfolio_thumb {
    margin-bottom: 6px;
}



/* portfolio_area_End */






/* footer_area */


.border_top_1 {
    border-top: 1px solid #D6D6D6;
}


.footer_area {
    padding: 20px 0;
}

/*.footer_logo {
    margin-bottom: 40px;
	margin-top: 45px;
margin-left: 5px;
}*/

.footer_social a {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    color: #777777;
}

    .footer_social a:hover {
        color: #777777;
    }

    .footer_social a span {
        position: relative;
    }

    .footer_social a span {
        position: relative;
        top: -2px;
        margin-right: 10px;
    }

.footer_social a {
    margin-left: 50px;
}

    .footer_social a:first-child {
        margin-left: 0px;
    }

/*.footer_social {
    margin-bottom: 65px;
    margin-top: 50px;
}*/

.copy_right_area span {
    font-size: 12px;
    color: #A9A9A9;
    margin-left: 30px;
}

    .copy_right_area span:first-child {
        margin-left: 0px;
    }

    .copy_right_area span a {
        color: #0C1F2D;
        text-decoration: none;
    }

.copy_right_area{
margin-top:20px;
}

/* footer_area_End */




/* last_update */
.gray_title {
    font-size: 170px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: -50%;
    transform: translate(44%, -44%);
    color: #F7F8F8;
    font-weight: 700;
    overflow: hidden;
}

.gray_letter {
    display: inline-block;
}

.project_area .sim_content h2::after {
    content: "Service";
    display: none;
}

.portfolio_area .gray_title {
    transform: translate(61%, -34%);
    -webkit-transform: translate(61%, -34%);
    -moz-transform: translate(61%, -34%);
    -ms-transform: translate(61%, -34%);
    -o-transform: translate(61%, -34%);
}

.project_area .gray_title {
    transform: translate(30%, -44%);
    -webkit-transform: translate(30%, -44%);
    -moz-transform: translate(30%, -44%);
    -ms-transform: translate(30%, -44%);
    -o-transform: translate(30%, -44%);
}

.images_area div::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    z-index: 1111;
    opacity: .4;
    z-index: -1;
}


.banner_bg_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.author_img {
    display: flex;
    justify-content: flex-end;
}

    .author_img img {
        width: auto !important;
        max-width: 100%;
    }
/* last_update_End */



/* mobile_menu_css */
.bar {
    font-size: 18px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    /* border: 2px solid #fff;
    color: #fff;*/
    border: 2px solid #000;
    color: #000;
    cursor: pointer;
}


.offcanvas_wrapper {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 11111;
    text-align: center;
    padding: 40px;
    transform: translateX(-100%);
    transition: .3s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

    .offcanvas_wrapper.active {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

.cross {
    /*height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    border: 2px solid #000;
    font-size: 18px;
    border-radius: 4px;
    top: 15px;
    cursor: pointer;*/
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: 2px solid #000;
    font-size: 18px;
    border-radius: 4px;
    top: 15px;
    cursor: pointer;
    color: #000;
}

.offcanvas_menu ul li a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    letter-spacing: 1px;
    padding-bottom: 10px;
    display: inline-block;
    color: #000;
    position: relative;
}

    .offcanvas_menu ul li a:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 2px;
        border-radius: 4px;
        content: "";
        background: #000;
        transition: .3s;
    }

    .offcanvas_menu ul li a:hover:after {
        width: 100%;
    }



.offcanvas_social {
    margin-top: 40px;
}

    .offcanvas_social a {
        margin: 0px 10px;
    }

.offcanvas_menu {
    margin-top: 40px;
}

    .offcanvas_menu ul {
        display: flex;
        flex-direction: column;
    }
/* mobile_menu_css_end */


/*loader css start*/

.loader {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .loader:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 100%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background-color: #000;
    }

    .loader.remove {
        visibility: hidden;
        opacity: 0;
    }

        .loader.remove:after {
            bottom: 0;
        }

    .loader .loader-logo {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        transform: scale(.8);
        width: 18.7rem;
    }

    .loader.v-logo .loader-logo {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .loader div {
        position: relative;
    }

    .loader .line {
        left: 0;
        right: 0;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 50%;
        animation-name: lineAni;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

@keyframes lineAni {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

.loader .line.active {
    animation-play-state: paused;
    transform: rotate(0deg) !important;
}

.loader .line:after,
.loader .line:before {
    position: absolute;
    content: "";
    left: 100%;
    right: 100%;
    background-color: #000;
    height: 1px;
    top: -2.9rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
}

.loader .line:before {
    top: initial;
    bottom: -2.9rem;
}

.loader .line.active:after,
.loader .line.active:before {
    visibility: visible;
    opacity: 1;
    left: 30%;
    right: 30%;
    display: block;
}

.loader.r-lines .line {
    visibility: hidden;
    opacity: 0;
    left: 50%;
    right: 50%;
}

/*loader css end*/

/*vaishali add 13-07-2021 start */

/* new about us page */

.about-page .gray_title {
    font-size: 250px;
    line-height: 200px;
    /*font-family: 'Verlag-bold';*/
    font-family: 'Verlag-bold', sans-serif;
    left: -39%;
    transform: translate(44%, -44%);
    top: 25%;
}

.about-page .sim_content {
    padding: 0 15px;
}

.about-page .header_area {
    position: relative;
}

    .about-page .header_area .main_menu ul li a {
        /*font-family: 'Verlag-bold';*/
        font-family: 'Verlag-bold', sans-serif;
        color: #0C1F2D;
        padding: 0 20px;
    }

.about-page .sim_content h2 {
    margin: 230px 0 25px;
    /*font-family: 'Verlag-bold';*/
    font-family: 'Verlag-bold', sans-serif;
    letter-spacing: 1px;
}

section.cou-box {
    padding: 0 10%;
    margin: 5% 0 7%;
}

    section.cou-box .block {
        display: inline-block;
        width: 32%;
    }

        section.cou-box .block span {
            display: inline-block;
            vertical-align: top;
            /*font-family: 'Verlag-bold';*/
            font-family: 'Verlag-bold', sans-serif;
            font-size: 60px;
            line-height: 40px;
        }

        section.cou-box .block .text {
            color: #666666;
            font-size: 24px;
            line-height: 26px;
            margin: 0 0 0 5%;
        }

.about-page .info-block .sim_content h2 {
    margin: 25px 0;
    /*font-family: 'Verlag-bold';*/
    font-family: 'Verlag-bold', sans-serif;
    letter-spacing: 1px;
}

.about-page .info-block {
    margin: 0 0 5%;
}

.team_area .gray_title {
    left: -60%;
    top: 30%;
}

.about-page .portfolio_area .sim_content h2 {
    margin: 150px 0 25px;
    letter-spacing: 0;
}

.about-page .portfolio_area.history {
    padding: 170px 0 0;
}

.about-page .portfolio_area.brand .gray_title {
    left: -15%;
}

section.portfolio_area.brand {
    padding: 170px 0 80px;
}

.team-member ul li {
    width: 20%;
    float: left;
    background: #0c1f2d;
    min-height: 511px;
    max-height: 511px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

    .team-member ul li.logo {
        padding: 0 7%;
    }

    .team-member ul li .letter {
        font-size: 24px;
        line-height: 26px;
        color: #fff;
        /*font-family: 'Verlag-bold';*/
        font-family: 'Verlag-bold', sans-serif;
        text-transform: uppercase;
        letter-spacing: -4px;
    }

    .team-member ul li .word {
        padding: 0 0 0 20px;
    }

    .team-member ul li .hover {
        position: absolute;
        top: auto;
        right: 0;
        left: 0;
        bottom: -500px;
        content: "";
        background: #0c1f2da8;
        padding: 0 0 50px 25px;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        transition: all 0.7s;
        display: none;
    }

        .team-member ul li .hover h2 {
            font-size: 30px;
            line-height: 32px;
            color: #fff;
            /*font-family: 'Verlag-bold';*/
            font-family: 'Verlag-bold', sans-serif;
            margin: 0;
        }

        .team-member ul li .hover p {
            font-size: 20px;
            line-height: 24px;
            color: #999999;
            margin: 0;
        }

    .team-member ul li:hover > .hover {
        display: flex;
        top: 0;
        bottom: 0;
    }

/* contact us page start */

.contact-page .header_area {
    position: relative;
}

    .contact-page .header_area .main_menu ul li a {
        /*font-family: 'Verlag-bold';*/
        font-family: 'Verlag-bold', sans-serif;
        color: #0C1F2D;
        padding: 0 20px;
    }

.contact-page .portfolio_area.history .gray_title {
    left: -28% !important;
    font-size: 200px;
    line-height: 202px;
    /*font-family: 'Verlag-bold';*/
    font-family: 'Verlag-bold', sans-serif;
    transform: translate(44%, -44%);
    letter-spacing: -8px;
}

.contact-page .portfolio_area.history {
    /*padding: 100px 0 0;*/
    padding: 200px 0 0;
}

.contact-page .sim_content h2 {
    margin: 120px 0 25px;
    /*font-family: 'Verlag-bold';*/
    font-family: 'Verlag-bold', sans-serif;
    letter-spacing: -2px;
    font-size: 30px;
    text-transform: uppercase;
}

.contact-page .portfolio_area.history .sim_content {
    text-align: center !important;
}

.contact-page .map-block iframe {
    width: 100%;
    height: 450px;
}

.info-block-area {
    padding: 120px 0;
}

    .info-block-area ul li .block {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }

        .info-block-area ul li .block .sim_content h2 {
            margin: 0;
        }

        .info-block-area ul li .block h3 {
            /*font-family: 'Verlag-bold';*/
            font-family: 'Verlag-bold', sans-serif;
            letter-spacing: -2px;
            text-transform: uppercase;
            font-size: 20px;
            margin: 0;
        }

        .info-block-area ul li .block p {
            margin: 0;
        }

            .info-block-area ul li .block p a {
                color: #666;
                text-decoration: none;
                font-size: 16px;
                line-height: 18px;
            }

        .info-block-area ul li .block p {
            margin: 0;
            color: #666;
            text-decoration: none;
            font-size: 16px;
            line-height: 18px;
        }

    .info-block-area ul li {
        border-right: 1px solid #cccccc;
    }
/*vaishali add 13-07-2021 end*/

/*vaishali add 19-07-2021 start */
/* services page start */

.services-page .header_area {
    position: relative;
}

    .services-page .header_area .main_menu ul li a {
        /*font-family: 'Verlag-bold';*/
        font-family: 'Verlag-bold', sans-serif;
        color: #0C1F2D;
        padding: 0 20px;
    }

.services-page .gray_title {
    font-family: 'Verlag-bold', sans-serif;
    left: -63%;
}
.services-page .portfolio_area .service-area .gray_title {
    left: -16%;
    font-size: 200px;
    line-height: 202px;
    /*font-family: 'Verlag-bold';*/
    font-family: 'Verlag-bold', sans-serif;
    transform: translate(44%, -44%);
    letter-spacing: -8px;
}

.services-page .portfolio_area.service-area {
    padding: 100px 0 0;
}

.services-page .sim_content .h2 {
    /*margin: 120px 0 25px;*/
    margin: 55px 0 25px;
    /* font-family: 'Verlag-bold';*/
    font-family: 'Verlag-bold', sans-serif;
    letter-spacing: -2px;
    font-size: 30px;
    font-weight: 700;
}

.services-page .portfolio_area.service-area .sim_content {
    text-align: center;
}

    .services-page .portfolio_area.service-area .sim_content p {
        font-size: 15px;
    }

.services-page .right-text {
    padding: 0 0 0 7%;
}

.services-page .left-text {
    padding: 0 7% 0 0;
}

.services-page .bottom-area {
    text-align: center;
    padding: 100px 0;
}

    .services-page .bottom-area .sim_content p {
        font-size: 15px;
    }
/*vaishali add 19-07-2021 end */

/*vaishali add 20-07-2021 start */

/* details page start */

.details-page .header_area {
    position: relative;
}

    .details-page .header_area .main_menu ul li a {
        /* font-family: 'Verlag-bold';*/
        font-family: 'Verlag-bold', sans-serif;
        color: #0C1F2D;
        padding: 0 20px;
    }

.details-page .portfolio_area.service-area .gray_title {
    left: -8%;
    font-size: 200px;
    line-height: 202px;
    /* font-family: 'Verlag-bold';*/
    font-family: 'Verlag-bold', sans-serif;
    transform: translate(44%, -44%);
    letter-spacing: -8px;
}

.details-page .portfolio_area.service-area {
    padding: 100px 0 0;
}

.three-block {
    padding: 150px 0 100px;
}

    .three-block ul li .block {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }

        .three-block ul li .block .sim_content .h2 {
            /* font-family: 'Verlag-bold';*/
            font-family: 'Verlag-bold', sans-serif;
            letter-spacing: -3px;
            font-size: 25px;
            width: 100%;
        }

        .three-block ul li .block h3 {
            /* font-family: 'Verlag-bold';*/
            font-family: 'Verlag-bold', sans-serif;
            letter-spacing: -2px;
            text-transform: uppercase;
            font-size: 20px;
            margin: 0;
        }

        .three-block ul li .block p a {
            color: #666;
            text-decoration: none;
            font-size: 16px;
            line-height: 18px;
        }

    .three-block ul li {
        border-right: 1px solid #cccccc;
    }

        .three-block ul li .block .sim_content h2 {
            margin: 0;
        }

        .three-block ul li .block p {
            font-size: 15px;
            line-height: 17px;
        }

        .three-block ul li img {
            margin: 0 5px 0 0;
        }

body {
    overflow-x: hidden !important;
}

/* project page start */

.project-page .header_area {
    position: relative;
}

    .project-page .header_area .main_menu ul li a {
        /*font-family: 'Verlag-bold';*/
        font-family: 'Verlag-bold', sans-serif;
        color: #0C1F2D;
        padding: 0 20px;
    }

.project-page .portfolio_area.service-area .gray_title {
    left: -22%;
    font-size: 200px;
    line-height: 202px;
    /*font-family: 'Verlag-bold';*/
    font-family: 'Verlag-bold', sans-serif;
    transform: translate(44%, -44%);
    letter-spacing: -8px;
}

.project-page .portfolio_area.service-area {
    padding: 100px 0 0;
}

.project-page .sim_content .h2 {
    margin: 120px 0 25px;
    /*font-family: 'Verlag-bold';*/
    font-family: 'Verlag-bold', sans-serif;
    letter-spacing: -2px;
    font-size: 30px;
    font-weight: 700;
}

.project-page .portfolio_area.service-area .sim_content {
    text-align: center;
}

.filter-area #filters {
    text-align: center;
}

    .filter-area #filters .btn {
        background: none;
        font-size: 14px;
        text-transform: uppercase;
        color: #000;
        line-height: 16px;
        padding: 0;
        margin: 30px 20px 50px;
    }

.filter-area .element-item .author_img {
    position: relative;
}

.filter-area .caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #34444eb8;
    transition: all 0.7s;
    display: none;
}

    .filter-area .caption h2 {
        padding: 20% 0 0;
        /*font-family: 'Verlag-bold';*/
        font-family: 'Verlag-bold', sans-serif;
        color: #fff !important;
        font-size: 18px;
        line-height: 27px;
        text-transform: uppercase;
        margin: 0 0 20px;
    }

    .filter-area .caption p {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        margin: 0;
    }

.filter-area .element-item .author_img:hover > .caption {
    display: block;
}

.project-page .bottom-area .sim_content .h2 {
    margin: 0 0 25px;
}

.btn-area {
    margin: 0 0 70px;
}

    .btn-area .send-btn {
        background: #fff;
        border: 1px solid #000;
        color: #000;
        font-size: 14px;
        line-height: 16px;
        padding: 15px;
        width: 250px;
        text-transform: uppercase;
        /*font-family: 'Verlag-bold';*/
        font-family: 'Verlag-bold', sans-serif;
    }






/*vaishali add 20-07-2021 end */
.footer_social {
    display: flex;
    gap: 20px;
    justify-content: end;
}
    .footer_social a {
        display: flex;
        gap: 10px;
        align-items: center;
    }
        .footer_social a img {
            width: 20px;
        }
.footer_logo {
    max-width: 300px;
}
.footer_logo img {
    width: 100%;
}
#form1[action="./Home"] .header_social a img {
    width: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.header_social a img {
    width: 20px;
    -webkit-filter: invert(0%);
    filter: invert(0%);
}
.three-block ul li p img {
    width: 20px;
}
.filter-area .element-item .author_img {
    
    overflow: hidden;
}
.filter-area .caption {
   
    width: 100%;
    height: 100%;
}
.map-block {
    margin-top: 15px;
}
@media screen and (max-width:1099px) {
    .portfolio_content h2 a {
        font-size: 14px;
    }
    .portfolio_thumb {
        margin-bottom: 0;
    }
    .portfolio_area {
        padding-top: 20px;
        padding-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .services-page .right-text {
        padding-bottom: 20px;
    }
    .services-page .sim_content .h2 {
        font-size: 24px;
        margin-top: 0 !important;
    }
    .footer_logo {
        max-width: 240px;
    }
    .three-block {
        padding: 80px 0 30px;
    }
    .services-page .portfolio_area.service-area {
        padding: 30px 0 0;
    }
    .mobile_menu .bar i {
        display: none;
    }
    .mobile_menu .bar {
        background-image: url("../img/menu-icon.svg");
        background-position: center;
        background-size: 21px;
        background-repeat: no-repeat;
        background-color: #ffffff;
    }
    .offcanvas_social a img {
        width: 28px;
    }
    .offcanvas_wrapper .cross i {
        display: none;
    }
    .offcanvas_wrapper .cross {
        background-image: url("../img/close-icon.svg");
        background-position: center;
        background-size: 21px;
        background-repeat: no-repeat;
        background-color: #ffffff;
    }
    .project-page .portfolio_area.service-area {
        padding: 10px 0 0;
    }
    .project-page .sim_content .h2 {
        margin: 0 0 25px;
        font-size: 24px;
    }
    .services-page .left-text {
        padding-bottom: 20px;
    }
    .about_area .sim_content {
        margin-bottom: 30px;
    }
    .team_area .sim_content {
        padding-bottom: 15px;
    }
    .portfolio_area.history .sim_content {
        padding-bottom: 15px;
    }
}
    @media screen and (max-width:767px) {
        .footer_logo {
            margin: auto;
        }
        .offcanvas_menu {
	margin-top: 65px;
}

        .footer_social {
            justify-content: center;
        }
        .offcanvas_wrapper {
         
            display: block!important;
        }
    }
	.single_portfolio_item .portfolio_thumb{
width: 307px;
height: 193px;
overflow: hidden;
}
.single_portfolio_item .portfolio_thumb img{
width:100%;
height:auto;
}
.filter-area .element-item .author_img{
height: 230px;
overflow: hidden;
}
.author_img img{
width: 100% !important;
height: auto;
}
.details-page .img-block .col-md-12{
height: 230px;
width: 390px;
margin-top: 0 !important;
margin-bottom:25px !important;
}
.details-page .img-block .col-md-6{
height: 230px;
width: 390px;
margin-top: 0 !important;
margin-bottom:30px !important;
}

.details-page .author_img.aos-init img{
width: 100% !important;
height: auto;
height: 230px;
}
.details-page .author_img.aos-init{overflow: hidden;}
.about_area{height:auto; padding: 40px 0 40px 0 !important;}
.project_area{height:auto; padding: 40px 0 40px 0 !important;}
.about-page .gray_title{top:11%;}

@media (min-width: 1501px) and (max-width: 1750px) {
.about-page{margin-top: 100px !important;}
.about-page .gray_title{top:13%;}
.about-page .info-block{margin-top: -50px !important;}
}
@media (min-width: 1780px) and (max-width: 1900px) {
.about-page{margin-top: 120px !important;}
}
@media (max-width: 1500px) {
.about-page{margin-top: 50px;}
}