

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color:#323232;
}


 .div-width-773 {
    display:none;
    }

    .div-width-max {
      
    }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
.testimonialsbox{background:#ec1c40;color:#ffffff;border-radius:8px;padding:20px;position:relative;}
.testimonialsbox h2{margin:10px 10px 10px 10px;padding:0px 0 0 50px;font-size:16px;font-weight:bold;}
.testimonialsbox p{font-size:15px; color: #ffffff; font-family: Arial}

body {
  line-height: 1;
  font:12px/1.7 Arial, Helvetica, sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mediaPartners img {
            border: 1px solid #cccccc;
            padding: 2px;
        }

.mediaPartners img:hover {
            box-shadow: 1px 1px 3px #888888;
        }
.col-press {
    height:350px;
    width: 46%;
    float: left;
    position: relative;
  min-height: 1px;
  padding: 15px;
  display:block;
  box-shadow:0px 0px 7px #888888;
  margin:15px;
}
/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font:12px/1.7 Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  color: #1e1e1e;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: #ec1c40;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

.top-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.right-header {
    color:#fff2e1;
    font-size:11px;
}
#services, #about, #contact {
  padding-top: 54px;
  background-color: #fbfbfb;
}

#portfolio {
    padding-top: 30px;
}

table.form-style { background: rgba(255, 255, 255, 0.9); border-collapse: collapse; font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif; font-size: 12px; margin-bottom:25px; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5); box-shadow: 0 0 5px rgba(0,0,0,0.5); }
table.form-style th { border-bottom: 2px solid #444; color: #666666; font-size: 12px; font-weight: normal; background: #fff; }
table.form-style tr { color: #444; }

.chkBoxList tr
{
   height:24px;
}

.chkBoxList td
{
   width: 400px; /* or percent value: 25% */
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #ad0905;
  color: white;
  padding: 5px 0;
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #ad0905;
 
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .logo {
  margin-top: 5px;
}
.main-header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #444444;
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .menu ul li a {
  text-transform: uppercase;
  color: #1e1e1e;
  font-size: 15px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #ad0905;
  color: white;
}

.main-header-shrink {
  padding: 6px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -20px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #ad0905;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #ad0905;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #d1601c;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}
.left-header a {
    color: #fff2e1;
    cursor: pointer;
    font-size:11px;
}

    .left-header a:hover {
        color: #ffddae;
    }


/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 20px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0px;
}
.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #ad0905;
  margin: 0px auto 10px auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #ad0905;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}

/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
#services .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}
#services .service-item .service-header i {
  color: #ad0905;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#services .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {
    padding-bottom: 80px;
    margin-top: 100px;
    background-color: #232323;
    background-image: url(../images/triangles.png);
}

#portfolio .title-section h2 {
  color: white;
}
#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}
#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #ad0905;
  text-transform: uppercase;
}
#about .our-team {
  margin-top: 80px;
}
#about .our-team .team-member {
  overflow: hidden;
}
#about .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#about .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#about .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#about .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#about .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#about .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#about .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#about .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#about .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ad0905;
  margin-bottom: 10px;
}
#about .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #1e1e1e;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-info {
  margin-top: 30px;
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #ad0905;
  font-size: 16px;
  margin-right: 12px;
}

.flexslider {
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 20px 0 20px;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 45px;
}
.flex-caption p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

#firstRowLogos {
    text-align: center;
}

#firstRowLogos div {
    width: 175px;
    padding: 5px 17px 5px 17px;
    background-color:white;
    margin:5px;
    text-align:center;
    border-radius:15px;
    display: inline-block;
}

    #firstRowLogos div:hover {
        box-shadow: 0 0 0px 1px #ffffff;
        cursor:pointer;
    }

    #secondRowLogos{
        text-align: center;
        }
#secondRowLogos div {
    padding: 5px 17px 5px 17px;
    background-color:white;
    margin:5px;
    text-align:center;
    border-radius:15px;
    display:inline-block;
}
#secondRowLogos div:hover {
        box-shadow: 0 0 0px 1px #ffffff;
        cursor:pointer;
    }

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
    padding: 20px 0px;
    background-color: #171716;
 
}

.site-footer p {
  color:#cbae8c;
  font-size:11px;
  padding-right:18px
}

.site-footer a {
  color:#cbae8c;
  font-size:11px;
}

.site-footer a:hover {
  color:#ffcf8e;
}

.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}

.footerLinks a{
    background-image:url(../images/right-arrow-xxs.png);
    background-repeat:no-repeat;
    padding-left:12px;
}
.footerLinks a:hover{
    background-image:url(../images/right-arrow-xxs-hover.png);
}
.footerTitle {
    color:#fff2e1;
}



/********************************
IPAD LANDSCAPE (1024x768)
********************************/
    
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {


  .flexslider {
    margin-top: 100px;
  }
  .col-md-3 {
    padding-bottom: 20px;
}
  .main-header {
    padding: 15px 0;
  }
    

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
 .col-press {
  width: 100%;
  height:100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding: 15px;
  display:block;
  box-shadow:0px 0px 2px #888888;
  margin:15px;
}
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
    
    #socialside {
        display:none;
    }
  .flex-caption {
    display: none !important;
  }
.col-md-3 {
    padding-bottom: 20px;
}

  .contact-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 60px;
  }  


  .flexslider {
    margin-top: 60px;
  }

  .responsive-menu .menu {
    top: 32px;
  }

    .col-press {
        height:700px;
    }
    .col-press {
    width: 100%;
    height:100%;
    float: left;
    position: relative;
  min-height: 1px;
  padding: 15px;
  display:block;
  box-shadow:0px 0px 2px #888888;
  margin:15px;
}

    .div-width-773 {
        display:block;
    }

    .div-width-max {
      display:none;
    }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/



.contentContainer {
    padding-top:90px;
}

.HeaderText {
    font-size: 32px;
    font-weight: bold;
    color: #ec1c40;
    line-height: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
}
hr.underliner {
    clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 1.4em 0;
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, rgb(255,255,255)),color-stop(0.1, rgb(221,221,221)),color-stop(0.9, rgb(221,221,221)),color-stop(1, rgb(255,255,255)))
}

hr.headHr {
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 1.4em 0;
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, #ffffff),color-stop(0.03, #ec1c40),color-stop(1, rgb(221,221,221)),color-stop(1, #ffffff))
}

.breadcrumbs  {
    display:block;
    width:100%;
    height:34px;
    margin-top: 28px;
    background-color:#171716;
    font-size:11px;
}

    .breadcrumbs span{
        padding-left:5px;
        padding-right:5px;
        color:#cbae8c ;
    }

    .breadcrumbs a {
        color:#ffcf8e ;
    }


    .breadcrumbs p {
        padding-top:5px;
        padding-left:110px;
        color:#cbae8c;
    }

img.shadow {
    padding: 4px;
    border: 1px solid #bbb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
}
    img.shadow:hover {
        -moz-box-shadow: 0 0 5px #8b7c6c;
        -webkit-box-shadow: 0 0 5px #8b7c6c;
        box-shadow: 0 0 5px #8b7c6c;
        border: 1px solid #8b7c6c;
    }

hr.hrstyle {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

.pricetable {
    width:300px;
    font-weight:bold;
    background-color:#f6e6e6 ;
    text-align:center;
    
}
.pricetable span{
    
    font-size:35px;
    color:#ad0905;
}

    .pricetable th {
    font-size:25px;
    font-weight:bold;
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
    }

    .pricetable td {
        padding-bottom:30px;
    }

    .pricetable:hover{
        transition: background-color 0.7s ease;
        background-color:#ad0905 ;
        color:#fff2e1;
    }

    .pricetable:hover span{
        transition:color 0.7s ease;
        color:#fff2e1;
    }
 


.socialFooter {
    display:inline-block;
    cursor:pointer;
}

.socialFooter p {
    padding-bottom:10px;
    text-align:center;
    font-weight:bold;
}

.socialFooter a {
color:black;
}

#socialIn 
{
    margin-top: 20px;
    display:inline-block;
    width:110px;
    height:50px;
    background-image:url("../images/in-icon.png");
    background-size:35px;
    background-repeat:no-repeat;
    transition:ease-in-out 0.3s;
    background-position:center;
}
    .socialFooter:hover #socialIn{
        background-image:url("../images/in-icon-c.png");
    }
#socialFb {
    display:inline-block;
    width:110px;
    height:50px;
    background-image:url("../images/facebook-icon.png");
    background-size:35px;
    background-repeat:no-repeat;
    transition:ease-in-out 0.3s;
    background-position:center;
}
    .socialFooter:hover #socialFb  {
        background-image:url("../images/facebook-icon-c.png");
    }

#socialTw {
    display:inline-block;
    width:110px;
    height:50px;
    background-image:url("../images/twitter-icon.png");
    background-size:40px;
    background-repeat:no-repeat;
    transition:ease-in-out 0.3s;
    background-position:center;
}

.socialFooter:hover #socialTw {
    background-image:url("../images/twitter-icon-c.png");
}

#socialUt {
    display:inline-block;
    width:110px;
    height:50px;
    background-image:url("../images/youtube-icon.png");
    background-size:45px;
    background-repeat:no-repeat;
    transition:ease-in-out 0.3s;
    background-position:center;
}
    .socialFooter:hover #socialUt  {
        background-image:url("../images/youtube-icon-p.png");
    }

#socialP {
    display:inline-block;
    width:110px;
    height:50px;
    background-image:url("../images/pinterest-icon.png");
    background-size:40px;
    background-repeat:no-repeat;
    transition:ease-in-out 0.3s;
    background-position:center;
}
    .socialFooter:hover #socialP  {
         background-image:url("../images/pinterest-icon-c.png");
    }
#socialFk {
    display: inline-block;
    width: 110px;
    height: 50px;
    background-image: url("../images/flickr-icon.png");
    background-size:60px;
    background-repeat: no-repeat;
    transition: ease-in-out 0.3s;
    background-position: center;
}

    .socialFooter:hover #socialFk  {
        background-image: url("../images/flickr-icon-c.png");
    }

#socialPass {
    display: inline-block;
    width: 110px;
    height: 50px;
    background-image: url("../images/PASS-Icon.png");
    background-size:50px;
    background-repeat: no-repeat;
    transition: ease-in-out 0.3s;
    background-position: center;
}

#musicLogo {
    display: inline-block;
    width: 110px;
    height: 50px;
    background-image: url("../images/music-logo.png");
    background-size: 200px;
    background-repeat: no-repeat;
    transition: ease-in-out 0.3s;
    background-position: center;
}
#abecLogo 
{
    display: inline-block;
    width: 110px;
    height: 50px;
    background-image: url("../images/abec-logo.png");
    background-size: 100px;
    background-repeat: no-repeat;
    transition: ease-in-out 0.3s;
    background-position: center;
}
#iteiLogo {
    display: inline-block;
    width: 110px;
    height: 50px;
    background-image: url("../images/itei-logo.png");
    background-size: 50px;
    background-repeat: no-repeat;
    transition: ease-in-out 0.3s;
    background-position: center;
}

.pressImage {
    width:156px; height:143px
}

.rightFloat {
    float:right;
    padding-right:50px;
    font-style:italic;
    padding-top:15px
}

.mailIcon {
    color: #0645AD;
    background-image:url(../images/message_icon.png);
    background-repeat:no-repeat;
    padding-left:22px;

}

.phoneIcon {
    background-image:url(../images/phone_icon.png);
    background-repeat:no-repeat;
    padding-left:22px;

}

.faxIcon {
    background-image:url(../images/fax_icon.png);
    background-repeat:no-repeat;
    padding-left:22px;

}
.cellphoneIcon {
    background-image:url(../images/cellphone_icon.png);
    background-repeat:no-repeat;
    padding-left:22px;

}

.rightArrow {
     /*background-image:url(../images/rightArrows.png);
    background-repeat:no-repeat;
    padding-left:18px;*/
     font-size: 18px;
     font-weight: bold;
     color: #2743ff;
     letter-spacing: -0.05em;
}
.circleIcon div {
    font-size:13px;line-height:29px; font-weight:bold
}
.circleIcon ul {
    padding-left:12px;
}
.circleIcon li{
    color:#ad0905;
    list-style-type:disc;
}
.circleIcon span {
    color:#000000;
}

.circleIconblue div {
    font-size:13px;
}
.circleIconblue ul {
    padding-left:12px;
}
.circleIconblue li{
    color:#2e3d49;
    list-style-type:circle;
}
.circleIconblue span {
    color:#000000;
}

.SmallHeaderText {
    font-size: 18px;
    font-weight: bold;
    color: #ec1c40;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
}