/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.snhji {
    font-size: 36px;
    line-height: 40px;
}
h2.wbvhu {
    text-align: center;
}
h2.hso.mb-4 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 12px !important;
}
.bfcg {
    padding-top: 22px !important;
}
.hshos {
    background: #f2f2f4;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.fw-medium {
    font-weight: 600;
}

.mt-6 {
    margin-top: 5rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-xl-square {
    width: 60px;
    height: 60px;
}

.btn-xxl-square {
    width: 75px;
    height: 75px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square,
.btn-xl-square,
.btn-xxl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
   margin-right: 22px;
    padding: 12px 0;
    color: var(--bs-dark);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
img.cvnk.img-responsive {
    width: 80%;
    background: #fff;
}
.spacehead {
    text-align: center;
    width: 42%;
    margin: auto !important;
    font-style: italic;
    font-size: 18px;
    line-height: 25px;
    padding: 10px 0px;
}
a.lksa:hover {
    color: #000;
}
.wnhji {
    font-size: 17px;
    line-height: 20px;
}
span.kloc {
    color: #0e0e0f;
    font-weight: 700;
}
img.cblfj {
    width: 5%;
    margin-left: 10px;
}
a.lksa {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-decoration: underline;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: left;
  /*  background: rgba(0, 0, 0, .7);
  z-index: 1;*/
    padding: 3rem;
    padding-left: 11rem;
    
}
.page-headerkl {
    background: url(../img/ABOUTUSFINAL.png) center center no-repeat;
    background-size: cover;
    height: 350px;
    margin-bottom: 20px;
}
.carousel .carousel-indicators {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 80px;
    flex-direction: column;
    margin: 0;
    margin-left: 3rem;
}

.carousel .carousel-indicators [data-bs-target] {
    width: 70px;
    height: 70px;
    text-indent: 0;
    margin: 5px 0;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}

.carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel .carousel-item {
        position: relative;
        min-height: 300px;
    }
    
    .carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 60px;
        height: 60px;
    }

    .carousel .carousel-caption {
        padding-left: 10rem;
    }
}

@media (max-width: 768px) {
    .carousel .carousel-item {
        min-height: 500px;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 50px;
    }

    .carousel .carousel-caption {
        padding-left: 9rem;
    }
}

@media (min-width: 1200px) {
    .carousel .carousel-item .display-1 {
        font-size: 7rem;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}


/*** About ***/
.about-img {
    position: relative;
    padding-left: 45px;
}

.about-img::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 300px;
    top: 0;
    left: 0;
    border: 5px solid var(--bs-primary);
    animation: animateUpDown 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes animateUpDown { 
    0% { 
        top: -25px;
    }
    50% { 
        top: -45px;
    }
    100% { 
        top: -25px;
    } 
}


/*** Features ***/
.feature {
    background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1) 50%), url(../img/try.png) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.feature-icon {
    position: relative;
    transition: .5s;
}

.feature-item:hover .feature-icon {
    margin-left: 3rem;
}

.feature-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--bs-secondary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.feature-item a:hover {
    color: var(--bs-primary) !important;
}

.feature-item a:hover::after {
    background: var(--bs-primary);
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Service ***/
.service .service-item {
    position: relative;
    margin-top: 35px;
   
    height: 575px;
}

.tabulation-2 .nav-pills .nav-item .nav-link {
  background: #fff;
  border-radius: 4px;
  color: #000000;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .tabulation-2 .nav-pills .nav-item .nav-link span {
    color: #3e64ff; }
  .tabulation-2 .nav-pills .nav-item .nav-link.active {
    color: #fff;
    background: #3e64ff;
    border: 1px solid #3e64ff; }
    .tabulation-2 .nav-pills .nav-item .nav-link.active span {
      color: #fff; }

.tabulation-2 .tab-content {
  background: #fff;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05); }

.tabulation .nav-pills .nav-item {
  margin-bottom: 10px; }
  .tabulation .nav-pills .nav-item .nav-link {
    background: #fff;
    border-radius: 4px;
    color: #000000;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 20px;
    line-height: 30px; }
    .tabulation .nav-pills .nav-item .nav-link span {
      color: #3e64ff;
      font-size: 30px; }
    .tabulation .nav-pills .nav-item .nav-link.active {
      color: #fff;
      background: #ce9233;
    border: 1px solid #ce9233; }
      .tabulation .nav-pills .nav-item .nav-link.active span {
        color: #fff; }
.ftco-intro {
    position: relative;
    padding: 4em 0;
    z-index: 0;
}
.tabulation .tab-content {
  background: #fff;
  padding: 0; }
  .tabulation .tab-content .img {
    width: 80%;
    height: 400px;
    margin-bottom: 20px; }
  .tabulation .tab-content h3 {
    font-weight: 600; }
    .tabulation .tab-content h3 a {
      color: #000000; }


.qnhd {
    padding-top: 20px;
    padding-bottom: 10px;
}
.service .service-inner {
    position: relative;
    height: 100%;
    
    background: #f1f1f1;
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service .service-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: 1s;
    background: var(--bs-primary);
}

.service .service-inner:hover::before {
    height: 100%;
    top: 0;
}

.service .service-item img {
    margin-top: -45px;
    padding-left: 45px;
}

.service .service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service .service-item:hover h5,
.service .service-item:hover p {
    color: var(--bs-white);
}

.service .service-item:hover a {
    padding-left: 45px !important;
}


/*** Appoinment ***/
.appoinment {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/try-2.png) left center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team .team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team .team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team .team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team .team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.testimonial-img div {
    position: absolute;
    width: 100px;
    height: 100px;
    animation-duration: 5s;
}

.testimonial-img div:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: .1s;
}

.testimonial-img div:nth-child(2) {
    top: 60%;
    left: 20%;
    animation-delay: .4s;
}

.testimonial-img div:nth-child(3) {
    top: 20%;
    left: 60%;
    animation-delay: .7s;
}

.testimonial-img div:nth-child(4) {
    bottom: 10%;
    right: 10%;
    animation-delay: 1s;
}

.testimonial-img div::after {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    box-shadow: 0 0 10px 10px var(--bs-white) inset;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 15px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    color: var(--bs-primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Appoinment ***/
.newsletter {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-3.jpg) left center no-repeat;
    background-size: cover;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--bs-primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #222222;
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}
/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: #ce9233;
    background: #ce9233;
}
a.uiwu.btn {
    position: unset;
    color: beige;
    display: block;
    opacity: unset;
    margin-top: 10px;
    width: 75%;
    background: #ce9233;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.col-md-12.me2 p {
    font-size: 20px;
    line-height: 2px;
    color: #fff;
}
.cblfj {
    width: 3%;
}
p.jwiwi.text-white.mb-md-4.animated.zoomIn {
    font-size: 44px;
    font-weight: 800;
    line-height: 54px;
    font-family: "Jost", sans-serif;
}

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-white);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--bs-primary);
}
/*** Blog End ***/


/*=======================
	Start Blog CSS
=========================*/
.blog{
	background:#fff;
}
.blog .blog-title{
	text-align:center;
}
.blog .single-news {
	background: #fff;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #00000014;
}
.blog .single-news img{
	width:100%;
	margin:0;
	padding:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news .news-head{
	position:relative;
	overflow:hidden;
}
.blog .single-news .news-content {
	text-align: left;
	background: #fff;
	z-index: 99;
	position: relative;
	padding: 30px;
	left: 0;
	z-index: 0;
}
.blog .single-news .news-content:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:0%;
	background:#1A76D1;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news:hover .news-content:before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.blog .single-news .news-body h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 24px;
}
.blog .single-news .news-body h2 a{
	color:#2C2D3F;
	font-weight: 500;
}
.blog .single-news .news-body h2 a:hover{
	color:#1A76D1;
}
.blog .single-news .news-content p {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 23px;
}
.blog .single-news .news-body .date {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	background: #1A76D1;
	color: #fff;
	padding: 4px 15px;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 10px;
}
.blog.grid .single-news{
	margin-top:30px;
}
/* Blog Sidebar */
.main-sidebar {
	background: #fff;
	margin-top: 30px;
	background: transparent;
}
.main-sidebar .single-widget {
	margin-bottom: 30px;
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.main-sidebar .single-widget .title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}
.main-sidebar .single-widget .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #1A76D1;
}
.main-sidebar .single-widget:last-child{
	margin:0;
}
.main-sidebar .search{
	position:relative;
}
.main-sidebar .search input {
	width: 100%;
	height: 45px;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	border: none;
	color: #222;
	background: transparent;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
	border: 1px solid #eee;
	border-radius: 5px;
}
.main-sidebar .search .button {
	position: absolute;
	right: 40px;
	top: 40px;
	height: 44px;
	width: 50px;
	line-height: 45px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
}
.main-sidebar .search .button:hover {
	background:#1A76D1;
	color:#fff;
}
/* Category List */
.main-sidebar .categor-list {
	margin-top: 15px;
}
.main-sidebar .categor-list li {
	margin-bottom: 10px;
}
.main-sidebar .categor-list li:last-child{
	margin-bottom:0px;
}
.main-sidebar .categor-list li a {
	display: inline-block;
	color: #333;
	font-size:14px;
}
.main-sidebar .categor-list li a:hover{
	color:#1A76D1;
	padding-left:7px;
}
.main-sidebar .categor-list li a i {
	display: inline-block;
	margin-right:0px;
	font-size: 9px;
	transform: translateY(-1px);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i{
	margin-right: 6px;
	opacity:1;
	visibility:visible;
}
/* Recent Posts */
.main-sidebar .single-post {
	position: relative;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding: 17px 0;
}
.main-sidebar .single-post:last-child{
	padding-bottom:0px;
	border:none;
}
.main-sidebar .single-post .image img{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.main-sidebar .single-post .content{
	padding-left:100px;
}
.main-sidebar .single-post .content h5 {
	line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
	color: #2C2D3F;
	font-weight: 500;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}
.main-sidebar .single-post .content h5 a:hover{
	color:#1A76D1;
}
.main-sidebar .single-post .content .comment li{
	color:#888;
	display:inline-block;
	margin-right:15px;
	font-weight:400;
	font-size:14px;
}
.main-sidebar .single-post .content .comment li:last-child{
	margin-right:0;
}
.main-sidebar .single-post .content .comment li i{
	display:inline-block;
	margin-right:5px;
}
/* Blog Tags */
.main-sidebar .side-tags .tag{
	margin-top:40px;
}
.main-sidebar .side-tags .tag li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
	background: #fff;
	color: #333;
	padding: 8px 14px;
	text-transform: capitalize;
	border-radius: 0;
	font-size: 13px;
	background: #F6F7FB;
	border-radius: 4px;
}
.main-sidebar .side-tags .tag a:hover{
	color:#fff;
	background:#1A76D1;
	border-color:transparent;
}
/* News Single */
.news-single {
	padding: 15px 0 90px;
	background: #f8f8f8;
}
.news-single .single-main {
	margin-top: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.news-single .news-head{}
.news-single .news-head img{
	width:100%;
	height:100%;
}
.news-single .news-title {
	font-size: 25px;
	margin: 20px 0;
}
.news-single .news-title a {
	color: #252525;
	font-weight: 600;
}
.news-single .news-title a:hover {
	color: #1A76D1;
}
/* Blog Meta */
.news-single{
	background:#fff;
}
.news-single .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}
.news-single .meta span {
	margin-right: 10px;
	display: inline-block;
}
.news-single .meta span:last-child{
	margin:0;
}
.news-single .meta span, .news-single .meta span a {
	color: #2C2D3F;
	font-weight: 400;
}
.news-single .meta span i {
	margin-right: 5px;
	color:#1A76D1;
}
.news-single .meta-left{
	float:left;
}
.news-single .meta-left .author img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	margin-right: 12px;
}
.news-single .meta-left .author {
	float: left;
}
.news-single .meta-left span.date {
	margin-top: 10px;
}
.news-single .meta-right {
	float: right;
	margin-top: 10px;
}
.news-single .news-content{
	margin:20px 0;
}
.news-single .news-content p{
	margin-bottom:10px;
}
.news-single .news-content p:last-child{
	margin:0;
}
.news-single .news-text p {
	font-size: 14px;
	margin-bottom:20px;
}
.service-item-top:hover img {
    transform: scale(1.1);
}
.service-item-top img {
    transition: .5s;
}
a.wcfgy {
    border: 1px solid #ce9233 !important;
}
/* Image Gallery */
.news-single .image-gallery {
	margin-bottom: 20px;
}
.news-single .image-gallery .single-image {
	overflow: hidden;
}
.news-single .image-gallery .single-image:hover img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}

.snkborder:hover{
  transition:background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 710px;
  margin: 30px auto;
  max-width: 97%;
  border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
     -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #003073;
   background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 10px 42px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 10px;
  top: 2px;
  cursor: pointer;
  z-index: 99;

 font-size: 25px;
    color: #003073;
    font-weight: 700;
}
img.kxmm {
    width: 25%;
    float: right;
    margin-right: 31px;
}
.modal-footer {
    display: flex
;
background-color: #fff !important;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.texnj {
    height: 35px;
    background-color: #e7711b;
}
@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}
    
 p.hiei {
    text-align: right;
    color: #fff;
    font-size: 16px;
        line-height: 22px;
}  
button.uqwupffp {
    width: 48% !important;
    float: right;
    font-size: 16px !important;
    padding: 3px 10px !important;
    height: 40px !important;
}
input.kls.mauticform-input {
    width: 48%;
    float: left;
}
.klopll {
    margin-top: 10px;
}
 input.dfjh.mauticform-input {
    width: 48%;
    float: left;
    margin-left: 19px;
    margin-bottom: 4px;
}
.btntxt.ftr a.snkborder {
    margin-top: 13px;
}    
.modalbg span.contact-title {
    font-size: 22px;
    margin-top: 13px;
    border-radius: 3px;
    font-family: system-ui;
    background: #ce9233;
    color: #0000;
    text-shadow: 2px 1px #150505;
    padding: 10px 10px 10px 10px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 100%;
    line-height: initial;
    font-weight: 600;
    margin-bottom: 16px;
}
.whatsapp-float {
    position: fixed;
    bottom: 177px;
    right: 51px;
    z-index: 100;
    cursor: pointer;
}
.chat {
    position: fixed;
    width: 90px;
    bottom: 101px;
    right: 20px;
    z-index: 88;
    cursor: pointer;
}
.sliding_form {
    background: #052552;
    position: fixed;
    right: 0;
    top: 164px;
    border-radius: 20px 0 0 20px;
    width: 350px;
    z-index: 9999;
}
span.close-button {
    color: #fff;
    float: right;
    padding-right: 15px;
    padding-top: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
}
.sliding_form_inner {
    height: 475px;
}
.sliding_form_inner {
    padding: 10px 20px;
    width: 100%;
    
    overflow: hidden;
}
p.frm1 {
    color: #f4ac39;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    padding: 10px;
    padding-bottom: 0px;
}
.mauticform-selectbox, .mauticform-input, .mauticform-textarea {
    width: 100%;
    padding: 0.5em 0.5em;
    border: 1px solid #CCC;
    background: #fff;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.bordr:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #f8f8f8;
    height: 200px;
    width: 55px;
    transform: translate(167%, -70%);
}
p.frm2 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    padding-top: 7px;
}
.frs-sec {
    background: #eee;
    padding: 25px;
}
.hkjhkj.row {
    margin-bottom: 58px;
}
.sljcca.col-md-12 {
    width: 85%;
    margin: auto;
    background: #fff;
    padding: 60px;
    box-shadow: rgb(167 162 162) 10px 15px 50px;
    background-color: rgb(255, 255, 255) !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(28, 52, 112);
    border-image: initial;
}
h4.reso-heading {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: #008b88;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedbdb;
    margin-bottom: 24px;
}
img.hgoghjf.img-fluid.image.scale-on-hover {
    margin-bottom: 25px;
}
.saaak {
    height: 54px;
    margin-top: -4px;
    margin-left: -7px;
    margin-right: 4px;
    float: left;
    margin-bottom: 47px;
}
.kdio {
    width: 85%;
    float: left;
    margin-left: 20px;
}
.qadsl.mb-4 {
    float: left;
    width: 3%;
    margin-bottom: 2px !important;
    margin-right: 12px;
    margin-top: 4px;
}
.wqdvss.col-md-5 {
    margin-top: 50px;
}
img.qmsbs.mb-4 {
    width: 100%;
    margin: auto;
    border-radius: 20px;
}
section.jslew {
    padding-top: 28px;
}
.case-klop {
    font-size: 18px;
    box-shadow: rgba(50, 50, 93, 0.25) 1px 2px 5px -1px, rgba(0, 0, 0, 0.3) 1px 4px 8px -1px;
    margin: 20px 20px 60px 20px;
    padding: 30px;
    text-align: center;
    line-height: 28px;
    margin: auto;
    width: 92%;
    margin-bottom: 60px;
}

 @media (max-width:1399px) {
.qnbhj {
    padding: 33px 10px !important;
}
.nsk {
    
    margin-top: -318px !important;
}
.jipm {
    font-size: 20px;
    line-height: 26px;
}
.qnnbvp.qmkld {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.ppqu.sjhs {
    height: 550px;
}
.qmmhop {
    
    margin-top: -355px !important;
    margin-left: 105px !important;
}
.qbcv.p-5.pt-0 {
    padding: 0px 20px !important;
}
.ftco-section {
    padding-bottom: 30px;
}
ul.wbnjj {
    margin-left: 0px !important;
}
.service .service-item {
   
    height: 650px;
}
}
@media (max-width:1299px) {
.auga.container-fluid.p-0.mb-6.wow.fadeIn {
    margin-bottom: 35px;
}
    .nsk {
        margin-top: -298px !important;
    }
section.dkj {
    padding-top: 25px !important;
    padding-bottom: 15px !important;
}
.oqnll {
    padding-bottom: 20px !important;
}
section.ajdpwp {
    padding-top: 40px !important;
    padding-bottom: 25px !important;
}
.apovb.col-lg-6 {
    margin-top: 20px;
}
section.svhdsjl {
    padding-top: 0px;
    padding-bottom: 35px;
}
.qhj .col-lg-6.wow.fadeIn {
    margin-top: 20px;
}
section.secrf .container-fluid.pt-6 {
    padding-top: 30px;
}
.ycvop {
    padding: 14px !important;
}
.jiqc {
    padding: 0px 0px !important;
}
h4.lh-base.text-uppercase.mb-0 {
    font-size: 20px;
}
section.bngy .container-fluid {
    margin-top: 45px;
}
section.jhiohao .container-xxl {
    padding: 20px !important;
}
.hshos {
   
    margin-bottom: 25px !important;
}
}


@media (max-width:1199px) {
h2.hso.mb-4 {
    font-size: 30px;
    line-height: 38px;
}
    .nsk {
        margin-top: -275px !important;
        margin-left: 110px !important;
    }
.ppqu.sjhs {
        height: 365px;
    }
    .service .service-item {
        height: 745px;
    }
    .btn-xxl-square {
    width: 50px;
    height: 50px;
    margin-bottom: 15px !important;
}
.tabulation .nav-pills .nav-item .nav-link {
    
    font-size: 18px;
    line-height: 26px;
    padding: 10px 10px !important;
}
.jsiadp {
    padding: 30px 15px !important;
}
.qmvb {
    margin-bottom: 10px !important;
}
ul.wbnjj.nav.nav-pills.nav-fill.d-md-flex.d-block.flex-column {
    margin-left: 0px !important;
}
}
@media (max-width:1099px) {
.nsk {
        margin-top: -258px !important;
        margin-left: 83px !important;
    }
    }
    @media (max-width:855px) {
       .ncncj.nsk {
        margin-top: -210px !important;
    }
    }
@media (max-width:991px) {
.nnyub.ms-auto.d-flex.align-items-center {
    display: block !important;
    padding-bottom: 8px;
}
.nsk {
        margin-top: -235px !important;
}
.xvjkd {
    
    font-size: 16px !important;
    line-height: 23px !important;
}
.qkloxx {
    margin-bottom: 28px;
}
    .ppqu.sjhs {
        height: 425px;
    }
.pazk {
    margin-top: 0px !important;
}
.lpma.col-md-6.pl-md-5 {
    width: 100%;
    margin: auto;
}
.qipq.col-md-6.d-flex {
    width: 65%;
    margin: auto;
}
.askj .bg-white.p-5 {
    padding: 30px 20px !important;
}
.askj.col-md-7 {
    width: 100%;
}
.skdos.col-md-12.wrap-about.align-items-stretch.d-flex {
    display: block !important;
    width: 100%;
}
.lwpdm {
    margin-top: 0px;
}
.page-headerkl {
       height: 299px;
    margin-bottom: 0px;
    padding-top: 0px !important;
}
.spacehead {
    text-align: left;
    width: 90%;
}
.pccv {
    width: 100%;
}
.qmmn {
    padding-top: 0px !important;
}
.wnnjkc {
    padding-bottom: 50px;
}
.snmk .feature-item {
    
    height: 275px !important;
}
    .service .service-item {
        height: 535px;
    }
.carousel .carousel-indicators [data-bs-target] {
        width: 30px !important;
        height: 30px !important;
    }
    .carousel .carousel-caption {
        padding-left: 106px !important;
    }
    section.bngy h2.hso {
    text-align: center;
}
    .wbbvbmm.wnvgyh.sbhym {
        font-size: 24px !important;
        line-height: 30px;
    }
        .col-md-12.me2 p {
        font-size: 15px !important;
        line-height: 15px !important;
        margin-bottom: 10px !important;
    }
        i.fa.fa-chevron-circle-right {
        font-size: 13px !important;
    }
}



.ftco-consult {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative; }
  
  @media (max-width: 991.98px) {
    .ftco-consult {
      background-position: top center !important; } }
  .ftco-consult .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #3e65ff;
    background: -moz-linear-gradient(45deg, #3e65ff 0%, #6881e6 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #3e65ff), color-stop(100%, #6881e6));
    background: -webkit-linear-gradient(45deg, #3e65ff 0%, #6881e6 100%);
    background: -o-linear-gradient(45deg, #3e65ff 0%, #6881e6 100%);
    background: -ms-linear-gradient(45deg, #3e65ff 0%, #6881e6 100%);
    background: linear-gradient(45deg, #3e65ff 0%, #6881e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e65ff', endColorstr='#6881e6', GradientType=1 ); }
  .ftco-consult .heading-white {
    color: #fff; }

.appointment-form .form-group {
  position: relative;
  width: 100%;
  display: block; }
  .appointment-form .form-group .icon {
    position: absolute;
    top: 50% !important;
    right: 0;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .appointment-form .form-group .icon span {
      color: white !important; }
  .appointment-form .form-group .select-wrap, .appointment-form .form-group .input-wrap {
    position: relative; }
    .appointment-form .form-group .select-wrap select, .appointment-form .form-group .input-wrap select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .appointment-form .form-group .btn {
    width: 100%; }

.appointment-form .form-control {
  border: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  height: 58px !important;
  padding-left: 0;
  padding-right: 0;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .appointment-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.9); }
  .appointment-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.9); }
  .appointment-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.9); }
  .appointment-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.9); }
  .appointment-form .form-control:focus, .appointment-form .form-control:active {
    border-color: #fff; }

.appointment-form textarea.form-control {
  height: inherit !important; }

.block-23 ul {
  padding: 0; }
  .block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px; }
  .block-23 ul li span {
    color: rgba(255, 255, 255, 0.7); }
  .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top; }
  .block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white; }

@media (min-width: 992px) {
    .ftco-consult .consult-wrap {
       
        -webkit-box-shadow: 0px -15px 39px -13px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px -15px 39px -13px rgba(0, 0, 0, 0.35);
        box-shadow: 0px -15px 39px -13px rgba(0, 0, 0, 0.35);
    }
}
@media (max-width: 1199px) {
h3.wnvgyh.sbhym {
    font-size: 28px !important;
    line-height: 36px;
    margin-bottom: 10px !important;
}
}
.vybfg {
    margin-left: 125px;
}
@media (max-width: 1230px) {
.vybfg {
    margin-left: 0px;
}
}
.anjik {
    font-size: 32px;
    color: #ce9233;
    margin-bottom: 8px;
}
h3.sjjim {
    font-size: 22px;
    line-height: 28px;
}

h3.sbhym {
    font-size: 38px !important;
    line-height: 36px;
}
a.snkborder {
    position: absolute;
    font-size: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    overflow: hidden;
    padding: 4px 20px;
    background: #ffd479;
    color: #924719;
    border-radius: 4px;
    margin-top: 10px;
    font-weight: 700;
}
.snkborder:hover {
    transition: background-image 3s 
ease-in-out;
    background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}


/*resources*/
.frs-sec {
    background: #eee;
    padding: 25px;
}
.hkjhkj.row {
    margin-bottom: 58px;
}
.sljcca.col-md-12 {
    width: 85%;
    margin: auto;
    background: #fff;
    padding: 60px;
    box-shadow: rgb(167 162 162) 10px 15px 50px;
    background-color: rgb(255, 255, 255) !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(28, 52, 112);
    border-image: initial;
}
h4.reso-heading {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: #ce9233;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedbdb;
    margin-bottom: 24px;
}
img.hgoghjf.img-fluid.image.scale-on-hover {
    margin-bottom: 25px;
        width: 100%;

}
.form-group {
    margin-bottom: 1rem;
}
.saaak {
    height: 54px;
    margin-top: -4px;
    margin-left: -7px;
    margin-right: 4px;
    float: left;
    margin-bottom: 47px;
}
.kdio {
    width: 85%;
    float: left;
    margin-left: 20px;
}
.qadsl.mb-4 {
    float: left;
    width: 3%;
    margin-bottom: 2px !important;
    margin-right: 12px;
    margin-top: 4px;
}
.wqdvss.col-md-5 {
    margin-top: 50px;
}
img.qmsbs.mb-4 {
    width: 100%;
    margin: auto;
    border-radius: 20px;
}
section.jslew {
    padding-top: 28px;
}
.case-klop {
    font-size: 18px;
    box-shadow: rgba(50, 50, 93, 0.25) 1px 2px 5px -1px, rgba(0, 0, 0, 0.3) 1px 4px 8px -1px;
    margin: 20px 20px 60px 20px;
    padding: 30px;
    text-align: center;
    line-height: 28px;
    margin: auto;
    width: 92%;
    margin-bottom: 60px;
    margin-top: 60px;
}
section.dyim {
    padding: 65px;
}
.case-klop h3 {
    text-align: center !important;
}

@media (max-width: 1199px) {
.sljcca.col-md-12 {
    width: 100% !important;
}
    #navigator > ul > li > a {
        text-transform: capitalize !important;
        font-size: 14px !important;
    }
    ul.nav {
        margin-left: 40px !important;
    }
}










i.fa.fa-chevron-circle-right {
    color: #ffd479;
}
@media (max-width: 1299px) {
.carousel .carousel-indicators [data-bs-target] {
    width: 55px;
    height: 45px;
}
.nhjl.jhiohao {
    padding-top: 20px;
}
    #navigator > ul > li {
        padding: 0px 4px !important;
    }
a.snkborder {
    font-size: 15px;
    margin-top: 5px;
    
}
i.fa.fa-chevron-circle-right {
   
    font-size: 16px;
    margin-right: 4px;
}
h3.sbhym {
    font-size: 30px !important;
    line-height: 33px;
    margin-bottom: 12px !important;
}
.col-md-12.me2 p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 12px;
}
.carousel .carousel-caption {
    padding-left: 138px;
}
}
@media (max-width: 767px) {
.sljcca.col-md-12 {
    padding: 11px 11px !important;
}
    .xvjkd {
        font-size: 15px !important;
        line-height: 22px !important;
    }
        .ncncj.nsk {
        margin-top: -188px !important;
        margin-left: 40px !important;
    }
.jiqpcc {
    text-align: center;
}

.jilko {
    text-align: justify;
}
.slqo {
    padding: 10px 0px !important;
}
.zoosh {
    padding-bottom: 20px !important;
}

.ppqu.sjhs {
    height: 350px;  
    }

.kqlwc {
    padding: 20px 0px !important;
}
.qpiss {
    margin-top: 10px;
}
.qibpo {
    text-align: center;
}
.xqmhj {
    width: 100% ;
    margin: auto;
    text-align: center;
}
.ftco-section {
        padding-bottom: 5px;
    }
h2.jjon {
    text-align: center;
}
    section.secrf .container-fluid.pt-6 {
        padding-top: 0px;
    }
.skdos {
    width: 100%;
    display: block !important;
}
.askj .bg-white.p-5 {
    padding: 25px 10px !important;
}
section.svhdsjl {
    padding-top: 25px !important;
}
.bhopm {
    margin-top: 5px;
}
.mghp {
    padding-top: 0px !important;
}
.page-headerkl {
    
    height: 210px;
}
.rbbvh h5.text-uppercase.text-light.mb-4 {
    margin-bottom: 18px !important;
}
.wmnjd {
    display: block !important;
}
.jsiadp .list-inline {
     text-align: center;
}
.project-item h6, .project-item, .jsiadp h2.hso.mb-4, .jsiadp, .tab-pane h3, .okj {
    text-align: center;
}
.jsiadp a.btn {
    width: 75%;
}
.jsiadp p.mb-4, p.ekow, .tab-pane p, .qmmn p {
    text-align: justify;
}
 .ftco-intro {
    
    padding: 40px 0;
    
    text-align: center;
}
 .tabulation .tab-content .img {
    width: 100%;
    height: 380px;
    margin-bottom: 20px;
    margin-top: 15px;
}
a.uiwu.btn {
    
    margin: auto;
    margin-top: 10px;
}
.walk {
    margin-bottom: 25px !important;
}
    .service .service-item {
        height: 635px;
    }
    h2.hso.mb-4 {
        font-size: 26px;
        line-height: 34px;
    }
    section.bngy .container-fluid {
       
        margin-bottom: 20px !important;
    }
.knbn h2.hso {
    text-align: center;
}
.service .service-item {
    
    margin-top: 15px;
}
   .knbn {
    margin-top: 18px;
}
    .carousel .carousel-caption {
        padding-left: 80px !important;
    }
.carousel .carousel-item {
        min-height: 249px !important;
    }
    .carousel .carousel-indicators {
    
    margin-left: 25px;
}
.dyim {
    padding: 45px 30px !important;
}
}
@media (max-width: 720px) {
.carousel .carousel-item {
        min-height: 232px !important;
    }
    .xvjkd {
        
        margin-bottom: 4px !important;
    }
    .ncncj.nsk {
        margin-top: -170px !important;
    }
        i.fa.fa-chevron-circle-right {
        font-size: 11px !important;
    }
        a.snkborder {
        font-size: 11px;
        }
        .wbbvbmm.wnvgyh.sbhym {
        font-size: 20px !important;
        line-height: 26px;
    }
        .col-md-12.me2 p {
        font-size: 13px !important;
        line-height: 14px !important;
        margin-bottom: 9px !important;
    }

}
@media (max-width: 370px) {
    .dyim {
        padding: 26px 20px !important;
    }
   .jjkl.xvjkd {
        font-size: 7px !important;
        line-height: 12px !important;
    }
}
@media (max-width: 570px) {
.carousel .anngyup.carousel-item {
        min-height: 180px !important;
    }
}
@media (max-width: 520px) {
    .wbbvbmm.wnvgyh.sbhym {
        font-size: 15px !important;
        line-height: 17px;
        margin-bottom: 7px !important;
    }
        .tabulation .nav-pills .nav-item .nav-link {
        font-size: 16px;
        line-height: 20px;
        
        font-weight: 600;
    }
        .snmk .feature-item {
        height: 235px !important;
    }
        .service .service-item {
        height: 665px;
    }
    .qnhd {
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 20px;
    text-align: center;
}

    .bwpo.mt-5 {
    margin-top: 24px !important;
}
    .wpyn {
    padding: 10px !important;
}
        h4.lh-base.text-uppercase.mb-0 {
        font-size: 18px;
    }
        h2.hso.mb-4 {
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 9px !important;
    }
        .carousel .anngyup.carousel-item {
        min-height: 170px !important;
    }
        i.fa.fa-chevron-circle-right {
        font-size: 9px !important;
    }
        .col-md-12.me2 p {
        font-size: 10px !important;
        line-height: 12px !important;
        margin-bottom: 5px !important;
    }
}
@media (max-width: 485px) {
    .wnhji {
        font-size: 11px !important;
        line-height: 13px !important;
    }
        .spacehead {
        font-size: 12px !important;
        line-height: 16px !important;
        }
}
@media (max-width: 435px) {
.qkkvgp.d-flex.align-items-center {
    display: block !important;
    text-align: center;
}
.qnmjk {
    
    margin-left: 0px !important;
    text-align: center;
}
.spacehead {
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: center;
    }
        .qnmjk.wnhji, .wnbhy {
        font-size: 14px !important;
        line-height: 16px !important;
        margin-left: 0px !important;
    }
        .carousel .anngyup.carousel-item {
        min-height: 130px !important;
    }
img.cvnk.img-responsive {
    width: 30%;
    margin-top: 10px;
}
}
@media (max-width: 500px) {
    .service .service-item {
        height: 740px;
    }
        .qkloxx {
        margin-bottom: 15px;
    }
}
@media (max-width: 480px) {
    .carousel .anngyup.carousel-item {
        min-height: 154px !important;
    }
    
    a.snkborder {
        font-size: 8px;
        margin-top: 2px;
    }
        .bhyui.wbbvbmm.wnvgyh.sbhym {
        font-size: 13px !important;
        line-height: 14px;
    }
        .col-md-12.me2 p {
        font-size: 9px !important;
        line-height: 9px !important;
        
    }
        i.fa.fa-chevron-circle-right {
        font-size: 7px !important;
        margin-right: 2px;
    }
}
@media (max-width: 600px) {
h4.reso-heading {
    font-size: 22px !important;
    line-height: 28px !important;
}
.ncncj.nsk {
        margin-top: -150px !important;
    }
    .xvjkd {
        font-size: 12px !important;
        line-height: 19px !important;
    }
.dwfbb {
    font-size: 13px !important;
    padding: 0px;
    margin: 0px !important;
}
.qojdcv {
    padding: 4px 10px !important;
}
.waox {
    padding-bottom: 0px !important;
    margin-bottom: 30px;
}
a.rrcppo.snkborder {
    padding: 4px 9px;
}
.aaip {
    padding-top: 20px !important;
}
.nmjkv.services {
    height: 195px !important;
}
li.qoon {
    font-size: 13px;
}
h2.cpln {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px !important;
}
.qkog {
    margin-top: 10px;
}
    .page-headerkl {
        height: 180px;
    }
.qnhd {
    
    text-align: center;
}
.service .service-item p {
    text-align: justify;
}
    .wbbvbmm.wnvgyh.sbhym {
        font-size: 17px !important;
        line-height: 19px;
    }
    .carousel .carousel-caption {
        padding-left: 28px !important;
    }
    .auga.container-fluid.p-0.mb-6.wow.fadeIn {
        margin-bottom: 29px;
    }
    .carousel .carousel-indicators {
        
        display: none;
    }
.carousel .carousel-item {
        min-height: 194px !important;
    }
    .wnhji {
    font-size: 13px;
    line-height: 15px;
    margin-left: 16px !important;
}
    .spacehead {
    
    font-size: 13px;
    line-height: 18px;
    padding: 8px 0px;
}
.wqdvss.col-md-5 {
    margin-top: 10px !important;
}
section.jslew {
    
    padding: 12px !important;
}
.qadsl.mb-4 {
   
    width: 6% !important;
}
.kdio {
    width: 100% !important;
    float: left !important;
    margin-left: 0px !important;
}
.hkjhkj.row {
    margin-bottom: 25px !important;
}
.whatsapp-float img {
    width: 75%;
    height: auto;
}
.chat img {
    width: 62%;
    height: auto;
}
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s 
ease-in-out, box-shadow 0.15s 
ease-in-out;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    
    border: 1px solid #ced4da;
    border-radius: 0;
    appearance: none;
}

.btn-block {
    display: block;
    width: 100%;
}
p.mevg.mb-4 {
    color: #fff;
}
h3.nhsha {
    font-size: 34px;
    line-height: 40px;
    color: #fff;
}

.imgbn img {
    width: 100%;
    height: auto;
}

h4.bnch {
    color: #fff;
}

table { 
width: 90%;
	border-collapse: collapse; 
	margin: auto;
	}

/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #eee; 
	}

th { 
	background: #3498db; 
	color: white; 
	font-weight: bold; 
	}

td, th { 
	padding: 10px !important; 
	border: 1px solid #ccc; 
	text-align: center !important; 
	font-size: 18px;
	}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table { 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore 
	table, thead, tbody, th, td, tr { 
		display: block; 
	}*/
	
	/* Hide table headers (but not display: none;, for accessibility) 
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}

	td:before { 
		
		position: absolute;
	
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}*/

}
@media (max-width: 600px) {
td, th {
    padding: 4px 10px !important;
    
    font-size: 15px !important;
}
}

@media (max-width: 500px) {
.jwqqm {
    padding: 4px 8px !important;
    border: 1px solid #ccc;
    text-align: center !important;
    font-size: 13px !important;
}
}

@media (max-width: 385px) {
    .jwqqm {
        padding: 2px 8px !important;
        border: 1px solid #ccc;
        text-align: center !important;
        font-size: 11px !important;
    }
    section.ajdpwp {
    
    padding-bottom: 28px !important;
}
}

section.dkj {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.ajdpwp {
    padding-top: 70px;
    padding-bottom: 50px;
}
.hquoq.row {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
}
.feature-item {
    border-radius: 10px;
    background: #fff;
    transition: 0.5s;
}
.sjhs {
    padding-top: 30px !important;
    height: 430px;
}
.feature-item:hover {
    background: var(--bs-primary);
}
.qmkld {
    background: beige;
}


.alert{ color: #666; text-align: center; margin: 50px 0; }

@media handheld, screen and (min-width: 767px){
  .no_scroll{ overflow-y: hidden; }
  .abrir_menu{ display: none; }  
  
  #menu{
    width: 100%;
    height: 50px;
    margin: 0 auto;
    }  
 
  #navigator{
    height: 50px;
    line-height: 50px;
		box-shadow: 0 7px 6px -7px #373435;
		-webkit-box-shadow: 0 7px 6px -7px #373435;
		-moz-box-shadow: 0 7px 6px -7px #373435;
    }
  
  ul.nav {
    margin-left: 90px;
}
  #navigator .title{ display: none; }
  #navigator ul{ list-style: none;width: 75%;
        float: left;}
  #navigator > ul > li{
    padding: 0px 15px;
    
    }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-toggle {
    white-space: nowrap;
}
i.fa-solid.fa-caret-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--bs-primary);
    margin-left: 4px;
}
  #navigator > ul > li > a{
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 0px 4px;
    
    }
  
  
  i.inner.fa-solid.fa-caret-down {
    color: #fff;
}


  #navigator ul li > ul,
  #navigator ul li li > ul,
  #navigator ul li li li > ul,
  #navigator ul li li li li> ul,
  #navigator ul li li li li li > ul{ display: none; }
  
  #navigator ul li:hover > ul,
  #navigator ul li li:hover > ul,
  #navigator ul li li li:hover > ul,
  #navigator ul li li li li:hover > ul,
  #navigator ul li li li li li:hover > ul{
      padding-left: 8px;
    position: absolute;
    z-index: 10;
    width: 350px;
    line-height: 20px;
    display: block;
    background: #ce9233;
		
		box-shadow: 0 7px 6px -7px #373435;
		-webkit-box-shadow: 0 7px 6px -7px #373435;
		-moz-box-shadow: 0 7px 6px -7px #373435;
    }
  li.sjlsa ul {
    margin-left: 0px !important;
}
ul.hjhxb {
    width: 270px !important;
}
.wepw, .djsa, .jlaj  {
    width: 50%;
    float: left;
}
ul.oheheow {
    width: 210px !important;
}
.nsaw.col-md-6 {
    width: 50%;
    float: left;
}
ul.oheheow {
    left: 204px !important;
}
  #menu ul ul li ul{
    top: 0;
    left: 112px;
    min-height: 100%;
    border-left: 1px solid #444;
  }
  
  #menu ul ul li{ /*position: relative;*/ }
  #menu ul ul li a{
    color: #fefefe;
        font-size: 13px;
        font-family: 'Open Sans Condensed', sans-serif;
        display: block;
        padding: 3px 7px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.045); */
        /* border-bottom: 1px solid rgba(0, 0, 0, 0.045); */
        text-transform: capitalize;
    }
   
  #menu ul ul li:hover > a{ background: #444; }
  #menu ul ul li li:hover > a{}
  #menu ul ul li li li:hover > a{}
  #menu ul ul li li li li:hover > a{}
  #menu ul ul li li li li li:hover > a{}
}



@media handheld, screen and (max-width: 767px){
  
  /* [ Open/Close =====================================*/
  /* ==================================================*/
  img.djinm {
        width: 5%;
        margin-left: 10px;
    }
  ul.qnbh.nav {
    display: block;
    margin-left: 0px !important;
}
  .abrir_menu{ display: block; }
  .abrir_menu span{
    color: #fefefe;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    letter-spacing: 5px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    background: #333 url() no-repeat 10px center;

    box-shadow: 0 7px 3px -7px #373435;
    -webkit-box-shadow: 0 7px 3px -7px #373435;
    -moz-box-shadow: 0 7px 3px -7px #373435;
    }

  .open > .abrir_menu{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: block; background: rgba(225,225,225,0.85); }
  .open > .abrir_menu span{ opacity: 0.1 !important; }
  
  .menu_aberto{
    position: fixed;
    z-index: 99;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #555;
    transition: 0.3s;

    box-shadow: -4px 0 15px 0px #373435;
    -webkit-box-shadow: -4px 0 15px 0px #373435;
    -moz-box-shadow: -4px 0 15px 0px #373435;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .open > .menu_aberto{ left: 0; }	
  
  /* Open/Close ] =====================================*/
  /* ==================================================*/
  
  
  /* [ Menu ===========================================*/
  /* ==================================================*/
  #navigator .title{
    color: #666;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    text-shadow: 0.8px 0.8px 3px #111;
    height: 60px;
    line-height: 62px;
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid rgba(0,0,0,0.045);
    background: #333 url() no-repeat 20px center;

    box-shadow: -4px 0 5px 0px #373435;
    -webkit-box-shadow: -4px 0 5px 0px #373435;
    -moz-box-shadow: -4px 0 5px 0px #373435;
  }

  #navigator ul li > ul,
  #navigator ul li li > ul,
  #navigator ul li li li > ul,
  #navigator ul li li li li > ul,
  #navigator ul li li li li li > ul{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(0,0,0,0.1);

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }

  #navigator ul li{ float: none; display: block; }		
  #navigator ul li a{
    color: #999;
    font-size: 14px;
    display: block;
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.045) !important;
    border-bottom: 1px solid rgba(0,0,0,0.045) !important;
  }

  #navigator > ul > li:hover > a{ color: #aaa; background: #444; }


  /* Styles (Links/Hover/Ativo Sub Menu) ==============*/
  /* ==================================================*/
  #navigator > ul > li > .parent,
  #navigator > ul > li:hover > .parent,
  #navigator > ul > li.hover > .parent,

  #navigator ul li li > .parent,
  #navigator ul li li:hover > .parent,
  #navigator ul li li.hover > .parent{ background-repeat: no-repeat; background-position: 260px center; }

  #navigator > ul > li > .parent,
  #navigator > ul > li:hover > .parent{ color: #aaa; background-color: inherit; background-image: url(); }	
  #navigator > ul > li.hover > .parent{ color: #aaa; background-color: #444; background-image: url(); }	

  
  /* Styles (Links/Hover/Ativo Sub>Sub Menu) ==========*/
  /* ==================================================*/
  #navigator ul li li a{ color: #aaa; font-size: 12px; }
  #navigator ul li li > .parent,
  #navigator ul li li:hover > .parent{ color: #aaa; background-color: inherit; background-image: url(); }	
  #navigator ul li li.hover > .parent{ color: #aaa; background-color: rgba(0,0,0,0.1); background-image: url(); }

  .nav ul{ display: none; left: -9999px; }
  .nav li.hover > ul,
  .nav li li.hover > ul,
  .nav li li li.hover > ul,
  .nav li li li li.hover > ul,
  .nav li li li li li.hover > ul,
  .nav li li li li li li.hover > ul{
    position: static !important;
    display: block !important;
  }
  /* Menu ] ===========================================*/
  /* ==================================================*/
}

@media handheld, screen and (max-width: 480px){
	
  .open > .menu_aberto{ width: 250px; }
  #menu > ul > li > .parent,
  #menu > ul > li:hover > .parent,
  #menu > ul > li.hover > .parent,

  #menu ul li li > .parent,
  #menu ul li li:hover > .parent,
  #menu ul li li.hover > .parent{ background-repeat: no-repeat; background-position: 210px center; }
	
}

@media handheld, screen and (max-width: 319px){
	
  .open > .menu_aberto{ width: 200px; }
  #menu > ul > li > .parent,
  #menu > ul > li:hover > .parent,
  #menu > ul > li.hover > .parent,

  #menu ul li li > .parent,
  #menu ul li li:hover > .parent,
  #menu ul li li.hover > .parent{ background-repeat: no-repeat; background-position: 150px center; }

}
.qnmjk {
    width: 100%;
    display: block;
    margin-bottom: 8px;
}
.wnbhy {
    width: 100%;
    display: block;
}






.qmmhop {
    position: absolute;
    margin-top: -400px;
    margin-left: 112px;
}
.qmmhop .col-md-12.me2 p {
    
    color: #fff;
}
.ankll-bh.item.active {
    padding-bottom: 50px;
}
@media (max-width: 1299px) {
.qmmhop {
    
    margin-top: -315px !important;
}

}
@media (max-width: 1050px) {
    .qmmhop {
        margin-top: -275px !important;
    }
}
@media (max-width: 900px) {
    .qmmhop {
        margin-top: -230px !important;
    }
}

@media (max-width: 767px) {
   .qmmhop {
        margin-top: -212px !important;
        margin-left: 54px !important;
    }
}
@media (max-width: 650px) {
    .qmmhop {
        margin-top: -189px !important;
    }
}
@media (max-width: 600px) {
    .qmmhop {
        margin-top: -170px !important;
    }
    .hsuhuos.uewn {
    margin-top: 25px !important;
}
    .ankll-bh.item.active {
    padding-bottom: 30px;
}
}
@media (max-width: 540px) {
    .ncncj.nsk {
        margin-top: -132px !important;
        margin-left: 30px !important;
    }
        .xvjkd {
        font-size: 10px !important;
        line-height: 16px !important;
    }
}
@media (max-width: 520px) {
.qmmhop {
        margin-top: -145px !important;
        margin-left: 38px !important;
    }
}
@media (max-width: 480px) {
    .qmmhop {
        margin-top: -125px !important;
    }
        .ncncj.nsk {
        margin-top: -115px !important;
        }
}
@media (max-width: 440px) {
.service .service-item * {
    
    padding: 10px 9px !important;
}
    .ncncj.nsk {
        margin-top: -105px !important;
    }
    .xvjkd {
        font-size: 9px !important;
        line-height: 15px !important;
    }
    .ppqu.sjhs {
        height: 400px;
    }
    .service .service-item {
        height: 815px;
    }
     .qmmhop {
    margin-left: 29px !important;
}
}
@media (max-width: 414px) {
.xvjkd {
        font-size: 8px !important;
        line-height: 13px !important;
    }
        .col-md-12.me2 p {
        font-size: 8px !important;
        
    }
        .ncncj.nsk {
        margin-top: -97px !important;
    }
        .bhyui.wbbvbmm.wnvgyh.sbhym {
        font-size: 11px !important;
        line-height: 14px;
        margin-bottom: 4px !important;
    }
}
@media (max-width: 440px) {
    .carousel .anngyup.carousel-item {
        min-height: 135px !important;
    }
    .spacehead {
       
        width: 100%;
    }
    .about-img {
    
    padding-left: 28px;
}
}
@media (max-width: 400px) {
    .qmmhop {
        margin-top: -130px;
    }
    .srpj.ftco-animate {
    padding: 32px 10px 0px !important;
}
    .wnnjkc .bg-white.p-5 {
    padding: 19px 10px !important;
}
.njjojiou.col-lg-6, .slqo .col-lg-6 {
    min-height: 400px !important;
}
}
@media (max-width: 420px) {
    .service .service-item {
        height: 852px;
    }
        .page-headerkl {
        height: 125px;
    }
        .snmk .feature-item {
        height: 250px !important;
    }
    .qbcv h5.text-uppercase.mb-3{
    font-size: 18px !important;
    margin-bottom: 5px !important;
}
}
@media (max-width: 390px) {
    .carousel .carousel-caption {
        padding-left: 17px !important;
        margin-top: -14px;
    }
    h3.sjjim {
    font-size: 20px;
    }
    .service .service-item p {
       
        margin-bottom: 0px;
    }
    .brvu {
    padding: 0px;
}
        .service .service-item {
        height: 893px;
    }
    .qnhd {
    
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0px;
    
}
        h2.hso.mb-4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 7px !important;
    }
    .about-img::before {
   
    width: 184px;
    height: 275px;}
    .carousel .anngyup.carousel-item {
        min-height: 121px !important;
    }
}
@media (max-width: 350px) {
    
    .qmmhop {
        margin-top: -117px !important;
        margin-left: 28px !important;
    }
}
@media (max-width: 355px) {
    .ncncj.nsk {
        margin-top: -87px !important;
        margin-left: 21px !important;
    }
}
@media (max-width: 930px) {
ul.qnbh.nav {
    width: 70%;
    margin-left: 0px !important;
}
#navigator > ul > li > a {
       
        font-size: 13px !important;
    }
}

@media (max-width: 860px) {
    .carousel .carousel-item {
        
        min-height: 275px;
    }
        #navigator ul {
        
        width: 77%;
        }
}
section.bhhuouuh {
    margin-bottom: 50px;
    margin-top: 20px;
}
.qkmk {
    margin-bottom: 10px !important;
}
.nmjkv.services {
    height: 215px;
}
section.svhdsjl {
    padding-top: 50px;
}

.hcdt.col-lg-6.wow.fadeInUp {
    margin-top: 0px;
}

section.ezmjk .container-fluid.pt-6 {
    padding-top: 20px;
}
.nsk {
    position: absolute;
    margin-top: -345px;
    margin-left: 158px;
}

.xvjkd {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
}
.hsuhuos.uewn {
    margin-top: 50px;
}














