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

/**<div class="give_error_yes"><i class="fa fa-check-circle"></i> Please fill in required fields.</div>**/
/**<div class="give_error_no"><i class="fa fa-exclamation-circle"></i> Please fill in required fields.</div> times-circle**/

/**<div class="give_error_no"><dd><i class="fa fa-times-circle"></i></dd><li>Error updated..</li><dl>Confirm</dl></div><script>msgH();</script>**/
/**<div class="give_error_yes"><dd><i class="fa fa-times-circle"></i></dd><li>Successfully updated..</li><dl>Confirm</dl></div><script>msgH();</script> times-circle**/
.box_shadow{
	box-shadow: 0px 0px 1px 1px rgba(51,51,51,0.1);
}
.display_none{
	display:none;
}
.sv_width{
    width: 95%;
    margin: 0 auto;
    max-width: 1250px;
    overflow: hidden;
	text-align:center;
	clear:both;
}
.sv_width2{
    width: 100%;
    margin: 0 auto;
    max-width: 1250px;
	text-align:center;
	clear:both;
}
.sv_width3{
    width: 95%;
    margin: 0 auto;
    max-width: 1250px;
	text-align:center;
	clear:both;
}
.sv_width4{
    width: 95%;
    margin: 0 auto;
    max-width: 1250px;
	text-align:center;
	clear:both;
}
.give_error_no, .give_error_yes{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    background: #333333;
    /* min-width: 500px;*/
    transform: translate(-50%,-50%);
	padding: 10px;
	border-radius: 10px;
    animation: sv_OpecityUp 1s forwards;
    box-shadow: 3px 2px 10px 3px rgba(0,0,0,0.2);
	min-width: 50%;
	max-height: 80%;
	overflow: auto;
}
.give_error_no:after, .give_error_yes:after{
	content: '';
	background: rgba(0,0,0,0.2);
}
.give_error_no dd, .give_error_yes dd{
	position: absolute;
	font-size: 30px;
	color: #e80000;
	top: 5px;
	right: 5px;
}
.give_error_no dd i, .give_error_yes dd i{
	margin-right:3px;
	cursor: pointer;
}
.give_error_no dd i:hover, .give_error_yes dd i:hover{
	color: #ffffff;
}
.give_error_no dl, .give_error_yes dl{
    position: absolute;
    font-size: 30px;
    right: -12px;
    top: 3px;
    transform: translate(-50%,0);
    color: #ff3e3e;
	display:none;
}
.give_error_no li, .give_error_yes li{
	text-align:left;
	color:#666;
	padding:3px 10px;
	margin-left:20px;
	margin-right:10px;
	display:block;
	font-size: 14px;
	line-height: 16px;
	padding-right: 25px;
}
.give_error_yes li::before, .give_error_no li::before {
	content: "• ";
	color: #ffffff;
	margin-left:-13px;
}
.give_error_yes li{
	color:#00D700;
}
.give_error_no li{
	color:#ff5b5b;
}
.sv_
.my_fade_box{
	opacity:0;
}
.noscript{
	font-size:20px;
	color:#f20000;
	text-align:center;
	font-weight:600;
	padding:25px;
	line-height:26px;
}
.noscript i{
	color:#F9F900;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.my_battan, .my_btn{
	display: inline-block;
    overflow: hidden;
    background: #004080;
    color: #FFF;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    padding: 6px 8px;
    font-size: 16px;
    box-shadow: 2px 2px 0px 0px #CCC;
    border-radius: 2px;
    outline: none;
    border: none;
    transition: ease-in-out 0.1s all;
	cursor:pointer;
}
.my_btn:active{
	background:#004080;
	transform:translate(2px,2px);
	box-shadow:none;
}
.my_btn2{
	background-color:#F20000;
}
/**PageLoading**/
.my_page_progress {
	position:fixed;
	height: 2px;
	display: block;
	width: 100%;
	background-color: white;
	border-radius: 2px;
	background-clip: padding-box;
	overflow: hidden;
	top:0px;
	left:0px;
	z-index:999999999;

}
.my_page_progress .my_page_progress_loding {
	background-color:black;
}
.my_page_progress .my_page_progress_loding:before {
	content: '';
	position: absolute;
	background-color: #2C67B1;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: my_page_progress_anmimation 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
		  animation: my_page_progress_anmimation 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.my_page_progress .my_page_progress_loding:after {
	content: '';
	position: absolute;
	background-color: #2C67B1;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: my_page_progress_anmimation_short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
		  animation: my_page_progress_anmimation_short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	-webkit-animation-delay: 1.15s;
		  animation-delay: 1.15s;
}
@-webkit-keyframes my_page_progress_anmimation {
  0% {
	left: -35%;
	right: 100%; }
  60% {
	left: 100%;
	right: -90%; }
  100% {
	left: 100%;
	right: -90%; }
}
@keyframes my_page_progress_anmimation {
  0% {
	left: -35%;
	right: 100%; }
  60% {
	left: 100%;
	right: -90%; }
  100% {
	left: 100%;
	right: -90%; }
}
@-webkit-keyframes my_page_progress_anmimation_short {
  0% {
	left: -200%;
	right: 100%; }
  60% {
	left: 107%;
	right: -8%; }
  100% {
	left: 107%;
	right: -8%; }
}
@keyframes my_page_progress_anmimation_short {
  0% {
	left: -200%;
	right: 100%; }
  60% {
	left: 107%;
	right: -8%; }
  100% {
	left: 107%;
	right: -8%; }
}


.loading1{
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}

.loading2{
	display:none;
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading3{
	position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}

.sv_ind_box1{
	width:100%;
	position:relative;
	min-height:120px;
	text-align:center;
	min-height:inherit;
}
.sv_ind_box1 svg {
    display: block;
    width: calc(100% + 0px);
    /*position: relative;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);*/
	color:#F00;
	fill:#004292;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:-1;
	height:auto;
	position:inherit;
}
.sv_ind_h1{
	text-shadow: 0px 1px 0px #f7f7f7, 1px 1px 1px #999;
	color:#5BB628;
	font-size:50px;
	text-align:center;
	padding:20px;
	font-weight:900;
	letter-spacing:-0.5px;
}/* 
.sv_back_to_top{
	position: fixed;
    bottom: 110px;
	right: -60px;
	transition:ease-in-out 0.2s all;
	display:none;
	z-index:349;	
	background: transparent url("../icon/object_3_main.png") no-repeat 50% 100%;
    background-size: cover;
    width: 146px;
    height: 70px;
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.sv_back_to_top:before {
    content: '';
    display: block;
    background: transparent url("../icon/object_3_addon.png") no-repeat 50% 100%; background-size: cover;
    width: 52px; height: 14px;

    animation-name: spining;
    -webkit-animation-name: spining;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

    animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
    animation-play-state: running;
    -webkit-animation-play-state: running;
}
.sv_back_to_top:after {
    content: '';
    display: block;
    margin-top: 8px;
    margin-left: 59px;
    background: transparent url("../icon/object_3_small.png") no-repeat 50% 100%; background-size: cover;
    width: 8px; height: 30px;

    animation-name: rotating;
    -webkit-animation-name: rotating;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

    animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
    animation-play-state: running;
    -webkit-animation-play-state: running;
}
 */
.sv_back_to_top:hover{
	cursor:pointer;
	/*background:<?php echo $Scolor;?>;
	color:#FFF;*/
}
	
@keyframes floating {
    0% {transform: translateY(0%) rotate3d(0,0,-1,0deg);}
    50% {transform: translateY(8%) rotate3d(0,0,-1,3deg);}
    100% {transform: translateY(0%) rotate3d(0,0,-1,0deg);}
}
@-webkit-keyframes floating {
    0% {-webkit-transform: translateY(0%) rotate3d(0,0,-1,0deg);}
    50% {-webkit-transform: translateY(8%) rotate3d(0,0,-1,3deg);}
    100% {-webkit-transform: translateY(0%) rotate3d(0,0,-1,0deg);}
}
@keyframes spining {
    from {transform:rotateY(0deg);}
    to {transform:rotateY(-360deg);}
}
@-webkit-keyframes spining {
    from {-webkit-transform:rotateY(0deg);}
    to {-webkit-transform:rotateY(-360deg);}
}

@keyframes rotating {
    from {transform: rotate(0deg);}
    to {transform: rotate(-360deg);}
}
@-webkit-keyframes rotating {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(-360deg);}
}

.sv_wp_chat{
	position:fixed;
	bottom:20px;
	right:25px;
	z-index:450;
}
.sv_wp_chat a{
	display:flex;
	width:60px;
	height:60px;
	border-radius:50%;
	z-index:450;
	background:#00AE00;
	color:#fff;
    align-items: center;
	font-size:40px;
	text-align:center;
    justify-content: center;
	box-shadow:0px 0px 8px 4px rgba(0,170,0,0.2);
	opacity:0.9;
}
.sv_wp_chat a:hover{
	opacity:1;
	cursor:pointer;
}
.sv_wp_chat small{
	background:#fff;
	font-size:16px;
	color:#333;
	padding:10px 15px;
	border-radius:20px;
	position:absolute;
	top:50%;
	right:100%;
	margin-right:15px;
	width:auto;
	transform:translate(0%,-50%);
    box-sizing: inherit;
    white-space: nowrap;
	box-shadow:0px 0px 8px 4px rgba(0,0,0,0.05);
	display:none;
	animation:sv_OpecityUp 0.1s forwards;
}
.sv_wp_chat small:before {
    border-color: transparent  transparent transparent #ffffff ;
    content: "";
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    right: -19px;
    top: 50%;
	transform:translate(0%,-50%);
}
.sv_wp_chat:hover small{
	display:block;
}
/**Head**S**/

.my_head{
	background-color: var(--p);
    background-image: url(../bgimg/head1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.my_head_in{
	background: rgba(2, 7, 17, 0.6);
	position: relative;
}
.my_head_height{
	height: 110px;
}
.my_head_in2 {
	position: relative;
	z-index: 400;
}
.my_menu{
	padding-top: 10px;
	position: relative;
}
.my_menu_b1{
	height: 50px;
	display: flex;
}
.my_menu_b1_t1{
	width: 43%;
	flex: 1 0 43%;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.my_menu_b1_t2{
	width: 14%;
	flex: 1 0 14%;
	margin-left: auto;
}
.my_menu_b2{
	height: 50px;
	background: var(--w);
	border-radius: var(--border-r);
	display: flex;
}
.my_menu_b2_in{
	flex: 1;
	display: flex;
}
.my_menu_b2_t1{
	width: 43%;
	flex: 1 0 43%;
	display: flex;
}
.my_menu_b2_t2{
	width: 14%;
	flex: 1 0 14%;
	margin-left: auto;
}
.my_menu_b2_t3{
	flex: 1;
	display: flex;
}
.my_menu_b2_t3 img{
    max-width: 95%;
	margin: 5px;
}
.my_menu_b2_t4{
	display: none;
	background-color: rgba(0,0,0,0.05);
	margin-left: auto;
	align-items: center;
	color: var(--b);
	overflow: hidden;
	font-size: 22px;
	padding: 0 10px;
	opacity: 0.9;
	transition: ease-in-out 0.2s all;
}
.my_menu_b2_t4:active{
	cursor: pointer;
	opacity: 1;
	transform: scale(0.95);
}
.my_menu_b2_t5 {
    align-self: center;
	display: none;
	color: #fff;
	font-size: 10px;
	font-family: var(--font);
	padding: 7px 5px;
	font-weight: 500;
	overflow: hidden;
	background:#4eb302;
	border-radius: var(--border-r);
	border:2px solid #4eb302;
	transition: ease-in-out 0.2s all;
	box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 10%);
	animation: sv_pulse 1s infinite;
	animation-delay:0.5s;
	-webkit-animation: sv_pulse 1s infinite,btn_effect 42s linear infinite;
	animation: sv_pulse 1s infinite, btn_effect 42s linear infinite;
	background: linear-gradient(120deg,rgba(241,86,40,0) 25%,hsla(0,0%,100%,0.3) 45%,rgba(241,86,40,0) 62%), #4eb302;
	margin-right: 5px;
}
.my_menu_b2_t5 i{
	margin-right: 2px;
}
.my_menu_b2_t5:hover{
	cursor:pointer;
	color:#4eb302;
	background:#fff;
}
.my_menu_b3{
	background: #fff;
	height: calc(100% - 10px);
	width: 10%;
	min-width: 100px;
	position: absolute;
	left: 50%;
	bottom: 0;
	display: flex;
	align-items: center;
    justify-content: center;
	border-radius: var(--border-r);
	overflow: hidden;
	transform: translateX(-50%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.my_menu_b3 img{
	height: 98%;
	display: block;
}
.my_menu_social{
	display: flex;
	animation: fadeInLeft 1s forwards;
}
.my_menu_social a{
	font-size: 16px;
	margin-right: 5px;
	transition: ease-in-out 0.1s all;
}
.my_menu_social a:hover{
	cursor: pointer;
	transform: scale(1.1);
}
.my_menu_contact{
	margin-left: auto;
	animation: fadeInRight 1s forwards;
}
.my_menu_contact a {
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
    font-weight: 500;
	transition: ease-in-out 0.1s all;
}
.my_menu_contact a:hover {
	color: var(--b);	
}
.my_menu_contact a:active{
	transform: scale(0.95);
}
.my_head2_logo{
	display: none;
	overflow: inherit;
	width: 100%;
	background: #f3f3f3;
	align-items: center;
	height: 60px;
    text-align: left;
}
.my_head2_logo a{	
	height: 45px;
	display: flex;
	align-items: center;
	padding-left: 8px;
}
.my_head2_logo a img {
	height: 40px;
	max-width: 100%;
	display: block;
}
.my_head2_logo span{
    display: inline-block;
	margin-left: auto;
    font-size: 30px;
    color: #fd5555;
    padding-right: 10px;
}
.my_menu_list{
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
}
.my_menu_drop{
    height: 50px;
	position: relative;
}
.my_menu_drop.active{

}

.my_menu_drop_t{
	display:flex;	
	height:50px;
	transition:ease-in-out 0.1s all;
	overflow:hidden;
    align-items: stretch;
}
.my_menu_drop_t:hover{
	background:#0473A3;
}
.my_menu_drop_t:hover a{
	color:#fff;
	cursor:pointer;
}

.my_menu_drop_t a{
	flex: 1;
	font-family: var(--font);
	color:var(--t);
	font-size:14.5px;
	font-weight: 600;
	padding:0px 20px;
	display: flex;	
    align-items: center;
	text-transform: uppercase;
}
.my_menu_drop_t a i{
	margin-right:-10px;
	margin-left:10px;
	transition: ease-in-out 0.2s all;
}
.my_menu_drop_t a em{
	font-size: 12px;
	margin-right: 3px;
}

.my_menu_drop_hide{
	background:#f2f2f2;
	position:absolute;
	top:50px;
	left:0px;
	width:250px;
	z-index:400;
	box-shadow:0 4px 4px 0 rgb(0 0 0 / 10%);
	display:none;
	animation: fadeInUp 0.1s forwards;
}
.my_menu_drop:hover .my_menu_drop_hide{
	display:block;
}
.my_menu_drop:hover .my_menu_drop_t{
	background:rgba(0,0,0,0.05);
}
.my_menu_drop:hover .my_menu_drop_t a{
	color:var(--blue-dark);
}
.my_menu_drop:hover .my_menu_drop_t a i{
	transform: rotate(-180deg);
}
.my_menu_drop_link{
	position: relative;
	clear: both;
}
.my_menu_drop_link section{
	position: relative;
}
.my_menu_drop_link section a{
	display: block;
	border-bottom: 1px solid #e4e4e4;
	padding: 13px 20px;
	text-align: left;
	color: var(--t);
	font-family: var(--font2);
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
.my_menu_drop_link section a:hover{
	background: #d1d1d1;
	color: var(--blue);
}
.my_menu_drop_link section a i{
	display: none;
}
.my_menu_drop_link section a em{
	position: absolute;
	right: 10px;
	font-size: 14px;
	opacity: 0.3;
	
}
.my_menu_drop_link section dl{
	position: absolute;
	right: 0;
	background:#d1d1d1;
	width: 250px;
    left: 100%;
    top: 0px;
	display: none;
	animation: fadeInUp 0.2s forwards;
	z-index: 1;
}
.my_menu_drop_link section:hover dl{
	display: block;
}
.my_menu_drop_link section:hover dd a{
	color: var(--blue);
}
.my_menu_drop_right{
	left: auto;
	right: 0;
}
.my_menu_drop_right section dl{
	left: auto;
	right: 100%;
}

.my_menu_drop.active .my_menu_drop_t{
	background:rgba(0,0,0,0.05);
}
.my_menu_drop.active .my_menu_drop_t a{
	color:var(--blue-dark);
	color:var(--blue-dark);
}
.my_menu_drop_link section dd.active a{
	background: #d1d1d1;
	color: var(--blue);
}
.my_menu_drop_link section a.active{
	color: var(--blue);
}
.my_menu_booking_btn{
	display:flex;
	justify-content:flex-end;
	align-items: center;
	padding: 0px 10px;
}
.my_menu_booking_btn a {
	display: block;
	color: #fff;
	font-size: 14.5px;
	font-family: var(--font);
	padding: 9px 10px;
	font-weight: 500;
	overflow: hidden;
	background:#4eb302;
	border-radius: var(--border-r);
	border:2px solid #4eb302;
	transition: ease-in-out 0.2s all;
	box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 10%);
	animation: sv_pulse 1s infinite;
	animation-delay:0.5s;
	-webkit-animation: sv_pulse 1s infinite,btn_effect 42s linear infinite;
	animation: sv_pulse 1s infinite, btn_effect 42s linear infinite;
	background: linear-gradient(120deg,rgba(241,86,40,0) 25%,hsla(0,0%,100%,0.3) 45%,rgba(241,86,40,0) 62%), #4eb302;
}
.my_menu_booking_btn a i{
	margin-right: 2px;
}
.my_menu_booking_btn a:hover{
	cursor:pointer;
	color:#4eb302;
	background:#fff;
}
.InmStickyTop{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 449;
    animation: fadeInDown 0.4s alternate;
}
.InmStickyTop .my_menu_b2{
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.InmStickyTop .my_menu_contact a{
	color: var(--b);
}
.InmStickyTop .my_menu_b1{
	display: none;
}

.my_bhead{
	min-height: 300px;
    width: 100%;
    display: flex;
    clear: both;
    position: relative;
    align-items: center;
}
.my_bhead_in{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 150px;
	position: relative;
	z-index: 2;
}
.my_bhead_bar{
	margin-left: auto;		
}

.my_bhead_bar ul{
	list-style: none;
	margin: 5px 0;
	padding: 5px 0;
}
.my_bhead_bar ul li{
	color: #ffffff;
	display: initial;
	margin: 0;
	padding: 5px 0;
	position:relative;
	margin-right:10px;
}
.my_bhead_bar ul li a{
	color:var(--p);
	display: inline-block;
	background: #fff;
	padding: 7px 6px;
	border-radius: 3px;
}
.my_bhead_bar ul li a:hover{
	cursor:pointer;
	color:var(--s);
}

.my_bhead_bar ul li i{
	margin-right:5px;
}
.my_bhead_bar ul li:after{
	color: #e7e9ed;
	content: "\f105";
	font-family:'FontAwesome';
	padding-left: 10px;
}
.my_bhead_bar ul li:last-child::after{
	content:'';
}
.my_bhead_in h1{
	font-size: 60px;
	color: #ffffff;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
	font-weight: 600;
	font-family: var(--font4);
}
.my_hd1{
	padding: 10px 0;
	overflow: hidden;
	text-align: left;
	padding-right: 30px;
}
.my_hd1 h5{
	display: inline-flex;
	align-items: center;
    background-color: rgba(0, 152, 199, 0.1);
    border: 1px solid rgba(0, 152, 199, 0.2);
	color: rgb(0, 152, 199);
	font-size: 14px;
	padding: 7px 15px;
	border-radius: 20px;
	font-weight: 600;
}
.my_hd1 h5 i{
	margin-right: 5px;
	font-size: 12px;
	opacity: 0.9;
}
.my_hd1 h1 {
    font-size: 40px;
    line-height: 45px;
    color: var(--b);
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-family: var(--font4);
	padding-right: 15px;
	padding: 10px 0px;
}
.my_hd1 p {
    color: var(--t);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.my_hd2{
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	color: var(--t);
	padding: 10px 15%;
}
.my_hd2 span{
	border-bottom: 1px dashed #cdcdcd;
	flex: 1;
}
.my_hd2 b{
	padding: 0 20px;
	font-size: 16px;
	color: var(--t);
}
.my_hd1_center{
	padding-right: 0;
	text-align: center;
	padding: 0 20px;
}
.my_hd1_center p{
	padding: 0 20px;
}
/**Head**E**/

/**Fix-Enquiry**S**/

.sv_contact_fix_body{
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:451;
	background:rgba(0,0,0,0.5);
	display:none;
}
.sv_contact_fix_box{
	width:30%;
	background:#FFF;
	position:fixed;
	background-size:contain;
	top:0;
	right:-30%;
	bottom:0;
	z-index:1;
	overflow:auto;
	transition:ease-in-out 0.2s all;
}
.sv_contact_fix_close{
	position:absolute;
	top:0px;
	left:0px;
	width:35px;
	height:35px;
	color:#fff;
	background:#db0000;
	line-height:35px;
	text-align:center;
	font-size:20px;
	cursor:pointer;
	z-index:2;
}
.sv_contact_fix_form{
	position:relative;
}
	

.my_enquire_form{
	overflow: hidden;
	background: #ffffff;
}
.my_enquire_form_in{
	text-align: left;
	padding: 20px;

}
.my_enquire_form section{
	display: flex;
	flex-direction: column;
}
.my_enquire_form section aside{
	display: flex;
	padding: 15px 0px;
	padding-top: 5px;
	border-radius: var(--border-r);
}
.my_enquire_form section h2{
	color: #2076fc;
	font-family: var(--font4);
    font-size: 14px;
    font-weight: 600;
}
.my_enquire_form aside input, .my_enquire_form aside textarea, .my_enquire_form aside select{
	flex:1;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	font-size: 14px;
	padding: 8px 15px;
	border-radius: 10px;
	outline: none;
	color: #333;
	font-weight: 500;
	font-family:'Poppins', 'Lato', Calibri, Arial, sans-serif;
}
.my_enquire_form aside input::placeholdern, .my_enquire_form aside textarea::placeholder, .my_enquire_form aside select::placeholder{
	color: #ccc;
	font-family: Aqleema-Regular, Lato, sans-serif;
}
.my_enquire_form aside input::-webkit-input-placeholder, .my_enquire_form aside textarea::-webkit-input-placeholder, .my_enquire_form aside select::-webkit-input-placeholder {
	color: #ccc;
	font-family: Aqleema-Regular, Lato, sans-serif;
}
.my_lr_form section aside input:-ms-input-placeholder, .my_lr_form section aside textarea:-ms-input-placeholder, .my_lr_form section aside select:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ccc;
}
.my_enquire_form aside input:focus, .my_enquire_form aside textarea:focus, .my_enquire_form aside select:focus{
	border-color: #2076fc;
}
.my_enquire_form aside select{
}
.my_enquire_form aside button{
	flex: 1;
	outline: none;
	border: none;
	display: inline-block;
	background: linear-gradient(0deg,var(--p),var(--pd) 100%);
	color: #FFF;
	font-size: 20px;
	padding: 10px 10px;
	border-radius: 10px;
	width: 70%;
	font-family: 'Poppins', 'Lato';
	transition: ease-in-out 0.2s all;
	letter-spacing: 1px;
	box-shadow: 0px 3px 6px 0.05px rgb(0 0 0 / 20%);
	border: 1px solid rgba(255,255,255,0.1);
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	background-image: linear-gradient(to right, #56ab2f 0%, #a8e063 51%, #56ab2f 100%);

}
.my_enquire_form aside button:hover{
	background-color:#2D96FF;
	cursor:pointer;
	background-position: right center;
}
.my_enquire_form aside button:active{
	transform:translate(3px,3px);
}
.my_enquire_form article{
	font-size: 16px;
	color: var(--t);
	opacity: 0.5;
	padding-bottom: 15px;
}
.my_enquire_form_t{
	text-align: center;
	padding: 5px 0px;
	background: #f2f2f2;
}
.my_enquire_form_t img{
	height: 50px;
	display: inline-block;
}
.my_enquire_form_t2{
	font-size: 24px;
	color: var(--t);
	text-align: center;
	padding:25px 15px;
	font-family: "Fjalla One";
    font-weight: 800;
	padding-bottom: 10px
}
.my_form_captcha input{
	border-radius: 0px 15px 15px 0px !important;
	border-left: none !important;
}
/**Enquiry**E**/

/**Foot**S**/
.sv_foot2{
	width:100%;
	position:relative;
	background:#004292;
}
.sv_foot2 svg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:1;
	fill:#faf8f8;
}
.sv_foot2_in{
	position:relative;
	top:0;
	left:0;
	right:0;
	z-index:2;
	min-height:150px;
}
.sv_f2_box{
	display:flex;
	text-align:center;
	width:95%;
	margin:0 auto;
	padding-top:160px;
    max-width: 1250px;
}
.sv_f2_box section{
	flex:1;
	padding-bottom:20px;
	text-align: left;
}
.sv_f2_b1{
	display: flex;
	align-items: center;
}
.sv_f2_b1 img{
	width:60%;
	display:block;
}
.sv_f2_link h2, .sv_f2_app h2{
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: var(--font4);
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	margin-right:15px;
}
.sv_f2_link h2 i, .sv_f2_app h2 i{
	margin-right: 3px;
	color: #FFF;
}
.sv_f2_link a {
	display: block;
	text-align: left;
	font-size: 12px;
	padding: 8px 5px;
	text-transform: uppercase;
	color: #FFF;
	font-family: var(--font);
	position:relative;
	padding-left:22px;
}
.sv_f2_link a:hover{
	color:#FC0;
}

.sv_f2_link a:after{	
	font-family: 'FontAwesome';
	content:"\f0a9";
	position:absolute;
	width:20px;
	height:20px;
	color:#fff;
	font-size:14px;
	top:20%;
	/* transform: translateY(-50%); */
	left:1px;
}
.sv_f2_app img{
	margin-bottom: 10px;
	height: 40px;
}
.sv_f2_link article{
	text-align:left;
	font-size:14px;
	line-height:22px;
	color:#fff;
	padding-right:10px;
}

.sv_foot1{
	background:#002a5c;
	width:100%;
}
.sv_foot1_in{
	display:flex;
	margin:0 auto;
	width:90%;
	padding:10px 0px;
	align-items: center;
}
.sv_foot1_in section{
	flex:1;
	text-align:left;
	font-size:14px;
	color:#fff;
}
.sv_foot1_in aside a{
	display:inline-block;
	padding:0px 4px;
	font-size:25px;
	transition:ease-in-out 0.2s all;

}
.sv_foot1_in aside a i{
	color:#fff !important;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.1), 1px 1px 1px #999;
}
.sv_foot1_in aside a:hover{
	transform:rotate(-360deg);
}
.sv_f2_info{
	position: relative;
	padding: 0 10px;
}
.sv_f2_info_link{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}


.sv_f2_info_link a{
	flex: 1;
	font-size: 14px;
	background: linear-gradient(120deg,rgba(241,86,40,1) 25%,rgb(230, 73, 0) 45%,rgba(241,86,40,0) 62%), #F15628;
	line-height: normal;
	padding: 10px 10px;
	margin: 0px 2px;
	border-radius: var(--border-r);
	box-shadow: 1px 1px 5px 0px rgba(241,86,40,0.5);
	border: 1px solid #F15628;
	color:#fff;
	margin-right:2px;
	display:flex;
	align-items: center;
	justify-content: center;
	position:relative;
	overflow:hidden;
	font-weight: 500;
	font-family: var(--font);
}
.sv_f2_info_link a:after{
	content: "";
    width: 20px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -30px;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0.3;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: btn-scroll 1.5s infinite linear;
    animation: btn-scroll 1.5s infinite linear;
}
.sv_f2_info_link a i{
	margin-right:5px;
}
.sv_f2_info_link a:hover{
	background:#FFF;
	color:#F00;
	cursor: pointer;
}
.sv_f2_info_box{
	font-size: 14px;
	color: var(--w);
	padding: 5px 0;
	display: flex;
	align-items: center;	
	font-weight: 400;
}
.sv_f2_info_box i{
	margin-right: 5px;
	color: var(--w);
	font-size: 20px;
}
.sv_f2_info_box a{
	display: flex;
	align-items: center;
	color: var(--w);
	font-family: var(--font);
	font-size: 14px;
	transition: ease-in-out 0.1s all;
}
.sv_f2_info_box a:hover{
	color: var(--s);
}

.my_conatct_slide{
	position: absolute;
	background-color: var(--w);
	bottom: 20px;
	left: 20px;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 100;
	display: flex;
	align-items: center;
}
.my_conatct_slide dd{
	font-size: 40px;
	color: var(--t3);
}
.my_conatct_slide dl{
	padding-left: 10px;
	text-align: left;
}
.my_conatct_slide dl h2{
	font-size: 16px;
	font-weight: 600;
	color: var(--b);
	font-family: var(--font2);
	padding-bottom: 2px;
}
.my_conatct_slide dl h6{
	font-size: 12px;
	font-weight: 400;
	color: var(--t4);
}
/**Foot**E**/
/**Other**S**/
.my_pbody{			
	height: 100%;
	/*padding-bottom: 180px;*/
	position: relative;

}
.my_pbody:after {
	content: '';
	background: url(../icon/law.png) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	width: 100px;
	height: 200px;
	top: -60px;
	right: 30px;
	opacity: 0.9;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: swinging 3.5s ease-in-out forwards infinite;
	animation: swinging 3.5s ease-in-out forwards infinite;
	pointer-events: none;
}

@-webkit-keyframes swinging{
	0%{-webkit-transform: rotate(10deg);}
	50%{-webkit-transform: rotate(-5deg)}
	100%{-webkit-transform: rotate(10deg);}
}

@keyframes swinging{
	0%{transform: rotate(10deg);}
	50%{transform: rotate(-5deg)}
	100%{transform: rotate(10deg);}
}
.sv_h1{
	display:flex;
	align-items: center;
	margin-top:15px;
}
.sv_h1 aside{
	flex:1;
	text-align:left;
	position:relative;
}
.sv_h1 article{
	flex:1;
	text-align:right;
	color: #999;
	font-family:'Poppins', Lato;
	font-weight: 300;
	font-size: 16px;
	line-height:20px;
}
.sv_h1 aside h1{
	color: #151a33;
	font-family:'Poppins', Lato;
	font-weight: 800;
	font-size: 30px;
	padding-left:20px;
	padding-top:6px;
}
.sv_h1 aside h3{
	color: var(--s);
	font-family:'Poppins', Lato;
	font-weight: 600;
	font-size: 16px;
	padding-left:20px;
	padding-top:4px;
}
.sv_h1 aside:before {
	content: "";
	position: absolute;
	background: var(--p);
	height: 100%;
	width: 5px;
	top: 0;
	left: 0;
}
.sv_h1 aside h1 b{
	color: #18549c;
}
.divider_color{
	height: 3px;
	border: none;
}
.divider_color:before {
	content: '';
	display: block;
	height: 100%;
	background-color: #cccccc;
	width: 45px;
	border-left: 45px solid #f27c66;
	border-right: 45px solid #18bb7c;
	margin: 0px auto;
}
img.photo_img{
	display: block;
	width: 95%;
	border-radius: 15px;
	margin-bottom: 15px;
}
.sv_f2_info_slide{
	background-color: var(--w);
	padding: 10px;
	border-radius: var(--border-r);
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 100;
	display: flex;
	align-items: center;
	margin: 10px 0;
	margin-bottom: 10px;
}
.sv_f2_info_slide dd{
	font-size: 40px;
	color: var(--t3);
}
.sv_f2_info_slide dl{
	padding-left: 10px;
	text-align: left;
}
.sv_f2_info_slide dl h2{
	font-size: 16px;
	font-weight: 600;
	color: var(--b);
	font-family: var(--font2);
	padding-bottom: 2px;
}
.sv_f2_info_slide dl h6{
	font-size: 12px;
	font-weight: 400;
	color: var(--t4);
}
.my_pop_aggre{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(3px);
	z-index: 500;
	display: flex;
	align-items: center;
	justify-content: center;
    flex-direction: column;
}
.my_pop_aggre_in{
	background-color: var(--w);
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.5);
	text-align: left;
	max-width: 800px;
	padding: 15px;
	margin: 15px;
	position: relative;
	border-radius: var(--border-r);
	height: auto;
    max-height: 90%;
	animation: fadeInLeft 0.2s forwards;
	overflow-x: hidden;
    overflow-y: auto;
}
.my_pop_aggre_close{
	font-size: 28px;
	color: #e80000;
	position: absolute;
	top: 5px;
	right: 5px;
}
.my_pop_aggre_in2{
	max-height: 90%;
}
.my_pop_aggre_in2 h2 {
    font-size: 30px;
    color: var(--b);
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-family: var(--font4);
    padding-right: 15px;
    padding: 0px 0px;

}
.my_pop_aggre_in2 article{
	padding: 5px 0px;
}
.my_pop_aggre_in2 article p{
	padding: 5px 0;
	font-size: 13px;
	line-height: 16px;
	color: var(--t2);
	font-family: var(--font2);
	text-align: left;
}
.my_pop_aggre_btn{
	padding-bottom: 10px;
}
.my_pop_aggre_btn a{
	font-size: 16px;
	background: linear-gradient(120deg,rgba(241,86,40,1) 25%,rgb(230, 73, 0) 45%,rgba(241,86,40,0) 62%), #F15628;
	line-height: normal;
	padding: 10px 10px;
	margin: 0px 2px;
	border-radius: var(--border-r);
	box-shadow: 1px 1px 5px 0px rgba(241,86,40,0.5);
	border: 1px solid #F15628;
	color:var(--w);
	margin-right:2px;
	display:inline-block;
	position:relative;
	overflow:hidden;
	font-family: var(--font);
	font-weight: 600;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.5);
}
.my_pop_aggre_btn a:after{
	content: "";
    width: 20px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -30px;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0.3;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: btn-scroll 1.5s infinite linear;
    animation: btn-scroll 1.5s infinite linear;
}
.my_pop_aggre_btn a i{
	margin-right:5px;
	
}
.my_pop_aggre_btn a:hover{
	background:#FFF;
	color:#F00;
	cursor: pointer;
}

/**Other**E**/