/*
Theme Name: LLOYDS
Theme URI: http:lloyds.ro/
Author: Draw team
Author URI: http:lloyds.ro/
Version: 1.0
Text Domain: lloyds
*/

html {
    scroll-behavior: smooth;
}

.page {
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    color: #000000;
    background-color: #fff;
}

a {
    color: #000000;
    font-family: 'Ubuntu', sans-serif;
}

/** Header **/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

header .header {
    border-bottom: 1px solid #fff;
}

header .header .menu__info ul {
    list-style: none;
    padding: 0;
    margin-right: 90px;
}

header .header .menu__info ul li {
    display: inline;
    padding-left: 1rem;
    padding-right: 1rem;
    border-right: 1px solid #fff;
}

header .header .menu__info ul li:nth-last-child(1) {
    border: none;
}

header .header .menu__info ul li a {
    color: #fff;
    font-size: 14px;
}

header .header .main__menu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

header .header .main__menu ul li {
    display: inline;
    padding-left: 1rem;
    padding-right: 1rem;
}

header .header .main__menu ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

header .header .logo {
    background-color: #fff;
}

header .header .social__top {
    margin-right: 10px;
}

header .header .social__top a {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

/** Footer **/
footer {
    padding-top: 70px;
    padding-bottom: 100px;
    color: #636c79;
    border-top: 1px solid #b1b5bc;
}

footer h4 {
    font-size: 18px;
    font-weight: bold;
}

footer .footer__content {
    position: relative;
    padding-bottom: 25px;
}

footer .footer__content:after {
    content: '';
    position: absolute;
    width: 104%;
    height: 1px;
    left: -2%;
    bottom: 0;
    background-color: #b1b5bc;
}

footer .footer__content .footer__info .footer__logo img {
    background-color: #fff;
    margin-left: -5px;
}

footer .footer__content .footer__info p {
    font-size: 15px;
    color: #636c79;
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 285px;
}

footer .footer__content .footer__social img {
    margin-left: 5px;
}

footer .footer__content .footer__menu ul {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 0;
    margin-left: 0;
    margin-top: 35px;
}

footer .footer__content .footer__menu ul li a {
    color: #636c79;
    font-size: 15px;
    line-height: 2;
}

footer .footer__content .footer__business p {
    font-size: 15px;
    color: #636c79;
    margin-top: 25px;
    margin-bottom: 30px;
}

footer .footer__content .footer__business .footer__button {
    border: 1px solid #636c79;
    border-radius: 22px;
    padding: 10px 65px;
    color: #636c79;
}

footer .copyright {
    padding-top: 40px;
    font-size: 15px;
}

footer .copyright a {
    color: #636c79;
}

/** Home **/
.hero {
    padding-top: 10%;
    padding-bottom: 10%;
    background: url(/wp-content/themes/lloyds/assets/images/home-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hero .hero__content {
    padding-left: 2rem;
    padding-right: 2rem;
    color: #fff;
    margin: auto;
}

.hero .hero__content .sup__title {
    font-size: 15px;
    text-transform: uppercase;
}

.hero .hero__content .title {
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
}

.hero .hero__content .sub__title {
    font-size: 25px;
    font-weight: 100;
    line-height: normal;
    max-width: 555px;
    margin-top: 15px;
}

.hero .hero__content .hero__button {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 55px;
    margin-top: 25px;
    display: inline-block;
}

.home__service {
    padding-top: 95px;
    padding-bottom: 95px;
    background: #f4f4f4;
}

.home__service .home__service-top .service__title {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 0;
    position: relative;
}

.home__service .home__service-top .service__title h2 {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.2;
}

.home__service .home__service-top .service__title h2:before {
    content: '';
    position: absolute;
    width: 95%;
    height: 4px;
    left: 0;
    top: 0;
    background: #000;
    border-radius: 30px;
}

.home__service .home__service-top p {
    max-width: 470px;
    font-size: 16px;
}

.home__service .service__card {
    padding: 0;
    padding-bottom: 50px;
    max-width: 1180px !important;
    width: 100%;
    margin: auto;
}

.home__service .service__card .service__item {
    background-color: #fff;
    position: relative;
    max-width: 24%;
    margin-right: 5px;
    margin-left: 5px;
    transition: 0.5s;
}

.home__service .service__card .service__item a {
    text-decoration: none;
}

.home__service .service__card .service__item h4 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.home__service .service__card .service__item p {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 120px;
    position: relative;
    z-index: 3;
    color: #000;
    text-decoration: none;
}

.home__service .service__card .service__item .service__button {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4b5c75;
    position: absolute;
    right: 30px;
    bottom: 25px;
    text-decoration: none;
}

.home__service .service__card .service__item .service__button svg {
    width: 13px;
    margin-left: 5px;
    margin-bottom: 4px;
    fill: #4b5c75;
}

.home__service .service__card .service__item .back__service {
    position: absolute;
    top: 17%;
    left: 0;
    right: 0;
    font-size: 158px;
    font-weight: bold;
    color: #eaeaea;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #eaeaea;
    margin-bottom: -30px;
}

.home__service .service__card .service__item:hover {
    background-color: #636c79;
    color: #fff;
    transition: 0.5s;
    text-decoration: none;
    cursor: url(/assets/images/select.png), auto;
}

.home__service .service__card .service__item:hover h4 {
    color: #fff;
    text-decoration: none;
}

.home__service .service__card .service__item:hover p {
    color: #fff;
    text-decoration: none;
}

.home__service .service__card .service__item:hover a {
    color: #fff;
}

.home__service .service__card .service__item:hover a svg {
    fill: #fff;
}

.home__service .service__card .service__item:hover .back__service {
    -webkit-text-stroke-color: #5a626d;
}

.home__about {
    padding-top: 120px!important;
}

.home__about .about__top {
    max-width: 765px;
    margin: auto;
    padding-bottom: 120px;
}

.home__about .about__top h5 {
    font-size: 15px;
    font-weight: bold;
    color: #636c79;
}

.home__about .about__top h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0px;
}

.home__about .about__info {
    background: #f4f4f4;
    padding: 115px 68px !important;
}

.home__about .about__info h4 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.home__about .about__info p {
    font-size: 17px;
    color: #636c79;
    margin-bottom: 40px;
}

.home__about .about__info .about__button {
    font-size: 15px;
    font-weight: bold;
    color: #636c79;
    padding: 10px 40px;
    border: 1px solid #636c79;
    border-radius: 22px;
}

.home__about .about__back {
    background-image: url(/wp-content/themes/lloyds/assets/images/about-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.home__contact {
    background-color: #636c79;
    padding-top: 265px;
    padding-bottom: 175px;
    margin-top: -85px;
    color: #fff;
}

.home__contact .col__title {
    max-width: 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.home__contact .col__title h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
}

.home__contact .col__info {
    max-width: 20%;
}

.home__contact .col__info h5 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.home__contact .col__info p {
    font-size: 16px;
}

.home__contact .col__info a {
    color: #fff;
}

/** Page **/
.hero__service {
    background-color: #5e6570;
    padding-top: 12%;
    padding-bottom: 10%;
}

.hero__service .hero__content {
    padding-left: 2rem;
    padding-right: 2rem;
    color: #fff;
}

.hero__service .hero__content .sup__title {
    font-size: 15px;
    text-transform: uppercase;
}

.hero__service .hero__content .title {
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
}

.hero__service .hero__content .sub__title {
    font-size: 25px;
    font-weight: 100;
    line-height: normal;
    max-width: 750px;
    margin-top: 15px;
}

.service__row {
    padding-top: 60px;
    padding-bottom: 95px;
    background: #f4f4f4;
    position: relative;
}

.service__row .service__title {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 0;
    position: relative;
}

.service__row .service__title h2 {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.2;
}

.service__row .service__title h2:before {
    content: '';
    position: absolute;
    width: 95%;
    height: 4px;
    left: 0;
    top: 0;
    background: #000;
    border-radius: 30px;
}
.service__row .service__about .service__about-top{
    margin-bottom: 75px;
}
.service__row .service__about .service__about-top p {
    font-size: 16px;
    line-height: normal;
    max-width: 665px;
}

.service__row .service__about .service__about-bottom h4 {
    font-size: 19px;
    color: #5e6570;

    margin-bottom: 30px;
}

.service__row .service__about .service__about-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.service__row .service__about .service__about-bottom ul li {
    position: relative;
}

.service__row .service__about .service__about-bottom ul li a {
    font-size: 15px;
    font-weight: bold;
    color: #5e6570;
    padding-top: 18px;
    padding-bottom: 15px;
    padding-left: 10px;
    display: inline-block;
    text-decoration: none;
}

.service__row .service__about .service__about-bottom ul li a:before {
    content: " ";
    position: absolute;
    width: 215px;
    height: 1px;
    top: 0;
    left: 0;
    background: #d5d5d5;
}

.service__row .service__about .service__about-bottom ul li a:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 28px;
    height: 3px;
    width: 3px;
    border-radius: 100%;
    background: #5e6570;
}

.companies {
    padding-top: 70px;
    padding-bottom: 95px;
}

.companies h2 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 30px;
}

.companies .part__bottom {
    margin: auto;
}

.companies .part__bottom img {
    width: 90%;
}

/** Animations **/
@-webkit-keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.accordion-toggle .icon:before {
    display: inline-block;
    content: "+";
    color: #fff;
    font-family: 'Ubuntu';
    font-size: 28px;
    line-height: 12px;
    font-weight: 100;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .2s ease;
    position: absolute;
    right: 10px;
    top: 25px;
}

.accordion-toggle.open .icon:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 50% 75%;
    transform-origin: 50% 75%;
}

.accordion-content {
    display: none;
}

.accordion-content.default {
    display: block;
}

// Variables
// ---------
$animation-timing-function: cubic-bezier(.4,0,.2,1);
$animation-duration: 1s;

// Keyframes
// ---------
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}



@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animations-disabled, .animations-disabled [data-animation] {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeOut {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  animation-direction: reverse;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoomOut {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  animation-direction: reverse;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

.zoomReverseOut {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
  animation-direction: reverse;
}

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}   


/** Custom CSS **/

.menu__info{
	position: relative;
}
.language__menu li{
	display: inline-block!important;
	padding: 0!important;
	
}
.language__menu{
	position: absolute;
	top: 0px;
	right: -100px;
	display: flex;
}
.language__menu img{
	height: 24px;
	position: absolute;
	top: 9px;
	left: -10px;
}
.wpml-ls-legacy-list-horizontal a{
	color: #fff;
	
}
.hero{
	height: 700px;
}

.main__menu .menu-item-has-children .sub-menu{
	 display: none;
		position: absolute;
		width: 100%;
    left: 0;
    z-index: 99;
    background: #636c79;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.main__menu .menu-item-has-children .sub-menu li{
	display: block;
}
.main__menu .menu-item-has-children .sub-menu li a{
	font-size: 31px;
	font-weight: 400;
	line-height: 48px;
}
.main__menu .menu-item-has-children.menu-active {
	position: inherit!important;
}
.main__menu .menu-item-has-children.menu-active a[title]:after{
	content: " " attr(title) "";
  display: inline-block;
	position: absolute;
	z-index: 9;
	font-size: 64px;
	width: 100%;
	margin: auto;
	left: 0;
	right:0;
	margin-top: 105px;
	padding-left: 21%;
}
.main__menu .menu-item-has-children:after{
	content: '';
	position: absolute;
	color :#fff;
	height: 12px;
	width: 12px;
	background: url('/wp-content/themes/lloyds/assets/images/right.svg');
	background-size: cover;
	margin-top: 9px;
	margin-left: 2px;
}
.main__menu .menu-item-has-children.menu-active:after{
	content: '';
	width: 22px;
	height: 22px;
	background: #fff;
	bottom: -14px;
  margin-left: -4%;
	transform: rotate(135deg)!important;
}
.main__menu .menu-item-has-children.menu-active:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	
	z-index: -1;
	top: 115px;
	left: 0;
}
.main__menu .menu-item-has-children .sub-menu.menu-open:after{

}
.main__menu .menu-item-has-children .sub-menu.menu-open{
	display: block;
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-left:20%;
	padding-right: 20%;
  margin-left: 0;
	padding-top: 10%;
 	z-index: 4;
	max-width: 100%;
	margin: auto;
	left: 0;
	right: 0;
  top: 115px;
	height: 100vh;
	max-height: 620px;
}

.header__menu{
	position: inherit!important;
}

.table__service table{
	width: 100%;
}
.table__service table thead{
	background: #5e6570!important;
}
.table__service table th{
	font-size: 18px!important;
	background: #5e6570!important;
	color: #fff;
}
.table__service table th, .table__service table td{
	padding: 8px;
}
.table__service .td-a1{
	width: 15%;
}
.table__service table td{
	border-bottom: 0.1px solid #aeaeae80;
}
.table__service table tr:hover{
	background: #5e6570;
	color: #fff;
	transition: 0.4s;
}
.faq__page{
		padding: 20px;
	max-width: 800px
}
.faq__page ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.faq__page ul li{
	margin-top: 5px;
	padding-bottom: 10px;
}
.faq__page ul li:marker{
	font-size: 20px!important;
}
.team__about .team__head{
}
.team__about .team__head .team__image{

}
.team__about .team__head img{
	max-width: 150px;
	border-radius: 100%;
	margin-left: 15px;
}
.team__about .team__content{
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 15px;
	border-bottom: 3px solid #5e6570
}
.team__about .team__content:nth-last-child(1){
	border: none;
}
.client__about{
	text-align: center;
	margin-top: 75px;
	margin-bottom: 75px;
}
.client__about .client__row{
	margin: auto;
}
.client__about img{ 
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin: auto;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 25px;
	width: 100%;
	max-width: 200px;
	transition: 0.5s;
}
.client__about img:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transition: 0.5s;
}
.career__about{
	padding: 40px!important;
	max-width: 1000px;
}
.career__about h3{
	margin-top: 50px;
	margin-bottom: 30px;
}
.service__title .fill__form{
	border: 2px solid #5e6570;
	border-radius: 30px;
	padding: 10px 40px;
	color: #5e6570;
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
}
.fill__form{
	display: inline-block;
}
.service__row .service__about .service__about-bottom ul li a.fill__form{
	padding: 5px 30px!important;
}
.modal__form{
	display: none;
}
.modal__form.active{
	 display: block;
	 position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #636c7999;
}
.modal__body {
	max-width: 600px;
	margin-top: 5%;
	padding: 1% 3%;
	background: #f5f7fb;
	position: relative;
	border: 3px solid #636c79;
	border-radius: 5px;
	max-height: 85%;
	overflow-y: auto;
}
.modal__body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 15px;
	background-color: #F5F5F5;
}

.modal__body::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.modal__body::-webkit-scrollbar-thumb
{
	border-radius: 15px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #aeaeae;
}
.modal__body .contact__form h3{
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.modal__body .col-12, .modal__body .col-6{
 padding: 10px;
}
.modal__body .wpcf7 P{
	margin-bottom: 0;
}
.modal__body .wpcf7 input, .modal__body .wpcf7 textarea{
	width: 100%;
	margin-top: 20px;
	border:none;
	border: 1px solid #636c79;
	padding: 5px;
	font-size: 14px;
	background: transparent;
	text-transform: lowercase;
	border-radius: 5px;
}
.contact__form{
	align-items: end;
}
.wpcf7 h4{
	font-size: 18px!important;
	margin-bottom: -10px!important;
	margin-top: 25px!important;
	font-weight: 400;
	color: #000!important;
}

.modal__body .wpcf7 input[type="file"]{
	visibility: hidden;
	position: relative;
	margin-top: 5px
}
.modal__body .wpcf7 input[type="file"]:before{
	position: absolute;
	background:#636c79;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	visibility: visible;
	content: 'Upload file';
	color: #fff;
	padding: 7px 10px;
	cursor: pointer;
	border: 1xp solid #636c79!important;
	transition: 0.5s;
}
.modal__body .wpcf7 input[type="file"]:hover:before{
	background: transparent;
	color: #636c79;
	border: 1xp solid #636c79!important;
	transition: 0.5s;
}
.modal__body .wpcf7 .col-12, .modal__body .wpcf7 .col-6{
	padding-top: 0;
	padding-bottom: 0;
}
.title__file{
	margin-top: 15px;
	
}
.close__modal{
	position: absolute;
	right: 15px;
	top: 5px;
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #636c79;
	visibility: hidden;
}
.close__modal:after{
	content: '\2716';
	position: absolute;
	visibility: visible;
	right: 5px;
	top: 5px;
	font-size: 22px;
	padding: 5px 7px;
	border: 1px solid #636c79;
	border-radius: 100%;
	line-height: 1;
	transition: 0.5s;
}
.close__modal:hover:after{
	background: #636c79;
	color: #fff;
	transition: 0.5s;
}
.modal__body .wpcf7-submit{
	 border: 2px solid #636c79!important;
	background: #636c79!important;
	color: #fff;
	border-radius: 25px;
	max-width: 150px;
	margin-top: 20px!important;
	transition: 0.5s;
}
.modal__body .wpcf7-submit:hover{
	background: transparent!important;
	color: #636c79;
	transition: 0.5s;
}
.accordion-content{
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
	width: 90%;
}
.accordion-content p{
	font-size: 14px;
}
.accordion-content .fill__form{
	border: 1px solid #5e6570;
  border-radius: 30px;
  padding: 5px 20px;
  color: #5e6570;
  font-size: 15px;
	margin-top: 10px;
}
.companies .part__bottom img{
	width: 60%;
	margin: auto;
}
.hero__content .slick-slide {
    opacity: 0;
    -webkit-transform: translatey(-30px);
    transform: translatey(-10px);
    transition: all 2s ease!important;
    transition-delay: 1s;
}
.hero__content .slick-slide.slick-active{
    opacity: 1;
    -webkit-transform: translatey0px);
    transform: translatey(0px);
    transition: all 2s ease!important;
    transition-delay: 1s;
}
.hero .slick-dots{
	width: 24px;
	position: absolute;
	top: 30%;
	right: 0;
}
.hero .slick-dots li button{
	height: auto!important;
}
.hero .slick-dots li{
	display: inline-block;
	height: 70px;
}
.hero .slick-dots li button:before{
	background: #fff;
	width: 2px;
	height: 70px;
	content: '';
	opacity: 1;
		
}
.hero .slick-active button:before{
	background: #000!important;
	
}

.faq__page .accordion-toggle{
	position: relative;
	border-top: 2px solid #000;
	padding-top: 25px;
}
.faq__page .accordion-toggle .accordion-box{
	margin-top: 5px!important
}
.faq__page .accordion-toggle .icon:before {
    display: inline-block;
    content: "+";
    color: #000;
    font-family: 'Ubuntu';
    font-size: 28px;
    line-height: 12px;
    font-weight: 100;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .2s ease;
    position: absolute;
    right: 10px;
    top: 30px;
}

.accordion-toggle.open .icon:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 50% 75%;
    transform-origin: 50% 75%;
}
.about__page #myVideo {
  width: 100%;
	max-width: 1140px;
	margin: auto;
  min-height: 100%;
	z-index: 1;
}
.about__page .hero__service{
	position: relative;

	padding-bottom: 2%;
}
.about__page .hero__service .hero__content{
	position: relative;
	z-index: 2;
}
.about__page .hero__service:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #636c79;
	z-index: 1;
	opacity: 1;
}
.about__img
{
	position: relative;
	margin-bottom: 150px!important
}
.about__img:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 75%;
	background: #636c79;
	top: 0;
	left: 0;
}
.about__img .about__row{
	transform: translatey(100px)
}
.about__img img{
	width: 100%;
}
.about__img-1{
	margin-top: 14%
}
.about__page .contante__page{
	max-width: 800px;
	margin-bottom: 50px;
}
.contact__icon {
	max-width: 1000px;
	margin-bottom: 50px;
	color: #fff;
}
.contact__icon p{
	margin-bottom: 0
}
.contact__icon img{
	width: 40px;
	margin-bottom: 20px;
}
.contact-form {
		max-width: 700px;
	  margin:auto;
	  padding: 80px;50px;
	  background: #fff;
		border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	position: relative;
}
.contact-form .wpcf7{

}
.contact-form .wpcf7 input, .contact-form .wpcf7 textarea, 
.contact-form .wpcf7 select{
	width: 100%;
	margin-bottom: 30px;
	background: transparent;
	border: 1px solid #eaeaea;
	line-height: 2;
	padding: 5px;
	padding-left: 15px;
	border-radius: 5px;
	font-size: 14px;
}
.contact-form .wpcf7 select{
	height: 39px;
}
.contact-form .wpcf7 .wpcf7-submit{
	background: #5e6570;
	color: #fff;
	margin-bottom: 0;
	transition: 0.5s;
}
.contact-form .wpcf7 .wpcf7-submit:hover{
	background: #fff;
	color: #5e6570;
	transition: 0.5s;
}
.contact__page .hero__service {
	position: relative;
	padding-bottom: 1%;
}
.contact__page .contante__page{
	position: relative;
	padding-top: 50px;
}
.contact__page .contante__page:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 55%;
	top: 0;
	left: 0;
	background: #5e6570;
}
.footer__social a:hover{
	text-decoration: none;
}
.menu__res{
	position: absolute;
	right: 5%;
	top: 26px;
	width: 44px;
	height: 44px;
	border-radius: 100%;
	background: #000;
	z-index: 999;
	display: none;
}
.menu__res span{
	position: absolute;
	width: 25px;
	height: 4px;
	background: #fff;
	top: 14px;
	left: 10px;
	border-radius: 10px;
	transition: 0.5s;
}
header.active .menu__res span{
	transform: rotate(45deg);
	top: 19.5px;
	left: 9.5px;
	transition: 0.5s;
}
.menu__res span:nth-child(2){
	top:24px;
	height: 4px!important;
}
header.active .menu__res span:nth-child(2){
	transform: rotate(135deg);
}
.home__contact-1{
	margin: auto;	
}
@media (max-width: 1140px){
	.menu__res{
		display: block;
	}
	header.active .menu__res{
		position: fixed;
	}
	.header .header__menu{
		display: none;
	}
	header.active .header__menu{
		display: block;
		position: fixed!important;
		width: 75%;
		height: 100%;
		right: 0;
		background: #636c79;
		top: 0;
		border-bottom-left-radius: 30px;
		border-top-left-radius: 30px;
		transition: 0.8s;
		z-index: 999;
		padding-top: 15%;
	}
	header .header__menu{
		-webkit-animation: slide-in-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
	
	header.active .header__menu{
	-webkit-animation: slide-in-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
} 
  header.active .menu__info li {
		display: block!important;
		border: none!important;
}
	header.active .menu__info li a{
 
}
	header.active .main__menu ul li{
		display: block!important;
		margin-bottom: 20px;
}
	header.active .main__menu ul li a{

	}
	header.active .social__top{
		position: absolute;
		bottom: 50px;
		left: 0;
		right: 0;
		margin-right: 0;
	}
	header.active .menu__info{
		width: 100%;
		text-align: center;
		float: none!important;
		margin: auto;
		position: absolute;
		bottom: 0;
	}
	.language__menu{
  	left: 270px!important;
	}
	header.active .language__menu{
		left: 0;
		right: 0;
		margin: auto;
		top: 40px;
		display: block!important;
	}
	header.active .menu__info ul{
		position: absolute;
		bottom: 140px;
		left: 0;
		right: 0;
		margin-left: 0;
	}
	header.active .menu__info ul{
		margin-right: 0px;
		margin: auto;
	}
	header.active .main__menu{
		width: 100%;
		text-align: center;
		top: auto;
		margin-top: 20px;
	}

	header.active .sub-menu.menu-open{
		padding: 5% 5% 5% 5%!important;
		top: 0;
		text-align: left;
		height: auto!important;
		position: relative;
		z-index: 10;
		margin-top: -90px!important;
		border-radius: 10px;
	}
	header.active .sub-menu.menu-open li{
		margin-bottom: 10px;
	}
	header.active .sub-menu.menu-open li a{
		font-size: 16px;
		line-height: 1
	}
	header.active .main__menu .menu-item-has-children.menu-active a[title]:after{
		font-size: 30px;
		padding-left: 0;
		display: none;
	}
	.main__menu .menu-item-has -children.menu-active:after{
		display: none;
	}
.main__menu .menu-item-has-children.menu-active:before{
	display: none;
}
.home__service .service__card {
	flex-wrap: wrap;
}
.home__service .service__card .service__item{
	max-width: 48%;
	margin-bottom: 30px;
}

.hero .hero__content .title{
 	font-size: 62px;
}
.hero .hero__content .sub__title{
	font-size: 22px;
}
.hero .hero__content .hero__button{
	font-size: 16px;
	padding: 8px 45px;
}
	.hero{
	height: 600px!important;
	padding-top: 14%;
}
}
@media(max-width: 768px){
	header.active .header__menu{
		width: 90%!important;
	}
	.hero{
	height: 500px!important;
	padding-top: 18%;
}
	.hero .hero__content .title{
 	font-size: 52px;
}
.hero .hero__content .sub__title{
	font-size:18px;
}
.hero .hero__content .hero__button{
	font-size: 16px;
	padding: 8px 45px;
}
	.home__service{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.home__service .home__service-top .service__title{
		padding-bottom: 10px;
	}
	.home__service-top{
		padding-bottom: 30px;	
	}
	.home__about{
		padding-top: 60px!important;
	}
	.home__about .about__top{
		padding-bottom: 60px;
	}
	.home__about .about__info{
		padding: 80px 50px!important;
	}
	.home__about .about__back{
		height: 400px;
		background-position: center;	
	}
	.home__contact{
		padding-top: 150px;
		padding-bottom: 50px;
	}
	.home__contact .col__title h2{
		font-size: 40px;
	}
	.home__contact .col__title,
	.home__contact .col__info{
		max-width: 50%!important;
		padding: 5%!important;
		flex: 0 0 50%;
	}
	footer{
		padding: 60px 30px;
	}
	.footer__info{
		padding: 15px!important;
	}
	.footer__business{
		padding-bottom: 40px;
	}
	footer .copyright{
		text-align: right;
	}
	.hero__service{
		padding-top: 20%;
	}
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@media(max-width: 600px){
	header .header{
		padding: 1rem!important;
	}
	.hero{
		height: 400px!important;
		padding-top: 34%;
	}
	.hero .hero__content .sup__title{
		font-size: 13px;
	}
	.header .logo{
		max-width: 170px;
	}
	.menu__res{
		top: 12px;
	}
	.hero .hero__content .title{
 	font-size: 32px;
}
.hero .hero__content .sub__title{
	font-size:14px;
}
.hero .hero__content .hero__button{
	font-size: 16px;
	padding: 8px 45px;
}
	.hero .hero__content{
		padding-left: 0;
		padding-right: 0;
	}
	.hero .slick-dots{
		right: -10px;
		top: 20%!important;
	}
	.hero .slick-dots li{
		height: 60px;
	}
	.hero .slick-dots li button:before{
		height: 60px;
	}
	.home__service .home__service-top .service__title h2{
		font-size: 24px;
		margin-top: 10px;
	}
	.home__service-top{
		padding: 0
	}
	.home__service-top .col-12 {
		padding: 5px!important;
	}
	.home__service .service__card .service__item{
		max-width: 100%;
		
	}
	.home__contact .col__title,
	.home__contact .col__info{
		max-width: 100%!important;
		padding: 5%!important;
		flex: 0 0 100%;
	}
	.home__contact .row{
		margin: 0;
	}
	.home__about .about__top h2{
		font-size: 24px;
	}
	footer{
		padding: 50px 15px;
	}
	.hero__service{
		padding-top: 30%;
	}
	.hero__service .hero__content .title{
		font-size:44px;
	}
	.hero__service .hero__content .sub__title{
		font-size: 16px;
	}
	.service__row .service__title h2{
		font-size: 28px;
	}
	.service__row .service__title{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.service__about{
		padding: 0	
	}
	.service__row .service__about .service__about-bottom ul{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.modal__body{
		width: 90%;
	}
	.modal__body .wpcf7 input, .modal__body .wpcf7 textarea{
		margin-top: 20px;
		font-size: 15px;
	}
	.about__page .hero__service{
		padding-bottom: 10%;
	}
	.about__img:before{
		top: -8%;
		height: 85%;
	}
	.about__img .about__row{
		transform: translatey(5px)
	}
	.about__img-1{
		margin-top: 5%;
	}
	.about__row img{
		margin-bottom: 30px;
	}
	.about__page .contante__page{
		padding-top: 0!important;
	}
	.about__img{
		margin-bottom: 50px!important;
	}
	.career__about h3{
		font-size: 18px;
	}
	.career__about{
		 padding: 20px!important;
	}
	.icon-item{
		margin-bottom: 30px;
	}
	.contact-form{
		padding: 30px;
	}
	.contact-form .wpcf7 input, .contact-form .wpcf7 textarea, .contact-form .wpcf7 select{
		margin-bottom: 20px;
	}
	.hero__service .hero__content{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.language__menu{
		left: 210px!important
	}
	
}

.close__modal{
	z-index: 9;
}
.hero__button, .about__button{
	position: relative;
	z-index: 5;
}
.hero__button:before{
	content: '';
	position: absolute;
	width: 101%;
	height: 100%;
	background: #fff;
	left: -51%;
	top:-0.5px;
	border-radius: 30px;
	border: 2px solid #fff;
	z-index: -1;
	opacity: 0;
	transition: 0.5s;
}
.hero__button:hover:before{
	opacity: 1;
	left: -1px;
}
.hero__button:hover{
	color: #636c79!important;
	text-decoration: none;
	z-index: 10;
	border-color: #636c79!important;
}
.about__button:before{
	content: '';
	position: absolute;
	width: 101%;
	height: 100%;
	background: #636c79;
	left: -21%;
	top:-0.5px;
	border-radius: 30px;
	border: 2px solid #636c79;
	z-index: -1;
	opacity: 0;
	transition: 0.5s;
}
.about__button:hover:before{
	opacity: 1;
	left: -1px;
	transition: 0.5s;
}
.about__button:hover{
	color: #fff!important;
	text-decoration: none;
	z-index: 10;
	border-color: #fff!important;
}
.about__button:hover{
	text-decoration: none;
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.category__content thead td{
	padding-top: 25px!important;
	padding-bottom: 25px!important;
	padding-left: 15px!important;
	color: #fff!important;
	font-size: 20px!important;
	cursor: pointer;
	text-align: left!important;
}
.category__row.active{
	color: #fff;	
	background: #5e6570!important;
}

.category__content tbody{
	display: none;
	 transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
}

.accordion__item--active tbody{
	display: table-row-group;
	transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
}
.accordion__item--active thead td:nth-child(1){
	width: 25%!important
}
thead .category__row td:nth-child(2){
	width: 25%!important;
	border-left: 1px solid ;
}
thead .category__row td:nth-child(3){
	width: 50%;
}
.table__service .category__content.active td:nth-child(2){
	width: 25%!important;
}
.career__about{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	padding: 0!important;
	margin-top: 50px;
	position: relative;
}
.career__about a{
	width: 30%;
	margin: 1.5%;
	padding: 5rem 1rem;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
	text-decoration: none;
}
.career__about a:hover{
	color: #000;
}
.career__about img{
		width: 70px;
}
.career__about h2{
	font-size: 22px;
	margin-top: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.career__about p{
	font-size: 14px;
}
.career__about span{
	display: inline-block;
	color: #fff;
	background: #5e6570;
	padding: 8px 25px;
	margin-top: 15px;
	border-radius: 20px;
	position: relative;
	z-index: 9;
	transition: 1s;
}
.career__about span:hover{
	background: transparent;
	transition: 1s;
	color: #000;
}
.career__about span:before{
	content: '';
	position: absolute;
	width: 39px;
	height: 39px;
	top: 0;
	left: 70%;
	background: #5e6570;
	border-radius: 100%;
	transition: 1s;
	z-index: -1;
}
.career__about span:hover:before{
  left: 0;
  animation-duration: 1s;
}

.post__career .hero__service{
	padding-top: 12%;
	padding-bottom: 8%;
}
.post__career .hero__service h1{
	font-size: 50px!important;
}

.careers__post{
	margin-top: 50px;
	max-width: 800px;
	
}
.careers__post p strong{
	display: inline-block;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
}
.careers__post p strong:after{
	content: '';
	position: absolute;
	width:50%;
	height: 2px;
	background: #000;
	margin-top: 4px;
	left: 0;
	bottom: -2px;
}
.post__back{
	position: fixed;
	top: 45%;
	left: 10%;
	background: #5e6570;
	padding: 6px 30px;
	border-radius: 20px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	transition: 0.6s;
}
.post__back:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transition: 0.6s;
	text-decoration: none;
	color: #fff;
}
.table__service{
	display: none;
}
