@media (min-width: 1200px) {
    .container {
        max-width: 1320px !important;
    }
}

.hamburger{
    display: none !important;
    position: absolute;
    right: 15px;
    top: 22px;
}
.screen__back span {
    padding-left: 15px;
}

.screen__item a{
    color: #bfbfbf;
}
.screen__item span:first-of-type {
    text-transform: uppercase;
}

a{
    text-decoration: none !important;
}


:root{
    --text-color:#44ce6f;
}
.screen__item a {
    width: 100%;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
}

.page-header{
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    width: 100%;
}
.main-menu__item .main-menu__link {
    color: #fff;
    padding: 30px 10px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    background-color: #ffffff;
}
.page-header__logo img {
    height: 60px;
}
.main-menu__item--has-child>.main-menu__link>span::after, .main-menu__item--has-child>.main-menu__link>span::before {
    background: #ffffff;
}
.page-header {
    padding: 0px;
    top: 0;
    right: unset !important;
    max-width: 100%;
}
.page-header.page-header--fixed {
    padding: 0;
    background: #fff;
}
.page-header__logo img.black-logo {
    display: none;
}
header.page-header.page-header--fixed .page-header__logo img.black-logo{
    display: block;
}
header.page-header.page-header--fixed .page-header__logo img{
    display: none;
}
header.page-header.page-header--fixed .main-menu__item .main-menu__link {
    color: #000;
}

header.page-header.page-header--fixed .main-menu__item--has-child>.main-menu__link>span::after, header.page-header.page-header--fixed .main-menu__item--has-child>.main-menu__link>span::before {
    background:#000;
}
header.page-header.page-header--fixed .hamburger-inner, header.page-header.page-header--fixed .hamburger-inner::after, header.page-header.page-header--fixed .hamburger-inner::before {
    background-color: #000;;
}
.main-menu__sub-list {
    width: 260px;
    padding: 30px 30px 30px 30px;
}
.screen__item span:nth-of-type(2) {
    margin-left: 15px;
    top: 1px;
    position: relative;
}
.slick-dots li button {
    width: 22px;
    height: 22px;
    background: rgba(102, 102, 102, 0.2);
    border-radius: 50%;
}

.slick-dots li button::before{
    content: '';
    position: absolute;
    height: 4px;
    width: 4px;
    border: 3px solid #FFF;
    border-radius: 50px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
    background-color: #fff;
    width: 22px;
    height: 22px;
    top: 15px;
}
.slick-dots li.slick-active button::before, .slick-dots li:hover button::before{
    border: 5px solid #ffffff00;
    background: #1e2a3c;
}
.promo-slider__count {
    display: none;
}
.promo__lower {
    bottom: 70px;
}
.slick-list {
    max-height: 728px;
}
.promo-slider__layout {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 61, 144, .9)), color-stop(50%, rgba(0, 153, 125, .6)), to(rgba(0, 0, 0, .15)));
    background-image: -o-linear-gradient(left, rgba(0, 61, 144, .9) 0, rgba(0, 153, 125, .6) 50%, rgba(0, 0, 0, .15) 100%);
    background-image: linear-gradient(to right, rgba(0, 61, 144, .9) 0, rgba(0, 153, 125, .6) 50%, rgba(0, 0, 0, .15) 100%);
    opacity: 1;
}
.slick-dots li {
    width: 50px;
}
.promo-slider__title {
    font-size: 70px;
    line-height: 70px;
    max-width: 100%;
}
ul.slick-dots {
    position: absolute;
    bottom: 80px;
    left: 108px;
}
.slick-arrow {
    position: absolute;
    right: 150px;
    bottom: 80px;
    height: 48px;
    width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    transition: all .3s ease;
    border-radius: 50%;
    font-size: 0;
    transition: .5s;
}
.slick-arrow::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border:2px solid #fff;
    left: 0;
    top: 0;
    border-left: 0;
    border-top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}

button.slick-prev.slick-arrow{
    right: 215px;
    z-index: 2;
}
button.slick-prev.slick-arrow::before{
    right: -6px;
    top: -1px;
    transform: rotate(133deg);
}
button:focus {
    outline:none;
    outline: none;
}

.slick-arrow:hover{
    background-color: #000000;
    border-color: #00000000;
    transition: .5s;
}
.page-header__logo {
    margin-left: 0px;
}
.main-menu__item .main-menu__link::before{
    display: none;
}
.promo-slider__wrapper-2 {
    margin-bottom: 25px;
}
section.section {
    padding: 60px 0;
}
.coman-text {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 9;
}

.coman-text > span {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 20px;
    display: inline-block;
}

.coman-text > span:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 95px;
    height: 2px;
    border-radius: 50px;
    background: var(--text-color);
}
.coman-text span.t-center::before{
    right: 0;
    margin: auto;
}
.coman-text h2 {
    font-size: 42px;
    line-height: 52px;
}
.coman-text h2 span{
    /* display: block; */
    color: var(--text-color);
}
.counter--blue .counter__top {
    text-align: center;
}
.counter__lower {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
.counter__count {
    font-size: 80px;
    margin-right: 10px;
}
.counter {
    margin:0px;
}
.coman-text p {
    font-size: 16px;
    color: #717171;
    padding-top: 15px;
}

.page-footer{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-image:url(../img//new-images/footer-bg.jpg);
    padding: 115px 0 0px 0;
}

.page-footer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(-81deg, rgba(3, 9, 13, 0.88) 46.29%, rgba(50, 60, 69, 0.78) 109.9%);
    z-index: 2;
}
.footer-logo {
    position: relative;
    z-index: 9;
    height: auto;
    width: 100%;
}

.footer-logo img {
    width: 175px;
    margin-bottom: 24px;
}

.footer-logo p {
    font-size: 14px;
    color: #ffffff;
}

.footer-logo ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    padding-top: 12px;
}

.footer-logo ul li a {
    height: 35px;
    width: 35px;
    display: block;
    background: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 15px;
    color: #000;
}
.importent-link {
    position: relative;
    z-index: 2;
}

.importent-link ul.page-footer__menu.list--reset {
    display: block;
}

h6.page-footer__title.title--white {
    margin-bottom: 30px;
    font-size: 20px;
}
.page-footer__menu li {
    width: 100%;
    margin-bottom: 15px;
}
.page-footer__menu a {
    font-size: 14px;
}
.importent-link .post-content:first-of-type{
    margin-bottom: 30px;
}
.post-text h6 a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-weight: 600;
}
.page-footer__details ul li a {font-size: 15px;font-weight: 400;display: flex;white-space: normal;}

.page-footer__details ul li a iconify-icon {
    color: var(--text-color);
    margin-right: 15px;
}
.page-footer__details ul li {
    margin-bottom: 25px;
}
.page-footer__details ul li a:hover::after{
    display: none;
}
.page-footer__details ul li a:hover{
    color: var(--text-color);
}
.outer-bottom {
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    position: relative;
    z-index: 2;
    padding: 15px 0px;
    margin-top: 40px;
}

.bottom-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.copy-right p {
    margin: 0;
    font-size: 16px;
}

.copy-right-sec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
}

.copy-right-sec ul li a {
    text-decoration: none;
    font-size: 16px;
    margin-left: 30px;
    color: #fff;
}
.copy-right p a {
    text-decoration: none;
}
.service-wrap {
    height: auto;
    width: 100%;
}

.service-img {
    width: 100%;
    max-height: 270px;
    height: 270px;
}

.service-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-text {
    height: auto;
    width: 100%;
    padding: 30px 20px 20px 20px;
    position: relative;
    background: #fff;
    max-width: 85%;
    margin: auto;
    margin-top: -30px;
	min-height:234px;
}

.service-text p {
    color: #717171;
    display: flex;
    margin-bottom: 12px;
}

.service-text p 
 iconify-icon {
    margin-right: 8px;
}

.service-text h4 {
    font-size: 24px;
    margin-bottom: 22px;
    line-height: 34px;
}
.service-text h4 a {
    color: #414a53;
    text-decoration: none;
}
.button--green {
    height: auto;
    line-height: inherit;
    min-width: 170px;
    max-width: 280px;
    text-align: center;
    border: 1px solid #323c45;
    border-radius: 0;
    padding: 14px 30px;
    font-size: 17px;
    display: inline-flex !important;
    overflow: hidden;
    position: relative;
    justify-content: center;
	background:transparent;
}

.button--green::before{
    background:var(--text-color);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-radius: 0;
    /* color: var(--tj-color-theme-secondary); */
    width: 100%;
    height: 0%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-radius: 0;
}
.button--green:hover::before{
    height: 380%;
}
.button--green:hover{
    border: 1px solid var(--text-color);
}
.button--green iconify-icon {
    margin-left: 10px;
}

.service-wrap:hover .service-text{
    background: #ecfff3;
    transition: all .5s;
}
.service-text h4:hover a{
    color: var(--text-color);
    transition: all .5s;
}
.counter-wrappers {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 180px;
} 
.counter.counter--blue{
    background: #fff;
    padding: 40px 30px;
    cursor: pointer;
    width: 48%;
    margin-top: 24px;
    border: 1px solid #e9ebee;
    position: relative;
    max-height: 170px;
    border-radius: 4px 0px 0px 4px;
}
.counter-wrappers .counter.counter--blue:nth-child(2){
margin-top: 50px;
}
.counter-wrappers .counter.counter--blue:nth-child(3){
margin-top: 0;
}
.counter.counter--blue:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--text-color);
    left: 0;
    bottom: 0;
}
.counter.counter--blue span.js-counter.counter__count {
    font-size: 55px;
    margin-right: 0;
}
.counter__subject {
    font-size: 55px;
}
.counter--blue .counter__details {
    color: #767f7f;
    display: block;
}

.service-box {
    height: auto;
    width: 100%;
    background: #fff;
    padding: 26px;
    border-radius: 10px;
    transition: .5s;
    min-height: 430px;
    position: relative;
    overflow: hidden;
}

.service-box:after {
    content: '';
    position: absolute;
    background-image: url(../img/new-images/squre-bg-img.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
    z-index: 1;
}
.service-box-outer .service-box.ser2 {
    margin-top: 50px;
}
.service-box a{
    text-decoration: none;
    z-index: 2;
    position: relative;
}
.service-box:hover::before {
    top: 0;
}
.service-box::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--text-color);
    top: 100%;
    left: 0;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.service-icon {
    height: 90px;
    width: 90px;
    background-color: rgba(28, 191, 170, 0.1);
    border-radius: 50%;
    transition: .5s;
}
.service-box:hover .service-icon{
    background: #fff;
    transition: .5s;
}

.service-icon svg {
    padding: 25px;
}

.service-contant {
    height: auto;
    width: 100%;
    padding-top: 25px;
}

.service-contant h4 {
    font-size: 22px;
    line-height: 30px;
    transition: all .8s;
    color: #000;
}
.service-box:hover .service-contant h4, .service-box:hover .service-contant p, .service-box:hover .service-contant span{
    color: #fff;
    transition: all .5s;
}

.service-contant p {
    color: #717171;
    transition: all .8s;
}

.service-contant span {
    display: flex;
        color: var(--text-color);
        align-items: center;
}
.service-contant span iconify-icon {
    margin-left: 10px;
    transform: rotate(-28deg);
}
.service-icon iconify-icon {
    text-align: center;
    margin: auto;
    display: block;
    position: relative;
    top: 22px;
}
.service-box-outer {
    padding: 0px 15px;
}
.coman-text.white-color p {
    color: #fff;
    line-height: 24px;
}
.coman-text.white-color p:nth-child(1) {
    padding-top: 30px;
}
a.button.button--green.white-text {
    color: #fff;
    border: 1px solid #fff;
}
a.button.button--green.white-text:hover{
    border: 1px solid var(--text-color);
}
.video-text {
    position: absolute;
    top: 50%;
    width: 75%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 30px;
}
.video-text .coman-text > span:before{
    right: 0;
    margin: auto;
}

.video-wrap {
    position: relative;
    height: auto;
    width: 100%;
    max-height: 600px;
    z-index: -1;
}

.video-wrap video {
    height: 100%;
    width: 100%;
}
.coman-text.white-color span {
    color: #fff;
}

.coman-text.white-color h2 {
    color: #fff;
    padding-bottom: 10px;
}

.video-text .white-color a.button.button--green.white-text {
    background-color: var(--text-color);
    border: 1px solid var(--text-color);
    color:#fff
}
.Core-box {
    height: auto;
    width: 100%;
    border: 1px solid #e9ebee;
    padding: 24px;
    border-radius: 10px;
    min-height: 212px;
    cursor: pointer;
    transition: .5s;
    margin-top: 20px;
    background-color: #fff;
}
.Core-box:hover{
    box-shadow: 0px 5px 25px 0px rgba(16.999999999999993, 36.000000000000014, 55, 0.16);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #fff;
}

.Core-box h3 {
    color: #112437;
    font-weight: 400;
    font-size: 24px;
    display: flex;
    line-height: 30px;
}

.Core-box h3 span {
    margin-left: 40px;
    height: 50px;
    min-width: 50px;
    background: var(--text-color);
    border-radius: 50%;
    text-align: center;
}

.Core-box h3 span iconify-icon {
    color: #fff;
    position: relative;
    top: 10px;
}

.Core-box p {
    margin: 0;
}
.Core-box-img {
    height: 275px;
    width: 200px;
    transition: .5s;
}

.Core-box-img img {
    height: 100%;
    width: 100%;
}
.Core-box-img:hover{
    transform: translateX(16px);
    transition: .5s;
}
.service-wrap-inner {
    padding: 15px;
}
.projects-slider button.slick-arrow, .Solution-slider button.slick-arrow {
    top: -250px;
    right: 0;
    border: 1px solid #000;
    z-index: 9;
}
.Solution-slider button.slick-arrow{
    top: -150px;
}
.projects-slider .slick-arrow::before, .Solution-slider .slick-arrow::before{
    border: 2px solid #000;
    border-left: 0;
    border-top: 0;
}

.projects-slider button.slick-prev.slick-arrow, .Solution-slider button.slick-prev.slick-arrow{
    right: 60px;
}
.projects-slider button.slick-arrow:hover, .Solution-slider button.slick-arrow:hover{
    background-color: transparent;
}
section.section.Advance-wrap {
    height: auto;
    width: 100%;
    background: #000;
}
ul.why-UL {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.why-UL li {
    display: flex;
    color: #ffffffb8;
    padding-top: 10px;
}

ul.why-UL li iconify-icon {
    padding-right: 10px;
    color: var(--text-color);
    cursor: pointer;
}
.why-icon-wrap {
    display: inline-flex;
    border: 1px solid #363636;
    margin-top: 35px;
}

.why-icon {
    padding: 30px;
    border-right: 1px solid #363636;
    width: 230px;
}

.why-icon span iconify-icon {
    color: var(--text-color);
}

.why-icon span {
    background: #282828;
    height: 58px;
    width: 58px;
    display: block;
    text-align: center;
    line-height: 72px;
    border-radius: 50%;
}

.why-icon h6 {
    color: #fff;
    line-height: 25px;
    padding-top: 15px;
    margin: 0;
}

.why-icon-wrap .why-icon:last-of-type {
    border: none;
}
.why-main-wrap {
    display: flex;
    width: 100%;
}

.earth {
    height: auto;
    width: 100%;
    max-width: 400px;
    transition: .5s;
}
.earth:hover {
    transform: scale(1.03);
    transition: .5s;
}

.earth img {
    width: 100%;
}
.counter.counter--filled {
    position: absolute;
    bottom: -40px;
    right: 25px;
}
.about-bottom{
    padding-bottom: 50px;
}
.call-to-action{
    background-image: url(../img/new-images/call.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    padding: 50px;
    position: absolute;
    bottom: -86px;
    z-index: 9;
    width: 100%;
}
.call-to-action h2 {
    color: #fff;
    font-size: 40px;
    line-height: 30px;
    text-transform: capitalize;
    padding-bottom: 25px;
}
.call-to-action p{
    color: #fff;
}

.call-btn {
    display: flex;
    width: 100%;
}

.call-btn a.button.button--green.white-text {
    max-height: 56px;
    background: #fff;
    color: var(--text-color);
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 400;
}

.phone {
    display: flex;
    padding-left: 40px;
}

.phone span {
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
}

.phone span iconify-icon {
    color: var(--text-color);
    text-align: center;
    display: block;
    position: relative;
    top: 9px;
}

.number-wrap p {
    margin-bottom: 0;
}

.number-wrap {
    padding-left: 12px;
    color: #fff;
}

.number-wrap h6 {
    font-size: 22px;
    margin: 0;
}
.hero-block__overlay {
    opacity: 0.2;
}
.hero-block {
    height: 350px;
}
.hero-block .align-container {
    height: 400px;
}
.hero-block__title {
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
	max-width: 70%;
}
h1.hero-block__title.controls {
    max-width: 70%;
}
.Core-box.contact {
    min-height: auto;
    display: flex;
    align-items: flex-start;
    max-width: 90%;
    border-radius: 0;
}

.Core-box.contact h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}

.Core-box.contact h3 span {
    margin: 0px 20px 0px 0px;
    background: #fff;
    border: 1px solid var(--text-color);
}

.contact-text p {
    margin: 0;
    line-height: 24px;
    font-size: 16px;
}
.Core-box.contact h3 span iconify-icon {
    color: var(--text-color);
}
.Address-wrap .Core-box.contact:first-of-type {
    margin-top: 0;
}

.coman-text.Contact-Here {
    padding-bottom: 40px;
}
.video-wrap-main {
    position: relative;
}
.team-box {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
}
.team-box:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 43.92%, #0e0d1b8c 74.39%);
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.team-box:hover .team-images{
    transform: scale(1.1);
    transition: .5s;
}
.team-images {
    height: auto;
    width: 100%;
    max-height: 410px;
    transition: .5s;
}

.team-images img {
    height: 100%;
    width: 100%;
}
.team-text {
    position: absolute;
    bottom: -42px;
    z-index: 9;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    transition: .5s;
}

.team-box:hover .team-text {
    bottom: 35px;   
    transition: .5s;
}

.team-text h6 {
    font-size: 24px;
    margin: 0;
}

.team-text p {
    color: var(--text-color);
    text-transform: capitalize;
}

.team-text ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: center;
}

.team-text ul li a {
    display: block;
    height: 40px;
    width: 40px;
    background: var(--text-color);
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    margin: 0px 8px;
}

.team-text ul li a iconify-icon {
    position: relative;
    top: 4px;
}
section.section.bg--lgray.Team-Members {
    padding-top: 0px;
}
.other-team {
    padding-top: 40px;
}

.other-team-box {
    padding: 10px;
    border-radius: 6px;
    margin: 20px 20px 0px 20px;
    background-color: rgb(28 191 170 / 2%);
    border: 1px solid #44ce6f6b;
}

.other-team-box img {
    height: 100%;
    width: 100%;
    border-radius: 6px;
}
.Team-Members-in{
    position: relative;
    z-index: 99;
    height: auto;
    width: 100%;
}
.Provide-wrap {
    height: 100%;
    width: 100%;
    padding-left: 150px;
}

.Provide-img{
    height: 100%;
    width: 100%;
/*     max-width: 600px;
    max-height: 600px; */
    margin: auto;
}

.Provide-img img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.Building-Technology .Provide-img img {
    height: auto;
  
}
.Provide-wrap .Provide-img:nth-child(3) {
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: 40px;
    left: 50px;
}
.Provide-wrap .Provide-img.providernew {
    bottom: 0px;
}
.AboutUs .Provide-wrap .Provide-img:nth-child(3) {
    width: 362px;
    height: 366px;
    position: absolute;
    bottom: -82px;
    left: 50px;
}
.AboutUs .Provide-wrap .Provide-img:nth-child(3) img {
    height: 85%;
    width: 100%;
}
.firstImg.Provide-img  img {
    height: 75%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.Provide-wrap .Provide-img:nth-child(3) img {
    height: 100%;
    width: 100%;
}

.driving_Inovation .Provide-wrap .Provide-img:nth-child(3) {
	width: 350px;
	height: 290px;
	position: absolute;
	bottom: 40px;
	left: 50px;
}
.round-logo-wrap {
    position: absolute;
    left: 100px;
    top: 10px;
    z-index: 2;
}

.round-logo {
    border-radius: 50%;
    padding: 10px;
    background-color: #fff;
    height: 120px;
    width: 120px;
    box-shadow: 0 20px 30px 0 rgba(3, 4, 28, 0.1);
}

.round-logo img:nth-child(2) {
    -webkit-animation: rotate-infinite 15s linear infinite;
    animation: rotate-infinite 15s linear infinite;
}

@keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.round-logo img:nth-child(1) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.Expertise .why-icon-wrap {
    border: none;
    display: flex;
    width: 100%;
}

.Expertise .why-icon-wrap .why-icon {
    width: 100%;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.Expertise .why-icon-wrap .why-icon h6 {
    color: #000;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
}

.Expertise .why-icon span {
    background: #fff;
    box-shadow: 0px 0px 8px rgba(18, 21, 37, 0.1);
    margin-right: 16px;
    height: 70px;
    width: 70px;
}
.Expertise .why-icon span iconify-icon {
    position: relative;
    top: 12px;
}

.call-btn.call-btn-second {
    padding-top: 55px;
}

.call-btn.call-btn-second .number-wrap {
    color: #000;
}

.call-btn.call-btn-second .phone span {
    background: #f3f6f5;
}

.call-btn.call-btn-second a.button.button--green {
    background: var(--text-color);
    border: none;
    color: #fff;
}
.partner-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
}

.partner-img {
    background: #fff;
    margin: 8px;
    padding: 10px 15px;
    max-width: 100%;
    position: relative;
    cursor: pointer;
    min-width: 15%;
    transition: .5s;
}
.partner-img:hover img{
    transform: scale(1.05);
    transition: .5s;
} 

.partner-img img {
    width: 100%;
    max-width: 150px;
    object-fit: contain;
    margin: auto;
    display: block;
    transition: .5s;
    height: 90px;
}

.partner-img span {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
}

.partner-img:before {
    content: '';
    position: absolute;
    height: 0.5px;
    width: 100%;
    background: #ccc;
    left: 0;
    bottom: 44px;
}
.Performance-box {
    padding: 10px;
}

.Performance-box .Core-box h3 {
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}
.Performance-box .Core-box{
    box-shadow: 0px 3px 15px 0px rgba(16.999999999999993, 36.000000000000014, 55, 0.12);
    background-color: #fff;
}
.counterAbout .call-to-action {
    bottom: 0;
    position: relative;
    border-radius: 0;
    padding: 50px 100px;
}

.counterAbout .counter-wrappers {
    margin-bottom: 50px;
}
.coman-text ul {
    margin: 0;
    padding: 0;
}

.coman-text ul li {
    list-style-type: none;
    display: flex;
    width: 100%;
    line-height: 34px;
    cursor: pointer;
    transition: all .5s;
    font-size: 16px;
}

.coman-text ul li iconify-icon {
    margin-right: 8px;
    color: var(--text-color);
    position: relative;
    top: 2px;
}

.coman-text ul li:hover {
    transform: translateX(5px);
    color: var(--text-color);
}
.front-about__img {
    height: 100%;
    width: 38%;
}
.front-about__bg {
    height: 100%;
}

.client-wrap .slick-arrow {
    border: 1px solid var(--text-color);
    bottom: calc(50% - 24px);
}
.client-wrap .slick-arrow:hover{
    border:1px solid var(--text-color);
}
.client-wrap .slick-arrow::before {
    border:2px solid var(--text-color);
    border-left: 0;
    border-top: 0;
}
.client-wrap button.slick-prev.slick-arrow{
    right: 100%;
    z-index: 9;
    left: -47px;

}

.client-wrap .slick-arrow {
    right: 0;
    left: 100%;
}
.partner-img-box .partner-img {
    background: #f6f6f69c;
    border-radius: 4px;
}
.Provide-img.Chilled {
    height: 400px;
}
.Provide-img.Chilled img{
    object-fit: cover;
}
.Expertise {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.Expertise img.sun {
    position: absolute;
    right: 0;
    max-width: 400px;
    
}
.Retrofit-Process .Core-box h3 {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    font-weight: 600;
}
.Retrofit-Process .Core-box{
    min-height: 360px;
}
.Retrofit-Process .coman-text ul li {
    align-items: flex-start;
    line-height: 25px;
    font-size: 16px;
    padding-top: 16px;
}

ul.Controls.why-UL li{
    color: #717171;
}
.Customized-images {
    height: 280px;
    width: 100%;
    margin-bottom: 20px;
}

.Customized-images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.Customized-images-wrap .coman-text h2 {
    font-size: 28px;
    margin: 0;
}

.Customized-images-wrap .coman-text {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.Customized-images-wrap .coman-text p {
    margin: 0;
    padding-top: 2px;
}

.gallery .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}
.gallery .gallerycard {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333333;
    transition: .5s;
}
.gallery .gallerycard-image {
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
    background: #ffffff;;
    border-radius: 8px;
}
.gallery .gallerycard-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.gallery-contant {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    background: #4d4d4d6b;
    border-radius: 8px;
    backdrop-filter: blur(6px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
.gallery .gallerycard:hover .gallery-contant{
opacity: 1;
transition: .5s;
z-index: 2;
}
.gallery-contant h4 {
    font-size: 24px;
    margin: 0;
}

.gallery-contant p {
    font-size: 15px;
    line-height: 26px;
}

.gallery-contant button {
    padding: 0;
    border: none;
    color: #fff;
    text-decoration: underline;
    text-transform: capitalize;
}

@media only screen and (max-width: 600px) {
    .gallery .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
   }
}
main.gallery {
    padding-bottom: 40px;
    text-align: center;
}
.hidden{
    display: none;
}

a#loadMore {
    margin-top: 40px;
}
.career .service-box-outer {
    padding: 0;
}
.career .service-box-outer .service-box {
    min-height: 300px;
}
.career .Core-box h3 {
    font-weight: 600;
}

#upload-box {
    border: 2px dashed var(--text-color);
    padding: 15px 25px;
    display: inline-block;
    cursor: pointer;
}
#file-name {
    margin-top: 15px;
}
div#upload-box p {
    margin: 0;
}


#button {
    display: inline-block;
    background-color: var(--text-color);
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 70px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }

  .screen {
    padding: 120px 60px 120px 60px;
}
.screen__item:not(:last-of-type) {
    margin-bottom: 25px;
}
.screen__item a {
    line-height: 25px;
    font-size: 16px;
}
.call-btn.call-btn-second.Menu {
    padding: 15px 0px !important;
	margin-left: 40px;
}
.call-btn.call-btn-second.Menu a {
    font-size: 14px;
    text-transform: uppercase;
}
.banner-video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    z-index: -1;

}

.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.section.Solution {
    padding: 80px 0px 60px 0px; 
    position: relative;
}
section.section.Solution > img {
    position: absolute;
    right: -150px;
    top: 0;
    z-index: -1;
    opacity: .2;
}
.Solution-box {
    /* background: #fff; */
    padding: 40px;
    border-radius: 10px;
    position: relative;
    z-index: 999;
    margin-top: 40px;
    min-height: 500px;
    cursor: pointer;
    border: 1px solid #e9ebee;
    transition: .5s;
}

.Solution-icon {
    background: #44ce6f;
    height: 100px;
    width: 100px;
    border-radius: 10px;
    position: absolute;
    top: -35px;
}

.Solution-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 10px;
}

.Solution-box h3 {
    font-size: 24px;
    font-weight: 500;
    padding: 50px 0px 10px 0px;
    transition: .5s;
}
.Solution-box:hover h3, .Solution-box:hover ul li{
color: #fff;
transition: .5s;
}

.Solution-box ul li {
    list-style-type: none;
    padding: 0;
    font-size: 16px;
    line-height: 35px;
    transition: .5s;
    display: flex;
}
.Solution-box ul li svg {
    color: var(--text-color);
    position: relative;
    top: 5px;
    margin-right: 8px;
}

.Solution-box ul {
    margin: 0;
    padding: 0;
}
.Solution-box-wrap {
    padding: 15px;
}
.Solution-box > img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    overflow: hidden;
    border-radius: 10px;
    opacity: .4;
    transition: .5s;
}
.Solution-box:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #072032;
    left: 0;
    top: 0;
    z-index: -2;
    border-radius: 10px;
    opacity: 0;
    transition: .5s;
}

.Solution-box:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 10px;
    /* opacity: .9; */
    transition: .5s;
    /* display: none; */
}
.Solution-box:hover:before{
 z-index: -1; 
 transition: .5s;
 opacity: 1;
}

.Solution-box:hover:after{
    z-index: -2;
    transition: .5s;
}
.Solution-box:hover img{
    z-index: -1;
    transition: .5s;
}
.indestryFour p {
    padding: 0;
    margin-bottom: 10px;
}

.indestryFour {
    padding-top: 10px;
}
.counterAbout .counter.counter--blue {
    background: #fff;
}

.Solution-box.Cybersecurity .Solution-box-text {
    max-height: 390px;
    overflow: hidden;
    transition: .5s;
}
.Solution-box.Cybersecurity button {
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: underline;
    position: relative;
    left: 15px;
    top: 10px;
    color: #414a53;
}

.Solution-box:hover button{
    color: #fff;
}
.Solution-box.Cybersecurity.new .Solution-box-text {
    max-height: max-content;
    transition: .5s;
}

ul.page-footer__menu.list--reset.location{
    text-align: center;
}

.location-Box h6 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
}

.location > a {
    background: #ffffff;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    display: block;
    color: var(--text-color);
    line-height: 75px;
    min-width: 60px;
    margin-right: 15px;
    cursor: pointer;
}

.location {
    display: flex;
    width: 100%;
    margin-top: 60px;
}

.location-Box p a {
    white-space: normal;
}
.promo-slider__subtitle {
    margin-bottom: 0;
    max-width: 50%;
}

.indestry-Box {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    transition: .5s;
    margin-bottom: 30px;
    height: 510px;
}

.indestry-Box:hover .indestry-text span svg{
    color: var(--text-color);
    transition: .5s;
}

.indestry-img {
    width: 100%;
    height: 275px;
}

.indestry-img img {
    height: 100%;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
}

.indestry-text {
    padding: 30px;
    position: relative;
}

.indestry-text span {
    background: #ffff;
    display: block;
    position: absolute;
    top: -41px;
    height: 80px;
    width: 80px;
    margin: auto;
    border-radius: 50%;
    line-height: 80px;
    left: 0;
    right: 0;
}

.indestry-text span:before {
    content: '';
    position: absolute;
    height: 99px;
    width: 99px;
    border: 10px solid #ffffff7d;
    left: -10px;
    top: -9px;
    border-radius: 50%;
}

.indestry-text h4 {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    z-index: 9;
}

.indestry-text p {
    margin: 0;
}
.call-btn.call-btn-second a.button.button--green.Contact {
    background: linear-gradient(58.28deg, #7fd288 -14.11%, #3db88b 80.9%);
    padding: 12px 30px;
}
.Notification-wrap {
    background: #4d4d4d3b;
    padding: 40px;
    border-radius: 4px;
    backdrop-filter: blur(6px);
    border: 1px solid #838784;
}

.Notification-wrap h5 {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 4px;
}

.Notification-wrap p {
    font-size: 15px;
    line-height: 22px;
}
.Notification-wrap a {
    color: #fff;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
}
.Notification-wrap a iconify-icon {
    position: relative;
    top: 1px;
    left: 5px;
}
/* .coman-text .points-wrap ul li {
    padding-top: 10px;
} */
.coman-text p.together {
    font-size: 18px;
    color: #000;
    padding-top: 20px;
}

.quots {
    text-align: center;
    max-width: 70%;
    margin: auto;
    padding-top: 40px;
}

.quots img {
    max-width: 48px;
    margin-bottom: 10px;
}

.quots p {font-size: 16px;line-height: 30px;}

.quots h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 32px;
}

.quots h6 {
    font-weight: 400;
    font-size: 16px;
    color: #808287;
}
.popupOverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000a3;
    z-index: 9;
    left: 0;
    top: 0;
    display: none;
}
.popupOverlay.new {
    display: block;
}

.popup-contant {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 600px;
    padding: 40px;
    border-radius: 4px;
/*     height: 465px; */
}
.pdf-form p {
    margin: 0;
}

.pdf-form p br {
    display: none;
}
div#thank-you-content {
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.popup-contant h3 {
    font-size: 32px;
    line-height: 35px;
    padding-bottom: 6px;
}

.pdf-form {
    height: auto;
    width: 100%;
    padding-bottom: 20px;
}

.pdf-form label {
    display: block;
}

.pdf-form input {
    display: block;
    width: 100%;
    border: 1px solid #ababab;
    height: 38px;
    border-radius: 4px;
    padding: 0px 15px;
    outline: none;
}

.popup-contant button {
    background: linear-gradient(58.28deg, #7fd288 -14.11%, #3db88b 80.9%);
    border: none;
    color: #fff;
    padding: 8px 42px;
    border-radius: 4px;
}
.popup-contant button.off {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 38;
    width: 38px;
    padding: 0;
    background: transparent;
}

.popup-contant button.off iconify-icon {
    color: #000;
}
.popup-contant button a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 8px 42px;
    text-decoration: none;
}

.popup-contant div#thank-you-content button {
    padding: 0;
}

.promo-slider__title.greener span {
    text-transform: uppercase;
    color: var(--text-color);
}
.promo-slider__title.greener {
    font-size: 60px;
    line-height: 68px;
    text-transform: uppercase;
}
.blog-box {
    padding: 20px;
    background: #fff;
    min-height: 212px;
}
.blog-item__img {
    margin-bottom: 0;
}
.blog-item__category {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    display: flex
;
    justify-content: space-between;
}
.blog-box h6.blog-item__title {
    color: #3a3a3a;
    text-decoration: none !important;
}
.blog-item__text{
    color: #696e76;
}
.blog-details {
    height: auto;
    width: 100%;
    background: #fff;
}

.blog-details img.blog-post__img {
    max-height: 380px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 0px;
}
.blog-post-text {
    padding: 40px;
}
.latest-item__img {
    height: 60px;
    width: 60px;
    border-radius: 4px;
    overflow: hidden;
}
.latest-item__details {
    width: calc(100% - 75px);
}
.latest-item__date {
    font-weight: 400;
}
.contact-trigger {
    background: linear-gradient(58.28deg, #7fd288 -14.11%, #3db88b 80.9%);
}
.contact-trigger .button {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    border-radius: 0px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
}
div#form-content form p {
    margin: 0;
}
.coman-text.white-color h2.technology {
    padding: 40px 0px !important;
    margin: 0;
}

@media only screen and (max-width:768px){
	.Provide-img img {
    height: auto;
  
}
}
