/*
  Theme Name:  Resi - Business And Agency HTML template
  Author: Ahmed Ali
  Description: Business template.
  Version: 1.0
*/

/* Css Index
-----------------------------------

1. Typography css 
2. Theme default css 
3. Header top css
4. Hero css
5. Feature css
6. About css
7. Service css
8. Progress css
9. Why Choose css
10. Team css
11. Subscribe css
12. Benefit  css
13. Video  css
14. Brand css
15.Blog css
16.Contact css
17.Home 2 Contact css
18.Portfolio css	
19.Price css 
20.Scroll top css
21.Footer css 
22.Breadcrumb css
23. single Page css
24. Sidebar css
25. Pagination css	

*/


/*-------------------------------------------------------
1. Typography css 
---------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700;900&amp;family=Roboto:wght@300;400;500;700;900&amp;family=Montserrat:wght@500;600&amp;family=Open+Sans:wght@400&amp;family=Red+Hat+Display:wght@400;700&amp;display=swap');
:root {
	--heading-color: #002e5b;
	--bg-color: #f9f9f9;
	--body-color: #888888;
	--theme-color: #002e5b;
	--theme-color-sec: #dc3545;
	--white-color: #fff;
	--black-color: #000;
	--light-color: #EFEFEF;
	--border-color:#E3E8FE;
	--lightgrey-color: #ccc;
	--font-family-1: 'Heebo', sans-serif;
    --font-family-2: 'Roboto', sans-serif;
	--font-family-mont: 'Montserrat', sans-serif;
	--font-family-open: 'Open Sans', sans-serif;
	--font-family-red: 'Red Hat Display', sans-serif;
}

*, *:before, *:after {
 	box-sizing: inherit;
}

html,body {
	height: auto;
    width:100%;
    margin:0;
    padding:0;
    overflow-x: hidden;
    font-size: 62.5%;
	box-sizing:border-box;
}

body {
	font-family: var(--font-family-1);
	font-style: normal;
	color: var(--body-color);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
	-moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

a{
    color: var(--body-color);
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-decoration: none;
}

a:hover{
    color:#666;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6{
    color:var(--heading-color);
    margin:0 0 1.5rem 0;
    font-weight: 700;
    font-family: var(--font-family-2);
	line-height: 1.2;
}

h1{
    font-size:48px;
}

h2{
    font-size:36px;
}

h3{
    font-size:30px;
}

h4{
    font-size:22px;
}

h5{
    font-size:18px;
}

h6{
    font-size:14px;
}

p{
	margin-bottom: 1.5rem;
	color: var(--body-color);
	line-height: 2.8rem;
}

.img,img{
	max-width: 100%;
	-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;
	height:auto;
}

hr {
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}

label {
  color: #999;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: .5;
}

*::placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: .5;
}

input:focus,
textarea:focus, 
select:focus {
  outline: none;
  box-shadow: inherit;
}

/*-------------------------------------------------------
2. Theme default css 
---------------------------------------------------------*/

.ue94af {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(assets/img/logo/pre-loader.gif) center no-repeat var(--white-color);
    text-align: center;
}

.e5ofw6 {
	height: 100%;
}

.m6br2o {
	height: 100vh;
}

.bg {
	background:var(--bg-color);
}

.eiow38 {
	background:var(--bg-color-sec);
}
/*grid css*/

.ie7qrw {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 3rem;
}

.xgio6j {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 3rem;
}

.at77t1 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 3rem;
}


/*Theme button css*/

.l8oct2 {
	padding: 1.3rem 2.4rem;
    background: var(--theme-color);
    border-radius: 5px;
    color: var(--white-color);
    text-transform: capitalize;
	font-weight: 500;
}

.l8oct2 i {
    height: 1.2rem;
    width: 1.2rem;
    line-height: 1.2rem;
    background: var(--white-color);
    color: var(--theme-color);
    font-size: 8px;
    margin-left: 7px;
    margin-right: 0;
    text-align: center;
    border-radius: 50%;
    transform: translate(0px, -2px);
}

.l8oct2:hover {
	background: #002e5b;
    color: var(--white-color);
}

.l8oct2:hover i {
	color: #002e5b;
}

/*margins paddings*/

.j5zf6b {
    padding: 8rem 0;
}

.kkjz0r {
	padding: 8.6rem 0;
}

.j9e7to {
	padding-top: 8rem;
}

.g39jxa {
	padding-top: 8rem;
}

.od7gde {
	padding-top: 6.5rem;
}

.gpd2hk {
	padding-top: 2rem;
}

.rjjvac {
	padding-bottom: 8rem;
}

.eu6knw {
	padding-bottom: 13rem;
}

.aawdjo {
	padding-bottom: 8rem;
}

.u9c4r5 {
	padding-bottom: 6.5rem;
}

.p5wry1 {
	padding-bottom: 8rem;
}

.k6i024 {
	margin-bottom: 1rem;
}

.poedxd {
	margin-bottom: 2rem;
}

.f4sg38 {
	margin-bottom: 3rem;
}

.k2wp6d {
	margin-bottom: 7rem;
}

.def81q {
	margin-bottom: 4rem;
}

.fsxdv3 {
	margin-bottom: 0;
}

.gaob0w {
	margin-top: 1rem;
}

.owthdx {
	margin-top: 2rem;
}

.af6jw9 {
	margin-top: 3rem;
}

.b7c4at {
	margin-top: 4rem;
}

.j7ogw2 {
	margin-top: 7rem;
}

/*bsnav menu*/

.tzqj15 .zmo2jt .suia1x .fth79b,
.tzqj15 .suia1x .fth79b {
    padding: 2rem 1.5rem;
    display: block;
    position: relative;
    transition: .3s;
    cursor: pointer;
    color: var(--heading-color);
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 3rem;
    text-transform: capitalize;
	letter-spacing: .8px;
	font-family: var(--font-family-2);
}

.tzqj15.bwkoc6.in .zmo2jt .suia1x .fth79b,
.tzqj15.bwkoc6.in .suia1x .fth79b {
    color: var(--heading-color);
}

/*Besi Menu Settings*/

.rhiwxr {
    position: relative;
}

.tzqj15 {
    padding: 1rem 1.5rem;
    z-index: 999;
    background: #fff;
    margin-top: 5rem;
}

.exf0qc .tzqj15 .zmo2jt .suia1x .fth79b,
.exf0qc .tzqj15 .suia1x .fth79b {
	color: var(--heading-color);
}

.tzqj15.bwkoc6.in {
    background: #fff;
	border-bottom: 1px solid var(--lightgrey-color);
}

.tzqj15 .syemez .z3429j {
	display: block;
}

.tzqj15 .syemez .yi21bn {
	display: none;
}

.tzqj15.bwkoc6.in .syemez .z3429j {
	display: none;
}

.tzqj15.bwkoc6.in .syemez .yi21bn {
	display: block;
}

.suia1x .kudo6q.active>.fth79b,
.suia1x .kudo6q:active:focus>.fth79b, 
.suia1x .kudo6q:active>.fth79b,
.suia1x .kudo6q:focus>.fth79b,
.suia1x .kudo6q:hover>.fth79b {
    color: var(--theme-color);
}

.tzqj15.bwkoc6.in .suia1x .kudo6q.active>.fth79b,
.tzqj15.bwkoc6.in .suia1x .kudo6q:active:focus>.fth79b, 
.tzqj15.bwkoc6.in .suia1x .kudo6q:active>.fth79b,
.tzqj15.bwkoc6.in .suia1x .kudo6q:focus>.fth79b,
.tzqj15.bwkoc6.in .suia1x .kudo6q:hover>.fth79b {
    color: var(--theme-color);
}

.tzqj15.bwkoc6.in .suia1x .kudo6q:hover>.fth79b {
	color: var(--theme-color);
}

.kudo6q.dropdown ul li:hover > a {
	color: var(--theme-color) !important;
}

/*caret*/

.kudo6q .b1vo3u {
	border-left: none;
    border-right: none;
}


.kudo6q.active .b1vo3u,
.kudo6q:hover .b1vo3u {
	border-top-color: var(--theme-color);
}

/*Dropdown*/
/*
.nav-item.dropdown>.navbar-nav {
    background: #fff;
    width: 250px;
    position: absolute;
    pointer-events: none;
    flex-direction: column;
    transition: .3s ease-out;
    transition-delay: .1s;
    clip: rect(0,100vw,0,0);
    padding: 2rem 3rem;
}
*/

.tzqj15 .kudo6q .b1vo3u {
    margin-top: -18px;
    border-top: solid 5px var(--heading-color);
    font-size: 1.2rem;
    font-weight: 900;
    margin-left: 0px;
}

.tzqj15.bwkoc6.in .kudo6q .b1vo3u {
    border-top: solid 5px var(--heading-color);
}

.kudo6q.dropdown ul li a {
	color: var(--heading-color-sec) !important;
}
.tzqj15.bwkoc6.in .kudo6q:hover .b1vo3u {
	border-top: solid 5px var(--theme-color);
}

.tzqj15 .kudo6q:hover .b1vo3u {
	border-top: solid 5px var(--heading-color);
}

.tzqj15 .kudo6q.dropdown>.suia1x,
.tzqj15 .kudo6q.dropdown>.suia1x .suia1x {
    background: #fff;
    border-radius:0;
    box-shadow: 0 2px 14px rgba(0,0,0,.15);
    padding: 1.5rem 2rem;
}

.t8tivm .kudo6q.dropdown>.suia1x.in li a {
	font-size: 1.4rem;
}

/*For topbar*/

.tzqj15.in {
    margin-top: 0rem;
}

.exf0qc .tzqj15.in {
    margin-top: 0;
}


/*theme title*/

.pkxzvw {
    margin-bottom: 5rem;
    margin-top: -1rem;
}

.pkxzvw h2 {
    text-transform: capitalize;
    line-height: 1.2;
    font-size: 4rem;
	margin-bottom: 0;
}

.pkxzvw.vlkzch h2 {
	color: var(--white-color);
}

.pkxzvw h2 span {
    color: var(--theme-color);
    font-weight: 400;
}

.pkxzvw.vlkzch h2 span {
	color: var(--white-color);
}

.a6a8y4 {
    font-size: 2rem;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: var(--theme-color);
    position: relative;
    z-index: 1;
    padding-left: 4.5rem;
    font-family: var(--font-family-2);
	display: inline-block;
}

.pkxzvw.vlkzch .a6a8y4 {
	color: var(--white-color);
}

.a6a8y4::before, 
.a6a8y4::after {
	position: absolute;
	content: '';
	background: var(--theme-color);
	height: 1px;
	width: 2.5rem;
}

.pkxzvw.vlkzch .a6a8y4::before, 
.pkxzvw.vlkzch .a6a8y4::after {
	background: var(--white-color);
}

.a6a8y4::before {
	top: 40%;
	left: 0;
}

.a6a8y4::after {
    bottom: 35%;
    left: 1rem;
}


/*border*/

.m0btf7 {
	border: 1px solid var(--lightgrey-color);
}

.mtpwlz {
	border-top: 1px solid var(--lightgrey-color);
}

.urevir {
	border-bottom: 2px solid #f0ecff;
}

.ma2h56 {
	border-left: 1px solid var(--lightgrey-color);
}

.gsnifs {
	border-right: 1px solid var(--lightgrey-color);
}

.mnmedf {
	position: relative;
	z-index: 1;
	overflow: hidden;
}


/*-------------------------------------------------------
3. Header top css
--------------------------------------------------------- */

.a10iuy {
    position: absolute;
    top: -40px;
    left: 40px;
}

.a10iuy .x3nh1y .mbrbsm ul {
    display: flex;
    color: var(--heading-color);
    font-size: 1.4rem;
}

.a10iuy .x3nh1y .mbrbsm ul li {
	margin-right: 4rem;
}

.a10iuy .x3nh1y .mbrbsm ul li:last-child {
	margin-right: 0;
}

.a10iuy .x3nh1y .mbrbsm ul li i {
	margin-right: 1rem;
	color: var(--theme-color);
}

.jf2y9m i {
    color: var(--heading-color);
    display: inline-block;
    margin-right: 1.5rem;
}

.jf2y9m a {
    padding: 1.3rem 2.4rem;
    background: var(--theme-color);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: var(--white-color);
    text-transform: capitalize;
}

.jf2y9m a i {
    height: 1.2rem;
    width: 1.2rem;
    line-height: 1.2rem;
    background: var(--white-color);
    color: var(--theme-color);
    font-size: 8px;
    margin-left: 7px;
    margin-right: 0;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
}


.jf2y9m a:hover {
	background: #002e5b;
    color: var(--white-color);
}

.jf2y9m a:hover i {
	color: #002e5b;
}

/*Home 2*/
.a10iuy.slbpwo .x3nh1y .mbrbsm ul,
.a10iuy.slbpwo .x3nh1y .mbrbsm ul li i {
	color: var(--white-color);
}

/*-------------------------------------------------------
4. Hero css
--------------------------------------------------------- */

.gmid0l {
    overflow: hidden;
}

.xkytyh {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 110vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}


/*Hero Content*/

.dw0b7n {
    padding-top: 15rem;
}

.dw0b7n.nk6jwe {
    padding-top: 0;
}

.dw0b7n h2 {
    font-size: 7rem;
    line-height: 1.1;
    color: var(--heading-color);
    font-weight: 400;
    text-transform: capitalize;
}

.dw0b7n h2 span {
	font-weight: 700;
}

.dw0b7n p {
	color: var(--heading-color);
	font-size: 2rem;
	margin-bottom: 3rem;
}

.vqzxaw a {
    display: inline-block;
}

/*Home-2*/

.slbpwo .xkytyh::before {
	position: absolute;
	content: '';
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(0, 0, 0,0.6);
}


.slbpwo .xkytyh .dw0b7n h2, 
.slbpwo .xkytyh .dw0b7n p, 
.slbpwo .xkytyh .dw0b7n .a6a8y4{ 
    color: var(--white-color);
}

.slbpwo .xkytyh .dw0b7n .a6a8y4::before,
.slbpwo .xkytyh .dw0b7n .a6a8y4::after {
	background-color: var(--white-color);
}

/*Owl Carousel*/

.zlfjf5.owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	left: 5rem;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
}


.zlfjf5.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 1rem 1.5rem;
    background: rgb(0 0 0 / 8%);
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    line-height: 1;
}

[class^="fruhan-"], [class*=" fruhan-"] {
    font-family: 'themify';
    speak: none;
display: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zlfjf5.owl-theme .owl-nav .owl-prev {
	-webkit-border-top-left-radius: 1rem;
	border-top-left-radius: 1rem;
}

.zlfjf5.owl-theme .owl-nav .owl-next {
	-webkit-border-bottom-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

/*Demos*/

.vd32nb img {
    border: 2px solid var(--theme-color);
}

/*-------------------------------------------------------
5.Feature css
--------------------------------------------------------- */

.ffmyd5 .mk4ph9 {
	border-top: 2px solid var(--theme-color);
    text-align: center;
    padding: 5rem 3rem;
    -webkit-box-shadow: 0px 0px 54px 0px rgba(151, 151, 151, 0.08);
    box-shadow: 0px 0px 54px 0px rgba(151, 151, 151, 0.08);
	position: relative;
	z-index: 1;
}

.ffmyd5 .mk4ph9 .kqeoh1 h4 {
    margin: 2rem 0 2rem;
}

.ffmyd5 .mk4ph9 .kqeoh1 p {
    margin-bottom: -1rem;
}

.ffmyd5 .mk4ph9 .mhpsea  {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
    background-color: var(--white-color);
    color: var(--theme-color);
    border: 1px solid #dedede;
    position: absolute;
    bottom: -2rem;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.3rem;
}

.ffmyd5 .mk4ph9:hover .mhpsea .f2op8s,
.ffmyd5 .mk4ph9 .mhpsea .jrsh8l {
	display: none;
}

.ffmyd5 .mk4ph9 .mhpsea .f2op8s,
.ffmyd5 .mk4ph9:hover .mhpsea .jrsh8l {
	display: inline-block;
	
}

.ffmyd5 .mk4ph9:hover .mhpsea  {
	background-color: var(--theme-color);
	color: var(--white-color);
	border: 1px solid var(--theme-color);
}

.ffmyd5 .mk4ph9.mlwx2v .mhpsea {
	background-color: var(--theme-color);
	color: var(--white-color);
	border: 1px solid var(--theme-color);
}


.ffmyd5 .mk4ph9.mlwx2v:hover .mhpsea .jrsh8l,
.ffmyd5 .mk4ph9.mlwx2v .mhpsea .jrsh8l {
	display: inline-block !important;
}

.ffmyd5 .mk4ph9.mlwx2v .mhpsea .f2op8s {
	display: none !important;
}

.v7svtl h5 {
    margin-bottom: 0;
    font-size: 1.6rem;
    color: var(--body-color);
    font-weight: 400;
    font-family: var(--font-family-1);
	letter-spacing: 0px;
}

.v7svtl h5 span {
    color: var(--theme-color);
}


/*-------------------------------------------------------
6.About css
--------------------------------------------------------- */

.hq7ke2 .ejfpkn .ubpoyb {
    height: 100%;
	position: relative;
    z-index: 1; 
}

.hq7ke2 .ejfpkn .ubpoyb img {
    min-height: 100%;
}

.hq7ke2 .ssph46 {
    padding-left: 3rem;
}

.hq7ke2 .ssph46 .pkxzvw {
    margin-bottom: 2rem;
    line-height: 1;
}


.hq7ke2 .ssph46 p {
    margin-bottom: 3rem;
}

.hq7ke2 .ssph46 ul li {
    display: flex;
    align-items: flex-start;
}

.hq7ke2 .ssph46 ul li img {
	margin-right: 3rem;
}

.hq7ke2 .ssph46 ul li {
	margin-bottom: 2rem;
}

.hq7ke2 .ssph46 ul li:last-child {
	margin-bottom: 0;
}

.hq7ke2 .ssph46 ul li .wbgj43 h4 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-family: var(--font-family-2);
}

.hq7ke2 .ssph46 ul li:nth-child(2) .wbgj43 h4 {
	font-weight: 500;
}

.hq7ke2 .ssph46 ul li .wbgj43 p {
	margin-bottom: 0;
}

.hq7ke2 .hvd6b5 a {
    display: inline-block;
    margin-top: 4rem;
}


/*Video Play Button*/

.ejfpkn .ubpoyb a {
    position: absolute;
    top: 49%;
    left: 55%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.ejfpkn .ubpoyb a i {
    height: 8rem;
    width: 8rem;
    line-height: 8rem;
    text-align: center;
    background: var(--theme-color);
    color: var(--white-color);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 2.5rem;
}

.ejfpkn .ubpoyb a::before {
	position: absolute;
	content:'';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: 8rem;
	width: 8rem;
	line-height: 8rem;
	text-align: center;
	background-color: rgba(254, 0, 64,0.9);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: play-pluse 1500ms ease-out infinite;
    animation: play-pluse 1500ms ease-out infinite;
	z-index: -1;
}




/*-------------------------------------------------------
7.Service css
--------------------------------------------------------- */

.eaufzl {
	position: relative;
	z-index: 1;
}

.eaufzl::before {
	background-color: rgba(254, 0, 64, 0.141);
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 57%;
	z-index: -1;
}

.x9f2ti .tbxtkw {
	padding: 2rem;
	padding-bottom: 0;
	-webkit-box-shadow: 0px 19px 54px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 19px 54px 0px rgba(0, 0, 0, 0.02);
	background-color: var(--white-color);
}

.x9f2ti .tbxtkw .j7shuz {
	padding: 2rem 0;
	border-bottom: 1px solid #eaeaea;
}

.x9f2ti .tbxtkw .j7shuz h4 {
	text-transform: capitalize;
}

.x9f2ti .tbxtkw .j7shuz p{
	margin-bottom: 0;
	padding-left: 4.5rem;
}

.x9f2ti .tbxtkw .j7shuz .a6a8y4 {
    color: var(--heading-color);
    font-size: 2.2rem;
    font-weight: 600;
}

.x9f2ti .tbxtkw .c9s0ly a {
    display: block;
    text-align: center;
    color: var(--theme-color);
    background: var(--white-color);
	-webkit-border-radius: 0;
	border-radius: 0;
}

.x9f2ti .tbxtkw .c9s0ly a i {
	background: var(--theme-color);
	color: var(--white-color);
}

.x9f2ti .tbxtkw:hover .c9s0ly a {
	background: var(--theme-color);
	color: var(--white-color);
}

.x9f2ti .tbxtkw:hover .c9s0ly a i {
	color: var(--theme-color);
    background: var(--white-color);
}

.x9f2ti .tbxtkw.ij4wdv .c9s0ly a {
    background: var(--theme-color);
	color: var(--white-color);
}

.x9f2ti .tbxtkw.ij4wdv .c9s0ly a i {
	color: var(--theme-color);
    background: var(--white-color);
}


.x9f2ti.owl-theme .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.x9f2ti.owl-theme .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 7px;
    background: var(--theme-color);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.x9f2ti.owl-theme .owl-dots .owl-dot.active span,
.x9f2ti.owl-theme .owl-dots .owl-dot:hover span {
	width: 15px;
    height: 15px;
    background: var(--heading-color);
	transform: translate(0, 2px);
}

.x9f2ti.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 7rem;
}

/*Service Details Page*/

#suwhv2 .dhk8bt {
	padding: 0;
}

.f3tyyt .vl1rql {
	background: #fff;
	padding: 3rem;
}

#suwhv2 .f3tyyt.ioq9ge .dhk8bt   {
	background: var(--bg-color);
}

#suwhv2 .f3tyyt.ioq9ge .dhk8bt .h8d97a > a {
	color: var(--heading-color);
}

#suwhv2 .h8d97a > a {
	display: block;
	padding: 2rem;
	outline: none;
	text-decoration: none;
	color: #30323d;
	font-size: 1.8rem;
	font-family: var(--font-family-1);
}

#suwhv2 .h8d97a > a.l2h4ts::before,
#suwhv2 a[data-toggle="collapse"]::before {
	content: "";
	right: 3rem;
	position: absolute;
	background: url(assets/img/faqs/cls-minus.png);
	background-repeat: no-repeat;
	height: 3rem;
	width: 3rem;
}
/*\f077*/
#suwhv2 .h8d97a > a.l2h4ts.collapsed::before,
#suwhv2 a.collapsed[data-toggle="collapse"]::before  {
    content:"";
	background: url(assets/img/faqs/cls-plus.png);
	background-repeat: no-repeat;
}


.xysdhd .f3tyyt {
	margin-bottom: 2rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 1rem;
	background: #fff;
	overflow: hidden;
}

.xysdhd .f3tyyt:last-child {
	margin-bottom: 0;
}

.dhk8bt {
    padding: 10px 15px;
    border: none;
}

.h8d97a {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.ggbo15>.dhk8bt {
    background-color: var(--white-color);
    border-color: none;
	color: var(--heading-color);
}

/*-------------------------------------------------------
9. Partner css 
---------------------------------------------------------*/

.grxaiw .fsw1kf h2 {
	font-size: 3rem;
	line-height: 1.4;
	text-transform: capitalize;
	font-weight: 600;
}

.grxaiw .hm7bfw img {
	width: auto !important;
}


/*-------------------------------------------------------
10. Blog css 
---------------------------------------------------------*/


.hpr5me .cfuxpu .rbixcf img {
	border-radius: 3rem;
}

.hpr5me .cfuxpu .zoamqp ul li {
  display: inline-block;
  margin-right: 1rem;
}

.hpr5me .cfuxpu .zoamqp ul li a i {
  margin-right: 1rem;
  color: #7963ee;
}

.hpr5me .cfuxpu .zoamqp {
  margin-bottom: 2rem;
}

.hpr5me .cfuxpu .rmqw26 {
  background: #fff;
  margin-right: 3rem;
  margin-left: 3rem;
  margin-top: -7rem;
  z-index: 1; 
  position: relative;
  padding: 3rem;
  box-shadow: 0px 0px 79px 0px rgba(0, 0, 0, 0.07);
}


.hpr5me .cfuxpu .rmqw26 h4 {
	font-size: 1.8rem;
	line-height: 1.4;
	text-transform: capitalize;
	margin-bottom: 0;
	color: #30323d;
}



/*-------------------------------------------------------
8.Progress css
--------------------------------------------------------- */

.mbuagm {
	text-align: center;
}

.mbuagm .speo3u {
    height: 140px;
    width: 140px;
    position: relative;
    display: inline-block;
}

.mbuagm .speo3u span {
    position: absolute;
    height: 90px;
    width: 90px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #ececec;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
	color: var(--theme-color);
	font-size: 2.2rem;
	font-weight: 700;
	font-family: var(--font-family-1);
}

.mbuagm .speo3u span::before {
    position: absolute;
    content: '';
    height: 160px;
    width: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #ececec;
    border-radius: 50%;
    z-index: -1;
}

.mbuagm h4 {
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 2.5rem;
    font-family: var(--font-family-1);
    font-weight: 700;
}

/*-------------------------------------------------------
9.Why Choose css
--------------------------------------------------------- */


.yn3qb4 .l6vhro {
    display: grid;
    padding: 3rem 2rem;
    align-items: flex-start;
	grid-template-columns: 5rem 1fr;
	transition: .5s ease;
	border-top: 2px solid var(--theme-color);
	box-shadow: 0px 19px 68px 0px rgba(0, 0, 0, 0.05);
}

.yn3qb4 .l6vhro .hmb83l {
	padding-left: 2rem;
}

.yn3qb4 .l6vhro .hmb83l h4 {
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}

.yn3qb4 .l6vhro .hmb83l p {
    margin-bottom: 0;
    padding-right: 2rem;
}


/*-------------------------------------------------------
10.Team css
--------------------------------------------------------- */

.p5yq40 {
    position: relative;
	z-index: 1;
}

.p5yq40::before,
.p5yq40::after{
    position: absolute;
    content: '';
    height: 40rem;
    width: 40rem;
    z-index: -1;
    
}

.p5yq40::before {
	background-image: url(assets/img/team/team-shape-1.png);
	bottom: 0;
    left: 0;
    background-position: bottom left;
	background-repeat: no-repeat;
}

.p5yq40::after {
	background-image: url(assets/img/team/team-shape-2.png);
    top: 0;
    right: 0;
    background-position: top right;
	background-repeat: no-repeat;
}

.p5yq40 .rixqs0 .t28mqc {
    background: var(--white-color);
    padding: 2rem;
	text-align: center;
}

.p5yq40 .rixqs0 .t28mqc .aq4k00 {
	margin-bottom: 2rem;
}

.p5yq40 .rixqs0 .t28mqc .hdxvxa h4 {
    text-transform: capitalize;
    line-height: 1;
	margin-bottom: 1rem;
}

.p5yq40 .rixqs0 .t28mqc .hdxvxa span {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 1.5rem;
}

.p5yq40 .rixqs0 .t28mqc .hdxvxa .o505dy {
	display: flex;
	justify-content: center;
	align-items: center;
}

.p5yq40 .rixqs0 .t28mqc .hdxvxa .o505dy li {
	margin-right: 1rem;
}

.p5yq40 .rixqs0 .t28mqc .hdxvxa .o505dy li:last-child {
	margin-right: 0;
}

.p5yq40 .rixqs0 .t28mqc .hdxvxa .o505dy li a i {
	height: 4rem;
	width: 4rem;
	line-height: 4rem;
	background: #f9f9f9;
	text-align: center;
	color: var(--theme-color);
	-webkit-transition: .5s ease;
	transition: .5s ease;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.p5yq40 .rixqs0 .t28mqc .hdxvxa .o505dy li a:hover i {
	background: var(--theme-color);
	color: var(--white-color);
}

.p5yq40.khcx7e::before,
.p5yq40.khcx7e::after {
	display: none;
}

/*Home 2*/

.slbpwo .p5yq40::before {
	background-image: url("assets/img/team/home-2-team-shape-1.png");
}

/*-------------------------------------------------------
11.Subscribe css
--------------------------------------------------------- */

.x016ty {
	padding: 5rem 0;
	background: var(--black-color);
}

.x016ty .efvlig {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 2rem;
    align-items: center;
}

.efvlig.ie7qrw {
    align-items: center;
}

.x016ty .efvlig .t227a4 {
    display: flex;
    align-items: center;
}

.x016ty .efvlig .t227a4 .qahpmd {
    margin-right: 2rem;
}

.x016ty .efvlig .t227a4 .vnsyzd h2 {
	font-size: 4rem;
    color: var(--white-color);
    margin-bottom: 1rem;
}

.x016ty .efvlig .t227a4 .vnsyzd span {
	color: var(--white-color);
	font-weight: 300;
	text-transform: capitalize;
	line-height: 1;
	font-size: 1.9rem;
}

.denxov form {
	position: relative;
	z-index: 1;		
}

.denxov form input {
    width: 100%;
    height: 6rem;
    padding: 1rem 2.5rem;
    border-radius: 5px;
    outline: none;
    border: none;
}

.denxov form input::placeholder {
	color: #888888;
	text-transform: capitalize;
}

.denxov form button {
    position: absolute;
    right: 6px;
    padding: 1rem 2.4rem;
    background: var(--theme-color);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: var(--white-color);
    text-transform: capitalize;
    border: none;
    outline: none;
    top: 6px;
    font-size: 1.8rem;
}

/*Home 2*/

.slbpwo .x016ty {
	background: #002e5b;
}

/*-------------------------------------------------------
12.Benefit  css
--------------------------------------------------------- */

.v08g49 {
	display: grid;
	grid-template-columns: 2fr 2fr;
}

.bpuxh1 {
    padding-right: 1rem;
}

.bpuxh1 .slwvtr {
	margin-bottom: 3rem;
}

.bpuxh1 .slwvtr p {
	margin-bottom: 2rem;
}

.bpuxh1 .slwvtr p:last-child {
    margin-bottom: 0;
}

.bpuxh1 .pkxzvw {
    margin-bottom: 2rem;
}

.bpuxh1 .d1eqr4 .rc6my6 img {
	margin-bottom: 1rem;
}

.bpuxh1 .d1eqr4 .rc6my6 h4 {
    text-transform: capitalize;
    margin-bottom: 5px;
}

.bpuxh1 .d1eqr4 .rc6my6 p {
    margin-bottom: 0;
}

.lnwx8a .m7i9kc {
    position: relative;
    z-index: 1;
    padding-left: 4.2rem;
	padding-bottom: 3rem;
}

.m7i9kc::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0px;
    height: 83%;
    width: 78%;
    background: var(--theme-color);
    z-index: -1;
}

/*Video Play Button*/

.lnwx8a .m7i9kc  a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.lnwx8a .m7i9kc  a i {
    height: 8rem;
    width: 8rem;
    line-height: 8rem;
    text-align: center;
    background: var(--theme-color);
    color: var(--white-color);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 2.5rem;
}

.lnwx8a .m7i9kc  a::before {
	position: absolute;
	content:'';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: 8rem;
	width: 8rem;
	line-height: 8rem;
	text-align: center;
	background-color: rgba(254, 0, 64,0.9);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: play-pluse 1500ms ease-out infinite;
    animation: play-pluse 1500ms ease-out infinite;
	z-index: -1;
}



/*Benefit bottom css*/

.ruj3ce .udnsrj {
    display: grid;
    padding: 3rem 2rem;
    border-top: 2px solid transparent;
    align-items: flex-start;
    grid-template-columns: 5rem 1fr;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.03);
}

.ruj3ce .udnsrj .nvcrd8 {
    padding-left: 2rem;
}

.ruj3ce .udnsrj .nvcrd8 h4 {
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}

.ruj3ce .udnsrj .nvcrd8 p {
    margin-bottom: 0;
}

.ruj3ce .udnsrj .f556di i {
    height: 5.8rem;
    width: 5.8rem;
    line-height: 5.8rem;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 49px 0px rgba(12, 62, 185, 0.08);
    box-shadow: 0px 0px 49px 0px rgba(12, 62, 185, 0.08);
    font-size: 2.8rem;
	color: var(--theme-color);
	padding-top: 1px;
}

/*-------------------------------------------------------
13.Video  css
--------------------------------------------------------- */

.zfmljv {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.zfmljv::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    content: '';
    z-index: -1;
	display: none;
}

.ohi0ac .bc2ce5 {
    position: relative;
    z-index: 1;
    display: block;
}

.ohi0ac .bc2ce5 i {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    text-align: center;
    background: var(--white-color);
    color: var(--theme-color);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 2rem;
}

.ohi0ac .bc2ce5::before,
.ohi0ac .bc2ce5::after {
	position: absolute;
	content:'';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	background-color: rgb(255, 255, 255,.6);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: play-pluse 1500ms ease-out infinite;
    animation: play-pluse 1500ms ease-out infinite;
	z-index: -1;
}

.ohi0ac .bc2ce5::before {
	height: 6rem;
	width: 6rem;
	line-height: 7rem;
}

.ohi0ac .bc2ce5::after {
	height: 8rem;
	width: 8rem;
	line-height: 9rem;
}

.zfmljv .ohi0ac .mg9fg9 {
	margin-top: 6rem;
}

.zfmljv .ohi0ac .mg9fg9 a {
	display: inline-block;
}

/*-------------------------------------------------------
14.Brand css
--------------------------------------------------------- */

.hte1o5 {
	padding: 5rem 0;
	background: var(--theme-color);
}

.hte1o5 .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    opacity: .7;
    cursor: pointer;
}

.hte1o5 .owl-carousel .owl-item img:hover {
	opacity: 1;
}

/*-------------------------------------------------------
15.Blog css
--------------------------------------------------------- */

.hpr5me .cfuxpu {
	padding: 2rem;
	padding-bottom: 0;
	-webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.03);
	background-color: var(--white-color);
}

.hpr5me .cfuxpu .zoamqp {
	margin-bottom: 1.5rem;
}

.hpr5me .cfuxpu .zoamqp ul {
    display: flex;
    align-items: center;
}

.hpr5me .cfuxpu .zoamqp ul li {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-right: 2rem;
	font-size: 1.5rem;
	text-transform: capitalize;
}

.hpr5me .cfuxpu .zoamqp ul li i {
	margin-right: 1.5rem;
	color: var(--theme-color);
}

.hpr5me .cfuxpu .fk4ath {
	padding: 2rem 0;
	border-bottom: 1px solid #eaeaea;
}

.hpr5me .cfuxpu .fk4ath h4 {
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.hpr5me .cfuxpu .fk4ath p {
    margin-bottom: 0;
    font-family: var(--font-family-2);
}

.hpr5me .cfuxpu .kttrkx a {
    display: block;
    text-align: center;
    color: var(--theme-color);
    background: var(--white-color);
	-webkit-border-radius: 0;
	border-radius: 0;
}

.hpr5me .cfuxpu .kttrkx a i {
	background: var(--theme-color);
	color: var(--white-color);
}

.hpr5me .cfuxpu:hover .kttrkx a {
	background: var(--theme-color);
	color: var(--white-color);
}

.hpr5me .cfuxpu:hover .kttrkx a i {
	color: var(--theme-color);
    background: var(--white-color);
}

.hpr5me .cfuxpu.ezs5l2 .kttrkx a {
    background: var(--theme-color);
	color: var(--white-color);
}

.hpr5me .cfuxpu.ezs5l2 .kttrkx a i {
	color: var(--theme-color);
    background: var(--white-color);
}

.hpr5me.owl-theme .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.hpr5me.owl-theme .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 7px;
    background: var(--heading-color);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.hpr5me.owl-theme .owl-dots .owl-dot.active span,
.hpr5me.owl-theme .owl-dots .owl-dot:hover span {
	width: 15px;
    height: 15px;
    background: var(--theme-color);
	transform: translate(0, 2px);
}

.hpr5me.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 7rem;
}

/*-------------------------------------------------------
16.Review css
--------------------------------------------------------- */

.zwras5 {
    padding: 3rem 2rem;
    border-top: 2px solid var(--theme-color);
    box-shadow: 0px 19px 68px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    z-index: 1;
}

.zwras5 .njd523 {
    margin-bottom: 2rem;
}

.zwras5 .kobcro {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
}

.zwras5 .ts7cmr span {
    color: var(--heading-color);
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 7px;
    display: inline-block;
}

.zwras5 .ts7cmr p {
	margin-bottom: 0;
	text-transform: uppercase;
}

.zwras5 .j9mxrd {
    display: flex;
    color: var(--theme-color);
	flex-direction: column;
	position: absolute;
	left: 2rem;
}

.zwras5 .m96mki img {
    border-radius: 50%;
    border: 1px dashed var(--theme-color);
    padding: 5px;
}


/*-------------------------------------------------------
16.Contact css
--------------------------------------------------------- */

.zv1l3u .lm3dnb {
    box-shadow: 0px 2px 51px 0px rgba(0, 0, 0, 0.15);
    background-color: rgb(255, 255, 255);
    display: grid;
    grid-template-columns: 1fr 400px;
}

.zv1l3u .ojtggk {
    padding: 5rem 3rem;
}

.zv1l3u .ojtggk form label {
    font-size: 1.4rem;
	font-weight: 300;
	color: var(--body-color);
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 1rem;
}

.zv1l3u .ojtggk form .a5bvdh {
    outline: none;
    height: 3rem;
    border: 1px solid #e5e5e5;
    padding: 1rem 3rem;
    line-height: 1;
}

.zv1l3u .ojtggk form textarea.a5bvdh {
	height: 9rem;
}

.zv1l3u .ojtggk form .q8170b {
	margin-bottom: -2rem;
}

.zv1l3u .ojtggk form .zkh3h5 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.5rem;
}

.zv1l3u .ojtggk form .zkh3h5 button {
	text-align: center;
}

.zv1l3u .ojtggk form button {
    padding: 1rem 3rem;
    font-family: var(--font-family-mont);
    font-size: 1.6rem;
    border: none;
    font-weight: 500;
    background: var(--theme-color);
    color: var(--white-color);
    border-radius: 3rem;
    line-height: 1;
    text-align: center;
    outline: none;
    margin-top: 2rem;
}

.zv1l3u .pkxzvw .a6a8y4 {
    font-family: var(--font-family-1);
    font-size: 1.6rem;
}

.zv1l3u .pkxzvw .a6a8y4::before, 
.zv1l3u .pkxzvw .a6a8y4::after {
	display: none;
}

.zv1l3u .pkxzvw h2 {
	font-size: 3.8rem;
}

.zv1l3u .rmzfb4 .d7qkkq .el19t4 {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.zv1l3u .rmzfb4 .d7qkkq .el19t4:last-child {
	margin-bottom: 0;
}

.zv1l3u .rmzfb4 .d7qkkq .el19t4 i {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--white-color);
    font-size: 1.6rem;
    border: 1px solid currentColor;
}

.zv1l3u .rmzfb4 .d7qkkq .el19t4 p {
    margin-bottom: 0;
    font-family: var(--font-family-open);
    line-height: 1.3;
	font-size: 1.4rem;
	margin-left: 2rem;
	color: var(--white-color);
}

.lm3dnb .hzmvnd,
.zv1l3u .rmzfb4 .hzmvnd {
	text-transform: uppercase;
	margin-bottom: 4rem;
	font-family:  var(--font-family-red);
	color: var(--white-color);
	font-weight: 400;
}

.lm3dnb .hzmvnd {
	color: #002e5b;
	font-weight: 700;
}

.lm3dnb .rmzfb4 {
    padding: 6rem;
    background: #002e5b;
	padding-right: 0;
}

.lm3dnb .bgxtnp .hzmvnd {
    text-transform: uppercase;
    margin-top: 4rem;
    font-family: var(--font-family-mont);
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 2rem;
}

.lm3dnb .bgxtnp .an574d {
	display: flex;
	align-items: center;
}

.lm3dnb .bgxtnp .an574d li {
	margin-right: 2rem;
}

.lm3dnb .bgxtnp .an574d li a i {
	color: var(--white-color);
}

.lm3dnb .bgxtnp .an574d li:hover a i {
	color: var(--theme-color);
}

/*Google Maps*/

.r1tdpm {
	height: 100vh;
}

.h8jaa8 iframe {
    width: 100%;
    height: 100vh;
	border: none;
}

/*-------------------------------------------------------
17.Home 2 Contact css
--------------------------------------------------------- */

.n78sev {
	background: #f9f9f9;
}

.n78sev .i2affa {
    display: grid;
    grid-template-columns: 1fr 400px;
    grid-gap: 11rem;
}

.i2affa .if4lan {
    padding: 6rem;
    background: #002e5b;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.n78sev .i2affa span.hgbs4e {
    font-size: 2rem;
    text-transform: capitalize;
    display: block;
    line-height: 1;
    margin-bottom: 1rem;
}

.n78sev .i2affa .nftfs6 h2 {
    margin-bottom: 5rem;
    font-size: 5rem;
    line-height: 1.1;
}

.n78sev .nftfs6 form .a5bvdh {
	border: none;
    outline: none;
    height: 3rem;
    border-bottom: 1px solid #c6c7c9;
    padding: 1rem 0;
    line-height: 1;
	background: transparent;
}

.n78sev .nftfs6 form .a5bvdh::placeholder {
	color: var(--body-color);
}

.n78sev .nftfs6 form .q8170b {
    margin-bottom: 4rem;
}

.i2affa .if4lan h5.vio3e5 {
    font-size: 2rem;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 4rem;
}

.n78sev .if4lan .djyee5 .aap52p {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.n78sev .if4lan .djyee5 .aap52p p {
    margin-bottom: 0;
    font-family: var(--font-family-open);
    line-height: 1.3;
    font-size: 1.4rem;
    margin-left: 2rem;
    color: var(--white-color);
}

.n78sev .if4lan .djyee5 .aap52p i {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--white-color);
    font-size: 1.6rem;
	border: 1px solid currentColor;
}

.n78sev .if4lan h5.ep05ei {
    color: var(--white-color);
    text-transform: uppercase;
    margin-top: 4rem;
}

.i2affa .y1w2bt .ijqitb {
	display: flex;
	align-items: center;
}

.i2affa .y1w2bt .ijqitb li {
	margin-right: 2rem;
}

.i2affa .y1w2bt .ijqitb li a i {
	color: var(--white-color);
}

.i2affa .y1w2bt .ijqitb li:hover a i {
	color: var(--theme-color);
}

.i2affa .zkh3h5 .l8oct2 {
    border: none;
    border-radius: 2px;
}

/*-------------------------------------------------------
18.Portfolio css
--------------------------------------------------------- */

.i770yb .ua3sdr {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.i770yb .ua3sdr::before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: '';
	background-color: rgba(0, 0, 0,0);
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.i770yb .ua3sdr:hover::before {
	background-color: rgba(0, 0, 0,0.251);
}

.i770yb .ua3sdr .h443h3 {
    position: absolute;
    bottom: 3rem;
    left: -100%;
    background: var(--theme-color);
    padding: 1.5rem 3rem;
	z-index: 1;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.i770yb .ua3sdr:hover .h443h3 {
	left: 0;
}

.i770yb .ua3sdr .h443h3 h4 {
	font-family: var(--font-family-red);
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: capitalize;
}

.i770yb .ua3sdr .h443h3 h4,
.i770yb .ua3sdr .h443h3 span {
	color: var(--white-color);
}

.i770yb .ua3sdr .h443h3 span {
	position: relative;
	z-index: 1;
	padding-left: 0;
	font-family: var(--font-family-red);
	font-size: 1.6rem;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	transition-delay: .4s;
	display: block;
	margin-bottom: 5px;
}

.i770yb .ua3sdr:hover .h443h3 span {
	padding-left: 5.4rem;
}

.i770yb .ua3sdr .h443h3 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 0;
	height: 2px;
	background: var(--white-color);
	-webkit-transition: .5s ease;
	transition: .5s ease;
	transition-delay: .4s;
}

.i770yb .ua3sdr:hover .h443h3 span::before {
	width: 4.4rem;
}

/*Project Details*/

.nsfppw {
	margin-bottom: 2rem;
}

.t2zwfs {
    padding: 3rem;
    box-shadow: 0px 19px 68px 0px rgba(0, 0, 0, 0.05);
}

.t2zwfs i {
    font-size: 5rem;
    display: block;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.t2zwfs h4 {
	text-transform: capitalize;
}

/*-------------------------------------------------------
19. Price css 
---------------------------------------------------------*/

.j6vl04 .qe2tr5 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 14px 47px 0px rgba(0, 0, 0, 0.08);
    padding: 4rem 8rem;
    text-align: center;
}

.j6vl04 .qe2tr5 .ykfla3 h4 {
    margin-bottom: 2.5rem;
	text-transform: capitalize;
}

.j6vl04 .qe2tr5 .ykfla3 img {
	margin-bottom: 3rem;
}

.j6vl04 .qe2tr5 .k5qru0 {
    margin-bottom: 2rem;
}

.j6vl04 .qe2tr5 .k5qru0 h2 {
    font-size: 3.8rem;
	margin-bottom: 0;
}

.j6vl04 .qe2tr5 .k5qru0 h2 span {
    font-family: var(--font-family-1);
    font-size: 2rem;
    font-weight: 500;
}

.j6vl04 .qe2tr5 .iodi2e ul li {
    display: block;
    margin-bottom: 3rem;
	line-height: 1;
}

.j6vl04 .qe2tr5 .iodi2e ul li:last-child {
	margin-bottom: 0;
}

.j6vl04 .qe2tr5 .iodi2e ul li i {
	font-size: 2rem;
	margin-right: 1rem;
}

.j6vl04 .qe2tr5 .iodi2e ul li .ovdgpk {
	color: rgba(255, 87, 51, 0.6);
}

.j6vl04 .qe2tr5 .iodi2e ul li .u0zuec {
	color: rgb(236, 42, 0);
}

.j6vl04 .qe2tr5 .sa8dda a {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin-top: 3rem;
}

.j6vl04 .qe2tr5 .sa8dda.vanqjd a {
	background: #002e5b;
    color: var(--white-color);
}

.j6vl04 .qe2tr5 .sa8dda.vanqjd a i{
	color: #002e5b;
}


/*-------------------------------------------------------
20. Scroll top css 
---------------------------------------------------------*/

#m31v1b {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#m31v1b:hover {
  background-color: var(--heading-color);
}


/*-------------------------------------------------------
21. Footer css 
---------------------------------------------------------*/


footer {
    position: relative;
    z-index: 1;
	background: #002e5b;
}

.kpmvt4 {
    display: grid;
    grid-template-columns: 1fr 15rem 1fr 12rem;
    grid-gap: 11rem;
}

.v6z252 {
    margin-bottom: 3rem;
    font-size: 2.1rem;
    text-transform: capitalize;
    font-weight: 400;
    font-family: var(--font-family-1);
}


/*About Us*/

.mhvdh0.p6307a p {
    margin-bottom: 2rem;
}

.mhvdh0.p6307a div {
    margin-bottom: 3rem;
    line-height: 1;
}

.mhvdh0.p6307a a {
    color: var(--white-color);
    text-transform: uppercase;
}

.mhvdh0.p6307a a i {
	margin-left: 1rem;
	
}

/*footer list*/

.mhvdh0 ul.jk3gtm li {
    display: block;
    margin-bottom: 1rem;
}

.mhvdh0 ul.jk3gtm li:last-child {
	margin-bottom: 0;
}

.mhvdh0 ul.jk3gtm li span {
	text-transform: uppercase;
}

.mhvdh0 ul li a {
    text-transform: capitalize;
    line-height: 1.4;
}

.mhvdh0 ul li:hover a {
	color: var(--theme-color);
}


/*footer contact*/

.ksuwir p {
}

.ksuwir ul li {
	font-weight: 500;
	font-size: 1.8rem;
	color: var(--white-color);
}

.ksuwir ul li i {
    margin-right: 10px;
    color: var(--white-color);
}

/*footer copyright*/

.o26sdz {
    padding: 2rem 0;
    border-top: 1px solid #2b3b51;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.o26sdz.z83mfp {
	display: block;
	text-align: center;
	padding: 5rem 0;
}

.o26sdz p {
    color: var(--white-color) !important;
    margin-bottom: 0;
    text-transform: capitalize;
}

/*footer social*/

footer ul.aatbch {
	display: flex;
}

footer ul.aatbch li {
	margin-right: 1.5rem;
}

footer ul.aatbch li:last-child {
	margin-right: 0;
}

footer ul.aatbch li a i {
	color: var(--white-color);
	font-size: 1.3rem;
}

footer ul.aatbch li:last-child {
	margin-bottom: 0;
}

/*White balance*/

.mhvdh0 p,
.mhvdh0 ul li a,
.v6z252,
.o26sdz p,
.rdzvso h6,
.rdzvso p{
	color: var(--white-color);
}

.mhvdh0.p6307a p,
.mhvdh0 ul li a,
.ksuwir p,
.o26sdz p,
.mhvdh0.p6307a a {
    font-size: 1.4rem;
    font-family: var(--font-family-1);
}

/*-------------------------------------------------------
22. Breadcrumb css
---------------------------------------------------------*/

header.pj0sdp.exf0qc .tzqj15 {
    margin-top: 2rem;
}

header.pj0sdp.exf0qc .tzqj15.in {
    margin-top: 0;
}

.uddsdr {
	padding: 1rem 0 1.6rem;
	text-align: center;
}

.necyx2 {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    z-index: 1;
    height: 80vh;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.necyx2::before {
	position: absolute;
	content: '';
    background-color: rgb(0, 0, 0,0.502);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.necyx2 h2 {
    font-size: 4rem;
    text-transform: uppercase;
    color: var(--white-color);
    padding-top: 13rem;
}

.uddsdr .d3p6pp {
	position: relative;
}

.uddsdr .d3p6pp li {
	position: relative;
	display: inline-block;
	margin-left: 3rem;
	color: var(--heading-color);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 2.4rem;
}

.uddsdr .d3p6pp li::before {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    width: 2rem;
    right: -2.7rem;
    top: 7px;
    text-align: center;
    font-size: 1.4rem;
    color: #d63031;
}

.uddsdr .d3p6pp li:first-child{
	margin-left:0;	
}

.uddsdr .d3p6pp li:last-child:before{
	display:none;	
}

.uddsdr .d3p6pp li a {
    color: var(--white-color);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 1rem;
    font-size: 1.3rem;
}

.uddsdr ul li.active a {
	color: #d63031;
}

.uddsdr .d3p6pp li a:hover{
	color: #d63031;
}

/*-------------------------------------------------------
23. single Page css
---------------------------------------------------------*/

.dnx161 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
}

.dnx161:last-child {
	margin-bottom: 0;
}

.dnx161 .hkywa8 {
    margin-bottom: 1.5rem;
}

.dnx161 h2.m9jz3r {
    font-size: 3.2rem;
}

/*Blog Page*/

.hhhccz {
	margin-top: -1rem;
}

.hhhccz a {
    display: inline-block;
}

/*single page meta content*/

.dnx161 .kkou6h {
	margin-bottom: 2rem;
}

.dnx161 .kkou6h ul {
    display: flex;
    align-items: center;
}

.dnx161  .kkou6h ul li {
	margin-right: 1.5rem;
}

.dnx161 .kkou6h .y5j2pb {
    display: flex;
    align-items: center;
}

.dnx161 .kkou6h .y5j2pb img {
	border-radius: 50%;
}

.dnx161 .kkou6h .y5j2pb h5 {
	font-size: 1.6rem;
	color: var(--body-color);
	text-transform: capitalize;
	margin-bottom: 0;
	margin-left: 1rem;
	font-weight: 400;
}

.y5j2pb.vhkqv3 {
    background-color: var(--theme-color);
    padding: 3px 5px;
    line-height: 1;
}

.y5j2pb.vhkqv3 a {
	color: var(--white-color);
}

/*single content text*/

.dnx161 .vet8k2 {
	margin-bottom: 3rem;
}

.dnx161 .vet8k2 p:nth-child(4){
	margin-bottom: 3rem;
}

.dnx161 .vet8k2 p:last-child{
	margin-bottom: 0;
}

.dnx161 p.t5m6uo {
    padding: 3rem;
    margin: 2rem 3rem 2rem 3rem;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
}

.dnx161 p.t5m6uo span {
    display: block;
    text-align: right;
    position: relative;
    z-index: 1;
	color: var(--heading-color);
	font-size: 1.6rem;
	font-family: var(--font-family-2);
	line-height: 1;
	margin-top: 8px;
}

.dnx161 p.t5m6uo span::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 125px;
    background-color: var(--theme-color);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 3.4rem;
    height: 1px;
}

/*single content tags*/

.dnx161 .qwbelo ul {
	display: flex;
	align-items: center;
}

.dnx161 .qwbelo ul li a {
	padding: 8px 2rem;
	font-size: 1.4rem;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: var(--white-color);
	text-transform: capitalize;
	display: block;
}

.dnx161 .qwbelo ul li {
	margin-right: 1.5rem;
}

.dnx161 .qwbelo ul li:last-child {
	margin-right: 0;
}

.dnx161 .qwbelo ul li:nth-child(1) a {
	background-color: #5156ea;
}

.dnx161 .qwbelo ul li:nth-child(2) a {
	background-color: #002e5b;
}

.dnx161 .qwbelo ul li:nth-child(3) a {
	background-color: #08647b;
}

.dnx161 .qwbelo ul li:nth-child(4) a {
	background-color: #0e7a58;
}

.dnx161 .qwbelo ul li:nth-child(5) a {
	background-color: #0431b0;
}

/*singl content share*/

.dnx161 .gorx1u {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
	margin: 3rem 0 3rem;
}

.dnx161 .gorx1u h5 {
	font-family: var(--font-family-1);
	font-size: 1.8rem;
	margin-bottom: 0;
	color: var(--theme-color);
	font-weight: 400;
	margin-right: 2.3rem;	
}

.dnx161 .gorx1u ul.o505dy {
    display: flex;
    align-items: center;
    font-size: 2rem;
}

.dnx161 .gorx1u ul.o505dy li {
	margin-right: 1.5rem;
}

.dnx161 .gorx1u ul.o505dy li:last-child {
	margin-right: 0;
}

.dnx161 .gorx1u ul.o505dy li a i {
	color: #002e5b;
}

.dnx161 .gorx1u ul.o505dy li:hover a i {
	color: var(--theme-color);
}


/*Comment Section*/


.fix8fz .mpkvyq .kzleab {
    display: grid;
    grid-template-columns: 7rem 1fr;
    align-items: center;
    grid-gap: 2rem;
}

.fix8fz .mpkvyq ul li {
    margin-bottom: 3rem;
}


.fix8fz .mpkvyq .kzleab .cgmk8b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fix8fz .mpkvyq .kzleab .cgmk8b h6 {
	text-transform: capitalize;
	margin-bottom: 7px;
}

.fix8fz .mpkvyq .kzleab .cgmk8b h6 span {
    text-transform: uppercase;
    color: var(--body-color);
    position: relative;
    z-index: 1;
	padding-left: 2rem;
}

.fix8fz .mpkvyq .kzleab .cgmk8b h6 span::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 1rem;
    height: 1.6rem;
    width: 1px;
    background: #5156ea;
    transform: translate(0, -50%);
}

.fix8fz .mpkvyq .kzleab .cgmk8b a i {
	font-size: 1.4rem;
	margin-right: 7px;
}

.fix8fz .mpkvyq .kzleab .cgmk8b a:hover i {
	color: #5156ea;
}

.fix8fz .mpkvyq .kzleab p {
	margin-bottom: 0;
}

.kzleab.iysmdv {
	padding-left: 7rem;
}

.fix8fz .mpkvyq .kzleab.iysmdv .cgmk8b h6 {
	color: var(--theme-color);
}


/*single-comments-section-form*/

.o5994c form .a5bvdh {
    outline: none;
    height: 5rem;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    padding: 1rem 3rem;
    line-height: 1;
    margin-bottom: 3.5rem;
}

.o5994c form .a5bvdh::placeholder {
	font-size: 1.6rem;
	font-weight: 300;
	color: var(--body-color);
	line-height: 1;
	text-transform: capitalize;
}

.o5994c form textarea.a5bvdh {
	height: 15rem;
}

.o5994c form button {
	padding: 1rem 3rem;
	font-family: var(--font-family-2);
	font-size: 2.2rem;
	border: none;
	font-weight: 400;
	background: var(--theme-color);
	color: var(--white-color);
}

/*-------------------------------------------------------
24. Sidebar css
---------------------------------------------------------*/ 

.ko45jx .fm8n2n {
	padding: 2rem;
	-webkit-box-shadow: 0px 4px 38.4px 1.6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 38.4px 1.6px rgba(0, 0, 0, 0.08);
	margin-bottom: 3rem;
	border-radius: 5px;
}

.ko45jx .fm8n2n:last-child {
	margin-bottom: 0;
}

/*Sidebar Title css*/

.ko45jx h4.z1m0if {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 3rem;
}

.ko45jx h4.z1m0if::before {
    position: absolute;
    content: '';
    width: 3rem;
    height: 1px;
    background-color: var(--theme-color);
    right: -50px;
    top: 50%;
    transform: translate(10px, -50%);
}

/*Search css*/

.ko45jx .fm8n2n.srsk86 form {
	position: relative;
	z-index: 1;		
}

.ko45jx .fm8n2n.srsk86 form input {
    width: 100%;
    height: 6rem;
    padding: 1rem 2.5rem;
    border-radius: 5px;
    outline: none;
    border: none;
	background-color: #f8f9ff;
}

.ko45jx .fm8n2n.srsk86 form input::placeholder {
	color: var(--heading-color);
	text-transform: capitalize;
}

.ko45jx .fm8n2n.srsk86 form button {
    position: absolute;
    right: 0;
    padding: 1.3rem 2.4rem;
    background: var(--theme-color);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: var(--white-color);
    text-transform: capitalize;
    border: none;
    outline: none;
    top: 0;
    font-size: 1.8rem;
}

/*Recent css*/

.ko45jx .fm8n2n.f5n23x .uwekgz .lmrhvj {
    display: grid;
    align-items: center;
    grid-template-columns: 7rem 1fr;
    grid-gap: 2rem;
	margin-bottom: 2rem;
}

.ko45jx .fm8n2n.f5n23x .uwekgz .lmrhvj .aw90ox img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ko45jx .fm8n2n.f5n23x .uwekgz .lmrhvj:last-child {
	margin-bottom: 0;
}

.ko45jx .fm8n2n.f5n23x .uwekgz .lmrhvj .xez8up span {
    text-transform: uppercase;
    font-family: var(--font-family-2);
    display: block;
    font-size: 1.6rem;
    margin-top: -1rem;
    margin-bottom: 5px;
}

.ko45jx .fm8n2n.f5n23x .uwekgz .lmrhvj .xez8up h5 {
	text-transform: capitalize;
	font-size: 1.6rem;
	margin-bottom: 0;
}

/*Categories css*/

.ko45jx .fm8n2n.y83u1o ul li {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	line-height: 1;
}

.ko45jx .fm8n2n.y83u1o ul li:last-child {
	margin-bottom: 0;
}

.ko45jx .fm8n2n.y83u1o ul li a i {
    font-size: 1.4rem;
    color: #333b55;
    margin-right: 2rem;
}

/*Tags css*/

.fm8n2n.fzc0kz ul li {
    display: inline-block;
    line-height: 1;
	margin-bottom: 3rem;
}

.fm8n2n.fzc0kz ul li:last-child {
	margin-bottom: 0;
}

.fm8n2n.fzc0kz ul li a {
	padding: 1.3rem 2.4rem;
	text-transform: capitalize;
	font-size: 1.4rem;
	font-family: var(--font-family-2);
	line-height: 1;
	transition: .5s ease;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.fm8n2n.fzc0kz ul li a:hover {
	background: var(--theme-color);
	color: var(--white-color);
}

.fm8n2n.fzc0kz ul li:nth-child(4) a {
	background: var(--theme-color);
	color: var(--white-color);
}

/*-------------------------------------------------------
25. Pagination css
---------------------------------------------------------*/

.cbx66d {
  text-align: center;
  margin: 0 0;
}

.pagination {
  display: inline-block;
  height: 70px;
  margin-top: 70px;
  padding: 0 25px;
  background-color: #eee;
}

@media only screen and (max-width: 1199px) {
  .pagination {
    height: 50px;
    margin-top: 50px;
    padding: 0 10px;
  }
}

.xq48ts {
  display: block;
  padding: 0 25px;
  float: left;
  transition: 400ms ease;
  color: #595959;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 70px;
}

.xq48ts:hover, .xq48ts.uf0ccr {
  background-color: var(--theme-color);
  color: #fff;
}

.xq48ts.prev:hover, .xq48ts.next:hover {
  background-color: transparent;
  color: var(--theme-color);
}

@media only screen and (max-width: 1199px) {
  .xq48ts {
    padding: 0 15px;
    font-size: 16px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 120px) and (max-width: 1024px) {
  .xq48ts {
    padding: 0 14px;
    display: none;
  }
	
  .xq48ts:nth-of-type(2) {
    position: relative;
    padding-right: 50px;
  }
	
  .xq48ts:nth-of-type(2)::after {
    content: '...';
    position: absolute;
    font-size: 25px;
    top: 0;
    left: 45px;
  }
	
  .xq48ts:nth-child(-n+3), .xq48ts:nth-last-child(-n+3) {
    display: block;
  }
	
  .xq48ts:nth-last-child(-n+4) {
    padding-right: 14px;
  }
	
  .xq48ts:nth-last-child(-n+4)::after {
    content: none;
  }
}

/*-------------------------------------------------------
26. Error css
---------------------------------------------------------*/

.aiw3xp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.g7qfkm {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.g7qfkm h2 {
    font-size: 4rem;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.g7qfkm .l8oct2 {
    align-self: flex-start;
    display: inline-block;
}


/*新增加的css*/
.tqpe63 {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.pagination a,
.pagination 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;
}
.pagination .uf0ccr {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.pagination .disabled {
  color: #aaa;
  border-color: #eee;
}

/* Theme 476 migration */
.qbcdvr .fth79b{white-space:nowrap;}
.jf2y9m.d39w4u{display:inline-block;white-space:nowrap;font-size:0;}
.jf2y9m.d39w4u i{font-size:16px;vertical-align:middle;margin-right:10px;}
.jf2y9m.d39w4u .ulxpbk{display:inline-block;width:auto;height:auto;line-height:1.2;margin-left:8px;padding:13px 18px;font-size:14px;vertical-align:middle;white-space:nowrap;}
.jf2y9m.d39w4u .r6bdcf{background:#111;color:#fff;}
.jme6g0 li a{white-space:nowrap;}
.necyx2.k5ns5m h1,.vt3xby{color:#fff;font-size:42px;line-height:1.2;margin:0;font-weight:700;}
.k5ns5m p{max-width:760px;margin:15px auto 0;color:#fff;font-size:16px;line-height:1.7;}
.dw0b7n h1.oqd799{font-size:72px;line-height:1.05;color:#fff;margin-bottom:25px;font-weight:700;}
.dw0b7n h1.oqd799 span{color:#ff7908;}
.ka1mnx{background:#fff;color:#222;}
.ka1mnx h1,.ka1mnx h2,.ka1mnx h3,.ka1mnx h4,.ka1mnx h5,.ka1mnx p,.ka1mnx li,.ka1mnx label,.ka1mnx span{color:#222;}
.olmnqg{background:#f7f8fb;}
.gklx7k{font-size:16px;line-height:1.85;margin-bottom:26px;color:#555;}
.k8u2h6{display:block;overflow:hidden;margin-left:-15px;margin-right:-15px;}
.qzvv8k,.do2sd5,.xdcvps>div,.uy47p8>div,.davdui,.g34yns,.lht4pu{background:#fff;border:1px solid #e7e7e7;box-shadow:0 12px 34px rgba(0,0,0,.08);color:#222;}
.qzvv8k{float:left;width:46%;min-height:210px;margin:0 2% 24px;padding:30px;}
.qzvv8k.active{border-color:#ff7908;}
.qzvv8k i,.do2sd5 i{display:block;margin-bottom:18px;color:#ff7908;font-size:38px;}
.qzvv8k h4,.do2sd5 h4,.xdcvps h4,.uy47p8 h4,.davdui h2,.g34yns h2,.lht4pu h2{color:#111;margin-bottom:12px;}
.qzvv8k p,.do2sd5 p,.xdcvps p,.uy47p8 p,.davdui p,.g34yns p,.lht4pu p{color:#555;line-height:1.75;}
.uy47p8{display:block;overflow:hidden;margin-left:-15px;margin-right:-15px;}
.uy47p8>div{float:left;width:31.333%;min-height:190px;margin:0 1% 24px;padding:32px;}
.uy47p8 strong{display:inline-block;margin-bottom:18px;color:#ff7908;font-size:36px;line-height:1;}
.aky2lf{background:#111;color:#fff;}
.aky2lf h2,.aky2lf h3,.aky2lf p,.aky2lf li{color:#fff;}
.lfmnaj .l8oct2{display:inline-block;margin-top:6px;}
.xdcvps{display:block;overflow:hidden;margin-left:-12px;margin-right:-12px;}
.xdcvps>div{float:left;width:23%;min-height:142px;margin:0 1% 20px;padding:25px;}
.lht4pu{background:#111;border-color:#ff7908;padding:44px;}
.lht4pu span{display:block;margin-bottom:10px;color:#ff7908;font-weight:700;letter-spacing:1px;}
.lht4pu h2,.lht4pu p,.lht4pu li{color:#fff;}
.lht4pu ul,.frn6hs,.g34yns ol{margin:22px 0 0;padding-left:20px;}
.lht4pu li,.g34yns li{margin-bottom:8px;line-height:1.7;}
.pr70ln{margin-left:12px;background:#111;}
.h1fq4a{display:block;overflow:hidden;margin-left:-12px;margin-right:-12px;}
.do2sd5{float:left;width:23%;min-height:210px;margin:0 1% 24px;padding:28px;}
.h1fq4a .do2sd5:nth-child(3):last-child{width:31.333%;}
.davdui{padding:40px;}
.davdui label{display:block;margin:8px 0;color:#222;font-weight:600;}
.davdui input,.davdui select,.davdui textarea{width:100%;height:50px;margin-bottom:12px;padding:0 15px;border:1px solid #ddd;background:#fff;color:#222;box-sizing:border-box;}
.davdui textarea{height:auto;min-height:126px;padding-top:13px;}
.davdui input::-webkit-input-placeholder,.davdui textarea::-webkit-input-placeholder{color:#777;}
.davdui input:-moz-placeholder,.davdui textarea:-moz-placeholder{color:#777;}
.davdui input::-moz-placeholder,.davdui textarea::-moz-placeholder{color:#777;}
.davdui input:-ms-input-placeholder,.davdui textarea:-ms-input-placeholder{color:#777;}
.sat6a7{overflow:hidden;margin:8px 0 16px;}
.sat6a7 label{float:left;margin:0;color:#333;font-weight:400;}
.sat6a7 a{float:right;color:#ff7908;text-decoration:underline;}
.n2l2wk{font-size:0;}
.n2l2wk .l8oct2{display:inline-block;height:52px;line-height:52px;margin:8px 10px 0 0;padding:0 23px;border:0;font-size:14px;vertical-align:top;cursor:pointer;}
.n2l2wk .u7h7c2{background:#111;color:#fff;}
.g34yns{padding:42px;background:#f7f8fb;}
.g34yns span{display:block;color:#ff7908;font-weight:700;margin-bottom:10px;}
.g34yns ol{list-style:decimal;}
.bqee5m{background:#111;border-color:#ff7908;}
.bqee5m h2,.bqee5m p{color:#fff;}
.frn6hs{padding-left:0;}
.frn6hs p{padding:12px 16px;background:#fff;border-left:3px solid #ff7908;box-shadow:0 8px 24px rgba(0,0,0,.06);}
.frn6hs i{color:#ff7908;margin-right:8px;}
.takzca img,.pn4oi2 img,.iqg9by img{max-height:260px;object-fit:cover;width:100%;}
.ftgsms{font-size:34px;line-height:1.3;margin:0 0 18px;color:#222;font-weight:700;}
@media(max-width:1199px){.jf2y9m.d39w4u .ulxpbk{padding:11px 12px;margin-left:5px}.qbcdvr .fth79b{font-size:13px}.dw0b7n h1.oqd799{font-size:56px}}
@media(max-width:991px){.qzvv8k,.do2sd5,.xdcvps>div,.uy47p8>div{float:none;width:100%;margin-left:0;margin-right:0}.lfmnaj{text-align:left!important;margin-top:20px}.pr70ln{margin-left:0;margin-top:12px}}
@media(max-width:767px){.necyx2.k5ns5m h1,.vt3xby{font-size:30px}.dw0b7n h1.oqd799{font-size:38px}.davdui,.g34yns,.lht4pu{padding:25px}.sat6a7 label,.sat6a7 a{float:none;display:block;margin-bottom:8px}.n2l2wk .l8oct2,.pr70ln{display:block;width:100%;margin-left:0;margin-right:0;text-align:center}}

