@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

/******** Primary Color *********/


/* Dark Purple: 		    #4C1753 */


/* Dark Orange: 		    #F98409 */


/******** Secondary Color *********/


/* Davy's Grey: 	      #414548 */


/* Sweet Brown:         #932236 */


/* Blue-Green:	        #0B94A3 */


/* Mid Gray: 		        #B1B1B1 */


/* Light Gray: 		      #E8E6E5 */


/* Gradient 1:          #4C1753 - #2B143A */

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #414548;
    line-height: 1.2;
    height: 100%;
}

header {
    height: 100%;
}

p {
    font-size: 17px;
    color: #414548;
    margin: 10px 0;
    font-weight: 400;
}

.btn {
    border: 1px solid #FFF;
    padding: 20px 50px;
    font-size: 16px;
    color: #FFF;
    border-radius: 35px;
    text-decoration: none;
}

.transform-none {
    text-transform: none !important;
}

.btn-primary {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-primary:hover {
    border: 1px solid #FFF;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.3);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #414548;
    font-weight: 600;
    background-color: #FFF;
    border-color: transparent;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary {
    border: 1px solid #E8E6E5;
    color: #4C1753;
    background-color: #FFF;
}

.btn-secondary:hover {
    border: 1px solid #4C1753;
    color: #FFF;
    background-color: #4C1753;
    text-decoration: none;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #FFF;
    font-weight: 600;
    background-color: #4C1753;
    border-color: transparent;
    box-shadow: 0 0 0 .2rem #F98409;
}

.LogoNav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
}

.logo {
    margin-top: 25px;
}

.logo img {
    height: 60px;
}

.Navigation {
    margin-top: 26px;
    text-align: right;
}

.HeaderHeading {
    position: absolute;
    top: calc(50% - 150px);
    left: 0;
    right: 0;
}

.HeaderHeading h1 {
    color: #FFF;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
}

.HeaderText {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.carousel {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
    background-image: url(../images/BG1-MobileTop.png), url(../images/BG1.jpg);
    background-repeat: repeat-x, no-repeat;
    background-color: transparent, #4C1753;
    background-position: center top, center top;
    background-size: contain, cover;
}

.carousel-item+.carousel-item {
    height: 100%;
    background-image: url(../images/BG2-MobileTop.png), url(../images/BG2.jpg);
    background-repeat: repeat-x, no-repeat;
    background-color: transparent, #932236;
    background-position: center top, center top;
    background-size: contain, cover;
}

.carousel-item+.carousel-item+.carousel-item {
    height: 100%;
    background-image: url(../images/BG3-MobileTop.png), url(../images/BG3.jpg);
    background-repeat: repeat-x, no-repeat;
    background-color: transparent, #F98409;
    background-position: center top, center top;
    background-size: contain, cover;
}

.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    height: 100%;
    background-image: url(../images/BG4-MobileTop.png), url(../images/BG4.jpg);
    background-repeat: repeat-x, no-repeat;
    background-color: transparent, #0B94A3;
    background-position: center top, center top;
    background-size: contain, cover;
}

.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    height: 100%;
    background-image: url(../images/BG5-MobileTop.png), url(../images/BG5.jpg);
    background-repeat: repeat-x, no-repeat;
    background-color: transparent, #0B94A3;
    background-position: center top, center top;
    background-size: contain, cover;
}

.carousel-indicators {
    left: 15px;
    right: 0;
    bottom: 50px;
}

.carousel-indicators li {
    height: 10px;
    width: 10px;
    border: 3px solid #FFF;
    border-radius: 15px;
    background-color: transparent;
}

.carousel-indicators .active {
    background-color: #FFF;
}

.carousel-caption {
    left: 10%;
    right: 10%;
    bottom: 120px;
}

[data-scroll] {
    transition: all 1s;
}

[data-scroll="in"] {
    opacity: 1;
    transform: translateX(0);
}

[data-scroll="out"] {
    opacity: 0;
    transform: translateX(-50px);
}

.ScrollDown {
    position: absolute;
    right: -16px;
    bottom: 10px;
    left: 0;
    margin: auto;
    width: 43px;
    height: 43px;
    cursor: pointer;
    z-index: 10;
}

.AboutSection,
.ProductSection,
.NewsEventSection,
.ClientSection,
.StatsSection,
.PartnerSection {
    padding-top: 50px;
    margin-bottom: 50px;
}

.AboutSection .welcome,
.ProductSection .welcome,
.NewsEventSection .welcome,
.ClientSection .welcome,
.StatsSection .welcome,
.PartnerSection .welcome {
    color: #B1B1B1;
    font-size: 24px;
    text-align: center;
}

.AboutSection h1,
.ProductSection h1,
.NewsEventSection h1,
.PartnerSection h1 {
    color: #4C1753;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 35px;
    text-align: center;
}

.AboutSection {
    text-align: center;
}

.AboutSection h4 {
    color: #414548;
    font-size: 20px;
    font-weight: 500;
}

.AboutSection p {
    margin: 20px 0;
    font-weight: 400;
    line-height: 1.4;
}

.ProductSection .Product {
    height: 320px;
    padding: 35px 40px 0 40px;
    text-align: left;
}

.ProductSection .Product h2 {
    font-size: 24px;
    color: #FFF;
    font-weight: 600;
}

.ProductSection .Product p,
.ProductSection .Product a,
.ProductSection .Product a:link,
.ProductSection .Product a:visited {
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
    padding: 5px 0;
    margin: 0;
    text-decoration: none;
}

.ProductSection .Product a:hover {
    text-decoration: underline;
}

.ProductSection .Product.Hardware {
    background: url(../images/Product-Hardware.png) center top no-repeat;
    background-size: cover;
}

.ProductSection .Product.Installation {
    background: url(../images/Product-Installation.png) center top no-repeat;
    background-size: cover;
}

.ProductSection .Product.Software {
    background: url(../images/Product-Software.png) center top no-repeat;
    background-size: cover;
}

.ProductSection .Product.Maintenance {
    background: url(../images/Product-Maintenance.png) center top no-repeat;
    background-size: cover;
}

.ProductSection .Product.Solutions {
    background: url(../images/Product-Solutions.png) center top no-repeat;
    background-size: cover;
}

.NewsEventSection .Date {
    color: #B1B1B1;
    font-size: 14px;
    margin-bottom: 10px;
}

.NewsEventSection .News {
    font-size: 18px;
    margin-bottom: 30px;
    background: -webkit-linear-gradient(#0B94A3, #4C1753);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.NewsEventSection .News a,
.NewsEventSection .News a:link,
.NewsEventSection .News a:visited {
    font-size: 18px;
    margin-bottom: 10px;
    text-decoration: none;
}

.NewsEventSection .News a:hover {
    background: -webkit-linear-gradient(#0B94A3, #0B94A3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.NewsEventSection .bi-arrow-right-circle,
.wraper .bi-arrow-right-circle {
    margin-top: 10px;
    color: #E8E6E5;
    width: 25px;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

.NewsEventSection .Twitter,
.wraper .Twitter {
    margin-top: 10px;
    color: #E8E6E5;
    width: 30px;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

.NewsEventSection .Facebook {
    margin-top: 10px;
    color: #E8E6E5;
    width: 24px;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

.NewsEventSection .LinkedIn {
    margin-top: 10px;
    color: #E8E6E5;
    width: 24px;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

.NewsEventSection .News a:hover .Twitter,
.wraper a:hover .Twitter {
    color: #55ACEE;
}

.NewsEventSection .News a:hover .Facebook {
    color: #4267b2;
}

.NewsEventSection .News a:hover .LinkedIn {
    color: #007BB5;
}

.ClientSection {
    background: url(../images/ClientsBG.jpg) center top no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.ClientSection h1 {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 35px;
    text-align: center;
}

.ClientSection .Tile {
    text-align: center;
    margin-bottom: 35px;
}

.ClientSection .Tile img {
    border-radius: 100px;
    width: 100%;
    margin-bottom: 5px;
}

.ClientSection .Tile p {
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
}

.StatsSection {
    text-align: center;
    padding-bottom: 50px;
    background: rgb(198, 230, 234);
    background: linear-gradient(90deg, rgba(198, 230, 234, 1) 0%, rgba(219, 208, 221, 1) 100%);
}

.StatsSection h1 {
    color: #4C1753;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 35px;
    text-align: center;
}

.StatsSection .Tile {
    text-align: center;
    margin-bottom: 50px;
}

.StatsSection .Tile img {
    width: 75%;
    margin-bottom: 0;
}

.StatsSection .Tile .Value {
    color: #4C1753;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

.StatsSection .Tile .Description {
    color: #4C1753;
    font-size: 25px;
    font-weight: 500;
}

.PartnerSection {
    padding-bottom: 50px;
    margin-bottom: 0;
}

.PartnerSection .Tile {
    text-align: center;
    margin-bottom: 35px;
}

.PartnerSection .Tile img {
    border-radius: 100px;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #E8E6E5;
}

.FooterSection {
    text-align: center;
    padding-bottom: 50px;
}


/* Menu Slider */

.cd-panel-content a,
.cd-panel-content a:link,
.cd-panel-content a:visited {
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    display: block;
    text-align: left;
    margin: 10px 0 10px 50px;
}

.cd-panel-content a:hover,
.wraper .side-menu a:hover {
    color: #F98409;
}

.cd-panel-content .Seperator {
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    display: block;
    text-align: left;
    margin: 50px 0 10px 50px;
}

.cd-panel-content a.SocialLinks,
.cd-panel-content a.SocialLinks:link,
.cd-panel-content a.SocialLinks:visited {
    color: #B1B1B1;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    display: block;
    text-align: left;
    margin: 10px 0 10px 50px;
}

.cd-panel-content a.SocialLinks:hover {
    color: #FFF;
}

.cd-panel-content .Copyright {
    color: #B1B1B1;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    margin: 50px 50px 10px 50px;
}

.inner-bg {
    background: #e7e6e4 url(../images/inner-bg.png) top repeat-x;
}

.bg-app {
    background: #4C1753 url(../images/BGSlider.png) no-repeat bottom right;
    background-size: contain;
}

.wraper {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wraper .brand img {
    max-width: 175px;
}

.br-l {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.br-r {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 30px;
}

.br-l,
.br-r {
    min-height: 100vh;
}

.wraper .br-l {
    padding: 30px;
}

.wraper .tel,
.wraper .mail {
    color: #B1B1B1;
    text-decoration: none;
    font-size: 13px;
}

.wraper h2 {
    color: #0b95a2;
    font-size: 75px;
    font-weight: 700;
    text-transform: uppercase;
}

.wraper p {
    font-size: 13px;
    line-height: 22px;
}

.font-b {
    font-size: 15px !important;
    font-weight: 600;
    line-height: 22px;
}

.btn-rq {
    padding: 12px 40px;
    font-size: 13px;
}

.wraper .side-menu a {
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    display: block;
    text-align: left;
    margin: 14px 0 14px 0;
}

.contact-info {
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.contact-info h4,
.contact-info p {
    color: #FFF;
    font-size: 13px;
}

.bg-white {
    background: url(../images/bg-footer.png) no-repeat bottom left;
}

.footer {
    padding-top: 200px;
}

.flink,
.fline,
.footer p,
.form-control {
    color: #B1B1B1;
    font-size: 13px;
    text-decoration: none;
}

.flink:hover {
    color: #F98409 !important;
}

.footer p {
    margin-top: 0;
}

.btn-submit {
    background: #4C1753;
    border: 0;
    color: #FFFFFF;
    font-size: 13px;
    padding: 15px 35px;
}

.btn-submit:hover {
    color: #F98409 !important;
}

.form-control {
    padding: 10px .75rem;
}

.date {
    background: #4C1753;
    color: #FFFFFF;
    border-radius: 50px;
    font-size: 13px;
    padding-top: 10px;
    width: 85px;
    height: 85px;
    margin-right: 25px;
    text-align: center;
}

.date p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
}

.list-item {
    margin-bottom: 30px;
}

.list-item a {
    color: #4C1753;
    font-size: 18px;
    margin-bottom: 10px;
    text-decoration: none;
}

.socials {
    margin: 0;
    padding: 0;
}

.socials li {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}

.socials li a {
    color: #ffffff;
    font-size: 18px;
}

.socials li a:hover {
    color: #F98409 !important;
}

.wraper h5 {
    color: #4C1753;
    font-size: 30px;
    font-weight: 700;
}

h6.head {
    color: #4C1753;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.col-md-9.bg-white.br-l .row:nth-child(4) .cl1 {
    color: #00498f !important;

.head-h6-text-9.bg-white.bk-9 .row:nth-child(4) .h6 {
    color: #ab3251 !important;


.cl2 {
    color: #a62d4c !important;
}

.cl2 {
    color: #f7850b !important;
}

.cl3 {
    color: #0299a4 !important;
}

.ProductSection.cus .Product {
    height: auto !important;
    padding: 30px 40px !important;
    text-align: left;
}

.ProductSection.cus .Product p,
.ProductSection.cus .Product a,
.ProductSection.cus .Product a:link,
.ProductSection.cus .Product a:visited {
    font-size: 15px;
    font-weight: 600;
}

.dir-message {
    width: 100%;
    background: #f0f7ff;
    padding: 20px 5px;
    border-radius: 6px;
    margin-bottom: 35px;
}

.it-solution h4 {
    color: #4C1753;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 0px;
    text-align: left;
}

.it-solution h6 {
    color: #333;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 0px;
    text-align: left;
}

.part-logo img {
    border-radius: 100px;
    width: 100%;
    border: 1px solid #E8E6E5;
    margin-bottom: 25px;
    padding: 10px 25px;
}

.mw-auto {
    max-width: auto !important;
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .HeaderHeading {
        position: absolute;
        top: calc(50% - 50px);
        left: 0;
        right: 0;
    }
    .carousel-caption {
        display: none;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .carousel-caption {
        display: block;
    }
    .logo {
        margin-top: 45px;
    }
    .logo img {
        height: 77px;
    }
    .Navigation {
        margin-top: 55px;
        text-align: right;
    }
    .HeaderHeading {
        top: calc(50% - 150px);
    }
    .HeaderHeading h1 {
        font-size: 75px;
    }
    .HeaderText {
        font-size: 17px;
    }
    .AboutSection,
    .ProductSection,
    .NewsEventSection {
        padding-top: 75px;
        margin-bottom: 15px;
    }
    .cd-panel-content a,
    .cd-panel-content a:link,
    .cd-panel-content a:visited {
        font-size: 18px;
        margin: 15px 0 15px 70px;
    }
    .cd-panel-content .Seperator {
        font-size: 18px;
        margin: 75px 0 10px 70px;
    }
    .cd-panel-content a.SocialLinks,
    .cd-panel-content a.SocialLinks:link,
    .cd-panel-content a.SocialLinks:visited {
        margin: 10px 0 10px 70px;
    }
    .cd-panel-content .Copyright {
        margin: 50px 50px 10px 70px;
    }
}


/* Large devices (Tablet, 800px and up) */

@media (min-width: 800px) {
    .carousel-caption {
        display: none;
    }
    .logo img {
        height: 60px;
    }
    .Navigation {
        margin-top: 35px;
        text-align: right;
    }
    .HeaderHeading {
        top: calc(50% - 50px);
    }
    .HeaderHeading h1 {
        font-size: 35px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .carousel-caption {
        display: block;
    }
    .HeaderHeading {
        top: calc(50% - 150px);
    }
    .HeaderHeading h1 {
        font-size: 75px;
    }
    .HeaderText {
        font-size: 17px;
    }
}


/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .carousel-item {
        background: url(../images/BG1.jpg) no-repeat #4C1753;
        background-position: calc(50vw - -8px) 0vw;
        background-size: contain;
    }
    .carousel-item+.carousel-item {
        background: url(../images/BG2.jpg) no-repeat #932236;
        background-position: calc(50vw - -8px) 0vw;
        background-size: contain;
    }
    .carousel-item+.carousel-item+.carousel-item {
        background: url(../images/BG3.jpg) no-repeat #F98409;
        background-position: calc(50vw - -8px) 0vw;
        background-size: contain;
    }
    .carousel-item+.carousel-item+.carousel-item+.carousel-item {
        background: url(../images/BG4.jpg) no-repeat #0B94A3;
        background-position: calc(50vw - -8px) 0vw;
        background-size: contain;
    }
    .carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        background: url(../images/BG5.jpg) no-repeat #04941f;
        background-position: calc(50vw - -8px) 0vw;
        background-size: contain;
    }
    .carousel-indicators {
        left: 0;
        top: 44%;
        right: auto;
        margin: 0 0 0 35px;
    }
    .carousel-indicators li {
        height: 10px;
        width: 10px;
        border: 3px solid #FFF;
        border-radius: 15px;
        background-color: transparent;
    }
    .carousel-indicators li+li {
        margin: 20px 0 0 -19px;
    }
    .carousel-indicators li+li+li {
        margin: 40px 0 0 -16px;
    }
    .carousel-indicators li+li+li+li {
        margin: 60px 0 0 -16px;
    }
    .carousel-indicators li+li+li+li+li {
        margin: 80px 0 0 -16px;
    }
    .carousel-indicators .active {
        background-color: #FFF;
    }
    .carousel-caption {
        left: auto;
        right: auto;
        bottom: 100px;
    }
    .LogoNav {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 50;
    }
    .logo {
        margin-top: 45px;
    }
    .Navigation {
        margin-top: 55px;
        text-align: right;
    }
    .HeaderHeading {
        position: absolute;
        top: calc(50% - 150px);
    }
    .HeaderHeading h1 {
        color: #FFF;
        font-weight: 600;
        font-size: 85px;
        text-align: center;
    }
    .HeaderText {
        text-align: left;
        font-size: 14px;
        line-height: 1.4;
    }
    .HeaderButton {
        text-align: left;
    }
    .ScrollDown {
        position: absolute;
        right: -16px;
        bottom: 10px;
        left: 0;
        margin: auto;
        width: 43px;
        height: 43px;
        cursor: pointer;
        z-index: 10;
    }
    .AboutSection,
    .ProductSection,
    .NewsEventSection {
        padding-top: 100px;
        margin-bottom: 30px;
    }
    .ProductSection .Product.Solutions {
        height: 640px;
    }
    .ClientSection,
    .PartnerSection {
        padding-bottom: 75px;
    }
    .ClientSection h1,
    .PartnerSection h1 {
        padding-bottom: 75px;
    }
    .ClientSection .Tile,
    .PartnerSection .Tile {
        margin-bottom: 45px;
    }
    .StatsSection {
        padding-bottom: 75px;
    }
    .StatsSection h1 {
        padding-bottom: 75px;
    }
    .StatsSection .Tile {
        margin-bottom: 45px;
    }
    .StatsSection .Tile img {
        width: 60%;
        margin-bottom: 10px;
    }
    .StatsSection .Tile .Value {
        color: #4C1753;
        font-size: 65px;
        font-weight: 700;
        line-height: 1;
    }
    .StatsSection .Tile .Description {
        color: #4C1753;
        font-size: 36px;
        font-weight: 500;
    }
}


/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {
    .carousel-item {
        background-position: 50vw 0vw;
    }
    .carousel-item+.carousel-item {
        background-position: 50vw 0vw;
    }
    .carousel-item+.carousel-item+.carousel-item {
        background-position: 50vw 0vw;
    }
    .carousel-item+.carousel-item+.carousel-item+.carousel-item {
        background-position: 50vw 0vw;
    }
}

@media only screen and (max-width: 740px) {
    .br-l {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .br-r {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 15px 15px;
    }
    .wraper .br-l {
        padding: 15px;
    }
    .wraper h2 {
        font-size: 36px;
    }
    .list-item a {
        font-size: 13px;
    }
    .footer {
        padding-top: 30px;
    }
    .footer .col-md-12.text-right {
        text-align: left !important;
    }
    .flink {
        color: #F98409;
        display: block;
        margin-bottom: 15px;
    }
    .fline {
        display: none;
    }
    h6.head {
        margin: 15px 0;
    }
    .ProductSection.cus .Product {
        padding: 15px 15px !important;
    }
    .logo-it {
        width: 190px;
    }
}