/*! ******************************************************
*
*	Theme Name:     Toolset Starter Child
*   Author:         OnTheGoSystems
*   Author URI:     http://www.onthegosystems.com/
*   Description:    Simple, clear and modern Bootstrap 3-based theme. Perfect base for developing all kinds of responsive sites with Toolsets, including the Layouts plugin (no extra integration needed, you activate Layouts and the drag and drop facilities work out of the box). Uses WordPress theme customizer and supports Font Awesome Icons. Supports WooCommerce integration by styles unification.
*   Version:        1.1
*   License:        GNU General Public License v2 or later
*   License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*   Template:       toolset-starter
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.slick-track img {
  height: 150px;
  object-fit: contain;
}


.hp_slide_item_container {
  outline: none;
  position: relative;
  height: 600px;
  width: 100%;
}

#hp_slider .hp_slide_item.slick-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


body {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
  font-family: 'Assistant', sans-serif;
}


p, a, li {
    color: #000000;
    font-family: 'Assistant', sans-serif;
    font-size: 20px;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
a[target="_blank"]:not(.notarget):after {
    display: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
    color: #0f396f;
    font-family: 'Assistant', sans-serif;
}
a:hover {
	text-decoration: none;
}
ul {
	padding: 0;
}
/*=====================================================
    general
=====================================================*/
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 ,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 ,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12
{
    float: right;
}


.pad0 {
  padding: 0;
}
@media (min-width: 1200px) {
.container {
    max-width: 1740px;
}
}
.background_image  {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pad_sec {
    padding-top: 40px;
    padding-bottom: 40px;
}
.h3_t {
    font-size: 50px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 50px;
}
.gap_cat {
  height: 40px;
}
.fab {
    font-family: "Font Awesome 5 Brands" !important;
	}
.social_icons li {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin-right: 7px;
    background: #ea2324;
}
.social_icons ul {
    padding: 0;
    margin-bottom: 0;
    text-align: center;
}
.social_icons li a  {
    display: block;
}
.social_icons .fab {
    font-size: 25px;
    line-height: 47px;
    color: #ffffff;
}
.animate {
    opacity: 1 !important;
}
.animated_elem {
		opacity: 0;
		-webkit-transition: opacity 1s;
		-o-transition: opacity 1s;
		transition: opacity 1s;
}
.grey_bg {
  background-color: #efefef;
}
.white_bg {
  background-color: #f5f5f5;
}
.blue_bg {
  background-color: #0f396f;
}
.blue_t , .white_t , .green_t{
  color: #0f396f;
  font-size: 50px;
  text-align: center;
}
.white_t {
  color: #fff;
}
.green_t {
  color: #93c33d;
}

.blue_button {
    background-color: #0f396f;
    font-size: 25px;
    text-align: center;
    display: inline-block;
    padding: 5px 110px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.blue_button:hover {
  color: #fff;
  background: #1c4f90;
}
/*=====================================================
    Slider Options
=====================================================*/
.slider-father{
  position:relative;
    width: 100%;}
.slick-slider {
    position: relative;
    width: 100%;

}
.slick-slider * {
  outline: none;
}
.slider-wrapper {
    position: relative;
    width: 90%;
    display: block;
    margin: 0 auto;
}
.slick-list {
    max-width: 100%;
    overflow: hidden;
}
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 100%;
}
.slick-slider .slick-arrow.slick-prev {background:url('assets/img/arr-right-g.png')center center no-repeat;background-size:100% auto;}
.slick-slider .slick-arrow.slick-next{background:url('assets/img/arr-left-g.png')center center no-repeat;background-size:100% auto;}
.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 15px;
    height: 44px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 200;
}

.slick-slider .slick-arrow.slick-next {
    left: 0;
}
.slick-slider .slick-arrow.slick-prev {
    right: 0;
}
.slick-dots li button:before {
  content: '' !important;
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 15px  !important;
    height: 15px  !important;
}
.slick-dots li.slick-active button:before {
    background: #0f396f;
}
.slick-next:before,
.slick-prev:before {
    font-size: 0;
}

/*=====================================================
    Header
=====================================================*/
.main_header {
    padding: 10px;
    background-image: url(assets/img/header_inner.jpg);
}

.navbar-nav {
    padding-right: 0;
    float: none;
    display: block;
    margin-top: 40px;
}
.navbar-nav>li {
    float: right;
}
.hp_header {
    background-image: url(assets/img/header_bg.jpg);
}
.inner_header {
  padding: 0;
}
.inner_header .top_header {
    background-image: url(assets/img/header_bg.jpg);
}
.top_header .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.inner_header .page_title {
    background: rgba(255,255,255,0.6);
}
.inner_header .page_title h1 {
    font-size: 50px;
    text-align: center;
    font-weight: 600;
}
.breadcrumbs {
    padding-top: 80px;
    padding-bottom: 10px;
}
.breadcrumbs, .breadcrumbs a, .breadcrumbs span {
    color: #fff;
    font-size: 18px;
}
.sticky_header {
    position: fixed;
    width: 100%;
    z-index: 99997;
    top: 0;
    right: 0;
    display: none;
    padding: 0px 0;
    background: #dde4ea;
}
.home .sticky_header {
    background: #dde4ea;
}
.home #nav-main ul.sub-menu {
  background: #dde4ea;
}
.sticky_header .logo {
	  text-align: center;
}
.sticky_header .logo img {
    width: 160px;
    margin-top: 15px;
}
.sticky_header .main_header_banner .navbar {
	  position: relative;
	  padding: 0;
	  margin-bottom: 0;
	  margin-top: 13px;
}
.sticky_header .navbar-nav {
    margin-top: 0px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
	padding-bottom: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a {
    color: #0f396f;
    background-color: transparent;
    font-weight: 600;
}

.top_header .logo {
    padding-top: 10px;
    padding-bottom: 10px;
}
#nav-main ul.sub-menu {
    position: absolute;
    right: 0;
    padding: 20px;
    background: #fff;
    display: none;
    min-width: 220px;
    background: rgba(177, 189, 203, 1);
    box-shadow: 2px 4px 13px rgba(123, 123, 123, 0.8);
    z-index: 9;
}
#nav-main ul.sub-menu li , #nav-main ul.sub-menu li a {
    list-style: none;
    color: #0f396f;
    font-weight: 600;
}
#nav-main ul.sub-menu li a{
    line-height: 2;
}
.navbar-default .navbar-nav>li:hover a {
  color: grey;
}
#nav-main ul.sub-menu li:hover a {
  color: grey;
}
.mysocial {
    display: inline-block;
    padding-right: 0;
    border: 1px solid #0f396f;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 2px;
}
.mysocial:hover {
  background: #0f396f;
}
.mysocial a {
	display: block;
}
#footer .mysocial a {
    box-shadow: 0 0 2px #000;
    border-radius: 50%;
    text-shadow: 1px 1px 1px #000;
}

.mysocial i {
  font-size: 16px;
  color: #0f396f;
}
.mysocial:hover i {
  color: #fff;
}
footer .mysocial {
    border: 1px solid #93c33d;
}
footer .mysocial i {
  color: #93c33d;
}
footer .mysocial:hover {
  background: #93c33d;
}
.social_footer {
    position: relative;
    top: -70px;
    right: 15px;
}
.trail-items li::after {
    content: ">";
    padding: 0 5px;
    color: #fff;
    font-size: 17px;
}
.header_menu .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*=====================================================
    Footer
=====================================================*/
.main-footer {
    background-image: url(/wp-content/themes/toolset-starter-child/assets/img/footer-bg.jpg);
    border-top: none;
    color: inherit;
    text-align: right;
	text-shadow: 1px 1px 1px #000;
}

footer .copyright , footer .credit a {
    color: #fff;
    font-size: 14px;
}
footer .credit  {
    direction: ltr;
}
.main-footer .widget-title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 40px;
}
.main-footer input, .main-footer textarea {
    width: 100%;
    direction: rtl;
    font-size: 20px;
    background: rgba(0,0,0,0.35);
    margin-bottom: 10px;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
}
.main-footer textarea {
    max-height: 198px;
}
.form_cont .col-lg-6:nth-child(1) {
    padding-right: 0;
}
.form_cont .col-lg-6:nth-child(2) {
    padding-left: 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output, span.wpcf7-not-valid-tip {
    color: #fff;
    direction: rtl;
}
.form_cont {
  position: relative;
}
.wpcf7-response-output {
    position: relative;
    bottom: -20px;
}
.main-footer input[type="submit"] {
    background: #93c33d;
    border: 1px solid #93c33d;
}
.main-footer input::-webkit-input-placeholder , .main-footer textarea:-webkit-input-placeholder{
  color: #fff;
}
.main-footer input::-moz-placeholder , .main-footer textarea:-webkit-input-placeholder{
  color: #fff;
}
.main-footer input:-ms-input-placeholder ,.main-footer textarea:-webkit-input-placeholder {
  color: #fff;
}
.main-footer input:-moz-placeholder,.main-footer textarea:-webkit-input-placeholder {
  color: #fff;
}
.footer_s_t {
  color: #fff;
  font-size: 40px;
}
.footer_det li {
  list-style: none;
}
.footer_det li, .footer_det a ,.main-footer a {
    color: #fff;
    font-size: 20px;
}
.footer_det a:hover ,.main-footer a:hover {
    text-decoration: underline;
}
.green_sp {
  color: #93c33d;
}
.push_top_widget {
    margin-top: 70px;
}
/*=====================================================
    Home page
=====================================================*/
#hp_slider {
	position: relative;
}
.hp_slider {
  max-height: 38vw;
  overflow: hidden;
}
.hp_slide_item {
	cursor: grab;
    position: relative;
}
.hp_slide_item img {
    width: 100%;
    height: auto !important;
}
.hp_sec1 .slider .slide_text .n2-ow {
    position: absolute;
    right: 11vw;
    top: 6vw;
	background-color: rgba(255,255,255,0.7);
	padding: 10px 60px;
	z-index: 1;
}
.hp_sec1 .slider .slide_text .n2-ow h1 {
    font-size: 3vw;
    font-weight: bold;
    position: relative;
}
.hp_sec1 .slider .slide_text .n2-ow p {
    font-size: 2.7vw !important;
    font-family: 'Assistant', sans-serif !important;
    color: #0f396f !important;
}
.hp_slider .slick-dots  {
    bottom: 0;
}
.hp_slider .slick-dots li.slick-active button:before {
    background: #fff;
}
.slide_project_name{
	position: absolute;
    left: 2vw;
    bottom: 2vw;
    background-color: rgba(255,255,255,0.7);
    padding: 2px 15px;
    z-index: 1;
    color: #0f396f !important;
    font-weight: bold;
    font-size: 1.15vw;
}
.project_name{
	position: absolute;
    left: 2vw;
    bottom: 2vw;
    background-color: rgba(255,255,255,0.7);
    padding: 2px 15px;
    z-index: 1;
    color: #0f396f !important;
    font-weight: bold;
    font-size: 1.15vw;
}
/************************/

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
    margin: 0;
    font-size: 16px;
    clear: both;
    width: 100%;
}
.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-not-valid-tip {
    font-size: 16px;
    position: absolute;
    left: 10px;
    bottom: 0;
}
.video, .map_cont {
    position: relative;
    padding-bottom: 65%;
    padding-top: 25px;
    height: 0;
}
.video iframe, .map_cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*=====================================================
    project page
=====================================================*/
.green_t {
  color: #93c33d;
}

a.go-back {
    font-weight: 600;
    text-decoration: underline;
    color: #0f396f;
}
.project_det {
    padding-left: 6vw;
}
.project_det .green_t {
    font-size: 40px;
    margin: 40px 0 30px;
    text-align: right;
}
.proj_det_in {
    padding-top: 20px;
}
.proj_det_in li {
    list-style: none;
    font-weight: 600;
}
.colored_t {
    color: #0f396f;
}
.project_det p {
    font-weight: 600;
    text-align: justify;
}
.project_slide_cont  .slick-dots li button:before {
    background: #bdc6d3;
}
.project_slide_cont .slick-dots li.slick-active button:before {
    background: #0f396f;
}

.project_item {
    display: inline-block;
    vertical-align: top;
    height: 300px;
    /* position: relative; */
    padding: 0;
    overflow: hidden;
    padding: 10px;
}
.project_item a{
    display: block;
   position: relative;
   height: 100%;
}
.project_item:hover .hidden_title {
    opacity: 1;
}
.project_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.hidden_title {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 57, 111, 0.6);
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.hidden_title .proj_name {
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin-top: 50px;
}
.hidden_title .plus_s {
    color: #0f396f;
    font-size: 50px;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #93c33d;
    border-radius: 50%;
    font-weight: bold;
    margin: 0 auto;
}

.projects_strip .blue_button {
  margin-top: 50px;
}
.other_sectors {
  background: url(assets/img/sectors_bg.jpg);
}
.other_sectors li.term_item {
    background: #0f396f;
    width: 47%;
    display: inline-block;
    margin: 1%;

}
.other_sectors li.term_item a {
    display: block;
    font-size: 30px;
    padding: 20px 160px 20px 10px;
    color: #fff;
    position: relative;
}
.other_sectors li.term_item a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 63px;
    background: url(assets/img/arr_li.png);
    margin-left: 50px;
    -webkit-transition: right 0.2s ease;
    -o-transition: right 0.2s ease;
    transition: right 0.2s ease;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.other_sectors li.term_item:hover a:before {
    right: 60px;
}
.term-11 .term_item.term-11, .term-17 .term_item.term-17, .term-18 .term_item.term-18,
.term-19 .term_item.term-19, .term-20 .term_item.term-20, .term-21 .term_item.term-21 {
  display: none;
}


.sector_cont .project_cat_content {
	display: flex;
    align-items: center;
    min-height: 400px;
    padding: 45px 0 0 25px;
}
.sector_cont .project_cat_content .cat_logo{

}
.project_cat_sec {
  padding: 0;
}
.project_cat_sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work_process {
    background-image: url(assets/img/work_process.jpg);
    padding-bottom: 100px;
}
.work_process .white_t {
  margin-bottom: 40px;
}
.level_item {
    display: inline-block;
    width: 14%;
    vertical-align: middle;
    position: relative;
}
.level_item:after {
    content: '';
    border: 1px dashed #fff;
    display: block;
    width: 100px;
    height: 1px;
    position: absolute;
    left: -50px;
    -webkit-transform: rotate(13deg);
        -ms-transform: rotate(13deg);
            transform: rotate(13deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.level_item:nth-child(2n+1):after {
    -webkit-transform: rotate(-13deg);
        -ms-transform: rotate(-13deg);
            transform: rotate(-13deg);
}
.level_item:last-child:after {
    display: none;
}
.level_item h6 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}
.level_item:nth-child(2n+2) h6 {
    top: 0px;
}
.level_item:nth-child(2n+1) h6 {
    bottom: 0;
}
.level_item:nth-child(2n+2) {
    padding-top: 60px;
}
.level_item:nth-child(2n+1)  {
    padding-bottom: 60px;
}
.level_item .round_icon {
    width: 146px;
    height: 146px;
    margin: 0 auto;
    border: 10px solid #fff;
    border-radius: 50%;
    background: #0f396f;
    z-index: 9;
    position: relative;
}
.level_item .blue_border {
    border: 10px solid #1f4b84;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    background-size: 76px;
    background-position: center;
    background-repeat: no-repeat;
}
.level_item span.number {
    background: #93c33d;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: -10px;
    right: -10px;
}
.level_item .blue_border img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
/**************/
.history_item:nth-child(2n+1) .hist_desc ,.history_item:nth-child(2n+1) .hist_image {
    float: left;
}
.history_item .hist_desc {
    margin-top: 90px;
}
.hist_image {
    padding: 0;
}
.history_item {
    position: relative;
}
.history_item .hist_year {
    position: absolute;
    right: -126px;
    left: 0;
    width: 114px;
    height: 153px;
    background: url(assets/img/place_icon.png);
    background-size: cover;
    color: #fff;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    margin: auto;
    top: -45px;
}
.history_item:nth-child(2n+2) .hist_year {
    background-image: url(assets/img/place_icon_m.png);
    right: 0;
    left: -126px;
}
.hist_desc_inner {
    position: absolute;
    width: 107%;
    top: 0;
    background: #f5f5f5;
    border: 3px solid #83a950;
    padding: 1vw 2vw;
}
.hist_desc p {
    font-size: 1vw;
    color: #0f396e;
    font-weight: 600;
    text-align: justify;
}
.history_item:nth-child(2n+1) .hist_desc_inner {

  right: 0;
}
.history_item:nth-child(2n+2) .hist_desc_inner {
    left: 0;
}
.history_items {
  position: relative;
}
.history_items:before {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    background: #83a950;
    content: '';
    width: 6px;
    height: 100%;
}
.history_cont_a .blue_t {
    margin-bottom: 80px;
    text-align: right;
    font-weight: 600;
}
.hist_image {
    padding: 0;
    padding-right: 3px;
}
.history_item:nth-child(2n+2) .hist_image {
    padding-right: 0;
    padding-left: 3px;
}
/**************/
.value_item {
  padding: 10px;
}
.value_item .value_inner, .hidden_div {
    background: #94c43d;
    text-align: center;
    position: relative;
    min-height: 240px;
}
.value_item img {
    width: 100px;
    margin-bottom: 20px;
}
.value_item h5, .value_item h6 {
    color: #fff;
    font-size: 38px;
}
.hidden_div {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #10396f;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.value_item:hover .hidden_div {
  opacity: 1;
}
.value_item h6 {
    font-size: 24px;
}
.value_item:hover .value_inner {
    -webkit-box-shadow: 3px 3px 12px #888585;
            box-shadow: 3px 3px 12px #888585;
}
/****************/

	.value_item:hover .value_inner {
		-webkit-transform: rotateY(180deg);
		        transform: rotateY(180deg);
	}

.value_inner {
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	position: relative;
}

.front_inner , .hidden_div {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.front_inner {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    width: 100%;
    height: 100%;
    padding: 40px 20px;
}

.hidden_div {
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
  padding: 40px 20px;
}
/*************/
.about_sec {
    background-image: url(assets/img/about_bg.jpg);
    padding: 70px;
    background-position: bottom;
}

.values_profile, .about_sec, .hp_about, .our_customers {
    padding: 70px;
    overflow: hidden;
}
.about_sec .white_t {
    text-align: right;
    margin-bottom: 20px;
}
.about_sec p {
    color: #fff;
    text-align: justify;
    font-size: 22px;
}
.numbers_sec {
  background-image: url(assets/img/numbers_bg.jpg);
  background-position: bottom;
}
.num_item .num_i {
    font-size: 80px;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}
.num_item {
    padding-bottom: 40px;
}
.num_item p {
    font-size: 40px;
    text-align: center;
}
.num_item:nth-child(1) {
    border-left: 2px solid #c4fa62;
    border-bottom: 2px solid #c4fa62;
}
.num_item:nth-child(2) {
    border-bottom: 2px solid #c4fa62;
}
.num_item:nth-child(3) {
    border-left: 2px solid #c4fa62;
}

/*****************/
.manager_inner {
    /* background: #dde2e9; */
    padding: 20px 15%;
    text-align: center;
}
.manager_item {
/*     margin-top: 140px; */
}
.manager_item:nth-child(3n+2) {
/*     margin-top: 40px; */
}
.manager_inner .img_cont {
    display: inline-block;
    vertical-align: bottom;
    width: 9vw;
    border-radius: 50%;
    height: 9vw;
    overflow: hidden;
}
.manager_inner .img_cont img {
    width: 100%;
}
.staff_cont_item {
    background: #dde2e9;
    padding: 20px;
    margin: 20px 0;
}
.manager_inner .mng_title {
    /* display: inline-block; */
    width: 100%;
    margin-right: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.manager_inner h4 {
    font-size: 32px;
    font-weight: 600;
}
.manager_inner h4 {
  display: inline-block;
}
.manager_inner .mng_t {
    font-weight: 600;
    /* margin-top: 30px; */

}
.customers_loop .slick-dots li.slick-active button:before {
    background: #ffffff;
}
.customers_loop .slick-dots {
    position: relative;
    bottom: 0;
}
.mng_cont h2 {
    font-size: 50px;
    text-align: center;
}
/***********projects page**********/
.filters-button-group {
    text-align: center;
    padding: 20px 0;
}
.filters-button-group button {
    background: transparent;
    border: none;
    color: #214677;
    font-size: 24px;
    font-weight: 600;
    outline: none;
}
.filters-button-group button.is-checked {
    color: #93c33d;
    text-decoration: underline;
}
.filters-button-group button:hover {
    text-decoration: underline;
}
.proj_img_op {
    position: relative;
	width: 100%;
	height: 14vw;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0f396f;

	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.proj_img_op:hover{
	background: #93c33d;
}
.proj_img_op img{
	filter: brightness(0) invert(1);
	max-width: 80%;
}
.proj_img_op:hover img{
	filter: none;
}

.proj_cat_item h6 {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-weight: b;
    padding: 10px;
}
.projects_sec .grey_bg {
    padding: 20px 0;
}
button#responsive-menu-button {
    border: 1px solid #0f396f;
}
.pojo-a11y-toolbar-left svg {
  height: 30px;
}
.customers_sec_page img {
    margin: 1%;
    width: 12%;
}
.nar_values .col-lg-3 {
  -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.about_sec li  {
  color: #fff;
}
.customers_loop .slick-slide div{
    padding:25px 0;
}
.customers_loop .slick-slide div img{
    filter: grayscale(1);
    max-width: 45%;
}
.customers_loop .slick-slide div img:last-child{
    float: left;
}
.mng_cont h3 {
	font-size: 28px;
	text-align: center;
}
.mng_cont h2 {
	font-size: 30px;
	text-align: center;
}

.hp_sec5 .customers_loop{
    width:80%; margin:auto;margin-top: 40px;
}
.customers_loop .slick-slide div img {
    max-width: 35%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

.hidden_div , .value_inner , .front_inner{
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    padding: 40px 20px;
}
.value_item:hover .hidden_div , .value_item:hover .value_inner , .value_item:hover .front_inner{
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    padding: 40px 20px;
}
.value_item:hover .front_inner {
  opacity: 0;
}
}

body.single-project .slick-track img {
    height: auto!important;
}