@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
	padding: 0px;
    margin: 0px;
	font-family: 'Open Sans';
    font-size: 18px;
    color: #575757;
    font-weight: 400;
	line-height: 28px;
}
a {
	color: #3C3F61;
	text-decoration: none;
}
a:hover , a:focus {
	color: #575757;
	text-decoration: underline;
}
hr {
    width: 100%;
	margin: 10px 0%;
    border: none;
	border-top: 1px solid #c7c7c7 !important;
}
.p-0 {
	padding-right: 0;
	padding-left: 0;
}
#wrap {
	float:left;
	width:100%;
}
:root {
    --container-width: 1240px;
	--container-padding: calc((100vw - var(--container-width)) / 2);
}
.container {
	max-width: 1240px;
	padding:0;
	margin:0px auto;
}
#header {
    float: left;
    width: 100%;
    padding: 15px 60px;	
	transition: all .25s ease-in-out;
}
#header .logo {
    position: relative;
	float: left;
	width: 172px;	
	transition: all .25s ease-in-out;
	z-index: 9999;
}
#header .logo img {
	width: 100%;
	height: auto;
}
#mainNav {
    float: left;
    width: auto;
    padding: 50px 0 0 60px;	
}
#mainNav ul.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#mainNav ul.menu li {
	position: relative;
	display: inline-block;
	margin-right: 40px;
	text-align: left;	
}
#mainNav ul.menu li:last-child {
	margin-right: 0px;
}
#mainNav ul.menu li a {
	position: relative;
	display: block;
	padding: 0 0 10px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 600;	
	text-decoration: none;
	transition: all 0.5s ease-in-out;	
}
#mainNav ul.menu li a:after {
	position: absolute;
	display:block;
	content: '';	
	left: 0px;
	right: 0px;
	bottom: 0px;	
	transform: scaleX(0);  
	transition: transform 250ms ease-in-out;
}
#mainNav ul.menu > li > a:hover, 
#mainNav ul.menu > li:hover > a, 
#mainNav ul.menu > li.current-menu-item > a, 
#mainNav ul.menu > li.current_page_parent > a,
#mainNav ul.menu > li.current-menu-parent > a {
	color: #F6921E;
}
#mainNav ul.menu li a svg {
	display:none;
}
#mainNav ul.menu > li:hover > ul.sub-menu {
	display: block;
}
#mainNav ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 250px;
	background-color: #F1E5AC;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3;
	display: none;
}
#mainNav ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	margin: 0 0px;
}
#mainNav ul.menu li ul.sub-menu li a {
	padding: 12px 12px;
	border-bottom: none;
	font-size: 18px;
	color: #000080;
	text-align: left;
	text-transform: none;
}
#mainNav ul.menu li ul.sub-menu li a:hover, 
#mainNav ul.menu li ul.sub-menu li:hover > a, 
#mainNav ul.menu li ul.sub-menu li.current-menu-item > a {
	background-color: #000080;
	color: #FFFFFF;
	text-decoration: none;
}
#mainNav ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
#mainNav ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}
#mainNav ul.menu li.signup  {
    display: inline-block;
    width: auto;
}
#mainNav ul.menu li.signup a {
	position: relative;
	display: inline-block;
	padding: 9px 15px;
	background-color: #F1E5AC;
	border-bottom: 0px;
	border-radius: 7px;
    font-size: 18px;
    color: #000080;
    font-weight: 700;
    line-height: 26px;
	text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
	-webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	z-index: 1;
}
#mainNav ul.menu li.signup a:hover {
    color: #ffffff;
}
#mainNav ul.menu li.signup a::after {
    content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: 0px 0 0 1px;
	width: 100%;
	height: 30px;	
	background: #000080;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
#mainNav ul.menu li.signup a:hover:after {
	background-color: #000080;
	color: #ffffff;
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}
#mainNav #mega-menu-wrap-top > #mega-menu-top > li.mega-menu-item {
    margin: 0 15px 0px 15px;
}
#mainNav .mega-sub-menu li {
	position:relative!important;
}
#mainNav .mega-sub-menu li.mega-iconBox1:before,
#mainNav .mega-sub-menu li.mega-iconBox2:before,
#mainNav .mega-sub-menu li.mega-iconBox3:before,
#mainNav .mega-sub-menu li.mega-iconBox4:before,
#mainNav .mega-sub-menu li.mega-iconBox5:before {
	content: "";
	display: block !important;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}
#mainNav .mega-sub-menu li.mega-iconBox1:before {
	background-image:url(../images/menu-icon1.png);
}
#mainNav .mega-sub-menu li.mega-iconBox2:before {
	background-image:url(../images/menu-icon2.png);
}
#mainNav .mega-sub-menu li.mega-iconBox3:before {
	background-image:url(../images/menu-icon3.png);
}
#mainNav .mega-sub-menu li.mega-iconBox4:before {
	background-image:url(../images/menu-icon4.png);
}
#mainNav .mega-sub-menu li.mega-iconBox5:before {
	background-image:url(../images/menu-icon5.png);
}

#mainNav .mega-sub-menu > li > a.mega-menu-link {
	width: auto!important;
    display: inline-block!important;
}
/*#mainNav .mega-sub-menu > li > a.mega-menu-link:hover {
}
#mainNav ul.mega-sub-menu > li > ul.mega-sub-menu > li > a.mega-menu-link {
	font-weight:400!important;
	width: auto!important;
    display: inline-block!important;
}
#mainNav ul.mega-sub-menu > li > ul.mega-sub-menu > li > a.mega-menu-link:hover {
	font-weight:400!important;
}
#mainNav ul.mega-sub-menu > li > ul.mega-sub-menu > .mega-current-menu-item > .mega-menu-link {
	color: #f6921e!important;
}*/
/*#mainNav ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > .mega-current-menu-item > .mega-menu-link {
	color: #000!important;
}
#mainNav ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > .mega-current-menu-item > .mega-menu-link:hover {
	color: #f6921e!important;
}*/
#mainNav ul#mega-menu-top > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > a {
	font-weight:600!important;
	color: #000!important;
}
#mainNav ul#mega-menu-top > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > a:hover {
	font-weight:600!important;
	color: #f6921e!important;
}
#mainNav ul#mega-menu-top > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li.mega-current-menu-item > a {
	color: #f6921e!important;
}

.headerRight {
    float: right;
    width: auto;
    padding: 40px 0 0 0px;	
}
.headerRight .phone {
	position: relative;
    float: left;
    width: auto;
    padding: 10px 30px 0 30px;	
}
.headerRight .phone:before {
	position: absolute;
	content: '\EFE9';
	left: 0px;
	top: 10px;
	font-family: remixicon!important;
	font-size: 20px;
    color: #3E3E5F;
    font-weight: 700;
    line-height: 26px;	
}
.headerRight .phone a {
	display: inline-block;
	font-size: 20px;
    color: #A9B2DF;
    font-weight: 700;
    line-height: 26px;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.headerRight .phone a:hover {
	color: #3E3E5F;
}
.headerRight .bookBtn {
    float: left;
    width: auto;    
}
.headerRight .bookBtn a {
	position: relative;
	display: inline-block;
	padding: 10px 15px 10px 45px;
	background: linear-gradient(90deg, #42426D 0%, #555698 100%);
	border-radius: 0px 15px;
	font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.headerRight .bookBtn a:hover {
	background: linear-gradient(90deg, #555698 0%, #42426D 100%);
}
.headerRight .bookBtn a:before {
	position: absolute;
	content: '\EFE9';
	left: 15px;
	top: 10px;
	font-family: remixicon!important;
	font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;	
}
#slider {
	position: relative;
    float: left;
    width: 100%;
	padding-top: 90px;
	padding-bottom: 90px;
	border-bottom: 1px solid #E5E5E5;
	
}
#slider .leftClm {
	float: left;
    width: 45%;
	margin-top: 80px;
}
#slider .leftClm h1 {
	margin: 0 0 20px 0;
	font-family: 'Lora', serif;
	font-size: 64px;
	color: #3D3E62;
	font-weight: 400;
	line-height: 74px;	
}
#slider .leftClm h1 strong {	
	font-weight: 700;	
}
#slider .leftClm p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 28px;
}
#slider .leftClm .getstartedBtn {
	display: inline-block;
	margin-right: 20px;
	padding: 12px 42px;
	background: linear-gradient(90deg, #F9A013 0%, #FFB800 100%);
	border-radius: 0px 15px;
	font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#slider .leftClm .getstartedBtn:hover {
	background: linear-gradient(90deg, #FFB800 0%, #F9A013 100%);
}
#slider .leftClm .callUs {
	position: relative;
    display: inline-block;
    padding: 0px 0px 0 30px;
	font-size: 20px;
    color: #545798;
    font-weight: 400;
    line-height: 30px;
	text-decoration: none;
	transition: all .3s ease-in-out;	
}
#slider .leftClm .callUs:before {
	position: absolute;
	content: '\EFE9';
	left: 0px;
	top: 3px;
	font-family: remixicon!important;
	font-size: 20px;
    color: #3E3E5F;
    font-weight: 700;
    line-height: 26px;	
}
#slider .leftClm .callUs:hover {
	color: #A9B2DF;
}
#slider .rightClm {
	float: left;
    width: 55%;
}
#slider .rightClm img {width:100%; height:auto;}
#middle {
    float: left;
    width: 100%;
}
#about-us {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
}
#about-us .sunLogo {
	position: absolute;
	width: 301px;
	right: 0px;
	bottom: -1px;
}
#about-us .sunLogo svg {
	width: 301px;
	height: auto;
}
#about-us .content {
	float: left;
	width: 100%;
}
#about-us .content h2 {
	position: relative;
	margin: 0 0 10px 0;
	padding-top: 20px;
	font-family: 'Lora', serif;
	font-size: 48px;
	color: #3C3F61;
	font-weight: 400;
	line-height: 58px;
}
#about-us .content h2:before {
	position: absolute;
	content: '';
	width: 95px;
	height: 4px;
	background-color: #FFB800;
	border-radius: 4px;	
	left: 0px;
	top: 0px;
}
#about-us .content p {
    margin: 0 0 30px 0;
    font-size: 18px;
    color: #575757;
    font-weight: 400;
    line-height: 28px;
}
#about-us .content .readmoreBtn {
	display: inline-block;
	margin-right: 20px;
	padding: 12px 42px;
	background: linear-gradient(90deg, #F9A013 0%, #FFB800 100%);
	border-radius: 0px 15px;
	font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#about-us .content .readmoreBtn:hover {
	background: linear-gradient(90deg, #FFB800 0%, #F9A013 100%);
}
#about-us .content .callUs {
	position: relative;
    display: inline-block;
    padding: 0px 0px 0 30px;
	font-size: 20px;
    color: #545798;
    font-weight: 400;
    line-height: 30px;
	text-decoration: none;
	transition: all .3s ease-in-out;	
}
#about-us .content .callUs:before {
	position: absolute;
	content: '\EFE9';
	left: 0px;
	top: 3px;
	font-family: remixicon!important;
	font-size: 20px;
    color: #3E3E5F;
    font-weight: 700;
    line-height: 26px;	
}
#about-us .content .callUs:hover {
	color: #A9B2DF;
}
#about-us .picture {
	position: relative;
	float: left;
	width: 95%;
}
#about-us .picture svg {	
	width: 100%;
	height: auto;	
}
#services {
	position: relative;
	padding-top: 100px;
    padding-bottom: 100px;
	background: linear-gradient(270deg, #3C3E63 0%, #3D3E62 100%);
	overflow: hidden;	
}
#services .services_shape {
	position: absolute;
	width: 442px;
	right: -38px;
	top: 50%;
	transform: translateY(-50%);
}
#services .services_shape img {	
	width: 100%;
	height: auto;
}
#services h2 {
	position: relative;
	margin: 0 0 10px 0;
	font-family: 'Lora', serif;
	font-size: 48px;
	color: #ffffff;
	font-weight: 400;
	line-height: 58px;
	text-align: center;
}
#services h3 {
	position: relative;
	margin: 0 0 10px 0;	
	font-size: 24px;
	color: #FFB800;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0.6em;
	text-transform: uppercase;
	text-align: center;
}
#services p {
	position: relative;
	margin: 0 0 10px 0;	
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}
#services .content {
	padding-top: 50px;	
}
#services .content .item {
	float: left;
	width: 100%;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 35px;
	background: #FFFFFF;
	border: 5px solid transparent;
	border-radius: 0px 30px;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
#services .content .item:hover {
	border: 5px solid #FFB800;
}
#services .content .item .icon {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
#services .content .item .info {
	display: inline-block;
	width: 100%;	
}
#services .content .item .info h4 {
	margin: 0 0 10px 0;
	font-family: 'Lora', serif;
    font-size: 25px;
    color: #000000;
    font-weight: 400;
    line-height: 38px;
	min-height: 76px;
}
#services .content .info p {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #575757;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
}
#services .content .info .reamoreLink {
	position: relative;
	display: none;
    font-size: 18px;
    color: #545798;
    font-weight: 700;
    line-height: 26px;
	text-decoration: none;	
}
#services .content .info .reamoreLink:hover {
	color: #FFB800;
}
#services .content .info .reamoreLink:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 95px;
	height: 1px;
	background: rgba(84, 87, 152, 1);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
#services .content .info .reamoreLink:hover:after{
	background: rgba(255, 184, 0, 1);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
#services .content .btmBtn {
	float: left;
	width: 100%;
	margin-top: 35px;
	text-align: center;
	display:none;
}
#services .content .btmBtn .getstartBtn {
	display: inline-block;
	padding: 22px 55px;
	background: linear-gradient(90deg, #F9A013 0%, #FFB800 100%);
	border-radius: 0px 15px;
	font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#services .content .btmBtn .getstartBtn:hover {
	background: linear-gradient(90deg, #FFB800 0%, #F9A013 100%);
}
#businessStartup {
	position: relative;
	padding-top: 160px;
	padding-bottom: 160px;
}
#businessStartup .contentBox {
	float: left;
	width: 100%;
}
#businessStartup .contentBox h2 {
	position: relative;
	margin: 0 0 10px 0;
	padding-top: 20px;
	font-family: 'Lora', serif;
	font-size: 48px;
	color: #3C3F61;
	font-weight: 400;
	line-height: 58px;
}
#businessStartup .contentBox h2:before {
	position: absolute;
	content: '';
	width: 95px;
	height: 4px;
	background-color: #FFB800;
	border-radius: 4px;	
	left: 0px;
	top: 0px;
}
#businessStartup .contentBox p {
    margin: 0 0 30px 0;
    font-size: 18px;
    color: #575757;
    font-weight: 400;
    line-height: 28px;
}
#businessStartup .contentBox .readmore-Btn {
	display: inline-block;
	padding: 12px 30px;
	background: linear-gradient(90deg, #42426D 0%, #555698 100%);
	border-radius: 0px 15px;
	font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#businessStartup .contentBox .readmore-Btn:hover {
	background: linear-gradient(90deg, #555698 0%, #42426D 100%);
}
#businessStartup .picture {
	position: relative;
	float: left;
	width: 95%;
}
#businessStartup .picture svg {	
	width: 100%;
	height: auto;	
}
#taxPlanning {
	position: relative;
	height: 650px;
	padding-top: 160px;
	padding-bottom: 160px;
	background: linear-gradient(270deg, #A9B2DF 31.32%, #D9DDF3 60.37%);
}
#taxPlanning .shape1 {
    position: absolute;
    width: 238px;
    right: 665px;
    bottom: 0px;
    z-index: 2;
}
#taxPlanning .shape2 {
    position: absolute;
    width: 480px;
    right: 0px;
    bottom: -120px;
	z-index: 2;
}
#taxPlanning:after {	
	position: absolute;
	content: '';
	width: calc(100vw - 62vw);
	height: 769px;
	background: linear-gradient(180deg, #42426D 0%, #555698 100%);
	top: 0px;
    right: 0;
    bottom: 0;
	z-index: 1	
}
#taxPlanning .leftContent {
	float: left;
	width: 100%;
	padding-top: 80px;
}
#taxPlanning .leftContent h2 {
	position: relative;
	margin: 0 0 20px 0;
	padding-top: 20px;
	font-family: 'Lora', serif;
	font-size: 48px;
	color: #42426D;
	font-weight: 400;
	line-height: 58px;
}
#taxPlanning .leftContent h2:before {
	position: absolute;
	content: '';
	width: 95px;
	height: 4px;
	background-color: #42426D;
	border-radius: 4px;	
	left: 0px;
	top: 0px;
}
#taxPlanning .leftContent .readmore-Btn {
	display: inline-block;
	padding: 12px 30px;
	background: linear-gradient(90deg, #42426D 0%, #555698 100%);
	border-radius: 0px 15px;
	font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#taxPlanning .leftContent .readmore-Btn:hover {
	background: linear-gradient(90deg, #555698 0%, #42426D 100%);
}
#taxPlanning .whiteBox {
	position: relative;
	display: flex;
	align-items: center;
    justify-content: center;
	width: 100%;
	height: 658px;
	background: #FFFFFF;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	border-radius: 0px 30px;
	z-index: 2;
}
#faqSec {
	position: relative;
	margin-top: 250px;
	margin-bottom: 100px;
}
#faqSec .leftContent {
	float: left;
	width: 100%;	
}
#faqSec .leftContent h2 {
	position: relative;
	margin: 0 0 20px 0;
	padding-top: 20px;
	font-family: 'Lora', serif;
	font-size: 48px;
	color: #3E3E60;
	font-weight: 400;
	line-height: 58px;
}
#faqSec .leftContent h2:before {
	position: absolute;
	content: '';
	width: 95px;
	height: 4px;
	background-color: #FFB800;
	border-radius: 4px;	
	left: 0px;
	top: 0px;
}
#faqSec .leftContent p {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 28px;
}
#faqSec .leftContent .contactBtn {
	display: inline-block;
	padding: 12px 50px;
	background: linear-gradient(90deg, #42426D 0%, #555698 100%);
	border-radius: 0px 15px;
	font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#faqSec .leftContent .contactBtn:hover {
	background: linear-gradient(90deg, #555698 0%, #42426D 100%);
}
#testimonialSec {
	padding-top: 115px;
	padding-bottom: 115px;
	background: linear-gradient(270deg, rgba(255, 206, 149, 0.9) 0%, rgba(255, 226, 152, 0.9) 100%);
	overflow: hidden;	
}
#testimonialSec h2 {
	position: relative;
	margin: 0 0 20px 0;
	padding-top: 20px;
	font-family: 'Lora', serif;
	font-size: 48px;
	color: #3E3E63;
	font-weight: 400;
	line-height: 58px;
	text-align: center;
}
#testimonialSec h2:before {
	position: absolute;
	content: '';
	width: 95px;
	height: 4px;
	margin: 0 auto;
	background-color: #3E3E63;
	border-radius: 4px;	
	left: 0px;
	top: 0px;
	right: 0px;
}
#testimonialSec .content {
	padding-top: 30px;	
}
.testimonial-listing-full .owl-stage-outer {
	overflow: visible;
	height: 380px;
}
.testimonial-listing-full .owl-item.active {
    opacity: 1;
}
.testimonial-listing-full .owl-stage {
	height: 100%;
}
.testimonial-listing-full .owl-item {
	height: 380px;	
	opacity: .5;
	transform: none;
	transition: all .3s ease-out;
}
.testimonial-listing-full .owl-item.active.center {
    height: 380px;
}
.testimonial-listing-full .item {
	position: relative;
	height: 100%;
	padding: 30px 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	border-radius: 25px 25px 25px 25px;
	overflow: hidden;
}
.testimonial-listing-full .item .rating {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-family: remixicon!important;
	font-size: 20px;
	color: #FFB800;
}
.testimonial-listing-full .item h3 {
	margin: 0 0 20px 0;
    display: inline-block;
    font-family: 'Lora', serif;
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    line-height: 34px;
    min-height: 68px;
}
.testimonial-listing-full .item p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 28px;	
}
.testimonial-listing-full .item .info {
	display: grid;
	grid-template-areas: 'image name name' 'image city city';
	grid-template-columns: max-content;
    align-items: center;
}
.testimonial-listing-full .item .image {
	grid-area: image;
    width: 58px;
    margin-right: 10px;
	border-radius: 100%;
    overflow: hidden;
}
.testimonial-listing-full .item h4 {
	grid-area: name;
	margin: 0;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    line-height: 27px;
	letter-spacing: 1px;
}
.testimonial-listing-full .item h5 {
	grid-area: city;
	margin: 0;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 1px;
}
#testimonialSec .owl-theme .owl-nav button.owl-prev {
    left: -50px;
}
#testimonialSec .owl-theme .owl-nav button.owl-next {
    right: -50px;
}
#articalSec {
	position: relative;
	padding-top: 115px;
	padding-bottom: 115px;
	overflow: hidden;
}
#articalSec h2 {
	position: relative;
	margin: 0 0 20px 0;
	padding-top: 20px;
	font-family: 'Lora', serif;
	font-size: 48px;
	color: #3E3E63;
	font-weight: 400;
	line-height: 58px;
	text-align: center;
}
#articalSec h2:before {
	position: absolute;
	content: '';
	width: 95px;
	height: 4px;
	margin: 0 auto;
	background-color: #FFB800;
	border-radius: 4px;	
	left: 0px;
	top: 0px;
	right: 0px;
}
#articalSec .artile-img {
    position: absolute;
    width: 236px;
    left: 0px;
    top: 0px;
}
#articalSec .content {
	padding-top: 30px;	
}
#articalSec .content .boxWrapper {
	float: left;
	width: 100%;
	margin-bottom: 30px;	
}
#articalSec .content .boxWrapper .image {
	display: inline-block;
	width: 100%;
	background: #ffffff;
	border-radius: 0px;
	overflow: hidden;	
}
#articalSec .content .boxWrapper .image img {	
	width: 100%;
	height: auto;
}
#articalSec .content .boxWrapper .whiteBox {
	position: relative;
	width: 90%;
	margin: -120px auto 0 auto;
	padding: 32px;
	background: #FFFFFF;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	border-radius: 0px 30px;
}
#articalSec .content .boxWrapper .whiteBox h3 {
	position: relative;
	margin: 0 0 20px 0;	
	font-family: 'Lora', serif;
	font-size: 36px;
	color: #3E3E63;
	font-weight: 400;
	line-height: 46px;
	min-height: 140px;
}
#articalSec .content .boxWrapper .whiteBox .category {
	position: relative;
	display: inline-block;
	padding-right: 50px;
	width: auto;
	font-size: 20px;
	color: #A9B2DF;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;	
}
#articalSec .content .boxWrapper .whiteBox .category a {
	font-size: 20px;
	color: #A9B2DF;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration:none;
}
#articalSec .content .boxWrapper .whiteBox .category a:hover {
	color: #3E3E63;
}
#articalSec .content .boxWrapper .whiteBox .category:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background-color: #D9D9D9;	
	top: 15px;
	right: 0px;
}
#articalSec .content .boxWrapper .whiteBox .date {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	width: auto;
	font-size: 20px;
	color: #4D4D4D;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;	
}
#articalSec .content .bottomRow {
	float: left;
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
#articalSec .content .bottomRow .viewallBtn {
	display: inline-block;	
	padding: 12px 38px;
	background: linear-gradient(90deg, #42426D 0%, #555698 100%);
	border-radius: 0px 15px;
	font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#articalSec .content .bottomRow .viewallBtn:hover {
	background: linear-gradient(90deg, #555698 0%, #42426D 100%);
}
#bottomLogos {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #E5E5E5;
}
#bottomLogos .content {
	width: 70%;
    margin: auto;
}
#bottomLogos .content .clients-listing .item img {
	width:100%;
	height:auto;
}

#footer {
	position: relative;
	display: block;
	background: linear-gradient(270deg, #3C3E63 0%, #545798 99.24%);
	overflow: hidden;
}
#footer .back-to-top {
	position: fixed;
	display: flex;
	width: 50px;
	height: 50px;
	padding: 8px 0px;
	background-color: #bfc6e8;
	border-radius: 0px 10px;
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease-in-out;
	bottom: 30px;
	right: 30px;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	align-items: center;
	justify-content: center;
}
#footer .back-to-top.show {
    opacity: 1;
    visibility: visible;
}
#footer .ftrShapes {
    position: absolute;
    width: 264px;
    right: -30px;
    top: 0px;
}
#footer .ftrShapes img {
	width: 100%;
	height: auto
}
.footerSection {
	float: left;
	width: 100%;
	padding-top: 60px;	
}
.footerSection h5 {
	position: relative;	
	margin: 0 0 20px 0;	
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}
.footerSection .ftr-logo {
	padding-bottom: 30px;	
}
.footerSection #mailpoet_form_1 {
    margin-top: 0;
    background: transparent;
}
.footerSection form.mailpoet_form {
	position: relative;
	display: inline-block;
	width: 100%;	
	margin-top: 30px;
	background: transparent!important;
}
.footerSection form.mailpoet_form:before {
    position: absolute;
    content: '\EEF3';
    left: 15px;
    top: 15px;
    font-family: remixicon!important;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
}
.footerSection .mailpoet_form .mailpoet_paragraph {
    line-height: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap!important;
	visibility: inherit!important;
}
.footerSection .mailpoet_form .mailpoet_form_column.emailField {
    flex-basis: auto !important;
	width: 100%;
}
.footerSection .mailpoet_form .mailpoet_text {
	display: inline-block!important;
	width: 100%!important;
	height: 55px!important;
    padding: 0px 70px 0px 50px!important;
    outline: 0!important;
    border: none;
    font-size: 18px!important;
    font-weight: 400!important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s!important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s!important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s!important;
}
.footerSection .mailpoet_form .mailpoet_text::placeholder {
	color: #ffffff;
}
.footerSection .mailpoet_form .mailpoet_text:focus {
	background: #A9B2DF;
}
.footerSection .mailpoet_form .mailpoet_form_column.sendBtn {
    flex-basis: auto !important;
	width: 60px;
    position: absolute;
    right: 0;
}
.footerSection .sendBtn .arrowBtn:before {
	position: absolute;
    content: "\ea6c";
    left: 5px;
    top: -55px;
    font-family: remixicon!important;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 52px;
    cursor: pointer;
    background: #3E3E63;
    height: 55px;
    width: 55px;
    border-radius: 8px;
    text-align: center;
}
.footerSection .sendBtn .arrowBtn:before:hover {   
	background: #FFB800!important;	
}
.footerSection .mailpoet_form .mailpoet_submit {
    position: absolute;
    right: 0px;
    top: -55px;
    width: 55px!important;
    height: 55px!important;
    padding: 0px!important;
    /*background: #3E3E63!important;*/
	background-color: transparent!important;
    font-size: 0px!important;
}
/*.footerSection .mailpoet_form .mailpoet_submit:hover {   
	background: #FFB800!important;	
}*/
.footerSection .mailpoet_form .parsley-errors-list {
    position: absolute;
}
.footerSection .mailpoet_form .parsley-required {
    color: #ff0000;
	font-size: 16px;
}
.footerSection .mailpoet_form .mailpoet_paragraph {
	width: 100%;
    display: inline-block;
}
.footerSection .mailpoet_form .mailpoet_validate_success {
    left: 0!important;
    position: relative!important;
    text-align: left!important;
    top: 0!important;
    transform: inherit!important;
	font-size: 16px;
}


.footerSection .ftr-menu {
	padding-bottom: 30px;
}
.footerSection .ftr-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footerSection .ftr-menu ul li {
	display: inline-block;
	width: 100%;
	padding: 0 0 5px 0;
}
.footerSection .ftr-menu ul li a {
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
 	transition: all .3s ease-in-out;
}
.footerSection .ftr-menu ul li a:hover {
	color: #A9B2DF;
}
.footerSection .ftr-contact {
	padding-bottom: 30px;
}
.footerSection .ftr-contact ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footerSection .ftr-contact ul li {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 0px 20px 30px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 26px;
}
.footerSection .ftr-contact ul li strong {	
	font-weight: 700;	
}
.footerSection .ftr-contact ul li:before {
	position: absolute;
	content: "";
	font-family: remixicon!important;
	font-size: 18px;
	color: #A9B2DF;
	left: 0px;
	top: 0;
}
.footerSection .ftr-contact ul li.address::before {
	content:'\EF13';
}
.footerSection .ftr-contact ul li.phone::before {
	content:'\EFE9';
}
.footerSection .ftr-contact ul li.email::before {
	content:'\EEF3';
}
.footerSection .ftr-contact a {
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease-out;
}
.footerSection .ftr-contact a:hover {
	color: #A9B2DF;
}
.footerBottom {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #A9B2DF;
}
.footerBottom .copy-right p {
	margin: 0;
	padding-top: 7px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 30px;
}
.footerBottom .copy-right a {
	display: none;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
 	transition: all .3s ease-in-out;
}
.footerBottom .copy-right a:hover {
	color: #A9B2DF;
}
.footerBottom .ftr-social {
	display: inline-block;
	text-align: right;
}
.footerBottom .ftr-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footerBottom .ftr-social ul li {
	display: inline-block;
	padding: 0 10px 0 0;
}
.footerBottom .ftr-social ul li:last-child {
	padding:  0;
}
.footerBottom .ftr-social ul li a {
	display: block;
	width: 39px;
	height: 39px;
	background: linear-gradient(90deg, #A9B2DF 0%, #A9B2DF 100%);
	border-radius: 50%;
    font-size: 20px;
    color: #42426D;
    line-height: 40px;
    text-align: center;
	text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.footerBottom .ftr-social ul li a:hover {
	background: linear-gradient(90deg, #F9A013 0%, #FFB800 100%);
	color: #ffffff;
}

/*----- contact form 7 -----*/
.wpcf7-form-control-wrap { display: block; }
body .wpcf7 form .wpcf7-response-output { float: left; width: 100%; padding: 10px; margin: 0 0 0 0; box-sizing: border-box; color:#FFFFFF; text-align: center; }
body span.wpcf7-not-valid-tip { position: absolute; top: 5px; right: 10px; font-size: 12px; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #f00 !important; }
.wpcf7-spinner 			{ margin: 15px 24px; position: absolute; }

.alignleft, .alignnone { float: left; max-width: 100%; height: auto; margin: 0 20px 20px 0; }
.alignright { float: right; max-width: 100%; height: auto; margin: 0 0 20px 20px; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto; }

#innerSection {
	padding-top: 75px;
    padding-bottom: 75px;
}
#innerSection .topBox {
	margin-top: 50px;
	
}
#innerSection .topBox .leftContent {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
#innerSection .topBox .leftContent h2 {
    margin: 0 0 30px 0;
    font-family: 'Lora', serif;
    font-size: 48px;
    color: #3E3E61;
    font-weight: 400;
    line-height: 58px;
}
#innerSection .topBox .leftContent h2 strong{
    font-weight: 600;
}
#innerSection .topBox .leftContent h6 {
    margin: 0 0 0px 0;    
    font-size: 16px;
    color: #F6921E;
    font-weight: 600;
    line-height: 34px;
}
#innerSection .topBox .leftContent p {
    margin: 0 0 30px 0;    
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    line-height: 30px;
}
#innerSection .topBox .leftContent p:last-child {
	margin-bottom:0;
}
#innerSection .topBox .leftContent .valueBtn {
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
	padding: 12px 42px;
	background: linear-gradient(90deg, #F9A013 0%, #FFB800 100%);
	border-radius: 0px 15px;
	font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#innerSection .topBox .leftContent .valueBtn:hover {
	background: linear-gradient(90deg, #FFB800 0%, #F9A013 100%);
}
#innerSection .topBox .leftContent .teamBtn {
	display: inline-block;
	margin-top: 20px;
	padding: 12px 30px;
	background: linear-gradient(90deg, #42426D 0%, #555698 100%);
	border-radius: 0px 15px;
	font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#innerSection .topBox .leftContent .teamBtn:hover {
	background: linear-gradient(90deg, #555698 0%, #42426D 100%);
}
#innerSection .topBox .rightContent {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
#innerSection .topBox .rightContent ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#innerSection .topBox .rightContent ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 0px 10px 50px;
	font-size: 20px;
    color: #51528F;
    font-weight: 400;
    line-height: 30px;
}
#innerSection .topBox .rightContent ul li:before {
	position: absolute;
    content: '\EA6C';
	width: 40px;
	height: 40px;
	padding-top: 6px;
	background-color: #DCDCEA;
	border-radius: 50%;    
    font-family: remixicon!important;
    font-size: 20px;
    color: #3E3E5F;
    font-weight: 700;
    line-height: 26px;
	text-align: center;
	left: 0px;
    top: 10px;
}
#innerSection .aboutCont {
	position: relative;
	margin-top: 100px;
	margin-bottom: 30px;
}
#innerSection .aboutCont .sunLogo {
    position: absolute;
    width: 301px;
    right: 0px;
    bottom: -31px;
}
#innerSection .aboutCont .sunLogo img {
	width: 100%;
	height: auto;
}
#innerSection .aboutCont .profilePic {
	float: left;
	width: 100%;
	border-radius: 0px 30px;
	overflow: hidden;
}
#innerSection .aboutCont .profilePic img {	
	width: 100%;
	height: auto;	
}
#innerSection .aboutCont .profileCnt {
	float: left;
	width: 100%;
}
#innerSection .aboutCont .profileCnt h2 {
	position: relative;
	margin: 0 0 20px 0;
	padding-top: 20px;
	font-family: 'Lora', serif;
	font-size: 48px;
	color: #3C3F61;
	font-weight: 400;
	line-height: 58px;
}
#innerSection .aboutCont .profileCnt h2:before {
	position: absolute;
	content: '';
	width: 95px;
	height: 4px;
	background-color: #FFB800;
	border-radius: 4px;	
	left: 0px;
	top: 0px;
}
#innerSection .aboutCont .profileCnt h2 strong{
    font-weight: 600;
}
#innerSection .aboutCont .profileCnt p {
    margin: 0 0 30px 0;
    font-size: 18px;
    color: #575757;
    font-weight: 400;
    line-height: 28px;
}
#innerSection .aboutCont .profileCnt .readmoreBtn {
	display: inline-block;
	margin-right: 20px;
	padding: 12px 42px;
	background: linear-gradient(90deg, #F9A013 0%, #FFB800 100%);
	border-radius: 0px 15px;
	font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#innerSection .aboutCont .profileCnt .readmoreBtn:hover {
	background: linear-gradient(90deg, #FFB800 0%, #F9A013 100%);
}
#innerSection .aboutCont .profileCnt .callUs {
	position: relative;
    display: inline-block;
    padding: 0px 0px 0 30px;
	font-size: 20px;
    color: #545798;
    font-weight: 700;
    line-height: 30px;
	text-decoration: none;
	transition: all .3s ease-in-out;	
}
#innerSection .aboutCont .profileCnt .callUs:before {
	position: absolute;
	content: '\EFE9';
	left: 0px;
	top: 3px;
	font-family: remixicon!important;
	font-size: 20px;
    color: #3E3E5F;
    line-height: 26px;	
}
#innerSection .aboutCont .profileCnt .callUs:hover {
	color: #A9B2DF;
}
.valueSec {
	position: relative;
	padding-top: 100px;
    padding-bottom: 100px;
	background: linear-gradient(270deg, #3C3E63 0%, #3D3E62 100%);
	overflow: hidden;	
}
.valueSec .shape1 {
	position: absolute;
	width: 300px;
	left: 0px;
	top: -1px;
}
.valueSec .shape1 img {	
	width: 100%;
	height: auto;
}
.valueSec .shape2 {
	position: absolute;
	width: 248px;
	left: 0px;
	bottom: 45px;
}
.valueSec .shape2 img {	
	width: 100%;
	height: auto;
}
.valueSec .shape3 {
	position: absolute;
	width: 220px;
	right: 0px;
	bottom: 0px;
}
.valueSec .shape3 img {	
	width: 100%;
	height: auto;
}
.valueSec h2 {
	position: relative;
	margin: 0 0 10px 0;
	font-family: 'Lora', serif;
	font-size: 48px;
	color: #ffffff;
	font-weight: 400;
	line-height: 58px;
}
.valueSec h3 {
	position: relative;
	margin: 0 0 10px 0;	
	font-size: 24px;
	color: #FFB800;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0.6em;
	text-transform: uppercase;
}
.valueSec .rightBox {
	float: left;	
	width: 100%;
}
.valueSec .rightBox .item {
	float: left;	
	width: 75%;
	margin-bottom: 60px;
	padding: 30px 20px;
	background: #FFFFFF;
	border-radius: 0px 30px;
}
.valueSec .rightBox .item .icon {
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;    
}
.valueSec .rightBox .item .info {
	display: inline-block;
	width: 100%;	
}
.valueSec .rightBox .item .info h4 {
	margin: 0 0 10px 0;
	font-family: 'Lora', serif;
    font-size: 28px;
    color: #000000;
    font-weight: 400;
    line-height: 38px;
}
.valueSec .rightBox .item .info p {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #575757;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
}
.teamSec {
	position: relative;
	padding-top: 100px;
    padding-bottom: 170px;
	margin-bottom: 25px;
}
.teamSec .sunLogo {
    position: absolute;
    width: 301px;
	margin: 0 auto;
	left: 0px;
    right: 0px;
    bottom: -101px;
}
.teamSec .sunLogo img {
	width: 100%;
	height: auto;
}
.teamSec h2 {
	position: relative;
	margin: 0 0 20px 0;
	padding-top: 20px;
	font-family: 'Lora', serif;
	font-size: 48px;
	color: #3C3F61;
	font-weight: 400;
	line-height: 58px;
	text-align: center
}
.teamSec h2:before {
	position: absolute;
	content: '';
	width: 95px;
	height: 4px;
	margin: 0 auto;
	background-color: #FFB800;
	border-radius: 4px;	
	left: 0px;
	top: 0px;
	right: 0px;
}
.teamSec h2 strong{
    font-weight: 600;
}
.team-listing-full {
	margin-top: 150px;
}
.team-listing-full .owl-stage-outer {
	overflow: visible;
    height: 570px;
}
.team-listing-full .owl-item.active {
    opacity: 1;
}
.team-listing-full .owl-stage {
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
}
.team-listing-full.owl-theme .owl-nav {
    top: 50%;
}
.team-listing-full.owl-theme .owl-nav button.owl-prev {
    left: 420px;
}
.team-listing-full.owl-theme .owl-nav button.owl-next {
    right: 420px;
}
.team-listing-full .owl-item {
	height: 520px;	
	transform: none;
	transition: all .3s ease-out;
}
.team-listing-full .owl-item.active.center {
    height: 710px;
	padding: 30px 30px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	overflow: hidden;
}
.team-listing-full .item {
	position: relative;
	height: 100%;
}
.team-listing-full .teamPic {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.team-listing-full .teamPic img {	
	width: 100%;
	height: auto;	
}
.team-listing-full .item .infobox {
	position: relative;
	display: inline-block;
	height: 100%;	
}
.team-listing-full .item .infobox h4 {
	margin: 0px 0px 10px 0px;
	font-family: 'Lora', serif;
    font-size: 28px;
	color: #000000;
	font-weight: 400;
	line-height: 34px;
	text-align: center
}
.team-listing-full .item .infobox span {
    display: block;
	margin: 0px 0px 5px 0px;
	font-size: 18px;
	color: #575757;
    font-weight: 400;
    line-height: 28px;
	text-align: center;
}
.team-listing-full .item .infobox p {
    display: block;
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	color: #575757;
    font-weight: 400;
    line-height: 26px;
	text-align: center;
	opacity: 0;
}
.team-listing-full .owl-item.active.center p {
    opacity: 1;
}

/*----- Bookkeeping and GST Page -----*/
.rightForm {
	float: left;
	width: 100%;
	padding: 40px 90px;
	margin-bottom: 100px;
	background: linear-gradient(90deg, #42426D 0%, #555698 100%);
	border-radius: 80px 0px;
}
.rightForm h2 {	
	margin: 0 0 10px 0;
	font-family: 'Lora', serif;
	font-size: 50px;
	color: #ffffff;
	font-weight: 400;
	line-height: 58px;
	text-align: center
}
.rightForm p {	
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	line-height: 30px;
	text-align: center
}
.rightForm .form-group {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.rightForm .form-group .form-control {
	display: inline-block;
	width: 100%;
	height: 55px;
    padding: 0px 35px;
    outline: 0;
	background-color: transparent;
    border: 1px solid #7A7AC0;
	box-shadow: 5px 5px 0px 3px rgba(0, 0, 0, 0.09);
	border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.rightForm .form-group .form-control::placeholder {
	color: #ffffff;
}
.rightForm .form-group .form-control:focus {
	background-color: transparent;
}
.rightForm .form-group .sendBtn {
	display: inline-block;
	padding: 12px 45px;
	background: #FFB503;
	border: 1px solid #7A7AC0;
	box-shadow: 5px 5px 0px 3px rgba(0, 0, 0, 0.09);
	border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
	text-transform: capitalize;
	text-decoration: none;
    transition: all .3s ease-in-out;    
}
.rightForm .form-group .sendBtn:hover {
	background: #A9B2DF;
	border: 1px solid #A9B2DF;
}
.rightForm .btmText {
	float: left;
	width: 100%;	
	margin-bottom: 15px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}
.rightForm .btmText a {
	display: inline-block;
	color: #FFB602;
	text-decoration: none;
    transition: all .3s ease-in-out; 
}
.rightForm .btmText a:hover {
	color: #A9B2DF;
}
#gstServices {
	position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(270deg, #3C3E63 0%, #3D3E62 100%);
    overflow: hidden;	
}
#gstServices h2 {
	position: relative;
    width: 38%;
    margin: 0 auto 10px auto;
	font-family: 'Lora', serif;
	font-size: 48px;
	color: #ffffff;
	font-weight: 400;
	line-height: 58px;
	text-align: center;
}
#gstServices h3 {
	position: relative;
	margin: 0 0 10px 0;	
	font-size: 24px;
	color: #FFB800;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0.6em;
	text-transform: uppercase;
	text-align: center;
}
#gstServices .serviceListing {
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
    align-items: center;
}
#gstServices .serviceListing .contentBox {
	float:left;
	width: 100%;
	padding: 0 5% 0 0;
}
#gstServices .serviceListing .contentBox h4 {
	margin: 0 0 10px 0;	
	font-family: 'Lora', serif;
	font-size: 36px;
	color: #ffffff;
	font-weight: 400;
	line-height: 45px;
}
#gstServices .serviceListing .contentBox p {
	margin: 0 0 20px 0;	
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
}
#gstServices .serviceListing .contentBox ul {
	list-style: none;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0px;
}
#gstServices .serviceListing .contentBox ul li {
	position: relative;
	float: left;
	width: 50%;
	padding: 5px 0px 5px 25px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;	
}
#gstServices .serviceListing .contentBox ul li:before {
	position: absolute;
    content: '\EB7A';
	padding-top: 6px;
    font-family: remixicon!important;
    font-size: 20px;
    color: #FFB800;
    font-weight: 700;
    line-height: 26px;
	text-align: center;
	left: 0px;
    top: 5px;
}
#gstServices .serviceListing .contentBox .inquiryBtn {
	display: inline-block;
	margin-top: 30px;
	margin-right: 20px;
	padding: 12px 42px;
	background: linear-gradient(90deg, #F9A013 0%, #FFB800 100%);
	border-radius: 0px 15px;
	font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#gstServices .serviceListing .contentBox .inquiryBtn:hover {
	background: linear-gradient(90deg, #FFB800 0%, #F9A013 100%);
}
#gstServices .serviceListing .contentBox .callUs {
	position: relative;
    display: inline-block;
	margin-top: 30px;
    padding: 0px 0px 0 30px;
	font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
	text-decoration: none;
	transition: all .3s ease-in-out;	
}
#gstServices .serviceListing .contentBox .callUs:before {
	position: absolute;
	content: '\EFE9';
	left: 0px;
	top: 3px;
	font-family: remixicon!important;
	font-size: 20px;
    color: #ffffff;
    line-height: 26px;	
}
#gstServices .serviceListing .contentBox .callUs:hover {
	color: #A9B2DF;
}
#gstServices .serviceListing .servicePic {
	float: left;
	width: 100%;
	padding: 0 5%;
}
#gstServices .serviceListing .servicePic img {
	width: 100%;
	height: auto;
}
.serviceListing:nth-child(odd) .image {

}
.serviceListing:nth-child(even) .image {
	order: 2!important;
}

#gstServices .shape1 {
	position: absolute;
	width: 300px;
	left: 0px;
	top: -1px;
}
#gstServices .shape1 img {	
	width: 100%;
	height: auto;
}
#gstServices .shape2 {
	position: absolute;
	width: 248px;
	left: -50px;
	bottom: 35%;	
}
#gstServices .shape2 img {	
	width: 100%;
	height: auto;
}
#gstServices .shape3 {
	position: absolute;
	width: 220px;
	right: 0px;
	bottom: 0px;
}
#gstServices .shape3 img {	
	width: 100%;
	height: auto;
}


#faqSec.pt-5 {
	padding-top: 160px !important;
}
#accountancySec {
    position: relative;
    padding-top: 75px;
    padding-bottom: 85px;
    background: linear-gradient(270deg, #A9B2DF 31.32%, #D9DDF3 60.37%);
}
#accountancySec h2 {
	position: relative;
	margin: 0 0 10px 0;
	padding-top: 20px;
	font-family: 'Lora', serif;
	font-size: 48px;
	color: #3C3F61;
	font-weight: 400;
	line-height: 58px;
	text-align: center;
}
#accountancySec h2:before {
	position: absolute;
	content: '';
	width: 95px;
	height: 4px;
	margin: 0 auto;
	background-color: #FFB800;
	border-radius: 4px;	
	left: 0px;
	top: 0px;
	right: 0px;
}
#accountancySec h2 strong {	
	font-weight: 700;	
}
#accountancySec .content {
	padding-top: 50px;	
}
#accountancySec .content .item {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 35px;
	background: #FFFFFF;
	border: 5px solid transparent;
	border-radius: 0px 30px;
	transition: all .3s ease-in-out;
}
#accountancySec .content .item .icon {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
#accountancySec .content .item .info {
	display: inline-block;
	width: 100%;	
}
#accountancySec .content .item .info h4 {
	margin: 0 0 10px 0;
	font-family: 'Lora', serif;
    font-size: 25px;
    color: #000000;
    font-weight: 400;
    line-height: 38px;
}
#accountancySec .content .info p {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #575757;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
}
#accountancySec .content .info .reamoreLink {
	position: relative;
	display: block;
    font-size: 18px;
    color: #545798;
    font-weight: 700;
    line-height: 26px;
	text-decoration: none;	
}
#accountancySec .content .info .reamoreLink:hover {
	color: #FFB800;
}
#accountancySec .content .info .reamoreLink:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 95px;
	height: 1px;
	background: rgba(84, 87, 152, 1);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
#accountancySec .content .info .reamoreLink:hover:after{
	background: rgba(255, 184, 0, 1);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
#accountancySec .content {
	padding-top: 50px;	
}
#accountancySec .content .bottomRow {
	padding-top: 50px;
	text-align: center;
}
#accountancySec .content .bottomRow .inquiryBtn {
	display: inline-block;	
	padding: 12px 42px;
	background: linear-gradient(90deg, #F9A013 0%, #FFB800 100%);
	border-radius: 0px 15px;
	font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#accountancySec .content .bottomRow .inquiryBtn:hover {
	background: linear-gradient(90deg, #FFB800 0%, #F9A013 100%);
}
#accountancySec .content .bottomRow .findBtn {
	display: inline-block;
	margin-right: 20px;
	padding: 12px 30px;
	background: linear-gradient(90deg, #42426D 0%, #555698 100%);
	border-radius: 0px 15px;
	font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#accountancySec .content .bottomRow .findBtn:hover {
	background: linear-gradient(90deg, #555698 0%, #42426D 100%);
}

/*----- Our Packages Page ------*/
#innerSection.ourPackageSec {
	padding-bottom: 0;
}
#priceTable.priceTableSec {
	position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(270deg, #3C3E63 0%, #3D3E62 100%);
    overflow: hidden;
}
.priceTableSec .shape1 {
    position: absolute;
    width: 170px;
    left: 0px;
    top: -1px;
}
.priceTableSec .shape1 img {
    width: 100%;
    height: auto;
}
.priceTableSec .shape2 {
    position: absolute;
    width: 100px;
    left: 0px;
    bottom: 45px;
}
.priceTableSec .shape2 img {
    width: 100%;
    height: auto;
}
.priceTableSec .shape3 {
    position: absolute;
    width: 130px;
    right: 0px;
    bottom: 0px;
}
.priceTableSec .shape3 img {
    width: 100%;
    height: auto;
}
.priceItem {
	position: relative;
	width:100%;
	display:inline-block;
	background: #FFFFFF;
	border-radius: 0px 30px;
}
.priceItem .mostPopularSec {
	width: 50px;
    height: 50px;
    padding: 12px 6px 6px 6px;
    position: absolute;
    right: 6px;
    top: 6px;
}
.priceItem .mostPopularSec strong {
    position: relative;
	display: inline-block;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.priceItem .mostPopularSec:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	display:inline-block;
	background: url(../images/star-shape.svg) center center no-repeat;
	z-index: 0;
	border-radius: 100%;
}
.priceItem .title {
	width:100%;
	display:inline-block;
	background: #FFA412;
	border-radius: 0px 30px;
	padding:15px;
	text-align: center;
}
.priceItem .title h2 {
	margin:0 0 0px 0;
	font-family: 'Lora', serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	color: #FFFFFF;
}
.priceItem .title p {
	margin:0 0 0px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
.priceItem .price {
	width:100%;
	display:inline-block;
	padding:15px 15px 10px 15px;
}
.priceItem .price h3 {
	margin:0 0 0 0;
	font-family: 'Lora';
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	letter-spacing: inherit;
    text-transform: inherit;
}
.priceItem .price h3 strong {
	margin:0 0 0px 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 25px;
	color: #575757;
}
.priceItem .info {
	width:100%;
	display:inline-block;
	padding: 0 15px 0 15px;
}
.priceItem .info p {
	margin:0 0 24px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #575757;
}
.priceItem .info ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.priceItem .info ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0px 5px 25px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #575757;
}
.priceItem .info ul li:before {
	position: absolute;
    content: '\eb81';
    font-family: remixicon!important;
    font-size: 20px;
    color: #545798;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    left: 0px;
}
.priceItem .infoOption {
	width:100%;
	display:inline-block;
	padding:15px 15px 0px 15px;
}
.priceItem .infoOption h3 {
	margin:0 0 10px 0;
	font-family: 'Lora';
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	letter-spacing: inherit;
    text-transform: inherit;
}
.priceItem .infoOption ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.priceItem .infoOption ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0px 0px 5px 25px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #575757;
}
.priceItem .infoOption ul li:before {
	position: absolute;
    content: '\eb97';
    font-family: remixicon!important;
    font-size: 20px;
    color: #FFA412;
    font-weight: 400;
    line-height: 26px;
	text-align: center;
	left: 0px;
}
.priceItem .link {
	width:100%;
	display:inline-block;
	padding:30px 15px;
	text-align: center;
}
.priceItem .link a {
	width:70%;
    display: inline-block;
    padding: 10px 15px;
    background: linear-gradient(90deg, #42426D 0%, #555698 100%);
    border-radius: 0px 15px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.priceItem .link a:hover {
    background: linear-gradient(90deg, #555698 0%, #42426D 100%);
}
.priceTableTab .nav-tabs {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
	margin-bottom: 60px;
}
.priceTableTab .nav-tabs .nav-link {
	display: inline-block;
    margin: 0 10px;
    padding: 12px 42px;
    background: transparent;
	border:1px solid #fff;
    border-radius: 0px 15px;
    font-family: 'Lora';
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.priceTableTab .nav-tabs .nav-link.active, .priceTableTab .nav-tabs .nav-link:hover {
	display: inline-block;
    margin: 0 10px;
    padding: 12px 42px;
    background: #FFA412;
	border:1px solid #FFA412;
    border-radius: 0px 15px;
    font-family: 'Lora';
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.sole-trader {}
.priceItem.sole-trader .title {
    background: #A9B2DF;
}
.priceItem.sole-trader .infoOption ul li:before {
    content: '\eb81';
    color: #545798;
}
.priceItem.sole-trader .link a {
    background: linear-gradient(90deg, #F6921E 0%, #FFB93E 100%);;
}
.priceItem.sole-trader .link a:hover {
    background: linear-gradient(90deg, #FFB800 0%, #F9A013 100%);
}
.priceTableTab .nav-tabs .nav-link.active.tab2active, .priceTableTab .nav-tabs .nav-link.tab2active:hover {
	background: #A9B2DF;
	border:1px solid #A9B2DF;
}

/*----- Blog Page ------*/
.latestArticleSec {
	margin-bottom:90px;
}
.latestArticleSec .image {
	text-align: center;
}
.latestArticleSec .image img {
	width: 80%;
	height:auto;
}
.latestArticleSec .content {
	display: flex;
    align-items: center;
}
.latestArticleSec .content h3 {
    position: relative;
    margin: 0 0 10px 0;
    font-size: 16px;
	line-height: 34px;
    color: #FFB800;
    font-weight: 600;
    text-transform: uppercase;
}
.latestArticleSec .content h1 {
	margin: 0 0 20px 0;
    font-family: 'Lora', serif;
    font-size: 64px;
    color: #3D3E62;
    font-weight: 400;
    line-height: 74px;
}
.latestArticleSec .content h1 strong {
    font-weight: 700;
}
.latestArticleSec .content .getstartedBtn {
    display: inline-block;
    margin-right: 20px;
    padding: 12px 42px;
    background: linear-gradient(90deg, #F9A013 0%, #FFB800 100%);
    border-radius: 0px 15px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.latestArticleSec .content .getstartedBtn:hover {
    background: linear-gradient(90deg, #FFB800 0%, #F9A013 100%);
}

.left_content {
	float: left;
    width: 100%;
}
.left_content .title {    
    width: 100%;
	display: inline-block;
	margin: 0 0 50px 0;
}
.left_content .title h2 {
	margin: 0 0 0px 0;
    font-family: 'Lora', serif;
    font-size: 50px;
    color: #3D3E62;
    font-weight: 400;
    line-height: 60px;
	text-align:center;
}
.left_content .title h2 span {
	color: #A9B2DF;
}

.left_content .search-form {
	position: relative;
    padding: 20px 0;
}
.left_content .search-form label {
	font-size: 17px;
    color: #424242;
    font-weight: 700;
    text-transform: uppercase;
}
.left_content .search-form .search-field {
	display: inline-block;
    width: 100%;
    height: 40px;
    padding: 7px 40px 7px 10px;
    margin-bottom: 0;
    border: 2px solid #3E3E5F;
	outline: 0;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    line-height: normal;
    vertical-align: top;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.left_content .search-form .search-submit {
    display: inline-block;
    min-width: auto;
    padding: 3px 7px;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    font-size: 25px;
    color: #3E3E5F;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
	cursor: pointer;
	position: absolute;
    top: 49px;
    right: 0;
}
.left_content .search-form .search-submit:hover {
	color: #000000;
    text-decoration: none;
}


.blog_items {
    margin-bottom: 50px;
}
.blog_items .blog-image {
	display: inline-block;
	width: 100%;
	background: #ffffff;
	border-radius: 0px;
	overflow: hidden;	
}
.blog_items .blog-image img {	
	width: 100%;
	height: auto;
}
.blog_items .whiteBox {
	position: relative;
	width: 90%;
	margin: -120px auto 0px auto;
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	border-radius: 0px 20px;
}
.blog_items .whiteBox h2.entry-title {
	position: relative;
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 32px;
    min-height: 68px;
}
.blog_items .whiteBox h2.entry-title a {
	font-family: 'Lora', serif;
	color: #3E3E63;
	font-weight: 400;
	text-decoration:none;	
}
.blog_items .whiteBox h2.entry-title a:hover {
	color: #A9B2DF;
}
.blog_items .whiteBox .post-meta  {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #4D4D4D;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;	
}
.blog_items .whiteBox .post-meta .catbox {
	position: relative;
	display: inline-block;
	padding-right: 70px;
	width: auto;
	font-size: 16px;
	color: #A9B2DF;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;	
}
.blog_items .whiteBox .post-meta .catbox a {
	font-size: 16px;
	color: #A9B2DF;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration:none;
}
.blog_items .whiteBox .post-meta .catbox a:hover {
	color: #3E3E63;
}
.blog_items .whiteBox .post-meta .catbox:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background-color: #D9D9D9;	
	top: 9px;
	right: 20px;
}
.blog_items .whiteBox .read-more {
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px 30px;
	background: linear-gradient(90deg, #42426D 0%, #555698 100%);
	border-radius: 0px 15px;
	font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.blog_items .whiteBox .read-more:hover {
	background: linear-gradient(90deg, #555698 0%, #42426D 100%);
}

.blogDetail .whiteBox {
    position: relative;
    width: 100%;
    margin: 0px auto 70px auto;
	padding: 0px;
    box-shadow: none;
    border-radius: 0;
}
.blogDetail .whiteBox h3 {
	position: relative;
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 20px;
	color:#F6921E;
	text-align:center;
}
.blogDetail .whiteBox h2.entry-title {
	position: relative;
	margin: 0 0 20px 0;	
	font-family: 'Lora', serif;
	font-size: 45px;
	line-height: 53px;
	color:#3E3E61;
	text-align:center;
}
.blogDetail .whiteBox .post-meta {
    margin: 0 0 15px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #A9B2DF;
    text-transform: uppercase;
	text-align: center;
}
.blogDetail .whiteBox .date {
    position: relative;
    display: flex;
    grid-gap: 30px;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #4D4D4D;
    text-transform: uppercase;
	text-align: center;
}
.blogDetail .whiteBox .date img {
	margin-right:5px;
}
.blogDetail .post-media {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    border-radius: 0px;
    overflow: hidden;
}
.blogDetail p {
	margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    color: #000000;
}
.blogDetail h3 {
    margin: 0 0 10px 0;
    font-size: 26px;
    color: #3C3F61;
    line-height: normal;
}
.blogDetail .blog-read-more {
    display: inline-block;
    padding: 5px 17px;
    margin-top: 0px;
	border: 1px solid #3E3E5F;
    background: transparent;
	border-radius: 4px;
    font-size: 16px;
    color: #3E3E5F;
    font-weight: 700;
    line-height: 1.7em;
    text-transform: uppercase;
	text-decoration: none;
	transition: .5s all;
}
.blogDetail .blog-read-more:hover {
    background: #3E3E5F;
	color: #ffffff;
}
.blogDetail .whiteBox .post-meta a {
	font-size: 16px;
	color: #4D4D4D;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration:none;
}
.blogDetail .whiteBox .post-meta a:hover {
	color: #A9B2DF;
}
.blogDetail .share {
    margin-top: 20px;
	clear: both;
}
.blogDetail .share #os-share-more {
	transform: translateX(-50%);
}
.single .blogDetail {
	margin-bottom: 0px;
}
.single .blogDetail .post-media {
    margin-bottom: 50px;
}
.single .blogDetail .post-media img {
	width: 100%;
    max-width: 100%;
	height: auto;
}

.pagination {
	float: left;
    width: auto;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.pagination ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.pagination ul li {
	display: inline-block;
	width: auto;
	padding: 0 7px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.pagination ul li a {
	display: inline-block;
    margin-bottom: 0px;
    padding: 10px 17px;
    background: #fff;
    border-radius: 0px 15px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.pagination ul li a:hover {
	color: #FFA412;
}
.pagination ul li a.next,
.pagination ul li a.prev  {
	display: inline-block;
    padding: 10px 30px;
    background: linear-gradient(90deg, #42426D 0%, #555698 100%);
    border-radius: 0px 15px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.pagination ul li a.next:hover,
.pagination ul li a.prev:hover {
	background: linear-gradient(90deg, #555698 0%, #42426D 100%);
	color:#FFFFFF;
}
.pagination ul li.active .current {
	display: inline-block;
    margin-bottom: 0px;
    padding: 10px 17px;
    background: #fff;
    border-radius: 0px 15px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    font-size: 18px;
    color: #FFA412;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.user_cmt_box {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 30px 0 0 0;
	border-top: 1px solid #cccccc;
}
.user_cmt_box h3 {
	margin: 0px;
	padding-bottom: 20px;
	font-size: 24px;
	color: #3E3E5F;
	font-weight: 600;
}
.user_cmt_box .media_list {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.user_cmt_box .media_list .blog-user-image {
	display: inline-block;
	width: 69px;
}
.user_cmt_box .media_list .blog-user-image img {
	border-radius: 50%;
}
.user_cmt_box .media_list .blog-user-comment-body {
	float: right;
	width: calc(100% - 69px);
	padding: 0px 12px;
	box-sizing: border-box;
}
.user_cmt_box .media_list .blog-user-comment-body .user_name {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
}
.user_cmt_box .media_list .blog-user-comment-body .date {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply {
	display: inline-block;
	width: auto;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a {
	color: #777777;
	text-decoration: none;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a:hover {
	color: #3E3E5F;
}
.user_cmt_box .media_list .blog-user-comment-body p {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	line-height: 25px;
}
.user_cmt_box .children {
	margin: 0;
	padding-left: 40px;
}
.comment-respond {
	float: inherit;
    width: 64%;
    margin: 30px auto 0px auto;
    padding-top: 30px;
    border-top: 1px dashed #cccccc;
}
.comment-respond h3 {
	position: relative;
    margin: 0 0 20px 0;
    font-family: 'Lora', serif;
    font-size: 32px;
    color: #3C3F61;
    font-weight: 400;
    line-height: 32px;
}
.comment-respond h3 small {
	padding-left: 10px;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
}
.comment-respond a {
	color: #3E3E5F;
	text-decoration: none;
}
.comment-respond a:hover {
	color: #A9B2DF;
	text-decoration: none;
}
.comment-respond p {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
	font-size: 15px;
	color: #222;
	font-weight: 400;
	line-height: normal;
}
.comment-respond p label {
	float: left;
	width: 20%;
	margin: 0;
	padding-right: 20px;
	font-weight: 400;
	text-transform: none;
	text-align: right;
	cursor: pointer;
}
.comment-respond p textarea {
	float: left;
	width: 70%;
	height: 100px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	outline: 0;
	font-size: 16px;
	color: #222;
	resize: none;
}
.comment-respond p input {
	float: left;
	width: 70%;
	height: 37px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	outline: 0;
	font-size: 16px;
	color: #222;
}
.comment-respond p.comment-form-cookies-consent input {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 2px 4px 0 20%;
	background-color: transparent;
	border: none;
}
.comment-respond p.comment-form-cookies-consent label {
	float: left;
	width: calc(70% - 20px);
	margin: 0;
	padding-right: 0px;
	font-size: 14px;
	text-align: left;
}
.comment-respond p .submit {	
	display: inline-block;
	width: auto;
	height: auto;
    margin-bottom: 10px;
	margin-left: 20%;
    padding: 10px 30px;
    background: linear-gradient(90deg, #42426D 0%, #555698 100%);
    border-radius: 0px 15px;
	border: 0px solid #42426D;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.comment-respond p .submit:hover {
    background: linear-gradient(90deg, #555698 0%, #42426D 100%);
}
#articalSec.relatedArticle {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
#articalSec.relatedArticle h2 {
    position: relative;
    margin: 0 auto 20px auto;
}
#articalSec.relatedArticle .content .bottomRow {
    float: left;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}


/*----------------- Contact Page -----------------*/
.contactBox { padding-bottom:0; }
.contactSec {
	position: relative;
	padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(-360deg, #3C3E63 0%, #3D3E62 100%);
    overflow: hidden;
}
.contactSec .shape1 {
    position: absolute;
    width: 300px;
    left: 0px;
    top: -1px;
}
.contactSec .shape1 img {
	width:100%;
	height:auto;
}
.contactSec .shape3 {
    position: absolute;
    width: 220px;
    right: 0px;
    bottom: 0px;
}
.contactSec .shape3 img {
	width:100%;
	height:auto;
}
.contactSec .contact-form {
	width: 100%;
	margin: 0 auto;
}
.contactSec .contact-form h2 {
    position: relative;
    margin: 0 0 20px 0;
    padding-top: 20px;
    font-family: 'Lora', serif;
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
}
.contactSec .contact-form h2:before {
    position: absolute;
    content: '';
    width: 95px;
    height: 4px;
    margin: 0 auto;
    background-color: #FFB800;
    border-radius: 4px;
    left: 0px;
    top: 0px;
    right: 0px;
}
.contactSec .contact-form p {
    margin: 0 0 50px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
.contactSec .contact-form .form-group {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.contactSec .contact-form .form-group .form-control {
	display: inline-block;
    width: 100%;
    height: 55px;
    padding: 0px 35px;
    outline: 0;
    background-color: transparent;
    border: 1px solid #7A7AC0;
    box-shadow: 5px 5px 0px 3px rgb(0 0 0 / 9%);
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contactSec .contact-form .form-group .form-control::placeholder {
	color: #ffffff;
}
.contactSec .contact-form .form-group textarea.form-control {
	resize: none;
	height: auto;
	padding: 15px 40px;
}
.contactSec .contact-form .form-group .submitBtn {
	display: inline-block;
    width: 30%;
    padding: 15px 25px;
    background: #FFB503;
    border: 0px solid #7A7AC0;
    box-shadow: 5px 5px 0px 3px rgb(0 0 0 / 9%);
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.contactSec .contact-form .form-group .submitBtn:hover {
	background: #A9B2DF;
	color: #FFFFFF;
}

.contactDetl {
    position: relative;
    padding-top: 110px;
    padding-bottom: 90px;
}
.contactDetl .contact-item {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 65px 10px 30px 10px;
    background: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #3c3e63;
    text-align: center;
}
.contactDetl .contact-item .icon {
    position: absolute;
    display: block;
    width: 75px;
    height: 75px;
    background-color: #ffb800;
    border-radius: 50%;
    padding: 25px 0;
    font-size: 25px;
    color: #FFFFFF;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.contactDetl .contact-item .info {
    float: left;
    width: 100%;
}
.contactDetl .contact-item .info h4 {
    margin: 0 0 15px 0;
	font-family: 'Lora', serif;
    font-size: 24px;
    color: #3c3e63;
    line-height: 34px;
}
.contactDetl .contact-item .info p {
	margin: 0 0 0 0;
    display: inline-block;
    font-size: 18px;
    color: #575757;
    font-weight: 400;
    line-height: 28px;
}
.contactDetl .contact-item .info a {
    display: inline-block;
    font-size: 18px;
    color: #575757;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.contactDetl .contact-item .info a:hover {
    color: #A9B2DF;
}
.mapSec {
	position: relative;
	padding-top: 70px;
    padding-bottom: 70px;
    background: linear-gradient(-360deg, #A9B2DF 31.32%, #D9DDF3 60.37%);
}
.mapSec .map {
	float: left;
    width: 100%;
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 0 30px;
}
.mapSec .map h2 {
	margin: 0 0 25px 0;
	font-family: 'Lora', serif;
	font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    color: #3C3F61;
    text-align: left;
}
.mapSec .map p {
	margin: 0 0 0 0;
}
.mapSec .map iframe {
	width: 100%;
	height: 350px;
    float: left;
}