/*
Author: Bootstrap Themes
Author URI: http://bootstrapthemes.co
*/


/*==========================================
 01.  PREDIFINEED (FROM 1 TO 780 )
 02.  PRELOADER - LINE NO 786
 03.  NAVIGATION - LINE NO 930
 04.  HOME - LINE NO 1150
 05.  THU FEATURE - LINE NO 1280
 06.  THU FLIDE - LINE NO 1355
 07.  THU SERVICE - LINE NO 1385
 08.  PORTFOLIO - LINE NO 1444
 09.  THU SOLUTION - LINE NO 1620
 10.  THU TEAM - LINE NO 1658
 11.  THU CLIENTS FEEDBACK - LINE NO 1730
 12. THU BLOG - LINE NO 1848
 13. THU SUBCRIBS - LINE NO 1935
 14. FOOTER - LINE NO 2020
==========================================*/


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
    font-size: 14px;
    /* color: #797979; */
    color: #424040;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width: 100%;
    /* font-family: 'Jost', sans-serif; */
    font-family: 'Poppins', sans-serif;
}


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


/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/*
    Page Content
------------------------------------------*/

.page-content,
section {
    overflow: hidden;
}


/*
    On Scroll Animations 
------------------------------------------*/


/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/


/*
    Spacing & Alignment 
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}


/*text color*/

.text-muted {}

.text-primary {
    color: #ff7200 !important;
    ;
}

.text-finence {
    color: #13A0B2 !important;
    ;
}

.text-mega {
    color: #ff7200 !important;
    ;
}

.text-white {
    color: #fff !important;
    ;
}

.text-black {
    color: #000 !important;
}

.text-warning {}

.text-danger {}

.disabled {
    cursor: not-allowed;
}


/*bacground color*/

.lightbg {
    background-color: #f2f2f2;
}

.bg-primary {
    background-color: #ff7200;
}

.bg-finence {
    background-color: #13A0B2;
}

.bg-mega {
    background-color: #715e51;
}

.bg-grey {
    background-color: #f5f5f5;
}

.bg-black {
    background-color: #222222;
}

.bg-white {
    background-color: #fff;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
}

.form-control {
    border-radius: 0px;
    border: 1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    width: 100%;
    height: 40px;
    border-radius: 6px;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, .6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #1a1a1a;
    margin-bottom: 10px;
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
}

h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}

h3 {
    font-size: 1.200rem;
    line-height: 2rem;
}

h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.575rem
}

h6 {
    font-size: 1rem;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span {
    color: #ff7200;
}

p {
    line-height: 1.5rem;
}

p:last-child {
    margin-bottom: 0px;
}


/*colors*/

.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}


/*
Section
*/

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*all overlay*/

.overlay {
    background-color: rgba(41, 39, 34, 0.50);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.left-no-padding {
    padding-left: 0 !important;
}

.right-no-padding {
    padding-right: 0 !important;
}

.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}

.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/

.separator_left {
    width: 85px;
    height: 2px;
    margin: 20px 0px;
    background: #ff7200;
}

.separator_auto {
    width: 85px;
    height: 2px;
    margin: 20px auto;
    background: #ff7200;
}

.separator_small {
    width: 30px;
    height: 2px;
    margin: 20px 0px;
    background: #ff7200;
}


/*
Button
*/

.socialicon{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid;
   padding :10px 5px;
    width: 38px; height: 38px;
}

.btn-primary {
    color: #fff;
    background-color: #ff7200;
    border: 1px solid;
    border-color: #ff7200;
}

.btn-primary:hover {
    background-color: #eee;
    border-color: #eee;
    color: #ffffff;
}

.btn-default {
    color: #fff;
    background-color: transparent;
    border: 1px solid;
    border-color: #b6b6b6;
}

.btn-default:hover {
    color: #fff;
    background-color: #ff7200;
    border-color: #ff7200;
}


/*
socail icon
--------------------------------*/


/*
Extra height css
*/

.m-0 {
    margin: 0 !important;
}

.m-top-0 {
    margin-top: 0;
}

.m-r-0 {
    margin-right: 0;
}

.m-l-0 {
    margin-left: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-r-15 {
    margin-right: 15px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-60 {
    margin-top: 60px;
}

.m-top-70 {
    margin-top: 70px;
}

.m-top-80 {
    margin-top: 80px;
}

.m-top-90 {
    margin-top: 90px;
}

.m-top-100 {
    margin-top: 100px;
}

.m-top-110 {
    margin-top: 110px;
}

.m-top-120 {
    margin-top: 120px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b {
    margin: 14rem 0;
}

.p_t__b {
    padding: 6rem 0;
}

p-0 {
    padding: 0 !important;
}

.p-l-15 {
    padding-left: 15px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}

.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}

.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}

.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r {
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}


/*padding*/

.padding-twenty {
    padding: 10px 0;
}

.padding-fourty {
    padding: 20px 0;
}

.padding-sixty {
    padding: 30px 0;
}

.padding-eighty {
    padding: 40px 0;
}


/*border*/

.no-border-top {
    border-top: 0px solid transparent !important;
}

.no-border-rigth {
    border-right: 0px solid transparent !important;
}


/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #797979;
    background-color: transparent;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder {
    color: #cdcdcd;
}

textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder {
    color: #cdcdcd;
    padding: 5px;
}

.transform_scal_rotate:hover img {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

.culmn {
    width: 100%;
    overflow: hidden;
}

.fix {
    overflow: hidden;
}


/*heading title all area*/

.head_title {
    padding-bottom: 2.143rem;
    overflow: hidden;
    text-transform: uppercase;
}

.head_title h2 {
    font-weight: 700;
    font-size: 2.250rem;
    color: #282828;
}

.head_title h5 {
    font-weight: 400;
    font-size: 1.125rem;
    color: #999999;
}


/*End off pridifain css*/


/*Preloader*/

#loading {
    background-color: #ff7200;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0;
    z-index: 9999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;
}

.object {
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}

#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}

#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}

@-webkit-keyframes loading-center-absolute {
    100% {
        -webkit-transform: rotate(-45deg);
    }
}

@keyframes loading-center-absolute {
    100% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}

@-webkit-keyframes object_one {
    25% {
        -webkit-transform: translate(0, -50px) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_one {
    25% {
        transform: translate(0, -50px) rotate(-180deg);
        -webkit-transform: translate(0, -50px) rotate(-180deg);
    }
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@-webkit-keyframes object_two {
    25% {
        -webkit-transform: translate(50px, 0) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_two {
    25% {
        transform: translate(50px, 0) rotate(-180deg);
        -webkit-transform: translate(50px, 0) rotate(-180deg);
    }
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% {
        -webkit-transform: translate(-50px, 0) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_three {
    25% {
        transform: translate(-50px, 0) rotate(-180deg);
        -webkit-transform: translate(-50px, 0) rotate(-180deg);
    }
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: rtranslate(0, 0) rotate(-180deg);
    }
}

@-webkit-keyframes object_four {
    25% {
        -webkit-transform: translate(0, 50px) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_four {
    25% {
        transform: translate(0, 50px) rotate(-180deg);
        -webkit-transform: translate(0, 50px) rotate(-180deg);
    }
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}


/*End off Preloader*/


/*
Nav Menu style
==================*/

.navbar-brand {
    /* padding: 25px 15px; */
}

.navbar-brand>img {
    position: absolute;
    height: 70px;
    top: 7px;
}

.navbar-callus li a {
    font-size: 14px;
    padding: 10px;
    color: #444444;
    display: inline-block;
}

.navbar-callus li a i {
    font-size: 13px;
    color: #1abc9c;
    margin-right: 5px;
}


/*
Home Section style
==================*/

.home {
    background-size: cover;
    position: relative;
    padding-top: 81px;
    position: relative;
    width: 100%;
}

.carousel-caption {
    /* right: 20%; */
    /* left: 20%; */
    padding-bottom: 30px;
    top: 0;
    width: 100%;
    text-align: left;
    left: 0;
    right: 0;
    background: #00000000;
    background-image: linear-gradient(to right, #0808083b, #1004044f 0%, #fdfdfd00 100%, #0606064f 100%);
    padding-top: 360px;
    bottom: 0;
}

.carousel-caption h2 {
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
    line-height: 54px;
    width: 60%;
    font-weight: 600;
}

.carousel-caption p {
    font-size: 21px;
}

.item {
    width: 100%;
    background-position: center;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ff6e01;
}

.home .item {
    /* min-height: 490px; */
    /* min-height: 540px;
    width: 100%;
    background-size: 100% 100%;
    background-position: center; */
}

.home .item {
    min-height: 90vh;
    width: 100%;
    background-size: cover;
}

.main_home .home_text h2 {
    font-size: 36px;
    font-weight: 400;
}

.main_home .home_text h1 {
    font-size: 48px;
    font-weight: 700;
}

.main_home .home_text h3 {
    font-size: 24px;
    font-weight: 400;
}

.main_home .slick-dots li button::before {
    font-family: slick;
    font-size: 8px;
    line-height: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
    opacity: 0.9;
    color: white;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}

.main_home .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.main_home .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #ff7200;
}

.main_home .slick-dots {
    bottom: -200px;
}

.work_container .slick-arrow,
.main_home .slick-arrow {
    font-size: 3rem;
    color: #fff;
    top: 30%;
    position: absolute;
    z-index: 90;
    cursor: pointer;
}

.main_home .nextprevleft {
    left: -3%;
}

.main_home .nextprevright {
    right: -3%;
}

.home_btns {
    margin-left: -10px;
}

.home_btns a {
    margin-left: 10px;
}

.btn10.text-white.header-btn {
    margin: 20px 12px 0px 20px;
    font-weight: 600;
}


/*
Featured section style
========================*/

.features_item .f_item_icon {
    float: left;
    width: 15%;
    display: inline-block;
    margin-right: 15px;
}

.features_item .f_item_icon i {
    font-size: 4rem;
    color: #ff7200;
}

.features_item .f_item_text {
    display: inline-block;
    width: 75%;
}

.features_item .f_item_text p {
    font-size: 14px;
}


/*Business Section*/

.main_business {}

.business_item {}

.business_item h2 {
    font-size: 26px;
    font-weight: 800;
}

.business_item li {
    font-size: 15px;
    font-weight: 500;
    line-height: 2rem;
    color: #313131;
}

.business_item li i {
    font-size: 12px;
    margin-right: 5px;
}

.business_item p {
    color: #333333;
    line-height: 2rem;
    font-size: 14px;
    font-weight: 500;
}

.business_item .business_btn {
    margin-left: -10px;
}

.business_item .business_btn a {
    margin-left: 10px;
}

.business_item .business_btn .btn-default {
    color: #444444;
}

.slid_shap {
    height: 40px;
    border-radius: 4px 4px 0px 0px;
    width: 100%;
}

.business_slid {
    box-shadow: 0px 0px 8px -1px;
    border-radius: 4px 4px 0px 0px;
}

.business_slid .business_items {
    background-color: #fff;
    margin: 0;
}

.business_slid .slick-arrow {
    position: absolute;
    top: 29%;
    z-index: 1;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    transition: all 0.6s;
    color: #fff;
}

.business_slid .nextprevleft {
    left: 5.9%;
}

.business_slid .nextprevright {
    right: 6%;
}

.business_slid .nextprevleft:hover,
.business_slid .nextprevright:hover {
    /*    width:25px;
        height: 25px;
        line-height: 25px;*/
    /*text-align: center;*/
    background-color: #ddd;
    border-radius: 50%;
}

.business_slid .slick-dots {
    position: absolute;
    top: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}


/*
work Section style
=====================*/


/*.slides{
    width:100%;
    height: auto;
}*/


/*#owl-demo .item{
    width:350px;
    height:350px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: 300px;
}*/

.main_product .carousel-control {
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
    text-align: center;
    top: 30%;
}

.main_product .carousel-control:hover {
    background-color: #5ec6ff;
    color: #fff;
}

.main_product .carousel-control.left {
    left: -1.4%;
    box-shadow: -1px 0px 0px 0px;
}

.main_product .carousel-control.right {
    right: -1.4%;
    box-shadow: 1px 0px 0px 0px;
}

.main_product .port_img {
    position: relative;
    overflow: hidden;
}

.main_product .port_img img {
    width: 100%;
}

.main_product .port_overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(131, 216, 236, 0.63);
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 35%;
    opacity: 0;
    transition: all 0.2s;
}

.main_product .port_overlay a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 2rem;
    bottom: -150px;
    position: relative;
}

.main_product .port_img:hover .port_overlay a {
    bottom: 0;
}

.main_product .port_img:hover .port_overlay {
    opacity: 1;
}


/*Test Section
======================*/

.main_test {
    width: 100%;
    display: block;
}

.test_item {
    padding: 40px;
    transition: all 0.6s;
    border: 1px solid transparent;
}

.test_item:hover {
    border: 1px solid #ddd;
    background-color: #fff;
}

.test_item:hover .item_img i {
    color: #fff;
    background-color: #ff7200;
}

.main_test .item_img {
    float: left;
    display: inline-block;
    width: 20%;
    margin-right: 10%;
}

.main_test .item_text {
    display: inline-block;
    width: 70%;
}

.item_img {
    position: relative;
}

.item_img i {
    background-color: #fff;
    position: absolute;
    right: -25%;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ddd;
    border-radius: 50%;
    box-shadow: 1px 0px 0px 0px #ddd;
}


/*Brand Section
=========================*/

.brand_item img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.6s;
    height: 30px;
}

.brand_item img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}


/*call to action
=========================*/

.action_btn .btn-default:hover {
    background-color: #fff;
    color: #ff7200;
}

.action-lage {
    position: relative;
    width: 100%;
}

.action-lage:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #ff7200;
    left: 50%;
    top: 0%;
    z-index: 3;
    margin-left: -15px;
}


/*Footer section*/

.divider {
    width: 100%;
    height: 1px;
    background-color: #434769;
    display: inline-block;
}

.widget_ab_item_text h6 {
    margin-bottom: 5px;
}

.widget_item h5 {
    font-weight: 700;
}

.widget_item .btn:hover {
    background-color: #0ec9a2;
}

.widget_item li a {
    color: #aaa;
}

.widget_item li a:hover {
    color: #fff;
}

.widget_latst_item_text p {
    margin-bottom: 0px;
    color: #aaaaaa;
}

.widget_service li i,
.widget_latst_item_text a {
    font-size: 12px;
    color: #aaaaaa;
}

.widget_service li i {
    margin-right: 5px;
}

.widget_service li {
    font-size: 13px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
}

.widget_newsletter li a:hover i,
.widget_latst_item_text:hover p,
.widget_service li:hover,
.widget_service li:hover i {
    color: #fff;
}

.widget_ab_item .item_icon,
.widget_latst_item .item_icon {
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
}

.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%;
}

.widget_ab_item .item_icon {
    float: left;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
}

.widget_ab_item .widget_ab_item_text {
    display: inline-block;
    width: 80%;
}

.widget_newsletter .form-inline .form-group {
    display: block;
}

.widget_newsletter .form-control {
    width: 80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color: #333333;
    display: inline-block;
}

.widget_newsletter .btn {
    width: 20%;
    padding: 0.65rem 1.2rem;
    background-color: #ff7200;
    border-color: #ff7200;
    color: #fff;
    border-radius: 0;
    margin-left: -4px;
    display: inline-block;
}

.widget_brand a {
    font-size: 30px;
    font-weight: 800;
    color: #aaa;
}

.widget_newsletter li a i {
    color: #aaa;
}

.main_footer i {
    padding: 0px 5px;
    color: #ff0000;
}

.main_footer a {
    color: #ddd;
    padding: 5px;
}


/* .form_box {
    width: 350px;
    float: right;
    background: #fff;
    margin-top: 30px;
    padding: 20px;
} */


/* .form-parent {
    position: relative;
    height: 90vh;
} */

.form_box {
    /* width: 350px; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    float: right;
    background: #fff;
    /* margin-bottom: 30px; */
    /* margin-top: 45px; */
    padding: 15px;
    /* border-top: 25px solid #bb4543; */
    /* border-radius: 10px 5px; */
    /* background-image: url(../images/shape.png); */
    border-radius: 5px;
    background-repeat: no-repeat;
    /* position: absolute; */
    /* left: 0; */
    /* transform: translateY(-50%); */
    border: 1px solid #ccc;
    width: 100%;
}

.hr-form {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.form_box h3 {
    font-size: 17px;
    font-weight: 600;
    /* margin: 15px; */
    color: #ff7200;
    margin-bottom: 15px;
}

.form_Group input {
    border: 1px solid #ccc;
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #282828;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 6px;
}

.form_Group select {
    border: 1px solid #ccc;
}

.form_Group input:focus {
    border: 1px solid transparent !important;
    box-shadow: none !important;
}

.main_footer p {
    color: #fff;
}

.main_footer p a {
    color: #5ec0fb;
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #383838;
    font-size: 14px;
    text-transform: capitalize ! important;
    padding: 30px 6px;
    font-weight: 700;
}

.nav>li>a:active,
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
    color: #ff7200 !important;
}

.form_Group select {
    height: 40px;
    width: 100%;
    color: #737373;
    font-size: 13px;
    font-weight: 600;
    /* padding: 10px; */
    padding: 6px 6px;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #fff;
}

.btn__btnBox {
    background: #b14342;
    /* width: 100%; */
    padding: 10px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    width: 120px;
    margin: auto;
    font-weight: 500;
    text-align: center;
}

.btn__btnBox:hover {
    background: #ff7200;
    transition: 0.7s;
    color: #fff !important;
}

nav.navbar.bootsnav.navbar-fixed {
    z-index: 160;
    /* box-shadow: rgba(45, 44, 44, 0.26) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
}

.header-shadow {
    box-shadow: rgba(45, 44, 44, 0.26) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.business_item b,
.business_item p b {
    font-size: 17px;
    font-weight: 600;
    color: #353535;
}

.custom_small {
    text-align: cente;
    padding: 20px;
    height: 145px;
}

.hicon {
    font-size: 16px;
    margin-top: 16px;
    font-weight: 600;
    color: #000;
}

.last_module {
    margin: 0px auto;
    float: none;
}

.config_module {
    margin-top: 40px;
}

.ami {
    background-position: center;
    background-size: Cover;
    height: 785px;
    position: relative;
}

.amin_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0f222bd9;
}

.amin_overlay h2 {
    font-size: 36px;
    color: #fff;
    padding: 30px;
    letter-spacing: 10.5px;
    margin-top: 25px;
    margin-bottom: -10px;
}

.amin_module ul li {
    display: inline-block;
    width: 19%;
    text-align: center;
    color: #fff;
    margin: 10px 0px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    margin-bottom: 35px;
}

.amin_module-top ul li {
    display: inline-block;
    width: 14%;
    text-align: center;
    color: #262424;
    margin: 10px 0px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 600;
    cursor: pointer;
}

.amin_module-top ul li:hover {
    color: #ff7200;
}

.amin_module ul li img {
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
}

.topplan {
    background: #000;
    color: #fff;
    padding: 12px !important;
}

.topplan1 {
    font-weight: 100;
    color: #1786c7;
}

.specific_area ul li {
    color: #424040;
    line-height: 26px;
    list-style: disc;
}

.specific_area ul {
    padding-left: 25px;
}

.price_list {
    color: #fff;
}

.price_list h2 {
    color: #fff;
}

.heading_td {
    background: #5eb2e4;
    color: #fff;
}

.price_list ul li {
    color: #fff;
}

.list_item li {
    list-style: disc;
}

.list_item {
    padding-left: 15px;
}

.floor_plan {
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.5);
    padding: 25px;
}

.Master_plan {
    position: relative;
}

.Master_plan h2 {
    font-size: 26px;
    font-weight: 800;
    position: absolute;
    top: 90px;
}

.port_item {
    border: 1px solid #e2e1e1
}

.form_box p {
    font-family: arial;
}

.port_caption h5 {
    background: #5ec0fb;
    padding: 10px;
    color: #fff;
    margin: 0;
}

.elvation_floor .item {
    height: auto !important;
}

.bg_ground_ui {
    background: linear-gradient(to right, #FFFFFF, #6dfaf3b3, #63b92966);
}

.form_box p {
    font-size: 17px;
    color: #000;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    margin-top: 10px;
}

.form_box p a {
    color: #fff !important;
    display: block;
    cursor: pointer;
}

.loc_advant b {
    color: #4cb1d6;
}

.mobi_vs {
    display: none;
}

.footer_iconset {
    position: fixed;
    bottom: 50%;
    right: 0;
    display: none;
}

@media only screen and (min-width:768px) {
    .footer_call {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .navbar-brand {
        padding: 13px 15px;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 10px 10px;
        border: none;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        color: #fff;
    }
    .roomy-70 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .business_item {
        margin: 0px !important;
    }
    .business_item h2 {
        font-size: 23px;
        font-weight: 800;
    }
    .business_item b,
    .business_item p b {
        font-size: 16px;
        font-weight: 600;
    }
    .business_item li {
        line-height: 24px;
        font-size: 16px;
    }
    .head_title h2 {
        font-size: 22px;
    }
    .config_module {
        margin-top: 0px;
    }
    .hicon {
        font-size: 15px;
        margin-top: 16px;
    }
    .ami {
        height: 1186px;
    }
    .amin_module ul {
        text-align: center;
    }
    .amin_overlay h2 {
        margin-top: 0px;
    }
    .floor_plan {
        padding: 15px 10px;
    }
    .list_item {
        margin-bottom: 20px;
    }
    .Master_plan h2 {
        font-size: 20px;
        position: relative;
        top: 0;
        line-height: 27px;
        margin-bottom: 30px;
        text-align: center;
    }
    .port_item {
        margin-top: 0px !important;
    }
    .carousel-caption {
        padding-top: 300px;
    }
    /* .form_structure {
        height: 88px;
        position: fixed;
        left: 0;
        right: 0;
        top: inherit;
        width: 100%;
        bottom: 0;
        width: 100%;
        z-index: 999;
        right: 0;
    } */
    .dek_vs {
        display: block;
    }
    .mobi_vs {
        display: block;
    }
    /* .form_box {
        width: 100%;
        background: #000;
        margin-top: 30px;
        padding: 20px;
        box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.5);
    } */
    .home {
        padding-top: 55px;
    }
    .carousel-indicators {
        display: block;
    }
    .business_item p {
        color: #333333;
        line-height: 25px;
        font-size: 16px;
    }
    .business_slid {
        margin-top: 20px;
    }
    .form_structure .container {
        padding: 0px;
    }
    .form_box h3 {
        font-size: 17px;
        margin-bottom: 16px;
    }
    .mobi_vs img {
        float: right;
        margin-top: -5px;
    }
    .close {
        display: none;
        opacity: 1;
    }
    .form_structure.active {
        height: auto;
        transition: 1s ease;
    }
    .form_structure.active .close {
        display: block;
    }
    .form_structure.active .email {
        display: none;
    }
    .form_box p {
        background: #ad1616;
    }
    .footer_iconset {
        bottom: 50%;
        width: 50px;
    }
    .footer_iconset a img {
        width: 100%;
    }
    .footer_call {
        bottom: 50%;
        width: 50px;
        left: 0px;
        position: fixed;
    }
    .footer_call a img {
        width: 100%;
    }
}

.navbar-default .navbar-brand {
    margin: 10px 0px;
    color: #777;
}


/* .carousel-inner .item {
    
} */

.hero-form {
    margin-bottom: 15px;
}

.bottom-tiles {
    padding: 5px 0px;
    background: #ff7200;
}

.tile-box {
    padding: 5px;
}

.tile-icon-box {
    width: 48px;
    height: 48px;
    text-align: center;
    float: left;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    /* padding: 10px; */
    border-radius: 50%;
    line-height: 55px;
    position: relative;
    bottom: 2px;
    right: 5px;
}

.tile-icon-box i {
    font-size: 25px;
}

.content-box {
    width: 80%;
    float: left;
}

.tiles-icon {
    font-size: 25px;
    color: #ff7200;
}

.bsd {
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset; */
    /* background: #fff; */
    padding: 15px 15px;
    /* border: 1px solid #f7f7f7; */
    border-radius: 20px;
    transition: 0.7s;
}


/* .bsd:hover {
    padding: 15px 15px;
    border-radius: 20px;

    color: #fff;
} */

.tile-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin-left: 10px;
    margin-top: 5px;
}

.bsd:hover .tile-title {
    color: #fff;
}


/* .bsd:hover .tile-icon-box {
    background: #ff7200;
    box-shadow: none;
} */


/* .bsd:hover .tiles-icon {
    color: #fff !important;
} */

.p-1 {
    padding: .25rem !important;
}

.tile-des {
    width: 100%;
    display: block;
    min-height: 80px;
    height: 80px;
    display: none;
    overflow: hidden;
}


/* ----------------------------------------------------
    About Us Area
---------------------------------------------------- */

.about-us-img-wrap {
    position: relative;
}

.about-us-img-wrap img {
    margin: 0;
    /* min-height: 527px; */
    object-fit: cover;
    /* height: 606px; */
    height: 678px;
}

.about-us-img-info {
    width: 310px;
    height: 310px;
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-shadow: var(--ltn__box-shadow-1);
    box-shadow: var(--ltn__box-shadow-1);
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.about-us-img-info h1 {
    margin: 0;
    font-size: 120px;
    line-height: 0.8;
    color: var(--ltn__secondary-color);
}

.about-us-img-info h1 .counter {
    font-size: 120px;
    line-height: 0.8;
    color: var(--ltn__secondary-color);
}

.about-us-img-info h1 span {
    font-size: 20px;
    color: var(--ltn__heading-color);
}

.about-us-img-info h6 {
    margin: 0;
}

.about-us-img-info h6 span {
    font-size: 20px;
    color: var(--ltn__secondary-color);
}

.about-us-img-info .btn-wrapper {
    margin-top: 50px;
}

.about-us-img-info .dots-bottom {
    height: 25px;
    width: 25px;
    background-color: var(--ltn__secondary-color);
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 12px;
}

.about-us-img-info-2 {
    width: 190px;
    height: 190px;
    background-color: var(--ltn__secondary-color);
    border: 15px solid;
    border-color: var(--white);
    bottom: 0;
    top: auto;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    margin-right: 0;
}

.about-us-img-info-2 h1 {
    font-size: 50px;
    color: var(--white);
}

.about-us-img-info-2 h1 .counter {
    font-size: 50px;
    color: var(--white);
}

.about-us-img-info-2 h1 span {
    font-size: 20px;
    color: var(--white);
}

.about-us-img-info-2 h6 {
    color: var(--white);
}

.about-us-img-info-3 {
    right: auto;
    left: 10px;
    border: 0;
    height: inherit;
    width: inherit;
    max-width: 300px;
    bottom: 70px;
    background-color: transparent;
}

.about-us-img-info-3 .ltn__video-img::before {
    opacity: 0.1;
}

.about-us-info-wrap {
    position: relative;
}

.about-us-info-wrap .btn-wrapper {
    margin-top: 40px;
}

.about-us-info-wrap hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-us-info-wrap .ltn__video-play-btn {
    width: 80px;
    height: 80px;
    line-height: 84px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -100px;
}

.about-us-info-devide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-us-info-devide .list-item-with-icon {
    margin-left: 30px;
    margin-bottom: 30px;
}

.list-item-with-icon {
    min-width: 300px;
}

.about-us-img-info-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.list-item-with-icon-2 ul,
.list-item-with-icon ul {
    padding: 0;
    margin: 0;
}

.list-item-with-icon-2 ul li,
.list-item-with-icon ul li {
    position: relative;
    list-style: none;
    padding-left: 60px;
    font-weight: 700;
    margin-bottom: 25px;
}

.list-item-with-icon-2 ul li:last-child,
.list-item-with-icon ul li:last-child {
    margin-bottom: 0;
}

.list-item-with-icon-2 ul li::before,
.list-item-with-icon ul li::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    left: 0;
    top: -5px;
    background-color: red;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: var(--ltn__secondary-color);
}

.list-item-with-icon-2 ul li {
    padding-left: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

.list-item-with-icon-2 ul li::before {
    height: inherit;
    line-height: inherit;
    width: inherit;
    background-color: transparent;
    color: darkred;
    top: 5px;
}

.about-img-left {
    /* margin-right: 30px; */
}

.about-img-right {
    /* margin-left: 30px; */
}

.ltn__img-shape-left,
.ltn__img-shape-right {
    position: relative;
}

.ltn__img-shape-left::before,
.ltn__img-shape-right::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 85%;
    width: 30px;
    background-color: red;
}

.ltn__img-shape-left {
    padding-left: 30px;
}

.ltn__img-shape-left::before {
    left: 0;
}

.ltn__img-shape-right {
    padding-right: 30px;
}

.ltn__img-shape-right::before {
    left: auto;
    right: 0;
}

.about-call-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-call-us .call-us-icon {
    font-size: 50px;
    margin-right: 20px;
    color: red;
    line-height: 1;
}

.about-call-us .call-us-info p {
    margin-bottom: 10px;
}

.about-call-us .call-us-info h2 {
    margin-bottom: 0px;
}

.ltn__list-item-half {
    margin-top: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.ltn__list-item-half li {
    width: 50%;
    float: left;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
}

.ltn__list-item-half li img {
    max-width: 50px;
    margin-right: 10px;
}

.ltn__list-item-half li i {
    font-size: 20px;
    color: black;
    margin-right: 15px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: var(--ltn__color-6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    border-radius: 100%;
}

.ltn__list-item-half-2 li i {
    font-size: 14px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
}

.ltn__list-item-1 {
    padding-left: 0;
    margin-bottom: 30px;
}

.ltn__list-item-1 li {
    list-style: none;
    margin-top: 1rem;
}

.ltn__list-item-1-before {
    padding-left: 30px;
}

.ltn__list-item-1-before li {
    position: relative;
}


/* .ltn__list-item-1-before li::before {
    position: absolute;
    content: "";
    left: -30px;
    width: 15px;
    height: 1px;

    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

} */

.ltn__list-item-2 {
    padding-left: 0;
    margin-bottom: 30px;
}

.ltn__list-item-2 li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 30px;
    max-width: 160px;
    font-size: 14px;
}

.ltn__list-item-2 li span {
    display: block;
    font-weight: 700;
}

.ltn__list-item-2 li:last-child {
    margin-right: 0;
}

.ltn__list-item-2-before li {
    position: relative;
    text-align: center;
    /* color: red; */
    font-size: 16px;
    color: #ff7200;
    font-weight: 600;
}

.ltn__list-item-2-before li::before {
    position: absolute;
    content: "";
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: blue;
    opacity: 0.2;
}

.ltn__list-item-2-before li:last-child::before {
    display: none;
}

.ltn__list-item-2-img li {
    margin-right: 10px;
    width: 30%;
}

.ltn__callout {
    padding: 20px;
    margin: 25px 0;
    border-left: 4px solid;
    border-color: blue;
}

.ltn__callout p {
    margin-bottom: 0;
}

.ltn__callout p+p {
    margin-top: 20px;
}

.list-item-margin li {
    margin-top: 30px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-120 {
    padding-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-us-info-devide {
        display: block;
    }
    .about-us-info-devide .list-item-with-icon {
        margin-left: 0;
    }
    .list-item-with-icon {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .about-img-left {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .about-img-right {
        margin-left: 0;
        margin-bottom: 40px;
    }
    .about-us-info-wrap .ltn__video-play-btn {
        position: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }
}

@media (max-width: 767px) {
    .overview-ul li {
        width: 100% !important;
    }
    .custom-content-brief {
        margin-bottom: 30px;
    }
    .about-us-img-info {
        height: 200px;
        width: 220px;
    }
    .about-us-img-info h1 .counter {
        font-size: 80px;
    }
    .about-us-img-info-2 {
        width: 150px;
        height: 150px;
    }
    .about-us-img-info-2 h1 .counter {
        font-size: 30px;
    }
    .about-us-info-devide {
        display: block;
    }
    .about-us-info-devide .list-item-with-icon {
        margin-left: 0;
    }
    .list-item-with-icon {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .list-item-with-icon {
        min-width: 275px;
    }
    .ltn__list-item-half li {
        width: 100%;
        padding-right: 0px;
    }
    .ltn__flat-info li {
        margin-right: 20px;
    }
    .ltn__list-item-2-before li::before {
        right: -12px;
    }

}

.section-title-area {
    margin-bottom: 10px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.ltn__list-item-1-before {
    padding-left: 20px;
}

.btn10 {
    margin: 0px 4px;
    color: #fff !important;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
    background: #ff7200;
    padding: 9px 30px;
    border-radius: 50px;
    color: #fff;
    FONT-WEIGHT: 500;
    border: none;
    outline: none;
    transition: 0.7s;
}

.btn10:hover {
    background: #ff7200;
    transition: 0.7s;
    color: #fff !important;
}

a.btn10 {
    color: #fff !important
}

.specification-content {
    height: 100%;
    /* border: 2px solid blue; */
    overflow: hidden;
}

.specificatin-tile {
    /* box-shadow: #f3dddd 0px 0px 5px 0px, inset rgb(0 0 0 / 10%) 0px 0px 0px 1px; */
    padding: 10px 15px;
    /* min-height: 143px; */
    height: 150px;
    /* position: relative; */
    border-radius: 7px;
    /* overflow-y: hidden; */
    box-shadow: rgb(221 221 221) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 13px 0px;
}

.specification-title {
    float: left;
    width: 80%;
    font-weight: bold;
    color: #ff7200;
    font-size: 16px;
    /* text-transform: uppercase; */
}

.title-img {
    float: left;
    width: 20%;
    text-align: right;
}

.tile-footer {
    width: 100%;
    height: 30px;
    display: none;
}

.tile-logo {
    width: 30px;
    position: absolute;
    right: 15px;
    bottom: 10px;
    opacity: 0.2;
    display: none;
}

.p-content {
    line-height: 20px;
    color: #232323;
    font-size: 14px;
    width: 91%;
    margin: 0px;
}

.col-md-4.mb-2 {
    padding: 5px 5px;
}

.flooring-ul {
    padding-left: 0px;
    /* list-style-type: disc; */
    width: 90%;
}

.flooring-ul {
    padding-left: 0px;
    /* list-style-type: disc; */
    width: 90%;
    /* height: 49px; */
    overflow: hidden;
}

.auto-height {
    height: auto !important;
}

.flooring-ul li {
    color: #423f3f;
    margin-bottom: 5px;
    display: inline-block;
}

.site-section-heading {
    font-size: 36px;
    padding: 30px;
    letter-spacing: 10.5px;
    margin-top: 25px;
    margin-bottom: -10px;
}


/*** 
====================================================================
    Property Details Section
====================================================================
***/

.property-details {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #08080833, #10040475 0%, #fdfdfd00 100%, #0606064f 100%), url(../images/buildings/03.jpg);
}

.property-details .auto-container:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0px;
    width: 1500px;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 0;
}

.property-details .auto-container {
    position: relative;
    z-index: 5;
}

.property-details .left-column {
    position: relative;
    padding: 60px 15px;
    background: rgba(255, 255, 255, 0.95);
}

.property-details .left-column h2 {
    position: relative;
    font-size: 24px;
    color: #253d4a;
    font-weight: 700;
    margin-bottom: 20px;
}

.tabs-box {
    position: relative;
    padding-right: 50px;
}

.tabs-box .tab-buttons {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.70);
    border: 1px solid #dddddd;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: table-cell;
    border-right: 1px solid #dddddd;
    padding: 14px 20px;
    color: #253d4a;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    background: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.tabs-box .tab-buttons .tab-btn:last-child {
    border: none;
}

.tabs-box .tab-buttons .tab-btn:hover,
.tabs-box .tab-buttons .tab-btn.active-btn {
    color: #ffffff;
    background: #952821
}

.tabs-box .tab-content {
    position: relative;
}

.tabs-box .tab-content .tab {
    position: relative;
    display: none;
    top: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.tabs-box .tab-content .active-tab {
    display: block;
    top: 0px;
}

.tabs-box h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #253d4a;
    font-weight: 700;
}

.tabs-box .text {
    margin-bottom: 15px;
}

.styled-list {
    position: relative;
    margin-top: 30px;
    padding: 0px;
    margin: 30px 0px 0px -30px;
}


/* .styled-list li {
    line-height: 24px;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    color: #253d4a;
    display: inline-block;
    margin: 20px 50px 20px -15px;
    border-right: 2px solid black;
    padding-right: 20px;
    width: 27%;
    text-align: left;
} */

.styled-list li {
    line-height: 20px;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    color: #253d4a;
    display: inline-block;
    /* margin: 20px 13px 20px -9px; */
    border-right: 2px solid #897b7b;
    padding-right: 20px;
    width: 24%;
    text-align: center;
}

.styled-list li:last-child {
    border-right: none !important;
}

.styled-list .top-icon {
    width: 32px;
    margin-bottom: 10px;
}


/*
.styled-list li:before {
    content:'\e0b0';
    font-family:'Flaticon';
   color: #ff7200;
    font-size: 12px;
    left: 0;
    line-height: 18px;
    position: absolute;
    top: 3px;
}*/

.styled-list li:hover {
    color: #ff7200;
}

.nav-t {
    margin-bottom: 30px;
    margin-left: 0;
    list-style: none;
}

.nav-t>li>a {
    display: block;
}

.nav-tabs {
    *zoom: 1;
}

.nav-tabs:before,
.nav-tabs:after {
    display: table;
    content: "";
}

.nav-tabs:after {
    clear: both;
}

.nav-tabs>li {
    /* float: left; */
    display: inline-block;
    float: none;
}

.nav-tabs>li>a {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: 0.1rem;
    line-height: 1rem;
}

.nav-tabs {
    border-bottom: none;
    text-align: center;
}

.nav-tabs>li {
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.25rem;
    border: 1px solid none;
    background: #fff;
    color: #212121;
    width: 200px;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #ff7200;
    border: 1px solid #ddd;
    border-bottom-color: none;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-color: #ddd #ddd #999;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    cursor: default;
    background-color: #8c1912;
    border: 1px solid #999;
    border-bottom-color: transparent;
}

.tab-content.active {
    display: block;
}

.tab-content.hide {
    display: none;
}

.tab-content .text {
    width: 89%;
    line-height: 25px;
}

.img-bottom {
    background: #ff7200;
    padding: 10px;
    color: #fff;
    margin: 0;
}

.list-facilities li {
    font-size: 14px;
    font-weight: 600;
    color: #494949;
    margin: 0px 0px 34px 0px;
}

.list-facilities li img {
    /* margin-right: 15px; */
}

.floor-col {
    height: 518px;
    padding: 40px 10px 40px 10px;
}

.floor-col p {
    margin-bottom: 25px
}

.floor-col .head_title {
    padding-bottom: 10px;
}


/*.lightbx*/

.revGallery-anchor,
.gal-overlay,
.nak-gallery-poster {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.revGallery-anchor {
    overflow: hidden;
    position: relative;
    width: calc(100% / 5);
    display: block;
    float: left;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
}

.gal-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.11);
    position: absolute;
    top: 0;
    left: 0;
    transition: background .4s ease;
    -webkit-transition: background .4s ease;
}

.revGallery-anchor:hover .gal-overlay {
    background: rgba(27, 27, 27, 0);
}

.nak-gallery {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.nak-gallery-poster {
    padding-bottom: 100%;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.revGallery-anchor:hover .nak-gallery-poster {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.img-responsive {
    display: none;
}

.button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: auto;
    height: 48px;
    border: none;
    background-color: #d2d1d1;
    border-radius: 2px;
    color: #212121;
    letter-spacing: 2px;
    padding: 10px 30px;
    border-radius: 5px;
}

.button:hover {
    background-color: #ff7200;
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
    color: #fff;
}

.button:active,
.button.is-checked {
    background-color: #ff7200;
}

.button.is-checked {
    color: #001072  ;
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

.revGallery-anchor-width1 {
    width: 40%
}

.revGallery-anchor-width2 {
    width: 30%
}

.revGallery-anchor-width3 {
    width: 20%
}

.nak-gallery-height1 {
    padding-bottom: 400px
}

.nak-gallery-height2 {
    padding-bottom: 300px
}

.nak-gallery-height3 {
    padding-bottom: 200px
}

.preloader {
    display: none;
}

.preloaderStyle {
    background: red;
    width: 100%;
    height: 100px;
}

.footer-title {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-bottom: 35px;
}

.address-details {
    /* width: 54%; */
    font-size: 14px;
    color: #eee;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: normal;
}

.section-subtitle.section-subtitle-2.ltn__secondary-color {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.contact-details {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #eee;
    font-size: 14px;
    font-weight: normal;
}

a.number-mail {
    font-size: 14px;
    color: #eee;
    font-weight: normal;
}

.contact-details i {
    font-size: 14px;
    color: #eee;
    cursor: pointer;
}

p.wow.fadeInRight.animated {
    font-weight: normal;
}


/* .bg-theme {
    background: #04a4e0;
    height: 680px;
} */

.opeaning-hours {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.col-md-5.m-top-30.footer-right {
    border-right: 2px solid #eee;
}

.error {
    color: red;
    text-transform: capitalize;
}

.submit-now {
    background: #fff;
    border-radius: 20px;
}

.footer-form {
    padding: 20px 15px 10px 15px;
    background: #fff;
    border-radius: 5px;
    border: 3px solid #fff;
}

.footer-form .form-control {
    border-radius: 0px;
    border: 1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    width: 100%;
    height: 40px;
    border-radius: 6px;
}

.navbar-socail li a {
    font-size: 20px;
    padding: 10px;
    color: #eee;
    display: inline-block;
}

.navbar-socail li a:hover {
    color: #fff;
    background: transparent;
}

li {
    font-weight: normal;
}

.about-us-info-wrap .head_title {
    padding-bottom: 0.7rem !important;
}

.hide-show-title {
    font-weight: bold;
    color: #ff7200;
    font-size: 28px;
    margin-bottom: 20px;
}

.readmore {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.wall-finish-img {
    opacity: 0.7;
}

.inner_div {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .45rem;
    width: 410px;
    /* height: 395px; */
    height: auto;
    right: 0;
    bottom: 150px;
    padding: 0px 8px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    display: none;
    /* visibility: hidden; */
    background: #fdc296;
    margin: 0px 0px 0px 0px;
    /* color: #fff; */
    z-index: 99;
}

.inner_div::before {
    bottom: -10px;
    content: "";
    position: absolute;
    bottom: -20px;
    right: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #fdc296 transparent;
}


/* .read_m_outer {
    color: #464343;

    font-weight: 500;
    border: none;
    outline: none;
    font-size: 14px;
    margin: auto;
    border-radius: 10px;
    width: 100px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
 
    position: absolute;
    right: 15px;
    bottom: 10px;
    text-decoration: underline;
} */

.close_btn {
    font-size: 18px;
    color: #464646;
    font-weight: 500;
    position: relative;
    /* right: 5px; */
    top: 5px;
    display: block;
    cursor: pointer;
    left: 93%;
}

.p-content-inner {
    /* margin: -15px; */
    margin: 0px;
}

.amin_module ul {
    text-align: center;
}

.tooltip-c li {
    color: #110909d1 !important;
}

textarea.form-control {
    height: auto;
    max-width: 100%;
}

.tooltip-c {
    padding-bottom: 15px;
}

.item-first {
    background-position: top !important;
}

.border-title .abt-us::after,
.border-title .abt-us::before {
    content: " ";
    display: inline-block;
    border-bottom: 3px solid #ff7200;
    width: 50px;
    position: relative;
    bottom: -6px;
    /* margin: 10px; */
    margin: 10px 10px 10px 10px;
}

.border-title h2::after,
.border-title h2::before {
    content: " ";
    display: inline-block;
    border-bottom: 3px solid #ff7200;
    width: 50px;
    position: relative;
    bottom: 0px;
    /* margin: 10px; */
    margin: 10px 10px 10px 3px;
}

.border-title h3::after,
.border-title h3::before {
    content: " ";
    display: inline-block;
    border-bottom: 3px solid #ff7200;
    width: 50px;
    position: relative;
    bottom: -3px;
    /* margin: 10px; */
    margin: 10px 10px 10px 10px;
}

.area-title {
    margin-bottom: 6px;
    /* text-align: center; */
}

.map-iframe {
    border-radius: 5px;
    height: 470px;
}

.outer_div {
    display: inline-block;
}

.read_me_pop {
    color: #ff7200;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
}

.black-img {
    display: none !important;
}

.amin_module-top ul li:hover .grey-img {
    display: none;
}

.amin_module-top ul li:hover .black-img {
    display: block !important;
}

.load-counter {
    padding: 30px 0px;
    background: #ff7200;
    text-align: center;
}

.load-counter .counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

.counter-title span {
    color: #fff !important;
    font-size: 24px;
    font-weight: 600;
}

.counter-title-2 {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.counter-img {
    height: 48px;
    margin-bottom: 15px;
}

.counter-title {
    padding: 0;
    margin: 0;
    color: #fff !important;
    font-size: 24px;
    font-weight: 600;
}

p.wow.fadeInRight.animated {
    color: #939393;
}

.form-group {
    margin-bottom: 12px;
}

.btn10.text-white.view-price-btn {
    margin-top: 25px;
    visibility: hidden;
}

.add-border {
    border: 3px solid #ff7200;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.form_box-btn {
    font-size: 16px;
    font-weight: 900;
    background-color: #ff7200;
    padding: 8px 30px;
    position: fixed;
    letter-spacing: .4px;
    top: 50%;
    color: #fff;
    transform: rotate(90deg) !important;
    right: -54px;
    display: none;
    width: auto;
    border: 1px solid #fff9f942;
    z-index: 152;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.second-caption {
    width: 50% !important;
}

.third-caption {
    width: 50% !important;
}

.top-highlights li {
    display: flex;
    margin-bottom: 15px;
}

.highlights-img {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    filter: grayscale(80%);
    margin-right: 10px;
}

.top-highlights li:hover .highlights-img {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(0);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.pr-0 {
    padding: 0;
}

.top-highlights {
    display: block;
    width: 100%;
}

.rera-number {
    font-size: 10px;
}

.img-icons {
    float: left;
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.list-facilities li:hover .img-icons {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(0);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

p.wow.fadeInRight {
    color: #fdfdfd;
}

p.wow.fadeInRight a {
    color: #ff750e;
    font-weight: 600;
}

.abt-list-icons {}


/* .abt-list-icons {
    float: left;
    width: 20px;
}

.abt-list-title {
    float: left;
} */

.abt_ul li::before {
    content: "";
    background-image: url(../images/icons/check-24.png);
    background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0.2rem;
    /* margin-right: 0.2rem; */
    left: -20px;
}

.list-facilities li::before {
    /* content: "";
    background-image: url(../images/icons/check-24.png);
    background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: 0.2rem; */
    /* margin-right: 0.2rem; */
    /* left: -20px; */
}

.varient {
    color: #ff7200;
    margin-left: 15px;
    font-weight: 600;
}

.p-c {
    font-size: 14px;
    line-height: 27px;
}

.fixed-bg-for-form {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #000000c7;
    top: 0;
    display: none;
    z-index: 110;
}

.btn-parent {
    width: 100%;
    position: relative;
}

.show-desk {
    display: block !important;
}

.show-res {
    display: none !important;
}

.close-btn-form {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    display: none;
}

.list-facilities-text {
    /* padding-left: 15px; */
    position: relative;
    left: 15px;
}

.container.privacy-policy {
    padding-top: 120px;
    padding-bottom: 60px;
}

.border-title-fl h2::after,
.border-title-fl h2::before {
    content: " ";
    display: inline-block;
    border-bottom: 3px solid #ff7200;
    width: 50px;
    position: relative;
    bottom: -3px;
    /* margin: 10px; */
    margin: 10px 10px 10px 3px;
}

.floor-plan-head {
    font-size: 22px !important;
}

.privcy-footer {
    margin-bottom: 16px;
}

.popup-overlay {
    position: fixed;
    z-index: 9999;
    background-color: #090909d6;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.close-overlay {
    float: right;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #3a3a3a;
    line-height: 0;
    padding: 0;
    font-size: 35px;
    padding-bottom: 0px;
    border: 1px solid #a4a0a059;
    outline: none;
    background: #fff;
}

.new-pop-form {
    width: 350px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    padding: 20px;
    background-image: url(../images/shape.png);
    border-radius: 5px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    /* border: 5px solid #ff590a; */
}

.pop-up-modal-d {
    width: 100%;
    margin: 30px auto;
    top: 15%;
}

.popup-title-load {
    text-align: center;
    font-weight: 600;
    color: #ff590a;
}

.slidern li {
    height: 80vh;
    border: 1px solid;
}

.overview-ul {
    padding: 0px;
}

.overview-ul li {
    display: inline-block;
    width: 49.5%;
    padding: 8px;
	
}
.overview-ul{
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    box-shadow: 0px 0px 5px #ccc;
}
.layer_area{
	border: 1px solid #ccc;
    /* padding: 11px; */
    border-radius: 9px;
	
    /* overflow-y: scroll; */
    max-height: 450px;

}
.details_icon{
	border:1px solid #ccc;
	height:350px;
	padding:20px;
	border-radius:10px;
}
.details_icon ul{
	
    overflow-y: scroll;
    max-height: 250px;
    padding-right: 10px;
}
.details_icon ul li span{
	float:right;
}
.details_icon ul li{
	font-weight:bold;
    line-height: 32px;
    font-size: 15px;
}
.details_icon ul li span{
	font-weight:normal;
}
.details_icon h2{
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    line-height: 22px;
}
.property-ip {
    float: left;
	font-weight:bold;
}

.property-op {
    float: right;
}

.fnc {
    /* you can add color names and their values here
    and then simply add classes like .m--blend-$colorName to .fnc-slide 
    to apply specific color for mask blend mode */
}

.fnc-slider *,
.fnc-slider *:before,
.fnc-slider *:after {
    box-sizing: border-box;
}

.fnc-slider__slides {
    position: relative;
    height: 100%;
    transition: transform 1s 0.6666666667s;
}

.fnc-slider .m--blend-dark .fnc-slide__inner {
    background-color: #011a28;
}

.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
    background-color: #011a28;
}

.fnc-slider .m--navbg-dark {
    background-color: #011a28;
}

.fnc-slider .m--blend-green .fnc-slide__inner {
    background-color: #011a28;
}

.fnc-slider .m--blend-green .fnc-slide__mask-inner {
    background-color: #011a28;
}
	

.fnc-slider .m--blend-red .fnc-slide__inner {
    background-color: #011a28;
}

.fnc-slider .m--blend-red .fnc-slide__mask-inner {
    background-color: #011a28;
}

.fnc-slider .m--navbg-red {
    background-color: #011a28;
}

.fnc-slider .m--blend-blue .fnc-slide__inner {
    background-color: #011a28;
}

.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
    background-color: #011a28;
}

.fnc-slider .m--navbg-blue {
    background-color: #011a28;
}

.fnc-slide {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
}

.fnc-slide.m--before-sliding {
    z-index: 2 !important;
    transform: translate3d(100%, 0, 0);
}

.fnc-slide.m--active-slide {
    z-index: 1;
    transition: transform 1s 0.6666666667s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.fnc-slide__inner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center top;
    transform: translate3d(0, 0, 0);
}

.m--global-blending-active .fnc-slide__inner,
.m--blend-bg-active .fnc-slide__inner {
    background-blend-mode: luminosity;
}

.m--before-sliding .fnc-slide__inner {
    transform: translate3d(-100%, 0, 0);
}

.m--active-slide .fnc-slide__inner {
    transition: transform 1s 0.6666666667s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.fnc-slide__mask {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    right: 60%;
    top: 15%;
    width: 50.25vh;
    height: 67vh;
    margin-right: -90px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
    transform-origin: 50% 0;
    transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask {
    transform: rotate(-10deg) translate3d(200px, 0, 0);
    opacity: 0;
}

.m--active-slide .fnc-slide__mask {
    transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.m--previous-slide .fnc-slide__mask {
    transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
    transform: rotate(10deg) translate3d(-200px, 0, 0);
    opacity: 0;
}

.fnc-slide__mask-inner {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center;
    background-blend-mode: luminosity;
    transform-origin: 50% 16.5vh;
    transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask-inner {
    transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}

.m--active-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 1.2222222222s;
    transform: translateX(0);
}

.m--previous-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 0.3333333333s;
    transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}

.fnc-slide__content {
    z-index: 2;
    position: absolute;
    left: 0%;
    top: unset;
    bottom: 0px;
    padding: 25px;
    background: #011a28;
    max-width: 50%;
}

.fnc-slide__content {
    color: #fff;
}

.fnc-slide__heading {
    color: #d8a143;
}

.fnc-slide__heading {
    margin-bottom: 0px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.fnc-nav__control {
    font-weight: 600;
}


/* .fnc-slide__heading-line {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
    font-size: 100px;
    color: #fff;
    word-spacing: 10px;
} */

.fnc-slide__heading-line:nth-child(2) {
    padding-left: 30px;
}

.m--before-sliding .fnc-slide__heading-line {
    transform: translateY(100%);
}

.m--active-slide .fnc-slide__heading-line {
    transition: transform 1.5s 1s;
    transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line {
    transition: transform 1.5s;
    transform: translateY(-100%);
}

.fnc-slide__heading-line span {
    display: block;
}

.m--before-sliding .fnc-slide__heading-line span {
    transform: translateY(-100%);
}

.m--active-slide .fnc-slide__heading-line span {
    transition: transform 1.5s 1s;
    transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line span {
    transition: transform 1.5s;
    transform: translateY(100%);
}

.fnc-slide__action-btn {
    position: relative;
    margin-left: 200px;
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    color: transparent;
    border: none;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    text-align: center;
    outline: none;
}

.fnc-slide__action-btn span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.3s;
    transform-origin: 50% 0;
    line-height: 30px;
    color: #fff;
}

.fnc-slide__action-btn span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-top: none;
    border-bottom: none;
}

.fnc-slide__action-btn span:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    background: #1F2833;
    opacity: 0;
    transform-origin: 50% 0;
    transform: translateY(100%) rotateX(-90deg);
    transition: opacity 0.15s 0.15s;
}

.fnc-slide__action-btn:hover span {
    transform: rotateX(90deg);
}

.fnc-slide__action-btn:hover span:after {
    opacity: 1;
    transition: opacity 0.15s;
}

.fnc-nav {
  z-index: 5;
    position: absolute;
    left: 25px;
    bottom: 3px;
}
.form_box label{
	font-weight:bold;
}
.fnc-nav__bgs {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fnc-nav__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fnc-nav__bg.m--nav-bg-before {
    z-index: 2 !important;
    transform: translateX(100%);
}

.fnc-nav__bg.m--active-nav-bg {
    z-index: 1;
    transition: transform 1s 0.6666666667s;
    transform: translateX(0);
}

.fnc-nav__controls {
    font-size: 0;
}

.fnc-nav__control {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
	border-radius:50%;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
	border-radius:50%;
    transition: background-color 0.5s;
}

.fnc-nav__control.m--active-control {
    background: #d8a143;
}



.m--with-autosliding .m--active-control .fnc-nav__control-progress {
    transform: scaleX(1);
}

.m--prev-control .fnc-nav__control-progress {
    transform: translateX(100%);
    transition: transform 0.5s !important;
}

.m--reset-progress .fnc-nav__control-progress {
    transform: scaleX(0);
    transition: transform 0s 0s !important;
}

.m--autosliding-blocked .fnc-nav__control-progress {
    transition: all 0s 0s !important;
    transform: scaleX(0) !important;
}


/* NOT PART OF COMMON SLIDER STYLES */

.fnc-slider {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: 87vh;
}

.demo-cont {
    overflow: hidden;
    position: relative;
    height: 87vh;
    perspective: 1500px;
    background: #000;
}

.demo-cont__credits {
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    padding: 20px 10px 30px;
    background: #303030;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    transition: transform 0.7s;
    transform: translate3d(100%, 0, 0) rotateY(-45deg);
    will-change: transform;
}

.credits-active .demo-cont__credits {
    transition: transform 0.7s 0.2333333333s;
    transform: translate3d(0, 0, 0);
}

.demo-cont__credits *,
.demo-cont__credits *:before,
.demo-cont__credits *:after {
    box-sizing: border-box;
}

.demo-cont__credits-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.demo-cont__credits-close:before,
.demo-cont__credits-close:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}

.demo-cont__credits-close:before {
    transform: rotate(45deg);
}

.demo-cont__credits-close:after {
    transform: rotate(-45deg);
}

.demo-cont__credits-heading {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
}

.demo-cont__credits-img {
    display: block;
    width: 60%;
    margin: 0 auto 30px;
    border-radius: 10px;
}

.demo-cont__credits-name {
    margin-bottom: 20px;
    font-size: 30px;
}

.demo-cont__credits-link {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
}

.demo-cont__credits-blend {
    font-size: 30px;
    margin-bottom: 10px;
}

.example-slider {
    z-index: 2;
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s;
}

.credits-active .example-slider {
    transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}


/* .example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
    background-image: url("../images/");
}

.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/captainamerica.jpg");
}

.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/ironman-alt.jpg");
} */

.example-slider .fnc-slide-3 .fnc-slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}


/* .example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/thor.jpg");
} */

.example-slider .fnc-slide-4 .fnc-slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}


/* COLORFUL SWITCH STYLES 
     ORIGINAL DEMO - https://codepen.io/suez/pen/WQjwOb */

.colorful-switch {
    position: relative;
    width: 180px;
    height: 77.1428571429px;
    margin: 0 auto;
    border-radius: 32.1428571429px;
    background: #cfcfcf;
}

.colorful-switch:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: -5px;
    top: -5px;
    width: 190px;
    height: 87.1428571429px;
    border-radius: 37.1428571429px;
    background: #314239;
    transition: background-color 0.3s;
}

.colorful-switch:hover:before {
    background: #4C735F;
}

.colorful-switch__checkbox {
    z-index: -10;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.colorful-switch__label {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 32.1428571429px;
    cursor: pointer;
}

.colorful-switch__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 540px;
    height: 100%;
    background: linear-gradient(90deg, #14DCD6 0, #10E7BD 180px, #EF9C29 360px, #E76339 100%);
    transition: transform 0.5s;
    transform: translate3d(-360px, 0, 0);
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__bg {
    transform: translate3d(0, 0, 0);
}

.colorful-switch__dot {
    position: absolute;
    left: 131.1428571429px;
    top: 50%;
    width: 5.1428571429px;
    height: 5.1428571429px;
    margin-left: -2.5714285714px;
    margin-top: -2.5714285714px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__dot {
    transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on {
    position: absolute;
    left: 104.1428571429px;
    top: 22.5px;
    width: 19.2857142857px;
    height: 36px;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__on {
    transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
    transform-origin: 100% 50%;
    transform: rotate(45deg) scale(0) translateZ(0);
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__on__inner {
    transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transform: rotate(45deg) scale(1) translateZ(0);
}

.colorful-switch__on__inner:before,
.colorful-switch__on__inner:after {
    content: "";
    position: absolute;
    border-radius: 2.5714285714px;
    background: #fff;
}

.colorful-switch__on__inner:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.1428571429px;
}

.colorful-switch__on__inner:after {
    right: 0;
    top: 0;
    width: 6.1428571429px;
    height: 100%;
}

.colorful-switch__off {
    position: absolute;
    left: 131.1428571429px;
    top: 50%;
    width: 41.1428571429px;
    height: 41.1428571429px;
    margin-left: -20.5714285714px;
    margin-top: -20.5714285714px;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__off {
    transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__off:before,
.colorful-switch__off:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 5.1428571429px;
    margin-top: -2.5714285714px;
    border-radius: 2.5714285714px;
    background: #fff;
    transition: transform 0.25s 0.25s;
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__off:before,
.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__off:after {
    transition-delay: 0s;
}

.colorful-switch__off:before {
    transform: rotate(45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__off:before {
    transform: rotate(45deg) scaleX(0) translateZ(0);
}

.colorful-switch__off:after {
    transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transform: rotate(-45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__off:after {
    transition-timing-function: ease;
    transform: rotate(-45deg) scaleX(0) translateZ(0);
}

.fnc-slide__action-btn span {
    display: none;
}

.fnc-slide__mask {
    display: none;
}
@media screen and (max-width: 768px) {
   

.socialicon {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid;
    width: 38px;
    height: 38px;
    padding: 9px 5px!important;
}
}

.main_product_brochure{
    display: flex;
    justify-content: end;
    align-items: start;
    padding-top: 5px;
}

.hedading_properties{
    color: #001072 !important;
    background: #ff720061;
    border-radius: 5px;
    padding: 2px 5px;
    font-weight: 700 !important;
}
.listbox{
    padding-top: 20px;
}