139

/*  menu  */

.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;1015

    transition-duration: 0.5s;
}

    .hvr-bounce-in a {
        color: #444 !important;
    }

    .hvr-bounce-in:hover, .hvr-bounce-in:active {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }

#main-nav {
    text-align: center;
    display: inline-block;
    float: right !important;
	margin-top: 10px;
}
@media (max-width:786px) {
	#main-nav {
		float:none !important;
	}
}
nav.main-nav.stickytop #main-nav {
	margin-top:0;
}
nav.main-nav a {
    padding: 15px 6px !important;
}
#bs-example-navbar-collapse-1 {
	text-align: center;
	 margin-top: 8px; 
	/* padding-right: 16px !important; */
}
@media (min-width:992px) {
	
    #bs-example-navbar-collapse-1 {
        margin-top: 0;
    }
}
@media (max-width:992px) {
    #bs-example-navbar-collapse-1 {
        margin-top: 0;
    }
}
@media screen and (max-width: 480px) {
    #bs-example-navbar-collapse-1 {
        text-align: center;
        background-color: white;
        /* margin-top: 8px; */
        padding-right: 36px !important;
    }
}

@media all and (min-width: 360px) and (max-width: 480px) {
    #bs-example-navbar-collapse-1 {
        text-align: center;
        background-color: white;
        /* margin-top: 8px; */
        padding-right: 36px !important;
    }
}

@media (max-width: 767px) {
    #bs-example-navbar-collapse-1 {
        text-align: center;
        background-color: white;
        /* margin-top: 8px; */
        padding-right: 36px !important;
    }
}


/*  CEEP Partition  */

.slidebackground {
    background-image: url(../images/floatbackground1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/*  boxes  */

.blueBlock {
    background: none repeat scroll 0 0 #305E99;
}

.blueBlockback {
    border: 2px solid #305E99;
    border-radius: 4px;
    color: #2f5e97;
}

.greenBlock {
    background: none repeat scroll 0 0 #7EC242;
}

.greenBlockback {
    background: none repeat scroll 0 0 #7EC242;
    border: 2px solid #7EC242;
    border-radius: 4px;
    color: #2f5e97;
}

.darkgreenBlock {
    background: none repeat scroll 0 0 #366B07;
}

.darkgreenBlockback {
    background: none repeat scroll 0 0 #7EC242;
    border: 2px solid #366B07;
    border-radius: 4px;
    color: #2f5e97;
}


.orangeBlock {
    background: none repeat scroll 0 0 #F9B517;
}

.orangeBlockback {
    background: none repeat scroll 0 0 #FF8302;
    border: 2px solid #F9B517;
    border-radius: 4px;
    color: #2f5e97;
}

.orangeredBlock {
    background: none repeat scroll 0 0 #F97517;
}

.orangeredBlockback {
    background: none repeat scroll 0 0 #F9B517;
    border: 2px solid #F97517;
    border-radius: 4px;
    color: #2f5e97;
}

.redBlock {
    background: none repeat scroll 0 0 #ED2929;
}

.redBlockback {
    background: none repeat scroll 0 0 #ED2929;
    border: 2px solid #ED2929;
    border-radius: 4px;
    color: #2f5e97;
}

.darkblueBlock {
    background: none repeat scroll 0 0 #243852;
}

.darkblueBlockback {
    background: none repeat scroll 0 0 #ED2929;
    border: 2px solid #243852;
    border-radius: 4px;
    color: #2f5e97;
}

.purpleBlock {
    background: none repeat scroll 0 0 #99448E;
}

.purpleBlockback {
    background: none repeat scroll 0 0 #99448E;
    border: 2px solid #99448E;
    border-radius: 4px;
    color: #2f5e97;
}

.bluepurpleBlock {
    background: none repeat scroll 0 0 #590E92;
}

.bluepurpleBlockback {
    background: none repeat scroll 0 0 #99448E;
    border: 2px solid #590E92;
    border-radius: 4px;
    color: #2f5e97;
}


.cyanBlock {
    background: none repeat scroll 0 0 #00AEEF;
}

.cyanBlockback {
    background: none repeat scroll 0 0 #00AEEF;
    border: 2px solid #00AEEF;
    border-radius: 4px;
    color: #2f5e97;
}

.solutionQ {
    font-size: 33px;
    line-height: 1.25;
    color: #265a88;
}


/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
    transform: perspective(1000px);
    -webkit-transform: perspective(1000px);
    -o-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    margin: 20px 0;
}
    /* flip the pane when hovered */
    .flip-container:hover .flipper, .flip-container.hover .flipper, .flip {
        transform: rotateY(180deg);
    }

.flip-container, .front, .back {
    width: 100%;
    height: 320px;
}

/* flip speed goes here */
/*.flipper {
    position: relative;
    transform: perspective(1000px);
    -webkit-transform: perspective(1000px);
    -o-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
}*/

/* hide back of pane during swap */
/*.front, .back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
}*/

/* front pane, placed above back */
/*.front {
    z-index: 2;
    /* for firefox 31 */
    /*transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    padding: 15px;
    border: 2px solid white;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}*/

/* back, initially hidden pane */
/*.back {
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    background: #e3e3e3;
    padding: 15px;
    position: relative;
    text-align: left;
}*/
.backtext {
    font-size: 15px;
    height: 158px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.btn-primary {padding: 5px;}*/

.boxesbg {
    background: #FFFFFF;
}


.boxescontainer {
    margin: 0px;
    margin-bottom: 30px;
}

.solutionstitle {
    color: black;
    font-size: 3vw;
    background: url(../images/bottom-shadow5.png) center bottom no-repeat;
    -webkit-background-size: 100% 8px;
    background-size: 100% 8px;
    padding-bottom: 30px;
}

.boxesheader {
    font-size: 30px;
    margin: 5px;
    line-height: 40px;
    text-align: center;
}

@media only screen and (max-width: 462px) {
    /* For mobile phones: */
    .boxesheader {
        font-size: 27px;
        margin: 5px;
        line-height: 40px;
        text-align: center;
    }
}

@media only screen and (max-width: 428px) {
    /* For mobile phones: */
    .boxesheader {
        font-size: 25px;
        margin: 5px;
        line-height: 40px;
        text-align: center;
    }
}

@media only screen and (max-width: 404px) {
    /* For mobile phones: */
    .boxesheader {
        font-size: 20px;
        margin: 5px;
        line-height: 40px;
        text-align: center;
    }
}


/*   past and future  */
.PandF {
    width: 100%;
    background-color: #d9d9d9;
    padding: 20px;
}

.PandFul {
    float: left;
    text-align: left;
    color: darkgray;
}

.PandFulimg {
    float: left;
    padding-left: 50px;
    height: 330px;
}

.PandFul li:before {
    content: "\f105";
    display: block;
    position: absolute;
    color: #205A8C;
    font-family: FontAwesome;
    font-weight: 700;
    left: 0px;
}

.PandFul li {
    position: relative;
    padding-left: 15px;
    font-size: 20px;
    padding-right: 30px;
    color: #d12424;
}

.slideshow {
    margin-top: 20px;
}

#slideshow > div {
    position: absolute;
    text-align: center;
}

#slideshow div img {
    width: 100%;
}

#slideshowmain {
    position: relative;
}


/***********************************************************************************************/
/* RESPONSIVE */
/***********************************************************************************************/
.ourcompany {
    width: 100%;
    position: relative;
    padding: 0px;
    background-image: url("../images/floatbackground2.jpg");
    background-size: cover;
    background-position: center center;
}

.ourcompanycolor {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    text-align: center;
    text-align: -webkit-center;
    text-align: -o-center;
    text-align: -moz-center;
    text-align: -ms-center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ourcompanycontainer {
    text-align: center;
    text-align: -webkit-center;
    text-align: -o-center;
    text-align: -moz-center;
    text-align: -ms-center;
    width: 70%;
}

    .ourcompanycontainer div {
        background: #ffffff;
        opacity: 1;
        z-index: 999;
        position: relative;
        width: 100%;
        color: black;
        box-shadow: 0 0 25px #464646;
    }


/*.ourcompanycontainer:before {
        position: absolute;
        bottom: -92px;
        left: 200px;
        z-index: 0;
        height: 20%;
        max-height: 100px;
        max-width: 460px;
        width: 60%;
        content: "";
        opacity: 0.7;
        -webkit-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
        box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .ourcompanycontainer:after {
        right: 10px;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg);
        position: absolute;
        bottom: -90px;
        left: 689px;
        z-index: 0;
        height: 20%;
        max-height: 100px;
        max-width: 460px;
        width: 60%;
        content: "";
        opacity: 0.7;
        -webkit-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
        box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
    }*/

.ourctitle {
    font-size: 30px;
    color: darkorange;
    padding-top: 20px;
}

@media (max-width: 680px) {
    .ourctitle {
        font-size: 20px;
        margin-top: 0px;
        padding-top: 5px;
    }

    .ourcp {
        font-size: 17px;
        padding-top: 0px !important;
        margin-top: 0px;
    }
}

.ourcp {
    padding: 20px;
    line-height: 1.2;
}

/***********************************************************************************************/
/* logos */
/***********************************************************************************************/
.productstitle {
    color: black;
    margin-bottom: 50px;
    text-align: center;
}

.products {
    text-align: center;
}

marquee > a, marquee > a:hover {
    color: #000;
    text-decoration: none;
}

.productbox {
    width: 250px;
    height: auto;
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #cbcbcb;
    transition: all .20s ease-in-out;
}

    .productbox img {
        width: 235px;
        height: 214px;
    }

.producttitle {
    font-weight: bold;
    padding: 5px 0 5px 0;
    width: 235px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .producttitle a {
        color: #000;
        text-decoration: none;
    }

    .producttitle .btn {
        background-color: #EDEEF0;
    }

/* 5. SERVICE
    -------------------------------------------------- */

.service {
    padding: 0px 40px 20px 40px;
}

.service-col {
    margin: 0px 10px;
    padding: 10px;
    -webkit-transition: ease-out 0.6s;
    -moz-transition: ease-out 0.6s;
    -o-transition: ease-out 0.6s;
    transition: ease-out 0.6s;
}

    .service-col h4 {
        border-bottom: 1px solid transparent;
        padding: 10px 0px;
    }

    .service-col p {
        padding: 10px;
    }

    .service-col:hover {
        -webkit-transition: all 0.6s linear;
        -moz-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        -ms-transition: all 0.6s linear;
        transition: all 0.6s linear;
    }

        .service-col:hover p {
            padding: 10px;
        }

        .service-col:hover > div {
            text-shadow: 1px -1px 0px rgba(0,0,0,0.5);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
        }

/* Icon rotation effect  */

.rotate {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    border-radius: 50%;
}

    .rotate:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        border-radius: 50%;
    }
 
.webdesign {
    z-index: 1000;
}

/* Hire Us Button  */

.service-btn {
    margin-top: 40px;
}

.btn-hire {
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 20px;
}

#service {
  
    background: #5ed2ef;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    text-align: center;
}

    #service h1 {
        color: #fff;
    }

.service-col:hover {
    background: #2c3e50;
    color: #fff;
}

.service-col h4 {
    color: #0673a6; font-weight:bold;
}

.service-col:hover h4 {
    color: #e67e22 !important;
    border-bottom: 1px solid #fff;
}

.service-col p {
    color: #fff; font-weight:500; font-size:16px;
}

.service-col:hover p {
    color: #fff;
}

.service-col:hover > div {
    /*background: #e67e22;*/

    color: #fff;
}

.icon-wrench, .icon-mobile, .icon-desktop {
    /*background-color: #2c3e50;*/

    color: #e67e22;
}

.h1 {
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

/* 9. PROCESS
    -------------------------------------------------- */

/* OUR PROCESS SECTION */

.our-process {
    width: 100%;
    position: relative;
    min-height: 550px;
    text-align: center;
    margin: 10px 0;
}

.process {
    position: relative;
    height: 320px;
    padding-top: 20px;
    width: 960px;
    margin: 0 auto;
}

.processtitle {
    z-index: 9;
}

.process-con {
    position: relative;
    margin: 0 20px;
    float: left;
    width: auto;
    height: 320px;
}

    .process-con h5 {
        font-weight: 400;
        margin-top: 15px;
        text-align: center;
        position: relative;
    }

    .process-con.img1 .process-img {
        margin-top: 30px;
    }

    .process-con.img2 .process-img {
        margin-top: 10px;
    }

    .process-con.img3 .process-img {
        margin-top: 0px;
    }

@media(max-width:991px) {
    .process {
        width:750px;    
        background: #27ad60 url(../images/process/our-process-mobil.svg) no-repeat center top;
    }
    .process-con {
        width: 100%;
        margin-bottom:10px;
    }
}
#price {
    background: #2c3e50;
    padding: 120px 0px;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 900;
}

    #price h1 {
        color: #fff;
    }

.price-table {
    border: 1px solid #27ad60;
}

.price-table-heading h3 {
    color: #c1c1c1 !important;
}

.price-table:hover {
    background: #e67e22;
}

.the-price {
    background-color: #27ad60;
}

.table-feature {
    border: 2px solid #e67e22;
}

    .table-feature:hover {
        background: #e67e22;
    }


#process {
    background: #27ad60;
    padding: 20px 0px;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 900;
    text-align:center;
}

    #process h1 {
        color: #fff;
    }

.our-process {
    background: #27ad60 url(../images/process/our-process-theme2.svg) no-repeat center;
}

.process-con h5 {
    color: white;
    font-size: 20px;
}

.process-img {
    background-color: #2c3e50;
    color: #e67e22;
}

    .process-img:hover {
        background: #e67e22;
        color: #fff;
    }

@media only screen and (max-width: 767px) {
    /* Process */

    .our-process {
        background: #27ad60 url(../images/process/our-process-mobil.svg) no-repeat center top;
        width: 100%;
        position: relative;
        min-height: 924px;
        text-align: center;
        margin: 145px 0;
    }

    .process {
        width: 300px;
        height: auto;
        padding-top: 20px;
    }

    .process-con.img1 {
        margin-left: 10px;
        margin-right: 0;
        height: auto;
    }

    .process-con.img2 {
        margin-left: 10px;
        margin-right: 0;
        margin-top: 10px;
        height: auto;
    }

    .process-con.img3 {
        margin-left: 10px;
        margin-right: 0;
        margin-top: 10px;
        height: auto;
    }

    .process-con h5 {
        display: inline-block;
        padding: 5px 1px;
        background-color: #27AD60;
    }
}


/*  contact us page
    -------------------------------------------------- */



.displayFlex {
    display: flex;
    flex-wrap: wrap;
}

hr.dark {
    border-color: #444 !important;
}

.jumbotron {
    background: #358CCE;
    color: #FFF;
    border-radius: 0px;
    margin-top: 20px;
}

.jumbotron-sm {
    padding: 10px !important;
}

.jumbotron small {
    color: #FFF;
}

.h1 {
    font-size: 35px !important;
}

    .h1 small {
        font-size: 18px !important;
    }

.contactusheader {
    text-align: left;
    font-size: 40px !important;
}

.contactusbody {
    color: #333;
}


.aboutusBG {
    background-color: #666;
    padding:15px 50px;
}

.aboutusprag {
    font-size: 17px; line-height:26px;
}

/*  Platforms
    -------------------------------------------------- */

.platformbox1img {
    float: left;
    padding: 8px;
}


.platformstitle {
    line-height: 5; font-size:17px;
    color: white;
}

.platformtitle1 {
    line-height: 1.3; font-size:17px;
    color: white;
}

.platformbox1 {
    background-color: #27ad60;
    height: 100px;
    margin-bottom: 20px; border-radius: 10px; box-shadow: 0px 3px #c3c3c3;
	padding:5px;
}

.platformsboxs {
    margin-top: 25px;
}

.platformsh1 {
    color: dimgrey;
    padding-left: 25px;
    font-weight: bold;
}

.platformbox1:hover {
    background-color: #1ac1f4;
}

.platformsPG {
    color: #000; font-size:16px; line-height:30px;
    margin-top: 25px; 
   
}

.stickytop .logoresive {
    width: 64%;
}

.platformbox1:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.platformbox1 img {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

/********************
    16/*02/2016
    Mina
    ***********************/


.ceepheadercenter {
    text-align: center;
    overflow: hidden;
}


.ceeppragtext {
    background-color: #356486;
    margin: 5px;
    padding: 10px;
    height: 180px;
    box-shadow: 0px 3px #c3c3c3;
}

@media (max-width: 496px) {
    .ceeppragtext {
        background-color: #356486;
        margin: 5px;
        padding: 10px;
        height: 110px;
    }
}

@media (min-width: 496px) and (max-width: 767px) {
    .ceeppragtext {
        background-color: #356486;
        margin: 5px;
        padding: 10px;
        height: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ceeppragtext {
        background-color: #356486;
        margin: 5px;
        padding: 10px;
        height: 115px;
    }
}

@media (min-width: 1200px) {
    .ceeppragtext {
        background-color: #356486;
        margin: 5px;
        padding: 10px;
        height: 135px;
        border-radius:10px;
    }
}

.ceepgenerateimg {
    width: 40%;
}

.ceepgenerateapp {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.ceepgeneratepoints {
    color: black;
    line-height:32px;
}

.ceeppowerwidget {
    background-color: #666;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ceeppowerwidgettitle {
}

.ceepgraphcenter {
    text-align: center;
    padding-top: 20px;
}

.ceepgraphimg {
    width: 100%;
}

.ceepgraphtext li {
    color: black;
    text-align: left; line-height:28px;
}

.enterpricebg1 {
    width: 100%;
    background-color: rgba(18, 18, 18, 0.51);
    padding: 20px;
    background-image: url(../images/newimages/home_bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 0px;
    height: 100%;
}

.enterpricebg1color {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    /*margin-bottom: 84px;*/
    text-align: center;
    text-align: -webkit-center;
    text-align: -o-center;
    text-align: -moz-center;
    text-align: -ms-center;
    padding-top: 20px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
	padding-right:20px;
}

.enterpricemain {
    z-index: 999;
    position: relative;
    text-align: left;
    /*margin-left: 50px;*/
}

.enterpriceheader1 {
    font-size: 40px;
    color: #13EC57;
}

@media (max-width:640px) {
    .enterpriceheader1 {
        font-size: 20px;
        line-height: 30px;
    }

    .enterpriceheader1t li {
        font-size: 15px !important;
    }
}

.enterpriceheader1t li {
    font-size: 22px; margin-bottom:10px;
}

.enterpriceheader1t {
    margin-top: 25px;
}

.enterrpricecenter {
    text-align: center;
    margin-bottom: 30px;
    background-color: #f3f3f3;
    height: 130px;
    padding: 10px; border-radius:10px; box-shadow: 3px 5px #ccc;
}

.enterpricefeatures {
    margin-top: 30px;
}

.enterrpricecenter p {
    margin-top: 20px;
    color: #006579;
    bottom: 5px;
}

.enterpricefeaturestext {
    font-size: 15px;
    font-weight: bold;
}

.enterpricebox {
    height: 70px;
}

.alertingsystem {
    background-color: #156577;
}

.alertingsysteminner {
    padding: 20px;
}

    .alertingsysteminner p {color:#000;
    } 
    
    .supportingchannels {
        font-size: 25px;
        color: white;
        line-height: 22px;
    }

.highengagement {
    font-size: 25px;
    color: #12455F;
    line-height: 22px;
}


.messagingsystem {
    background-color: #fff;
}

.emessagingpaddingtop {
    padding-top: 20px;
}

.alertingsysteminner li strong {
    color: #12455F;
}
.alertingsysteminner .featured li {color:#fff;}
    .alertingsysteminner .featured li .fa {padding-right:5px;
    }
    
    .alertingsysteminner li {
        line-height: 26px;
        color: #000;
    }

.alertingsysteminner h3 {
    line-height: 22.4px;
    color: #12455F;
}


@media(max-width:640px) {
    .supportingchannels {
        font-size: 20px;
    }

    .alertingsysteminner img {
        width: 100%;
    }
}

.alertingsysteminner ul {
    margin-top: 20px;
    line-height: 30px;
}

.channelheader {
    background-color: #D8A13A;
}

    .channelheader img {
        width: 100%;
    }

    .channelheader h1 {
        color: white;
        border-bottom: 1px dotted white;
        padding-bottom: 9px;
        padding-left: 5px;
    }

    .channelheader h2 {
        color: white;
        padding-bottom: 9px;
        padding-left: 5px;
    }

    .channelheader li {
        list-style: disc !important;
    }

.channelbody {
    background-color: #147484;
}

.chfeaturetitle {
    color: white;
    border-bottom: 1px dotted white;
    padding-bottom: 9px;
    padding-left: 5px;
}

.channelbox {
    height: 55px;
}

.channelcenter {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    height: 130px;
    padding: 10px;
    box-shadow: 0px 3px #c3c3c3; border-radius:5px;
}

    .channelcenter p {
        margin-top: 15px;
        color: #006579;
        bottom: 5px;
    }

.channelfeaturestext {
    font-size: 17px;
    font-weight: bold;
}

.channelbodyfinal {
    margin-top: 20px;
    text-align: center;
}

    .channelbodyfinal img {
        width: 60%;
    }

.channelfinalp {
    color: black;
}

.privacybody {
    margin-top: 30px;
}

.SubHead {
    font-size: 20px;
    color: black;
}

.privacybody p {
    color: #000;
}

.privacybody .SubHead {
    color: #ED2929;
}

.link {
    color: blue;
}

.ceepvodafone {
    background-color: #eee; padding:10px;
}

.ceepthinthick {
    background-color: #666;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .ceepthinthick img {
        width: 100%;
    }

.CenterText {
    text-align: center;
}

/*.flipSafari {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    z-index: 9999999;
}*/


.displayNone {
    display: none;
}

/*
   eSelf Service page 
      
*/

.eselfservice {
    width: 100%;
    background-color: rgba(18, 18, 18, 0.51);
    padding: 20px;
    background-image: url(../images/newimages/self-service/eself-service-omnichannel.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 0px;
    height: 450px;
}

.eselfservicebg1color {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    margin-bottom: 84px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -o-center;
    text-align: -moz-center;
    text-align: -ms-center;
    padding-top: 20px;
    height: 450px;
    background-color: rgba(0, 0, 0, 0.55);
}

@media (max-width:925px) {
    .eselfservice img {
        height: 50%;
        margin-top: 20px;
    }
}

@media (max-width:640px) {
    .eselfservice img {
        height: 30%;
        margin-top: 20px;
    }
}

.eselfservicebg1color h1 {
    font-family: Arial;
}

.Mobilizing {
    background-color: #286E90;
    text-align: center;
}

    .Mobilizing img {
        width: 100%;
    }

.Oracle {
    background-color: #D2D2D2;
    text-align: center;
    padding: 20px;
}

    .Oracle img {
        width: 100%;
    }

    .Oracle p {
        color: #286E90;
        font-size: 20px; font-weight:bold;
    }

.CloudService li {
    text-align: left;
}

.MobilizingP {
    text-align: left;
}

.CloudService {
    background-color: #e39b15;
    text-align: center;
}

    .CloudService img {
        width: 100%;
    }

.overflow {
    overflow:hidden;
}



.card {
	    width: 100%;
    height: 320px;
}


.card .front{
	text-align: center;
        padding: 15px;
    border: 2px solid white;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}

.card .back{
    text-align:left;
        background: #e3e3e3;
    padding: 15px;
}

.card > .back{
	word-wrap: break-word;
}

.table-wrapper{
	overflow-x: scroll; 
}

.head-border-white { border-color:#FFF;
}

}
mb-2 {
	margin-bottom: 20px;
}
.center-block {
	margin-top:20px;
}
   