body{font-family: 'Open Sans', sans-serif;font-weight:300;background: #101d35;font-size:14px;color:#969696;}
header,footer{background-color: rgba(0,0,0,0.5)}
.contactStrip {
    background: #101d35;
    padding: 7px 15px;
    border-bottom: 1px solid #00cdff;
}
.contactStrip .phnTxt,.contactStrip .emlTxt,.contactStrip .loginTxt{
    font-size: 13px;
    color:#fff;
}
.contactStrip .phnTxt{margin-right: 10px;}
.mainMenu .dropdown-menu .ulproducts li {
    /* width:54%; */
    font-size: 14px;
}
/* .mainMenu ul.ulproducts li:nth-child(2n){width:42%;} */
.mainMenu .dropdown-menu.show ,.loginWrap.dropdown-menu.show{
    display: block;
    width:720px;
    background-color: #101d35;
    right:-1px;
    left: inherit;
    padding:25px;
    margin-top: -1px;
    border-radius: 5px 0 5px 5px;
    
}
 .loginWrap.dropdown-menu.show{width:350px;margin-top:10px;}
.mainMenu li.nav-item.show{
    background-color:#101d35;
    border-radius: 5px 5px 0 0;
}
.mainMenu ul.ulproducts li a:before{content: "";display: none;}
.mainMenu .dropdown-menu.serviesMenuWrap{width:420px;}
.mainMenu .serviesMenuWrap ul.ulproducts li{width: 100%;}
a.nav-link {
    color: #fff;
    font-weight:500;
    font-size: 14px;
}
a,.primeTxtColor{color:#00cdff;}
.breadcrumb-item.active{color: #969696;}
.active a.nav-link {
    color: #00cdff; 
}
.button-block .btn-request{
    background-color:transparent;
    color:#fff;
    border:5px solid #00cdff }
.button-block .btn-request:hover, 
    .button-block .btn-request:focus, 
    .button-block .btn-request:active{
        background-color: rgba(0, 205, 255, .1);
        }
.btn-request {
    border-color: transparent;
    background-color: rgba(225, 111, 91, 0.2);
    border-width: 5px;
    color: #e16f5b;
}
 .btn-request:hover , .btn-request:focus ,.btn.btn-primary.btn-request:active {
        border: 5px solid rgba(225, 111, 91, 0.5);
        background-color: rgba(225, 111, 91, 0.2);
       
    }
.bannerWrap {
    background: url('../images/banner-1.jpg') no-repeat center center;
    width: 100%;
    height: 540px; 
}
.carousel-inner img{margin-left:0;margin-bottom:0;transition: all .2s;}
.carousel-inner:hover img{margin-left:-50px;margin-bottom:-50px;transition: all .2s;}
.carousel-item::after{content:"";height:540px;position: absolute;top:0;left:0;right: 0;bottom:0;background-color: rgba(0,0,0,.8)}

.carousel-item{height:540px;}
.carousel-control-next-icon ,.carousel-control-prev-icon{
    width: 48px;
    height: 48px;
    background: url(../images/owl-nav-modern-white.png) no-repeat top left;
}
.carousel-control-prev-icon{transform: scale(-1, 1);}
.carousel-indicators li{
    width:18px;
    height:18px;
border: 1px solid rgba(255,255,255,.5);
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
margin-right: 10px;
margin-left:5px;
cursor: pointer;

}
.carousel-caption,.bannerContent {
    /* background-color: rgba(0,0,0,0.7); */
    transform: translateY(180px);
    margin:90px auto;
    width: 70%;
    text-align: center;
    padding: 25px;
    opacity: 0;
}

.carousel-caption h3 ,.bannerContent h3{
    font-size:48px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.carousel-caption h3 span,.bannerContent h3 span{ font-weight: 100}
.carousel-caption p,.bannerContent p {
    font-size:24px;
    color: #969696;
}
.bannerContent.active{transform: translateY(0);transition:all .6s linear .2s; opacity: 1;}
/* .carousel-caption:after,.bannerContent:after {
    position: absolute;
    content: "";    
    height: 40px;
    width: 40px;
    right: 0;
    top: 0;
    border-right: 3px solid #00cdff;
    border-top: 3px solid #00cdff;
    
}
.carousel-caption:before,.bannerContent:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    left: 0;
    bottom: 0;
    border-left: 3px solid #00cdff;
    border-bottom: 3px solid #00cdff;
} */
h1.sectionHead {
    font-size: 30px; 
    margin: 25px 0 0;
    color:#00cdff;
    font-family: 'Montserrat', sans-serif;    
    font-weight: 300;
}

p.sectionDesc { 
    margin-bottom: 5px;
}

span.secHeadBborder {
    border-radius: 10px;
    height: 5px;
    width: 45px;
    display: inline-block;
    background-color: #00cdff;
    margin-bottom: 25px;
}
.productInfoWrap { 
    padding: 15px 25px; 
    /* min-height:310px; */
    position: relative;
    /* will-change: transform; */
    transition: .33s all ease;
    height: 335px;
    border: 1px solid #00cdff;
    margin-bottom: 25px;
    border-radius: 5px;
    
} 

.productInfoWrap a{padding: 15px 25px;display: block;}
.hmProductTitle {
    font-size: 16px;
    font-weight:400;
    text-align: center;  
    color: #fff;
    margin:10px 0 20px; 
    transition: .33s all ease;   
}
h1.hmProductTitle span {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
}
.productInfoWrap:hover .hmProductTitle {color:#00cdff;}
.productInfoWrap:hover a{text-decoration: none;}
.hmProductDesc {
    text-align: center;
    color: #969696;
    /* will-change: transform;*/
    transition: .33s all ease;
    /* font-family: 'Roboto', sans-serif;
    font-weight: 100; */
    font-size: 14px;
}
.subProductsHead {
    color: #ffffff;
    font-size: 24px;
    border-bottom: 1px solid #616970;
    margin:25px 15px 20px;
    font-weight: 100;
    padding-bottom: 5px;
    text-align: center;
}
.ArrowIcn{font-size: 24px;
    color: #fff;
    margin: 25px 0;
    /* position: absolute;
    bottom: 20px; */
}
.ArrowIcn:hover{ color:#00cdff;text-decoration: none;}
.productInfoWrap:hover .hmProductDesc {color:#00cdff;}
.productInfoWrap:hover {
 background: rgba(0, 0, 0, 0.4);
    transition: all .5s;
    box-shadow: 0px 2px 12px 0px rgba(0, 205, 255, .5); 
    border-radius: 50%; 
    margin: -5px;
    padding: 20px 30px;
}
ul.ulproducts.ulpages { 

padding:0;}
ul.ulproducts.ulpages li {
    display: block;
    width: 100%;
}

.FeaturessubHeader{font-size: 18px;font-weight: 300;padding-bottom: 5px;color:#fff;border-bottom: 1px solid #616970;}
.border-left{border-left: 1px solid #9e9e9e;}
 
/*.oneColor{background-color:#ff1243; }
.twoColor{background-color:#8e24aa;}
.threeColor{background-color: #101d35;}
.fourColor{background-color:#33691e;}
.fiveColor{background-color:#ef006d;}
.sixColor{background-color:#006064;}
.sevenColor{background-color:#ffc107;}
.eightColor{background-color:#007bdb;}
.nineColor{background-color:#f57f17;}
.tenColor{background-color:#00c853;}
.elevenColor{background-color:#607d8b;}
.twelveColor{background-color:#64dd17;}
.thirteenColor{background-color:#263238;}
.fourteenColor{background-color:#e65100;}
.fifteen{background-color: #212121;}  */
.bannerImg{
    background: url('../images/bannerImg.jpg') no-repeat -15px -15px;
    height: 450px;
    background-size: cover;
    transition: background-position 1.5s;
}
.bannerImg:hover{background-position:0 0;}
.bannerEyeballImg{
    background: url('../images/eyeBallBannerbg.png') no-repeat center center;
    height: 550px;
    position: relative; 
}
.bannerEyeballImg::after{
    content:"";
    background: url('../images/eyeBallImg.jpg') no-repeat 0 0;
    position: absolute;
    top: 153px;
    left: 18%;
    z-index: -1;
    width:295px;
    height:279px;
    transition: left .5s, top .5s;
}
.bannerEyeballImg:before {
    content: "";
    background-color: rgba(0, 0, 0, .35);
    width: 100%;
    height: 550px;
    display: block;
}
.bannerEyeballImg:hover:after{content:"";left: 16%;top: 162px;}
.backImage{
    display: none;
    background:url('../images/img-mapBg.jpg') no-repeat 0 0;
    height:450px;
    background-color: rgba(0,0,0,0.5); 
    background-position:center center;
    background-repeat: no-repeat;
   Padding:150px 30px; 
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    background-attachment: fixed;
}
/* .servicesWrap .hmProductTitle {color:#00cdff} */
.servicesWrap .hmProductDesc{color:#969696}
/* .servicesWrap .productInfoWrap{background-color: #607d8b;} */
.schedlHead{font-size:48px;font-weight: 500;color:#00cdff;  font-family: 'Montserrat', sans-serif; }
.schedlHead span{font-weight: 100;}
.schedDesc{ font-family: 'Montserrat', sans-serif; }
.footer{ padding-top: 50px;border-top: 1px solid #00cdff;}
.footerLogo{width: 50%; 
}
.ftrTxt{
color:#969696;
font-size: 14px;
} 
ul.ulQuickLinks {
    padding: 0;
    list-style: none;
}

ul.ulQuickLinks li a {
    font-size: 16px;
    color: #00cdff;
    font-weight: 500; 
}

ul.ulQuickLinks li {
    display: inline-block;
    padding-right: 45px;
}
ul.ulproducts {
    list-style: none;
    color: #fff;
    padding: 0;
}

ul.ulproducts li {
    margin-bottom: 20px;
    line-height: 18px;
    font-size: 14px;
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1.5%;
    padding-left: 15px;
}
ul.ulproducts li.productSubHead {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(97, 105, 112, .5);
    font-weight: 500;
    padding-left: 0;
    padding-bottom: 5px; 
}
.mainMenu ul.ulproducts li.productSubHead {
    width: 100%;
}
ul.ulproducts li a{color:#f1f1f1;}
ul.ulproducts li a:hover,ul.ulproducts li a.active{color:#00cdff;}
ul.ulproducts li a:before {
    margin-right: 5px;
    display: inline-block;
    content: "\f105";
    font-size:18px;
    color: #00cdff;
    margin-top: 0;
    line-height: 14px;
    vertical-align: top;
    font-family: 'FontAwesome';
}
.ftrProductListWrap ul.ulproducts {width:31%;display: inline-block;vertical-align: top;margin-right:1.5%;}
.ftrProductListWrap ul.ulproducts:last-child{margin-right: 0;}
.ftrProductListWrap ul.ulproducts li{width:100%}
 
h2.footerHead {
    font-size: 16px;
    color: #00cdff; 
}
.addressTxt{font-size:14px}
.addressTxt h3{font-size: 16px; font-weight: 500;color:#fff;}
.addressTxt h4{
    
    font-size: 14px;
    font-weight: 100;
    margin: 10px 0 0;}
.addressTxt span.fa  {
    color: #00cdff;
}
.addressTxt a {
    color: #969696;
}
.addressTxt a:hover {color:#00cdff}
.footerBottom {
    background-color: #101d35;
    padding: 15px 0 0;
    border-top: 1px solid #00cdff;
}

ul.ulSocial {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
    margin-bottom:10px;
}
 
ul.ulSocial li {
    display: inline-block;
    padding: 5px 10px;
    background: #3a3c3e;
}
ul.ulSocial li:hover {
    background: #00cdff;
    cursor: pointer;
}
ul.ulSocial li:hover a {
   color: #fff;
   text-decoration: none;
}

.socialHead {
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    color: #e16f5b;}
.copyrightTxt{font-size:14px;color:#e16f5b !important;text-align: right;}

/* Inner PAGES */

.prdBreadcrumb{border-bottom:1px solid #9e9e9e;border-radius: 0 0 5px 5px;background: #101d35;font-size:14px;}
.innerPage .sectionHead,.innerPage .schedlHead{color:#00cdff;}
 .sectionDesc, .schedlDesc{color:#969696;}
p.InnerPageP {line-height: 38px;color: #969696;font-size: 15px;}
.ulFeatures li {color:#969696;line-height: 28px;}
/* Map CSS */

.placeMark {
    position: absolute;
    z-index: 5;
    background-color: #8692a6;
    width: 16px;
    height: 16px;
    border-radius: 8px;
}
.placeMark:hover {
    
    box-shadow: 0px 0px 0px 6px rgba(0, 205, 255, 0.5);
    background: #00cdff;
    transition: box-shadow .5s;
}
.placeMark.indiaMark {
    top: 57%;
    right: 32%;
}

.placeMark.dubaiMark {
    right: 39.5%;
    top: 50%;
}

.placeMark.lesothoMark {
    left: 50.5%;
    bottom: 14.5%;
}

.placeMark.botswanaMark {
    bottom: 18.5%;
    left: 50%;
}
.placeMark.usDollasMark{
    left: 15%;
    top: 45%;
}

.placeMark.australiaMark {
    bottom: 9.5%;
    right: 14.5%;
}

.placeMark.zimbabweMark {
    bottom: 20%;
    left: 51.5%;
}

.placeMark.nigeriaMark {
    left: 44.5%;
    top: 60%;
}

.placeMark.kenyaMark {
    bottom: 31%;
    left: 54%;
}

.placeMark.ugandaMark {
    bottom: 32%;
    left: 52.5%;
}

.placeMark.rwandaMark {
    bottom: 30%;
    left: 51.5%;
}

.placeMark.tanzaniaMark {
    bottom: 28%;
    left: 53%;
}

.placeMark.swazilandMark {
    left: 52%;
    bottom: 16%;
}
.placeMark.namibiaMark {
    left: 47.5%;
    bottom: 18%;
}

.placeMark.mozambiqueMark {
    left: 53%;
    bottom: 21%;
}
.placeMark.mauritiusMark {
    left: 58.9%;
    bottom: 21.5%;
}
.placeMark.southafricaMark {
    left: 48%;
    bottom: 12.5%;
} 
/* Circle hover CSS */
.wrapper{
    position: relative;
    z-index: 10;
    overflow: visible;
    height: 530px;
    /* border: 1px solid red; */
    text-align: center;
    margin:150px 0 0;}
.circlediv {
    padding: 5px;
    background-color: #101d35;
    transition: all .5s;
    width: 180px;
    height:180px;
    border-radius: 50%;
    margin: -90px 0 0 -90px;
    position: absolute;
    box-shadow: 0px 0px 0 10px #ccc, 1px 6px 8px 6px #ccc;
}
.circlediv:hover {
    transition: all .5s;
    width:280px;
    height:280px;
    margin: -140px 0 0 -215px;
    text-decoration: none;
}
.circlediv h1{
    transform: translateY(70px);
    transition: all .5s;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal; 
}
.circlediv:hover h1{transform: translateY(70px);padding: 0 25px;color:#00cdff;}
.circlediv p{
    opacity: 0;
    transform: translateY(0);
    padding: 0 25px;
    text-align: center;
    color: #969696;
    font-size: 14px;
}
.circlediv:hover p{
    opacity: 1;
    transition: all .5s;
    transform: translateY(70px);
} 
.circlediv.circle1 {
    top: 330px;
    left: 36%;
    box-shadow: 0px 0px 0 10px #e26749, 1px 6px 8px 6px #380e04;
}

.circlediv.circle1:hover {
    margin: -140px 0 0 -200px;
}

.circlediv.circle2 {
    left: 32%;
    top: 95px;
    box-shadow: 0px 0px 0 10px #38cc5d, 1px 6px 8px 6px #021f09;
}

.circlediv.circle2:hover {
    margin: -140px 0 0 -190px;
}
 
.circlediv.circle3 {
    left: 61%;
    top: 10px;
    box-shadow: 0px 0px 0 10px #ffcc66, 1px 6px 8px 6px #291c02;
}
.circlediv.circle3:hover {
    margin: -140px 0 0 -65px;
}

.circlediv.circle4 {
    left: 67%;
    top: 280px;
    box-shadow: 0px 0px 0 10px #8e24aa, 1px 6px 8px 6px #23032b;
}
.circlediv.circle4:hover{margin: -140px 0 0 -90px;}
.circlediv.circle5 {
    top: 180px;
    left: 50%;
    width: 250px;
    height:250px;
    margin: -125px 0 0 -125px;
    box-shadow: -3px 1px 5px 2px #080e1a inset, 0px 0px 0 10px #00cdff;
}
.circlediv.circle5 h1{transform: translateY(90px)}
.circlediv.circle5:hover {margin:-150px 0 0 -150px;width:300px; height:300px}
.circlediv.circle5:hover h1{transform: translateY(50px)}


/* Back to Top anchoring */

a.backtoTop{
    
    bottom:15px; 
    opacity: 0;
    position: fixed;
    right:45px;
    transition: opacity 0.3s ease-in 0s;
    width: 33px;
    z-index:999; 
    color: #616970;
    font-size:54px; 
}

a.backtoTop span.fa{font-size: 54px;color:#616970;}
a.backtoTop:hover {color:#0096b9;text-decoration: none;}
a.backtoTop:hover span.fa{color:#0096b9;text-decoration: none;}
a.backtoTop:active,a.backtoTop:focus {color:#616970}
#backToTop.show {opacity: 1;}


/* Pam Solution CSS */
ul.ulPamSolutions {
    padding: 0;
}

ul.ulPamSolutions li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    transform: translateX(150px);
    -webkit-transition: transform .3s,opacity .5s ;
    -moz-transition: transform .3s,opacity .5s  ;
    transition: transform .3s,opacity .5s  ;
    opacity: 0;
} 
ul.ulPamSolutions li a {
    width:60%;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
 
} 
ul.ulPamSolutions li:nth-child(2n+1){  transform: translateX(-150px);}
ul.ulPamSolutions.active li{transform: translateX(0);opacity:1;}
ul.ulPamSolutions li a:hover,ul.ulPamSolutions li a:focus{text-decoration: none;}
ul.ulPamSolutions li:nth-child(2n+1) svg{
    transform: rotate(-180deg) scaleY(-1);
}
ul.ulPamSolutions li .hmProductTitle{font-size: 16px;font-weight:400;text-align: left;color:#fff;margin:10px 0;}
ul.ulPamSolutions li .hmProductDesc{color: #969696;
    text-align: left;
    font-size: 14px;}
    ul.ulPamSolutions li:hover .hmProductTitle{color:#00cdff}
    ul.ulPamSolutions li:nth-child(2n+1) .hmProductTitle ,ul.ulPamSolutions li:nth-child(2n+1) .hmProductDesc{text-align:right;}
    /* ul.ulPamSolutions li.firstHeading .hmProductTitle{
        color: #38cc5d;
    }
    ul.ulPamSolutions li.secondHeading .hmProductTitle {
        color: #00cdff;
    }ul.ulPamSolutions li.thirdHeading .hmProductTitle {
        color: #ffcc66;
    }ul.ulPamSolutions li.fourHeading .hmProductTitle {
        color: #e26749;
    }ul.ulPamSolutions li.fiveHeading .hmProductTitle {
        color: #dd74f9;
    }
    ul.ulPamSolutions li.sixHeading .hmProductTitle {
        color: #96da26;
    } */

.ulBPMIt{padding: 0;margin: 50px 0;}
.ulBPMIt li{
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-right: .5%;  
    padding: 15px;
    transition: transform .2s; 
    border:3px solid #969696;
    background-color: #101d35;
}
.ulBPMIt li a{display:block;height:220px;}
  .ulBPMIt li:first-child {
    border-color: #ffcc66;
}
.ulBPMIt li:nth-child(2) {
    border-color: #e26749;
}.ulBPMIt li:nth-child(3) {
    border-color: #38cc5d;
}  
.ulBPMIt li:last-child{margin-right:0;
    border-color: #4e2f57; 
}
ul.ulBPMIt li:hover { 
    transform: scale(1.1); 
    border-color:#00cdff;
}
ul.ulBPMIt li a:hover {
    text-decoration: none; 
}
ul.ulBPMIt li:hover a .hmProductTitle {
    color: #00cdff;
}
/* ul.ulBPMIt li .hmProductTitle{font-weight: 300;} */
.darkBg{
    background-color: #080e1a;
}

/* Login Box CSS */
#loginmodal .modal-header {
    margin: -15px -15px 0;
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    border-bottom: 0;
}

#loginmodal .modal-content {
    border:1px solid #00cdff;
    background-color: #101d35;
}

#loginmodal .modal-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color:#fff;
}
#loginmodal .form-control{font-size:14px;}
#loginmodal .btn-login {
    background-color: #00cdff;
    border: 1px solid #0096b9;
    color: #fff;
}
.loginTxtWrap{display: inline-block;
    cursor: pointer;
    padding-left: 7px;
    border-left: 1px solid #616970;
    margin-left: 7px;}
.loginTxt{display: inline-block;}
.modal-footer{justify-content: space-between;}
#loginmodal button.close {color:#fff;}
#loginmodal button.close:hover {color:#f3f3f3;}
ul.ulSupport {
    display: inline-block;
    padding: 0;
    list-style: none;
}

ul.ulSupport li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: baseline;
}
ul.ulSupport li a {color:#969696;display: block;text-align: center;}
ul.ulSupport li a:hover {text-decoration: none;color:#00cdff;}
ul.ulSupport li a span.fa{
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding:9px; 
    background-color: #00cdff;
    color: #fff;
margin: 0 auto;}
    ul.ulSupport li a span.supportTxt{display: block;}
/* Contact Form CSS */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #616161;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #616161;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #616161;
}
.contactform .form-control{
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #00cdff;
    color:#969696;
}
.contactform .btn-sendit {
    color: #fff;
    background-color: #00cdff;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    font-size: 14px;
    padding: 0;
}
/* Hidden for timing */
.schedlDesc {display: none;}

/* Hamburger Menu CSS */
.hamburgerMenu{display: none;cursor: pointer;}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 8px 0;
    transition: 0.4s;
}
.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
}
.active .bar2 {opacity: 0;}
.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -7px);
    transform: rotate(45deg) translate(-9px, -7px);
}

@media (max-width: 960px) {
    .ulBPMIt li a{height: 255px;}
    .mainMenu .dropdown-menu.show:not(.serviesMenuWrap){
        right: -440px;
    }
    #loginmodal .modal-title{font-size: 18px;}
}
@media (max-width: 767px) {
    
    /* Hamburger Menu */
    .contactStrip{padding:7px 0;}
    .hamburgerMenu{  display: inline-block;
        position: absolute;
        top: 10px;
        z-index: 9;}
    ul.nav.navbar-default.mainMenu {
        display: none;
        padding: 0;
        width:100%;
        border-top: 1px solid #101d35;
    }
    ul.nav.navbar-default.mainMenu > li{border-bottom:1px solid #0c1525;display:block;border-radius:0 ;} 
    ul.nav.navbar-default.mainMenu .dropdown-menu.show{width:auto;position:relative;
        padding: 10px 15px;
        height: 250px;
        overflow: auto;
        border-radius:0 ;
        right: 0;
        left: 0;
        border: 1px solid #101d35;
    }
    a.navbar-brand {
        padding-left: 65px;
    } 
   
    .innerPage .border-left,.loginTxt{display: none;}
    .carousel-caption h3, .bannerContent h3{font-size: 28px;}
    .carousel-caption, .bannerContent{width:100%;margin:40px auto;}
    .bannerImg{height: 280px;}
    .subProductsHead{font-size:16px;margin:0 0 20px;}
    .ulBPMIt li{display: block;width: 100%;margin-bottom: 20px;}
    .ulBPMIt li a{height: auto;} 
    ul.ulPamSolutions{
        border-left: 2px solid #607D8B;
        padding-left: 15px;}
        ul.ulPamSolutions li
        ,ul.ulPamSolutions li a{display:block;width:100%;}
        ul.ulPamSolutions li:nth-child(2n+1), ul.ulPamSolutions li{
            opacity: 1;transform: translateX(0);margin-bottom: 35px;}
    ul.ulPamSolutions li svg{display:none;}
    ul.ulPamSolutions li:nth-child(2n+1) .hmProductTitle, 
    ul.ulPamSolutions li:nth-child(2n+1) .hmProductDesc{text-align: left;}
    .ulPamSolutions li .hmProductTitle:before {
        content: "";
        position: absolute;
        top: 2px;
        left: -23px;
        width: 14px;
        height: 14px;
        display: inline-block;
        background-color: #38cc5d;
        border-radius: 7px;
    }
.ulPamSolutions li:nth-child(2) .hmProductTitle:before{content: "";background-color:#00cdff;}
.ulPamSolutions li:nth-child(3) .hmProductTitle:before{content: "";background-color:#ffcc66;}
.ulPamSolutions li:nth-child(4) .hmProductTitle:before{content: "";background-color:#e26749;}
.ulPamSolutions li:nth-child(5) .hmProductTitle:before{content: "";background-color:#dc74f8;}
.ulPamSolutions li:nth-child(6) .hmProductTitle:before{content: "";background-color:#96da26;}


    ul.ulproducts li,.ftrProductListWrap ul.ulproducts{width:100%;display: block;}
    ul.ulQuickLinks li{font-size: 18px;padding-right: 20px;}
    ul.ulQuickLinks li a,h2.footerHead,.addressTxt h3{font-size: 14px;}
    .schedlHead {
        font-size: 34px;text-align: center;}
        .btn-request{display: block;font-size:14px;}
        h1.sectionHead{font-size:18px;}
        .ulFeatures li,.prdBreadcrumb,p.sectionDesc,
        ul.ulproducts li a,.addressTxt h4,.addressTxt{font-size:13px;}
         .placeMark {width:6px;height: 6px;}


         a.circlediv {
            width: calc(100% - 20px) !important;
            height:215px !important;
            position: relative;
            margin: 0 10px 20px !important;
            left: inherit !important;
            top: inherit !important;
            display: block;
            border-radius: 5px;
            box-shadow: none;
            background-color:#253149;
        } 
        a.circlediv p {
            display: block !important;
            opacity: 1;
            transition: all .5s;
            transform: translateY(25px);
        } 
        .wrapper {
            height: auto;
            margin-top: 5px;
            margin-bottom: 25px;
        }
        
        .circlediv h1,.circlediv.circle5 h1 {
            transform: translateY(20px);
            color:#b2bfd2;
        }
        .circlediv.circle1 { 
            /* box-shadow: 0px 0px 0 7px #e26749, -3px 1px 5px 2px #080e1a inset; */
            box-shadow:none;
        }              
        .circlediv.circle2 { 
            /* box-shadow: 0px 0px 0 7px #38cc5d, -3px 1px 5px 2px #080e1a inset; */
            box-shadow:none;
        }         
        .circlediv.circle3 { 
            /* box-shadow: 0px 0px 0 7px #ffcc66, -3px 1px 5px 2px #080e1a inset; */
            box-shadow:none;
        } 
        .circlediv.circle4 { 
            /* box-shadow: 0px 0px 0 7px #8e24aa, -3px 1px 5px 2px #080e1a inset; */
            box-shadow:none;
        } 
        .circlediv.circle5 { 
            /* box-shadow: -3px 1px 5px 2px #080e1a inset, 0px 0px 0 7px #00cdff; */
            box-shadow:none;
        }
        .socialLinkWrap,.copyrightTxt{text-align: center;}   
        .modal-footer{  
            -webkit-flex-wrap: wrap; 
            flex-wrap: wrap;
        justify-content:center;margin:0 -15px;}
        ul.ulSupport{margin-top:25px;border-top:1px solid #0c1525;padding-top: 15px;}
        .placeMark.indiaMark {
            top: 65%; 
        }
        
        .placeMark.dubaiMark {
            top: 62%;
        }
        
        .placeMark.lesothoMark {
            bottom: 10.5%;
        }
        
        .placeMark.botswanaMark {
            bottom: 10.5%;
                }
        .placeMark.usDollasMark{
            top: 58%;
        }
        
        .placeMark.australiaMark {
            bottom:10.5%;
            
        }
        
        .placeMark.zimbabweMark {
            bottom:12%;
            
        }
        
        .placeMark.nigeriaMark {
            top: 70%;
        }
        
        .placeMark.kenyaMark {
            bottom:24%;
        }
        
        .placeMark.ugandaMark {
            bottom: 24%;
        }
        
        .placeMark.rwandaMark {
            bottom:22%;

        }
        
        .placeMark.tanzaniaMark {
            bottom: 20%;
        }
        
        .placeMark.swazilandMark {
            bottom:11%;
        }
        .placeMark.namibiaMark {
            bottom:11%;
        }
        
        .placeMark.mozambiqueMark {
            left: 53%;
            bottom: 13%;
        }
        .placeMark.mauritiusMark {
            
            bottom: 17%;
        }
        .placeMark.southafricaMark {
            
            bottom: 10.5%;
        } 
}
 

 
