
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');

body {	
	color: #212d48;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
    font-size:22px;
    color: #212d48;
    margin: 0 0 8px;
    transition: .5s;	
}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}
a{
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a{
	color: #f74837;
    transition: .5s;
}
a:focus,
.ejypqe:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
}
.m1iy21 {
    text-transform: uppercase;
}
.gp3gve {
    text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}
ul {
    margin: 0px;
    padding: 0px;
}
li { }
ul {
    margin: 0;
    padding: 0;
}
li {
 list-style:none;
}
input:focus,
button:focus
{
	border-color:transparent;
	outline-color:transparent;
}
textarea:focus{
	border-color:transparent;
	outline-color:transparent;
}
hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
hr.uarn3q {
    border-bottom: 1px dashed #f10;
}
hr.d12kky {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}
hr.y3wmna {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
a,i, cite, em, var, address, dfn,ol,li,ul{
	font-style:normal;
	font-weight:400;
}
*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-placeholder {
    color: #666;
    font-size: 16px;
}
::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}
:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}
::placeholder {
    color: #888888;
    font-size: 16px;
}
/* End Global css */
/* main menu area css */
.z0yc8z {
    position: relative;
}
.trr6v6 {
    background: transparent;
}
.trr6v6.glif0t{
    background: #0d2e4b;
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: .5s;
}
.d4nvif {
    padding: 24px 0px 24px 0px;
}
.glif0t a.mj2v2w,
a.u0t6wq {
    display: none;
}
.glif0t a.u0t6wq{
    display: block;
}
.t1avnj{
	display:flex;
	justify-content:flex-end;
	flex-wrap:no-wrap;
}
.t1avnj ul {
    list-style: none;
    display: flex;
}
.fjscdq .i8syk0 {
    float: inherit !important;
}
.t1avnj > ul > li{
	position:relative;
}  
.t1avnj > ul > li > a {
    padding: 31px 15px 31px 15px;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    transition: .5s;
    font-weight: 600;
    margin: 0px 8px;
}
.t1avnj > ul > li > a:hover{
	color:#f74837;
}
.trr6v6.glif0t .t1avnj > ul > li.uf0ccr > a,
.t1avnj > ul > li.uf0ccr > a {
    color: #f74837;
}
.trr6v6.glif0t .t1avnj > ul > li > a {
    color: #fff;
}
.voghwr {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    transition: .5s;
}
.voghwr.rdfgpd {
    background: #212d48;
}
/* menu btn */
.udv0jn a {
    padding: 13px 25px;
    display: inline-block;
    background: #f74837;
    transition: .5s;
    margin: 19px 0px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}
.udv0jn a:hover{
	background:#b69c00;
}
/* sub menu css */
.t1avnj > ul > li > ul {
    position: absolute;
    width: 200px;
    background: #FFFFFF;
    top: 100%;
    left: 0px;
    z-index: 1111;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    padding-top: 10px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
}
.t1avnj > ul > li > ul  li {
    padding: 5px 0px 10px 20px;
    margin-bottom: 5px;
    transition: .5s;
}
.t1avnj > ul > li > ul li a {
	display: block;
    margin: 0;
    margin-bottom:0px;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    visibility: inherit !important;
    color: #212d48;
}
.t1avnj > ul > li > ul li a i {
    font-size: 15px;
    margin-left: 5px;
}
.t1avnj > ul > li:hover > ul{
	opacity:1;
	visibility:visible;
}
.t1avnj > ul > li > ul li:hover{
	background:#fff;
}
.t1avnj > ul > li > ul > li:hover a{
	color:#56a205;
}
/* sub menu of sub menu */
.t1avnj > ul > li > ul > li{
	position:relative;
}
.t1avnj > ul > li > ul > li ul{
	position: absolute;
    width: 200px;
    background: #FFFFFF;
    top: 0;
    left: 100.4%;
    z-index: 1111;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    padding-top: 15px;
	box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
}
.t1avnj > ul > li > ul > li:hover ul{
	opacity:1;
	visibility:visible;
}
.t1avnj > ul > li > ul > li:hover ul li a{
	color:#05213f;
}
.t1avnj > ul > li > ul > li:hover ul li:hover a{
	color:#56a205;
}
/* manu icon */
.k8p7mn{
	position:relative;
}
.k8p7mn::before {
    content: "\f107";
    font-family: FontAwesome !important;
    opacity: 1;
    font-size: 13px;
    opacity: .5;
    position: absolute;
    right: -4px;
    top: 52%;
    transform: translateY(-50%);
	font-weight:600;
}
/* portfolio icon */
.deqc1z{
	position:relative
}
.deqc1z::after {
    content: "\f105";
    font-family: FontAwesome !important;
    opacity: 1;
    font-size: 13px;
    opacity: .5;
    position: absolute;
    right: 90px;
    top: 55%;
    transform: translateY(-50%);
    font-weight: 600;
}
/* mobile menu area */
.r1wavn,
.vgm7f0{
	display:none;
}
.j5mlep {
    background: #56a205!important;
    position: relative;
}
.j5mlep::before {
    color: #fff;
    content: "";
    font-size: 18px;
    font-weight: 700;
    left: 10px;
    position: absolute;
    top: 9px;
    padding: 4px 0px;
}
.j5mlep::before{
	content:"MENU";
}
.fjscdq .zyxra1 ul li a {
    border-top: 1px solid #ddd !important;
    color: #000 !important;
}
.fjscdq .zyxra1 ul li {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}
.fjscdq .zyxra1 ul li a {
    font-size: 15px;
    text-transform: capitalize!important;
}
.fjscdq .zyxra1 ul li a.r2n9cv {
    background: transparent!important;
}
/* mobile device 990   */
@media (max-width: 990px) {
.zmgxtz{
	display:none;
}
.r1wavn,
.vgm7f0{
	display:block;
}
.lclrov {
    z-index: 99999;
    height: 0;
}
.dw250k img {
    padding: 20px 0px;
}
.deqc1z::after {
    right: 211px;
}

	
}
/*End mobile menu area */
/* slider area css */
.nuraaa {
    height: 1000px;
    background-size: cover;
    position: relative;
    background-position: center;
    z-index: 1;
}
/* slider video css */
#abof7k {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
}
.u3m0eo{
	padding-left:0px;
	padding-right:0px;
}
.nuraaa::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.eebwff {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.eebwff h1 {
    font-size: 70px;
    color: #FFFFFF;
    line-height: 1.2;
    text-transform: capitalize;
}
.eebwff p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    width: 60%;
	margin:23px auto 15px 0;
}
.mkjiye {
    float: left;
}
.mkjiye a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 40px;
    position: relative;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    z-index: 1;
    background: #f74837;
    border-radius: 5px 5px 5px 5px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #b69c00 0%, #f74837 100%);
    margin-top: 30px;
}
.mkjiye a:hover{
	background-color: transparent;
    background-image: linear-gradient(90deg, #f74837 0%, #b69c00 100%);
}
.bcjw7x{
	background: #f74837;
    color: #fff;
}
.n1zq53 .mf6a9t:hover{
	background:#fff;
	color:#f74837;
}
/* slider video icon pop up css */
.j7t38b {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}
.fnxtic a {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 75px;
    font-size: 23px;
    border-radius: none;
    background: transparent;
}
.fnxtic a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #f74837;
    border-radius:100%; 
    animation-fill-mode: both;
    animation: witr-shadow  1.5s ease-in-out infinite;
    animation-name: witr-shadow;
    animation: witr-shadow  1.5s ease-in-out infinite;
}
.fnxtic i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: 1.5s ease-in-out infinite;
    font-size: 15px;
}
@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
/* em service area css */
.sk7bv9{
	padding:100px 0px;
}
/* all section title css*/
.iznmbl {
    text-align: center;
    padding-bottom: 30px;
}
.iznmbl h5 {
    font-size: 18px;
    color: #f74837;
    margin-bottom: 10px;
    display: inline-block;
}
.iznmbl h2 {
    font-size: 36px;
    line-height: 1;
}
.iznmbl p{
	padding-top:25px;
	padding-bottom:40px;
}
/* single service css */
.dx1uck {
    border-radius: 5px 5px 5px 5px;
    padding: 60px 35px 10px 35px;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    text-align: center;
	transition:.9s;
	margin-bottom:30px;
}
.w410mr i {
    color: #f74837;
    font-size: 55px;
    transform: rotate(0deg);
	transition:.5s;
}
.lajzor h3 {
    padding: 20px 0px 0px 0px;
}
.lajzor h3 a{
	transition:.5s;
}
.lajzor p{
	padding:15px 0px 30px 0px;
	transition:.5s;
}
.dx1uck:hover{
    background-color: transparent;
    background-image: linear-gradient(90deg, #b69c00 0%, #f74837F0 100%);
}
.dx1uck:hover .w410mr i,
.dx1uck:hover .lajzor h3,
.dx1uck:hover .lajzor h3 a,
.dx1uck:hover .lajzor p{
	color:#fff;
}
.dx1uck .lajzor h3 a:hover{
	color:#000;
}
/* about area css */
.nddjf5{
	background:#F9F9F9;
	padding:100px 0px;
}
.kefh72 img{
	width:100%;
}
.rsljr9 .iznmbl {
    text-align: left;
}
.rsljr9 .iznmbl p {
    font-size: 16px;
    width: 100%;
    padding: 20px 0px 10px 0px;
    padding: 18px 0px 10px 0px;
}
.comvbr {
    padding: 17px 10px 13px 18px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    border-radius: 5px;
    background: #FFFFFF;
    transition: .5s;
    margin-bottom: 30px;
}
.aq6mas {
    float: left;
    overflow: hidden;
}
.aq6mas i {
    color: #f74837;
    background-color: #02010100;
    font-size: 30px;
    border-radius: 0px 0px 0px 0px;
	transition:.5s;
}
.ad2lhd h3 {
    margin-left: 28px;
    display: inline-block;
    font-size: 18px;
    margin-top: 3px;
    transition: .5s;
}
.czqmhh a {
    padding: 17px 30px;
}
.czqmhh a:hover{
	background-color: transparent;
    background-image: linear-gradient(
	180deg, #f74837 0%, #b69c00 100%);
}
.comvbr:hover{
	background:#f74837;
}
.comvbr:hover .aq6mas i,
.comvbr:hover .ad2lhd h3{
	color:#fff;
}
.wwvxg3{
	padding-left:10px;
	padding-right:10px;
}
.rsljr9 {
    padding-left: 35px;
}
/* brand area css */
.mpap30 {
    padding: 65px 0px 50px;
    background: #212D48;
}
.n08adn.sain7y li{
	display:none;
 }
 .n08adn .sain7y{
	display:none;
 }
.n08adn .sain7y .dsrbw9{
	display:none;
 }
 /* tab area css */
 .qdcj8q .iznmbl {
    padding-bottom: 50px;
}
.u839cs {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    border-radius: 5px;
    transition: .9s;
    z-index: 999;
    position: relative;
    padding: 22px 30px 30px 47px;
}
.cdilqk .fth79b {
    border: none;
    border-top-left-radius: none;
    border-top-right-radius: none;
    width: 293px;
}
.u9dgu5 {
    margin-bottom: 78px;
}
.u839cs i {
    float: left;
    font-size: 50px;
    transition: .5s;
    color: #56a205;
    float: left;
    margin-top: 2px;
}
.u839cs span {
    font-size: 20px;
    transition: .5s;
    cursor: pointer;
    font-weight: 700;
    margin-left: 20px;
    display: inline-block;
    margin-top: 10px;
}
.cdilqk {
    border-bottom: none;
}
.aak83t ul li {
    margin: 0px 40px;
}
.aak83t ul li:first-child{
	margin-left:30px;
}
.aak83t ul li:last-child{
	margin-right:30px;
}
.cdilqk .fth79b.mf6a9t {
	background-color: transparent;
    background-image: linear-gradient(90deg, #b69c00 0%, #f74837 100%);
    border-style: default;
    border:none;
	color:#fff;
}
.cdilqk .fth79b.mf6a9t.u839cs i{
	color:#fff;
}
.u839cs:hover{
	background:#f74837;
}
.u839cs:hover i,
.u839cs:hover span{
	color:#fff;
}
.rh5g8s{}
/* tab content area */
.qdcj8q {
    background: #FFFFFF;
    padding: 100px 0px 120px;
}
.jtnwji p {
    font-size: 15px;
    width: 100%;
    padding: 8px 11px 5px 0px;
}
.lg2g8u a {
    padding: 17px 30px;
	transition:.5s;
	background-color: transparent;
    background-image: linear-gradient(90deg, #b69c00 0%, #f74837 100%);
}
.lg2g8u a:hover{
	background-color: transparent;
    background-image: linear-gradient(90deg, #f74837 0%, #b69c00 100%);
}
.gx1933{
	box-shadow:0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 60px 50px 60px 50px;
}
.wl49nx img {
    width: 100%;
}
.wl49nx{
	position:relative;
}
.fnxtic.wpdynd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.rkzkyu ul li a {
    margin-bottom: 8px;
    display: inline-block;
    color: #212d48;
}
.rkzkyu ul li span i {
    background: #f74837;
    color: #fff;
    border-radius: 100%;
    margin-right: 10px;
    display: inline-block;
    padding: 2px;
}
/* skill area */
.rz6x1f{
	background:#F9F9F9;
}
.u3m0eo {
    padding-left: 0px;
    padding-right: 0px;
}
.k152d0{
	background:#F9F9F9;
}
.dypg34 img{
	width:100%;
}
.v85zin .iznmbl {
    text-align: left;
}
.v85zin .iznmbl p {
    padding: 25px 0px 0px 0px;
    margin-bottom: 0px;
    width: 88%;
}
.v85zin {
    padding: 192px 320px 0px 60px;
}
.pgjvmr {
    overflow: hidden;
    position: relative;
}
.d5ja10 h5 {
    font-size: 17px;
    color: ##272727;
    margin-bottom: 10px;
    padding-top: 10px;
}
.g09msj {
    height: 6px;
    margin-top: 5px;
    width: 100%;
    background: #ddd;
    overflow: visible;
}
.avtu6j {
    color: #272727;
    transition: .6s;
    height: 6px;
    background: #56a205;
    position: relative;
    font-weight: 700;
}
.hsqqen{
	position:absolute;
    top: -30px;
    right: 0px;
    color: #272727;
    font-size: 17px;
}
.pgjvmr {
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}
.a8l9bw h5 {
    color: #56a205;
}
.a8l9bw h2 {
    width: 75%;
}
.ewt8xa{
	background:#F9F9F9;
}
/* counter css */
.rjkq7g {
    background-color: transparent;
    background-image: linear-gradient(90deg, #b69c00 0%, #f74837 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 0px 60px 0px;
}
.o9wsuy h3, .o9wsuy span {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
}
.o9wsuy {
    text-align: center;
}
.o9wsuy h4 {
    font-size: 18px;
    margin-top: 7px;
	color:#fff;
}
/* portfolio area css */
/* portfolio slides*/
.kk7s00 {
    background: #FFFFFF;
    padding: 100px 25px;
}
.qp0uuk{
	overflow:hidden;
}
.oj7ro6{
	position:relative;
	overflow:hidden;
}
.oj7ro6 img{
	width:100%;
	transition: 1s;
}
.oj7ro6::before{
	position: absolute;
    content: '';
	width:100%;
	height:100%;
    background: #00000080;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
}
.qp0uuk:hover .oj7ro6::before{
	transform:scale(1.2)
}
.qp0uuk:hover .oj7ro6 img{
	transform:scale(1.2)
}
.py2n5t a {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 0px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    font-size: 30px;
    background: #fff;
    color: #f74837;
    text-align: center;
    z-index: 99;
	opacity: 0; 
}
 .qp0uuk:hover .py2n5t a{ 
	width:80px; 
	opacity: 1; 
 } 
 .py2n5t a:hover{ 
	background:#f74837;
	color:#fff; 
	z-index:999; 
 } 
.kht3ir {
    position: absolute;
    bottom: -100px;
    z-index: 99;
    left: 45%;
    transform: translateX(-50%);
	transition:.5s;
}
.qp0uuk:hover .kht3ir{
	bottom:0px;
}
.kht3ir h3{
    margin-bottom:0;
}
.kht3ir h3 a{
    color: #fff;
    font-size: 20px;
	transition:.5s;
}
.kht3ir h3 a:hover{
	color:#f74837;
}
.kht3ir p {
    color: #fff;
}
/* pricing plane area css */
.vtfeer{
	padding:100px 0px;
	background:#F9F9F9;
}
.u6pmr9 {
	background:#FFFFFF;
    border-radius: 0px;
	transition:.5s;
}
.yv2t7s {
    background-image: url("assets/images/pricing-top.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 35px;
	position:relative;
}
.yv2t7s::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #f74837C9;
    transition: .5s;
    border-radius: 5px;
}
.yv2t7s h5 {
    color: #fff;
    z-index: 999;
    position: relative;
    font-size: 16px;
    margin-top: 10px;
}
.yv2t7s h2 {
    color: #fff;
    position: relative;
    padding-top: 8px;
    font-size: 30px;
}
.yv2t7s h3 {
    color: #fff;
    position: relative;
    font-size: 27px;
    text-align: right;
    padding-top: 20px;
    margin-bottom: -12px;
}
.yv2t7s span {
    font-size: 25px;
    font-weight: 500;
}
.xglid7 {
    position: absolute;
    top: 145px;
    left: 55px;
	z-index:9;
}
.xglid7 i {
	margin-right: 10px;
    font-size: 40px;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #FFF;
    text-align: center;
    border-radius: 100%;
    color: #0C72FE;
    z-index: 999;
    box-shadow:0px 0px 30px 0px rgb(0 0 0 / 9%);
}   
.vpxdk4 ul li {
    padding: 7px 0px 0px 0px;
	font-size: 17px;
    margin-bottom: 5px;
}
.vpxdk4 {
    padding: 75px 30px 30px;
}
.vde6pq {
    padding-left: 35px;
    padding-top: 65px;
    padding-bottom: 35px;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    z-index: 999;
    position: relative;
    box-shadow:0px 0px 30px 0px rgb(0 0 0 / 9%);
	margin-left: 0px;
}
.vpxdk4 ul li span i {
    font-size: 26px;
}
.z3xoge{
	text-align:center;
	transition:.5s;	
}
.z3xoge a {
    font-size: 16px;
    padding: 13px 30px;
    display: block;
    color: #fff;
    transition: 1s;
    background-color: transparent;
    background-image: linear-gradient(90deg, #f74837 0%, #b69c00 100%);
    border-style: none;
    z-index: 999;
    position: relative;
	border-radius: 5px;
}
.z3xoge a:hover{
	color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #b69c00 0%, #f74837E8 100%);
}
/* team area css */
.lidc9d{
	padding:100px 0px;
	background-image:url(assets/images/team-bg.jpg);
	background-size:cover;
}
.huof7a{
	border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
	background:#FFFFFF;
}
.lidc9d .iznmbl h5,
.lidc9d .iznmbl h2{
	color:#fff;
}
.ajyz30 img{
	width:100%;
}
.zrgp8h{
	padding: 23px 5px 23px;
	text-align:center;
}
.zrgp8h h3{
    margin: 0px;
	transition:.5s;
}
.zrgp8h span {
    font-size: 15px;
    color: #f74837;
    margin-bottom: 15px;
    display: inline-block;
}
.zrgp8h h3 a:hover{
	color:#f74837;
}
.s7bhra a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #f748371c;
    background: #f7483733;
    border-radius: 5px;
    text-align: center;
    transition: .5s;
    color: #f74837;
    margin: 0px 2px;
    font-size: 15px;
	transition:.5s;
	margin-top:20px;
}
.s7bhra a:hover {
    color: #fff;
    background: #f74837;
    border-color: #f74837;
}
.s7bhra{
	position:relative;
}
.s7bhra::before {
    position: absolute;
    content: "";
    background: #ddd;
    top: 0px;
    height: 0.5px;
    width: 25%;
    margin: auto;
    left: 0;
    right: 0;
    transition: .5s;
}
.huof7a:hover .s7bhra::before{
	width:100%;
	background:#f74837;
}
.nas71j h2 {
    color: #FFFFFF;
    font-size: 21px;
    margin: 80px 200px 0px 200px;
    padding: 25px 0px 25px 0px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #DDDDDD42;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
}
/* accordion css */
.jiy8mj .udhdzr.bn91o6 {
    background: 0 0 !important;
    padding: 0;
    border-bottom: 0;
    text-align: left;
}
.gh8xc1 {
	background: #FFFFFF;
    padding: 100px 0px;
}
.trttk5{
	background:#F9F9F9;
}
.gh8xc1 .iznmbl {
    text-align: left;
    margin-top: 5px;
}
.gh8xc1 .iznmbl h2 {
    width: 100%;
    font-size: 33px;
    padding-bottom: 10px;
}
.bn91o6 {
    padding: 0px;
    border: none;
    background: #FFFFFF;
}
.bn91o6 i {
    margin-right: 10px;
    font-size: 20px;
}
.jiy8mj .g3cmc6 {
    margin-bottom: 22px;
}
.jiy8mj .g3cmc6 p {
    padding: 8px 18px 3px;
    padding: 8px  35px 3px 18px;
}
.ep1x9q {
    padding-left: 30px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 14px 15px;
    transition: 0.5s;
    color: #000;
}
.ep1x9q:focus,
.ep1x9q:hover {
    background: #f74837;
    color: #fff;
	border:none;
}
.ep1x9q:before {
    position: absolute;
    content: '\f107';
    right: 30px;
    font-family: fontawesome !important;
    font-weight: 400;
}
.mf6a9t .ep1x9q:before {
    content: '\f106';
}
.mf6a9t .ep1x9q {
    color: #fff;
}
.a5ztd4 ul li {
    margin-left: 18px;
    margin-bottom: 4px;
}
.v3y7dk img {
    width: 100%;
}
/* accordion css */
.sk3ria {
    padding: 0px 0px 100px;
}
.wmzgca .j8frrg {
	border:none;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
	border-left:2px solid #ffcc00;
	background:none;
}
.cycpd1:focus,
.cycpd1:hover {
    color: #000;
    background:none;
}
.mf6a9t .cycpd1 {
    background: none;
    color: #000;
}
.ha5nj4{
	border-bottom:none;
}
.cycpd1 {
    margin-left: 36px;
    font-size: 20px;
    font-weight: 700;
	display:block;
}
.cycpd1:before {
    position: absolute;
    content: '\f067';
    left: 20px;
	margin-right:10px;
    font-family: fontawesome !important;
    font-weight: 400;
}
.mf6a9t .cycpd1:before {
    content: '\f068';
}
.udhdzr.bn91o6.ha5nj4 {
    background: #fff;
}
.o7sc19 p,
.km5x2o p {
    padding-left: 18px;
}
.o7gd6h.g3cmc6.j8frrg {
	border: 0 !important;
    border-left: 2px solid #56a205 !important;
    margin-bottom: 20px;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
}
.spmtea img {
    width: 100%;
}
/* testimonial */
.ikyc11{
	background:#F9F9F9;
	padding:95px 0px 90px;
}
.bx28t1 {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 46px 35px 55px;
    text-align: center;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #f74837;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0px;
    transition: .5s;
}
.hrsbt6 i {
    font-size: 54px;
    color: #56a205;
	transition:.5s;
}
.bx28t1 p {
    padding-top: 15px;
    transition: .5s;
}
.oi0zq0 {
    text-align: center;
    display: inline-block;
}
.bx28t1 h3 {
    padding-top: 15px;
    font-size: 22px;
    transition: .5s;
    margin: 0px;
}
.bx28t1 span {
    color: #f74837;
    font-size: 18px;
	transition:.5s;
}
.bx28t1:hover{
	background:#f74837;
}
.bx28t1:hover .hrsbt6 i,
.bx28t1:hover p,
.bx28t1:hover h3,
.bx28t1:hover span{
	color:#fff;
}
.oi0zq0 img {
    margin-left: -7px;
}
.ikyc11.onxd4m {
    background: #FFFFFF;
}
/* blog area css */
.r554rm {
    background: #FFFFFF;
    padding: 82px 0px 88px;
}
.d24ork h2 {
    line-height: 15px;
}
.a36t7x{
	margin-bottom:30px;
}
.o2cgr3 {
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 9%);
}
.o2cgr3 img{
	width:100%;
	transform:scale(1);
	transition:.5s;
}
.o2cgr3 img:hover{
	transform:scale(1.1);
}
.aru7bw {
    padding: 20px 30px 26px;
}
.cu099s i {
    color: #56a205;
    transition: .5s;
}
.cu099s span {
    transition: .5s;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
}
.cu099s span p {
    color: #56a205;
    font-size: 15px;
    display: inline;
}
.aru7bw h3{
	margin-bottom:0px;
}
.aru7bw h3 a {
    padding-top: 10px;
    font-size: 20px;
    transition: .5s;
    display: inline-block;
}
.aru7bw h3 a:hover{
	color:#f74837;
}
.aru7bw p {
    font-size: 17px;
}
.cjyj1l {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.cjyj1l a {
    padding: 11px 20px 11px 20px;
    background: #E5F0FF;
    color: #212D48;
    font-size: 17px;
    display: inline-block;
    transition: .5s;
    border-radius: 5px;
    margin-bottom: 25px;
}
.cjyj1l a:hover{
	background:#f74837;
	color:#fff;
}
.mujhgy{
	position:relative;
	overflow:hidden;
}
.mujhgy::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(0, 0, 0, 0.5);
    transform: scale(0);
	transition:.5s;
	z-index:999;
}
.lbyckr:hover .mujhgy::before{
	transform:scale(1);
}
.lbyckr:hover .mujhgy img{
	transform:scale(1.2);
}
/* portfolio slick prev css */
.t5ovf1 .fncoj2 {
    opacity: 1;
    left: -15px;
}
.t5ovf1 .dhzmyd {
	opacity:1;
	right:-15px;
}
.t5ovf1 .fncoj2::before, .t5ovf1 .dhzmyd::before {
    content: "";
    z-index: 99999;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
	color:#fff;
	font-family: 'FontAwesome';
	font-weight: 400;
	transition:.5s;
}
.t5ovf1 .fncoj2::before{
	content: "\f177";
	transition:.5s;
}
.t5ovf1 .dhzmyd::before{
    content: "\f178";
	transition:.5s;
}
/* all slider slick arrow */
.qbhrdi .fncoj2,
.qbhrdi .dhzmyd{
    width: 55px;
    height: 55px;
    background: #56a205;
    opacity: 1;
    font-size: 0px;
    position: absolute;
    right: 15px;
    z-index: 999;
    border: none;
    border-radius: inherit;
    transition: .5s;
    top: 50%;
    transform: translateY(-50%);
	opacity:1;
}
.qbhrdi .fncoj2 {
	opacity:0;
	left:-65px;	
}
.qbhrdi .dhzmyd {
	opacity:0;
	right:-65px;
}
.qbhrdi:hover .fncoj2,
.qbhrdi:hover .dhzmyd{
	opacity:1;
}
.qbhrdi .fncoj2::before, .qbhrdi .dhzmyd::before {
    content: "";
    z-index: 99999;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
	color:#fff;
	font-family: 'FontAwesome';
	font-weight: 400;
	transition:.5s;
}
.qbhrdi .fncoj2::before{
	content: "\f177";
	transition:.5s;
}
.qbhrdi .dhzmyd::before{
    content: "\f178";
	transition:.5s;
}
button:focus {
    outline: 0px;
    outline: none;
}
/* slick arrow */
.qbhrdi .fncoj2 {
	opacity:0;
	left:-65px;	
}
.qbhrdi .dhzmyd {
	opacity:0;
	right:-65px;
}
/* blog slick arrow css */
 .fncoj2,  .dhzmyd {
    width: 55px;
    height: 55px;
    background: #56a205;
    opacity: 1;
    font-size: 0px;
    position: absolute;
    right: 15px;
    z-index: 999;
    border: none;
    border-radius: inherit;
    transition: .5s;
    top: 50%;
    transform: translateY(-50%);
	opacity:1;
}
.mpfw8x .fncoj2 {
	opacity:1;
	left:-65px;
}
.mpfw8x .dhzmyd {
	opacity:1;
	right:-65px;
}
.mpfw8x .fncoj2::before, .mpfw8x .dhzmyd::before {
    content: "";
    z-index: 99999;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
	color:#fff;
	font-family: 'FontAwesome';
	font-weight: 400;
	transition:.5s;
}
.mpfw8x .fncoj2::before{
	content: "\f177";
	transition:.5s;
}
.mpfw8x .dhzmyd::before{
    content: "\f178";
	transition:.5s;
}
.fncoj2:hover,
.dhzmyd:hover{
	background:#b69c00;
}
.fncoj2:hover::before,
.dhzmyd:hover::before{
	color:#fff;
}
/* contact area css */
.k0rsrw {
    padding: 100px 0px 85px;
    background-image: url("assets/images/contact-bg.jpg");
    background-size: cover;
}
.k0rsrw .iznmbl h5,
.k0rsrw .iznmbl h2 {
    color: #fff;
}
.ntj2qc textarea.a5bvdh,
.q8170b.ntj2qc input.a5bvdh {
    background: transparent;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #465066;
    padding: 30px 0px 30px 30px;
}
.ntj2qc textarea.a5bvdh::placeholder,
.q8170b.ntj2qc input.a5bvdh::placeholder{
	color:#fff;
}
.ntj2qc textarea.a5bvdh {
    padding: 20px 0px 70px 30px;
    height: 150px;	
}
.ldpqwr {
    background: transparent;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #465066;
    padding: 30px 0px 30px 30px;
	transition:.5s;
}
.a5bvdh:focus {
    color: #fff;
    background-color: transparent;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.a5bvdh:focus {
    color: #fff;
    background-color: transparent;
    border-color: none;
    outline: none;
    box-shadow: none;
}
button.a5bvdh.mj1ilr {
    height: 60px;
	color: #fff;
    background-image: linear-gradient(90deg, #b69c00 0%, #f74837 100%);
    width: 100%;
    outline: none;
    box-shadow: none;
	border:none;
	transition:.5s;
	font-weight:500;
}
button.a5bvdh.mj1ilr:hover{
	background-image: linear-gradient(90deg, #f74837 0%, #b69c00 100%);
}
.ntj2qc {
    margin-top: 10px;
}
/* footer area css */
.r72vff {
    padding: 98px 0px 74px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("assets/images/fottor-bg.jpg");
    background-size: cover;
    position: relative;
}
.r72vff:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
	background-color: rgba(0,80,159,0);
}
.c3ursq p {
    color: #212d48;
    padding-top: 25px;
    font-size: 15px;
    width: 100%;
}
.pia7ie {
    margin-top: -12px;
}
.pia7ie a {
    color: #fff;
    background: #1E3853;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-right: 5px;
    transition: .5s;
    margin-top: 15px;
}
.pia7ie a:hover{
	background:#56a205;
}
.am4cz4 h3 {
    color: #212d48;
    padding-bottom: 25px;
    font-size: 22px;
}
.c3ursq ul li a {
    color: #212d48;
    margin-bottom: 10px;
    display: inline-block;
	transition:.5s;
}
.c3ursq ul li a:hover{
	color:#f74837;
}
.zsvwh6 h6 a:hover{
	color:#56a205;
}
.zsvwh6 i {
    color: #56a205;
	font-size: 16px;
}
.zsvwh6 span {
    color: #A1A3A7;
    font-size: 14px;
    margin-left: 5px;
}
.waeavb p {
    padding-top: 0px;
}
.yedn5f i {
    float: left;
    margin-right: 10px;
    font-size: 24px;
    color: #f74837;
}
.g3dqr2 ul li a i {
    background: transparent;
    color: #fff;
    margin-right: 0px;
	margin-top:-8px
}
.g3dqr2 ul li a i:hover{
	background:transparent;
	color:#ffcc00;
}
.g3dqr2 ul li a:hover i{
	color:#ffcc00;
}
/* copyright area css */
.nsb6ja {
    background: #f0f6ff;
}
.dxzuxr {
    float: right;
}
.hicayz span {
    font-size: 15px;
    color: #212d48;
    padding: 26px 0px 24px;
    display: inline-block;
}
.dxzuxr ul {
    display: flex;
}
.dxzuxr ul li a {
    color: #212d48;
    font-size: 15px;
    padding: 26px 0px 24px;
    display: inline-block;
    transition: .5s;
    margin: 0px 12px;
}
.dxzuxr ul li a:hover{
	color:#f74837;
}
/* scrollUp css */
#x36p41 {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 40px;
    line-height: 40px;
    background-color: #f74837;
    color: #fff;
    border-radius: 8px;
    position: relative;
    font-size: 0px;
}
#x36p41::before{
	position:absolute;
	content:"\eaa1";
	font-size:35px;
	color:#fff;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	font-family: 'IcoFont';
	font-weight: normal;
}
/* breadcumb css */
.p0dpt6 h2 {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px;
}
.kk8kbs {
    background-image: url(assets/images/breadcum-bg.jpg);
    padding: 145px 0px 100px;
    background-size: cover;
    background-position: left top;
    position: relative;
}
.kk8kbs::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(2,33,184,0.5);
}
.p0dpt6 ul {
    text-align: center;
    color: #fff;
}
.p0dpt6 ul li {
    display: inline;
    font-size: 16px;
    font-weight: 600;
}
.p0dpt6 ul li a {
    padding: 0px;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    transition: .5s;
}
.p0dpt6 ul li a:hover{
	color:#56a205;
}
.p0dpt6 i {
    color: #fff;
    font-weight: 600;
}
.p0dpt6 ul li:last-child a {
    color: #fff;
}
/* text box css */
.ctez7a {
    padding-top: 100px;
    background: #FFFFFF;
}
.zgrx7p {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 40px 30px 30px 30px;
    text-align: center;
}
.h4mkcv i {
    font-size: 30px;
    color: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    background: #56a205;
    display: inline-block;
    transition: .5s;
}
.h4mkcv i:hover{
	color:#fee023;
}
.jxtzwm h3 {
    padding-top: 18px;
    font-size: 22px;
}
.jxtzwm p {
    font-size: 16px;
    padding-top: 10px;
}
/* contact css */
.ni0v18 {
    padding: 100px 0px 80px;
}
.ral2gn {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 65px 50px 60px;
}
.ibqw7y.p0dx37 {
    height: 150px;
    border: 1px solid #dddddda3;
    margin-top: 15px;
    color: #555555;
    font-size: 14px;
    padding-top: 15px;
}
.a5bvdh:focus {
    color: #495057;
    background-color: #fff;
    border-color: #dddddda3;
    outline: 0;
    box-shadow: none;
}
textarea:focus {
   border-color: none; 
   outline-color: none;
}
input.a5bvdh.x8lrks.p0dx37.y7b021 {
    height: 45px;
}
/* google map */
.mxlam1 iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -7px;
    border: none;
}
.l4kuqp{
padding-left:0;	
padding-right:0;	
}
.q8170b.col-md-6.whrd9c input.a5bvdh::placeholder,
.whrd9c textarea.a5bvdh::placeholder{
	color:#888888;
}
.whrd9c textarea.a5bvdh,
.q8170b.col-md-6.whrd9c input.a5bvdh {
    border-color: #ddd;
    color: #465066;
}
/* about contact area css */
.j13t1r{
	padding:100px 0px;
	background:#F9F9F9;
}
.k8qw4i {
    padding: 50px 35px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
}
.j13t1r .mxlam1 iframe {
    width: 100%;
    height: 610px;
    padding: 0px 0px;
    margin-bottom: -7px;
}
.k8qw4i .iznmbl {
    text-align: center;
    padding-bottom: 0px;
}
.k8qw4i .q8170b.whrd9c input.a5bvdh {
    padding: 22px 0px 22px 15px;
}
.k8qw4i .whrd9c textarea.a5bvdh {
    padding: 20px 0px 0px 20px;
}
.k8qw4i .whrd9c {
    justify-content: center;
    margin:30px 0px 0px;
}
/* btn css */
.whrd9c {
    justify-content: center;
    margin: 30px auto 0px;
}
.nryauu{
	padding: 10px 40px;
}
/* site page team css */
.crf3b1{
    padding: 100px 0px 70px;
    background: #FFFFFF;
}
.f159ld {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.f159ld img{
	width:100%;
	position:relative;
}
.tfdhz9{
	transition:1s;
}
.tfdhz9{
	position: absolute;
    bottom: 20px;
    left: 20px;
    transition:.5s;
    z-index: 1;
}
.tfdhz9 a,
.sbq81r a{
	width: 55px;
    height: 55px;
    line-height: 55px;
    display: block;
    background: #f74837;
    text-align: center;
    border-radius: 0px;
    color: #fff;
    font-size: 20px;
    transition:.5s;
}
.tfdhz9 a:hover,
.sbq81r a:hover{
	background:#333
}
.sbq81r {
    position: absolute;
    margin-left: 20px;
    bottom: -100%;
    transition:.5s;
}  
.yqs9qm {
    position: absolute;
    background: #fff;
    padding: 15px 30px 13px;
    bottom: -100px;
    left: 0;
    right: 0;
    transition: .5s;
    text-align: center;
    box-shadow: 0px 0px 30px 0 rgba(42,67,113,.15);
}
.f159ld:hover .yqs9qm{
	bottom:0px;
}
.f159ld:hover .tfdhz9{
	bottom:100px;
}
.f159ld:hover .sbq81r{
	bottom:155px;	
}
/* testimonial site page css */
.b7nyjx {
    padding: 100px 0px;
}
.palkv0 {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px #ddd;
    height: 213px;
    position: relative;
    margin: 60px 0px 100px;
}
.rxu8u8 {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 48px 36px 66px;
    transition: .5s;
    background: #fff;
    margin: 0px 235px;
    border-top: 2px solid #f74837;
    border-bottom: 2px solid #f74837;
    position: absolute;
    top: -50px;
}
.glciqu{
	text-align:center;
}
.glciqu i {
    font-size: 26px;
    display: inline-block;
    color: #56a205;
}
.rxu8u8 p {
    font-size: 15px;
    padding-top: 10px;
    line-height: 28px;
    text-align: center;
}
.glciqu h3 {
    display: inline-block;
    color: #ffcc00;
    font-size: 18px;
    margin-left: 10px;
    padding-bottom: 10px;
    font-style: italic;
}
.rimp8z {
    float: left;
    margin-left: 30%;
    transform: translateX(-50%);
    margin-top: 5px;
}
.aqk5om {
    padding-top: 15px;
    margin-left: -20px;
    display: inline-block;
}
.aqk5om h3 {
    color: #555;
    font-size: 22px;
}
/* testimonial slick arrow css */
 ul.sain7y {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.sain7y .dsrbw9{
	background:#56a205;
 }
.sain7y li {
    background: #56a2057a;
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
}
 li.dsrbw9{
    width: 30px;
}
button {
    border: none;
    font-size: 0;
    background: none;
}
button:focus {
    outline: 0;
    outline:0;
}
/* service page css */
.g7irah {
    padding: 80px 0px;
    background: #FFFFFF;
}
.hyhj75  img{
	width:100%;
}
.xq4o71 .iznmbl.jvdmvm {
    padding-top: 20px;
}
/* portfolio area */
.q8hf9c {
    background: #FFFFFF;
    padding: 100px 0px 70px;
}
.w9w11a {
    float: inherit;
    margin-bottom: 30px;
    justify-content: center;
}
.w9w11a ul{
	display:flex;
	list-style:none;
}
.w9w11a ul {
    display: flex;
    list-style: none;
    justify-content: center;
}
.w9w11a ul li:first-child{
	margin-left:0;
}
.w9w11a ul li {
    border: 1px solid #f3eaea;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 5px 20px;
    position: relative;
    transition: .5s;
}
.nzd9fq ul li{
	margin-top:25px;
}
.w9w11a ul li:hover{
	color:#fff;
	background: #56a205;
	border-color:#56a205;
}
.w9w11a ul li:hover, .w9w11a ul li.haafwh {
    color: #fff;
    background: #56a205;
    border-color: #56a205;
}
.qj19t1 img{
	width:100%;
	transform:scale(1);
	transition:.5s;
}
.tmfut2:hover .qj19t1 img{
	transform:scale(1.2);
}
.sfjis4 a {
    background: transparent;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 11px;
    width: 50px;
    transition: .5s;
	text-align:center;
	background:#f74837;
}
.sfjis4 a:hover{
	background: #b69c00;
    color: #fff;
}
.tmfut2{
	position:relative;
	overflow:hidden;
}
.hpbxmx h3{
	margin-bottom:0px;
}
.hpbxmx h3 a {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    transition: .5s;
}
.hpbxmx h3 a:hover{
	color: #b69c00;
}
.hpbxmx p{
	padding-top: 5px;
    color: #fff;
}
.hpbxmx {
    background: #56a20580;
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9;
    left: 0;
    top: -100%;
    width: 100%;
    transition: .5s;
    text-align: center;
    color: #fff;
} 
.csp12m {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
	transition:2s;
}
.hpbxmx {
    position: absolute;
    text-align: center;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #56a20580;
    z-index: 9;
	transition:.5s;
}
.qj19t1 img{
	overflow:hidden;
}
.tmfut2:hover .hpbxmx{
	opacity:1;
}
.a36t7x{
	margin-bottom:30px;
}
.tmfut2{
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}
.j9xioe h2 {
    font-size: 37px;
	line-height:1;
}
.w9w11a ul li {
    border: 1px solid #f3eaea;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 5px 20px;
    position: relative;
    transition: .5s;
}
.qj19t1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #f7483780;
    transition: .5s;
    opacity: 0;
	z-index:999;
}
.tmfut2:hover .qj19t1::before{
	opacity: 1;
}
.qj19t1 img{
	width:100%;
	transform:scale(1);
	transition:.5s;
}
.tmfut2:hover .qj19t1 img{
	transform:scale(1.1);
}
.a2nkl5 {
    background: #ffcc007d;
    padding: 25px 0px 10px 0px;
    position: absolute;
	width:100%;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
	transition:.5s;
	z-index:999;
}
.a2nkl5 h3{
	margin-bottom:0px;
}
.a2nkl5 p{
	color:#fff;
}
.a2nkl5 h3 a {
    color: #fff;
	transition:.5s;
}
.a2nkl5 h3 a:hover{
	color:#b69c00;
}
.q8hf9c .iznmbl p {
    padding-top: 5px;
    padding-bottom: 0px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.tmfut2:hover .a2nkl5{
	right:-120px;
}
.k6qok9 {
    position: absolute;
    right: 30px;
    bottom: 30px;
	z-index:9999;
}
.k6qok9 a {
    color: #fff;
    width: 50px;
    height: 50px;
    background: #ffcc00;
    padding: 12px 13px;
    font-size: 22px;
    margin-left: 8px;
    border-radius: 6px;
	transition:.5s;
}
.k6qok9 a:hover{
	background:#041855;
}
.uv99is{
	top:55%;
	left:50%;
	transform:translate(-50%,-50%);
	background:none;
	text-align:center;
	opacity:0;
	transition:.5s;
}
.tmfut2:hover .uv99is{
	top:50%;
	opacity:1;
}
.w6wwn7 a {
    font-size: 25px;
    color: #fff;
    background: #f74837;
    padding: 4px 12px;
    display: inline-block;
    border-radius: 6px;
    margin: 13px 5px;
    transition: .5s;
}
.w6wwn7 a:hover{
	background:#b69c00;
}
.qihf8s{
	padding:0px;
}
.krcvcf{
	margin-bottom:0px;
}
.mvvn7a{
	padding-top:2px;
	padding-bottom:2px;
}
/* blog grid content */
.hnfp1x{
	position
}
.hnfp1x::before{
	transform:scale(1);
	opacity:0;
	transition:.5s;
	background:rgba(0, 0, 0, .7);
}
.x0sk07:hover .hnfp1x::before{
	opacity:1;
}
.mujhgy h3 a {
    position: absolute;
    bottom: 0px;
    padding: 15px 20px;
    background: #f74837d9;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    z-index: 999;
}
.mujhgy h3 a:hover{
	color:none;
}
.awvr8y p {
    font-size: 15px;
}
.awvr8y {
    padding: 20px 20px;
}
.pkhg47 {
    border-bottom: none;
    margin-bottom: 0px;
}
.zrrica{
	position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 999;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: .5s;
}
.zrrica a{
	color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #f74837;
    border-radius: 50%;
	display:inline-block;
}
.x0sk07:hover .zrrica{
	opacity:1;
}	
/* blog 2 left sidebar css */
.zionsn button, input {
	border: none;
    background: #F7F7F7;
    padding: 20px 25px;
}
.zionsn ::placeholder{
	font-size:18px;
}
.zionsn button, input i{
	font-size:20px;
	color:red;
}
.cyncwj{
	display:inline-block;
}
.zionsn{
	position:relative;
}
.mdkt8z {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.mdkt8z a i {
    background: #56a205;
    color: #fff;
    padding: 20px 25px;
	transition:.5s;
}
.mdkt8z a i:hover{
	background:#FEE023;
}
.zionsn {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 30px;
    border-radius: 8px;
}
/* entries css */
.zqjlfw {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    margin-top: 30px;
    padding: 40px 30px;
	border-radius:8px;
}
.zqjlfw h3 {
    padding-bottom: 15px;
}
h3.ibhp7s {
    border-bottom: 5px double #56a205;
    display: inline-block;
    line-height: 17px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
}
h3.ibhp7s::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #56a205;
    border-radius: 50%;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    margin-top: 17px;
	animation-name:move_title_bg1;
}
h3.ibhp7s::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #56a205;
    border-radius: 50%;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count:infinite;
    margin-top: 17px;
	animation-name:move_title_bg2;
}
@keyframes move_title_bg1 {
    from {	
		left:0;		
    }
    to {
		left:100%;
    }
}
@keyframes move_title_bg2 {
    from {	
		right:0;		
    }
    to {
		right:100%;
    }
}
.zqjlfw ul li a {
    font-weight: 700;
    transition: .5s;
    color: #17161a;
}
.zqjlfw ul li a:hover {
    color: #56a205;
}
.zqjlfw ul li a:hover .zqjlfw ul li a i{
	color: #56a205;
}
.zqjlfw ul li p {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.zqjlfw ul li:last-child p{
	border-bottom:1px solid transparent;
}
.hr7wr6 {
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.gofgf1 ul li{
	border-bottom:none;
}
.h19h7d p {
    font-size: 15px;
    padding: 12px 0px;
}
.s2atyi ul li a i {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.s2atyi img {
    width: 75px;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
}
img.bphjdx {
    margin-top: 65px;
}
/* blog search btn  */
.zionsn button, input {
	border: none;
    background: #F7F7F7;
    padding: 20px 25px;
}
.zionsn ::placeholder{
	font-size:18px;
}
.zionsn button, input i{
	font-size:20px;
	color:red;
}
.cyncwj{
	display:inline-block;
}
.zionsn{
	position:relative;
}
.mdkt8z {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.mdkt8z a i {
    background: #f74837;
    color: #fff;
    padding: 20px 25px;
	transition:.5s;
}
.mdkt8z a i:hover{
	background:#b69c00;
}
.zionsn {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    padding: 30px;
    border-radius: 8px;
}
.hg5lah {
    margin-left: -85px;
}



/*新增加的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 .v7m6vm {
  color: #aaa;
  border-color: #eee;
}
/* Theme 446 migration utility pages */
.y1j0ix{display:inline-block;white-space:nowrap;margin-left:14px;font-size:0;vertical-align:middle}.y1j0ix a{display:inline-block;margin:0 0 0 8px;white-space:nowrap;vertical-align:middle;font-size:14px;line-height:20px}.vkpdgx{white-space:nowrap}.tdleft{padding:76px 0}.tdleft h1{font-size:42px;line-height:1.22;margin:0 0 18px;color:inherit}.tdleft h2{font-size:34px;line-height:1.25;margin:0 0 16px;color:inherit}.tdleft h3{font-size:21px;line-height:1.35;margin:0 0 10px;color:#1b1b1b}.tdleft p,.tdleft li{font-size:16px;line-height:1.8}.tdleft em{display:block;margin-bottom:12px;font-style:normal;font-weight:700;letter-spacing:1px}.p7a1vf{background:#f7f7f7}.z3n508 img{display:block;width:100%;max-height:430px;object-fit:cover}.orvjri{margin-top:28px}.orvjri a{margin-right:12px;margin-bottom:10px}.mfsjz3{height:100%;background:#fff;padding:30px 26px;margin-bottom:24px;border:1px solid #e8e8e8;color:#333}.mfsjz3 span{display:inline-block;margin-bottom:14px;font-weight:700;color:#c7202f}.mfsjz3 p{color:#555;margin:0}.fvu36q{text-align:center;max-width:760px;margin:0 auto 36px}.fdggly{background:#fff;border:1px solid #e8e8e8;padding:38px 42px;color:#222}.fdggly ol{margin:18px 0 0;padding-left:22px}.wjicv8{margin:22px 0 0;padding-left:20px}.j6ixas{background:#fff;color:#222;padding:42px;border:1px solid #e3e3e3;box-shadow:0 12px 35px rgba(0,0,0,.08)}.j6ixas h2{color:#111}.j6ixas p{color:#555}.j6ixas input{display:block;width:100%;height:54px;margin-bottom:14px;padding:0 18px;border:1px solid #ddd;background:#fff;color:#222}.p6ykbl{font-size:0;margin-top:10px}.p6ykbl button,.p6ykbl a{display:inline-block;height:52px;line-height:52px;padding:0 24px;margin:0 10px 10px 0;border:0;background:#c7202f;color:#fff;font-size:15px;font-weight:700;vertical-align:top;cursor:pointer;text-align:center}.p6ykbl a{background:#222;color:#fff}.nno70f{text-align:center}.nno70f .container,.q80c7t .container{max-width:880px}.q80c7t{background:#fff}.q80c7t .container{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding-top:34px;padding-bottom:34px}.yworm0{font-size:36px;line-height:1.25;margin:0 0 20px;color:inherit}@media(max-width:991px){.tdleft{padding:54px 0}.tdleft h1{font-size:32px}.tdleft h2{font-size:28px}.y1j0ix{margin-left:0;margin-top:10px}.j6ixas{padding:28px}}
/* Theme 446 utility content polish */
.tdleft{color:#222}.tdleft h1,.tdleft h2,.tdleft h3{color:#171717}.tdleft p,.tdleft li{color:#444}.tdleft em{color:#ff5e14}.k8ljan,.dkfema,.vqt3ts{background:#f8f8f8}.bk33yv{font-size:0;margin:24px 0 0}.bk33yv span{display:inline-block;margin:0 8px 10px 0;padding:12px 16px;background:#fff;border:1px solid #e2e2e2;color:#222;font-size:14px;font-weight:700;vertical-align:top}.bk33yv i{margin-right:8px;color:#ff5e14}.bco81c{background:#111;color:#fff;padding:38px 40px;border-left:6px solid #ff5e14}.bco81c h2,.bco81c li{color:#fff}.bco81c ul{margin:18px 0 0;padding-left:22px}.whum2c{border-top:4px solid #ff5e14}.whum2c span{color:#ff5e14}.o9m39l{background:#fff}.laxsqm{font-size:0;margin-top:28px}.laxsqm div{display:inline-block;width:31.33%;min-height:150px;margin-right:2%;padding:24px 18px;background:#fff;border:1px solid #e3e3e3;vertical-align:top}.laxsqm i{display:block;margin-bottom:12px;color:#ff5e14;font-size:28px}.laxsqm strong{display:block;color:#171717;font-size:18px;margin-bottom:8px}.laxsqm p{margin:0;color:#555}.snqcul{margin-left:20px}.tnqu87{overflow:hidden;margin:2px 0 18px;color:#333;font-size:14px}.tnqu87 label{float:left;margin:0;color:#333}.tnqu87 a{float:right;color:#ff5e14}.tnqu87 input{display:inline-block;width:auto;height:auto;margin:0 6px 0 0;padding:0}.iajamu{background:#fff}.vpghs3{height:100%;background:#111;color:#fff;padding:38px 34px;border-top:5px solid #ff5e14}.vpghs3 h2,.vpghs3 li{color:#fff}.vpghs3 ol{margin:18px 0 0;padding-left:22px}.piz2p0 input{margin-bottom:16px}.khkywd{position:relative;background:#fff;border:1px solid #e4e4e4;padding:12px;max-width:420px;margin:0 auto;box-shadow:0 12px 30px rgba(0,0,0,.08)}.khkywd img{display:block;width:100%;max-height:420px;object-fit:cover}.nn7k3j{position:absolute;left:24px;bottom:24px;background:#ff5e14;color:#fff;padding:10px 16px;font-weight:700}.o0azpk{font-size:0}.o0azpk div{display:inline-block;width:25%;min-height:220px;padding:30px 24px;background:#fff;border-right:1px solid #e5e5e5;vertical-align:top}.o0azpk div:first-child{border-left:1px solid #e5e5e5}.o0azpk i{display:block;margin-bottom:16px;color:#ff5e14;font-size:30px}.o0azpk p{margin:0;color:#555}.nno70f .container{background:#fff;border:1px solid #e5e5e5;padding:42px 34px}.q80c7t .container{background:#fff}@media(max-width:991px){.bco81c{margin-top:28px}.snqcul{margin-left:0;margin-top:28px}.laxsqm div,.o0azpk div{display:block;width:100%;margin:0 0 15px}.vpghs3{height:auto;margin-bottom:24px}}@media(max-width:575px){.tdleft h1{font-size:30px}.tdleft h2{font-size:25px}.p6ykbl button,.p6ykbl a{display:block;width:100%;margin-right:0}.tnqu87 label,.tnqu87 a{float:none;display:block;margin-bottom:8px}.bk33yv span{display:block;margin-right:0}.nn7k3j{position:static;margin-top:12px;text-align:center}}
