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

    Theme Name: Smarald
    Theme URI: http://smarald.icypixels.com/
    Description: Minimal WordPress theme brought to you by <a href="http://www.icypixels.com" title="Icy Pixels WordPress Themes">Icy Pixels</a> (<a href="http://twitter.com/theicypixels/">Twitter</a> | <a href="https://www.facebook.com/pages/Icy-Pixels/170508899756996">Facebook</a>). Make sure you check out the included documentation and if any issues arise, we offer quality <a href="http://icypixels.ticksy.com/" title="Support">theme support</a>.
    Author: Icy Pixels
    Author URI: http://www.icypixels.com/
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Tags: clean, white, dark, two-column
    Version: 1.1     

    Designed & Handcrafted by Paul from Icy Pixels
    All files, unless otherwise stated, are released under the GNU General Public License
    version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

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

    Table of Contents 

    1. CSS Reset
    2. Setup
    3. Header Styling
    4. Navigation
    5. Content Styling
        5.a.  Main Content
        5.b.  Sidebar
    6. Post Styling
    7. Comments Styling
    8. Pagination Styling
    9. Footer Styling
    10. Page Styling        
    11. Widgets
    12. Icy Page Builder Styling
        12.a. Slogan
        12.b. Portfolio
        12.c. AJAX Portfolio
        12.d. Year animation
        12.e. Team Member
        12.f. Skills Graph
        12.g. Centered Text
        12.h. Google Map
        12.i. Contact Form
        12.j. Testimonials 
        12.k. Price Tables
    13. Misc
    14. jPlayer skin
    15. Dark Skin
    16. Media Queries

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

/*--------------------------------------------------------------------------------------------------
    1.  CSS Reset
--------------------------------------------------------------------------------------------------*/
@font-face {
font-family: 'FontAwesome';
src: url('font/OpenSans-CondLight.ttf');
}
@font-face {
font-family: 'FontAwesome1';
src: url('font/PTS55F.ttf');
}
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 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; }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block; }
    body {
        line-height: 1; }
    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; 
    font-family:'FontAwesome1';
  font-size: 14px; 
  line-height: 18px; 
  text-align: justify;}
    html {
        -webkit-text-size-adjust: none;
    }

/*--------------------------------------------------------------------------------------------------
    2.  Setup
--------------------------------------------------------------------------------------------------*/

body,
input,
textarea,
button {
    margin: 0;
    font-family: 'Merriweather', Georgia, Serif;
    font-size: 14px;
    line-height: 25px;
    border: none;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: auto;
}

body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #777;
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
}

marquee#mymarquee-mobile p
{
    white-space:nowrap;
}


marquee#mymarquee-mobile {
    display: none;
}
marquee#mymarquee {
    display: block;
}
input.dt-sc-bordered-button {
        margin-top: 2px;
    }
p.marq{
    float: left;
    margin: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-left: 2px;
    background: #1e589e;
    padding: 8px 10px;
    border-radius: 5px;
    }

input#stp {
   /* float: left;*/
    background: #1c579e;
    color: #fff;
    border: 3px solid #ffffff9e;
    padding-bottom: 14px;
}

input#strt {
   /* float: right;*/
    background: #1c579e;
    color: #fff;
    border: 3px solid #ffffff9e;
    padding-bottom: 14px;
}

.divider-strip-new.block-title.news {
    display: block;
    position: relative;
    text-align: center;
    padding: 20px 35px 35px 35px;
    border-top: 4px solid #00a78d;
    }

button,
input[type="submit"] {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    clear: both;
    float: left;
    font-family: Helvetica, Arial;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    padding: 15px 15px;
    background: #222;
}

button:hover,
input[type="submit"]:hover {
    background-color: #00a78d;
}


input {

    background-color: #fff;    
    border: 1px solid #ebebeb;
}

textarea {
    width: 100%;
    background-color: #fff;    
    border: 1px solid #ebebeb;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #00a78d !important;
}

input[type="submit"] {
    background-color: transparent;
    width: auto;
    padding: 15px 30px;
}

input[type="submit"]:hover {
    background-color: #00a78d;
    opacity: 0.8;
    width: auto;
}

input[type="button"],
input[type="submit"],
.more-link {    
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 300;
    color: #000000;    
    border-radius: 25px;
    border: 3px solid #00a78d;
    padding: 15px 20px;
    cursor: pointer;
}


p {font-weight: 100;}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #00a78d;
    text-decoration: none;      
}

a:hover { text-decoration: none; color: #00a78d;}

a img { border: none }

a, .transition {
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

hr { background-color: #ebebeb; border: none; height: 1px; margin: 25px auto; }

h1,
h2,
h3,
h4,
h5,
h6 {    
    -webkit-font-smoothing: antialiased;    
    font-family: 'Merriweather Sans', Helvetica, Arial;
    color: #333;
    letter-spacing: 0px;
    font-weight: bold;
}

h1 {
    font-size: 42px;
    line-height: 68px;
}

h2 {
    font-size: 26px;
    line-height: 42px;
}

h3 {
    font-size: 20px;
    line-height: 36px;
}

h4 {
    font-size: 16px;
    line-height: 26px;
}

h5 {
    font-size: 13px;
    line-height: 21px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

.breadcrumb-section {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
        clear: both;
}

.breadcrumb-section h3 {
    margin: 0;
    font-size: 22px;
    color: #fff;
    background: #1c579e;
    padding: 7px 26px;
    border-radius: 2px;
    font-weight: 500;
}


section#secondary {
    background: #fbfcfc;
    padding: 20px 15px 20px 15px;
    border: 5px solid #f2f2f2;
    position: relative;
    float: right;
        width: 28%;
}

ul.dt-sc-fancy-list.caret li {
    margin-bottom: 10px;
}

ul.dt-sc-fancy-list.caret li a {
    color: #516273;
    transition: all 0.5s;
}


ul.dt-sc-fancy-list.caret li a:hover {
    margin-left: 5px;
}

strong {
    font-weight: bold;
    font-size: 16px;
    color: #444;
}

.wrapper {
    max-width: 1160px;
    padding-bottom: 50px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: visible;
    backface-visibility: hidden;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;  
  margin-left: 2.127659574%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

ul.posts-list li.post { 
/*    margin: 30px 0px 10px 0px;*/

}
ul.posts-list li.post:first-child {
    margin-top: 0;
}

ul.posts-list li.post:last-child {
    border-bottom: none;
}

.entry-meta-standard {
    margin-bottom: 20px;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 { margin-bottom: 20px; }

.alignleft { float: left }

.alignright { float: right }

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.hidden { display: none }

.navigation-links, p, .bot-margin {margin-bottom: 20px; }

::-webkit-input-placeholder  { color: #666; }
input:-moz-placeholder { color:#666;}
.sticky {}

/*--------------------------------------------------------------------------------------------------
    3.  Header Styling      
--------------------------------------------------------------------------------------------------*/

header {
    margin: 0;
    display: block;    
    position: relative;
    padding: 0;    
    z-index: 2;    
    border-bottom: 1px solid #ebebeb;
}

header#top {
    margin-bottom: 5px;
    margin-top: 42px;
}

.single-portfolio header#top {
    margin-bottom: 0;
    border-bottom: none;
}

.single header#top { margin-bottom: 0; }

.logo {
    text-align: left;
    display: inline-block;
    background-image:url(../images/ncib_logo_updated.png);
    background-repeat:no-repeat;
    width: 400px;
    height: 90px;
    
}


.member-verify {
    clear: both;
    padding-top: 40px;
    margin-bottom: 55px;
}

.member-verify h3 {
    font-family: 'Merriweather Sans', 'Open Sans', Helvetica, Arial;
    font-size: 24px;
    line-height: 35px;
    color: #333;
    text-align: center;
}

.member-verify form {
    max-width: 500px;
    margin: 0px auto;
    padding: 50px;
    background: #24ac97;
    border-radius: 5px;
}

.member-verify form input[type="submit"] {
    padding: 11px 35px;
    color: #fff;
    text-transform: capitalize;
    border: 3px solid #fff;
}


.member-verify form input[type="text"] {
    border: solid 1px #cacaca;
}

.top-head {
    background: #8d1812;
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999999999;
    border-bottom: 2px solid #7b110b;
}

/*--------------------------------------------------------------------------------------------------
    4.  Navigation
--------------------------------------------------------------------------------------------------*/

#main-menu {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Merriweather Sans', Helvetica, Arial;
    font-weight: 100;
    position: relative;
    margin: 0px auto;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #1c579e;
    padding: 5px 0px;
}    

    #main-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 43px; /* needs to match with nav#main-menu ul li a and .logo height */
    }

        #main-menu ul a {
            display: inline-block;
            position: relative;
        }

       #main-menu ul > li {
            display: inline-block;
            z-index: 1000;
            position: relative;
            list-style: none;
            line-height: 43px;
            height: 43px;
            letter-spacing: 1px;
            margin: 0px 15px 0px 15px;
            color: #fff;
            cursor: pointer;
        }

        #main-menu ul > li:first-child {
        }

        #main-menu ul li a { text-align: left; }                

        #main-menu ul li:hover {
            visibility: inherit;
        }

        #main-menu ul ul {
            position: absolute;
            top: -9999em;
            width: 212px;
            z-index: 9999;
            line-height: 20px; 
            visibility: hidden;
            margin-top: 5px;
        }

        #main-menu ul ul li { width: 100% }

        #main-menu ul li:hover ul,
        #main-menu ul li.sfHover ul {
            left: 0px;
            top: 38px; 
            visibility: visible;            
        }

       #main-menu ul a {            
            line-height: 28px;
            transition: all ease-in-out .1s;
            -webkit-transition: all ease-in-out .1s;
            -moz-transition: all ease-in-out .1s;
            -o-transition: all ease-in-out .1s;
        }

        #main-menu ul li a {
         color: #fff;
        }

        #main-menu ul li a:hover {color: #e4e4e4;}                        

        #main-menu ul li:hover li ul,
        #main-menu ul li.sfHover li ul,
        #main-menu ul li li:hover li ul,
        #main-menu ul li li.sfHover li ul,
        #main-menu ul li li li:hover li ul,
        #main-menu ul li li li.sfHover li ul { top: -9999em }

        #main-menu ul li li:hover ul,
        #main-menu ul li li.sfHover ul,
        #main-menu ul li li li:hover ul,
        #main-menu ul li li li.sfHover ul,
        #main-menu ul li li li li:hover ul,
        #main-menu ul li li li li.sfHover ul {
            left: 180px; 
            top:-1px;
            visibility: visible;
        }
        
        #main-menu ul li.current-cat a,
        #main-menu ul li.current_page_item a,        
        #main-menu ul li.current-menu-item a {
            color: #ffffff;
            text-decoration: none;
        }

        #main-menu ul ul {
            padding: 0 0 0 0;
            border: 1px solid #f1f1f1;
            background: #fff;
            box-shadow: 0 0 30px rgba(0, 0, 0, .1);
            -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
            -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
            color: #666;
            background-image: inherit;                
        }

            #main-menu ul ul li {
                padding: 0px;
                margin: 0;
                color: #666;
                letter-spacing: 0px;
                border-bottom: 1px dotted #ebebeb;
                z-index: 9999;
                position: relative;
                text-align: left;
            }

            #main-menu ul ul li:last-child { border-bottom: none }

            #main-menu ul li ul li a {
                font-size: 12px;
                line-height: 26px;
                letter-spacing: 0px;
                padding: 0 20px;
                font-weight: 300;
                color: #777 !important;
                text-align: left;
            }

            #main-menu ul li ul li:hover a {
                /*color: #00a78d !important;*/
            }

            #main-menu ul.sub-menu li:hover {
              background: #1c579e;
          }

          #main-menu ul.sub-menu li:hover a{
              color: #ffffff!important;
          }

.nav-prev {float: left;}
.nav-next {float: right;}

.navigation-posts {
    padding-top: 50px;
    border-top: 1px solid #ebebeb;
    font-weight: 400;
}

.navigation-posts a {
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 300;
    color: #00a78d;
    background: #fff;
    border-radius: 25px;
    border: 3px solid #00a78d;
    padding: 15px 20px;
    cursor: pointer;
}

.navigation-posts a:hover { 
    color: #fff;
    background: #00a78d;
}

#nav {
    left: -70%;
}

#nav .close-btn {
  display: none;
}

#nav ul:before, nav#nav ul:after {
  content: "";
  display: table;
}
#nav ul:after {
  clear: both;
}

#nav ul ul li:last-child { border: none; }

#nav ul ul li {
    padding-left: 20px;
    border: none;
}

.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: #1a1a1a url("../images/close-btn.svg") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
  background-image: url("../images/close-btn.png");
}
.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nav-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  cursor: pointer;
  padding: 0;
  border: 0;
  outline: none;
  background: url("../images/nav-icon.svg") left center no-repeat;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.85;
  margin-top: 55px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .nav-btn {
  background-image: url("../images/nav-icon.png");
}
.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.ie8 nav#nav,
.ie9 nav#nav,
.ie8 .nav-btn,
.ie9 .nav-btn { display: none !important; }

/*--------------------------------------------------------------------------------------------------
    5.  Content Styling
--------------------------------------------------------------------------------------------------*/

#main-container {
    overflow: hidden;
    position: relative;
}

#content {        
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;  
}

.single-post #content { margin-top: -1px; }

#primary {
    float: left;      
    position: relative;
    z-index: 1;
}

ul.posts-list { margin: 0;}

/*--------------------------------------------------------------------------------------------------
    12. f. Skills Graph
--------------------------------------------------------------------------------------------------*/

.icy-skill {
    text-align: center;
}

.icy-skill h4 {
    font-family: 'Merriweather Sans', Helvetica, Arial;
    margin-top: 25px;
    color: #999;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}

/*--------------------------------------------------------------------------------------------------
    12. g. Centered Text
--------------------------------------------------------------------------------------------------*/

.icy-centered-text {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.icy-centered-text hr {
    width: 50px;
    background-color: #c1c1c1;
}

.icy-centered-text h2 {
    font-weight: 400;
    font-family: 'Merriweather Sans', 'Open Sans', Helvetica, Arial;
    font-size: 26px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #333;
}




/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes fadeIn {
  0% {opacity: 0;}  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}




<!--new class-->

.slider-wrapper { 
  width: 100%; 
  /*margin: 100px auto;*/
}
.clear {
  clear:both;
}
footer {
  margin: 0;
  background: #1c579e;
  color: #fff;
  border-bottom: 2px solid #144e94;
  border-top: 2px solid #144e94;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.row {
margin-left: -20px;
}

.counter{
  padding-left:30px;
}


.copy {
  font-size: 13px;
  text-shadow: 1px 1px 0 #262626;
  padding: 10px 0 10px 0;
  color: #cccbcb;
  font-family: 'Merriweather Sans', Helvetica, Arial;
  padding-left: 15px;
  padding-right: 15px;
}

.span12 {
max-width: 1170px;
margin:auto;
}

.divider-strip {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
    margin-top: 20px;
}

.divider-strip-new {
  display: block;
  position: relative;
  text-align: center;
  padding: 50px 35px 10px 35px;
  border-top: 4px solid #00a78d;
}

.divider-strip-new.block-title h4 {
    font-weight: 400;
    font-size: 21px;
    margin-top: 10px;
    color: #fff;
}

.divider-strip.block-title h4 {
  font-weight: 400;
  font-size: 21px;
  margin-top: 10px;
  color: #fff;
}
.first_col{
  max-width: 350px;
  display: inline-block;
  vertical-align: top;
}

.first_col p{
  font-family: 'Merriweather Sans', Helvetica, Arial;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}


.second_col{
  max-width: 350px;
  display: inline-block;
  margin-left:34px;
}
.second_col p{
  font-family: 'Merriweather Sans', Helvetica, Arial;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}
.button.small {
  padding: 10px 10px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 3px;
}

.button.small:hover {
    color: #d8d4d4;
}

.rounded {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.button {
  margin: 0 0 10px;
  display: inline-block;
  padding: 12px 20px 12px;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  background: #00a78d;
}
.read_more_right{
text-align:right;
}

/*------about-us-----------*/

.full_col{
  width: 100%;
}
.full_col p{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
      color: #777;
}

.full_col h2{
  font-family:'FontAwesome1';
  font-size: 18px; 
  line-height: 20px; 
  text-align: justify;
}

.second1_col{
  width: 350px;
    float: left;
  margin-left:30px;
}
.second1_col p{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 27px;
  text-align: justify;
}
.third_col{
  width: 400px;
    float: left;
  margin-left:30px;
}
.third_col p{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 27px;
  text-align: justify;
}

/*-join_us*/
.firstx_col{
  width: 550px;
    float: left;
}

.firstx_col a{
  width: 550px;
    float: left;
  font-weight:bold;
  color:#00a78d;
}

.firstx_col p{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 27px;
  text-align: justify;
}

.secondx_col{
  width: 550px;
    float: left;
  margin-left:55px;
}
.secondx_col a{
  width: 550px;
    float: left;
  margin-left:55px;
  font-weight:bold;
  color:#00a78d;
}
.secondx_col p{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 27px;
  text-align: justify;
}


/*contact*/
.one_third {
  width: 30%;
}

.one_last {
  width: 28%;
  float:left;
}
.one_lastx {
  float:left;
  margin-left:113px;
}
.one_third1 {
  width: 22%;
}
.one_half {
width: 374px;
float:left;
}

.last_col{
  width:400px;
  float:left;
  margin-right: 0px !important;
  text-align:right;
}
.one_fourth {
  width: 19%;
}
.one_fourth1 {
  width: 31%;
  height: 292px;
}
.firstcols {
  
}

.one_fourth,.one_third ,.one_third1, .one_fourth1 {
margin-right: 2%;
margin-left: 2%;
position: relative;
float: left;
}



.one_half,{
margin-right: 2%;
position: relative;
float: left;
}
.five.columns {
width: 380px;
}

.column.alpha, .columns.alpha {
margin-left: 0;
}

.column, .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.titleBold {
color: #2a313c;
}

#contactform {
margin: 0 auto;
position: relative;
}
form {
margin: 0;
padding: 0;
}
fieldset {
border: 0px;
}
span.error {
color: red;
text-align: left;
font-size: 11px;
padding-bottom: 15px;
display: block;
}

#contactform input.text-input {
margin-bottom: 15px;
vertical-align: middle;
width: 100%;
float: left;
font-style: italic;
padding: 4px;
}
input[type="text"], textarea, input[type="password"], select {
border: solid 1px #ececec;
color: #888;
}

#contactform textarea {
width: 101%;
float: left;
height:150px;
}
input[type="text"], textarea, input[type="password"], select {
border: solid 1px #a09c9c;
color: #888;
}
textarea {
width: 90%;
}
#contactform .button {
cursor: pointer;
margin-top: 20px;
margin-right: 7%;
clear: both;
float: left;
}
.button.mini {
font-size: 12px;
padding: 6px 15px 7px 15px;
}

.seven.columns {
width: 540px;
}

#poweredby_right {
float: right;
}

img.alignleft, img.alignright, img.aligncenter, img.alignnone {
margin-bottom: 12px;
margin-right:20px;
}

.imgborder {
border: solid 5px rgb(228, 225, 225);
}

.fright {
float: right;
text-align:right !important;
}
.separator {
display: block;
height: 32px;
padding: 0 0;
text-align: center;
width: 100%;
clear: both;
}

.listSquareSmall2 {
  list-style-type: square;
  padding: 0;
  list-style-position: inside;
  margin: 0 0 20px 0;
  font-size:14px;
  font-family:Arial, Helvetica, sans-serif;
}
.listSquareSmall2x {
  list-style-type: square;
  padding: 0;
  list-style-position: inside;
  margin: 0 0 20px 0;
  font-family:Arial, Helvetica, sans-serif;
  
}
.listSquareSmall2x li {
  padding: 3px 0;
  margin: 0 0 0 0;
  font-size: 14px;
  line-height: 30px;
}
.listSquareSmall2 li {
  padding: 3px 0;
  margin: 0 0 0 0;
  font-size: 14px;
}



.header_info {
  width: 100%;
  background: url(../images/bg_header_info.png) no-repeat;
  position: relative;
  color: #ffffff;
  height: 33px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

span.red_star {
  color: #F00;
}

#reportform {
  margin: 0 auto;
  position: relative;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0px;
}

input[type="text"], textarea, input[type="password"], select {
border: solid 1px #999696;
color: #888;
}

#reportform textarea {
    width: 98%;
    margin-bottom: 25px;
}

#reportform input.text-input {
  margin-bottom: 25px;
  vertical-align: middle;
  width: 98%;
  font-style: italic;
  padding: 8px;
}

select {
    margin-bottom: 25px;
    vertical-align: middle;
    width: 99.5%!important;
    padding: 12px 7px!important;
}

.one_thirdx {
  width: 30.6666%;
  margin-right: 2%;
  margin-left: 2%;
  position: relative;
  float: left;
}

input[type="text"], textarea, input[type="password"], select {
  width: 51%;
  font-size: 11px;
  padding: 8px;
  font-size: 13px;
  font-family: Arial;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.clearx, .clr {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

#option_report {
  list-style: none;
  margin: 0;
}
#option_report {
list-style: none;
font-family: Arial, Helvetica, sans-serif;
}

#option_report li {
  float: left;
  padding: 5px;
  width: 263px;
  border: 1px solid #cac4c4;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background-color:#FFFFFF;
}

#option_report2 {
  list-style: none;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#option_report2 li {
  float: left;
  padding: 5px;
  width: 207px;
  border: 1px solid #cac4c4;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background-color:#FFFFFF; 
}

#reportform .button {
  cursor: pointer;
  margin-top: 20px;
  margin-right: 7%;
  clear: both;
  float: left;
  width:90px;
}

.button.mini {
  font-size: 12px;
  padding: 6px 15px 7px 15px;
}

.social {display: inline-block;float: right;}
/*<---------contact------------>*/

.contact_address {
  list-style-type: none;
  background: url(../images/home.png) no-repeat 0px 4px !important;
  border: 0px !important;
  padding: 0px 0px 6px 20px;
}

.contact_address {
  list-style-type: none;
}

.contact_phone {
  list-style-type: none;
  background: url(../images/phone.png) no-repeat 0px 6px !important;
  border: 0px !important;
  padding: 0px 0px 6px 20px;
}
.contact_phone1 {
  list-style-type: none;
  background: url(../images/phone1.png) no-repeat 0px 6px !important;
  border: 0px !important;
  padding: 0px 0px 6px 20px;
}
.contact_email {
  list-style-type: none;
  background: url(../images/email.png) no-repeat 0px 6px !important;
  border: 0px !important;
  padding: 0px 0px 6px 20px;
}

.contact_website {
  list-style-type: none;
  background: url(../images/website.png) no-repeat 0px 6px !important;
  border: 0px !important;
  padding: 0px 0px 6px 20px;
}
a[href="legal-registration.html"]
{
   color: #7F7979;
}
input[type="email"]
{
    font-size: 11px;
  padding: 7px 5px;
  font-size: 13px;
  font-family: Arial;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #999696;
  color: #888;
}

.bg {
    max-width: 1160px;
    margin: 0px auto;
    padding-top: 25px;
    
    padding-left: 15px;
    padding-right: 15px;
}



input.dt-sc-bordered-button {
    box-shadow: 0px 0px 0px 2px #465b6f;
    -moz-box-shadow: 0px 0px 0px 2px #8d1812;
    -webkit-box-shadow: 0px 0px 0px 2px #465b6f;
    background: #4a6075;
    background: #1c579e;
    color: #fff;
    padding: 14px 30px;
    border: none;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
}

a.dt-sc-bordered-button {
    box-shadow: 0px 0px 0px 2px #dedede;
    -moz-box-shadow: 0px 0px 0px 2px #8d1812;
    -webkit-box-shadow: 0px 0px 0px 2px #dedede;
    background: #812f26;
    color: #fff;
    padding: 12px 60px;
}
.bg form {
    display: inline-block;
    margin-left: 25px;
}

.form-section {
    display: inline-block;
    float: right;
    padding-top: 13px;
}
input.dt-sc-bordered-button:hover {
    background: #3a4e61;
}
a.dt-sc-bordered-button:hover {
    opacity: 0.8;
}


.top-bar{
    max-width: 1160px;
    margin: 2px auto;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

ul.dt-sc-social-icons li {
    display: inline;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.dt-sc-contact-number p {
    margin-bottom: 0;
    color: #fff;
}

.dt-sc-contact-number {
    text-align: right;
    display: inline-block;
}

ul.dt-sc-social-icons li a i {
    color: #fff;
    font-size: 22px;
}

.helpline {
    display: inline-block;
    float: right;
}

.helpline p {
    margin-bottom: 0;
    color: #fff;
    margin-top: 9px;
    font-size: 15px;
}

.form-section input[type="text"] {
    border-radius: 0;
    border: 1px solid #cccccc;
    padding: 10px 10px 10px 10px;
    max-width: 160px;
}

.cover {
    background: #3a4e61;
}
.cover:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid;
    left: 0px;
    right: 0px;
    width: 0px;
    margin: auto;
    bottom: 0px;
    border-color: #3a4e61;
    display: block;
    border-bottom-color: #00a78d;
}

.top-buffer {
    display: block;
    height: 60px;
    clear: both;
}

.cover:hover {
    background: #00a78d;
}

 .cover:hover .button{
    background: #3a4e61;
  }

  .cover:hover:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid;
    left: 0px;
    right: 0px;
    width: 0px;
    margin: auto;
    bottom: 0px;
    border-color: #00a78d;
    display: block;
    border-bottom-color: #3a4e61;
}

.cover:hover .divider-strip-new{

  border-top: 4px solid #3a4e61;

}

.about-home {
    max-width: 550px;
    display: inline-block;
}

.disclaimer {
    clear: both;
    padding-bottom: 70px;
    text-align: center;
    padding-top: 20px;
}

.disclaimer h1 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

.disclaimer h2 {
    font-size: 19px;
    margin-bottom: 10px;
    color: #555;
    font-weight: normal;
}

.disclaimer h4 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #555;
    font-weight: normal;
}

.disclaimer p {
    font-size: 16px;
    line-height: 30px;
    color: #444;
}

.youtube-video{

  max-width: 550px;
  display: inline-block;
  vertical-align: top;
  float: right;
  padding-top: 50px;
}

[class*="aq_span"]{

  float: none!important;
}

.left-block{
  width: 65%;
  float: left;

}

.right-block{
  background: #fbfcfc;
  padding: 20px 15px 20px 15px;
  border: 5px solid #f2f2f2;
  position: relative;
  float: right;
  width: 28%;

}


.form-section.mbl{
  display: none;
}


span.fa.fa-pencil {
    margin-right: 5px;
}











/*******************Mobile Menu ****************/




.dt-menu-toggle {
    display: none;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 15px;
    cursor: pointer;
}


.dt-menu-expand {
    font-size: 16px !important;
    display: none !important;
    position: absolute !important;
    right: 20px;
    top: 0px;
    padding: 0px !important;
    text-align: right!important;
    line-height: 50px !important;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-weight: bold;
    background: none !important;
}

.dt-menu-toggle-icon {
    background: #8d1812;
    display: inline-block;
    float: right;
    height: 3px;
    position: relative;
    text-align: left;
    width: 27px;
}

.dt-menu-toggle-icon:before, .dt-menu-toggle-icon:after {
    content: "";
    position: absolute;
    background: #8d1812;
    height: 2px;
    width: 20px;
    left: 0px;
    top: -8px;
}

.dt-menu-toggle-icon:after {
    top: 8px;
}
.dt-menu-toggle-icon:before, .dt-menu-toggle-icon:after {
    content: "";
    position: absolute;
    background: #8d1812;
    height: 3px;
    width: 27px;
    left: 0px;

}


.formError {
    z-index: 990;
    left: inherit!important;
    right: 0!important;
}



#overlay {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  color: #333;
  text-align:center;
}


#overlay img{ 
  margin-top: 25%;
  
}




/*********** Message for home page CSS *************/


.box-1{
  max-width: 350px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #efefef;
  margin-right: 20px;
  margin-top: 20px;
  font-family: 'Hind', sans-serif;
  background: #3a4e61;

}


.box-img {
    padding: 20px;
}

.box-1:hover {
    background: #00a78c;
}

.box-1:hover span b {
    color: #000;
}

.box-1 span b {
    color: #00a78c;
}

.box-img img {
    border-radius: 5px;
}

.box-1 p{
  font-family: 'Merriweather Sans', Helvetica, Arial;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #fff;

}

.box-content {
    padding: 0px 20px 20px 20px;
}

.box-1 span{
 font-weight: bold;
}



a.read-message{
  margin-top: 20px;
  display: inline-block;
}







/*********************************************** Media Query ***************************************************/








@media screen and (max-width: 1130px){
    
    marquee#mymarquee-mobile p
{
    white-space:nowrap;
}


.nivoSlider {
    height: auto!important;
    overflow: visible !important;

}

.first_col {
    max-width: 300px;
    margin-bottom: 50px;

}

.second_col {
    max-width: 300px;
    margin-left: 20px;
    vertical-align: top;
    margin-bottom: 50px;
}

.about-home{
  max-width: 100%;
  display: block;

}

.about-home p{
  text-align: justify;
}

.youtube-video{
  max-width: 100%;
  display: block;
  vertical-align: top;
  float: none;
  padding-top: 50px;
  padding-bottom: 50px;

}

.youtube-video iframe {
    width: 100%!important;
}


.copy{
  padding-left: 25px;
}


.aq-template-wrapper .aq_span3 {
    width: 49%;
    margin-bottom: 30px;
    margin-left: 0;
}

#option_report li {
    width: 45%!important;
}

}


@media screen and (max-width: 1024px){
    
    marquee#mymarquee-mobile p
{
    white-space:nowrap;
}

.divider-strip-new {
    padding: 50px 25px 10px 25px;
}

.divider-strip-new.block-title h4 {
    font-size: 18px;
}

}



@media screen and (max-width: 992px){
    
    marquee#mymarquee-mobile p
{
    white-space:nowrap;
     display: inline;
}


.bg {
    text-align: left;
}

.form-section {
    float: none;
    padding-top: 0px;
    vertical-align: middle;
    text-align: center!important;

}

.bg form {
    display: block;
    margin-left: 0;
    margin-top: 10px;
}

a.dt-sc-bordered-button {
    display: block;
}


}


@media screen and (max-width: 768px){

    marquee#mymarquee-mobile p
{
    white-space:nowrap;
     display: inline;
}


.first_col {
    max-width: 100%;

}

.second_col {
    max-width: 100%;
    margin-left: 0px;

}

.second_col:last-child {
    margin-bottom: 0px;

}

.form-section {
    padding-top: 10px;
  
}

.left-block {
    width: 100%;
    float: none;
}

.right-block {
    width: 90%;
    float: none;
    clear: both;
}

.boxes {
    display: inline-block;
    width: 48%!important;
}


.cntct {
    width: 95%!important;

}

.boxes-cntct {
    width: 100%!important;
    padding-left: 0!important;
}

.location iframe {
    padding: 0!important;
}


#reportform input.text-input {
    width: 88%;
}

#reportform textarea {
    width: 88%;
}

#reportform select {
    width: 93%!important;

}

#option_report2 li {
    float: none;
    margin-left: 0!important;
    width: 100%!important;
    text-align: left;
}

form {
    text-align: center;
}


.dt-menu-toggle {
    display: block;
    float: right;
}

#main-menu {
    width: 100%;
    padding: 0;
    background: transparent;
    margin-bottom: 20px;
    position: absolute;
    top: 50px;
    /*margin-top: 55px;*/
}

#main-menu > ul.menu {
    display: none;
    background: #fff;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 35px;
}

#main-menu > ul.menu > li {
    display: inline;
    float: left;
    position: relative;
}

#main-menu ul.menu > li, #main-menu ul.menu > li > ul.sub-menu > li, #main-menu ul.menu .megamenu-child-container > ul.sub-menu > li {
    width: 98%;
    text-align: left;
    clear: both;
    margin: 0px;
    height: 100%;
    padding: 8px 10px;
}

#main-menu ul li.menu-item-simple-parent ul, #main-menu ul li.menu-item-simple-parent ul li ul, #main-menu ul li.menu-item-simple-parent ul li ul li ul {
    display: none;
}


#main-menu > ul.menu > li {
    border-bottom: 1px solid #ddd;
}


#main-menu ul.menu li a {
    display: block!important;
    font-size: 14px;
}

#main-menu > ul.menu > li > a {
    margin-top: 0px;
    line-height: 30px;
        color: #555;
}

#main-menu ul.menu > li > .megamenu-child-container > ul.sub-menu, #main-menu ul.menu > li > ul.sub-menu {
    padding: 0;
    float: left;
    width: 100%;
}

#main-menu ul li.menu-item-simple-parent ul, #main-menu ul.menu > li > .megamenu-child-container, #main-menu ul li.menu-item-simple-parent ul, #main-menu ul li.menu-item-simple-parent ul li ul {
    position: inherit;
    top: 0px;
    margin: 0px;
    width: 100%;
    left: 0px;
    border-top: 0px;
}

#main-menu ul li.menu-item-simple-parent ul {
    position: static;
    background: #fff;
    border: none;
}

#main-menu ul li ul, nav#main-menu ul li.sfHover ul {
    left: 0px;
    top: 38px;
    visibility: visible;
}

#main-menu ul li ul li a {
    padding: 0;
}

#main-menu ul ul li {
    border-top: 1px solid #ddd;

}


#main-menu ul li {
    color: #555;

}


#main-menu ul ul{
  box-shadow: none;

}

#main-menu ul li ul li a{
  font-size: 12px!important;
  color: #555!important;
}

#main-menu > ul.menu > li:last-child{
  border: none;
}


/*.form-section{
  display: none;
}*/


.form-section.mbl{
  display: none!important;
  background: #efefef;
  padding: 40px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.form-section.mbl form {
    margin-top: 30px;
}

.form-section span {
    float: none!important;
}

input.dt-sc-bordered-button {
    float: none;

 
}

 .about-home h3 {
    padding-top: 0px !important;
}
}


@media screen and (max-width: 540px){
    .about-home h3 {
    padding-top: 0px !important;
}
    
    marquee#mymarquee-mobile p
{
    white-space:nowrap;
     display: inline;
}

    .form-section input[type="text"] {
    border-radius: 0;
    border: 1px solid #cccccc;
    padding: 10px 50px 10px 10px;
    max-width: 160px;
    float: left;
    margin-top: 17px;
    }
    
.aq-template-wrapper .aq_span3 {
    width: 100%;
    margin-bottom: 30px;
}

.counter{
  display: none;
}

.container{
    max-width: 100%;
}
.register_down {
    margin-left: 20%;
    margin-right: 10px;
}
.register_down {
        margin-left: 20%!important;
        margin-right: 10px;
    }
    .register_down-2 {
        margin-left: 20%;
        margin-right: 10px;
    }
    .breadcrumb-section {
        padding-top: 0px!important;
        padding-bottom: 10px!important;
        margin-bottom: 15px;
        clear: both;
    }
    .container.membership-2{
        text-align :center;
    }
    .navigation-links, p, .bot-margin {
    
    text-align: center;
    float: left;
    /*font-size:16px !important;*/
    }
    
    .helpline p{
        margin: 0px 45px 0px 0px;
    }
    .alignright {
    text-align: center!important;
    float: none!important;
    }
    .alignright.right {
    margin-right: 0px!important;
    margin-left: 0px!important;
    }
    .alignright.right-2 {
    margin-right: 0px!important;
    }
    
    .about-home {
    max-width: 100%;
    display: block;
    text-align: center!important;
    padding-top: 0;
    }
    
    marquee#mymarquee {
    width: 185px!important;
    }
    marquee#mymarquee-mobile {
    display: inline;
    }
    marquee#mymarquee {
    display: none;
    }
    
    .bg{
        /*padding-top: 50px!important;*/
       
    }
    
    p.marq{
        float: left;
        font-size: 11px;
        font-weight: 600;
        color: #fff;
        background: #1e589e;
        padding: 0px 3px; border-radius: 5px;
    }
    .helpline p {
    color: #fff;
    margin-top: 2px;
    font-size: 13px;
    margin-bottom: 5px;
    }
    ul.dt-sc-social-icons li a i{
        font-size: 17px!important;
    }

}


@media screen and (max-width: 480px){
    
    marquee#mymarquee-mobile p
{
    white-space:nowrap;
     display: inline;
}

    .form-section input[type="text"] {
    border-radius: 0;
    border: 1px solid #cccccc;
   /* padding: 10px 10px 10px 10px;*/
    max-width: 50%;
    float: left;
    margin-top: 17px;
    }
    input[type="text"], textarea, input[type="password"], select {
    width: 40%;
    font-size: 11px;
    padding: 15px;
    font-size: 13px;
    font-family: Arial;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
marquee#mymarquee-mobile {
    display: inline;
    width: 224px;
}
.logo {
    width: 290px;
    height: 50px;
    background-size: contain;
    margin-top:20px;
    /*margin-top: 64px;*/
}

.top-bar {
  height: auto;
  padding-top: 15px;
  padding-bottom: 10px; 
}

ul.dt-sc-social-icons {
    display: block;
    /*text-align: center;*/
    width: 100%;
}

ul.dt-sc-social-icons li {
    float: none; 

}

.helpline {
    display: block;
    /*float: none;*/
    text-align: center;
    margin-top: -90px;
}

header#top {
    margin-bottom: 5px;
    margin-top: 88px;
}

img.dir_img {
    float: none;
    margin: 0px auto;
    display: block;
}

.dir_head{
    text-align: center!important;
    padding-top: 30px;
}

.boxes {
    width: 100%!important;
}

.copy {
    text-align: center;
    padding-top: 20px;
}

#poweredby_right {
    float: none;
    margin-top: 5px;
    display: block;
}


#option_report li {
    width: 95%!important;
}

.icy-centered-text h2{
  font-size: 20px;
}

input.dt-sc-bordered-button {
    margin-top: 21px;
}
marquee#mymarquee {
    width: 210px!important;
    }
    marquee#mymarquee-mobile {
    display: inline;
    }
    marquee#mymarquee {
    display: none;
    }
    
    .bg{
    /*padding-top: 50px!important;*/
    }
    
    p.marq {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: #1e589e;
    padding: 5px 5px;
    margin-top: 10px;
    border-radius: 5px;
    }
    .helpline p {
    color: #fff;
    margin-top: 2px;
    font-size: 15px;
    margin-bottom: 5px;
    }
    ul.dt-sc-social-icons li a i{
        font-size: 17px!important;
    }
    
    input.dt-sc-bordered-button {
    margin-top: 20px;
    }

}

@media screen and (max-width: 360px){
    
    marquee#mymarquee-mobile p
{
    white-space:nowrap;
     display: inline;
}
    .form-section input[type="text"] {
    border-radius: 0;
    border: 1px solid #cccccc;
    padding: 10px 10px 10px 10px;
    max-width: 160px;
    float: left;
    margin-top: 17px;
    }
    
.form-section input[type="text"] {
    border-radius: 0;
    border: 1px solid #cccccc;
    padding: 10px 0px 10px 0px!important;
    max-width: 160px;
}
.helpline p {
    color: #fff;
    margin-top: -12px;
    font-size: 13px;
}
p.marq {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background: #1e589e;
    padding: 2px 4px;
    margin-top: 10px;
    border-radius: 5px;
}

.form-section input[type="text"] {
    border-radius: 0;
    border: 1px solid #cccccc;
    padding: 10px 0px 7px 2px;
    max-width: 55%;
    float: left;
    margin-top: 10px;
}
    input.dt-sc-bordered-button {
        margin-top: 10px!important;
    }
    
    .logo {
        width: 210px !important;
        margin-top:70px;
    
    }
    #main-menu{
        margin-top:69px;
    }
    
    #option_report li {
        width: 86%!important;
    }

    #reportform input.text-input {
        width: 75%;
    }


    #reportform select {
        width: 80%!important;
    }

    #reportform textarea {
        width: 75%;
    }

    #reportform input[type="file"]{
      width: 100%;
      padding: 6px 0px;
    
    }
    marquee#mymarquee {
    width: 145px!important;
    }
    marquee#mymarquee-mobile {
    display: inline;
    width: 145px;
    }
    marquee#mymarquee {
    display: none;
    }
    .form-section {
    margin-left: 15px!important;
    }
    
    input.dt-sc-bordered-button {
    box-shadow: 0px 0px 0px 2px #465b6f;
    -moz-box-shadow: 0px 0px 0px 2px #8d1812;
    -webkit-box-shadow: 0px 0px 0px 2px #465b6f;
    background: #4a6075;
    background: #1c579e;
    color: #fff;
    padding: 14px 14px;
    border: none;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    }
    
    .bg{
        /*padding-top: 50px!important;*/
    }
    
    p.marq{
        float: left;
        font-size: 11px;
        font-weight: 600;
        color: #fff;
        background: #1e589e;
        padding: 0px 3px; border-radius: 5px;
    }
    .helpline p {
    color: #fff;
    margin-top: 2px;
    font-size: 13px;
    margin-bottom: 5px;
    }
    ul.dt-sc-social-icons li a i{
        font-size: 17px!important;
    }
    }
    a.dt-sc-bordered-button {
        border-radius: 50px;
    }
    
    /*input.dt-sc-bordered-button {
        margin-top: 20px;
    }*/


@media screen and (max-width: 320px){
    
    marquee#mymarquee-mobile p
{
    white-space:nowrap;
     display: inline;
}
        
    .form-section {
    margin-left: 35px!important;
    }
    
    input.dt-sc-bordered-button {
        margin-top: 25px;
    }
    input[type="text"], textarea, input[type="password"], select {
    width: 60%;
    font-size: 11px;
    padding: 15px;
    font-size: 13px;
    font-family: Arial;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    }
    
}

@media only screen and (min-width: 414px){
    
    marquee#mymarquee-mobile p
{
    white-space:nowrap;
     display: inline;
}
    
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    marquee#mymarquee-mobile p
{
    white-space:nowrap;
     display: inline;
     
}
p.marq{
        float: left;
        font-size: 11px;
        font-weight: 600;
        color: #fff;
        background: #1e589e;
        padding: 0px 3px; border-radius: 5px;
    }
    marquee#mymarquee-mobile {
    display: inline;
    width: 145px;
    }

}}