body {
    font-family: Arial;
}

/* banner */


.recaptchaPadding{
    padding-bottom: 18px;}


.banner {
    background: linear-gradient( rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.7)), url(/web/20231224153807im_/http://www.aac-jordan.com/images/img/banner.jpg); /* adel this was commented*/
    padding-top: 20px !important;
    /*    padding-bottom: 196px;*/
    padding-bottom: 80px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

.banner-search {
    position: relative;
}

.banner-search span {
    position: absolute;
    right: 2px;
    bottom: 9px;
}

.banner-search input {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #0C3D51;
    color: #0C3D51;
    margin-top: 10px;
    -webkit-box-shadow: none;
    border-radius: 0px;
}

.banner-search input:focus {
    -webkit-box-shadow: none;
    border-radius: 0px;
    border-color: #0C3D51;
}

.banner-search input::placeholder {
    color: #0C3D51;
}

.banner-search input:-ms-input-placeholder {
    color: #0C3D51;
}

.banner-title {
    margin-top: 210px;
}

.banner-title h2 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;

}
.banner-search button{
    background-color: transparent;
    box-shadow: none;
    border: 0;
}
.banner-text p {
    font-size: 15px;
    color: #ffffff;
    text-align: center;

}

.banner .more-button {
    margin-top: 3px;
}

.banner .more-button a {
    width: 100%;
    background-color: #99C64C;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;

}

.banner .more-button a:hover {
    background-color: transparent;
    border: 1px solid #99C64C; !important /*adel*/
    color: #99C64C; !important
}

.banner .more-button a:focus {
    color: #fff;
}

/* **************************** */

/* Header */

.index-header {
    background-color: #0C3D51;
    border: 0px;
}

.index-header .index-nav {
    border: 0px;
    background-color: #0C3D51;
}


.index-header .navbar-collapse a {
    font-size: 17px;
    color: #fff;
    padding-bottom: 31px !important;
    border-bottom: 4px solid transparent;
    font-weight:bold;
}



.index-header .navbar-fixed-top .icon-search {
    right: 15px;
    top: 40px;

}

.icon-search .search-button {
    border: 0px;
    outline: none;
    background-color: transparent;
}

.index-header .navbar-fixed-top .navbar-collapse a {
    font-size: 16px; /*adel was 18*/
    color: #fff;
    padding-bottom: 31px !important;
    border-bottom: 4px solid transparent;
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.index-header .navbar-brand {
    margin-top: 12px;
}

.index-header .row {
    position: relative;
}

.index-header .navbar-collapse a:hover,
.index-header .navbar-collapse a:focus {
    color: #99C64C;
    border-bottom: 4px solid #99C64C;
    background-color: transparent !important;
}

.index-header .navbar-collapse li {
    margin-top: 23px;
    padding-left: 3px;
    padding-right: 3px;
}
.inner-logo-image{
    width: 240px;
    margin-top: -15px !important;
}
/* **************************** */

/* About us */

.top-fix {
    padding-top: 162px !important;
}

.about-us {
    padding-top: 45px;
    padding-bottom: 68px;
}

.about-us-logo {
    padding-top: 45px;
}

.about-us-logo img {
    margin: auto;
    max-width: 80%; /*adel added */
}

.about-us-title h2 {
    font-size: 30px;
    color: #99C64C;
    margin-bottom: 0px;
    padding-left: 26px;
}

.about-us-text {
    padding-top: 35px;
}

.about-us-text p {
    font-size: 15px;
    color: #0C3D51;
    text-align: justify;
}

.about-us .more-button {
    margin-top: 30px;
}

.about-us .more-button a {
    width: 170px;
    background-color: #99C64C;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;

}

.about-us .more-button a:hover,
.about-us .more-button a:focus {
    background-color: transparent;
    border: 1px solid #99C64C;
    color: #99C64C;
}

/* **************************** */

/* our services */

.our-services {
    background-image: url(/web/20231224153807im_/http://www.aac-jordan.com/images/img/our-services-background.jpg);
    background-repeat: no-repeat;
    /*    padding-top: 100px;*/
    background-image: none !important;
}

.our-services-content {
    background-color: #fff;
    padding-top: 65px;
    /*    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);*/
    box-shadow: 6px 3px 7px 6px rgba(0, 0, 0, 0.15);
    padding-bottom: 58px;
}

.our-services-title h2 {
    text-align: center;
    font-size: 30px;
    color: #99C64C;
    margin-bottom: 0px;
    padding-left: 26px;
}

.our-services-title img {
    margin: auto;
}

.our-services-content .more-button {
    margin-top: 18px;
}

.our-services-content .more-button a {
    width: 100%;
    background-color: #99C64C;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;

}

.our-services-content .more-button a:hover,
.our-services-content .more-button a:focus {
    background-color: transparent;
    border: 1px solid #99C64C;
    color: #99C64C;
}

.our-services-icons {
    padding-top: 46px;
}

.services-info img {
    margin: auto;
}

.services-info p {
    text-align: center;
    color: #222222;
    font-size: 15px;
    padding-top: 14px;
}

.our-services-icons .second-row {
    margin-top: 54px;
}

/* ************************* */

/* clients */

.clients {
    padding-top: 70px;
}

.clients-title h2 {
    text-align: center;
    font-size: 30px;
    color: #99C64C;
    margin-bottom: 0px;
    padding-left: 26px;
    margin-top: 0px;
}

.clients-title img {
    margin: auto;
}

.clients-caresol {
    margin-top: 40px;
    margin-bottom: 30px;
}

.clients-caresol {}

.carousel {
    background: #fff;
}

.clients-caresol .carousel-cell {
    width: 20%;
    height: auto;
    border-radius: 5px;
    padding-left: 8px;
    padding-top: 10px;
}

.clients-caresol .caresol-img img {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    width: 170px;
}

.caresol-text p {
    margin-top: 10px;
    font-size: 15px;
    color: #222222;
}

.clients-caresol .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.clients-caresol .flickity-prev-next-button:hover {
    background-color: transparent;
}

.clients-caresol .flickity-prev-next-button .arrow {
    fill: #99C64C;
}

.clients .more-button a {
    width: 100%;
    background-color: #99C64C;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;

}

.clients .more-button a:hover,
.clients .more-button a:focus {
    background-color: transparent;
    border: 1px solid #99C64C;
    color: #99C64C;
}

/* ***************************** */

/* recent projects */

.recent-projects {
    padding-top: 65px;
    padding-bottom: 70px;
}

.recent-projects-title {
    margin-bottom: 25px;
}

.recent-projects-title h2 {
    text-align: center;
    font-size: 30px;
    color: #99C64C;
    margin-bottom: 0px;
    padding-left: 26px;
    margin-top: 0px;
}

.recent-projects-title img {
    margin: auto;
}

.recent-project-card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
    padding-left: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.recent-project-card h2 {
    font-size: 18px;
    color: #0C3D51;
    margin-top: 30px;
}

.recent-project-card p {
    font-size: 15px;
    color: #222222;
}

.recent-project-card a {
    color: #99C64C  ;
}

.recent-project-card-image {
    max-height: 215px;
    overflow: hidden;
}

.recent-projects .more-button {
    margin-top: 15px;
}

.recent-projects .more-button a {
    width: 100%;
    background-color: #99C64C;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;

}

.recent-projects .more-button a:hover,
.recent-projects .more-button a:focus {
    background-color: transparent;
    border: 1px solid #99C64C;
    color: #99C64C;
}

/* *********************** */

/* testimonials */

.testimonials {
    background-color: #f3f3f3;
    padding-top: 65px;
    padding-bottom: 70px;
}

.testimonials-title h2 {
    text-align: center;
    font-size: 30px;
    color: #99C64C;
    margin-bottom: 0px;
    padding-left: 26px;
    margin-top: 0px;
}

.testimonials-title img {
    margin: auto;
}

.testimonials .carousel {
    background: #f3f3f3;
    margin-top: 44px;
}

.testimonials-caresol .carousel-cell {
    width: 50%;
    height: auto;
    border-radius: 5px;
    padding-left: 15px;
}

.testimonials-caresol .upper-row {
    background-color: #99C64C;
}

.testimonials-caresol .upper-row .col-md-9 {
    padding-left: 0px !important;
}

.testimonials-caresol .upper-row .col-md-3 {
    padding-right: 0px !important;
    margin-right: -11px !important;
}

.testimonials-caresol .profile-name h2 {

    font-size: 18px;
    color: #f3f3f3;
    margin-top: 26px;
    margin-bottom: 0px;
}

.testimonials-caresol .bottom-row {
    background-color: #fff;
}

.text-caresol {
    position: relative;
}

.testimonials-caresol .bottom-row p {
    margin-left: 70px;
    margin-right: 70px;
    text-align: justify;
}

.testimonials-caresol .bottom-row .upper-quot {
    position: absolute;
    top: 15px;
    left: 17px;
}

.testimonials-caresol .bottom-row .bottom-quot {
    position: absolute;
    bottom: 0px;
    right: 17px;
}

.testimonials-caresol .text-caresol {
    padding-top: 30px;
    min-height: 140px;
}

.testimonials-caresol .text-caresol p {
    font-size: 15px;
    color: #222222;
    margin-bottom: 20px;
    max-width: 400px;
    overflow: hidden;
}

.testimonials-caresol .up-quotation {
    margin-top: 13px;
}

.testimonials-caresol .up-quotation img {

    margin: auto;
}

.testimonials-caresol .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonials-caresol .flickity-prev-next-button:hover {
    background-color: transparent;
}

.testimonials-caresol .flickity-prev-next-button .arrow {
    fill: #99C64C;
}

.flickity-prev-next-button.previous {
    left: -108px !important;
}

.flickity-prev-next-button.next {
    right: -108px !important;
}

/* ************************* */

/* news */

.news {
    background-color: #fff;
    padding-top: 65px;
    padding-bottom: 70px;
}

.news-title h2 {
    text-align: center;
    font-size: 30px;
    color: #99C64C;
    margin-bottom: 0px;
    padding-left: 26px;
    margin-top: 0px;
}

.news-title img {
    margin: auto;
}

.news-content {
    margin-top: 42px;
}

.index-news-card {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

.index-news-card-img {
    max-height: 170px;
    overflow: hidden;
}

.index-news-card-text {
    padding-left: 24px;
    padding-right: 13px;
    padding-bottom: 14px;
}

.index-news-card-text h2 {
    font-size: 18px;
    color: #0C3D51;
    margin-bottom: 15px;
}

.index-news-card-text p {
    font-size: 15px;
    color: #222222;
}

.index-news-card-text a {
    padding-left: 9px;
    color: #99C64C;
}

.news .more-button a {
    width: 170px;
    background-color: #99C64C;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;

}

.news .more-button {
    margin-top: 30px;
}

.news .more-button a:hover,
.news .more-button a:focus {
    background-color: transparent;
    border: 1px solid #99C64C;
    color: #99C64C;
}


/* ***************************** */

/* articles */

.articles {
    background-color: #f3f3f3;
    padding-top: 65px;
    padding-bottom: 70px;
}

.articles-title {
    margin-bottom: 20px;
}

.articles-title h2 {
    text-align: center;
    font-size: 30px;
    color: #99C64C;
    margin-bottom: 0px;
    padding-left: 26px;
    margin-top: 0px;
}

.articles-title img {
    margin: auto;
}

.article-card {
    margin-top: 15px;
    margin-bottom: 15px;

}

.artile-card-image {
    max-height: 225px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
    overflow: hidden;
}

.artile-card-text h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 22px;
    color: #0C3D51;
}

.artile-card-text p {
    font-size: 15px;
    color: #222222;
    text-align: justify;
}

.artile-card-text a {
    font-size: 14px;
    color: #99C64C;
}

.articles .more-button {
    margin-top: 15px;
}

.articles .more-button a {
    width: 100%;
    background-color: #99C64C;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;

}

.articles .more-button a:hover,
.articles .more-button a:focus {

    background-color: transparent;
    border: 1px solid #99C64C;
    color: #99C64C;
}

/* ******************************** */

/* Gallery */

.gallery {
    padding-top: 65px;
    padding-bottom: 70px;
}

.gallery-title h2 {
    text-align: center;
    font-size: 30px;
    color: #99C64C;
    margin-bottom: 0px;
    padding-left: 26px;
    margin-top: 0px;
}

.gallery-title img {
    margin: auto;
}

.gallery .grid {
    margin-top: 40px;
    margin-bottom: 30px;
}

.gallery .more-button a {
    width: 100%;
    background-color: #99C64C;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;
}

.gallery .more-button a:hover,
.gallery .more-button a:focus {
    background-color: transparent;
    border: 1px solid #99C64C;
    color: #99C64C;
}

/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
    float: left;
    width: auto;
    height: auto;
}

/* ********************************** */

/* team */

.team {
    padding-top: 10px;
    padding-bottom: 70px;
    /*background-image: url(/web/20231224153807im_/http://www.aac-jordan.com/images/img/team.jpg);*/
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    /*    background-position-y: 100px;*/
    margin-top: 100px;
}
.team:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .3;
    /*    background-color: #fff;*/
}
.team-title {
    margin-bottom: 20px;
}

.team-title h2 {
    text-align: center;
    font-size: 30px;
    color: #99C64C;
    margin-bottom: 0px;
    padding-left: 26px;
    margin-top: 0px;
}

.team-title img {
    margin: auto;
}

.team-text p {
    font-size: 15px;
    color: #0C3D51;
    margin-bottom: 15px;
}

.team .more-button {
    margin-top: 15px;
}

.team .more-button a {
    width: 100%;
    background-color: #99C64C;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;

}

.team .more-button a:hover,
.team .more-button a:focus{   
    font-size: 15px;
    background-color: transparent;
    border: 1px solid #99C64C;
    color:  #99C64C;
    font-size: 18px;
}



.header-a-logo{

    padding-top: 0;
    padding-bottom: 0;
}
/* **************************** */

/* careers */

.careers {
    padding-top: 65px;
    padding-bottom: 72px;
}

.careers-title {
    margin-bottom: 20px;
}

.careers-title h2 {
    text-align: center;
    font-size: 30px;
    color: #99C64C;
    margin-bottom: 0px;
    padding-left: 26px;
    margin-top: 0px;
}

.careers-title img {
    margin: auto;
}

/*.careers-content {
    background-image: url(/web/20231224153807im_/http://www.aac-jordan.com/images/img/Careers.jpg);
    background-repeat: no-repeat;
}*/

.careers-content h2 {
    font-size: 22px;
    color: #0C3D51;
    margin-top: 0px;
    margin-bottom: 0px;
}

.careers-content p {
    color: #0C3D51;
    font-size: 15px;
    margin-bottom: 15px;
}

.careers-content .get-started-button {
    margin-bottom: 35px;
    margin-top: 10px;
}

.careers-content .get-started-button a {
    width: 100%;
    background-color: #99C64C;
    font-size: 18px;
    border-radius: 2px;
    color: #fff;
}

.careers-content .get-started-button a:hover {
    width: 100%;
    background-color: #fff;
    border: 1px solid #99C64C;
    font-size: 18px;
    border-radius: 2px;
    color: #99C64C;
}

.careers-banner {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

/* ******************************** */

/* contact us */

.contact-us {
    background-color: #f3f3f3;
}

.contact-us-content {
    padding-top: 65px;
    padding-bottom: 47px;

}

.contact-us-title {
    padding-bottom: 40px;
}

.contact-us-title h2 {
    font-size: 30px;
    color: #99C64C;
    margin-bottom: 0px;
    padding-left: 26px;
    margin-top: 0px;
}

.contact-us-form input {
    border-radius: 2px;
    border: 1px solid #c2c2c2;
    padding-left: 16px;
    margin-bottom: 20px;
    resize: none;
    height: 32px;
    color: #0C3D51;
}

.contact-us-form textarea {
    border-radius: 2px;
    border: 1px solid #c2c2c2;
    padding-left: 16px;
    margin-bottom: 20px;
    resize: none;
    color: #0C3D51;
}

.contact-us-form input::placeholder,
.contact-us-form textarea::placeholder,
.contact-us-form input:-ms-input-placeholder,
.contact-us-form textarea:-ms-input-placeholder {
    color: #c2c2c2;
}

.contact-us-form .send-button {
    background-color: #99C64C;
    font-size: 15px;
    color: #fff;
}
.header-ar-en{
    font-size: 17px !important;
    font-weight: bold;
}
.acc-map {
    width: 100%;
    height: 500px;
}

/* ****************************** */

/* footer */

.footer {
    padding-top: 60px;
    padding-bottom: 70px;
    background-color: #0C3D51;
}

.footer-links {
    padding-bottom: 15px;
    border-right: 1px solid #fff;
}

.footer-links ul {
    list-style: none;
    padding-left: 0px;
}

.footer-links li {
    margin-bottom: 3px;
}

.footer-links a {
    font-size: 15px;
    color: #fff;
}

.footer h2 {
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
}

.footer-contact-us {
    padding-bottom: 67px;
    border-right: 1px solid #fff;
}

.footer-contact-us select {
    margin-bottom: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #0C3D51;
    font-size: 15px;
    border-radius: 2px;
}

.footer-contact-us .dataMobile span {
    color: #fff;
}

.footer-contact-us select::-ms-expand {
    display: none;
}

.footer-contact-us select > option {
    color: #0C3D51;
    font-size: 15px;
}

.footer-contact-us p {
    font-size: 15px;
    color: #fff;

}

.select-list {
    position: relative;
    padding-right: 44px;
}

.select-list img {
    position: absolute;
    top: 13px;
    right: 50px;
}

.more-details p {
    font-size: 15px;
    color: #fff;
    float: left;
    padding-right: 5px;
}

.more-details p:hover {
    text-decoration: underline;
}

.more-details img {
    padding-top: 6px;
}

.newsletter p {
    font-size: 15px;
    color: #fff;

}

.newsletter {
    padding-bottom: 100px;
    border-right: 1px solid #fff;
}

.newsletter input {
    width: 224px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    height: 30px;
    font-size: 15px;

}

.newsletter-input {
    position: relative;
}

.newsletter input::placeholder,
.newsletter input:-ms-input-placeholder {
    color: #0C3D51;
    font-size: 15px;
}

.newsletter span {
    position: absolute;
    top: 8px;
    left: 204px;

}

.follow-us ul {
    list-style: none;
    padding-left: 0px;
}

.follow-us li {
    margin-bottom: 10px;
}

.follow-us a {
    font-size: 15px;
    color: #fff;
}

.follow-us span {
    float: left;
    padding-right: 10px;

}

.breadcrumb {
    background-color: transparent;
    padding-left: 0px;
    margin-bottom: 0px;
}

.breadcrumb > li + li:before {
    content: url(/web/20231224153807im_/http://www.aac-jordan.com/images/img/breadcrumb-arrow.png)!important;
    margin-left: 5px;
    margin-right: 6px;
    padding: 0 5px;
}

.breadcrumb a {
    font-size: 18px;
    color: #0C3D51;
}

.breadcrumb li {
    font-size: 18px;
    color: #99C64C !important;
}

.breadcrumb li> h1 {
    font-size: 18px;
    margin: 0;
    display: inherit;
}

.last-footer {
    background-color: #000;
    padding-top: 22px;
    padding-bottom: 22px;
}

.copyrights p {
    font-size: 15px;
    color: #fff;
}


.created-by p {
    font-size: 15px;
    color: #fff;
    float: right;
}

.created-by a {
    font-size: 15px;
    color: #fff;
}

/* ************************** */

/* other pages header */

.all-header {
    background-color: #fff;
    position: relative;
}

.all-header .navbar {
    border: 0px;
    background-color: #fff;
    /*    border-bottom: 1px solid #c2c2c2;*/
}

.all-header .navbar-collapse a {
    font-size: 15px;
    color: #0C3D51 !important;
    padding-bottom: 12px !important;
    border-bottom: 4px solid transparent;
}

.all-header .navbar-collapse a:hover,
.all-header .navbar-collapse a:focus {
    font-size: 15px;
    color: #99C64C !important;
    border-bottom: 4px solid #99C64C;
    background-color: transparent !important;
}

.all-header .navbar-collapse li {
    margin-top: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

.all-header .navbar-brand > img {
    margin-top: -8px;
}

.all-header .row {
    position: relative;
}

.icon-search {
    position: absolute;
    right: 15px;
    top: 22px;
}

.search-box {
    border: 1px solid #e1e1e1;
}

.search-box {
    position: absolute;
    right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: -15px;
    padding-left: -15px;
    background-color: #fff;
}

.search-box input {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    height: 30px;
    font-size: 15px;
}

.search-box input::placeholder,
.search-box input:-ms-input-placeholder {
    color: #0C3D51;
    font-size: 15px;
}

.search-box .search-button {
    background-color: #0C3D51;
    color: #fff;
    font-size: 15px;
    padding: 3px 12px;
}

/* ************************** */

/* News Page  */

.page-banner {
    background-image: url(/web/20231224153807im_/http://www.aac-jordan.com/images/img/all-pages-banner.jpg);
    padding-top: 54px;
    padding-bottom: 54px;
    margin-top: 60px;
    /*        background-position-y: 50%;*/
}

.page-banner h2 {
    margin: 0px;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
}

.news-section-content {
    margin-top: 35px;
}

.news-section {
    padding-bottom: 70px;
    padding-top: 17px;
}

.news-info-img {
    max-height: 338px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-info-title h2 {
    margin-top: 0px;
    font-size: 22px;
    color: #99C64C;
    margin-bottom: 0px;
}

.news-info-date p {
    float: right;
    font-size: 22px;
    color: #0C3D51;
    margin-bottom: 0px;
}

.news-info-text {
    margin-top: 5px;
}

.news-info-text p {
    font-size: 15px;
    color: #222222;
    margin-bottom: 18px;
    text-align: justify;
}

.related-news h2 {
    color: #0C3D51;
    margin-top: 0px;
    margin-bottom: 37px;
    font-size: 18px;
}

.related-news-card {
    margin-bottom: 30px;
}

.related-news-card-img {
    max-height: 150px;
    overflow: hidden;
}

.related-news-card-text h2 {
    font-size: 18px;
    color: #99C64C;
    margin-top: 3px;
    margin-bottom: 0px;
}

.related-news-card-text p {
    margin-top: 11px;
    margin-bottom: 6px;
    font-size: 15px;
    color: #222222;
}

.related-news-card-text span {
    font-size: 18px;
    color: #0C3D51;
}

/* ****************************** */

/* Employee profile */

.employee-profile {
    padding-top: 17px;
    padding-bottom: 70px;
}

.employee-profile-section-content {
    margin-top: 35px;
}

.employee-name h2 {
    font-size: 18px;
    color: #0C3D51;
    margin-top: 0px;
    margin-bottom: 0;
}

.employee-contact h2 {
    font-size: 16px;
    color: #0C3D51;
    margin: 5px 0;
}

.employee-desc {
    font-size: 14px;
    color: #0C3D51;
    padding-top: 20px;
}
.emp-linkedin-img{
    margin-top: -10px;
}
.emp-phone-email{
    margin-top: 25px;
}
/* ****************************** */

/* Contact Us Page*/

.contact-us-page {
    padding-top: 17px;
    padding-bottom: 32px;
}

.contact-us-img {
    max-height: 270px;
    overflow: hidden;
}

.contact-us-page-form {
    margin-top: 35px;
    margin-bottom: 30px;
}

.office-name h2 {
    color: #0C3D51;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.info-title {
    font-size: 18px;
    color: #99C64C;
    margin-top: 9px;
    margin-bottom: 9px;
}

.info-data {
    font-size: 18px;
    color: #0C3D51;
    margin-top: 9px;
    margin-bottom: 9px;
}

.contact-us-map {
    height: 255px;
    width: 100%;
}

.office-info-card {
    margin-bottom: 40px;
}

/* *********************** */

/* clients page */

.our-clients-page {
    padding-top: 17px;
}

.our-clients-page .bread-crumb {
    margin-bottom: 35px;
}

.country-client {
    width: 20%;
    float: left;
}


.country-client {
    margin-bottom: 30px;
}

.service-clients-country {
    margin-bottom: 44px
}

.service-clients {
    margin-bottom: 30px;
}

.service-clients-title h2 {
    margin: 0px;
    width: 100%;
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding-top: 9px;
    padding-bottom: 7px;
    background-color: #99C64C;
    margin-bottom: 43px;
}

.country-name h2 {
    font-size: 22px;
    color: #0C3D51;
    float: left;
    padding-right: 19px;
    margin-top: 10px;
}

.country-name img {
    padding-top: 10px;
}

/* *********************** */

/* services */

.services-page {
    padding-top: 17px;
    padding-bottom: 50px;
}

.services-cards-section {
    margin-top: 15px;
}

.services-card {
    margin-top: 20px;
    margin-bottom: 20px;
}

.services-card-img {
    background-color: #ffffff; /*adel background for services */
    padding-top: 40px;
    padding-bottom: 30px;
    /*    max-height: 187px;
        overflow: hidden;*/
    min-height: 170px;
}

.services-card-img img {
    margin: auto;
}

.services-card-info {
    padding-left: 10px;
    padding-right: 9px;
    padding-top: 12px;
    min-height: 160px
}

.services-card-info h2 {
    font-size: 18px;
    color: #0C3D51;
    margin-top: 0px;
    margin-bottom: 5px;
}

.services-card-info p {
    font-size: 15px;
    color: #222222 !important;
}

.services-card-info .read-more {
    color: #99C64C;
}

/* *********************** */

/* service details page */

.service-details-page {
    padding-top: 17px;
    padding-bottom: 85px;
}

.service-details-img {
    /*background-color: #f3f3f3; adel */
    padding-top: 50px;
    padding-bottom: 45px;
    max-height: 338px;
    overflow: hidden;
}

.service-details-img img {
    margin: auto;
}

.service-details-content {
    margin-top: 39px;
}

.service-details-title h2 {
    font-size: 22px;
    color: #99C64C;
    margin-top: 22px;
    margin-bottom: 20px;
}

.other-services-card {
    margin-bottom: 34px;
}

.service-details-info-text p {
    font-size: 15px;
    color: #222222;
    text-align: justify;
    margin-bottom: 18px;
}

.service-details-other h2 {
    margin-top: 0px;
    font-size: 18px;
    color: #0C3D51;
    margin-bottom: 37px;
}

.other-services-card-img {
    background-color: #f3f3f3;
    padding-top: 36px;
    padding-bottom: 36px;
    max-height: 150px;
    overflow: hidden;
}

.other-services-card-img img {
    margin: auto;
}

.other-services-card-text h2 {
    font-size: 18px;
    color: #99C64C;
    margin: 0px;
    margin-bottom: 14px;
}

.other-services-card-text p {
    font-size: 15px;
    color: #222222;
    margin: 0px;
}

/* *********************** */

/* about us page */

.about-us-page {
    padding-top: 17px;
    padding-bottom: 50px;
}

.about-us-page-data {
    margin-top: 30px;
}

.about-us-page-data img {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.about-us-page-data p {
    text-align: justify;
    font-size: 15px;
    color: #0C3D51;
    margin-bottom: 15px;
}

/* *********************** */

/* team page */

.team-page {
    padding-top: 17px;
}

.team-page-content {
    margin-top: 45px;
    padding-bottom: 40px;
}

.team-page-info h2 {
    font-size: 22px;
    color: #99C64C;
    margin-top: 0px;
    margin-bottom: 20px;
}

.team-page-info p {
    font-size: 14px;
    color: #0C3D51;
    margin-bottom: 16px;
}

.our-team-cards {
    background-color: #f3f3f3;
    padding-top: 0px; /*adel was 47*/
}

.our-team-cards-title h2 {
    font-size: 0px; /*adel was 22*/
    color: #99C64C;
    margin-top: 0px;
}

.our-team-card {
    min-height: 310px;
    background-color: #fff;
    margin-bottom: 30px;
}

.our-team-card-img {
    max-height: 250px;
    overflow: hidden;
}

.team-card-name h2 {
    font-size: 18px;
    color: #0C3D51;
    margin-top: 0px;
    margin-bottom: 8px;
    text-align: center;
}

.team-card-job-title h2 {
    font-size: 15px;
    color: #99C64C;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}

.our-team-card-info {
    padding-top: 13px;
    padding-bottom: 12px;
}

/* *********************** */

/* gallery page */

.gallery-page {
    padding-top: 17px;
    padding-bottom: 72px;
}

.gallery-pgae-data {
    margin-top: 32px;
}

.gallery-image-video-filter .button {
    display: inline-block;
    padding: 0.5em 1.0em;
    border-radius: 0px;
    background: #fff;
    font-family: sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    margin: 10px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    color: #99C64C;
}

.gallery-image-video-filter .button:hover {
    background-color: transparent;
    border-bottom: 1px solid #0C3D51;

}

.gallery-image-video-filter .button:active,
.gallery-image-video-filter .button.is-checked {
    background-color: transparent;
    border-bottom: 1px solid #0C3D51;
    outline: none;
}

.gallery-image-video-filter .button-group {
    margin: 20px 0;
    text-align: left;
}

.gallery-image-video-filter .button-group:after {
    content: '';
    display: block;
    clear: both;
}

.gallery-image-video-filter img {
    vertical-align: middle;
}


.gallery-image-video-filter .grid article {
    background-color: #FFFFFF;
    display: block;
    float: left;
    margin: 1%;
    width: 23%;
}


/* **************************** */

/* career page */

.career-page {
    padding-top: 17px;
}

.job-opper {
    margin-top: 32px;
    padding-bottom: 50px;
}

.career-page-title h2 {
    font-size: 22px;
    color: #99C64C;
    margin-top: 0px;
    margin-bottom: 25px;
}

.job-opper-card {
    margin-bottom: 30px;
}

.job-opper-img {
    max-height: 150px;
    overflow: hidden;
}

.job-opper-card h2 {
    font-size: 19px;
    color: #99C64C;
    margin-top: 8px;
    margin-bottom: 21px;
}

.job-opper-card p {
    font-size: 14px;
    text-align: justify;
    color: #0C3D51;
    margin-bottom: 15px;
}

.job-opper-card h6 {
    font-size: 19px;
    color: #0C3D51;
    margin-top: 0px;
    margin-bottom: 0px;
}

.job-opper-card span {
    margin-left: 20px;
}

.submit-cv {
    background-color: #f3f3f3;
    padding-top: 50px;
    padding-bottom: 50px;
}

.submit-cv-title h2 {
    font-size: 22px;
    color: #99C64C;
    margin-top: 0px;
}

.submit-cv .form-control {
    border-color: #c2c2c2;
    color: #0C3D51;
    font-size: 15px;
    height: 30px;
    margin-bottom: 20px;
    padding-left: 18px;
    border-radius: 3px;
}

.submit-cv input::placeholder {
    color: #c2c2c2;
    font-size: 15px;
}

.submit-cv input:-ms-input-placeholder {
    color: #c2c2c2;
    font-size: 15px;
}

.submit-cv textarea:-ms-input-placeholder {
    color: #c2c2c2;
    font-size: 15px;
}

.submit-cv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #0C3D51 !important;
    padding: 4px 12px;
    position: relative;
}

.select-job {
    position: relative;
}

.select-job span {
    position: absolute;
    top: 12px;
    right: 13px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 30px;
    font-size: 15px;
    color: #0C3D51;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 4px 12px !important;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #fff;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
}

.uplode-ur-cv p {
    font-size: 15px;
    color: #0C3D51;
}

.submit-cv textarea {
    height: 80px !important;
    resize: none;
}

.submit-cv .submit-button {
    background-color: #99C64C;
    color: #fff;
    padding: 4px 12px;
}

.cv-img {
    margin-top: 60px;
}

.cv-img img {
    margin: auto;
}

/* *********************** */

/* news and articles */

.news-and-articles-page {
    padding-top: 17px;
    padding-bottom: 50px;
}

.news-and-articles-cards-section {
    margin-top: 45px;
}

.news-and-articles-card-img {
    max-height: 170px;
    overflow: hidden;
}

.news-and-articles-card-info {
    padding-left: 10px;
    padding-right: 9px;
    padding-top: 12px;
}

.news-and-articles-card {
    margin-bottom: 37px;
}

.news-and-articles-card-info h2 {
    font-size: 18px;
    color: #0C3D51;
    margin-top: 0px;
    margin-bottom: 5px;
}

.news-and-articles-card-info p {
    font-size: 15px;
    color: #222222 !important;
}

.news-and-articles-card-info .read-more {
    color: #99C64C;
}

/* *********************** */

/* pagination */

.pagination span {
    cursor: pointer;
    color: #0C3D51;
    font-size: 18px;
    text-align: center;
    padding: 3px 6px;
    border-radius: 3px;
}

.pagination .page-num:hover {
    background-color: #0C3D51;
    color: #fff;
}

.pagination .activeColor {
    background-color: #0C3D51;
    color: #fff;
}

/* *********************** */

@media(max-width:767px) {
    .index-header .navbar-fixed-top .icon-search {
        right: 75px;
        top: 15px;
    }
    .index-header .navbar-brand {
        margin-top: 0px;
    }
    .all-header .navbar-default .navbar-nav > li > a {
        text-align: center;
    }
    .index-header .navbar-brand > img {
        margin-top: -8px;
        width: 160px;
    }
    .index-header .navbar-fixed-top .navbar-collapse a {
        padding-bottom: 0px !important;
    }
    .index-header .navbar-toggle {
        background-color: transparent;
        border: 1px solid #fff;
    }
    .index-header .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }
    .index-header .navbar-collapse a {
        padding-bottom: 0px !important;
        text-align: center;
    }
    .banner {
        padding-bottom: 100px;
    }
    .banner-title {
        margin-top: 100px;
    }
    .banner-title h2 {
        font-size: 22px;
    }
    .banner .more-button a {
        font-size: 15px;
    }
    .about-us-logo {
        padding-top: 0px;
    }
    .about-us-title {
        margin-top: 40px;
    }
    .about-us-title h2 {
        font-size: 22px;
        text-align: center;
    }
    .about-us-title img {
        margin: auto;
    }
    .about-us-text p {
        font-size: 12px;
    }
    .about-us .more-button a {
        font-size: 15px;
        width: 100%;
    }
    .our-services-title h2 {
        font-size: 22px;
    }
    .our-services-icons .second-row {
        margin-top: 0px;
    }
    .services-info {
        margin-bottom: 30px;
    }
    .our-services-content .more-button {
        padding-left: 15px;
        padding-right: 15px;
    }
    .clients-title h2 {
        font-size: 22px;
    }
    .clients-caresol .carousel-cell {

        width: 70%;
        margin-left: 20%;
        margin-right: 20%;
    }
    .clients-caresol .caresol-img img {
        margin: auto;
    }
    .flickity-prev-next-button.next {
        right: -10px !important;
    }
    .flickity-prev-next-button.previous {
        left: -10px !important;
    }
    .recent-project-card-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .recent-project-card {
        margin-bottom: 20px;
    }
    .recent-projects-title h2 {
        margin-left: 15px;
    }
    .recent-project-card h2 {
        font-size: 15px;
    }
    .recent-project-card p {
        font-size: 12px;
    }
    .recent-project-card {
        padding-left: 0px;
    }
    .recent-projects .more-button a {
        font-size: 15px;
    }
    .testimonials-title h2 {
        font-size: 22px;
    }
    .testimonials-caresol .carousel-cell {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .testimonials-caresol .profile-name h2 {
        font-size: 15px;
    }
    .testimonials-caresol .text-caresol p {
        font-size: 12px;
    }
    .testimonials-caresol .bottom-row p {
        margin-left: 30px;
        margin-right: 30px;
    }
    .testimonials-caresol .bottom-row .upper-quot {
        position: absolute;
        top: 9px;
        left: 8px;
    }
    .testimonials-caresol .bottom-row .bottom-quot {
        position: absolute;
        bottom: -8px;
        right: -11px;
    }
    .text-caresol img {
        width: 50%;
    }
    .news-title h2 {
        font-size: 22px;
    }
    .index-news-card {
        margin-bottom: 20px;
    }
    .index-news-card-text h2 {
        font-size: 15px;
    }
    .index-news-card-text p {
        font-size: 12px;
    }
    .news .more-button a {
        font-size: 15px;
        width: 100%;
    }
    .articles-title h2 {
        font-size: 22px;
    }
    .article-card {
        margin-bottom: 30px;
    }
    .artile-card-text h2 {
        font-size: 15px;
    }
    .artile-card-text p {
        font-size: 12px;
    }
    .artile-card-text {
        margin-top: 20px;
        padding-left: 10px;
        padding-left: 10px;
    }
    .articles .more-button a {
        font-size: 15px;
    }
    .team-title h2 {
        font-size: 22px;
    }
    .team .more-button a {
        font-size: 15px;
    }
    .careers-title h2 {
        font-size: 22px;
    }
    .careers-content {
        background: none;
    }
    .careers-content h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .careers-content p {
        font-size: 12px;
    }
    .careers-content .get-started-button a {
        font-size: 15px;
    }
    .contact-us-title h2 {
        font-size: 22px;
        text-align: center;
    }
    .contact-us-title img {
        margin: auto
    }
    .all-header .navbar-collapse a:focus {
        border-bottom: 4px solid #fff;
    }
    .icon-search {
        position: absolute;
        right: 75px;
        top: 15px;
    }
    .page-banner {
        margin-top: 50px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .breadcrumb li {
        font-size: 15px;
    }
    .breadcrumb a {
        font-size: 15px;
    }
    .job-opper-card h2 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .job-opper-card h6 {
        font-size: 16px;
    }
    .job-opper-card p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .page-banner h2 {
        font-size: 20px;
    }
    .career-page-title h2 {
        font-size: 17px;
    }
    .submit-cv-title h2 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .contact-us-img {
        margin-bottom: 20px;
    }
    .office-name h2 {
        font-size: 18px;
    }
    .info-title {
        font-size: 14px;
    }
    .info-data {
        font-size: 14px;
    }
    .contact-us-map {
        margin-top: 10px;
    }
    .employee-name h2 {
        margin-top: 20px;
    }
    .team-page-img {
        margin-bottom: 20px;
    }
    .team-page-info h2 {
        font-size: 17px;
    }
    .team-page-info p {
        font-size: 13px;
    }
    .team-card-name h2 {
        font-size: 15px;
    }
    .team-card-job-title h2 {
        font-size: 13px;
    }
    .service-clients-title h2 {
        font-size: 18px;
    }
    .country-name {
        margin-bottom: 20px;
    }
    .country-name h2 {
        font-size: 16px;
    }
    .country-client {
        width: 50%;
    }
    .country-client img {
        height: 66px;
        margin: auto;
    }
    .news-info-title h2 {
        font-size: 17px;
    }
    .news-info-date p {
        font-size: 17px;
    }
    .news-info-text p {
        font-size: 12px;
    }
    .related-news {
        margin-top: 50px;
    }
    .related-news-card-text h2 {
        margin-top: 20px;
        font-size: 14px;
    }

    .related-news-card-text p {
        font-size: 12px;
    }
    .related-news-card-text span {
        font-size: 14px;
    }
    .service-details-title h2 {
        font-size: 18px;
    }
    .service-details-info-text p {
        font-size: 12px;
    }
    .service-details-other {
        margin-top: 50px;
    }
    .other-services-card-text h2 {
        font-size: 15px;
        margin-top: 10px;
    }
    .other-services-card-text p {
        font-size: 12px;
    }
    .footer-links,
    .newsletter,
    .footer-contact-us {
        border: 0px;
    }
    .footer-contact-us {
        margin-top: 20px;
    }
    .footer h2 {
        font-size: 15px;
    }
    .footer p,
    .footer a,
    .footer select {
        font-size: 13px;
    }
    .footer select {
        width: 224px;
        padding: 0px;
    }
    .footer .select-list img {
        left: 207px;
    }
    .newsletter {
        padding-bottom: 50px;
    }
    .pagination span {
        cursor: pointer;
        color: #0C3D51;
        font-size: 14px;
        text-align: center;
        padding: 3px 6px;
    }
    .gallery-image-video-filter .grid article {
        width: 48%;
    }
    .our-services-content .more-button a {
        font-size: 15px;
    }
    .clients .more-button a {
        font-size: 15px;
    }
    .gallery .more-button a {
        font-size: 15px;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .index-header .navbar-fixed-top .navbar-collapse a {
        font-size: 10px !important;
        color: #fff;
        padding-bottom: 21px !important;
        border-bottom: 4px solid transparent;
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
    .index-header .navbar-header {
        width: 15%;
    }

    .index-header .navbar-brand {
        margin-top: 14px;
    }

    .index-header .navbar-fixed-top .icon-search {
        right: 0px;
        top: 35px;
    }


    .pagination span {
        cursor: pointer;
        color: #0C3D51;
        font-size: 15px;
        text-align: center;
        padding: 3px 3px;
    }
    .index-header .navbar-collapse a {
        font-size: 11px !important;
        padding: 10px 6px !important;
        padding-bottom: 21px !important;
    }

    .banner {
        padding-bottom: 150px;
    }
    .banner-title {
        margin-top: 150px;
    }
    .all-header .navbar-header {
        width: 23%;
    }
    .banner-title h2 {
        font-size: 25px;
    }
    .about-us-title h2 {
        font-size: 25px;
        padding-left: 38px;
    }
    .about-us-text p {
        font-size: 14px;
    }
    .about-us .more-button a {
        font-size: 15px;
    }
    .our-services-title h2 {
        font-size: 25px;
    }
    .our-services-content .more-button a {
        font-size: 15px;
    }
    .clients-title h2 {
        font-size: 25px;
    }
    .caresol-text p {
        font-size: 13px;
    }
    .flickity-prev-next-button.previous {
        left: -50px !important;
    }
    .flickity-prev-next-button.next {
        right: -50px !important;
    }
    .clients-caresol .carousel-cell {
        width: 30%;
        margin-left: 5%;
        margin-left: 5%;
    }
    .recent-projects-title h2 {
        font-size: 25px;
    }
    .recent-project-card {
        padding-left: 0px;
    }
    .recent-project-card-info {
        margin-left: 15px;
        margin-right: 15px;
    }
    .news .more-button a {
        width: 220px;
        font-size: 15px;
    }
    .articles .more-button a {
        font-size: 15px;
    }
    .artile-card-text h2 {
        margin-top: 20px;
        font-size: 18px;
    }
    .careers .careers-content {
        background: none;
    }

    .gallery .more-button a {
        font-size: 15px;
    }
    .team .more-button a {
        font-size: 15px;
    }
    .recent-projects .more-button a {
        font-size: 15px;
    }
    .clients .more-button a {
        font-size: 15px;
    }
    .index-news-card {
        margin-bottom: 20px;
    }

    .all-header .navbar-collapse a {
        font-size: 12px;
        padding: 10px 7px;
    }

    .all-header .navbar-collapse li {
        padding-right: 0px;
        padding-left: 0px;
    }

    .page-banner {
        margin-top: 56px;
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .breadcrumb li {
        font-size: 15px;
    }

    .breadcrumb a {
        font-size: 15px;
    }

    .page-banner h2 {
        font-size: 30px;
    }

    .contact-us-img {
        margin-bottom: 20px;
    }

    .office-name h2 {
        font-size: 18px;
    }

    .info-title {
        font-size: 14px;
    }

    .info-data {
        font-size: 14px;
    }

    .team-page-img {
        margin-bottom: 20px;
    }

    .team-page-info h2 {
        font-size: 18px;
    }

    .team-card-name h2 {
        font-size: 15px;
    }

    .team-card-job-title h2 {
        font-size: 13px;
    }

    .service-clients-title h2 {
        font-size: 18px;
    }

    .country-name {
        margin-bottom: 10px;
    }

    .country-name h2 {
        font-size: 16px;
    }

    .news-info-title h2 {
        font-size: 20px;
    }

    .news-info-date p {
        font-size: 20px;
    }

    .news-info-text p {
        font-size: 15px;
    }

    .related-news-card-text h2 {
        font-size: 15px;
    }

    .related-news-card-text p {
        font-size: 12px;
    }

    .related-news-card-text span {
        font-size: 15px;
    }

    .service-details-other {
        margin-top: 50px;
    }

    .other-services-card-text h2 {
        margin-top: 10px;
    }

    .footer-contact-us {
        border: 0px;
    }
    .footer select {
        width: 224px;
        padding: 0px;
    }
    .footer .select-list img {
        left: 207px;
    }
    .newsletter,
    .follow-us {
        margin-top: 50px;
    }

}


@media (max-width:1199px) and (min-width:992px) {
    .about-us .more-button a {
        width: 132px;
    }
    .news .more-button a {
        width: 132px;
    }
    .index-header .navbar-fixed-top .navbar-collapse a {
        font-size: 12px !important;
        color: #fff;
        padding-bottom: 31px !important;
        border-bottom: 4px solid transparent;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .index-header .navbar-brand {
        margin-top: 7px;
    }
    .index-header .navbar-fixed-top .icon-search {
        right: 0px;
        top: 35px;
    }
    .index-header .navbar-collapse a {
        font-size: 14px !important;
        padding: 10px 8px !important;
        padding-bottom: 31px !important;
    }

    .all-header .navbar-collapse li {
        margin-top: 9px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .all-header .navbar-collapse a {
        font-size: 14px;
        padding: 10px 12px;
    }
    .page-banner {
        margin-top: 56px;
    }
    .job-opper-card p {
        font-size: 13px;
    }
    .job-opper-card h6 {
        font-size: 17px;
    }
    .job-opper-card h2 {
        font-size: 18px;
        color: #99C64C;
        margin-top: 3px;
        margin-bottom: 14px;
    }
    .news-and-articles-card-info p {
        font-size: 13px;
    }
    .newsletter input {
        width: 190px;
    }
    .newsletter span {
        left: 170px;
    }
    .footer-links a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .gallery-image-video-filter .grid article {
        width: 31.3%;
    }
}

@media (max-width: 479px) {
    .gallery-image-video-filter .grid article {
        margin: 2% 0;
        width: 100%;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .banner-search input {
        background-color: transparent;
        border: 0px;
        border-bottom: 1px solid #0C3D51;
        color: #0C3D51;
        margin-top: 10px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
    }

    .banner-search input:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
        border-color: #0C3D51;
    }

    .banner-search input::placeholder {
        color: #0C3D51;
    }
    .banner-search input:-ms-input-placeholder {
        color: #0C3D51;
    }

}

.form-group{
    margin-bottom: 0px !important;   
}

.sendCVSuccess{
    color: #3c763d;
    font-size: 20px;
}

.activeColor a{
    color: white !important;
}

.page-num a{
    color: #0C3D51;
    padding-left: 4px;
}

.chevronStyle{
    color: #0C3D51;
}

.page-num a:hover{
    color: white;
    text-decoration: none;
}

.pagination span{
    margin-left: 2px;
    margin-right: 2px;
}

.pagination .page-num:hover a{
    color: white;
}

.serviceLink{
    color: #0C3D51 !important; /*adel was #222222 */
}

.serviceLink:hover{
    text-decoration: none !important;
}

.our-team-card-img img{
    margin: auto;
}

/* clients style */
.tabs1-links-style,.tabs2-links-style{
    border: 0;
}
.tabs1-links-style a{
    border: 0 !important;
    color: #99C64C !important;
    font-size: 18px !important;
    padding-right: 21px !important;
}
.tabs1-links-style a:hover,.tabs2-links-style a{
    background-color: transparent !important;
}
.tabs1-links-style .active{
    border-bottom: 1px solid #0f4054;
}
.tabs2-links-style h2{
    color: #0f4054;
    font-size: 20px ;
    text-align: center;
}
.tabs2-links-style a{
    border: 0 !important;
    padding: 10px 0px !important;
}
.tabs2-links-style li{
    margin: 0;
    padding: 0;
}
.tabs1-links-style li{
    margin-right: 6px;
}
.tabs2-links-style li:not(.active) img{
    opacity: .3;
}
.tabs2-links-style{
    margin-top: 30px;
}
.margin-bottom-70{
    margin-bottom: 70px;
}


.contact-title-index img{
    margin: auto;
}
.contact-title-index h2{
    margin-top: 65px;
}
.offices-info2{
    margin-bottom: 72px;
}

.testimonials-caresol .carousel-cell{
    margin-left: -1px;
}
.searchResult{
    margin-top: 30px;
    margin-bottom: 120px;
}
@media(max-width:1200px) and (min-width:991px){
    .tabs2-links-style li {
        margin-right: 20px;
    }  
}
@media(max-width:991px){
    /*    .tabs2-links-style img{
            margin: auto;
        }
         .tabs2-links-style li{
          float: left;
        }*/
}
@media(max-width:768px){
    .tabs2-links-style{
        width: 30%;
        float: left;
        margin-top: 0px;
    }
    .tab-content-mb {
        width: 70%;
        float: left;
    }
    .tabs2-links-style li{
        clear: both;
    }
    .tabs2-links-style img{
        width: 100px;
    }
    .tabs2-links-style h2 {

        margin-top: 10px;
    }
}
@media(max-width:530px){

    .tabs1-links-style li{
        clear: both;
        width: 100%;
    }
    .tabs1-links-style a{
        text-align: center;
    }
}
@media(min-width:991px){
    .in-hed-img{
        width: 345px;
    }
    .in-hed-img2{
        width: 280px;
    }
}
.imgBoxSearch img{
    margin: auto;
    max-height: 150px;
    margin-top: 50%;
    transform: translateY(-56%);
}
.imgBoxSearch{
    height: 150px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.hrSearch{
    width: 41.66666667%;
    border-color: #e1e1e1;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
.aSearch{
    color: #99C64C;
    font-size: 18px;
}
.padding-top-31{
    padding-top: 31px;  
}
.margin-bottom-35{
    margin-bottom: 35px;
}
.ITALIC-font{
    font-style: ITALIC;
}
.client-list-img{
    min-height: 190px;
}

/*
     FILE ARCHIVED ON 15:38:07 Dec 24, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:32:11 Feb 09, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.136
  exclusion.robots.policy: 0.123
  cdx.remote: 0.136
  esindex: 0.011
  LoadShardBlock: 169.549 (6)
  PetaboxLoader3.datanode: 126.175 (8)
  load_resource: 600.365 (2)
  PetaboxLoader3.resolve: 196.219 (2)
*/