@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 50%;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Poppins', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{    
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#0a2c42;
	font-weight: 500;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #444e50;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.wrapper
{
    overflow: hidden;
}
.section
{
	
}
.footer
{
	
}
.header
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99999;
}
.nav-shrink
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
    margin-left: auto;
}
.header-strip
{
	background: #0a2c42 url("../images/bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 15px 50px;
    display: flex;
    align-items: center;
	position:relative;
}
.social-icon
{
	
}
.social-icon a
{
    background: #fff;
    color: #0a2c42;
    width: 31px;
    height: 31px;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.callus
{
	margin-left: auto;
}
.callus p
{
    margin: 0;
    line-height: 17px;
	position:relative;
    font-size: 16px;
	color: #fff;
}
.callus p:before
{
    content: "\f095";
    font-family: 'FontAwesome';
    background: #fff;
    position: absolute;
    top: 2px;
    left: -35px;
    width: 31px;
    height: 31px;
    color: #0a2c42;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.callus p small
{
	display:block;
	font-weight:600;
	color:#fff;
}
.header-top
{
    display: flex;
    align-items: center;
	padding:0px 50px;
	position:relative;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.nav-shrink .header-top
{
	background: #fff;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top h1
{
    margin: 10px 0;
}
.header-top h1 img
{
    
}
.nav
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	margin-left:auto;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
    position: relative;
	margin:0 0px 0 35px;
}
.nav ul li a
{
    color: #24292c;
    font-size: 18px;
    font-weight: 400;
    display: block;
    position: relative;
    padding: 25px 0px;
}
.nav ul li a:before
{
    content: " ";
    position: absolute;
    bottom: 1px;
    left: auto;
    right: 0;
	width:0;
    height: 2px;
    background: #00044b;
	display:none;
}
.nav ul li a:after
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-top: solid 10px #444e50;
    opacity:0;
	display:none;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before,
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
	width:100%;
    left: 0;
    right: auto;
}
.nav ul li a i
{
    width: 16px;
    height: 10px;
    font-size: 26px;
    line-height: 10px;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 100;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -wenkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    position: absolute;
    top: 50%;
    right: -12px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
}
.nav ul li a span:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 100%;
    margin: auto;
    background: #424242;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav ul li a span:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -13px;
    width: 1px;
    height: 100%;
    margin: auto;
    background: #424242;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav ul li:hover a span:before
{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav ul li:hover a span:after
{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	color:#0a2c42;
}
.nav ul li ul
{
    position: absolute;
    display: none;
	background:#fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    z-index: 9999999;
	left:-25px;
	padding:px 0;
}
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
}
.nav ul li ul li:last-of-type
{
    border-bottom: none;
}
.nav ul ul li a
{
    padding: 16px 25px;
	text-align:left;
	text-transform:none;
	font-size:16px;
	font-weight: 400;
}
.nav ul ul li a:after
{
    display:none;
}
/*.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 18px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	opacity:0;
}
.nav ul ul li a:hover:before
{
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
	opacity:1;
}*/
.nav ul ul li a:hover
{
	color:#fff;
	background:#0a2c42 ;
}
.nav ul li ul:hover a
{
	
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
}
.banner
{
	background: url("../images/banner.jpg") center center no-repeat;
	background-size: cover;
    width: 100%;
    height: 100vh;
	position:relative;
	z-index:9;
}
.banner article
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    text-align: center;
	width: 600px;
}
.banner article h1
{
    font-family: "Marcellus", serif;
    color: #0a2c42;
    font-size: 56px;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-size: 36px;
    font-family: "Marcellus", serif;
    color: #0a2c42;
}
.container h3
{
    color: #00044b;
    font-family: "Marcellus", serif;
    font-size: 24px;
}
.padding-top-none
{
	padding-top: 0 !important;
}
.padding-bottom-none
{
	padding-bottom: 0 !important;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center; 
 /*	align-items: flex-start; */
}
a.linkbutton
{
    display: inline-block;
    font-size: 16px;
    color: #0a2c42;
    background: #e9ca9c;
    padding: 16px 38px;
    font-weight: 400;
    margin: 15px 0;
    border-radius: 6px;
    position: relative;
}
a.linkbutton:hover
{
    color: #fff;
    background: #0a2c42;
}
.intro
{
    background: #0a2c42 url(../images/bg.jpg) center center no-repeat;
    background-size: cover;
}
.intro figure
{
	width:40%;
	text-align: center;
	background: url("../images/law.svg") center center no-repeat;
	background-size: contain;
}
.intro figure img
{
	height: 380px;
	border-radius: 30px;
}
.intro aside
{
	width:60%;
	margin-left: auto;
}
.intro aside h2, .intro aside h3, .intro aside p
{
	color: #fff;
}
.intro aside h3
{
	font-style: italic;
}
.services
{
	position:relative;
	z-index:9;
	text-align: center;
}
.services ul
{
	padding:0;
	margin:0 -20px;
    display: flex;
    flex-wrap: wrap;
}
.services ul li
{
	float:left;
	width:25%;
    display: flex;
}
.services ul li a
{
	display:block;
	margin:20px;
	position:relative;
	text-align:center;
	width:100%;
}
.services ul li a:hover
{
	
}
.services ul li a:before
{
	content:" ";
	background:#fff;
	position:absolute;
	top:15px;
	left:0;
	right:0;
	width:0;
	height:1px;
	margin:auto;
    z-index: 999;
}
.services ul li a:after
{
	content:" ";
	background:#fff;
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	width:0;
	height:1px;
	margin:auto;
    z-index: 999;
}
.services ul li a:hover:before,
.services ul li a:hover:after
{
	width:95%;
}
.services ul li a figure
{
	overflow:hidden;
	position:relative;
}
.services ul li a figure:after
{
	content:" ";
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.services ul li a:hover figure:after
{
	background:rgba(10,44,66,0.8);
	mix-blend-mode: multiply;
}
.services ul li a figure img
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
        height: 320px;
    object-fit: cover;
}
.services ul li a:hover figure img
{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.services ul li a div
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.services ul li a h2
{
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    position: relative;
    padding: 20px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services ul li a:hover h2
{
	opacity:1;
}
.services ul li a span
{
    position: absolute;
    bottom: 50px;
    left: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    -webkit-transform: translate(-50%, 30px);
    transform: translate(-50%, -30px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	opacity:0; border:solid 1px #fff; border-radius:30px; padding:10px 15px; 
}

.services ul li a span:hover {background:#fff; color:#0a2c42;}
.services ul li a:hover span
{
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
	opacity:1;
}
.services ul li a span:after
{
    right: -40px;
	filter:invert(1);
}
.services ul li:last-of-type a
{
	background: #0a2c42;
}
.section-contact
{
    position: relative;
    background: url(../images/ContactUs.jpg) center center no-repeat;
	background-size:cover;
	text-align:center;
	padding: 55px 20px;
	border-radius: 0px;
}
.section-contact  h2
{
    color: #fff;
    font-weight: 700;
}
.section-contact  p
{
    color: #fff;
}
.footer
{
    background: #0a2c42;
	position:relative;
}
.footer h3
{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.footer article
{
	padding:50px 0;
}
.footer article aside
{
}
.footer p
{
    color: #fff;
    font-size: 16px;
	text-align: right;
}
.footer p strong
{
    color: #fff;
    font-weight: 600;
	display:block;
}
.footer article aside .social-icon a
{
	margin-left: 5px;
    margin-right: 0;	
}
.footer-bottom
{
	padding:15px 0px;
	background:#fff;
}
.footer-bottom p
{
    color: #000;
}
.page-title
{
	background:#e6ebef;
	padding:20px 50px;
	margin-top:130px;
	text-align: center;
	position: relative;
}
.page-title h2
{
    font-family: "Marcellus", serif;
    color: #0a2c42;
    font-size: 36px;
}
.page-title nav
{
    margin-left: auto;
	position: absolute;
	bottom: -30px;
	right: 50px;
	z-index: 99;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    color: #0a2c42;
    font-size: 15px;
    font-weight: 400;
    margin-left: 25px;
    position: relative;
}
.page-title nav ul li:first-of-type:before
{
    display:none;
}
.page-title nav ul li:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    font-size: 24px;
    top: -6px;
    left: -17px;
    color: #0a2c42;
}
.page-title nav ul li a
{
    display: block;
    color: #6B6B6B;
    font-size: 15px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
    text-decoration:underline;
}
.services-page
{
	
}
.services-page figure
{
	width: 48%;
}
.services-page aside 
{
	width: 48%;
	margin-left: auto;
}
.table-content
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
}
.table-content th
{
	background: #0a2c42;
    font-family: "Marcellus", serif;
    color: #fff;
    font-size: 18px;
	padding: 8px;
}
.table-content tr
{
	background: #eaf1f5;
}
.table-content tr:nth-of-type(even)
{
	background: #fff;
}
.table-content tr td
{
	padding: 8px;
}
.table-content tr td strong
{
	font-weight: 500;
}
.contact
{
	
}
.formfield
{
	
}
.contact .formfield
{
	width: 50%;
}
.contact .formfield form
{
	margin: -10px;
}
.formfield h2
{
	
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 100%;
}
.formfield label
{
    padding:10px;
	display:block;
}
.formfield label strong
{
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number]
{
    padding: 16px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #d1dde4;
    border-radius: 6px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield textarea:focus
{
    box-shadow: 0px 0px 0px 3px #d7e5ee;
    border: 1px solid #0a2c42;
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: #fff;
    border: 1px solid #d1dde4;
    border-radius: 6px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit]
{
    border: solid 1px #0a2c42;
    background-color: #fff;
    padding: 16px 35px;
    outline: 0;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
    margin: 15px 0;
    display: inline-block;
    float: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.formfield input[type=submit]:hover
{
    background-color: #0a2c42;
    border: solid 1px #0a2c42;
    color: #fff;
}
.address-details
{
    width: 50%;
	padding-left: 30px;
}
.address-details p
{
    position: relative;
    background: #eeeeee;
	border: solid 1px #eeeeee;
	border-radius: 10px;
	padding: 20px 30px 20px 80px;
}
.address-details p:first-of-type
{
    width: 100% !important;
}
.address-details p strong
{
	display: block;
}
.address-details p i
{
	position: absolute;
	top: 20px;
	left: 30px;
    width: 30px;
    height: 30px;
    background: #0a2c42;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gmap
{
	margin-top: 30px;
}
.gmap iframe
{
    width: 100%;
    border-radius: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.formobile
{
	display:none;
}


 @import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');

.Advance-Slider{float:left;width:100%;overflow:hidden;}
.Advance-Slider button.slick-arrow{position:absolute;z-index:2;top:0;bottom:0;height:50px;width:50px;background:#fff;z-index:99999;border:none;margin:auto;font-size:0;text-align:center;outline:none;cursor:pointer;}
.Advance-Slider .img-fill{position:relative;height:100%;}
.Advance-Slider .img-fill img{height:100%;width:100%;object-fit:cover;animation:myMove 10s linear infinite;     object-position: bottom center ;}
.Advance-Slider .item{height:700px;overflow:hidden;outline:none;}
.Advance-Slider button.slick-next.slick-arrow{right:0;left:auto;}
.Advance-Slider button.slick-arrow:before{content:"\f104";top:0;left:0;margin:auto;font-family:fontawesome;font-size:18px;}
.Advance-Slider button.slick-next.slick-arrow:before { transform:  scaleX(-1); display:  block;}
.Advance-Slider .img-fill:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%; }

.Advance-Slider ul.slick-dots{position:absolute;bottom:20px;left:0;width:100%;margin:0;padding:0;text-align:center;}
.Advance-Slider ul.slick-dots li{display:inline-block;height:auto;padding:0 5px;line-height:0px;}
.Advance-Slider ul.slick-dots li button{height:15px;width:15px;border-radius:100%;background:#fff;border:none;font-size:0px;padding:0px;opacity:0.5;outline:none;transition:all 0.3s ease;cursor:pointer;}
.Advance-Slider ul.slick-dots li.slick-active button{opacity:1;}
.Advance-Slider button.slick-arrow{perspective:360px;}
.Advance-Slider button.slick-arrow .thumb{position:absolute;height:100px;width:150px;left:100%;top:-28px;transform-origin:0% 0%;transform:rotate3d(1,0,0,90deg);}
.Advance-Slider button.slick-arrow .thumb img{height:100%;width:100%;}
.Advance-Slider button.slick-next{}
.Advance-Slider button.slick-next .thumb{left:auto;right:100%;}
.Advance-Slider button.slick-prev.hover-out .thumb,.Advance-Slider button.slick-prev .thumb{animation:out-left 300ms ease 0ms 1 forwards;}
.Advance-Slider button.slick-prev.hover-in .thumb{animation:in-left 300ms ease 0ms 1 forwards;}
.Advance-Slider button.slick-next.hover-out .thumb,.Advance-Slider button.slick-next .thumb{animation:out-right 300ms ease 0ms 1 forwards;transform-origin:100% 50%;}
.Advance-Slider button.slick-next.hover-in .thumb{animation:in-right 300ms ease 0ms 1 forwards;}

.Advance-Slider button.slick-prev:hover{transform:translateX(-100%);}
.Advance-Slider button.slick-prev{transition:all 0.3s ease;}
.Advance-Slider button.slick-next:hover{transform:translateX(100%);}
.Advance-Slider button.slick-next{transition:all 0.3s ease;}
.Advance-Slider ul.slick-dots li button img{height:0;width:20px;top:0;object-fit:cover;transition:height 0.2s ease 0.2s,width 0.2s ease 0s;position:relative;left:-50%;}
.Advance-Slider ul.slick-dots li button a{position:absolute;height:90px;bottom:calc(100%);width:0;display:flex;align-items:flex-end;justify-content:center;transition:all 0.2s ease 0.2s;padding-bottom:10px;}
.Advance-Slider ul.slick-dots li button{position:relative;display:flex;justify-content:center;}
.Advance-Slider ul.slick-dots li button:hover a img{}
.Advance-Slider ul.slick-dots li button:hover img{height:80px;width:140px;transition:height 0.2s ease,width 0.2s ease 0.2s;}
.Advance-Slider ul.slick-dots li button:hover a{width:140px;transition:all 0.3s ease 0s;}
.Advance-Slider ul.slick-dots li button:hover{opacity:1;}
.Advance-Slider ul.slick-dots li button:before{content:'';bottom:calc(100% + -10px);left:7px;border:solid transparent;content:" ";height:0;width:0px;position:absolute;pointer-events:none;border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:10px;margin-left:-10px;opacity:0;transition:0.3s ease 350ms;}
.Advance-Slider ul.slick-dots li button:hover:before{opacity:1;transition:0.3s ease 0s;}
.Advance-Slider  .item.slick-active{animation:Slick-FastSwipeIn 1s both;}

.Advance-Slider .item .contain-wrapper{position:absolute;left:0;top:0;z-index:1;height:100%;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;}
.Advance-Slider .item .contain-wrapper .dots-contain{display:none;}
.Advance-Slider .item h3{margin:0px;color:#fff;font-size:84px;font-weight:300;text-transform:capitalize;}
.Advance-Slider .item{color:#fff;font-family:'Roboto',sans-serif;}
.Advance-Slider .item  h5{font-size:32px;font-weight:300;padding:10px 0 0;margin:0;text-transform:capitalize;}
.Advance-Slider .item .contain-wrapper .info{max-width:1200px;}
.Advance-Slider .item h5 span{color:#00BCD4;}
.Advance-Slider .item h3 span{color:#00BCD4;}
.Advance-Slider .item h3{animation:fadeOutRight 1s both;}
.Advance-Slider .item.slick-active h3{animation:fadeInDown 1s both 1s;}
.Advance-Slider .item  h5{animation:fadeOutLeft 1s both;}
.Advance-Slider .item.slick-active  h5{animation:fadeInLeft 1s both 1.5s;}


.Advance-Slider .info h1 {font-family: "Marcellus", serif;
    color: #0a2c42; max-width: 600px;
font-size: 56px;}






section.pricing {
  display: grid;
  place-content: center;
  place-items: center;
 /* min-height: 100vh;
  min-height: 100dvh;
  padding: 4rem clamp(1rem, 5%, 3rem);
  */
      background: #0a283c;
}
section.pricing > span {
 display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    font-size: 0.8rem;
    color: #ffff;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 0;
    font-family: "Marcellus", serif;
    font-size: 36px;
}

section.pricing h1 { color:#fff;     color: #fff;
    text-align: center;
    padding: 0 25px;
    line-height: 23px;}

.pricing .cards {
  margin-top: 3em;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing .card {
  width: 17.5rem;
  cursor: pointer;
}
.pricing .card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.pricing .card ul li  {
    line-height: 24px;     padding: 15px 0 0 0;
}
.pricing .card__outer {
  background: #ebecee;
  position: relative;
  height: 35.438rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  transition: 0.3s ease-in-out;
}
.pricing .card__outer a {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: bold;
}
.pricing .card__outer a svg {
  margin-left: 0.375em;
  width: 1.125rem;
}
.pricing .card__inner {
  background: #fff;
  position: absolute;
  bottom: 3.75rem;
  right: 1.25rem;
  width: 100%;
  height: 90%;
  border-radius: 0.625rem;
  padding: 1.875rem 2.188rem;
  display: flex;
  flex-direction: column;
}
.pricing .card__inner .title {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  margin-top: 0.313em;
  margin-bottom: 0.938em;
      font-family: "Marcellus", serif;
    font-size: 19px;
    line-height: 29px;
}
.pricing .card__inner .price {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}
.pricing .card__inner .price--number {
  font-size: 2.1rem;
  font-weight: 800;
}
.pricing .card__inner .price--number:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1.563rem;
  display: block;
  color: red;
  background: #e9ca9c;
  height: 0.125rem;
  width: 100%;
}
.pricing .card__inner .price--dolar {
     font-size: 1.5rem;
    margin-top: 0.200em;
    font-weight: 600;
}

.pricing .card.active .card__outer a {
  color: #0a2c42;
}

.pricing .card.active .card__inner svg {
  color: #0a2c42;
}

 .pricing .fullCard {    display: block;
    flex-wrap: unset;
    width: 99%; margin-top: 5em;}

 .pricing .fullCard .card {
    width: 100%;
    cursor: pointer;
}

 .card__inner svg,
.card__inner .title,
 .card__outer a {
 /* color: #e9ca9c;*/
 color:#0a2c42;
}


 .card__inner svg,  .card__inner img{
    width: 100px;
}

.card.active .card__outer, .card:hover .card__outer {
  background: #e9ca9c;
  box-shadow: -3px 5px 13px  rgba(233, 202, 156, 0.43);
}




.card--red .card__outer {
  height: 25.313rem;
}
.card--red .card__inner svg,
.card--red .card__inner .title,
.card--red .card__outer a {
  color: #fe3258;
}
.card--green .card__inner svg,
.card--green .card__inner .title,
.card--green .card__outer a {
  color: #4ccda7;
}



.viewallBtn  a h2 {
    display: inline-block;
    font-size: 20px !important;
    background: #0a2c42;
    color: #fff;
    padding: 15px 30px; font-weight:600;
    border-radius: 30px;     text-transform: uppercase;
}

.viewallBtn  a:hover h2 {
    display: inline-block;
    font-size: 20px !important;
    background: #e9ca9c;
    color: #0a2c42; font-weight:600;
    padding: 15px 30px;
    border-radius: 30px;  text-transform: uppercase;
}

.sk-wrapper .sk-masonry-item { height:380px;}


.sk-ww-google-reviews .sk-badge {background-color: #092a3d !important;} .sk-ww-google-reviews .sk-badge p {color:#fff;}

 .sk-ww-google-reviews .sk-badge, .sk-ww-google-reviews .sk-post  { height:380px;}
 
 
 .pricingBtn {display: inline-block;
    font-size: 18px !important;
    background: #e9ca9c;
    color: #0a2c42;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;}
    
     .pricingBtn:hover { background: #fff;
    color: #0a2c42;}
    
    
.formCon {text-align:center; }

#contactForm {display: flex;     flex-wrap: wrap;}


.g-recaptcha {
    margin: 0 0 0 1.5%;
}

.fieldFull button {display: inline-block;
    font-size: 20px !important;
    background: #0a2c42;
    color: #fff;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;     cursor: pointer;}

.fieldHalf {width:50%;}  
.fieldFull {width:100%;}  

.fieldHalf input {    width: 95%;
    padding: 15px 15px;
    margin: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;}
    
    .fieldFull textarea { width: 97.5%;
    padding: 15px 15px;
    margin: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;}



@keyframes in-left{
  from{-webkit-transform:rotate3d(0,1,0,90deg);transform:rotate3d(0,1,0,90deg);}
  to{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
}
@keyframes out-left{
  from{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
  to{-webkit-transform:rotate3d(0,1,0,86deg);transform:rotate3d(0,1,0,86deg);}
}
@keyframes in-right{
  from{-webkit-transform:rotate3d(0,-1,0,90deg);transform:rotate3d(0,-1,0,90deg);}
  to{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
}
@keyframes out-right{
  from{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
  to{-webkit-transform:rotate3d(0,-1,0,86deg);transform:rotate3d(0,-1,0,86deg);}
}