/*===========================================================*/

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
        supported by Chrome, Opera and Firefox */
}


/*===========================================================*/

@-moz-document url-prefix() {
    body {
        margin-top: -2px;
    }
    .navigation_desktop ul li a:not(.mdl-menu_a) {
        font-weight: 500 !important;
    }
}

body {
    padding: 0 !important;
    overflow: visible !important;
}

.hidden-scroll {
    overflow: hidden !important;
}

h3 {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2.86rem;
    margin-top: 1.71rem;
    margin-bottom: 1.71rem;
    opacity: 0.8;
    letter-spacing: 0;
    color: #000;
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7rem;
    letter-spacing: 0;
    margin-bottom: 1.14rem;
    opacity: 0.8;
}

.white {
    color: #fff;
}
.text_underline {
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    }
    .text_underline:hover {
        border-bottom: 1px solid rgb(63, 81, 181);
        text-decoration: none;
        }
.test_email {
    position: absolute;
    z-index: -9;
    left: -9999px;
    top: 0;
    border: solid 1px #fff;
}

.align-center {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.float-left {
    float: left
}

.img_responsive {
    max-width: 100%
}

.img-circle {
    border-radius: 50%
}

.img-rounded_corner {
    border-radius: 0.2rem
}

.margin-top-5 {
    margin-top: 5rem;
}

.margin-bottom-5 {
    margin-bottom: -6rem;
}

.margin-top-2 {
    margin-top: 2rem;
}

.margin-bottom-2 {
    margin-bottom: 2rem;
}

.marginT50 {
    margin-top: 50px;
}

.padding-top-5 {
    padding-top: 5rem;
}

.padding-bottom-5 {
    padding-bottom: 5rem;
}

.padding-top-2 {
    padding-top: 2rem;
}

.padding-bottom-2 {
    padding-bottom: 2rem;
}

.subsection {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 100;
}

.home_top_bar {
    position: relative;
    z-index: 2000;
    /* margin-bottom: 5rem; */
}

.banner_carusel {
    position: relative;
    z-index: 100;
}

.banner_carusel .banner_height {
    height: auto;
    display: block;
    position: relative;
}

.banner_carusel .carousel-inner>.item>img,
.banner_carusel .carousel-inner>.item>a>img {
    width: 100%;
    margin: auto;
    height: auto;
}

.banner_carusel .carousel-control {
    width: 6%;
    opacity: 0.5;
}

.banner_carusel .carousel-control.left {
    background: transparent;
}

.banner_carusel .carousel-control.right {
    background: transparent;
}

.banner_carusel .align-left {
    text-align: left;
    padding-left: 15px;
    padding-top: 55px;
}


/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 2302;
    /* makes sure it stays on top */
}

#status {
    text-align: center;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

.mdl-spinner {
    width: 200px;
    height: 200px;
}


/*--------------------------------------*/


/* 3. Content Animation ----------------*/


/*--------------------------------------*/

.home_anim1,
.home_anim2,
.home_anim3,
.home_anim4,
.home_anim5,
.home_anim6,
.home_anim7,
.home_anim8,
.home_anim9,
.home_anim10,
.more_info_anim1,
.more_info_anim2,
.more_info_anim3,
.more_info_anim4,
.more_info_anim5,
.more_info_anim6,
.more_info_anim7,
.more_info_anim8,
.more_info_anim9,
.more_info_anim10,
.features_anim1,
.features_anim2,
.features_anim3,
.features_anim4,
.features_anim5,
.features_anim6,
.features_anim7,
.features_anim8,
.features_anim9,
.features_anim10,
.screenshots_anim1,
.screenshots_anim2,
.screenshots_anim3,
.screenshots_anim4,
.screenshots_anim5,
.screenshots_anim6,
.screenshots_anim7,
.screenshots_anim8,
.screenshots_anim9,
.screenshots_anim10,
.pricing_anim1,
.pricing_anim2,
.pricing_anim3,
.pricing_anim4,
.pricing_anim5,
.pricing_anim6,
.pricing_anim7,
.pricing_anim8,
.pricing_anim9,
.pricing_anim10,
.testimonials_anim1,
.testimonials_anim2,
.testimonials_anim3,
.testimonials_anim4,
.testimonials_anim5,
.testimonials_anim6,
.testimonials_anim7,
.testimonials_anim8,
.testimonials_anim9,
.testimonials_anim10 {
    opacity: 0
}


/*--------------------------------------*/


/* 4. Navigation -----------------------*/


/*--------------------------------------*/


/*-- desktop navigation --*/

.navigation_desktop ul:not(.mdl-menu) {
    float: right;
    padding: 0;
    margin: 0;
    line-height: 4rem;
}

.navigation_desktop ul li:not(.mdl-menu__item) {
    float: left;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-block;
}

.navigation_desktop ul li:last-child {
    margin-right: 0;
}

.navigation_desktop ul li a:not(.mdl-menu_a) {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71rem;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.navigation_desktop a:not(.mdl-menu_a):hover {
    color: #fff;
}

.inner_top_menu {
    width: 100% !important;
}

.navigation_desktop li a:focus,
.navigation_desktop a:hover {
    outline: none;
    text-decoration: none;
}


/*-- menu_bar --*/

.menu_bar {
    height: 4rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateY(-105%);
}

.menu_bar-hide {
    height: 4rem;
    transform: translateY(-105%);
}

.menu_bar-show {
    height: 4rem;
    transform: translateY(0%);
}

.menu_bar .navigation_desktop ul {
    margin: 0;
    margin-right: 15px;
}

.mobile_open_button {}

.logo {
    float: left;
    line-height: 0;
    margin-top: 1rem;
    height: 25px;
    width: auto;
}

.contact-submit {
    margin-top: 15px;
}

.contact-submit button {
    background-color: rgb(94, 195, 41);
}

.contact-submit .mdl-button.mdl-js-button.mdl-button--raised.mdl-button--accent.mdl-js-ripple-effect {
    background-color: #61b638;
}


/*service page starts*/

.read_detail {
    margin-top: 20px;
    margin-bottom: 20px;
}

.read_detail a {
    font-size: 16px;
    font-weight: bold;
    color: #ff5252;
    text-decoration: none;
    transition: .3s all ease-in-out;
}

.read_detail a:hover {
    color: #d54646;
    transition: .3s all ease-in-out;
}


/*service page ends*/

.membership {
    background: #e5e5e5;
    padding: 25px 0 65px;
    border-bottom: 1px solid #cecece;
    text-align: center;
}

.mobile_horizontal_menu {
    display: none;
}

.one_to_one_top {
    display: none;
}

.one_to_one_top a {
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}


/* new css for top menu starts */

.my-error-class {
    color: #ff0000;
}

.external_link a {
    color: rgba(0, 0, 0, .87) !important;
    font-size: 15px !important;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    width: 100%;
    font-weight: bold;
}

.external_link_submenu a {
    color: rgba(0, 0, 0, .75) !important;
    font-size: 13px !important;
    text-decoration: none;
    display: block;
    width: 100%;
}

.external_link a:hover,
.external_link_submenu a:hover {
    text-decoration: none;
}

.external_link,
.external_link_submenu {
    padding: 0 5px !important;
    display: block;
    width: 80%;
    margin-bottom: 3px;
}

.external_link a img {
    width: 30px;
    height: auto;
}

.external_link:hover,
.external_link_submenu:hover {
    background-color: rgb(238, 238, 238);
    display: block;
}


/* new css for top menu ends */

#message_captcha {
    color: #ff0000;
}

#modal {
    z-index: 99999;
}

.modal-dialog {
    top: 25%;
}

.country_flag {
    float: left;
    text-align: left;
    width: 180px;
}


/*css for social media starts*/

.social_media_container {
    text-align: center;
    margin-top: 10px;
    /* margin-left: 60px; */
}

.social_media_container>a {
    position: relative;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #3f51b5;
    transition: .3s all ease-in-out;
}

.social_media_container>a:hover {
    background: rgba(255, 255, 255, .9);
    transition: .3s all ease-in-out;
}

.social_media_container .facebook span {
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 4px;
    right: 0;
    bottom: 0;
    transition: .3s all ease-in-out;
}

.social_media_container .facebook span:hover {
    color: #356299;
}

.social_media_container .twitter span {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    right: 0;
    bottom: 0;
    transition: .3s all ease-in-out;
}

.social_media_container .twitter span:hover {
    color: #0c84b6;
}

.social_media_container .linkedin span {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 4px;
    right: 0;
    bottom: 0;
    transition: .3s all ease-in-out;
}

.social_media_container .linkedin span:hover {
    color: #4a74a0;
}

.social_media_container .pinterest span {
    color: #fff;
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 4px;
    right: 0;
    bottom: 0;
    transition: .3s all ease-in-out;
}

.social_media_container .pinterest span:hover {
    color: #bb2126;
}

.social_media_container .youtube span {
    color: #fff;
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 6px;
    right: 0;
    bottom: 0;
    transition: .3s all ease-in-out;
}

.social_media_container .youtube span:hover {
    color: #ff0000;
}

.navigation_desktop .fa-lightbulb-o {
    position: relative;
    right: 8px;
    font-size: 24px;
}

.menu_button button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-12px, -12px);
    -ms-transform: translate(-12px, -12px);
    transform: translate(-12px, -12px);
    width: 24px;
    font-size: 21px;
}

.one_to_one_top {
    position: absolute;
    width: 45%;
    text-align: left;
    right: 0;
}

.custom_paddin_top .Monitoring_custom {
    transition: .5s all ease-in-out;
    background: rgba(204, 219, 238, .045);
    color: #000;
    text-decoration: none;
    border: 1px solid rgba(204, 204, 204, 0);
    height: 265px;
    padding-top: 0;
}

.help-section {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    padding: 10px;
    min-height: 330px;
    border-radius: 8px;
    transition: box-shadow 0.3s ease-in-out;
}

.help-section:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.help-section p {
    height: 90px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 1.2rem;
    opacity: 0.8;
}

.help-section h5 {
    height: 30px;
}

.custom_paddin_top .Monitoring_custom:hover {
    color: #000;
    text-decoration: none;
    transition: .5s all ease-in-out;
    background: rgba(204, 219, 238, .5);
    border: 1px solid rgba(204, 204, 204, .5);
}


/*css for social media ends*/


/*-- Mobile Menu --*/

.cbp-spmenu {
    position: fixed;
    padding-top: 0rem;
    padding-left: 0rem;
    background-color: white;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    z-index: 999999999 !important;
}

.cbp-spmenu ul {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
}

.cbp-spmenu ul li:last-child {
    margin-bottom: 30px;
}

.cbp-spmenu-vertical {
    /*width: 250px;*/
    width: 340px;
    height: 100vh;
    top: 0;
    z-index: 1001;
    background: #fff;
}

.cbp-spmenu-right {
    right: -340px;
    -webkit-animation: animation_back 1000ms linear both;
    animation: animation_back 1000ms linear both;
}

#mobile_menu_content {
    float: left;
}

#mobile_menu_content ul li a {
    color: black;
    padding: 0 2rem;
    font-size: 1.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    width: 250px;
    display: block;
    text-decoration: none;
}

#mobile_menu_content ul li a:hover {
    text-decoration: none;
}

#mobile_menu_content ul li a:hover {
    background-color: rgb(238, 238, 238)
}

#mobile_menu_content ul li {
    width: 290px;
    display: block;
}

.cbp-spmenu-right.cbp-spmenu-open {
    -webkit-animation: animation 1000ms linear both;
    animation: animation 1000ms linear both;
}


/* Generated with Bounce.js. Edit at http://goo.gl/6EqiXS */

@-webkit-keyframes animation {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.3% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -102.854, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -102.854, 0, 0, 1);
    }
    8.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -175.717, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -175.717, 0, 0, 1);
    }
    12.91% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -210.455, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -210.455, 0, 0, 1);
    }
    17.22% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.667, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.667, 0, 0, 1);
    }
    28.33% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -204.125, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -204.125, 0, 0, 1);
    }
    39.44% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -198.754, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -198.754, 0, 0, 1);
    }
    61.66% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200.083, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200.083, 0, 0, 1);
    }
    83.98% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -199.994, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -199.994, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
    }
}

@keyframes animation {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.3% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -102.854, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -102.854, 0, 0, 1);
    }
    8.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -175.717, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -175.717, 0, 0, 1);
    }
    12.91% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -210.455, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -210.455, 0, 0, 1);
    }
    17.22% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.667, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.667, 0, 0, 1);
    }
    28.33% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -204.125, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -204.125, 0, 0, 1);
    }
    39.44% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -198.754, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -198.754, 0, 0, 1);
    }
    61.66% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200.083, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200.083, 0, 0, 1);
    }
    83.98% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -199.994, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -199.994, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
    }
}


/* Generated with Bounce.js. Edit at http://goo.gl/Y6j3eR */

@-webkit-keyframes animation_back {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
    }
    4.3% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -97.146, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -97.146, 0, 0, 1);
    }
    8.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -24.283, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -24.283, 0, 0, 1);
    }
    12.91% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.455, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.455, 0, 0, 1);
    }
    17.22% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.667, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.667, 0, 0, 1);
    }
    28.33% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.125, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.125, 0, 0, 1);
    }
    39.44% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.246, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.246, 0, 0, 1);
    }
    61.66% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.083, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.083, 0, 0, 1);
    }
    83.98% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.006, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.006, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes animation_back {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
    }
    4.3% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -97.146, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -97.146, 0, 0, 1);
    }
    8.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -24.283, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -24.283, 0, 0, 1);
    }
    12.91% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.455, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.455, 0, 0, 1);
    }
    17.22% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.667, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.667, 0, 0, 1);
    }
    28.33% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.125, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.125, 0, 0, 1);
    }
    39.44% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.246, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.246, 0, 0, 1);
    }
    61.66% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.083, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.083, 0, 0, 1);
    }
    83.98% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.006, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.006, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}


/*-- Mobile Menu open & close buttons --*/

#mobile_menu_content {
    clear: both;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-top: 12px;
    width: 320px;
}

.mdl-menu__container {
    margin-top: 0.5rem;
}

.mdl-menu__item {
    padding: 0 1.14rem;
    font-size: 0.8rem;
    height: 2rem;
    line-height: 2rem;
}

.mdl-menu__item a {
    color: black
}

.menu_button {
    position: relative;
    float: right;
    margin-top: -0.05rem;
}


/*--------------------------------------*/


/* 5. Homepage Content -----------------*/


/*--------------------------------------*/

.top_bar {
    position: relative;
    z-index: 2000;
    margin-bottom: 5rem;
}

.logo_home {
    float: left;
    margin-bottom: 7rem;
}

.hero_fullscreen {
    padding-top: 2rem;
    padding-bottom: 0;
}

.hero_fullscreen::after {
    clear: both;
    content: "";
    display: table;
}


/*-- homepage images --*/

.dummy {
    margin: 0 auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}


/*--------------------------------------*/


/* 6. Tabs -----------------------------*/


/*--------------------------------------*/

.mdl-tabs__tab-bar {
    height: 3.43rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.mdl-tabs__tab {
    padding: 0 1.71rem 0 1.71rem;
    height: 3.43rem;
    line-height: 3.43rem;
    font-size: 1rem
}

.mdl-tabs__tab span {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.mdl-tabs__tab i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    padding-bottom: 0.2rem;
}


/*--------------------------------------*/


/* 7. Icons ----------------------------*/


/*--------------------------------------*/

.material-icons-big {
    font-size: 3rem;
}


/*--------------------------------------*/


/* 8. Lists ----------------------------*/


/*--------------------------------------*/

.ulist {
   /* padding-bottom: 0.3rem;*/
    font-size: 1.14rem;
    font-weight: 400;
    margin-bottom:0;
}

.ulist li {
    font-size: 1.14rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.02rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    opacity: 0.7;
    position: relative
}

.ulist li span {
    display: inline-block;
    overflow: hidden;
    margin-left: 4rem;
}

.list-icons i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    margin-left: 1rem;
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 0.1rem;
}


/*--------------------------------------*/


/* 9. Video section --------------------*/


/*--------------------------------------*/

.video_headline h3,
.video_headline a {
    display: inline-block;
    vertical-align: middle;
}

.video_headline a {
    margin-left: 2rem;
    margin-right: 2rem;
}

#video {
    background: url(../images/video_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#GISDownload {
    background: url(../images/video_bg1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

video,
object {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

iframe {
    border: none;
}

#video_modal_box {
    display: none;
}


/*-----------------------------------------*/


/* 10. Pricing Boxes ----------------------*/


/*-----------------------------------------*/

.pricing_box_head_content {
    padding: 2rem;
    position: relative;
    z-index: 2
}

.pricing_box_head_bg {
    position: absolute;
    top: 0;
    opacity: 0.3;
    z-index: 1
}

.pricing_box_head {
    position: relative
}

.pricing_box_body {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.pricing_box_footer {
    padding-top: 0rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
}

.pricing_box_head p {
    text-transform: uppercase;
    font-size: 0.7rem;
}

.pricing_box_head i {
    font-size: 2rem;
}

.pricing_box_head h1,
.pricing_box_head h6,
.pricing_box_head p {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.pricing_box_body,
.pricing_box_footer {
    position: relative;
    z-index: 3
}

.pricing_box_body_list li {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.71rem;
    padding-bottom: 1rem;
    margin-bottom: 1.14rem;
    opacity: 0.8;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.pricing_box_body_list li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}


/*--------------------------------------*/


/* 11. Reviews -------------------------*/


/*--------------------------------------*/

.single_review {
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 1rem;
}

.single_review img {
    max-width: 5rem;
    height: 5rem;
    margin-top: 2rem;
}


/*--------------------------------------*/


/* 12. Contact -------------------------*/


/*--------------------------------------*/

#message {
    margin-top: 0.5rem;
    display: none;
    position: relative;
    z-index: 3000;
    width: 100%;
    text-align: left;
    padding: 1rem;
}

.alert_title {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.unordered li p {
    margin: 0 !important;
    font-size: 1rem;
    line-height: 1.7rem;
}

.unordered {
    margin: 0;
    padding: 0;
}

#message.warning {
    background: #F44336;
}

#message.success {
    background: #4CAF50;
    padding-bottom: 0rem;
}


/*--------------------------------------*/


/* 13. Footer --------------------------*/


/*--------------------------------------*/

#footer {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

#footer p {
    font-size: 0.8rem;
}

#footer i {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.3rem;
}


/*--------------------------------------*/


/* 14. Material Design Lite tweeks -----*/


/*--------------------------------------*/


/* buttons */

.mdl-button {
    height: 2.57rem;
    min-width: 2.57rem;
    padding: 0 1.28rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.57rem;
}

.mdl-button--fab {
    font-size: 2rem;
    height: 4rem;
    min-width: 4rem;
    width: 4rem;
}

.mdl-button--fab .material-icons {
    font-size: 2rem;
    -webkit-transform: translate(-1rem, -1rem);
    -ms-transform: translate(-1rem, -1rem);
    transform: translate(-1rem, -1rem);
    line-height: 2rem;
    width: 2rem;
}


/* inputs */

.mdl-textfield {
    font-size: 1rem;
    width: 300px;
    max-width: 100%;
    margin: 0;
    padding: 1.43rem 0;
}

.mdl-textfield .mdl-button {
    bottom: 1.43rem;
}

.mdl-textfield--full-width {
    width: 100%;
}

.mdl-textfield--expandable {
    min-width: 2.28rem;
    width: auto;
    min-height: 2.28rem;
}

.mdl-textfield__input {
    font-size: 1rem;
    margin: 0;
    padding: 0.3rem 0;
    width: 100%;
    background: 1rem;
}

.mdl-textfield__label {
    bottom: 0;
    font-size: 1rem;
    left: 0;
    right: 0;
    top: 1.71rem;
    width: 100%;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    font-size: 1rem;
    top: 0.3rem;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label {
    top: -1rem;
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    font-size: 1rem;
}

.mdl-textfield__label:after {
    bottom: 1.43rem;
    height: 2px;
    left: 45%;
    width: 0.71rem;
}

.mdl-textfield__error {
    font-size: 1rem;
    margin-top: 0.3rem;
}

.mdl-textfield__expandable-holder {
    margin-left: 2.28rem;
    max-width: 0.1px;
}

.mdl-textfield.is-focused .mdl-textfield__expandable-holder,
.mdl-textfield.is-dirty .mdl-textfield__expandable-holder {
    max-width: 100%;
}

.mdl-textfield__expandable-holder .mdl-textfield__label:after {
    bottom: 0;
}

.top_close_button {
    text-align: right;
    right: 70px;
    position: absolute;
    margin-top: 7px;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 700;
}

.top_close_button a {
    text-decoration: none;
    color: #a0a0a0;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.top_close_button:hover {
    text-decoration: none;
    cursor: pointer;
}

#contact-us .mdl-textfield.is-invalid .mdl-textfield__input {
    border-color: rgba(0, 0, 0, 0.12) !important;
}

#contact-us textarea {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    resize: none;
}

.mdl-textfield__label:after,
.mdl-textfield.is-invalid .mdl-textfield__label:after {
    background-color: rgba(63, 81, 181, 0);
}

.custom_paddin_top {
    padding-top: 2em;
}

.content_container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 3rem;
}

.content_container {
    height: 100%;
    display: flex;
    align-items: center;
}

.ryt_img_position {
    text-align: right;
    height: 100%;
}

.ryt_img_position img {
    max-width: 100%;
}

.custom_consult_btn {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 82, 82);
    font-weight: 400;
    line-height: 2rem;
    text-transform: uppercase;
    padding: 10px 16px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    text-decoration: none;
    border-radius: 2px;
    font-size: 15px;
    outline: none;
}

.custom_consult_btn:hover,
.custom_consult_btn:focus {
    color: #fff;
    text-decoration: none;
}

.navigation_js a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.navigation_js a:hover,
.navigation_js a:focus {
    color: #fff;
    text-decoration: none;
}


/* Sitemap-Page-Start */

.site_link {
    color: #fff;
    opacity: 0.8;
    font-weight: 400;
    float: right;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
}

.site_link:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
}

.sitemaapcontent {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    z-index: 100;
}

.cookie-policy-link {
    line-height: 24px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: bold;
}

.cookie-policy-block {
    margin-bottom: 30px;
    width: 100%;
}

.cookie-policy-block h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 10px;
    padding: 0;
}

.cookie-policy-block h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #3f51b5;
    opacity: 1;
    margin-top: 20px;
}

.cookie-policy-block p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 0;
    font-style: italic;
}

.cookie-policy-block ul {
    margin: 10px 0 15px 0;
    padding: 0 0 0 16px;
    list-style: none;
}

.cookie-policy-block ul li {
    list-style: circle;
    margin-bottom: 10px;
}

.cookie-policy-block a {
    display: block;
    line-height: 24px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: bold;
}

.lft-padding {
    padding-left: 25px;
}

.p-normal {
    font-style: normal;
}

.footerFix {
    position: fixed;
    width: 100%;
    bottom: 0;
}


/* Sitemap-Page-Ends */

.box-panel {
    position: relative;
    width: 100%;
    background: white;
    box-shadow: 0 2px 30px 0 #e0e5f0;
    padding: 50px 25px;
}

.box-panel p {
    font-size: 16px;
    line-height: 34px;
    text-align: justify;
    margin-bottom: 0;
}
.lamsp {
    font-size: 1.14rem !important;
    font-weight: 300;
    line-height: 1.7rem !important;
    letter-spacing: 0;
    margin-bottom: 1.14rem !important;
    opacity: 0.7;
}

/*-----*/

.brochure_download_section {
    border-top: 1px solid #dcdcdc00;
    padding: 45px 0;
    background: url(../images/brocure-bg-1.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 6px 16px rgba(163, 163, 163, 0);
}

.brochure_download_section .brochure_form {
    margin: 0 auto;
    width: 50%;
}

.brochure_download_section .brochure_form #brochure_type {
    height: 40px;
    padding: 0 5px;
}

.brochure_download_section .brochure_form input[type="text"],
.brochure_download_section .brochure_form input[type="email"],
.brochure_download_section .brochure_form input[type="password"],
.brochure_download_section .brochure_form textarea,
.brochure_download_section .brochure_form input.country-phone  {
    padding: 0 10px;
    border-radius: 5px;
    width: 100%;
    border: none;
    height: 40px;
}


.brochure_download_section .brochure_form  .iti.iti--allow-dropdown.iti--separate-dial-code{
    width: 100%;
}

.brochure_download_section .brochure_form .captcha-section{
    float: left;
    width: 100%;
}

.brochure_download_section .brochure_form .captcha-section #captcha_err_msg{
    width: 100%;
    background: rgba(228, 35, 35, 0.8);
    color: #fff;
    padding: 0 10px;
    position: relative;
    display: block;
    border-radius: 4px;
    margin-bottom: 15px;
    text-align: center;
    float: left;
}

.brochure_download_section .brochure_form .captcha-section #captcha_err_msg span {
    color: #fff !important;
    position: relative;
    display: block;
    line-height: 24px;
}


.brochure_download_section .brochure_form input {
    color: #000;
}

.brochure_download_section .brochure_form input[type="button"] {
    width: 100%;
    border-radius: 5px;
    color: #fff;
    background: #61b638;
    /* background: #3f51b5; */
    font-size: 12px;
    letter-spacing: 2px;
    height: 44px;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    border: 0px solid #000;
    text-align: center;
}

.brochure_download_section .brochure_form .reqd {
    font-weight: bold;
    font-size: 25px;
    color: #ff0000;
    float: right;
    margin: 2px 0 0 3px;
    position: absolute;
}

.brochure_download_section .brochure_form input[type="button"]:hover {
    background: #33961a;
    /* background: #4959b7; */
    transition: all 0.3s ease 0s;
    text-decoration: none;
    border-bottom: 0;
}

.brochure_download {
    width: 100%;
    position: relative;
}

.brochure_download h3 {
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 8px #000;
}


/*-----*/


/* Testimonial - Start */

.carousel-section .carousel-inner {
    min-height: 260px;
}

.carousel-section .carousel-indicators {
    bottom: -8px;
    position: relative;
}

.carousel-section .carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 2px solid #9ea7da;
    margin: 1px 5px;
}

.mdl-card {
    color: #000;
    text-align: center;
    display: block;
    font-size: 1rem;
    height: 360px;
    width: auto;
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14);
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    max-height: 360px;
    overflow: hidden;
}

.mdl-card img {
    max-width: 5rem;
    height: 5rem;
    margin-top: 2rem;
}

.mdl-card blockquote {
    margin-bottom: 10px;
    padding: 10px 40px;
}

.mdl-card h3 {
    text-align: center;
    font-size: 15px;
    margin: 0;
    padding: 0;
}


/* Testimonial - End */

#name_err_msg {
    width: 100%;
    background: rgba(228, 35, 35, 0.8);
    color: #fff;
    padding: 0px 10px;
    position: relative;
    display: block;
    border-radius: 4px;
    margin-bottom: 15px;
    /* margin-top: -10px; */
    text-align: center;
}

#name_err_msg span {
    color: #fff !important;
}

#brochure_type_err_msg {
    width: 100%;
    background: rgba(228, 35, 35, 0.8);
    color: #fff;
    padding: 0px 10px;
    position: relative;
    display: block;
    border-radius: 4px;
    margin-bottom: 15px;
    /* margin-top: -10px; */
    text-align: center;
}

#brochure_type_err_msg span {
    color: #fff !important;
}

#email_err_msg {
    width: 100%;
    background: rgba(228, 35, 35, 0.8);
    color: #fff;
    padding: 0px 10px;
    position: relative;
    display: block;
    border-radius: 4px;
    margin-bottom: 15px;
    text-align: center;
}

#email_err_msg span {
    color: #fff !important;
}


/* Cookie alert dialog */

.cookies-row {
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cookie-policy ul,
.cookie-policy ol {
    line-height: 1.7rem;
    letter-spacing: 0;
    margin-bottom: 1.14rem;
    font-weight: 300;
}

#allow_cookies_modal {
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 0;
    border-radius: 0;
}

.cookie-icon {
    display: none;
}

.cookie-icon img {
    width: 65px;
    float: left;
}

.cookie-text {
    padding-bottom: 20px;
    color: #000;
}

.cookie-text h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 20px;
    margin-bottom: 10px;
    color: red;
}

.cookie-text h5 {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    line-height: 20px;
}

.cookie-text h5 a,
.cookie-text h5 a:visited {
    color: red;
}

.accept-section {
    color: #333333;
    font-weight: 700;
    display: block;
    position: relative;
    padding-left: 18px;
    margin-right: 12px;
}

.accept-section i {
    margin-right: 6px;
    font-size: 10px;
    color: #f00000;
}

.find-out-section {
    color: #333333;
    font-weight: 700;
    display: block;
    position: relative;
    padding-left: 18px;
    margin-right: 12px;
}

.find-out-section i {
    font-size: 16px;
    margin-right: 12px;
    color: #f00000;
    font-weight: bold;
}

.site-notice-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px dotted #7a7a7a;
    padding-top: 12px;
}

.site-notice-links a,
.site-notice-links a:visited {
    text-decoration: none;
    color: #31a8f0;
    transition: 200ms color;
}


/**/


/*Privacy_Policy-START*/

.privacy-policy-block {
    margin-bottom: 30px;
    width: 100%;
}

.privacy-policy-block h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 10px;
    padding: 0;
}

.privacy-policy-block h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #000000;
    opacity: 1;
    margin-top: 20px;
}

.privacy-policy-block p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 0;
    font-style: italic;
}

.privacy-policy-block ul {
    margin: 10px 0 15px 0;
    padding: 0 0 0 16px;
    list-style: none;
}

.privacy-policy-block ul li {
    list-style: circle;
    margin-bottom: 10px;
}

.privacy-policy-block a {
    line-height: 24px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: bold;
}


/*Privacy_Policy-END*/


/*customizing tooltip color*/


/*right tooltip*/

.tooltip.right>.tooltip-arrow {
    border-right-color: dodgerblue;
}


/*bottom tooltip*/

.tooltip.bottom>.tooltip-arrow {
    border-bottom-color: dodgerblue;
}


/*top tooltip*/

.tooltip.top>.tooltip-arrow {
    border-top-color: dodgerblue;
}


/*left tooltip*/

.tooltip.left>.tooltip-arrow {
    border-left-color: dodgerblue;
}


/*tooltip inner*/

.tooltip>.tooltip-inner {
    background-color: dodgerblue;
    text-shadow: 0 1px 1px #000;
    font-weight: normal;
}


/**/
.tabs_slider .content-r h4 {
     width: 100%;
    display: flex;
}
.tabs_slider .content-r h4 span {
    border: 1px solid #3f51b5;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    line-height: 20px;
    margin-left: auto;
}
.wiki a {
    font-size: 14px;
    color: #3f51b5;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

.wiki a:hover,
.wiki a:focus {    
    text-decoration: none;
}

.pop-up {
    display: none;
    position: absolute;
    padding: 10px;
    background: #101010;
    color: #ffffff;
    border: 1px solid #1a1a1a;
    font-size: 14px;
    top:0;
    max-width: 850px;
    max-height:100px;
    right: 1%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.pop-up.arrow-top {
    margin-top: 42px;
}
.pop-up.Map_Making {
    margin-top: 30px;
}
.pop-up.MAP_CONVERSION {
    margin-top:64px;
}
.pop-up.ESRI_ArcGIS {
   margin-top:42px;
}
.pop-up.GIS_Development {
    margin-top:33px;
}
.pop-up.Remote_Sensing_arrow {
    margin-top: 30px;
}
.pop-up.Photogrammetry_arrow {
    margin-top: 13px;
}
.pop-up.Responsive_Web {
    margin-top: 44px;  
}
.pop-up.Database_Applications{    
    margin-top: 46px;
}
.pop-up.Enterprise_Application {
    margin-top:30px;
}
.pop-up.NET_Development {
    margin-top: 84px;
}
.pop-up.PHP_Development {
    margin-top: 40px;
}
.pop-up.Javascript_Framework {
    margin-top: 65px;
}
.pop-up.iOS_App {
    margin-top:32px;
}
.pop-up.Android_Application {
    margin-top: 45px;
}
.pop-up.Hybrid_App {
    margin-top:30px;
}
.pop-up.MapGuide {
    margin-top: 30px;
}
.pop-up.MapServer {
    margin-top: 76px;
}
.pop-up.OpenLayers_arrow {
    margin-top: 62px;
}

.pop-up.arrow-top::after,
.pop-up.Map_Making::after,
.pop-up.Map_Making::after,
.pop-up.MAP_CONVERSION::after,
.pop-up.ESRI_ArcGIS::after,
.pop-up.Remote_Sensing_arrow::after,
.pop-up.Photogrammetry_arrow::after,
.pop-up.GIS_Development::after,
.pop-up.Responsive_Web::after,
.pop-up.Database_Applications::after,
.pop-up.Enterprise_Application::after,
.pop-up.NET_Development::after,
.pop-up.PHP_Development::after,
.pop-up.Javascript_Framework::after,
.pop-up.iOS_App::after,
.pop-up.Android_Application::after,
.pop-up.Hybrid_App::after,
.pop-up.MapGuide::after,
.pop-up.MapServer::after,
.pop-up.OpenLayers_arrow::after
 {
    content: " ";
    position: absolute;
    right: 58px;
    bottom: -11px;
    border-top: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #101010;
}

.pop-up p {
    font-size: 13px;
    display: flex;
    align-items: center;
    height: 100%;
    text-align: left;
    line-height:20px;
}


/**/



#myCarousel1 .carousel-control.right,
#myCarousel1 .carousel-control.left {
    background-image: none;
    display: none;
}

.banner_carusel .carousel-control.left,
.banner_carusel .carousel-control.right {
    background: transparent;
    display: none;
}

.review_content blockquote {
    border-left: none;
}


/*Responsive-CSS-Start*/

@media(max-width:1280px) {
    .banner_carusel .align-left {
        padding-left: 30px;
        padding-top: 45px;
    }
}

@media(max-width:1250px) {
    .banner_carusel .align-left {
        padding-left: 50px;
        padding-top: 45px;
        padding-right: 45px;
    }
}

@media(max-width:1200px) {
    .help-section h5 {
        height: 60px;
    }
    .help-section p {
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 1.5rem;
        letter-spacing: 0;
        margin-bottom: 1.2rem;
        opacity: 0.8;
    }
}

@media(max-width:1001px) {
    .site_link {
        color: #fff;
        opacity: 0.8;
        font-weight: 400;
        float: none;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        border: 1px solid #fff;
        padding: 2px 4px;
        margin: 6px auto;
        width: 50%;
        border-radius: 3px;
        cursor: pointer;
    }
    .text-center.footer_bottom_txt {
        text-align: center;
        margin-top: 5px;
    }
    .country_flag {
        float: none;
        text-align: center;
        margin: 0 auto 10px;
    }
    .social_media_container {
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    .mdl-textfield {
        width: 100% !important;
    }
    #myCarousel1 .carousel-control.right,
    #myCarousel1 .carousel-control.left {
        background-image: none;
        display: block;
    }
    #myCarousel1 .carousel-indicators,
    #myCarousel .carousel-indicators {
        display: none;
    }
    .banner_carusel .carousel-control.left,
    .banner_carusel .carousel-control.right {
        background: transparent;
        display: block;
    }
    .help-section h5 {
        height: 30px;
    }
    .help-section {
        min-height: 260px;
    }
    .help-section p {
        height: 70px;
    }
    .brochure_download_section .brochure_form {
        margin: 0 auto;
        width: 100%;
    }
    .brochure_download_section {
        padding: 15px 0 15px;
    }
    .content_container {
        display: block;
    }
    .home_content a {
        margin-bottom: 1rem;
    }
    .navigation_js {
        margin-bottom: 2rem;
    }
    .custom_consult_btn {
        font-size: 12px;
        line-height: 1rem;
        padding: 8px 16px;
    }
    .ryt_img_position {
        text-align: center;
    }
    .mdl-card {
        max-height: 250px;
        height: 250px;
        margin-left: 0;
        margin-right: 0;
    }
    .mdl-card blockquote {
        margin-bottom: 0;
    }
}

@media (min-width: 990px) {
    .cookies-row {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .cookie-text {
        padding: 0 21px;
        margin-bottom: 0;
    }
    .cookie-icon {
        float: left;
        margin-right: 10px;
        display: block;
    }
    .site-notice-links {
        padding: 0 0 0 40px;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 0;
        border-left: 1px dotted #7a7a7a;
    }
}

@media (max-width: 768px) {
    .external_link a img {
        width: 20px;
    }
    .external_link_submenu a {
        font-size: 12px !important;
    }
    #mobile_menu_content ul li a {
        padding: 0 3px !important;
    }
    .cbp-spmenu-vertical {
        width: 250px !important;
    }
    #mobile_menu_content {
        width: 320px;
    }
    .mobile_horizontal_menu {
        display: block;
        text-align: center;
        z-index: 99999;
    }
    .mobile_horizontal_menu a {
        display: inline-block;
        text-decoration: none;
        margin: 3px 5px 3px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.71rem;
        opacity: 0.8;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #fff;
        text-transform: uppercase;
        outline: none;
    }
    .mobile_horizontal_menu a:hover {
        text-decoration: none;
        color: #fbfbfb;
        opacity: 1;
        outline: none;
    }
    .one_to_one_top {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 48px;
        right: 60px;
    }
    .one_to_one_top i {
        position: relative;
        right: 8px;
        font-size: 24px;
    }
    .logo {
        height: 20px;
    }
}

@media (max-width: 767px) {
    .help-section h5 {
        height: 20px;
    }
    .help-section p {
        height: 50px;
    }
    .help-section {
        min-height: 220px;
    }
    .help-section-mobileview {
        min-height: auto;
    }
    .help-section-mobileview p {
        height: auto;
    }
}

@media screen and (max-width:560px) {
    .one_to_one_top a {
        font-size: 10px;
    }
    .banner_carusel .align-left {
        min-height: 300px;
        padding-left: 0;
        padding-right: 0;
    }
    .align-left h2 {
        font-family: "Roboto", sans-serif;
        font-size: 2.21rem;
        font-weight: 300;
        line-height: 3.53rem;
        margin-top: 1.71rem;
        margin-bottom: 1.71rem;
        opacity: 0.8;
        letter-spacing: -0.08rem;
    }
}

@media screen and (max-width:440px) {
    .one_to_one_top i {
        display: none;
    }
    .one_to_one_top a {
        display: inline-block;
        line-height: 14px;
        width: 80px;
    }
    .help-section p {
        height: 65px;
    }
    .help-section {
        min-height: 235px;
    }
    .help-section-mobileview {
        min-height: auto;
    }
    .help-section-mobileview p {
        height: auto;
    }
    .align-left h2 {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 3.53rem;
        margin-top: 1.71rem;
        margin-bottom: 1.71rem;
        opacity: 0.8;
        letter-spacing: -0.08rem;
    }
}