﻿body {
    font-family: 'Segoe UI';
}

    body::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    /* Handle */
    body::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background: #DDD;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

        body::-webkit-scrollbar-thumb:window-inactive {
            background: #DDD;
        }

textarea {
    resize: none;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century-gothic/Century Gothic.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/open-sans/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'CabinSketch-Bold';
    src: url('../fonts/captchaFonts/CabinSketch-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'LoveYaLikeASisterSolid';
    src: url('../fonts/captchaFonts/LoveYaLikeASisterSolid.ttf') format('truetype');
}

a {
    text-decoration: none;
    font-size: 15px;
}

    a:hover {
        text-decoration: none;
        font-size: 15px;
    }

p {
    margin: 0px;
    margin-bottom: 0px;
    font-size: 1.1em;
    line-height: 1.5;
}

.mainmenus {
    display: block;
    position: relative;
    width: 25%;
    height: 100%;
    min-height: 65px;
    max-height: 65px;
    vertical-align: middle;
    cursor: pointer;
}

    .mainmenus > a:hover {
        text-decoration: none;
    }

.mainmenus_border:hover {
    color: #D53D52;
    border-bottom: 5px solid #D53D52;
}

.MainBanner {
    display: block;
}

.MinMenu {
    display: none;
}

DesktopBtn {
    display: block;
}

.MobileBtn {
    display: none;
}

.LogoMin {
    display: inline-block;
}

.NavBtn {
    display: inline-block;
    padding: 15px;
}

.listServcieMenu {
    display: table;
    width: 100%;
}

.listServciedv {
    width: 20%;
    padding: 10px;
    float: left;
}

#ConnectUsBtnRite {
    transition: 0.5s;
    padding: 0px;
    position: fixed;
    top: 45%;
    left: 0px;
    display: none;
}

#ConnectUsBtn {
    transition: 0.5s;
    padding: 0px;
    position: fixed;
    top: 45%;
    left: 0px;
    display: none;
}


.ConnectUs {
    overflow: auto;
    overflow-x: hidden;
    height: 400px;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 30%;
    left: 0;
    background-color: rgb(255,255,255);
    border: 1px solid #d53d52;
    border-left: none;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    display: none;
}

.ConnectClose {
    display: block;
}

.BannerCorrection {
    width: 100%;
    height: 300px;
}

.SidemenuPopupSep {
    background-color: #D53D52;
    color: #fff;
    font-size: 16px;
    padding: 0px 5px;
}

@media screen and (max-width: 800px) {
    .MainBanner {
        display: none;
    }

    .MinMenu {
        display: block;
    }

    .DesktopBtn {
        display: none;
    }

    .menufun {
        display: none;
    }

    .MobileBtn {
        display: block;
    }

    #ConnectUsBtn {
        display: none;
    }

    #ConnectUsBtnRite {
        display: block;
        top: 10%;
    }

    .ConnectUs {
        display: block;
        top: 10%;
    }

    .ConnectClose {
        display: none;
    }

    .BannerCorrection {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 800px) {
    .listServciedv {
        width: 100%;
    }
}

.MainMenuBtns {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 0px;
    padding: 5px 10px;
}

.innerbtn {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-top: 22px;
    color: #000;
    font-size: 1em;
}

@media screen and (max-width: 600px) {
    .MainMenuBtns {
        font-size: 12px;
    }
}

.MainMenuBtns:hover {
    text-decoration: none;
    background-color: #D53D52;
    color: #fff;
}

.MainMenuBtns:active {
    text-decoration: none;
    color: #fff;
}

.MainMenuBtns:focus {
    text-decoration: none;
    color: #fff;
}


.menufun {
    padding: 0px;
}


.foot {
    margin-bottom: 0px;
    color: #ffffff;
    background-color: #D53D52;
    font-size: 13px;
    padding: 5px;
}

.soicallink {
    background-color: #242659;
    margin-right: 0px;
    margin-top: -1px;
}

.bgicon {
    color: #ffffff;
}

.mainicon {
    color: #242659;
    font-size: 24px;
    cursor: pointer;
}

.BottomHeader {
    color: #D53D52;
    font-size: 1.3em;
    cursor: pointer;
    font-family: 'Century Gothic';
}

.BottomContent > p {
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 1.5;
    cursor: pointer;
}

    .BottomContent > p > a {
        color: #ffffff;
        margin-bottom: 0px;
        line-height: 1.5;
        cursor: pointer;
    }

/*.BottomContent > p:hover {
        color: #D53D52;
    }*/

.LinkText {
    color: #D53D52;
    font-size: 1.3em;
    line-height: 2;
    text-decoration: none;
    cursor: pointer;
}

.ServiceMainIcon {
    background-color: #242659;
    border-radius: 0%;
    height: 175px;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
}

    .ServiceMainIcon:hover {
        background-color: #D53D52;
        cursor: pointer;
        box-shadow: inset 0px 0px 8px 0px rgba(255,255,255,0.5);
    }

    .ServiceMainIcon > img {
        /*max-width: 100%;
        height: 100%;
        margin-top: 35px;
        margin-bottom:35px;*/
        height: 175px;
        width: 100%;
    }

.ServicesTextBtn {
    font-size: 1.4em;
    padding: 5px 0px;
    color: #242659;
    font-family: Century Gothic;
    cursor: pointer;
}

.SitesHead > p {
    color: #D53D52;
    font-size: 1.4em;
    padding: 0px 10px 10px 10px;
    font-weight: bold;
    font-family: Century Gothic;
}

.ServicesHeaderText {
    color: #D53D52;
    font-size: 1.4em;
    padding: 0px 10px 5px 15px;
    font-family: Century Gothic;
    font-weight: bold;
}
.Siteborder{
    border:1px solid #d83c53;
    border-radius:10px;
}
@media screen and (max-width:768px) {.Siteborder{border:none}}
.oursites{
    position:absolute;
    transform:translate(-50%,-50%);
    left:15%;
    top:-2%;
    background-color:white;
    padding:2px 5px;
    font-weight:bold;
    color:#d83c53;
    font-family: Century Gothic;
    font-size:1.3em;
}
.o2img {
    padding: 15px;
    height: 115px;
    border: 1px solid #d83c53;
    border-radius: 10px;
    float: right;
    margin-left: auto;
    margin-right: auto;
}
.mss {
    padding: 5px;
    height: 115px;
    border: 1px solid #d83c53;
    border-radius: 10px;
    float: right;
    margin-left: auto;
    margin-right: auto;
    cursor:pointer;
}
.carbontext{
    position:absolute;
    transform:translate(-50%,-50%);
    left:63%;
    top:70%;
    text-overflow:clip;
    font-family: Century Gothic;
    font-size:1.3em;
    color:#80c723;
    font-weight:bold;
    cursor:pointer;
}
.carbontext p{
    width:100%;
}
@media screen and (max-width:1400px) {.o2img{width:400px} .carbontext{left:65%; font-size:1.2em}}
@media screen and (max-width:1200px) {.o2img{height:100px} .carbontext{left:63%; font-size:1.1em} .mss{height:100px;}}
@media screen and (max-width:1100px) {.o2img{height:100px; width:350px} .carbontext{font-size:1em} .mss{height:100px;}}
@media screen and (max-width:900px) {.o2img{height:100px; width:auto} .carbontext{font-size:0.9em; left:55%} .mss{height:100px;}}
@media screen and (max-width:768px) {.o2img{height:100px; border:none; width:auto} .carbontext{left:55%; font-size:2.5vw} .mss{height:100px; border:none;}}
.OtherSiteLinkIcon {
    text-align: center;
    padding: 15px 0px;
}

    .OtherSiteLinkIcon > a > img {
        width: 200px;
        height: 80px;
    }
    @media screen and (max-width:1200px) {.OtherSiteLinkIcon > a > img{ width:150px; height:60px}}

.connectWith {
    background-color: #AAADDA;
    height: 350px;
    position: relative;
}

.MainBannerText {
    text-align: center;
    white-space: nowrap;
    color: white;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ConnectTitle {
    font-size: 3em;
    text-align: center;
    color: #ffffff;
    font-family: 'OpenSans-Light';
    font-weight: bold;
}

.ConnectContent {
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ConnectText {
    margin-bottom: 5%;
}

.ConnectTextHead {
    margin-top: 7%;
}

.submitbtn {
    background-color: #D53D52;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    border: 0px;
    cursor: pointer;
}


.dvCaptcha {
    border: 1px solid #242659;
    width: 37%;
    float: left;
    padding: 0px 10px;
    text-align: center;
    background-color: rgb(255,255,255);
}

    .dvCaptcha > del > p {
        font-size: 28px;
        line-height: 1.2;
        font-family: 'CabinSketch-Bold';
    }

.dvCaptchaVal {
    width: 45%;
    float: left;
    margin-left: 5px;
}

.dvCaptchaRef {
    width: 9%;
    float: left;
    margin-left: 10px;
    text-align: center;
}

    .dvCaptchaRef > img {
        width: 30px;
        height: 30px;
        cursor: pointer;
    }


/********************************************************About us Page***************************************************/
.aboutustop > h3 {
    color: #D53D52;
}

.aboutmanagement > h3 {
    color: #D53D52;
}

.aboutpoint {
    padding-left: 0px;
    padding-right: 0px;
    font-family: 'OpenSans-Light';
}

.aboutusheader {
    font-size: 2.5em;
    color: #242659;
    font-family: 'OpenSans-Light';
    font-weight: bold;
}

    .aboutusheader > span {
        font-size: 1em;
        color: #D53D52;
    }

.aboutusmatter > p {
    color: #000;
    margin-bottom: 10px;
}

/********************************************************About us Page***************************************************/

/********************************************************Contact Us page*******************************************************/
.AdyarAddr {
    max-height: 400px;
    min-height: 220px;
    border: 1px solid #e2e2e2;
    background-color: #F2F2F2;
}

.AdyarHeader {
    background-color: #E6E6E6;
    position: relative;
    border-bottom: 2px solid #CECECE;
}

    .AdyarHeader > p {
        color: #636363;
        padding: 8px;
        font-size: 20px;
        margin-bottom: 0px;
        font-family: 'Century Gothic';
    }

    .AdyarHeader > img {
        position: absolute;
        right: 8px;
        top: 8px;
        cursor: pointer;
    }

.AdyarDetail {
    padding: 10px 0px 0px 10px;
}


.VelaAddr {
    max-height: 400px;
    min-height: 220px;
    border: 1px solid #e2e2e2;
    background-color: #F2F2F2;
}

.VelaHeader {
    background-color: #E6E6E6;
    position: relative;
    border-bottom: 2px solid #CECECE;
}

    .VelaHeader > p {
        color: #636363;
        padding: 8px;
        font-size: 20px;
        margin-bottom: 0px;
        font-family: 'Century Gothic';
    }

    .VelaHeader > img {
        position: absolute;
        right: 8px;
        top: 8px;
        cursor: pointer;
    }

.VelaDetail {
    padding: 10px 0px 0px 10px;
}

.OfficeAdd {
    font-size: 15px;
    color: #636363;
}

.OfficeName {
    font-size: 18px;
    color: #636363;
}
/********************************************************Contact Us page*******************************************************/


/**********************************************************Careers***************************************************/
.openingsbtn {
    background-color: #242659;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

    .openingsbtn:hover {
        background-color: #fff;
        color: #242659;
    }

.careerbtn {
    padding-top: 2%;
    padding-bottom: 8%;
    padding-left: 30%;
}

.careercontent > h3 {
    text-align: center;
    color: #D53D52;
    margin-top: 10px;
    font-family: 'OpenSans-Light';
    font-weight: bold;
}

.careercontent > hr {
    border: 1px solid #D53D52;
    width: 85%;
    margin-top: 0px;
    margin-bottom: 5px;
}

.workdsm {
    padding-left: 0%;
    padding-right: 0%;
}

    .workdsm > p {
        text-align: left;
        font-size: 1.2em;
        color: #000;
        padding: 10px;
    }

.CurrentOpen {
    background-color: #D53D52;
}

    .CurrentOpen > h3 {
        color: #ffffff;
        padding: 10px;
        margin: 0px;
        text-align: center;
    }

.OpeningsTable {
    overflow-x: auto;
    padding-left: 0%;
    padding-right: 0%;
    margin-bottom: 10px;
}

    .OpeningsTable > table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        border: 1px solid #ddd;
    }

        .OpeningsTable > table > tbody > tr > th {
            border: none;
            text-align: center;
            padding: 8px;
            background-color: #9799C1;
            color: #fff;
        }

        .OpeningsTable > table > tbody > tr > td {
            border: none;
            text-align: center;
            padding: 8px;
        }

        .OpeningsTable > table > tbody > tr:nth-child(even) {
            background-color: #f2f2f2;
        }


.MailInforma {
    text-align: center;
}

.InformationCandi {
    color: #242659;
    margin-bottom: 10px;
}

.HrMail {
    color: #D53D52;
    font-size: 18px;
}

    .HrMail:hover {
        color: #D53D52;
        font-size: 18px;
    }

.UploadBox {
    border: 2px solid #D53D52;
}

.UploadHeader {
    background-color: #D53D52;
    color: #fff;
    padding: 5px;
}

.CurrentHeaderText {
    color: #D53D52;
    font-size: 1.5em;
}

.UploadContent {
    padding: 2%;
}

    .UploadContent > p {
        color: #D53D52;
    }

    .UploadContent > button {
        background-color: #D53D52;
        color: #fff;
        border: none;
        margin: 5px 0px 0px 0px;
        padding: 6px 12px;
        border-radius: 5px;
    }

.CVupload > input {
    border: 1px solid #D53D52;
}

.CVupload > span {
    background-color: #D53D52;
    color: #fff;
    border: 1px solid #D53D52;
}

.CareeerApply {
    background-color: #D53D52;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 0px;
    outline: none;
}

.ApplyNowPopup {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    top: 0%;
    left: 0%;
    position: fixed;
    display: none;
}

.ApplyContent {
    position: absolute;
    overflow: hidden;
    width: 70%;
    height: 500px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
    .ApplyContent {
        width: 95%;
    }

    .ApplyNowBg {
        display: none;
    }
}

.PopupCloseCareer {
    float: right;
    cursor: pointer;
}

.CareerText > p {
    font-size: 16px;
    color: #000;
    margin-bottom: 2px;
}

.CareerText > .ConnectText {
    margin-bottom: 1%;
    outline: none;
    border: none;
    border-radius: 0px;
    background-color: #9799C1;
    color: #000;
}

.careercontentText {
    color: #000;
    padding: 10px 15px;
    line-height: 1.2;
}

    .careercontentText > a {
        color: #D53D52;
    }


.UploadFiles {
    height: 34px;
    background-color: #9799c1;
    color: #ffffff;
    cursor: pointer;
}

.UploadItem {
    margin-bottom: 1%;
    outline: none;
    border: none;
    border-radius: 0px;
    background-color: #CECFE2;
    color: #ffffff;
}
/**********************************************************Careers***************************************************/
.ConnectServiceMenu {
    border: 1px solid #CECECE;
    border-radius: 0px;
    padding: 0px;
}

    .ConnectServiceMenu > div > .ConnectText {
        margin-bottom: 5%;
    }

    .ConnectServiceMenu > div > .ConnectTextHead {
        margin-top: 0%;
    }

.ServiceIntroHeader {
    color: #D53D52;
    margin: 0px 0px 5px 0px;
    font-family: 'OpenSans-Light';
    font-weight: bold;
}


/*****************************************Serivces***************************************************/
.dvGISinner {
    display: none;
}

.dvInnerHead {
    border-left: 5px solid #d53d52;
    font-size: 16px;
    cursor: pointer;
}

    .dvInnerHead:hover {
        background-color: rgba(213, 61, 82, 0.3);
    }

.headerActiveGis {
    border-left: 5px solid #d53d52 !important;
    background-color: rgba(213, 61, 82, 0.4);
}

.ServiceType {
    text-align: center;
}

.SubService {
    font-family: 'Century Gothic';
    background-color: transparent;
    color: #D53D52;
    font-size: 16px;
    padding: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0px;
    margin-top: 3px;
}

.SubServiceActive {
    font-family: 'Century Gothic';
    background-color: #2A2C67;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    border-radius: 0px;
    margin-top: 3px;
}

.ServicesFacts > hr {
    width: 50%;
    border: 2px solid #D53D52;
    margin-bottom: 5px;
    margin-top: 5px;
}

.FactsContent > h3 {
    color: #D53D52;
    margin: 5px 0px 10px 30px;
    font-family: 'OpenSans-Light';
    font-weight: bold;
}

.FactsContent > p {
    margin: 5px 0px 10px 30px;
}

.FactsContent > ul {
    list-style-position: outside;
    list-style: none;
    color: #000;
    padding-left: 0px;
    border-right: 3px solid #D53D52;
}

.KeyContent > ul {
    list-style-position: outside;
    list-style: square;
    color: #D53D52;
    padding-left: 20px;
}

.KeyContent > h4 {
    color: #D53D52;
    margin: 5px 0px 10px 0px;
    font-family: 'OpenSans-Light';
    font-weight: bold;
}

.KeyList {
    padding: 2px 10px 2px 0px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #000;
}

.ServiceKeySubContent > ul {
    list-style-position: outside;
    list-style: square;
    color: #D53D52;
    padding-left: 30px;
}

.ServiceKeyContent > ul {
    list-style-position: outside;
    list-style: square;
    color: #D53D52;
    padding-left: 30px;
}

.ServiceKeyContent > h4 {
    color: #D53D52;
    margin: 5px 0px 10px 0px;
    font-family: 'OpenSans-Light';
    font-weight: bold;
}

.ServiceKeypoints {
    padding: 2px 10px 2px 0px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #000;
}

.ServiceList {
    padding: 8px 10px 8px 0px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    text-align: right;
}

.ServiceLists {
    padding: 6px 0px;
    font-size: 16px;
    line-height: 1.5;
}

.ServiceList:hover {
    background-color: rgba(212, 61, 82, 0.17);
}

.ServiceIntro {
    color: #000;
    margin-bottom: 10px;
}

.ServicePoints {
    color: #000;
    margin-bottom: 0px;
}

.ServiceBottom {
    width: 50%;
    border: 2px solid #D53D52;
    margin-bottom: 15px;
    margin-top: 15px;
}
/*****************************************Serivces***************************************************/
/*********************************DSM Blog********************************************/
.BlogContent {
    padding: 15px 0px 10px 0px;
}

    .BlogContent > .col-sm-3 {
        margin-bottom: 5px;
    }

.SubcribeBlog {
    background-color: rgba(0,0,0,0.8);
}

.SubcribeBlogContent {
    padding: 10px 0px;
}

.SubcribeBlogHead {
    margin-bottom: 5px;
    font-size: 20px;
    color: #fff;
}

.BlogTitle {
    background-color: rgba(0,0,0,0.5);
}

.BlogHead {
    padding: 0px 15px;
}

    .BlogHead > p {
        margin-bottom: 0px;
        font-size: 32px;
        color: #D53D52;
    }

        .BlogHead > p > span {
            margin-bottom: 0px;
            font-size: 32px;
            color: #242659;
        }

.BlogPosts {
    margin: 10px 0px;
}

.BlogData {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}

.BlogInfo {
    background-color: rgba(0,0,0,0.2);
}

.BlogData > div > h4 {
    font-size: 16px;
    color: rgb(128, 128, 128);
    padding: 5px;
}

.BlogData > div > p {
    font-size: 14px;
    color: rgb(128, 128, 128);
    margin-bottom: 0px;
    padding: 5px;
}


.SubscribeMenu {
    background-color: #242659;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 5px 0px rgba(255,255,255,1);
    text-align: center;
}

    .SubscribeMenu > div > h2 {
        color: rgb(255,255,255);
        margin: 0px;
        padding: 5px;
        font-size: 24px;
        text-align: center;
    }

    .SubscribeMenu > div > h3 {
        color: rgb(255,255,255);
        margin: 0px;
        font-size: 20px;
        padding: 5px;
        text-align: center;
        padding-bottom: 15px;
    }

.BlogTextForm {
    border: none;
    border-radius: 0px;
    margin-bottom: 10px;
}

.SubmenusBlog {
    margin: 0px 10px;
}

.BlogBtnStyle {
    background-color: #D53D52;
    color: rgb(255,255,255);
    border: none;
    border-radius: 0px;
    padding: 6px 12px;
    text-align: center;
    margin-bottom: 10px;
}

.BlogInformation {
    border: 1px solid #CECECE;
    background-color: #cbcbcb;
    cursor: pointer;
}

    .BlogInformation > div {
        margin: 0px;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #242659;
    }

        .BlogInformation > div > p {
            margin: 0px;
            padding: 0px;
            font-size: 16px;
            font-weight: 600;
            color: #242659;
        }

.PostedOn {
    float: left;
}

.ServiceName {
    float: right;
    color: #D53D52;
}

.GeospatialPost {
    display: none;
}

.EngineeringPost {
    display: none;
}

.PrepressPost {
    display: none;
}

.TelematicsPost {
    display: none;
}

.BlogOpenInfo {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    top: 0%;
    left: 0%;
    position: fixed;
    display: none;
}

.BlogOpenContent {
    width: auto;
    height: auto;
    background-color: #D53D52;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.BlogOpenHeading {
    color: rgb(255,255,255);
    font-size: 16px;
    padding: 10px;
    position: relative;
}

.ShareInBlog {
    position: absolute;
    width: 175px;
    height: 35px;
    background-color: #fff;
    right: 50px;
    z-index: 999;
    display: none;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.58);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.58);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.58);
}

.ShareIcons {
    width: 100%;
    height: 44px;
}

.ShareBtn {
    width: 20%;
    height: 40px;
    float: left;
    cursor: pointer;
}

.ImageInBlog {
    width: 35px;
    height: 35px;
}

.BlogCloseIcon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.BlogShareIcon {
    position: absolute;
    top: 10px;
    right: 50px;
    cursor: pointer;
}


.BlogMainImages {
    width: 500px;
    height: 700px;
}

.BlogMainWideImages {
    width: 1000px;
    height: 500px;
}

@media screen and (max-width: 800px) {
    .BlogMainImages {
        width: 500px;
        height: 700px;
    }

    .BlogMainWideImages {
        width: 500px;
        height: 250px;
    }
}

/********************************Blog Image hover**************************************************/
/**************Geospatial BLog*********************/
.GeospatialBlog {
    position: relative;
}

    .GeospatialBlog > image {
        display: block;
        width: 100%;
        height: auto;
    }

.GeoOver {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.GeospatialBlog:hover .GeoOver {
    bottom: 0;
    height: 100%;
}

.Geotext {
    white-space: nowrap;
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

    .Geotext > p {
        color: white;
        font-size: 20px;
    }
/**************Engineering BLog*********************/
.EngineeringBlog {
    position: relative;
}

    .EngineeringBlog > image {
        display: block;
        width: 100%;
        height: auto;
    }

.EngOver {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.EngineeringBlog:hover .EngOver {
    bottom: 0;
    height: 100%;
}

.Engtext {
    white-space: nowrap;
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

    .Engtext > p {
        color: white;
        font-size: 20px;
    }
/**************Pre-Press BLog*********************/
.PrePressBlog {
    position: relative;
}

    .PrePressBlog > image {
        display: block;
        width: 100%;
        height: auto;
    }

.PreOver {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.PrePressBlog:hover .PreOver {
    bottom: 0;
    height: 100%;
}

.Pretext {
    white-space: nowrap;
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

    .Pretext > p {
        color: white;
        font-size: 20px;
    }
/**************Telematics BLog*********************/
.TeleMaticsBlog {
    position: relative;
}

    .TeleMaticsBlog > image {
        display: block;
        width: 100%;
        height: auto;
    }

.TeleOver {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.TeleMaticsBlog:hover .TeleOver {
    bottom: 0;
    height: 100%;
}

.Teletext {
    white-space: nowrap;
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

    .Teletext > p {
        color: white;
        font-size: 20px;
    }


/*********************************************************************************/

.ServiceAcc {
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
    background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
    padding: 5px;
    cursor: pointer;
}

    .ServiceAcc > p {
        color: #ffffff;
        font-size: 16px;
    }

.GeoServiceSty {
    display: none;
}

.ServicesPoints > p {
    font-size: 16px;
    padding-left: 5px;
}

.ServicesPoints > h2 {
    font-size: 18px;
    margin: 5px 0px;
}

.ServicesPoints > h3 {
    color: #D53D52;
    margin: 5px 0px 10px 0px;
    font-family: 'OpenSans-Light';
    font-weight: 600;
}

.servicesListItem > ul > li {
    border: none;
    border-left: 1px solid #D53D52;
    margin-bottom: 10px;
    padding: 10px;
}

.activeService {
    background-color: rgba(212, 61, 82, 0.17);
}


#ThanksMsgPopup {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #9799C1;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 10px;
    position: fixed;
    z-index: 10000;
    left: 50%;
    bottom: 30px;
    font-size: 16px;
}

    #ThanksMsgPopup.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

/*-----pdf section-----*/
.pdf-section{
    width: auto;
    position:absolute;
    right:15px;
    bottom:7px;
    margin-right: 0px;
}
#open-pdf{
    background-color:transparent;
    border:none;
    color:white;
    text-decoration:underline;
    font-size:16px;
}
#open-pdf5{
    background-color:transparent;
    border:none;
    color:white;
    text-decoration:underline;
    font-size:16px;
}
#pdf-popup, #pdf-popup5, #pdf-popupMss {
    z-index: 99999;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    display: none;
    top: 0;
    left: 0;
}
.pdf-popup{
    position:absolute;
    transform:translate(-50%,-50%);
    left:50%;
    top:50%;
    width:800px;
    height:90%;
    overflow:hidden;
    background-color:rgba(0,0,0,0.3);
    border-radius:10px;
}
.pdf-header{
    height:40px;
    width:100%;
    background-color:#d53d52;
    float:left;
}
.pdf-header h5{
    color:white;
    font-size:18px;
    text-align:center;
    vertical-align:middle;
}
.pdf-header span{
    position:absolute;
    right:10px;
    top:11px;
    text-shadow:0px 0px 1px rgba(0,0,0,0.5);
    font-size:16px;
    cursor:pointer !important;
    font-weight:bold;
    color:white;
}
.pdf-body{
    float:left;
    display:flex;
    justify-content:center;
    width:100%;
    height:calc(100% - 40px);
}
.pdf-source{
    width:800px;
    display:block;
    margin:auto;
    height:100%;
    overflow-y:auto;
}
.pdf-source-o2 , .pdf-source-mss{
    width:800px;
    display:block;
    margin:auto;
    height:100%;
    overflow-y:auto;
}

    .pdf-source span, .pdf-source-o2 span, .pdf-source-mss span{
        float: left;
        width: 790px;
    }
@media screen and (max-width:1000px){
    .pdf-popup{
        width:400px;
    }
    .pdf-source, .pdf-source-o2, .pdf-source-mss {
        width: 400px;
    }
        .pdf-source span, .pdf-source-o2 span, .pdf-source-mss span{
            width: 390px;
        }
}
@media screen and (max-width:410px){
    .pdf-popup{
        width:300px;
    }
    .pdf-source, .pdf-source-o2, .pdf-source-mss {
        width: 300px;
    }
        .pdf-source span, .pdf-source-o2 span, .pdf-source-mss span{
            width: 290px;
        }
}
.pdf-source span:first-child{
    content: url(../document/page1.jpg);
}
.pdf-source span:nth-child(2){
    content: url(../document/page2.jpg);
}
.pdf-source span:nth-child(3){
    content: url(../document/page3.jpg);
}
.pdf-source span:nth-child(4){
    content: url(../document/page4.jpg);
}
.pdf-source span:nth-child(5){
    content: url(../document/page5.jpg);
}
.pdf-source span:nth-child(6){
    content: url(../document/page6.jpg);
}
.pdf-source span:nth-child(7){
    content: url(../document/page7.jpg);
}
.pdf-source span:nth-child(8){
    content: url(../document/page8.jpg);
}
.pdf-source span:nth-child(9){
    content: url(../document/page9.jpg);
}
.pdf-source span:nth-child(10){
    content: url(../document/page10.jpg);
}
.pdf-source span:nth-child(11){
    content: url(../document/page11.jpg);
}
.pdf-source span:nth-child(12){
    content: url(../document/page12.jpg);
}
.pdf-source span:nth-child(13){
    content: url(../document/page13.jpg);
}
.pdf-source span:nth-child(14){
    content: url(../document/page14.jpg);
}
.pdf-source::-webkit-scrollbar {
        width: 10px;
}
.pdf-source-o2::-webkit-scrollbar {
        width: 10px;
}
.pdf-source-mss::-webkit-scrollbar{
    width:10px;
}
.pdf-source::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 0px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: black;
    border-radius: 0px;
}
.pdf-source::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background:#DDD;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.pdf-source::-webkit-scrollbar-thumb:window-inactive {
        background: #DDD;
}

.pdf-source-o2 span:first-child{
    content: url(../document/o2/page1.jpg);
}
.pdf-source-o2 span:nth-child(2){
    content: url(../document/o2/page2.jpg);
}
.pdf-source-o2 span:nth-child(3){
    content: url(../document/o2/page3.jpg);
}
.pdf-source-o2 span:nth-child(4){
    content: url(../document/o2/page4.jpg);
}
.pdf-source-o2 span:nth-child(5){
    content: url(../document/o2/page5.jpg);
}
.pdf-source-o2 span:nth-child(6){
    content: url(../document/o2/page6.jpg);
}
.pdf-source-o2 span:nth-child(7){
    content: url(../document/o2/page7.jpg);
}
.pdf-source-o2 span:nth-child(8){
    content: url(../document/o2/page8.jpg);
}

.pdf-source-o2::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 0px;
        box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
        background-color:black;
        border-radius: 0px;
}
.pdf-source-o2::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background:#DDD;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.pdf-source-o2::-webkit-scrollbar-thumb:window-inactive {
        background: #DDD;
}

.pdf-source-mss span:nth-child(1) {
    content: url(../document/mss/DsmMss1.jpg);
}

.pdf-source-mss span:nth-child(2) {
    content: url(../document/mss/DsmMss2.jpg);
}

.pdf-source-mss::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 0px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: black;
    border-radius: 0px;
}

.pdf-source-mss::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #DDD;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

    .pdf-source-mss::-webkit-scrollbar-thumb:window-inactive {
        background: #DDD;
    }