

@media (min-width: 1200px) {
.m30 {
	margin: 0 -30px
}
.m30 .col_30 {
	padding: 0 30px
}
}

@media (min-width: 1200px) {
.m20 {
	margin: 0 -20px
}
.m20 .col_20 {
	padding: 0 20px
}
}

@media (min-width: 1200px) {
.m_30 {
	margin: 0 -30px
}
.m_30 [class*='col-'] {
	padding: 0 30px
}
}

@media (min-width: 1200px) {
.m_20 {
	margin: 0 -20px
}
.m_20 [class*='col-'] {
	padding: 0 20px
}
}

@media (min-width: 1250px) {
.m_40 {
	margin: 0 -40px
}
.m_40 [class*='col-'] {
	padding: 0 40px
}
}
.row_reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.body_wraper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.header_outer {
	width: 100%;
	position: relative
}
.headerin {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	background: transparent
}
.header_align {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.logo_sec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}
.logo_sec a {
	display: inline-block;
	width: 135px;
	padding: 15px 0 0 0;
	-webkit-transition: 0s;
	transition: 0s;
	position: relative
}
.logo_sec a img {
	width: 100%
}
.white_logo {
	display: none
}
.menu_part {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header_enq {
	margin-left: 30px
}
.header_enq a.book_demo {
	background: #df4059;
	border-color: #df4059;
	margin-left: 15px
}
.header_enq a.book_demo:hover {
	color: #fff;
	background: #193360;
	border-color: #193360
}
.menu_secfixed {
	width: 100vw;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 1000;
	background: #fff;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
.desktop_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.desktop_menu_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Jost", sans-serif
}
.desktop_menu_ul>li {
	display: block;
	color: #333;
	position: relative;
	padding: 0px 10px;
	margin-right: 0px
}
.arrow_sub>a:after {
	content: "\f107";
	display: inline-block;
	top: 0;
	position: relative;
	vertical-align: middle;
	font-family: 'FontAwesome';
	margin-left: 3px;
	font-size: 14px;
	line-height: 1
}
.desktop_menu_ul>li:first-child a {
	margin-left: 0;
	padding-left: 0
}
.desktop_menu_ul>li:first-child {
	padding-left: 0
}
.desktop_menu_ul>li:last-child {
	padding-right: 0
}
.desktop_menu_ul>li:last-child a {
	padding-right: 0
}
.desktop_menu_ul>li>a {
	text-transform: capitalize;
	font-size: 17px;
	font-weight: 500;
	color: #193360;
	display: block;
	position: relative;
	z-index: 21;
	padding: 0 5px;
	line-height: 95px;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease
}
.desktop_menu_ul>li>a:hover, .desktop_menu_ul>li.MM_show>a {
	color: #df4059
}
.desktop_menu_ul>li.menu_activie>a {
	color: #df4059
}
.desktop_menu_ul>li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 20;
	background: #fff;
	width: 330px;
	padding: 40px 50px;
	margin-left: -35px;
	margin-top: 15;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 8px 12px rgba(0,0,0,0.175);
	box-shadow: 0 8px 12px rgba(0,0,0,0.175);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s
}
.desktop_menu_ul>li>ul.ul_widthadj {
	width: 270px
}
.desktop_menu_ul>li:last-child>ul {
	left: auto;
	right: 0px
}
.desktop_menu_ul>li>ul li {
	display: block
}
.desktop_menu_ul>li>ul li:last-child {
	border-bottom: 0
}
.desktop_menu_ul>li>ul li a {
	color: #333;
	font-size: 18px;
	display: block;
	line-height: 1.5;
	padding: 8px 0;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s
}
.desktop_menu_ul>li>ul li a:hover {
	color: #df4059;
	padding-left: 3px
}
.desktop_menu_ul>li.megamenu_child {
	position: inherit
}
.for_megamenu {
	position: relative
}
.desktop_menu_ul li.dropdown_menu_noraml .megmenu_ul {
	width: 300px
}
.desktop_menu_ul li.dropdown_menu_noraml .megmenu_ul ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 0;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 1.5
}
.desktop_menu_ul li.dropdown_menu_noraml .megmenu_ul ul li a:hover {
	color: #df4059
}
.desktop_menu_ul li.dropdown_menu_EP .megmenu_ul {
	width: 768px;
	overflow: hidden
}
.desktop_menu_ul li.dropdown_menu_EP .megmenu_ul:after {
	background: url("../images/blur.svg") no-repeat center;
	background-size: contain;
	content: "";
	position: absolute;
	right: -250px;
	bottom: -250px;
	width: 530px;
	height: 530px;
	z-index: -1;
	opacity: 0.30
}
.desktop_menu_ul li.dropdown_menu_EP .megmenu_ul ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 0px;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 1.5
}
.desktop_menu_ul li.dropdown_menu_EP .megmenu_ul ul li a:hover {
	color: #df4059
}
.desktop_menu_ul li .megmenu_ul {
	position: absolute;
	display: block !important;
	left: 50%;
	z-index: 20;
	top: 100%;
	background: #fff;
	width: 100%;
	padding: 30px;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.15);
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
	visibility: hidden;
	border-top: 1px solid #ddd;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s
}
.desktop_menu_ul>li.MM_show .megmenu_ul {
	top: 100%;
	opacity: 1;
	visibility: visible
}
.desktop_menu_ul>li.MM_show>ul {
	opacity: 1;
	visibility: visible
}
.for_megamenu>.container {
	position: relative
}
.header_btn_area {
	margin-left: 30px
}
.header_btn_area a {
	margin: 0;
	font-size: 15px;
	font-size: 15px;
	padding: 8px 17px 9px
}
.header_btn_area a:hover {
	background: #193360;
	color: #fff;
	border-color: #fff
}
.mobile_menu {
	display: none;
	margin-left: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
.mobile_menu_icon {
	display: none;
	margin-left: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
.panel-menu .sub_item li a {
	font-size: 15px
}
.tt-menu-toggle span {
	background: #fff
}
.mb_menu_button {
	text-align: right
}
.mb_menu_button .cus_menu {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin-left: 30px
}
.mb_menu_button .cus_menu span {
	width: 40px;
	height: 2px;
	background: #193360;
	display: block;
	margin-bottom: 7px
}
.mb_menu_button .cus_menu span:last-child {
	margin: 0
}
.mb_menu_button .line, .mb_menu_button .line1, .mb_menu_button .line2, .mb_menu_button .line3, .mb_menu_button .opened .line1, .mb_menu_button .opened .line2, .mb_menu_button .opened .line3 {
	stroke-width: 6
}
.mb_menu_button .line {
	fill: none;
	stroke: #333;
	-webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1)
}
.mb_menu_button .line1 {
	stroke-dasharray: 60 207
}
.mb_menu_button .line2 {
	stroke-dasharray: 60 60
}
.mb_menu_button .line3 {
	stroke-dasharray: 60 207
}
.mb_menu_button .opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134
}
.mb_menu_button .opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30
}
.mb_menu_button .opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134
}
.block-bg {
	background: #fff none repeat scroll 0 0;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: -webkit-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 1001
}
.block-bg.is-visible {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible
}
.block-bg .close__wrap {
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	z-index: 11;
	-webkit-transition: 0.4s;
	transition: 0.4s
}
.block-bg .close__wrap span {
	display: inline-block
}
.block-bg .close__wrap span svg {
	width: 30px;
	height: 30px
}
.mobile_menu_header_outer {
	background: #193360
}
.mobile_menu_header {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 70px
}
.mobile_menu_header .mb_logo img {
	width: 70px
}
.mobail_menu_body {
	height: calc(100vh - 70px);
	width: 100%;
	overflow: auto;
	padding: 30px 0 60px
}
.mb_btn_area {
	padding: 30px 0 0px
}
.mb_btn_area .theme_btn {
	margin: 0;
	font-size: 18px;
	display: block;
	text-align: center
}
.mb_footer_conect h5 {
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	margin: 0 0 30px;
	font-size: 18px
}
.mb_footer_conect a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.9);
	padding-bottom: 10px
}
.mb_footer_conect a:hover {
	color: rgba(255,255,255,0.7)
}
.overflow_thumb_hide::-webkit-scrollbar {
display:none
}
.overflow_thumb_hide {
	-ms-overflow-style: none;
	scrollbar-width: none
}
.mb_menu_style .mb_menuwindow ul li a:hover {
	color: #df4059
}
.mb_menu_style .mb_menuwindow ul li ul {
	padding-left: 15px
}
.mb_menu_style .mb_menuwindow>ul>li>ul.mb_sub>li>a {
	font-size: 20px;
	font-weight: 500
}
.mb_menuwindow ul li .mb_destination_ul {
	padding-top: 10px;
	padding-bottom: 15px
}
.mb_menuwindow ul li .mb_destination_ul li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.mb_menuwindow ul li .mb_destination_ul li a span {
	width: 40px;
	height: 25px;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-right: 15px;
	border: 1px solid #eee
}
.mb_menuwindow ul li .mb_destination_ul li a span img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}
.mb_menuwindow ul li .mb_destination_ul.for_mb_european_drop {
	position: relative
}
.mb_menuwindow ul li .mb_destination_ul.for_mb_european_drop>div {
	width: 100%;
	max-height: 325px;
	overflow-y: auto;
	padding-bottom: 25px
}
.mb_menuwindow ul li .mb_destination_ul.for_mb_european_drop:before {
	pointer-events: none;
	content: "";
	left: 0;
	bottom: 0;
	height: 70px;
	position: absolute;
	width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(80%, #fff));
	background-image: linear-gradient(180deg, transparent 0 20%, #fff 80% 100%);
	z-index: 1
}
.menu_secfixed .desktop_menu_ul>li>a {
	line-height: 75px
}
.menu_secfixed .logo_sec a {
	width: 75px;
	padding: 0
}
.header_language_area {
	margin-left: 60px
}
.header_language_area ul li a {
	font-size: 22px;
	font-weight: 500;
	color: #193360;
	display: inline-block;
	font-family: "Jost", sans-serif;
	direction: rtl
}
.header_language_area ul li a:hover {
	color: #df4059
}

@media (max-width: 1250px) {
.desktop_menu_ul>li {
	padding-left: 5px;
	padding-right: 5px
}
.desktop_menu_ul>li>a {
	font-size: 14px
}
.header_phone_area label {
	font-size: 14px
}
}

@media (max-width: 1199px) {
.dark_logo {
	display: none
}
.white_logo {
	display: inline-block
}
.desktop_menu, .header_btn_area {
	display: none !important
}
.mobile_menu, .mobile_menu_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.menu_part {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.header_align {
	min-height: 100px
}
}

@media (max-width: 1199px) {
.menu_secfixed {
	background: #193360
}
.menu_secfixed .header_align {
	min-height: 75px
}
.headerin {
	background: #193360
}
.mb_menu_button .cus_menu span {
	background: #fff;
	opacity: 0.8
}
.header_language_area ul li a {
	color: #fff
}
.logo_sec a {
	width: 100px;
	padding-top: 5px
}
}
.theme_btn {
	font-size: 17px;
	display: inline-block;
	border-radius: 10px;
	padding: 12px 35px 13px;
	margin-top: 20px;
	color: #fff;
	line-height: 1.5;
	font-weight: 500;
	background: #009fde;
	border: 1px solid #009fde;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
    font-family: "Work Sans", sans-serif;
}
.theme_btn:hover {
	background: #193360;
	border-color: #193360
}
.theme_btn2 {
	font-size: 16px;
	display: inline-block;
	border-radius: 30px;
	padding: 12px 35px 13px;
	margin-top: 20px;
	color: #000;
	line-height: 1.5;
	font-weight: 500;
	background: transparent;
	border: 2px solid #df4059;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s
}
.theme_btn2:hover {
	background: #193360;
	color: #fff;
	border-color: #193360
}
.readmore_link {
	font-size: 18px;
	font-weight: 700;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #193360;
	margin-top: 20px;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s
}
.readmore_link i {
	margin-left: 10px;
	font-size: 26px;
	position: relative;
	top: 4px;
	color: #df4059
}
.readmore_link span {
	display: inline-block;
	margin-left: 2px
}
.readmore_link span svg {
	width: 22px;
	height: 22px;
	stroke: #df4059;
	stroke-width: 2;
	position: relative;
	top: -1px
}
.readmore_link:hover {
	color: #df4059
}
.totop {
	position: fixed;
	bottom: 80px;
	right: 15px;
	cursor: pointer;
	display: none;
	background: #df4059;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	z-index: 10;
	-webkit-box-shadow: 0 5px 12px 0 rgba(218,88,0,0.1);
	box-shadow: 0 5px 12px 0 rgba(218,88,0,0.1);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out
}
.totop span {
	display: block
}
.comn_img_block {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 15px
}
.comn_img_block img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

@media (max-width: 1199px) {
.page_content {
	margin-top: 100px
}
}
.sub_heading {
	font-size: 15px;
	font-family: "Jost", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #C44055
}
.site_title {
	line-height: 1.2;
	font-size: 46px;
	font-family: "Jost", sans-serif;
	margin-bottom: 20px;
	font-weight: 600
}
.site_title span {
	display: inline-block;
	position: relative;
	z-index: 1
}
.site_title.t_white {
	color: #fff
}
.title_line {
	width: 60px;
	height: 4px;
	background: #df4059;
	margin-bottom: 20px
}

@media (max-width: 575px) {
.site_title {
	font-size: 35px
}
.title_line {
	width: 40px
}
}
.cutom_animate_fade_in[data-scroll] {
	opacity: 0;
	will-change: opacity;
	-webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.cutom_animate_fade_in[data-scroll=in] {
	opacity: 1
}
.cutom_animate_fade_up[data-scroll] {
	opacity: 0;
	will-change: transform, scale, opacity;
	-webkit-transform: translateY(3rem);
	transform: translateY(3rem);
	-webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.cutom_animate_fade_up[data-scroll=in] {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.c_delay_1 {
	-webkit-transition-delay: 0.2s !important;
	transition-delay: 0.2s !important
}
.c_delay_2 {
	-webkit-transition-delay: 0.4s !important;
	transition-delay: 0.4s !important
}
.c_delay_3 {
	-webkit-transition-delay: 0.6s !important;
	transition-delay: 0.6s !important
}
.c_delay_4 {
	-webkit-transition-delay: 0.8s !important;
	transition-delay: 0.8s !important
}
.c_delay_5 {
	-webkit-transition-delay: .5s !important;
	transition-delay: .5s !important
}
.c_delay_6 {
	-webkit-transition-delay: .6s !important;
	transition-delay: .6s !important
}
.c_delay_7 {
	-webkit-transition-delay: .7s !important;
	transition-delay: .7s !important
}
.c_delay_8 {
	-webkit-transition-delay: .8s !important;
	transition-delay: .8s !important
}
.scrollbar_style::-webkit-scrollbar {
width:5px
}
.swiper_pagination .swiper-pagination {
	position: relative;
	top: auto;
	bottom: auto;
	margin: 40px 0 0
}
.swiper_pagination .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper_pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background: #fff;
	border: 1px solid #fff;
	width: 7px;
	height: 7px;
	border-radius: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.swiper_pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	opacity: 0.5
}
.swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 18px !important
}
.swiper_pagination.sp_theme_bg .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper_pagination.sp_theme_bg .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #df4059;
	border: 1px solid #df4059
}

@media (max-width: 992px) {
.swiper_overflow_mobile {
	overflow: hidden
}
.swiper_overflow_mobile .swiper_wrap {
	position: relative
}
.swiper_overflow_mobile .swiper-container {
	overflow: visible
}
}
.swiper_overflow {
	overflow: hidden
}
.swiper_overflow .swiper_wrap {
	position: relative
}
.swiper_overflow .swiper_wrap:before {
	position: absolute;
	content: "";
	background: #fff;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	z-index: 2
}
.swiper_overflow .swiper-container {
	overflow: visible
}
.swiper_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.swiper_btn>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.swiper_btn .swiper-button-next, .swiper_btn .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 50px;
	position: static;
	left: 0;
	top: 0;
	margin: 0;
	opacity: 1;
	color: #000;
	font-size: 27px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.35);
	box-shadow: 0 3px 5px rgba(0,0,0,0.35);
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s
}
.swiper_btn .swiper-button-next:after, .swiper_btn .swiper-button-prev:after {
	display: none
}
.swiper_btn .swiper-button-next:hover, .swiper_btn .swiper-button-prev:hover {
	background: #df4059;
	color: #fff
}
.swiper_btn .swiper-button-next i, .swiper_btn .swiper-button-prev i {
	display: block
}
.swiper_btn .swiper-button-prev {
	margin-right: 5px
}
.swiper_btn .swiper-button-prev i {
	position: relative;
	top: -2px
}
.swiper_btn .swiper-button-next i {
	position: relative;
	top: 2px
}
.swiper_btn .swiper-button-next.swiper-button-disabled, .swiper_btn .swiper-button-prev.swiper-button-disabled {
	opacity: 0
}
.swiper_scrollbar .swiper-scrollbar-drag {
	background: #df4059
}
.swiper_scrollbar .swiper-horizontal>.swiper-scrollbar, .swiper_scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
	height: 3px;
	width: 100%;
	position: static;
	margin: 40px 0 0
}
.hero_area {
    position: relative;
    overflow: hidden;
    padding: 80px 0 60px;
    z-index: 1;
    width: 100%;
    z-index: 100;
    display: inline-block;
    margin-bottom: 0px;
}



.overlay {
  position:absolute; /* Sit on top of the page content */ /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height:765px; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
      /*background-color: rgba(0,0,0,0.4);  Black background with opacity */
  z-index: 0; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.hero_area:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 99%;
	background: url("../images/banner-bg.jpg") no-repeat;
	background-position: right bottom;
	background-size: contain;
	z-index: -1;
	opacity: 0.12;
	    background-size: cover;
    background-position: center center;
    display: none;
}
.hero_area:after {
	content: "";
	position: absolute;
	left: 22%;
	bottom: -100px;
	width: 230px;
	height: 230px;
	background: url("../images/set-theme.svg") no-repeat;
	background-position: right bottom;
	background-size: contain;
	z-index: -1;
	opacity: 0.17;
	-webkit-animation: anim 15s linear infinite;
	animation: anim 15s linear infinite;
    display: none;
}
.home-banner .item {
	min-height: 460px;
	position: relative
}
.banner_item_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%
}
.banner_item_content .container {
	position: relative;
	z-index: 20
}
.banner_fade.home-banner .item .bg-img {
	opacity: 0
}
.home-banner .item .bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform 1s ease-in-out;
	transition: -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
	transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1
}
.home-banner .item .bg-img::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.37)), to(rgba(13,52,46,0)));
	background: linear-gradient(0deg, rgba(0,0,0,0.37) 0%, rgba(13,52,46,0) 100%)
}
.home-banner .item .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
        background-color: rgb(255 255 255 / 50%);
    padding: 20px 25px 30px;
    border-radius: 6px;
}
.home-banner .item .left .slide_text span {
	display: block;
	overflow: hidden
}
.home-banner .item .left .slide_text span span {
	display: inline-block;
	opacity: 0;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 140);
	transform: matrix(1, 0, 0, 1, 0, 140);
	-webkit-transition: all 0.99s ease;
	transition: all 0.99s ease
}
.home-banner .item .left .slide_text .slide_text_in {
	display: block
}
.home-banner .item .left .slide_text .slide_text_in .slide_text_cont {
	display: inline-block;
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 0.99s ease;
	transition: all 0.99s ease
}
.home-banner .item .left .more-link {
	display: inline-block;
	overflow: hidden
}
.home-banner .item .left .more-link a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	opacity: 0;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 140);
	transform: matrix(1, 0, 0, 1, 0, 140);
	-webkit-transition: all 0.99s ease;
	transition: all 0.99s ease
}
.home-banner .item .left .more-link a img {
	margin-left: 5px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: auto;
	display: inline-block
}
.home-banner .item .left .more-link a:hover img {
	margin-left: 10px
}
.home-banner .swiper-slide {
	overflow: hidden
}
.home-banner.banner_fade .swiper-slide {
	visibility: hidden !important
}
.home-banner.banner_fade .swiper-slide.swiper-slide-active {
	visibility: visible !important
}
.home-banner.banner_fade .swiper-slide.swiper-slide-active .item .bg-img {
	opacity: 1
}
.home-banner .swiper-slide.swiper-slide-active .item .left .slide_text span span {
	opacity: 1;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0)
}
.home-banner .swiper-slide.swiper-slide-active .item .left .slide_text .slide_text_in .slide_text_cont {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}
.home-banner .swiper-slide.swiper-slide-active .item .left .slide_text .slide_text_in .slide_text_cont.slide_delay1 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.home-banner .swiper-slide.swiper-slide-active .item .left .slide_text .slide_text_in .slide_text_cont.slide_delay2 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s
}
.home-banner .swiper-slide.swiper-slide-active .item .left .slide_text .slide_text_in .slide_text_cont.slide_delay3 {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s
}
.home-banner .swiper-slide.swiper-slide-active .item .left .more-link a {
	opacity: 1;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0)
}
.home-banner .home-ban-slider {
	position: relative
}
.home-banner .home-ban-slider::before {
	content: "";
	width: 100%;
	position: fixed;
	background-color: #df4059;
	height: 0%;
	-webkit-transition: all linear 0.5s;
	transition: all linear 0.5s;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 3
}
.home-banner .home-ban-slider.swiper-container-initialized::before {
	height: 0%
}
.slide_title h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    margin: 15px 0 17px;
    color: #072134;
    /* text-shadow: 2px 2px #ffffff; */
    font-family: "Work Sans", sans-serif;
}
.slide_title h5 {
	font-size: 15px;
	color: #009fde;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0.5px
}
.slide_para p {
    font-size: 22px;
    line-height: 1.5;
    color: #174a5e;
    font-family: "Work Sans", sans-serif;
    /*text-shadow: 1px 1px #000000;*/
}
.home-banner .item .right .comn_img_block {
padding-bottom:calc((165 / 200) * 100%);
	height: auto
}
.home-banner .item .right .comn_img_block {
	border-radius: 30px
}
.home-banner .item .right .comn_img_block img {
	-webkit-transition: all 0.99s ease;
	transition: all 0.99s ease
}
.home-banner .home-ban-slider-pagination .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	border-radius: 20px;
	background: #009fde;
	margin: 0 10px !important;
	opacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out
}
.home-banner .home-ban-slider-pagination .swiper-pagination-bullet:first-child {
	margin-left: 0 !important
}
.home-banner .home-ban-slider-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0 !important
}
.home-banner .home-ban-slider-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	width: 18px
}
.home-banner .swiper-pagination.home-ban-slider-pagination {
	position: static;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5rem;
	    margin-top: 10px;
}
.home-banner .item .right>div {
	position: relative
}
.home-banner .item .right .sq_shape1, .home-banner .item .right .sq_shape2 {
	width: 50px;
	height: 50px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	bottom: 0
}
.home-banner .item .right .sq_shape1 {
	background: #193360
}
.home-banner .item .right .sq_shape2 {
	background: #df4059
}
.home-banner .hero_set {
	content: "";
	position: absolute;
	right: -30px;
	top: 100px;
	width: 80px;
	height: 80px;
	background: url("../images/set-theme.svg") no-repeat;
	background-position: right bottom;
	background-size: contain;
	z-index: -1;
	opacity: 0.12;
	-webkit-animation: ani 10s linear infinite;
	animation: ani 10s linear infinite;
	display: none
}

@media (min-width: 992px) {
.home-banner .swiper-pagination.home-ban-slider-pagination {
	max-width: 960px
}
}

@media (min-width: 1200px) {
.home-banner .swiper-pagination.home-ban-slider-pagination {
	max-width: 1180px
}
}

@media (min-width: 1400px) {
.home-banner .swiper-pagination.home-ban-slider-pagination {
	max-width: 1320px
}
}

@media (max-width: 1199px) {
.hero_area {
	padding-top: 100px
}
}

@media (max-width: 991px) {
.home-banner .hero_set {
	display: block
}
.home-banner .item .left {
	text-align: center;
	padding-bottom: 60px
}
.home-banner .swiper-pagination.home-ban-slider-pagination {
	text-align: center;
	margin-top: 30px
}
.hero_area:after {
	left: -60px;
	bottom: auto;
	top: 45%;
	width: 130px;
	height: 130px
}
}

@media (max-width: 575px) {


    
    .slide_para p {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}
    
.hero_area {
    padding: 10px 0 50px;
}
.hero_area:after {
	top: 50%
}
}
.hm_about_sec {
	padding: 100px 0
}
.hm_about_sec .sec_left {
	position: relative;
	padding: 0px 0px 30px 30px
}
.hm_about_sec .sec_left .grid_shape {
	position: absolute;
	left: 0;
	bottom: 0
}
.hm_about_sec .sec_left .dot_shape {
	position: absolute;
	right: 0;
	top: 0px;
	opacity: .8;
	width: 100px
}

@media (max-width: 991px) {
.hm_about_sec .sec_left {
	display: none
}
.hm_about_sec .sec_right {
	text-align: center
}
}

@media (max-width: 575px) {
.hm_about_sec {
	padding: 60px 0
}
}
.set_icon {
	width: 120px;
	height: 120px;
	background: url("../images/set.svg") no-repeat center;
	background-size: contain;
	position: absolute;
	-webkit-animation: anim 15s linear infinite;
	animation: anim 15s linear infinite
}
@-webkit-keyframes anim {
from {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
to {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
}
@keyframes anim {
from {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
to {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
}
.set_icon2 {
	width: 120px;
	height: 120px;
	background: url("../images/set.svg") no-repeat center;
	background-size: contain;
	position: absolute;
	-webkit-animation: ani 55s linear infinite;
	animation: ani 55s linear infinite
}
@-webkit-keyframes ani {
from {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes ani {
from {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.hm_m_v_sec {
	padding: 90px 0 100px;
	background: #193360;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.hm_m_v_sec .set_icon {
	z-index: -1;
	width: 250px;
	height: 250px;
	left: -60px;
	bottom: 60px
}
.hm_m_v_sec .set_icon.set_icon_small {
	width: 80px;
	height: 80px;
	right: 40px;
	top: 110px;
	left: auto;
	bottom: auto
}
.hm_m_v_sec .set_icon2 {
	z-index: -1;
	width: 180px;
	height: 180px;
	right: 60px;
	top: -60px
}
.hm_m_v_sec .title_row {
	margin-bottom: 40px
}
.hm_m_v_sec .title_row .site_title {
	font-weight: 300;
	color: #fff;
	margin-bottom: 18px
}
.hm_m_v_sec .title_row p {
	color: #fff;
	font-size: 20px;
	font-weight: 200
}
.hm_m_v_sec .mv_box {
	overflow: hidden
}
.hm_m_v_sec .mv_box .comn_img_block {
padding-bottom:calc((115 / 200) * 100%);
	display: block
}
.hm_m_v_sec .mv_box .comn_img_block img {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s
}
.hm_m_v_sec .mv_box .comn_img_block:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03)
}
.hm_m_v_sec .mv_box .readmore_link {
	color: #fff;
	font-weight: 500
}
.hm_m_v_sec .mv_box .readmore_link svg {
	stroke-width: 3
}
.hm_m_v_sec .mv_box .readmore_link:hover {
	color: #df4059
}
.hm_m_v_sec .mv_box_dec {
	padding: 0
}
.hm_m_v_sec .mv_box_dec h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin: 25px 0 15px
}
.hm_m_v_sec .mv_box_dec .mv_para {
	overflow: hidden
}
.hm_m_v_sec .mv_box_dec .mv_para p {
	color: rgba(255,255,255,0.8);
	font-weight: 400;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	outline: none !important;
	text-decoration: none;
	margin-bottom: 0;
	font-size: 17px
}

@media (max-width: 991px) {
.hm_m_v_sec .mv_box {
	margin-bottom: 50px
}
}

@media (max-width: 575px) {
.hm_m_v_sec {
	padding: 60px 0 10px
}
.hm_m_v_sec .title_row {
	margin-bottom: 30px
}
}
.hm_core_values_sec {
	padding: 120px 0 100px;
	background: #fff
}
.hm_core_values_sec .sec_left {
	position: relative;
	z-index: 1
}
.hm_core_values_sec .sec_left:before {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% + 60px);
	position: absolute;
	background: url(../images/exp-bg.svg) no-repeat center;
	background-size: contain;
	z-index: -1;
	opacity: 0.5
}
.hm_core_values_sec .sec_left .dot_shape {
	position: absolute;
	left: 0;
	bottom: -30px;
	opacity: .8;
	width: 100px
}
.hm_core_values_sec .title_row {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.27)
}
.hm_core_values_sec .title_row .sub_heading {
	margin-bottom: 10px
}
.hm_core_values_sec .title_row .site_title {
	margin-bottom: 10px
}
.hm_core_values_sec .title_row p {
	font-size: 20px;
	line-height: 1.5
}
.hm_core_values_sec .cv_left_top .cv_left_item1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.hm_core_values_sec .cv_left_top .cv_left_item1 .comn_img_block {
padding-bottom:calc((165 / 200) * 100%);
	width: 100%
}
.hm_core_values_sec .cv_left_top .cv_left_item2 .comn_img_block {
padding-bottom:calc((165 / 200) * 100%)
}
.hm_core_values_sec .cv_left_btm .cv_left_item3 {
	padding: 30px 60px 0
}
.hm_core_values_sec .cv_left_btm .cv_left_item3 .comn_img_block {
padding-bottom:calc((120 / 200) * 100%)
}
.hm_core_values_sec .accordion-item {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 10px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0px solid rgba(0,0,0,0.15)
}
.hm_core_values_sec .accordion-button {
	padding: 10px 35px 10px 0px;
	background-color: transparent;
	font-size: 20px;
	font-weight: 600;
	color: #193360;
	outline: none;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.hm_core_values_sec .accordion-button:before {
	content: "\f106";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 600;
	font-family: "Font Awesome 6 Free";
	color: #df4059
}
.hm_core_values_sec .accordion-button[aria-expanded="true"]:before {
	content: "\f107"
}
.hm_core_values_sec .accordion-button::after {
	display: none
}
.hm_core_values_sec .accordion-body {
	padding: 0px 0 10px 45px
}
.hm_core_values_sec .accordion-body p {
	margin: 0
}
.core_value_cate_box {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	padding: 30px
}
.core_value_cate_box .cv_content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.core_value_cate_box .cv_content h4 {
	font-size: 20px;
	font-weight: 600
}
.core_value_cate_box .cv_content p {
	line-height: 1.5;
	font-size: 17px
}
.cv_icon {
	width: 25px;
	height: 25px;
	margin-right: 20px
}
.cv_icon.cv_icon_one {
	background: url("../images/core/quality.svg") no-repeat;
	background-size: contain;
	background-position: center left
}
.cv_icon.cv_icon_two {
	background: url("../images/core/customer.svg") no-repeat;
	background-size: 22px;
	background-position: center left
}
.cv_icon.cv_icon_three {
	background: url("../images/core/intergriy.svg") no-repeat;
	background-size: contain;
	background-position: center left
}
.cv_icon.cv_icon_four {
	background: url("../images/core/passion.svg") no-repeat;
	background-size: contain;
	background-position: center left
}
.cv_icon.cv_icon_five {
	background: url("../images/core/commitment.svg") no-repeat;
	background-size: contain;
	background-position: center left
}
.cv_icon.cv_icon_six {
	background: url("../images/core/desire.svg") no-repeat;
	background-size: contain;
	background-position: center left
}

@media (max-width: 991px) {
.hm_core_values_sec .sec_right {
	padding-top: 60px
}
}

@media (max-width: 575px) {
.hm_core_values_sec .sec_left .dot_shape {
	width: 50px
}
.hm_core_values_sec {
	padding: 60px 0 40px
}
}
.hm_industry_we_serv {
	padding: 100px 0 90px;
	background: #f1f1f1;
	z-index: 1;
	position: relative
}
.hm_industry_we_serv:before {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	opacity: 1;
	width: 100%;
	height: 100%;
	background: url("../images/bg3.jpg") no-repeat top right;
	background-size: cover;
	z-index: -1
}
.hm_industry_we_serv .title_row {
	margin-bottom: 60px
}
.hm_industry_we_serv .title_row .site_title {
	color: #333
}
.hm_industry_we_serv .title_row .sec_right p {
	font-size: 18px;
	margin: 0
}
.hm_industry_we_serv .swiper-slide .item {
	text-align: center
}
.hm_industry_we_serv .swiper-slide .item .ind_img_block {
	margin-bottom: 20px
}
.hm_industry_we_serv .swiper-slide .item .ind_img_block img {
	border-radius: 50%
}
.hm_industry_we_serv .swiper-slide .item .ind_list_title h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: #333
}

@media (max-width: 991px) {
.hm_industry_we_serv .title_row {
	text-align: center
}
.hm_industry_we_serv .site_title {
	margin-bottom: 15px
}
}

@media (max-width: 575px) {
.hm_industry_we_serv {
	padding: 50px 0
}
.hm_industry_we_serv .title_row {
	margin-bottom: 40px
}
.hm_industry_we_serv .swiper_pagination .swiper-pagination {
	margin-top: 20px
}
}
.hm_project_sec {
	padding: 90px 0 100px 0
}
.hm_project_sec .title_row {
	margin-bottom: 30px
}
.hm_project_sec .title_row .site_title {
	margin-bottom: 10px
}
.hm_project_sec .title_row p {
	font-size: 18px
}
.hm_project_sec .sec_in .btn_area {
	text-align: center;
	margin: 30px 0 0
}
.hm_project_sec .sec_in .btn_area ul li {
	display: inline-block;
	margin-right: 15px
}
.hm_project_sec .sec_in .btn_area ul li .theme_btn {
	padding: 16px 60px;
	margin: 0
}
.hm_project_sec .sec_in .btn_area ul li:last-child {
	margin-right: 0
}
.hm_project_sec .sec_in .btn_area ul li:last-child .theme_btn {
	border: 1px solid #df4059
}
.hm_project_sec .sec_in .btn_area ul li:last-child .theme_btn:hover {
	background: transparent;
	color: #C44055
}
.hm_project_sec .sec_in .btn_area ul li:first-child .theme_btn {
	background: #193360;
	color: #fff;
	border: 1px solid #193360;
	font-weight: 600
}
.hm_project_sec .sec_in .btn_area ul li:first-child .theme_btn:hover {
	background: transparent;
	color: #193360
}
.hm_project_sec .sec_in .swiper_btn .swiper-button-next, .hm_project_sec .sec_in .swiper_btn .swiper-button-prev {
	position: absolute;
	z-index: 10;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(255,255,255,0.65);
	color: #193360
}
.hm_project_sec .sec_in .swiper_btn .swiper-button-next:hover, .hm_project_sec .sec_in .swiper_btn .swiper-button-prev:hover {
	background: rgba(255,255,255,0.9)
}
.hm_project_sec .sec_in .swiper_btn .swiper-button-next {
	right: 5px;
	left: auto
}
.hm_project_sec .sec_in .swiper_btn .swiper-button-prev {
	left: 5px;
	right: auto
}
.hm_project_sec .sec_in .project_item {
	position: relative;
	display: block
}
.hm_project_sec .sec_in .project_item:hover:before {
	opacity: 0
}
.hm_project_sec .sec_in .project_item:hover:after {
	opacity: 0.9
}
.hm_project_sec .sec_in .project_item:hover .comn_img_block img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04)
}
.hm_project_sec .sec_in .project_item:before {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, #051229));
	background-image: linear-gradient(180deg, transparent 0 30%, #051229 70% 100%);
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s
}
.hm_project_sec .sec_in .project_item:after {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #df4059), color-stop(70%, #ab1f35));
	background-image: linear-gradient(180deg, #df4059 0 30%, #ab1f35 70% 100%);
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s
}
.hm_project_sec .sec_in .project_item .project_slide_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0
}
.hm_project_sec .sec_in .project_item .project_slide_content h4 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 1.3
}
.hm_project_sec .sec_in .project_item .project_logo {
	width: 100%
}
.hm_project_sec .sec_in .project_item .project_logo img {
	width: 90px;
	border-radius: 4px
}
.hm_project_sec .sec_in .project_item .project_name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.hm_project_sec .sec_in .project_item .comn_img_block {
padding-bottom:calc((220 / 200) * 100%)
}
.hm_project_sec .sec_in .project_item .comn_img_block img {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s
}
.hm_project_sec .sec_in .project_box {
	position: relative;
	display: block;
	margin-bottom: 40px;
	border-radius: 15px;
	overflow: hidden
}
.hm_project_sec .sec_in .project_box:hover:before {
	opacity: 0
}
.hm_project_sec .sec_in .project_box:hover:after {
	opacity: 0.9
}
.hm_project_sec .sec_in .project_box:hover .comn_img_block img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04)
}
.hm_project_sec .sec_in .project_box:before {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .6;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, #051229));
	background-image: linear-gradient(180deg, transparent 0 30%, #051229 70% 100%);
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s
}
.hm_project_sec .sec_in .project_box:after {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #df4059), color-stop(70%, #ab1f35));
	background-image: linear-gradient(180deg, #df4059 0 30%, #ab1f35 70% 100%);
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s
}
.hm_project_sec .sec_in .project_box .project_slide_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0
}
.hm_project_sec .sec_in .project_box .project_slide_content h4 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2
}
.hm_project_sec .sec_in .project_box .project_logo {
	width: 100%
}
.hm_project_sec .sec_in .project_box .project_logo img {
	width: 90px;
	border-radius: 4px
}
.hm_project_sec .sec_in .project_box .project_name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.hm_project_sec .sec_in .project_box .comn_img_block {
padding-bottom:calc((220 / 200) * 100%)
}
.hm_project_sec .sec_in .project_box .comn_img_block img {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s
}
.hm_project_sec .sec_in .project_box.pb_large .comn_img_block {
padding-bottom:calc((160 / 200) * 100%)
}
.hm_project_sec .sec_in .project_box.pb_large .comn_img_block img {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s
}

@media (max-width: 991px) {
.hm_project_sec .sec_in {
	width: 575px;
	max-width: 100%;
	margin: auto
}
}

@media (max-width: 575px) {
.hm_project_sec .swiper_btn {
	display: none
}
.hm_project_sec .swiper_overflow .swiper_wrap:before {
	display: none
}
.hm_project_sec.swiper_overflow .swiper_wrap:before {
	display: none
}
.hm_project_sec {
	padding: 50px 0
}
.hm_project_sec .sec_in .btn_area ul li {
	display: block;
	margin: 0 0 10px
}
.hm_project_sec .sec_in .btn_area ul li .theme_btn {
	display: block;
	text-align: center
}
.hm_project_sec .sec_in .btn_area {
	margin-top: 0px
}
}
.hm_clients {
	padding: 20px 0 90px
}
.hm_clients .title_row .site_title {
	font-size: 26px;
	margin: 0 0 30px
}
.hm_clients .more_link .readmore_link {
	margin: 0;
	color: #df4059
}
.hm_clients .more_link .readmore_link svg {
	position: relative;
	top: -2px
}
.hm_clients .more_link .readmore_link:hover {
	color: #193360
}
.hm_clients .client_item {
	text-align: center
}
.hm_clients .client_item span {
	margin: 10px 0 0;
	display: block;
	line-height: 1.4;
	font-size: 14px;
	font-weight: 600;
	color: #193360
}
.hm_clients .swiper_pagination .swiper-pagination {
	margin-top: 50px
}

@media (max-width: 575px) {
.hm_clients {
	padding: 20px 0 60px
}
.hm_clients .title_row .site_title {
	margin-bottom: 30px
}
.hm_clients .swiper_pagination .swiper-pagination {
	margin-top: 30px
}
.hm_clients .client_item span {
	font-size: 13px
}
}
.footer_sec {
	background: #193360;
	padding: 90px 0 0;
	background-image: url("../images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	color: #d1d6e0;
	font-size: 16px
}
.footer_sec li, .footer_sec a, .footer_sec p {
	color: #d1d6e0
}
.footer_sec a:hover {
	color: #fff
}
.footer_sec .ftr_title {
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 25px
}
.footer_nav ul li {
	margin-bottom: 12px
}
.footer_nav ul li a {
	display: inline-block
}
.footer_contact ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px
}
.footer_contact ul li i {
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 5px
}
.footer_logo {
	margin-bottom: 20px
}
.footer_logo img {
	opacity: 0.7
}
.footer_widget {
	margin-bottom: 60px
}
.footer_social ul li {
	display: inline-block;
	margin-right: 20px
}
.footer_social ul li:last-child {
	margin: 0
}
.footer_social ul li a {
	display: inline-block;
	font-size: 24px
}
.footer_copyright {
	padding: 40px 0;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.15)
}
.footer_copyright p {
	margin: 0;
	font-size: 15px
}

@media (max-width: 991px) {
.footer_sec {
	text-align: center
}
.footer_contact ul li i {
	position: static;
	top: auto;
	display: block;
	margin: 0 0 15px
}
.footer_contact ul li {
	padding: 0;
	margin-bottom: 30px
}
.footer_contact ul li:last-child {
	margin: 0
}
}

@media (max-width: 991px) {
.footer_sec {
	padding: 60px 0 0
}
}
.hm_services {
	padding: 50px 0 120px
}
.hm_services .title_row {
	margin-bottom: 30px
}
.hm_services .title_row .site_title {
	margin-bottom: 12px
}
.hm_services .title_row p {
	font-size: 18px;
	line-height: 1.5
}
.hm_services .service_item {
	margin-bottom: 50px;
	text-align: center
}
.hm_services .service_item .comn_img_block {
padding-bottom:calc((110 / 200) * 100%)
}
.hm_services .service_item h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin: 25px 0 0
}
.hm_services .readmore_link {
	color: #df4059
}
.hm_services .readmore_link:hover {
	color: #193360
}

@media (max-width: 575px) {
.hm_services {
	padding: 0px 0 60px
}
.hm_services .title_row {
	border-top: 1px solid rgba(0,0,0,0.27);
	padding-top: 50px
}
    
    
    .home-banner .item {
    min-height: 260px;
    position: relative;
}
    
}
.course_box_whtbtn .elementor-button-text {
	-webkit-box-flex: inherit;
	-ms-flex-positive: inherit;
	flex-grow: inherit
}
.course_box_whtbtn .elementor-button {
	display: block
}
.whatsapp_btn.course_box_whtbtn .elementor-button-icon svg {
	position: relative;
	top: 2px;
	width: 1.2em
}
.course_box_learn_btn .elementor-button-icon svg {
	position: relative;
	top: 1px
}

/*# sourceMappingURL=custom.css.map */

a:hover {
    color: #0056b3;
    text-decoration: none !important;
}
