@charset "utf-8";
/* **************** */
@import "fonts.css";
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "font-awesome.min.css";
@import "jquery.fancybox.min.css";
@import "owl.carousel.min.css";
@import "aos.css";
@import "nice-select.css";

/* ****************** */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    font-family: pop-regular;
    color: #181818;
    font-size: 14px;
}

.owl-carousel {
    direction: ltr;
}

.tooltip {
    z-index: 1100 !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #181818;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.tooltip .tooltip-arrow {
    display: none;
}

.tooltip.top {
    padding: 5px 0;
}

body {
    padding: 0;
    margin: 0;
}

select {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

iframe {
    width: 100% !important;
    border: 0 !important;
    height: 100% !important;
}

::-moz-selection {
    background-color: transparent;
    color: #f9a483;
}

::selection {
    background-color: transparent;
    color: #f9a483;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a {
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

p {
    line-height: 1.5;
}

z {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.3;
}

.modal-open {
    overflow: hidden !important;
}

.modal-backdrop.in {
    opacity: .9;
}

input,
select,
textarea {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    outline: 0;
}

textarea {
    resize: none;
}

.form-control {
    height: 45px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    text-transform: none;
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
    padding: 0 16px;
}


.form-control::placeholder {
    color: #2b3430;
    text-transform: capitalize;
}

textarea.form-control {
    height: 170px !important;
    line-height: normal;
    padding-top: 8px !important;
}

.form-group,
.form-control {
    margin-bottom: 0;
}

.form-control:focus {
    border: 1px solid #dfdfdf;
    border-bottom: 1px solid #E37F12;
    -webkit-box-shadow: 0 1px 0 0 #E37F12;
    box-shadow: 0 1px 0 0 #E37F12;
    color: #303030;
}

.row {
    margin-bottom: 0;
}

.col-xs-12 {
    padding: 0;
}

i {
    color: inherit;
    font-style: normal;
}

.toTop {
    color: #fff;
    position: absolute;
    bottom: 125px;
    right: 20px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    z-index: 35;
    transition: all .3s;
    width: 70px;
    border-radius: 100%;
    background-image: -moz-linear-gradient(90deg, rgb(79, 56, 99) 0%, rgb(3, 176, 236) 100%, rgb(14, 104, 135) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(79, 56, 99) 0%, rgb(3, 176, 236) 100%, rgb(14, 104, 135) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(79, 56, 99) 0%, rgb(3, 176, 236) 100%, rgb(14, 104, 135) 100%);
}

.toTop:hover {
    background: #333 !important;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.toTop:before {
    content: '';
    width: 15px;
    height: 15px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 28px;
    top: 20px;
}

.toTop:after {
    content: '';
    width: 1px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 19px;
}

i {
    color: inherit;
    font-size: inherit;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
}


.loading {
    position: absolute;
    top: 50%;
    left: 50%;
}


.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    right: auto;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all .3s;
    min-width: 160px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 11;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
    /* padding: 10px; */
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all .3s;
}

.menu-item-has-children .sub-menu li {
    display: block !important;
    margin: 0 !important;
}

.menu-item-has-children .sub-menu li:after {
    display: none;
}

.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 10px;
    font-weight: normal;
    font-size: 13px;
    color: #333;
    border-radius: 0;
}

.menu-item-has-children .sub-menu li a:before {
    display: none;
}

.menu-item-has-children .sub-menu li a:hover {
    background-color: #127d7a;
    color: #fff !important;
    transition: all .3s;
}

.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    margin-left: 7px;
    transition: all .3s;
}

.menu-item-has-children:hover > a:after {
    transform: rotate(-180deg);
    transition: all .3s;
}

.btn {
    display: inline-block;
    padding: 0 50px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
    border-radius: 50px;
    overflow: visible;
    color: #ffffff;
    font-family: pop-semibold;
    transition: none;
    text-transform: uppercase;
    background-color: #00a0a8;
}


.btn:hover {
    color: #fff;
    background-color: #92979a !important;
    transition: none;
}

.fancybox-button svg path {
    fill: #fff;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 40px;
    height: 40px;
    color: #424340;
    font-size: 21px;
    background-color: transparent;
    transition: all .3s;
    outline: none;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -50px;
    transform: translateY(-50%) rotate(130deg);
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    /* background-color: #00a0a8; */
    border-color: #00a0a8;
    color: #fff;
    transition: all .3s;
}



.h-top {
    background-color: #000;
    padding: 21px 0;
}

.h-top .top-links {
    display: inline-block;
    padding-top: 5px;
}

.h-top .top-links a {
    color: #fff;
    font-size: 13px;
    margin-right: 30px;
    font-family: pop-light;
    transition: all .3s;
}

.h-top .top-links a:hover {
    color: #03b0ec;
    transition: all .3s;
}

.h-top .top-extra {
    float: right;
}

.social {
    display: inline-block;
}

.social a {
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #E37F12;
    color: #fff;
    border-radius: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-right: 5px;
    transition: all .3s;
}

.sidebar .side-search img {
    filter: hue-rotate(148deg);
}

.h-top .top-extra .extra-right {
    display: inline-block;
}

.h-top .top-extra .extra-right .lang {
    display: inline-block;
}

.h-top .top-extra .extra-right .lang img {
    width: 20px;
    height: 20px;
}

.h-top .top-extra .search {
    display: inline-block;
    margin-left: 10px;
}

.h-top .top-extra .search a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.h-top .top-extra .search form {
    display: inline-block;
    position: absolute;
    right: -50px;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
}

.h-top .top-extra .search form .form-control {
    height: 35px;
    padding: 0 10px;
    font-size: 11px;
    border: 0;
    width: 250px;
}

.h-top .top-extra .search form a {
    right: 0;
    position: absolute;
    top: 0;
    text-align: center;
    color: #000;
    height: 35px;
    line-height: 35px;
}

.h-top .top-extra .extra-right:before {
    color: #fff;
    vertical-align: middle;
    margin: 0 25px;
    opacity: .3;
    font-size: 19px;
    content: '';
    width: 1px;
    height: 22px;
    background-color: #fff;
    display: inline-block;
}

.social a:last-of-type {
    margin: 0;
}

.h-top .top-extra .search form.active {
    right: 0;
    transition: all .3s;
    opacity: 1;
    visibility: visible;
}

.h-bottom {
    padding: 30px 0;
}

.h-bottom .logo {
    display: inline-block;
}

.h-bottom .menu-nav {
    float: right;
    padding-top: 20px;
}

.h-bottom .menu-nav ul {
    display: inline-block;
}

.h-bottom .menu-nav ul li {
    display: inline-block;
    margin-left: 25px;
}

.h-bottom .menu-nav ul li a {
    font-family: pop-light;
    color: #000;
    transition: all .3s;
    position: relative;
    padding-bottom: 10px;
}

.h-bottom .menu-nav .op-menu {
    color: #000;
    font-size: 21px;
    vertical-align: middle;
    margin-left: 20px;
    display: none;
}

.h-bottom .menu-nav ul li a:hover,
.h-bottom .menu-nav ul li.current-menu-item a {
    color: #3ea1da;
    transition: all .3s;
}

.h-bottom .menu-nav ul li a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 0;
    transform: translateX(-50%);
    background-color: #3ea1da;
    transition: all .3s;
}

.h-bottom .menu-nav ul li a:hover:before,
.h-bottom .menu-nav ul li.current-menu-item a:before {
    width: 100%;
    transition: all .3s;
}

.social a:hover {
    background-color: #333;
    transition: all .3s;
}

.sidebar {
    position: fixed;
    width: 280px;
    background-color: #fff;
    z-index: 99;
    box-shadow: -3px 0 15px rgba(0, 0, 0, 0.13);
    transition: all .3s;
    height: 100%;
    transform: translateX(-150%);
    overflow: hidden;
    overflow-y: auto;
    max-height: 100%;
    left: 0;
    top: 0;
}

.sidebar.active {
    transform: translateX(0);
    transition: all .3s;
}

.sidebar .side-logo {
    text-align: center;
    padding: 20px;
}

.sidebar .side-social {
    text-align: center;
    padding: 10px 0;
    background-color: #000000;
}


.sidebar .side-nav ul li {
    display: block;
}

.sidebar .side-nav ul li a {
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    color: #000;
}

.sidebar .side-nav ul li a:hover {
    background-color: #f9f9f9;
}

.sidebar::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.sidebar::-webkit-scrollbar-track {
    background-color: #dadada;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #E37F12;
}

.sidebar .side-exra {}

.sidebar .side-exra a {
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    color: #000;
}

.sidebar .side-exra a:hover {
    background-color: #f9f9f9;
}

.sidebar .side-exra a img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.sidebar .side-exra a:last-of-type {
    font-family: taj-regular;
}

.overlay-s {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.82);
    z-index: 98;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.overlay-s.active {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}

.hero-s .item {
    height: 600px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.hero-s .item:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #191b64;
    mix-blend-mode: lighten;
}

.hero-s .item .cap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.87);
    padding: 50px 50px 100px 8%;
    max-width: 50%;
}

.hero-s .item .cap h3 {
    color: #fff;
    font-family: pop-extralight;
    font-size: 51px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.hero-s .item .cap h3 b {
    color: inherit;
    font-weight: normal;
    font-size: inherit;
    font-family: pop-bold;
}

.hero-s .item .cap a {
    font-family: pop-extralight;
    color: #fff;
    font-size: 18px;
    position: relative;
    transition: all .3s;
}

.hero-s .item .cap a:before {
    content: '';
    width: 10px;
    height: 10px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all .3s;
}

.hero-s .item .cap a:after {
    content: '';
    height: 1px;
    width: 35px;
    background-color: #fff;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: -55px;
    transition: all .3s;
}

.hero-s .item .cap a:hover {
    color: #3ea1da;
    transition: all .3s;
}

.hero-s .item .cap a:hover:before {
    border-color: #3ea1da;
    transition: all .3s;
}

.hero-s .item .cap a:hover:after {
    background-color: #3ea1da;
    transition: all .3s;
}

.owl-dots {
    position: absolute;
    left: 8%;
    bottom: 150px;
}

.owl-carousel button.owl-dot {
    background-color: #fff;
    width: 50px;
    height: 3px;
    margin: 0 15px 0 0;
    transition: all .3s;
    outline: none;
}

.owl-carousel button.owl-dot.active {
    background-color: #3ea1da;
    transition: all .3s;
}

button {
    outline: none !important;
}

.service-s {
    background-color: #000;
    padding: 70px 0;
}

.service-s .serv-head {
    text-align: center;
    margin-bottom: 80px;
}

.service-s .serv-head h {}

.service-s .serv-head h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}

.service-s .serv-head p {
    margin: 0;
    color: #03b0ec;
    font-family: pop-extralight;
    font-size: 18px;
}

.service-s .item {
    text-align: center;
    padding: 0 20px;
}

.service-s .item img {
    margin-bottom: 25px;
    height: 120px;
    object-fit: scale-down;
}

.service-s .item h3 {
    color: #c9c9c9;
    font-family: pop-extralight;
    font-size: 16px;
}

.about-s .ab-img {
    height: 700px;
    /* background-position: center; */
    background-size: cover;
}

.about-s .ab-data {
    padding: 65px 0;
}

.about-s .ab-data .inner {
    background-color: #000;
    padding: 50px 50px 50px 80px;
    transform: translateX(-100px);
    width: calc(100% + 100px);
}

.about-s .ab-data .inner h3 {
    color: #fff;
    font-family: pop-extralight;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.about-s .ab-data .inner h3:after {
    content: '';
}

.about-s .ab-data .inner p {
    color: #fff;
    font-family: pop-extralight;
    font-size: 16px;
    margin: 0 0 30px;
}

.about-s .ab-data .inner b {
    font-weight: normal;
    color: inherit;
    font-size: inherit;
    font-family: pop-semibold;
}

.btn {
    background-image: -moz-linear-gradient(90deg, rgb(79, 56, 99) 0%, rgb(3, 176, 236) 100%, rgb(14, 104, 135) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(79, 56, 99) 0%, rgb(3, 176, 236) 100%, rgb(14, 104, 135) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(79, 56, 99) 0%, rgb(3, 176, 236) 100%, rgb(14, 104, 135) 100%);
    border: 0;
    font-size: 17px;
    font-family: pop-extralight;
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
    transition: all .3s;
}

.btn:hover {
    background: #333 !important;
    color: #fff;
    transition: all .3s;
}

.about-s .ab-data .inner h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #03b0ec;
    width: calc(100% + 50px);
}

.about-s .ab-data .inner h3:before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 120px;
    background-color: #03b0ec;
    height: 5px;
}

.chos {
    padding: 80px 0;
}

.chos .ch-head {
    margin-bottom: 70px
}

.chos .ch-head h3 {
    font-family: pop-extralight;
    font-size: 31px;
    position: relative;
    padding-bottom: 30px;
    color: #000;
}

.chos .ch-head h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #03b0ec;
    width: 100%;
}

.chos .ch-head h3:before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 120px;
    background-color: #03b0ec;
    height: 5px;
}

.chos .inner h3 {
    font-family: pop-extralight;
    margin-bottom: 20px;
    font-size: 30px;
    color: #000;
}

.chos .inner .i-img {
    height: 200px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    margin-bottom: 25px;
}

.chos .inner p {
    font-family: pop-extralight;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.chos .inner a {
    background: #000;
}

.chos .block:last-of-type {
    padding-left: 50px;
}

.chos .block:first-of-type {
    padding-right: 50px;
}

.chos .block .b-item {
    padding: 20px;
    float: right;
}

.chos .block .b-inner {
    text-align: center;
    border-radius: 10px;
    padding: 60px 30px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
    display: block;
    transition: all .3s;
}

.chos .block .b-inner img {
    object-fit: scale-down;
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
}

.chos .block .b-inner h3 {
    text-transform: uppercase;
    color: #000;
    font-family: pop-bold;
    font-size: 18px;
    line-height: 1.3;
}

.chos .block .b-inner:hover {
    transform: translateY(-10px);
    transition: all .3s;
}

.chos .block .b-item:nth-of-type(2) {
    transform: translateY(160px);
}

.parts {
    padding: 100px 0;
    background-color: #0c0c0c;
}

.parts:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/vector.png);
    opacity: .05;
    filter: brightness(0) invert(1);
    background-position: center;
    background-size: 75%;
}

.parts .item {}

.parts .item p {
    color: #fff;
    font-family: pop-extralight;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 60px;
}

.parts .item h3 {
    color: #03b0ec;
    font-family: pop-extralight;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
}

.parts .item {
    padding-top: 50px;
    text-align: center;
}

.parts .item span {
    font-family: pop-extralight;
    font-size: 18px;
    font-style: italic;
    color: #fff;
}

.parts .part-img {
    text-align: center;
    padding-left: 100px;
}

.parts .part-img .p-item {
    height: 100px;
    margin-bottom: 20px;
}

.parts .part-img .p-item img {
    height: 100%;
    object-fit: scale-down;
    width: 100%;
}

.parts .part-img .p-item .btn {
    margin-top: 50px;
}

.parts .item p:before,
.parts .item p:after {
    content: '“';
    color: #03b0ec;
    font-size: 100px;
    font-family: fantasy;
    position: absolute;
    left: 0;
    line-height: .5;
    top: 20px;
    font-weight: 700;
}

.parts .item p:after {
    right: 0;
    left: auto;
    top: auto;
    bottom: 80px;
    transform: rotate(180deg);
}

.ex-s {
    padding: 100px 0;
    position: relative;
    background-position: right;
    background-size: cover;
}

.ex-s h3 {
    font-family: pop-extralight;
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 50px;
    color: #000;
}

.ex-s p {
    font-family: pop-extralight;
    color: #000;
    font-size: 18px;
    margin-bottom: 70px;
}

.ex-s .btn {
    background: #000;
}

.ex-s:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1e2153;
    mix-blend-mode: lighten;
}

.main-footer {
    background: #0c0c0c;
}

.main-footer .f-top {
    padding: 80px 0 40px;
    border-bottom: 1px solid #292929;
}

.main-footer .f-top .item-i {
    padding: 20px;
}

.main-footer .f-top .item-i h4 {
    color: #333;
    font-size: 20px;
    margin-bottom: 50px;
}

.main-footer .f-top .item-i l {}

.main-footer .f-top .item-i li,
.main-footer .f-top .item-i li a {
    color: #868686;
    font-family: pop-extralight;
    transition: all .3s;
    font-size: 15px;
}

.main-footer .f-top .item-i li {
    margin-bottom: 15px;
}

.main-footer .f-top .item-i li a:hover {
    padding-left: 5px;
    color: #03b0ec;
    transition: all .3s;
}

.main-footer .f-top .item-i .btn img {
    position: relative;
    top: -3px;
    margin-right: 15px;
}

.main-footer .f-top .item-i .btn {
    padding: 0 20px;
    position: relative;
}

.main-footer .f-top .item-i .btn:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    left: 55px;
    background-image: -moz-linear-gradient(90deg, rgb(79, 56, 99) 0%, rgb(3, 176, 236) 100%, rgb(14, 104, 135) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(79, 56, 99) 0%, rgb(3, 176, 236) 100%, rgb(14, 104, 135) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(79, 56, 99) 0%, rgb(3, 176, 236) 100%, rgb(14, 104, 135) 100%);
    z-index: 1;
    top: 0;
}

.main-footer .f-top .item-i .btn:hover:after {
    background: #000;
    transition: all .3s;
}

.main-footer .f-top .item-i .form-group {
    position: relative;
}

.main-footer .f-top .item-i .form-group .form-control {
    background-color: #d7d7d7;
    border: 0;
    border-radius: 10px;
    height: 52px;
}

.main-footer .f-top .item-i .form-group .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 52px;
    line-height: 52px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 30px;
}

.main-footer .f-top .item-i .form-group .btn:after {
    display: none;
}

.main-footer .f-top .item-i .form-group .form-control:focus {
    background-color: #f7f7f7;
    transition: all .3s;
}

.main-footer .f-bottom {
    padding: 50px 0;
}

.main-footer .f-bottom .f-logo {
    display: inline-block;
}

.main-footer .f-bottom .f-exra {
    float: right;
    text-align: right;
}

.main-footer .f-bottom .f-exra div {
    color: #bebebe;
    font-family: pop-extralight;
    margin-bottom: 7px;
}

.main-footer .f-bottom .f-exra .social {
    margin-left: 30px;
}

.main-footer .f-bottom .f-exra p {
    color: #bebebe;
    font-family: pop-extralight;
    margin: 0;
}

.main-footer .f-bottom .f-exra p a {
    color: inherit;
    transition: all .3s;
    font-family: inherit;
    border-bottom: 1px solid transparent;
}

.main-footer .f-bottom .f-exra p a:hover {
    border-bottom-color: #3ea1da;
    color: #3ea1da;
    transition: all .3s;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    border-color: #3ea1da;
}

.sidebar .side-search {
    position: relative;
}

.sidebar .side-search img {
    position: absolute;
    width: 25px;
    height: 25px;
    object-fit: scale-down;
    top: 9px;
    left: 20px;
}

.sidebar .side-search .form-control {
    padding: 0 20px 0 55px;
    border-radius: 0;
}

.owl-carousel .owl-stage-outer {
    direction: ltr;
}

/* ****************** INDEX V2 **************** */

.v2-top {
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
}



.v2-top .lang a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background-color: #199154;
    color: #fff;
    font-family: taj-bold;
    padding: 0 15px;
}

.v2-top .ex-links {
    float: right;
}

.v2-top .ex-links ul {
    display: inline-block;
    margin-right: 20px;
}

.v2-top .ex-links .search {
    display: inline-block;
    position: relative;
}

.v2-top .ex-links ul li {
    display: inline-block;
}

.v2-top .ex-links ul li a {
    color: #333;
    font-family: pop-extralight;
    font-size: 13px;
}

.v2-top .ex-links ul li:after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
    font-size: 12px;
    color: #333;
}

.v2-top .ex-links ul li:last-child:after {
    display: none;
}

.v2-top .ex-links .search a {
    background-color: #E37F12;
    color: #fff;
    font-family: pop-extralight;
    font-size: 13px;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
}

.v2-top .ex-links .search img {
    filter: brightness(0) invert(1);
    width: 15px;
    margin-left: 5px;
}

.v2-top .search-inner {
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    transition: all .3s;
    opacity: 0;
}

.v2-top .search-inner.active {
    right: 0;
    opacity: 1;
    transition: all .3s;
}

.v2-top .search-inner .form-control {
    height: 60px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #dfdfdf;
    font-size: 20px;
    font-family: pop-extralight;
    padding: 0;
}

.v2-top .search-inner .cl-srch {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 25px;
    font-weight: normal;
    color: #333;
}

.v2-top .container {
    position: unset;
}

.v2-top .search-inner .form-control:focus {
    border-bottom-color: #E37F12;
    box-shadow: 0 1px #E37F12;
}

.h-bottom .menu-nav .btn {
    text-transform: uppercase;
    font-family: pop-light;
}

.h-bottom .menu-nav ul {
    margin-right: 50px;
    padding-top: 8px;
}

.h-bottom .menu-nav ul li a:before {
    left: 0;
    transform: none;
    width: 0;
    background-color: #E37F12;
}

.h-bottom .menu-nav ul li a:hover:before,
.h-bottom .menu-nav ul li.current-menu-item a:before {
    width: 40%;
}

.h-bottom .menu-nav {
    padding-top: 14px;
}

.h-bottom .menu-nav ul li a:hover,
.h-bottom .menu-nav ul li.current-menu-item a {
    color: #E37F12;
    transition: all .3s;
}

.hero-s .item .cap h3 b:last-of-type {
    color: #E37F12;
}

.owl-carousel button.owl-dot.active {
    background-color: #E37F12;
}

.hero-s .item .cap a:hover {
    color: #E37F12;
}

.hero-s .item .cap a:hover:before {
    border-color: #E37F12;
}

.hero-s .item .cap a:hover:after {
    background-color: #E37F12;
}

.serv-s {
    padding: 70px 0;
}

.g-head {
    text-align: center;
    margin-bottom: 60px;
}

.g-head h3 {
    font-family: pop-extralight;
    font-size: 32px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.g-head h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35%;
    background-color: #E37F12;
    height: 4px;
}

.g-head p {
    font-family: pop-extralight;
    font-size: 17px;
    line-height: normal;
    text-transform: none;
    color: #000;
}

.about-s .ab-data .inner {
    background-color: #f5f5f5;
}

.about-s .ab-data .inner h3 {
    color: #000;
    padding-bottom: 15px;
}

.about-s .ab-data .inner h3:after {
    display: none;
}

.about-s .ab-data .inner h3:before {
    background-color: #E37F12;
    bottom: 0;
}

.about-s .ab-data .inner p {
    color: #000;
}

.about-s .ab-img {
    height: 500px;
}

/*
.chos .block {
    padding: 0 7%;
}
*/

.chos .inner h3 {
    position: relative;
    padding-bottom: 12px;
}

.chos .inner h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 80px;
    background-color: #E37F12;
    height: 4px;
    left: 0;
}

.chos .inner a {
    background-color: #E37F12;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    font-size: 15px;
    font-family: pop-light;
}

.chos .b-img {
    background-position: center;
    background-size: cover;
    height: 300px;
    /*    margin-top: 80px;*/
}

.ultimate {
    padding: 70px 0;
}

.ultimate .ul-head {
    margin-bottom: 50px;
}

.ultimate .ul-head .container {
    padding: 0;
}

.ultimate .ul-head h3 {
    display: inline-block;
    position: relative;
    font-family: pop-extralight;
    font-size: 32px;
    color: #000;
    padding-bottom: 10px;
}

.ultimate .ul-head h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 80px;
    background-color: #E37F12;
    height: 4px;
    left: 0;
}

.ultimate .ul-img {
    background-position: center;
    background-size: cover;
    height: 320px;
    float: right;
}

/*
.ultimate .ul-data {
    padding: 0 8%;
}
*/

.ultimate .ul-data p {
    color: #000;
    font-family: pop-extralight;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 50px;
}

.ultimate .ul-data .btn {
    background-color: #E37F12;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    font-size: 15px;
    font-family: pop-light;
}

.clients {
    position: relative;
    padding: 70px 0;
}

.clients:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/v3/client-bg.png);
    background-position: center;
    background-size: cover;
}

.clients .item {
    padding: 0 20px;
    height: 140px;
}

.clients .item img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.events {
    padding: 70px 0;
}

.events .item {
    transition: all .3s;
}

.events .owl-item {
    padding: 0 10px;
}

.events .item .i-img {
    height: 250px;
    border-top: 6px solid #E37F12;
    background-position: center;
    background-size: cover;
}

.events .item .i-img a {}

.events .item .i-data {
    background-color: #E37F12;
    padding: 30px;
}

.events .item .i-data .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    transition: all .3s;
}

.events .item .i-data p {
    color: #fff;
    font-family: pop-extralight;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
    overflow: hidden;
    max-height: 74px;
}

.events .item .i-data .i-footer span {
    color: #fff;
    font-family: pop-extralight;
}

.events .item .i-data .more {
    color: #fff;
    text-transform: uppercase;
    float: right;
    position: relative;
    padding-right: 32px;
    transition: all .3s;
}

.events .item .i-data .more:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    transition: all .3s;
}

.events .item .i-data .more:before {
    content: '';
    position: absolute;
    top: 10px;
    width: 20px;
    height: 1px;
    background-color: #fff;
    right: 0;
    transition: all .3s;
}

.events .item .i-data .more:hover {
    padding: 0;
    transition: all .3s;
    color: #000;
}

.events .item .i-data .more:hover:after,
.events .item .i-data .more:hover:before {
    right: -20px;
    opacity: 0;
    transition: all .3s;
}

.events .item .i-data .title:hover {
    color: #000;
    transition: all .3s;
    padding-left: 10px;
}

.events .item .i-img a {
    display: block;
    height: 100%;
}

.events .item:hover {
    transform: translateY(-5px);
    transition: all .3s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.ex-s:before {
    display: none;
}

.ex-s {
    padding: 0;
}

.ex-s .i-img {
    float: right;
    height: 589px;
    /* background-position: center; */
    background-size: cover;
}

.ex-s .inner {
    background-color: #E37F12;
    padding: 7% 5% 7% 7%;
}

.ex-s h3 {
    color: #fff;
    font-size: 43px;
    text-transform: none;
    margin-bottom: 35px;
}

.ex-s p {
    color: #fff;
}

.ex-s .btn {
    background-color: #ffffff;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    font-size: 15px;
    font-family: pop-light;
    color: #000;
}

.ex-s .btn:hover {
    background-color: #000;
    color: #fff;
}

.main-footer {
    background: #ffffff;
}

.main-footer .f-top .item-i li,
.main-footer .f-top .item-i li a {
    color: #000000;
}

.main-footer .f-top .item-i li a:hover {
    color: #E37F12;
}

.main-footer .f-top .item-i .form-group .form-control,
.main-footer .f-top .item-i .form-group .btn {
    border-radius: 0;
}

.main-footer .f-top .item-i .form-group .btn:hover {
    background: #5a5a5a !important;
}

.main-footer .f-top .item-i .form-group .form-control {
    background-color: #ececec;
}

.main-footer .f-top .item-i .btn {
    padding: 10px 20px;
    height: auto;
    line-height: normal;
    margin-top: 30px;
}

.main-footer .f-top .item-i .btn:after {
    background: #fff;
    left: 70px;
}

.main-footer .f-top .item-i .btn img {
    margin-right: 50px;
    top: -1px;
}

.main-footer .f-top .item-i .btn:hover {
    background-color: #505050 !important;
}

.main-footer .f-top .item-i .form-group .btn {
    margin: 0;
}

.main-footer .f-top {
    border-bottom-color: #efefef;
}

.main-footer .f-bottom {
    padding: 10px 0;
}

.main-footer .f-bottom .f-exra {
    padding-top: 20px;
}

.main-footer .f-bottom .f-exra p {
    color: #000;
}

.toTop {
    background: #E37F12;
    border-radius: 0;
    right: 103px;
    bottom: 119px;
}

.toTop:hover {
    background: #4c4c4c !important;
}

.hero-s .item:before {
    background-color: transparent;
    mix-blend-mode: normal;
}

.hero-s .item .cap {
    background-color: transparent;
}

.events .owl-dots,
.serv-s .owl-dots {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
    margin-top: 50px;
}

.events .owl-carousel button.owl-dot,
.serv-s .owl-carousel button.owl-dot {
    background-color: #333;
    border-radius: 50px;
}

.events .owl-carousel button.owl-dot.active,
.serv-s .owl-carousel button.owl-dot.active {
    background-color: #E37F12;
}

.main-footer .f-top .item-i.social-i h4 {
    margin-bottom: 20px;
}

.main-footer .f-top .item-i.social-i .social a {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    color: #E37F12;
    font-size: 20px;
    margin-right: 15px;
}

.main-footer .f-top .item-i.social-i .social a:hover {
    transform: translateY(-5px);
    transition: all .3s;
    color: #a5a5a5;
}

.btn {
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    background: #E37F12;
    padding: 0 20px;
    font-size: 14px;
}

.about-s .ab-data .inner .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    font-size: 15px;
    font-family: pop-light;
    text-transform: uppercase;
    margin-top: 20px;
}


.serv-s .s-item .s-img {
    height: 350px;
    background-position: center;
    background-size: cover;
}

.serv-s .s-item .s-data {
    background-color: #E37F12;
    padding: 35px 20px;
    min-height: 350px;
}

.serv-s .s-item .s-data .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    transition: all .3s;
}

.serv-s .s-item .s-data p {
    color: #fff;
    font-family: pop-extralight;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
    overflow: hidden;
    max-height: 187px;
    min-height: 187px;
}

.serv-s .s-item .s-data .more {
    color: #fff;
    text-transform: uppercase;
    float: right;
    position: relative;
    padding-right: 32px;
    transition: all .3s;
}

.serv-s .s-item .s-data .more:after {
    content: '';
    position: absolute;
    top: 10px;
    width: 20px;
    height: 1px;
    background-color: #fff;
    right: 0;
    transition: all .3s;
}

.serv-s .s-item .s-data .more:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    transition: all .3s;
}

.serv-s .s-item .s-data .more:hover {
    padding: 0;
    transition: all .3s;
    color: #000;
}

.serv-s .s-item .s-data .more:hover:after,
.serv-s .s-item .s-data .more:hover:before {
    right: -20px;
    opacity: 0;
    transition: all .3s;
}

.serv-s .owl-item.active {
    padding: 0;
}

.serv-s .owl-item.active + .active {
    padding: 0 0 0 10px;
}

.about-s,
.chos,
.ultimate,
.ex-s {
    overflow: hidden;
}

.hero-s.about-hero .item {
    background-color: #000;
    height: 400px;
}

.hero-s.about-hero .item:before {
    background-color: #000;
    mix-blend-mode: luminosity;
    background-image: url(../images/v3/ab-hero.jpg);
    background-position: center;
    background-size: cover;
    opacity: .3;
}

.hero-s.about-hero .item .cap h3 {
    font-size: 45px;
}

.hero-s.about-hero .item .cap {
    padding: 0 7%;
    max-width: 79%;
}

.breadc {
    background-color: #E37F12;
    padding: 15px 0;
}

.breadc ul li {
    display: inline-block;
    color: #fff;
    font-family: pop-light;
    font-size: 15px;
}

.breadc ul li:after {
    font-family: fontawesome;
    content: "\f105";
    margin: 0 7px;
}

.breadc ul li a {
    color: inherit;
    font-family: inherit;
    font-size: 18px;
}

.breadc ul li:last-child:after {
    display: none;
}

.teams {
    padding: 70px 0;
    overflow: hidden;
}

.g-head h4 {
    color: #000;
    max-width: 70%;
    margin: 20px auto 30px;
    line-height: 1.4;
}

.teams .g-head p {
    max-width: 70%;
    margin: 0 auto;
}

.teams .g-head h3:after {
    left: 50%;
    transform: translateX(-50%);
}

.teams .g-head h3 {
    color: #000;
}

.teams .block {
    padding: 20px 50px;
}

.teams .block .inner .i-img {
    height: 350px;
    background-position: center;
    background-size: cover;
}

.teams .block .inner .i-img a {
    display: block;
    height: 100%;
}

.teams .block .inner .i-data {
    background-color: #E37F12;
    padding: 20px;
}

.teams .block .inner .i-data a {
    color: #fff;
    font-family: pop-bold;
    font-size: 30px;
    max-width: 60%;
    transition: all .3s;
}

.teams .block .inner .i-data a:hover {
    color: #000;
    transition: all .3s;
}

.teams .block .inner:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) scale(1.1);
}

.teams .block .inner {
    transition: all .3s;
}

.teams + .chos {
    padding-top: 0;
}

.teams + .chos,
.teams + .chos + .ultimate {
    padding-bottom: 0;
}

.teams + .chos + .ultimate .ul-img {
    height: 500px;
}

.sectors {
    position: relative;
    background-color: #000;
    padding: 70px 0;
}

.sectors:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: screen;
    background-image: url(../images/v3/bo.jpg);
    background-position: 100% 0%;
    background-size: cover;
    opacity: .3;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.sectors .block {
    padding: 30px;
}

.sectors .block .inner .i-head {
    margin-bottom: 30px;
}

.sectors .block .inner .i-head h3 {
    color: #fff;
    font-family: pop-bold;
    font-size: 33px;
    position: relative;
    max-width: 60%;
    padding-left: 45px;
    line-height: 1.3;
}

.sectors .block .inner .i-head h3:before {
    position: absolute;
    left: 0;
    content: '';
    width: 15px;
    height: 100%;
    background-color: #E37F12;
}

.sectors .block .inner p {
    color: #fff;
    font-family: pop-extralight;
    line-height: 1.9;
}

.hero-s.about-hero.partner-hero .item:before {
    background-image: url(../images/v3/partners.png);
}

.top-partners {
    padding: 70px 0;
}

.top-partners .gallery-filters {
    text-align: center;
    margin-bottom: 20px;
}

.top-partners .gallery-filters li {
    display: inline-block;
    transition: all .5s;
    font-family: pop-semibold;
    font-size: 15px;
    padding: 10px 15px;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    user-select: none;
}

.top-partners .gallery-filters li.active {
    color: #fff;
    transition: all .5s;
}

.top-partners .gallery-box .mix {
    display: none;
    padding: 30px;
}

.top-partners .gallery-box .inner {
    transition: all .3s;
}

.top-partners .gallery-box .inner:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px);
}

.top-partners .gallery-box .inner:hover .i-img {
    background-color: #fff;
}

.top-partners .gallery-box .inner .i-img {
    height: 200px;
    background-color: #eaeae9;
    padding: 30px;
    transition: all .3s;
}

.top-partners .gallery-box .inner .i-data {
    background-color: #E37F12;
    padding: 20px;
}

.top-partners .gallery-box .inner .i-data a {
    color: #fff;
    font-family: pop-bold;
    font-size: 23px;
    max-width: 50%;
    transition: all .3s;
}

.top-partners .gallery-box .inner .i-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.top-partners .gallery-filters li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E37F12;
    transition: all .5s;
}

.top-partners .gallery-filters li:after {
    background-color: #E37F12;
    transition: all .5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translateY(110%);
}

.top-partners .gallery-filters li.active:after {
    transform: none;
    transition: all .5s;
}

.top-partners .gallery-filters li.active:before {
    transform: translatey(-110%);
    transition: all .5s;
}

.top-partners .gallery-box .inner .i-data a:hover {
    color: #712619;
    transition: all .3s;
    padding-left: 10px;
}

.top-partners .gallery-box .inner .i-data {
    min-height: 104px;
}

.techs {
    background-color: #E37F12;
    padding: 50px 0;
    text-align: center;
}

.techs p {
    color: #fff;
    margin: 0 auto 30px;
    font-size: 36px;
    font-family: pop-extralight;
    max-width: 40%;
}

.techs b {
    color: inherit;
    font-weight: normal;
    font-family: pop-bold;
    font-size: inherit;
}

.techs .btn {
    background-color: #fff;
    color: #000;
    padding: 0 40px;
    font-family: pop-semibold;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.techs .btn:hover {
    color: #fff;
}

.g-map {
    background-color: #f7f7f7;
    height: 600px;
}

.conto-data {
    padding: 30px 0;
}

.conto-data .inner {
    padding: 30px;
}

.conto-data .inner h3 {
    position: relative;
    font-family: pop-extralight;
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 26px;
}

.conto-data .inner h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background-color: #E37F12;
    width: 100px;
}

.conto-data .inner p {
    font-family: pop-extralight;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 30px;
}

.conto-data .inner h4 {
    font-family: pop-semibold;
    font-size: 15px;
    line-height: 1.5;
}

.conto-data .inner ul li {
    font-family: pop-extralight;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 15px;
}

.conto-data .inner ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #E37F12;
    font-size: 18px;
}

.conto-form {
    overflow: hidden;
}

.conto-form .f-img {
    float: right;
    background-position: center;
    background-size: cover;
    height: 660px;
}

.conto-form .f-data {
    background-color: #E37F12;
    padding: 5% 7%;
    min-height: 660px;
}

.conto-form .f-data h4 {
    color: #fff;
    font-family: pop-light;
    font-size: 35px;
    margin-bottom: 30px;
}

.conto-form .f-data .form-group {
    margin-bottom: 20px;
}

.conto-form .f-data .form-group .form-control {
    width: 100%;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0;
    font-size: 17px;
    font-family: pop-light;
    float: none;
}

.conto-form .f-data .form-group .btn {
    background-color: #fff;
    text-transform: uppercase;
    color: #000;
    font-family: pop-semibold;
    padding: 0 50px;
    margin-top: 30px;
}

.conto-form .f-data .form-group .list {
    width: 100%;
    border-radius: 0;
    border: 0;
}

.conto-form .f-data .form-group .list li {
    min-height: 0;
    line-height: normal;
    padding: 10px 15px;
    font-weight: normal;
    font-size: 13px;
}

.conto-form .f-data .form-group .form-control:after {
    content: '';
    border: 0;
    position: absolute;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #fff;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    top: 10px;
}

.conto-form .f-data .form-group .form-control:before {
    content: '';
    position: absolute;
    right: 9px;
    top: 18px;
    height: 1px;
    width: 28px;
    background-color: #fff;
}

.conto-form .f-data .form-group .form-control::placeholder {
    color: inherit;
}

.conto-form .f-data .form-group .form-control span {
    display: block;
    height: 100%;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.conto-form .f-data .form-group .form-control:focus {
    box-shadow: 0 1px #ef5a42;
    border-bottom-color: #ef5a42;
    transition: all .3s;
}

.conto-form .f-data .form-group .btn:hover {
    color: #fff;
}

.top-career + .techs p {
    max-width: 42%;
}

.top-career .g-head h3:after {
    left: 50%;
    transform: translateX(-50%);
}

.top-partners.top-career .gallery-box .inner .i-img {
    padding: 0;
}

.top-partners.top-career .gallery-box .inner .i-img img {
    object-fit: cover;
}

.hero-s.about-hero.career-hero .item:before {
    background-image: url(../images/v3/careers/cov.jpg);
}

.hero-s.about-hero.customer-hero .item:before {
    background-image: url(../images/v3/customers/cov.jpg);
}

.hero-s.about-hero.customer-hero .item:before,
.hero-s.about-hero.career-hero .item:before {
    mix-blend-mode: normal;
    transform: scaleX(-1);
}

.top-customer .g-head h3 {
    color: #000;
    display: block;
    margin: 0 auto 70px;
    max-width: 42%;
    line-height: 1.3;
    padding-bottom: 25px;
}

.top-customer .g-head h3:after {
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
}

.top-customer .g-head .btn {
    font-family: pop-light;
    background-color: #2e2c2b;
    font-size: 17px;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
}

.top-customer .gallery-box .block {
    padding: 30px;
}

.top-customer .gallery-box .block .inner .i-data h4 {
    color: #fff;
    font-family: pop-semibold;
    font-size: 15px;
    margin-bottom: 15px;
}

.top-customer .gallery-box .block .inner .i-data ul li {
    color: #fff;
    margin-bottom: 7px;
    font-size: 13px;
}

.top-customer .gallery-box .block .inner .i-data ul li:before {
    content: '-';
    font-family: pop-bold;
    font-size: 22px;
    line-height: 0;
    vertical-align: middle;
    margin-right: 8px;
}

.top-customer .gallery-box .block .inner .i-img {
    padding: 50px;
}

.hero-s.about-hero.ev-hero .item:before {
    background-image: url(../images/v3/events/cov.png);
}

.hero-s.ev-hero .item {
    background-color: transparent;
}

.hero-s.about-hero.ev-hero .item:before {
    transform: none;
    mix-blend-mode: normal;
    opacity: 1;
}

.hero-s.ev-hero .item img {
    position: relative;
    z-index: 1;
    float: right;
    padding: 20px 7%;
    object-fit: scale-down;
    width: 61%;
}

.ev-head {
    border-bottom: 1px solid #E37F12;
    margin-left: 20px;
    max-width: calc(100% - 40px);
}

.ev-head h3 {
    color: #000;
    font-family: pop-semibold;
    font-size: 22px;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

.ev-head h3:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E37F12;
    height: 4px;
}

.ev-item .events {
    padding: 60px 0;
}

.ev-item .events .item {}

.ev-item .events .item-wrap {
    padding: 0 20px;
}

.top-events .g-head h3 {
    margin: 0 auto;
}

.ev-item .events .item .i-img {
    border: 0;
    position: relative;
}

.ev-item .events .item .stat {
    position: absolute;
    left: 20px;
    top: 0;
    background-color: #dfdfdf;
    padding: 9px 30px;
    color: #000;
}

.ev-item .events .item .light-blue {
    background-color: #96dbff;
}

.ev-item .events .item .light-green {
    background-color: #63eda7;
}

.ev-item .events .item .light-pink {
    background-color: #dfa2f0;
}

.ev-item .events .item .light-yellow {
    background-color: #ffe66f;
}

.ev-item .events .item .light-red {
    background-color: #ff8787;
}

.ev-item .events .item .light-grey {
    background-color: #dbddde;
}

.hero-s.about-hero.proj-hero .item:before {
    background-image: url(../images/v3/projects/cov.png);
    background-position: center 17%;
    background-size: 79%;
    opacity: .5;
}

.top-projects .g-head h3 {
    margin-bottom: 40px;
}

.top-projects .g-head {
    margin: 0;
}

.top-projects .serv-s .s-item .s-data .auth {
    margin-bottom: 30px;
}

.top-projects .serv-s .s-item .s-data .auth span {
    color: #fff;
    font-family: pop-light;
    font-size: 15px;
}

.top-projects .serv-s .s-item .s-data .auth span:last-of-type:after {
    display: none;
}

.top-projects .serv-s .s-item .s-data .auth span:after {
    content: '|';
    margin: 0 15px;
}

.top-projects .serv-s .s-item .s-data p {
    min-height: 124px;
    max-height: 124px;
}

.top-projects .serv-s .block:nth-of-type(even) .s-item .s-img {
    float: right;
}

.top-projects .serv-s .block {
    margin-bottom: 30px;
}

.top-projects .serv-s .block:last-of-type {
    margin: 0;
}

.top-projects .serv-s {
    padding-bottom: 30px;
}

.hero-s.about-hero.service-hero .item:before {
    background-image: url(../images/v3/services/cov.png);
    mix-blend-mode: luminosity;
}

.top-service .g-head h3 {
    margin-bottom: 50px;
}

.top-service .g-head p {
    margin-bottom: 50px;
}

.top-service .g-head .btn {
    background-color: #E37F12;
}

.top-service .chos .inner h3 {
    max-width: 75%;
    line-height: 1.3;
}

.top-service .chos .b-img {
    margin: 0;
}

.top-service .chos {
    padding: 30px 0;
}

.on-need {
    padding-bottom: 70px;
    overflow: hidden;
}

.g-more {
    text-align: center;
    margin-top: 70px;
}

.g-more .btn {
    padding: 0 70px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

.on-need .g-head h3 {
    margin: 0 auto 30px;
    max-width: 25%;
    line-height: 1.5;
    color: #000;
}

.on-need .g-head h3:after {
    left: 50%;
    transform: translateX(-50%);
}

.on-need .o-item {}

.on-need .o-item .o-head {}

.on-need .o-item .o-head {
    background-color: #E37F12;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    height: 400px;
    text-align: center;
    position: relative;
}

.on-need .o-item .o-head h3 {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-family: pop-bold;
    font-size: 45px;
}

.on-need .o-item:nth-of-type(even) .o-head {
    float: right;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.on-need .o-item:nth-of-type(even) .o-head h3 {
    right: 10%;
    left: auto;
}

.on-need .o-item .o-list {
    padding: 3% 5% 3% 20%;
}

.on-need .o-item .o-list ul li {
    position: relative;
    font-family: pop-light;
    margin-bottom: 20px;
    padding-left: 50px;
}

.on-need .o-item .o-list ul li:before {
    content: '';
    width: 30px;
    height: 8px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 8px;
}

.on-need .o-item:nth-of-type(even) .o-list {
    padding-top: 7%;
}

.syno {
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    padding: 70px 70px 0;
}

.syno:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/v3/services/s-counter.png);
    background-position: center;
    background-size: cover;
    mix-blend-mode: overlay;
}

.syno .g-head {
    text-align: left;
}

.syno .g-head h3 {
    color: #fff;
    font-size: 30px;
    padding-bottom: 20px;
}

.syno .g-head h3 b {
    display: block;
    color: #fff;
    font-weight: normal;
    font-family: pop-bold;
    font-size: 25px;
    margin-top: 10px;
}

.syno .sy-item {
    margin-bottom: 100px;
}

.syno .sy-item .sy-img {
    float: left;
    width: 80px;
    height: 70px;
    margin-right: 20px;
}

.syno .sy-item .sy-img img {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

.syno .sy-item h3 {
    overflow: hidden;
    color: #fff;
    font-family: pop-semibold;
    border-left: 13px solid #E37F12;
    padding-left: 20px;
    max-width: 60%;
    line-height: 1.5;
    min-height: 72px;
}

.hero-s.about-hero.consult-hero .item:before {
    background-image: url(../images/v3/consult/cov.png);
    mix-blend-mode: luminosity;
    opacity: .18;
}

.hero-s.consult-hero .item .cap {
    max-width: 60%;
}

.hero-s.consult-hero .item .cap h3 {
    margin-bottom: 10px;
}

.hero-s.consult-hero .item .cap p {
    color: #fff;
    font-family: pop-light;
    font-size: 17px;
    margin-bottom: 30px;
}

.consult-teams .block .inner .i-img {
    background-color: #212121;
    text-align: center;
    line-height: 300px;
    height: 300px;
}

.consult-teams .block .inner .i-img img {
    width: 120px;
    object-fit: scale-down;
}

.consult-teams .block .inner .i-data h3 {
    color: #fff;
    font-family: pop-bold;
    font-size: 25px;
    max-width: 100%;
    transition: all .3s;
    margin-bottom: 15px;
}

.consult-teams .block .inner .i-data p {
    color: #fff;
    font-family: pop-light;
    line-height: 1.7;
    overflow: hidden;
    max-height: 45px;
    margin: 0;
}

.consult-teams .block {
    padding: 30px;
}

.clients .g-head h3:after {
    left: 50%;
    transform: translateX(-50%);
}

.clients .g-head h3 {
    max-width: 41%;
    line-height: 1.3;
    color: #000;
}

.hero-s.train-hero .item .cap h3 {
    font-size: 40px;
}

.hero-s.about-hero.train-hero .item:before {
    background-image: url(../images/v3/training/cov.png);
    mix-blend-mode: luminosity;
    opacity: .3;
}

.train .g-head h3 {
    max-width: 35%;
}

.train {
    padding-top: 70px;
}

.on-need.train .o-item .o-list ul {
    margin-bottom: 70px;
}

.on-need.train .o-item .o-list .btn {
    padding: 0 70px;
    height: 50px;
    line-height: 50px;
}

.on-need.train .o-item .o-head {
    clip-path: none;
    height: auto;
    line-height: normal;
    background-color: #212121;
    border-right: 11px solid #E37F12;
    padding: 30px;
    text-align: center;
}

.on-need.train .o-item .o-head h3 {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
}

.on-need.train .o-item .o-head h3 b {
    font-size: inherit;
    font-family: inherit;
    display: block;
    color: #E37F12;
}

.on-need.train .o-item .o-list {
    padding: 0% 5% 5% 20%;
}

.tr-sol {
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.tr-sol:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.74);
}

.tr-sol .g-head {
    margin-bottom: 30px;
}

.tr-sol .g-head h3 {
    color: #fff;
}

.tr-sol p {
    color: #fff;
    font-family: pop-extralight;
    margin: 0 auto 50px;
    max-width: 65%;
    font-size: 16px;
    line-height: 2;
}

.tr-sol .btn {
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

.tr-sol .g-head h3 b {
    color: inherit;
    font-weight: normal;
    font-family: pop-bold;
    font-size: inherit;
}

.tr-sol .g-head h3:after {
    left: 50%;
    transform: translateX(-50%);
}

.on-need .o-item:nth-of-type(even) .o-head {
    border: 0;
    border-left: 11px solid #E37F12;
}

.teams .block .inner .i-data a {

    font-size: 20px !important;
    max-width: 100% !important;
}

.main-head {
    position: relative;
    z-index: 7;
}

.menu-item-has-children .sub-menu {
    margin: 0 !important;
    min-width: 250px;
}

.menu-item-has-children .sub-menu li a {
    line-height: 1.7;
}

.menu-item-has-children .sub-menu li a:hover {
    background-color: #E37F12;
}

.hero-s .item:before {
    background-image: none !important;
    opacity: .8 !important;
}

.ultimate .ul-data li {
    color: #000;
    font-family: pop-extralight;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 10px;
    list-style: disc;
    list-style-position: inside;
}

.ultimate .ul-data p {
    margin: 0;
}

.ultimate .ul-data ul {
    margin-bottom: 35px;
}

.ex-s .inner {
    min-height: 589px;
    padding-bottom: 0;
}

.hero-s .item .cap h3 b {
    margin: 0;
}

.v2-top .lang a {

    background-color: #6f6f6f !important;
}


.wrapper {
    padding: 0 100px;
}

.v2-top .container,
.h-bottom .container,
.main-footer .container {
    padding: 0;
}

/* ************ NEW ********** */

.wrapper {
    padding: 0;
}

.v2-top {
    padding: 0 87px;
}

.v2-top .container {
    position: relative;
}

.v2-top .search-inner .form-control {
    padding: 0 20px;
}

.v2-top .search-inner .cl-srch {
    right: 20px;
}

.h-bottom .menu-nav ul li a:hover:before,
.h-bottom .menu-nav ul li.current-menu-item a:before {
    width: 100%;
}

.main-footer {
    background-color: #f1f1f1;
}

.main-footer .f-top .item-i .form-group .form-control {
    background-color: #fff;
}

.main-footer .f-top {
    border-bottom-color: #dadada;
}

.clients:before {
    display: none;
}

.cl-slider.owl-carousel.owl-theme {
    display: block !important;
}

.main-content {
    max-width: 87%;
    margin: 0 auto;
    float: none;
}

.ultimate {
    background-color: #f5f5f5;
    padding: 70px 30px;
}

.ex-s {
    margin-bottom: 70px;
}

.ex-s .inner {
    padding: 7%;
}

.ex-s .i-img {
    height: 701px;
}

.clients .item {
    width: 25%;
    float: left;
    margin-bottom: 50px;
}



.hero-s.about-hero,
.g-map {
    margin: 0 auto;
    float: none;
    width: calc(100% + 200px);
    clear: both;
    max-width: none;
    flex: none;
    margin-left: -100px;
}

body {
    overflow-x: hidden;
}

.tr-sol,
.techs,
.conto-form,
.sectors {
    margin-bottom: 70px;
}

.sidebar .side-nav ul li a:hover {
    color: #e37f12 !important;
}

.sidebar .side-exra img {
    object-fit: contain;
    width: 25px;
    height: 25px;
    display: none;
}

.sidebar .side-exra span {
    height: auto !important;
    line-height: normal !important;
    background-color: transparent !important;
    color: #000 !important;
    padding: 0 !important;
}


.builder-content {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.builder-content h2 {
    font-family: pop-extralight;
    margin-bottom: 20px;
    font-size: 30px;
    color: #000;
    padding-bottom: 12px;
    position: relative;
}

.builder-content h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 80px;
    background-color: #E37F12;
    height: 4px;
    left: 0;
}

.builder-content hr {
    display: none;
}

.builder-content p {
    font-family: pop-extralight;
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.7;
}

.builder-content ol {
    margin: 20px 0;
    padding: 0;
}

.builder-content li {
    font-family: pop-extralight;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #000;
    list-style: disc;
}

.about-s .ab-data .inner ol {
    margin: 30px 0;
    padding: 0;
}

.about-s .ab-data .inner ol li {
    font-family: pop-extralight;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.about-s .ab-data .inner p {
    margin-bottom: 0;
}

/** ****** for the language ******* * */

.sidebar .side-exra {
    display: none;
}

/** ***** End LAng ****** */


.ex-s,
.tr-sol,
.hero-s,
.ultimate,
.sectors,
.conto-form {
    margin: 0 auto;
    float: none;
    width: calc(100% + 200px);
    clear: both;
    max-width: none;
    flex: none;
    margin-left: -100px;
}

.ex-s .inner {
    padding: 70px 7%;
}

.clients .item {
    padding: 0 10px;
    height: 70px;
    width: 20%;
}

.clients .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ultimate {
    padding: 70px 0;
}

.ultimate .ul-data {
    padding: 0 7%;
}

.hero-s .item .cap h3 {
    font-size: 30px;
    line-height: 1.5;
    word-spacing: 5px;
}

.hero-s .item .cap h3 b {
    margin: 0 5px;
}

.hero-s .item {
    height: 400px;
}

.owl-dots {
    bottom: 70px;
}

.hero-s.about-hero .item .cap h3 {
    font-size: 30px;
    word-spacing: 0;
}

.g-head h4 {
    font-family: pop-extralight;
    font-size: 17px;
    line-height: normal;
    text-transform: none;
    color: #000;
    max-width: 100%;
    margin: 20px auto 2px;
}

.sectors + .clients {
    padding-bottom: 20px;
}

.menu-item-has-children .sub-menu {
    overflow: hidden;
    max-height: 250px;
    overflow-y: auto;
    scrollbar-color: #838281 #dfdfdf;
    scrollbar-width: thin;
}

.menu-item-has-children .sub-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.menu-item-has-children .sub-menu::-webkit-scrollbar-track {
    background-color: #dfdfdf;
}

.menu-item-has-children .sub-menu::-webkit-scrollbar-thumb {
    background-color: #838281;
}

.chos .inner p strong,
.chos .inner p b {
    font-weight: normal;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.on-need .g-head h3 {
    max-width: 100%;
}

.builder-content h2 {
    text-align: center;
    padding-bottom: 15px;
}

.builder-content h2:after {
    left: 50%;
    transform: translateX(-50%);
}

.builder-content table {
    width: 100%;
    border: 1px solid #dfdfdf;
    margin-top: 30px;
}

.builder-content table td {
    border: 1px solid #dfdfdf;
    vertical-align: middle;
    padding: 15px;
}

.conto-data .inner h4 {
    font-family: pop-extralight;
    font-size: 16px;
}

.conto-data .inner p {
    margin-bottom: 5px;
}

.builder-content p img {
    margin: 10px;
}

.syno .sy-item h3 {
    max-width: 100%;
    font-size: 20px;
}

.chos .block .inner ul li {
    font-family: pop-extralight;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.7;
    color: #000;
    list-style: disc;
}

.chos .block .inner ul {
    padding-left: 20px;
}

.h-bottom .menu-item-has-children .sub-menu {
    max-height: none;
    overflow: visible;
    min-width: 500px;
    padding: 0 !important;
}

.h-bottom .menu-item-has-children .sub-menu li {
    width: 50%;
    float: left;
    padding: 10px 10px 10px 0;
    list-style: disc;
}

.h-bottom .menu-item-has-children .sub-menu li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    margin: 0;
    border-left: 2px solid #dfdfdf;
    padding: 5px 10px !important;
}

.h-bottom .menu-item-has-children .sub-menu li a:hover {
    background-color: transparent;
    color: #e37f12 !important;
    border-color: #e37f12;
}

.h-bottom .menu-item-has-children .sub-menu:before {
    content: '';
    position: absolute;
    left: 25px;
    top: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-top: 0;
    filter: drop-shadow(0px -1px 0px rgba(0, 0, 0, .1));
}

.h-bottom .menu-item-has-children .sub-menu li:nth-of-type(even) {
    background-color: #f9f9f9;
}


.sidebar .side-nav .menu-item-has-children .sub-menu {
    max-height: none;
    overflow: visible;
}

/* ************ NEW2 ************ */

.syno,
.techs{
    margin: 0 auto;
    float: none;
    width: calc(100% + 200px);
    clear: both;
    max-width: none;
    flex: none;
    margin-left: -100px;
}

.h-bottom .menu-item-has-children#menu-item-960 .sub-menu {
    width: 425px;
    min-width: 200px;
}

.main-footer {
    background-color: #101010;
}

.main-footer .f-top .item-i h4 {
    color: #e37f12;
    font-size: 17px;
}

.main-footer .f-top .item-i li, .main-footer .f-top .item-i li a {
    color: #fff;
    font-size: 13px;
    line-height: 1.7;
}

.main-footer .f-top {
    border-bottom-color: #232323;
}

.main-footer .f-bottom .f-exra p {
    color: #fff;
}

.main-footer .f-bottom .f-exra p a:hover {
    border-bottom-color: #e37f12;
    color: #e37f12;
}

.chos .block .inner ul li {
    float: left;
    max-width: 49%;
    padding: 0 0 0 30px;
    list-style: none;
    font-size: 15px;
    position: relative;
    width: 50%;
    min-height: 59px;
}

.chos .block .inner ul li:before {content: '';position: absolute;left: 0;top: 8px;width: 7px;height: 7px;background-color: #3a3a3a;border-radius: 100%;}

.chos .block .inner ul li:nth-of-type(odd):before {
    left: -20px;
}

.chos .block .inner ul li:nth-of-type(odd) {
    padding: 0 10px;
}

.on-need .o-item .o-list ul li {
    width: 50%;
    float: left;
    padding-right: 20px;
    line-height: 1.5;
}

.on-need .o-item .o-list {
    padding: 3% 3% 3% 10%;
}

.on-need .g-more {
    margin-top: 0;
}

.on-need .o-item .o-head {
    height: 290px;
}

.on-need .o-item .o-head h3 {
    font-size: 36px;
}

.top-customer .g-head h3 {
    max-width: 60%;
    font-size: 28px;
}

.builder-content li {
 width: 33%;
    float: left;
    list-style: inside;
    padding: 0 20px;
}

.builder-content ul {
    margin-top: 40px;
}

.hero-s + .builder-content {
    margin-top: 70px;
}

.hero-s + .builder-content {
    margin-top: 70px;
    margin-bottom: 0;
}

.builder-content p img {
    display: block;
    margin: 30px auto;
}

.ultimate .ul-data li {
    float: left;
    padding: 0 40px 0 5px;
    font-size: 15px;
    width: 50%;
    list-style-position:outside;
}

.ultimate .ul-data {
    padding: 0 0 0 7%;
}

.builder-content p span {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.builder-content li {overflow: hidden;max-height: 85px;}

.hero-s + .on-need {
    margin-top: 70px;
}

.on-need .o-item .o-head {
    display: none;
}

.on-need .o-item .o-list {
    width: 100%;
    max-width: 100%;
    flex: none;
    padding: 0 7% !important;
}
.builder-content p img {
    width: 33.33% !important;
    float: left;
    height: 400px !important;
    object-fit: scale-down;
}
.techs {
    background-color: #f1f1f1;
}

.techs p {
    color: #636363;
    border: 0;
    padding-bottom: 20px;
}

.conto-form .f-data .form-group .form-control:after,
.conto-form .f-data .form-group .form-control:before{
    display:none;
}

.conto-form .f-data .form-group .form-control[type="file"] {
    line-height: 23px;
}.top-service .chos .b-img {
    margin-top: 85px;
}
.chos .b-img{
    margin-top: 70px;
}

.chos .b-img {
    margin-top: 70px;
}

.on-need.train .o-item .o-list ul {
    display: table;
    width: 100%;
}

.on-need.train .o-item .o-list {
    text-align: center;
}

.on-need.train .o-item .o-list ul li {
    text-align: left;
}

.hero-s + .on-need.train {margin-top: 0;}

.on-need .o-item {
    /* margin-bottom: 70px; */
    background-color: #fcfcfc;
    padding: 50px 0;
}

.on-need.train .o-item .o-head {
    display: block;
    padding: 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    background-color: transparent;
    border: 0;
    padding-bottom: 20px;
}

.on-need.train .o-item .o-head:after {content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);height: 4px;background-color: #e37f12;width: 10%;}

.on-need.train .o-item .o-head h3 {
    color: #363636;
    font-size: 32px;
    font-family: pop-extralight;
}

.on-need.train .o-item .o-head h3 b {
    display: inline-block;
    color: inherit;
    font-weight: normal;
}.ultimate .ul-data p,.ultimate .ul-data ul {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.ultimate .ul-data ul li {
    width: 100%;
}.techs b {
    vertical-align: middle;
}

.techs b:last-of-type {
    margin-left: 8px;
}.about-s + .chos .b-img {
    display: none;
}

.about-s + .chos .block {
    max-width: 100%;
}

.about-s + .chos .block ul li {
    width: 33.33%;
    padding: 0px 30px !important;
}

.about-s + .chos .block ul li:before {
    left: 0 !important;
}

.about-s + .chos .block ul {
    display: table;
    width: 100%;
}


.about-s + .chos .block .btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.g-more .btn {
    margin-top: 50px;
}


.v2-top .container .lang {

width: 20%; }

.h-bottom .menu-item-has-children .sub-menu li a {
    white-space: normal;
    overflow: visible;
}

.h-bottom .menu-item-has-children .sub-menu li {
    padding: 0 !important;
    background-color: #fff !important;
    float: none;
    display: inline-block !important;
}

.h-bottom .menu-item-has-children .sub-menu {
    padding: 5px 0 !important;
}

.h-bottom .menu-item-has-children .sub-menu li a {
    overflow: hidden;
    max-height: 48px;
    padding: 8px 15px !important;
/*     min-height: 48px; */
}