@font-face {
    font-family: Comfortaa;
    src: url(../fonts/Comfortaa-Regular.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: Comfortaa, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

#wrapper-head-setion {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99999;
}

#wrapper-head-setion .bottom-header {
    background: #0598ab;
    padding: 7px 0;
    /* box-shadow: 0px 4px 10px 0px #02020266; */
    min-height: 63px;
}

.bottom-header .menu-in-side {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}

.menu-in-side .mod-1 {
    width: auto;
}

.menu-in-side .mod-2 {
    display: inline-block;
    width: 100%;
}

.navbar-header-logo img {
    max-width: 284px;
}
@media(max-width:768px){
    .navbar-header-logo img {
        max-width: 200px;
        margin: 7px 0;
    }
}

#ddmenu ul {
    margin: 0 auto;
    padding: 0;
    text-align: right;
    width: 100%;
    font-size: 0;
    display: inline-block;
    list-style: none;
    position: relative;
    z-index: 999999990;
    border-radius: 2px;
    padding-top: 6px;
}

#ddmenu li {
    margin: 0;
    padding: 0;
    font-size: 15px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    color: #fff;
    line-height: 44px;
    vertical-align: middle;
    transition: background-color 0.2s;
    outline: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    letter-spacing: 0.5px;
}

#ddmenu .full-width {
    position: static;
}

#ddmenu .over {
    color: #333333;
    background-color: #F3F3F3;
}

#ddmenu .over.no-sub {
    color: #fff;
    background-color: #555555;
    border-radius: 0;
}

#ddmenu .top-heading {
    font-weight: normal;
    margin: 0 6px;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    outline: 0;
    font-size: 14px;
    cursor: pointer;
}

#ddmenu a,
#ddmenu a:link,
#ddmenu a:hover {
    color: inherit;
}

#ddmenu .caret {
    color: inherit;
    left: -18px;
    width: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    margin-bottom: 2px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position: relative;
}

#ddmenu .dropdown {
    width: auto;
    left: 0px;
    color: #333333;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    overflow: hidden;
    top: 100%;
    border-radius: 0 0 3px 3px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.175);
}

#ddmenu .full-width .dropdown {
    width: 100%;
    padding: 0;
    margin: 0;
}

#ddmenu .offset300 {
    left: -300px;
    right: auto;
}

#ddmenu .right-aligned {
    left: auto;
    right: 0px;
}

#ddmenu .over .dropdown {
    display: block;
}

#ddmenu .dd-inner {
    text-align: center;
    padding: 20px 0;
    margin: 0px;
    background-color: #F3F3F3;
    white-space: nowrap;
    font-size: 13px;
}

#ddmenu ul ul {
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto;
    background: none;
    border: none;
    display: block;
    position: static;
    z-index: 0;
    border-radius: 0;
}

#ddmenu ul ul li {
    font-size: 13px;
    padding: 6px 0;
    color: inherit;
    line-height: 1;
    margin: 0;
    display: block;
    position: static;
    background: none;
    border: none;
    transition: none;
    border-radius: 0;
}

#ddmenu .dropdown a {
    color: #444;
    line-height: 1;
    text-decoration: none;
    transition: color 0.4s;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.6px;
}

#ddmenu .dropdown a:hover,
#ddmenu .dropdown a:focus {
    color: #06b3bd;
}

#ddmenu .column {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: normal;
    width: auto;
    min-width: 250px;
    padding: 0 30px;
}

#ddmenu .dd-inner ul:last-child {
    border-right: none;
}

#ddmenu h3 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 24px;
}

#ddmenu li {
    border-radius: 3px 3px 0 0;
}

#ddmenu h3 {
    text-transform: uppercase;
}

#ddmenuLink {
    display: none;
}

#ddmenu .menu-icon {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #ddmenu .column.mayHide {
        display: none;
    }

    #ddmenu ul {
        width: 100%;
        display: none;
        border-radius: 0;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        z-index: 99999;
        background: #7b7b7b;
    }

    #ddmenu li {
        position: relative;
        display: block;
        font-size: 16px;
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 0;
    }

    #ddmenu .full-width {
        position: relative;
    }

    #ddmenu .dropdown {
        position: relative;
        *top: auto;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background-color: #F3F3F3;
    }

    #ddmenu .offset300 {
        left: 0;
    }

    #ddmenu .full-width .dropdown {
        width: auto;
    }

    #ddmenu .dd-inner {
        margin: 0;
        background: none;
        text-align: left;
    }

    #ddmenu .column {
        width: auto;
        padding: 0;
        border: none;
        display: block;
    }

    #ddmenu .caret {
        position: absolute;
        left: auto;
        right: 14px;
        top: 19px;
        border-width: 5px;
    }

    #ddmenu .menu-icon {
        font-size: 32px;
        display: block;
        position: absolute;
        width: 40px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-user-select: none;
        border-radius: 3px;
        margin-bottom: 6px;
        margin-right: auto;
        right: 25px;
        top: 18px;
    }

    #ddmenu .menu-icon::before {
        content: "";
        position: absolute;
        top: 0.25em;
        left: 4px;
        width: 1em;
        height: 0.125em;
        border-top: 0.375em double #ffc20b;
        border-bottom: 0.125em solid #ffc20b;
        box-sizing: content-box;
    }

    #ddmenu .menu-icon-active {
        background-color: #333333;
    }

    #ddmenu .menu-icon-active::before {
        border-color: #eeeeee;
    }
}

#slider-banner .slider-img-row {
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 3.5em 2em 6em 2em;
}

.slider-img-row-box {
    display: flex;
    justify-content: center;
}

.slider-img-row-box .left-img-flow {
    width: 80%;
}

.slider-img-row-box .left-img-flow img {
    width: 100%;
}

.slider-img-row-box .right-img-flow {
    width: 40%;
}

.quary-form {
    background: rgba(31, 31, 31, 0.8) none repeat scroll 0 0;
    max-width: 568px;
    padding: 2.5em 3em;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 2px 3px 5px 0px #000000;
}

@media screen and (max-width: 960px) {
    .slider-img-row-box {
        display: block;
        margin: 10px auto;
    }

    #slider-banner .slider-img-row {
        padding: 4em 1em;
    }
}

@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: landscape) {
    .slider-img-row-box {
        width: 100%;
    }

    #slider-banner .slider-img-row {
        padding: 4em 1em;
    }
}

@media (max-width: 980px) {
    #slider-banner .slider-img-row {
        padding: 4em 1em;
    }
}

.banner-top-heading {
    margin: 0em auto 1em auto;
    padding: 0em 2em 2em 2em;
    display: inline-block;
    width: 100%;
}

.banner-top-heading .banner-top-bold {
    font-size: 40px;
    text-align: center;
    padding-bottom: .6em;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: bold;
}

.banner-top-heading .banner-small-line {
    font-size: 16px;
    text-align: center;
    padding-bottom: .6em;
    letter-spacing: 1px;
    color: #fff;
}

.banner-top-heading .banner-small-line-a {
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
}

#flow-graph .flow-chart-inn {
    max-width: 1366px;
    margin: 0 auto;
    padding: 2em;
    overflow: hidden;
}

.how-it-works {
    width: 100%;
    display: flex;
}

.process {
    display: inline-block;
    float: left;
    width: 20%;
}

.img-flow-images img {
    max-width: 300px;
    width: 100%;
}

.img-flow-images-icon {
    position: relative;
    display: table;
    margin: 50% auto;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: #dddddd80;
    border-radius: 100%;
    border-inline-end: 10px;
    padding: 32px 18px;
    vertical-align: middle;
    box-shadow: 2px 0px 7px 0px #BFBFBF;
}

.img-flow-images-icon img {
    max-width: 60px;
}

.img-flow-text {
    display: block;
    padding: 26px 10px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.how-it-worksd {
    width: 100%;
    display: flex;
}

.processd {
    display: inline-block;
    float: left;
    width: 20%;
}

.img-flow-imagesd img {
    max-width: 300px;
    width: 100%;
}

.img-flow-images-icond {
    position: relative;
    display: table;
    margin: auto 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: #dddddd80;
    border-radius: 100%;
    border-inline-end: 10px;
    padding: 18px 32px;
    vertical-align: middle;
    box-shadow: 2px 0px 7px 0px #BFBFBF;
}

.img-flow-images-icond img {
    max-width: 30px;
}

.top-flowheadline {
    margin-bottom: 4em;
}

.top-flowheadline .text-heading {
    position: relative;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color: #464646;
    font-weight: 600;
    margin: 0;
}

.top-flowheadline .text-heading::before {
    content: '';
    position: absolute;
    width: 280px;
    height: 1px;
    top: 70px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #dfdfdf;
}

.top-flowheadline .text-heading::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 7px;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #f7c525;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.top-flowheadline .text-heading:hover:after {
    width: 50px;
}

#skye {
    /*background: #f2f2f2;*/
}

#skye .skew {
    margin: 0 auto;
    padding: 5em 3em 3em 3em;
    overflow: hidden;
    max-width: 1366px;
}

#skye .key-features-home {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#skye .inside-top-mhome {
    width: 100%;
    display: flex;
    padding: 1em 2em;
}

.mane-left-nb {
    margin-bottom: 0;
    background: #f4f4f4;
    transition: 1s ease;
}

.mane-left-nb:hover {
    background: #fff;
}

.mane-left-nb .left-img-left img {
    transition: 1s ease;
}

.mane-left-nb:hover .left-img-left img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}

.left-img-post {
    width: 80%;
}

.left-img-post .head-top-bar {
    font-size: 18px;
    margin: 1em 0 0.5em 0;
    font-weight: bold;
}

.left-img-post .text-aligment {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5em;
    text-align: justify;
}

.mane-left-nb .left-img-left {
    width: 20%;
}

.mane-left-nb .left-img-left img {
    width: 100%;
    padding: 15px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.direction-text {
    direction: rtl;
}
#flow-graph{
    background-color: #ffffff;
    box-shadow: 1px 2px 20px 0px #bbbaba;
}

@media (max-width: 768px) {
    #skye .skew {
        padding: 5em 1em 3em 1em;
    }

    #skye .inside-top-mhome {
        display: block;
    }

    .mane-left-nb .left-img-left {
        width: 100%;
    }

    .left-img-post {
        width: 100%;
    }

    .left-img-post .head-top-bar {
        font-size: 18px;
        margin: 1em 0 1em 0;
        font-weight: 600;
        text-align: center;
    }

    .left-img-post .text-aligment {
        font-size: 14px;
        text-align: center;
    }

    .direction-text {
        direction: ltr;
    }

    #flow-graph .flow-chart-inn {
        padding: 3em 1em;
    }
   
    

    .how-it-works {
        display: block;
    }

    .process {
        display: block;
        float: none;
        width: 100%;
    }

    .processd {
        float: none;
        width: 100%;
        display: block;
    }

    .how-it-worksd {
        width: 100%;
        display: block;
    }

    .img-flow-images-icond {
        margin: 15px auto;
    }

    .img-flow-images-icon {
        margin: 15px auto;
    }

    .img-flow-images img {
        margin: 0 auto;
        display: block;
    }

    .banner-top-heading {
        margin: 2em auto;
        padding: 1em;
        display: block;
    }

    .banner-top-heading .banner-top-bold {
        font-size: 25px;
    }

    .banner-top-heading .banner-small-line {
        font-size: 14px;
        letter-spacing: 0.3px;
    }

    .top-flowheadline .text-heading {
        font-size: 22px;
    }

    .inside-top-mhome:hover .left-img-left img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        transition: 1s ease;
    }
}

#service-md .service-inn {
    margin: 0 auto;
    padding: 3em 3em 3em 3em;
    overflow: hidden;
    max-width: 1366px;
}

.service-main-box {
    margin-bottom: 2.3em;
}

.service-col-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.service-main-box {
    padding: 16px;
    width: 24%;
    margin: 5px;
}

.service-main-box .image-icon-design {
    margin-bottom: 0;
}

.service-main-box .image-icon-design img {
    transition: 1s ease;
    width: 100%;
    max-width: 90px;
    display: block;
    margin: 0 auto;
    padding: 15px;
}

.service-main-box:hover .image-icon-design img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}

.service-main-box .text-bottom-design {
    font-size: 16px;
    text-align: center;
    padding: 10px;
}

.service-main-box {
    border: 1px solid;
    border-color: transparent;
    transition: all 0.5s ease 0s;
    background-color: #11adc126;    width: 100%;
    min-height: 189px;
}

.service-main-box:hover {
    border: 1px solid #ddd;
    background-color: #01b8cf;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

#client-slider-img {
    background: #E6E6E6;
}

#client-slider-img .client-slider-inn {
    margin: 0 auto;
    padding: 5em 3em 8em 3em;
    overflow: hidden;
    max-width: 1366px;
}

.client-slider-home-landing-list-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.landing-item {
    max-width: 234px;
    margin: 10px;
    overflow: hidden;
    box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.09);
}

.landing-item a {
    display: block;
    position: relative;
}

.landing-item a img {
    display: block;
    -webkit-transition: all 0.5s;
    -webkit-filter: contrast(110%);
}

.landing-item a:hover img {
    -webkit-filter: none;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#surveillance-ltd .surveillance-ltd-inn {
    margin: 0 auto;
    padding: 3em 10em 3em;
    overflow: hidden;
    max-width: 1366px;
}

.iiieye-address {
    margin-bottom: 2.5em;
}

.iiieye-address .small-text-buttom {
    text-align: center;
    font-size: 20px;
    margin-bottom: 1em;
}

.iiieye-address .address-link {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px;
}

.rol-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 46%;
    justify-content: center;
    margin: 0 auto;
}

.row-secton-page {
    width: 50%;
}

ul.icon-list {
    margin: 0;
    padding: 0;
}

ul.icon-list {
    list-style: none;
}

ul.icon-list li {
    line-height: 1.3;
    margin-bottom: 3.1rem;
    position: relative;
    margin-left: 1.5rem;
    font-size: 15px;
}

ul.icon-list li:before {
    font-family: 'fontawesome';
    position: absolute;
    top: -5px;
    left: -4rem;
    font-size: 1.5rem;
    color: white;
    background: #e2a12a;
    padding: 4px;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 100%;
}

ul.icon-list li.phone-i:before {
    content: '\f095';
}

ul.icon-list li.mobile-i:before {
    content: '\f10b';
}

ul.icon-list li.mail-i:before {
    content: '\f003';
}

ul.icon-list li.web-i:before {
    content: '\f26b';
}

.left-to-right {
    float: right;
}

@media (max-width:768px) {
    #surveillance-ltd {
        background-position: right 0 bottom 0 !important;
    }

    #surveillance-ltd .surveillance-ltd-inn {
        padding: 5em 1em 10em 1em;
    }
}

@media only screen and (min-device-width: 300px) and (max-device-width: 480px) {
    .service-col-container {
        display: block;
        width: 100%;
    }

    .service-main-box .image-icon-design img {
        max-width: 90px;
        display: block;
        margin: 0 auto;
        display: block;
    }

    .service-main-box {
        width: 100%;
        margin: 10px 1px 5px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 720px) {
    .service-col-container {
        display: flex;
        flex-wrap: wrap;
    }

    .service-main-box .image-icon-design img {
        max-width: 90px;
        display: block;
        margin: 0 auto;
        display: block;
    }

    .service-main-box {
        width: 47%;
    }
}


@media only screen and (min-device-width: 720px) and (max-device-width: 1170px) and (orientation: landscape) {
    .service-col-container {
        display: flex;
        width: 100%;
    }

    .service-main-box .image-icon-design img {
        max-width: 90px;
        display: block;
        margin: 0 auto;
        display: block;
    }

    .service-main-box {
        width: 44%;
    }

    #service-md .service-inn {
        padding: 5em 1em 3em 1em;
    }

    .service-main-box .text-bottom-design {
        font-size: 16px !important;
    }

    #surveillance-ltd {
        background-position: right 0 bottom 0 !important;
    }
}
@media(max-width:768px){
    #service-md .service-inn{
        padding: 2em 1em 1em 1em;
    }
}

@media only screen and (max-width: 480px) {
    .row-secton-page {
        width: 50%;
        margin: 0 auto;
    }

    .rol-row {
        display: block;
        width: 100% !important;
    }

    .left-to-right {
        float: left;
    }
}

#footer-ltd {
    background: #444;
}

#footer-ltd .footer-ltd-inn {
    margin: 0 auto;
    padding: 2em 8px 1em 8px;
    overflow: hidden;
    max-width: 1366px;
}

.list-social-mediafooter ul {
    margin: 0;
    padding: 0;
}

.list-social-mediafooter ul li {
    list-style: none;
    margin: 4px 0;
}

.list-social-mediafooter ul li a {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    color: #818181;
    transition: all 0.5s ease 0s;
    padding: 5px;
}

.list-social-mediafooter ul li a:hover {
    color: #333;
}

.company-add {
    text-align: center;
    padding: 17px 0;
    display: inline-block;
    width: 100%;
    background: #444;
    color: #c5c5c5;
}

@media (max-width: 420px) {
    .logo-footer img {
        margin: 0 auto;
        display: block;
    }

    .company-add {
        text-align: center;
    }
}

.top-flow-headline-x {
    margin-bottom: 6em;
}

.top-flow-headline-x .text-heading-x {
    position: relative;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5;
    color: #464646;
    font-weight: 600;
    margin: 0;
}

.top-flow-headline-x .text-heading-x::before {
    content: '';
    position: absolute;
    width: 280px;
    height: 1px;
    top: 70px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #dfdfdf;
}

.top-flow-headline-x .text-heading-x::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    top: 67px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7c525;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.left-right-half {
    display: flex;
    width: 100%;
}

.left-right-half .left-half {
    width: 50%;
    overflow: hidden;
}

.left-right-half .right-half {
    background: #91edf2;
    width: 50%;
    overflow: hidden;
}

.left-right-half .article-page {
    width: 82%;
    margin: 0 auto;
    float: right;
    padding-right: 3em;
}

.left-right-half .article-page p {
    text-align: justify;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    color: #666;
}

.left-right-half .article-page-b {
    width: 80%;
    margin: 0 auto;
}

.form-section {
    max-width: 400px;
    padding: 2.5em 2.5em;
    background: #fff6;
    box-shadow: 0px 0px 12px 0px #5252524d;
    border-radius: 3px;
    margin: 4em auto;
}

.form-section .top-headding-form {
    font-size: 18px;
    text-align: center;
    padding-bottom: 2em;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.form-group-input {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}

.form-group-input input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #fff;
    font-size: 14px;
}

.form-group-input select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #fff;
    font-size: 14px;
}

.form-group-input input:focus,
.form-group-input select:focus {
    border-color: #a0a0a0 #b9b9b9 #b9b9b9 #b9b9b9 !important;
}

.form-group-input button {
    font-size: 16px;
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 6px 15px;
    width: 154px;
    border-radius: 3px;
    border: 1px solid #e3a225;
    transition: all 0.5s ease 0s;
    background: #e3a225;
    color: #fff;
}

.form-group-input button:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .top-flow-headline-x .text-heading-x {
        font-size: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .left-right-half {
        width: 100%;
        display: block;
    }

    .left-right-half .left-half {
        width: 100%;
    }

    .left-right-half .right-half {
        width: 100%;
    }

    .left-right-half .article-page {
        width: 100%;
        padding: 1em 3em;
    }

    .left-right-vision {
        display: block;
        padding: 0 1em;
    }

    .left-right-vision .left-vision {
        width: 100%;
    }

    .left-right-vision .right-vision {
        width: 100%;
    }

    .left-right-mission {
        display: block;
        padding: 0 1em;
    }

    .left-right-mission .left-mission {
        width: 100%;
    }

    .left-right-mission .right-mission {
        width: 100%;
    }

    #about-mission .about-mission-row {
        padding: 2em 0;
    }

    .about-mission-row-item-a {
        width: 100%;
        margin: 0 auto;
        float: none;
        padding-right: 0;
        padding-top: 0;
    }

    .about-mission-row-item-b::after {
        position: relative;
        width: 100%;
        transform: inherit;
        transform-origin: top;
    }

    .about-vision-row-item-b img {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
        display: table;
    }

    .about-mission-row-item-b img {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
        display: table;
    }
}

#service {
    background-image: url(../img/white.png);
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}

#service .service-banner-row {
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 8em 2em 8em 2em;
}

.service-banner-heading {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.service-banner-heading .service-banner-top-bold {
    font-size: 35px;
    text-align: center;
    padding-bottom: .6em;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4e4e4e;
}

.service-banner-two-colume-row .service-top p {
    text-align: justify;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    color: #666;
}

.service-bottom {
    margin-top: 3em;
}

.section-hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.section-hover .hover-effect {
    margin: 10px;
    width: 18.3%;
}

.tile-section {
    background-image: linear-gradient(to left top, #00c9fe, #91edf2);
    border-radius: 5px;
    box-shadow: 0 0px 8px 0 rgba(34, 43, 55, 0.1);
    cursor: pointer;
    display: inline-block;
    height: 225px;
    overflow: hidden;
    position: relative;
    transition: all 300ms;
    width: 225px;
    -webkit-backface-visibility: hidden;
    border: 5px solid #30aedf33;
    border-radius: 100%;
}

.tile-section:after {
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    display: block;
    height: 100%;
    transition: background-color 300ms;
    width: 100%;
}

.tile-section:hover {
    box-shadow: 0 15px 50px 0 rgba(34, 43, 55, 0.25);
}

.tile-section:hover:after {
    background-color: transparent;
}

.tile-section:hover .tile-section-meta {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.tile-section-meta {
    background-color: white;
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    transition: opacity 225ms, -webkit-transform 400ms;
    transition: opacity 225ms, transform 400ms;
    transition: opacity 225ms, transform 400ms, -webkit-transform 400ms;
    width: 100%;
}

.tile-section-author a {
    color: #666;
    text-align: center;
    padding: 26% 0;
    font-size: 18px;
    display: block;
    text-decoration: none;
}

.text-large {
    text-align: center;
    padding: 26% 0;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.tile-section-author a:hover {
    color: #202020;
}

.iconink-img img {
    width: 80px;
    margin: 0 auto;
    display: table;
}

#service-inn-content .in-sirvice-box {
    margin: 0 auto;
    padding: 0 3em;
    max-width: 1300px;
}

.row-colume-1 {
    display: inline-block;
    width: 100%;
}

.row-colume-1 .service-top-heading-color {
    font-size: 22px;
    text-align: center;
    padding-bottom: 2em;
    letter-spacing: .7px;
    color: #666;
}

.row-colume-1 .service-top-heading-color span {
    color: #F90;
}

.box-s {
    display: flex;
}

.box-s .left-img-box {
    width: 30%;
    display: inline-block;
    padding-right: 20px;
}

.box-s .right-img-box {
    width: 70%;
    display: inline-block;
    padding-left: 20px;
}

.box-s .right-img-box p {
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: justify;
}

.left-img-box video {
    width: 100%;
}

.service-list ol {
    list-style-type: none;
    display: table;
    margin: 0 0 0px 16px;
}

.service-list ol li {
    counter-increment: step-counter;
    position: relative;
    display: block;
    margin: 15px 0;
    color: #606666;
    font-size: 14px;
    padding-left: 8px;
}

.service-list ol li:before {
    content: counter(step-counter);
    padding: 3px;
    background: #f2f2f2;
    width: 30px;
    text-align: center;
    display: table;
    border-radius: 100%;
    position: absolute;
    left: -37px;
    top: -5px;
    bottom: 0;
    height: 30px;
    color: #242424;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

@media (max-width: 640px) {
    .section-hover {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .section-hover .hover-effect {
        margin: 10px 0;
        width: 100%;
    }

    .iconink-img {
        display: table;
        margin: 0px auto 6px auto;
    }

    .iconink-img img {
        display: table;
        margin: 0px auto 6px auto;
    }
}

@media (max-width:812px) {
    #service-inn-content .in-sirvice-box {
        padding: 3em 1.6em;
    }

    .box-s {
        display: block;
        width: 100%;
    }

    .box-s .left-img-box {
        width: 100%;
        display: block;
        padding: 0;
    }

    .box-s .right-img-box {
        width: 100%;
        margin-top: 15px;
        padding: 10px;
    }

    .box-s .right-img-box p {
        font-size: 14px;
        padding: 10px;
    }

    .row-colume-1 {
        margin: 2em 0 2em 0;
    }

    .row-colume-1 .service-top-heading-color {
        font-size: 20px;
        letter-spacing: .4px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 980px) {
    .section-hover {
        display: block;
        flex-wrap: inherit;
        width: 100%;
    }

    .section-hover .hover-effect {
        width: 48%;
        display: inline-table;
        margin: 10px auto;
        text-align: center;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1230px) {
    .section-hover {
        display: block;
        flex-wrap: inherit;
        width: 100%;
    }

    .section-hover .hover-effect {
        width: 33%;
        display: inline-table;
        margin: 10px auto;
        text-align: center;
    }
}

@media (device-width: 1024px) {
    .section-hover {
        display: block;
        flex-wrap: inherit;
        width: 100%;
    }

    .section-hover .hover-effect {
        width: 30.3%;
        display: grid;
        float: left;
    }
}

#partner .partner-banner-row {
    padding: 14em 3em 6em 3em;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1200px;
    position: relative;
    background: url(../img/map-bg.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-size: 90% 90%;
    background-position: center;
}

.partner-banner-top-bold img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

#optin-inn-content {
    background: #eee;
}

#optin-inn-content .in-optin-box {
    padding: 3em;
    margin: 0 auto 0 auto;
    max-width: 1200px;
    background: #fff;
    box-shadow: 0 0px 10px #d7d7d7;
    border-radius: 10px;
    position: relative;
    top: -50px;
}

.in-optin-page .optin-top-headding {
    font-size: 35px;
    text-align: center;
    padding-bottom: 1.6em;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4e4e4e;
}

.in-optin-page .optin-paira p {
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
    padding-bottom: 14px;
    color: #666;
}

.in-optin-page .optin-paira p span {
    font-weight: 600;
}

#user-details-partner .user-details-data {
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 3em;
}

.user-details-inner {
    padding: 0 20px;
}

.user-details-inner .top-paira-container {
    background: #91edf2;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: bold;
    color: #505050;
    margin-bottom: 2em;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.pattern-list-style {
    padding: 0 20px;
}

.pattern-list-list li {
    border-bottom: 1px solid #ccc;
    display: table;
    border-collapse: collapse;
    width: 100%;
    list-style: none;
}

.pattern-list-inner {
    display: table-row;
    overflow: hidden;
}

.pattern-list-li-img {
    display: table-cell;
    vertical-align: middle;
    width: 5%;
    padding-right: 1em;
}

.pattern-list-li-img img {
    display: block;
    width: 35px;
    height: auto;
}

.pattern-list-li-text {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
}

.pattern-list-li-head {
    margin: 0;
}

.pattern-list-li-sub {
    margin: 0;
}

.pattern-list li {
    list-style: none;
    margin: 20px 0;
    padding: 10px;
    display: block;
}

.pattern-list li a {
    color: #666;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-decoration: none;
    display: block;
}

.pattern-list-style ul {
    margin: 0;
    padding: 0;
}

@media all and (min-width: 45em) {
    .pattern-list-list li {
        float: left;
        width: 50%;
        list-style: none;
    }
}

@media all and (min-width: 75em) {
    .pattern-list-list li {
        width: 33.33333%;
    }
}

.pattern-list-style-form {
    max-width: 500px;
    margin: 0 auto;
}

.form-method {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.form-method input,
.form-method textarea {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 8px 12px;
    border-radius: 3px;
}

.form-method select {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 10px 12px;
    border-radius: 3px;
}

.form-method input:focus,
.form-method textarea:focus,
.form-method select:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

.form-method button {
    float: right;
    padding: 10px 18px;
    width: 124px;
    background: #e3a225;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    border: 0;
    border-radius: 3px;
    transition: all 0.5s ease 0s;
}

.form-method button:hover {
    opacity: 0.8;
}

#become-channel .become-channel-partner {
    margin: 0 auto;
    max-width: 1300px;
    padding: 1em 4em;
    width: 100%;
    overflow: hidden;
}

#become-channel .top-left-icon {
    font-weight: bold;
    padding-bottom: 1em;
}

.address-details {
    margin: 2em 0;
    border: 1px solid #e9e9e9;
    display: inline-block;
    width: 100%;
}

#become-channel .top-left-icon img {
    width: 39px;
    float: left;
    margin-top: 5px;
}

.top-headding-company {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #262626;
    padding: 15px;
    background: #ededed;
}

.top-headding-company-r {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #5E5E5E;
    padding: 5px;
}

.section-cover-full-screen {
    padding: 2em;
    display: inline-block;
    width: 100%;
}

.small-line-text {
    text-align: center;
    font-size: 20px;
    font-family: arial;
    letter-spacing: 0.5px;
    margin-bottom: 1em;
}

.company-logo img {
    max-width: 250px;
    width: 100%;
    display: table;
    margin: 0 auto 1em auto;
}

.address-bar {
    display: table-row;
    width: 100%;
}

.top-addres-head {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 1em;
    border-bottom: 1px solid #d1d1d1;
    padding: 2px 0;
}

.name-bar {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 1em;
}

.totel-add {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 10px;
}

.call-cell {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 10px;
}

.mail-e {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 10px;
}

.totel-add span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.call-cell span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.mail-e span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.address-bar-part-1 {
    display: table-cell;
    padding: 20px 40px;
    position: relative;
    width: 50%;
}

.totel-add {
    display: flex;
}

.totel-add .add-main-left {
    width: 20%;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.totel-add .add-main-right {
    width: 80%;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 10px;
}

.main-paira-page-top-headding {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 2em;
}

.main-paira-page-top-headding span img {
    width: 165px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

@media(max-width: 980px) {
    #partner .partner-banner-row {
        padding: 2em 1em 5em 1em;
    }

    .in-optin-page .optin-top-headding {
        font-size: 25px;
    }

    #user-details-partner .user-details-data {
        padding: 2em 0em;
    }

    .user-details-inner .top-paira-container {
        padding: 14px;
        font-size: 17px;
    }

    .pattern-list li a {
        font-size: 14px;
    }

    #become-channel .become-channel-partner {
        padding: 3em 1em;
    }

    .section-cover-full-screen {
        padding: 0;
    }

    .totel-add .add-main-left {
        width: 25%;
    }

    .totel-add .add-main-right {
        width: 75%;
    }

    .address-bar-part-1 {
        padding: 20px 20px;
    }
}

@media (max-width:680px) {
    .address-bar {
        display: block;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .address-bar-part-1 {
        display: block;
        padding: 20px;
        width: 100%;
    }

    .totel-add {
        display: block;
    }

    .totel-add .add-main-left {
        width: 100%;
    }

    .totel-add .add-main-right {
        width: 100%;
    }
}

.lage-icon {
    margin: 1em auto;
    padding-bottom: 2em;
    display: inline-block;
    width: 100%;
}

.lage-icon .image-icon-png img {
    max-width: 100px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    display: block;
}

.lage-icon .icon-bottom-text {
    font-size: 50px;
    color: #e3a225;
    font-weight: bold;
    text-align: center;
}

#form-contact .form-contact-inner {
    padding: 3em 1em;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.form-contact-main-page {
    margin: 0 auto;
    max-width: 650px;
    position: relative;
    top: 0%;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
}

.contact-form .form-field {
    position: relative;
    margin: 26px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 1px 0;
    border-color: #000;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 11px;
    bottom: 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #888;
    cursor: text;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contact-form .submit-btn {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 24px;
    padding: 9px 27px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
    display: block;
    transition: all 0.5s ease 0s;
}

.contact-form .submit-btn:hover {
    opacity: 0.8;
}

.rowss {
    margin: -20px 0;
}

.rowss:after {
    content: "";
    display: table;
    clear: both;
}

.rowss .colss {
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
}

.rowss .colss.x-50 {
    width: 50%;
}

.rowss .colss.x-100 {
    width: 100%;
}

@media (max-width: 480px) {
    .rowss .colss.x-50 {
        width: 100%;
    }

    .lage-icon .icon-bottom-text {
        font-size: 38px;
    }
}

.space {
    padding: 2.3em;
}

.form-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.form-layout .form-row-col {
    max-width: 35%;
    margin: 10px 15px;
}

.form-layout .form-row-col2 {
    max-width: 22%;
    margin: 10px 15px;
}

.inn-img-side img {
    width: 100%;
}

.inn-content-form .top-form-page1 {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding-bottom: 2em
}

.inn-content-form .top-form-page2 a {
    max-width: 250px;
    padding: 14px 30px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    overflow: hidden;
    margin: 2em auto;
    display: table;
    transition: all 0.5s;
}

.inn-content-form .top-form-page2 a img {
    max-width: 170px;
}

.inn-content-form .top-form-page2 a:hover {
    background: #454545;
    border: 1px solid #454545;
}

.inn-content-form .top-form-page3 {
    font-size: 14px;
    text-align: center;
    margin-top: 4em;
    padding-top: 1em
}

.inn-content-form .top-form-page3 a {
    text-decoration: none;
    color: #0083c0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset
}

.top-flowheadline-p {
    margin-bottom: 3em;
}

.top-flowheadline-p .text-heading-p {
    position: relative;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #464646;
    font-weight: 600;
}

.line-p {
    border-top: 1px solid #111;
    display: block;
    margin: 28px auto 0 auto;
    padding-top: 25px;
    position: relative;
    max-width: 200px;
}

.read-more-p {
    background: #111;
    border-radius: 50%;
    border: 10px solid #fdfdfd;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: normal;
    height: 50px;
    width: 50px;
    line-height: 38px;
    margin: -25px 0 0 -25px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .form-layout {
        display: block;
    }

    .form-layout .form-row-col {
        max-width: 100%;
    }

    .form-layout .form-row-col2 {
        max-width: 100%;
    }

    .form-layout .form-row-col2 {
        margin: 62px 15px;
    }
}

@media (device-width: 812px) {
    .form-layout .form-row-col {
        max-width: 56%;
    }

    .form-layout .form-row-col2 {
        max-width: 32%;
    }
}

@media (device-width: 800px) {
    .form-layout .form-row-col {
        max-width: 56%;
    }

    .form-layout .form-row-col2 {
        max-width: 32%;
    }
}

@media (device-width: 1024px) {
    .form-layout .form-row-col {
        max-width: 88%;
    }

    .form-layout .form-row-col2 {
        max-width: 22%;
    }
}

#form-set {
    background: url(../img/parallax.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10em 0;
}

#form-set .form-set-inner {
    padding: 0 20px;
}

.main-form-flex {
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
}

.main-form-flex .main-form-flex-lineb-main {
    width: 50%;
    padding: 2em;
    border-radius: 3px;
}

.main-form-flex-lineb-1 {
    padding: 3em 0;
}

.main-form-flex-lineb-1 .form-set-logob {
    display: table;
    padding: 10px;
    margin: 1em auto;
}

.main-form-flex-lineb-1 .form-set-logob img {
    width: 160px;
}

.main-form-flex-lineb-1 .tag-text {
    text-align: center;
    font-size: 18px;
}

.main-form-flex-lineb-2 {
    padding: 2em;
}

.main-form-flex-input-group-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.main-form-flex-input-group-group label {
    width: 100%;
    padding: 2px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: block;
}

.main-form-flex-input-group-group input {
    padding: 8px 15px;
    display: block;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-bottom: 5px;
}

.main-form-flex-input-group-group button {
    background: #0B8298;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0.5em auto 0 auto;
    overflow: hidden;
    padding: 11px 10px;
    text-transform: uppercase;
    width: 100%;
    transition: all 1s ease 0s;
    border-radius: 3px;
}

.main-form-flex-input-group-group button:hover {
    opacity: 0.8;
}

.dorder-left {
    background: rgb(238, 238, 238) none repeat scroll 0% 0%;
    border-left: 1px dashed rgb(186, 189, 189);
}

.main-form-flex-input-group-group-x {
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 15px;
    text-align: center;
    line-height: 35px;
}

.dorder-left-border {
    background: rgb(105, 212, 218) none repeat scroll 0% 0%;
    border-left: 1px dashed rgb(186, 189, 189);
}

@media (max-width: 680px) {
    #form-set {
        padding: 6em 15px;
    }

    .main-form-flex {
        display: block;
        width: 100%;
    }

    .main-form-flex .main-form-flex-lineb-main {
        width: 100%;
        padding: 0em;
    }

    .dorder-left {
        border-top: 1px dashed rgb(186, 189, 189);
        border-left: none;
    }

    .logo-footer {
        margin-bottom: 20px;
    }

    .social-media-contact-footer {
        margin-bottom: 20px;
    }

    #footer-ltd .footer-ltd-inn {
        padding: 2em 8px;
    }
}

@media (max-width: 736px) {
    .logo-footer {
        margin-bottom: 20px;
    }

    .social-media-contact-footer {
        margin-bottom: 20px;
    }

    #footer-ltd .footer-ltd-inn {
        padding: 2em 8px;
    }
}

@media (max-width: 414px) {
    .main-form-flex-input-group-group-x {
        font-size: 16px;
        padding: 6px;
        line-height: 25px;
    }

    #ddmenu ul {
        top: 70px;
    }

    #ddmenu .menu-icon {
        top: 18px;
        position: absolute;
    }
}

.address-details {
    margin: 3em auto;
    padding: 2em;
    border: 1px solid #e9e9e9;
    display: inline-block;
    width: 100%;
}

.panel-form-page .panel-heading-form-page {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px;
    background: #ececec;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 1em;
    text-align: center;
}

.panel-form-page {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.capchha-page-inn-button input {
    background-color: #e3a225;
    border: none;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    margin: 4px 15px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 15px;
    letter-spacing: 1px;
    width: 115px;
}

.capchha-page-inn-button input:hover {
    opacity: 0.8;
}

.panel-form-page .internal-form-page {
    padding: 20px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.form-lavel-gb {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}

.form-lavel-gb label {
    width: 100%;
    padding: 4px 0;
    color: #666;
    display: block;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.form-lavel-gb input {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    padding: 8px 15px;
    width: 100%;
    display: block;
    font-size: 14px;
}

.form-lavel-gb select {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    padding: 10px 15px;
    width: 100%;
    display: block;
    font-size: 14px;
}

.form-lavel-gb2 {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}

.form-lavel-gb2 .date-cover {
    display: flex;
}

.date-cover .date-page {
    width: 50%;
    padding: 0 10px;
}

.date-cover .date-page label {
    width: 100%;
    padding: 4px 0;
    display: block;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.date-cover .date-page input {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    padding: 8px 15px;
    width: 100%;
    display: block;
    font-size: 14px;
}

.capchha-page-inn-button button {
    background-color: #e3a225;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin: 4px 0;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.5s ease 0s;
}

.capchha-page-inn-button button:hover {
    opacity: 0.8;
}

.single-col {
    width: 50%;
    margin: 0px auto;
}

.captcha {
    padding-left: 2em;
    text-align: center;
    display: block;
    margin-bottom: .5em;
    font-size: 2em;
    letter-spacing: 8px;
}

.captcha::first-letter {
    position: relative;
    margin-right: -3.6em;
}

.notice {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background: #fafafa;
    font-size: 1.4em;
    text-align: center;
    padding: .5em;
    color: #328580;
    font-weight: 700;
}

@media (max-width:737px) {
    .space {
        padding: 2.em;
    }

    .address-details {
        padding: 2em 0;
    }

    .form-lavel-gb2 .date-cover {
        display: block;
    }

    .date-cover .date-page {
        width: 100%;
        padding: 0;
        margin: 10px 0;
    }

    .single-col {
        width: 100%;
    }
}

@media (device-width:800px) {
    .single-col {
        width: 100%;
    }
}

.top-padding2 {
    height: 100%;
    margin-top: 90px;
    overflow: hidden;
    float: left;
    padding: 60px 0;
}

#become-channel {
    padding: 60px 0 60px 0;
    overflow: hidden;
}

#Apartment {
    padding: 60px 0 60px 0;
    overflow: hidden;
}

#Lobby {
    padding: 60px 0 60px 0;
    overflow: hidden;
}

#Campus {
    padding: 60px 0 60px 0;
    overflow: hidden;
}

#Health {
    padding: 60px 0 60px 0;
    overflow: hidden;
}

#Parking {
    padding: 60px 0 60px 0;
    overflow: hidden;
}

.team-member,
.team-member .team-img {
    position: relative;
    border-radius: 3px;
}

.team-member {
    overflow: hidden;
}

.team-member,
.team-member .team-img {
    position: relative;
    border-radius: 3px;
}

.maine-text {
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 2em 1em;
    display: block;
    justify-content: center;
    overflow: hidden;
    height: 300px;
    font-size: 25px;
    font-weight: bold;
    border: 8px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    letter-spacing: 1px;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 8px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 302px;
    border-radius: 3px;
}

.team-member:hover .team-hover .team-desk {
    top: 50%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .team-desk,
.team-member:hover .team-hover .team-s-link {
    opacity: 1;
}

.team-hover .team-desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 10px;
    border-radius: 3px;
}

.team-desk,
.team-desk h4,
.team-hover .team-s-link a {
    text-align: center;
    color: #222;
}

.team-member:hover .team-hover .team-s-link {
    bottom: 10%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .team-s-link {
    opacity: 1;
}

.team-hover .team-s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

.team-desk,
.team-desk h4,
.team-hover .team-s-link a {
    text-align: center;
    color: #222;
}

.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}

.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}

.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}

.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}

.normal-color-a {
    background: #bd2025;
    border-radius: 3px;
    overflow: hidden;
}

.normal-color-b {
    background: #feab03;
    border-radius: 3px;
    overflow: hidden;
}

.normal-color-c {
    background: #7da914;
    border-radius: 3px;
    overflow: hidden;
}

.team-img .curve1 {
    opacity: 0.1;
    position: absolute;
    right: -2px;
    top: -1%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.team-member:hover .team-hover .team-img:hover .curve1 {
    opacity: 0;
    top: -1%;
}

.team-desk-icon {
    display: table;
    width: 100%;
    padding: 5px;
    position: relative;
    margin: 5px auto;
}

.team-desk-icon img {
    width: 40px;
}

@media (max-width: 640px) {

    .team-member,
    .team-member .team-img {
        height: 350px;
    }

    .team-hover {
        height: 350px;
    }

    .maine-text {
        padding: 3em 1em;
        height: 350px;
        font-size: 22px;
    }
}

@media (max-width: 980px) {
    .team-member {
        margin: 15px 0;
    }
}

@media only screen and (min-device-width: 482px) and (max-device-width: 736px) {
    .rol-row {
        width: 66%;
    }

    .address-details {
        padding: 2em 0;
    }

    .section-cover-full-screen {
        padding: 0;
    }

    .address-bar {
        display: block;
        width: 100%;
    }

    .address-bar-part-1 {
        display: block;
        padding: 20px;
        width: 100%;
    }

    .totel-add .add-main-left {
        width: 100%;
    }

    .totel-add .add-main-right {
        width: 100%;
    }

    .totel-add {
        display: block;
    }

    .address-bar-part-1 {
        padding: 15px;
    }
}

.serviceBox {
    padding-bottom: 20px;
    border-radius: 0 10px 10px 10px;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    border: 1px solid #ececec;
}

.serviceBox:hover {
    box-shadow: 0 0 5px #b7b7b7;
}

.serviceBox:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 15px;
    border-radius: 10px 10px 0 0;
    background: #2f2f2f;
    z-index: -1;
    position: absolute;
    top: -15px;
    left: 0;
}

.serviceBox .service-icon {
    width: 100%;
    height: 40px;
    background: #2f2f2f;
    font-size: 28px;
    margin-bottom: 80px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.serviceBox .service-icon:after {
    content: "";
    width: 142px;
    height: 142px;
    background: #2f2f2f;
    border-radius: 0 0 20px 0;
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translateX(-50%) scale(1, 0.7) rotate(45deg);
}

.serviceBox .service-icon span {
    display: block;
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%) rotateY(360deg);
    transition: all 0.3s ease 0s;
}

.serviceBox:hover .service-icon span {
    transform: translateX(-50%) rotateX(0);
}

.serviceBox .title {
    font-size: 18px;
    color: #505050;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    transition: all 0.3s ease 0.1s;
    text-align: center;
    display: block;
}

.serviceBox:hover .title {
    color: #2999c3;
}

.serviceBox .description {
    padding: 0 10px;
    font-size: 15px;
    color: #505050;
    line-height: 27px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    height: 128px;
}

.serviceBox.darkblue:before,
.serviceBox.darkblue .service-icon,
.serviceBox.darkblue .service-icon:after {
    background: #2f9a6e;
}

.serviceBox.darkblue:hover .title {
    color: #2f9a6e;
}

.serviceBox.yellow:before,
.serviceBox.yellow .service-icon,
.serviceBox.yellow .service-icon:after {
    background: #e3a225;
}

.serviceBox.yellow:hover .title {
    color: #e3a225;
}

.serviceBox.red:before,
.serviceBox.red .service-icon,
.serviceBox.red .service-icon:after {
    background: #d7182a;
}

.serviceBox.red:hover .title {
    color: #d7182a;
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin-bottom: 30px;
    }

    .card-list-2a {
        width: 100%;
        display: block;
    }

    .card-2a {
        width: 44%;
    }
}

.img-footer-icon {
    height: 100px;
    width: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin-top: -66px;
}

.link-social-1 .lin-link.face {
    background-color: #3B5998;
    color: white;
}

.link-social-1 .lin-link.link {
    background-color: #007bb6;
    color: #fff;
}

.link-social-1 .lin-link.twit {
    background-color: #00ACEE;
    color: white;
}

.link-social-1 .lin-link.goo {
    background-color: tomato;
    color: white;
}

.link-social-1 .lin-link.tube {
    background-color: red;
    color: white;
}

.link-social-1 .lin-link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 9%;
    border: 1px dashed #5b9a3f;
    background-clip: content-box;
    padding: 3px;
    transition: .5s;
    margin: 8px 3px;
    transition: all .5s ease 0s;
}

.link-social-1 .lin-link {
    color: #D7D0BE;
    font-size: 24px;
}

.link-social-1 .lin-link span {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.link-social-1 .lin-link span {
    text-align: center;
}

.transition-animation {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.link-social-1 .iconsed {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 18px;
    color: #f1f1f1;
    line-height: 52px;
    text-align: center;
    background-color: #48a65b;
}

.link-social-1 .iconsed:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
}

.link-social-1 .icon-effect .iconsed {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.link-social-1 .icon-effect .iconsed:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #f1f1f1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.link-social-1 .icon-effect-1a .iconsed:hover {
    background-color: #f1f1f1;
    color: #48a65b;
}

.link-social-1 .icon-effect-1a .iconsed:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.morecontent a {
    color: #BD2025;
    font-size: 14px;
}

.morecontent a:hover {
    color: #D56064;
}

@media (max-width:768px) {
    .larg-heading {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .inner-content p {
        text-align: justify;
        margin-left: 0;
    }

    .pic img {
        width: 100%;
        float: none;
    }
}

.image-right-roe {
    width: 40%;
}

.image-right-roe img {
    width: 100%;
}

@media (max-width: 980px) {
    .image-right-roe {
        width: 100%;
    }
}

#on-boarding-vms .on-boarding-vms-inn {
    margin: 0 auto 6em auto;
    padding: 6em 3em;
    max-width: 1300px;
    overflow: hidden;
}

.on-boarding-vms-pricingTable {
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}

.on-boarding-vms-pricingTable .on-boarding-vms-pricingTable-header {
    position: relative;
    z-index: 9999;
}

.on-boarding-vms-pricingTable .on-boarding-vms-heading {
    display: block;
    background: #d7182a;
    padding: 17px 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 2em;
}

.on-boarding-vms-pricingTable .on-boarding-vms-pricingContent p {
    color: #666;
    font-size: 15px;
    height: 125px;
    padding: 0 2em;
    margin-bottom: 2em;
}

.on-boarding-vms-pricingTable-sign-up {
    padding: 30px 0;
}

.on-boarding-vms-pricingTable-sign-up .on-boarding-vms-btn {
    padding: 12px 18px;
    border: 0;
    color: #fff;
    background: #d7182a;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 3px;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.on-boarding-vms-pricingTable.on-boarding-vms-blue .on-boarding-vms-heading,
.on-boarding-vms-pricingTable.on-boarding-vms-blue .on-boarding-vms-pricingTable-sign-up .on-boarding-vms-btn {
    background: #e3a225;
}

.on-boarding-vms-pricingTable.on-boarding-vms-blue .on-boarding-vms-pricingTable-sign-up:after {
    border-color: #e3a225 transparent transparent transparent;
}

.on-boarding-vms-pricingTable.on-boarding-vms-yellow .on-boarding-vms-heading,
.on-boarding-vms-pricingTable.on-boarding-vms-yellow .on-boarding-vms-pricingTable-sign-up .on-boarding-vms-btn {
    background: #2f9a6e;
}

.on-boarding-vms-pricingTable.on-boarding-vms-yellow .on-boarding-vms-pricingTable-sign-up:after {
    border-color: #2f9a6e transparent transparent transparent;
}

.on-boarding-vms-pricingTable.on-boarding-vms-purple .on-boarding-vms-pricingTable-sign-up:after {
    border-color: #e74c3c transparent transparent transparent;
}

@media screen and (max-width: 990px) {
    .on-boarding-vms-pricingTable {
        margin-bottom: 20px;
    }
}

.img-icon {
    width: 100%;
    display: block;
    padding-bottom: 20px;
}

.img-icon img {
    width: 40px;
}

.service-icon {
    margin-bottom: 50px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.service-icon1 {
    margin-bottom: 50px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.service-icon2 {
    margin-bottom: 50px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.service-icon::after {
    content: "";
    width: 142px;
    height: 142px;
    background: #d7182a;
    border-radius: 0 0 44px 0;
    position: absolute;
    top: -137px;
    left: 50%;
    transform: translateX(-50%) scale(1, 0.7) rotate(45deg);
    z-index: 0;
}

.service-icon1::after {
    content: "";
    width: 142px;
    height: 142px;
    background: #e3a225;
    border-radius: 0 0 44px 0;
    position: absolute;
    top: -137px;
    left: 50%;
    transform: translateX(-50%) scale(1, 0.7) rotate(45deg);
    z-index: 0;
}

.service-icon2::after {
    content: "";
    width: 142px;
    height: 142px;
    background: #2f9a6e;
    border-radius: 0 0 44px 0;
    position: absolute;
    top: -137px;
    left: 50%;
    transform: translateX(-50%) scale(1, 0.7) rotate(45deg);
    z-index: 0;
}

#on-boarding-vmsx .on-boarding-vms-innx {
    margin: 2em auto 7em auto;
    padding: 2em;
    max-width: 1300px;
}

.card-list-2ax {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    display: flex;
}

.card-2ax.blue-ax {
    background-color: #2298F1;
    transition: all 0.5s ease 0s;
}

.card-2ax {
    border-radius: 8px;
    color: white;
    float: left;
    padding: 10px;
    position: relative;
    width: 25%;
    margin: 15px;
}

.card-2ax.green-ax {
    background-color: #66B92E;
    transition: all 0.5s ease 0s;
}

.card-2ax.orange-ax {
    background-color: #DA932C;
    transition: all 0.5s ease 0s;
}

.card-2ax.red-ax {
    background-color: #D65B4A;
    transition: all 0.5s ease 0s;
}

.card-2ax .title-2ax {
    display: inline-block;
    padding: 10px 10px 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}

.card-2ax .glyphicon {
    color: white;
    font-size: 30px;
    opacity: 0.8;
    position: absolute;
    right: 13px;
    top: 13px;
}

.card-2ax .stat-2ax {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 8px;
    margin-top: 12px;
    padding: 10px 10px 0;
    text-transform: uppercase;
}

.card-2ax .value-2ax {
    font-size: 28px;
    padding: 10px 10px 0px 10px;
}

.card-2ax.orange-ax:hover {
    background-color: #C27302;
    box-shadow: 2px 3px 11px 0px #959595;
}

.card-2ax.red-ax:hover {
    background-color: #BF5647;
    box-shadow: 2px 3px 11px 0px #959595;
}

.card-2ax.green-ax:hover {
    background-color: #4AA10F;
    box-shadow: 2px 3px 11px 0px #959595;
}

.card-2ax.blue-ax:hover {
    background-color: #077DD7;
    box-shadow: 2px 3px 11px 0px #959595;
}

@media (max-width: 1024px) {
    .card-list-2ax {
        width: 100%;
        display: block;
    }

    .card-2ax {
        width: 43%;
        display: inline-block;
    }

    #on-boarding-vms .on-boarding-vms-inn {
        margin: 0 auto 3em auto;
        padding: 4em 0em;
    }

    .service-icon {
        margin-bottom: 50px;
    }

    .service-icon1 {
        margin-bottom: 50px;
    }

    .service-icon2 {
        margin-bottom: 50px;
    }

    #on-boarding-vmsx .on-boarding-vms-innx {
        padding: 2em 1em;
    }
}

@media (max-width: 480px) {
    .card-2ax {
        width: 100%;
        margin: 15px auto;
    }
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 10px;
    font-size: 28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.play-button {
    width: 152px;
    height: 152px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
}

.play-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
}

.play-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: calc(100% + 15px);
    border: none;
    outline: none;
    background: none;
    opacity: 0;
    cursor: pointer;
}

.play-close::before,
.play-close::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.play-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.play-circles {
    display: block;
    width: 100%;
    height: 100%;
}

.play-perspective {
    width: 600px;
    height: 400px;
    position: absolute;
    left: -230px;
    top: -125px;
}

.play-triangle {
    width: 600px;
    height: 400px;
    background-color: #fff;
    cursor: pointer;
}

#video-player {
    background: #02AAB0;
    background: -webkit-linear-gradient(to left, #00CDAC, #02AAB0);
    background: linear-gradient(to left, #00CDAC, #02AAB0);
}

#video-player .video-data {
    max-width: 1300px;
    margin: 0 auto;
    padding: 6em 0;
    display: block;
}

#subscrive {
    background: #01a7ba;
}

#subscrive .subscribe-bar {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
    text-align: center
}

.subscribe-main .subscribe-box-1 {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0 15px;
    line-height: 80px;
}

.subscribe-main .subscribe-box-2 {
    display: inline-block;
}

.subscribe-main .subscribe-box-2 input {
    width: 267px;
    display: block;
    border-radius: 0;
    border: none;
    padding: 15px;
    background: #efefef;
}

.subscribe-main .subscribe-box-3 {
    display: inline-block;
}

.subscribe-main .subscribe-box-3 button {
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #00cfde;
    border-right: 1px solid #00cfde;
    padding: 29px 37px;
    font-size: 15px;
    background: #0099a8;
    margin-left: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.skew-left {
    padding: 10px;
    position: relative;
    background: #414040;
    margin: 0em 0;
    z-index: 1;
    overflow: hidden;
    width: 50%;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.skew-left:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to left, #00CDAC, #02AAB0);
    ;
    transform-origin: bottom left;
    -ms-transform: skew(-60deg, 0deg);
    -webkit-transform: skew(-60deg, 0deg);
    transform: skew(-60deg, 0deg);
}

.skew-right {
    padding: 10px;
    position: relative;
    background: linear-gradient(to left, #00CDAC, #02AAB0);
    margin: 0em 0;
    z-index: 1;
    overflow: hidden;
    width: 50%;
    border-top: 1px solid #fff;
}

.skew-right:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #414040;
    transform-origin: bottom right;
    -ms-transform: skew(0deg, -30deg);
    -webkit-transform: skew(0deg, -30deg);
    transform: skew(0deg, -30deg);
}

#top-banner-page .top-banner-imag {
    margin: 0 auto;
    max-width: 1300px;
    overflow: hidden;
}

.col-colume-page {
    display: flex;
    justify-content: center;
}

.col-colume-inn-list {
    width: 60%;
}

.col-colume-inn-list2 {
    width: 35%;
    background: #e4e4e4;
    margin: 2em 20px;
    box-shadow: 0px 0px 5px 0px #6b6b6b;
}

.form-code-page {
    width: 100%;
    padding: 1em 4em;
}

.group-page {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.group-page label {
    width: 100%;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: normal;
}

.group-page input,
.group-page textarea,
.group-page select {
    border: 1px solid #cfcfcf;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.group-page input:focus,
.group-page textarea:focus .group-page select:focus {
    border: 1px solid #00cdfe;
}

.group-page button {
    border: 1px solid #01baae;
    background-color: #01baae;
    padding: 10px 2em;
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #fefefe;
    border-radius: 3px;
    display: block;
    margin: 6px auto;
    transition: all 0.5s ease 0s;
    width: 100%;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: 700;
}

.group-page button:hover {
    border: 1px solid #303030;
}

.youtube-link .laptop-wrapper {
    position: relative;
    padding-bottom: 67.5%;
    height: 0;
}

.youtube-link .laptop-wrapper iframe-img {
    padding: 11.9% 15.5% 14.8%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.headline-post {
    font-size: 25px;
    padding: 1em 15px 1em 15px;
    text-align: center;
}

@media (max-width: 768px) {
    .col-colume-page {
        display: block;
        justify-content: center;
    }

    .col-colume-inn-list {
        margin: auto;
    }

    .col-colume-inn-list2 {
        width: auto !important;
        margin: 20px;
    }

    .subscribe-main .subscribe-box-1 {
        display: table;
        width: auto;
        text-align: center;
        margin: 0 auto;
    }

    .subscribe-main .subscribe-box-3 button {
        padding: 14px 37px;
    }

    #subscrive .subscribe-bar {
        padding-bottom: 34px;
    }
}

@media (max-width: 767px) {
    .col-colume-page {
        display: block;
        justify-content: center;
    }

    .col-colume-inn-list {
        margin: auto;
        width: 92%;
    }

    .laptop-wrapper iframe-img a img {}
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 45%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 45%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 45%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 200ms;
    border: 1px solid #b1b1b1;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #e3a537;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.list-iiieye ul {
    margin: 0;
    padding: 0;
}

.list-iiieye ul li {
    list-style: none;
    float: left;
    display: block;
    width: 100%;
    margin: 5px;
}

.list-iiieye ul li a {
    display: table;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    letter-spacing: 0.6px;
    line-height: 50px;
    text-decoration: none;
    border: 1px solid;
    border-color: transparent;
    transition: all 0.5s ease 0s;
}

.list-iiieye ul li span {
    float: left;
}

.list-iiieye ul li span img {
    width: 40px;
    margin-right: 15px;
}

.list-iiieye ul li a:hover {
    border: 1px solid #71ffe8;
    padding: 0 20px;
    border-radius: 38px;
    background: #028185;
    box-shadow: 0px 4px 10px 0px #02020266;
}

.management h1 {
    font-size: 25px;
    text-align: center;
    padding: 0.2em;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.management .span {
    height: 2px;
    position: relative;
    width: 150px;
    margin: auto;
}

@media (max-width: 1024px) {
    .form-code-page {
        padding: 1em 2em;
    }

    .bottom-header .menu-in-side {
        padding: 0 6px;
    }

    .col-colume-inn-list2 {
        width: 50%;
    }
}

#client-slider-img {
    background: #F5F5F5;
}

#client-slider-img .client-slider-inn {
    margin: 0 auto 0em auto;
    padding: 2em 3em 2em 3em;
    overflow: hidden;
    max-width: 1366px;
}

.content {
    display: block;
    padding: 5px 0;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #eee;
    background: #fff;
    position: relative;
}

.containers {
    width: 100%;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 90px;
    cursor: pointer;
}

.marquee-sibling {
    padding: 28px 0px;
    width: 300px;
    height: 124px;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    float: left;
    left: 0;
    z-index: 2000;
    margin-top: -15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.marquee,
*[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.marquee {
    margin-left: 25%;
}

.marquee-content-items {
    display: inline-block;
    padding: 5px;
    margin: 0;
    position: relative;
}

.marquee-content-items li {
    display: inline-block;
    color: #272727;
}

.marquee-content-items li a {
    display: inline-block;
    color: #272727;
}

.marquee-content-items li a img {
    width: 200px;
    margin: 0 15px;
}

.marquee-content-items li:after {
    margin: 0 1em;
}

.marquee-sibling:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgb(227, 162, 37);
    transform-origin: top left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

@media only screen and (min-device-width: 300px) and (max-device-width: 768px) {
    #client-slider-img .client-slider-inn {
        padding: 0em 1em 1em 1em;
        margin-top: 0;
    }

    .marquee,
    [class^="marquee"] {
        position: relative;
    }

    .marquee-sibling {
        padding: 22px 0px;
        height: 89px;
        margin-top: -17px;
    }


    #skye .key-features-home {
        display: block;
    }

    .skew-right {
        width: auto;
    }

    .skew-left {
        width: auto;
    }

    .mane-left-nb .left-img-left img {
        padding: 5px;
        max-width: 100px;
    }
}
/* ==========================servicedropdown==================== */

.mod-3{
    width: 55%;
    /* background: rgb(44, 44, 1); */
    /* text-align: right; */
    align-content: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: right;
}
.mod-3 .dropdown button{
    background-color:transparent;
    color: #fff;
    /* border: none; */
    border: 1px solid #fff;
}
.mod-3 .dropdown button:focus{
    outline: none;
}
.drop-box{
    min-width: 290px;
    min-height: 162px;
    background: #cee7eb;;
    margin-top: 16px;
    margin-left: -105px;
    
}
.drop-box a{
    margin-top: 10px;
}
ul li{
    list-style: none;
    
}
.drop-box ul li a{
    text-decoration: none;
    line-height: 30px;
    /* margin-left: -15px; */
    color: #161616;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    
}
.drop-box ul li{
    margin-left: -25px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.404);
}
.drop-box ul li a::after {
    bottom: 0;
    display: block;
    height: 2px;
    left: 50%;
    /* position: absolute; */
    background: #0598ab;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    content: "";
  }

  .drop-box ul li a:hover:after {
    width: 100%;
    left: 0;
  }
  @media(max-width:768px){
    .mod-3{
        margin-left: 12px;
        margin-top: 5px;
    }
    .drop-box{    position: absolute;
        left: -92%;
        top: 32px;
    }
  }
  /*  Service feature====================  */
 .key-features-home2{
    background-color: #d4d4d473;
    box-shadow: 7px 8px 6px #0598ab26;
    margin: 10px 0;
}
.service-feature-head{
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    /* margin: 10px -31px; */
    padding: 1px 2px;
}
.service-feature-top p{
    padding: 0 0 0  20px;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5em;
    text-align: justify;
}
.service-list ol li {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5em;
    text-align: justify;
}
.service-feature-key{
    padding: 0 0 0 20px;
}
.service-imge img{
    width: 88%;
}
.service-imge{
    justify-content: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width:768px) {
    .service-feature-top p{
        padding: 0 0 0  22px;
    }
    .service-feature-key{
        padding: 0 0 0 20px;
    }
}