/*=========== TABLE OF CONTENTS ========
** Common Css
** Preloader Css
** Main Menu Css
** Home Banner Css
** Home Slider Css
** Page Banner Css
** Brand Slider Css
** Section Title Css
** Process Box Css
** About Css
** Service Css
** Video Css
** Pricing Table Css
** Recent Post Css
** Appointment Css
** Counter Css
** Team Member Css
** Portfolio Css
** Contact Css
** 404 Css
** Footer Css
** Responsive Css


======================================*/

/*=========================
** Common Css
========================*/

html {
  scroll-behavior: smooth;
}
body {
	font-size: 16px;
	line-height: 27px;
	color: #7a8099;
	font-weight: 400;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #031d5b;
	font-family: 'Poppins';
	
}

h1 {
	font-size: 40px;
	line-height: 45px;font-weight: 700;
}

h2 {
	font-size: 36px;
	line-height: 40px;font-weight: 700;
}

h3 {
	font-size: 28px;
	line-height: 34px;font-weight: 700;
}

h4 {
	font-size: 24px;
	line-height: 28px;font-weight: 700;
}

h5 {
	font-size: 18px;
	line-height: 24px;font-weight: 300;
}

h6 {
	font-size: 16px;
	line-height: 26px;font-weight: 700;
}

a {
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}

a:hover,
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.slick-slide:focus {
	box-shadow: none !important;
	outline: none !important;
}

.site-wrapper{
	overflow: hidden;
}

.hide-large{
	display: none;
}

.td_button {
	font-family: "Poppins";
	font-size: 16px;
	font-weight: 700;
	background: #0b1759;
	color: #ffffff;
	padding: 27px 75px 21px 50px;
	display: inline-block;
	border-radius: 50px;
	position: relative;
	line-height: 1;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}

.td_button:before {
	content: '\f101';
	position: absolute;
	font-family: Flaticon;
	right: 43px;
	font-size: 21px;
	line-height: 1;
	top: 32px;
}

.td_button:hover {
	background: #1b1973;
	color: #ffffff;
}

.td-tbl {
	display: table;
	height: 100%;
	width: 100%;
}

.td-tcell {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.m0p0ln,
.m0p0ln ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bg-cover{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.pr-100{
	padding-right: 100px;
}

.pl-100{
	padding-left: 100px;
}

.mt-30{
	margin-top: 30px;
}

.section-padding {
	padding: 110px 0 0 0;
}

/* scrollUp */
#scrollUp {
    background: #0b1759;
    height: 45px;
    width: 45px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

#scrollUp i {
    height: 30px;
    width: 30px;
    line-height: 28px;
}

/* Slick Dots Style */
.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 50px;
}

.slick-dots li {
	display: inline-block;
	margin-right: 10px;
}

.slick-dots button {
	border: 2px solid #0b1759;
	border-radius: 50%;
	height: 12px;
	padding: 0;
	text-indent: -10000px;
	width: 12px;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}

.slick-dots .slick-active button {
	background: #0b1759;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
textarea {
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 30px;
	width: 100%;
	box-shadow: none;
	outline: none;
	border-radius: 5px;
}

textarea,
input,
input:focus,
button:focus,
select:focus,
input:focus,
button:focus {
	box-shadow: none;
	outline: none;
}

textarea {
	height: 120px;
}

select {
	width: 100%;
	height: 50px;
	cursor: pointer;
}

input[type=submit] {
	border: none;
	padding: 20px 20px 13px;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	color: #ffffff;
	background: #0b1759;

}

button[type=submit] {
	color: #ffffff;
	background: #0b1759;
	border: none;
}

input[type=submit]:hover,
button[type=submit]:hover {
	background: #191873;
}


input[type=submit],
button[type=submit] {
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}

input[type="search"].search-field {
	background: transparent;
	border-radius: 50px;
	border: 1px solid;
	padding: 15px 20px;
	border-color: #dddddd;
}

button {
	cursor: pointer;
}

.search-form button[type="submit"] {
	background: transparent;
	border: none;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	font-size: 20px;
	padding: 10px 15px;
	color: #dddddd;
}

.header-search-wrapper {
	background: #3227b0;
	background: -moz-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
	background: -webkit-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
	background: linear-gradient(135deg, #3227b0 0%, #6a70d5 100%);
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	-ms-transform: translateY(-110%);
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

.header-search-wrapper.search-open {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.search-close {
	position: absolute;
	right: 50px;
	height: 50px;
	width: 50px;
	color: #031d5c;
	font-weight: 700;
	font-size: 25px;
	top: 50px;
	background: #fff;
	border-radius: 50%;
	line-height: 50px;
	cursor: pointer;
}

.header-search-wrapper .search-form {
	width: 50%;
	display: inline-block;
	position: relative;
}

.header-search-wrapper input[type="search"] {
	color: #ffffff;
	margin-bottom: 0;
}

.header-search-wrapper input[type="search"]::placeholder {
	color: #ffffff;
}



/*======================
    Preloader Css
======================*/

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	overflow: hidden;
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 1.7s linear infinite;
	animation: spin 1.7s linear infinite;
	z-index: 11;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin-reverse 0.6s linear infinite;
	animation: spin-reverse 0.6s linear infinite;
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin-reverse {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes spin-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #3227b0;
	z-index: 10;
}

#loader-wrapper .loader-section.loader-left-section {
	left: 0;
}

#loader-wrapper .loader-section.loader-right-section {
	right: 0;
}

.site-fully-loaded #loader-wrapper .loader-section.loader-left-section {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.site-fully-loaded #loader-wrapper .loader-section.loader-right-section {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.site-fully-loaded #loader {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.site-fully-loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}

/*--------------------------------------------------------------
# Main Menu Css
--------------------------------------------------------------*/

.site-branding .site-title a {
	color: #ffffff;
	
}

.site-branding .site-title {
	margin-bottom: 0;
	line-height: 1;
	margin-top: 6px;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}

.header-menu-area {
	position: absolute;
	width: 100%;
	z-index: 1;
	background: #fff;
	padding: 0;

}

.header-menu-area:before {
	position: absolute;
	content: '';
	background: transparent;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.main-navigation ul li {
	display: inline-block;
	position: relative;
}

.main-navigation ul li a {
	color: #0f194e;
	font-weight:600;
	font-size: 16px;
	display: block;
	padding: 13px 14px;
	line-height: 1;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}

.main-navigation ul li:last-child a {
	padding-right: 0;
}

/*logo height*/
.site-branding.td-tbl,
.site-branding.td-tbl img {
		width: auto;
}

.td-header-src-btn {
	height: 30px;
	width: 30px;
	background: transparent;
	cursor: pointer;
	display: inline-block;
	margin-bottom: -8px;
	margin-left: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 20px !important;
}

.td-header-src-btn i {
	position: absolute;
	left: 4px;
	top: 6px;
}

.main-navigation {
	display: inline-block;
	z-index: 3;
	position: relative;
}

/*Dropdown Menu*/
.main-navigation .sub-menu {
	position: absolute;
	width: 250px;
	background: #fff;
	left: 0;
	text-align: left;
	top: 100px;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px;
	padding: 10px 0;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

.main-navigation li:last-child ul {
	left: auto;
	right: 0;
}

.main-navigation .sub-menu a {
	color: #031d5c;
	padding: 12px 20px;
}

.main-navigation ul .sub-menu li:last-child a {
	padding-right: 20px;
}

.main-navigation .sub-menu li {
	display: block;
}

.main-navigation li:hover > .sub-menu {
	top: 42px;
	opacity: 1;
	visibility: visible;
}

.main-navigation .sub-menu .sub-menu {
	left: 250px;
	top: 80px;
}

.main-navigation .sub-menu li:hover .sub-menu {
	top: 0;
}

.sub-menu li a:hover {
	color: #0b1759;
}

.main-navigation ul.children {
	position: absolute;
	width: 250px;
	top: 100px;
	opacity: 0;
	visibility: hidden;
	background: #ffffff;
	text-align: left;
	border-radius: 5px;
	z-index: 5;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

.main-navigation ul.children li {
	display: block;
}

.main-navigation ul.children li:first-child {
	padding-top: 15px;
}

.main-navigation ul.children li:last-child {
	padding-bottom: 15px;
}

.main-navigation ul.children a {
	color: #031d5c;
}

.main-navigation ul.children a:hover {
	color: #0b1759;
}

.main-navigation ul.children .children {
	left: 250px;
}

.main-navigation li:hover > .children {
	opacity: 1;
	visibility: visible;
	top: 40px;
}

.main-navigation li:hover > .children .children {
	top: 0;
}

/*Sticky Menu*/
.sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

/*Mobile Menu*/
.header-area.site-header{
	position: relative;
	z-index: 99;
}

.site-branding,
.td-header-src-btn {
	position: relative;
}

.slicknav_btn {
	margin-top: 20px;
	background: transparent;
	margin-right: 0;
	padding-right: 0;
}

#mobile-menu-wrap {
	position: absolute;
	max-width: 1140px;
	left: 50%;
	width: 100%;
	margin-left: -570px;
	top: 0;
	background: transparent;
	padding: 10px 0;
	display: none;
}

.slicknav_menu,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
	background: transparent;
}

ul.slicknav_nav {
	background: #ffffff;
	margin-top: 75px;
	max-height: 350px;
	overflow: scroll;
	padding: 15px;
}

ul.slicknav_nav ul,
.slicknav_nav ul ul {
	padding: 0;
}

ul.slicknav_nav ul {
	padding-left: 10px;
}

.slicknav_nav ul {
	background: #ffffff;
	padding: 10px 15px;
	margin-top: 2px;
	margin-left: 0;
}

ul.slicknav_nav,
.slicknav_nav ul {
	max-height: 300px;
	overflow: scroll;
	box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.09);
}

ul.slicknav_nav ul,
.slicknav_nav ul ul {
	box-shadow: none;
}

.slicknav_nav a,
.slicknav_nav .slicknav_row:hover {
	color: #031d5c;
}

.slicknav_row:hover a,
.slicknav_row:hover .slicknav_arrow,
.slicknav_nav a:hover {
	color: #0b1759;
}

/*======================================
    # Home Banner Css
========================================*/

.td-home-banner-area {
	background: #3227b0;
	background: -moz-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
	background: -webkit-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
	background: linear-gradient(135deg, #3227b0 0%, #6a70d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3227b0', endColorstr='#6a70d5', GradientType=1);
	height: 890px;
	position: relative;
}

.banner-content {
	z-index: 1;
	position: relative;
}

.td-home-banner-title {
	font-size: 55px;
	color: #fff;
	line-height: 55px;
}

.td-home-banner-desc {
	color: #fff;
	font-size: 20px;
	line-height: 29px;
	margin-top: 50px;
}

.td-banner-btn-wrap {
	margin-top: 25px;
}

.td-banner-btn-wrap .td_btn {
	background: #ffffff;
}

.td-banner-btn-wrap .td_button {
	background: #ffffff;
	color: #0b1759;
	margin-right: 20px;
	margin-top: 10px;
}

.td-banner-btn-wrap .td_button:last-child {
	margin-right: 0;
}

.td-banner-btn-wrap .td_button:hover {
	background: #031d5b;
	color: #ffffff;
}

.td-home-banner-right-image {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	max-width: 50%;
}

.td-home-banner-right-image .right-image {
	position: relative;
}

.td-home-banner-right-image .right-image .doted-bg {
	position: absolute;
	bottom: -32px;
	left: 66px;
}

.td-home-banner-right-image .right-image img {
	position: relative;
}

/*=========================
** Home Slider Css
========================*/

.td-home-slider-area .td-single-slide {
	height: 700px;
	background-size: cover;
	background-position: center;
	background-color: #ddd;
}

.td-single-slide .banner-content {
	margin-top: 60px;
	max-width: 55%;
}

.td-single-slide .td-banner-btn-wrap .td_button {
    background: #0b1759;
    color: #fff;font-size:30px;
}

.td-single-slide .td-banner-btn-wrap .td_button:hover {
    background: #1A1873;
    color: #fff;
}

.slick-arrow:focus {
    outline: none;
}

.td-home-slider-area .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 80px;
    width: 80px;
    line-height: 72px;
    font-size: 20px;
    border-radius: 50%;
    background-image: url(images/slider-bg-1.jpg);
    color: #fff;
    border: 5px solid #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.td-home-slider-area .slick-right.slick-arrow {
    left: auto;
    right: 10px;
    background-image: url(images/slider-bg-2.jpg);
}

.td-home-slider-area:hover .slick-arrow.slick-prev {
    left: 30px;
    opacity: 1;
}

.td-home-slider-area:hover .slick-arrow.slick-right {
    right: 30px;
    opacity: 1;
}

/*=========================
** Page Banner Css
========================*/

.about .td-page-banner{
	background-image: url("../images/default-banner.jpg");
}

.td-page-banner{
	height: 300px;
}

.td-page-banner-title {
	font-size: 45px;
	margin-bottom: 0;
	line-height: 55px;
	font-family: "Poppins";
}

.breadcrum-container {
	margin-top: 10px;
	font-weight: 600;
	font-family: "Poppins";
}

.td-banner-content {
	margin-top: 100px;
}

.td-page-banner-title,
.breadcrum-container li,
.breadcrum-container li a{
	color: #ffffff;
}

.breadcrum-container li {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	margin-right: 10px;
}

.breadcrum-container li:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	right: 0;
	top: 0;
}

.breadcrum-container li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.breadcrum-container li:last-child:before {
	content: '';
}

/*======================================
    # Brand Slider Css
========================================*/

.td-brand-item.slick-slide {
	height: 100px;
	text-align: center;
	padding: 0 15px;
}

.td-brand-item.slick-slide img {
	display: inline-block;
}

.td-slide-title-wrap {
	text-align: center;
	margin-bottom: 5px;
}

.td-brand-slide-title {
	display: inline-block;
}

/*======================================
    # Section Title Css
========================================*/

.td-section-title-wrap {
	text-align: center;
}

.td-section-title-content {
	display: inline-block;
	margin-bottom: 30px;
}

.td-section-subtitle {
	font-size: 16px;
	text-transform: uppercase;
	color: #0b1759;
	font-weight: 600;
	margin-bottom: 35px;
}

.td-section-title {
	line-height: 45px;
	font-size: 36px;
}

/*======================================
    # Process Box Css
========================================*/

.processing-section.section-padding {
	padding-top: 75px;
	padding-bottom: 155px;
}
.processing-section{
	background-image: url("images/shape-1.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
}

.processs-box-wrapper{
	margin-top: 28px;
}

.td-process-box {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	padding: 30px;
}

.td-process-box:before {
	position: absolute;
	content: '';
	background-repeat: no-repeat;
}

.td-process-box-1:before{
	background-image: url("images/process-line-1.png");
	height: 118px;
	width: 304px;
	left: 200px;
	top: 145px;
	-webkit-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
}

.td-process-box-2:before{
	background-image: url("images/process-line-2.png");
	height: 133px;
	width: 384px;
	left: 115px;
	top: 150px;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.td-process-icon {
	background: #ffffff;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	position: relative;
	display: inline-block;
}

.td-process-icon-top {
	margin-bottom: 30px;
}

.td-process-icon-bottom {
	margin-top: 50px;
}

.td-process-icon img {
	position: absolute;
	display: inline-block;
	top: -25px;
	left: -20px;
}

.td-process-icon i {
	height: 100px;
	width: 100px;
	display: inline-block;
	line-height: 115px;
	text-align: center;
	color: #031d5c;
}

.td-process-icon i:before {
	font-size: 65px;
}

/*=========================
** About Css
========================*/

.about-section.section-padding {
    padding: 60px 0 0 0;
}

.td-image-box {
	position: relative;
	margin-bottom: 35px;
}

.td-button-wrap {
	margin-top: 43px;
}

.td-text-wrap {
	margin-top: 18px;
}

.td-image-box img,
.td-image-box a {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.td-image-box .td-image-dotted-bg {
	position: absolute;
	left: 95px;
	z-index: 1;
	top: -76px;
}

.td-image-box:before {
	position: absolute;
	height: 160px;
	width: 160px;
	background: #4fe3c2;
	bottom: -22px;
	left: -62px;
	content: '';
}

.about .about-section.section-padding {
    padding-top: 180px;
}

.vision-mission {
	margin-top: 100px;
}
.vision-mission-box {
	margin-bottom: 30px;
}
.vision-mission-box h4 {
	margin-bottom: 15px;
}

.about .service-section.section-padding {
	padding-bottom: 83px;
} 

/*======================================
    # Service Css
========================================*/

.services .td-page-banner{
	background-image: url("images/service-bg.jpg");
}

.services .single-service.td-page-banner{
	background-image: url("images/single-service.jpg");
}

.services .service-section.section-padding {
	padding: 115px 0 85px;
}

.service-section {
	background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}

.td-service-box {
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.09);
	border: 3px solid;
	border-color: transparent;
	margin-bottom: 30px;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s; min-height:400px;
}

.td-service-box:hover,
.td-service-box.active {
}

.td-service-box-title {
	margin:40px 20px;
}

.td-service-button {
	margin-top: 35px;
	margin-bottom: 18px;
}

.td_text_button {
	font-size: 16px;
	color: #0b1759;
	font-family: 'Poppins';
	font-weight: 700;
	position: relative;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.td_text_button:before {
	position: absolute;
	content: '\f101';
	font-family: flaticon;
	right: 0;
	font-size: 14px;
	top: -1px;
}

.td_text_button:hover {
	color: #191873;
}

.td-service-font-icon {
	height: 120px;
	width: 120px;
	background: #d6f9f1;
	text-align: center;
	line-height: 120px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 40px;
	margin-top: 25px;
}

.td-service-font-icon i:before {
	font-size: 35px;
}

.td-service-font-icon i {
	color: #4fe3c2;
}

.td-service-box-2 .td-service-font-icon{
	background: #f9ebd7;
}

.td-service-box-2 .td-service-font-icon i{
	color: #e3ac53;
}

.td-service-box-3 .td-service-font-icon{
	background: #dcdff9;
}

.td-service-box-3 .td-service-font-icon i{
	color: #515fe3;
}

.td-service-box-4 .td-service-font-icon{
	background: #e5d7f9;
}

.td-service-box-4 .td-service-font-icon i{
	color: #a951e2;
}

.td-service-box-5 .td-service-font-icon{
	background: #dcdff9;
}

.td-service-box-5 .td-service-font-icon i{
	color: #515fe3;
}

.td-service-box-6 .td-service-font-icon{
	background: #f8e2d6;
}

.td-service-box-6 .td-service-font-icon i{
	color: #e38d53;
}

.service-list-menu ul {
	border: 1px solid #dddddd;
	margin-bottom: 60px;
}

.service-list-menu ul li a {
	font-size: 18px;
	font-family: 'Poppins';
	padding: 20px 30px;
	display: block;
	border-bottom: 1px solid #dddddd;
	color: #031d5c;
}

.service-list-menu ul li.current-menu-item a,.service-list-menu ul li a:hover {
	color: #ffffff;
	background: #0b1759;
}

.widget.widget_themedraft_download_button_widget{
	background: #f5f5f5;
	padding: 30px 30px 35px 30px;
}

.widget.widget_themedraft_download_button_widget .widget-title {
	margin-bottom: 23px;
	font-size: 24px;
	line-height: 36px;
}

.widget.widget_themedraft_download_button_widget .td_button:before {
	content: '\f381';
	font-family: "Font Awesome 5 Free";
	right: 35px;
}

.single-service-content h1,.single-service-content h2,.single-service-content h3,.single-service-content h4,
.single-service-content h5, .single-service-content h6{
	margin-bottom: 15px;
}

.single-service-content p {
	margin-bottom: 35px;
}
.single-service-content img {
	margin-bottom: 45px;
}

.td-icon-title-and-text-wrapper i:before {
	font-size: 50px;
	display: inline-block;
	color: #0b1759;
}

.td-icon-title-and-text-wrapper i {
	display: block;
	line-height: 1;
	margin-bottom: 25px;
}

.td-icon-title-and-text-wrapper p {
	margin-bottom: 15px;
}


.row.td-single-service-iconbox {
	margin-top: 60px;
	margin-bottom: 10px;
}

/*======================================
    # Video Css
========================================*/

.video-section.section-padding {
	padding-top: 240px;
	background: linear-gradient(180deg, #fbfbfb 0%, #ffffff 100%);
}

.mfp-bg {
	background: #3227b0;
	background: -moz-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
	background: -webkit-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
	background: linear-gradient(135deg, #3227b0 0%, #6a70d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3227b0', endColorstr='#6a70d5', GradientType=1);
}

.td-video-wrapper {
	position: relative;
}

.td-video-content-box {
	background: #3227b0;
	background: -moz-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
	background: -webkit-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
	background: linear-gradient(135deg, #3227b0 0%, #6a70d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3227b0', endColorstr='#6a70d5', GradientType=1);
	position: absolute;
	width: 50%;
	padding: 50px;
	color: #fff;
	left: 0;
	top: -150px;
	z-index: 3;
}

.td-video-title {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 35px;
}

.td-video-button h6 {
	font-size: 16px;
	margin-bottom: 0;
}

.td-video-content-box h5,
.td-video-content-box h6 {
	color: #fff;
}

.td-video-button h6,
.video-button i {
	display: inline-block;
}

.td-video-button {
	margin-top: 55px;
}

.td-video-button i {
	color: #4b49c1;
	height: 70px;
	width: 70px;
	background: #fff;
	line-height: 70px;
	text-align: center;
	font-size: 25px;
	border-radius: 50%;
	margin-left: 30px;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}

.td-video-play-button {
	display: inline-block;
}


.td-video-img img {
	display: inline-block;
}

.td-video-img {
	text-align: right;
	position: relative;
	z-index: 2;
}

.td-video-wrapper .td-image-dotted-bg {
	position: absolute;
	top: -150px;
	right: -75px;
	z-index: 1;
}

.td_video_button {
	background: #3227b0;
	background: -moz-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
	background: -webkit-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
	background: linear-gradient(135deg, #3227b0 0%, #6a70d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3227b0', endColorstr='#6a70d5', GradientType=1);
	display: inline-block;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	line-height: 120px;
	font-size: 25px;
	color: #ffffff;
	text-align: center;
}

.td_video_button:hover {
	color: #ffffff;
}

.video-section-2{
	background-image: url("images/video-bg-2.jpg");
	text-align: center;
	padding: 200px 0;
}

/*======================================
    # Pricing Table Css
========================================*/

.pricing-section{
	background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
	padding-bottom: 85px;
}

.td-pricing-table-wrapper {
	border-top: 3px solid;
	border-color: transparent;
	padding: 65px 30px 55px 30px;
	background: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.09);
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}

.td-pricing-table-wrapper:hover,
.td-pricing-table-wrapper.active {
	border-color: #0b1759;
}

.td-pricing-title {
	line-height: 32px;
}

.td-price {
	font-size: 72px;
	line-height: 65px;
	color: #0b1759;
}

.td-pricing-price h6 {
	color: #7a8099;
	margin-top: -5px;
}

.td-pricing-price {
	margin-top: 50px;
	margin-bottom: 40px;
}

.td-pricing-list li {
	padding: 8px 0;
}

.td-pricing-btn {
	margin-top: 45px;
}

.td_button.td_pricing_btn {
	box-shadow: 0px 3px 14px 0px rgba(78, 75, 194, 0.5);
}

.td_button.td_pricing_btn:hover {
	box-shadow: 0px 3px 14px 0px rgba(26, 24, 115, 0.5);
}

.td-text-editor-content h4 {
	margin-bottom: 15px;
}

/*======================================
    # Testimonial Css
========================================*/

.testimonial-title-area {
	background: #f7f0e8;
	padding-top: 50px;
	padding-bottom: 355px;
}

.td-testimonial-item.slick-slide {
	padding: 15px;
}

.td-testimonials .td-testimonial-content {
	background: #ffffff;
	box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.09);
	padding: 35px 50px 50px;
	border-radius: 6px;
}

.td-testimonials .slick-current .td-testimonial-content {
	background: #0b1759 !important;
	color: #ffffff;
	transition:  all .3s ease 0s;
	-webkit-transition:  all .3s ease 0s;
	-moz-transition:  all .3s ease 0s;
	-ms-transition:  all .3s ease 0s;
	-o-transition:  all .3s ease 0s;
}

.td-testimonial-icon {
	position: relative;
	height: 30px;
	width: 30px;
	display: block;
	color: #031d5b;
}

.td-testimonial-icon span {
	position: absolute;
	line-height: 1;
	height: 30px;
	width: 30px;
	display: inline-block;
	top: 0;
	font-size: 120px;
}

.td-testimonial-icon span:first-child {
	left: 20px;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	top: 1px;
}

.td-testimonial-icon span:last-child {
	left: 0px;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}

.td-testimonial-text {
	margin-top: 60px;
	margin-bottom: 40px;
}

.td-testimonial-author-info {
	position: relative;
	/*padding-left: 65px;*/
}

div .td-testimonial-author-info img {
	height: 50px;
	width: 50px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.td-testimonial-author-info h6 {
	font-size: 16px;
	margin-bottom: 0;
}

.td-testimonial-author-info p {
	margin-bottom: 0;
	margin-top: -3px;
}
.td-testimonials .slick-current .td-testimonial-icon, .td-testimonials .slick-current .td-testimonial-author-info h6 {
	color: #ffffff;
}

.td-testimonial-wrapper .slick-arrow {
	background: #fff;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	position: absolute;
	top: -105px;
	border-radius: 50%;
	right: 545px;
	color: #0b1759;
	cursor: pointer;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}

.td-testimonial-wrapper .slick-arrow.slick-prev {
	margin-right: 80px;
}

.td-testimonial-wrapper {
	margin-top: -307px;
	padding-left: 270px;
	width: 116%;
}

.td-testimonial-wrapper .slick-arrow:hover {
	color: #ffffff;
	background: #0b1759;
}

/*======================================
    # Recent Post Css
========================================*/

.recent-post-area{
	background-image: url("images/shape-1.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
}

.recent-post-area.section-padding {
	padding-top: 100px;
	padding-bottom: 215px;
}

.td-recent-post-wrapper {
	position: relative;
	z-index: 2;
	width: 114%;
}

.td-recent-post-wrapper .td-post-thumbnail {
	margin-bottom: 20px;
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
}

.recent-post-1{
	background-image: url("images/blog-img-7.jpg");
}

.recent-post-2{
	background-image: url("images/blog-img-5.jpg");
}

.recent-post-3{
	background-image: url("images/blog-img-6.jpg");
}

.td-post-date {
	margin-bottom: 10px;
}

.td-post-title {
	font-size: 20px;
}

.td-post-title a {
	color: #031d5b;
}

.td-post-title a:hover {
	color: #191873;
}

.td-single-post {
	background: #ffffff;
	padding: 20px;
	box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.09);
	margin-bottom: 30px;
}

.td-recent-post-wrapper .td-post-thumbnail {
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media (min-width: 992px) {

	.td-recent-post-wrapper .row .col-lg-6.td-single-recent-post-wrap:nth-child(2) {
		margin-top: 215px;
	}
}

@media (max-width: 992px) {

	.sidebar-widget-area {
		margin-top: 40px;
	}
}

.blog-shape-image {
	position: absolute;
	top: 61px;
	left: -30px;
	width: 96%;
	z-index: 1;
}

.blog-shape-image svg {
	width: 123%;
	height: auto;
}

/* Blog page Css */
.xzofina-blog-posts.section-padding{
	padding: 115px 0;
}

.post-page .td-page-banner, .single .td-page-banner{
	background-image: url("images/default-banner.jpg");
}

.xzofina-single-post {
	margin-bottom: 35px;
}

.xzofina-single-post article {
	display: block;
	background: #f5f9fa;
	padding: 30px;
	border-radius: 5px;
	overflow: hidden;
}

.xzofina-single-post .td-post-thumbnail {
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 25px;
}

.xzofina-single-post .post-title a {
	color: #031d5b;
	line-height: 30px;
}

.xzofina-post-pagination nav {
	margin: 45px 0 0;
}

.xzofina-post-pagination ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.xzofina-post-pagination ul li {
	display: inline-block;
}

.xzofina-post-pagination ul li .page-numbers {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	border: 1px solid #ddd;
	height: 60px;
	width: 60px;
	display: inline-block;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	color: #0f1326;
	margin-right: 10px;
}

.xzofina-post-pagination ul li .page-numbers:hover, .xzofina-post-pagination ul li .page-numbers.current {
	border: 1px solid transparent;
	background: #0b1759;
	color: #fff;
}

.post-page .td-cta-wrapper{
	margin-top: 0;
}

.single-post-content .td-post-thumbnail {
	position: relative;
	margin-bottom: 10px;
}

.td-single-post-date {
	position: absolute;
	bottom: 50px;
	left: 20px;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	max-width: 80px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-author b a {
    color: #031d5b;
    font-family: 'Poppins';
    margin-left: 10px;
}

.single-posts.section-padding {
    padding: 92px 0px 92px 0;
}

.post-meta i, .post-meta ul {
	display: inline-block;
}

.post-meta ul li {
	display: inline-block;
}

.post-meta ul li a, .post-meta {
	color: #031c5b;
	font-weight: 600;
	margin-bottom: 30px;
	font-family: "Poppins";
}

.single-post-content article h1, .single-post-content article h2, .single-post-content article h3, .single-post-content article h4, .single-post-content article h5, .single-post-content article h6 {
	margin-top: 20px;
	margin-bottom: 15px;
}

.single-post-content .td-post-thumbnail.single-page-thumbnail img {
	margin-top: 0;
}

.single-post-content article h4.td-single-post-date {
	margin: 0;
}

.single-post-content img {
	margin: 20px 0;
}

.comment-metadata a, .reply .comment-reply-link{
	color: #0b1759;
	font-family: 'Poppins';
}

.comment-respond label {
    margin-bottom: 30px;
}

.comment-metadata {
    margin: 5px 0;
}

.comment {
    margin-top: 20px;
}

.children {
    list-style: none;
}

.comment-respond {
    margin-top: 60px;
}

.post-footer div {
	display: inline-block;
}

.post-share ul li,.post-share ul {
	display: inline-block;
}

.post-share {
	float: right;
}

.post-tags, .post-share {
	font-weight: 600;
	color: #031c5b;
}

.post-tags a {
	display: inline-block;
	background: #eeeeee;
	font-weight: 400;
	padding: 9px 18px;
	border-radius: 50px;
	line-height: 1;
	color: #7a8099;
	margin-left: 10px;
}

.post-share .social-icons li a {
	border: 1px solid #ddd;
	line-height: 45px;
	margin-right: 0;
	margin-left: 10px;
}

.post-share {
	margin-top: -6px;
}

.post-share .social-icons li a:hover {
	background: #0b1759;
	color: #fff;
}

.post-footer {
	margin-top: 50px;
	margin-bottom: 90px;
}

.single-post-content .td-related-post img {
	margin-top: 0;
	margin-bottom: 25px;
}

.single-post-content .td-related-post h3 {
	border-bottom: 2px solid #031c5b;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.sidebar-widget-area .widget input[type="search"] {
    border-color: #dddddd;
}

input[type="search"].search-field {
    background: transparent;
    border-radius: 50px;
    border: 1px solid;
    padding: 15px 20px;
    border-color: #dddddd;
}

.search-form, input[type="search"], .search-form label {
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.sidebar-widget-area .widget {
    margin-bottom: 60px;
}

.sidebar-widget-area a, .sidebar-widget-area .widget.widget_archive, .sidebar-widget-area .widget.widget_categories {
    color: #031d5c;
}

.download-btn-widget a {
    color: #fff;
}

.sidebar-widget-area .widget-title {
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

.widget_categories li {
    position: relative;
    padding-left: 17px;
}

.widget-title {
    margin-bottom: 30px;
}

.widget_categories li:before{
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    left: 0;
    font-size: 16px;
	top: 5px;
	font-weight: 700;
    position: absolute;
    color: #031d5c;
}

.td-recent-post-widget-thumb {
    height: 80px;
    width: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.td-recent-post-widget li {
    position: relative;
    padding-left: 95px;
    margin-bottom: 20px;
}

.layout-right-sidebar.single-blog.sidebar-widget-area {
    padding-left: 20px;
}

.td-recent-post-widget li:last-child, ul.td-recent-post-widget h6 {
    margin-bottom: 0;
}

ul.td-recent-post-widget .td-recent-widget-date {
    margin-top: -4px;
    font-size: 15px;
}

ul.tdraft-instafeed {
    overflow: hidden;
    margin-left: -15px;
    margin-top: -4px;
}

.widget .tdraft-instafeed li {
    display: inline-block;
    float: left;
    max-width: 33.333333%;
    padding-left: 15px;
    margin-bottom: 10px;
}

.single-blog-instagram .tdraft-instafeed img {
    height: auto;
}



/*=========================
** Appointment Css
========================*/

.appointment-section{
	background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
	padding-bottom: 115px;
	padding-top: 75px;
}

.td-appointment-form {
	background: #ffffff;
	box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.09);
	padding: 35px 50px 40px 50px
}

.appointment-form-title {
	text-align: center;
	margin-bottom: 50px;
}

.td-appointment-form input[type=text], .td-appointment-form input[type=email], .td-appointment-form textarea {
	background: #f4f4f4;
	border: 1px solid #f4f4f4 !important;
	border-radius: 0;
}

.td-appointment-form textarea {
	height: 130px;
}

.td-appointment-form input[type=submit] {
	width: 100%;
	font-weight: 700;
	margin-bottom: 0;
	border-radius: 0;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

/*=========================
** Counter Css
========================*/

.counter-section{
	background-image: url("images/counter-bg.jpg");
}

.td-single-countup-box {
	text-align: center;
	margin-bottom: 30px;
}

.td-number-unit h6 {
	display: inline-block;
	font-size: 50px;
	line-height: 1;
	color: #ffffff;
}

.td-count-text {
	font-size: 18px;
	font-weight: 600;
	margin-top: -5px;
	color: #ffffff;
}

.vision-mission-box {
	margin-bottom: 30px;
}

.counter-section {
	margin-top: 75px;
	padding-top: 165px;
	padding-bottom: 135px;
}

/*======================================
    # Team Member Css
========================================*/

.td-all-team-wrapper {
	margin-top: 25px;
	margin-bottom: 75px;
}

.td-team-member-wrapper {
	text-align: center;
	margin-bottom: 30px;
}

.td-member-image {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.td-member-social {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.td-member-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.td-member-social ul li {
	display: inline-block;
	opacity: 0;
	visibility: hidden;
}

.td-member-social ul li a {
	color: #fff;
	display: inline-block;
	font-size: 25px;
	padding: 5px;
}

.td-member-social ul li:last-child a {
	margin-right: 0;
}

.td-member-image:before {
	position: absolute;
	background: #000000;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition:  all .3s ease 0s;
	-webkit-transition:  all .3s ease 0s;
	-moz-transition:  all .3s ease 0s;
	-ms-transition:  all .3s ease 0s;
	-o-transition:  all .3s ease 0s;
}

.td-member-image:hover:before {
	opacity: .66;
	visibility: visible;
}

.td-member-social ul li {
	-ms-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

.td-member-image:hover .td-member-social ul li {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.td-member-social ul li:nth-child(1) {
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}

.td-member-social ul li:nth-child(2) {
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

.td-member-social ul li:nth-child(3) {
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
}

.td-member-social ul li:nth-child(4) {
	transition: all .9s ease 0s;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-ms-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
}

.td-member-social ul li:nth-child(5) {
	transition:  all 1.1s ease 0s;
	-webkit-transition:  all 1.1s ease 0s;
	-moz-transition:  all 1.1s ease 0s;
	-ms-transition:  all 1.1s ease 0s;
	-o-transition:  all 1.1s ease 0s;
}

.td-member-name {
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 2px;
}

/*======================================
    # CTA Css
========================================*/

.td-cta-wrapper {
	background: #0b1759;
	padding: 55px 0;
	margin-top: 75px;
}

.td-cta-title-text {
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 0;
	margin-top: 15px;
	color: #ffffff;
}

.td-cta-btn {
	text-align: center;
}

.td-cta-btn a.td_button {
	color: #0b1759;
	background-color: #ffffff;
}

.td-cta-btn a.td_button:hover {
	color: #ffffff;
	background-color: #191873;
}

/*=========================
** Portfolio Css
========================*/

.td-portfolio-wrapper.section-padding {
    padding: 115px 0px 50px 0px;
}

.portfolio .td-page-banner{
	background-image: url(images/portfolio-banner.jpg);
}

.td-portfolio-button {
    text-align: center;
    margin-bottom: 60px;
}

.td-portfolio-button button {
	border: none;
	background: transparent;
	color: #031d5b;
	font-weight: 700;
	padding: 15px 46px;
	margin: 2px;
	font-family: "Poppins";
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.td-portfolio-button button.active, .td-portfolio-button button:hover {
    background: #0b1759;
    color: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.td-portfolio-content .td-portfolio-title {
    margin-bottom: 5px;
}

.td-portfolio-content .td-portfolio-title a {
    color: #031d5b;
    display: inline-block;
}

.td-portfolio-content .td-portfolio-subtitle {
    margin-bottom: 0;
}

.single-portfolio-item {
    margin-bottom: 30px;
}

.td-portfolio-content {
    margin-top: 30px;
}

.single-portfolio .td-page-banner{
	background-image: url(images/single-portfolio-banner.jpg);
}

.single-portfolio-img-wrap {
    margin-bottom: 30px;
}

.single-portfolio-right-wrap .td-section-title {
    margin-bottom: 20px;
}

.single-portfolio-right-wrap .td-section-title {
    margin-bottom: 20px;
}

.single-portfolio-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-portfolio-list li {
    position: relative;
    margin-bottom: 15px;
}

.single-portfolio-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-portfolio-social li {
    display: inline-block;
}

.single-portfolio-social .social-icons li a {
	line-height: 40px;
    border-color: #f0f0f0;
    height: 40px;
    width: 40px;
}

.single-portoflio-information .single-portfolio-info-title {
    margin-bottom: 20px;
}

.single-portoflio-information {
    margin-top: 30px;
}

.single-portfolio-desc a {
    color: #7a8099;
}

.single-portfolio-social .social-icons li a.active {
    background-color: #0b1759;
	border-color: #0b1759;
	color: #fff;
}

.single-portfolio-list li .single-portfolio-desc, .single-portfolio-list li .single-portfolio-social {
    position: absolute;
    top: -4px;
    margin-left: 115px;
}

.td-arrow a i:before {
	color: #000000;
	height: 60px;
	width: 60px;
	background: #ebebeb;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	font-weight: 700;
	margin-right: 15px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.td-arrow a:hover i:before {
    background: #0b1759;
    color: #fff;
}

.td-arrow a {
    display: inline-block;
    color: #000000;
	font-family: 'Poppins';
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.td-arrow.text-right a i:before {
    margin-right: 0px;
    margin-left: 15px;
}

.single-portfolio-bottom-arrow {
    margin-top: 30px;
}


/*=========================
** Contact Css
========================*/

.contact .td-page-banner{
	background-image: url("../images/contact-banner.jpg") !important;
}

.contact-section.section-padding {
    padding: 115px 0;
}

.contact .title {
    margin-bottom: 45px;
}

.contact-left-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-left-section ul li {
	position: relative;
	display: block;
	margin-bottom: 30px;
	padding-left: 38px;
}

.contact-left-section ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #031d5c;
}

.contact-left-section ul li i:before {
    font-size: 25px;
}

.td-contact-info-list li .td-info-list-title {
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    left: 38px;
    top: 0;
}

.td-info-content {
    margin-left: 150px;
}

.td-info-content p {
    display: block;
    margin-bottom: 5px;
}

.td-info-content a {
    color: #7a8099;
}

.right-side-contact-form input[type=submit] {
    font-family: 'Poppins';
    font-weight: bold;
    padding: 24px 50px 18px 50px;
    border-radius: 50px;
}

.google-map-wrap iframe {
    display: block;
    width: 100%;
    border: 0;
}

/*=========================
** 404 Css
========================*/

.page-not-found .td-page-banner {
    background: #090c22;
    height: 950px;
}

.error-page-not-found {
    text-align: center;
}

.error-page-not-found .page-title {
    color: #ffffff;
    margin: 45px 0;
}

/*=========================
** Footer Css
========================*/

.site-footer {
	background: #0d1325;
}

.footer-top-area {
	padding-top: 80px;
	padding-bottom: 10px;
}

.widget {
	margin: 0 0 30px;
}

.widget-title {
	margin-bottom: 30px;
}

.site-footer, .site-footer a, .site-footer .widget-title{
	color: #ffffff;
}
.site-footer a:hover,{
text-decoration:underline; padding-bottom:5px;
}

.footer-widget-about-description {
	margin-top: -5px;
}

.widget ul.social-icons {
	margin-top: 30px;
}

.widget .social-icons li {
	display: inline-block;
}

.social-icons li a {
	display: inline-block;
	background: #ffffff;
	color: #0d1325;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	margin-right: 10px;
	border: 1px solid transparent;
}

.social-icons.footer-social-icon li a:hover {
	background-color: #0b1759;
	color: #ffffff;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: -12px;
}

.widget li {
	display: block;
}

.widget li a {
	display: inline-block;
	padding: 5px 0;
}

ul.tdraft-instafeed {
	overflow: hidden;
	margin-left: -15px;
	margin-top: -4px;
}

.widget .tdraft-instafeed li {
	display: inline-block;
	float: left;
	max-width: 33.333333%;
	padding-left: 15px;
	margin-bottom: 10px;
}

.widget .tdraft-instafeed li a {
	display: inline-block;
}

.tdraft-instafeed img {
	border-radius: 5px;
	height: 80px;
}

.site-info {
	padding: 0;	
}

.site-footer a:hover{
	text-decoration:underline; padding-bottom:5px;
}

/*=============================================================================================
    Responsive Css
=============================================================================================*/

@media only screen and (min-width: 992px){
	.footer-top-area .widget.col-lg-3:nth-child(1) {
		max-width: 31.6666%;
		flex: 0 0 31.6666%;
	}

	.widget_xzofina_about_and_social_widget {
		padding-right: 55px;
	}

	.footer-top-area .widget.col-lg-3:nth-child(2) {
		max-width: 19.666667%;
		flex: 0 0 19.666667%;
	}

	.footer-top-area .widget.col-lg-3:nth-child(3) {
		max-width: 19.666667%;
		flex: 0 0 19.666667%;
	}

	.footer-top-area .widget.col-lg-3:nth-child(4) {
		max-width: 28.666667%;
		flex: 0 0 28.666667%;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.td-portfolio-button button {
		padding: 15px 45px;
	}

	.social-icons li a {
		margin-right: 0px;
	}

	.td-single-slide .banner-content {
		max-width: 70%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-navigation {
		display: none;
	}

	#mobile-menu-wrap {
		max-width: 720px;
		margin-left: -360px;
		display: block;
	}

	.td-header-src-btn {
		margin-right: 70px;
		margin-top: 5px;
	}

	.slicknav_btn {
		margin-right: 20px;
	}

	.site-branding,
	.td-header-src-btn {
		z-index: 3;
	}

	.header-search-wrapper .search-form {
		width: 80%;
	}

	.td_button {
		font-size: 15px;
		padding: 22px 55px 18px 35px;
		font-weight: 600;

	}

	.td_button::before {
		right: 35px;
		font-size: 15px;
		top: 21px;
	}

	.banner-content {
		margin-top: 50px;
	}

	.td-home-banner-right-image {
		max-width: 36%;
	}

	.td-home-banner-title {
		font-size: 40px;
		line-height: 45px;
	}

	.td-home-banner-desc {
		font-size: 18px;
		margin-top: 30px;
	}

	.td-home-banner-area {
		height: 650px;
	}

	.td-single-slide .banner-content {
		max-width: 75%;
	}

	.td-home-slider-area .td-single-slide {
		height: 700px;
	}

	.td-section-title-content {
		width: 80%;
	}

	.td-video-content-box {
		padding: 35px;
	}

	.td-video-button {
		margin-top: 35px;
	}

	.td-pricing-table-wrapper {
		padding: 65px 20px 55px 20px;
	}

	.td-price {
		font-size: 55px;
		line-height: 50px;
	}

	.td-testimonial-content {
		padding: 20px 35px 40px;
	}

	.td-appointment-form {
		padding: 48px 30px 25px 30px;
	}

	.appointment-form-title {
		font-size: 30px;
	}

	.blog-shape-image {
		top: 0;
		left: 0;
	}

	.blog-shape-image svg {
		width: 0;
	}

	.footer-top-area .widget {
		margin-bottom: 50px;
	}

	.td-process-box::before {
		display: none;
	}

	.td-process-box{
		padding:0;
	}

	.td-process-icon img{
		left: 0;
	}

	.pr-100 {
		padding-right: 0;
	}

	.about-section .td-section-title{
		font-size: 26px;
		line-height: 37px;
	}

	.td-image-box::before {
		bottom: -25px;
		left: -25px;
	}

	.processing-section.section-padding {
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.about-section.section-padding {
		padding-top: 80px;
	}

	.service-section .td-section-title-content {
		width: 85%;
	}

	.td-testimonial-wrapper{
		padding-left: 0;
		width: 100%;
	}

	.recent-post-area .td-section-title-wrap.text-left {
		text-align: center !important;
		margin-bottom: 30px;
	}

	.recent-post-area .td-section-title-content {
		width: 90%;
	}

	.td-recent-post-wrapper{
		width: 100%;
	}

	.pl-100{
		padding-left: 0;
	}

	.appointment-section .pl-100{
		padding-left: 15px;
	}

	.appointment-section .td-section-title-content {
		width: 100%;
	}

	.appointment-section .td-section-title {
		line-height: 37px;
		font-size: 29px;
	}

	.site-info{
		padding-top: 0;
	}

	.appointment-section {
		padding-top: 0;
		margin-top: -100px;
	}

	.processs-box-wrapper {
		margin-top: 60px;
	}

	.td-service-box{
		padding: 10px;
	}

	.td-testimonials .td-testimonial-content {
		padding: 35px 30px 50px;
	}

	.td-page-banner {
		padding-top: 100px;
		padding-bottom: 90px;
		height: auto;
	}

	.td-page-banner-title {
		font-size: 36px;
		line-height: 45px;
	}

	.vision-mission {
		margin-top: 70px;
	}

	.td-number-unit h6 {
		font-size: 40px
	}

	.td-count-text {
		font-size: 16px;
		font-weight: 400;
	}

	.counter-section {
		padding-top: 100px;
		padding-bottom: 90px;
	}

	.video-section-2 {
		padding: 150px 0;
	}

	.td_video_button{
		height: 100px;
		width: 100px;
		line-height: 100px;
	}

	.td-cta-title-text{
		text-align: center;
		margin-bottom: 30px;
	}

	.service-section .sidebar-widget-area{
		margin-top: 60px;
	}

	.td-info-content {
		margin-left: 0;
	}

	.td-contact-info-list li .td-info-list-title {
		position: static;
	}

	.td-portfolio-button button {
		padding: 15px 20px;
	}

	.td-recent-post-wrapper .td-single-recent-post-wrap:nth-child(2) {
		margin-top: 215px;
	}

	.layout-right-sidebar.single-blog.sidebar-widget-area {
		padding-left: 0;
		margin-top: 70px;
	}

	.td-recent-post-widget li {
		margin-bottom: 40px;
	}
	
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 35px;
		line-height: 40px;
	}

	h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.hide-large{
		display: block;
	}

	.hide-small{
		display: none;
	}

	.main-navigation {
		display: none;
	}

	#mobile-menu-wrap {
		max-width: 100%;
		margin-left: -50%;
		display: block;
		padding: 10px 15px;
	}

	.td-header-src-btn {
		margin-right: 50px;
		margin-left: -20px;
		margin-top: 3px;
	}

	.site-branding .site-title {
		font-size: 30px;
	}

	.site-branding,
	.td-header-src-btn {
		z-index: 3;
	}

	.header-search-wrapper .search-form {
		width: 100%;
		padding: 0 15px;
	}

	.search-close {
		right: 30px;
		height: 35px;
		width: 35px;
		line-height: 35px;
		font-size: 18px;
	}

	.search-form button[type="submit"]{
		right: 25px;
	}

	.td_button {
		font-weight: 400;
		padding: 18px 20px 15px 20px;
		font-size: 14px;
	}

	.td_button::before {
		right: 28px;
		font-size: 15px;
		top: 20px;
		display: none;
	}

	.pr-100{
		padding-right: 15px;
	}
	.banner-content {
		margin-top: 80px;
	}

	.td-home-banner-title {
		font-size: 30px;
		line-height: 35px;
	}

	.td-home-banner-desc {
		font-size: 16px;
		line-height: 27px;
		margin-top: 25px;
	}

	.td-banner-btn-wrap .td_button {
		margin-right: 10px;
	}

	.td-home-banner-area {
		height: 520px;
	}

	.td-home-banner-right-image{
		display: none;
	}

	.td-single-slide .banner-content {
		max-width: 100%;
	}

	.td-home-slider-area .td-single-slide{
		height: 520px;
	}

	.td-section-title-content {
		width: 100%;
	}

	.td-section-subtitle {
		margin-bottom: 25px;
	}

	.td-section-title {
		line-height: 33px;
		font-size: 22px;
	}

	.processs-box-wrapper {
		margin-top: 0;
	}

	.td-process-box{
		padding: 15px;
	}

	.processing-section.section-padding {
		padding-top: 55px;
		padding-bottom: 130px;
	}

	.td-process-box::before {
		display: none;
	}

	.td-process-icon img {
		top: 0;
		left: 0;
		margin-left: 0;
	}

	.about-section.section-padding {
		padding-top: 0;
		margin-top: -50px;
	}

	.td-image-box .td-image-dotted-bg{
		top: -10px;
	}

	.td-image-box::before {
		bottom: -15px;
		left: -15px;
	}

	.service-section .row.mt-30 {
		margin-top: 0;
	}

	.video-section.section-padding{
		padding-top: 45px;
	}

	.td-video-content-box {
		position: relative;
		width: 100%;
		padding: 30px;
		top: 0;
		margin-bottom: 40px;
	}

	.td-video-title {
		font-size: 21px;
		margin-bottom: 15px;
		line-height: 31px;
	}

	.td-video-button {
		margin-top: 20px;
	}

	.td-video-wrapper .td-image-dotted-bg {
		display: none;
	}

	.td-video-button h6 {
		font-weight: 600;
	}

	.td-video-button i{
		margin-left: 10px;
	}

	.td-testimonial-wrapper {
		margin-top: -360px;
		padding-left: 0;
		width: 100%;
	}

	.td-testimonials .td-testimonial-content{
		padding: 25px 25px 39px;
	}

	.td-testimonial-text {
		margin-top: 45px;
		margin-bottom: 30px;
	}

	.pricing-section .td-section-title-content{
		margin-bottom: 0;
	}

	.td-pricing-table-wrapper {
		box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.09);
	}

	.td-price {
		font-size: 50px;
		line-height: 40px;
	}

	.td-pricing-price {
		margin-top: 35px;
		margin-bottom: 25px;
	}

	.td-recent-post-wrapper{
		width: 100%;
	}

	.recent-post-area .td-section-title-content,
	.about-section .td-section-title-content{
		margin-bottom: 50px;
	}

	.blog-shape-image{
		display: none;
	}

	.td-testimonial-author-info h6 {
		font-weight: 400;
	}

	.td-testimonial-author-info p {
		font-size: 14px;
	}

	.appointment-section .pl-100 {
		padding-left: 15px;
	}

	.appointment-section {
		padding-bottom: 80px;
		padding-top: 0;
		margin-top: -100px;
	}

	.td-appointment-form {
		padding: 48px 15px 25px 15px;
	}

	.appointment-form-title {
		font-size: 26px;
		margin-bottom: 30px;
	}

	.footer-top-area .widget {
		margin-bottom: 50px;
	}

	.site-info {
		padding-top: 0;
	}

	.td-page-banner {
		padding-top: 100px;
		padding-bottom: 80px;
		height: auto;
	}

	.td-page-banner-title {
		font-size: 22px;
		margin-bottom: 0;
		line-height: 36px;
	}

	.about .about-section.section-padding {
		padding-top: 150px;
	}

	.vision-mission {
		margin-top: 60px;
	}

	.td-number-unit h6 {
		font-size: 40px;
	}

	.td-count-text {
		font-size: 16px;
		font-weight: 400;
	}

	.td-single-countup-box {
		margin-bottom: 50px;
	}
	.counter-section {
		margin-top: 60px;
		padding-top: 100px;
		padding-bottom: 45px;
	}

	.video-section-2 {
		padding: 150px 0;
	}

	.td_video_button{
		height: 100px;
		width: 100px;
		line-height: 100px;
	}

	.td-cta-title-text {
		text-align: center;
		margin-bottom: 30px;
		font-size: 22px;
		line-height: 33px;
	}

	.service-section .sidebar-widget-area{
		margin-top: 60px;
	}

	.xzofina-post-pagination ul li .page-numbers {
		font-size: 16px;
		height: 45px;
		width: 45px;
		line-height: 45px;
		margin-right: 5px;
	}

	.google-map-wrap iframe {
		height: 300px;
	}

	.td-info-content {
		margin-left: 0;
	}

	.td-contact-info-list li .td-info-list-title {
		position: static;
	}

	.page-not-found .td-page-banner {
		height: 600px;
	}

	.td-portfolio-button button {
		display: block;
		margin: 5px auto;
	}

	.single-portfolio-img-wrap img {
		width: 100%;
	}

	.td-arrow a i:before {
		height: 45px;
		width: 45px;
		line-height: 46px;
		font-size: 20px;
	}

	.single-portfolio-list li .single-portfolio-desc, .single-portfolio-list li .single-portfolio-social {
		position: static;
		top: -4px;
		margin-left: 0;
	}

	.xzofina-blog-posts.section-padding {
		padding: 80px 0;
	}

	.single-posts.section-padding {
		padding: 80px 0px 80px 0;
	}

	.post-footer {
		margin-top: 40px;
		margin-bottom: 100px;
	}

	.td-single-portfolio-wrapper.section-padding {
		padding: 80px 0 0 0;
	}

	.contact-section.section-padding {
		padding: 80px 0;
	}

	.td-banner-content {
		margin-top: 0;
	}

	.post-share {
		margin-top: 20px;
		float: left;
	}

	.layout-right-sidebar.single-blog.sidebar-widget-area {
		padding-left: 0;
		margin-top: 70px;
	}

	/* .td-recent-post-widget li:first-child {
		margin-bottom: 45px;
	} */

	.td-recent-post-widget li {
		margin-bottom: 40px;
	}
	
	.benefits-heading{ text-align:center !important; margin-top:30px}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.td-header-src-btn {
		margin-right: -25px;
		margin-left: 0;
	}
}

@media only screen and (min-width: 410px) and (max-width: 500px) {
	.td-recent-post-widget li {
		margin-bottom: 60px;
	}
}



.faq-section {
    background: #fdfdfd;
    padding: 50px 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #0b1759;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(78, 79, 194, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #0b1759;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}



.box{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33); padding:10px;margin-bottom:20px}

a.anchor{display:block;position:relative;top:-220px;visibility:hidden;}

.benefits-heading{ text-align:left}