/* Google Fonts */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/* Basic Styles */
:root {scroll-behavior: unset;}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, ::before, ::after { box-sizing:border-box; -webkit-box-sizing:border-box; }
html { overflow:hidden; overflow-y:auto; }
body { font-size:14px; line-height: normal; font-family: 'Montserrat', sans-serif; color:#565656; font-weight:400; margin:0; padding:0; overflow: hidden;}
article, aside, details, figcaption, figure, footer, header, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
html, button, input, select, textarea { font-family: 'Montserrat', sans-serif; }
input:focus, textarea:focus, select:focus { border-color:#cdcfd3; }
input, textarea { padding:16px 18px; }
select { -webkit-appearance:none; -moz-appearance:none; appearance:none; background-position:right center; background-repeat:no-repeat !important; 
	background-position:right 10px center !important; line-height:1.2; text-indent:0.01px; text-overflow: ''; cursor:pointer; padding-bottom:8px 28px 8px 15px; }
iframe { border:0; width:100%; }
a, a:hover {text-decoration:none; }
a:focus, a:active, a:hover { outline:0; }
a:hover, a:focus { opacity:1; }
p { margin: 0; }
svg:not(:root) { overflow:hidden; }
ol, ul { padding:0; margin:0; list-style: none;}

/* Typography */

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { color:inherit; text-decoration:none; font-weight:inherit; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, p, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr {margin: 0 0 16px 0;}
p:last-child { margin-bottom:0; }
input, button, select, textarea { display: inline-block;width: auto;background: transparent;font-size: 16px;line-height: 24px;font-weight: 400;color: #000;padding: 10px; border: 1px solid #E1E1E1;background-color: transparent;border-radius: 8px; transition:all 0.4s ease-out 0s; -webkit-transition:all 0.4s ease-out 0s; color:#424242;}
textarea{resize: none;}
input:focus, input:active, textarea:focus, textarea:active { outline:none; border-color:#1173B9;box-shadow: none; }
button:focus, button:active, select:focus, select:active { outline:none;box-shadow: none; }
input, select, textarea { width: 100%; font-size: 16px; box-shadow:none; -webkit-box-shadow:none; }
button {padding: 10px 20px;}
.form-control {display: block;width: 100%;background: transparent;font-size: 16px;line-height: 24px;font-weight: 400;color: #000;padding: 10px; border: 1px solid #E1E1E1;background-color: transparent;border-radius: 8px; transition:all 0.4s ease-out 0s; -webkit-transition:all 0.4s ease-out 0s; color:#424242;margin-bottom: 44px;}
textarea.form-control {margin-bottom: 24px;}
.form-control:focus, .form-control:active { outline:none; border-color:#1173B9;box-shadow: none; background-color: transparent;}
input[type="checkbox"], input[type="radio"] { width:14px; height:14px; font-size: 14px;line-height: 22px;color: #000000;font-weight: 400; }
input[type="checkbox"]:focus, input[type="radio"]:focus { outline:0; box-shadow:none; }
.form-check-input[type=checkbox] {
    border-radius: 3px;
    border: 1px solid #000;
    padding: 0;
    vertical-align: middle;
    margin: 0;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}
.form-check-input[type=checkbox]:checked {
    border: 1px solid #000;
    background-color: #000;
}
img {max-width: 100%;display: inline-block;margin: 0;}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .entry-footer:before, .entry-footer:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .nav-links:before, .nav-links:after, .pagination:before, .pagination:after, .comment-author:before, .comment-author:after, .widget-area:before, .widget-area:after, .widget:before, .widget:after, .comment-meta:before, .comment-meta:after { content: ""; display: table; table-layout: fixed; }
.clear:after, .entry-content:after, .entry-footer:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .nav-links:after, .pagination:after, .comment-author:after, .widget-area:after, .widget:after, .comment-meta:after { clear: both; }
.clearfix:before, .clearfix:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; }

/* Common Style */

.container{
    max-width: 1280px;
	padding: 0;
	margin: 0 auto !important;
}
.mobile_only{
	display: none!important;
}
html.menu_open{
	overflow: hidden;
}
h1,.heading_one{
	font-size: 52px;
	line-height: 56px;
	text-transform: uppercase;
}
h2,.heading_two, h2> a{
	font-size: 32px;
	line-height: 48px;
}
h3,.heading_three, h3> a{
	font-size: 30px;
	line-height: 34px;
}
h4,.heading_four,h4 > a{
	font-size: 28px;
	line-height: 42px;
}
h5,.heading_five, h5>a{
	font-size: 20px;
	line-height: 30px;
}
h6,.heading_six{
	font-size: 16px;
	line-height: 24px;
}
.fw-400 { font-weight: 400;}
.fw-500 { font-weight: 500;}
.fw-600 { font-weight: 600;}
.fw-700 { font-weight: 700;}
p{
	font-size: 16px;
    line-height: 26px;
	color: #000;
	font-weight: 400;
	margin-bottom: 20px;
}
p>a{
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	color: #709b4b;
}
p>a:hover{
	color: #313f2e;
}
.small_para,.small_para > a{
	font-size: 14px;
	line-height: 20px;
}
.big_para, .big_para p, .big_para a{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.02em;
}
a{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	display: inline-block;
	color: #565656;
	position: relative;
}
a:hover{
	color: #1173B9;
}
h1,.heading_one,h2,.heading_two,h3,.heading_three,h4,.heading_four{
	margin-bottom: 16px;
	font-weight: 700;
}
h5,.heading_five,
h6,.heading_six {
	font-weight: 600;
}
p.heading_four, p.heading_five{
	font-weight: 400;
}

/* Color Style */

.bg_blue{
	background: #1173B9;
}
.bg_red{
	background: #E8252D;
}
.white_text, .white_text p{
	color: #fff;
}
.black_text, .black_text p{
	color: #000;
}
.text_grey{
	color: #565656;
}

/* Spacing Style */

.py-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom: 100px;
}
.py-50{
	padding: 50px 0;
}
.pb-50{
	padding-bottom: 50px !important;
}
.pt-50{
	padding-top: 50px;
}
.py-40{
	padding: 40px 0;
}
.pb-40{
	padding-bottom: 40px;
}
.pt-40{
	padding-top: 40px;
}
.mb-30{
	margin-bottom: 30px;
}
.pb-30{
	padding-bottom: 30px;
}
.mb-20{
	margin-bottom: 20px;
}
.pb-20{
	padding-bottom: 20px;
}
.mb-24{
	margin-bottom: 24px;
}
.mb-16{
	margin-bottom: 16px;
}

/* Button Style */

.common_btn,
.common_btn .vc_btn3.vc_btn3-shape-rounded {
	width: auto;
    position: relative;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 8px;
    background-color: #e8252d !important;
    color: #fff !important;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.common_btn:hover,
.common_btn .vc_btn3.vc_btn3-shape-rounded:hover {
    background-color: #000 !important;
    color: #fff !important;
}
body .vc_section .text_link button {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    position: relative;
    transition: 0.5s;
    background: none;
    padding: 0;
    border: none;
}
body .vc_section .text_link button:after {
    content: '';
    display: inline-block;
    mask-image: url(./assets/images/right_arrow.svg);
    -webkit-mask-image: url(./assets/images/right_arrow.svg);
    background-size: cover;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    width: 12px;
    height: 12px;
    background: #fff;
    margin-left: 10px;
    transition: 0.5s;
}
body .vc_section .text_link button:hover {
    background: transparent;
    color: #000;
	transition: 0.5s;
    border: 0;
}
body .vc_section .text_link button:hover:after {
    background: #000;
	transition: 0.5s;
}
.small_btn {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	display: block;
	position: relative;
	transition: 0.5s;
}
.small_btn:after {
    content: '';
    display: inline-block;
    mask-image: url(./assets/images/right_arrow_red.svg);
    -webkit-mask-image: url(./assets/images/right_arrow_red.svg);
    background-size: cover;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    width: 11px;
    height: 11px;
    background: #fff;
    margin-left: 10px;
    transition: 0.5s;
}
.small_btn button:hover {
    background: transparent;
    color: #e8252d;
	transition: 0.5s;
    border: 0;
}
.small_btn button:hover:after {
    background: #e8252d;
	transition: 0.5s;
}
.common_btn.bg_red:hover {
    background-color: #000;
    color: #fff;
}
/* wpbackery element css */

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li,#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child{
    margin-bottom: 0 !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{
    background-color: transparent !important;
    border: 0;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{
    padding-top: 0 !important;
}
.vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.vc_btn3-container.vc_btn3-left {
    margin-bottom: 0;
}
.wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button {
    margin-bottom: 0 !important;
}

/* Icons */

span.icon{display: flex;}
span.icon::before{content: ''; display: inline-block; background-size: contain; mask-size: cover; -webkit-mask-size: cover; background-repeat: no-repeat;}
.icon_phone::before{-webkit-mask-image: url(./assets/images/icon_phone.svg); mask-image: url(./assets/images/icon_phone.svg); width: 14px; height: 14px;background: #A9DBFF;transition: 0.7s;}

.icon_email::before{-webkit-mask-image: url(./assets/images/icon_email.svg); mask-image: url(./assets/images/icon_email.svg); width: 14px; height: 14px;background: #A9DBFF;transition: 0.7s;}

.icon-short-arrow::before{-webkit-mask-image: url(./assets/images/icon_short_arrow.svg); mask-image: url(./assets/images/icon_short_arrow.svg); width: 24px; height: 16px; background: #000;transition: 0.7s;}

.icon_menu_toggle::before{-webkit-mask-image: url(./assets/images/icon_menubar_black.svg); mask-image: url(./assets/images/icon_menubar_black.svg); width: 20px; height: 20px; background: #a9dbff;transition: 0.7s;}

/* .vc_section {
	padding: 0;
	margin: 0;
} */

/* Header */
.site-content {
    margin-top: 161px;
}
.site_header {
    background-color: #1173B9;
    transition: all .4s ease-in-out;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
}
.admin-bar .site_header {
    margin-top: 32px;
}
.top_header {
    border-bottom: 1px solid #0265AC;
    padding: 14px 0;
}
.top_header_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top_header_right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
	list-style: none;
	margin: 0;
    padding: 0;
}
.top_header_right ul li {
    margin-right: 30px;
}
.top_header_right ul li a {
    font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
    transition: 0.7s;
}
.top_header_right ul li:last-child {
    margin-right: 0;
}
.top_header_right ul li a span {
    margin-right: 10px;
}
.top_header_right ul li a:hover {
    color: #000;
    transition: 0.7s;
}
.top_header_right ul li a:hover .icon_phone::before,
.top_header_right ul li a:hover .icon_email::before {
    filter: brightness(0);
    transition: 0.7s;
}
.bottom_header {
    padding: 14px 0;
}
.site_header.sticky .top_header {
    display: none;
    transition: all .4s ease-in-out;
}
/* .site_header.sticky{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	transition: all .4s ease-in-out;
	z-index: 9;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04);
} */
.nav_menu {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
    transition: 0.7s;
}
.nav_menu li {
	display: inline-block;
	position: relative;
	margin-right: 40px;
}
.nav_menu li a {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	display: block;
	transition: 0.7s;
    position: relative;
    overflow: hidden;
}
.nav_menu li a:after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.nav_menu li a:hover:after, 
.nav_menu li a.active::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.nav_menu li:last-child {
	margin-right: 0;
}
.site_header.sticky .nav_menu {
    justify-content: center;
    transition: 0.7s;
}
.mobile-only {
    display: none;
}
.wpml-ls-legacy-dropdown {
    width: auto;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    background-color: #e8252d;
    border-radius: 8px;
    padding: 11px 20px;
    border: none;
    transition: 0.7s;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wpml-ls-legacy-dropdown a span {
    margin: 0 !important;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, 
.wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    color: #fff;
    background: #000;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    padding-top: 10px;
    border: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
    top: -10px;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    display: block;
    text-decoration: none;
    color: #000 !important;
    border: none;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 8px;
}
/* Contact Form Section */
.contact_form_section {
    background: #F0F9FF;
}
.contact_form_section .section_title {
    flex-direction: column;
    margin-bottom: 50px !important;
    justify-content: center;
}
.contact_form_section .section_title h2 {
    margin-bottom: 16px;
}
.contact_form_row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_form_col {
    position: relative;
}
.contact_form_col .form-group label {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 8px;
}
.contact_form_col .form-group label.error {
    position: absolute;
    top: inherit;
    left: inherit;
    color: #e8252d;
    bottom: 20px;
}
label.error {
    color: #e8252d;
}
.checkbox_cover .form-check-label,
.checkbox_cover .form-check-label a {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    cursor: pointer;
}
.checkbox_cover .form-check-label {
    padding-left: 6px;
}
.checkbox_cover .form-check-label a {
    text-decoration: underline;
}
/* Contact Form Section End */

/* Footer */
.site_footer {
	background: #1173B9;
	padding-top: 50px;
}
.footer_address p {
	max-width: 310px;
}
.footer_contact ul {
	margin: 0;
	padding: 0;
}
.footer_contact ul li {
	margin-bottom: 10px;
}
.footer_contact ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	transition: 0.7s;
    position: relative;
    overflow: hidden;
}
.footer_contact ul li a:after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.footer_contact ul li a:hover::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.footer_contact ul li:last-child {
	margin-bottom: 0;
}
.footer_bottom {
    margin-top: 50px;
    border: 1px solid #0265AC;
    padding: 15px 0;
}
.footer_bottom_left p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #DEDEDE;
}
.footer_bottom ul {
    margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.footer_bottom ul li {
    margin-right: 16px;
    padding-right: 16px;
    position: relative;
}
.footer_bottom ul li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #DEDEDE;
}
.footer_bottom ul li:last-child:after {
    display: none;
}
.footer_bottom ul li a {
    font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #DEDEDE;
	transition: 0.7s;
    position: relative;
    overflow: hidden;
}
.footer_bottom ul li a:after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DEDEDE;
    display: block;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.footer_bottom ul li a:hover::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.footer_bottom ul li:last-child {
    margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.c-go-top {
    position: fixed;
    right: 40px;
    bottom: 60px;
    display: none;
    background-color: #f0f9ff;
    padding: 8px 12px;
    text-decoration: none;
    z-index: 999;
    border: 1px solid #e8252d;
    border-radius: 6px;
    transition: all .4s;
    display: none;
}
.c-go-top svg path {
    fill: #e8252d;
}
.c-go-top:hover {
    background-color: #e8252d;
}
.c-go-top:hover svg path {
    fill: #fff;
}
.contact-form-wrapper.vc_column_container > .vc_column-inner {
    padding: 0;
}
/**/

.titlebar {
    background-image: url(./assets/images/banner_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
    z-index: 0;
}
.titlebar::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
}
.breadcrumb li, .breadcrumb li a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.breadcrumb li {
    color: #1173B9;
}
.breadcrumb .separator {
    padding: 0 8px;
    color: #fff;
}

/**/
.ngg-galleryoverview {
	margin: 0;
}

/* News Detail */

.news_detail .post-thumbnail img {
    border-radius: 8px;
}
.main_post {
	background-image: url(./assets/images/banner_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
    z-index: 0;
	padding: 100px 0;
}
.main_post:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}
.main_post .entry-title {
    color: #fff;
    text-align: center;
    margin: 0;
}
.entry-meta {
    color: #a9a9a9;
	padding: 10px 0;
}
.entry-meta span a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #a9a9a9;
}
.entry-meta span a .updated {
    display: none;
}
.list li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
.list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: block;
    background: #1173b9;
}

/* Media  Detail Gallery CSS*/

.media_detail .vc_column-inner h3 {
    padding: 0 10px;
}
a.aigpl-img-link {
    border: 1px solid #e5e5e5;
    height: 100%;
    width: 100%;
    display: block;
}
.aigpl-gallery-wrp .aigpl-img {
    object-fit: contain;
    object-position: center center;
    padding: 20px;
}

/**/
.submit_btn {
    border: none;
}

/* About Us Page */
.sub_content_box > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 24px;
}
/* About Us Page End */

