body
{
	margin:0px;
	padding:0px;
	overflow-x:hidden;
}

html
{
	font-size:inherit;
}

section
{
	line-height:0px;
}

p 
{
	font-size:1rem;
	line-height:1.5rem;
}

.top-bar
{
	background-color: #191514;
    position: relative;
    z-index: 99999;
	padding:10px 0px;
}

.navbar
{
	float:inline-end;
}

.menu-bt a
{
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.top-bt
{
	color:#fff;
	font-family: "Poppins", sans-serif;
	box-shadow: 0 4px 7px rgba(213, 170, 109, .48);
    background-color: #d5aa6d;
	border:1px solid #d5aa6d;
    background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
    background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
	padding:15px 20px;
	border-radius:30px;
}

.top-bt:hover, .slider-bt:hover, .home-bt:hover
{
    background-color: #9b6f45;
	border:1px solid #9b6f45;
    background-image: -webkit-gradient(linear, left top, right top, from(#9b6f45), to(#d5aa6d));
    background-image: -webkit-linear-gradient(left, #9b6f45, #d5aa6d);
}

/*.carousel-caption 
{
        right: 20%;
        left: 8%;
        padding-bottom: 30px;
        text-align: left;
}*/

.home-banner
{
	background-image:url(../images/victoria-law-firm-seychelles-banner.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	padding:100px 0px 150px;
}



.home-banner h5
{
	font-family: "Open Sans", sans-serif;
	font-size:1.3rem;
	line-height: 2rem;
	font-weight:400;
    letter-spacing: 3px;
	margin:0px;
	text-transform:uppercase;
	color:#fff;
}

.home-banner hr
{
	width:25%;
	float:left;
	border-top:3px solid #d5aa6d;
	margin:30px 0px;
}

.home-banner h1
{
    font-family: "Lora", serif;
	font-size:3.5rem;
	line-height: 4rem;
	font-weight:400;
    letter-spacing: 1px;
	margin:30px 0px;
	margin-top:70px;
	color:#fff;
}

.home-banner p
{
	font-family: "Open Sans", sans-serif;
	font-size:1.2rem;
	line-height: 2rem;
	font-weight:500;
	margin:0px;
	color:#fff;
}

.slider-bt
{
	color:#fff;
	font-family: "Open Sans", sans-serif;
	box-shadow: 0 4px 7px rgba(213, 170, 109, .48);
    background-color: #d5aa6d;
	border:1px solid #d5aa6d;
    background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
    background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
	padding:13px 50px;
	border-radius:30px;
	font-size:1.1rem;
	line-height:1.5rem;
	font-weight:700;
	margin-top:50px;
}

.home-bt
{
	color:#fff;
	font-family: "Open Sans", sans-serif;
	box-shadow: 0 4px 7px rgba(213, 170, 109, .48);
    background-color: #d5aa6d;
	border:1px solid #d5aa6d;
    background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
    background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
	padding:13px 35px;
	border-radius:30px;
	font-size:1rem;
	line-height:1.5rem;
	font-weight:700;
	margin-top:30px;
}


.home-sec1
{
	padding: 100px 0px;
    background: #191514 url(../images/victoria-law-firm-seychelles-sec1-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}

.home-sec1-box 
{
    background: none;
    border: 0;
    box-sizing: border-box;
    padding: 1.5em 1.5em;
    color: #f45e61;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
}
 .home-sec1-box::before, .home-sec1-box::after
 {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
 .home-sec1-box::before, .home-sec1-box::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: center;
}
 
 .home-sec1-box::before 
 {
    border-top: 2px solid #9b6f45;
    border-bottom: 2px solid #9b6f45;
    transform: scale3d(0, 1, 1);
}

.home-sec1-box::after {
    border-left: 2px solid #9b6f45;
    border-right: 2px solid #9b6f45;
    transform: scale3d(1, 0, 1);
}

.home-sec1-box:hover::before, .home-sec1-box:hover::after {
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s;
}

.home-sec1-box:hover {
    color: #9b6f45;
}

.home-sec1 h4
{
	font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 700;
	color:#fff;
	margin-top:0px;
	margin-bottom:10px;
}

.home-sec1 p
{
	font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 500;
	color:#999;
	margin:0px;
}

.home-sec1 img
{
    background-color: #d5aa6d;
    background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
    background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
    background-image: -moz-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: linear-gradient(left,#d5aa6d,#9b6f45);
	box-shadow:0 4px 7px rgba(213,170,109,.48);
}

.home-sec2
{
	margin:80px 0px;
}

.home-sec2 h5
{
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    margin: 0px;
	color:#d5aa6d;
	margin:0px;
	letter-spacing:3px;
}

.home-sec2 h2
{
	font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: 700;
    color: #14100c;
	margin-top:10px;
    margin-bottom: 0px;
}

.h-gap 
{
    margin-top: 25px;
    height: 4px;
}

.h-gap span 
{
    width: 47px;
    height: 4px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.h-gap span i:nth-child(1) 
{
    top: 0;
}

.h-gap span i 
{
    height: 4px;
    background-color: #d5aa6d;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.home-sec2 p
{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75em;
    color: #403f3f;
    margin-bottom: 15px;
}

.home-sec2 h6
{
    font-family: "Open Sans", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.75em;
    color: #403f3f;
    margin-bottom: 10px;
}

.home-sec2-left img 
{
	width:17px;
}

.home-sec2 i 
{
	color:#d5aa6d;
}

.gold-text
{
	color:#d5aa6d;
}

.bold-text
{
	font-family: poppins, sans-serif;
    font-size: 24px;
    font-weight: 700;
	color: #14100c;
	margin-left: 9px;
}

.home-sec2-right
{
	padding-left:30px;
}

.home-sec2-right img
{
	border-radius: 6px;
	margin-top:10px;
}

.year-box.vert-move 
{
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.home-sec2 .year-box
 {
    position: absolute;
    padding: 15px 15px 25px 15px;
    width: 160px;
    border-radius: 6px;
    bottom: 30px;
    left: 60px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
    background: #fff;
    text-align: center;
    overflow: hidden !important;
    z-index: 1;
}

.home-sec2 .year-box .number 
{
    position: relative;
    font-size: 90px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    display: block;
    letter-spacing: -1px;
}

.home-sec2 .year-box .txt
 {
    font-family: 'Playfair Display', serif;
    color: #14100c;
    font-size: 18px;
    line-height: 1.25em;
    font-weight: 400;
    font-style: italic;
}

.home-sec2 .year-box .number-bg 
{
    top: -60px;
    left: -5px;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background-color: #ac835d;
    z-index: 0;
    position: absolute;
}

.home-sec3
{
	background-image:url(../images/victoria-law-firm-seychelles-sec3-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	padding:100px 0px;
}

.home-sec3 h5 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    margin: 0px;
    color: #fff;
    margin: 0px;
	text-align:center;
	letter-spacing:3px;
}

.home-sec3 h2 
{
	font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    line-height: 1.33em;
    font-weight: 700;
	color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
	text-align:center;
}

.demo 
{
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-top:30px;
}

.home-sec3-inner
{
	border: 2px dashed #3d3b3b !important;
    padding: 40px 30px 40px;
	transition: all 300ms linear 0ms;
}

.imghvr-slide-up
{
    background:transparent !important;
}

.demo i 
{
    font-size: 50px;
    text-shadow: 0 4px 7px rgba(213, 170, 109, .48);
    -webkit-text-shadow: 0 4px 7px rgba(213,170,109,.48);
    -ms-text-shadow: 0 4px 7px rgba(213,170,109,.48);
    -o-text-shadow: 0 4px 7px rgba(213,170,109,.48);
}

.text-gradient
{
	background-color: #d5aa6d;
    background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
    background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
    background-image: -moz-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -ms-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -o-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: linear-gradient(left,#d5aa6d,#9b6f45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d5aa6d',endColorStr='#9b6f45',gradientType='1');
    background-color: initial;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.home-sec3 h4
 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 15px;
}

.home-sec3 p
 {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #999;
    margin: 0px;
}

.home-sec3 .home-bt
{
	margin-top:160px;
}

.home-sec4
{
	margin:100px 0px;
}

.home-sec4 h5 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    color: #d5aa6d;
	letter-spacing:3px;
    margin: 0px;
	text-align:center;
}

.home-sec4 h2 
{
    font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    line-height: 1.33em;
    font-weight: 700;
    color: #14100c;
	margin-top: 10px;
    margin-bottom: 0px;
	text-align:center;
}

.home-sec4-box
{
	text-align:center;
	box-shadow: 0 4px 7px rgba(213, 170, 109, .48);
    background-color: #d5aa6d;
	background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
	padding: 42px 25px;
	margin-top:30px;
}

.dark-bg
{
	background-color:#191514;
	background-image:none;
}

.home-sec4 h4
 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 10px;
}

.home-sec4 p
 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #fff;
    margin: 0px;
}

.home-sec5
{
	background-image:url(../images/victoria-law-firm-seychelles-sec5-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	padding:80px 0px;
}

.home-sec5 h2 
{
    font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    line-height: 1.33em;
    font-weight: 700;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}

.home-sec5 p 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #999;
    margin: 0px;
	padding-left: 36px;
    padding-bottom: 24px;
}

.home-sec5 h4
{
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin-top: 0px;
	margin-bottom:7px;
}

.home-sec5 h5
{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #999;
    margin: 0px;
}

.home-sec5 .testimonial-icon 
{
    font-family: playfair display, sans-serif;
    font-size: 82px;
    font-weight: 700;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 65px;
    text-align: center;
    top: -7px;
    left: -4px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.test .top span {
  display: block;
  width: 48px;
  --c: linear-gradient(#008ed6 0 0);
  padding-bottom: 10px;
  background: var(--c), var(--c);
  background-size: 0 3px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  transition: 0.3s linear, background-size 0.3s 0.2s linear;
}

.test 
{
    padding: 40px 50px 40px;
    background-color: #0f0f0f;
    background-image: -webkit-gradient(linear, left top, right top, from(#0f0f0f), to(#383838));
    background-image: -webkit-linear-gradient(left, #0f0f0f, #383838);
    background-image: -moz-linear-gradient(left,#0f0f0f,#383838);
    background-image: -ms-linear-gradient(left,#0f0f0f,#383838);
    background-image: -o-linear-gradient(left,#0f0f0f,#383838);
    background-image: linear-gradient(left,#0f0f0f,#383838);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0f0f0f',endColorStr='#383838',gradientType='1');
	margin-top:50px;
}

.test .person 
{
  display: flex;
  align-items: center;
  padding-bottom: 0px;
}
.test .title 
{
  margin-left: 24px;
}

.test .mobile-carousel
{
  display: none;
}

.test .owl-carousel .owl-dots 
{
  position: absolute;
  right: 0%;
  transform: translateX(-20%);
  bottom: 0;
}
.test .owl-carousel .owl-dots span 
{
  background: transparent;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #d5aa6d;
  background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
  background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
  background-image: -moz-linear-gradient(left,#d5aa6d,#9b6f45);
  background-image: -ms-linear-gradient(left,#d5aa6d,#9b6f45);
  background-image: -o-linear-gradient(left,#d5aa6d,#9b6f45);
  background-image: linear-gradient(left,#d5aa6d,#9b6f45);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d5aa6d',endColorStr='#9b6f45',gradientType='1');
  margin: 0 8px;
  transition: 0.3s all ease-in-out;
}
.test .owl-carousel .owl-dot.active span 
{
  transform: scale(1.5);
  transform-origin: center;
  background-color: #d5aa6d;
    background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
    background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
    background-image: -moz-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -ms-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -o-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: linear-gradient(left,#d5aa6d,#9b6f45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d5aa6d',endColorStr='#9b6f45',gradientType='1');
}

.home-sec6
{
	padding:80px 0px;
	background-image:url(../images/victoria-law-firm-seychelles-sec6-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}

.home-sec6 h2 
{
    font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    line-height: 1.33em;
    font-weight: 700;
    color: #14100c;
    margin-top: 0px;
    margin-bottom: 0px;
	text-align:center;
}

.home-sec6 p
 {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75em;
    color: #403f3f;
	margin-top:30px;
    margin-bottom: 0px;
}

.home-sec6 form
{
	margin-top:50px;
}

.home-sec6 input[type="text"], .home-sec6 input[type="email"], .home-sec6 textarea
{
	width:100%;
	color: #14100c;
	font-size:1rem;
	line-height: 1.5rem;
	font-family: "Open Sans", sans-serif;
	font-weight:500;
	padding:12px 20px;
	border:1px solid #ddd;
	background-color:#eee;
	margin-bottom:20px;
	border-radius:10px;
}

.home-sec6 textarea
{
	height:150px;
	margin-bottom:0px;
}

.footer-above-sec
{
	padding:110px 0px;
	background-image:url(../images/victoria-law-firm-seychelles-footer-above-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	text-align:center;
	background-position:center center;
	background-attachment: fixed;
	position:relative;
}

.footer-above-sec h2 
{
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    line-height: 3.7rem;
    font-weight: 700;
	color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
}

.footer-above-sec p 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #fff;
    margin-top: 30px;
}

.footer-above-sec h5
{
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 600;
    color: #fff;
    margin-top: 50px;
}

.footer-above-sec h5 a 
{
	color:#fff;
}

.footer-above-sec h5 a:hover
{
    color: #d5aa6d;
}


.footer-above-sec h5:before 
{
    content: "";
    height: 1px;
    background: #fff;
    width: 3.5em;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: .8em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    -webkit-animation: underline .4s ease-in-out forwards;
    -moz-animation: underline .4s ease-in-out forwards;
    animation: underline .4s ease-in-out forwards;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    z-index: 1;
}

.footer-above-sec h5:after 
{
    content: "";
    height: 1px;
    background: #fff;
    width: 3.5em;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-left: .8em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    -webkit-animation: underline .4s ease-in-out forwards;
    -moz-animation: underline .4s ease-in-out forwards;
    animation: underline .4s ease-in-out forwards;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    z-index: 1;
}

.footer
{
	padding:80px 0px 0px 0px;
	background-image:url(../images/victoria-law-firm-seychelles-footer-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
}

.footer img
{
	margin-bottom:20px;
}

.footer p 
{
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}

.footer i
{
color: #d5aa6d;
font-size:1rem;
}

.footer h4 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
	margin-bottom:40px;
}

.footer ul
{
	margin:0px;
	padding-right:50px;
}

.footer ul li 
{
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #fff;
    margin-top: 0px;
	margin-bottom:0px;
	border-bottom:.5px solid rgba(255,255,255,.4);
	padding: .5em 0px;
}

.footer ul li a
{
    color: #fff;
}

.footer ul li a:hover
{
    color: #d5aa6d;
	text-decoration:none;
}

.footer ul .fb-text
{
	font-size:1.1rem;
	border:none;
}

.footer ul .fb-text a
{
	color: #d5aa6d;
	font-weight:700;
	text-decoration:none;
}

.footer ul .fb-text a:hover
{
	color:#9b6f45;
}	

.foo-connect-text
{ 
   margin-top:40px !important; 
   margin-bottom:10px !important;
}

.fo-box p
{
	margin:0px;
}

.fo-box2 p
{
font-size:1.1rem;
letter-spacing:2px;
}

.fo-box i
{
	font-size:1.5rem;
	color:#fff;
}

.fo-box
{
  border:1px solid #d5aa6d;	
}

.fo-box1
{
	width:20%;
	display:inline-block;
	background-color:#d5aa6d;
	padding:13px 20px 10px 18px;
}

.fo-box2
{
	width:78%;
	display:inline-block;
	padding-left:30px;
}

.copyright
{
	border-top:.5px solid rgba(255,255,255,.4);
	margin-top:60px;
	padding-top:10px;
	padding-bottom:10px;
}

.footer p a 
{
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}

.footer p span
{
	margin-right:40px;
}

.mac-text
{
	text-align:right;
}

.mac-text p a
{
color: #d5aa6d;
}

.page-banner
{
	background-size:cover;
	background-repeat:no-repeat;
	height:380px;
	margin-top:-20px;
} 

.about-banner
{
	background-image:url(../images/victoria-law-firm-seychelles-about-banner.jpg);
}

.about-sec2
{
	
	background-image: url(../images/victoria-law-firm-seychelles-about-sec2-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.about-sec2-left
{
	padding-right:50px;
	background-image: url(../images/victoria-law-firm-seychelles-about-left-bg.png);
	background-size: cover;
    background-repeat: no-repeat;
	background-position:center center;
}

.about-sec2 h5 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    margin: 0px;
    color: #fff;
    margin: 0px;
    text-align: center;
    letter-spacing: 3px;
}

.about-sec2 h2 
{
    font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    line-height: 1.33em;
    font-weight: 700;
	color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.about-sec2 p 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1.07rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: #999;
    margin-top: 30px;
	margin-bottom:0px;
}

.about-sec2 h4 
{
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    line-height: 1.3em;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0px;
}

.about-sec3
{
	margin: 100px 0px;	
}

.about-sec3 h2 
{
    font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    line-height: 1.33em;
    font-weight: 700;
	color: #14100c;
    margin-top: 0px;
    margin-bottom: 0px;
}

.about-sec3 p 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.75em;
    color: #403f3f;
    margin-bottom: 15px;
}

.about-sec3 img
{
	margin-top:30px;
	border-radius: 6px;
}

.about-sec4
{
	background-image:url(../images/victoria-law-firm-seychelles-about-sec4-bg.jpg);
}

.about-sec4 p 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75em;
    color: #fff;
    margin-top: 30px;
	padding-left:0px;
}

.about-sec4 h4
{
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    line-height: 1.3em;
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}

.about-sec4 h5
{
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.75em;
    color: #ddd;
    margin-top: 30px;
	padding-left:0px;
}

.about-sec5
{
    margin: 100px 0px;
}

.about-sec5 h5 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    color: #d5aa6d;
    letter-spacing: 3px;
    margin: 0px;
    text-align: center;
}

.about-sec5 h2 
{
    font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    line-height: 1.33em;
    font-weight: 700;
	color: #14100c;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.about-sec5 h4
{
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    color: #fff;
    margin-bottom: 15px;
	text-align:center;
}

.about-sec5 p 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 15px;
	text-align:center;
	height:200px;
}

.about-sec5-inner
{
	border:1px solid #ddd;
	padding:30px 30px;
	margin-top:50px;
	background-size:cover;
	background-repeat:no-repeat;
}

.about-sec5-inner1
{
	background-image:url(../images/victoria-law-firm-seychelles-about-sec5-img1.jpg);
}

.about-sec5-inner2
{
	background-image:url(../images/victoria-law-firm-seychelles-about-sec5-img2.jpg);
}

.about-sec5-inner3
{
	background-image:url(../images/victoria-law-firm-seychelles-about-sec5-img3.jpg);
}


/* Practice Areas */

.personal-injury-banner
{
	background-image:url(../images/victoria-law-firm-seychelles-personal-injury-banner.jpg);
}

.practice-areas-sec1
{
	padding: 100px 0px;
	background-image:url(../images/victoria-law-firm-seychelles-sec6-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}

.practice-areas-sec1 h5 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    color: #d5aa6d;
    letter-spacing: 3px;
    margin: 0px;
    text-align: center;
}

.practice-areas-sec1 h2 
{
    font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    line-height: 1.33em;
    font-weight: 700;
	color: #14100c;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.practice-areas-sec1 h6 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75em;
    color: #403f3f;
	margin-top:30px;
    margin-bottom: 15px;
	text-align:center;
}

.practice-areas-sec1 p 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75em;
    color: #403f3f;
	margin-top:0px;
    margin-bottom: 15px;
}

.practice-areas-sec1 img
{
	border-radius:6px;
}

.practice-areas-sec2
{
    background-image: url(../images/victoria-law-firm-seychelles-personal-injury-sec2-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.practice-areas-sec2 h5 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    margin: 0px;
    color: #d5aa6d;
    margin: 0px;
    text-align: center;
    letter-spacing: 3px;
}

.practice-areas-sec2 h2 
{
    font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    line-height: 1.33em;
    font-weight: 700;
	color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.practice-areas-sec2 p 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.7rem;
    font-weight: 500;
    color: #999;
    margin-top: 0px;
    margin-bottom: 20px;
}

.practice-areas-sec2 img
{
	border-radius:6px;
}

.personal-injury-sec5-box
{

}

.personal-injury-sec5-box h4
{
	font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4em;
    color: #fff;
	position:absolute;
	top: 20%;
    left: 0;
	right:0;
    text-align: center;
    padding:30px;
	text-transform:capitalize;
}

.personal-injury-sec5-box-text h4
{
	top:8%;
}

.personal-injury-below-bg
{
	background-image:url(../images/victoria-law-firm-seychelles-personal-injury-below-bg.jpg);
}

.personal-injury-foo-sec
{
background-image:url(../images/victoria-law-firm-seychelles-personal-injury-foo-bg.jpg);
}

.practice-areas-list p
{
	border: 2px dashed #ddd;
    padding: 35px 13px 35px;
	font-size:1.1rem;
	line-height:1.7rem;
	margin-top:0px;
	margin-bottom:30px;
	height:180px;
	text-align:center;
}

.practice-areas-list i
{
	display:block;
	font-size:2rem;
	margin-bottom:20px;
}

.incorporate-company-services-banner
{
    background-image:url(../images/victoria-law-firm-incorporate-a-company-in-seychelles-services-banner.jpg);
}

.incorporate-foo-sec
{
    background-image:url(../images/victoria-law-firm-incorporate-a-company-in-seychelles-services-foo-bg.jpg);	
}

.immigration-services
{
    background-image:url(../images/victoria-law-firm-seychelles-immigration-services-banner.jpg);
}

.immigration-services-foo-sec
{
	background-image:url(../images/victoria-law-firm-immigration-services-foo-bg.jpg);
}

.practice-areas-sec1 h4 
{
    font-family: "Poppins", sans-serif;
    font-size: 1.7rem;
    line-height: 1.33em;
    font-weight: 600;
	color: #14100c;
    margin-top:0px;
    margin-bottom: 20px;
}

.left-spacing
{
	padding-right:50px;
}

.immigration-services-sec2
{
    background-image:url(../images/victoria-law-firm-seychelles-immigration-services-sec2-bg.jpg);
}

.corporate-law-banner
{
	background-image:url(../images/victoria-law-firm-seychelles-corporate-law-banner.jpg);
}

.corporate-law-sec2
{
	background-image:url(../images/victoria-law-firm-seychelles-corporate-law-sec2-bg.jpg);
}	

.corporate-law-sec2, .corporate-law-sec2 p, .corporate-law-sec2 h2, .corporate-law-sec2 h5
{
	text-align:left;
	color:#fff;
}

.corporate-law-sec3 h4 
{
    font-size: 1.4rem;
    line-height: 1.4em;
    top: 26%;
}

.corporate-law-foo-sec
{
    background-image:url(../images/victoria-law-firm-seychelles-corporate-law-foo-bg.jpg);
}	


.banking-banner
{
	background-image:url(../images/victoria-law-firm-seychelles-banking-and-finance-banner.jpg);
}

.banking-and-finance-sec2
{
	background-image:url(../images/victoria-law-firm-seychelles-banking-and-finance-sec2-bg.jpg);
}

.banking-and-finance-sec3 ul
{
	margin-top:50px;
}

.banking-and-finance-sec3 ul li
{
	font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.75em;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
	border: 2px dashed #ddd;
    padding: 20px 20px 20px;
	box-shadow: 0 4px 7px rgba(213, 170, 109, .48);
    background-color: #d5aa6d;
    border: 1px solid #d5aa6d;
	background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
}

.banking-and-finance-sec3 img
{
	width:19px;
	margin-top:-2px;
	margin-left:6px;
}

.banking-foo-sec
{
	background-image:url(../images/victoria-law-firm-seychelles-banking-and-finance-foo-bg.jpg);
}

.practice-areas-foo-above
{
	padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.practice-areas-foo-above h2 
{
	font-family: "Poppins", sans-serif;
    font-size: 2.8rem;
    line-height: 3.7rem;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
	color:#fff;
}

.practice-areas-foo-above h4
{
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    line-height: 3.7rem;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 0px;
}

.practice-areas-foo-above h4 i
{
	border: 2px solid #d5aa6d;
    padding: 14px 20px;
    border-radius: 50px;
    color: #fff;
    background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
}

.bankruptcy-law-banner
{
	background-image:url(../images/victoria-law-firm-seychelles-bankruptcy-law-banner.jpg);
}

.bankruptcy-law-sec2-bg
{
	background-image:url(../images/victoria-law-firm-seychelles-bankruptcy-law-sec2-bg.jpg);
}

.bankruptcy-law-sec3 .box-spacing 
{
    padding: 30px 30px 30px 30px !important;
	height:250px;
}

.bankruptcy-law-sec3 .dark-bg
{
}

.bankruptcy-law-sec3 h4
{
	font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    margin-top: 0px;
	margin-bottom:20px;
}

.bankruptcy-law-sec3 p
{
	color:#fff;
	font-size:1rem;
	line-height:1.5rem;
}

.bankruptcy-law-foo-sec
{
	background-image:url(../images/victoria-law-firm-seychelles-bankruptcy-law-foo-bg.jpg);
	background-position:center center;
}

.tax-planning-banner
{
	background-image:url(../images/victoria-law-firm-seychelles-tax-planning-banner.jpg);
}

.tax-planning-sec2-bg
{
    background-image:url(../images/victoria-law-seychelles-tax-planning-sec2-bg.jpg);
}

.tax-planning-yellow-bg
{
	background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
	color:#fff;
}

.tax-planning-yellow-bg h2, .tax-planning-yellow-bg h6
{
	color:#fff;
}

.tax-planning-yellow-bg .h-gap span i 
{
    background-color: #fff;
}

.tax-planning-sec3-bg
{
	background-image:url(../images/victoria-law-seychelles-tax-planning-sec3-bg.jpg);
}

.tax-planning-sec3-bg p 
{
    height: 100px;
}

.tax-planning-foo-bg
{
	background-image:url(../images/victoria-law-seychelles-tax-planning-foo-bg.jpg);
}

.probate-law-banner
{
    background-image:url(../images/victoria-law-firm-seychelles-Probate-banner.jpg);	
}

.probate-sec2
{
    background-image:url(../images/victoria-law-firm-seychelles-Probate-sec2-bg.jpg);
}

.probate-sec2 h2
{
	text-align:left;
}

.probate-sec2 .h-gap span i 
{
    background-color: #fff;
}

.probate-sec2 p 
{
	color:#fff;
}

.probate-sec3
{
    background-image:url(../images/victoria-law-firm-seychelles-Probate-sec3-bg.jpg);
	background-position:center center;
	margin:0px;
	padding:100px 0px;
}

.probate-foo-bg
{
    background-image:url(../images/victoria-law-firm-seychelles-Probate-foo-bg.jpg);	
}

.real-estate-banner
{
	background-image:url(../images/victoria-law-seychelles-real-estate-banner.jpg);	
}

.real-estate-sec2
{
	background-image:url(../images/victoria-law-seychelles-real-estate-sec2-bg.jpg);	
}

.real-estate-sec2 p, .real-estate-sec2 h5
{
	color:#fff;
}

.real-estate-sec2 .h-gap span i
{
    background-color: #fff;
}

.real-estate-foo-bg
{
    background-image:url(../images/victoria-law-seychelles-real-estate-foo-bg.jpg);	
}

.asset-tracing-and-recovery-bg
{
    background-image:url(../images/victoria-law-firm-seychelles-asset-tracing-and-recovery-bg.jpg);
}

.litigation-and-dispute-lawyer-sec2
{
    background-image:url(../images/victoria-law-seychelles-litigation-and-dispute-lawyer-sec2-bg.jpg);
}

.mediation-sec3 .about-sec5-inner
{
	padding: 30px 15px;
	margin-top:30px;
}

.mediation-sec3 .about-sec5-inner p
{
	height:75px;
}

.mediation-sec3-bg1
{
	background-image:url(../images/victoria-law-firm-seychelles-mediation-and-arbitration-img1.jpg);
}
.mediation-sec3-bg2
{
	background-image:url(../images/victoria-law-firm-seychelles-mediation-and-arbitration-img2.jpg);
}
.mediation-sec3-bg3
{
	background-image:url(../images/victoria-law-firm-seychelles-mediation-and-arbitration-img3.jpg);
}
.mediation-sec3-bg4
{
	background-image:url(../images/victoria-law-firm-seychelles-mediation-and-arbitration-img4.jpg);
}
.mediation-sec3-bg5
{
	background-image:url(../images/victoria-law-firm-seychelles-mediation-and-arbitration-img5.jpg);
}
.mediation-sec3-bg6
{
	background-image:url(../images/victoria-law-firm-seychelles-mediation-and-arbitration-img6.jpg);
}

.property-law-sec1 h4
{
	font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.property-law-sec1 p 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    height: 90px;
}

.property-law-img1
{
   background-image:url(../images/victoria-law-firm-seychelles-property-law-img1.jpg);
}
.property-law-img2
{
   background-image:url(../images/victoria-law-firm-seychelles-property-law-img2.jpg);
}
.property-law-img3
{
   background-image:url(../images/victoria-law-firm-seychelles-property-law-img3.jpg);
}
.property-law-img4
{
   background-image:url(../images/victoria-law-firm-seychelles-property-law-img4.jpg);
}
.property-law-img5
{
   background-image:url(../images/victoria-law-firm-seychelles-property-law-img5.jpg);
}

.family-law-img1
{
	background-image:url(../images/victoria-law-firm-seychelles-family-law-img1.jpg);
}
.family-law-img2
{
	background-image:url(../images/victoria-law-firm-seychelles-family-law-img2.jpg);
}
.family-law-img3
{
	background-image:url(../images/victoria-law-firm-seychelles-family-law-img3.jpg);
}
.family-law-img4
{
	background-image:url(../images/victoria-law-firm-seychelles-family-law-img4.jpg);
}
.family-law-img5
{
	background-image:url(../images/victoria-law-firm-seychelles-family-law-img5.jpg);
}

.family-law-sec2-bg
{
	background-image:url(../images/victoria-law-firm-seychelles-family-law-sec2-bg.jpg);
}


/* Contcat PAge */

.contact-sec1
{
	margin:80px 0px;
}

.contact-sec1 img 
{
    background-color: #d5aa6d;
    background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
    background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
    background-image: -moz-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: linear-gradient(left,#d5aa6d,#9b6f45);
    box-shadow: 0 4px 7px rgba(213, 170, 109, .48);
	border-radius:50px;
	padding:5px;
	margin-right:10px;
}

.contact-sec1 h5
 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0px;
    color: #14100c;
	font-style:italic;
}

.contact-sec1 h2
{
    font-family: "Poppins", sans-serif;
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 600;
    color: #14100c;
    margin-top: 30px;
    margin-bottom: 0px;
}

.contact-sec1 h3
 {
    font-family: 'Playfair Display', serif;
    font-size: 2.7rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
	margin-bottom:50px;
	color: #d5aa6d;
	font-style:italic;
}

.contact-sec1 h4
{
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #14100c;
    margin-top: 0px;
    margin-bottom: 0px;
	margin-left:20px;
}

.contact-sec1 p 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.75em;
    color: #403f3f;
	margin-top:0px;
    margin-bottom: 30px;
	margin-left:20px;
}

.contact-sec1 i
 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 600;
	color: #d5aa6d;
	background-color:#eee;
	border-radius:50px;
	padding:16px;
	height:50px;
	width:50px;
}

.contact-sec1 i.fa-phone
{
	padding:16px 18px;
}

.contact-sec1-right img
{
	padding:0px;
	border-radius:20px;
}

.contact-sec2
{
	padding: 110px 0px;
    background-image: url(../images/victoria-law-seychelles-contact-sec2-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.contact-sec2 h2 
{
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    line-height: 3.7rem;
    font-weight: 700;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 50px;
}

.contact-sec2 input[type="text"], .contact-sec2 textarea
 {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
    width: 100%;
    background: rgb(255,255,255,0.1);
    border: 1px solid #eee;
    border-radius: 0px;
    padding: 10px 10px;
}

.contact-sec2 textarea
{
	height:150px;
}

.contact-sec2 .con-bt
{
    color: #fff;
    font-family: "Open Sans", sans-serif;
    box-shadow: 0 4px 7px rgba(213, 170, 109, .48);
    background-color: #d5aa6d;
    border: 1px solid #d5aa6d;
    background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
    background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
	padding: 12px 50px;
    border-radius: 30px;
    font-size: 1.1rem;
	line-height:1.5rem;
    font-weight: 700;
    margin-top: 50px;
}

.contact-sec2 input::placeholder, .contact-sec2 textarea::placeholder

{
	color:#fff;
}

/* FAQ */

.faq-banner
{
	background-image:url(../images/victoria-law-firm-seychelles-faq-banner.jpg);
}

.faq-bg
{
	background-image:url(../images/victoria-law-firm-seychelles-faq-bg.jpg);
}

.faq-sec1
{
	margin:100px 0px;
}

.faq-sec1 h2
{
	font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    line-height: 1.33em;
    font-weight: 700;
    color: #14100c;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

/* Core styles/functionality */
.tab 
{
  position: relative;
  border-bottom:2px solid #d2d2d2;
}

.tab input
 {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab__content 
{
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
  margin-bottom:20px;
  margin-top:10px;
}

.tab input:checked ~ .tab__content 
{
  max-height: 15rem;
}

/* Visual styles */
.accordion
 {
  border-radius: 0;
  overflow: hidden;
  margin-top:50px;
}
.tab__label, .tab__close 
{
  display: flex;
  font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: #14100c;
  cursor: pointer;
}

.tab__label 
{
  justify-content: left;
  padding:30px 0px 0px 0px; 
}

.tab__close 
{
	
}

.tab__label::after 
{
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
  position:absolute;
  right:0px;
}
.tab input:checked + .tab__label::after 
{
  transform: rotate(270deg);
}
.tab__content p 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7em;
    color: #403f3f;
    margin-top: 0px;
}
.tab__close 
{
  justify-content: flex-end;
}

.tab img 
{
	background-color: #d5aa6d;
    background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
    background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
    background-image: -moz-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: linear-gradient(left,#d5aa6d,#9b6f45);
    box-shadow: 0 4px 7px rgba(213, 170, 109, .48);
    border-radius: 50px;
    padding: 5px;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    margin-top: -5px;
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}


/* Testimonial */

.testimonials-banner
{
	background-image:url(../images/victoria-law-seychelles-testimonials-banner.jpg);
}

.testimonial-sec1
{
	margin:80px 0px;
}

.testimonial-sec1 h2 
{
    font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    line-height: 1.33em;
    font-weight: 700;
    color: #14100c;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.testimonial-sec1-inner
{
	padding: 40px 40px 31px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .11);
    border-bottom: 6px solid #fff;
    transition: all 300ms linear 0ms;
}

.testimonial-sec1 p 
{
    font-family: "Open Sans", sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.6em;
    color: #403f3f;
    margin-bottom: 15px;
	margin-top:20px;
}

.testimonial-sec1 h3 
{
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: #d5aa6d;
    background-image: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9b6f45));
    background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
    background-image: -moz-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -ms-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -o-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: linear-gradient(left,#d5aa6d,#9b6f45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d5aa6d',endColorStr='#9b6f45',gradientType='1');
    background-color: initial;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
	display: inline-block;
}    

.testimonial-sec1 h6 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8em;
    color: #14100c;
	margin-top:5px;
    margin-bottom: 0px;
}

.testimonial-sec1 .testimonial-icon 
{
    font-family: playfair display, sans-serif;
    font-size: 170px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#e0e0e0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(left, #e0e0e0, #e0e0e0);
    background-image: -moz-linear-gradient(left,#e0e0e0,#e0e0e0);
    background-image: -ms-linear-gradient(left,#e0e0e0,#e0e0e0);
    background-image: -o-linear-gradient(left,#e0e0e0,#e0e0e0);
    background-image: linear-gradient(left,#e0e0e0,#e0e0e0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e0e0e0',endColorStr='#e0e0e0',gradientType='1');
    font-weight: 700;
    position: absolute;
    height: 60px;
    width: 80px;
    line-height: 120px;
    text-align: center;
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -22px;
    right: 50px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Blog Page */

.blog-banner
{
    background-image:url(../images/victoria-law-firm-seychelles-blog-banner.jpg);
}

.blog-bg
{
    background-image:url(../images/victoria-law-firm-seychelles-blog-bg.jpg);
}


.blogs-sec1
{
	margin:80px 0px;
}

.blogs-sec1 h2 
{
    font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    line-height: 1.33em;
    font-weight: 700;
    color: #14100c;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.blogs-sec1-inner
{
	text-align:center;
	border:1px solid #f2f2f2;
	padding:20px 20px 30px;
	margin-bottom:30px;
	box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    background-color: #fff;
}

.blogs-sec1 h4 
{
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    line-height: 1.33em;
    font-weight: 600;
    color: #14100c;
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
	height:70px;
}

.blog-inner-page h5
{
	font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    line-height: 1.33em;
    font-weight: 600;
    color: #14100c;
    margin-top: 0px;
    margin-bottom: 20px;
}

.blog-inner-page p 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7em;
    color: #403f3f;
	margin-top:0px;
    margin-bottom: 20px;
}

.blog-inner-page ul
{
	margin-left:20px;
	margin-bottom:30px;
}

.blog-inner-page ul li 
{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7em;
    color: #403f3f;
	margin-top:0px;
    margin-bottom: 10px;
	list-style:disc;
}

.blog-inner-page ol
{
	margin-left:20px;
	margin-top:20px;
}

.blog-inner-page ol li 
{
	list-style:auto;
}

.blog-inner-row
{
	margin-top:70px;
	margin-bottom:30px;
}

.blog-inner-images img
{
	border:1px solid #ddd;
	margin-bottom:30px;
}