
/*
Theme Name:Allegiant
Theme URI:https://cpothemes.com/theme/allegiant
Description:Allegiant is a free multipurpose WordPress theme perfect for agencies and professionals. This theme comes with support for a full homepage slider, feature blocks, portfolios, services, team members, and even testimonials, all thanks to its companion plugin CPO Content Types. Allegiant is one of the best business WordPress themes thanks to its neutral design and extreme flexibility. Moreover, this theme also integrates with popular plugins such as WooCommerce, Yoast SEO, WPML, and Contact Form 7. 
Tags: one-column, two-columns, right-sidebar, full-width-template, sticky-post, theme-options, custom-background, custom-menu, featured-images, threaded-comments, translation-ready
Author:CPOThemes
Author URI:https://cpothemes.com
Version:1.2.0
License:GNU General Public License 2.0 or later
License URI:readme.txt
Text Domain:allegiant
*/

/* --------------------------------------------------------------
GENERAL ELEMENTS
-------------------------------------------------------------- */

/* BODY */
::selection {
    color: #fff;
    background-color: #89ce40;
}

::-moz-selection {
    color: #fff;
    background-color: #89ce40;
}

body {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    background: #fff;
    color: #99a;
    font-size: 1em;
    line-height: 1.6;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
    color: #567;
    line-height: 1.2;
    margin: 0 0 20px;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

/* HYPERLINKS */
a:link, a:visited {

    text-decoration: none;
}

a:hover {
    color: #39c;
    text-decoration: underline;
}

/* CITATIONS */
blockquote {
    display: block;
    font-style: italic;
    padding: 0 5%;
    margin: 25px 0;
}

blockquote cite, blockquote em, blockquote i {
    font-style: normal;
}

/* FORMS */
input[type=text], input[type=password], input[type=input],
input[type=tel], input[type=url], input[type=email],
input[type=number], input[type=range], input[type=search], input[type=color],
input[type=time], input[type=week], input[type=month], input[type=date], input[type=datetime],
textarea, select {
    border: 1px solid #ddd;
    padding: 8px 6px;
    background: #f5f5f5;
}

input[type=submit] {
    width: auto;
    -webkit-appearance: none;
}

/* MAIN THEME COLORS */
body .primary-color {
    color: #89ce40;
}

body .primary-color-bg {
    background-color: #89ce40;
}

body .secondary-color {
    color: #444449;
}

body .secondary-color-bg {
    background-color:white;
}

/* SHORTCODE CUSTOM STYLING */
html body .button,
html body .button:link,
html body .button:visited,
input[type=submit] {
    border-radius: 2px;
    border: 2px solid #89ce40;
    text-shadow: none;
    background: none;
    color: #89ce40;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}

html body .button:hover,
input[type=submit]:hover {
    color: #fff;
    background: #89ce40;
}

/* --------------------------------------------------------------
LAYOUT
-------------------------------------------------------------- */

/* WRAPPERS */
.wrapper {
    margin: 0 auto;
}

/* TOPMENU */
.topbar {
    display: block;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    line-height: 34px;
    font-size: 0.9em;
}

/* SOCIAL ICONS */
.social {
    float: right;
    text-align: right;
    padding: 0;
    width: auto;
}

.social .social-profile {
    display: block;
    float: left;
    color: #999;
    margin: 0;
    width: 40px;
    font-size: 18px;
    text-align: center;
}

.social .social-profile .social-title {
    display: none;
}

.social .social-profile:hover {
    text-decoration: none;
}

/* HEADER */
.header {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    padding: 0px 0;
}

.header .logo {
    float: left;
    padding-top: 0;
}

.header .header-content {
    float: right;
    padding: 0 0 0 20px;
}

/* HOMEPAGE SLIDES */
.slider {
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.slider-slides {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 550px;
}

.slider-slides .slide {
    overflow: hidden;
    background-position: center;
    background-size: cover;
    position: relative;
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.slider-slides .slide-body {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
}

.slider-slides .container {
    position: relative;
    height: inherit;
}

.slider-slides .slide-image {
    float: right;
    padding: 0;
    width: 48%;
}

.slider-slides .slide-image img {
    display: block;
    margin: 0 auto;
}

.slider-slides .slide-caption {
    overflow: hidden;
    text-transform: uppercase;
    float: left;
    padding: 0 0 30px;
    width: 48%;
    text-align: left;
}

.slider-slides .slide-caption p:last-child {
    margin-bottom: 0;
}

.slider-slides .slide-content {
    position: relative;
    font-size: 1.2em;
    padding: 0 0 30px;
    margin: 0 0 30px;
}

.slider-slides .slide-content:after {
    content: ' ';
    position: absolute;
    background: #888;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
}

/* Prev/Next */
.slider-prev,
.slider-next {
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    opacity: 0.3;
}

.slider:hover .slider-prev,
.slider:hover .slider-next {
    opacity: 1;
}

.slider-prev,
.slider-next {
    position: absolute;
    width: 40px;
    height: 100px;
    font-size: 30px;
    line-height: 70px;
    margin-top: -35px;
    top: 50%;
    left: 1%;
    text-align: center;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}

.slider-next {
    right: 1%;
    left: auto;
}

.slider-prev:before,
.slider-prev:after,
.slider-next:before,
.slider-next:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 50px;
    left: 25%;
    width: 50px;
    height: 1px;
    background: #888;
    border-radius: 50px;
    -moz-transform-origin: left;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.slider-prev:before,
.slider-next:before {
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.slider-prev:after,
.slider-next:after {
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.slider-next:before,
.slider-next:after {
    left: auto;
    right: 25%;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
}

/* Transitions */
.slider-slides .slide-body .slide-caption {
    -moz-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
    transition: 1s all;
}

.slider-slides .slide-body .slide-image {
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
    transition: 1s all;
}

.slider-slides .cycle-slide-active .slide-caption,
.slider-slides .cycle-slide-active .slide-image {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.slider-slides .cycle-slide-active .slide-image {
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}


/* PAGE BANNERS AND TITLES */
.banner {
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-height: 500px;
}

.banner .banner-image {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.pagetitle {
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 100px 0;
    margin: 0;
}

.pagetitle .pagetitle-title {
    margin: 0;
    font-size: 2.5em;
    text-transform: uppercase;
}

/* HOMEPAGE TAGLINE */
.tagline {
    padding: 70px 0;
    background: rgba(0, 0, 0, 0.4);
    font-size: 1.5em;
    text-align: center;
}

/* SECTIONS */
.section-heading {
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 30px;
    text-align: center;
    line-height: 1.2;
    font-size: 2.5em;
    text-transform: uppercase;
}

.section-heading:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
}

/* HOMEPAGE FEATURES */
.features {
    margin: 0;
    background: #fff;
    padding: 50px 0 10px;
}

.features .feature {
    margin: 0 0 40px;
    text-align: center;
}

.features .feature .feature-image {
    display: block;
    position: relative;
    min-height: 102px;
    margin: 0 0 20px;
}

.features .feature .feature-image img {
    display: block;
    margin: 0 auto;
}

.features .feature .feature-icon {
    position: absolute;
    background: #fff;
    left: 50%;
    top: 50%;
    font-family: 'fontawesome';
    text-align: center;
    width: 100px;
    height: 100px;
    font-size: 30px;
    margin: -51px 0 0 -51px;
    line-height: 100px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.features .feature .feature-title {
    margin: 30px 0;
    font-size: 1.2em;
    text-transform: uppercase;
}

.features .feature .feature-content {
    margin: 0;
    padding: 0 0 20px;
}

/* TESTIMONIALS */
.team {
    padding: 50px 0 10px;
    margin: 0;
}

.home .team {
    background: rgba(0, 0, 0, 0.4);
}

.team .team-member {
    margin: 0 0 40px;
}

.team .team-member-image {
    display: block;
    width: 100%;
    margin: 0;
}

.team .team-member-body {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    margin: 0;
}

.team .team-member-title {
    margin: 0;
    font-size: 1.2em;
    text-transform: uppercase;
}

.team .team-member-description {
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0 0 5px;
}

.team .team-member-content {
    margin: 15px 0 0;
}

.team .team-member-content p:last-child {
    margin-bottom: 0;
}

.team .team-member-links {
    margin: 10px 0 0;
}

.team .team-member-link {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px 0 0;
    color: #999;
    border: 1px solid #eee;
    font-family: 'fontawesome';
}

.team .team-member-link:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* TESTIMONIALS */
.testimonials {
    padding: 50px 0 10px;
    background: #fff;
    margin: 0;
}

.testimonials .testimonial {
    margin: 0 0 40px;
}

.testimonials .testimonial-content {
    background: rgba(80, 80, 100, 0.05);
    padding: 20px 20px 30px;
    margin: 0;
}

.testimonials .testimonial-image {
    display: block;
    width: 70px;
    margin: -35px auto 20px;
}

.testimonials .testimonial-name {
    text-align: center;
    font-size: 1.3em;
    margin: 0 0 5px;
}

.testimonials .testimonial-position {
    text-align: center;
    font-size: 0.9em;
    margin: 0;
}

/* HOMEPAGE CLIENTS */
.clients {
    display: block;
    border-top: 1px solid #eee;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 40px 0 0;
}

.clients .client {
    margin: 0 0 40px;
}

.clients .client img {
    display: block;
    margin: 0;
}

/* PAGE CONTENT */
.main {
    background: white;
}

/* SIDEBARS */
.widget {
    overflow: hidden;
    margin: 0 0 40px;
}

.sidebar .widget {
    padding: 0 0;
}

.sidebar .widget:first-child {
    border-top: none;
    padding: 0;
}

.widget .widget-title {
    font-size: 1.2em;
    text-transform: uppercase;
}

.widget ul li {
    position: relative;
    padding: 0;
    margin: 0 0 8px;
}

/* FOOTER */
.subfooter {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    padding: 40px 0 10px;
    display: none
}

.footer {
    position: relative;
    overflow: hidden;
    background: white;
    padding: 50px 0 30px;
    clear: both;
    text-align: center;
}

.footer:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    top: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
}

/* --------------------------------------------------------------
NAVIGATION
-------------------------------------------------------------- */

/* TOP MENU */
.topmenu {
    float: left;
}

/* MAIN MENU */
.menu-main {
    padding-top: 10px;
    float: right;
}

/* Menu Elements */
.menu-main li a {
    padding: 10px;
    text-decoration: none;
    padding: 10px;
    /*  my style */
    font-size: 15px;
    color: #212529;
    font-family:  'Cairo', sans-serif;
}

.menu-main li a .menu-description {
}

.menu-main li:hover,
.menu-main li a:hover {
    color: #2a6496 ;
}
.menu-main li:active ,
.menu-main li a:active{
    color:#db622e ;
}


/* Current item highlight both normally and on hover */
.menu-main .current-menu-ancestor > a,
.menu-main .current-menu-item > a {
    color:#ef4c23 ;
}

.menu-main .current_page_ancestor > a:hover,
.menu-main .current-menu-item > a:hover {
    color:#ef4c23 ;
}

/* Children Elements */
.menu-main .menu-item-has-children:before {
    color: #ccc;
    content: '\f107';
    font-size: 10px;
    display: none;
}

.menu-main li ul {
    margin: 5px 0 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menu-main > li > ul:before {
    visibility: hidden;
    content: ' ';
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 20px;
    margin: -11px 0 0;
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 9999;
}

.menu-main > li > ul:after {
    visibility: hidden;
    content: ' ';
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 20px;
    margin: -10px 0 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 9999;
}

.menu-main li ul li a {
    text-transform: none;
    font-size: 0.9em;
    width: 153px;
    text-align: right;
    padding: 10px 0;
}

.menu-main li ul li:hover {
    background-color: #ddd;
}
.menu-main li ul li:hover a{
    color: #ef4c23;
    padding-right: 6px;
}

.menu-main li ul li{
    text-align: right
}
/* MOBILE MENU */
.menu-mobile-open {
}

/* FOOTER MENU */
.footermenu {
}

.menu-footer {
    text-align: center;
}

.menu-footer li a {
    font-weight: bold;
}

.menu-footer li ul li a {
    font-weight: normal;
    font-size: 0.9em;
}

/* SUBMENU NAVIGATION */
.menu-sub {
}

.menu-sub li {
}

.menu-sub li a {
}

/* PORTFOLIO NAVIGATION */
.menu-portfolio {
    overflow: hidden;
    text-align: center;
    margin: 0;
    padding: 0;
}

.menu-portfolio .menu-item {
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    margin: 10px 5px;
    border: 1px solid #eee;
}

.menu-portfolio .menu-item:hover {
    text-decoration: none;
}

.menu-portfolio .current_page_item, .menu-portfolio .current-cat {
    border-bottom: 0;
}

.menu-portfolio .current_page_item a, .menu-portfolio .current-cat a {
    background: #E85F52;
    color: #fff;
}

.menu-portfolio .current_page_item ul li a, .menu-portfolio .current-cat ul li a {
    color: #222;
    background: none;
}

/* NEXT/PREV POST NAVIGATION */
.navigation {
}

.navigation .nav-prev,
.navigation .nav-next {
    padding: 0 30px;
}

.navigation .nav-prev:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    list-style: none;
    font-family: 'fontawesome';
    content: '\f104';
    font-size: 30px;
    color: #999;
    margin-top: -15px;
    line-height: 30px;
}

.navigation .nav-next:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    list-style: none;
    font-family: 'fontawesome';
    content: '\f105';
    font-size: 30px;
    color: #999;
    margin-top: -15px;
    line-height: 30px;
}

/* NUMBERED PAGINATION */
.pagination span,
.pagination a {
    border-radius: 0px;
    padding: 15px 20px;
    border: 1px solid #eee;
}

/* NUMBERED PAGINATION FOR SINGLE POSTS */
.postpagination span {
}

.postpagination a span {
}

/* --------------------------------------------------------------
POSTS & PAGES
-------------------------------------------------------------- */

/* POST LISTING */
.post {
    margin: 0 0 40px;
    background: #fff;
}

.post .post-image {
    margin: 0;
}

.post .post-image img {
    display: block;
    margin: 0;
    line-height: 0em;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.post .post-body {
    padding: 20px;
    border: 1px solid #ddd;
}

.post .post-title {
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 10px 0;
}

.post .post-title a {
    color: inherit;
}

.post .post-byline {
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 20px;
    color: #aaa;
    font-size: 0.9em;
}

.post .post-byline:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
}

.post .post-byline div {
    float: left;
    position: relative;
    padding: 0 22px 0 0;
    margin-bottom: 10px;
}

.post .post-byline div:last-child {
    padding-right: 0;
}

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

.post .post-content p:last-child {
    margin-bottom: 0;
}

.post .readmore {
    margin: 0;
}

.post .post-tags {
    display: block;
    margin: 0 0;
}

.post .post-tags a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin: 0 10px 0 0;
}

.post .post-comments {
    float: right;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 50px;
}

.post .post-comments a {
    color: inherit;
}

.post .post-comments a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.post .post-comments a:after {
    content: ' \f0e5';
    font-family: 'fontawesome';
}

/* AUTHOR BIOS */
.author-info {
    clear: both;
    padding: 0;
    margin: 0 0 40px;
}

.author-info .author-image {
    float: left;
    margin: 0;
    width: 100px;
}

.author-info .author-image img {
    display: block;
    line-height: 0;
    margin: 0;
    border-radius: 0;
}

.author-info .author-body {
    margin-left: 100px;
    padding: 20px;
    background: rgba(80, 80, 100, 0.05);
}

.author-info .author-name {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.author-info .author-name:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
}

.author-info .author-description {
    margin: 0 0 10px;
}

.author-info .author-social {
    margin: 0 0 0;
}

.author-info .author-social a {
    margin-right: 15px;
}

/* INDIVIDUAL PORTFOLIO ITEMS */
.cpo_portfolio .portfolio-media {
    margin: 0 0 30px;
}

.cpo_portfolio .portfolio-image {
    text-align: center;
}

.cpo_portfolio .portfolio-details {
    padding-left: 5%;
    margin-bottom: 30px;
    padding: 15px 30px 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}

.cpo_portfolio .portfolio-details div {
    margin: 15px 0 0;
    border-top: 1px solid #fff;
    padding: 15px 0 0 30px;
    position: relative;
}

.cpo_portfolio .portfolio-details p:last-child {
    margin: 0;
}

.cpo_portfolio .portfolio-details div:first-child {
    margin: 0;
    border-top: none;
}

.cpo_portfolio .portfolio-details .details-icon {
    position: absolute;
    display: block;
    width: 15px;
    margin-top: 1px;
    font-size: 1.3em;
    text-align: center;
    left: 0;
    top: 17px;
}

.cpo_portfolio .portfolio-content {
}

/* PORTFOLIO SHOWCASE */
.portfolio {
    clear: both;
    padding: 50px 0 50px;
}

.portfolio {
    background: #fff;
}

.portfolio-item {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 1px;
    margin: 0;
}

.portfolio-item-image {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #eee;
    position: relative;
}

.portfolio-item img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    height: auto;
    line-height: 0;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.portfolio-item .portfolio-item-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 9997;
}

.portfolio-item .portfolio-item-title,
.portfolio-item .portfolio-item-description {
    position: absolute;
    left: 0;
    opacity: 0;
    width: 80%;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    z-index: 9998;
}

.portfolio-item .portfolio-item-title {
    font-size: 1.3em;
    opacity: 1;
    text-transform: uppercase;
    bottom: 50%;
    margin: 0 10% -20px;
}

.portfolio-item .portfolio-item-description {
    top: 50%;
    margin: 20px 10% 0;
}

.portfolio-item a:hover {
    text-decoration: none;
}

.portfolio-item:hover .portfolio-item-overlay {
    opacity: 0.9;
}

.portfolio-item-has-excerpt:hover .portfolio-item-title {
    opacity: 1;
    margin-bottom: 10px;
}

.portfolio-item:hover .portfolio-item-description {
    opacity: 1;
    margin-top: 10px;
}

.portfolio-item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* SERVICES */
.services {
    margin: 0;
    padding: 50px 0 10px;
}

.home .services {
    background: rgba(0, 0, 0, 0.4);
}

.services .service {
    margin-bottom: 50px;
}

.services .service a:hover {
    text-decoration: none;
}

.services .service .service-body {
    margin-left: 70px;
}

.services .service .service-icon {
    font-family: 'fontawesome';
    float: left;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 40px;
    margin: 0 auto 20px;
    line-height: 50px;
}

.services .service .service-title {
    margin: 0 0 10px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.services .service .service-content {
    margin: 0 0 10px;
}

.services .service .service-content p:last-child {
    margin-bottom: 0;
}

/* --------------------------------------------------------------
COMMENTS
-------------------------------------------------------------- */

/* COMMENTS */
.comments {
    clear: both;
    margin: 0;
}

.commentlist {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.comment {
    overflow: hidden;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.comment .comment-avatar {
    float: left;
    width: 50px;
}

.comment .comment-avatar img {
    display: block;
    width: 100%;
}

.comment .comment-body {
    margin: 0 0 20px 50px;
    background: rgba(80, 80, 100, 0.05);
    padding: 20px 20px 20px;
}

.comment .comment-title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.comment .comment-title:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
}

.comment .comment-author {
    display: block;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 0 0 5px;
}

.comment .comment-date {
    font-size: 0.9em;
    text-transform: uppercase;
}

.comment .comment-approval {
    display: block;
    padding: 0 10px 0;
    margin: 0;
}

.comment .comment-content {
    margin: 0;
    padding: 0;
}

.comment .comment-options {
    overflow: hidden;
    float: right;
    text-align: right;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 0.9em;
    border: 1px solid #eee;
}

.comment .comment-options a {
    margin-left: 10px;
}

.comment .comment-options a:first-child {
    margin: 0;
}

/* Contents Styling for Comment Body */
.comment .comment-content ul, .comment .comment-content ol {
    margin-bottom: 18px;
}

.comment .comment-content p:last-child {
    margin-bottom: 6px;
}

.comment .comment-content blockquote p:last-child {
    margin-bottom: 24px;
}

/* Nested Comments */
.comment .children {
    list-style: none;
    margin: 0 0 0 50px;
}

/* Pingbacks & Trackbacks */
.comments ol.pinglist {
    margin: 0;
}

.comments .pingback {
    list-style: none;
    margin: 0 0 10px 0;
}

.comments .pingback .url {
    font-style: italic;
}

/* Author Comments */
.bypostauthor {
}

/* COMMENT FORM */
.comment-respond {
    margin: 30px 0;
    overflow: hidden;
    position: relative;
}

.comment-respond p {
    overflow: hidden;
}

/* Fields */
.comment-respond .comment-notes {
    display: none;
}

.comment-respond .required {
    color: #db622e;
}

.comment-respond label {
    display: block;
    padding: 5px 0;
}

.comment-respond textarea {
    height: 200px;
    max-height: 400px;
    min-height: 200px;
    resize: vertical;
}

/* Nested Form */
#cancel-comment-reply-link {
    float: right;
    display: block;
    font-size: 0.9em;
}

/* Allowed Tags */
.comment-respond .form-allowed-tags {
    display: none;
    color: #888;
    font-size: 0.9em;
}

.comment-respond .form-allowed-tags code {
    display: block;
    font-size: 0.9em;
}

.comment-respond .form-submit {
}

.cpo-navigation:after {
    content: "";
    display: block;
    clear: both;
}

.cpo-navigation .cpo-previous-link {
    float: left;
}

.cpo-navigation .cpo-next-link {
    float: right;
}

.cpo-navigation > div > a {
    margin-bottom: 40px;
    display: block;
}

/* -- RESPONSIVE STYLES -- */

/* LARGE SCREENS */
@media screen and (min-width: 1280px) {
    .header{
         direction: ltr;
    }
    .logo {

    }
}

/* TABLET SCREENS (LANDSCAPE) */
@media screen and (max-width: 1024px) {
}

/* TABLET PORTRAIT */
@media screen and (max-width: 800px) {

    .header .logo {
        float: left;

    }

    .slider-slides .slide .slide-caption,
    .slider-slides .slide .slide-image {
        float: none;
        width: auto;
    }

    .pagetitle .pagetitle-title {
        float: none;
        font-size: 2em;
    }

    .slider-slides .slide-body {
        top: 5%;
    }

    .clients .client {
        margin: 0 auto 40px auto;
    }

    .clients .client img {
        text-align: center;
        margin: 0 auto;
    }

    .column-narrow.col5:nth-child(n+3) {
        width: auto !important;
    }

    .slider-slides .slide-title {
        font-size: 1.5em;
    }

    .slider-slides .slide-content {
        font-size: 1em;
    }
}

/* SMARTPHONE */
@media only screen and (max-width: 600px) {
    .social {
        float: left;
    }
    .slider-slides .slide .slide-image {
        display: none;
    }
    /* NAVIGATION */
    .menu-top {
        text-align: center;
    }

    .menu-top li {
        display: inline-block;
    }

    .menu-top li a {
        margin: 0 auto;
    }

    .footermenu {
        float: none;
    }

    .menu-footer li a {
        margin: 0 10px 10px 0;
    }
}


/** header start **/

.nav-link:hover{
   transform: scale(1.1,1.1)
}
.nav-link:hover .fas{
    transform: rotate(180deg)
}
.nav-link:hover .fa{
    transform: rotate(180deg)
}
#toggle{
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  cursor:pointer;
  border:none;
  padding:12px 15px;
  font-size:16px;
  background:linear-gradient(141deg, #ef4c23 0%, #a89679 51%, #919191 75%);
  color:white;
  font-family:cursive;
  box-sizing:border-box;
  border-radius: 10%;
  background: #ef4c23;
  font-family: 'Cairo', sans-serif;
  font-weight: bold;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width:150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.btn-container{
  height:44px;
  width:166.23px;
  margin-right: 20px; }
#div6_p1 span {
  text-align: center;
}
#div6_p1 span:before,
#div6_p1 span:after {
  background-color: #ef4c23;
  content: "";
  display: inline-block;
  height: 3px;
  position: relative;
  vertical-align: middle;
  width: 5%;
}
#div6_p1 span:before {
  right: 0.5em;
  margin-left: 2%;
}
#div6_p1 span:after {
  left: 0.5em;
  margin-right: 2%;
}
.dropdown .dropdown-toggle{
  color: #212529;
  text-decoration: none;}
.dropdown .dropdown-toggle:hover{
    text-decoration: none}
.dropdown .dropdown-menu li a:hover{
    text-decoration: none;
    color:white;}
.dropdown .dropdown-menu li a{
    color: #777777 ; 
    padding-right: 5px; }
.dropdown .dropdown-menu li{
    text-align: right; 
    padding-right: 6px; 
    list-style: none;
    font-size: 15px ;
    margin: 5px 0px ; 
    padding-top: 5px;
    padding-bottom: 5px
}
.dropdown:hover{ color: #ef4c23;
}
.dropdown .dropdown-menu li:hover{
    background: #cbcbcb}
.dropdown .eng li{
    text-align: left;
    padding-left: 6px;
    list-style: none; 
    font-size: 15px ;
    margin: 5px 0px ; 
    padding-top: 5px; 
    padding-bottom: 5px
}
#div6_btn_read_more:hover{
    text-decoration: none
}    
#toggle span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
#toggle span:after {
 content: '\00bb';
 position: absolute;
 opacity: 0;
 top: -25px;
 left: 0px;
 transition: 0.5s;
 font-size: 25px;
}
#toggle:hover span {
  padding-right: 25px;
}
#toggle:hover span:after {
  opacity: 1;
  right: 0;
}
#nav2{font-size: 15px;
    font-family:'Cairo', sans-serif;  color:#212529 ; padding:0px}

.navbar .navbar-nav .nav-item {
  list-style: none;}

.dropdown-menu .dropdown-item{
    text-align: right
}

.nav-item .dropdown-menu{width: 175px;}


#navbarNavDropdown .right .nav-link{
    text-align: right;
    color: #212529;  
}
#navbarNavDropdown .left .nav-link{
    text-align: left;
    color: #212529;  
}

#navbarDropdownMenuLink::after {display: none}

#nav2 .navbar-nav .nav-item  a:active{
  color: #ef4c23;
}
#nav2 .collapse .navbar-nav .nav-link:hover{  color: #ef4c23;}
#nav2 .navbar-nav .nav-item .nav-link i{
    display:block;
    margin: 4px auto;
    font-size: 18px;
    text-align: center
}
@media only screen and (max-width: 1000px){
	.home_div1_p1{
        font-size: 35px;
	   }
.navarabic .collapse .navbar-nav .nav-item .nav-link i{    
    text-align:right;
    float: right;
    padding-left: 5px}

.navarabic .collapse .navbar-nav .nav-item .nav-link i:hover{    
    float:right;}
.navenglish .collapse .navbar-nav .nav-item .nav-link i{    
    text-align:left;
    float: left;
    padding-right: 5px} 
 .navenglish .collapse .navbar-nav .nav-item .nav-link i:hover{    
    float: left;
     }
}

/** header end **/


                                   /** home page **/

/** service start **/

#works{
    margin-bottom: 10px;
}
#div2_p1{
    margin-top: 2%;
    text-align: center;
    font-size: 28px;
    color: #0e5472;
    font-family:  'Cairo', sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 17px;
}
#div2_p1 h3 {
   text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #0e5472;
}

#div2_p1 span:before,
#div2_p1 span:after {
  background-color: #ef4c23;
  content: "";
  display: inline-block;
  height: 3px;
  position: relative;
  vertical-align: middle;
  width: 5%;
}

#div2_p1 span:before {
  right: 0.5em;
  margin-left: 2%;
}

#div2_p1 span:after {
  left: 0.5em;
  margin-right: 2%;
}
#div2_p1_en{
    margin-top: 2%;
    text-align: center;
    font-size: 28px;
    color: #0e5472;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 17px;
}
#div2_p1_en h3 {
   text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #0e5472;
}

#div2_p1_en span:before,
#div2_p1_en span:after {
  background-color: #ef4c23;
  content: "";
  display: inline-block;
  height: 3px;
  position: relative;
  vertical-align: middle;
  width: 5%;
}

#div2_p1_en span:before {
  right: 0.5em;
  margin-left: 2%;
}

#div2_p1_en span:after {
  left: 0.5em;
  margin-right: 2%;
}
/** service end **/
.div4_row22_class{
  margin: 0px 40px;
}
.div4_row22_class:hover{ 
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.img_div4{
   margin-top: 2%;
   margin-left: auto;
   margin-right: auto;
   display: block;   
}
.div4_h{
    padding: 10px;
    text-align: center;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    color: #0e5472;
}
.div4_p1{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    font-family:  'Cairo', sans-serif;
    color: #777777;
    padding: 10PX 0PX;
}
.div4_h_en{
    padding: 10px;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    color: #0e5472;
}
.div4_p1_en{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    color: #777777;
    padding: 10PX 0PX;
}

@media only screen and (max-width: 599px){
.div4_row2_class{
    background-size: cover!important;
}
}

/** values start **/
@media (min-width: 800px) {
.carousel-control-prev ,.carousel-control-next{
    display: none !important;
}
}
.pk ,.pk_en{background: #f6f6f6} 
@media (max-width: 700px) {
    #con > div {
        width: auto;
        display: block;
        float: none;
    }
    .pk {
        transform: translateY(-225%);
        background: transparent;}
    .pk h3{
        padding-bottom: 37px;
    }
    .pk2 {
        transform: translateY(22%);
    }   
    .pk_en {
        transform: translateY(-45%);
        background: transparent;}
    .pk_en h3{
        padding-bottom: 37px;
    }
    .pk2_en {
        transform: translateY(-36%);
    }
    #con{
        height:  310px
    }
    #con .row{
        height:  310px
    }   
}
 #carouselExample{
        width: 132%;
	    margin-top: 15px;
    }

@media (max-width: 800px) {
    #carouselExample{
        width: 100%
    } 
	.carousel-control-prev ,.carousel-control-next{
		top:-50px !important;
	}
}

/* Bootstrap Lightbox using Modal start*/
#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}
/* Bootstrap Lightbox using Modal end */
/** icon box start **/
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative;
z-index: 2;
margin: auto;
width: 75px;
height: 80px;
border: 8px solid white;
line-height: 68px;
border-radius: 50%;
background: #105572;
vertical-align: middle;}
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 20px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: white;/* border: 1px solid #ef4c23 ; */padding: 15px 0 10px 0; border-radius: 30px }
/*.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white;  } */
.box > .icon > .info > h3.title { font-family:  'Cairo', sans-serif !important; font-size: 18px;  font-weight: 600; padding-top: 20px;}
.box > .icon > .info > p { font-family: 'Cairo', sans-serif !important; font-size: 14px; color: #666; line-height: 1.5em; margin:10px;padding: 5px 0px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #777; }
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }
.info{box-shadow: 1px 1px 28px 6px rgba(0,0,0,.1);}

/** icon box end **/

@media (min-width: 768px) {
   /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
     display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
     transition: none;
    }
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
         position: relative;
         transform: translate3d(0, 0, 0);
    }
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0%, 00%);
        visibility: visible;
        display: block;
        visibility: visible;
        left: 0;
    }
}
.carousel-control-next-icon, .carousel-control-prev-icon {display: none !important;}
@media (max-width: 768px) {
	.carousel-control-next-icon, .carousel-control-prev-icon {margin-bottom: 10px; display: inline-block!important;}}

/** values end **/

/** mission start **/

#div_3{
    background-image: url("images/Background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    color: white;
    margin-top: 35px;
}
#div3_p1{
    text-align: center;
    margin-top: 2%;
    font-size: 28px;
    font-weight: bold;
    color: white;
    font-family: 'Cairo', sans-serif;
    opacity: 5;
    margin-bottom: 2%;
}
#div3_p1_en{
    text-align: center;
    margin-top: 2%;
    font-size: 28px;
    font-weight: bold;
    color: white;
    font-family: 'Nunito Sans', sans-serif;
    opacity: 5;
    margin-bottom: 2%;
}
#btn_read_more {  
    text-align: center;   
    background-color: Transparent;
    background-repeat:no-repeat;
    cursor:pointer;
    overflow: hidden;  
    margin:auto;
    display:block;
    color: black;
    border:2px solid black;
    margin-bottom: 4%;
    margin-top: 2%;
   font-size: 20px;
   font-family: 'Nunito Sans', sans-serif;
    opacity: 5;
}
button #btn_read_more:hover{
    opacity: 0.5;
}
.overlay1 {
    background-color: rgba(0, 0, 0, 0.6);}
.p-b-30 {
    padding-bottom: 53px;}
.p-t-50 {
    padding-top: 50px;}
#read{
display:none;
}

.btn {
    margin-top: calc(1% + 10px);
    position: relative;
    display: inline-block;
    width: 277px;
    height: 50px;
    font-size: 1em;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    text-decoration:none;
    font-family: 'Roboto', sans-serif;
    font-weight:900;
    font-size:17px;
    letter-spacing: 0.045em;
    color: white
}

.btn svg {
    position: absolute;
    top: 0;
    left: 0;
}

.btn svg rect {
    //stroke: #EC0033;
    stroke-width: 4;
    stroke-dasharray: 353, 0;
    stroke-dashoffset: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
 #div_3 .btn{
     padding-top: 13px
    }

.btn span{
  background: rgb(255,130,130);
  background: -moz-linear-gradient(left,  rgba(255,130,130,1) 0%, rgba(225,120,237,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);
   background: linear-gradient(to right, rgb(208, 212, 232) 0%,rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8282', endColorstr='#e178ed',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   font-family: 'Cairo', sans-serif;
   color: white;
}

.btn:hover svg rect {
    stroke-width: 4;
    stroke-dasharray: 196, 543;
    stroke-dashoffset: 437;
}

.btn2 {
    margin-top: calc(1% + 10px);
    position: relative;
    display: inline-block;
    width: 277px;
    height: 50px;
    font-size: 1em;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    text-decoration:none;
    font-family: 'Roboto', sans-serif;
    font-weight:900;
    font-size:17px;
    letter-spacing: 0.045em;
    color: white  
}

.btn2 svg {
    position: absolute;
    top: 0;
    left: 0;
}

.btn2 svg rect {
    //stroke: #EC0033;
    stroke-width: 4;
    stroke-dasharray: 353, 0;
    stroke-dashoffset: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.btn2 span{
  background: rgb(255,130,130);
  background: -moz-linear-gradient(left,  rgba(255,130,130,1) 0%, rgba(225,120,237,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);
  background: linear-gradient(to right, rgb(208, 212, 232) 0%,rgb(255, 255, 255) 100%);
    background: #ef4c23;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8282', endColorstr='#e178ed',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
    font-family: 'Cairo', sans-serif;
    font-weight: bold; 
}
.btn2:hover svg rect {
    stroke-width: 4;
    stroke-dasharray: 196, 543;
    stroke-dashoffset: 437;
}

.btn2:hover {
    text-decoration: none
}

@media (max-width: 600px) {
#div3_p1{
 font-size: 25px;
}
#btn_read_more { 
font-size: 12px;
}
}
/** mission end **/

/** Strengths start **/
.offwhite-bg {
    background: #f6f6f6;
}
.experience-item {
    border-radius: 15px;
    background: #fff;
    font-size: 20px;
    font-family: 'Cairo', sans-serif;
    color: #777;
}
.experience-item_en {
    border-radius: 15px;
    background: #fff;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    color: #777;
}
.experience-item h4 ,.experience-item_en h4{
    font-size: 17px;
    padding: 7px 0px;
    color: #777777  
}
.shadow {
   -webkit-box-shadow: 1px 1px 28px 6px rgba(0,0,0,.1);
    box-shadow: 1px 1px 28px 6px rgba(0,0,0,.1);
}
/** Strengths end **/

/** why pk start **/

@media (max-width: 600px) {
  #div2_p1{
    font-size: 22px;
}
#div2_p2{
    font-size: 12px;
}
.text_icon_box{
    font-size: 15px;
}
 #div_3 .btn{
     padding-top: 12px
    }
}
hr.style13 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
    width: 20%;
    margin: 29px auto 22px;
}

  /**** timeline start ****/
a{text-decoration:none}
h4{text-align:center;margin:10px 0;color:#444}
.main-timeline{position:relative}
.main-timeline:before{content:"";width:5px;height:100%;border-radius:20px;margin:0 auto;background:#242922;position:absolute;top:0;left:0;right:0}
.main-timeline .timeline{display:inline-block;margin-bottom:50px;position:relative}
.main-timeline .timeline:before{content:"";width:20px;height:20px;border-radius:50%;border:4px solid #fff;background:#ec496e;position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%)}
.main-timeline .timeline-icon{display:inline-block;width:130px;height:130px;border-radius:50%;border:3px solid #ec496e;padding:13px;text-align:center;position:absolute;top:50%;left:30%;transform:translateY(-50%)}
.main-timeline .timeline-icon i{display:block;border-radius:50%;background:#ec496e;font-size:64px;color:#fff;line-height:100px;z-index:1;position:relative}
.main-timeline .timeline-icon:after,.main-timeline .timeline-icon:before{content:"";width:100px;height:4px;background:#ec496e;position:absolute;top:50%;right:-100px;transform:translateY(-50%)}
.main-timeline .timeline-icon:after{width:70px;height:50px;background:#fff;top:89px;right:-30px}
.main-timeline .timeline-content{width:50%;padding:0 50px;margin:52px 0 0;float:right;position:relative}
.main-timeline .timeline-content:before{content:"";width:70%;height:100%;border:3px solid #ec496e;border-top:none;border-right:none;position:absolute;bottom:-13px;left:35px}
.main-timeline .timeline-content:after{content:"";width:37px;height:3px;background:#ec496e;position:absolute;top:13px;left:0}
.main-timeline .title{font-size:20px;font-weight:600;color:#ec496e;text-transform:uppercase;margin:0 0 5px}
.main-timeline .description{display:inline-block;font-size:16px;color:#404040;line-height:20px;letter-spacing:1px;margin:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:auto;right:30%}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-100px}
.main-timeline .timeline:nth-child(even) .timeline-icon:after{right:auto;left:-30px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:left}
.main-timeline .timeline:nth-child(even) .timeline-content:before{left:auto;right:35px;transform:rotateY(180deg)}
.main-timeline .timeline:nth-child(even) .timeline-content:after{left:auto;right:0}
.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-icon i,.main-timeline .timeline:nth-child(2n) .timeline-icon:before,.main-timeline .timeline:nth-child(2n):before{background:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-icon{border-color:#f9850f}
.main-timeline .timeline:nth-child(2n) .title{color:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{border-left-color:#f9850f;border-bottom-color:#f9850f}
.main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-icon i,.main-timeline .timeline:nth-child(3n) .timeline-icon:before,.main-timeline .timeline:nth-child(3n):before{background:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-icon{border-color:#8fb800}
.main-timeline .timeline:nth-child(3n) .title{color:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-content:before{border-left-color:#8fb800;border-bottom-color:#8fb800}
.main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-icon i,.main-timeline .timeline:nth-child(4n) .timeline-icon:before,.main-timeline .timeline:nth-child(4n):before{background:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-icon{border-color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .title{color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-content:before{border-left-color:#2fcea5;border-bottom-color:#2fcea5}
@media only screen and (max-width:1200px){.main-timeline .timeline-icon:before{width:50px;right:-50px}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-50px}
.main-timeline .timeline-content{margin-top:75px}
}
@media only screen and (max-width:990px){.main-timeline .timeline{margin:0 0 10px}
.main-timeline .timeline-icon{left:25%}
.main-timeline .timeline:nth-child(even) .timeline-icon{right:25%}
.main-timeline .timeline-content{margin-top:115px}
}
@media only screen and (max-width:767px){.main-timeline{padding-top:50px}
.main-timeline:before{left:80px;right:0;margin:0}
.main-timeline .timeline{margin-bottom:70px}
.main-timeline .timeline:before{top:0;left:83px;right:0;margin:0}
.main-timeline .timeline-icon{width:60px;height:60px;line-height:40px;padding:5px;top:0;left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:0;right:auto}
.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px}
.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px}
.main-timeline .timeline-icon i{font-size:30px;line-height:45px}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:-15px;padding-left:130px;padding-right:5px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:right}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px}
.main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0)}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px}
}
@media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:110px}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
}
/******************* Timeline Demo - 5 *****************/
.main-timeline5{overflow:hidden;position:relative;margin-bottom: 10px;}
.main-timeline5 .timeline{position:relative;margin-top:-84px}
.main-timeline5 .timeline:first-child{margin-top:0}
.main-timeline5 .timeline-icon,.main-timeline5 .year{margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}
.main-timeline5 .timeline:after,.main-timeline5 .timeline:before{content:"";display:block;width:100%;clear:both}
.main-timeline5 .timeline:before{content:"";width:100%;height:100%;position:absolute;top:0;right:0;z-index:2}
.main-timeline5 .timeline-icon{width:120px;height:120px;border-radius:50%;border:10px solid transparent;border-top-color:/*#f44556 */ #105572;border-right-color:/*#f44556 */ #105572;z-index:1;transform:rotate(45deg)}
.main-timeline5 .year{display:block;width:50px;height:50px;border-radius:50%;background:#fff;box-shadow:0 0 5px rgba(0,0,0,.4);font-size:21px;font-weight:700;color:#105572;text-align:center;transform:rotate(-45deg);padding-top: 8px;}
.main-timeline5 .timeline-content{width:35%;float:right;background:#105572 ;padding:30px 20px;margin:50px 0;z-index:1;position:relative;border-radius: 32px;}
.main-timeline5 .timeline-content:before{content:"";width:28%;height:12px;background:#105572;position:absolute;top:50%;left:-25%;z-index:-1;transform:translateY(-50%)}
.main-timeline5 .title{font-size:20px;font-weight:700;color:#fff;margin:0 0 10px}
.main-timeline5 .description{font-size:16px;color:#fff;line-height:24px;margin:0}
.main-timeline5 .timeline:nth-child(2n):before{}
.main-timeline5 .timeline:nth-child(2n) .timeline-icon{transform:rotate(-135deg);border-top-color:#ef4c23;border-right-color:#ef4c23}
.main-timeline5 .timeline:nth-child(2n) .year{transform:rotate(135deg);color:#ef4c23}
.main-timeline5 .timeline:nth-child(2n) .timeline-content{float:left}
.main-timeline5 .timeline:nth-child(2n) .timeline-content:before{left:auto;right:-25%}
.main-timeline5 .timeline:nth-child(2n) .timeline-content,.main-timeline5 .timeline:nth-child(2n) .timeline-content:before{background:#ef4c23; border-radius: 32px;}
.main-timeline5 .timeline:nth-child(3n) .timeline-icon{border-top-color:/*#13afae*/  #105572;border-right-color:/*#13afae*/ #105572}
.main-timeline5 .timeline:nth-child(3n) .year{color:/*#13afae*/ #105572}
.main-timeline5 .timeline:nth-child(3n) .timeline-content,.main-timeline5 .timeline:nth-child(3n) .timeline-content:before{background:/*#13afae */#105572; border-radius: 32px;}
.main-timeline5 .timeline:nth-child(4n) .timeline-icon{border-top-color:#ef4c23;border-right-color:#ef4c23}
.main-timeline5 .timeline:nth-child(4n) .year{color:#ef4c23}
.main-timeline5 .timeline:nth-child(4n) .timeline-content,.main-timeline5 .timeline:nth-child(4n) .timeline-content:before{background:#ef4c23;border-radius: 32px;}
@media only screen and (max-width:1199px){.main-timeline5 .timeline{margin-top:-65px}
.main-timeline5 .timeline-content:before{left:-18%}
.main-timeline5 .timeline:nth-child(2n) .timeline-content:before{right:-18%}
}
@media only screen and (max-width:990px){.main-timeline5 .timeline{/*margin-top:-127px*/}
.main-timeline5 .timeline-content:before{}
.main-timeline5 .timeline:nth-child(2n) .timeline-content:before{}
}
@media only screen and (max-width:768px)
{.main-timeline5 .timeline .time2{
    margin-top:-109px}
 .timeline{margin-top: -107px;}
}
@media only screen and (max-width:767px){.main-timeline5 .timeline{margin-top:0;overflow:hidden}
.main-timeline5 .timeline:before,.main-timeline5 .timeline:nth-child(2n):before{box-shadow:none}
.main-timeline5 .timeline-icon,.main-timeline5 .timeline:nth-child(2n) .timeline-icon{margin-top:-30px;margin-bottom:20px;position:relative;transform:rotate(135deg)}
.main-timeline5 .timeline:nth-child(2n) .year,.main-timeline5 .year{transform:rotate(-135deg)}
.main-timeline5 .timeline-content,.main-timeline5 .timeline:nth-child(2n) .timeline-content{
    width:100%;float:none;border-radius:0 0 20px 20px;text-align:center;padding:25px 20px;margin:0 auto}
.main-timeline5 .timeline-content:before,.main-timeline5 .timeline:nth-child(2n) .timeline-content:before{width:12px;height:40px;position:absolute;top:-26px;left:50%;z-index:-1;transform:translate(-50%,0); right: 46%}
}
.main-timeline5 .timeline:nth-child(1n) .timeline-content, .main-timeline5 .timeline:nth-child(1n) .timeline-content::before {
    border-radius: 32px;
}
.timeline {
    text-align: center;
}
/** timeline end **/
/** why pk end **/
/** scroll button start **/
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color: #105572 ;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:14px;
    -moz-border-radius:14px;
    border-radius:14px;
    z-index: 10;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color: #ef4c23;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/** scroll button end **/

                                           /** home page end **/

                                        /** contact page start **/

.map-container{
    overflow:hidden;
    position:relative;
    height:0;
}
.map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*map zoom control */

.map-container iframe{
   width: 100%;
   display: block;
   pointer-events: none;
   position: relative;
}
.map-container iframe.clicked{
   pointer-events: auto;
}
.contact_ar_div2{
    text-align: right;
    padding-top: 3%;
}
.contact_ar_div2_eng{
    text-align: left;
    padding-top: 3%;
}
.contact_ar_head1{
    color: #ef4c23;
    font-size: 19px;
    font-family:  'Cairo', sans-serif;
    margin-bottom: 3%;
    padding-left: 20px;
    font-weight: 600;
}
.contact_ar_head2{
    color: #ef4c23;
    font-size: 19px;
    font-family:  'Cairo', sans-serif;
    margin-bottom: 1%;
    margin-top: 3%;
    font-weight: 600;
}
.contact_en_head1{
    color: #ef4c23;
    font-size: 19px;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 3%;
    padding-left: 20px;
    font-weight: 600;
}
.contact_en_head2{
    color: #ef4c23;
    font-size: 19px;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 1%;
    margin-top: 3%;
    font-weight: 600;
}
.fa {

    font-size: 70px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 10%;
}
.fa:hover {
    text-decoration: none;
}
.fa-facebook {
    color: white;
    background-color: #3B5998;
    border: 1px solid #3B5998;
}
.fa-facebook:hover {
    color: #3B5998;
    background-color: white;
    border: 1px solid #3B5998;
}
.fa-twitter {
    color: white;
    background-color: #55ACEE;
    border: 1px solid #55ACEE;
}
.fa-twitter:hover {
    color: #55ACEE;
    background-color: white;
    border: 1px solid #55ACEE;
}
.fa-google:hover {
    color: #dd4b39;
    background-color: white;
    border: 1px solid #dd4b39;
}
.fa-google {
    color: white;
    background-color: #dd4b39;
    border: 1px solid #dd4b39;
}

.fa-linkedin {
    color: white;
    background-color: #007bb5;
    border: 1px solid #007bb5;
}
.fa-linkedin:hover {
    color: #007bb5;
    background-color: white;
    border: 1px solid #007bb5;
}
.contact_ar_div2_icon{
    font-size: 30px;
    color: #105572;
    margin: 2%;
}
.contact_ar_div2_icon:hover{
    text-decoration: none;
    color:#ef4c23;
}
.contact_ar_div2_p1{
    font-family:  'Cairo', sans-serif;
    font-size: 14px;
}
.contact_en_div2_p1{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
}
.contact_ar_div2_icon2{
    color: #ef4c23;
    margin: 2px;
}
/*form start*/
.form_item_class{
    direction: rtl;
    font-size: 16px;
    font-family:  'Cairo', sans-serif;
    border-radius: 5%;
    text-indent: 5px;
    border: 3px solid  white;
}
input[type="text"],
input[type="email"]
{
    direction: rtl;
    font-size: 16px;
    font-family:  'Cairo', sans-serif;
    border-radius: 5%;
    text-indent: 5px;
    border: 3px solid  white;
}
.form_item_class:focus{
    border: 3px solid  #ef4c23;
}
input[type="submit"]
{
    float: left;
    width: 170px;
    border-radius: 20px;
    color: #ef4c23;
    font-family:  'Cairo', sans-serif;
    font-size: 15px;
    border: 2px solid  #ef4c23;
    font-weight: bold;
}
input[type="submit"]:hover{
    background-color:#ef4c23;
    color: white;
}
@media (max-width: 600px) {
    .form_item_class{
        margin-right: 2%;
        margin-left: 2%;
       }
    input[type="text"],
    input[type="email"] {
        margin-right: 2%;
        margin-left: 2%;
       }
    }

div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok ,div.wpcf7-response-output{
    background: #ededed;
    color: #223c61;
    border: none;
	margin-top: 41px;
    text-align: right !important;}
/*form end*/
.notice{
	font-family: 'Cairo', sans-serif;}
.notice span{
	font-size: 15px
}

.modal-body #div2_p1{
	display:inline; 
	padding-right: 60px;
	padding-left: 10px;
	font-size:22px
}
.modal-footer{
	
	font-family: 'Cairo', sans-serif;
	letter-spacing: 0px;
	font-size: 20px;
}

/*************** mobile view  **************/

@media (max-width: 600px) {
.modal-body .style13{
	margin: 19px auto 8px;
}
.modal-body #div2_p1 {
	font-size: 17px;
    margin-bottom: 14px;
	text-align: center;
	padding-right: 0px;
    display: block;
	padding-left: 0px;
}

.notice h5{
margin-right: -25px;
font-size: 17px;
}
.div2_p1_p{
	display: block;
	text-align: center;
}
}
                                        /** contact page end **/
                                        /** About page start **/
.prog{
	margin: 10px auto 20px auto;
    font-family:  'Cairo', sans-serif;
	text-align: right;
	}
	.prog h3{
	font-weight: bold;
	font-size: 28px;
	color: #0e5472;
	padding-bottom: 15px;
	font-family:  'Cairo', sans-serif;
	}
	.prog {padding-top: 30px;
		}
	.prog_l p{
		color: #5b5a5a;
		font-family:  'Cairo', sans-serif;
		padding-top: 10px;
		text-align: justify;
	}
	.prog_l{width: 50%}
	.prog_r{width: 50%}
    .prog_l{
     padding-top:10px}
     @media (max-width: 800px) {
	.prog_l{width: 100%;
	        padding-right: 15px;}
	.prog_r{width: 100%}
	.prog_l p {
		text-align: right;}
		 
  }
                                        /** about page end **/

/** breadcrump start **/
.service_ss_ar_div1_inside a:hover{
    text-decoration: none;
    color: white;
}
 .breadcrum{
     padding: 0px 20px ;
     display: inline-block;
    }
   .breadcrum_img{
       width: 250px;
       float: left;
       height: 176px;
   }

.breadcrumb {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10%;
    margin-top: 1%;
    font-size: 18px;
    font-family:  'Cairo', sans-serif;
    color: white;
    background: transparent;

}
.breadcrumb a {
    color:  white;
    text-decoration: none;
    padding-right: 6px;
    padding-left: 6px;
}

.breadcrumb i{
    padding: 9px
}
.breadcrumb a:hover{
    color: #105572;
    text-decoration: none
}
.breadcrumb1 {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10%;
    margin-top: 1%;
    font-size: 18px;
    font-family:  'Cairo', sans-serif;
    color: white;

}
.breadcrumb1 a {
    color:  white;
    text-decoration: none;
    padding-right: 0px;
    padding-left: 0px;
}

.breadcrumb1 i{
    padding: 9px
}
.breadcrumb1 a:hover{
    color: #105572;
    text-decoration: none
}


.bread_img{
    float: right;
    height: 176px;
    width: 250px;
}

.bread{
    float: left
}
@media (max-width: 670px) {
   .service_ss_div1_head{
        font-weight: bold;
        font-size: 30px;
    }}
.service_ss_ar_div1 {
    background-repeat: no-repeat;
    background-size: cover; 
    padding-top: 1px;
    padding-bottom: 1px;
    background-image: url(images/backsub.jpg);
    display: inline-block;
    text-align: center;
    height: 300px;
     padding-top: 70px;
}
.service_ss_ar_div2{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 2%;
}
.service_ss_div1_head{
    font-family: 'Cairo', sans-serif ;
    text-align: center;
    font-weight: 600;
    font-size: 53px;
    color: white;
}
@media (max-width: 670px) {
   .service_ss_div1_head{
        font-weight: bold;
        font-size: 30px;
           }
    .service_ss_ar_div1 {  
        height: 390px;
        padding-top: 17px;
    }
    .breadcrum_img {
        float: none;}
    .breadcrumb1 {
        font-size: 15px
    }
}

@media (max-width: 600px) {
    .about_ar_div1_p1{
        font-size: 1.5em;
    }
    .about_ar_div1_p2{
        margin-top: 5%;
        font-size: 1.2em;
    }
    .about_ar_div2_head1{
    }
    .breadcrumb1{
        font-size: 12px;
    }
}
 .breadcrum_en{
     padding: 0px 20px ;
     display: inline-block;
    }
   .breadcrum_img{
       width: 250px;
       float: left;
       height: 176px;
   }

.breadcrumb_en {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10%;
    margin-top: 1%;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    color: white;
    background: transparent;

}
.breadcrumb_en a {
    color:  white;
    text-decoration: none;
    padding-right: 6px;
    padding-left: 6px;
}

.breadcrumb_en i{
    padding: 9px
}
.breadcrumb_en a:hover{
    color: #105572;
    text-decoration: none
}
.breadcrumb1_en {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10%;
    margin-top: 1%;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    color: white;

}
.breadcrumb1_en a {
    color:  white;
    text-decoration: none;
    padding-right: 6px;
    padding-left: 6px;
}

.breadcrumb1_en i{
    padding: 9px
}
.breadcrumb1_en a:hover{
    color: #105572;
    text-decoration: none
}

.service_ss_div1_head_en{
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 50px;
    color: white;
}
@media (max-width: 670px) {
   .service_ss_div1_head_en{
        font-weight: bold;
        font-size: 25px;
           }
    .breadcrumb1_en {
        font-size: 15px
    }
	   .breadcrum_img{
       float: none;
   }
}

@media (max-width: 600px) {
    .about_ar_div1_p1{
        font-size: 1.5em;
    }
    .about_ar_div1_p2{
        margin-top: 5%;
        font-size: 1.2em;
    }
    .about_ar_div2_head1{
    }
    .breadcrumb1_en{
        font-size: 12px;
    }
}

/** breadcrump end **/
                                    /** start tracks page **/

/** Timeline Demo - 2 **/
.main-timeline2{padding-top:50px;overflow:hidden;position:relative}
.main-timeline2:before{content:"";width:9px;height:100%;background:#084772;margin:0 auto;position:absolute;top:0px;left:0;right:0}
.main-timeline2 .timeline{width:50%;float:left;padding:20px 60px;border-top:10px solid #084772;border-right:7px solid #084772;border-radius:0 30px 0 0;position:relative;right:-3.5px}
.main-timeline2 .icon{display:block;width:50px;height:50px;line-height:50px;border-radius:50%;background:#ef4c23;border:1px solid #fff;text-align:center;font-size:25px;color:#fff;box-shadow:0 0 0 2px #ef4c23;position:absolute;top:-30px;left:-2px}
.main-timeline2 .timeline-content{display:block;padding:30px 10px 1px;border-radius:20px;background:#ef4c23;color:#fff;position:relative}
.main-timeline2 .timeline-content:hover{text-decoration:none;color:#fff}
.main-timeline2 .timeline-content:after,.main-timeline2 .timeline-content:before{content:"";display:block;width:10px;height:50px;border-radius:10px;background:#105572;;position:absolute;top:-35px;left:50px}
.main-timeline2 .timeline-content:after{left:auto;right:50px}
.main-timeline2 .title{font-size:24px;margin:0}
.main-timeline2 .description{font-size:17px;margin: 0 0 27px;font-family: 'Cairo', sans-serif;font-weight: bold;padding: 5px 0px; display: none}
.main-timeline2  p{font-size: 17px;font-family: 'Cairo', sans-serif;padding-top: 1px;}
.main-timeline2 .description_en{font-size:17px;margin: 0 0 27px;font-family: 'Nunito Sans', sans-serif;font-weight: bold;padding: 5px 0px;}
.main-timeline2 .timeline:nth-child(2n){border-right:none;border-left:7px solid #084772;border-radius:30px 0 0;right:auto;left:-3.5px}
.main-timeline2 .timeline:nth-child(2n) .icon{left:auto;right:-2px;box-shadow:0 0 0 2px #105572}
.main-timeline2 .timeline:nth-child(2){margin-top:95px}
.main-timeline2 .timeline:nth-child(odd){margin:-78px 0 30px}
 .main-timeline2 .timeline:nth-child(even){margin-bottom:152px ;}
.main-timeline2 .timeline:first-child,.main-timeline2 .timeline:last-child:nth-child(even){margin:0 0 30px}
.main-timeline2 .timeline:nth-child(2n) .icon,.main-timeline2 .timeline:nth-child(2n) .timeline-content,.main-timeline2 .timeline:nth-child(2n) .timeline-content:after,.main-timeline2 .timeline:nth-child(2n) .timeline-content:before{background:#105572}
.main-timeline2 .timeline:nth-child(3n) .icon,.main-timeline2 .timeline:nth-child(3n) .timeline-content,.main-timeline2 .timeline:nth-child(3n) .timeline-content:after,.main-timeline2 .timeline:nth-child(3n) .timeline-content:before{background:#ef4c23}
.main-timeline2 .timeline:nth-child(3n) .icon{box-shadow:0 0 0 2px #e97e2e}
.main-timeline2 .timeline:nth-child(4n) .icon,.main-timeline2 .timeline:nth-child(4n) .timeline-content,.main-timeline2 .timeline:nth-child(4n) .timeline-content:after,.main-timeline2 .timeline:nth-child(4n) .timeline-content:before{background:#105572}
.main-timeline2 .timeline:nth-child(4n) .icon{box-shadow:0 0 0 2px #105572}
@media only screen and (max-width:767px){.main-timeline2:before{left:0;right:auto}
.main-timeline2 .timeline,.main-timeline2 .timeline:nth-child(even),.main-timeline2 .timeline:nth-child(odd){width:100%;float:none;padding:20px 40px;margin:0 0 30px;border-right:none;border-left:7px solid #084772;border-radius:30px 0 0;right:auto;left:-1px}
.main-timeline2 .icon{left:auto;right:-2px}
}
@media only screen and (max-width:480px){.main-timeline2 .title{font-size:18px}
}
.main-timeline2 .timeline:nth-child(5n) .icon, .main-timeline2 .timeline:nth-child(5n) .timeline-content, .main-timeline2 .timeline:nth-child(5n) .timeline-content::after, .main-timeline2 .timeline:nth-child(5n) .timeline-content::before {
    background: #105572;
}
.main-timeline2 .timeline:nth-child(5n) .icon { 
    box-shadow: 0 0 0 2px #105572;}
.timm{
    margin: 60px auto 30px;
    width:90%
}
                                    /** start services page **/

.service-box{
    position: relative;
    overflow: hidden;
    margin-bottom:26px;
    perspective:1000px;
    -webkit-perspective:1000px;
    height: 220px;
    font-family: 'Cairo', sans-serif;
}
.service-box_en{
    position: relative;
    overflow: hidden;
    margin-bottom:26px;
    perspective:1000px;
    -webkit-perspective:1000px;
    height: 220px;
    font-family: 'Nunito Sans', sans-serif;
}
.service-icon{
    width: 100%;
    height: 300px;
    padding:60px 20px;
    text-align: center;
    transition: all .5s ease;
}

.service-content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: /*220px*/  300px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #474747;
    backface-visibility:hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}
.service-box .service-icon .front-content{
    position: relative;
    top:44px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.service-box .service-icon .front-content h3 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    padding-top: 21px;
}
.service-box_en .service-icon .front-content h3 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
   /* text-transform: uppercase; */
    font-family: 'Cairo', sans-serif ;
    font-weight: bold;
    padding-top: 38px;
}
.service-box .service-content h3 {
    font-size: 20px;
    color: #eb5d39;
    margin-bottom:10px;
    text-transform: uppercase;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
}
.service-box .service-content p {
    font-size: 15px;
    color: #e0e0e0;
    margin:0;
    font-family: 'Cairo', sans-serif;
    padding: 10px 3px;
}
.service-box_en .service-content h3 {
    font-size: 20px;
    color: #eb5d39;
    margin-bottom:10px;
  /*  text-transform: uppercase;  */
    font-family: 'Cairo', sans-serif ;
    font-weight: bold;
}
.service-box_en .service-content p {
    font-size: 15px;
    color: #e0e0e0;
    margin:0;
    font-family: 'Nunito Sans', sans-serif;
    padding: 10px 3px;
}
.yellow{background-color:#105572;background-color: #9c9999;}
.orange{background-color: #9c9999;}
.red{background-color: #eb5d39;background-color: #9c9999;}
.grey{background-color: #f44556;background-color: #9c9999;}
.service-box:hover .service-icon ,.service-box_en:hover .service-icon{
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}
.service-box:hover .service-content ,.service-box_en:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
                            /** end services page **/
/** footer start **/

.page-footer {
    font-family:  'Cairo', sans-serif;
    padding-top: 30px;
    text-align: right;
    margin: 0px auto; }
.page-footer i{padding-left: 6px}

.page-footer_eng{
    text-align: left; 
    margin: 0px auto;
    padding-top: 30px;}
.page-footer_eng i{padding-right: 6px}

.text-uppercase{
    padding-bottom: 15px;
    padding-top: 10px;
    color: #ef4c23;}
.page-footer p{
    font-size: 13px}
.copy p{
    font-size: 10px;
    padding: 10px;
    text-align: center}
.pkp{
    padding: 0px 5px 0px 100px;}
.pkpp{padding-left:125px}
.pkp_eng{
    padding: 0px
    }
.serv{
    font-weight: bold;
    font-size: 20px;
    padding: 10px;}
.main_div_footer{
    background-color: rgba(30, 30, 30, 0.97);
    color: #DDDDDD;
}

.div_footer{

    margin-bottom: 3%;
    text-align: center;
}
.footer_ar_p1{
    color: black;
    text-align: center;
    height: auto;
    width: auto;
    font-family:  'Cairo', sans-serif;
}
.footer_ar_rigth{
    float: left;
    margin: 3%;
}
.item{
    color: black;
}
.footer_text{
    font-size: 20px;
}
.item_left{
    text-align: right;
    color: white;
    font-family:  'Cairo', sans-serif;
    font-size: 17px;
}

a.footer_link{
    color:  #ef4c23;
}

a.footer_link:hover{
    color: #0073aa;
    text-decoration: none;
}
@media only screen and (max-width: 770px) {
	.pkpp{padding-left: 0px}
	.pkpp_en{padding-left: 0px}
}
/** footer end **/
/** new menu start **/
.menu-item i._mi, .menu-item img._mi {
    display: block;
    padding-bottom: 3px;
}

@media only screen and (max-width: 770px) {

.menu-item i._mi, .menu-item img._mi {
    display: inline-block;
    padding-bottom: 3px;
}
    #menu-item-709{
    padding-right: 7px
}
    .menu-mobile-close{
     right: 80%}
}
.menu-main li {
    float: right;
    padding-right: 10px;
    padding-left: 10px;
}

.menu-item i._mi, .menu-item img._mi {
    display: block;
    padding-bottom: 3px;
}

@media only screen and (max-width: 770px) {

.menu-item i._mi, .menu-item img._mi {
    display: inline-block;
    padding-bottom: 3px;
    font-size: 1.3em;
	padding-left: 5px;

}
.menu-main .menu-item a img {
    display: inline-block;
}
 .menu-mobile li ul li a {
   font-size: 13px;
}
.menu-item .menu-link {
    padding-right: 10px;
    font-size: 16px;
}
 .menu-main .menu-item a:hover{
   transform: scale(1.1,1.1);
    color: #ef4c23;
}
.menu-main .menu-item a:hover i{
    transform: rotate(180deg)
}
.menu-main .menu-item a:hover .fa{
    transform: rotate(180deg)
}
.menu-item menu-item-type-custom menu-item-object-custom:hover{  
    color: #ef4c23;
}  
.menu-title .dashicons-admin-generic{padding-right: 5px;}	
}
.menu-mobile li ul li a {
   font-size: 16px;
}

.menu-mobile li {
    position: relative;
    display: block;
    margin: 0;
    list-style: none;
    float: right;
    transition: none;
    width: 100%;
    
}
 .menu-mobile li a {  
     color: #212529;
}
 .menu-mobile li a:hover {  

     color: #ef4c23;}

a:not([href]):not([tabindex]){
     color: #212529;
    }    

.menu-main li {
    float: right;
   /* padding-left: 15px; */
    font-family: 'Cairo', sans-serif;

}

#header {
    direction: ltr;
    font-family:  'Cairo', sans-serif;
}
.menu-item .menu-link{
    text-align: right;
    font-family: 'Cairo', sans-serif;
}
.menu-mobile .has-children > a {

    padding-right: 0px;

}
.menu-main li a{
    font-family:  'Cairo', sans-serif;
    }

.menu-main .menu-item a:hover{
   transform: scale(1.1,1.1);
    color: #ef4c23;
}
.menu-main .menu-item a:hover .fas{
    transform: rotate(180deg)
}
.menu-main .menu-item a:hover .fa{
    transform: rotate(180deg)
}  

.menu-main .menu-item a img {
    border: none;
    display: block;
    margin: 0px auto 8px auto;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 8px;
        margin-left: auto;
        width: 40%;}
.menu-main ul, .menu-main li, .menu-main a {
    transition: none;
}
.menu-main .menu-item a{
    text-align: center;
}  
.menu-mobile-active .menu-mobile{
    padding-right: 0px
}
.menu-mobile-close::before, .menu-mobile-close::after{
    top: 20%;
    float: left;}
.menu-mobile a{
    transition: none;
}
.menu-mobile li ul li a{
    width: 100%;}
.menu-mobile li a {
    float: right;}
.menu-mobile li ul{
    padding: 0px 20px
}
.outer {
    position: relative;
    overflow: visible;}
.fa-comments ,.fa-language ,.fa-star ,.fa-users ,.dashicons-admin-home ,.dashicons-admin-generic{
	padding-bottom: 0px !important;
	margin-left: auto !important;
}
.menu-main .menu-item-has-children > a {
	padding-right: 10px  !important;
  }
.dashicons-admin-generic{
	  padding-bottom: 4px!important;
}
.menu-main li ul li a {
	text-align: right !important;}
.menu-mobile li ul {
    display: block;
	margin: 0 8px 0 0px;}
/** new menu end **/