@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
}

p,
ul,
li,
a {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

a {
	text-decoration: none !important;
}

h4 {
	padding: 10px 35px;
	display: inline-block;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	background: #896eff1a;
	color: #896eff;
	margin: 0 0 20px;
}

h2 {
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
	color: #1f2471;
}

h5 {
	font-weight: 700;
	color: #1f2471;
	font-size: 25px;
	margin: 15px 0;
}

img {
	max-width: 100%;
}

p {
	line-height: 1.8;
	color: #505489;
	font-size: 16px;
}

.no_space {
	margin: 0;
	padding: 0;
}

.sec {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.main_btn {
	display: inline-block;
	background: #896eff;
	transition: linear .4s;
	color: #fff;
	padding: 12px 0;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	border: none;
	text-transform: uppercase;
}

.main_btn:hover {
	background: #5513a0;
}

.circular_btn>span {
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 15px 20px rgba(31, 66, 135, 0.1);
	font-size: 24px;
	background-color: #896eff;
	color: #fff;
	display: inline-block;
	margin-right: 15px;
	top: 3px;
	position: relative;
}

.circular_btn {
	display: inline-block;
	color: #896eff;
	font-weight: 500;
	font-size: 15px;
}

.move2 {
	animation: move2 3s infinite;
}

@keyframes move2 {
	0% {
		transform: rotate(1deg) translate(2px, 2px);
	}

	50% {
		transform: rotate(-1deg) translate(-2px, -2px);
	}

	100% {
		transform: rotate(1deg) translate(2px, 2px);
	}
}

/************************** popup  ************************************/
.modal {
	top: -25%;
	background: #a8bbbede !important;
}

.modal-dialog {
	max-width: 500px;
	margin: 180px auto 0;
}

.pop_heading {
	width: 100%;
	padding: 20px;
}

.pop_heading h5 {
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 15px;
	border-left: 4px solid #5513a0;
	padding: 0 20px;
	line-height: 29px;
	text-transform: uppercase;
}

.pop_heading h4 {
	font-size: 23px;
	font-weight: 700;
	color: #5513a0;
	padding: 0 0 0 30px;
}

.field {
	width: 100%;
	position: relative;
	margin: 0 0 10px;
}

span.pop_icon {
	position: absolute;
	color: #5513a0;
	left: 13px;
	top: 7px;
}

.field .form-control {
	width: 100%;
	border-radius: 0;
	padding: 3px 0 4px 37px;
	resize: none;
}

.modal-content {
	box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;
	border-radius: 30px;
}

#popupform p {
	text-align: center;
	font-size: 14px;
	color: #5513a0;
	margin: 19px 0 0;
}

.modal-header {
	padding: 0;
	border: none;
}

button.pop_btn {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	background: #5513a0;
	padding: 10px 0;
	border: none;
	width: 100%;
}

button.close {
	background: url(img/cross.png) no-repeat 0 0;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 9px;
	right: 15px;
	display: block;
	opacity: 1;
}

.fade.in {
	overflow: hidden;
}

/************************** popup  ************************************/

/************header**************/
.header {
	transition: all .4s;
	width: 100%;
	padding: 10px 0;
	background: transparent;
	position: absolute;
	z-index: 1;
}

.head_right {
	width: 100%;
	text-align: right;
	margin: 10px 0 0;
}

.head_right ul li {
	display: inline-block;
	margin: 0 0 0 10px;
}

.head_right ul li span {
	margin: 0 10px 0 0;
	color: #896eff;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 2px;
}

.head_right ul li a {
	color: #262F5A;
	font-size: 14px;
	font-weight: 500;
}

.navbar.navbar-inverse {
	margin: 0;
	background: transparent;
	border: 0;
}

.header .navbar-inverse .navbar-nav>li>a {
	color: #262F5A;
	font-weight: 500;
	padding: 17px 15px 15px;
}

.navbar-collapse.collapse {
	float: right;
}

.header .navbar-inverse .navbar-nav>li>a>span {
	margin-left: 5px;
	font-weight: 800;
}

ul.dropdown-menu {
	box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
	border: 0;
	background: #fff;
}

.dropdown-menu>li>a {
	padding: 20px 25px;
	text-transform: capitalize;
}

/************header**************/

/************banner**************/
.banner {
	width: 100%;
	padding: 200px 0 60px;
	background: url(img/ban_img3.png);
	background-size: cover;
	position: relative;
}
.bannerss {
	width: 100%;
	padding: 200px 0 60px;
	background: url(img/mob-bg.avif);
	background-size: cover;
	position: relative;
}

.banner:before {
	position: absolute;
	content: "";
	background: url(img/ban_img4.png) no-repeat;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	transform: scaleY(-1);
}

.ban_left {
	width: 100%;
	margin: 50px 0 0;
}

.ban_left h1 {
	font-size: 50px;
	font-weight: 700;
	color: #1f2471;
	margin: 10px 0;
	letter-spacing: 1.2px;
}

.ban_left h1 span {
	color: #896eff;
	font-weight: 700;
}

.ban_left p {
	line-height: 1.6;
	color: #505489;
	font-size: 15px;
	margin: 30px 0;
}

.ban_form {
	width: 100%;
	padding: 30px 45px;
	background: #1f2471;
	box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
}

.ban_form h3 {
	color: #fff;
	font-weight: 900;
	margin: 0 0 27px;
}

.ban_left h3 {
	color: #896eff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.2px;
}

.ban_form .form-group input {
	color: #fff;
	background: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	margin: 0 0 30px;
}

.ban_form .form-group input:focus {
	box-shadow: none;
}

/************banner**************/

/************section 1**************/
.s1_top {
	text-align: center;
	overflow: hidden;
	margin: 0 0 60px;
}

.s1_bot {
	width: 100%;
	overflow: hidden;
}

.s1_box {
	width: 100%;
	padding: 30px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: transparent;
}

.s1_box a {
	display: inline-block;
}

.s1_box>a>span {
	display: inline-block;
	width: 90px;
	height: 90px;
	z-index: 1;
	padding: 20px 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 32px;
	position: relative;
	transition: linear .4s;
}

.s1_box:before {
	transition: linear .4s;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	z-index: -1;
}

.s1_box:after {
	transition: linear .4s;
	position: absolute;
	content: "";
	background: url(img/s1_img2.png) no-repeat;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
}

.s1_box:hover:before {
	left: 30%;
}

.s1_box:hover:after {
	opacity: 1;
	left: 10%;
}

.s1:nth-child(1) .s1_box:before {
	background: url(img/s1_img1.png) no-repeat;
}

.s1:nth-child(1) .s1_box>a>span {
	background: #ffa808;
	box-shadow: 0 2px 15px rgba(255, 168, 8, 0.5);
}

.s1:nth-child(2) .s1_box:before {
	background: url(img/s1_img4.png) no-repeat;
}

.s1:nth-child(2) .s1_box>a>span {
	background: #ff586e;
	box-shadow: 0 2px 15px rgba(255, 88, 110, 0.5);
}

.s1:nth-child(3) .s1_box:before {
	background: url(img/s1_img3.png) no-repeat;
}

.s1:nth-child(3) .s1_box>a>span {
	background: #029e76;
	box-shadow: 0 2px 15px rgba(2, 158, 118, 0.5);
}

.s1_box:hover.s1_box>a>span {
	transform: rotate(360deg);
}

/************section 1**************/

/************section 2**************/
.s2_right {
	margin: 40px 0 0;
}

.s2_right>p {
	margin: 20px 0 40px;
}

/************section 2**************/

/************section 3**************/
.h_sec3,
.h_sec8 {
	background: url(img/s3_img1.png), #896eff;
}

.s3_box {
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
	padding: 30px;
	transition: all 0.5s;
}

.s3_box:hover {
	transform: translateY(15px);
}

.s3:nth-child(even) .s3_box:hover {
	transform: translateY(0px);
}

.s3_box a {
	display: inline-block;
}

.s3_box>a>span {
	display: inline-block;
	width: 90px;
	height: 90px;
	z-index: 1;
	padding: 20px 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 32px;
	position: relative;
	transition: linear .4s;
}

.s3:nth-child(even) .s3_box {
	transform: translateY(15px);
}

.s3:nth-child(1) .s3_box>a>span {
	background: #029e76;
	box-shadow: 0 2px 15px rgba(2, 158, 118, 0.5);
}

.s3:nth-child(2) .s3_box>a>span {
	background: #ffa808;
	box-shadow: 0 2px 15px rgba(255, 168, 8, 0.5);
}

.s3:nth-child(3) .s3_box>a>span {
	background: #5543d1;
	box-shadow: 0 2px 15px rgba(85, 67, 209, 0.5);
}

.s3:nth-child(4) .s3_box>a>span {
	background: #ff586e;
	box-shadow: 0 2px 15px rgba(255, 88, 110, 0.5);
}

.s3_box>h5 {
	margin: 25px 0 0;
}

.s3_box>p>span {
	color: #896eff;
	font-weight: 700;
	font-size: 38px;
}

.s3_box>a>span {
	width: 70px;
	height: 70px;
	padding: 10px 0 0;
}

/************section 4**************/
.s4_left_bot {
	margin: 50px 0 0;
}

.s4_box {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 0 30px;
}

.s4_box:nth-child(2) {
	margin-left: 50px;
}

.s4_circle {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	padding: 27px 0;
}

.s4_circle:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	animation: rotate360 5s infinite;
}

.s4_circle>span {
	border-radius: 50%;
	font-size: 42px;
	position: relative;
	transition: linear .4s;
	width: 90px;
	height: 90px;
	background: #fff;
	display: inline-block;
	padding: 18px 0 0;
	left: 0;
}

.s4_box:nth-child(1):hover .s4_circle>span {
	color: #fff;
	background: #ff586e;
}

.s4_box:nth-child(2):hover .s4_circle>span {
	color: #fff;
	background: #ffa808;
}

.s4_box:nth-child(3):hover .s4_circle>span {
	color: #fff;
	background: #029e76;
}

.s4_box:nth-child(1) .s4_circle>span {
	color: #ff586e;
}

.s4_box:nth-child(2) .s4_circle>span {
	color: #ffa808;
}

.s4_box:nth-child(3) .s4_circle>span {
	color: #029e76;
}

.s4_box:nth-child(1) .s4_circle:before {
	background: url(img/s4_img2.png) no-repeat;
	background-size: 100%;
}

.s4_box:nth-child(2) .s4_circle:before {
	background: url(img/s4_img3.png) no-repeat;
	background-size: 100%;
}

.s4_box:nth-child(3) .s4_circle:before {
	background: url(img/s4_img4.png) no-repeat;
	background-size: 100%;
}

@keyframes rotate360 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.s4_right {
	margin: 70px 0 0;
}

/************section 4**************/

/************section 5**************/
.h_sec5 {
	background: url(img/s5_img1.png), #896eff no-repeat;
}

.s5_right>h4 {
	color: #fff;
	background: #faf8f21a;
}

.s5_right>h2 {
	color: #fff
}

.s5_right>p {
	color: #fff;
	margin: 20px 0 30px;
}

.s5_right>a {
	color: #fff;
}

.s5_right>a>span {
	background: #faf8f21a;
}

/************section 5**************/

/************section 6**************/
.s6_top {
	overflow: hidden;
	text-align: center;
	width: 100%;
	margin: 0 0 40px;
}

.s6_box {
	position: relative;
}

.s6_box:hover .s6_box_txt {
	bottom: 0;
	left: 35px;
}

.s6_img>a>img {
	border-radius: 15px;
}

.s6_bot .owl-wrapper-outer {
	padding: 0 0 110px;
}

.s6_box_txt {
	transition: linear .4s;
	position: absolute;
	width: 80%;
	bottom: -100px;
	left: 40px;
	background: #fff;
	padding: 30px;
	box-shadow: 0px 5px 10px rgba(31, 66, 135, 0.1);
	border-radius: 10px;
}

.s6_box_txt>h5 {
	margin: 0;
}

.s6_box_txt>p {
	line-height: normal;
	text-transform: uppercase;
	margin: 5px 0 0;
}

.s6_bot .owl-page.active span {
	width: 30px;
	background: #896eff;
}

.s6_bot .owl-theme .owl-controls .owl-page span {
	background: #896eff;
}

/************section 6**************/

/************section 7**************/
.s7_left {
	text-align: center;
}

.s7_left>p {
	margin: 20px 0;
}

/************section 7**************/

/************section 8**************/
.h_sec8>.container {
	width: 100%;
}

.s8_box {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
}

.s8_box p {
	font-size: 18px;
	margin: 0 0 20px;
}

.s8_box_bot {
	padding: 20px 0;
	border-top: 1px solid #E1E1F0;
}

.s8_box_txt>h6 {
	font-size: 20px;
	color: #505489;
	margin: 10px 0 5px;
}

.s8_box_txt>ul>li {
	display: inline-block;
	font-size: 18px;
	color: #896eff;
}

.s8_box_txt h5 {
	margin: 0;
}

.s8_img img {
	border-radius: 50%;
	border: 5px solid #896eff;
}

.s8_left .owl-item .item {
	margin: 0 10px;
}

.s8_right>h4 {
	background: #faf8f21a;
	color: #fff;
	font-size: 22px;
}

.s8_right>h2 {
	color: #fff;
	font-size: 50px;
	margin: 0 0 30px;
}

.s8_right>p {
	color: #fff;
	font-size: 18px;
}

/************section 8**************/

/************section 9**************/
.s9_form {
	width: 100%;
	margin: 30px 0 0;
}

.s9_form input.form-control {
	border: 0;
	display: inline-block;
	padding: 25px 20px;
	box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
	border-radius: 24px;
	margin: 10px 0;
}

form.s9_form button {
	padding: 15px 0;
	border-radius: 25px;
}

/************section 9**************/

/************************** INNER SECTION ************************************/
.inner_page_banner {
	width: 100%;
	padding: 100px 0 30px;
	text-align: center;
	background: #071d38;
	color: #fff;
}

.inner_page_banner h3 {
	font-size: 32px;
	color: #fff;
	text-transform: capitalize;
}

.terms_section {
	width: 100%;
	padding: 40px 0;
}

.terms_section h5 {
	margin: 20px 0;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
}

.terms_section p {
	margin: 0 0 15px;
	color: #666;
	font-size: 16px;
}

.terms_section ul li:before {
	content: "";
	position: absolute;
	left: -23px;
	background: #5513a0;
	width: 1%;
	height: 4px;
	border-radius: 50px;
	top: 10px;
}

.terms_section ul li {
	list-style: none;
	font-size: 16px;
	margin: 0 0 20px;
	position: relative;
	color: #666;
}

.terms_section ul li a {
	color: #102a45;
}

.terms_section .form-control {
	resize: none;
	border-radius: 10px;
	border: 2px solid #555555;
}

.terms_section_form {
	width: 100%;
}

.terms_section_form h5 {
	font-size: 22px;
	margin: 0 0 30px;
}

.terms_s_left {
	width: 100%;
	padding: 90px 0;
}

.terms_s_left h3 {
	font-size: 29px;
	margin: 0 0 30px;
	line-height: 37px;
}

.terms_s_left p {
	font-size: 20px;
	font-weight: 500;
	color: #666;
}

.capbox0 {
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}

#CaptchaDiv0 {
	width: 20%;
	background: #fff;
	padding: 9px 12px;
	margin: 0 0 15px;
	border-radius: 10px;
	float: left;
	border: 2px solid #555555;
}

.capbox-inner0 {
	padding: 3px 13px;
	width: 76%;
	float: left;
	border-radius: 10px;
	margin: 0 0 0 20px;
	border: 2px solid #555555;
}

#CaptchaInput0 {
	margin: 1px 0px 1px 30px;
	width: 130px;
	border-radius: 10px;
	padding: 4px;
	border: 2px solid #555555;
}

button.cont_but {
	font-size: 18px;
	background: #5513a0;
	color: #fff;
	border-radius: 10px;
	padding: 9px 0;
	box-shadow: 0px 5px 15px #00000087;
	transition: 0.3s ease-in;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	border: none;
}

/************************** INNER SECTION ************************************/

/************footer**************/
.footer {
	width: 100%;
	padding: 80px 0 0;
	background: url(img/foot_img1.png) #896eff;
	border-top: 10px solid #fee13e;
}

.ftr_top {
	width: 100%;
	margin: 0 0 80px;
}

.ftr_left {
	width: 100%;
	padding: 30px;
	background: #ffffff0d;
	border: 1px solid #ffffff4d;
}

.ftr_left h3 {
	color: #fee13e;
	margin: 0 0 15px;
	font-size: 26px;
	font-weight: 600;
}

.ftr_left p {
	color: #c2d1e2;
	font-size: 15px;
	margin: 30px 0 0;
	line-height: 1.8;
}

.ftr_txt2 h4 {
	color: #fff;
	margin: 10px 0 30px;
	padding: 0;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 800;
}

.ftr_links ul li {
	list-style: none;
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: 600;
}

.ftr_links a {
	color: #c2d1e2;
	text-transform: capitalize;
}

.ftr_links a:hover {
	color: #fee13e;
}

.ftr_bot {
	width: 100%;
	background: #b3a1ff;
	padding: 30px 0;
	border-top: 1px solid #ffffff1a;
	text-align: center;
}

.ftr_bot_txt p {
	color: #fff;
	font-size: 15px;
}

/************footer**************/

@media screen and (max-width:980px) {
	h2 {
		font-size: 32px;
	}

	.sec {
		padding: 50px 0;
	}

	.head_right {
		margin: 0;
	}

	.banner {
		padding: 150px 0 60px;
	}

	.ban_left h1 {
		font-size: 40px;
	}

	.ban_left p {
		margin: 20px 0;
	}

	.ban_form {
		padding: 30px 25px;
	}

	.ban_form h3 {
		margin: 0 0 14px;
	}

	.s1_top {
		margin: 0 0 30px;
	}

	.s1_box {
		box-shadow: 0px 12px 26px -9px #ccc;
		margin: 10px 0;
	}

	.h_sec2 .sec {
		background: #ebebeb;
	}

	.s2_left img {
		display: none;
	}

	.s2_right {
		margin: 0;
	}

	.s3_box {
		margin: 0 0 30px;
	}

	.s4_right {
		display: none;
	}

	.s4_circle:before {
		display: none;
	}

	.s4_box:nth-child(2) {
		margin-left: 0;
	}

	.s4_box .s4_circle>span {
		background: #f3f0ff;
	}

	.s4_left_bot {
		margin: 30px 0 0;
	}

	.s4_box {
		margin: 10px 0;
	}

	.s5_left {
		display: none;
	}

	.s5_right {
		text-align: center;
	}

	.s6_img {
		max-width: 30%;
	}

	.s8_box_txt {
		margin: 20px 0 0;
	}

	.s9_right {
		display: none;
	}

	.footer {
		padding: 50px 0 0;
	}

	.ftr_top {
		margin: 0 0 50px;
	}

	.ftr_bot {
		padding: 15px 0;
	}

	.ftr_txt2 h4 {
		margin: 10px 0 20px;
		font-size: 20px;
	}

	.ftr_links ul li {
		margin: 0 0 10px;
		font-size: 15px;
	}

	.ftr_left p {
		margin: 0;
	}

}



@media screen and (max-width:767px) {
	h2 {
		font-size: 24px;
	}

	h5 {
		font-size: 18px;
	}

	p {
		font-size: 14px;
	}

	.sec {
		padding: 30px 0;
	}

	.navbar-inverse .navbar-toggle {
		background: #896eff;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #1f2471;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #ccc;
	}

	.navbar-nav {
		background: #1f2471;
		margin: 0 -15px;
		text-align: center;
	}

	.header .navbar-inverse .navbar-nav>li>a {
		color: #fff;
	}

	.head_right {
		background: #1f2471;
	}

	.head_right ul li {
		margin: 0 15px 0 0;
	}

	.head_right ul li a {
		color: #fff;
	}

	.head_right ul li span {
		color: #fff;
	}

	.banner {
		padding: 171px 0 0;
	}

	.ban_left {
		margin: 30px 0 0;
	}

	.ban_left h3 {
		font-size: 15px;
	}

	.ban_left h1 {
		font-size: 28px;
		margin: 0;
	}

	.ban_left p {
		margin: 10px 0 20px;
	}

	.ban_form {
		padding: 25px;
		margin: 30px 0 0;
	}

	.s1_box {
		padding: 20px;
	}

	.s3_box {
		padding: 20px;
	}

	.s3_box>p>span {
		font-size: 30px;
	}

	.s4_circle {
		padding: 0;
	}

	.s4_box_txt {
		text-align: center;
	}

	.s4_box_txt p {
		margin: 0 0 10px;
	}

	.s5_right>h2 {
		font-size: 20px;
	}

	.s6_box_txt {
		padding: 15px;
	}

	.s6_box_txt>p {
		font-size: 12px;
	}

	.s7_left h2 {
		font-size: 20px;
	}

	.s7_left>p {
		margin: 10px 0;
	}

	.s8_box {
		padding: 20px;
	}

	.s8_box p {
		font-size: 14px;
	}

	.s8_img img {
		max-width: 50%;
	}

	.s8_box_bot {
		padding: 20px 0 0;
	}

	.s9_left {
		text-align: center;
	}

	.s9_left h2 {
		font-size: 22px;
	}

	.s9_form {
		margin: 20px 0 0;
	}

	.s9_form input .form-control {
		margin: 0;
	}

	.footer {
		padding: 30px 0 0;
	}

	.ftr_left {
		padding: 20px;
	}

	.ftr_txt2 h4 {
		margin: 30px 0 10px;
	}

	.ftr_top {
		margin: 0 0 30px;
	}

	.ftr_bot {
		padding: 10px 0;
	}



}
/* 
 Modal css   */


 

