.footer .column-right h5 a {
    color: #ed3237;
}

/* *********************************************************** */
.counter-demo .counter {
    background: #000;
    text-align: center;
    padding: 90px 0 30px;
    margin-top: 10px;
    position: relative;
}

.counter-demo .counter .counter-value {
    width: 150px;
    height: 80px;
    line-height: 80px;
    background: #131313;
    margin: 0 auto;
    /* box-shadow: 0 8px 6px -6px #4d485e; */
    /* text-shadow: 1px 1px 0 #4d485e, 2px 2px 0 #4d485e, 3px 3px 0 #4d485e, 4px 4px 0 #4d485e; */
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}

.counter-demo .counter .counter-value:before,
.counter-demo .counter .counter-value:after {
    content: "";
    border-right: 20px solid #1f1f1f;
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    position: absolute;
    top: 0;
    left: -40px;
}

.counter-demo .counter .counter-value:after {
    border-right: 20px solid transparent;
    border-left: 20px solid #1f1f1f;
    left: auto;
    right: -40px;
}

.counter-demo .counter .title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    /* text-transform: uppercase; */
    margin: 0;
}

@media only screen and (max-width: 990px) {
    .counter-demo .counter {
        margin-top: 40px;
    }
}

/* *********************************************************** */
.our-blog.our-blog-classic .blog-item .title-block {
    letter-spacing: 0.1px;
    font-size: 18px;
}

.footer {
    padding: 80px 0 70px;
    position: relative;
    z-index: 10
}

.footer .footer_content .footer_logo {
    margin-bottom: 30px
}

.footer .footer_content .footer_logo a img {
    width: 200px;
}

.footer .footer_content .footer_logo a {
    display: inline-block
}

.footer .footer_content .footer_logo a .logo_text {
    color: #f6f7fb;
    position: relative;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px
}

.footer .footer_content .footer_logo a .logo_text:before {
    position: absolute;
    content: "/";
    left: -15px;
    top: -8px;
    width: 100%;
    height: 100%;
    color: #979591;
    text-align: left
}

.footer .footer_content .footer_title {
    color: #f6f7fb;
    font-size: 33px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 100;
    max-width: 542px;
    width: 100%;
    margin: 0 auto 40px
}

.footer .footer_content .footer_title span {
    font-weight: 700;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer .footer_contact {
    margin-bottom: 30px
}

.footer .footer_contact li {
    display: block;
    margin-bottom: 10px
}

.footer .footer_contact li a {
    display: inline-block;
    color: #bbb;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    transition: all .5s;
    height: 28px;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 350px
}

.footer .footer_contact li a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s
}

.footer .footer_contact li a span+span {
    top: 100%
}

.footer .footer_contact li a:hover span {
    top: -100%;
    color: #fff
}

.footer .footer_contact li a:hover span+span {
    top: 0
}

.footer .footer_social {
    margin-bottom: 30px
}

.footer .footer_social li {
    display: inline-block
}

.footer .footer_social li+li {
    margin-left: 30px
}

.footer .footer_social li a {
    display: inline-block;
    font-size: 18px;
    color: #888;
    transition: all .5s;
    width: 20px;
    height: 16px;
    position: relative;
    overflow: hidden
}

.footer .footer_social li a i {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s
}

.footer .footer_social li a i+i {
    top: 100%
}

.footer .footer_social li a:hover {
    color: #fff
}

.footer .footer_social li a:hover i {
    top: -100%;
    color: #fff
}

.footer .footer_social li a:hover i+i {
    top: 0
}

.footer .footer_copy_right {
    color: #848892;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px
}

.footer .footer_copy_right a {
    color: #ed3237;
    transition: all .5s
}

.footer .footer_copy_right a:hover {
    color: #fff
}

.capabiliti_wrap .capabiliti_tab_content .fade {
    transition: opacity 1s linear
}

/* Whatsapp css */
#notification {
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 9999;
    border-color: #0062cc;
    background-color: #fff;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5);
    border-radius: 5px;
    width: 280px;
    height: auto;
    padding: 20px;
}

#notification p {
    color: #000;
    font-size: 15px;
    line-height: 28px;
}

#notification a {
    color: #000 !important;
    font-weight: 600;
}

#notification table td {
    padding: 10px 0;
}

.whatsappicon {
    position: fixed;
    bottom: 30px;
    left: 15px;
    width: 60px;
    height: 60px;
    z-index: 9999;
}

@media (max-width:789px) {
    .whatsappicon {
        bottom: 16px;
    }
}

.whatsappicon img {
    max-width: 100%;
}

.tableimg {
    width: 50px;
    margin-right: 10px;
}

/* Whatsapp css */

/**********************/
/* Full screen search */
/**********************/
#search {
	align-items: center;
	background: rgba(0, 0, 0, 0.975);
	height: 0;
	display: flex;
	justify-content: center;
	opacity: 0;
	position: fixed;
	transition: all .5s;
	width: 100vw;
	will-change: transform, opacity;
	z-index: -1;
}

#search.target {
	height: 100vh !important;
	opacity: 1;
	width: 100vw !important;
	z-index: 9999;
}

#search.target .close-btn {
	display: block;
}

#searchbox {
	background: transparent;
	border: solid #fff;
	border-width: 0 0 1px 0;
	color: #fff;
	flex: 1 0 auto;
	font-size: 2rem;
	height: 2rem;
	max-width: 50%;
	outline: 0;
	padding: 2rem 1rem;
}

.close-btn {
	display: none;
	color: #fff;
	font-size: 2rem;
	position: absolute;
	top: .5rem;
	right: 2rem;
}

.close-btn:hover {
	color: #ff0004;
}
#search-btn{
    font-size: 20px;
    margin-bottom: 30px;
}

/**********************/
/* Full screen search */
/**********************/

/*Translater Start here*/

#google_translate_element {
	margin: auto;
	display: inline-block;
	position: relative;
    z-index: 99;
}

.goog-te-gadget-simple {
	background-color: transparent !important;
	border-left: none !important;
	border-top: none !important;
	border-bottom: none !important;
	border-right: none !important;
	padding: 0 !important;
}

.goog-te-gadget>div>img {
	background-image: url(../img/home/lang.png) !important;
	background-repeat: no-repeat !important;
	width: 40px;
	height: 48px;
	background-size: 25px 25px;
	background-position: center center !important;
}

#google_translate_element span a span:first-child {
	display: none;
}

.goog-te-gadget-simple .goog-te-menu-value span {
	color: rgb(255, 255, 255) !important;
}

.header-with-topbar:hover .goog-te-gadget-simple .goog-te-menu-value span {
	color: rgb(92 95 98) !important;
}

.stickywhite .goog-te-gadget-simple .goog-te-menu-value span,
.sticky .goog-te-gadget-simple .goog-te-menu-value span {
	color: rgb(92 95 98) !important;
}

.goog-te-menu-value {
	margin-left: 0px !important;
}


/*Translater Over Now*/

.justify-center{
    justify-content: center;
}