/*
Template Name: DoSoft - Startup, App, Technology & Software Bootstrap5 Template
Description: DoSoft - Startup, App, Technology & Software Bootstrap5 Template
Author: Bokhtyer
Version: 1.0
*/
/* CSS Index
-----------------------------------
------------------------------------
1. Theme default css
2. Back To Top
3. Button
4. Header
6. Hero Section
7. Footer Section
8. Mobile Menu
9. Blog Area
-----------------------------
-------------------------------*/
/*
 * 1. Theme default css
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	font-weight: normal;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #e66c6c;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #e66c6c;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #e66c6c;
	color: #fff;
	text-shadow: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
a:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
.lsbubh {
	background: #f3f9ff;
}
/*
 * 2. Back To Top
*/
.dwiz3m {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.dwiz3m i {
    width: 40px;
    height: 40px;
    background-image: linear-gradient(50deg, #2e089d 0%, #a480d0 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
/*
 * 3. Button
*/
.sdr2ra {
	box-shadow: 0px 9px 14px 0px rgba(0, 0, 29, 0.14);
	background-image: linear-gradient(to right, #4a77f4 0%, #00bade 51%, #4a77f4 100%);
	padding: 16px 40px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	background-size: 200% auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sdr2ra:hover{
	background-position: right center;
	color: #fff;
}
.oflekr {
	box-shadow: 0px 9px 14px 0px rgba(0, 0, 29, 0.14);
	background-image: linear-gradient(to right, #f7cd50 0%, #b3620ce8 51%, #e1a20d 100%);
	padding: 16px 40px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	background-size: 200% auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.oflekr:hover{
	background-position: right center;
	color: #fff;
}
/*
 * 4. Header
*/
.pj0sdp {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
.pj0sdp.dq5v14 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	-moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	box-shadow: 2px 0px 8px rgba(140, 129, 129, 0.25);
	background: #fff;
}
@-webkit-keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
    }
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
@keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
	}
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
.post5o {
	display: flex;
	align-items: center;
	height: 100%;
}
.post5o h2 {
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
}
.post5o h2 a {
	color: #333;
}
.zn1c9e {
	text-align: right;
}
.zn1c9e nav ul li {
	display: inline-block;
	position: relative;
}
.zn1c9e nav ul li a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	color: #333333;
	padding: 30px 20px;
	display: inline-block;
}
.zn1c9e nav ul li:hover > a{
	color: #669933;
}
.zn1c9e nav ul li > ul {
	position: absolute;
	top: 100px;
	left: 0;
	background-color: rgb( 244, 250, 236 );
	border-top: 5px solid rgb( 102, 171, 54 );
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	text-align: left;
	box-shadow: 0px 0px 8px #ccc;
}
.zn1c9e nav ul li:hover > ul{
	opacity: 1;
	visibility: visible;
	top: 75px;
}
.zn1c9e nav ul li > ul > li {
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.zn1c9e nav ul li > ul > li::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	background: #669933;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.zn1c9e nav ul li > ul > li:hover::after {
	width: 7px;
}
.zn1c9e nav ul li > ul > li:hover{
	padding-left: 7px;
}
.zn1c9e nav ul li > ul > li a {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.zn1c9e nav ul li > ul > li:last-child a{
	border-bottom: none;
}
.zn1c9e nav ul > li > ul > li > ul {
	left: 200px;
	top: 28px;
}
.zn1c9e nav ul li > ul > li:hover > ul {
	top: -3px;
}
/*
 * 6. Hero Section
*/
.j81kkc {
	width: 100%;
	position: relative;
	padding-top: 150px;
	padding-bottom: 80px;
}
.dp03bb {
	width: 400px;
	height: 300px;
	position: absolute;
	z-index: -1;
	background-image: linear-gradient(50deg, #fffdfd 0%, #e7f2ce 100%);
	border-radius: 33% 66% 70% 30%/30% 115% 38% 51% !important;
	top: 175px;
	left: 44px;
}
.emjl4t {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.w5qckx img {
	width: 100%;
}
.h64nf6 h2 {
	font-size: 40px;
	font-weight: 700;
	color: #ff7a7a;
	margin-bottom: 20px;
}
.h64nf6 p {
	font-size: 18px;
	line-height: 30px;
}
.z3czd3 a:nth-child(1) {
	margin-right: 15px;
}
/*
 * About Area
*/
.fweumv {
	margin-top: 20px;
}
.fweumv h5 {
	color: #ff7a7a;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
	padding-left: 50px;
}
.fweumv h5::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 44px;
	height: 2px;
	background: #ff7a7a;
	left: 0;
	top: 12px;
}
.fweumv h2 {
	font-size: 35px;
	margin-bottom: 20px;
}
.fweumv ul {
	margin: 15px 0px;
}
.fweumv ul li {
	line-height: 30px;
	font-size: 18px;
}
.fweumv ul li i {
	color: #ff7a7a;
	font-size: 16px;
	padding-right: 4px;
	padding-left: 20px;
}
.fweumv p {
	line-height: 28px;
}
.lypl5d img {
	width: 100%;
}
.fweumv .cuxu0a a:nth-child(1) {
	margin-right: 15px;
}
/*
 * Section Title
*/
.fsw1kf h2 {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	margin-bottom: 14px;
}
.fsw1kf p {
	margin-top: 15px;
}
.l8o7hl {
	width: 18px;
	height: 18px;
	background: #ff7a7a;
	position: relative;
	margin: 0 auto;
}
.l8o7hl::before {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 60px;
	height: 5px;
	background: #ff7a7a;
	left: -67px;
	top: 7.3px;
}
.l8o7hl:after{
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 60px;
	height: 5px;
	background: #ff7a7a;
	right: -67px;
	top: 7.3px;
}
/*
 * Services Area
*/
.xy0ma4 {
	text-align: center;
	padding: 40px 20px;
	box-shadow: 0px 0px 30px #e8e4e4;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: rotate(-4deg);
}
.xy0ma4:hover{
	box-shadow: 0px 0px 30px #ccc;
}
.xy0ma4 .n1q0c9 {
	width: 80px;
	height: 80px;
	background: #ff7a7a;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	color: #fff;
	margin-bottom: 20px;
}
.xy0ma4 .content h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.xy0ma4 .content h3 a{
	color: #333;
}
.xy0ma4 .content h3 a:hover{
	color: #ff7a7a;
}
.xy0ma4 .content p {
	line-height: 26px;
}
/*
 * Do Best Area
*/
.o6nzjp h5 {
	font-size: 20px;
	font-weight: 500;
	color: #ff7a7a;
	padding-top: 30px;
	margin-bottom: 20px;
}
.o6nzjp h3 {
	margin-bottom: 35px;
	font-size: 40px;
}
.o6nzjp p {
	line-height: 28px;
}
.c5f46n img {
	width: 100%;
}
/*
 * Counter Area
*/
.dbggw4 {
	position: relative;
	background-size: cover;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.dbggw4::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
}
.weu95b {
	border: 16px solid #ff7a7a;
	text-align: center;
	padding: 40px 20px;
	box-sizing: border-box;
}
.weu95b .n1q0c9 {
	width: 70px;
	height: 70px;
	background: #ff7a7a;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 33% 66% 70% 37%/30% 28% 70% 71%;
	margin-bottom: 20px;
	color: #fff;
	font-size: 30px;
}
.weu95b .content h2 {
	color: #fff;
	font-weight: 700;
	font-size: 45px;
	margin-bottom: 2px;
}
.weu95b .content p {
	color: #fff;
	font-size: 14px;
}
/*
 * Client Testimonial
*/
.gcuj1t {
	padding: 30px 30px;
	background: #fff;
	width: 95%;
	margin: 0 auto;
}
.cy0avu .fsu2ar {
	width: 80px;
	float: left;
}
.cy0avu .fsu2ar img{
	width: 100%;
	border-radius: 50%;
}
.cy0avu .text {
	overflow: hidden;
	padding-left: 25px;
}
.cy0avu .text .spfltz span {
	color: #f44914;
	font-size: 16px;
}
.cy0avu .text h3 span {
	font-size: 14px;
	font-weight: 400;
	padding-left: 10px;
}
.cy0avu .text h3 {
	font-size: 20px;
	margin-top: 5px;
	font-weight: 600;
}
.m54eb1 {
	overflow: hidden;
	width: 100%;
	padding-top: 15px;
}
.m54eb1 p {
	color: #777;
	line-height: 27px;
}
.t1e8r7 .owl-nav {
	position: absolute;
	top: -45px;
	right: 15px;
}
.rqjise {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 2px solid #ff7a7a;
	color: #ff7a7a;
	font-size: 19px;
	margin: 0px 5px;
}
.rqjise:hover{
	color: #fff;
	background: #ff7a7a;
}
/*
 * Latest Blog
*/
.nyhyqu {
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 4px 10px #e8e4e4;
}
.zx637l {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.zx637l img{
	width: 100%;
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.nyhyqu:hover .zx637l img{
	transform: scale(1.1);
}
.zx637l .b0rqkj {
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 15px;
}
.zx637l .b0rqkj a {
	background: #ff7a7a;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 6px 20px;
	display: inline-block;
	border-radius: 50px;
	letter-spacing: 1px;
}
.fu9h4y {
	padding: 30px 12px;
	padding-top: 20px;
}
.fu9h4y .zoamqp {
	margin-bottom: 15px;
}
.fu9h4y .zoamqp span {
	margin-right: 10px;
	font-size: 14px;
	color: #ff7a7a;
}
.fu9h4y .zoamqp span i {
	font-size: 13px;
	padding-right: 2px;
}
.fu9h4y .zoamqp span a{
	color: #ff7a7a;
}
.fu9h4y h2 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}
.fu9h4y h2 a{
	color: #333;
}
.fu9h4y h2 a:hover{
	color: #ff7a7a;
}
.fu9h4y .btcer9 a {
	box-shadow: none;
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 50px;
}
.fu9h4y p {
	line-height: 28px;
}
/*
 * Subscribe Form
*/
.kcs4a0 {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    text-align: center;
    position: relative;
    z-index: 1;
}
.kcs4a0:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(31 158 87 / 78%);
}
.k24b10 h2 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
}
.k24b10 p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
}
.k24b10 .form{
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}
.k24b10 .form input {
    width: 100%;
    height: 60px;
    padding: 0px 20px;
    border: none;
}
.k24b10 .form button {
    position: absolute;
    height: 60px;
    border: none;
    right: 0;
    padding: 0px 30px;
     background: #ff9494;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.k24b10 .form button:hover {
    background: #ff7a7a;
}
/*
 * 7. Footer Section
*/
.pked0c {
    background-color: #232a34;
    padding: 25px 0;
    color: #fff;
}
.sz7h7o {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.ldyqpr {
    margin: 30px 0px;
}
.ldyqpr h2 {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 900;
}
.ldyqpr h2 a{
	color: #fff;
}
.ldyqpr p {
    color: #fff;
    line-height: 26px;
}
.aatbch {
    margin-top: 24px;
}
.ldyqpr ul li {
    line-height: 30px;
}
.ldyqpr ul li a {
    color: #ccc;
    font-size: 15px;
}
.aatbch ul li a i {
    width: 40px;
    height: 40px;
    background: #e27f7f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.aatbch ul li{
	display: inline-block;
	margin: 1px;
}
.aatbch ul li a i:hover {
    background: #ff7a7a;
}
.ldyqpr h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ldyqpr ul li {
    line-height: 30px;
}
.ldyqpr ul li a {
    color: #ccc;
    font-size: 15px;
}
.ldyqpr ul li a:hover{
	color: #fff;
}
.ldyqpr form {
    margin-top: 30px;
    width: 100%;
    position: relative;
}
.ldyqpr form input {
    padding: 10px 15px;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ldyqpr form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 50px;
    border: 1px solid #ff7a7a;
    background-color: #ff7a7a;
    color: #fff;
}
.ldyqpr form input:focus {
    border-color: #ff7a7a;
}
.xkkldz p {
    color: #ccc;
}
.xkkldz p a {
    color: #ddd;
    font-weight: 700;
}
.xkkldz p a:hover {
    color: #ff7a7a;
}
/*
 * 8. Mobile Menu
*/
/*=========== Mobile  ==========*/
/*OVERLY Start*/
.v5785v {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 999;
  visibility: visible;
  opacity: 0;
  visibility: hidden; 
}
.v5785v.en193d {
  opacity: 0.6;
  visibility: visible; 
}
/*END OVERLY*/
.seeika {
  position: fixed;
  top: 0;
  left: -350px;
  background-color: #fff;
  z-index: 9999;
  width: 350px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.seeika.en193d {
  left: 0; 
}
.sd0rax {
  background: #333;
  padding: 0 35px; 
}
.sd0rax h4 {
  color: #fff;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  pointer-events: none;
  position: relative; 
}
.sd0rax h4 i {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 6; 
}
.u75q32 .n7dkxx li {
  position: relative; 
}
.u75q32 .n7dkxx li a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 35px;
  padding-right: 50px;
  line-height: 30px;
  text-transform: capitalize;
  border-top: 1px solid #e5e5e5; 
}
.u75q32 .n7dkxx li a i {
  display: none; 
}
.u75q32 .n7dkxx li .hcegd5 {
  position: absolute;
  right: 35px;
  top: 13px;
  width: 15px;
  height: 15px;
  cursor: pointer; 
}
.u75q32 .n7dkxx li .hcegd5::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); 
}
.u75q32 .n7dkxx li .hcegd5::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #333;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); 
}
.u75q32 .n7dkxx li.ucuhti > .hcegd5::after {
  height: 0; 
}
     
.u75q32 .n7dkxx li .ik3sg6 li a {
  font-weight: 400;
  padding-left: 50px; 
}
.u75q32 .n7dkxx li .ik3sg6 li .ddtdgy li a, .u75q32 .n7dkxx li .ik3sg6 li .ik3sg6 li a {
  padding-left: 65px; 
}
.u75q32 .n7dkxx li .ik3sg6 li img {
  padding: 10px;
  padding-right: 20px; 
}
/*
 * Cloud Services
*/
.kdztk5 {
    padding: 30px 25px 30px 30px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 10px 30px #25245e14;
}
.kdztk5 .text {
    padding-left: 20px;
    overflow: hidden;
}
.kdztk5.fv0aas .text h5 {
    color: rebeccapurple;
}
.kdztk5 .text h5{
	font-size: 16px;
    line-height: 26px;
}
.kdztk5.fbopzq .text h5 {
    color: #de5d5d;
}
.kdztk5.n75cka .text h5 {
    color: #5b5bf1;
}
.mcxjcx {
    padding: 40px 20px;
    box-shadow: 0px 0px 30px #e8e4e4;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mcxjcx:hover{
	background: #ff7a7a;
}
.mcxjcx .n1q0c9 {
	width: 80px;
	height: 80px;
	background: #ff7a7a;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	color: #fff;
	margin-bottom: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mcxjcx:hover .n1q0c9{
	background: #fff;
	color: #ff7a7a;
}
.mcxjcx .content h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mcxjcx .content h3 a {
	color: #333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mcxjcx:hover .content h3 a{
	color: #fff;
}
.mcxjcx .content p {
	line-height: 26px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mcxjcx:hover .content p{
	color: #fff;
}
/*
 * Breadcrumb Area
*/
.dpb6qu {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.eroqbg h3.fnj8qy {
	font-size: 45px;
	margin-bottom: 12px;
	color: #555;
	font-weight: 700;
}
.eroqbg .uhpyic ul li {
	display: inline-block;
	padding: 0px 10px;
}
.eroqbg .uhpyic ul li.rmmejw {
	position: relative;
	color: #ff7a7a;
	font-size: 20px;
	padding-left: 16px;
}
.eroqbg .uhpyic ul li.rmmejw::after {
	content: "/";
	clear: both;
	display: block;
	left: 0;
	position: absolute;
	overflow: hidden;
	top: 0;
}
.eroqbg .uhpyic ul li a{
	font-size: 20px;
	color: #333;
}
.eroqbg .uhpyic ul li a:hover{
	color: #ff7a7a;
}
/*
 * about-resources-wrapper
*/
.jm4yzp {
	display: flex;
	height: 100%;
	align-items: center;
}
.ndlpo1 {
	text-align: center;
}
.bcff4u h5 {
	font-size: 20px;
	color: #ff7a7a;
	font-weight: 500;
	margin-bottom: 25px;
}
.bcff4u h2 {
	font-size: 32px;
	line-height: 40px;
}
/*
 * Awesome Features
*/
.g6xwch {
	padding: 40px 20px;
	box-shadow: 0px 0px 7px #f4f1f1;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.g6xwch::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 0;
	background: #FF7A7A;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.g6xwch:hover:after{
	height: 100px;
}
.g6xwch::before {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: #FF7A7A;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.g6xwch:hover::before{
	width: 100px;
}
.j08mwo .n1q0c9 {
	width: 70px;
	height: 70px;
	background: #FF7A7A;
	margin: 0 auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 10px 0px #dbd8d8;
	color: #fff;
	font-size: 26px;
}
.j08mwo .content h3 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 15px;
}
.j08mwo::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	background: #f8faff;
	width: 72%;
	height: 218%;
	z-index: -1;
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.g6xwch:hover .j08mwo::after {
	content: "";
	bottom: 0;
	top: 195%;
	width: 252%;
}
/*
 * Team Style
*/
.wwzoyx {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.wwzoyx::before {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 50%;
	height: 0%;
	background: #ff7a7aeb;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.wwzoyx::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 50%;
	height: 0%;
	background: #ff7a7aeb;
	top: 0;
	right: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.wwzoyx img {
	width: 100%;
}
.iocpsq {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 999;
}
.hczv5s {
	position: absolute;
	left: 0px;
	bottom: 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.hczv5s h3 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
.hczv5s h5 {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.hczv5s .b3fsmv {
	margin-top: 15px;
}
.hczv5s .b3fsmv ul li {
	display: inline-block;
	margin: 0px 2px;
}
.hczv5s .b3fsmv ul li a {
	display: inline-block;
}
.hczv5s .b3fsmv ul li a i {
	color: #fff;
	font-size: 13px;
	border: 2px dotted #fff;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.hczv5s .b3fsmv ul li a i:hover {
	background: #fff;
	color: #333;
}
.wwzoyx:hover .hczv5s {
	left: 30px;
	opacity: 1;
	visibility: visible;
}
.wwzoyx:hover::before {
	height: 100%;
}
.wwzoyx:hover::after {
	height: 100%;
}
/*
 * 9. Blog Area
*/
.bmpo0h {
	width: 100%;
	overflow: hidden;
	background: #fff;
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	position: relative;
}
.bmpo0h .no43ea {
	overflow: hidden;
}
.bmpo0h .no43ea img{
	width: 100%;
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.bmpo0h:hover .no43ea img{
	transform: scale(1.1);
}
.bmpo0h .no43ea .ndkqs7 {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #ff7a7a;
	width: 74px;
	text-align: center;
	border-radius: 5px;
	padding: 6px 0px;
}
.bmpo0h .no43ea .ndkqs7 span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #040404;
	line-height: 19px;
	text-transform: uppercase;
}
.bmpo0h .content {
	padding: 25px 10px;
}
.bmpo0h .content .ca8fuc span {
	padding-right: 14px;
}
.bmpo0h .content .ca8fuc span:last-child{
	padding: 0px;
}
.bmpo0h .content .ca8fuc span img {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-right: 1px;
}
.bmpo0h .content h3 {
	margin-top: 20px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
}
.bmpo0h .content h3 a{
	color: #333;
}
.bmpo0h .content h3 a:hover{
	color: #ff7a7a;
}
.bmpo0h .content .vape8q {
	margin-top: 20px;
}
.bmpo0h .content .vape8q a{
	color: #333;
	font-size: 15px;
}
.bmpo0h .content .vape8q a i{
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.bmpo0h .content .vape8q a:hover{
	color: #ff7a7a;
}
.bmpo0h .content .vape8q a:hover i{
	padding-left: 10px;
}
/*
 * Pagination
*/
.msgxxs {
	text-align: center;
}
.msgxxs ul li {
	display: inline-block;
}
.msgxxs ul li span{
	width: 40px;
	font-weight: 500;
	display: inline-block;
	margin: 0px 4px;
	box-shadow: 0px 0px 11px 0px #dde6d2;
	padding: 7px 0px;
	color: #fff;
	background: #ff7a7a;
}
.msgxxs ul li a{
	width: 40px;
	color: #333;
	font-weight: 500;
	display: inline-block;
	margin: 0px 4px;
	box-shadow: 0px 0px 11px 0px #dde6d2;
	padding: 7px 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #fff;
}
.msgxxs ul li a:hover{
	background: #ff7a7a;
	color: #fff;
}
/*
 * Widgets
*/
.k23m78 {
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	padding: 30px 22px;
}
.k23m78 form{
	position: relative;
}
.k23m78 form input {
	width: 100%;
	border: 1px solid #ddd;
	padding: 20px 20px;
	border-radius: 2px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.k23m78 form input:focus{
	border-color:  #ff7a7a;
}
.k23m78 form button {
	position: absolute;
	right: 7px;
	background: none;
	border: none;
	font-size: 20px;
	top: 17px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.k23m78 form button:hover{
	color: #ff7a7a;
}
.k23m78 h3.title {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	color: #555;
}
.k23m78 ul.b0rqkj li {
	line-height: 46px;
	border-bottom: 1px dotted #cccc;
}
.k23m78 ul.b0rqkj li:last-child{
	border-bottom: none;
}
.k23m78 ul.b0rqkj li a{
	color: #333;
}
.k23m78 ul.b0rqkj li a:hover{
	color: #ff7a7a;
}
.k23m78 ul.b0rqkj li a i{
	color: #ff7a7a;
	padding-right: 5px;
}
.obngmk {
	overflow: hidden;
	margin-bottom: 25px;
}
.gfhmnx .obngmk:last-child {
	margin-bottom: 0px;
}
.obngmk .img {
	float: left;
	width: 80px;
}
.obngmk .img img{
	width: 100%;
}
.obngmk .content {
	overflow: hidden;
	padding-left: 10px;
}
.obngmk .content h3 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}
.obngmk .content h3 a{
	color: #333;
}
.obngmk:hover .content h3 a{
	color: #ff7a7a;
}
.obngmk .content span{
	font-size: 14px;
}
.k23m78 .v3pwvm a {
	color: #333;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	padding: 6px 12px;
	border: 1px solid #ddd;
	display: inline-block;
	margin: 3px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.k23m78 .v3pwvm a:hover{
	background: #ff7a7a;
	color: #fff;
	border-color: #ff7a7a;
}
/*
 * Blog Details
*/
.v79o6j img {
	width: 100%;
}
.v79o6j .content h2 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.v79o6j .content .ca8fuc{
	margin-bottom: 20px;
}
.v79o6j .content .ca8fuc ul li {
	display: inline-block;
	margin: 0px 10px;
}
.v79o6j .content .ca8fuc ul li img {
	float: left;
	border-radius: 50%;
	width: 30px;
	margin-right: 5px;
}
.v79o6j .content .ca8fuc ul li i{
	padding-right: 5px;
	color: #ff7a7a;
}
.v79o6j .content p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}
.v79o6j .content p.bvbnzd {
	background: #ff7a7a;
	padding: 20px;
	color: #444;
	margin-left: 20px;
	box-sizing: border-box;
}
.v79o6j .content ul {
	padding-left: 20px;
	margin-bottom: 15px;
}
.v79o6j .content ul li {
	line-height: 30px;
	font-weight: 500;
}
.v79o6j .content ul li i{
	color: #ff7a7a;
	padding-right: 5px;
}
/*
 * Comment Style
*/
.x6bra7 {
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	padding: 30px 20px;
}
.x6bra7 h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
.aw6oz2 h3{
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.x6bra7 ul li.c0j8we {
	margin-bottom: 30px;
}
.s97zec {
	width: 80px;
	float: left;
}
.s97zec img {
	width: 100%;
	border-radius: 50%;
}
.qspjkl {
	overflow: hidden;
	padding-left: 20px;
}
.qspjkl a.a93ibc {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
}
.qspjkl a.a93ibc:hover{
	color: #ff7a7a;
}
.qspjkl .qko3pg p {
	font-size: 14px;
	margin-bottom: 10px;
}
.qspjkl .wrtdl3 ul.qcli32 li {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
.qspjkl .wrtdl3 ul.qcli32 li a{
	color: #333;
	text-transform: capitalize;
}
.qspjkl .wrtdl3 ul.qcli32 li a:hover{
	color: #ff7a7a;
}
.c0j8we .m0reao {
	margin-top: 20px;
	padding-left: 60px;
}
.aw6oz2 {
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	margin-top: 30px;
	padding: 30px 25px;
}
.aw6oz2 textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 20px 20px;
	height: 180px;
	margin-bottom: 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.aw6oz2 input{
	width: 100%;
	border: 1px solid #ccc;
	padding: 20px 20px;
	margin-bottom: 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.aw6oz2 input:focus{
	border-color: #ff7a7a;
}
.aw6oz2 textarea:focus{
	border-color: #ff7a7a;
}
.aw6oz2 button {
	border: none;
}
/*
 * Contact Form
*/
.rl7fnc {
	padding: 30px 15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 7px #fbe7e7;
	border-radius: 3px;
}
.rl7fnc h2 {
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}
.rl7fnc p {
	color: #666;
	font-size: 15px;
	font-weight: 400;
}
.rl7fnc .pt5lve {
	margin: 20px 0px;
}
.rl7fnc .pt5lve ul li {
	position: relative;
	padding-left: 60px;
	margin-bottom: 15px;
}
.rl7fnc .pt5lve ul li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 35px;
	color: #ff7a7a;
}
.rl7fnc .pt5lve ul li span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	color: #333;
}
.rl7fnc .pt5lve ul li small {
	font-size: 16px;
	color: #333;
}
.rl7fnc .pt5lve ul li a {
	display: block;
	color: #182e57;
	font-size: 17px;
}
.rl7fnc .pt5lve ul li a:hover{
	color: #ff7a7a;
}
.rl7fnc ul.d0fpqb {
	margin-top: 20px;
}
.rl7fnc ul.d0fpqb li{
	display: inline-block;
	margin:2px;
}
.rl7fnc ul.d0fpqb li a{
	display: inline-block;
}
.rl7fnc ul.d0fpqb li a i {
	width: 40px;
	height: 40px;
	border: 2px dotted #ff7a7a;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #ff7a7a;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.rl7fnc ul.d0fpqb li a i:hover{
	background: #ff7a7a;
	color: #fff;
}
.qhmkod {
	padding: 30px 15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 7px #fbe7e7;
	border-radius: 3px;
}
.qhmkod h2 {
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}
.qhmkod input {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 20px 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.qhmkod input:focus{
	border-color: #ff7a7a;
}
.qhmkod textarea{
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 20px 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 170px
}
.qhmkod textarea:focus{
	border-color: #ff7a7a;
}
.qhmkod button {
	border: none;
}
/*
 * Contact Map
*/
.v874fb {
	height: 400px;
}
/*
 * Services Single
*/
.a94pp7 img {
	width: 100%;
}
.a94pp7 .xjgui5 h2 {
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.a94pp7 .xjgui5 p {
	margin-bottom: 14px;
	line-height: 30px;
}
.a94pp7 .xjgui5 h3 {
	font-size: 20px;
	margin-bottom: 0px;
	color: #333;
}
.a94pp7 .exdfkx {
	background: #f3f9ff;
	padding-top: 30px;
	padding-left: 15px;
	border-radius: 10px;
}
.a94pp7 .exdfkx .kvxdtf h4 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #666;
}
.a94pp7 .exdfkx .kvxdtf span {
	color: #5d6648;
}
.a94pp7 .exdfkx .kvxdtf ul li{
	display: inline-block;
	margin: 0px 3px;
}
.a94pp7 .exdfkx .kvxdtf ul li a {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #ff7a7a;
	background: #fff;
	font-size: 12px;
}
.a94pp7 .exdfkx .kvxdtf ul li a:hover{
	color: #fff;
	background: #ff7a7a;
}
/*
 * Project 
*/
.n61q4s {
	width: 100%;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 0px 11px 0px #dddbdb;
}
.n61q4s img{
	width: 100%;
}
.c2yy91 {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: rgba(0,0,0,.5);
	text-align: center;
	opacity: 0;
	visibility: hidden;
}
.n61q4s:hover .c2yy91 {
	opacity: 1;
	visibility: visible;
}
.v9b29k h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}
.v9b29k a {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 2px solid #ff7a7a;
	color: #ff7a7a;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	margin: 0px 3px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.v9b29k a:hover{
	color: #fff;
	background: #ff7a7a;
}
.xwyq3q{
	text-align: center;
}
.xwyq3q ul li {
	display: inline-block;
	margin: 2px 3px;
	border: 2px solid #333;
	color: #333;
	border-radius: 2px;
	padding: 4px 17px;
	font-size: 14px;
	text-transform: capitalize;
	cursor: pointer;
}
.xwyq3q ul li.o6ligq {
	color: #fff !important;
	background: #ff7a7a;
	border-color: #ff7a7a !important;
}
/*
 * Privacy Policy
*/
.s0eqto h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
.s0eqto p {
	margin-bottom: 15px;
	line-height: 30px;
}
.s0eqto h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
/*
 * 404 Page
*/
.g0ivuj h4 {
	margin-top: 30px;
	font-size: 30px;
}
.g0ivuj .vy673d a {
	border-radius: 50px;
}
/*
 * Faq Page
*/
.m52u3k {
	padding: 30px 15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 7px #fbe7e7;
	border-radius: 3px;
}
.m52u3k h3 {
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}
.m52u3k input {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 20px 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.m52u3k input:focus{
	border-color: #ff7a7a;
}
.m52u3k textarea{
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 20px 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 170px
}
.m52u3k textarea:focus{
	border-color: #ff7a7a;
}
.m52u3k button {
	border: none;
	width: 100%;
}
.yh1omn {
	margin-bottom: 30px;
}
.yh1omn .i3apnl {
    background: #d5d5ee;
    border-left: 5px solid #ff7a7a;
    padding: 16px 22px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}
.ggexsp {
    padding: 10px;
    box-shadow: 0px 3px 2px #ddd;
}
.yh1omn .i3apnl a {
    display: block;
    position: relative;
    color:#333;
}
.yh1omn .i3apnl a:hover{
	color: #ff7a7a;
}
.yh1omn .i3apnl a::after {
    content: "+";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.yh1omn .i3apnl a[aria-expanded="true"]:after{
    content: "-";
}
/*
 * Pricing Area
*/
.og301e {
	padding: 40px 20px;
	box-shadow: 0px 0px 7px #f4f1f1;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.og301e::before {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: #FF7A7A;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.og301e::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 0;
	background: #FF7A7A;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.og301e:hover::before {
	width: 100px;
}
.og301e:hover::after {
	height: 100px;
}
.jdb9a1{
	text-align: center;
}
.jdb9a1::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	background: #f8faff;
	width: 72%;
	height: 218%;
	z-index: -1;
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.og301e:hover .jdb9a1::after {
	content: "";
	bottom: 0;
	top: 134%;
	width: 252%;
}
.jdb9a1 h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.jdb9a1 h2 {
	margin-bottom: 25px;
	font-size: 45px;
	font-weight: 700;
	color: #FF7A7A;
}
.jdb9a1 .jox58l a {
	box-shadow: none;
	padding: 10px 30px;
}
.jdb9a1 ul li {
	line-height: 40px;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0px;
}
.jdb9a1 ul li:last-child{
	border-bottom: none;
}
/*
 * Pricing Style 2
*/
.isxsi9 {
	background: #fff;
	text-align: center;
	padding: 50px 30px;
	box-shadow: 0px 0px 11px #ddd;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.isxsi9.mf6a9t {
	transform: scale(1.05);
}
.isxsi9:hover {
    box-shadow: 0px 8px 13px #c1bbbb;
}
.isxsi9.mf6a9t {
    transform: scale(1.05);
}
.isxsi9 .mdah7w {
    position: absolute;
    top: 18px;
    right: -35px;
}
.isxsi9 .mdah7w span {
    background: #ff6d60;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    transform: rotate(42deg);
    display: inline-block;
    padding: 10px 40px;
}
.isxsi9 h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #333;
}
.isxsi9 h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 900;
}
.isxsi9 h2 sub {
    font-size: 20px;
}
.isxsi9 h2 span {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.isxsi9 ul li {
    border-bottom: 1px solid #ddd;
    line-height: 25px;
    padding: 10px 0px;
    font-size: 16px;
    color: #333;
}
.isxsi9 ul li:last-child{
    border-bottom: none;
}
.jox58l a {
	padding: 10px 20px;
	box-shadow: none;
}
/*新增加的css*/
.tqpe63 {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kdjf6b {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.kdjf6b a,
.kdjf6b span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kdjf6b .uf0ccr {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.kdjf6b .disabled {
  color: #aaa;
  border-color: #eee;
}

/* theme515 migration */
.a2sraw .row { min-height: 82px; }
.qbr6dc nav ul { white-space: nowrap; }
.qbr6dc nav ul li a.mf6a9t { color: #4a77f4; }
.yqtxp9 { margin-left: 8px; font-size: 0; vertical-align: middle; }
.yqtxp9 .fnwqnl, .yqtxp9 .n5h0x6 { display: inline-block; padding: 11px 17px; margin-left: 8px; color: #ffffff; font-size: 14px; font-weight: 700; line-height: 20px; text-align: center; background: #4a77f4; box-shadow: 0 8px 16px rgba(74,119,244,.18); vertical-align: top; }
.yqtxp9 .n5h0x6 { background: #f0a91f; }
.yqtxp9 .fnwqnl:hover, .yqtxp9 .n5h0x6:hover { color: #ffffff; background: #26324b; }
.qa12ws { color: #ffffff; font-size: 48px; line-height: 1.2; }
.ywfa45 .emjl4t h1 { color: #1d273b; font-size: 52px; line-height: 1.18; }
.lnqss2 { margin-top: 30px; font-size: 0; }
.lnqss2 a { margin-right: 14px; margin-bottom: 12px; font-size: 16px; vertical-align: top; }
.yq6ntr { color: #4b5563; font-size: 17px; line-height: 1.8; margin-bottom: 26px; }
.metvu7 { max-width: 620px; margin-left: auto; margin-right: auto; }
.jlehvk, .jwd2wf, .b2xv00, .hr1qr9, .vdba8w, .jifq8i, .gnf16d { color: #243047; background: #ffffff; border: 1px solid #e7eef7; box-shadow: 0 12px 35px rgba(43,78,132,.08); }
.jlehvk { min-height: 230px; padding: 34px 28px; }
.jlehvk i, .jwd2wf i { display: inline-block; margin-bottom: 20px; color: #4a77f4; font-size: 36px; }
.jlehvk h3, .jwd2wf h3, .b2xv00 h3, .gnf16d h2, .dk1eql h2 { color: #1f2a3d; }
.jlehvk p, .jwd2wf p, .b2xv00 p, .hr1qr9 p, .vdba8w span, .gnf16d p, .mcvj32 p, .mcvj32 li, .dk1eql p { color: #5b6473; line-height: 1.75; }
.jwd2wf { min-height: 210px; padding: 32px 24px; text-align: center; }
.b2xv00 { min-height: 190px; padding: 34px 28px; }
.b2xv00 span { display: inline-block; margin-bottom: 14px; color: #f0a91f; font-size: 28px; font-weight: 800; }
.hr1qr9 { min-height: 160px; padding: 30px; text-align: center; }
.hr1qr9 b { display: block; margin-bottom: 12px; color: #4a77f4; font-size: 24px; }
.txg3i8 { background: #ffffff; }
.mcvj32 { padding-right: 35px; }
.mcvj32 h2, .dk1eql h2 { font-size: 42px; line-height: 1.25; margin-bottom: 18px; }
.mcvj32 ul { margin-top: 24px; padding-left: 20px; list-style: square; }
.gnf16d { padding: 42px 38px; }
.gnf16d input, .gnf16d textarea { color: #202938; background: #ffffff; border: 1px solid #dce5f1; }
.gnf16d input::-webkit-input-placeholder, .gnf16d textarea::-webkit-input-placeholder { color: #737f91; }
.gnf16d input::-moz-placeholder, .gnf16d textarea::-moz-placeholder { color: #737f91; }
.gnf16d input:-ms-input-placeholder, .gnf16d textarea:-ms-input-placeholder { color: #737f91; }
.kgpxqq { margin-top: 4px; font-size: 0; }
.kgpxqq .sdr2ra, .kgpxqq .oflekr, .kgpxqq button.sdr2ra { display: inline-block; height: 56px; line-height: 24px; padding: 16px 30px; margin-right: 12px; margin-bottom: 12px; border: 0; font-size: 16px; vertical-align: top; cursor: pointer; }
.dk1eql { padding-left: 35px; }
.vdba8w { min-height: 112px; padding: 24px; margin-bottom: 24px; }
.vdba8w b { display: block; margin-bottom: 8px; color: #1f2a3d; }
.jifq8i { padding: 30px; }
.jifq8i p { padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #e7eef7; color: #5b6473; }
.jifq8i p:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.yl7vly { width: 220px; height: 220px; line-height: 220px; margin: 0 auto 30px; color: #ffffff; text-align: center; background-image: linear-gradient(to right, #4a77f4 0%, #00bade 100%); border-radius: 50%; box-shadow: 0 18px 45px rgba(74,119,244,.22); }
.yl7vly i { font-size: 72px; line-height: 220px; }
.k1iavd img, .zx637l img, .no43ea img { width: 100%; max-height: 260px; object-fit: cover; }
.mvefbh { font-size: 24px; line-height: 1.35; }
.fs46ss { color: #1f2a3d; font-size: 42px; line-height: 1.28; margin-bottom: 20px; }
.s7hpz9 { color: #424b5c; font-size: 17px; line-height: 1.9; }
.j5vo7o span { display: inline-block; margin: 0 16px; color: #334155; font-weight: 700; }
@media only screen and (max-width: 1199px) {
  .qbr6dc nav ul li a { padding-left: 10px; padding-right: 10px; font-size: 14px; }
  .yqtxp9 .fnwqnl, .yqtxp9 .n5h0x6 { padding-left: 12px; padding-right: 12px; }
}
@media only screen and (max-width: 991px) {
  .a2sraw { position: absolute; background: transparent; }
  .mcvj32, .dk1eql { padding-left: 0; padding-right: 0; }
}
@media only screen and (max-width: 767px) {
  .qa12ws { font-size: 34px; }
  .ywfa45 .emjl4t h1, .mcvj32 h2, .dk1eql h2 { font-size: 34px; }
  .gnf16d { padding: 30px 22px; }
  .kgpxqq .sdr2ra, .kgpxqq .oflekr, .kgpxqq button.sdr2ra { width: 100%; margin-right: 0; text-align: center; }
}

