/*@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');*/

@font-face{
	font-family: 'opensans';
	src: url('/fonts/open_sans/OpenSans-Regular.eot');
	src: url('/fonts/open_sans/OpenSans-Regular.eot') format('embedded-opentype'),
	url('/fonts/open_sans/OpenSans-Regular.woff') format('woff'),
	url('/fonts/open_sans/OpenSans-Regular.woff2') format('woff2'),
    url('/fonts/open_sans/OpenSans-Regular.ttf') format('truetype'),
    url('/fonts/open_sans/OpenSans-Regular.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: 'opensans-bold';
	src: url('/fonts/open_sans/OpenSans-Bold.eot');
	src: url('/fonts/open_sans/OpenSans-Bold.eot') format('embedded-opentype'),
	url('/fonts/open_sans/OpenSans-Bold.woff') format('woff'),
	url('/fonts/open_sans/OpenSans-Bold.woff2') format('woff2'),
    url('/fonts/open_sans/OpenSans-Bold.ttf') format('truetype'),
    url('/fonts/open_sans/OpenSans-Bold.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: 'georgia';
	src: url('/fonts/georgia/georgia.eot');
	src: url('/fonts/georgia/georgia.eot') format('embedded-opentype'),
	url('/fonts/georgia/georgia.woff') format('woff'),
	url('/fonts/georgia/georgia.woff2') format('woff2'),
    url('/fonts/georgia/georgia.ttf') format('truetype'),
    url('/fonts/georgia/georgia.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

.georgia {
  font-family: "georgia", serif;
  font-weight: 400;
  font-style: normal;
}

.georgia-bold {
  font-family: "georgia", serif;
  font-weight: 700;
  font-style: normal;
}

.georgia-regular-italic {
  font-family: "georgia", serif;
  font-weight: 400;
  font-style: italic;
}


*{
	padding: 0;
	margin: 0;
	text-decoration: none;
    box-sizing: border-box;
}
html{
	overflow-x:hidden;
}
body{
    background-color:#fff;
    color: #515554;
    overflow-x:hidden;
    font-family: "georgia", serif;
}
p, li {
    font-size: clamp(18px, 13px + 1vw, 22px);
    line-height: 1.45;
    margin: 0 0 15px;
    font-family: "georgia", serif;
}
picture, img {
    width: 100%;
    max-width: 100%;
    display: table;
}
a{
	display: inline-block;
    line-height: 1.3;
    color:inherit;
    font-size: clamp(18px, 1.0121rem + 0.6452vw, 22px);
}
h1,h2,h3,h4,h5,h6,b, optgroup, strong{
	font-family: "georgia", serif;
}
ul{
	padding:0;
	margin:0;
	list-style:none;
}
header {
    position: fixed;
    width: 100%;
    z-index: 9;
    background-color: var(--main-color);
    transition: all 250ms ease;
}
div.default_container{
	width:100%;
	max-width:1360px;
	padding:0 20px;
	margin:0 auto;
}
div.max_container{
	width:100%;
	max-width:1640px;
	padding:0 20px;
	margin:0 auto;
}
section {
    padding: 60px 0;
}
header.sticky{
    box-shadow:var(--box-shadow);
}

 h1,  h2{
    margin-top:0;
    margin-bottom:20px;
}
h1 {
    color: var(--white);
    font-size: clamp(38px, 16px + 5vw, 65px);
    line-height: 1.01;
    margin: 0 0 70px;
}
 h2 {
    font-size: 38px;
    line-height: 1.3;
}

h2.title_center {
    color: var(--black);
    text-align: center;
}

strike {
    text-decoration: line-through;
}
.slick-slide:focus{
	outline:0 !important;
}
.col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.25em;
    -moz-column-gap: 2.25em;
    column-gap: 2.25em;
}
.a_link {
    font-size: 20px;
    color: var(--gray);
    background-color: var(--main-color);
    padding: 10px 30px;
    border-radius: var(--radius);
    border: 2px solid var(--main-color);
    transition: var(--ease);
    position:relative;
    cursor:pointer;
}
.a_link:after {
    content: '\f105';
    font-family: fontawesome;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: table;
    text-align: center;
    position: absolute;
    right: 13px;
    color:#fff;
    top: 50%;
    transform: translate(0, -50%) rotate(-180deg)  ;
    transition:var(--ease);
    opacity:0;
}
.a_link:hover {
    padding: 10px 60px 10px 30px;
    color: var(--black);
}
.a_link:hover:after {
    transform: translate(0, -50%) rotate(0deg) ;
    opacity:1;
}
.b_link{
    border: 1px solid var(--gray) ;
    text-align: center;
    width: 100%;
    color: var(--gray);
    border-radius:var(--radius);
    padding: 10px 25px;
}
.b_link:hover {
    border: 1px solid #777a17;
    color: #777a17;
    /*text-decoration: underline;*/
}
.banner_sec {
    width: 100%;
    margin: var(--margin) 0 0 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner_image {
    padding: 100px 20px;
    width: 100%;
}
.banner_title {
    /*font-size: clamp(30px, 1.129rem + 3.5484vw, 50px);*/
    font-size: clamp(38px, 1.129rem + 3.5484vw, 64px);
    line-height: 1.3;
    color: var(--gray);
    text-wrap: balance;
}
.sec_btn {
    font-size: 20px;
    color: var(--main-color);
    background-color: var(--white);
    padding: 12px 50px;
    border-radius: 50px;
    font-family: var(--bold);
    display: table;
    margin-top: 30px;
    transition:var(--ease);
}
.sec_btn.center {
	margin-left:auto;
	margin-right:auto;
}
.sec_btn:hover {
    background-color: var(--main-color);
    color: var(--white);
}
.t_center {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 15px;
}
	
 h3 {
    color: var(--main-color);
    font-size: 18px;
    line-height:1.3;
    font-weight: bold !important;
}
 * + h1,  * + h2,  * + h3{
    margin-top:30px;
}
.last_child{
	padding-bottom:0;
	margin-bottom:0;
}
.first_child{
	padding-top:0;
	margin-top:0;
}
.bg_main{
	background-color:var(--main-color);
}
.bg_light{
	background-color: var(--main-color);
	background-image: url(https://cdn1.gnbproperty.com/gnb-user-uploads/cnb/website/mms/d3c8526f5f19a8ac2c8dcf4e2e3ac6fa.svg);
}
.bg_secondary{
	background-color:var(--light-color);
}
.arrow_cut {
	position:relative;
}
.arrow_cut:after {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.login_button {
    padding: 1px 30px;
    background-color: var(--main-color);
    border-radius: 60px;
    color: #fff !important;
}
.login_button .fa-sign-in {
    margin-left: 10px;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.ham_button_contianer {
    display: none;
}
.header_flex_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
}
.header_logo img {
    max-width: 108px;
    background: var(--main-color);
    height: 60px;
    transition:all 280ms ease;
    object-fit: contain;
    object-position: 0 10px;
}
.header_logo:hover img{
    color: rgb(255 255 255 / 65%);
    background-color: #b6bb22;
    opacity: 0.75;
}
.flex_menu {
    display: flex;
    align-items: center;
}
.flex_menu > li > .top_padding{
    position: absolute;
    width: 100%;
    height: auto;
    left: -14px;
    top: 60px;
    opacity: 0;
    transition: all 350ms ease;
    pointer-events: none;
    min-width: 260px;
    /*background-color: #01193e;*/
    /* overflow: hidden; */
	padding-top:25px;
}
.flex_menu > li > .top_padding ul{
	background-color: #01193e;
    border-radius: 5px;
    overflow:hidden;
}
.flex_menu > li > ul:before{
	content:'';
	height:100px;
	width:20px;
}
.drop_arrow {
    position: relative;
}

.user  .child_level1 {
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    top: 60px;
    opacity: 0;
    transition: all 350ms ease;
    pointer-events: none;
    min-width: 180px;
    /* background-color: #01193e; */
    /* overflow: hidden; */
    padding-top: 25px;
}
.user:hover .child_level1{
    pointer-events: auto;
    opacity: 1;
    top: 44px;
    padding-top: 15px;
}
username {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    max-width: 160px;
    font-family: var(--bold);
}
.user li {
	margin:0;
}
.user .child_level1 li:first-child{
	border-radius:5px 5px 0 0;
	overflow:hidden;
}
.user .child_level1 li:last-child{
	border-radius: 0 0 5px 5px;
	overflow:hidden;
}
.user .child_level1 li a{
    padding: 10px 15px;
    background: var(--main-color);
    width: 100%;
    color: #fff;
    transition:var(--ease);
}
.user .child_level1 li a:hover {
    background: #333;
}
a.login_button {
    background-color: var(--gray);
}
.header_logo picture {
    position: relative;
    z-index: 9;
    pointer-events:none;
}
.header_logo picture:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    width: 100%;
    height: 116px;
    background-image: url(https://cdn1.gnbproperty.com/gnb-user-uploads/cnb/website/mms/6d4d8c8c65195a8f7f6c2760f07eaaf3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition:all 1000ms ease;
    z-index:-1;
}
.sticky .header_logo picture:before{
    transform: translateY(-100%);
}
.loggin_name {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    cursor: pointer;
    padding: 10px;
    background-color: var(--main-color);
    border-radius: 5px;
    color:var(--white) !important;
}
.loggin_name .gnbicon-user{
    font-size: 32px;
    line-height: 1;
    position: relative;
    top: 2px;
}
.loggin_name .gnbicon-dropdown{
    font-size: 12px;
    line-height: 1;
    position: relative;
    top: 2px;
}

header .drop_arrow:hover > .top_padding{
    pointer-events: auto;
    opacity: 1;
    top: 41px;
    padding-top:15px;
}
.drop_arrow ul li a{
    padding: 10px 15px ;
    background: var(--gray);
    width: 100%;
    color:#fff;
}
.drop_arrow ul li a:hover {
    background: #b6bb22;
}
.drop_arrow ul li a.sub_link {
    position: relative;
    padding-left: 30px;
}
.drop_arrow ul li a.sub_link:before {
    content: '';
    height: 1px;
    width: 8px;
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: 22px;
}
.drop_arrow > ul li:first-child a{
	border-radius:5px 5px 0 0;
}
.drop_arrow > ul li:last-child a{
	border-radius: 0 0 5px 5px;
}
.header_flex_menu > *, footer > *{
    font-family: var(--reg) !important;
}
.flex_menu > li a {
    padding: 20px 15px;
    color: var(--gray);
    font-size: 16px;
    transition: var(--ease);
    text-transform:uppercase;
}
.flex_menu > li > a:hover, .flex_menu > li > a.active {
    color: rgb(255 255 255 / 65%);
    background-color: #b6bb22;
}
.flex_menu > li {
	margin:0;
}
.drop_arrow ul li{
  width: 100%;
  margin:0;
}

/* drop down arrow css */
.link_arrow {
    position:relative !important;
    padding-right:15px !important;
}
.link_arrow:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 0;
    border: solid var(--gray);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: all 500ms ease;
}
.link_arrow:hover:after {
    animation:250ms indicate ease ;
}
@keyframes indicate {
    0% { top:16px; }
    65%  { top:18px; }
    100%   { top:16px; }    
}
/* end */

/* line clamp */
.line_clamp_1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.line_clamp_2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.line_clamp_3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.line_clamp_4{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.line_clamp_5{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
/*end*/

/*hero section*/
.grid_three_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 5px solid var(--main-color);
    position: relative;
    top: -30px;
}
.grid_three_card img {
    max-width: 100px;
    margin: 0 auto;
    opacity:0.5;
}
.grid_three_container .grid_three_card {
    padding: 80px 50px 30px;
    background: #ffffff99;
}
.grid_three_container .grid_three_card:nth-child(even) {
	background: #ffffff4d;
}
.grid_three_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 10px;
}
.grid_three_card h2 {
    font-size: clamp(25px, 1.3649rem + 1.129vw, 32px);
    margin: 50px 0 5px;
    color: var(--gray);
}
.grid_three_card .t_center {
    flex: 0 1 100%;
    text-align: left;
    max-width: 100%;
    color: var(--gray);
}


.more_than_sec {
    padding-bottom: 360px;
    background-position: center;
    background-size: cover;
    margin:5px 0;
}
.more_than_sec h2 {
    font-size: clamp(40px, 32px + 3vw, 64px);
}
.text_grid_container {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    grid-gap: 50px;
    max-width: 1000px;
}
.text_grid_card h2 {
    font-size: 26px;
    margin: 0 0 4px;
}
.text_grid_card span {
    font-size: 15px;
    margin-bottom: 20px;
    display: table;
}



/*home page code here*/
.hero_section{
    position: absolute;
    top: 0;
    left: 0;
    height: 75vh;
    width: 100vw;
    z-index:-1;
    min-height:580px;
}
.bg_img_home_banner{
	/*background-image:url('https://cdn1.gnbproperty.com/gnb-user-uploads/cnb/website/prhi/ca21034da92205b6e45020ef3a09f420.jpg');*/
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	height: 75vh;
	display:table;
}
.home_page_slider {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
home_page_banner {
    width: 100%;
    min-height:580px;
    height: calc(75vh - var(--margin));
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin-top: var(--margin);
}
.home_page_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: linear-gradient(0deg, #00000059, transparent);*/
}

.hero_content {
    height: calc(75vh - var(--margin));
    display: grid;
    place-content: center;
    width: 100%;
    margin-top: var(--margin);
    padding: 50px 180px 50px 0;
    max-width:850px;
    min-height:500px;
}
.drop_button > a {
    padding: 10px 30px;
}
	
.drop_button {
    background-color: var(--white);
    border-radius: 60px;
    color: var(--main-color);
    font-family: var(--bold);
    font-size: 16px;
    position: relative;
}
.drop_button.arrow > a{
    padding: 10px 45px 10px 30px;
}
.drop_button.arrow:after {
    content: '\f0dd';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 24px;
}
.drop_button .drop_menu {
    /*background: #fff;*/
    border-radius: 20px;
    display: table;
    color: var(--main-color);
    font-family: var(--bold);
    transition:all 250ms ease;
    width: 100%;
    overflow:hidden;
}

.drop_button .padding_top {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    z-index:1;
}

.drop_button:hover .padding_top {
	padding-top:5px;
    display: block;
}

.drop_menu a {
    width: 100%;
    display: table;
    color: var(--main-color);
    padding: 8px 30px;
    font-size: 16px;
    background-color: #fff;
}
.drop_menu a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.flex_buttons {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-top: 50px;
}

.grid_four .card_four{
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background-color: var(--main-color);
    min-width: 230px;
    min-height: 200px;
    transition:var(--ease);
    box-shadow: none;
    display: grid;
    color:var(--white);
    place-content: center;
}
.grid_four .card_four i{
	transition:var(--ease);
}
.grid_four .card_four:hover i{
	color:var(--secondary-color);
}
.grid_four .card_four > .icon {
    font-size: 60px;
    color: inherit;
    line-height: 1;
}
.grid_four .card_four p {
    font-size: 20px;
    margin: 10px 0 0 0;
    font-family: var(--bold);
    color: inherit;
}
.grid_four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
}
.flex_button_container {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap:wrap;
}
.about_us_container picture img{
	min-height: 500px;
	object-fit: cover;
}
.about_us_container picture {
    margin-top: 50px;
    border-radius: 15px;
    overflow: hidden;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.grid_list_container {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    grid-gap: 50px;
    margin-top: 40px;
}
.grid_list_sec picture {
	height:100%;
    width: 100%;
}
.grid_list_sec picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height:524px;
}
.grid_list_sec li {
    padding: 18px 30px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 20px;
}
.grid_list_sec li:before {
    content: '\f069';
    font-family: fontawesome;
    font-size: 15px;
    margin-right: 15px;
}
.banner_like_container {
    background-color: rgb(154 33 102 / 50%);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
    color: #fff;
}

    .quick_access_img {
    	width:100%;
    	margin-bottom:0;
    	height:300px;
    }
    .quick_access_img.first-sec {
        background: linear-gradient(90deg, rgba(25, 19, 19, 0.5), rgba(71, 71, 71, 0.3)), url('https://cdn1.gnbproperty.com/gnb-user-uploads/cnb/website/woodleys/63ca39f637ab2caf7fe320a9c13180f0.jpg');
        background-size: cover;
        background-position: center;
    }
    .quick_access_img.third-sec {
        background: linear-gradient(90deg, rgba(25, 19, 19, 0.5), rgba(71, 71, 71, 0.3)), url('https://cdn1.gnbproperty.com/gnb-user-uploads/cnb/website/woodleys/f4292a6225d0e697c0da4047d8e34863.jpg');
        background-size: cover;
        background-position:bottom;
    }
    .quick_access_img.five-sec {
        background: linear-gradient(90deg, rgba(25, 19, 19, 0.5), rgba(71, 71, 71, 0.3)), url('https://cdn1.gnbproperty.com/gnb-user-uploads/cnb/website/woodleys/f4292a6225d0e697c0da4047d8e34863.jpg');
        background-size: cover;
        background-position: center;
    }
    .quick_access_img.second-sec {
        background: var(--secondary-color);
        background-size: cover;
        background-position: right;
    }
    .quick_access_img.second-sec h2{
    	color:#fff;
    }

    figure.effect-layla figcaption::after, figure.effect-layla h2, figure.effect-layla p {
	    -webkit-transition-delay: 0.15s;
	    transition-delay: 0.15s;
	}
	figure.effect-layla h2, figure.effect-layla p {
	    opacity: 1;
	    font-weight:300;
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	    transition:all 200ms ease;
	}
	.quick_access_img:hover figure.effect-layla p{
		margin-top:5px;
	}
	figure.effect-layla figcaption::before, figure.effect-layla figcaption::after {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		transition:all 250ms ease;
	}
	figure.effect-layla h2 {
	    padding-top: 120px;
	    transition: all 250ms ease;
	    margin: 0 auto;
	    max-width: 340px;
	    font-size: 28px;
	    line-height: 1.3;
	    font-weight:500;
	}
	.quick_access_img:hover figure.effect-layla h2{
		padding-top:130px;
	}
	.quick_access_img:hover figure.effect-layla figcaption::after {
	    border-right: 1px solid rgb(255 255 255 / 35%);
	    border-left: 1px solid rgb(255 255 255 / 35%);
	}
	.quick_access_img:hover figure.effect-layla figcaption::before {
	    border-top: 1px solid rgb(255 255 255 / 35%);
	    border-bottom: 1px solid rgb(255 255 255 / 35%);
	}
	.grid_cards {
	    display: grid;
	    grid-template-columns: repeat(4, 1fr);
	    grid-gap: 20px;
	}
	.grid_cards a {
	    padding: 16px;
	    border-radius: 20px;
	    box-shadow: none;
	    transition: all 280ms ease;
	}
	.grid_cards a:hover {
	    box-shadow:var(--box-shadow);
	}
	.grid_cards a:hover h2:after {
		background-color: var(--secondary-color);
	}
	.grid_cards a img {
	    width: 100%;
	    border-radius: 10px;
	    max-height: 200px;
	    object-fit: cover;
	    height: 100%;
	    display: grid;
	    min-height: 200px;
	}
	.grid_card h2 {
	    font-size: 24px;
	    position:relative;
	    margin: 30px 0 15px;
	}
	.grid_card h2:after {
	    position: absolute;
	    top: -65px;
	    right: 20px;
	    font-family: "gnb-font" !important;
	    padding: 18px;
		background-color:var(--main-color);
	    font-size: 35px;
	    border-radius: 80px;
	    color: #fff;
	    transition: all 250ms ease;
	    height: 72px;
	    width: 72px;
	}
	.grid_cards a:hover h2:after{
	    background-color: var(--secondary-color);
	}
	.grid_cards a:nth-child(1) .grid_card h2:after {
	    content: "\71";
	}
	.grid_cards a:nth-child(2) .grid_card h2:after {
	    content: "\33";
	}
	.grid_cards a:nth-child(3) .grid_card h2:after {
	    content: "\e0ed";
	}
	.grid_cards a:nth-child(4) .grid_card h2:after {
	    content: "\e0f1";
	}
	.grid_card p {
	    font-size: 15px;
	    line-height: 1.5;
	}
	.as_container.asset .col_50{
		width:100%;
		border-radius: 20px;
		overflow: hidden;
		
	}
	.feature_sec .sub_head, .about_us_sec .sub_head {
		text-align:left;
	}
	.quick_access .as_container{
		max-width:1600px;
	}
	.text_link {
	    position: relative;
	    display: table;
	    padding-right: 25px;
	    text-underline-offset: 5px;
	    transition:all 250ms ease;
	    
	}
	.text_link:after {
	    content: '->';
	    position: absolute;
	    right: 5px;
	    top: 3px;
	    color: inherit;
	    transition: right 250ms ease;
	    font-size: 17px;
	    line-height: 1;
	}
	.text_link:hover:after {
	    right:0;
	}
	.text_link:hover {
	    color: var(--secondary-color);
	}
	@media (max-width:1200px){
		
		.quick_access .sub_head{
			text-align:center;
		}
	}
	@media (max-width:992px){
		.as_container.asset {
		    grid-gap: 40px;
		    max-width: 600px;
		    margin: 0 auto;
		}
		.grid_cards{
		    grid-template-columns: auto;
		}
		.header_logo picture:before{
			display:none;
		}
		.header_logo img {
		    max-width: 88px;
		    height: 50px;
		    object-position: 0;
		}
		.flex_menu > li a {
    		padding: 10px 15px;
		}
		
	}
	@media (max-width:480px){
		.quick_access_img figure.effect-layla figcaption{
			border:0;
		}
		figure.effect-layla figcaption::before, figure.effect-layla figcaption::after{
			content:none;
		}
		figure.effect-layla h2 {
		    font-size: 22px;
		}
	}

/*footer*/
footer p b{
	font-size:22px;
}
footer p, footer a{
	color:#000;
	font-size:18px;
}
footer p > a:hover{
	color:var(--main-color);
}
footer {
    background-color: #f7f7f7;
    padding:0;
}
.footer_grid_container {
    padding: 100px 0;
    display: grid;
    grid-template-columns: 0.8fr 1fr 0.8fr;
    grid-gap: 100px;
}
.widget_social {
    display: flex;
    flex-wrap: wrap;
}
.widget_social a {
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    transition: 0.3s;
    border-radius: 3px;
    background-color:var(--main-color);
    border: 1px solid #ffffff3d;
}
.widget_social a:hover {
    background: #979593;
}
.flex_copyrights {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
}
.footer_flex_link {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.copyrights_sec {
    padding: 35px 0;
    background-color: var(--main-color);
}
.copyrights_sec p, .copyrights_sec a{
	font-size:16px;
	color:#fff;
}
.pagination>li>a, .pagination>li>span {
    color: inherit;
}
@media (max-width:992px){
h2 {
    font-size: 34px;
}

}
@media (max-width:768px){
h2 {
    font-size: 28px;
}
}
@media (max-width:576px){
.t_center {
    max-width: 100%;
}
}





/*additional pages css*/

.addl_page_container {
	margin-top:var(--margin);
}
.addl_page_container .header_one .head_container{
	max-width:860px;
}
.addl_page_container .header_one.custom_bg {
    background-position: center top;
    background-size: cover;
}
.addl_page_container .header_one.custom_bg h1{
	color:#fff;
}
.addl_page_container .header_one h1{
	color: #515554;
	margin:0 0 40px ;
}
.addl_page_container .text_container{
	max-width:888px;
}
.addl_page_container .grid_text_column_two p {
	margin-bottom:0;
}
.addl_page_container .grid_text_column_two p + p{
	margin-top:20px;
}
.addl_page_container .grid_text_column_two p + h2 {
	margin-top:50px;
}
.addl_page_container .grid_text_column_two h2 {
    font-size: clamp(26px, 20px + 1vw, 33px);
    color: #515554;
    font-weight: normal !important;
    margin: 0 0 10px;
}
.addl_page_container .addl_image_container {
	border-top: 4px solid #fff ;
	border-bottom: 4px solid #d1d4d3 ;
}
.addl_page_container .grid_text_column_two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
}
.addl_page_container .default_container * + ul.disc_style_list{
	margin-top:20px;
}
.addl_page_container .default_container ul.disc_style_list{
    padding-left: 20px;
    list-style: disc;
}
.addl_page_container .default_container.border_bottom{
	padding-bottom:50px;
	border-bottom:2px solid #d1d4d3;
}
.addl_page_container .testimonial_text{
	margin-top:30px;
	font-size:17px;
	color:#fff;
}
.bounceInDown {
    display: inline-block;
	-webkit-transform: translate3d(0, -3000px, 0);
	transform: translate3d(0, -3000px, 0)
}
.bounceInDown.active {
    -webkit-animation:bounceInDown 1s ease;
    animation:bounceInDown 1s both;
    -webkit-font-smoothing: antialiased;
}

@keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}


@media (max-width:992px){
.addl_page_container .grid_text_column_two {
    grid-template-columns: auto;
    grid-gap: 50px;
    max-width: 768px;
    margin: 0 auto;
}
.addl_page_container div.default_container {
    padding: 0 40px;
}
}
@media (max-width:480px){
.addl_page_container div.default_container {
    padding: 0 20px;
}
}