@font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: normal;
	font-display: swap;
    src: local('Optima'), url('../fonts/OPTIMA.woff') format('woff');
	
}


@font-face {
    font-family: 'Optima Italic';
    font-style: normal;
    font-weight: normal;
	font-display: swap;
    src: local('Optima Italic'), url('../fonts/Optima_Italic.woff') format('woff');
}


@font-face {
    font-family: 'Optima Medium';
    font-style: normal;
	font-display: swap;
    font-weight: normal;
    src: local('Optima Medium'), url('../fonts/Optima%20Medium.woff') format('woff');
}


@font-face {
    font-family: 'Optima Bold';
    font-style: normal;
    font-weight: normal;
	font-display: swap;
    src: local('Optima Bold'), url('../fonts/OPTIMA_B.woff') format('woff');
}



@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
	font-display: swap;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('MYRIADPRO-REGULAR.html') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
	font-display: swap;
    src: local('Myriad Pro Condensed'), url('MYRIADPRO-COND.html') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
	font-display: swap;
    src: local('Myriad Pro Condensed Italic'), url('MYRIADPRO-CONDIT.html') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
	font-display: swap;
    src: local('Myriad Pro Light'), url('MyriadPro-Light.html') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
	font-display: swap;
    src: local('Myriad Pro Semibold'), url('MYRIADPRO-SEMIBOLD.html') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
	font-display: swap;
    src: local('Myriad Pro Semibold Italic'), url('MYRIADPRO-SEMIBOLDIT.html') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
	font-display: swap;
    src: local('Myriad Pro Bold Condensed'), url('MYRIADPRO-BOLDCOND.html') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
	font-display: swap;
    src: local('Myriad Pro Bold'), url('MYRIADPRO-BOLD.html') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
	font-display: swap;
    src: local('Myriad Pro Bold Italic'), url('MYRIADPRO-BOLDIT.html') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
	font-display: swap;
    src: local('Myriad Pro Bold Condensed Italic'), url('MYRIADPRO-BOLDCONDIT.html') format('woff');
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	line-height: 1.4;
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
}

.flt {
    float: left;
}

.clr {
    clear: both;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

a {
    transition: 0.5s all ease;
}

a:hover {
    text-decoration: none;
    transition: 0.5s all ease;
}

a:focus {
    text-decoration: none;
    transition: 0.5s all ease;
}

ul li {
    list-style: none;
}

a {
    transition: 0.5s all ease;
    font-size: 14px;
    font-weight: 500;
}


::-webkit-scrollbar {
  width: 5px;
}
 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #092d74;
  outline: 1px solid slategrey;
}

body,
html {
    height: 100%;
    margin: 0;
    line-height: 24px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.short_container {
    max-width: 1170px;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.pr0px {
    padding-right: 0px;
}

.pl0 {
    padding-left: 0px;
}

.pl0px {
    padding-left: 0px;
}
.mt40{
	margin-top: 40px !important;
}
.pt0px {
    padding-top: 0px;
}

.pb0px {
    padding-bottom: 0px;
}

.pt5px {
    padding-top: 5px !important;
}

.pt10px {
    padding-top: 10px !important;
}

.pt15px {
    padding-top: 15px !important;
}

.pt20px {
    padding-top: 20px !important;
}

.pt25px {
    padding-top: 25px !important;
}

.pt22px {
    padding-top: 22px !important;
}

.prl5 {
    padding-right: 5px;
    padding-left: 5px;
}

.pr5px {
    padding-right: 5px;
}

.pl5px {
    padding-left: 5px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.uppercase {
    text-transform: uppercase;
}

.text-uper {
    text-transform: uppercase !important;
}

.center {
    text-align: center;
}

.mt0px {
    margin-top: 0px !important;
}

.mb0px {
    margin-bottom: 0px !important;
}

.row5 {
    margin-right: -5px;
    margin-left: -5px;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-left: 0;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.p0 {
    padding: 0;
}

section {
    padding: 40px 0;
}

.mt50 {
    margin-top: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}


h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

p {
    font-size: 14px;
}

img {
    max-width: 100%
}

.main_menu ul li {
    display: inline-block;
}

.top_sho_head li {
    display: inline-block;
    vertical-align: middle;
}

.top_sho_head {
    text-align: right;
    margin: 10px 0 0;
}

.top_sho_head li {
    /*  border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;*/
}

.top_sho_head li {
    display: inline-block;
}

.top_sho_head li a {
    color: #333333;font-weight: 600;
    border-right: 1px solid #ccc;
    padding-right: 15px;
    margin-right: 15px;
}


.top_sho_head li a {
    font-size: 13px;
    line-height: 100%;
    text-transform: uppercase;
}

.top_sho_head li a img {
    max-width: 25px;
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.top_sho_head li span{
    vertical-align: middle;
}
.top_sho_head li:hover span {
    /*width: 80%;
    display: inline-block;
    opacity: 1;
    white-space: nowrap;
    padding: 0 8px;
    vertical-align: middle;
    transition: all ease .3s;*/
}

.more-dis a {
    border: 1px solid #fff;
    padding: 15px 55px 15px 41px;
    color: #fff;
    background: #59489d;
    position: relative;
    font-size: 16px;
    transition: 0.3s ease;
}


.top_sho_head li:last-child {
    border: none;
}

.top_sho_head li a {
    color: #333333;
    text-align: left;

}

.top_sho_head li a:hover {
    color: #092d74;
}


.main_menu ul li a {
    font-size: 14px;
    color: #333333;
    margin: 0 5px;
    text-transform: uppercase;
    margin-right: 27px;
}

.main_menu ul li:last-child a {
    color: #169e49;
}

.main_menu {
    text-align: right;
    margin-top: 15px
}

.main_menu ul li:last-child a {
    margin-right: 0;
}



.top_sho_head li:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}



header {
    padding: 10px 0;
}

.logo img {
    max-width: 114px;
}

.namtion_coentnt p {
        padding: 16px 0;
    font-size: 25px;
    line-height: 33px;
    font-weight: normal;
    width: 78%; 
    font-family: 'Optima';
    color: #333333;
		    margin-bottom: 0;
}

.OUR_PRESENCE .one_happy_cust:hover img {
    transform: initial;
}





.namtion_coentnt strong {
    padding: 21px 0;
    font-weight: 500;  
}


.top_sho_head li:last-child a {
    padding-right: 0;
    margin-right: 0;
}


.request_quotes {
    position: relative;
}

.request_quotes:before {
    content: '';
    width: 6px;
    height: 100%;
    background: url("../images/border_bg.png");
    position: absolute;
    left: 39%;
    background-position: 0 0%;
	background-size: 100%;
}

.building_nationn {
    padding-left: 15px;
}



.building_nationn h4 {
    color: #169e49;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Optima';
   /* border-bottom: 1px solid #dbdbdb; */
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.building_nationn p {
    font-size: 14px;
}


.building_nationn a {
    display: inline-block;
    border: 1px solid #b5b5b5;
    color: #333;
    padding: 7px 12px 7px 18px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
}

.building_nationn a i {
    display: inline-block;
    padding-left: 14px;
    font-size: 16px;
    vertical-align: middle;
}



section.happy_custom_section {
    /* background: url(../images/bg_happy_customer.jpg) repeat;*/
	background: url(../images/bg_happy_customer.webp) repeat;
    background-size: 24%;
    padding: 40px 0;
}

.one_happy_cust {
    background: #fff;
    box-shadow: 0px 0px 8px #ccc;
    padding: 30px;
    /* min-height: 156px; */
    height: 100%;
    border-radius: 5px;
    width: 100%;
    ;
}


.one_happy_cust h3 {
    font-family: 'Optima Medium';
    color: #092d74;
    font-size: 48px;
    margin-bottom: 10px;
}

.one_happy_cust h3 img {
    float: right;
    margin-top: -5px;
    max-width: 70px;
}

.one_happy_cust p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    margin: 0;
	color: #898989;
}



.title {
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-size: 30px;
    position: relative;
    font-family: 'Optima Medium';
}


.title:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #169e49;
    bottom: -2px;
    border-radius: 50%;
}


.title:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #169e49;
    bottom: -2px;
    border-radius: 50%;
}

#invotion_banner .invo_content_1 {
    position: absolute;
    bottom: 57px;
    text-align: center;
    width: 100%;
    color: #fff;
}

#invotion_banner .invo_content_1 h4 {
    font-size: 41px;
    font-family: 'Optima Bold';
    line-height: 43px;
}


#invotion_banner1 .invo_content_1 {
    position: absolute;
    bottom: 57px;
    text-align: center;
    width: 100%;
    color: #fff;
}

#invotion_banner1 .invo_content_1 h4 {
    font-size: 41px;
    font-family: 'Optima Bold';
    line-height: 43px;
}


.onesoci_content h4 {
    font-size: 24px;
}


.owl-nav {
    position: absolute;
    top: 45.5%;
    width: 100%;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    font-size: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0px 0px 5px #ccc;
    /* text-align: center; */
    padding: 14px;
    position: absolute;
    left: -2%;
    background-size: 100% !important;
}

.owl-nav .owl-next {
    right: -2% ;
    left: initial;
    background: #fff url('../images/next_btn_black.png');

}


.owl-nav .owl-prev {
    background: #fff  url('../images/prev_btn_black.png');

}







.container {
    padding-right: 0;
    padding-left: 0;
}

div#invotion_banner {
    /* margin-top: 25px; */
}

/******** Home page Search Filter Start **************/
.homepage-search-filter {
    border-radius: 2px;
    border: 1px solid #d6d6d6;
}

/* .homepage-search-filter .col-md-3 {max-width: 20%;} */
.homepage-search-filter:hover {
    background-color: #fff;
    color: #000;
}

.homepage-search-filter .dropdown-icon {}

.homepage-search-filter:hover .dropdown-icon {
    color: #000;
}


.homepage-search-filter select {
    width: 100%;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin-left: -5px;
    font-size: 14px;
}

/* .homepage-search-filter select option{padding: 5px 0; line-height: 40px;} */

.property-type-options,
.bedroom-options,
.price-options,
.community-options {
    display: none;
}

.propertyfilter .property-type-options {
    display: block;
}

.bedroomfilter .bedroom-options {
    display: block;
}

.pricefilter .price-options {
    display: block;
}

.communityfilter .community-options {
    display: block;
}

.prop-search-bar {
    width: 100%;
}

.prop-search-bar .form-container {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1)
}

.prop-search-bar .select-sec {
    position: relative;
    padding-top: 4px;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.col-12.col-md-3.select-sec.property-type-selection {
    -ms-flex: 0 0 25%;
    flex: 0 0 27%;
    max-width: 27%;
    padding-right: 20px;
    padding-left: 20px;
}


.col-12.col-md-3.select-sec.bedroom-selection {
    -ms-flex: 0 0 25%;
    flex: 0 0 26%;
    max-width: 26%;
    padding-right: 12px;
    padding-left: 12px;
}



.col-12.col-md-3.select-sec.price-range-selection {
    -ms-flex: 0 0 25%;
    flex: 0 0 26%;
    max-width: 26%;
    padding-right: 12px;
    padding-left: 12px;
}


.p-0 {
    padding: 0 !important;
}

.prop-search-bar .select-sec:before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #232323;
    background-color: #d8d8d8;
    height: 80%;
    content: "";
    width: 1px
}

.prop-search-bar .select-sec.community-selection label {
    border-radius: 2px 0 0 2px
}

.select-sec label {
    padding: 5px 5px 5px;
    margin-bottom: 0;
    display: block;
}

.prop-search-bar label span.search-label {
    display: block;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 18px;
}

.prop-search-bar label span.search-val {
    display: block;
    text-transform: none
}

.dropdown-icon {
    position: absolute;
    right: 15px;
    top: 55%;
    /*transform:translateY(-50%);*/
    font-size: 15px;
    color: #000;
    font-weight: 800 !important
}

.prop-search-bar input[type=submit] {
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
}

.prop-search-bar input[type=submit]:hover {
    color: #fff
}

.btn-grey {
    background-color: rgb(27 55 101);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.homepage-search-filter:hover .btn-grey {}

.select-sec-options {
    position: absolute;
    background: #000;
    color: #fff;
    background: #f5f5f5;
    color: #000;
    z-index: 99;
}



section.invotion_banner {
    padding-bottom: 0;
}

.homepage-search-filter {
    margin-top: 17px;
}

.col-12.col-md-3.d-flex.align-items-center.container-search-property {
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;
}

.select-sec-options {
    width: 100%;
    padding: 15px 0;
}

.select-sec-options li {
    display: flex;
    align-items: baseline;
    padding: 2px 16px;
}



.prop-search-bar input[type=submit] {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}



div#tranding_products1 {
    margin-top: 30px;
}

.property_img h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 12px 0 7px;
	    font-family: 'Optima Medium';
    color: #333333;
}

.property_img h5 {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333333;
}



.property_img a img {
    position: absolute;
    top: 17px;
    max-width: 24px;
    right: 2px;
}

.property_img a {
    display: inline-block;
    position: relative;
    width: 100%;
	padding: 0 2px;
}


.OUR_PRESENCE .one_happy_cust {
    padding:26px 30px;
	    float: left;
}

.OUR_PRESENCE .one_happy_cust p {
    font-size: 23px;
    font-family: 'Optima';
    font-weight: normal;
    text-transform: uppercase;
	padding: 18px 0;
}


section.happy_custom_section.OUR_PRESENCE img {
    /*float: left;
    margin-right: 30px;
    max-width: 100px;
	    margin-top: 0;
		
		*/
		
	    margin-right: 30px;
    max-width: 100px;
    margin-top: 0;
    display: inline-block;
    float: initial;
    height: 81px;
    width: initial;
    float: left;
	
	
}

section.happy_custom_section.OUR_PRESENCE {
    padding: 40px 0;
}

div#tranding_products2 {
    margin-top: 10px;
}

.tranding_products2 .owl-dots .owl-dot {
    width: 100%;
    height: 1px;
    background: #ccc;
    position: relative;

}

.tranding_products2 .owl-dots {
    display: flex;
    margin: 40px 0 0;
}

.tranding_products2 .owl-dots .owl-dot.active {
    background: green;
    position: relative;
}

.tranding_products2 .owl-dots .owl-dot.active span {
    background: green;
    position: absolute;
    height: 3px;
    width: 100%;
    top: -1px;
}


.OUR_PRESENCE h3.title {
    margin-bottom: 15px;
}

.one_social_meidi {
    background: #f2f2f2;
}

.image_social_m {
    height: 228px;
}

.onesoci_content {
    padding: 30px;


}

section.costlinks {
    padding: 20px 0;
}



.one_social_meidi {
    background: #f2f2f2;
    height: 100%;
    border-bottom: 2px solid #ccc;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.one_social_meidi:hover {
    border-bottom: 2px solid #169e49;
}

.onesoci_content h4 {
    font-family: 'Optima';
}

.onesoci_content a:hover {
    background: #169e49;
    color: #fff;
    border-color: #169e49;
}

.social_lilists ul li a:hover {
    color: #169e49;
}


.one_happy_cust {
    position: relative;
}

.one_happy_cust:before {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: calc(1px/-1);
    left: calc(1px/-1);
    background: linear-gradient(to right, #169e49 0%, #169e49 100%), linear-gradient(to top, #169e49 50%, transparent 50%), linear-gradient(to top, #169e49 50%, transparent 50%), linear-gradient(to right, #169e49 0%, #169e49 100%), linear-gradient(to left, #169e49 0%, #169e49 100%);
    background-size: 100% 1px, 1px 200%, 1px 200%, 0% 1px, 0% 1px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
    transform: scaleX(0) rotate(180deg);
    transition-delay: 0.4s, 0.2s, 0s;
}

.one_happy_cust:hover:before {
    background-size: 200% 1px, 1px 400%, 1px 400%, 55% 1px, 55% 1px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    transform: scaleX(1) rotate(180deg);
    transition-delay: 0s, 0.2s, 0.4s;
}.one_happy_cust:hover h3 img {transform: scale(1.2); transition:1s;}.one_happy_cust h3 img { transition:0.5s;}

.one_happy_cust {}


.onesoci_content a {
    display: inline-block;
    display: inline-block;
    border: 1px solid #b5b5b5;
    color: #333;
    padding: 3px 16px;
    border-radius: 5px;
    font-size: 14px;
    background: #fff;
}

.onesoci_content p {
    font-size: 14px;
}

.social_lilists {
    text-align: center;
}

.social_lilists ul li {
    display: inline-block;
    margin: 0 24px;
}

.social_lilists ul li a {
    font-size: 24px;
    color: #333333;
}



section.costlinks {
    padding: 0 0;
}

section.costlinks .social_lilists {
    margin-top: 17px;
}


footer {
    margin-top: 0px;
    background: #f7f7f7 url(../images/bg_happy_customer.webp);
    background-size: 21%;
    background-position: 37% 105%;
}

.footerform {}



.footerform h4 {
        font-family: 'Optima';
    font-size: 24px;
    text-transform: uppercase;
    color: #092d74;
    font-weight: bold;
}

.gtform {
    padding: 35px 0;
    /* float: left; */
    /* width: 100%; */
    box-shadow: 0 3px 4px #ccc;
    margin-bottom: 6px;
    background: #f7f7f7;
}


.gtform input {
    border: 1px solid #ccc;
    width: 27%;
    padding: 10px;
    border-radius: 3px;
    margin-right: 7px;
}

.gtform button {
       display: inline-block;
    border: none;
    background: #1b3765;
    width: 14%;
    padding: 12px 10px 10px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}


.footer_linksiing {
    padding: 43px 0 0;
}

.footer_linksiing h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Optima';
    color: #092d74;
}

.footer_linksiing li a {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}





.footer_contacts {
    padding-top: 35px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
	padding-bottom: 35px;
}

.one_content {
    display: flex;
    vertical-align: middle;
    align-items: start;
}

.one_content img {
    /*  margin-top: 2px;
    max-width: 22px; */
}

.one_content p {
    line-height: 20px;
    font-size: 14px;
    padding-left: 9px;
    margin-top: 5px;
	    margin-bottom: 0;
}


.copyright p {
    float: left;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-right: 13px !important;
    margin: 0;
}

.copyright ul {
    display: inline-block;
    float: left;
}



.copyright ul li {
    display: inline-block;
}

.copyright ul li:first-child a{border-left: none;padding-left: 0;}

.copyright ul li a {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    border-left: 1px solid #ccc;
    padding-left: 7px;
    padding-right: 7px;
}

.copyrights {
    color: #fff;
    background: #092d74;
    padding: 30px;
}


.footer_contacts .col-md-4:nth-child(3) .one_content {
    text-align: right;
    float: right;
}


.copyrights .short_container {
    padding-right: 0;
    padding-left: 0;
}


.developerby p {
    text-align: right !important;
    float: initial;
    margin: 0 !important;
}


.copyright p a {
    color: #fff;
}


.tranding_products2 .owl-dots {
    display: flex;
    margin: 40px auto 0;
    width: 69%;
}

.onesoci_content h4 {
    text-transform: uppercase;
}


.border_footer {
    margin-top: 60px;
    line-height: 0;
}


.border_footer img {
    width: 100%;
}


.one_menu {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

.footer_linksiing .one_menu:nth-child(5) {
    width: 13%;
}

.footer_linksiing .one_menu:nth-child(1) {
    width: 24%;
}

.ffixed_links {
    position: fixed;
    bottom: 6px;
    right: 0;
    z-index: 999;
}

.ffixed_links a {
    display: block;
    /* margin-bottom: 10px; */
}

.orderNow {
   /* position: fixed;
    bottom: 50%;*/
    right: -45px;
    background: #169e49;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 0px 13px;
    transform: rotate(-90deg);
    z-index: 9999999;
    font-size: 26px;
    height: 32px;
	cursor: pointer;
}

.orderNow a, .orderNow >  p {
    color: #fff;
}

.ffixed_links {
    position: fixed;
    bottom: 90px;
    right: 25px;
	width:40px;
	height:40px
}

.ffixed_links img {
    max-width: 100%;
}

.building_nationn a:hover {
    background: #169e49;
    border-color: #169e49;
    color: #fff;
}

.main_menu ul li a:hover {
    color: #169e49;
}

.top_sho_head ul li a:hover {

    color: #169e49;
}

/* 
.request_quotes:before {
    animation-name: example;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
} */

/* The animation code */
@keyframes example {
    0% {
        background-position: 0% 0%
    }

    100% {
        background-position: 0% 1000%
    }
}



.border_footer {
    background: url('../images/footer_border.png') top right;
   /*  animation-name: example1;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; */
    padding: 4px;
	background-position: center;
}

/* The animation code */
@keyframes example1 {
    0% {
        background-position: 0% 0%
    }

    100% {
        background-position: 1000% 0%
    }
}

.one_property {
    overflow: hidden;
	    margin-bottom: 30px;
}

.one_property img {
    transition: all ease .5s;
}

.one_property img:hover {
    transform: scale(1.1);
    transition: all ease .5s;
}



.top_sho_head li span {
    /*width: 0;
    display: inline-block;
    opacity: 0;
    white-space: nowrap;
    transition: all ease .3s;
    overflow: hidden; */
	
	 
}

.top_sho_head li span:hover { }

.top_sho_head li:hover span {}


.title:before {
    left: 50%;
    transition: all .8s ease;
    visibility: hidden;
}

.title:after {
    right: 50%;
    transition: all .8s ease;
    visibility: hidden;
}

.in_view.title:before {
    visibility: visible;
    left: 0px;
}

.in_view.title:after {
    visibility: visible;
    right: 0px;
}

.title span {
    display: inline-block;
    padding: 0 20px 5px 20px;
    position: relative;
}


.title span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin: 0 auto;
    height: 1px;
    background: #169e49;
    transition: all .8s ease;
    width: 0;
}

.in_view.title span:after {
    left: 0;
    right: 0;
    width: 100%;
    transition: all .8s ease;
}

.one_happy_cust:hover h3 {
    color: #169e49;
}



.prot_img3 {
    height: 367px;
    overflow: hidden;
}

.property_img {
    border-bottom: 1px solid #169e49;
    padding-bottom: 10px;
	height: 95%;
}

.property_img:hover {
    border-bottom: 1px solid #333;
}
#tranding_products1 .owl-stage .one_property{
	    height: 100%;
}

#tranding_products1 .owl-stage .item {
    height: 100%;
}

#tranding_products1  .item {
    height: 100%;
}

#tranding_products2 .item {
    
}



.footer_linksiing li a:hover {
    color: #169e49;
}



.banner-video video {
    width: 100%;
}

header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
}

.banner-video {
    height: 100vh;
}





.footer_contacts {
    padding-top: 34px;
    border-top: 1px solid rgb(204 204 204 / 71%);
    margin-top: 46px;
    /* box-shadow: 2px 2px 2px #ccc; */
}



.fixed {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;*/
}






.orderNow a, .orderNow >  p {
        color: #fff;
    font-size: 10px;
    text-transform: uppercase;
	letter-spacing: .5px; 
	 transform: rotate(180deg);
	     margin-top: 2px;
	 
}


.email_header a {border-right:none !important;}.top_sho_head li a {    display: flex;    align-items: center;    text-align: left;    vertical-align: middle;}.bortp {    box-shadow: 0 -3px 15px #d5d5d5;}.bortp .footer_contacts{border:none !important;}

.one_happy_cust:hover , .OUR_PRESENCE .one_happy_cust :hover {
    transform: scale(1.05)  !important;
    transition: all ease .2s !important; 
}


.one_happy_cust , .OUR_PRESENCE .one_happy_cust  { 
	animation-fill-mode: initial;
	animation-fill-mode: initial;
    -webkit-animation-fill-mode: initial;
}


.one_happy_cust , .OUR_PRESENCE .one_happy_cust { 
    transition: all ease .2s !important;
}

.OUR_PRESENCE .one_happy_cust {
	
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}


.social_lilists ul li a:hover{    transform: scale(1.1); transition: all ease .2s}
.social_lilists ul li a{display:block;  transition: all ease .2s}

.social_lilists ul li a:hover .fa-facebook{color: #1177ef}
.social_lilists ul li a:hover .fa-instagram{color: #ff4d6f}
.social_lilists ul li a:hover .fa-linkedin{color: #2591c8	}
.social_lilists ul li a:hover .fa-twitter{color: #239bee}
.social_lilists ul li a:hover .fa-youtube-play{color: #e95649}

 
 .OUR_PRESENCE .one_happy_cust h3 span{
       font-size: 23px;
    font-family: 'Optima';
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
    color: #333333;
    display: inline-block;
    line-height: 100%;
    line-height: 2;
    margin-top: 1px;
	 
}

.OUR_PRESENCE .one_happy_cust h3 {
    margin-bottom: 0;
	text-align: center;
	    display: flex;
    align-items: center;
    justify-content: center;
}

#tranding_products2 .item {
    padding: 10px;
    float: left;
    width: 100%;
}



.banner_details img {
    width: 100%;
}



.inner_banner_content h1 {
    text-transform: uppercase;
    font-family: 'Optima Bold';
    font-size: 35px;
    margin: 0;
}

.banner_details {
    position: relative;
}



.inner_banner_content {
    position: absolute;
    bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}



.over_view_left img {
    max-width: 225px;
    margin-bottom: 25px;
}
 

.over_view_left p {
    line-height: 25px;
    font-size: 14px;text-align: justify;
	/*font-weight: 600;*/
}

.one_dtails_right {
    border: 1px solid #d1d1d1;
    padding: 8px  15px 40px;
    text-align: center;
}


.one_dtails_right .nav-tabs {
    margin: 10px auto;
    text-align: center;
    display: inline-block;
    border: none;
}

.one_dtails_right .nav-tabs li.nav-item {
    display: inline-block;
}

.one_dtails_right .nav-tabs a {
    border: none;
    border-right: 1px solid #9a9a9a !important;
    border-radius: 0;
    line-height: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 12px;
    color: #9a9a9a;
    line-height: 1;
    margin: 10px 0px;
	    font-family: 'Optima Medium';
    position: relative;
}


.one_dtails_right .nav-tabs a.active {
    color: #333333;
   
}

.one_dtails_right .nav-tabs a.active:before {
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -4px;
}

.over_view_left a {
    font-size: 16px;
    color: #333333;
    padding: 20px 26px;
    display: block;
    font-size: 14px;
    box-shadow: 0px 0px 7px #ccc;
    border: 1px solid #ebebeb;
    margin: 38px 0;
        width: 100%;
    mmax-width: 365px;
    vertical-align: middle;
    line-height: 21px;
	    display: flex;
    align-items: center;
}


.over_view_left a img {
    margin: 0;
    margin-top: 4px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.Overview_section h3.title.in_view {
    margin-bottom: 43px;
}


.one_amentied img {
        width: 45px;
    height: 45px;
    object-fit: fill;
    margin-bottom: 7px;
}

.one_amentied h5 {
    font-size: 12px;
    text-align: center;
}

.one_amentied {
    text-align: center;
}
.one_amentied:hover h5 {
    /* color: #169e49; */
}


.one_dtails_right .amenitied_list {
    padding:6px 0;
}



.one_dtails_right .amenitied_list {
    padding: 6px 0;
    max-height: 235px;
    overflow-y: auto;
    overflow-x: hidden;
	padding-right: 10px;
}

.two_dtails_right {
    border: 1px solid #d1d1d1;
    padding: 8px 15px 40px;
    text-align: center;
    margin: 20px 0;
}

.two_dtails_right {
    border: 1px solid #d1d1d1;
    padding: 25px 17px 38px;
    text-align: center;
    margin: 20px 0;
    float: left;
    width: 100%;
}

.two_dtails_right h3 {
    font-size: 16px;
	    font-family: 'Optima Medium';
}

.two_dtails_right ul {
    margin: 14px 0 0;
    padding: 0;
    float: left;
    width: 100%;
}

.two_dtails_right li {
    display: inline-block;
    width: 33.3%;
    float: left;
}

.two_dtails_right li h4 {
    font-size: 12px;
    margin-top: 14px;
	    color: #333333;
}

.two_dtails_right li:hover h4{
	 /*  color: #169e49; */
}

.title{
    margin-bottom: 15px;

}


.hight_key {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    box-shadow: inset 1px 0 0 10px #fff;
    position: relative;
    margin-bottom: 25px;
}

.hight_key:before {
    content: '';
}
.hight_key:before {
    /* content: ''; */
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background: white;
    z-index: -1;
    border-radius: 8px;
}

.oney_higtlight .hight_key img {
    width: initial;
    margin: 0 auto;
}

 

.oney_higtlight h4 {
   /* font-size: 14px;
    text-align: center;
    line-height: 1.4;
    padding: 0 10px;*/
	
	font-size: 14px; 
    color: #333333;
	text-align: center; 
}

.tranding_products3 .item {
    padding: 30px;
}



.tranding_products3 .owl-dots {
    display: flex;
    margin: 0 auto;
    width: 69%;
}

.tranding_products3 .owl-dots .owl-dot {
    width: 100%;
    height: 1px;
    background: #ccc;
    position: relative;
}

.tranding_products3 .owl-dots .owl-dot.active span {
    background: green;
    position: absolute;
    height: 3px;
    width: 100%;
    top: -1px;
}


.tranding_products3 .owl-dots .owl-dot.active {
    background: green;
    position: relative;
}


.location_icons1 {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 20px;
	    height: 100%;
		max-height: 422px;
	overflow: auto;
}

.location_icons1 li {
    display: inline-block;
    text-align: center;
    width: 33.3%;
    float: left;
	    padding: 0 5px;
		/*    height: 126px;*/
}

.location_icons1 ul {
    display: flex;
    justify-content: left;
    flex-flow: wrap;
}
.location_icons1 li img {
    margin-bottom: 10px;
}

.location_icons1 li h6 {
   /*     font-size: 12px;
    line-height: 1.2;*/
	font-size: 12px; 
    color: #333333;
	    line-height: 1.4;
}



.google_add_map {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.google_add_map iframe {
    width: 100%;
    height: 100%;
}



.locatioon_advantege h3.title.in_view {
    margin-bottom: 43px;
}



.gallery_img {
    position: relative;
}

.gallery_img:hover a.play_btn  {display: block;}

.gallery_img a.play_btn {
    display: none;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgb(0 0 0 / 40%);
    padding: 40% 0;
}

.gallery_img a.play_btn img {
    width: initial;
    margin: 0 auto;
}

.gallary_section .owl-prev {  
    background: #fff url(../images/prev_btn_black.png);
    left: -2%;  
 }

 .gallary_section .owl-next {  
    background: #fff url(../images/next_btn_black.png);
    right: -2%; 
} 


.gallary_section h3.title.in_view {
    margin-bottom: 30px;
}


.read_more {
    text-align: center;
    margin: 36px 0;
}

.read_more a {
    display: inline-block;
    border: 1px solid #b5b5b5;
    color: #333;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 16px;
    background: #fff;
	font-family: 'Optima Medium';
}

.read_more a i {
    display: inline-block;
    padding-left: 29px;
}

.quiteck-content .modal-title {
    font-size: 20px;
    font-family: 'Optima Medium';
}

.quiteck-content .form-control {
    font-size: 15px;
}

.quiteck-content button.btn.btn-primary {
   text-transform: uppercase;
    display: inline-block;
    border: 1px solid #b5b5b5;
    color: #333;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 16px;
    background: #fff;
    font-family: 'Optima Medium';
}

.quiteck-content button.btn.btn-primary:hover{background: #169e49;
    color: #fff;}

.quiteck-content button.btn.btn-primary:active {
    background: none;
    border-color: #169e49;
    color: #169e49;
}




.one_faq .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.one_faq  .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}



.left_faq_one {
    width: 50%;
    float: left;
}



.one_faq .card {
    display: block;
}



.left_faq_one .card-header {
    background: none;
}
 

.one_faq_last {
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0 0 20px;
}

.left_faq_one .card-header {
    background: none;
    border: none;
    font-size: 14px;
    padding: 0px 20px;
}

.left_faq_one .card-header a.card-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}

.faq_section h3.title.in_view {
    margin-bottom: 45px;
}

.one_faq .card {
    border: none;
}

.one_faq .left_faq_one:nth-child(1) {
    padding-right: 10px;
}

.one_faq .left_faq_one:nth-child(2) {
    padding-left: 10px;
}

.card-body.collapse.show {
    /*border-top: 1px solid #ccc; */
}


.accordion .card-body > p:first-child {
     border-top: 1px solid #ccc;  
}



.inner_banner_content p {
    text-transform: initial;
}




.one_contact_office {
    padding: 40px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 5px;
    margin-bottom: 34px;
    height: calc(100% - 34px);

}

.one_contact_office h4 {
    font-size: 18px;
    margin-bottom: 18px;
}

.one_contact_office p {
    font-size: 14px;
    line-height: 1.5;
}

.one_contact_office a {
    margin-top: 43px;
    display: block;
    text-transform: uppercase;
    color: #1b3664;
}

.one_contact_office a img {
    width: 25px;
    margin-left: 7px;
}


 
section.working_with_us {
    background: url(../images/contact_us_short_banner.jpg);
    text-align: center;
    color: #fff;
}

.contact_ss {
    width: 50%;
    margin: 47px auto;
}

.contact_ss h4 {
    font-size: 30px;
    margin-bottom: 15px;
}



.contact_forms {
    width: 58%;
    margin: 0 auto;
}

.contact_forms input[type="text"], .contact_forms input[type="email"]  , .contact_forms input[type="number"],  .contact_forms select  {
    padding: 17px 25px;
    height: initial;
    font-size: 16px;
}

.contact_forms  .input-group-prepend select {
    padding: 17px 25px;
    height: initial;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
    border-right: 0;
}

.contact_forms  .input-group input.form-control {
    border-left: 0;
}

.contact_forms input[type="text"]:focus, .contact_forms input[type="email"]:focus  , .contact_forms input[type="number"]:focus , .contact_forms select.form-control { 
    box-shadow: none ;
    outline: none;
    border-color: #ced4da;
}

.readio_type {     padding: 5px 0px; text-align: left;}
.readio_type label.form-check-label {
    position: relative;
    padding-left: 30px;
    color: #979797;
}

.readio_type label.form-check-label:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    left: 0;
    top: 2px;
    box-shadow: inset 0 0 9px #ccc;
}
  
  .readio_type input:checked + label:before { 
    box-shadow: inset 0 0 9px #092d74;
    background: #092d74;
}

.readio_type input {
    display: none;
}

.readio_type {
    padding: 5px 0px;
}

section.happy_custom_section.suppprt_form_section {
    margin-bottom: 40px;
}
.oney_higtlight{  
    transition: all ease .2s !important;     }


.oney_higtlight:hover{    transform: scale(1.05) !important;
    transition: all ease .2s !important;     }
	
.hight_key:after{
	    content: '';
    position: absolute;
        width: calc(100% + 32px);
    height: calc(100% + 32px);
    top: calc(16px/-1);
    left: calc(16px/-1);
    background: linear-gradient(to right, #169e49 0%, #169e49 100%), linear-gradient(to top, #169e49 50%, transparent 50%), linear-gradient(to top, #169e49 50%, transparent 50%), linear-gradient(to right, #169e49 0%, #169e49 100%), linear-gradient(to left, #169e49 0%, #169e49 100%);
    background-size: 100% 1px, 1px 200%, 1px 200%, 0% 1px, 0% 1px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
    transform: scaleX(0) rotate(180deg);
    transition-delay: 0.4s, 0.2s, 0s;
}

.hight_key:hover:after {
    background-size: 200% 1px, 1px 400%, 1px 400%, 55% 1px, 55% 1px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    transform: scaleX(1) rotate(180deg);
    transition-delay: 0s, 0.2s, 0.4s;
}

.footer_linksiing .row{    width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;}
	
	.footer_linksiing .one_menu:nth-child(5) {
    width: 16%;
    padding-right: 0;
    padding-left: 10px;
}


.content_details_1 {
    height: 70%;
}

.one_amentied { 
    transition: 0.5s;
}

.one_amentied:hover {
   /* transform: scale(1.2);
    transition: 1s;*/
	
}
/*
.one_amentied {
	position: relative;
	overflow:hidden;
}

.one_amentied::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(0 0 0 / 0%) 0%, rgba(235 235 235) 100%);
	background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgb(235 235 235) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	overflow: hidden;
	opacity:.5
}
.one_amentied:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

*/





.one_amentied, .two_dtails_right li  {
	position: relative;
	/* overflow:hidden; */
	    margin-bottom: 25px;
}

.one_amentied::before,.two_dtails_right li::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgb(0 0 0 / 3%);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.one_amentied:hover::before  {
	/*-webkit-animation: circle 1s;
	animation: circle 1s; */
}
/*
.one_amentied:hover::before, .two_dtails_right li:hover::before {
	-webkit-animation: circle 1s;
	animation: circle 1s;
}
*/

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.one_amentied{     transition: all ease .5s;}
.one_amentied:hover img{   /* transform: scale(1.05);   */   transition: all ease .5s;}
.one_amentied:hover{    transform: scale(1.05);    transition: all ease .5s;}
.two_dtails_right li img { 
    max-width: 59px;
}

.location_icons1 li {
	position: relative;
	overflow:hidden;
}

.location_icons1 li::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(0 0 0 / 0%) 0%, rgba(213 213 213) 100%);
	background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgb(213 213 213) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	overflow: hidden;
	opacity:.5
}
.location_icons1 li:hover::before {
	/* -webkit-animation: shine 1.7s;
	animation: shine 1.7s; 
	*/
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


.location_icons1 li{     transition: all ease .5s;}
.location_icons1 li:hover {    transform: scale(1.05);     transition: all ease .5s;}




.two_dtails_right ul{
	overflow: hidden;
}
.two_dtails_right li{ 
    transition: 0.5s;
}
.two_dtails_right li img{
	transition: all ease .2s;
}
.two_dtails_right li{
	transition: all ease .2s;
}
.two_dtails_right li:hover {transform: scale(1.05);   transition: all ease .5s;}
.two_dtails_right li:hover img{
   /* transform: scale(1.05);     transition: all ease .2s; */
}

.location_icons1 li{ 
    transition: 0.5s;
	margin-bottom: 25px;
}
.location_icons1 li:hover{
    /*transform: scale(1.2);*/
    transition: 1s;
}
.product_details_page h3.title.in_view {
    margin-bottom: 50px;
}



.gtform button {
    width: 16%;
}




.centerici_contrai ul.half_li li {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}
.centerici_contrai ul li {
   /* background: #fff;
    margin-bottom: 20px;
    padding: 12px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    width: 96.6%;
    font-size: 14px;*/
}

section.customer_centricy_section .centerici_contrai {
    padding: 30px 0;
}

section.customer_centricy_section .centerici_contrai p {
    font-size: 15px;
}
section.customer_centricy_section .centerici_contrai {
    padding: 30px 8px 30px 0;
}


.centerici_contrai ul.half_li li:first-child {
    margin-right: 2%;
}

.centerici_contrai ul.half_li li:nth-child(3) {
    margin-right: 2%;
}


.customer_centricy {
    background: #f4f4f4;
    padding: 45px 0 30px;
    border-radius: 5px;
    height: 100%;
}

.customer_cent_img {
    text-align: center;
    padding: 10px 0;
}


section.customer_centricy_section {
    padding-top: 0;
}


section.Overview_section.logo_story_section {
    padding: 0 0 30px;
}


 

.customer_centricy .col-md-3 {
    flex: 0 0 32%;
    max-width: 32%;
}



.customer_centricy .col-md-9 {
    flex: 0 0 68%;
    max-width: 68%;
}


section.customer_centricy_section.half_section .customer_centricy {
    padding: 45px 30px 30px;
}



.one_confidance .confirdenace_img {
    display: inline-block;
    width: 77px;
    float: left;
}

.condidance_content {
    padding-left: 28px;
    float: left;
    width: 78%;
    padding: 7px 0px 0 28px;
    font-size: 14px;
}

.condidance_content p {
    font-size: 14px;
}

.confi_bootm {
    padding: 35px 0;
}

.confi_bootm p {
    font-size: 14px;
}

.triedence_approch p {
    line-height: 25px;
    font-size: 14px;
}



.approvch_list ul li .one_approv_img {
    width: 100%;
    background: #fff;
}


.background_gray{
    background: url(../images/bg_happy_customer.jpg) repeat;
    background-size: 24%;
    padding: 40px 0;
}

.approvch_list li {
    width: 235px;
    text-align: center;
    /* padding: 20px; */
    z-index: 9999;
    position: relative;
    display: inline-block;
    margin: 0 70px;
    margin-bottom: 15px;
    vertical-align: top;
}

.approvch_list ul li .one_approv_img {
    width: calc(100% - 30px);
    background: #fff;
    /* height: 111px; */
    background: #fff;
    padding: 21px 15px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    box-shadow: inset 1px 0 0 10px #fff;
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
}

.approvch_list ul li .one_approv_img:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background: white;
    z-index: -1;
    border-radius: 8px;
}




.approvch_list ul {
    text-align: center;
     
}

.triedence_approch h3.title.in_view {
    margin-bottom: 20px;
}

.approvch_list {
    margin-top: 62px;
}



.content_app_content h4 {
    text-transform: uppercase;
    font-family: 'Optima';
    font-size: 20px;
}
 
.missions_section {
    background: #000 url(../images/mission_bg.webp);
    padding: 60px 0;
    color: #fff;
}

.missions_section h4 {
    font-size: 34px;
    font-family: 'Optima';
    text-transform: uppercase;

    margin-bottom: 14px;
}

.missions_section p {
    font-size: 14px;
    padding-bottom: 25px;
	padding-bottom: 0;
    margin-bottom: 0;
}



.mission_content {
    width: 100%;
    position: relative;
    padding-right: 60px;
	    height: 100%;
}

.mission_content:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
}

.mission_content.mission1:after{display: none;}

.mission_content.mission1 {
    padding-left: 36px;
    padding-right: 0px;
}

.chairment_content {
    padding-left: 42px;
}

.chairment_content p {
    font-size: 14px;
    margin-bottom: 29px;
}

.chairment_content h3 {
    font-family: 'Optima Bold';
    font-weight: 600;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 3px;
}



.logo_story_section .over_view_left {
    padding-left: 30px;
}

.centerici_contrai p {
    font-size: 14px;
}

.mission_sect_top{padding-bottom: 0;}

.leadship_team .owl-nav .owl-prev {
    left: -2%;
    background: #fff url(../images/prev_btn_black.png);
    margin-left: -5px;
}

.leadship_team .owl-nav .owl-next {
    right: -2%;
    background: #fff url(../images/next_btn_black.png);
    margin-right: -5px;
}
.leadship_team  .owl-nav { 
    top: 32%; 
}

.approvch_list ul li .one_approv_img:after {
    content: '';
    position: absolute;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    top: calc(16px/-1);
    left: calc(16px/-1);
    background: linear-gradient(to right, #169e49 0%, #169e49 100%), linear-gradient(to top, #169e49 50%, transparent 50%), linear-gradient(to top, #169e49 50%, transparent 50%), linear-gradient(to right, #169e49 0%, #169e49 100%), linear-gradient(to left, #169e49 0%, #169e49 100%);
    background-size: 100% 1px, 1px 200%, 1px 200%, 0% 1px, 0% 1px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
    transform: scaleX(0) rotate(180deg);
    transition-delay: 0.4s, 0.2s, 0s;
}

.approvch_list ul li:hover .one_approv_img:after {
    background-size: 200% 1px, 1px 400%, 1px 400%, 55% 1px, 55% 1px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    transform: scaleX(1) rotate(180deg);
    transition-delay: 0s, 0.2s, 0.4s;
}

.approvch_list ul li:hover{
    transform: scale(1.05) !important;
    transition: all ease .2s !important;
}

.approvch_list ul li{ 
    transition: all ease .2s !important;
}

.Philosophy_right img,
.chairment_photo img, .customer_cent_img img{ 
    transition: all ease .5s;
}

.Philosophy_right img:hover,
.chairment_photo img:hover, .customer_cent_img img:hover{
    transform: scale(1.05);
    transition: all ease .5s;
}


.tab_system {
    text-align: center;
}

.tab_system .nav-tabs {
    justify-content: center;
    border: none;
    margin-bottom: 30px;
}

.tab_system .nav-tabs .nav-link {
    text-transform: uppercase;
    font-family: 'Optima';
    font-size: 28px;
    border: none;
    color: #9a9a9a;
    padding: 8px 0;
    margin: 0 28px;
	    border-bottom: 3px solid transparent;
}

.tab_system .nav-tabs .nav-link.active {
   /* color: #333333;*/
   /*  border-bottom: 2px solid #333;*/
}

.system_tabs_customer_zone .contact_forms.wow.fadeInUp.animated {
    width: 100%;
}

.login_section {
    background: #fff;
    padding: 45px 75px 45px 51px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #ccc;
    width: 96%;
}

.login_section h3 {
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    font-size: 30px;
    position: relative;
    font-family: 'Optima Medium';
    margin-bottom: 20px;
    float: left;
}

.login_section .form-control {
    padding: 17px 25px;
    height: initial;
    font-size: 16px;
}

.form-group.forgot_password a {
    color: #7a7a7a;
}
.form-group.forgot_password {
    text-align: right;
    margin-bottom: 0px;
}



.logon_btn {
    background:#1e376d ;
    color: #fff;
    width: 184px;
    text-transform: uppercase;
    border: 1px solid #1e376d;
}

 

.logon_btn:hover {
    background: #169e49;
    color: #fff;  
    border: 1px solid #169e49;
}


.register_now_link a {
    font-weight: bold;
    color: #169e49;
}

.register_now_link {
    margin: 43px 0 30px;
}



.system_tabs_customer_zone h3 {
    text-transform: uppercase;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    font-size: 30px;
    position: relative;
    font-family: 'Optima Medium';
    margin-bottom: 20px;
    float: left;
    text-transform: uppercase;
}   


.system_tabs_customer_zone .contact_forms{
    width: 100%;
    clear: both;
    float: left;
    padding: 12px 0;
}


input.form-control:focus {
    outline: none;
    box-shadow: none;
}

.galelry_tabbing .nav-tabs {
    text-align: center;
    justify-content: center;
    margin-bottom: 50px;
    border: none;
}

.galelry_tabbing .nav-tabs .nav-link {
    border: none;
}

.galelry_tabbing .nav-tabs .nav-link {
    border: none;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Optima';
    color: #9a9a9a;
    padding: 0.5rem 0rem;
    margin: 0 1.7rem;
}
 

.galelry_tabbing .nav-tabs .nav-link.active {
    border-bottom: 3px solid #000;
    color: #333333;
}

.photos_gallery a.big {
    width: 24%;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px
}

.photos_gallery a.big:nth-child(4n+1){

}

.photos_gallery a.big:nth-child(4n+1) {
    margin-right: 0;
}



.one_gallery {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}


.frame_list_img {
    float: left;
    width: 100%;
}

.frame_list_img iframe {
    width: 100%;
    float: left;
}

.one_gallery h4 {
    font-size: 15px;
    text-align: center;
    background: #1e376d;
    padding: 10px;
    margin: 0;
    color: #fff;
    float: left;
    width: 100%;
}



small.time {
    color: #169e49;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.news_gallery .image_social_m {
    height: 278px;
}

.news_gallery .onesoci_content a i {
    padding-left: 23px;
}
.news_gallery .onesoci_content a {
    padding: 5px 20px;
    border-radius: 5px;
}

.gallery.photos_gallery section.socialist {
    padding: 0;
}

.content_how_news {
    height: 230px;
    overflow: hidden;
    margin-bottom: 20px;
}


 
.gray-bg {
     
}
/* Blog 
---------------------*/
.blog-grid { 
  margin-bottom: 30px;
}
.blog-grid .blog-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #3a3973;
  color: #ffffff;
  padding: 8px 15px;
  left: 0;
  top: 10px;
  font-size: 14px;
      z-index: 9999;
}
.blog-grid .blog-info {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  background: #ffffff;
  padding: 20px;
  margin: -30px 20px 0;
  position: relative;
      min-height: 275px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
    color: #3a3973;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Optima';
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}

.px-btn-arrow {
    display: inline-block;
    display: inline-block;
    border: 1px solid #b5b5b5;
    color: #333;
    padding: 3px 16px;
    border-radius: 5px;
    font-size: 14px;
    background: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}

.px-btn-arrow:hover{
    background: #169e49;
    color: #fff;
    border-color: #169e49;
}


.px-btn-arrow i {
    padding-left: 23px;
}
 




.image_social_m , .blog-img {
	position: relative;
	  overflow:hidden;  
}

.image_social_m::before ,.blog-img::before{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgb(0 0 0 / 3%);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.image_social_m:hover::before, .blog-img:hover::before{
	-webkit-animation: circle 1s;
	animation: circle 1s;
}


.image_social_m:hover img, .blog-img:hover img {
    transform: scale(1.1);
    transition: all ease .5s;
}

.image_social_m img , .blog-img img { 
    transition: all ease .5s;
	    width: 100%;
}








.photos_gallery a.big {
	position: relative;
	overflow:hidden;
}

.photos_gallery a.big::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(0 0 0 / 0%) 0%, rgba(213 213 213) 100%);
	background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgb(213 213 213) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	overflow: hidden;
	opacity:.5
}
.photos_gallery a.big:hover::before {
	-webkit-animation: shine 1.7s;
	animation: shine 1.7s;
}

section.happy_custom_section.suppprt_form_section .contact_forms button.btn.btn-parimary.logon_btn {
    margin-top: 15px;
}

.one_testominls {
    background: #fff url('../images/test_bg33.jpg') no-repeat;
    float: left;
    width: 100%;
    padding: 40px;
    border-radius: 7px;
    background-position: 38% 9%;
}

.one_testominls_content {
    display: block;
    float: left;
    width: 100%;
}

.one_testominls_img {
    width: 84px;
    height: 84px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 30px;
}



.one_testominls h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
	font-family: 'Optima Medium';
	text-transform: uppercase;
}


.accordion .card-body {
    font-size: 14px;
}


.one_testominls h6 {
    font-size: 14px;
    color: #9e9e9e;
}

.test_descripti p {
    color: #606060;
}



section.happy_custom_section.OUR_PRESENCE.Testimonials_section {
    margin-bottom: 40px;
}

.one_testominls_img img {
    width: 108% !important;
    height: initial !important;
}

.Testimonials_section .owl-dots {
    display: none;
}

.Testimonials_section .owl-nav.disabled {
    display: block;
}

.Testimonials_section .owl-nav .owl-prev {
    left: -1.5%;
    background:#fff url(../images/prev_btn_black.png);
}

.Testimonials_section .owl-nav .owl-next {
    right: -1.5%;
    background:#fff url(../images/next_btn_black.png);
}





.customer_zone_page section.costlinks {
    padding-top: 30px;
}


.contact_us_page section.costlinks {
    padding-top: 30px;
}



.gallery_page section.costlinks {
    padding-top: 17px;
}


.gallery.photos_gallery section.socialist { 
    margin-top: 17px;
}

.video_gallery section.gray-bg {
    padding: 30px 0;
}

.video_gallery section.gray-bg {
    padding: 0;
}

.video_gallery section.gray-bg { 
    margin-top: 17px;
}

.photos_gallery h3.title.in_view {
    margin-bottom: 32px;
}

.video_gallery h3.title.in_view {
    margin-bottom: 32px;
}


.missions_section { 
    margin-top: 17px;
}

section.happy_custom_section.suppprt_form_section .logon_btn { 
    margin-top: 15px;
}

.login_section button.btn.btn-parimary.logon_btn {
    margin-top: 0 !important;
}

.system_tabs_customer_zone section.happy_custom_section.suppprt_form_section {
    margin-bottom: 0;
}

section.system_tabs_customer_zone {
    padding-bottom: 0;
}

#tranding_products3 .owl-nav {
    display: block;
	    top:62px;
}

#tranding_products3 .owl-nav.disabled .owl-prev {
    background: #fff;
    left: -1%;
	background: #fff url('../images/prev_btn_black.png');
}

#tranding_products3 .owl-nav.disabled  .owl-next{
    background: #fff;
    right: -1%;
	background: #fff url('../images/next_btn_black.png');
}








.btn-grey:hover {
    background: #169e49; 
}
.gtform button:hover {
    background: #169e49;
}

.one_amentied:hover img{ /*  filter: brightness(50%) sepia(200) saturate(400) hue-rotate(146deg); */}

span.location_cpan {
    line-height: 1.5;
}


#tranding_products1 .owl-stage {
    display: flex;
}



.prot_img3 a img {
    position: initial;
    width: 100%;
    max-width: 100%;
}

.productlistin .owl-nav {
    top: 30%;
}

.productlistin .owl-nav .owl-prev {
    left: -2%;
	    background: #fff url(../images/prev_btn_black.png);
}

.productlistin .owl-nav .owl-next {
    right: -2%;
	background: #fff url(../images/next_btn_black.png);
}



.over_view_left a:hover {
    
    color: #169e49;
    /*border-color: #169e49;*/
	/*transform: scale(1.05);*/
    transition: all ease .5s;
}

.over_view_left a img {  
   transition: all ease .5s;
}
 
 .over_view_left a p {
    margin: 0;
}

.over_view_left a:hover p,  .over_view_left a:hover img  {
    transform: scale(1.02);
	transition: all ease .5s;
}

 .over_view_left a:hover img  {
    transform: scale(1.06) !important;
	transition: all ease .5s;
}


.over_view_left a p { 
	transition: all ease .5s;
}

.over_view_left a:hover img { 
   /* filter: brightness(0) invert(1);*/ 
   transition: all ease .5s;
}

.read_more a:hover {
    background: #169e49;
    color: #fff;
}

.left_faq_one .card-header a.card-title {
    width: 97%;
    display: inline-block;
}


.over_view_left a:hover img {
    
}

.quiteck-content .modal-content {
    background: #f7f7f7 url(../images/bg_happy_customer.jpg);
}

.home_products .owl-nav {
    top: 32%;
}

.green_icon{ /*display:none !important ;   */     opacity: 0;   transition: all ease .5s;} 
.black_icon{ transition: all ease .5s;} 

.over_view_left a:hover img.black_icon {
	/*display:none !important; */
	    transition: all ease .5s;
		    opacity: 0;
	
}

.over_view_left a:hover img.green_icon {
	/* display:block !important;*/ 
	    transition: all ease .5s;
		    opacity: 1;
	
}
 
 
 .readio_type input:checked + label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    left: 5px;
    border-radius: 50%;
    top: 7px;
}

section.background_gray.rera_descripmer {
    margin-bottom: 70px;
}

.over_view_left a img {
    position: absolute;
}

.link_move p {
    padding-left: 40px;
}



.owl-nav .owl-prev:hover {
    background: #169e49  url('../images/prev_btn.png');
}

.owl-nav .owl-next:hover {
    background: #169e49 url('../images/next_btn.png');
}


span.more_new_btn {
        width: 35px;
    height: 35px;
    padding: 9px;
    border-radius: 100%;
    border: 1px solid #203d3b;
    display: flex;
    transform: rotate(-43deg);
    position: absolute;
    justify-content: center;
    align-items: center;
    color: #203d3b;
    cursor: pointer;
    top: 14px;
    right: 4px;
}

span.more_new_btn img {
    position: initial; 
}

span.more_new_btn:hover img {
    filter: brightness(0) invert(1);
}

.slide-popup {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    transition: all ease-in-out 1s;
    margin-right: -100%;
}


.closebtn {
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 100%;
    top: 30px;
    right: 50px;
    border: 1px solid #203d3b;
    color: #6c9392;
    z-index: 99;
    line-height: 35px;
    text-align: center;
    font-size: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.closebtn::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: #203d3b;
    transition: all .3s ease 0s;
    border-radius: 100%;
}

.pupup-content {
    padding: 70px 80px 70px 40px;
}

body.overflowHide {
    overflow: hidden;
}

.popup-title {
        font-family: 'Optima Medium';
    font-size: 30px;
    color: #000;
	    text-transform: uppercase;
}


.pupup-content span { 
    font-size: 20px;
    color: #000;
    display: block;
    margin: 10px 0 30px;
    line-height: 30px;
}

.pupup-content .scroll {
        max-height: 70vh;
		overflow: hidden;
		overflow-y: auto;
}
span.more_new_btn:hover{border-color: #169e49}
span.more_new_btn:before {
    content: '';
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: #169e49;
    transition: all .3s ease 0s;
    border-radius: 100%;
}

span.more_new_btn:hover:before {
    width: 100%;
    height: 100%;
}

span.more_new_btn:hover img {
    filter: brightness(0) invert(1);
}

.prodcut_content {
    position: relative;
}



.closebtn::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: #169e49;
    transition: all .3s ease 0s;
    border-radius: 100%;
}

.closebtn:hover::before {
    width: 100%;
    height: 100%;
    z-index: -1;
}

.closebtn:hover {
    color: #fff;
    border-color: #fff;
}

.arrow_icon img:hover {
    filter: brightness(50%) sepia(200) saturate(400) hue-rotate(146deg);
}

.one_contact_office a:hover img {
    filter: brightness(50%) sepia(200) saturate(400) hue-rotate(146deg);
}

.contact_us_page section.our_office_section h3.title.in_view {
    margin-bottom: 43px;
}










.contact_ss h4 { 
    font-family: 'Optima Bold';
}

.working_with_us p a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}

.list_faq.job_opening_list .left_faq_one {
    margin: 0 auto;
    float: initial;
    width: 100%;
}



.list_faq.job_opening_list .left_faq_one .one_faq_last {
    border: none;
    border-bottom: 1px solid #ccc;
	    padding: 0;
		    margin-bottom: 7px;
}

.left_faq_one .card-header a.card-title { 
   /* font-family: 'Optima'; */
       margin-bottom: 0;
}

.accordion .card-body p {
    font-size: 14px;
	line-height: 1.5;
}

a.apply_now {
    display: inline-block;
    border: 1px solid #b5b5b5;
    color: #333;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 16px;
    background: #fff;
}


a.apply_now i {
    display: inline-block;
    padding-left: 29px;
}


a.apply_now:hover {
    background: #169e49;
    color: #fff;
}


.list_faq.job_opening_list .card-header.collapsed {
    padding: 0 20px 0;
}


.home_screen div#tranding_products1 .owl-nav {
    top: 33%;
}

.list_faq.job_opening_list .left_faq_one a.card-title {
    padding: 7px 0;
}


.fixex_side_bar {
    position: fixed;
    /* top: 50%; */
	top:18vh; 
    right: 0%;
   /*  transform: translate(0%, -50%);*/
	box-shadow: 2px 1px 5px #5a5a5a;
	z-index: 999999;
	right: -295px;
	transition: all ease .5s;
}

.fixex_side_bar.fix_windsong_reg {
    right: -130px !important;
    /* top: 53%;*/
	top: calc(16vh + 178px); 
    width: 170px;
	    z-index: 9;
}


.fixex_side_bar.open_bar { 
    right: 0%; 
	transition: all ease .5s;
}


.fixex_side_bar .orderNow {
    position: absolute;
    left: -69px;
    right: initial;
	top:38px;
		
   /*  top: 45%;*/
}


.fixex_side_bar .inqury_form {
     
	background: #f2fff2 url(../images/bg_happy_customer.webp) repeat;
    padding: 19px;
        width: 295px;
}
#newmsgenquire_now{padding: 0px;}

.fixex_side_bar .inqury_form .form-some {
    background: #fff;
	
    margin: 15px 0px;
    padding: 10px;
    border-radius: 5px;
}

.fixex_side_bar .inqury_form .form-some input[type="text"], .fixex_side_bar .inqury_form .form-some input[type="number"], .fixex_side_bar .inqury_form .form-some input[type="email"], .fixex_side_bar .inqury_form .form-some textarea {
    border: none;
}


.fixex_side_bar .inqury_form .form-some i.fa {
    margin-right: 10px;
}

.fixex_side_bar .orderNow {
        position: absolute;
    left: -69px;
    right: initial;
    /* top: 44%;*/
}

.inqury_form h4 {
    font-size: 23px;
    text-align: center;
    font-family: 'Optima Medium';
    margin-bottom: 30px;
	text-transform: uppercase;
}

.inqury_form input.btn.btn-primary.btn-cus_m {
    width: 89%;
    margin: 8px 17px;
    background: #1b3765;
    border: none;
	text-transform: uppercase;
}

.inqury_form input.btn.btn-primary.btn-cus_m:hover{    background: #169e49;     }

.Sustainability_section .contact_ss {
    width: 80%;
    margin: 47px 0;
}

.Sustainability_section .read_more {
    text-align: left;
}

section.working_with_us.Sustainability_section {
    background-size: cover;
}

section.working_with_us.Sustainability_section {
    margin-bottom: 70px;
	background: url(../images/ex3.jpg);
	background-size: cover;
}

.submit_menu_properties {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #f6f4ee;
	/*padding: 50px;*/
	left: 0;
	text-align: left;
	/*  display:none;  */
	    visibility: hidden;
    opacity: 0;
   transition: visibility 0.5s linear,opacity 0.3s linear, height .5s ease;
	
}

.short_manu_s li { 
    width: 50%;
}

.short_manu_s li ul.short_sub_menu {
    position: absolute;
    left: 50%;
    top: 0;
	width: 50%;
	    display: none;
}
.short_manu_s a {
    color: #fff !important;
}

.short_manu_s li.has_child:hover ul {
    display: block;
}


.short_manu_s h5 {
    color: #fff;
    text-transform: uppercase;
    /* border-bottom: 1px solid #ccc; */
    font-family: 'Optima';
	    margin-bottom: 20px;
}


.short_manu_s a {
    display: inline-block;
    padding: 5px 22px 5px 0;
    text-transform: uppercase;
    position: relative;
}

.short_manu_s ul {
    position: relative;
}

.short_manu_s li.has_child> a:after {
    content: '';
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    content: "\f107";
    position: absolute;
    top: 10px;
    right: -26px;
	 transition: all ease .3s;
}
 
 .short_manu_s a:hover {
    color: #01d350;
}

.short_manu_s a:hover:after {
    color: #01d350 !important;
}


 .Mnu_img {
    border: 5px solid #cbcbcb;
}




.short_manu_s li.has_child:hover a:after {
    transform: rotate(-90deg);
    transition: all ease .3s;
}




.short_manu_s li.has_child > a {
    width: 50%;
}

.menu_in .col-lg-10.col-md-10.col-sm-10 {
    position: initial;
}

 
 
 .main_menu ul li ul {
    position: absolute;
    top: 100%;
    background: #fff;
}

.main_menu ul li ul {
        position: absolute;
    top: 87%;
    background: #fff;
    text-align: left;
    display: none;
    padding: 20px 0 10px 0;
	    width: 200px;
}

.main_menu ul li ul li {
    display: block;
	position: relative;
}

.main_menu ul li ul ul.short_sub_menu {
    position: absolute;
    left: 100%;
    top: 0;
	border-left: 1px solid #f5f5f5;
	padding: 5px 0px;
}

.main_menu ul li.productmanu:hover > ul {
    display: block;
}

.main_menu ul li ul li.has_child:hover ul {
    display: block;
}


.main_menu ul li ul a {
    display: block;
    padding: 5px 20px;
}



.main_menu ul li ul a {
    display: block;
    width: 100%;
	position:relative;
}

.main_menu ul li ul li a i.fa {
    position: absolute;
    right: 12px;
    top: 9px;
}

.main_menu ul li.productmanu a i.fa  { 
    transition: all ease .5s;
	margin-left: 11px;
}


.main_menu ul li.productmanu:hover> a > i.fa  {
    transform: rotate(-180deg);
    transition: all ease .5s;
}

.main_menu ul li ul li:hover> a > i.fa  {
    transform: rotate(-90deg);
    transition: all ease .5s;
}


.main_menu ul li ul li:last-child a {
    color: #333333;
}

.main_menu ul li ul li a:hover {
    color: #169e49 !important;
    display: table-cell;
}




.main_menu ul li ul li a { 
    margin: 0;
}

.inqury_form input.btn.btn-primary.btn-cus_m:focus {
    outline: none;
    box-shadow: none;
}


.form-check a {
    color: #169e49; 
}
label.form-check-label {
    font-size: 14px;
}

#newsletter label.error {
    position: absolute;
    bottom: -35px;
    color: red;
    margin-left: -26.5%;
    font-size: 12px;
}

#penquiry label.error {
    color: red;
    /* position: absolute; */
    font-size: 11px;
    line-height: 11px;
    margin: 5px 0;
    padding: 0;
    display: block;
}



#penquiry label#phone-error {
    display: block;
    flex: 0 0 100%;
}





.blog_detels_page .card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.blog_detels_page .card .body {
    color: #444;
    padding: 20px;
    font-weight: 400;
}
.blog_detels_page .card .header {
    color: #444;
    padding: 20px;
    position: relative;
    box-shadow: none;
	    padding-bottom: 0;
}
.blog_detels_page  .single_post {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog_detels_page .single_post .body {
    padding: 30px
}

.blog_detels_page .single_post .img-post {
    position: relative;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px
}

.blog_detels_page .single_post .img-post>img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    max-width: 100%;
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
	width: 100%;
}

.blog_detels_page .right-box .categories-clouds li:hover:before {
    background: #169e49;
}

.blog_detels_page .right-box .categories-clouds li:hover a {
    color: #169e49;
}






.blog_detels_page .single_post .img-post:hover img {
    /*-webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .7;
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .8s ease-in-out*/
}

.blog_detels_page .single_post .img-post:hover .social_share {
    display: block
}

.blog_detels_page .single_post .footer {
    padding: 0 30px 30px 30px
}

.blog_detels_page .single_post .footer .actions {
    display: inline-block
}

.blog_detels_page .single_post .footer .stats {
    cursor: default;
    list-style: none;
    padding: 0;
    display: inline-block;
    float: right;
    margin: 0;
    line-height: 35px
}

.blog_detels_page .single_post .footer .stats li {
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.25em;
    line-height: 1;
    margin: 0 0 0 2em;
    padding: 0 0 0 2em;
    text-transform: uppercase;
    font-size: 13px
}

.blog_detels_page .single_post .footer .stats li a {
    color: #777
}

.blog_detels_page .single_post .footer .stats li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0
}

.blog_detels_page .single_post h3 {
    font-size: 20px;
    text-transform: uppercase;
	font-family: 'Optima Bold';
}

.blog_detels_page .single_post h3 a {
    color: #242424;
    text-decoration: none
	
}

.blog_detels_page .single_post p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
	margin-bottom: 10px;
}

.blog_detels_page .single_post .blockquote p {
    margin-top: 0 !important
}

.blog_detels_page .single_post .meta {
    list-style: none;
    padding: 0;
    margin: 0
}

.blog_detels_page .single_post .meta li {
    display: inline-block;
    margin-right: 15px
}

.blog_detels_page .single_post .meta li a {
    font-style: italic;
    color: #959595;
    text-decoration: none;
    font-size: 12px
}

.blog_detels_page .single_post .meta li a i {
    margin-right: 6px;
    font-size: 12px
}

.blog_detels_page .single_post2 {
    overflow: hidden
}

.blog_detels_page .single_post2 .content {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 80px;
    position: relative
}

.blog_detels_page .single_post2 .content .actions_sidebar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px
}

.blog_detels_page .single_post2 .content .actions_sidebar a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-right: 0;
    text-align: center;
    border-right: 1px solid #e4eaec
}

.blog_detels_page .single_post2 .content .title {
    font-weight: 100
}

.blog_detels_page .single_post2 .content .text {
    font-size: 15px
}

.blog_detels_page .right-box .categories-clouds li {
    display: inline-block;
    margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}

.blog_detels_page .right-box .categories-clouds li a {
        display: block;
    /* border: 1px solid; */
    padding: 6px 10px;
    border-radius: 3px;
    color: #333333;
}

.blog_detels_page .right-box .categories-clouds li:before {
        content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333333;
    position: absolute;
    top: 13px;
    left: 0;
}


.blog_detels_page .right-box .instagram-plugin {
    overflow: hidden
}

.blog_detels_page .right-box .instagram-plugin li {
    float: left;
    overflow: hidden;
    border: 1px solid #fff
}

.blog_detels_page .comment-reply li {
    margin-bottom: 15px
}

.blog_detels_page .comment-reply li:last-child {
    margin-bottom: none
}

.blog_detels_page .comment-reply li h5 {
    font-size: 18px
}

.blog_detels_page .comment-reply li p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #777
}

.blog_detels_page .comment-reply .list-inline li {
    display: inline-block;
    margin: 0;
    padding-right: 20px
}

.blog_detels_page .comment-reply .list-inline li a {
    font-size: 13px
}

@media (max-width: 640px) {
    .blog_detels_page .blog-page .left-box .single-comment-box>ul>li {
        padding: 25px 0
    }
    .blog_detels_page .blog-page .left-box .single-comment-box ul li .icon-box {
        display: inline-block
    }
    .blog_detels_page .blog-page .left-box .single-comment-box ul li .text-box {
        display: block;
        padding-left: 0;
        margin-top: 10px
    }
    .blog_detels_page .blog-page .single_post .footer .stats {
        float: none;
        margin-top: 10px
    }
    .blog_detels_page .blog-page .single_post .body,
    .blog_detels_page .blog-page .single_post .footer {
        padding: 30px
    }
}

.blog_detels_page .card .header h2 {
    text-transform: uppercase;
    font-family: 'Optima Bold';
    font-size: 25px;
    margin: 0;
}

#add_popup .modal-dialog.modal-dialog-centered {
   max-width: 700px; 
}
#add_popup .modal-dialog.modal-dialog-centered .modal-title {
    font-family: 'Optima';
}

#add_popup p {
        font-size: 13px;
    line-height: 1.5;
	    margin: 0;
		text-align: justify;
}

#add_popup button.btn.btn-primary {
    border: none;
    background: #1b3765;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Optima';
}

#add_popup button.btn.btn-primary:hover {
    background: #169e49;
}

#tranding_products3 .owl-nav .owl-prev:hover {
    background-color: #169e49;
    background-image: url(../images/prev_btn.png);
}

#tranding_products3 .owl-nav.disabled .owl-next:hover{
	background-color: #169e49;
    background-image: url(../images/next_btn.png);
}

.amenitied_list .row{justify-content: center;}

.rarra_number ,.product_status  {
    padding:0px 0;
    font-size: 14px;
}


.one_social_list {
	height: 300px;
    overflow: auto;
    border: 1px solid #ccc;
    /* border-radius: 10px; */
    overflow: hidden;
    overflow-y: auto;
	margin-bottom:30px;
-}

.submit_menu_properties .short_manu_s h5 {
    color: #0f3277;
}

.submit_menu_properties .short_manu_s ul {
    display: block;
    background: none;
    position: inherit;
}

.submit_menu_properties .short_manu_s h5 {
    color: #0f3277;
    /* border-bottom: 2px solid #ccc; */
    position: relative;
    padding-bottom: 8px;
    margin: 0;
}

.submit_menu_properties .short_manu_s h5:after {
    content: '';
    width: 90px;
    height: 1px;
    background: #0f3277;
    position: absolute;
    left: 0;
    bottom: 0;
}

.submit_menu_properties .short_manu_s ul {
    display: block;
    background: none;
    position: inherit;
	width: 100%;
}



.submit_menu_properties .short_manu_s ul li.has_child a {
        color: #333 !important;
    width: 100%;
    padding: 5px 0;
    font-size: 15px;
    letter-spacing: 1px;
}

.submit_menu_properties ul li {
    width: 100%;
}

.main_menu ul li .submit_menu_properties ul li {
    width: 29%;
    position: initial;
}

.main_menu ul li .submit_menu_properties ul li .regist_sub {
        position: absolute;
    /* left: 30%; */
    top: 0;
    right: 15px;
    background: #efece6;
    padding: 0;
    width: 70%;
	    display: none;
}

.main_menu ul li .submit_menu_properties ul li .regist_sub .resisue_mnu {
    width:40%;
    float: left;
	    padding: 15px 0px 15px 20px;
}

.view_redit_btn {
    width: 25%;
    float: left;
    padding: 15px 00px;
}

.submit_menu_properties .short_manu_s ul li.has_child .view_redit_btn a {
    width: 175px;
    height: 40px;
    float: left;
    background: 0 0;
    border: 1px solid #6c9392;
    opacity: .7;
    color: #000 !important;
    border-radius: 50px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in;
	margin: 70px 0 0 0;
}

.submit_menu_properties .short_manu_s ul li.has_child .view_redit_btn a svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #203d3b;
    margin-left: 15px;
    transition: all .5s ease-out;
    position: relative;
    top: -1px;
}

.main_menu ul li .submit_menu_properties ul li .regist_sub .Mnu_img {
    width: 60%;
    float: left;
	border: none;
}


.main_menu ul li .submit_menu_properties ul li .regist_sub .resisue_mnu ul.short_sub_menu {
    position: initial;
    display: block;
    width: 100%;
	    border: none;
		padding: 0;
    margin-top: 5px;
}

.regist_sub h4 {
    margin: 0;
}


.main_menu ul li .submit_menu_properties ul li .regist_sub .resisue_mnu a {
    padding: 4px 0;
}

.regist_sub h4 {
    margin: 0;
    font-family: 'Optima';
    text-transform: uppercase;
    font-size: 22px;
    color: #0f3277;
    position: relative;
    padding-bottom: 8px;
}

.regist_sub h4:after {
    content: '';
    content: '';
    width: 114px;
    height: 1px;
    background: #0f3277;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main_menu ul li .submit_menu_properties ul li:hover .regist_sub {
    display: block;
}


.main_menu ul li .submit_menu_properties ul li a:after {
	 display: none;
}



.main_menu ul li .submit_menu_properties ul li:first-child .regist_sub {
    display: block;
	
	display: flex;
    justify-content: center;
}

.main_menu ul li.productmanu:hover .submit_menu_properties {
    display: block;
}


.main_menu > ul > li > a {
    padding-bottom: 15px;
	display:block;
}

header {
    padding-bottom: 0;
}

.submit_menu_properties .short_manu_s ul li.has_child .view_redit_btn a:hover {
    border-color: #169e49 !important;
    background: #169e49 !important;
    color: #fff !important;
}

.submit_menu_properties .short_manu_s ul li.has_child   a:hover { 
    color: #169e49 !important;
}

#add_popup .modal-body {
   /* max-height: 400px; */
    overflow: auto;
}
.submit_menu_properties .short_manu_s ul li.has_child a:hover > svg {
    stroke: #fff;
}



#add_popup .modal-dialog.modal-dialog-centered .modal-content {
    border-radius: 0;
}

#add_popup .modal-dialog.modal-dialog-centered .modal-content .modal-header {
    justify-content: center;
    padding: 10px 0;
}



#add_popup .modal-footer {
    justify-content: center;
}

#add_popup button.btn.btn-primary {
    border: 1px solid #1b3765;
    background: none;
    color: #1b3765;
}


#add_popup button.btn.btn-primary:hover {
    border: 1px solid #1b3765;
    background: #1b3765;
    color: #fff;
}
#DISCLAIMER .modal-dialog .modal-content button{opacity: 1;height: 30px;width: 30px;}
#DISCLAIMER .modal-dialog .modal-content button i{font-size: 15px;position: relative;top: -2px;}
@media (min-width: 576px){
 #DISCLAIMER .modal-dialog{    max-width: 400px;}
}

.main_menu ul li .submit_menu_properties ul li .regist_sub .resisue_mnu ul.short_sub_menu li {
    width: 100%;
}


.onlogiin_list a {
    text-transform: capitalize !important;
    padding: 0 !important;
    font-size: .95rem !important;
    opacity: .5;
    transition: all .5s ease;
    color: #203d3b !important;
    position: relative;
    padding-right: 7px !important;
    margin-right: 7px !important;
    line-height: 100% !important;
    vertical-align: middle;
}
.onlogiin_list a:after {
    content: "";
    width: 1px;
    height: 53%;
    position: absolute;
    transition: all .5s linear;
    background: #203d3b;
    right: 0;
    top: 6px;
}
.onlogiin_list a:last-child::after{display:none}

.onlogiin_list {
    margin: 30px 0;
}

.onlogiin_list a:hover {
    color: #169e49 !important;
}

.social_logo_img {
    text-align: center;
    padding: 10px;
    background: #4867a8;
	border-radius: 5px 5px 0 0;
	 
}

.social_logo_img img {
    max-width: 100px;
    margin: 0 auto;
}

.social_logo_img.twitterLoogo {
    background: #32ccfe;
}
.description_rera h5 {
    font-size: 14px;
    margin-top: 20px;
}


.description_rera p {
    font-size: 13px;
    color: #a7a7a7;
}

.one_content.adddres_footer {
    padding-left: 35px;
}

.blog_conte_1 {
    height: 180px;
    overflow: hidden;
}

li.phone_header {
    width: 53px;
    transition: width .5s ease;
    white-space: nowrap;
    overflow: hidden;
}



li.phone_header:hover {
    width: 177px;
    transition: width .5s ease;
}


li.phone_header a {
    overflow: hidden;
}


.top_sho_head li.phone_header span {
    display: inline-block;
    margin-left: 15px;
}

.top_sho_head li a{line-height: 27px;}


.submit_menu_properties{
	height: 0;
    overflow: hidden;
    transition: height .5s ease;
}

.main_menu ul li.productmanu:hover .submit_menu_properties {
    height: 278px;
    transition: visibility 1s linear,opacity .6s linear, height 1s ease;
	 visibility: visible;
    opacity: 1;
}

.p50{padding:50px}





.headyoutu {
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.headyoutu h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    color: #292F33;
    margin: 0;
}

.headyoutu h4 span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #657786;
}

.headyoutu h4 a {
    color: #2b7bb9;
    text-decoration: none;
}

.social_logo_img.youtubeLoogo {
    background: #cd181f;
}

.one_youtube {
    margin: 12px;
    background: #f7f7f7;
    padding: 5px;
}


.one_youtube h3 {
    color: #ccc;
    color: #2b7bb9;
    text-decoration: none;
    font-size: 16px;
    margin: 12px 0;
}

.one_youtube img {
    width: 100%;
}


.main_menu ul li.productmanu .submit_menu_properties {
    transition: visibility 1.6s linear, opacity 1.6s linear, height 1s ease;
    visibility: hidden;
    opacity: 0;
}

.sl-wrapper .sl-navigation button.sl-prev {
    outline: none;
}

.sl-wrapper .sl-navigation button.sl-next {
    outline: none;
}


.test_descripti {
    height: 170px;
    overflow: hidden;
	margin-bottom:10px;
}
.test_descripti p{margin-bottom:0}
.social_logo_img.instgram_logo {
    background: rgb(239,1,16);
    background: linear-gradient(90deg, rgba(239,1,16,1) 0%, rgba(194,0,149,1) 100%);
}



.submit_menu_properties .short_manu_s ul li.has_child a.active {
    color: #169e49;
}




section.overview_section {
    bbackground: #d6d6d6;
}


.one_compnaisve_sec {
    max-width: 350px;
    margin: 0 auto;
    background: #ccc url('../images/one_setion_coapn.jpg');
        padding: 50px;
    border: 1px solid #ac7624;
    background-size: 100%;
    color: #e2ce8e;
    text-align: center;
	box-shadow: 3px 5px 6px #ccc;
}
 
section.comprehsenive_section {
    background: url('../images/bg_boxes.jpg');
	    background-size: 68%;
}

section.flow_cart_section {
    background: #13141e;
	float: left;
    width: 100%;
	    text-align: center;
    color: #d7cd92;
}

.one_section_float_cart {
    background: url('../images/protiese1.png');
	background-size: 100%;
	width: 25%;
    height: 271px;
       float: left;
    padding: 36px 49px 0 35px;
	 /*   margin-left: -13px; */
}

 .one_section_float_cart img {
    max-width: 70px;
    margin: 11px;
}

.one_section_float_cart:nth-child(2) , .one_section_float_cart:nth-child(3){
    background-image: url(../images/protiese2.png);
}


.one_section_float_cart:nth-child(4)  {
    background-image: url(../images/protiese3.png);
}

.one_section_float_cart:first-child {
  /*  margin-left: 0;*/
}

.flow_cart_section .title span:after {
    background: #d7cd92;
}

.flow_cart_section .title:before {
    background: #d7cd92;
}

.flow_cart_section .title:after {
    background: #d7cd92;
}

.direct_atric li .section_sn_numb {
    width: 60px;
    height: 60px;
    text-align: center;
    background:  url('../images/rouded_box_bg.png');
    border-radius: 50%;
    line-height: 100%;
    padding: 15px 10px;
    font-size: 13px;
    font-weight: 600;
    float: left;
    vertical-align: middle;
	background-size: cover;
    /* padding-right: 17px; */
}

.direct_atric li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
	
    vertical-align: middle;    display: flex;
    align-items: center;
}


.section_sn_section {
    float: left;
    width: calc(100% - 60px);
    padding-left: 13px;
    padding: 10px;
}


section.bulding_influce_section {
    padding: 40px 0;
    float: left;
    width: 100%;
}

section.bulding_influce_section h3 {
    font-family: 'Optima';
    font-size: 20px;
    margin-bottom: 35px;
}

.clear {
    clear: both;
}

.direct_atric.border_v {
    position: relative;
}
 
.direct_atric.border_v:before {
    content: '';
    position: absolute;
    height: 83%;
    width: 3px;
    background: url(../images/vborder.png);
    left: -38px;
    background-size: cover;
    top: 50px;
}

.direct_atric border_v strong {
    color: #111533;
}

strong.bubmer_top {
    margin-top: 40px;
    display: block;
    float: left;
	font-size: 18px;
    width: 100%;
}

.section_sn_numb1 {
    width: 75px;
    height: 84px;
    text-align: center;
    background: url(../images/li_ls.png) no-repeat;
    border-radius: 50%;
    line-height: 100%;
    padding: 28px 0 24px 13px;
    font-size: 13px;
    font-weight: 600;
    float: left;
    vertical-align: middle;
    background-size: 100% 100%;
    /* padding-right: 17px; */
    position: relative;
    color: #1c1d27;
    z-index: 99;
}


.section_sn_section1 {
   float: left;
     
    padding-left: 13px;
    padding: 14px 40px;
    position: relative;
    background: #1c1d27;
    margin-left: -20px;
    margin-top: 14px;
	    padding-right: 0;
    width: 50%;
	box-shadow: 3px 3px 5px #000;
}

.section_sn_section1 p {
    margin: 0;
}

section.reddome_points {
    clear: both; 
	background: url(../images/bg_redeem_point.jpg);
}

section.reddome_points {
    clear: both;
    background: url(../images/bg_redeem_point.jpg);
    background-size: 100%;
    text-align: center;
    color: #d7cd92;
    margin-bottom: 50px;
}



section.reddome_points .title span:after {
    background: #d7cd92;
}

section.reddome_points .title:before {
    background: #d7cd92;
}

section.reddome_points .title:after {
    background: #d7cd92;
}

.section_sn_section p {
    margin: 0;
}

.reon_oint_list li {
    text-align: left;
}



.reon_oint_list li {
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}



.reon_oint_list li:nth-child(even) .section_sn_numb1 {
    float: right;
}

.reon_oint_list li:nth-child(even) .section_sn_section1 {
    float: right;
    text-align: right;
	padding-left: 150px;
	    padding-right: 40px;
}

.direct_atric.border_v {
    position: relative;
    float: left;
    width: 100%;
}



  .accbodyinnertext {
    padding: 25px 30px;
	    width: 100%;
    position: relative;
	
}


  .accbodyinnertext h6 {
    margin: 30px 0 24px;
    
    font-weight: 600;
    font-size: 15px;
}


  .accbodyinnertext h6:first-child {
    margin-top: 0!important;
}


.accbodyinnertext ul  {
    margin: 0;
    padding: 0;
}

.accbodyinnertext ul li {
    width: 95%;
    line-height: 150%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    list-style: disc;
    margin-left: 5%;
}

 .accbodyinnertext ul li {
    width: auto;
    margin-left: 17px;
}

 .customerwrap .accbodyinnertext h6 {
    margin: 30px 0 24px;
    font-weight: 500;
    font-weight: 600;
    font-size: 17px;
}

.accbodyinnertext p {
    font-size: 14px;
    color: #000;
}


  .accbodyinnertext p {
    line-height: normal;
} 


.accordion .card-body{ 
    background: #fbfbfb;
}



.mobile_logo{display:none}

.pdt30{padding-top:30px}

.last_about_some {
    background: url(../images/backteam_s.webp);
}

.Philosophy_right.hidden {
    opacity: 0;
    display: none;
}

.last_about_some {
    background: url(../images/backteam_s.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.last_about_some .over_view_left p {
    padding: 50px;
}

.border_secction {
    position: absolute;
    top: 0;
    right: -31px;
    width: 55px;
}

.border_secction img {
    width: 100%;
}

.seccong_abouw .over_view_left {
    padding-left: 0;
    padding-right: 30px;
}

.seccong_abouw {
    margin: 50px -15px;
}

.main_menu ul li .submit_menu_properties ul li .regist_sub .Mnu_img img {
    height: 100%;
}

ul li .submit_menu_properties .short_manu_s ul:hover li.has_child a {
    color: #333 !important;
    width: 110px;    display: table-cell;
}

ul li .submit_menu_properties .short_manu_s ul:hover li.has_child a:hover {
    color: #169e49 !important;
}


img.mobile_logo {
    display: none !important;
}





h3.bootom_fix {
    text-transform: uppercase;
    font-family: 'Optima Bold';
    font-size: 35px;
    margin: 0;
    padding-left: 30px;
}






.gallerygrid {
    width: 100%;
    height:240px;
    border: 1px solid #6c9392;
    background: 0 0; 
    position: relative;
    -webkit-transition: .6s ease-out;
    -moz-transition: .6s ease-out;
    transition: .6s ease-out;
    margin-bottom: 30px;
}


.galbgimg {
    background-size: cover!important;
    background-position: center!important;
    transition: .6s linear;
    transform: scale(1,1);
	overflow: hidden;
}
.gallerygrid:hover .galleryti p {
    color: #fff;
}

.galleryti {
        width: 100%;
     height: 100%; 
    position: relative;
    transform: translateY(271%);
    transition: .8s ease-out;
    background: #1e376d;
    padding: 25px;
    box-sizing: border-box;
}

.galleryti .bottomicon {
    position: absolute;
    bottom: 27px;
    /* display: flex; */
    right: 27px;
}


.galleryti .bottomicon ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.galleryti .bottomicon ul li a {
        font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
}

 

.galleryti .bottomicon ul li a svg {
    width: 16px;
    height: auto;
    stroke: #fff;
    fill: none;
    transform: rotate(-43deg);
    transition: .5s ease-out;
}

.gallerygrid:hover {
    box-shadow: inset 0 -320px 0 0 #10171d;
}


.gallerygrid:hover .galleryti {
    transform:translateY(0%);
}

.gallerygrid a.big:first-child {
    display: block;
    width: 100%;
    border-radius: 0;
}

.gallerygrid a.big:first-child img {
    width: 100%;
}

.gallerygrid a.big {
    display: none;
}

.galleryti .bottomicon ul li a span.more_new_btn.show-popup4 {
    border: 1px solid #ffffff;
}

.galleryti .bottomicon ul li a span.more_new_btn.show-popup4 img {
    filter: brightness(0) invert(1);
}


.home_screen div#tranding_products1 .owl-nav.disabled {
   /*  display: block; */
}
section#the_trident_approvach {
    padding-bottom:00px;
}

section.Overview_section.logo_story_section {
    padding-bottom: 50px;
}

.show_navigation .owl-nav.disabled {
    display: block !important;
}

.one_approvach {
    margin-bottom: 30px;
}
span.green {
    color: #179c49;
	font-weight: 600;
}

span.blue {
    color:  #1e376c;
	font-weight: 600;
}

.whatisrera ul {
    margin-bottom: 20px;
	padding-left: 20px;
}

a.outer_ink {
    display: inline-block;
    border: none;
    box-shadow: none;
    padding: 0;
    display: inline;
	    font-weight: 600;
		    line-height: 1;
    position: relative;
    top: -1px;
}
a.outer_ink:hover {
    color: #169e49;
}


.whatisrera p {
    margin-bottom: 5px;
}

.question1 {
    margin-bottom: 20px;
}

.previ_overivew21 {
    margin-bottom: 50px;
    max-width: 81%;
    margin: 0 auto 50px auto;
    text-align: center;
}




.Sustainability_section p {
    font-size: 14px;
}

.priciy_page ul {
    margin-bottom: 10px;
}

#privacy_policy .customer_centricy {
    padding-top: 0;
	    padding-bottom: 0;
		background: none;
}


.centerici_contrai ul {
    margin-bottom: 20px;
    padding-left: 30px;
    margin-top: 15px;
}
.centerici_contrai ul li {
    list-style: disc;
    margin-bottom: 5px;
}

.priciy_page ul {
    margin-bottom: 20px;
    padding-left: 30px;
    margin-top: 15px;
}

.priciy_page ul li {
    list-style: disc;
    margin-bottom: 5px;
}

.priciy_page p {
    font-size: 14px;
}

.accordion .card-body{padding:0px;}
.accordion .card-body p{ /*padding: 1.25rem  */    padding: 10px;} 

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: ease 0.6s; /* Safari */
  transition: ease 0.6s;
}

@keyframes bounceIn {
	0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
	40% {
    transform: translateY(-30px);
  }
	60% {
    transform: translateY(-15px);
  }
}

 

.bounce1 {
   /* animation: bounceIn 2s infinite 2s;*/ 
}

.social_logo_img.youtubeLoogo.logyoulinkedin {
    background: #0a66c2;
}

span.more_new_btn img {
    width: 100% !important;
    height: initial !important;
    margin: 0 !important;
    float: initial !important;
}

span.more_new_btn.static_more_btb {
   position: absolute;
    bottom: 5px;
    top: initial;
    right: -16px;
}

.test_descripti { 
    position: relative;
}

.testino_names {
    position: relative;
}



.blog_detels_page .single_post h4 {
    font-size: 18px;
}

b, strong {
    font-weight: bold;
}

.blog_detels_page .single_post h4 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
}

.one_faq .accordion .card-header.collapsed:after{
	margin-top: 0px;
}


.job_opening_list .accbodyinnertext h6 {
    margin-bottom: 7px;
}

#gallery_3 .gallery_img.gallery img {
    min-height: 378px;
}


.ffixed_links.bounce1.hvr-ripple-out:before{
	    border: #1e376d solid 3px;
		border-radius: 50%;
}

.coming-soon-ing img {
    max-width: 20%;
    margin-bottom: 20px;
}

.accordion .card-body ul {
    padding-left: 30px;
}

.accordion .card-body ul li {
    list-style: disc;
}

.ffixed_links.bounce1.hvr-ripple-out:before, .fixex_side_bar .orderNow:before, .home-btnt-scroll.hvr-ripple-out::before{
	-webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out; 
    animation-iteration-count: infinite;
	    animation-duration: 1.5s;
}
 .orderNow.hvr-ripple-out:before{
	    border: #1ba04d solid 3px;
		border-radius: 5px;
}


.home-btnt-scroll {
    position: absolute;
    bottom: 22px;
    z-index: 999;
    left: 49%;
}

.banner {
    position: relative;
}

.home-btnt-scroll img {
    max-width: 41px;
}

.home-btnt-scroll.hvr-ripple-out::before {
    border: #ffffff solid 3px !important;
    border: #1e376d solid 3px;
    border-radius: 50%;
	z-index: -1;
	
}

.location_icons1 li img{    height: 46px;}


.testimonial_popup{ 
    height: 75%;
    width: 75%;
    left: 50%;
    top: 50%;
    transform: translate(100%, -50%);
    right: initial; 
	    box-shadow: 0px 0px 8px rgb(64 64 64 / 29%);
}

.testimonial_popup .image-thumb {
    margin-top: 33%;
    margin-left: 40px;
    border-radius: 50%;
    overflow: hidden;
}

body.overflowHide:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}

.contactupdate_content {
    background: #f7f7f7;
    padding: 10px 15px;
}.contactupdate_content h4 {
    font-size: 16px;
    margin: 0;
	    color: #0c0c0c;
		    font-family: 'Optima Medium';
    text-transform: uppercase;
}

.contactupdate_content h6 {
    font-size: 15px;
    color: #9d9d9d;
}


.sl-wrapper .sl-navigation button.sl-prev {
    left: 35px; 
}



.sl-wrapper .sl-navigation button.sl-next {
    right: 35px; 
}
.sl-wrapper .sl-close:focus {
    outline: none;
}

section.comaing_soon_section {
    background: url(../images/bg_coming_soon.jpg);
	    color: #fff;
    padding: 164px 0 238px;
    background-size: 100% 100%;
}

.cocming_soon_cteont h3 {
        text-transform: uppercase;
    display: inline-block;
    font-size: 30px;
    position: relative;
    font-family: 'Optima Medium';
    border-top: 3px solid #082d74;
    border-bottom: 3px solid #082d74;
    padding: 12px;
    margin-bottom: 40px;
	    width: 100%;
	    color: #082d74;
		text-align: center;
}
.cocming_soon_cteont p {
    color: #082d74;
	    text-align: justify;
}

.private_head_content {
    position: absolute;
    top: 56%;
    right: 8.5%;
    font-weight: bold;
    font-family: 'Optima Medium';
    color: #a9945e;
}

.mywarning{display:none;}

.tab_system .nav-tabs .nav-link:hover {
    color: #333333;
	    border-bottom: 3px solid #000;
}

.semi_bold{font-weight: 600;}



.mywarning a {
    color: #856404;
}

.downArrow {
				position: absolute;
				bottom: 35px;
				left: 50%;
				display: block;
				overflow: hidden;
				transform: translateX(-50%);
				    z-index: 99;
			}
			.downArrow svg{
				width: 38px;
				height: auto;
			} 
			.downArrow svg circle:nth-child(2) {
				stroke-dasharray: 150;
				stroke-dashoffset: 150;
				-webkit-transition: all 1.5s cubic-bezier(0.45, 0, 0.14, 1.03);
				-o-transition: all 1.5s cubic-bezier(0.45, 0, 0.14, 1.03);
				transition: all 1.5s cubic-bezier(0.45, 0, 0.14, 1.03);
				-webkit-transform: rotate(-200deg);
				-ms-transform: rotate(-200deg);
				transform: rotate(-200deg);
				-webkit-transform-origin: 50% 70%;
				-ms-transform-origin: 50% 70%;
				transform-origin: 50% 70%;
			}
			.downArrow:hover svg circle:nth-child(2) {
				stroke-dashoffset: 0;
				-webkit-transform: rotate(55deg);
				-ms-transform: rotate(55deg);
				transform: rotate(55deg);
				-webkit-transition: 1.2s cubic-bezier(0.38, 0.67, 0.76, 0.66);
				-o-transition: 1.2s cubic-bezier(0.38, 0.67, 0.76, 0.66);
				transition: 1.2s cubic-bezier(0.38, 0.67, 0.76, 0.66);
			}
			
			.st0 {
                                opacity: 0.5;
                                fill: none;
                                stroke: #FFF;
                                enable-background: new;
                            }

                            .st1 {
                                fill: none;
                                stroke: #FFF;
                            }

                            .st2 {
                                fill: #FFF;
                            }
							

.main_menu ul li .submit_menu_properties ul li .regist_sub .resisue_mnu ul.short_sub_menu {
    height: 120px;
}

.main_menu ul li .submit_menu_properties ul li .regist_sub .resisue_mnu ul.short_sub_menu li {
    width: 100%;
	float: left;
}

.main_menu ul li .submit_menu_properties ul li .regist_sub .resisue_mnu ul.short_sub_menu li a {
    width: 50%;
    display: block;
    float: left;
}

.main_menu ul li .submit_menu_properties ul li .regist_sub .resisue_mnu ul.short_sub_menu li .Mnu_img1 {
      width: 64%;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
	    display: none;
}

.main_menu ul li .submit_menu_properties ul li .regist_sub .resisue_mnu {
    width: 100%;
}

.main_menu ul li .submit_menu_properties ul li .regist_sub .resisue_mnu ul.short_sub_menu li:first-child .Mnu_img1 {
    display: block;
}

.main_menu ul li .submit_menu_properties ul li .regist_sub .resisue_mnu ul.short_sub_menu:hover li .Mnu_img1{display:none}
.main_menu ul li .submit_menu_properties ul li .regist_sub .resisue_mnu ul.short_sub_menu:hover li:hover .Mnu_img1{display:block}


img.resient_img {
    display: none;
}


.main_menu ul li .submit_menu_properties ul li .regist_sub .resisue_mnu ul.short_sub_menu li:hover img.dehi_img{display:none}
.main_menu ul li .submit_menu_properties ul li .regist_sub .resisue_mnu ul.short_sub_menu li:hover img.resient_img{display:block}

.fixex_side_bar .form-some {
    position: relative;
}

.fixex_side_bar label {
    position: absolute;
    bottom: -11px;
    left: 37px;
    color: red;
    font-size: 9px;
}

.verloop-livechat-unread-count{
	
}

.verloop-livechat-unread-count:before{
	content: '';
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
	
	border: #1e376d solid 3px;
    border-radius: 50%;    
	-webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
}


.existing_user a {
    padding: 17px 25px;
    height: initial;
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #ffffff;
    background-color: #1e376d;
    background-clip: padding-box;
    border: 1px solid #1e376d;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 20px 0px;
}
.existing_user a i {
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.existing_user a:hover {
    background: #169e49;
    border-color: #169e49;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}



.fixex_side_bar.fix_windsong_reg p, .fixex_side_bar.fix_windsong_reg a {
    text-wrap: nowrap;
	display:block;
}


.verloop-button {
    width: 40px ! important;
    height: 40px ! important;
}


.verloop-livechat-logo {
    width: 40px ! important;
    height: 40px ! important;
	    background-size: 20px ! important;
}



    .whatsapp{position: fixed;bottom:70px;right: 20px;z-index: 2147483647;font-family: 'Source Sans Pro', sans-serif;font-weight: 400;font-size: 14px;border-radius: 50%;cursor: pointer;transition: all 200ms ease-in-out;transform: none;opacity: 1;}
	
	.whatsapp a img{width:40px;}
	
	.verloop-button {
		bottom: 20px !important;
	}
	
	
.banner_details { 
    max-height: 87%; 
	overflow:hidden;
}

