@font-face {
    font-family: 'TheSans-Plain';
    src: url('../fonts/the_sans_plain/TheSans-Plain.eot');
    src: url('../fonts/the_sans_plain/TheSans-Plain.eot?#iefix') format('embedded-opentype'),
        url('../fonts/the_sans_plain/TheSans-Plain.woff2') format('woff2'),
        url('../fonts/the_sans_plain/TheSans-Plain.woff') format('woff'),
        url('../fonts/the_sans_plain/TheSans-Plain.ttf') format('truetype'),
        url('../fonts/the_sans_plain/TheSans-Plain.svg#TheSansArab-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheSans-Bold';
    src: url('../fonts/theSans-bold/TheSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/theSans-bold/TheSans-Bold.otf') format('opentype'),
        url('../fonts/theSans-bold/TheSans-Bold.woff') format('woff'),
        url('../fonts/theSans-bold/TheSans-Bold.ttf') format('truetype'),
        url('../fonts/theSans-bold/TheSans-Bold.svg#TheSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    direction: rtl
}

body {
    font-family: 'TheSans-Plain';
    font-size: 14px
}

a {
    color: #000;
}

a,
img {
    transition: 350ms ease-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.p-70 {
    padding: 70px 0;
}

.d-flex {
    display: flex
}

a.more-btn {
    color: white;
    display: block;
    width: 240px;
    padding: 13px;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 10px;
    font-size: 16px;
    background-color: #39588f;
}

a.more-btn:hover {
    box-shadow: 0 0 9px -3px #232323;
}

input:focus,
textarea:focus {
    outline: 0
}

.row {
    margin-left: 5px;
    margin-right: 5px;
}

.skewY:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/svg.png)no-repeat scroll center 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 90px;
}

.skewY {
    position: relative;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

header .top {
    border-bottom: 1px solid #eee;
    background-color: white;
    padding: 0 10px;
}

header .top .d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 40px;
    align-items: center;
    font-size: 15px;
}

header .top .d-flex ul li a {
    display: block;
    padding: 10px 10px;
    font-size: 16px;
    color: #737373;
}

header .top-header {
    border-bottom: 3px solid #fbb03b;
    background-color: #212020;
    margin: 0 0 10px;
}


header .logo-container {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    flex-wrap: wrap;
    background-color: white;
}

header .logo-container .logos {
    max-width: 20%;
    flex: 0 0 20%;
    border-left: 1px solid #eee;
    margin-top: -5px;
    margin-bottom: -5px;
}

header .logo-container nav.navbar.navbar-inverse {
    max-width: 67%;
    flex: 0 0 67%;
    margin: 0;
    background: 0;
    border: 0;
    padding-right: 10px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #272727;
    font-size: 16px;
    padding: 10px 15px;
    position: relative;
    font-family: 'TheSans-Bold';
}

.navbar-inverse .navbar-nav > li > a::before {
    content: '';
    border-bottom: 3px solid #39588f;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 350ms ease-out;
}

.navbar-inverse .navbar-nav > li > a:hover::before {
    transform: scaleX(1);
    transform-origin: right;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover {
    background: 0;
    color: #39588f;
}

li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 10;
    margin-top: 0;
    border-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.dropdown-menu {
    display: block;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    border: 0;
}

ul li.dropdown > ul > li {
    display: block;
    position: relative;
    border-top: 1px solid #000;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

ul li.dropdown > ul > li > a {
    padding: 9px 15px;
    display: block;
    font-size: 15px;
    color: #000000;
}

ul li.dropdown > ul > li > a:hover {
    background: #39588f;
    color: #fff;
}

.dropdown-menu > .active > a {
    background: #1584a3;
    color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: #39588f;
    color: #fff;
}

header .logo-container figure.v2030 {
    max-width: 13%;
    flex: 0 0 13%;
}

header .logo-container figure.v2030 img {
    max-width: 100%;
}

#home-slider .item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    position: relative;
}

#home-slider .item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .8;
    background-color: rgba(35, 35, 35, 0.97);
}

#home-slider .item .caption {
    position: absolute;
    direction: rtl;
    left: 50%;
    top: 50%;
    text-align: center;
    color: white;
    transform: translate(-50%, -50%);
}

#home-slider .item .caption h1 {
    font-family: 'TheSans-Bold';
    margin: 0 0 15px;
    font-size: 35px;
    color: #ffffff;
}

#home-slider .item .caption p {
    font-size: 30px;
    display: inline-block;
    color: #ffffff;
}

#home-slider .item .caption > a {
    background-color: #39588f;
    display: block;
    width: 150px;
    margin: auto;
    margin-top: 30px;
    padding: 11px 0;
    font-size: 18px;
    color: white;
    border-radius: 10px;
}

#home-slider .item .caption > a:hover {
    background-color: #00393a;
}

#home-slider .owl-item.active h1 {
    -webkit-animation: 1s .5s fadeInUp both;
    animation: 1s .5s fadeInUp both;
}

#home-slider .owl-item.active p {
    -webkit-animation: 1s 1.2s fadeInUp both;
    animation: 1s 1.2s fadeInUp both;
}

#home-slider .owl-item.active a {
    -webkit-animation: 1s 1.7s fadeInUp both;
    animation: 1s 1.7s fadeInUp both;
}

.main-slider {
    position: relative;
    min-height: 800px;
}

.about.p-70 .item {
    text-align: center;
    padding: 25px;
    position: relative;
}

.about.p-70 .item figure {
    width: 90px;
    height: 90px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    transition: .5s;
}

.about .row .col-md-4:nth-child(2) .item {
    top: -50px;
}

.about.p-70 .item figure img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.about.p-70 .item:hover figure img {
    filter: brightness(0)invert(1);
}

.about.p-70 .item:hover figure {
    background-color: #39588f;
}

.about.p-70 .item ._content h2 {
    font-family: 'TheSans-Bold';
    font-size: 18px;
    margin: 0 0 20px;
    color: #7dbf42;
}

.about.p-70 .item ._content h2 a {
    color: #39588f;
}

.about.p-70 .item ._content p {
    line-height: 1.8;
    color: #6d6d6d;
}

.about_us.p-70 {
    background-color: #ffffff;
}

.about_us h3 {
    font-family: 'TheSans-Bold';
    color: #39588f;
    font-size: 22px;
    margin: 0 0 10px;
}

.about_us ._content {
    box-shadow: 0px 1px 38px 0px rgba(0, 0, 0, 0.14);
    padding: 15px;
    width: 110%;
    position: relative;
    z-index: 999;
    background-color: white;
    top: 20px;
}

.about_us ._content:before,
.about_us ._content:after {
    content: '';
    display: table;
    clear: both;
}

.about_us ._content p {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 37px;
    text-align: justify;
}

.about_us ._content a {
    float: left;
    display: inline-block;
    color: #39588f;
    padding: 10px 35px;
    border-radius: 60px;
    border: 1px solid;
}

.about_us ._content a:hover {
    background-color: #39588f;
    color: white;
}

.about_us figure img {
    width: 100%;
    display: block;
    height: 100%;
    background-size: cover;
}

.about_us figure {
    height: 380px;
}

.about_us .row {
    display: flex;
    flex-wrap: wrap;
}

.about.p-70 {
    background-color: #ffffff;
    padding-top: 10px;
    position: relative;
    z-index: 3;
}

.about_us ._video iframe {
    width: 100%;
    height: 300px;
}

.project.p-70 {
    background-color: white;
}

.project.skewY:before {
    background-color: #7dbf42;
}

.project.p-70 .item {
    position: relative;
    direction: rtl;
    border: 1px solid #dadada;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    transition: .5s;
}

.project.p-70 .item figure.img-item {
    height: 260px;
    overflow: hidden;
    position: relative;
}

.project.p-70 .item figure.img-item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.project.p-70 .item figure.img-item a._det {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(15, 101, 102, 0.41);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    transition: .5s;
    opacity: 0;
    transform: scale(0);
}

.project.p-70 .item:hover figure.img-item a._det {
    opacity: 1;
    transform: scale(1);
}


.project.p-70 .item .caption-item {
    color: #3a3a3a;
    padding: 10px;
    text-align: right;
}

.project.p-70 .item .caption-item:before,
.project.p-70 .item .caption-item:after {
    content: '';
    display: table;
    clear: both;
}

.project.p-70 .item .caption-item a.h2 {
    font-family: 'TheSans-Bold';
    font-size: 16px;
    margin: 0 0 10px;
    display: block;
    color: #39588f;
}

.project.p-70 .item:hover .caption-item a.h2 {
    color: #39588f;
}

.project.p-70 .item .caption-item a.arrow {
    height: 35px;
    width: 35px;
    display: block;
    border: 1px solid #fff;
    color: white;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    position: absolute;
    bottom: 30px;
    left: 20px;
}

.project.p-70 .item .caption-item p {
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 10px;
}

.project.p-70 .item .caption-item a.more {
    display: inline-block;
    padding: 5px 15px;
    background-color: #39588f;
    color: white;
    float: left;
    border-radius: 7px;
}

.gallary_viode_twitter.p-70 .one__post .item {
    margin: 0 0 30px;
    min-height: 170px;
}

.gallary_viode_twitter.p-70 .one__post .item a.image {
    height: 370px;
}

.gallary_viode_twitter.p-70 .one__post .item iframe {
    width: 100%;
    height: 370px;
}

.gallary_viode_twitter.p-70 {
    background-color: #fafafa;
}

.gallary_viode_twitter .one__post .col-md-6 .item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: -moz-linear-gradient(90deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(15, 101, 102) 0%, rgb(0, 96, 97) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
    opacity: 0;
    transition: .5s;
    transform: scale(0);
}

.gallary_viode_twitter.p-70 .one__post .col-md-6 .item {
    overflow: hidden;
}

.gallary_viode_twitter .one__post .col-md-6 .item:hover:before {
    transform: scale(1);
    opacity: .5;
}

.gallary_viode_twitter .one__post .item:hover a.name {
    transform: translateY(0);
    opacity: 1;
}

.head-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}

.head-b h3 {
    margin: 0 !important;
}

.head-b a {
    background-color: #39588f;
    color: #fafafa;
    display: block;
    padding: 8px 26px;
    border-radius: 8px;
    font-size: 13px;
}

.publication .item {
    align-items: center;
    border: 1px solid #39588f;
    padding: 30px 20px;
    transition: .5s;
    background-color: white;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.13);
    margin: 60px 20px 0;
}

.publication .item .icon {
    height: 100px;
    max-width: 90px;
    text-align: center;
    margin-left: 10px;
    color: #636363;
    padding: 13px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 10px;
    background-color: #39588f;
    margin-top: -80px;
}


.publication .item .text a.h2 {
    display: block;
    font-size: 16px;
    color: #353535;
    margin: 0 0 15px;
}

.publication .item .text {
    flex-basis: 100%;
    text-align: center;
}

.publication .item .text a.download {
    color: #39588f;
    display: block;
    width: 95px;
    text-align: center;
    padding: 8px;
    border-radius: 10px;
    margin: auto;
}

.publication .item:hover {
    border-color: #39588f;
}

.publication .item .icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    filter: brightness(0)invert(1);
}

.publication .item:hover {
    background-color: rgb(179, 151, 126);
}

.publication .item:hover a.download {
    color: #ffffff;
}

.publication .item:hover a.h2 {
    color: #fafafa
}

.contact.p-70 {
    background-color: #fafafa;
    padding: 0;
}

.contact.p-70 .container {
    width: 100%;
    padding: 0;
}

.contact.p-70 .container .row {
    margin: 0;
}

.contact.p-70 .container .row .col-md-6 {
    padding: 80px;
    padding-bottom: 0;
}

.contact.p-70 .container .row .col-md-6:nth-child(1) {
    background-image: -moz-linear-gradient(0deg, rgb(0, 148, 150) 0%, rgb(15, 101, 102) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(26, 110, 57) 0%, rgb(32, 148, 75) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(26, 110, 57) 0%, rgb(32, 148, 75) 100%);
    min-height: 505px;
    color: white;
    font-size: 16px;
    line-height: 2;
}

.contact.p-70 .container .row .col-md-6:nth-child(1) h2 {
    font-family: 'TheSans-Bold';
    font-size: 22px;
    margin: 0 0 20px;
}

.contact.p-70 .container .row .col-md-6:nth-child(1) ul.list-inline.social-link li a {
    color: white;
    display: block;
    height: 35px;
    width: 35px;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
    margin-top: 20px;
}

.contact.p-70 .container .row .col-md-6:nth-child(1) ul.list-inline.social-link li a:hover {
    background-color: #39588f;
}

.contact .wpcf7-form {
    margin: auto;
}

.contact .wpcf7-form h3 {
    color: #fafafa;
    font-family: 'TheSans-Bold';
    margin: 0 0 30px;
}

.contact .wpcf7-form .d-flex {
    flex-wrap: wrap;
    margin: 0px -10px;
}

.contact .wpcf7-form .d-flex .col-6 {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 10px;
}

.input-f {
    position: relative;
}

.input-f .fa {
    position: absolute;
    left: 15px;
    top: 13px;
    color: #afafaf;
    font-size: 16px;
}

.contact .wpcf7-form .d-flex .col-12 {
    width: 100%;
    flex: 0 0 100%;
    padding: 10px 10px;
}

.contact .wpcf7-form .d-flex .col-6 input,
.contact .wpcf7-form textarea,
.contact .wpcf7-form .d-flex .col-12 input {
    width: 100%;
    border: 0;
    padding: 10px;
    background: 0;
    border-bottom: 1px solid #ccc;
}

.contact .wpcf7-form textarea {
    height: 130px;
}

.news .item-box .bar {
    background-image: -moz-linear-gradient(90deg, rgb(129, 195, 30) 0%, rgb(93, 153, 4) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(128, 97, 70) 0%, rgb(179, 151, 126) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(129, 195, 30) 0%, rgb(93, 153, 4) 100%);
    position: relative;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    color: #fafafa;
    margin-top: -40px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
    top: -20px;
    border-radius: 5px;
}

.news .item-box .bar div:nth-child(2) > span:nth-child(1) {
    margin-left: 10px;
}

.news .item-box .caption-item h2:before {
    bottom: -10px;
    top: inherit;
}

.news .caption-item {
    padding: 15px 15px 15px;
    text-align: center;
    min-height: 240px;
    position: relative;
    width: 90%;
    margin: auto;
    top: -20px;
    z-index: 9;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.11);
}

.news .item-box .img-item {
    width: 100%;
    height: 358px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    margin: 0;
}

.news .item-box .caption-item h2 a {
    color: #39588f;
}

.news .item-box .caption-item h2 a:hover {
    color: #232323;
}

.news .item-box .img-item img {
    object-fit: cover;
}

.news .item-box {
    margin: 0;
    border: 0;
    background: 0;
}

.news .caption-item a.more {
    display: block;
    background: #39588f;
    padding: 5px 20px;
    border-radius: 5px;
    color: white;
    width: 100px;
    margin: auto;
}

.news .caption-item a.more .fa {
    margin-right: 15px;
}

.news .caption-item:before,
.news .caption-item:after {
    content: '';
    display: table;
    clear: both;
}

.news .caption-item a.more:hover {
    color: #ffffff;
    background-color: #907053;
}

.news.p-70 {
    background-color: #fafafa;
}

.counter.p-70 {
    background-color: #39588f;
}

.counter.p-70 img {
    max-width: 100%;
    display: block;
    margin: auto;
    height: auto;
    filter: brightness(0)invert(1);
}

.counter.p-70 .item .tump {
    width: 120px;
    height: 120px;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 25px;
    margin-bottom: 20px;
    transition: .5s;
}

.counter.p-70 .item .caption {
    text-align: center;
    color: white;
}

.counter.p-70 .item .caption h3 {
    font-family: 'TheSans-Bold';
    font-size: 18px;
    margin: 0 0 10px;
}

.counter.p-70 .item .caption span {
    font-family: 'TheSans-Bold';
    font-size: 38px;
}

.counter.p-70 .item:hover .tump {
    transform: rotate(360deg);
}

.counter.p-70 .item .tump img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.a__ .d-flex {
    align-items: center;
}

.services {
    background-color: #fcfcfc;
}

.services .item-box .img-item {
    height: 120px;
    width: 250px;
}

.services .head-block h3 {
    margin: 0 0 50px;
}

.owl-nav > button.owl-next {
    left: -40px;
}

.owl-nav > button:hover {
    background-color: #39588f !important;
}

.owl-nav > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #9a9a9a !important;
    font-size: 30px !important;
    height: 50px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: white !important;
    transition: .5s;
}

.owl-nav > button.owl-prev {
    right: -40px;
}

.head-block {
    margin: 0 auto 40px;
    max-width: 50%;
}

.head-block h3 {
    font-family: 'TheSans-Bold';
    font-size: 25px;
    margin: 0 0 15px;
    color: #39588f;
}

.item-box {
    direction: rtl;
    background-color: white;
    margin: 10px;
    min-height: 200px;
    position: relative;
    border: 1px solid #bdbdbd;
    border-radius: 9px;
}

.archive .item-box {
    margin: 0 0 30px;
}

.item-box .img-item {
    height: 235px;
    margin: 0 auto 20px;
}

.item-box .img-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item-box .caption-item h2 {
    font-size: 17px;
    margin: 0 0 20px;
    font-family: 'TheSans-Bold';
    line-height: 1.6;
    position: relative;
}

.item-box .caption-item h2:before {
    content: '';
    position: absolute;
    top: -10px;
    width: 60px;
    height: 1px;
    background-color: #444444;
    margin: auto;
    left: 0;
    right: 0;
}

.item-box .caption-item p {
    text-align: center;
}

.news .caption-item p {
    font-size: 13px;
    color: dimgrey;
    line-height: 2;
    margin: 0 0 20px;
}

.item-box .caption-item h2 a {
    color: #292929;
}

.gallary_viode_twitter h4.head {
    color: #383838;
    font-size: 22px;
    position: relative;
    font-family: 'TheSans-Bold';
    margin: 0 0 10px;
}

.gallary_viode_twitter h3 {
    color: #39588f;
    margin: 30px 0 15px;
    font-size: 20px;
    font-family: 'TheSans-Bold';
}

.gallary_viode_twitter .box__twitter {
    border: 1px solid #27b7be;
    padding: 15px;
}

.gallary_viode_twitter .one__post .item {
    position: relative;
    height: 357px;
}

.gallary_viode_twitter .slider-11 .item {
    direction: rtl;
}

.gallary_viode_twitter .one__post .item a.image {
    height: 345px;
    display: block;
    overflow: hidden;
}

.gallary_viode_twitter .one__post .item a.image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.gallery-slider button.owl-prev {
    right: 10px;
}

.gallery-slider button.owl-next {
    left: 10px;
}

.gallary_viode_twitter .one__post .item a.name {
    color: white;
    display: block;
    position: absolute;
    z-index: 88;
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
    font-size: 18px;
    transition: .5s;
    transform: translateY(60px);
    transition-delay: .2s;
    opacity: 0;
}

.post-type-archive-initiative .initiative {
    background: 0;
}

.page-header {
    min-height: 170px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 0 30px;
    background-color: #39588f;
}

.archive .main-slider.skewY:before,
.page .main-slider.skewY:before,
.single .main-slider.skewY:before {
    background-color: #39588f;
    display: none;
}

.page-header .content {
    text-align: center;
    padding-top: 25px;
    color: white;
    position: relative;
}

.page-header .content h1 {
    margin: 0 0 20px;
    font-size: 35px;
    font-family: 'TheSans-Bold';
}

.page-header .content ul {
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    list-style-type: none;
}

.page-header .content ul li {
    margin: 0 10px 0;
}

.page-header .content ul li a {
    color: white;
}

.page-content {
    line-height: 2;
    padding: 0 0 40px;
    text-align: justify !important;
    font-size: 16px;
}

.page-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

form.wpcf7-form p label {
    font-weight: 100;
    display: block;
}

form.wpcf7-form p label input,
form.wpcf7-form p label textarea {
    width: 100%;
    padding: 9px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

form.wpcf7-form p label textarea {
    height: 130px;
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    color: #fafafa;
    border: 0;
    padding: 10px 50px;
    border-radius: 10px;
    transition: .5s;
    margin: auto;
    display: block;
    margin-top: 10px;
    float: left;
    background-image: -moz-linear-gradient(90deg, rgb(129, 195, 30) 0%, rgb(93, 153, 4) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 93, 95) 0%, rgb(0, 147, 149) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(129, 195, 30) 0%, rgb(93, 153, 4) 100%);
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
    transform: translateY(-5px);
}

.page-content .content img {
    margin: auto;
    display: block;
    height: auto;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 8px -3px silver;
    max-width: 100%;
}

.footer-top .textwidget img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
}

.footer-top .textwidget {
    line-height: 1.9;
	    color: black;

}

.footer-top {
    padding: 50px 0;
    font-size: 13px;
    background-color: #fafafa;
}

.footer-top ul.social-link {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
}

.footer-bottom .d-flex {
    justify-content: space-between;
}

.footer-top h2 {
    font-family: 'TheSans-Bold';
    font-size: 16px;
    margin: 0 0 20px;
    color: #39588f;
    position: relative;
}

.map-footer {
    height: 94px;
    overflow: hidden;
    margin-top: 10px;
}

.map-footer iframe {
    height: 100%;
    width: 100%;
}

.footer-top ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.footer-top ul li {
    max-width: 50%;
    flex: 0 0 50%;
    line-height: 2;
}

.footer-top ul li a {
    color: #232323;
}

.footer-bottom {
    background-color: #5e5e5e;
    color: white;
    min-height: 50px;
    line-height: 50px;
}

.col-md-12.map iframe {
    width: 100%;
    margin: 30px 0 0;
    outline: 1px solid #909090;
    padding: 10px;
}

.page-template-page-contact .page-content .col-md-4 h2 {
    font-family: 'TheSans-Bold';
    margin: 0 0 15px;
    font-size: 20px;
    border-bottom: 1px solid #9a9a9a;
    color: #383838;
    padding: 0 0 10px;
}

.page-template-page-contact .page-content .col-md-4 ul.list-unstyled {
    line-height: 2.5;
}

.page-template-page-contact .page-content .col-md-4 ul.list-inline li a {
    font-size: 40px;
}

.page-template-page-contact .page-content .col-md-4 ul.list-inline {
    display: flex;
    justify-content: space-evenly;
}


.page-template-page-contact .page-content .col-md-4 ul.list-inline li:hover a {
    opacity: .5;
}

.publication center ul li a {
    display: block;
    background: #39588f;
    padding: 10px 50px;
    color: white;
    border-radius: 5px;
}

.publication center ul {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}

.publication center ul li {
    padding: 0;
    margin: 0 7px 0;
}

.publication center ul li:hover a,
.publication center ul li.active a {
    background-color: #39588f;
}

.publication .tab-content > div > ul {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

.publication .tab-content > div > ul > li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 15px;
}

.publication .tab-content > div > ul > li > div > span:nth-child(1) {
    max-width: 60px;
    flex: 0 0 60px;
    font-size: 20px;
    text-align: center;
    border-left: 1px solid #467e63;
}

.publication .tab-content > div > ul > li > div {
    display: flex;
    background-color: white;
    border: 1px solid #467e63;
    padding: 15px;
    align-items: center;
}


.publication .tab-content > div > ul > li > div > span:nth-child(2) {
    flex-basis: 100%;
    padding-right: 10px;
}

.publication .tab-content > div > ul > li > div > span:nth-child(2) h3 {
    font-family: 'TheSans-Bold';
    font-size: 17px;
    margin: 0 0 10px;
    color: #467e63;
}

.publication .tab-content > div > ul > li > div > span:nth-child(2) a {
    font-size: 16px;
}

.service .item-box .img-item img {
    object-fit: scale-down;
}

.service .item-box .img-item {
    height: 120px;
    width: 120px;
    padding: 16px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    transition: .5s;
}

.service .item-box:hover .img-item {
    background-color: #39588f;
}

.service .item-box {
    transition: .5s;
    padding: 15px;
    text-align: center;
    margin: 0;
    min-height: 270px;
}

.service .item-box:hover a {
    color: #146869;
}

.service .item-box:hover .img-item img {
    filter: brightness(0)invert(1);
}

.partner.p-70 {
    background-color: #fafafa;
}

.partner .img-item {
    height: 150px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: white;
}

.partner .img-item img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.page-template-page-contact form.wpcf7-form {
    max-width: 100%;
}

.page-template-page-contact form.wpcf7-form input,
.page-template-page-contact form.wpcf7-form textarea {
    padding: 10px !important;
}

.page-template-page-contact form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    color: white;
    padding: 10px 60px !important;
}

.item-testimonial {
    text-align: center;
    direction: rtl;
}

.item-testimonial h2 {
    font-family: 'TheSans-Bold';
    font-size: 17px;
    margin: 10px 0 10px;
}

.item-testimonial .content {
    border: 1px solid #39588f;
    border-radius: 50px;
    padding: 30px 70px;
    max-width: 80%;
    margin: auto;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
}

.item-testimonial .content > i {
    position: absolute;
    font-size: 30px;
    color: #39588f;
}

.item-testimonial .content > i.fa.fa-quote-right {
    right: 15px;
    top: 20px;
}

.item-testimonial .content > i.fa.fa-quote-left {
    left: 20px;
    bottom: 10px;
}

.page-content.gallery .item-box,
.page-content.video .item-box {
    text-align: center;
    min-height: auto;
}

.page-content.gallery .item-box .img-item,
.page-content.video .item-box .img-item {
    margin: 0;
}

.page-content.gallery .item-box h2,
.page-content.video .item-box h2 {
    margin: 0;
}

.page-content.gallery .item-box .caption-item,
.page-content.video .item-box .caption-item {
    padding: 20px;
}

.archive .item-box .img-item {
    margin: 0;
}

.archive .item-box .caption-item {
    padding: 15px;
}

.archive .item-box .caption-item p {
    font-size: 14px;
    line-height: 1.8;
}

.archive .item-box .caption-item h2 {
    margin: 0 0 4px;
}

.post-type-archive-service .item-box .img-item {
    margin: auto;
    margin-bottom: 15px;
}

.archive .service .item-box {
    padding: 15px;
    min-height: auto;
}

.archive .service .caption-item {
    padding: 0;
}

.social-link li.facebook a {
    color: #0017bb;
}

.social-link li.twitter a {
    color: #03A9F4;
}

.social-link li.instagram a {
    color: #673AB7;
}

.social-link li.linkedin a {
    color: #0006ca;
}

.social-link li.snapchat a {
    color: #FFC107;
}

.social-link li.youtube a {
    color: #d00000;
}

.archive .item-box .caption-item h2:before {
    content: none;
}

@media only screen and (max-width: 480px) {

    header .logo-container nav.navbar.navbar-inverse {
        display: none;
    }

    header .logo-container .logos {
        max-width: 100%;
        flex: 0 0 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .logo-container .logos a#menu-toggle {
        font-size: 25px;
        color: #39588f;
    }

    .close-menu {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.29);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: all 250ms ease-out;
    }

    ul.menu-mobile {
        padding: 0;
        list-style-type: none;
        position: fixed;
        width: 250px;
        z-index: 999;
        background-color: white;
        transition: transform 250ms ease-out;
        height: 100vh;
        transform: translateX(250px);
    }

    ul.menu-mobile li a {
        display: block;
        padding: 20px 15px;
        border-bottom: 1px solid #eee;
    }

    .active-menu {
        overflow: hidden;
    }

    .active-menu ul.menu-mobile {
        transform: translateX(0);
    }

    .active-menu .close-menu {
        visibility: visible;
        opacity: 1;
    }

    #home-slider .item {
        height: 450px;
    }
.main-slider {
    min-height: 450px;
}
    #home-slider .item .caption {
        width: 100%;
        padding: 15px;
    }

    #home-slider .item .caption h1 {
        font-size: 32px;
        margin: 0 0 15px;
    }

    #home-slider .item .caption p {
        font-size: 16px;
    }

    .p-70 {
        padding: 40px 0;
    }

    .head-block {
        max-width: 100%;
    }

    .footer-top .content .link_footer {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footer-top .content .about {
        display: none;
    }

    .footer-top .content .link_footer {
        margin: 0 0 30px;
    }

    #home-slider .item .caption h1 {
        font-size: 23px;
        margin: 0 0 15px;
    }

    #home-slider .item .caption p {
        font-size: 16px;
    }


    header .top-header .d-flex ul {
        font-size: 13px;
        max-width: 20%;
        flex: 0 0 20%;
    }

    header .top-header .d-flex ul.information {
        max-width: 60%;
        flex: 0 0 60%;
        white-space: pre;
    }

    header .top-header .d-flex ul:nth-child(1) li i {
        margin-left: 3px;
    }

    header .top-header .d-flex ul.social-links {
        display: flex;
        justify-content: flex-end;
    }

    header .top-header .d-flex ul li {
        margin: 0 5px 0;
        display: flex;
        align-items: center;
    }

    header .top-header .d-flex {
        display: block;
        position: relative;
    }

    header .top-header .d-flex ul.social-links {
        position: absolute;
        left: 0;
        top: 10px;
    }

    header .top-header .d-flex ul.information li {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .main-slider .decor {
        display: none;
    }

    .footer-top .content .contact {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    .item-box {
        margin: 0 0 30px;
    }

    .page-header .content {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .page-header {
        min-height: 150px;
    }

    header .top .d-flex {
        font-size: 13px;
    }

    header .top .d-flex ul li a {
        font-size: 14px;
        padding: 0;
    }


    .publication .tab-content > div > ul > li {
        max-width: 100%;
        flex: 0 0 100%;
    }

    header .top {
        display: none;
    }

    .about.p-70 .item {
        margin: 0 0 30px;
        top: 0 !important;
        padding: 0;
    }

    .about.p-70 {
        padding-top: 0;
    }

    .owl-nav > button.owl-next {
        left: 0;
    }

    .owl-nav > button.owl-prev {
        right: 0;
    }

    .news .item-box {
        margin: 0 0 30px;
    }

    .gallary_viode_twitter.p-70 .one__post .item iframe {
        height: 100%;
    }

    .publication center ul li a {
        padding: 8px 15px;
    }

    .publication center ul li {
        margin: 0 2px 0;
    }

    .publication.p-70 .item {
        margin: 0 0 30px;
        padding: 15px;
    }

    .item-footer {
        margin: 0 0 30px;
    }

    .footer-bottom .d-flex {
        text-align: center;
        display: block;
    }

    .contact .wpcf7-form .d-flex .col-6 {
        width: 100%;
        flex: 0 0 100%;
    }

    .contact .wpcf7-form .d-flex .col-6:nth-child(1) .input-f {
        margin: 0 0 10px;
    }

    .item-testimonial .content {
        padding: 25px;
    }

    .item-testimonial .content > i.fa.fa-quote-right {
        right: 9px;
    }

    .item-testimonial .content > i.fa.fa-quote-left {
        left: 16px;
    }

    .dropdown-backdrop {
        display: none !important;
    }

    .dropdown-menu {
        box-shadow: none;
        border-radius: 0;
        position: static;
        float: none !important;
        background-color: #fbfbfb;
        display: none;
    }

    header .logo-container .logos .logs {
        max-width: 65%;
        flex: 0 0 65%;
        display: flex;
        align-items: center;
    }

    header .logo-container .logos .logs figure.v2030 {
        max-width: 70%;
        flex: 0 0 70%;
    }

    header .logo-container .logos .logs a.logo {
        display: block;
        max-width: 60%;
        flex: 0 0 60%;
    }

    header .logo-container figure.v2030 img {
        max-width: 69%;
        margin-right: 9px;
    }

    .about_us .row {
        display: block;
    }

    .owl-nav > button {
        display: none !important;
    }

    .about_us ._content a {
        margin: -20px 0 30px;
    }

    .footer-bottom {
        line-height: 2;
    }

    .project.skewY.p-70 {
        padding-bottom: 90px;
    }
    .about_us ._content {
    width: 100%;
}

.publication .item .icon {
    margin: auto;
    margin-bottom: 30px;
}
.contact.p-70 .container .row .col-md-6 {
    padding: 50px 15px;
}

.contact.p-70 .container .row .col-md-6:nth-child(1) {
    min-height: auto;
}
media only screen and (max-width: 480px)
  .about_us figure img {
    width: 100%;
    display: block;
    height: 100%;
    background-size: contain;
    margin: 0;
}
@media only screen and (max-width: 480px)
  .publication .item {
    align-items: center;
    border: 1px solid #39588f;
    padding: 30px 20px;
    transition: .5s;
    background-color: white;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.13);
    margin: 51px 20px 0;
    height: auto;
}
}
