/* This stylesheet generated by Transfonter (http://transfonter.org) on October 24, 2016 11:36 AM */

@font-face {
    font-family: 'Proxima Nova Rg B';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Lt S';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-LightIt.eot');
    src: url('../fonts/ProximaNova-LightIt.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-LightIt.woff') format('woff'), url('../fonts/ProximaNova-LightIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    color: #000;
}

.btn.send-btn {
    box-shadow: none;
    text-shadow: none;
    color: #FFF;
    background: #259a47;
    text-transform: uppercase;
    border-radius: 40px;
    font-family: 'Proxima Nova Lt S';
    font-weight: 600;
    font-size: 16px;
    padding: 12px 28px;
}

.send-btn.btn:hover {
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    background: #231f20;
}

.send-btn.btn:focus {
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    background: #259a47;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    padding: 0px;
    text-transform: uppercase;
}

ul {
    margin-top: 0px;
    margin-bottom: 12px;
    list-style-type: none;
    padding: 0px;
}

a {
    color: inherit;
    cursor: pointer;
    webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #259a47;
}

.heading {
    color: #259a47;
    font-size: 60px;
    font-weight: bold;
    font-family: 'Proxima Nova Rg B';
    line-height: 120px;
}

p {
    font-family: 'Proxima Nova Lt';
}


/*-- header --*/

.header {
    position: relative;
}

.header>img {
    width: 100%;
}

.top-links {
    /*    position: absolute;
    top: 0;
    padding-top: 30px;
	z-index:1;*/
}

.navbar-header {
    float: none;
}

.navbar-toggle {
    display: block;
    float: left;
    background: #231f20;
    border-radius: 100%;
    padding: 15px 11px;
    border: none;
    margin-top: 0;
    margin-right: 10px;
    box-shadow: 0 0 10px #fff;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background: #ebeaec;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}

.navbar-header span.title {
    text-transform: uppercase;
    display: block;
    font-size: 13px;
    color: #000;
    line-height: 44px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
}

.navbar-collapse {
    display: none !important;
}

.navbar-collapse.in {
    display: block !important;
    background: #231f20;
}

.navbar-nav>li {
    width: 100%;
}

.navbar-nav>li {
    border-bottom: 1px solid #ebeaec;
    width: 100%;
}

.navbar-nav>li:last-child {
    border-bottom: none;
}

.navbar-nav>li>a {
    padding: 15px 0;
    color: #ebeaec;
    display: block;
    font-size: 13px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: transparent;
}

.logo {
    position: absolute;
    bottom: 15%;
    padding-bottom: 100px;
}


/*-- content section --*/

.content-sec {
    background: #259a47;
    padding-top: 30px;
    padding-bottom: 70px;
    color: #fff;
}

.content-column:first-child {
    padding-top: 80px;
}

.content-column p {
    font-size: 19px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    line-height: 26px;
}

.content-column-detail {
    padding-top: 30px;
}

.content-column-detail strong {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    font-family: 'Proxima Nova Rg B';
}

.content-column-detail span {
    font-size: 17px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    line-height: 36px;
}

.content-column img {
    display: inline-block;
}


/*-- about us section --*/

.about-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    float: left;
    width: 100%;
}

.about-us-column {
    width: 50%;
    float: left;
}

.about-us-column img {
    width: 100%;
}

.about-us-bg {
    width: 530px;
    padding-left: 60px;
}

.about-us-bg h3.heading {
    line-height: 90px;
}

.about-us-bg p {
    font-size: 19px;
    line-height: 26px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
}

.about-us-bg ul li {
    font-size: 20.56px;
    line-height: 46.64px;
    border-bottom: 1px solid #e3e3e3;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    position: relative;
    padding-left: 27px;
    text-transform: uppercase;
}

.about-us-bg ul li:last-child {
    border-bottom: none;
}

.about-us-bg ul li em {
    color: #259a47;
    position: absolute;
    top: 31%;
    left: 0;
    font-size: 14px;
}

.about-us-bg a.read-btn {
    margin-top: 20px;
}


/*-- services section --*/

.sevices-sec .item>img {
    width: 100%;
}

.services-caption {
    left: 0;
    right: 0;
    top: 0;
    text-shadow: none;
    padding-top: 0;
}

.services-colum:nth-child(1) {
    margin-left: 11%;
}

.services-colum:nth-child(2) {
    margin-right: 11%;
}

.services-colum:nth-child(3),
.services-colum:nth-child(4) {
    margin-top: 4%;
}

.services-colum:nth-child(7) {
    margin-left: 11%;
    margin-top: 4%;
}

.services-colum:nth-child(8) {
    margin-right: 11%;
    margin-top: 4%;
}

.services-colum:nth-child(even) {
    float: right;
}

.services-colum:nth-child(2n+1) {
    clear: left;
}

.services-colum:nth-child(5),
.services-colum:nth-child(6) {
    margin-top: 7.5%;
}

.services-colum .services-box-design .services-content img {
    display: inline-block;
    border: 7px solid #dad7cf;
    border-radius: 100%;
}

.services-box-design {
    position: relative;
}

.services-link {
    position: absolute;
    left: 0;
    top: 0;
    padding: 74px 8px;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
    font-family: 'Proxima Nova Rg B';
    width: 100%;
}

.services-link:hover {
    color: #fff;
}

.services-content {
    text-align: center;
}

.services-overlay {
    position: absolute;
    top: 0px;
    padding: 74px 8px;
    height: 100%;
    background: rgba(147, 149, 152, 0.7);
    z-index: 1;
    left: 1px;
    line-height: normal;
    right: 0;
    border-radius: 100%;
    text-align: center;
    width: 99%;
}

.twoLines {
    padding: 63px 8px;
}

.services-box-design:hover .services-overlay {
    z-index: -1;
}

.services-overlay a {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Proxima Nova Rg B';
}


/*-- career section --*/

.career-sec {
    padding-top: 10px;
    padding-bottom: 55px;
}

.career-column:first-child {
    padding-top: 120px;
}

.career-column h3.heading {
    line-height: 85px;
}

.career-column p {
    font-size: 19.01px;
    line-height: 29.01px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
}

.career-column label {
    font-size: 19.01px;
    line-height: 29.01px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    margin-top: 20px;
}

.career-column h4 {
    font-size: 33.54px;
    text-transform: none;
    line-height: 51.19px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
}

.career-column h4 em {
    color: #259a47;
    margin-right: 10px;
}

.career-column h4 a:hover {
    color: #259a47;
}

.career-column span {
    font-size: 18.98px;
    line-height: 28.97px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    display: block;
}

.career-column a.opening-btn {
    margin-top: 15px;
}

.career-column img {
    display: inline-block;
}


/*-- media-section --*/

.media-sec {
    background: #f0f0f0;
    padding-top: 70px;
    padding-bottom: 50px;
}

.media-column figure {
    margin-top: -140px;
}

.media-column figure img {
    border: 40px solid #f0f0f0;
    border-radius: 100%;
    display: inline-block;
}

.media-column>img {
    margin-bottom: 20px;
}

.media-column strong {
    font-size: 19px;
    line-height: 28.97px;
    font-family: 'Proxima Nova Rg B';
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}

.media-column p {
    font-size: 19px;
    line-height: 29.01px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
}

.media-column a.read-btn {
    margin-top: 20px;
}


/*-- footer --*/

.footer {
    background: #737373;
    position: relative;
    padding-top: 88px;
    padding-bottom: 80px;
}

.footer figure {
    position: absolute;
    top: -78px;
    margin-left: -200px;
}

.footer-column {
    border-right: 1px solid #f1f1f1;
}

.footer-column:last-child {
    border-right: none;
}

.footer-column-bg {
    background: #616163;
    color: #f1f1f1;
    padding: 20px 23px;
    margin: 0 20px;
    min-height: 213px;
}

.footer-column-bg h4 {
    font-size: 16.91px;
    font-family: Arial;
    font-weight: normal;
}

.footer-column-bg ul {
    margin-top: 25px;
    margin-left: 0;
}

.footer-column-bg ul li {
    font-size: 16.91px;
    font-family: Arial;
    font-weight: normal;
    line-height: 30px;
}

.footer-column-bg ul li a em {
    border: 1px solid #828283;
    width: 34px;
    text-align: center;
    padding: 8px 0;
}

.footer-column-bg ul li a:hover em {
    color: #259a47;
}


/*-- footer bottom --*/

.footer-bottom {
    background: #259b47;
    padding-top: 22px;
    padding-bottom: 22px;
}

.footer-bottom .row {
    margin-left: 0;
    margin-right: 0;
}

.copy-right span {
    font-size: 16.91px;
    font-family: Arial;
}


/*-- about page style start --*/

.about-logo {
    bottom: 40px;
}

.about-logo a img {
    width: 70%;
}

.about-page-content-column {
    margin-top: -65px;
}

.about-page-content-column h4.heading {
    font-size: 52px;
    line-height: 64px;
    border-bottom: 1px solid #bfbfbf;
}

.about-page-content-detail {
    padding-top: 120px;
}

.about-page-content-detail p {
    text-align: center;
    font-size: 21px;
    line-height: 28.97px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
}

.about-page-content-box {
    margin-top: 40px;
}

.about-page-content-box ul {}

.about-page-content-box ul li {
    font-size: 26px;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 20px;
    padding-left: 25px;
    position: relative;
}

.about-page-content-box ul li:first-child {
    margin-top: 0;
}

.about-page-content-box ul li em {
    color: #259b47;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 10px;
}

.culture-sec {
    padding-top: 90px;
}

.culture-column h3.heading {
    font-size: 60px;
    line-height: 109px;
}

.culture-column-bg {
    background: #259b47;
    color: #fff;
    border: 45px solid #ebebeb;
    border-radius: 100%;
    height: 640px;
    width: 640px;
    padding: 80px 86px;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.culture-column-bg p {
    font-size: 34px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    line-height: 41.97px;
}

.culture-column-bg span {
    font-size: 22px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    font-style: italic;
}

.about-page-sec {
    /* z-index: 2; */
    position: relative;
    margin-top: -170px;
}

.about-page-sec .item>img {
    width: 100%;
}

.about-caption {
    left: 0;
    right: 0;
    top: 0;
    text-shadow: none;
    padding-top: 0;
}

.about-page-column {
    padding-top: 120px;
}

.about-page-column:nth-child(2) {
    padding-top: 0;
}

.about-page-column h4.heading {
    font-size: 60px;
    line-height: 140px;
}

.about-page-column p {
    font-size: 29px;
    color: #000;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    line-height: 40px;
    min-height: 201px;
}

.about-page-column:nth-child(1) p {
    padding: 0 39px 0 48px;
}

.about-page-column span {
    font-size: 31px;
    line-height: 61.97px;
    color: #000;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    font-style: italic;
    margin-top: 10px;
    display: block;
}

.about-page-column figure {
    border: 28px solid #ebebeb;
    border-radius: 100%;
}


/*-- team page style --*/

.team-page-sec {
    padding-top: 140px;
}

.row.team-page-row {
    margin-bottom: 70px;
}

.team-page-column {
    margin-top: 90px;
}

.team-page-column:nth-child(1),
.team-page-column:nth-child(2),
.team-page-column:nth-child(3) {
    margin-top: 0;
}

.team-page-column:nth-child(3n+1) {
    clear: left;
}

.team-page-column figure {}

.team-page-column figure img {
    display: inline-block;
    border: 18px solid #ebebeb;
    border-radius: 100%;
    background: #c8c8c9;
    margin-bottom: 40px;
}

.team-page-column h6.heading {
    font-size: 27.79px;
    line-height: 32.31px;
    text-transform: none;
}

.team-page-column strong {
    display: block;
    font-size: 19.17px;
    line-height: 22.28px;
    font-family: 'Proxima Nova Lt S';
    font-weight: 600;
    min-height: 41px;
    margin-bottom: 25px;
}

.team-page-column a.num {
    font-size: 19.17px;
    line-height: 22.28px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    display: block;
}

.team-page-column a.num em {
    margin-right: 8px;
    color: #259a47;
    font-size: 16px;
}

.team-page-column a.contact-btn {
    margin-top: 15px;
    font-size: 13px;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    padding: 11px 18px;
}

.team-page-column a.contact-btn em {
    margin-right: 5px;
}

.staff-group {
    margin-top: 115px;
    margin-bottom: 265px;
}


/*-- media page style --*/

.media-page-sec {
    padding-top: 30px;
    padding-bottom: 275px;
}

.media-page-row {
    margin-top: 105px;
}

.media-page-column {}

.media-page-column img {
    display: inline-block;
}

.media-page-column h3 {
    font-size: 28px;
    font-family: 'Proxima Nova Rg B';
    font-weight: bold;
    line-height: 40px;
    text-transform: none;
    margin-bottom: 0;
}

.media-page-column p {
    font-size: 20px;
    line-height: 29px;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
}

.media-page-column a.story-btn {
    margin-top: 45px;
}


/*-- contact page style --*/

.form-sec {
    padding-top: 110px;
    padding-bottom: 260px;
}

.form-detail form {
    margin-bottom: 120px;
}

.form-detail form .fields-colm {
    margin-bottom: 13px;
}

.form-detail form .fields-colm .form-control {
    height: 55px;
    border: 1px solid #d8d8d8;
    box-shadow: none;
    padding: 15px 25px;
    color: #aaaaaa;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    border-radius: 40px;
}

textarea.form-control {
    height: 258px !important;
    resize: none;
}

.form-detail form .fields-colm button.send-btn {
    margin-top: 32px;
    padding: 24px 85px;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
}

.contact-page-column {}

.contact-page-column img {
    border: 26px solid #ebebeb;
    border-radius: 100%;
    margin-bottom: 40px;
}

.contact-page-column h4 {
    font-size: 27px;
    line-height: 29px;
    font-weight: bold;
    text-transform: none;
}

.contact-page-column p {
    font-size: 19px;
    line-height: 29px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    width: 79%;
}

.contact-page-column ul {}

.contact-page-column ul li {
    font-size: 19px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    margin-bottom: 20px;
}

.contact-page-column ul li em {
    color: #259a47;
    margin-right: 10px;
}

.contact-page-column-row {
    position: relative;
}

.contact-page-column-row:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 675px;
    background: #e2e2e2;
    left: 60%;
    margin-left: -60px;
}


/*-- services page style --*/

.services-page-content-detail {
    padding-top: 110px;
}

.services-page-content-detail h4.heading {
    font-size: 39.29px;
    line-height: 32.09px;
    text-transform: none;
    margin-bottom: 24px;
}

.services-page-content-detail p {
    font-size: 20.48px;
    line-height: 26.97px;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
}

.services-page-sec {
    padding-top: 100px;
    padding-bottom: 130px;
    overflow: hidden;
}

.row.services-sec-row {
    margin-bottom: 130px;
}

.row.services-sec-row:last-child {
    margin-bottom: 0px;
}

.services-page-right .services-page-right-bg {
    width: 760px;
    padding-top: 30px;
}

.services-page-right .services-page-right-bg h4.heading {
    font-size: 39.29px;
    line-height: 32.09px;
    text-transform: none;
    margin-bottom: 20px;
}

.services-page-right .services-page-right-bg strong {
    font-size: 23px;
    line-height: 26.97px;
    font-family: 'Proxima Nova Rg B';
    font-weight: bold;
}

.services-page-right .services-page-right-bg p.paragraph {
    margin-bottom: 0;
}

.services-page-right .services-page-right-bg p {
    font-size: 20.48px;
    line-height: 26.97px;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
}

.services-page-right .services-page-right-bg span {
    font-size: 20.48px;
    line-height: 24.97px;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.services-page-right .services-page-right-bg ul.promotions {
    margin-bottom: 0;
}

.services-page-right .services-page-right-bg ul.promotions li {
    font-size: 20.48px;
    font-family: 'Proxima Nova Lt S';
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    line-height: 26.97px;
}

.services-page-right .services-page-right-bg ul.promotions li em {
    position: absolute;
    left: 0;
    font-size: 10px;
    color: #259a47;
    margin-top: 7px;
}

.services-page-right .services-page-right-bg ul.activations-link {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 7px;
    margin-top: 30px;
}

.services-page-right .services-page-right-bg ul.activations-link li {
    background: #259a47;
    margin-bottom: 4px;
    padding: 10px 25px;
    border-radius: 40px;
}

.services-page-right .services-page-right-bg ul.activations-link li a {
    font-size: 19px;
    color: #fff;
    font-family: 'Proxima Nova Lt S';
    font-weight: 600;
}

.services-page-right .services-page-right-bg a.gallery-btn {
    padding: 11px 28px;
}

.services-page-right .services-page-right-bg span.portfolio {
    margin-bottom: 0;
}

.services-page-right .services-page-right-bg ul.consulting {
    margin-left: 0;
    margin-top: 20px;
}

.services-page-right .services-page-right-bg ul.consulting li {
    width: 33%;
    float: left;
    border-right: 1px solid #c1c1c1;
}

.services-page-right .services-page-right-bg ul.consulting li:last-child {
    border-right: none;
}

.services-page-right .services-page-right-bg ul.consulting li strong {
    font-size: 22px;
}

.services-page-right .services-page-right-bg ul.consulting li p {
    font-size: 17px;
    min-height: 338px;
}

.services-page-right .services-page-right-bg ul.consulting li a.brochure-btn {
    padding: 13px 18px;
    font-size: 16px;
    margin-top: 20px;
}

.services-page-right .services-page-right-bg ul.consulting li h6 {
    text-align: center;
    margin-bottom: 0;
}

.services-page-right .services-page-right-bg ul.hr-none {
    border-bottom: none;
    padding-bottom: 0;
}

.services-page-right .services-page-right-bg ul.etisalat {
    margin-left: 0;
    margin-top: 20px;
}

.services-page-right .services-page-right-bg ul.etisalat li {
    width: 50%;
    float: left;
    border-right: 1px solid #c1c1c1;
    padding-right: 19px;
}

.services-page-right .services-page-right-bg ul.etisalat li:last-child {
    border-right: none;
    padding-left: 16px;
    padding-right: 0;
}

.services-page-right .services-page-right-bg ul.etisalat li strong {
    font-size: 22px;
}

.services-page-right .services-page-right-bg ul.etisalat li p {
    font-size: 17px;
    min-height: 156px;
}

.services-page-right .services-page-right-bg ul.etisalat li a.packages-btn {
    padding: 13px 46px;
    font-size: 16px;
    margin-top: 20px;
}

.services-page-right .services-page-right-bg ul.etisalat li h6 {
    text-align: center;
    margin-bottom: 0;
}


/*--Project Gallery--*/

h5 {
    font-size: 29px !important;
    line-height: 10px !important;
}


/*------Careers Page-------------*/

.careers-text,
.careers-img {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 19px;
}

.careers-openings {
    font-family: 'Proxima Nova Lt';
    font-size: 19px;
    margin-bottom: 200px;
}

.careers-openings span {
    font-size: 42px;
}

.careers-openings span i {
    color: #259947;
}

.all-openings {
    font-size: 29px;
    font-family: 'Proxima Nova Rg';
    border-bottom: 1px #BFBFBF solid;
}

.career-btns {
    float: left;
    font-family: 'Proxima Nova Rg';
    font-size: 13px;
    font-weight: normal;
    padding: 8px 23px;
    line-height: 19px;
    margin: 30px 0 0 0;
}

.career-btns:first-child {
    margin-right: 15px;
}

.jobs-grid {
    border-bottom: 1px #BFBFBF solid;
    padding: 30px 0;
}

.jobs-grid:last-child {
    margin-bottom: 150px;
}

.jobs-grid h3 {
    color: #15973F;
    font-size: 21px;
    text-transform: capitalize;
    font-family: 'Proxima Nova Rg';
    margin-top: 10px;
}

.jobs-grid p {
    font-size: 13px;
    font-family: 'Proxima Nova Rg';
}

#job-details {}

#job-details h3 {
    font-size: 21px;
    color: #15973F;
    margin: 0;
    text-transform: capitalize;
}

#job-details p {
    font-family: 'Proxima Nova Rg';
    font-size: 13px;
}

#job-details ul {
    list-style: disc;
    font-family: 'Proxima Nova Rg';
    color: #15973F;
    font-size: 15px;
    margin: 0 0 0 20px;
}

#job-details ul span {
    color: #000;
    font-size: 13px;
}

#upload-cv {
    color: #15973F;
    font-size: 21px;
}

#upload-cv .modal-body {
    padding-top: 100px;
    padding-bottom: 100px;
}

#thankyou .fa-check-circle {
    font-size: 48px;
}

.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.carousel-control .fa {
    color: #15973F;
    font-size: 30px;
    position: absolute;
    top: 50%;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control.left .fa {
    left: 20%;
}

.carousel-control.right .fa {
    right: 20%;
}

.carousel-indicators .active {
    background: #15973F;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    min-width: 100%;
}

.sticky-menu {
    position: absolute;
    top: 0;
    padding-top: 10px;
    z-index: 1;
}

.sticky-menu .logo-inside {
    display: none;
}

.affix {
    position: fixed !important;
    /*    background: #fff;*/
    width: 100%;
    left: 0;
    z-index: 100;
}

.affix .logo-inside {
    padding-bottom: 10px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: none;
    z-index: 100;
}

@media (max-width:1400px) {
    .services-colum:nth-child(3),
    .services-colum:nth-child(4) {
        margin-top: 2%;
    }
    .services-colum:nth-child(5),
    .services-colum:nth-child(6) {
        margin-top: 3.5%;
    }
    .services-colum:nth-child(7),
    .services-colum:nth-child(8) {
        margin-top: 0%;
    }
    .footer figure {
        margin-left: -100px;
    }
}


/*-- md --*/

@media (min-width:992px) and (max-width:1199px) {
    .navbar-collapse.collapse.in ul li a {
        padding: 10px 0;
        font-size: 12px;
    }
    .content-column p {
        font-size: 16px;
        line-height: 22px;
    }
    .content-column-detail strong {
        font-size: 19px;
        line-height: 24px;
    }
    .content-column-detail span {
        font-size: 16px;
        line-height: 30px;
    }
    .about-sec {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .about-us-bg {
        width: 455px;
        padding-left: 30px;
    }
    .about-us-bg p {
        font-size: 16px;
        line-height: 22px;
    }
    .about-us-bg ul li {
        font-size: 20px;
        line-height: 30px;
    }
    .services-colum:nth-child(1) {
        margin-left: 15%;
    }
    .services-colum:nth-child(2) {
        margin-right: 15%;
    }
    .services-colum:nth-child(7) {
        margin-left: 15%;
    }
    .services-colum:nth-child(8) {
        margin-right: 15%;
    }
    .services-colum:nth-child(5),
    .services-colum:nth-child(6) {
        margin-top: 5px;
    }
    .services-box-design a.services-link {
        padding: 50px 8px;
        font-size: 15px;
    }
    .services-overlay {
        padding: 50px 8px;
        width: 131px;
    }
    .services-overlay a {
        font-size: 15px;
        /*opacity: -1;*/
    }
    .services-overlay a:hover {
        opacity: 1;
    }
    .career-sec {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .career-column:first-child {
        padding-top: 80px;
    }
    .career-column p {
        font-size: 16px;
        line-height: 22px;
    }
    .career-column label {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
    .career-column h4 {
        font-size: 30.54px;
        line-height: 40.19px;
    }
    .career-column a.opening-btn {
        margin-top: 20px;
    }
    .media-sec {
        padding-bottom: 120px;
    }
    .media-column>img {
        margin-bottom: 10px;
    }
    .media-column strong {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .media-column p {
        font-size: 16px;
        line-height: 22px;
    }
    .footer {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .footer figure {
        top: -70px;
        margin-left: -26px;
    }
    .footer-column:first-child .footer-column-bg {
        margin-left: 55px;
    }
    .footer-column:last-child .footer-column-bg {
        margin-right: 55px;
    }
    .footer-column-bg {
        margin: 0 10px;
        padding: 20px 10px;
        min-height: 180px;
    }
    .footer-column-bg h4 {
        font-size: 16px;
    }
    .footer-column-bg ul {
        margin-top: 15px;
    }
    .footer-column-bg ul li {
        font-size: 14px;
        line-height: 22px;
    }
    .footer-bottom {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .copy-right span {
        font-size: 15px;
    }
    /*-- about page style start --*/
    .about-logo {
        bottom: 0px;
    }
    .about-page-content-column h4.heading {
        font-size: 42px;
    }
    .about-page-content-box ul li {
        font-size: 21px;
        margin-top: 15px;
    }
    .about-page-content-box ul li em {
        top: 5px;
    }
    .culture-column h3.heading {
        font-size: 64px;
        line-height: 90px;
    }
    .culture-column-bg {
        padding: 90px 78px;
    }
    .culture-column-bg p {
        font-size: 32px;
        line-height: 35px;
    }
    .about-page-column h4.heading {
        font-size: 60px;
        line-height: 100px;
    }
    .about-page-column p {
        font-size: 30px;
        line-height: 30px;
    }
    .about-page-column span {
        font-size: 24px;
        line-height: 40px;
        margin-top: 25px;
    }
    .about-page-column:nth-child(1) p {
        padding: 0 36px 0 36px;
    }
    /*-- team page style --*/
    .team-page-column h6.heading {
        font-size: 25px;
    }
    /*-- media page style --*/
    .media-page-column h3 {
        font-size: 23px;
        line-height: 34px;
    }
    .media-page-column p {
        font-size: 18px;
        line-height: 24px;
    }
    /*-- services page style --*/
    .services-page-right .services-page-right-bg {
        width: 600px;
        padding-top: 30px;
    }
    .services-page-right .services-page-right-bg ul.consulting li strong {
        font-size: 17px;
    }
    .services-page-right .services-page-right-bg ul.consulting li p {
        font-size: 14px;
        min-height: 307px;
        line-height: 22px;
    }
    .services-page-right .services-page-right-bg ul.consulting li a.brochure-btn {
        padding: 10px 10px;
        font-size: 14px;
    }
    .services-page-right .services-page-right-bg ul.etisalat li strong {
        font-size: 20px;
    }
    .services-page-right .services-page-right-bg ul.etisalat li p {
        font-size: 14px;
        min-height: 154px;
        line-height: 22px;
    }
    .services-colum:nth-child(3),
    .services-colum:nth-child(4) {
        margin-top: 2%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .services-colum:nth-child(5),
    .services-colum:nth-child(6) {
        margin-top: 1%%;
        margin-left: 5%;
        margin-right: 5%;
    }
}


/*-- sm --*/

@media (min-width:768px) and (max-width:991px) {
    .services-colum:nth-child(3),
    .services-colum:nth-child(4) {
        margin-top: 0%;
    }
    .send-btn.btn {
        font-size: 16px;
        padding: 10px 30px;
    }
    .heading {
        font-size: 40px;
        line-height: 50px;
    }
    .navbar-collapse.collapse.in ul li a {
        padding: 8px 0;
        font-size: 12px;
    }
    .logo {
        padding-bottom: 20px;
    }
    .content-sec {
        padding-bottom: 30px;
    }
    .content-column:first-child {
        padding-top: 30px;
    }
    .content-column p {
        font-size: 14px;
        line-height: 20px;
    }
    .content-column-detail {
        padding-top: 10px;
    }
    .content-column-detail strong {
        font-size: 14px;
        line-height: 20px;
    }
    .content-column-detail span {
        font-size: 14px;
        line-height: 30px;
    }
    .about-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about-us-bg {
        width: 345px;
        padding-left: 20px;
    }
    .about-us-bg h3.heading {
        line-height: 50px;
    }
    .about-us-bg p {
        font-size: 14px;
        line-height: 20px;
    }
    .about-us-bg ul li {
        font-size: 14px;
        line-height: 30px;
        padding-left: 20px;
    }
    .about-us-bg a.read-btn {
        margin-top: 10px;
    }
    .services-box-design a.services-link {
        padding: 43px 10px;
        font-size: 10px;
        width: 93px;
    }
    .services-overlay {
        padding: 40px 10px;
        width: 95px;
        line-height: 10px;
    }
    .services-overlay a {
        font-size: 10px;
        line-height: 10px;
    }
    .career-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .career-column:first-child {
        padding-top: 30px;
    }
    .career-column h3.heading {
        line-height: 50px;
    }
    .career-column p {
        font-size: 14px;
        line-height: 20px;
    }
    .career-column label {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .career-column h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .career-column span {
        font-size: 14px;
        line-height: 20px;
    }
    .career-column a.opening-btn {
        margin-top: 30px;
    }
    .media-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .media-column figure {
        margin-top: -60px;
    }
    .media-column>img {
        margin-bottom: 10px;
    }
    .media-column strong {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .media-column p {
        font-size: 14px;
        line-height: 20px;
    }
    .media-column a.read-btn {
        margin-top: 10px;
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer figure {
        top: -39px;
        margin-left: -25px;
    }
    .footer figure img {
        width: 50%;
    }
    .footer-column-bg {
        padding: 20px 10px;
        min-height: 160px;
    }
    .footer-column-bg h4 {
        font-size: 13px;
    }
    .footer-column-bg ul li {
        font-size: 12px;
        line-height: 20px;
    }
    .footer-bottom {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .copy-right span {
        font-size: 12px;
    }
    /*-- about page style start --*/
    .about-logo {
        bottom: 46px;
    }
    .about-logo a img {
        width: 58%;
    }
    .about-page-content-column h4.heading {
        font-size: 43px;
        line-height: 50px;
    }
    .about-page-content-detail {
        padding-top: 30px;
    }
    .about-page-content-detail p {
        font-size: 14px;
        line-height: 20px;
    }
    .about-page-content-box {
        margin-top: 20px;
    }
    .about-page-content-box ul li {
        font-size: 14px;
        margin-top: 10px;
        padding-left: 20px;
    }
    .about-page-content-box ul li em {
        font-size: 8px;
        top: 5px;
    }
    .culture-sec {
        padding-top: 30px;
    }
    .culture-column h3.heading {
        font-size: 50px;
        line-height: 80px;
    }
    .culture-column-bg {
        height: 550px;
        width: 550px;
        padding: 80px 60px;
    }
    .culture-column-bg p {
        font-size: 24px;
        line-height: 30px;
    }
    .culture-column-bg span {
        font-size: 20px;
    }
    .about-page-sec {
        margin-top: -130px;
    }
    .about-page-column {
        padding-top: 90px;
    }
    .about-page-column h4.heading {
        font-size: 50px;
        line-height: 70px;
    }
    .about-page-column p {
        font-size: 20px;
        line-height: 26px;
    }
    .about-page-column:nth-child(1) p {
        padding: 0 23px 0 23px;
    }
    .about-page-column span {
        font-size: 18px;
        line-height: 30px;
        margin-top: 30px;
    }
    /*-- team page style --*/
    .team-page-sec {
        padding-top: 30px;
    }
    .row.team-page-row {
        margin-bottom: 20px;
    }
    .team-page-column {
        margin-top: 30px;
    }
    .team-page-column figure img {
        margin-bottom: 10px;
    }
    .team-page-column h6.heading {
        font-size: 19px;
        line-height: 30px;
    }
    .team-page-column strong {
        font-size: 15.6px;
        min-height: 44px;
        margin-bottom: 15px;
    }
    .staff-group {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    /*-- media page style --*/
    .media-page-sec {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .media-page-row {
        margin-top: 30px;
    }
    .media-page-column h3 {
        font-size: 20px;
        line-height: 34px;
    }
    .media-page-column p {
        font-size: 14px;
        line-height: 20px;
    }
    .media-page-column a.story-btn {
        margin-top: 15px;
        padding: 10px 20px;
    }
    /*-- contact page style --*/
    .form-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .form-detail form .fields-colm .form-control {
        height: 40px;
        padding: 5px 25px;
        font-size: 14px;
    }
    textarea.form-control {
        height: 140px !important;
    }
    .form-detail form .fields-colm button.send-btn {
        margin-top: 15px;
        padding: 17px 85px;
    }
    .form-detail form {
        margin-bottom: 30px;
    }
    .contact-page-column img {
        margin-bottom: 20px;
    }
    .contact-page-column h4 {
        font-size: 24px;
        line-height: 26px;
    }
    .contact-page-column p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact-page-column ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .contact-page-column-row:before {
        margin-left: -65px;
    }
    /*-- services page style --*/
    .services-page-content-detail {
        padding-top: 30px;
    }
    .services-page-content-detail p {
        font-size: 14px;
        line-height: 20px;
    }
    .services-page-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .row.services-sec-row {
        margin-bottom: 30px;
    }
    .services-page-right .services-page-right-bg {
        width: 470px;
        padding-top: 10px;
    }
    .services-page-right .services-page-right-bg h4.heading {
        font-size: 30px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .services-page-right .services-page-right-bg strong {
        font-size: 20px;
        line-height: 24px;
    }
    .services-page-right .services-page-right-bg p {
        font-size: 14px;
        line-height: 20px;
    }
    .services-page-right .services-page-right-bg span {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .services-page-right .services-page-right-bg ul.promotions li {
        font-size: 14px;
        line-height: 20px;
    }
    .services-page-right .services-page-right-bg ul.promotions li em {
        margin-top: 4px;
    }
    .services-page-right .services-page-right-bg ul.activations-link {
        padding-bottom: 5px;
        margin-top: 10px;
    }
    .services-page-right .services-page-right-bg ul.activations-link li {
        margin-bottom: 2px;
        padding: 5px 20px;
    }
    .services-page-right .services-page-right-bg ul.activations-link li a {
        font-size: 14px;
    }
    .services-page-right .services-page-right-bg a.gallery-btn {
        padding: 5px 18px;
    }
    .services-page-right .services-page-right-bg ul.consulting {
        margin-top: 10px;
    }
    .services-page-right .services-page-right-bg ul.consulting li strong {
        font-size: 13px;
    }
    .services-page-right .services-page-right-bg ul.consulting li p {
        font-size: 12px;
        min-height: 240px;
        line-height: 16px;
    }
    .services-page-right .services-page-right-bg ul.consulting li a.brochure-btn {
        padding: 8px 10px;
        font-size: 11px;
        margin-top: 10px;
    }
    .services-page-right .services-page-right-bg ul.etisalat li strong {
        font-size: 16px;
    }
    .services-page-right .services-page-right-bg ul.etisalat li p {
        font-size: 12px;
        min-height: 128px;
        line-height: 16px;
    }
    .services-page-right .services-page-right-bg ul.etisalat li a.packages-btn {
        padding: 10px 40px;
        font-size: 14px;
        margin-top: 20px;
    }
}


/*-- xs --*/

@media (max-width:767px) {
    .send-btn.btn {
        font-size: 16px;
        padding: 10px 35px;
        display: block;
    }
    .heading {
        font-size: 50px;
        line-height: 60px;
        text-align: center;
    }
    .header>img {
        display: none;
    }
    .top-links {
        position: static;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #ececee;
    }
    .navbar-header a img {
        width: 30%;
        display: inline-block;
    }
    .navbar-toggle {
        float: right;
        margin-top: 40px;
        margin-right: 0;
        margin-left: 10px;
    }
    .navbar-header span.title {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        float: right;
        margin-top: 45px;
    }
    .navbar-collapse.collapse.in {
        margin-top: 10px;
    }
    .navbar-collapse.collapse.in ul {
        margin: 0;
    }
    .navbar-collapse.collapse.in ul li a {
        padding: 10px 0;
    }
    .sticky-menu {
        padding-top: 0;
    }
    .content-sec {
        padding-bottom: 30px;
        padding-top: 150px;
    }
    .back-to-top {
        bottom: 50px;
    }
    .content-column:first-child {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .content-column p {
        font-size: 14px;
        line-height: 20px;
    }
    .content-column-detail {
        padding-top: 10px;
    }
    .content-column-detail strong {
        font-size: 20px;
        line-height: 24px;
    }
    .content-column-detail span {
        font-size: 16px;
        line-height: 24px;
    }
    .about-sec {
        padding-top: 30px;
        padding-bottom: 30px;
        float: left;
        width: 100%;
    }
    .about-us-column {
        width: 100%;
    }
    .about-us-bg {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    .about-us-bg h3.heading {
        line-height: 60px;
    }
    .about-us-bg p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .about-us-bg ul li {
        font-size: 16px;
        line-height: 30px;
        padding-left: 20px;
    }
    .services-caption {
        position: static;
        padding-bottom: 0;
    }
    .services-colum {
        float: left;
        width: 50%;
        margin-top: 15px;
    }
    .services-colum:nth-child(1),
    .services-colum:nth-child(2) {
        margin-top: 0;
    }
    .services-colum:nth-child(1),
    .services-colum:nth-child(7) {
        margin-left: 0;
    }
    .services-colum:nth-child(2),
    .services-colum:nth-child(8) {
        margin-right: 0;
    }
    .services-box-design a.services-link {
        right: 0;
        padding: 100px 8px;
        width: 165px;
        margin: 0 auto;
    }
    .services-overlay {
        padding: 100px 8px;
        width: 210px;
        margin: 0 auto;
    }
    .career-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .career-column:first-child {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .career-column h3.heading {
        line-height: 60px;
    }
    .career-column p {
        font-size: 14px;
        line-height: 20px;
    }
    .career-column label {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0px;
    }
    .career-column h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .career-column span {
        font-size: 14px;
        line-height: 20px;
    }
    .career-column a.opening-btn {
        margin-top: 20px;
    }
    .media-sec {
        padding-top: 0;
        padding-bottom: 30px;
        margin-top: 30px;
    }
    .media-column figure {
        margin-top: -30px;
    }
    .media-column>img {
        margin: 0 auto 20px;
        float: none;
    }
    .media-column strong {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }
    .media-column p {
        font-size: 14px;
        line-height: 20px;
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer figure {
        display: none;
    }
    .footer-column {
        border-right: none;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer-column:last-child {
        margin-bottom: 0;
    }
    .footer-column-bg {
        padding: 20px;
        margin: 0px;
        min-height: 180px;
        border-bottom: 1px solid #f1f1f1;
    }
    .footer-column-bg ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .footer-bottom {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .copy-right {
        text-align: center;
    }
    .copy-right span {
        font-size: 14px;
    }
    /*-- about page style start --*/
    .about-page-content-column {
        margin-top: 30px;
    }
    .about-page-content-column h4.heading {
        font-size: 50px;
        line-height: 60px;
    }
    .about-page-content-detail {
        padding-top: 20px;
    }
    .about-page-content-detail p {
        font-size: 14px;
        line-height: 20px;
    }
    .about-page-content-box {
        margin-top: 10px;
        width: 50%;
    }
    .about-page-content-box ul li {
        font-size: 14px;
        margin-top: 5px;
        padding-left: 20px;
    }
    .about-page-content-box ul li em {
        font-size: 10px;
        top: 3px;
    }
    .culture-sec {
        padding-top: 30px;
    }
    .culture-column h3.heading {
        font-size: 45px;
        line-height: 50px;
    }
    .culture-column-bg {
        height: 450px;
        width: 450px;
        padding: 80px 10px;
    }
    .culture-column-bg p {
        font-size: 20px;
        line-height: 26px;
    }
    .culture-column-bg span {
        font-size: 16px;
    }
    .about-page-column:nth-child(1) {
        padding-top: 0;
        margin-top: -150px;
        z-index: 20;
    }
    .about-page-column figure {
        border: none;
        border-radius: 100%;
    }
    .about-page-column figure img {
        display: inline-block;
        border: 28px solid #ebebeb;
        border-radius: 100%;
    }
    .about-page-column:nth-child(2),
    .about-page-column:nth-child(3) {
        padding-top: 20px;
    }
    .about-page-column h4.heading {
        font-size: 50px;
        line-height: 60px;
    }
    .about-page-column p {
        font-size: 14px;
        line-height: 20px;
    }
    .about-page-column span {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    .about-page-sec {
        margin-top: 10px;
    }
    .about-caption {
        position: static;
        padding-bottom: 0;
    }
    /*-- team page style --*/
    .team-page-sec {
        padding-top: 30px;
    }
    .row.team-page-row {
        margin-bottom: 20px;
    }
    .team-page-column {
        margin-top: 20px;
    }
    .team-page-column:nth-child(1) {
        margin-top: 0px;
    }
    .team-page-column:nth-child(2),
    .team-page-column:nth-child(3) {
        margin-top: 20px
    }
    .team-page-column figure img {
        margin-bottom: 10px;
    }
    .team-page-column strong {
        margin-bottom: 10px;
    }
    .team-page-column a.contact-btn {
        font-size: 16px;
        padding: 10px 18px;
    }
    .team-page-column a.contact-btn em {
        margin-right: 10px;
    }
    .staff-group {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /*-- media page style --*/
    .media-page-sec {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .media-page-row {
        margin-top: 30px;
    }
    .media-page-column img {
        margin-bottom: 10px;
    }
    .media-page-column {
        text-align: center;
    }
    .media-page-column h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .media-page-column p {
        font-size: 14px;
        line-height: 20px;
    }
    .media-page-column a.story-btn {
        margin-top: 20px;
        padding: 10px 35px;
    }
    /*-- contact page style --*/
    .form-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .form-detail form .fields-colm {
        margin-bottom: 7px;
    }
    .form-detail form .fields-colm .form-control {
        height: 35px;
        padding: 10px 25px;
        font-size: 14px;
        border-radius: 20px;
    }
    textarea.form-control {
        height: 100px !important;
    }
    .form-detail form .fields-colm button.send-btn {
        margin-top: 10px;
        padding: 10px 35px;
        width: 100%;
    }
    .form-detail form {
        margin-bottom: 30px;
    }
    .contact-page-column {
        text-align: center;
        margin-bottom: 20px;
    }
    .contact-page-column:last-child {
        margin-bottom: 0px;
    }
    .contact-page-column img {
        margin-bottom: 10px;
        display: inline-block;
    }
    .contact-page-column p {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }
    .contact-page-column-row:before {
        width: 94%;
        height: 1px;
        left: 15px;
        margin-left: 0;
        top: 53%;
        margin-top: -24px;
    }
    .contact-page-column ul li {
        font-size: 15px;
        margin-bottom: 5px;
        text-align: left;
    }
    /*-- services page style --*/
    .services-page-content-detail {
        padding-top: 20px;
    }
    .services-page-content-detail h4.heading {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .services-page-content-detail p {
        font-size: 14px;
        line-height: 20px;
    }
    .services-page-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .services-page-left {
        text-align: center;
    }
    .services-page-left img {
        display: inline-block;
    }
    .services-page-right .services-page-right-bg {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }
    .services-page-right .services-page-right-bg h4.heading {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .services-page-right .services-page-right-bg strong {
        font-size: 18px;
        line-height: 22px;
    }
    .services-page-right .services-page-right-bg p {
        font-size: 14px;
        line-height: 20px;
    }
    .services-page-right .services-page-right-bg span {
        font-size: 13px;
        line-height: 18px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .services-page-right .services-page-right-bg ul.promotions {
        text-align: left;
    }
    .services-page-right .services-page-right-bg ul.promotions li {
        font-size: 16px;
        line-height: 22px;
    }
    .services-page-right .services-page-right-bg ul.promotions li em {
        font-size: 7px;
        margin-top: 8px;
    }
    .services-page-right .services-page-right-bg ul.activations-link {
        padding-bottom: 5px;
        margin-top: 20px;
    }
    .services-page-right .services-page-right-bg ul.activations-link li {
        margin-bottom: 4px;
        padding: 5px 20px;
    }
    .services-page-right .services-page-right-bg ul.activations-link li a {
        font-size: 15px;
    }
    .services-page-right .services-page-right-bg a.gallery-btn {
        padding: 10px 28px;
    }
    .row.services-sec-row {
        margin-bottom: 20px;
    }
    .services-page-right .services-page-right-bg ul.consulting {
        margin-top: 10px;
    }
    .services-page-right .services-page-right-bg ul.consulting li {
        width: 100%;
        float: left;
        border-bottom: 1px solid #c1c1c1;
        border-right: none;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .services-page-right .services-page-right-bg ul.consulting li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .services-page-right .services-page-right-bg ul.consulting li strong {
        font-size: 20px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        display: inline-block;
        border-bottom: 1px solid #c1c1c1;
    }
    .services-page-right .services-page-right-bg ul.consulting li p {
        font-size: 14px;
        min-height: auto;
    }
    .services-page-right .services-page-right-bg ul.consulting li a.brochure-btn {
        padding: 10px 18px;
    }
    .services-page-right .services-page-right-bg ul.etisalat {
        margin-top: 10px;
    }
    .services-page-right .services-page-right-bg ul.etisalat li {
        width: 100%;
        border-bottom: 1px solid #c1c1c1;
        padding-right: 0;
        border-right: none;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .services-page-right .services-page-right-bg ul.etisalat li:last-child {
        border-bottom: none;
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .services-page-right .services-page-right-bg ul.etisalat li strong {
        font-size: 20px;
        border-bottom: 1px solid #c1c1c1;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .services-page-right .services-page-right-bg ul.etisalat li p {
        font-size: 14px;
        min-height: auto;
    }
    .services-page-right .services-page-right-bg ul.etisalat li a.packages-btn {
        padding: 10px 35px;
    }
}

@media (max-width: 479px) {
    .heading {
        font-size: 40px;
        line-height: 45px;
    }
    .navbar-toggle {
        margin-top: 40px;
    }
    .navbar-header span.title {
        font-size: 16px;
        margin-top: 43px;
    }
    .content-column {
        text-align: center;
    }
    .sevices-sec .item>img {
        display: none;
    }
    .services-colum {
        width: 100%;
        margin-top: 10px;
    }
    .services-colum:nth-child(2) {
        margin-top: 10px;
    }
    .services-box-design a.services-link {
        padding: 82px 8px;
    }
    .services-overlay {
        width: 208px;
        padding: 82px 8px;
    }
    /*-- about page style start --*/
    .about-page-content-column {
        margin-top: 20px;
    }
    .about-page-content-column h4.heading {
        font-size: 40px;
        line-height: 45px;
    }
    .about-page-content-box {
        margin-top: 10px;
        width: 100%;
    }
    .about-page-content-box:nth-child(2) {
        margin-top: 0;
    }
    .about-page-content-box ul {
        margin-bottom: 5px;
    }
    .culture-sec {
        padding-top: 20px;
    }
    .culture-column h3.heading {
        font-size: 30px;
        line-height: 45px;
    }
    .culture-column-bg {
        height: 285px;
        width: 285px;
        padding: 40px 20px;
        border: 20px solid #ebebeb;
    }
    .culture-column-bg p {
        font-size: 14px;
        line-height: 20px;
    }
    .culture-column-bg span {
        font-size: 12px;
    }
    .about-page-column:nth-child(1) {
        margin-top: -90px;
    }
    .about-page-column figure img {
        border: 10px solid #ebebeb;
    }
    .about-page-column h4.heading {
        font-size: 40px;
        line-height: 45px;
    }
    .about-page-column span {
        font-size: 14px;
        line-height: 20px;
    }
    /*-- contact page style --*/
    .contact-page-column-row:before {
        width: 90%;
        left: 15px;
        top: 54%;
    }
}

@media (min-width:768px) {
    .sevices-sec .item>img {
        height: 412px;
    }
}

@media (min-width:992px) {
    .sevices-sec .item>img {
        height: 550px;
    }
}

@media (min-width:1100px) {
    .services-colum:nth-child(5),
    .services-colum:nth-child(6) {
        margin-top: 6%;
    }
    .services-colum:nth-child(7),
    .services-colum:nth-child(8) {
        margin-top: 1%;
    }
    .services-colum:nth-child(7) {
        margin-left: 13%;
    }
    .services-colum:nth-child(8) {
        margin-right: 13%;
    }
    .sevices-sec .item>img {
        height: 615px;
    }
}

@media (min-width:1200px) {
    .sevices-sec .item>img {
        height: 765px;
    }
}

@media (min-width:1401px) {
    .sevices-sec .item>img {
        height: 785px;
    }
}

@media (min-width: 1700px) {
    .container {
        width: 1470px;
    }
    footer .container {
        width: 1170px;
    }
    .services-colum:nth-child(7),
    .services-colum:nth-child(8) {
        margin-top: 0;
    }
    .services-link {
        padding: 94px 8px;
    }
    .services-overlay {
        padding: 94px 8px;
        left: 3px;
        width: 97%;
    }
    .twoLines {
        padding: 84px 8px;
    }
    .sevices-sec .item>img {
        height: 1000px;
    }
}


/*-- modal --*/

.custom-modal-dialog .modal-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 42px;
}

.custom-modal-dialog {
    width: 1060px;
}

.custom-modal-dialog .modal-content {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.98);
}

.custom-modal-dialog .modal-content .modal-header {
    padding-top: 28px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: none;
}

.tabdetail {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

.tabdetail .tab-content {}

.tabdetail .tab-content .modal-column {
    border-right: 1px solid #e7e7e6;
}

.tabdetail .tab-content .modal-column .modal-column-bg {
    min-height: 200px;
    padding: 0 10px;
}

.tabdetail .tab-content:last-child .modal-column {
    border-right: none;
}

.tabdetail .tab-content .modal-column .modal-column-bg p {
    border-bottom: 1px solid #eaeaea;
    color: #3b3b3b;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.tabdetail .tab-content .modal-column .modal-column-bg p em {
    margin-right: 16px;
    font-size: 20px;
}

.tabdetail .tab-content .modal-column .modal-column-bg ul {}

.tabdetail .tab-content .modal-column .modal-column-bg ul li {
    color: #9dbb59;
    font-size: 13px;
    line-height: 15px;
}

.tabdetail .tab-content .modal-column .modal-column-bg ul li span {
    color: #061925;
}

.tabdetail .tab-content .modal-column .modal-column-bg h6 {
    margin-bottom: 6px;
}

.modal-column-logo {
    margin-bottom: 20px;
}

.modal-column-logo figure img {
    display: inline-block;
}

.price {
    padding-top: 30px;
}

.tablinks {
    text-align: right;
}

.custom-modal-dialog ul.custom-navtabs {
    border: none;
    display: inline-block;
}

.custom-modal-dialog ul.custom-navtabs li {
    padding: 0px 15px;
}

.custom-modal-dialog ul.custom-navtabs li a {
    border: none;
    border-radius: 0;
    padding: 0;
}

.custom-modal-dialog ul.custom-navtabs li.active a {
    background: transparent;
    border: none;
}

.custom-modal-dialog ul.custom-navtabs li a:hover {
    border: none;
}

button.sen-btn {
    padding: 12px 18px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 20px 50px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #259a47;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}


/*-- 29 dec 016 --*/

@media (min-width: 768px) {
    .services-colum:nth-child(1),
    .services-colum:nth-child(7) {
        margin-left: 15%;
    }
    .services-colum:nth-child(2),
    .services-colum:nth-child(8) {
        margin-right: 15%;
    }
    .about-page-column p {
        min-height: 160px;
    }
}

@media (max-width: 767px) {
    .sticky-menu {
        width: 100%;
    }
    .content-sec {
        padding-bottom: 30px;
        padding-top: 30px !important;
        margin-top: 0px;
    }
    .about-page-content-sec,
    .team-page-content-sec {
        margin-top: 99px;
    }
    .services-colum:nth-child(7),
    .services-colum:nth-child(8) {
        margin-top: 3.5%;
    }
    .about-page-column p {
        min-height: 40px;
    }
    .services-colum:nth-child(7),
    .services-colum:nth-child(8) {
        margin-top: 10px;
    }
    .careers-openings {
        margin-bottom: 30px;
    }
    .navbar-header a img {
        width: 19%;
        display: inline-block;
    }
}

@media (max-width: 479px) {
    .services-colum:nth-child(7),
    .services-colum:nth-child(8) {
        margin-top: 10px;
    }
    .about-page-content-sec,
    .team-page-content-sec {
        margin-top: 145px;
    }
    .about-page-column p {
        min-height: 40px;
    }
    .careers-openings {
        margin-bottom: 30px;
    }
    .careers-openings span {
        font-size: 28px;
    }
    .contact-page-column-row:before {
        top: 50%;
        margin-top: 0;
    }
    .navbar-header a img {
        width: 40%;
        display: inline-block;
    }
    .content-sec {
        margin-top: 0px;
    }
}