﻿@charset "utf-8";
/* **************** */
@import "fonts.css";
@import "animate.css";
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "animate.css";
@import "all.min.css";
@import "owl.carousel.css";
@import "jquery.mCustomScrollbar.min.css";
@import "select2.min.css";
@import "bootstrap-datepicker.min.css";

/* ****************** */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    font-family: b-rg;
    color: #000;
    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: #1a66d8;
    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;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    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: #fe7e00;
    color: #fff;
}

::selection {
    background-color: #fe7e00;
    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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    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;
}

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 #d9b143;
    -webkit-box-shadow: 0 1px 0 0 #d9b143;
    box-shadow: 0 1px 0 0 #d9b143;
    color: #303030;
}

.row {
    margin-bottom: 0;
}

.col-xs-12 {
    padding: 0;
    float: left;
    width: 100%;
}

i {
    color: inherit;
    font-style: normal;
}

.toTop {
    background-color: #fe7e00;
    color: #fff;
    position: fixed;
    bottom: 100px;
    right: -60px;
    width: 40px !important;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 6px;
    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;
}

.toTop:hover {
    background-color: #d1a424;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.toTop i {
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fe7e00;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.owl-controls .owl-buttons div .slider-right,
.owl-controls .owl-buttons div .slider-left {
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin: 0;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    z-index: 5;
    transition: all .3s;
    width: auto;
    height: auto;
    line-height: normal;
    transform: translateY(-50%);
    border-radius: 5px;
}

.owl-controls .owl-buttons div .slider-right:hover,
.owl-controls .owl-buttons div .slider-left:hover {
    color: #d9b143;
    transition: all .3s;
}

i {
    font-size: inherit;
    color: inherit;
}

.owl-controls .owl-buttons div .slider-right {
    right: 5%;
}

.owl-controls .owl-buttons div .slider-left {
    left: 5%;
}

.owl-controls {
    margin: 0;
}

.owl-controls .owl-buttons div {
    padding: 0;
    opacity: 1;
    margin: 0;
    display: block;
}

.owl-controls .owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 5;
    text-align: center;
}



.owl-controls .owl-pagination .owl-page {
    display: inline-block;
}

.owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    opacity: 1;
    border-radius: 100%;
    transition: all .3s;
    position: relative;
}

.owl-controls .owl-pagination .owl-page span:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 100%;
}

.owl-controls .owl-pagination .owl-page.active span {
    transition: all .3s;
    border: 2px solid #fff;
}

.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;
}

.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 !important;
    padding: 6px 10px !important;
    font-family: b-rg !important;
    font-weight: normal !important;
    font-size: 14px !important;
    color: #000 !important;
}

.menu-item-has-children .sub-menu li a:before {
    display: none;
}

.menu-item-has-children .sub-menu li a:hover {
    background-color: #016e28;
    color: #fff !important;
    transition: all .3s;
}

.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    margin-right: 7px;
    transition: all .3s;
}

.menu-item-has-children:hover > a:after {
    transform: rotate(-180deg);
    transition: all .3s;
}

.sidebar {
    background-size: cover;
    background-image: url(../images/hero1.jpg);
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 300px;
    z-index: 9999;
    transform: translateX(-100%);
    transition: all .3s;
    background-position: 36%;
}

.sidebar .side-logo img {
    max-width: 200px;
}

.sidebar.opened {
    transform: translateX(0%);
    transition: all .3s;
}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.86);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.sidebar .side-logo {
    background-color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}

.sidebar .side-social {
    text-align: center;
    padding: 10px 0;
    background-color: #fe7e00;
    position: relative;
    z-index: 1;
}

.sidebar .side-social ul li {
    display: inline-block;
}

.sidebar .side-social ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 5px;
    transition: all .3s;
}

.sidebar .side-social ul li a.lin {
    color: #1562cc;
}

.sidebar .side-social ul li a.tw {
    color: #00a2ff;
}

.sidebar .side-social ul li a.ins {
    color: #622e04;
}

.sidebar .side-social ul li a:hover i {
    color: #fe7e00;
}

.sidebar .side-nav {
    max-height: 100%;
    overflow: hidden;
    height: calc(100% - 110px);
    position: relative;
    z-index: 1;
}

.sidebar .side-nav ul li {
    display: block;
    position: relative;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 5px;
}

.sidebar .side-nav ul li a {
    display: block;
    font-size: 13px;
    padding: 15px;
    position: relative;
    color: #fff;
}

.sidebar .side-nav ul li a:hover {
    color: #fe7e00;
    background-color: rgba(0, 0, 0, 0.45);
}

.sidebar .side-nav ul li.open a i {
    transform: rotate(180deg);
    transition: all .3s;
    color: #ffb017;
}

.sidebar .side-nav ul li a i {
    margin-right: 3px;
}

.sidebar .side-nav ul li .sub-menu {
    width: 100%;
    min-width: 100%;
    top: 100%;
    border-radius: 0;
}

.sidebar .side-nav ul li .sub-menu li a {
    color: #303030;
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 999;
    display: none;
}

.side-nav .menu-item-has-children > a:after {
    float: left;
    margin: 0;
}

.search-form {
    background-color: #d7af3f;
    padding: 15px 0;
    display: none;
}

.search-form .form-group {
    position: relative;
    margin: 0 auto;
    max-width: 50%;
}

.search-form .form-group button {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 40px;
    padding: 0 15px;
    border: 0;
    background-color: #fe7e00;
    color: #fff;
}

.search-form .form-group .form-control {
    background-color: #fff;
    border: 0;
    height: 40px;
    border-radius: 5px;
    color: #333;
    font-size: 15px;
    padding-left: 60px;
}

.search-form .form-group .form-control:focus {
    box-shadow: 0 1px 0 #fe7e00;
    transition: all .3s;
}

.btn {
    background-color: #ffb017;
    color: #fff;
    border-radius: 3px;
    padding: 12px 35px;
    font-family: b-bd;
}

.btn:hover {
    opacity: .9;
    color: #fff;
}



.top-bar {
    background-color: #fe7e00;
    padding: 10px 0;
}

.top-bar .t-left {
    float: left;
    direction: ltr;
}

.top-bar .t-right {
    float: right;
}

.top-bar ul li {
    display: inline-block;
}

.top-bar .t-left ul {
    display: inline-block;
    margin-right: 20px;
}

.top-bar .t-right li {
    margin-left: 30px;
}

.top-bar .t-right li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #fe7e00;
    border-radius: 100%;
    text-align: center;
    background-color: #fff;
    margin-left: 10px;
    vertical-align: baseline;
    transition: all .3s;
}

.top-bar .t-right li a {
    transition: all .3s;
    display: block;
    color: #fff;
    font-size: 13px;
    font-family: sans-rg;
}

.top-bar .t-right li a span {
    color: inherit;
    font-size: inherit;
    display: inline-block;
    direction: ltr;
    text-transform: none;
}

/*
.top-bar .t-right li a:hover {
    color: #d7af3f;
    transition: all .3s;
}

.top-bar .t-right li:hover i {
    background-color: #d8b040;
    transition: all .3s;
    color: #ffffff;
}
*/

.top-bar .t-left .lang {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: sans-rg;
    transition: all .3s;
}

.top-bar .t-left ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 5px;
    transition: all .3s;
}

.top-bar .t-left ul li a i {
    font-size: inherit;
}

.top-bar .t-left ul li .lin {
    color: #1562cc;
}

.top-bar .t-left ul li .tw {
    color: #00a2ff;
}

.top-bar .t-left ul li .ins {
    color: #622e04;
}

.top-bar .t-left ul li .lin:hover {
    background-color: #1562cc;
    color: #fff;
    transition: all .3s;
}

.top-bar .t-left ul li .tw:hover {
    background-color: #00a2ff;
    color: #fff;
    transition: all .3s;
}

.top-bar .t-left ul li .ins:hover {
    background-color: #622e04;
    color: #fff;
    transition: all .3s;
}

.top-bar .t-left .lang:hover {
    color: #d8b040;
    transition: all .3s;
}

.bottom-bar {
    padding: 20px 0;
}

.bottom-bar .logo {
    float: right;
}

.bottom-bar .l-nav {
    float: left;
    padding-top: 25px;
}

.bottom-bar .logo img {
    width: 100px;
}

.bottom-bar .l-nav ul li {
    margin-left: 20px;
    display: inline-block;
}

.bottom-bar .l-nav ul {
    display: inline-block;
    margin-left: 30px;
}

.bottom-bar .l-nav ul li:last-child {
    margin: 0;
}

.bottom-bar .l-nav ul li a {
    font-size: 15px;
    color: #000;
    transition: all .3s;
}

.bottom-bar .l-nav ul li:hover a,
.bottom-bar .l-nav ul li.active a {
    color: #fe7e00;
    transition: all .3s;
}

.open-search,
.open-sidebar {
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    border: 2px solid #4d5552;
    color: #4d5552;
    border-radius: 100%;
    background-color: transparent;
    outline: none;
    margin-right: 10px;
    font-size: 13px;
    transition: all .3s;
}

.open-search i,
.open-sidebar i {
    font-size: inherit;
}

.open-search:hover,
.open-sidebar:hover {
    background-color: #d9b143;
    transition: all .3s;
    border-color: #d9b143;
    color: #fff;
}

.open-search {
    margin: 0;
}

.open-sidebar {
    display: none;
}

.hero-s {
    box-shadow: 0px 8px 18px 2px rgba(160, 160, 160, 0.9);
    overflow: hidden;
}

.hero-s .item {
    height: 500px;

    position: relative;
    text-align: center;
}

.hero-s .item .it-img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all 1s;
}

.hero-s .active .item .it-img {
    transform: scale(1.4);
    transition: all 15s;
}

.hero-s .item:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fe7e00;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .7;
}

.hero-s .item .item-caption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hero-s .item .container {
    height: 100%;
    position: relative;
}

.hero-s .item .item-caption h3 {
    color: #fff;
    font-family: b-bd;
    font-size: 35px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 80%;
    direction: rtl;
}

#parts {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    width: 100%;
    height: 500px;
}

.serv-s {
    padding: 90px 0;
    overflow: hidden;
}

.serv-s .block,
.let-s .block {
    padding: 0 15px;
}

.serv-s .block a {
    /*
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #d5d8d7;
    padding: 15px;
    border-radius: 3px;
    float: right;
    transition: all .3s;
*/
    display: block;
    /* width: 100%; */
    height: 100%;
    border: 2px solid #d5d8d7;
    padding: 15px;
    border-radius: 3px;
    float: left;
    transition: all .3s;
    min-width: 64%;
    max-width: 70%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}

.serv-s .block .i-img {
    width: 65px;
    height: 65px;
    float: right;
    margin-left: 15px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #000000;
    text-align: center;
    line-height: 65px;
    color: #fff;
    font-size: 40px;
}

.serv-s .block .i-img img {
    width: 100%;
    height: 100%;
}

.serv-s .block .i-data {
    overflow: hidden;
    padding-top: 22px;
}

.serv-s .block .i-data h4 {
    transition: all .3s;
    color: #000;
    font-family: b-bd;
    font-size: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.serv-s .block a:hover {
    border-color: #fe7e00;
    transition: all .3s;
    /*    border-radius: 50px;*/
}

.serv-s .block a:hover .i-data h4 {
    color: #fe7e00;
    transition: all .3s;
}

.g-head {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.g-head:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 50px;
    background-color: #fe7e00;
    transform: translateX(-50%);
}

.g-head h3 {
    color: #000;
    font-family: b-bd;
    font-size: 24px;
}

.prog-s {
    padding: 90px 0;
    background-color: #edf2f0;
    position: relative;
    overflow: hidden;
}

.prog-s:before {
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    background-image: url(../images/tab-before.png);
    width: 644px;
    height: 644px;
    opacity: .03;
}

.p-nav .nav-tabs {
    border: 0;
    margin: 0;
}

.p-nav .nav-tabs li {
    margin: 0;
    float: none;
    display: block;
    margin-bottom: 10px;
}

.p-nav .nav-tabs li a {
    display: block;
    margin: 0;
    padding: 17.2px 20px;
    background-color: #fff;
    border: 0 !important;
    border-radius: 3px;
    color: #2b3430;
    font-size: 14px;
    font-family: b-bd;
    transition: all .3s;
}

.p-nav li a i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: #eef5ed;
    text-align: center;
    border-radius: 100%;
    color: #fe7e00;
    font-size: 28px;
    margin-left: 20px;
}

.p-nav li.active a,
.p-nav li a:hover {
    background-color: #d1a424;
    transition: all .3s;
    color: #fff;
}

.p-nav li.active a i,
.p-nav li a:hover i {
    color: #fe7e00;
    transition: all .3s;
    background-color: #fff;
}

.p-content .g-head {
    text-align: right;
}

.p-content .g-head:after {
    left: auto;
    right: 0;
    transform: none;
}

.p-content .table {
    margin: 0;
}

.p-content .table th {
    font-weight: normal;
    border: 0;
    background-color: #f9f9f9;
    padding: 20px 8px;
    color: #4d5552;
    border-bottom: 5px solid #edf2f0;
}

.p-content .table td {
    padding: 15px 8px;
    background-color: #fff;
    font-size: 13px;
    color: #000;
    border: 0;
    vertical-align: middle;
    border-bottom: 5px solid #edf2f0;
    border-radius: 0;
}

.p-content {
    padding-left: 0;
}

.btn {
    background: #000000;
    border: 0;
    font-size: 12px;
    font-family: b-rg;
    border-radius: 3px;
    padding: 8px 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #d1a424;
}

.works-s {
    padding: 90px 0;
}

.works-s .block {
    padding: 10px;
}

.works-s .block .inner {
    height: 265px;
    border-radius: 3px;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.works-s .block .inner .cap {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -46px;
    transition: all .3s;
}

.works-s .block .inner .cap h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    transition: all .3s;
}

.works-s .block .inner:before {
    content: '';
    background: -webkit-linear-gradient(bottom, #fe7e00, #fff0);
    width: 100%;
    height: 60%;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: all .3s;
    z-index: 0;
}

.works-s .block .inner:hover:before {
    height: 100%;
    transition: all .3s;
    background-color: #fe7e00;
    opacity: .8;
}

.works-s .block .inner:hover .cap {
    bottom: 50%;
    transform: translateY(50%);
    transition: all .3s;
}

.works-s .block .inner .cap .btn {
    background: -webkit-linear-gradient(top, #cc9928, #dcb83a);
    font-size: 15px;
    padding: 11px 25px;
    border-radius: 5px;
}

.works-s .block .inner:hover .cap h4 {
    margin-bottom: 15px;
    transition: all .3s;
}

.works-s .block.b-head .inner {
    background-color: #f8f8f8;
}

.works-s .block.b-head .inner:before {
    display: none;
}

.works-s .block.b-head .inner .cap {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.works-s .block.b-head .inner .cap h3 {
    color: #000;
    font-family: b-bd;
    font-size: 22px;
    position: relative;
    padding-bottom: 15px;
}

.works-s .block.b-head .inner .cap h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 5px;
    width: 50px;
    background-color: #fe7e00;
}

.let-s {
    padding: 90px 0;
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.let-s:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.let-s .inner {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    min-height: 389px;
}

.let-s .inner .i-head {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.let-s .inner .i-head h3 {
    font-family: b-bd;
    margin-bottom: 7px;
    font-size: 21px;
}

.let-s .inner .i-head p {
    color: #939494;
    font-size: 13px;
}

.let-s .inner .form-group {
    margin-bottom: 5px;
}

.let-s .inner .select2-container {
    width: 100% !important;
}

.let-s .inner .select2-container--default .select2-selection--single {
    border-radius: 3px;
    border-color: #d8d8d8;
    height: 45px;
}

.let-s .inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 16px;
    line-height: 45px;
    color: #2b3430;
    font-size: 13px;
}

.let-s .inner .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

.select2-dropdown {
    border-radius: 3px;
    border-color: #d8d8d8;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.select2-search--dropdown .select2-search__field {
    border-radius: 3px;
    height: 40px;
    border-color: #d8d8d8 !important;
    padding: 0 15px;
}

.select2-search--dropdown {
    padding: 10px 16px 5px;
}

.select2-results__option {
    padding: 5px 16px;
    font-size: 13px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fe7e00;
}

.form-control {
    text-transform: none;
}

.let-s .inner .form-group .btn {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
}

.btn:focus,
.btn:active {
    outline: none !important;
    background: #000000;
    color: #fff;
}

.let-s .nw-letter .inner:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f0e0";
    position: absolute;
    bottom: -95px;
    right: -40px;
    font-size: 200px;
    transform: rotate(-30deg);
    z-index: 0;
    color: #ddd;
    opacity: .2;
}

.let-s .inner .i-body {
    position: relative;
    z-index: 1;
}

.let-s .nw-letter .inner {
    padding-top: 100px;
}

.let-s .card {
    min-height: 389px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
}

.let-s .card a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.let-s .card a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fe7e00;
    opacity: .9;
}

.let-s .card:after {
    content: '';
    position: absolute;
    left: -60px;
    bottom: -60px;
    width: 150px;
    height: 151px;
    background-image: url(../images/g-after.png);
}

.let-s .card .c-data {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.let-s .card .c-data p {
    color: #e8c560;
    font-size: 40px;
    font-family: b-bd;
    margin-bottom: 5px;
}

.let-s .card .c-data span {
    color: #fff;
    font-size: 13px;
}

.footer-top {
    padding: 60px 0;
    border-bottom: 1px solid #d3d8dc;
}

.footer-top .co-map {
    height: 233px;
    background-color: #f7f7f7;
}

.footer-top ul li {
    margin-bottom: 20px;
    width: 45%;
    float: right;
}

.footer-top ul li:last-child {
    margin: 0;
}

.footer-top ul li a {
    display: inline-block;
    color: #4d5552;
    font-size: 15px;
    transition: all .3s;
}

.footer-top ul li a:before {
    font-family: Font Awesome\ 5 Free;
    content: "\f104";
    font-weight: 900;
    margin-left: 5px;
    vertical-align: middle;
}

.footer-top ul li a:hover {
    color: #fe7e00;
    transition: all .3s;
    padding-right: 5px;
}

.footer-bottom b {
    font-weight: normal;
    font-size: 13px;
    padding-top: 22px;
    display: inline-block;
}

.footer-bottom .ryad-logo {
    height: 60px;
    position: relative;
    float: left;
    top: -14px;
}

.footer-bottom .ryad-logo a {
    height: 100%;
    display: block;
}

svg {
    display: none;
}

.blobs {
    -webkit-filter: url(#goo);
    filter: url(#goo);
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 70px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.blobs .blob-center {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    background: #e3b431;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-animation: blob-grow linear 3.4s infinite;
    animation: blob-grow linear 3.4s infinite;
    border-radius: 50%;
    box-shadow: 0 -10px 40px -5px #FFF200;
}

.blob {
    position: absolute;
    background: #e3b431;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-animation: blobs ease-out 3.4s infinite;
    animation: blobs ease-out 3.4s infinite;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
}

.blob:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.blob:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.blob:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.blob:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.blob:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }

    1% {
        opacity: 1;
    }

    35%,
    65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}

@keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }

    1% {
        opacity: 1;
    }

    35%,
    65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}

@-webkit-keyframes blob-grow {

    0%,
    39% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }

    40%,
    42% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }

    43%,
    44% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }

    45%,
    46% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }

    47%,
    48% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }

    52% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }

    54% {
        -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }

    58% {
        -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }

    68%,
    70% {
        -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }

    78% {
        -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }

    80%,
    81% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }

    82%,
    83% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }

    84%,
    85% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }

    86%,
    87% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }

    90%,
    91% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }

    92%,
    100% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
}

@keyframes blob-grow {

    0%,
    39% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }

    40%,
    42% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }

    43%,
    44% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }

    45%,
    46% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }

    47%,
    48% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }

    52% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }

    54% {
        -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }

    58% {
        -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }

    68%,
    70% {
        -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }

    78% {
        -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }

    80%,
    81% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }

    82%,
    83% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }

    84%,
    85% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }

    86%,
    87% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }

    90%,
    91% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }

    92%,
    100% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
}

.p-content .table tr:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-width: 1px 1px;
    border-style: solid;
    right: 0;
    top: 0;
    border-color: #00790e;
    transition: all .3s;
    opacity: 0;
    box-shadow: 0px 0px 9px 1px rgba(212, 220, 217, 0.004);
    border-radius: 3px;
}

.p-content .table tr:hover:after {
    opacity: 1;
    transition: all .3s;
}

.table tr {
    position: relative;
    width: 100%;
    display: table;
}

.p-content .table thead tr:after {
    display: none;
}

.p-content .table th:first-child {
    /*    min-width: 197px;*/
    min-width: 112px;
    text-align: center;
}

.p-content .table th {
    /*    max-width: 34px;*/
    max-width: 19px;
}

.p-content .table th:nth-of-type(5) {
    max-width: 36px;
}

.p-content .table th:last-of-type {
    max-width: 60px;
}

.p-content .table td a {
    position: relative;
    z-index: 1;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.let-s .card:after {
    animation: none;
}

.let-s .card:hover:after {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 15s infinite linear;
}

.serv-s:before {
    content: '';
    position: absolute;
    left: -60px;
    top: -60px;
    background-image: url(../images/h-after.png);
    width: 150px;
    height: 151px;
    opacity: .2;
    z-index: -1;
    animation: fa-spin 15s infinite;
}

.serv-s:after {
    right: -60px;
    content: '';
    position: absolute;
    bottom: -60px;
    background-image: url(../images/h-after.png);
    width: 150px;
    height: 151px;
    opacity: .2;
    z-index: -1;
    animation: fa-spin 15s infinite;
}

.prog-s:after {
    content: '';
    position: absolute;
    left: -60px;
    bottom: -60px;
    background-image: url(../images/h-after.png);
    width: 150px;
    height: 150px;
    opacity: .2;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: fa-spin 15s infinite;
}

.prog-s {
    position: relative;
}

.prog-s .container {
    position: relative;
    z-index: 2;
}


.prog-s:before {
    opacity: .05;
}

.serv-s .g-body:before {
    content: '';
    position: absolute;
    left: 60px;
    top: -168px;
    height: 500px;
    width: 1px;
    border: 3px dotted #d9a41c;
    border-right: 0;
    z-index: -2;
    transform: rotate(-39deg);
    opacity: .2;
}


.serv-s .g-body:after {
    content: '';
    position: absolute;
    right: 76px;
    bottom: -84px;
    height: 500px;
    width: 1px;
    border: 3px dotted #d9a41c;
    border-right: 0;
    z-index: -2;
    transform: rotate(-41deg);
    opacity: .2;
}

.ab-img .item {
    height: 590px;
    background-position: center;
    background-size: cover;
}

.ab-img .h-slider .slider-left,
.ab-img .h-slider .slider-right,
.c-top .h-slider .slider-left,
.c-top .h-slider .slider-right {
    display: none;
}

.ab-data {
    padding: 0 30px 0 0;
}

.ab-img {
    padding: 0;
}

.ab-data h4 {
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 25px;
    font-family: b-bd;
    font-size: 24px;
}

.ab-data p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 60px;
}

.ab-data h4:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5px;
    background-color: #fe7e00;
    width: 50px;
}

.ab-data p:last-of-type {
    margin-bottom: 0;
}

.about-inner-page {
    overflow: hidden;
}

.jumbtron {
    padding: 50px 0;
    background-position: 100% 73%;
    background-size: cover;
    position: relative;
    box-shadow: 0px 8px 18px 2px rgba(160, 160, 160, 0.9);
    z-index: 1;
}

.jumbtron h3 {
    display: inline-block;
    font-family: b-bd;
    color: #fff;
    font-size: 25px;
}

.jumbtron ul {
    float: left;
}

.jumbtron ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.jumbtron ul li a {
    display: inline-block;
    color: #fff;
    font-size: inherit;
    transition: all 0.3s;
    position: relative;
}

.jumbtron ul li:after {
    font-weight: 600;
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    margin: 0 10px;
}

.jumbtron:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 122, 18, 0.70);
}

.jumbtron .container {
    position: relative;
    z-index: 10;
}

.jumbtron ul li a:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 0;
    background-color: #d7af3f;
    height: 2px;
    transition: all .3s;
}

.jumbtron ul li a:hover:after {
    width: 100%;
    transition: all .3s;
}

.jumbtron ul li:last-child:after {
    display: none;
}

.sector.about-top {
    background-color: #edf2f0;
    padding: 114px 0 100px;
}

.sector {
    padding: 100px 0;
}

.g-img {
    background-position: center;
    background-size: cover;
    width: 459px;
    height: 436px;
    margin: 0 auto;
    position: relative;
}

.g-img h3 {
    position: absolute;
    right: 52%;
    top: 49%;
    transform: translate(50%, -50%);
    color: #fff;
    font-size: 35px;
    font-family: b-bd;
}

.goals .g-caption {
    position: absolute;
    height: 100%;
    width: 100%;
}

.goals .g-caption p {
    font-size: 22px;
    max-width: 42%;
    position: absolute;
    text-align: center;
}

.goals .g-caption p:nth-of-type(1) {
    top: -160px;
    right: -20px;
}

.goals .g-caption p:nth-of-type(2) {
    top: 120px;
    right: -210px;
}

.goals .g-caption p:nth-of-type(3) {
    top: 408px;
    right: -125px;
}

.goals .g-caption p:nth-of-type(4) {
    top: 470px;
    right: 215px;
}

.goals .g-caption p:nth-of-type(5) {
    top: 311px;
    left: -179px;
}

.goals .g-caption p:nth-of-type(6) {
    top: 68px;
    left: -219px;
}

.goals .g-caption p:nth-of-type(7) {
    top: -139px;
    left: -52px;
}

.sector.goals {
    padding: 230px 0;
}

.sector.ethics {
    background-color: #edf2f0;
}

.e-img {
    position: relative;
    background-position: center;
    width: 633px;
    height: 499px;
    margin: 0 auto;
    background-size: cover;
}

.e-img h3 {
    position: absolute;
    right: 44%;
    top: 50%;
    transform: translate(50%, -50%);
    color: #fff;
    font-size: 35px;
    font-family: b-bd;
}

.e-img .i-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.e-img .i-caption p {
    font-size: 16px;
    color: #1a1a1a;
    position: absolute;
}

.e-img .i-caption p:nth-of-type(1) {
    right: -300px;
    top: 108px;
}

.e-img .i-caption p:nth-of-type(2) {
    top: 407px;
    right: -258px;
}

.e-img .i-caption p:nth-of-type(3) {
    width: 100%;
    bottom: -21px;
    left: -180px;
    max-width: 43%;
}

.e-img .i-caption p:nth-of-type(4) {
    left: -250px;
    top: 85px;
    width: 100%;
    max-width: 34%;
}

.gg-img,
.ee-img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
}

.i-pagination {
    /*    text-align: center;*/
    margin-top: 50px;
}

.i-pagination ul li {
    display: inline-block;
    color: #2b2b2b;
    font-size: 16px;
    letter-spacing: 3px
}

.i-pagination ul li:first-child a,
.i-pagination ul li:last-child a {
    width: auto;
    border: 0;
    font-size: 14px;
    margin: 0 10px
}

.i-pagination ul li:last-child a {
    direction: ltr
}

.i-pagination ul li:first-child a i {
    margin-left: 5px
}

.i-pagination ul li:last-child a i {
    margin-right: 5px
}

.i-pagination ul li a {
    display: inline-block;
    letter-spacing: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #e1e1e0;
    line-height: 25px;
    text-align: center;
    color: #2b2b2b;
    font-size: 16px;
    margin: 0 4.5px;
    transition: all .3s
}

.i-pagination ul li a:hover {
    background-color: #d9b143 !important;
    border-color: #d9b143 !important;
    color: #fff !important;
    transition: all .3s
}

.i-pagination ul li:first-child a:hover,
.i-pagination ul li:last-child a:hover {
    background-color: transparent !important;
    border: 0;
    color: #d9b143 !important;
}

.i-pagination ul li a:before {
    display: none;
}


.c-top .item {
    height: 590px;
    background-position: center;
    background-size: cover;
}

.careers-inner-page {
    padding: 100px 0;
    background-color: #edf2f0;
}

.c-top {
    margin-bottom: 100px;
}

.c-item {
    margin-bottom: 50px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 50px;
}

.c-item a {
    display: block;
    padding-right: 22px;
    position: relative;
}

.c-item a:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #d7af3f;
    top: 0;
    right: 0;
    transition: all .3s;
}

.c-item h3 {
    font-size: 20px;
    color: #2b3430;
    font-family: b-bd;
}

.c-item p {
    font-size: 15px;
    color: #323b37;
    line-height: 1.8;
}

.c-item span {
    font-family: b-bd;
    color: #1a1d1c;
    font-size: 16px;
    display: block;
    margin: 6px 0 12px;
}

.c-item a:hover:after {
    background-color: #157a11;
    transition: all .3s;
}

.c-item:last-of-type {
    padding: 0;
    border: 0;
}

.contact-inner-page {
    padding: 100px 0;
    background-color: #edf2f0;
}

.co-form {
    padding: 0;
}

.co-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.co-form .form-group .form-control {
    height: 65px;
    border-radius: 13px;
    border: 0;
    font-size: 17px;
    padding-right: 40px;
}

.co-form .form-group textarea.form-control {
    height: 197px !important;
    line-height: normal !important;
    padding: 17px 40px !important;
}

.co-form .form-group .btn {
    height: 60px;
    font-size: 18px;
    padding: 0 50px;
    border-radius: 13px;
    background: #fe7e00;
    font-family: b-bd;
    line-height: 60px;
}

.co-form .form-group i {
    position: absolute;
    font-size: 17px;
    top: 20px;
    right: 16px;
    transition: all .3s;
}

.contact-inner-page .co-data {
    padding: 0 40px 0 0;
}

.contact-inner-page .co-data ul {
    margin-bottom: 60px;
    float: right;
    width: 100%;
}

.contact-inner-page .co-data ul li {
    width: 50%;
    float: right;
    margin-bottom: 35px;
}

.contact-inner-page .co-data ul li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #d7af3f;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 19px;
    margin-left: 20px;
}

.contact-inner-page .co-data .op-times {
    float: right;
    width: 100%;
    padding-bottom: 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dadada;
}

.contact-inner-page .co-data .op-times h3 {
    color: #157a11;
    font-size: 15px;
    font-family: b-bd;
    margin-bottom: 10px;
}


.contact-inner-page .co-data .op-address {
    float: right;
    width: 100%;
}

.contact-inner-page .co-data .op-address i {
    float: right;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #d7af3f;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    margin-left: 30px;
}

.contact-inner-page .co-data .op-address p {
    overflow: hidden;
    padding-top: 13px;
    font-size: 16px;
    line-height: 1.8;
}

.co-form .form-group:last-of-type {
    text-align: left;
    margin-top: 30px;
}

.co-form .form-group .form-control:focus {
    box-shadow: 0 2px 0 #d9b143;
}

.co-form .form-group .form-control:focus + i {
    color: #d9b143;
    transition: all .3s;
}

.contact-inner-page .co-data ul li a,
.contact-inner-page .co-data ul li {
    color: #1a1a1a;
    font-size: 17px;
    transition: all .3s;
}

.contact-inner-page .co-data ul li .fa-phone {
    transform: scaleX(-1);
}

.contact-inner-page .co-data ul li a {
    display: inline-block;
    direction: ltr;
}

.contact-inner-page .co-data ul li a:hover {
    color: #d7af3f;
    transition: all .3s;
}

.mail-form {
    padding: 0;
}

.mail-form .co-form .form-group .form-control {
    background-color: transparent;
    border: 1px solid #c5c5c5;
}

.mail-form .co-form .form-group .form-control:focus {
    background-color: #fff;
    border-color: rgba(197, 197, 197, 0.5);
}

.news-bottom .nw-item {
    margin-bottom: 40px;
}

.news-bottom .nw-item .i-img {
    width: 172px;
    height: 172px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    overflow: hidden;
    float: right;
    margin-left: 40px;
    background-position: center;
    background-size: cover;
}

.news-bottom .nw-item .i-img a {
    display: block;
    height: 100%;
    position: relative;
}

.news-bottom .nw-item .i-img .cap {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 10px;
    background: -webkit-linear-gradient(bottom, #157a11 20%, #fff0);
    transition: all .3s;
    transform: translateY(100%);
}

.news-bottom .nw-item .i-img .cap h3 {
    color: #fff;
    font-size: 19px;
    font-family: b-bd;
    margin-bottom: 5px;
}

.news-bottom .nw-item .i-img .cap span {
    color: #fff;
    font-size: 12px;
}

.news-bottom .nw-item .i-data {
    overflow: hidden;
    padding-top: 29px;
}

.news-bottom .nw-item .i-data a {
    font-family: b-bd;
    font-size: 18px;
    color: #2b3430;
    margin-bottom: 15px;
    display: inline-block;
    transition: all .3s;
}

.news-bottom .nw-item .i-data p {
    color: #323b37;
    line-height: 1.9;
    overflow: hidden;
    max-height: 75px;
}

.news-bottom .nw-item .i-data a:hover {
    color: #d7af3f;
    transition: all .3s;
}

.news-bottom .nw-item:hover .i-img .cap {
    transform: translate(0);
}

/*
.tr-feats {
    padding: 80px 0 0;
    max-width: 80%;
}
*/

.tr-feats p {
    font-size: 17px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.9;
}


.tr-feats ul li {
    font-size: 17px;
    color: #555;
    position: relative;
    margin-bottom: 10px;
    padding-right: 24px;
}

.tr-feats ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}

.training-bottom {
    padding: 60px 0;
    background-color: #e0ebe7;
}

.training-bottom .block {
    padding: 0 20px;
}

.training-bottom .block .inner {
    text-align: center;
}

.training-bottom .block .inner h3 {
    font-size: 20px;
    font-family: b-bd;
    color: #2b3430;
    margin-bottom: 20px;
}

.training-bottom .block .inner p {
    font-size: 16px;
    line-height: 1.8;
    color: #323b37;
}

.table-bottom {
    padding-top: 80px;
}

.table-bottom .t-desc {
    margin-top: 20px;
    text-align: center;
}

.table-bottom .t-desc p {
    color: #353535;
    font-size: 18px;
}

.table-bottom .t-msg {
    text-align: left;
    margin-top: 80px;
}

.table-bottom .t-msg .btn {
    background: #fe7e00;
    border-radius: 13px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 18px;
}

.table-bottom .table th {
    border-bottom: 1px solid #cfcfcf;
    font-family: b-bd;
    text-align: center;
    padding-bottom: 40px;
    font-size: 18px;
    vertical-align: middle;
}

.table-bottom .table td {
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    padding: 25px;
    vertical-align: middle;
    color: #353535;
    font-size: 18px;
    text-align: center;
    width: 55%;
}

.form-control {
    text-transform: none !important;
}

.datepicker.dropdown-menu {
    right: auto;
}

.training-form .g-head {
    text-align: inherit;
}

.training-form .g-head:after {
    right: 0;
    left: auto;
    transform: none;
}

.training-form .f-item {
    margin-bottom: 50px;
}

.training-form .form-group .form-control {
    padding: 0 20px;
}

.training-form .sub-form {
    margin-bottom: 30px;
    margin: 50px 0 30px;
}

.training-form .sub-form h4 {
    font-family: b-bd;
    color: #262525;
    font-size: 17px;
}

.training-form .sub-form h4:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    margin: 0 0 0 5px;
}

.training-form .form-group .select2-container {
    width: 100% !important;
}

.training-form .form-group .select2-container .select2-selection--single {
    height: 65px;
    border-color: #c4c5c4;
    border-radius: 13px;
    background-color: transparent;
}

.training-form .form-group .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 17px;
    padding: 0 20px;
    line-height: 65px;
}

.training-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
    height: 65px;
    width: 30px;
}

.training-form .form-group .select2-container .select2-selection--multiple {
    min-height: 65px;
    border-color: #c4c5c4;
    background-color: transparent;
}

.training-form .form-group .select2-container .select2-search--inline .select2-search__field {
    font-size: 17px;
    text-transform: none;
}

.training-form .form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fe7e00;
    padding: 5px;
    border-color: #fe7e00;
    color: #fff;
}

.training-form .form-group .select2-container--default .select2-selection--multiple .select2-selection__choice span {
    float: left;
    margin: 0 5px 0 0;
    color: #fff;
}

.training-form .form-group .select2-container.select2-container--focus .select2-selection--multiple {
    background-color: #fff;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background: #157a11;
    color: #fff;
}

.program-plan-inner-page .table-bottom .table th th {
    border: 0;
    padding: 0 0 6px;
}

.program-plan-inner-page .table-bottom .table th td {
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    color: #303030;
    border: 0;
}

.program-plan-inner-page .table-bottom .table .has-table {
    padding-bottom: 10px;
}

.program-plan-inner-page .table-bottom .table td:first-of-type {
    width: 22%;
    text-align: right;
}

.program-plan-inner-page .table-bottom .table td:nth-of-type(2) {
    width: 14%;
}

.program-plan-inner-page .table-bottom .table td:nth-of-type(3),
.table-bottom .table td:nth-of-type(4) {
    width: 1%;
}

.program-plan-inner-page .table-bottom .table td:nth-of-type(5) {
    width: 13%;
    padding-left: 0;
    padding-right: 45px;
}

.program-plan-inner-page .table-bottom .table td:nth-of-type(6) {
    width: 1%;
}

.program-plan-inner-page .table-bottom .table .has-table table {
    width: 100%;
}

.program-plan-inner-page .table-bottom .table .has-table td {
    width: auto;
    text-align: center;
}

.program-plan-inner-page .table-bottom {
    padding: 0;
}

.program-inner-page .single-top {
    padding-bottom: 100px;
}


.program-inner-page .single-top .single-head {
    position: relative;
    padding-right: 23px;
    margin-bottom: 90px;
}

.program-inner-page .single-top .single-head h3 {
    font-family: b-bd;
    color: #555;
    font-size: 28px;
    margin-bottom: 15px;
}

.program-inner-page .single-top .single-head p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}


.program-inner-page .single-top .single-body .ss-item {
    padding: 0 20px;
}

.program-inner-page .single-top .single-body .ss-item a {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 13px;
    box-shadow: -5.513px 19.225px 19px 0px rgba(0, 0, 0, 0.22);
    text-align: center;
    line-height: normal;
    background: -webkit-linear-gradient(-45deg, #fff 50%, #e0ebe7 50%);
}

.program-inner-page .single-top .single-body .ss-item a span {
    color: #555;
    font-size: 29px;
    font-family: b-bd;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

.program-inner-page .single-top .single-body .ss-item a i {
    color: #fe7e00;
    font-size: inherit;
    display: block;
    margin-top: 15px;
    transition: all .3s;
}


.program-inner-page .single-top .single-body .ss-item ul li {
    position: relative;
    margin-bottom: 15px;
    color: #555;
    font-size: 16px;
}


.program-inner-page .single-top .single-body .ss-item ul li span {
    color: #fe7e00;
    font-family: b-bd;
    font-size: 17px;
}

.program-inner-page .single-top .single-body .ss-item h4 {
    position: relative;
    padding-right: 15px;
    font-size: 22px;
    font-family: b-bd;
    padding: 7px 17px 7px 0;
    margin-bottom: 20px;
}



.program-inner-page .single-top .single-body .ss-item ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f137";
    margin-left: 8px;
    font-size: 15px;
    color: #777;
}

.program-inner-page .single-top .single-body .ss-item .lasty li:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f00c";
    font-size: 15px;
    color: #fe7e00;
    float: left;
}

.program-inner-page .single-bottom {
    padding-top: 80px;
}

.program-inner-page .single-bottom h3 {
    position: relative;
    padding-right: 15px;
    font-size: 22px;
    font-family: b-bd;
    padding: 7px 17px 7px 0;
    margin-bottom: 50px;
}

.program-inner-page .single-bottom .faq-item {
    margin-bottom: 40px;
}

.program-inner-page .single-bottom .faq-item h4 {
    color: #555555;
    font-family: b-bd;
    font-size: 19px;
    margin-bottom: 10px;
}

.program-inner-page .single-bottom .faq-item p {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

.program-inner-page .single-bottom .faq-item:last-of-type {
    margin: 0;
}

.program-inner-page .single-top .single-head:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #fe7e00;
}

.program-inner-page .single-top .single-body .ss-item h4:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5px;
    background-color: #fe7e00;
}

.program-inner-page .single-top .single-body .ss-item a:hover span {
    color: #fe7e00;
    transition: all .3s;
}

.program-inner-page .single-top .single-body .ss-item a:hover i {
    transform: translateX(-20px);
    transition: all .3s;
    opacity: 0;
}

.program-inner-page .single-top .single-body .ss-item:first-of-type {
    padding-right: 0;
}

.program-inner-page .single-bottom h3:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5px;
    background-color: #fe7e00;
}

.program-after-page {
    padding: 100px 0;
    background-color: #edf2f0;
}

.program-after-page .panel-title a {
    display: block;
    padding: 25px 30px;
    font-size: 20px;
    color: #fe7e00;
    font-family: b-bd;
    position: relative;
}

.program-after-page .panel-group {
    margin: 0 auto;
    max-width: 70%;
}

.program-after-page .panel-group h3 {
    position: relative;
    padding: 5px 30px;
    margin-bottom: 60px;
    font-size: 28px;
    font-family: b-bd;
    color: #555;
}

.program-after-page .panel-group h3:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #fe7e00;
}


.program-after-page .panel-heading {
    padding: 0;
    border: 0 !important;
    background-color: transparent;
    border-radius: 0 !important;
}

.program-after-page .panel {
    border: 0;
    border-radius: 0;
    margin: 0 !important;
    box-shadow: none;
    border-bottom: 1px solid #edf2f0;
}

.program-after-page .panel:last-of-type {
    border-bottom: 0;
}

.program-after-page .panel-body {
    border-top-color: #edf2f0;
    background-color: #f7faf9;
}

.program-after-page .panel:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.program-after-page .panel:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.program-after-page .panel-title a.collapsed {
    color: #555;
}

.program-after-page .panel-title a:after {
    content: '';
    position: absolute;
    right: 13px;
    width: 7px;
    height: 8px;
    background-color: #fe7e00;
    border-radius: 100%;
    top: 33px;
    transition: all .3s;
}

.program-after-page .panel-title a.collapsed:after {
    content: '';
    position: absolute;
    right: 13px;
    width: 7px;
    height: 8px;
    border-radius: 100%;
    top: 33px;
    transition: all .3s;
    background-color: #555;
}


.program-after-page .panel-title a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    left: 20px;
    top: 26px;
    content: "\f137";
    transform: rotate(90deg);
    transition: all .3s;
}

.program-after-page .panel-title .collapsed:before {
    color: #666;
    transform: none;
    transition: all .3s;
}

.program-after-page .panel-body {
    border-top-color: #edf2f0 !important;
    background-color: #f7faf9;
    padding: 26px 70px !important;
}

.program-after-page .panel-body .unit-item {
    position: relative;
    padding-right: 13px;
    margin-bottom: 10px;
}

.program-after-page .panel-body .unit-item a {
    display: inline-block;
    color: #555;
    font-size: 16px;
    position: relative;
    transition: all .3s;
    max-width: 75%;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 3px;
}

.program-after-page .panel-body .unit-item span {
    float: left;
    color: #555;
    font-size: 16px;
}

.program-after-page .panel-body .unit-item .unit-prog {
    height: 22px;
    border: 1px solid #fe7e00;
    border-radius: 50px;
    position: relative;
    float: left;
    width: 50%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.program-after-page .panel-body .unit-item .unit-prog .u-in {
    position: absolute;
    left: 0;
    height: 100%;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #157a10;
}

.program-after-page .panel-body .unit-item:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0d9";
    font-weight: 600;
    right: 0;
    top: -1px;
    color: #555;
    font-size: 17px;
}

.program-after-page .panel-body .unit-item .unit-data {
    width: 45%;
    display: inline-block;
}

.program-after-page .panel-body .unit-item .unit-prog:after {
    content: '';
    position: absolute;
    left: -18px;
    height: 100%;
    border-right: 17px solid #157a11;
    border-left: 0 solid transparent;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: -1px;
}

.program-after-page .panel-body .unit-item a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #fe7e00;
    transition: all .3s;
    opacity: 0;
}

.program-after-page .panel-body .unit-item a:hover:after {
    width: 100%;
    opacity: 1;
    transition: all .3s;
}

.program-after-page .panel-body .unit-item a:hover {
    color: #fe7e00;
    transition: all .3s;
}

.reg-table .table-responsive {
    margin-bottom: 70px;
}

.reg-table .table {
    margin: 0;
}

.reg-table .table td {
    border: 0;
    border-bottom: 1px solid #c4c5c4;
    font-size: 18px;
    color: #353535;
    text-align: center;
}

.register-form .form-group textarea.form-control {
    padding: 17px 20px !important;
}

.search-inner-page .table-bottom .table th {
    font-family: b-rg;
    font-weight: normal;
    border: 0;
    background-color: #f9f9f9;
    padding: 20px;
    color: #4d5552;
    border-bottom: 5px solid #edf2f0;
    font-size: 14px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    width: 80%;
    text-align: right;
}

.search-inner-page .table-bottom .table td {
    padding: 15px 20px;
    background-color: transparent;
    font-size: 13px;
    color: #000;
    border: 0;
    vertical-align: middle;
    border-bottom: 5px solid #edf2f0;
    border-radius: 0;
    width: 78% !important;
    text-align: right !important;
    position: relative;

    z-index: 1;
}

.search-inner-page .table-bottom .table td:last-of-type {
    text-align: center !important;
}

.search-inner-page .table-bottom .table td .btn {
    font-size: 17px;
}

.search-inner-page .table-bottom .table tr:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-width: 1px 1px;
    border-style: solid;
    right: 0;
    top: 0;
    border-color: #00790e;
    transition: all .3s;
    opacity: 0;
    z-index: 0;
    box-shadow: 0px 0px 9px 1px rgba(212, 220, 217, 0.004);
    border-radius: 3px;
}

.search-inner-page .table-bottom .table tr:hover:after {
    opacity: 1;
    transition: all .3s;
}

.search-inner-page .table-bottom .table tr {
    position: relative;
    width: 100%;
    display: table;
    background-color: #fff;
}

.search-inner-page .table-bottom .table thead tr:after {
    display: none;
}

.rating-inner-page {
    padding: 100px 0;
    background-color: #edf2f0;
}

.rating-inner-page h3 {
    position: relative;
    font-size: 25px;
    color: #555;
    font-family: b-bd;
    padding: 10px 20px;
    margin-bottom: 100px;
}

.rating-inner-page h3:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #fe7e00;
}

.rating-inner-page .r-block {
    padding: 0 20px;
}

.rating-inner-page .table {
    margin: 0;
}

.rating-inner-page .table th {
    font-weight: normal;
    font-family: b-bd;
    text-align: center;
    width: 64%;
    padding: 0 0 30px;
    font-size: 16px;
    border-bottom: 0;
}

.rating-inner-page .table td {
    text-align: center;
    width: 66%;
    font-size: 15px;
    padding: 25px;
    border-top-color: #cfcfcf;
}

.rating-inner-page .table span i {
    color: #adadad;
    font-weight: 600;
}

.rating-inner-page .table span .active {
    color: #decb25;
}

.partners-inner-page {
    padding: 90px 0;
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.partners-inner-page:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d1a424;
    opacity: .9;
}

.cl-slider .item {
    padding: 0 15px;
}

.cl-slider .item a {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 300px;
    line-height: 250px;
    padding: 30px;
    transition: all .3s;
}

.cl-slider .item a:hover {
    transform: scale(.94);
    transition: all .3s;
}

.cl-slider .owl-controls .owl-buttons div .slider-left {
    left: -5%;
}

.cl-slider .owl-controls .owl-buttons div .slider-right {
    right: -5%;
}

.cl-slider .owl-controls .owl-buttons div .slider-left:hover,
.cl-slider .owl-controls .owl-buttons div .slider-right:hover {
    color: #fe7e00;
}

.enter-inner-page {
    padding: 100px 0;
    background-color: #edf2f0;
}

.enter-inner-page .form-group {
    margin-bottom: 20px;
}

.enter-inner-page .form-group .form-control {
    height: 65px;
    border-radius: 16px;
    background-color: transparent;
    font-size: 16px;
    border-color: #c5c5c5;
}

.enter-inner-page .form-group .btn {
    border-radius: 10px;
    background: #fe7e00;
    font-size: 17px;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
}

.enter-inner-page .enter-form {
    margin: 0 auto;
    max-width: 50%;
}

.enter-inner-page .form-group:last-of-type {
    text-align: center;
    margin: 0;
}

.enter-inner-page .form-group .form-control:focus {
    background-color: #fff;
    border-bottom-color: #d9b143;
}


.chat-wrap h4 {
    position: relative;
    padding: 8px 20px;
    font-size: 22px;
    color: #555;
    font-family: b-bd;
    margin-bottom: 45px;
}

.chat-wrap h4:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #fe7e00;
}

.chat-body {
    background-color: #dfe8e4;
    max-width: 60%;
    padding: 40px;
    border-radius: 10px;
}

.chat-inner {
    overflow: hidden;
    max-height: 400px;
    padding-top: 10px;
    direction: ltr;
    min-height: 400px;
}

.chat-inner .chat-item {
    margin-bottom: 40px;
    padding: 0 25px 0 0;
}

.chat-inner .chat-item.m-from {
    text-align: left;
}

.chat-inner .chat-item .i-img {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}

.chat-inner .chat-item .i-img img {
    width: 100%;
    height: 100%;
}

.chat-inner .chat-item .i-data {
    overflow: hidden;
}

.chat-inner .chat-item .i-data p {
    display: inline-block;
    max-width: calc(100% - 70px);
    background-color: #fff;
    border-radius: 50px;
    padding: 19px 20px;
    color: #878787;
    margin-right: 15px;
    font-size: 13px;
    text-align: right;
}

.chat-inner .chat-item .i-data span {
    font-size: 13px;
    color: #878787;
    padding-top: 15px;
    display: inline-block;
}

.chat-inner .chat-item.m-to .i-data p {
    margin: 0 0 0 15px;
    background-color: #fe7e00;
    color: #fff;
}


.chat-inner .chat-item.m-to {
    max-width: 100%;
    direction: rtl;
}

.chat-form {
    margin-top: 20px;
}

.chat-form .form-control {
    height: auto !important;
    min-height: 100px;
    background-color: #edf2f0;
    border: 0;
    max-width: calc(100% - 110px);
    display: inline-block;
    border-radius: 10px;
    margin-left: 15px;
}


.chat-form .form-control::-webkit-scrollbar {
    width: 6px;

}

.chat-form .form-control::-webkit-scrollbar-track {
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 10px;
    /*    background-color: #edf2f0;*/
}

.chat-form .form-control::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
    background-color: #fe7e00;
}

.chat-form .form-control:focus {
    box-shadow: none;
}

.chat-form .btn {
    background: #fe7e00;
    border-radius: 10px;
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
}

.chat-inner .chat-item.m-to .i-data {
    max-width: 87%;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #edf2f0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fe7e00 !important;
    width: 6px;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fe7e00;
}

.service-inner-page {
    padding-top: 100px;
    background-color: #c9cccb;
}

.service-inner-page .c-top {
    margin-bottom: 70px;
}

.secto.s1 {
    padding: 0 0 70px;
}

.tri-div {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
    width: 40%;
    margin: 0 auto;
}

.tri-div span {
    color: #fff;
    font-family: b-bd;
    font-size: 20px;
    position: absolute;
}

.tri-div span:nth-of-type(1) {
    top: 176px;
    right: 85px;
    transform: rotate(58deg);
}

.tri-div span:nth-of-type(2) {
    top: 286px;
    right: 119px;
    text-align: center;
    max-width: 47%;
}

.tri-div span:nth-of-type(3) {
    top: 162px;
    left: 107px;
    transform: rotate(-58deg);
}

.secto {
    padding: 70px 0;
}

.secto.s2 {
    background-color: #fff;
}

.secto.s2 .g-head,
.secto.s3 .g-head,
.secto.s6 .g-head,
.secto.s9 .g-head,
.secto.s12 .g-head,
.secto.s15 .g-head,
.secto.s20 .g-head {
    text-align: right;
    padding: 10px 20px;
}

.secto.s2 .g-head:after,
.secto.s3 .g-head:after,
.secto.s6 .g-head:after,
.secto.s9 .g-head:after,
.secto.s12 .g-head:after,
.secto.s15 .g-head:after,
.secto.s20 .g-head:after {
    left: auto;
    right: 0;
    transform: none;
    width: 5px;
    height: 100%;
    top: 0;
    bottom: auto;
}

.secto p {
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 20px;
    color: #282626;
}

.secto ul li {
    color: #282626;
    margin-bottom: 15px;
    font-size: 15px;
    padding-right: 20px;
    position: relative;
}

.secto ul li:before {
    position: absolute;
    right: 0;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f00c";
    font-size: 13px;
    color: #fe7e00;
}

.secto ul li:last-child {
    margin: 0;
}

.secto p:last-of-type {
    margin: 0;
}

.secto ul {
    margin-bottom: 30px;
}

.poco {
    position: relative;
    width: 350px;
    height: 350px;
    background-position: center;
    background-size: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.poco span {
    font-size: 20px;
    color: #fff;
    font-family: b-bd;
    position: absolute;
}

.poco span:nth-of-type(1) {
    top: 83px;
    max-width: 50%;
    right: 60px;
}

.poco span:nth-of-type(2) {
    bottom: 62px;
    max-width: 40%;
    left: 48px;
}

.secto.s3 {
    background: -webkit-linear-gradient(top, #cbcecd, #eaefed);
}

.secto.s4 {
    background-color: #fff;
}

.vis {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 430px;
    height: 430px;
    position: relative;
    margin: 0 auto;
}

.vis span {
    position: absolute;
    color: #fff;
    font-size: 18px;
}

.vis h3 {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: b-bd;
    font-size: 23px;
}

.vis span:nth-of-type(1) {
    top: 61px;
    right: 100px;
    max-width: 26%;
    text-align: center;
    transform: rotate(22deg);
}

.vis span:nth-of-type(2) {
    top: 165px;
    right: 36px;
    max-width: 26%;
    text-align: center;
    font-size: 15px;
}

.vis span:nth-of-type(3) {
    bottom: 102px;
    right: 78px;
    max-width: 24%;
    text-align: center;
}

.vis span:nth-of-type(4) {
    bottom: 77px;
    right: 180px;
    max-width: 24%;
    text-align: center;
}

.vis span:nth-of-type(5) {
    bottom: 138px;
    left: 56px;
    max-width: 24%;
    text-align: center;
}

.vis span:nth-of-type(6) {
    top: 149px;
    left: 41px;
    max-width: 24%;
    text-align: center;
    font-size: 17px;
}

.vis span:nth-of-type(7) {
    top: 52px;
    left: 113px;
    max-width: 24%;
    text-align: center;
    font-size: 16px;
}

.secto.s5 {
    background: #edf2f0;
    padding-bottom: 150px;
}

.secto.s5 .v-med {
    float: left;
}

.secto.s5 .v-data {
    padding-top: 4%;
}

.soc {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 220px;
    height: 180px;
    position: relative;
    margin-right: 200px;
}

.soc span {
    color: #fff;
    position: absolute;
}

.soc span:nth-of-type(1) {
    right: 22px;
    top: 50px;
    transform: rotate(62deg);
    font-size: 11px;
}

.soc span:nth-of-type(2) {
    right: 81px;
    bottom: 37px;
    font-size: 11px;
}

.soc span:nth-of-type(3) {
    left: 12px;
    top: 39px;
    transform: rotate(-53deg);
    font-size: 10px;
}

.soc p {
    position: absolute;
    right: -200px;
    top: 27px;
    max-width: 83%;
    font-size: 13px;
}

.soc .soc_2 {
    margin: 0;
    position: absolute;
    bottom: -110px;
}

.soc ul li {
    font-size: 13px;
    margin-bottom: 5px;
    padding-right: 15px;
}

.soc .soc_3 {
    position: absolute;
    max-width: 78%;
    left: -200px;
    top: 50px;
    margin: 0;
}

.soc ul li:last-child {
    margin: 0;
}

.soc ul li:before {
    content: '\f111';
    font-size: 3px;
    color: inherit;
    top: 6px;
}

.secto.s6 {
    background-color: #fff;
}

.secto.s6 .t-rop {
    float: left;
}

.tri_2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 347px;
    margin: 0 auto;
    width: 400px;
    position: relative;
}

.tri_2 span {
    color: #fff;
    position: absolute;
    font-family: b-bd;
    font-size: 19px;
}

.tri_2 span:nth-of-type(1) {
    left: 50%;
    transform: translateX(-50%);
    top: 31px;
}

.tri_2 span:nth-of-type(2) {
    left: 50%;
    transform: translateX(-50%);
    top: 126px;
}

.tri_2 span:nth-of-type(3) {
    max-width: 27%;
    left: 46%;
    transform: translateX(-50%);
    bottom: 90px;
    font-size: 17px;
}

.rop-top p {
    border-bottom: 1px solid rgba(224, 224, 224, 0.45);
    padding-bottom: 40px;
    font-size: 14px;
}

.rop-top p:last-child {
    border: 0;
}

.rop-bottom h3 {
    font-family: b-bd;
    font-size: 17px;
    margin-bottom: 20px;
}

.rop-bottom ul li {
    font-size: 14px;
}

.secto.s5.s8 {
    background: #fff;
}

.secto_8-top {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.secto.s8 .secto_8-bottom .v-med {
    float: right;
}

.secto.s8 .secto_8-bottom .v-data ul {
    margin-bottom: 20px;
    counter-reset: man-bed;
}

.secto.s8 .secto_8-bottom .v-data ul li {
    margin-bottom: 15px;
    position: relative;
    list-style: none;
    padding-right: 12px;
}

.secto.s8 .secto_8-bottom .v-data ul li:before {
    content: counter(man-bed);
    counter-increment: man-bed;
    font-family: inherit;
}

.secto.s9 {
    background: #edf2f0;
}

.secto.s9 .hexa {
    background-color: #1a1a1a;
    text-align: center;
    position: absolute;
    width: 220px;
    height: 200px;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(25% 0, 75% 1%, 100% 50%, 100% 50%, 75% 100%, 25% 100%, 0 50%, 0 50%);
    clip-path: polygon(25% 0, 75% 1%, 100% 50%, 100% 50%, 75% 100%, 25% 100%, 0 50%, 0 50%);
}

.secto.s9 .g-body {
    position: relative;
    min-height: 550px;
    width: 746px;
    right: 50%;
    transform: translateX(50%);
}

.secto.s9 .hexa h3 {
    color: #fff;
    font-family: b-bd;
    font-size: 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 62px;
    width: 100%;
}

.secto.s9 .hexa span {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.secto.s9 .hexa.hex2 {
    left: 0;
    top: 210px;
    background-color: #d8b040;
}

.secto.s9 .hexa.hex1 {
    background-color: #fe7e00;
}

.secto.s9 .hexa.hex2 h3 {
    top: 40px;
    font-size: 22px;
    line-height: 1.5;
    max-width: 61%;
}

.secto.s9 .hexa.hex3 {
    left: 175px;
    top: 105px;
}

.secto.s9 .hexa.hex3 h3 {
    font-size: 20px;
    top: 50px;
    max-width: 55%;
    line-height: 1.6;
}

.secto.s9 .hexa.hex4 {
    left: 350px;
    top: 2px;
    background-color: #fe7e00;
}

.secto.s9 .hexa.hex4 h3 {
    top: 45px;
    max-width: 77%;
    font-size: 19px;
    line-height: 1.5;
}


.secto.s9 .hexa.hex5 {
    left: 350px;
    top: 210px;
    background-color: #d8b040;
}

.secto.s9 .hexa.hex5 h3 {
    bottom: 45px;
    top: auto;
    font-size: 22px;
    max-width: 60%;
}

.secto.s9 .hexa.hex5 span {
    top: 30px;
    bottom: auto;
}

.secto.s9 .hexa.hex6 {
    left: 526px;
    top: 107px;
}

.secto.s9 .hexa.hex6 h3 {
    font-size: 22px;
    max-width: 50%;
    line-height: 1.5;
    top: 45px;
}

.secto.s9 .hexa.hex7 {
    left: 526px;
    top: 315px;
    background-color: #fe7e00;
}

.secto.s9 .hexa.hex7 span {
    bottom: auto;
    top: 30px;
}

.secto.s9 .hexa.hex7 h3 {
    bottom: 50px;
    top: auto;
}

.secto.s10 {
    background: #fff;
}

.latw .i-img {
    height: 280px;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    -webkit-clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 15%);
    clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 15%);
    border: 3px solid #000;
}

.latw .inner {
    text-align: center;
    position: relative;
}

.latw {
    margin-bottom: 50px;
}



.latw .inner h3 {
    color: #000;
    font-family: b-bd;
    font-size: 17px;
}

.latw .inner:before {
    content: '';
    position: absolute;
    right: -5px;
    top: 21px;
    width: 65px;
    height: 3px;
    background-color: #000;
    transform: rotate(38deg);
    z-index: 1;
}

.latw .inner:after {
    content: '';
    position: absolute;
    left: -5px;
    top: 21px;
    width: 65px;
    height: 3px;
    background-color: #000;
    transform: rotate(-38deg);
    z-index: 1;
}

.secto.s11 {
    background: #edf2f0;
}

.secto.s11 h3 {
    font-family: b-bd;
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 20px;
    max-width: 91%;
}


.secto.s12 {
    background: #fff;
}

.secto.s12 a {
    width: 195px;
    height: 140px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    margin: 0 0 20px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.secto.s12 .g-body {
    text-align: center;
}

.secto.s13 {
    padding: 70px 0;
}

.secto.s13 h4 {
    font-family: b-bd;
    font-size: 16px;
    margin-bottom: 10px;
}

.secto.s13 h4:last-of-type {
    margin-top: 40px;
}

.secto.s14 {
    background: #fff;
    padding: 70px 0;
}

.secto.s14 .secto_14-top .v-med {
    float: right;
}

.secto.s14 p {
    padding-top: 10%;
    font-size: 19px;
}

.secto.s15 {
    background: #edf2f0;
}

.secto.s16 {
    background: #fff;
}

.secto.s15 p span {
    font-family: b-bd;
}

.secto.s16 h5 {
    font-family: b-bd;
    margin: 40px 0 20px;
    font-size: 15px;
}

.secto.s16 li:before {
    content: "\f100";
    color: #777;
}

.secto.s16 li {
    font-size: 14px;
}

.secto.s17 {
    background: #edf2f0;
}

.secto.s16 ul {
    margin: 0;
}

.secto.s17 .g-head {
    margin-bottom: 20px;
    padding: 5px 20px;
}

.secto.s17 .g-in {
    margin-bottom: 50px;
}

.secto.s17 .g-in p {
    font-size: 14px;
}

.secto.s17 .g-head h3 {
    font-size: 20px;
}

.secto.s17 .g-in:last-of-type {
    margin: 0;
}

.mac .m-inner {
    border: 1px solid rgba(201, 203, 201, 0.3);
    padding: 40px;
    border-radius: 15px;
    text-align: center;
}

.mac .m-inner i {
    background-color: #fe7e00;
    color: #fff;
    line-height: 90px;
    text-align: center;
    width: 90px;
    position: relative;
    height: 90px;
    border-radius: 100%;
    font-size: 30px;
    display: block;
    margin: 0 auto 40px;
    transition: all .3s;
}

.mac .m-inner h3 {
    color: #3d3d3d;
    font-size: 20px;
    margin: 0 auto;
}

.mac .m-inner i:after {
    content: '';
    width: 110px;
    height: 110px;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px dashed #fe7e00;
    border-radius: 100%;
    margin: -10px;
}

.mac {
    margin-bottom: 30px;
}

.mac .m-inner:hover i:after {
    animation: fa-spin 10s infinite;
}

.mac .m-inner:hover i {
    background-color: #fe7e00;
    transition: all .3s;
}

.secto.s19 ul {
    margin-top: 30px;
}

.secto.s19 ul li:before {
    content: '\f100';
    color: inherit;
}

.secto.s20 {
    background: #fff;
}

.man-img {
    position: relative;
    margin: 0 auto;
    background-position: center;
    background-size: 100%;
    width: 450px;
    height: 450px;
    background-repeat: no-repeat;
}

.man-img span {
    position: absolute;
    color: #fff;
    font-size: 13px;
}

.man-img p {
    margin: 0;
    position: absolute;
    font-family: b-bd;
    font-size: 16px;
}

.man-img span:nth-of-type(1) {
    top: 95px;
    right: 59px;
    transform: rotate(43deg);
    font-size: 11px;
}

.man-img span:nth-of-type(2) {
    top: 269px;
    right: 14px;
    transform: rotate(108deg);
    font-size: 10px;
}

.man-img span:nth-of-type(3) {
    bottom: 53px;
    font-size: 11px;
    right: 153px;
    max-width: 33%;
    text-align: center;
}

.man-img span:nth-of-type(4) {
    left: -32px;
    bottom: 172px;
    text-align: center;
    max-width: 44%;
    transform: rotate(72deg);
    font-size: 11px;
}

.man-img span:nth-of-type(5) {
    top: 82px;
    left: 81px;
    transform: rotate(-37deg);
    font-size: 12px;
}

.man-img p:nth-of-type(1) {
    right: -170px;
    top: 82px;
}

.man-img p:nth-of-type(2) {
    bottom: 123px;
    right: -180px;
}

.man-img p:nth-of-type(3) {
    left: -169px;
    bottom: 43px;
}

.man-img p:nth-of-type(4) {
    left: -195px;
    bottom: 174px;
}

.man-img p:nth-of-type(5) {
    left: -100px;
    top: 86px;
}

.man-img h5 {
    position: absolute;
    font-family: b-bd;
    color: #fff;
    right: 51%;
    max-width: 29%;
    top: 50%;
    transform: translate(50%, -50%);
    text-align: center;
    font-size: 17px;
    line-height: 1.6;
}

.vis:before {
    content: '';
    position: absolute;
    width: 159px;
    height: 163px;
    background-image: url(../images/sr-active.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 103%;
    left: 0;
    top: 73px;
    z-index: 0;
}

.s5 .vis:before {
    display: none;
}

.nav-wrap {
    position: fixed;
    left: 20px;
    top: 50%;
    z-index: 20;
    background-color: #167911;
    padding: 0;
    border-radius: 20px;
    transform: translateY(-50%);
    box-shadow: 0 0 55px rgba(216, 175, 64, 0.31);
    text-align: center;
    overflow: hidden;
    width: 40px;
    direction: ltr;
    white-space: nowrap;
    transition: all .3s;
}

.nav-wrap.active {
    transition: all .3s;
    width: 135px;
}

.nav-wrap a {
    display: block;
    padding: 10px 0;
    position: relative;
    height: 40px;
}

.nav-wrap a:after {
    content: '';
    position: absolute;
    width: 49%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
}

.nav-wrap a:nth-of-type(1):after,
.nav-wrap a:nth-of-type(5):after {
    display: none;
}

.nav-wrap a:last-of-type:after {
    display: none;
}

.nav-wrap a span {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    position: relative;
    transition: all .3s;
    opacity: 0;
}

.nav-wrap.active span {
    opacity: 1;
    transition: all .3s;
}

.nav-wrap i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 15px;
    top: 13px;
    transition: all .3s;
}

.nav-wrap a.active i {
    background-color: #d8af40;
    transition: all .3s;
    transform: scale(1.5);
}

.nav-wrap a.active span {
    color: #d8af40;
    transition: all .3s;
}

.nav-wrap b {
    height: 3px;
    background-color: #fff;
    width: 20px;
    display: block;
    margin: 0 auto 3px;
    border-radius: 1.5px;
}

.nav-wrap.active b {
    width: 35px;
    transition: all .3s;
}

.nav-wrap b:last-of-type {
    margin-bottom: 0;
}

.nav-wrap em {
    color: #fff;
    font-size: 19px;
    transition: all .3s;
}

.nav-wrap.active em {
    transform: rotate(180deg);
    transition: all .3s;
}

.nav-wrap .mt {
    background-color: rgba(0, 0, 0, 0.15);
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #167911;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #167911;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #167911;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #167911;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #167911;
}

/********** abo **** */
.c-top .h-slider {
    margin: 0 auto;
    max-width: 80%;
}

.service-inner-page .c-top {
    margin-bottom: 30px;
}

.c-top .item {
    height: 500px;
}

.secto.s1 .g-head {
    margin-bottom: 30px;
}

.tri-div {
    height: 350px;
    width: 35%;
}

.tri-div span:nth-of-type(1) {
    right: 73px;
    top: 151px;
}

.tri-div span:nth-of-type(2) {
    right: 105px;
    top: 244px;
}

.tri-div span:nth-of-type(3) {
    left: 104px;
    top: 132px;
}

.tri-div span {
    font-size: 18px;
}

.secto.s5.s8 {
    padding: 50px 0;
}

.secto_8-top {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.nav-wrap {
    bottom: 0;
    top: auto;
    transform: none;
    width: 100%;
    height: 40px;
    left: 0;
    border-radius: 0;
    box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.2);
}

.nav-wrap a {
    display: inline-block;
    height: 100%;
    width: 40px;
}

.nav-wrap.active {
    width: 100%;
    height: 70px;
}

.nav-wrap i {
    top: auto;
    bottom: 14px;
}

.nav-wrap a span {
    transform: rotate(-45deg);
}

.nav-wrap .open-wid {
    line-height: 20px;
}

.nav-wrap.active .open-wid {}

.car-img img {
    width: 400px;
}

.car-img {
    text-align: center;
}

.co-form .form-group .add-new,
.co-form .form-group .add-new1,
.co-form .form-group .add-new2,
.co-form .form-group .add-new3,
.co-form .form-group .add-new4 {
    position: absolute;
    left: 7px;
    top: 7px;
    padding: 0 20px;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    z-index: 1;
}

.mail-form .co-form .form-group.nw-wrap .form-control,
.mail-form .co-form .form-group.nw-wrap1 .form-control,
.mail-form .co-form .form-group.nw-wrap2 .form-control,
.mail-form .co-form .form-group.nw-wrap3 .form-control,
.mail-form .co-form .form-group.nw-wrap4 .form-control {
    margin-bottom: 20px;
}

.mail-form .co-form .form-group.nw-wrap .form-control:last-of-type,
.mail-form .co-form .form-group.nw-wrap1 .form-control:last-of-type,
.mail-form .co-form .form-group.nw-wrap2 .form-control:last-of-type,
.mail-form .co-form .form-group.nw-wrap3 .form-control:last-of-type,
.mail-form .co-form .form-group.nw-wrap4 .form-control:last-of-type {
    margin: 0;
}

.mac .m-inner h3 {
    color: #3d3d3d;
    font-size: 15px;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 99%;
}

.mac .m-inner {
    border: 1px solid rgba(201, 203, 201, 0.3);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    max-width: 65%;
    margin: 0 auto;
}



/* ************* SECTION FOUR ************** */
.secto.s3 {
    background: -webkit-linear-gradient(top, #cbcecd, #cbcecd);
}

.secto.s9 {
    background: #f9f9f9;
}

.vission {
    text-align: center;
}

.vission h3 {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    line-height: 200px;
    text-align: center;
    background-image: url(../images/vission.png);
    background-position: center;
    background-size: cover;
    color: #197a3d;
    font-family: b-bd;
    margin: 0 auto;
    position: relative;
}

.vission h3:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border: 5px solid #d6ae3e;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    border-radius: 100%;
}

.vission h3:after {
    content: '';
}

.vission p {
    position: absolute;
    background: -webkit-linear-gradient(left, #d7ae3e, #197a3d);
    padding: 9px 20px 9px 9px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    min-height: 80px;
    min-width: 250px;
}

.vission p i {
    color: #337d3d;
    font-family: b-bd;
    font-size: 20px;
    font-style: normal;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    line-height: 60px;
    float: left;
    margin-right: 20px;
}

.vission span {
    color: #fff;
    font-family: b-bd;
    font-size: 17px;
    line-height: 1.3;
    position: relative;
    display: inline-block;
    float: right;
    top: 20px;
}

.vission p:after {
    content: '';
    border-left: 62px solid #1b7a3d;
    border-right: 0 solid transparent;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    right: -62px;
    position: absolute;
    top: 0;
}

.secto.s4_new {
    background-color: #eeeef0;
    padding: 150px 0 300px;
}


.vission p:nth-of-type(1) {
    top: -60px;
    right: -260px;
}

.vission p:nth-of-type(2) {
    right: -400px;
    top: 70px;
}

.vission p:nth-of-type(3) {
    bottom: -95px;
    right: -260px;
}

.vission p:nth-of-type(4) {
    left: 0;
    bottom: -210px;
    min-width: 276px;
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: -webkit-linear-gradient(right, #d7ae3e, #197a3d);
    padding: 9px 9px 9px 20px;
}

.vission p:nth-of-type(5) {
    bottom: -95px;
    left: -277px;
    right: auto;
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: -webkit-linear-gradient(right, #d7ae3e, #197a3d);
    padding: 9px 9px 9px 20px;
}

.vission p:nth-of-type(6) {
    left: -294px;
    top: 70px;
    right: auto;
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: -webkit-linear-gradient(right, #d7ae3e, #197a3d);
    padding: 9px 9px 9px 20px;
}

.vission p:nth-of-type(7) {
    top: -60px;
    left: -260px;
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: -webkit-linear-gradient(right, #d7ae3e, #197a3d);
    padding: 9px 9px 9px 20px;
}

.vission p:before {
    content: '';
    position: absolute;
    left: -22px;
    bottom: -14px;
    width: 20px;
    height: 20px;
    background-color: #d6ae3e;
    border-radius: 100%;
}

.vission span:after {
    content: '';
    position: absolute;
    left: -112px;
    bottom: -38px;
    width: 5px;
    background-color: #d4ad3e;
    height: 35px;
    transform: rotate(45deg);
}

.vission p:nth-of-type(2) span:after {
    transform: rotate(90deg);
    top: 0;
    left: -99px;
    bottom: auto;
}

.vission p:nth-of-type(2):before {
    bottom: 24px;
    left: -33px;
}

.vission p:nth-of-type(2) {}

.vission p:nth-of-type(7) i {
    float: right;
    margin: 0 0 0 20px;
}

.vission p:nth-of-type(7):after {
    border-right: 62px solid #1b7a3d;
    border-left: 0 solid transparent;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    left: -62px;
    right: auto;
}

.vission p:nth-of-type(7):before {
    right: -22px;
    bottom: -14px;
    left: auto;
}

.vission p:nth-of-type(7) span:after {
    right: -90px;
    bottom: -38px;
    left: auto;
    transform: rotate(-45deg);
}

.vission p:nth-of-type(6):before {
    bottom: 24px;
    right: -33px;
    left: auto;
}

.vission p:nth-of-type(6):after {
    border-right: 62px solid #1b7a3d;
    border-left: 0 solid transparent;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    left: -62px;
    right: auto;
}

.vission p:nth-of-type(6) span:after {
    left: auto;
    right: -102px;
    transform: rotate(90deg);
    bottom: auto;
    top: 0;
}

.vission p:nth-of-type(6) i {
    float: right;
    margin: 0 0 0 20px;
}

.vission p:nth-of-type(5):before {
    right: -22px;
    left: auto;
    top: -23px;
    bottom: auto;
}

.vission p:nth-of-type(5):after {
    border-right: 62px solid #1b7a3d;
    border-left: 0 solid transparent;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    left: -62px;
    right: auto;
}

.vission p:nth-of-type(5) span:after {
    transform: rotate(45deg);
    right: -91px;
    top: -46px;
    bottom: auto;
    left: auto;
}

.vission p:nth-of-type(5) i {
    margin: 0 0 0 20px;
    float: right;
}

.vission p:nth-of-type(3):before {
    top: -29px;
    bottom: auto;
    left: -22px;
}

.vission p:nth-of-type(3) span:after {
    transform: rotate(-45deg);
    top: -47px;
    left: -120px;
}

.vission p:nth-of-type(4):after {
    border-right: 62px solid #1b7a3d;
    border-left: 0 solid transparent;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    left: -62px;
    right: auto;
}

.vission p:nth-of-type(4) i {
    float: right;
    margin: 0 0 0 20px;
}

.vission p:nth-of-type(4) span:after {
    transform: rotate(0);
    left: 87px;
    bottom: auto;
    top: -117px;
    height: 88px;
}

.vission p:nth-of-type(4):before {
    left: 100px;
    top: -98px;
    bottom: auto;
}

.vission-mob {
    display: none;
}

.vission-mob h3 {
    font-family: b-bd;
    color: #167911;
    font-size: 30px;
    padding: 20px 30px 10px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    margin: 0 auto 20px;
    text-align: center;
    background-color: #fff;
}

.vission-mob p {
    background: -webkit-linear-gradient(left, #d7ae3e, #197a3d);
    border-radius: 50px;
    padding: 10px;
}

.vission-mob p:last-of-type {
    margin: 0;
}

.vission-mob span {
    color: #fff;
    font-family: b-bd;
    font-size: 17px;
}

.vission-mob i {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    border-radius: 100%;
    margin-left: 10px;
    font-family: b-bd;
    font-size: 17px;
    float: right;
}

.vission-mob h3:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 5px;
    background: -webkit-linear-gradient(top, #f7f7f7, #eeeef0);
    border-radius: 50px;
    z-index: -1;
    width: calc(100% - 10px);
    height: 100%;
}

.vission-mob p {
    float: right;
    width: 100%;
}

/* ********** ABOUT SHAPES ********** */


.about-secto.s4_new .vission span {
    font-size: 12px;
    max-width: 68%;
    top: 0;
    line-height: 1.7;
}

.about-secto.s4_new {
    background-color: #fff;
}

.about-secto.s4_new .vission p {
    width: 253px;
    min-width: auto;
    padding: 10px;
}

.about-secto.s4_new .vission p i {
    margin-right: 10px;
}

.about-secto.s4_new .vission p:nth-of-type(4) {
    width: 305px;
}

.about-secto.s4_new .vission p:nth-of-type(5) i,.about-secto.s4_new .vission p:nth-of-type(6) i,.about-secto.s4_new .vission p:nth-of-type(7) i {
    margin: 0 0 0 10px;
}

.about-secto.s4_new .vission p span:after {
    left: -88px;
    bottom: -21px;
}

.about-secto.s4_new .vission p:nth-of-type(2) {
    right: -297px;
}

.about-secto.s4_new .vission p:nth-of-type(2) span:after {
    left: -93px;
    bottom: auto;
    top: 23px;
    height: 27px;
}

.about-secto.s4_new .vission p:nth-of-type(3) span:after {
    left: -82px;
    top: -30px;
}

.about-secto.s4_new .vission p:nth-of-type(4) span:after {
    left: 97px;
    top: -98px;
}

.about-secto.s4_new .vission p:nth-of-type(5) span:after {
    right: -95px;
    height: 49px;
    top: -28px;
}

.about-secto.s4_new .vission p:nth-of-type(5):before {
    right: -42px;
}

.about-secto.s4_new .vission p:nth-of-type(6) span:after {
    top: 19px;
    right: -92px;
}

.about-secto.s4_new .vission p:nth-of-type(7) span:after {
    bottom: -20px;
    right: -83px;
}

.about-eth.about-secto.s4_new {
    background-color: #edeeef;
    padding: 150px 0;
}

.about-eth .vission p:nth-of-type(4) {
    top: -60px;
    left: -330px;
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: -webkit-linear-gradient(right, #d7ae3e, #197a3d);
    padding: 9px 9px 9px 20px;
    bottom: auto;
}

.about-eth .vission p:nth-of-type(4):before {
    right: -22px;
    bottom: -14px;
    left: auto;
}

.about-eth .vission p:nth-of-type(4) span {
    max-width: 65%;
    top: 9px;
}

.about-eth .vission p:nth-of-type(4):before {
    bottom: auto;
    top: 75px;
    right: -38px;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(4) span:after {
    transform: rotate(-48deg);
    right: -109px;
    left: auto;
    bottom: auto;
    top: 26px;
    height: 45px;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(4) span {
    top: 11px;
}

about-eth.about-secto.s4_new .vission span {
    top: 22px;
}

.about-eth.about-secto.s4_new .vission span {
    top: 11px;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(2) {
    top: auto;
    bottom: -60px;
    right: -275px;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(3) {
    bottom: -60px;
    left: -330px;
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: -webkit-linear-gradient(right, #d7ae3e, #197a3d);
    padding: 9px 9px 9px 20px;
    right: auto;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(3) span {
    max-width: 73%;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(3) {
    width: 300px;
    left: -320px;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(3) i {
    float: right;
    margin: 0 0 0 10px;
}

.about-eth .vission p:nth-of-type(4) i {
    margin: 0 0 0 10px;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(3):after {
    border-right: 62px solid #1b7a3d;
    border-left: 0 solid transparent;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    left: -62px;
    right: auto;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(1) span:after {
    bottom: -30px;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(2):before {
    bottom: 62px;
    left: -31px;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(2) span:after {
    transform: rotate(-45deg);
    left: -93px;
    top: -14px;
    height: 31px;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(3):before {
    left: auto;
    right: -30px;
    top: auto;
    bottom: 62px;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(2) span:after {}

.about-eth.about-secto.s4_new .vission p:nth-of-type(3) span:after {
    left: auto;
    right: -91px;
    transform: rotate(45deg);
    top: -21px;
    height: 40px;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(4) {
    left: -315px;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(4):before {
    right: -21px;
}

.about-eth.about-secto.s4_new .vission p:nth-of-type(4) span:after {
    right: -78px;
    height: 35px;
    top: 34px;
}