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

/* ****************** */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
/*     text-transform: capitalize; */
    font-family: rob-rg;
    color: #090B27;
    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: #ffb800;
    color: #fff;
}

::selection {
    background-color: #ffb800;
    color: #fff;
}

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;
    margin: 0;
}

.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 #2c4c99;
    -webkit-box-shadow: 0 1px 0 0 #2c4c99;
    box-shadow: 0 1px 0 0 #2c4c99;
    color: #303030;
}

.row {
    margin-bottom: 0;
}

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

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

.toTop {
    background-color: #FFB800;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: -60px;
    width: 40px !important;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 0;
    text-align: center;
    z-index: 35;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    border-radius: 50px;
}

.toTop:hover {
    background-color: #A2A2A2;
    -webkit-transition: all .5s;
    transition: all .5s;
}

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;
}

.main-head .h-extra .ex-btns .op-menu {
    color: #000;
    font-size: 18px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    display: none;
    vertical-align: middle;
}

.main-head {
    padding: 20px 0;
}

.main-head .logo {
    display: inline-block;
}

.main-head .h-extra {
    float: right;
}

.main-head .h-extra ul {
    display: inline-block;
    padding-top: 15px;
}

.main-head .h-extra ul li {
    display: inline-block;
    margin-left: 40px;
}

.main-head .h-extra ul li a {
    text-transform: uppercase;
    color: rgba(9, 11, 39, 0.40);
    transition: all .5s;
    overflow: hidden;
    text-shadow: 0 -70px 50px #090B27;
    padding: 10px;
    position: relative;
}

.main-head .h-extra ul li.current-menu-item a,
.main-head .h-extra ul li a:hover {
    transition: all .5s;
    text-shadow: 0 0 #090B27;
}

.main-head .h-extra .op-menu {
    width: 30px;
    margin-top: 23px;
    float: right;
    display: none;
}

.main-head .h-extra .op-menu span {
    background-color: #090B27;
    height: 3px;
    width: 100%;
    display: block;
    position: relative;
}

.main-head .h-extra .op-menu span:nth-of-type(2) {
    margin: 6px 0;
}

.main-head .logo img {
    width: 130px;
}

.main-head .h-extra .op-menu span:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #fcb040;
    transition: all .3s;
}

.main-head .h-extra .op-menu:hover span:before {
    width: 100%;
    transition: all .3s;
}

.main-head .h-extra .op-menu:hover span:nth-of-type(1):before {
    transition-duration: .5s;
}

.main-head .h-extra .op-menu:hover span:nth-of-type(2):before {
    transition-duration: .7s;
}

.main-head .h-extra .op-menu:hover span:nth-of-type(3):before {
    transition-duration: .9s;
}

.main-head .h-extra ul li a:before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 11px;
    height: 9px;
    background-color: rgba(255, 184, 0, 0.10);
    width: 0;
    transition: all .3s;
    z-index: -1;
}

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

.hero-s .item {
    padding: 30px 0 0;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 500px;
    background-color: #000;
}

.hero-s .item:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background-color: #000000;
    mix-blend-mode: soft-light;
}

.hero-s .item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #F9F9F9;
    width: 20%;
    height: 100%;
    z-index: 0;
    border-bottom: 30px solid #fff;
}

.hero-s .item .cap {
    background-color: rgba(33, 33, 33, 0.9);
    position: relative;
    z-index: 1;
    padding: 30px;
    max-width: 470px;
}

.hero-s .item .cap h3 {
    color: #fff;
    font-family: robslab-lt;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.hero-s .item .cap p {
    color: rgba(255, 255, 255, 0.75);
    font-family: rob-lt;
    text-transform: none;
    margin-bottom: 20px;
}

.hero-s .item .cap a {
    color: #FFB800;
    font-family: rob-bd;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.hero-s .item .cap a:hover {
    padding-left: 10px;
    transition: all .3s;
    border-bottom-color: #FFB800;
}

.hero-s .item .cap a:before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: -1;
    height: 8px;
    background-color: #090b27;
    width: 0;
    transition: all .3s;
}

.hero-s .item .cap a:hover:before {
    width: 100%;
    transition: all .7s;
}

.hero-s .owl-dots {
    position: absolute;
    bottom: 90px;
    left: 7%;
    counter-increment: slides-num;
    min-width: 115px;
}

.hero-s .owl-dots:before {
    content: "0"counter(slides-num);
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    color: #1D2047;
    font-family: rob-bd;
    margin-right: 10px;
    content: '01';
}

.hero-s .owl-dots .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    background-color: rgba(255, 184, 0, 0.15);
    height: 2px;
    width: 20px;
    border-radius: 100px;
    transition: all .3s;
    outline: none;
    vertical-align: middle;
}


.hero-s .owl-dots .owl-dot.active:before {
    content: "0"counter(slides-num);
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #1D2047;
    font-family: rob-bd;
}

.hero-s .owl-dots .owl-dot.active {
    background-color: #FFB800;
    transition: all .3s;
}

.hero-s .owl-nav {
    position: absolute;
    left: 7%;
    bottom: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #FFB800;
    border: 1px solid #FFB800;
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    transition: all .3s;
    outline: none;
}

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

.about-s {
    padding: 60px 0;
}

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

.g-head span {
    color: #FFB800;
    font-family: rob-bd;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
}

.g-head h3 {
    font-family: robslab-rg;
    font-size: 32px;
    line-height: 1.3;
    margin-top: 5px;
}

.about-s .ab-img {
    height: 615px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.about-s .ab-img:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 10px;
    background-color: #F9F9F9;
    height: calc(100% - 20px);
    width: 100%;
    z-index: -1;
}

.about-s .ab-data {
    padding-left: 50px;
    padding-right: 7%;
}

.about-s .ab-data .block {
    padding: 15px 30px;
}

.about-s .ab-data .block img {
    height: 40px;
    width: 40px;
    object-fit: scale-down;
    margin-bottom: 10px;
}

.about-s .ab-data .block h4 {
    font-family: robslab-rg;
    margin-bottom: 10px;
    line-height: 1.4;
    overflow: hidden;
    max-height: 50px;
    min-height: 50px;
}

.about-s .ab-data .block p {
    color: #A2A2A2;
    font-family: rob-lt;
    font-size: 13px;
    line-height: 1.6;
    overflow: hidden;
    max-height: 40px;
}

.btn {
    background-color: #FFB800;
    border-radius: 0;
    border: 0;
    padding: 0 60px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-family: rob-bd;
    font-size: 11px;
    letter-spacing: 2px;
    transition: all .3s;
}

.btn:hover {
    background-color: #939598;
    transition: all .3s;
    color: #fff;
}

.train-s {
    position: relative;
    text-align: right;
    padding: 50px 0;
    overflow: hidden;
}

.train-s .g-head {
    text-align: right;
}

.train-s:before {
    content: '';
    position: absolute;
    right: -150px;
    top: 0;
    width: 90%;
    height: 100%;
    background-color: rgba(207, 207, 207, 0.21);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    transform: skewX(25deg);
}

.train-s .tr-img {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
    height: 300px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    transform: skewX(-25deg);
    left: -70px;
    overflow: hidden;
}

.train-s .tr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skewX(25deg);
    right: -50px;
    position: relative;
}

.train-s .tr-data {
    padding-right: 8%;
    padding-left: 15%;
}

.train-s .tr-data h3 {
    font-family: robslab-lt;
    font-size: 30px;
    margin-bottom: 20px;
}

.train-s .tr-data p {
    color: #A2A2A2;
    font-family: rob-lt;
    line-height: 1.6;
    overflow: hidden;
    margin-bottom: 50px;
    max-height: 87px;
}

.train-s .tr-data a {
    position: relative;
    overflow: hidden;
    font-family: rob-bd;
    text-transform: uppercase;
    font-size: 11px;
    color: #FFB800;
    letter-spacing: 1px;
    padding-right: 50px;
    transition: all .3s;
}

.train-s .tr-data a:before {
    content: '';
    position: absolute;
    right: 9px;
    top: 3px;
    width: 7px;
    height: 7px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #FFB800;
    transform: rotate(45deg);
    transition: all .3s;
}

.train-s .tr-data a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 6px;
    width: 25px;
    height: 1px;
    background-color: #FFB800;
    transition: all .3s;
}

.train-s .tr-data a:hover:after,
.train-s .tr-data a:hover:before {
    right: -50px;
    transition: all .3s;
    opacity: 0;
}

.train-s .tr-data a:hover {
    padding: 0;
    transition: all .3s;
    color: #090b27;
}

.service-s {
    padding: 60px 0;
}

.service-s .g-head {
    text-align: left;
    border-bottom: 1px solid rgba(196, 196, 196, 0.50);
    padding-bottom: 20px;
}

.g-head p {
    color: #A2A2A2;
    font-family: rob-lt;
    font-size: 13px;
    margin-top: 15px;
    max-width: 42%;
    line-height: 1.6;
    text-transform: none;
}

.service-s .item .it-img {
    height: 374px;
    background-position: center;
    background-size: cover;
}

.service-s .item .it-data {
    padding-left: 100px;
    text-align: right;
    padding-top: 80px;
}

.service-s .item .it-data h3 {
    font-family: robslab-lt;
    font-size: 30px;
    margin-bottom: 20px;
}

.service-s .item .it-data p {
    color: #A2A2A2;
    font-family: rob-lt;
    line-height: 1.6;
    overflow: hidden;
    margin-bottom: 50px;
    max-height: 108px;
}

.service-s .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
}

.service-s .owl-nav button.owl-prev,
.service-s .owl-nav button.owl-next {
    background-color: transparent;
    color: #FFB800;
}

.service-s .owl-nav button.owl-prev {
    margin-right: 15px;
}

.train-s.indust:before {
    transform: skewX(-25deg);
    border-radius: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    left: -150px;
    right: auto;
}

.train-s.indust,
.train-s.indust .g-head {
    text-align: left;
}

.train-s.indust .tr-img {
    float: right;
    border-radius: 0;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    transform: skewX(25deg);
    right: -70px;
    left: auto;
}

.train-s.indust .tr-img img {
    transform: skewX(-25deg);
    left: -50px;
    right: auto;
}

.train-s.indust .tr-data {
    padding: 0 15%;
}

.indust .owl-nav {
    position: absolute;
    top: 20%;
    transform: translateY(-50%) rotate(90deg);
    left: 1%;
}

.indust .owl-nav button.owl-prev,
.indust .owl-nav button.owl-next {
    background-color: transparent;
    color: #FFB800;
}

.indust .owl-nav button.owl-next {
    margin-left: 20px;
}

.train-s.indust .g-head {
    padding: 0 14%;
}

.indust .item {
    overflow: hidden;
}

.cases {
    padding: 60px 0;
}

.cases .g-head {
    text-align: left;
    position: relative;
    border-bottom: 1px solid rgba(196, 196, 196, 0.50);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.g-head a {
    position: absolute;
    right: 0;
    top: 40px;
}

.cases .g-body {
    padding-left: 8%;
}

.cases .item {
    padding: 20px;
}

.cases .item .item-data {
    margin-bottom: 30px;
    transition: all .3s;
    opacity: 0;
    position: absolute;
    left: -150%;
    top: 0;
}

.cases .item .item-data h3 {
    font-family: robslab-lt;
    font-size: 30px;
    margin-bottom: 20px;
}

.cases .item .item-data p {
    color: #A2A2A2;
    font-family: rob-lt;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 13px;
}

.cases .item .item-img {
    background-color: #F8F8F8;
    border-radius: 10px;
    transition: all .3s;
    height: 300px;
    padding: 50px;
    margin-top: 108px;
}

.cases .center .item .item-img {
    box-shadow: 0 6px 15px rgba(61, 61, 61, 0.16);
    background-color: #fff;
    transition: all .3s;
    transform: scale(1.1);
}

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

.cases .center .item .item-data {
    opacity: 1;
    transition: all .3s;
}

.cases .owl-carousel .owl-stage-outer {
    padding: 0 0 30px;
}

.cases .owl-nav {
    position: absolute;
    right: 7%;
    padding: 0 15px;
    top: 0;
}

.cases .owl-nav button.owl-prev,
.cases .owl-nav button.owl-next {
    background-color: transparent;
    color: #ffb800;
}

.cases .owl-nav button.owl-next {
    margin-left: 15px;
}

.main-footer {
    background: -webkit-linear-gradient(top, rgba(244, 244, 244, 0.24), #fff, #fff, rgba(244, 244, 244, 0));
    padding: 100px 0 0;
    overflow: hidden;
}

.main-footer:before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 200px;
}

.main-footer:after {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 100%;
    left: 42.7%;
    transform: translateX(-50%);
    top: 100px;
}

.conts {
    border-bottom: 1px solid rgba(112, 112, 112, 0.13);
    padding-bottom: 100px;
}

.conts .g-head {
    text-align: left;
    position: relative;
    z-index: 1;
}

.conts .g-head p {
    max-width: 80%;
}

.conts .form-group {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.conts .form-group:last-of-type {
    margin: 0;
}

.conts .form-group .form-control {
    box-shadow: 0 4px 8px rgba(110, 110, 110, 0.11);
    border: 1px solid transparent;
    height: 60px;
    border-radius: 0;
    padding: 0 20px;
    transition: all .3s;
}

.conts .form-group .form-control::placeholder {
    color: #A2A2A2;
    font-family: rob-lt;
}

.conts .form-group textarea.form-control {
    height: 126px !important;
    padding-top: 20px !important;
}

.conts .form-group .btn {
    width: 100%;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
}

.conts .form-group .form-control:focus {
    box-shadow: 0 4px 8px rgba(255, 184, 0, 0.11);
    border: 1px solid #ffb800;
    transition: all .3s;
}

.f-top {
    padding: 70px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.13);
    position: relative;
    z-index: 1;
}

.f-top .f-item h4 {
    font-size: 16px;
    font-family: robslab-rg;
    margin-bottom: 15px;
}

.f-top .f-item ul li {
    color: #9B9B9B;
    margin-bottom: 7px;
}

.f-top .f-item ul li a {
    color: inherit;
    font-size: inherit;
    transition: all .3s;
}

.f-top .f-item ul li a:hover {
    color: #ffb800;
    transition: all .3s;
    padding-left: 5px;
}

.f-bottom p {
    display: inline-block;
    color: #898BA6;
    font-family: robslab-rg;
    padding-top: 10px;
	    direction: initial;
}

.f-bottom p a {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    border-bottom: 1px solid transparent;
}

.f-bottom .social {
    float: right;
}

.f-bottom .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(137, 139, 166, 0.05);
    text-align: center;
    border-radius: 100%;
    margin-left: 5px;
    color: #ffb800;
    font-size: 18px;
    transition: all .3s;
}

.f-bottom .social a:hover {
    background-color: #ffb800;
    color: #fff;
    transform: translateY(-5px);
    transition: all .3s;
}

.f-bottom {
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.f-bottom p a:hover {
    color: #ffb800;
    border-bottom-color: #ffb800;
    transition: all .3s;
}

.sticky-menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    z-index: 99;
    overflow: hidden;
    transition: all .3s;
    transform: translateX(-110%);
}

.sticky-menu.on {
    transform: translateX(0);
    transition: all .3s;
}

.wrapper.off {
    transform: translateX(100%);
    transition: all .5s;
}

.wrapper {
    transition: all .5s;
}


.sticky-menu .off-sticky {
    position: absolute;
    left: 5%;
    top: 8%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    z-index: 3;
}

.sticky-menu .off-sticky:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    transform: rotate(45deg);
    border-color: #fff;
}

.sticky-menu .off-sticky:after {
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 1px;
    background-color: #fff;
    content: '';
}

.sticky-menu .st-body {
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 30% 5% 0;
    overflow: hidden;
    overflow-y: auto;
}

.sticky-menu .st-body .mob-nav {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;

}

.sticky-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 100px 300px rgba(0, 0, 0, 0.8);
    bottom: 0;
    z-index: -1;
}

.sticky-menu .st-body .mob-nav li a {
    color: #fff;
    font-size: 15px;
    font-family: robslab-rg;
}

.sticky-menu .st-body .mob-nav li a i {
    margin-right: 5px;
    font-size: 18px;
    color: #FFB800;
    vertical-align: middle;
}

.sticky-menu .st-body .mob-nav li {
    margin-bottom: 20px;
    color: #fff;
}

.sticky-menu .st-body .mob-nav .sub-menu {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    padding: 15px 10px 0;
    opacity: 1;
    visibility: visible;
    display: none;
}

.sticky-menu .st-body .mob-nav .menu-item-has-children:hover .sub-menu {
    position: relative;
    display: block;
}

.sticky-menu .st-body .mob-nav .menu-item-has-children:after {
    position: absolute;
    left: 0;
    top: 3px;
}

.sticky-menu .st-body .mob-nav li a:hover {
    background-color: transparent;
    color: #FFB800 !important;
}

html.on {
    overflow-x: hidden;
}

.sticky-menu .st-body .mob-nav li:last-child a {
    font-family: taj-rg;
}

.our-comp {
    padding: 70px 0;
    position: relative;
    margin: 70px 0;
}

.our-comp:before {
    content: '';
    position: absolute;
    right: -125px;
    top: 0;
    width: 80%;
    height: 100%;
    background-color: rgba(207, 207, 207, 0.21);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 70px;
    transform: skewX(25deg);
    z-index: -1;
}

.our-comp .our-img .inner {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
    height: 300px;
    border-top-right-radius: 115px;
    border-bottom-right-radius: 70px;
    transform: skewX(-25deg);
    left: -70px;
    overflow: hidden;
    position: relative;
}

.our-comp .our-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skewX(25deg);
    right: -50px;
    position: relative;
}

.our-comp .our-img:before {
    content: '';
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    transform: skewX(-25deg);
    position: absolute;
    left: -85px;
    width: 90%;
    height: 100%;
    top: 0;
    background-color: #FFB800;
}

.our-comp .our-data {
    padding: 0 8% 0 15px;
}

.our-comp .our-data h3 {
    color: #FFB800;
    font-family: robslab-rg;
    font-size: 32px;
    margin-bottom: 30px;
}

.our-comp .our-data p {
    font-family: robslab-rg;
    color: #1D2047;
    line-height: 1.8;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.our-comp .our-data p:last-of-type {
    margin: 0;
}

.our-comp .our-img {
    position: relative;
    padding-top: 50px;
}

.our-comp:after {
    content: '';
    position: absolute;
    right: -135px;
    bottom: -235px;
    width: 350px;
    height: 350px;
    background-image: url(../images/com-after.png);
    z-index: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.vis {
    position: relative;
    padding: 0 0 100px;
}

.wrapper {
    overflow-x: hidden;
}

.vis:after {
    content: '';
    position: absolute;
    left: -135px;
    bottom: -150px;
    width: 350px;
    height: 350px;
    background-image: url(../images/vis-after.png);
    z-index: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.vis .block {
    padding: 30px;
    text-align: center;
}

.vis .block h3 {
    color: #FFB800;
    font-family: robslab-rg;
    font-size: 25px;
    margin-bottom: 20px;
}

.vis .block p {
    font-family: robslab-rg;
    color: #1D2047;
    line-height: 1.8;
    letter-spacing: 2px;
}

.we-ara {
    position: relative;
    padding: 70px 0 50px;
}

.we-ara:before {
    content: '';
    position: absolute;
    top: 0;
    width: 90%;
    height: 100%;
    background-color: rgba(207, 207, 207, 0.21);
    transform: skewX(-25deg);
    border-top-right-radius: 120px;
    border-bottom-right-radius: 100px;
    left: -150px;
}

.we-ara .our-img {
    float: right;
    padding-top: 30px;
}

.we-ara .our-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skewX(-25deg);
    left: -50px;
    position: relative;
}

.we-ara .our-data {
    padding: 0 15px 0 20%;
}

.we-ara .our-data span {
    color: #FFB800;
    font-family: rob-bd;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
}

.we-ara .our-data h3 {
    font-family: robslab-rg;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.we-ara .our-data b {
    display: block;
    font-weight: normal;
    font-family: inherit;
    font-size: 24px;
}

.we-ara .our-data p {
    color: #A2A2A2;
    font-family: rob-lt;
    line-height: 1.8;
/*     margin-bottom: 30px; */
    font-size: 13px;
}

.we-ara .our-data p:last-of-type {
    margin: 0;
}

.we-ara .our-img .inner {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
    height: 300px;
    border-top-left-radius: 115px;
    border-bottom-left-radius: 70px;
    transform: skewX(25deg);
    right: -70px;
    overflow: hidden;
    position: relative;
}

.we-ara .our-img:before {
    content: '';
    border-top-left-radius: 120px;
    border-bottom-left-radius: 70px;
    transform: skewX(25deg);
    position: absolute;
    right: -85px;
    width: 100%;
    height: 100%;
    top: 0;
    border: 5px solid #FFB800;
}

.bus-cover {
    padding: 70px 0;
    position: relative;
}

.bus-cover .co-head {
    text-align: center;
    margin-bottom: 50px;
}

.bus-cover .co-head span {
    color: #FFB800;
    font-family: rob-bd;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
}

.bus-cover .co-head h3 {
    font-family: robslab-rg;
    font-size: 27px;
    line-height: 1.3;
    margin-top: 7px;
}

.bus-cover .co-img {
    height: 565px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-position: center;
    background-size: cover;
}

.bus-cover .co-img:before {
    content: '';
    position: absolute;
    left: 0;
    width: calc(100% + 40px);
    height: calc(100% - 35px);
    background-color: #F6F6F6;
    z-index: -1;
    top: -15px;
}

.bus-cover .co-data {
    padding: 0 15% 0 9%;
}

.bus-cover .co-data ul li {
    list-style: disc;
    font-family: robslab-rg;
    color: #1D2047;
    line-height: 1.8;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.bus-cover .co-data ul li:last-child {
    margin: 0;
}

.bus-cover .co-data ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.bus-cover:before {
    right: 0;
    top: 0;
    content: '';
    position: absolute;
    right: -145px;
    bottom: -150px;
    width: 350px;
    height: 350px;
    background-image: url(../images/bus-before.png);
    z-index: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.help {
    position: relative;
    padding: 50px 0;
}

.help:before {
    content: '';
    position: absolute;
    left: -160px;
    top: 50px;
    width: 350px;
    height: 350px;
    background-image: url(../images/help-after.png);
    z-index: -1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.help .h-img {
    float: right;
    position: relative;
    padding-top: 40px;
}

.help .h-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skewX(-25deg);
    left: -50px;
    position: relative;
}

.help .h-data {
    padding: 5% 15px 0 20%;
}

.help .h-data h3 {
    font-family: robslab-rg;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.help .h-data .btn {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    letter-spacing: 1px;
}

.help .h-img .inner {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
    height: 300px;
    border-top-left-radius: 115px;
    border-bottom-left-radius: 70px;
    transform: skewX(25deg);
    right: -70px;
    overflow: hidden;
    position: relative;
}

.help .h-img:before {
    content: '';
    border-top-left-radius: 50px;
    border-bottom-left-radius: 70px;
    transform: skewX(25deg);
    position: absolute;
    right: -85px;
    width: 96%;
    height: 100%;
    top: 0px;
    background-color: #FFB800;
}

.dyn-courses {
    position: relative;
    padding: 70px 0;
    margin: 70px 0;
}

.dyn-courses:before {
    content: '';
    position: absolute;
    right: -125px;
    top: 0;
    width: 80%;
    height: 100%;
    background-color: rgba(207, 207, 207, 0.21);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 70px;
    transform: skewX(25deg);
    z-index: -1;
}

.dyn-courses .d-img {}

.dyn-courses .d-img .inner {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
    height: 270px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 35px;
    transform: skewX(-25deg);
    left: -65px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 60%;
    float: left;
}

.dyn-courses .d-img .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skewX(25deg);
    right: -50px;
    position: relative;
}

.dyn-courses .d-img .inner1 {
    height: 175px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 35px;
    transform: skewX(-25deg);
    left: -50px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 40%;
    top: 114px;
}

.dyn-courses .d-img .inner1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skewX(25deg);
    right: 41px;
    position: relative;
}

.dyn-courses .d-img:before {
    content: '';
    border-top-right-radius: 45px;
    border-bottom-right-radius: 30px;
    transform: skewX(-25deg);
    position: absolute;
    left: -85px;
    width: 90%;
    height: 100%;
    top: 50px;
    background-color: #1D2047;
}

.dyn-courses .d-img:after {
    content: '';
    width: 60px;
    height: 60px;
    background-color: #FFB800;
    position: absolute;
    bottom: -80px;
    border-radius: 15px;
    transform: rotate(45deg);
    left: 39%;
    opacity: .9;
}

.dyn-courses .d-data {
    padding: 0 8% 0 0;
}

.dyn-courses .d-data h3 {
    color: #FFB800;
    font-family: robslab-rg;
    font-size: 27px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.dyn-courses .d-data ul li {
    list-style: disc;
    font-family: robslab-rg;
    color: #1D2047;
    line-height: 1.8;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.dyn-courses .d-data ul li:last-child {
    margin: 0;
}

.offers {
    position: relative;
}

.offers:before {
    content: '';
    position: absolute;
    right: -135px;
    top: -150px;
    width: 300px;
    height: 300px;
    background-image: url(../images/of-before.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.offers:after {
    content: '';
}

.offers .block {
    padding: 20px;
}

.offers .block .inner {
    box-shadow: 0 6px 15px rgba(61, 61, 61, 0.16);
    border-radius: 10px;
    padding: 20px;
    min-height: 440px;
    background-color: #fff;
}

.offers .block .inner h3 {
    color: #1D2047;
    font-family: rob-bd;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
}

.offers .block .inner ul {
    margin-bottom: 20px;
}

.offers .block .inner ul li {
    list-style: disc;
    font-family: robslab-lt;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
    list-style-position: inside;
}

.offers .block .inner .btn {
    width: 100%;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}

.offers .of-head {
    text-align: center;
    margin-bottom: 50px;
}

.offers .of-head h3 {
    font-family: robslab-rg;
    font-size: 27px;
    line-height: 1.3;
}

.contact-wrap {
    position: relative;
    padding: 70px 0 150px;
}

.contact-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-image: url(../images/base.png);
    background-position: center;
    background-size: 100% 100%;
}

.contact-wrap .contact-in {
    position: relative;
}

.contact-wrap .contact-in:before {
    content: '';
    position: absolute;
    right: -215px;
    top: 200px;
    width: 300px;
    height: 300px;
    background-image: url(../images/of-before.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .7;
}

.contact-wrap .contact-in:after {
    content: '';
    position: absolute;
    left: -250px;
    bottom: 0;
    width: 350px;
    height: 350px;
    background-image: url(../images/bus-before.png);
    z-index: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}

.contact-wrap .contact-in .cont-head {
    text-align: center;
    margin-bottom: 130px;
}

.contact-wrap .contact-in .cont-head p {
    font-family: robslab-rg;
    font-size: 17px;
    line-height: 1.3;
}

.contact-wrap .contact-in .cont-head h3 {
    font-family: robslab-rg;
    font-size: 27px;
    line-height: 1.3;
    margin-top: 7px;
    margin-bottom: 30px;
}

.contact-wrap .contact-in .cont-head .btn {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
}

.contact-wrap .contact-in .cont-body {
    float: none;
    margin: 0 auto;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    display: table;
    border-radius: 10px;
    padding: 30px;
}

.contact-wrap .contact-in .cont-body .conts {
    border: 0;
    padding: 0 50px 0 0;
}

.contact-wrap .contact-in .cont-body .conts .g-head h3 {
    font-size: 22px;
}

.contact-wrap .contact-in .cont-body .conts .g-head {
    margin-bottom: 20px;
}

.contact-wrap .contact-in .cont-body .conts .form-control {
    height: 45px;
    padding: 0 10px;
}

.contact-wrap .contact-in .cont-body .conts .btn {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
}

.contact-wrap .contact-in .cont-body .conts-data {
    padding-top: 70px;
}

.contact-wrap .contact-in .cont-body .conts-data ul li {
    color: #1D2047;
    font-size: 17px;
    border-bottom: 1px solid #F1F9FF;
    padding: 30px 0;
}

.contact-wrap .contact-in .cont-body .conts-data ul li:last-child {
    border: 0;
    margin: 0;
}

.contact-wrap .contact-in .cont-body .conts-data ul li i {
    color: #FFB800;
    font-size: 24px;
    margin-right: 10px;
}

.latest-projects {
    padding: 70px 0;
    margin: 70px 0;
    position: relative;
}

.latest-projects:before {
    content: '';
    position: absolute;
    right: -235px;
    top: 0;
    width: 80%;
    height: 100%;
    background-color: rgba(207, 207, 207, 0.21);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 70px;
    transform: skewX(25deg);
    z-index: -1;
}

.latest-projects .p-head {
    text-align: center;
    margin-bottom: 70px;
}

.latest-projects .p-head h3 {
    color: #FFB800;
    font-family: robslab-rg;
    font-size: 32px;
}

.latest-projects .proj-item {
    box-shadow: 0 6px 15px rgba(61, 61, 61, 0.16);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 0;
}

.latest-projects .proj-item .p-img {
    height: 215px;
    transition: all .3s;
    background-position: center;
    background-size: cover;
}

.latest-projects .proj-item .p-img a {
    display: block;
    height: 100%;
}

.latest-projects .proj-item .p-data {
    padding: 25px;
}

.latest-projects .proj-item .p-data .title {
    color: #1D2047;
    font-family: rob-bd;
    font-size: 16px;
    transition: all .3s;
}

.latest-projects .proj-item .p-data p {
    color: #1D2047;
    font-family: robslab-lt;
    margin: 10px 0 30px;
    overflow: hidden;
    max-height: 63px;
}

.latest-projects .proj-item .p-data .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
}

.latest-projects + .help:after {
    content: '';
    position: absolute;
    top: 0;
    width: 90%;
    height: 100%;
    background-color: rgba(207, 207, 207, 0.21);
    transform: skewX(-25deg);
    border-top-right-radius: 120px;
    border-bottom-right-radius: 100px;
    left: -150px;
    z-index: -1;
}

.latest-projects .proj-item .p-data .title:hover {
    color: #ffb800;
    transition: all .3s;
}

.latest-projects .proj-item .p-img:hover {
    opacity: .8;
}

.latest-projects .proj-item:nth-of-type(even) .p-img {
    float: right;
}

.latest-projects + .help {
    margin-bottom: 100px;
}

.industs {
    padding: 70px 0;
    position: relative;
    margin: 70px 0;
}

.industs:before {
    content: '';
    position: absolute;
    right: -300px;
    top: 0;
    width: 90%;
    height: 40%;
    background-color: rgba(207, 207, 207, 0.21);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 70px;
    transform: skewX(25deg);
    z-index: -1;
}

.industs:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 40%;
    background-color: rgba(207, 207, 207, 0.21);
    transform: skewX(-25deg);
    border-top-right-radius: 120px;
    border-bottom-right-radius: 100px;
    left: -300px;
    z-index: -1;
}

.industs .in-head {
    text-align: center;
    margin-bottom: 30px;
}

.industs .in-head h3 {
    font-family: robslab-rg;
    font-size: 27px;
    line-height: 1.3;
}

.industs .block {
    padding: 40px 15px;
}

.industs .block .inner {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 6px 15px rgba(61, 61, 61, 0.16);
    text-align: center;
    padding: 30px;
}

.industs .block .inner img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    margin-bottom: 20px;
}

.industs .block .inner h3 {
    font-family: rob-bd;
    color: #1D2047;
    font-size: 16px;
    margin-bottom: 20px;
}

.industs .block .inner p {
    color: #1D2047;
    font-family: robslab-lt;
    line-height: 1.9;
    font-size: 13px;
    overflow: hidden;
    max-height: 96px;
}

.industs + .cases:before {
    content: '';
    position: absolute;
    left: -92px;
    width: 250px;
    height: 250px;
    background-image: url(../images/vis-after.png);
    z-index: -1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .7;
    top: 100px;
}

.industs + .cases:after {
    content: '';
    position: absolute;
    right: -188px;
    top: -290px;
    width: 400px;
    height: 400px;
    background-image: url(../images/bus-before.png);
    z-index: -1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.we-ara.busin {
    margin: 70px 0;
}

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

.benfits .block {
    text-align: center;
    padding: 20px;
}

.benfits .block .inner {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 10px;
    box-shadow: 0 6px 15px rgba(61, 61, 61, 0.16);
    min-height: 180px;
}

.benfits .block .inner img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    margin-bottom: 20px;
}

.benfits .block .inner h3 {
    color: #1D2047;
    font-family: rob-bd;
    font-size: 14px;
    line-height: 1.5;
}

.benfits:before {
    content: '';
    position: absolute;
    top: 0;
    width: 90%;
    height: 100%;
    background-color: rgba(207, 207, 207, 0.21);
    transform: skewX(25deg);
    border-top-left-radius: 120px;
    border-bottom-left-radius: 100px;
    right: -150px;
}

.benfits + .cases:before {
    content: '';
    position: absolute;
    right: -95px;
    width: 250px;
    height: 250px;
    background-image: url(../images/vis-after.png);
    z-index: -1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 100px;
    transform: scaleX(-1);
}

.bus-cover.sol-service .co-img {
    height: 350px;
}

.bus-cover.sol-service .co-img:before {
    width: calc(100% + 20px);
    height: calc(100% - 10px);
}

.bus-cover.sol-service .co-img:after {
    content: '';
    position: absolute;
    left: -35px;
    bottom: -20px;
    transform: skewX(-25deg);
    border: 2px solid #ffb800;
    width: calc(100% + 80px);
    height: 100px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 20px;
    z-index: -1;
}

.bus-cover.sol-service .co-data li {
    list-style: none;
    padding: 0;
}

.bus-cover.sol-service .co-data ul {
    margin-bottom: 50px;
}

.bus-cover.sol-service .co-data {
    padding: 0 15% 0 7%;
}

.we-ara.sol-are .our-img:before {
    background-color: #FFB800;
}

.dyn-courses .d-data p {
    font-family: robslab-rg;
    color: #1D2047;
    line-height: 1.8;
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.dyn-courses .d-data p:last-of-type {
    margin: 0;
}

.sol-extra {
    padding: 6% 8% 0 20%;
}

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

.sol-extra .extra-head h3 {
    color: #1D2047;
    font-family: robslab-rg;
    font-size: 17px;
    max-width: 50%;
    line-height: 1.7;
}

.sol-extra .block {
    padding: 15px;
}

.sol-extra .block .inner {
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 6px 15px rgba(61, 61, 61, 0.16);
    min-height: 205px;
}

.sol-extra .block .inner img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    margin-bottom: 20px;
}

.sol-extra .block .inner h3 {
    color: #1D2047;
    font-size: 13px;
    line-height: 1.5;
}

.we-ara.manage-are:before {
    left: -215px;
}

.we-ara.manage-are .our-img:before {
    top: 75px;
    right: -50px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 55px;
    height: 85%;
}

.manage {
    padding: 70px 0;
    position: relative;
    margin: 70px 0;
}

.manage:before {
    content: '';
    position: absolute;
    right: -125px;
    top: 0;
    width: 80%;
    height: 100%;
    background-color: rgba(207, 207, 207, 0.21);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 70px;
    transform: skewX(25deg);
    z-index: -1;
}

.manage .m-img {
    float: right;
}

.manage .m-data p {
    font-family: robslab-rg;
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.manage .m-data p b {
    font-family: inherit;
    font-weight: normal;
    display: block;
    font-size: 37px;
    margin: 5px 0;
}

.we-ara.manage-are .our-img:before {
    background-color: #1D2047;
    border-color: #1D2047;
}

.we-ara.manage-are .our-img:after {
    content: '';
    width: 60px;
    height: 60px;
    background-color: #FFB800;
    position: absolute;
    bottom: -49px;
    border-radius: 15px;
    transform: rotate(84deg);
    left: 14%;
    opacity: .9;
}

/* ******** AMIR 5-8-2020 *********** */
.we-ara .our-data li {
    color: #A2A2A2;
    font-family: rob-lt;
    line-height: 1.7;
    font-size: 13px;
    margin-top: 10px;
	list-style: disc;
	    list-style-position: inside;
}



.main-head .h-extra ul li.current-menu-item a, .main-head .h-extra ul li a:hover {text-shadow: none;color: #000;}

.main-head .h-extra ul li a {
    text-shadow: none;
}

.menu-item-has-children .sub-menu {
    min-width: 200px;
    width: 250px;
    border-radius: 0;
    margin: 0;
    padding: 10px 0 !important;
}

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

.menu-item-has-children .sub-menu li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.main-head .h-extra ul li {
    margin-left: 20px;
}

.menu-item-has-children .sub-menu li a {
    padding: 10px 15px !important;
}

.customize-support .we-ara {
    margin: 70px 0;
}


/* ************ AMIR 10-8-2020 ********** */
.about-s .ab-data .block p,
.train-s .tr-data p,
.g-head p,
.service-s .item .it-data p,
.we-ara .our-data p,
.industs .block .inner p,
.we-ara .our-data li{
    color: #000;
}

.offers .block .inner h3 {
    overflow: hidden;
    max-height: 40px;
    min-height: 40px;
}

.offers .block .inner ul {
    min-height: 280px;
}

.main-footer:before, .main-footer:after {
    opacity: .5;
}

.offers .block .inner h3 br {
    display: none;
}

.vis + .offers .block .inner {
    min-height: 0;
}

/* ********** AMIR 18-8-2020 ********* */

.v2-top {
    background-color: #f5f5f5;
    padding: 15px 0;
	text-align:right;
}

.v2-top ul li {
    display: inline-block;
    margin-left: 15px;
}

.v2-top ul li a {
    text-transform: uppercase;
    color: rgb(0 0 0);
    transition: all .5s;
    position: relative;
    font-size: 12px;
}

.v2-top ul li a:hover {
    color: #ffb800;
    transition: all .3s;
}

.main-head .h-extra ul li a {
    padding: 0;
}

.main-head .h-extra ul li a:before {
    left: 0;
    bottom: 0;
}

.main-head .h-extra ul li {
    margin-left: 30px;
}

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

.f-top .f-item {
    padding: 0 20px;
}

.conts .g-head h4 {
    font-size: 14px;
    font-family: rob-lt;
    line-height: 1.5;
}

.conts .g-head {
    padding-right: 50px;
}

.vis .block p ,
.bus-cover .co-data ul li{
    font-family: rob-lt;
    letter-spacing: 0;
    font-size: 13px;
}

.bus-cover .co-data ul li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.7;
}

.bus-cover .co-img {
    height: 340px;
}
input[type=checkbox], input[type=radio] {
    margin: 0 5px 0 0;
    position: relative;
    top: -1px;
}

span.wpcf7-list-item {
    margin-bottom: 12px;
}

.contact-wrap .contact-in .cont-body .conts .form-control[type="file"] {
    line-height: normal;
    padding-top: 11px;
}

.industs .block .inner p {
    font-family: rob-lt;
    max-height: 96px;
    overflow: hidden;
    min-height: 96px;
}

.dyn-courses .d-data p {
    font-family: rob-lt;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.dyn-courses .d-data ul li,
.offers .block .inner ul li {
    font-family: rob-lt;
    letter-spacing: 0;
}

.offers .block .inner {
    min-height: 400px;
}
.offers2 .block .inner {
    min-height: 200px;
}
.contact-wrap1 {
    text-align: center;
    padding: 30px 0 50px;
}

.hero-s + .contact-wrap1 {
    text-align: center;
    padding: 70px 0;
}

.contact-wrap1 .cont-head h3 {
    font-family: robslab-rg;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.contact-wrap1 p{
        font-size: 14px;
        font-family: rob-lt;
        line-height: 1.5;
        margin: 0 auto;
        max-width: 80%;
}
.v2-top ul li:last-child a {
    font-family: taj-rg;
}

.v2-top ul li a span {
    font-family: inherit;
}

.offers:before {
    opacity: .1;
}