/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
body{
    font-family: 'Open Sans', sans-serif;
    background: #ddd;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.slicknav_menu {
    display:none;
    background-color: #006494
}
.slicknav_btn{background-color: #247BA0}
.slicknav_nav a:hover {
  background-color: #247BA0;
  color: #fff
}
.slicknav_nav .slicknav_row:hover {
  background-color: #247BA0;
}

.section-padding{padding: 50px 0}
/* <=====* start home page *========> */

.ic-slider-area{overflow: hidden;
}
.header_area {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #006494;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.ic-main-menu > ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.ic-main-menu ul li {
    float: left;position: relative;
}
.ic-main-menu ul li a:hover{background-color: #247BA0;}
.ic-main-menu ul li a {
    color: #e8f1f2;
    display: block;
    font-size: 18px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.ic-main-menu ul li:hover ul{display: block;}
.ic-main-menu ul li ul{position: absolute;z-index: 9999; list-style: none; background-color: #006494; margin: 0;padding: 5px;display: none;}
.ic-main-menu ul li ul li{float: none;}
.ic-main-menu ul li ul li a{ display: block;
font-size: 16px;
padding-bottom: 15px;
padding-left: 10px;
padding-right: 10px;
padding-top: 15px;}
.ic-main-menu ul li ul li a:hover{}

.logo {
  text-align: center;
}
.logos > a > img {
  max-width: 100%;
    margin: 10px 0;
}

.ic-ab h2 {
    float: left;
    padding-right: 40px;
    position: relative;
    text-align: right;
    width: 30%;overflow: hidden;
    
}
.ic-ab h2::before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #006494;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    content: "";
    height: 60px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 5px;
}

.ic-ab p {
    display: block;
    font-size: 16px;
    padding-left: 375px;
    padding-right: 82px;
    padding-top: 22px;
    width: 100%;
    text-align: justify !important;
}

.ic-fetures:hover{background-color: #44AAE5; color: #fff}
.ic-fetures {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-bottom-color: #458eb1;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
border-image-slice: 100% 100% 100% 100%;
border-image-source: none;
border-image-width: 1 1 1 1;
border-left-color: #458eb1;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #458eb1;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #458eb1;
border-top-style: solid;
border-top-width: 1px;
margin-bottom: 50px;
margin-left: 19%;
padding-bottom: 73px;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
width: 81%;
}
.ic-fetures i {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-attachment: scroll;
background-clip: border-box;
background-color: #283c4e;
background-image: none;
background-origin: padding-box;
background-position-x: 0;
background-position-y: 0;
background-repeat: repeat;
background-size: auto auto;
border-bottom-color: #ddd;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
border-image-slice: 100% 100% 100% 100%;
border-image-source: none;
border-image-width: 1 1 1 1;
border-left-color: #ddd;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #ddd;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #ddd;
border-top-style: solid;
border-top-width: 1px;
color: #fff;
font-size: 40px;
left: 9%;
padding-bottom: 40px;
padding-left: 40px;
padding-right: 40px;
padding-top: 40px;
position: absolute;
top: 15px;
}
.ic-fetures button:hover{background-color: #00527A}
.ic-fetures button {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-attachment: scroll;
background-clip: border-box;
background-color: #247ba0;
background-image: none;
background-origin: padding-box;
background-position-x: 0;
background-position-y: 0;
background-repeat: repeat;
background-size: auto auto;
border-bottom-color: -moz-use-text-color;
border-bottom-style: none;
border-bottom-width: 0;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
border-image-slice: 100% 100% 100% 100%;
border-image-source: none;
border-image-width: 1 1 1 1;
border-left-color: -moz-use-text-color;
border-left-style: none;
border-left-width: 0;
border-right-color: -moz-use-text-color;
border-right-style: none;
border-right-width: 0;
border-top-color: -moz-use-text-color;
border-top-style: none;
border-top-width: 0;
color: #fff;
padding-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
padding-top: 10px;
margin-top: 19px;
}

.ic-fetures h3 {
   font-weight: 300;
padding-left: 54px;
}
.ic-fetures a {
    float: right;
}
.insurance-service-all .insurance-coverage .single-insurance {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #f9f9f9;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  display: block;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  position: relative;
  text-align: center;
  top: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-out;
  z-index: 999;
}
.insurance-service-all .insurance-coverage .single-insurance::after {
  box-shadow: 0 1px 5px 2px rgba(166, 166, 166, 1);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}
.insurance-service-all .insurance-coverage .single-insurance .single-insurance-content {
  position: relative;
  z-index: 3;
}
.insurance-service-all .insurance-coverage .single-insurance h3 a {
  color: rgb(0, 0, 0);
  display: block;
  font-family: "Raleway",sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
}
.ic-promo-area {
  background: #F6F6F6;
}
.single-insurance::after {
  box-shadow: 0 1px 5px 2px rgba(166, 166, 166, 1);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}
.single-insurance {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #f9f9f9;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  display: block;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  position: relative;
  text-align: center;
  top: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-out;
  z-index: 999;
}
.single-insurance-content {
  position: relative;
  z-index: 3;
}
.single-insurance i {
  color: #05aed5;
  font-size: 45px;
}
.single-insurance h3 a::after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #05aed5;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  right: 0;
  top: 0;
  width: 50px;
}
.single-insurance h3 a {
  color: rgb(0, 0, 0);
  display: block;
  font-family: "Raleway",sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
}
.single-insurance .read-more {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}
.single-insurance .read-more a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 8px;
  text-decoration-color: -moz-use-text-color;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-transform: uppercase;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}
.single-insurance .read-more a:hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #05aed5;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: #05aed5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #05aed5;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #05aed5;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #05aed5;
  border-top-style: solid;
  border-top-width: 1px;
  color: #ffffff;
}
.single-insurance:hover::after {
  opacity: 1;
  visibility: visible;
}

.ic-promo-area .owl-prev {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: absolute;
    top: 48%;
}
.ic-promo-area .owl-next {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 48%;
}
.single-insurance-content > p {
  padding: 0px 10px;
}

.ic-footer-area {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #13293d;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
}
.ic-footer-area .col-lg-6 .footer-text a:hover{background-color: #283C4E}
.ic-footer-area .col-lg-6 .footer-social a {
 background-attachment: scroll;
background-clip: border-box;
background-color: #05aed5;
background-image: none;
background-origin: padding-box;
background-position-x: 0;
background-position-y: 0;
background-repeat: repeat;
background-size: auto auto;
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
color: #fff;
float: right;
height: 30px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
padding-top: 6px;
text-align: center;
width: 30px;
margin-top: 9px;
}
.ic-footer-area .col-lg-6 .footer-text p {
  padding-top: 20px;
}
.container.ic-footer-area.footer-padding {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
.footer-social{
    padding-top: 12px;
}
.ic-ab-content h2{
    margin-left: 10px !important;
    font-weight: bold !important;
}
/* <-----end home page-------> */


/* <=====* start   about page *========> */
.thumb-box6 {
border-top-color: #ddd;
border-top-style: solid;
border-top-width: 2px;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}
.thumb-pad2 {
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.thumb-pad2 .thumbnail {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: -moz-use-text-color;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: -moz-use-text-color;
  border-left-style: none;
  border-left-width: medium;
  border-right-color: -moz-use-text-color;
  border-right-style: none;
  border-right-width: medium;
  border-top-color: -moz-use-text-color;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  box-shadow: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: relative;
}
.thumb-pad2 figure {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad2 .thumbnail .caption {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.thumb-pad2 .thumbnail .caption h3 {
  -x-system-font: none;
  color: #2a2a2a;
  font-family: "Open Sans";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 30px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ic-ab-content > p {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.ic-ab-content .text-center {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}

.ab-team-area h2 {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    text-align: center;
}
.ab-team-area {
}






/* <-----end  about page  -------> */

/* <=====* start   corporate single page area *========> */


/* -------------------------------------- */    
/* rounded  list style                    */        

/* list */
.rounded-list ol 
{
counter-reset:li; /* Initiate a counter */
margin-left:0; /* Remove the default left margin */
padding-left:0; /* Remove the default left padding */
}

/* item  */
.rounded-list ol > li
{
position:relative; /* Create a positioning context */
list-style:none; /* Disable the normal item numbering */
background:#f6f6f6; /* Item background color */
margin:0; /* Give each list item a left margin to make room for the numbers */
padding-left: 15px; /* Add some spacing around the content */
padding-bottom:0px;
padding-top:0px;
}

/* number  */
.rounded-list ol > li p:before
{
content: counter(li); 
counter-increment: li; 
position: absolute; 
left: -1.3em;
top: 50%;

/* number background */
background: #87ceeb; 
height: 2em;
width: 2em;
margin-top: -1em;
line-height: 1.5em;
border: .3em solid #fff;
text-align: center;
font-weight: bold;
border-radius: 2em;
}

/* -------------------------------------- */    
/* rectangle  list style                  */     

/* list */
.rectangle-list ol 
{
counter-reset:li; /* Initiate a counter */
margin-left:0; /* Remove the default left margin */
padding-left:0; /* Remove the default left padding */
}

/* item  */
.rectangle-list ol > li
{
position: relative;
list-style:none; /* Disable the normal item numbering */
}

/* item hover */
.rectangle-list p
{
display: block;
margin-bottom: 0.5em;
margin-left: 45px;
margin-right: 0;
margin-top: 0.5em;
padding-bottom: 0.4em;
padding-left: 0.8em;
padding-right: 0.4em;
padding-top: 0.4em;
text-decoration-color: -moz-use-text-color;
text-decoration-line: none;
text-decoration-style: solid;
transition-delay: 0s;
transition-duration: 0.3s;
transition-property: all;
transition-timing-function: ease-out;  
}

/* item hover */
.rectangle-list p:hover
{
background: #13293D;
color: #fff
}   

/* number  */
.rectangle-list p:before
{
content: counter(li);
counter-increment: li;

position: absolute; 
left: 0;
top: 50%;
margin-top: -1em;

background: #13293D;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
color: #fff
}

/* number hover */
.rectangle-list p:after
{
position: absolute; 
left: -1em;
top: 50%;
margin-top: -.5em;

content: '';
border: .5em solid transparent;

-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;               
}

.rectangle-list p:hover:after
{
border-left-color: #13293d;
left: 28px;            
}

/* -------------------------------------- */

.circle-list li
{
padding: 2.5em;
border-bottom: 1px dashed #ccc;
}

.circle-list h2
{
position: relative;
margin: 0;
}

.circle-list p
{
margin: 0;
}

.circle-list h2:before
{
content: counter(li);
counter-increment: li;
position: absolute;    
z-index: -1;
left: -1.3em;
top: -.8em;
background: #f5f5f5;
height: 1.5em;
width: 1.5em;
border: .1em solid rgba(0,0,0,.05);
text-align: center;
font: italic bold 1em/1.5em Georgia, Serif;
color: #ccc;
-moz-border-radius: 1.5em;
-webkit-border-radius: 1.5em;
border-radius: 1.5em;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;    
}

.circle-list li:hover h2:before{
background-color: #ffd797;
border-color: rgba(0,0,0,.08);
border-width: .2em;
color: #444;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
}
.banner h1{
    font-size: 40px;
    margin-top: 50px;
    color: #06108b;
    font-weight: bold;
}

/* <-----end   corporate single page area -------> */

/* <=====* start   area *========> */

/* <-----end   area -------> */

/* <=====* start   area *========> */

/* <-----end   area -------> */

/* <=====* start   area *========> */

/* <-----end   area -------> */

/* <=====* start   area *========> */

/* <-----end   area -------> */

/* <=====* start   area *========> */

/* <-----end   area -------> */

/* <=====* start   area *========> */

/* <-----end   area -------> */

/* <=====* start   area *========> */

/* <-----end   area -------> */

/* <=====* start   area *========> */

/* <-----end   area -------> */

/* <=====* start   area *========> */

/* <-----end   area -------> */

/* <=====* start   area *========> */

/* <-----end   area -------> */