/* basic style */
/* basic style */
/* basic style */

/* BACKGROUNDS */

.bg-transparent       {background: transparent !important;}
.bg-white             {background: #ffffff !important;}
.bg-black             {background: #000000 !important;}
.bg-light             {background: #f8f8f8 !important;}
.bg-gray              {background: #f0f0f0 !important;}
.bg-medium            {background: #d3d3d3 !important;}
.bg-dark              {background: #a0a0a0 !important;}
.bg-blue-one          {background: #6489ff !important;}
.bg-blue-two          {background: #2e5aef !important;}
.bg-red               {background: #ef2e2e !important;}

/* FONT COLORS */

.font-white             {color: #ffffff !important;}
.font-black             {color: #000000 !important;}
.font-light             {color: #f8f8f8 !important;}
.font-gray              {color: #f0f0f0 !important;}
.font-medium            {color: #d3d3d3 !important;}
.font-dark              {color: #a0a0a0 !important;}
.font-blue-one          {color: #6489ff !important;}
.font-blue-two          {color: #2e5aef !important;}
.font-red               {color: #ef2e2e !important;}

/* FONT SIZE */

.f-s-12         {font-size: 12px !important;}
.f-s-14         {font-size: 14px !important;}
.f-s-16         {font-size: 16px !important;}
.f-s-18         {font-size: 18px !important;}
.f-s-20         {font-size: 20px !important;}
.f-s-22         {font-size: 22px !important;}
.f-s-24         {font-size: 24px !important;}
.f-s-26         {font-size: 26px !important;}
.f-s-28         {font-size: 28px !important;}
.f-s-30         {font-size: 30px !important;}
.f-s-32         {font-size: 32px !important;}
.f-s-34         {font-size: 34px !important;}
.f-s-36         {font-size: 36px !important;}

/* FONT STYLE */

.text-l         {text-align: left !important;}
.text-r         {text-align: right !important;}
.text-c         {text-align: center !important;}
.text-j         {text-align: justify !important;}
.text-b         {font-weight: bold !important;}
.text-n         {font-weight: normal !important;}
.text-u         {text-decoration: underline !important;}
.text-caps      {text-transform: uppercase !important;}


/* POSITIONS STYLE */

.position-r     {position: relative;}
.clear-b        {clear: both;}
.float-l        {float: left !important;}
.float-r        {float: right !important;}
.float-n        {float: none !important;}
.center-img     {bottom: 10px; left: 22px; margin: auto; position: absolute; right: 0; top: 0;}
.center-box     {position: fixed; width: 100%; top: 0; left: 0; z-index: 1;}
.full-box       {float: left; width: 100%;}
.z-2            {position: relative; z-index: 2;}


/* NONE STYLE */

.htag-n             {font-size: inherit; margin: 0;}
.margin-n           {margin: 0 !important;}
.padding-n          {padding: 0 !important;}
.display-n          {display: none !important;}
.display-b          {display: block !important;}
.border-n           {border: 0 transparent !important;}
.text-shadow-n      {text-shadow: none !important;}
.box-shadow-n       {-moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important;}
.border-radius-n    {-webkit-border-radius: 0 0 0 0 !important; -khtml-border-radius: 0 0 0 0 !important; -moz-border-radius: 0 0 0 0 !important; -o-border-radius: 0 0 0 0 !important; border-radius: 0 0 0 0 !important;}
.l-s-circle         {list-style: circle !important;}

.b-r-8    {-webkit-border-radius: 8px 8px 8px 8px !important; -khtml-border-radius: 8px 8px 8px 8px !important; -moz-border-radius: 8px 8px 8px 8px !important; -o-border-radius: 8px 8px 8px 8px !important; border-radius: 8px 8px 8px 8px !important;}
.b-r-8-l  {-webkit-border-radius: 8px 0 0 8px !important; -khtml-border-radius: 8px 0 0 8px !important; -moz-border-radius: 8px 0 0 8px !important; -o-border-radius: 8px 0 0 8px !important; border-radius: 8px 0 0 8px !important;}
.b-r-8-r  {-webkit-border-radius: 0 8px 8px 0 !important; -khtml-border-radius: 0 8px 8px 0 !important; -moz-border-radius: 0 8px 8px 0 !important; -o-border-radius: 0 8px 8px 0 !important; border-radius: 0 8px 8px 0 !important;}


.cp         {cursor: pointer;}

/* PADDING and MARGIN */

.m-t-10     {margin: 10px 0 0;}
.m-t-20     {margin: 20px 0 0;}
.m-b-10     {margin: 0 0 10px;}
.m-b-20     {margin: 0 0 20px;}
.m-t-b-10   {margin: 10px 0;}
.m-t-b-20   {margin: 20px 0;}
.m-t-b-40   {margin: 40px 0;}


/* ANIMATIONS STYLE */

.hover              {transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -webkit-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s;}
::-moz-selection    {background-color: #2e5aef; color: #ffffff;}
::selection         {background-color: #2e5aef; color: #ffffff;}


/* Fix footer page */
.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    position: relative;
}
.page-wrap .body {
    padding: 0 0 562px;  /* Height of the footer */
}
.page-wrap .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 562px;   /* Height of the footer */
}


/* NAVIGATION */
.fixed-Top
{
    background-color: #000000 !important;
    top: 0 !important;
}
.top-nav
{
    background: #2e5aef;
    float: left;
    width: 100%;
    height: 40px;
}
.icon-ClosedLock.ilt
{
    color: #ffffff;
    font-size: 26px;
    padding: 6px 0;
    float: left;
}
.iltt
{
    color: #ffffff;
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
}
.line-v
{
    background: #ffffff;
    float: left;
    width: 1px;
}
.line-v.h40
{
    height: 40px;
    margin: 0 20px;
}
.icon-Key.ilt
{
    color: #ffffff;
    font-size: 26px;
    padding: 6px 0;
    float: left;
}
a:hover .icon-ClosedLock.ilt,
a:hover .icon-Key.ilt,
a:hover .iltt
{
    color: #d3d3d3;
}
a .icon-ClosedLock.ilt.active,
a .icon-Key.ilt.active,
a .iltt.active
{
    color: #d3d3d3;
}
.language
{
    background: #f0f0f0 none repeat scroll 0 0;
    color: #979797;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 40px;
}
.language:hover,
.language.active
{
    background: #6489ff;
    color: #ffffff;
}
.blt
{
    color: #ffffff;
    float: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}
.blt-new
{
    color: #ffffff;
    float: left;
    font-size: 10px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.e3d
{
    float: right;
}
.e3d a
{
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
    outline: medium none;
    position: relative;
    text-decoration: none;
    text-align: center;
    float: left;
}
.e3d a:hover, .e3d a:focus
{
    outline: medium none;
    color: #ffffff;
}

.e3d a
{
    line-height: 66px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

.e3d a span
{
    position: relative;
    display: inline-block;
    padding: 0 10px;
    background: transparent;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.csstransforms3d .e3d a span::before
{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2e5aef;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.e3d a:hover span,
.e3d a:focus span,
.e3d a span.active
{
    -webkit-transform: rotateX(90deg) translateY(-66px);
    -moz-transform: rotateX(90deg) translateY(-66px);
    transform: rotateX(90deg) translateY(-66px);
}

.csstransforms3d .e3d a:hover span::before,
.csstransforms3d .e3d a:focus span::before
{
    background: #2e5aef;
}


/* SLIDER IMAGES */
.cd-background-wrapper
{
    position: relative;
    overflow: hidden;
}
.no-touch .cd-background-wrapper
{
    -webkit-perspective: 4000px;
    -moz-perspective: 4000px;
    perspective: 4000px;
}
.cd-background-wrapper::before
{
    /* never visible - this is used in jQuery to check the device type */
    content: 'web';
    display: none;
}
.touch .cd-background-wrapper::before
{
    /* never visible - this is used in jQuery to check the device type */
    content: 'mobile';
}

.cd-floating-background
{
    position: relative;
}
.cd-floating-background img
{
    display: block;
    width: 100%;
    max-width: 2560px;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* fixes a Firefox bug - images not correctly rendered*/
    background-color: rgba(255, 255, 255, 0.01);
}
.cd-floating-background img.elm-01
{
    max-width: 285px;
    left: 26% !important;
    position: absolute !important;
    top: 180px !important;
}
.cd-floating-background img.elm-02
{
    max-width: 218px;
    left: 42% !important;
    position: absolute !important;
    top: 440px !important;
}
.cd-floating-background img.elm-03
{
    max-width: 229px;
    left: auto !important;
    position: absolute !important;
    right: 26% !important;
    top: 280px !important;
}
.cd-floating-background img:not(:first-child)
{
    position: absolute;
    top: 0;
    left: 0;
}
.no-touch .cd-floating-background
{
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.no-touch .cd-floating-background.is-absolute
{
    position: absolute;
}
.no-touch .cd-floating-background img:first-child
{
    -webkit-transform: translateZ(50px);
    -moz-transform: translateZ(50px);
    -ms-transform: translateZ(50px);
    -o-transform: translateZ(50px);
    transform: translateZ(50px);
}
.no-touch .cd-floating-background img:nth-child(2)
{
    -webkit-transform: translateZ(290px);
    -moz-transform: translateZ(290px);
    -ms-transform: translateZ(290px);
    -o-transform: translateZ(290px);
    transform: translateZ(290px);
}
.no-touch .cd-floating-background img:nth-child(3)
{
    -webkit-transform: translateZ(400px);
    -moz-transform: translateZ(400px);
    -ms-transform: translateZ(400px);
    -o-transform: translateZ(400px);
    transform: translateZ(400px);
}
.no-touch .cd-floating-background img:nth-child(4)
{
    -webkit-transform: translateZ(690px);
    -moz-transform: translateZ(690px);
    -ms-transform: translateZ(690px);
    -o-transform: translateZ(690px);
    transform: translateZ(690px);
}
.no-touch.no-preserve-3d .cd-floating-background
{
    /* we target browsers that don't support preserve-3d and show just a standard image - no effect visible */
    position: relative;
}
.elm-mm
{
    background: transparent url("../img/png/slider_elm_mm_275x85.png") no-repeat scroll 0 0;
    bottom: 0;
    height: 85px;
    left: 42%;
    position: absolute;
    width: 275px;
    z-index: 1;
}
.slider-box
{
    width: 500px;
    margin: 200px auto 0;
    position: relative;
    z-index: 1;
}
.slider-box .header
{
    background: rgba(46, 90, 239, 0.85) none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-size: 32px;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.slider-box .info
{
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    color: #000000;
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding: 20px;
    margin: 0 0 40px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.cb-btn
{
    width: 240px;
    margin: 0 auto;
}


/* CONTENT */
.c-panel
{
    background: #f0f0f0 none repeat scroll 0 0;
    float: left;
    width: 100%;
    padding: 40px 0;
}
.c-panel .cblack
{
    width: 588px;
    margin: 0 auto;
}
.c-panel .cblue
{
    width: 428px;
    margin: 0 auto;
}
.elm-mm-black
{
    background: transparent url("../img/png/slider_elm_mm_48x15.png") no-repeat scroll 0 0;
    height: 15px;
    width: 48px;
    float: left;
    margin: 10px 0;
}
.elm-mm-blue
{
    background: transparent url("../img/png/slider_elm_mm_blue_48x15.png") no-repeat scroll 0 0;
    height: 15px;
    width: 48px;
    float: left;
    margin: 10px 0;
}
.ctc
{
    color: #a0a0a0;
    float: left;
    font-size: 24px;
    font-weight: normal;
    margin: 0 20px 40px;
    text-align: center;
    text-decoration: none;
}
.line-h
{
    background: #d3d3d3;
    float: left;
    height: 1px;
    width: 100%;
}
.is
{
    float: left;
    width: 164px;
    height: 164px;
    fill: #000000;
    margin: 0 20px 0 0;
}
.is.blue
{
    fill: #2e5aef;
}
.sb
{
    float: left;
    width: 65%;
}
.sht
{
    float: left;
    font-size: 32px;
    font-weight: normal;
    line-height: 26px;
    padding: 0 0 20px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
.sit
{
    color: #000000;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
    text-decoration: none;
}


/* PARTNERS SERVICE */
.imgpb img
{
    display: block;
    height: auto;
    width: 100%;
    margin: 0 30px;
    float: left;
}
.imgpb img.p01
{
    max-width: 180px;
}
.imgpb img.p02
{
    max-width: 180px;
}
.imgpb img.p03
{
    max-width: 148px;
}
.imgpb img.p04
{
    max-width: 182px;
    margin: 20px 30px;
}
.imgpb img.p05
{
    max-width: 100px;
}


/* FOOTER */
.footer-logo
{
    display: block;
    float: left;
    height: auto;
    width: 35px;
}
.btt
{
    background: #ffffff;
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 6.8em;
    right: 1em;
    z-index: 9999;
    display: none;
    transition: all 0.30s linear 0s; -moz-transition: all 0.30s linear 0s; -webkit-transition: all 0.30s linear 0s; -o-transition: all 0.30s linear 0s;
}
.btt:hover
{
    background: #d3d3d3;
}
.box-f
{
    float: left;
    height: auto;
    margin: 0 0 0 38px;
    width: 330px;
}
.box-f:nth-child(3)
{
    border-left: 1px solid #2e5aef;
}
.box-f:nth-child(4)
{
    border-left: 1px solid #ffffff;
}
.icon-Magnet.bt
{
    color: #2e5aef;
    float: left;
    font-size: 36px;
    padding: 14px;
}
.icon.ftr
{
    float: left;
    font-size: 48px;
    padding: 0 15px 0 0;
}
.icon-Glasses.ftr
{
    color: #d3d3d3;
}
.icon-Starship.ftr
{
    color: #2e5aef;
}
.icon-Radio.ftr
{
    color: #ffffff;
}
.ift
{
    float: left;
    font-size: 44px;
    font-weight: normal;
    padding: 0 0 20px;
    text-align: left;
    text-decoration: none;
}
.bft
{
    color: #d3d3d3;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
    text-decoration: none;
}
.s-box
{
    float: left;
    width: 100%;
    margin: 40px 0 0;
}
.shrt
{
    color: #000000;
    float: left;
    font-size: 24px;
    font-weight: normal;
    line-height: 74px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
.ishrt
{
    float: left;
    width: 48px;
    height: 48px;
    margin: 0 0 0 10px;
}
.ishrt.facebook:hover,
.ishrt.tweeter:hover
{
    fill: #000000;
}
.ishrt.facebook
{
    fill: #2854e9;
}
.ishrt.tweeter
{
    fill: #2854e9;
}
.quick li
{
    float: left;
    width: 100%;
}
.quick li a
{
    color: #000000;
    float: left;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    letter-spacing: normal;
    padding: 0 0 26px;

    transition: all 0.30s linear 0s; -moz-transition: all 0.30s linear 0s; -webkit-transition: all 0.30s linear 0s; -o-transition: all 0.30s linear 0s;
}
.quick li a:hover,
.quick li a.active
{
    color: #2e5aef;
}
.quick.contact li a
{
    padding: 0 0 2px;
}
.quick.contact li a:hover
{
    color: #ffffff;
}
.ftb
{
    color: #6489ff;
    float: left;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
.ftbp
{
    float: right;
}
.ftbl
{
    border-right: 1px solid #000000;
    color: #000000;
    float: left;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    padding: 0 20px;
    text-align: left;

    transition: all 0.30s linear 0s; -moz-transition: all 0.30s linear 0s; -webkit-transition: all 0.30s linear 0s; -o-transition: all 0.30s linear 0s;
}
.ftbl:hover
{
    color: #2e5aef;
}


/* COMPANY*/
.t-panel
{
    float: left;
    width: 100%;
    margin: 20px 0 80px;
}
.icon-Info.ftr
{
    color: #2e5aef;
}
.hpt
{
    float: left;
    color: #2e5aef;
    font-size: 44px;
    font-weight: normal;
    padding: 0 0 20px;
    text-align: left;
    text-decoration: none;
}
.h-img img
{
    background-color: rgba(255, 255, 255, 0.01);
    display: block;
    height: auto;
    max-width: 2560px;
    width: 100%;
}
.i-img
{
    float: left;
}
.i-img img
{
    background-color: rgba(255, 255, 255, 0.01);
    display: block;
    height: auto;
    max-width: 256px;
    width: 100%;
}
.c-box-l
{
    float: left;
    padding: 0 0 0 20px;
    width: 60%;
}
.c-box-r
{
    float: left;
    padding: 0 20px 0 0;
    width: 60%;
}
.sht.company
{
    color: #6489ff;
    font-size: 54px;
    line-height: 42px;
    padding: 0 0 14px;
}
.r-list li a
{
    background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #a0a0a0;
    color: #000000;
    float: left;
    font-size: 18px;
    line-height: 48px;
    padding: 0 20px;
    text-align: left;
    width: 100%;

    transition: all 0.30s linear 0s; -moz-transition: all 0.30s linear 0s; -webkit-transition: all 0.30s linear 0s; -o-transition: all 0.30s linear 0s;
}
.r-list li a:hover,
.r-list li a:focus,
.r-list li a.active
{
    background: #2e5aef;
    color: #ffffff;
}
.h-pages
{
    color: #000000;
    float: left;
    font-size: 34px;
    padding: 0 0 30px;
    text-align: left;
    width: 100%;
}
.i-pages
{
    color: #000000;
    float: left;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    width: 100%;
    padding: 0 0 30px;
}
.i-pages-h
{
    border-bottom: 1px solid #d3d3d3;
    color: #d3d3d3;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0 0 10px;
}
#pages .c-box
{
    width: 64px;
    margin: 0 auto;
}
#pages .is
{
    height: 64px;
    margin: 0 0 10px;
    width: 64px;
}
#pages .is.blue
{
    fill: #2e5aef;
}
#pages .sb
{
    width: 100%;
}
#pages .sht
{
    font-size: 24px;
    text-align: center;
    width: 100%;
    padding: 0 0 10px;
}
#pages .sit
{
    font-size: 14px;
    text-align: justify;
}


/* SERVICES*/
.icon-Puzzle.ftr
{
    color: #2e5aef;
}
.sht.services
{
    color: #000000;
    font-size: 38px;
    line-height: 28px;
    padding: 0 0 14px;
}


/* PRODUCTS*/
.icon-StorageBox.ftr
{
    color: #2e5aef;
}
.sht.products
{
    color: #000000;
    font-size: 38px;
    line-height: 28px;
    padding: 0 0 14px;
}
.provide
{
    padding: 0 0 30px 40px;
    float: left;
}
.provide li
{
    list-style-type: disc;
    width: 100%;
    float: left;
    color: #a0a0a0;
    font-size: 20px;
    text-align: left;
}
.plm
{
    border-right: 1px solid #ef2e2e;
    color: #ef2e2e;
    float: left;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    padding: 0 20px;
    text-align: left;

    transition: all 0.30s linear 0s; -moz-transition: all 0.30s linear 0s; -webkit-transition: all 0.30s linear 0s; -o-transition: all 0.30s linear 0s;
}
.plm:hover
{
    color: #ef2e2e;
}
.plm:first-child
{
    padding: 0 20px 0 0;
}
.a-list li a
{
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #a0a0a0;
    color: #000000;
    float: left;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 20px;
    text-align: left;
    width: 100%;

    transition: all 0.30s linear 0s; -moz-transition: all 0.30s linear 0s; -webkit-transition: all 0.30s linear 0s; -o-transition: all 0.30s linear 0s;
}
.a-list li a:hover,
.a-list li a:focus,
.a-list li a.active
{
    background: #f8f8f8;
    color: #2e5aef;
}
.q-box
{
    float: left;
    width: 100%;
}
.cfth
{
    color: #6489ff;
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 5px;
    text-align: left;
    width: 100%;
}
.contactForm
{
    float: left;
    margin: 20px 0;
    width: 100%;
}


/* CUSTOMERCARE */
.icon-Headset.ftr
{
    color: #2e5aef;
}
.s-img img
{
    background-color: rgba(255, 255, 255, 0.01);
    display: block;
    height: auto;
    max-width: 390px;
    width: 100%;
}
.cbl
{
    float: right;
}


/* Mobile Service */
.icon-Antenna1.ftr
{
    color: #2e5aef;
}


/* Mobile Portals */
.icon-Web.ftr
{
    color: #2e5aef;
}


/* Mobile Content */
.icon-Phone.ftr
{
    color: #2e5aef;
}


/* HLR Lookup/ Number Validation */
.icon-Calculator.ftr
{
    color: #2e5aef;
}


/* FAQs */
.icon-ClipboardText.ftr
{
    color: #2e5aef;
}


/* Registration */
.icon-Key.ftr
{
    color: #2e5aef;
}


/* Login */
.lt
{
    color: #a0a0a0;
    float: left;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 0 5px;
}


/* Privacy */
.icon-Eye.ftr
{
    color: #2e5aef;
}


/* Direct Sms */
.t-panel.one
{
    margin: 20px 0;
}
.ds-img img
{
    background-color: rgba(255, 255, 255, 0.01);
    display: block;
    height: auto;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}


/* Case Study */
.icon-Megaphone.ftr
{
    color: #2e5aef;
}
.r-list.cs li a
{
    font-size: 18px;
    line-height: 24px;
    padding: 12px 20px;
}
.c-box-l.cs
{
    padding: 0 20px;
}
.sit.cs
{
    width: 100%;
}
.sht.cs
{
    color: #000000;
    font-size: 30px;
    line-height: 40px;
    padding: 0 0 14px;
}


/* Products Details */
.sht.pd
{
    color: #000000;
    font-size: 38px;
    line-height: 44px;
    padding: 0 0 14px;
}
.provide.pd li
{
    color: #000000;
    font-size: 16px;
}


/* Affiliate */
.icon-Bread.ftr
{
    color: #2e5aef;
}
.c-box-aff
{
    float: left;
    padding: 0 0 0 20px;
    width: 100%;
}
.aff-img img
{
    background-color: rgba(255, 255, 255, 0.01);
    display: block;
    height: auto;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto 40px;
}
.c-panel .ahoa
{
    margin: 0 auto;
    width: 395px;
}
#affiliates .sb
{
    width: 100%;
}
#affiliates .sht
{
    font-size: 21px;
    padding: 0 0 10px;
    text-align: center;
    width: 100%;
}
#affiliates .sit
{
    font-size: 14px;
    text-align: justify;
}
.icon.aff
{
    float: left;
    font-size: 64px;
    padding: 0 94px 20px;
}
.icon-Chart.aff
{
    color: #2e5aef;
}
.icon-WorldWide.aff
{
    color: #2e5aef;
}
.icon-Dollars.aff
{
    color: #2e5aef;
}
.icon-Tools.aff
{
    color: #2e5aef;
}