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; }
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

/* #Basic Styles
================================================== */
body {
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    color: #6d6d6d;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
.boxShadow {
    -webkit-box-shadow: 6px 6px 10px -2px rgba(140,136,140,1) ;
    -moz-box-shadow: 6px 6px 10px -2px rgba(140,136,140,1);
    box-shadow: 6px 6px 10px -2px rgba(140,136,140,1);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}

#content-wrapper {
    padding: 0 0 40px 0;
    background-color: #fff;
}
.strikethrough-orange {
  position: relative;
}
.strikethrough-orange:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  width: 44%;
  border-top: 3px solid;
 border-color: #FF7800;
 -webkit-transform: rotate(-22deg);
 -moz-transform: rotate(-22deg);
 -ms-transform: rotate(-22deg);
 -o-transform: rotate(-22deg);
 transform: rotate(-22deg);
}
.strikethrough-blue {
  position: relative;
}
.strikethrough-blue:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  width: 44%;
  border-top: 3px solid;
 border-color:#063D66;
 -webkit-transform: rotate(-22deg);
 -moz-transform: rotate(-22deg);
 -ms-transform: rotate(-22deg);
 -o-transform: rotate(-22deg);
 transform: rotate(-22deg);
}
.strikethrough-orange-paragraph {
  position: relative;
}
.strikethrough-orange-paragraph::before {
    border-color: #ff7800;
    border-top: 3px solid #ff7800;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 147%;
    transform: rotate(-4deg);
    width: 100%;
}
.strikethrough-blue-paragraph {
  position: relative;
}
.strikethrough-blue-paragraph::before {
    border-color: #063D66;
    border-top: 3px solid #063D66;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 147% ;
    transform: rotate(-4deg);
    width: 100%;
}
span.strikethrough-orange:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  width: 100% !important;
  border-top: 3px solid;
 border-color: #FF7800;
 -webkit-transform: rotate(-22deg);
 -moz-transform: rotate(-22deg);
 -ms-transform: rotate(-22deg);
 -o-transform: rotate(-22deg);
 transform: rotate(-22deg);
}
/* Boxed Layout Style */
body.boxed {
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: url(../images/bg/noise.png) repeat;
}

#header {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;

}

/* Main Font */
body, h1, h2, h3, h4, h5, h6,
.button, input[type="button"], input[type="submit"],
input[type="text"], input[type="password"], input[type="email"], textarea, select, button {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Basic Alginment
================================================== */
#wrapper img {
    height: auto;
    max-width: 100%;
}

.columns.google-map img {
    max-width: none;
}

img,video {
    height: auto;
    display:block;
}

img {
    width: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Flexible Embeds */
.embed {
    position: relative;
    padding: 0px;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-left {
    float: left;
    margin: 5px 15px 8px 0;
}

.image-right {
    float:right;
    margin: 5px 0 8px 15px;
}

.image-right,
.image-left {
    padding: 5px;
    border: 1px solid #e0e0e0;
    max-width: 100%;
    border-radius: 3px;
    -webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #063D66;
    font-weight: 500;
    margin:10px 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
/**
h1 { font-size: 28px; line-height: 50px; }
h2 { font-size: 24px; line-height: 30px; }
h3 { font-size: 20px; line-height: 34px; }
h4 { font-size: 18px; line-height: 30px; }
h5 { font-size: 16px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }

**/

h1 { font-size: 28px; line-height: 50px; }
h2 { font-size: 20px; line-height: 30px; }
h3 { font-size: 18px; line-height: 30px; }
h4 { font-size: 16px; line-height: 30px; }
h5 { font-size: 15px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }


/*p { margin: 0 0 15px 0; line-height: 24px;}*/
p { margin: 0 0 15px 0 !important; line-height: 22px; font-size:14px;}
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: 600;}
small { font-size: 80%; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
a, a:visited { color: #73b819; text-decoration: none; outline: 0; -webkit-transition: color 0.1s ease-in-out; -moz-transition: color 0.1s ease-in-out; -o-transition: color 0.1s ease-in-out; -transition: color 0.1s ease-in-out; }
a:hover, a:focus { }
a b, span b { font-family: Verdana, Tahoma; font-weight: normal; opacity: 0.5;}
span b { line-height: 14px; }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
ul, ol { /*margin: 0 0 0 15px;by VT*/ }
ul { list-style: none outside; /*padding:13px;by VT*/ }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul {}
ul ul li, ul ol li,
ol ol li, ol ul li {}
li { line-height: 18px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

.body_content li { line-height: 22px;   font-size: 14px;}
.body_content ul.large li { line-height: 22px; }
.body_content li p { line-height: 22px; }

.body_content ul { list-style-type: disc; margin-left:20px; margin-bottom: 15px;}
.body_content ul ul { list-style-type: square;  margin-left:15px;  margin-bottom: 0px;}
.body_content ul ul ul { list-style-type: circle; margin-left:15px; margin-bottom: 0px;}

.body_content li > ul {
    margin-left:15px;
    padding: 0px;
    margin-bottom: 0px;
}
.body_content li > ul ul {
    margin-left:15px;
    padding: 0;
    margin-bottom: 0px;
}


/* #Forms
================================================== */

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #e0e0e0;
    padding: 8px 9px;
    outline: none;
    font-size: 14px;
    color: #888;
    margin: 0;
    max-width: 100%;
    display: block;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.06);
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
}
select {
    padding: 0;}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #d6d6d6;
    color: #888;
}
textarea {
    min-height: 60px; }
label,
legend {
    /*  display: block;*/
    display: inline;
    font-weight: bold;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;}
select {
}
input[type="checkbox"] {
    display: inline; }
label span,
legend span {
    font-weight: normal;
    font-size: 14px;
    color: #444;
}
@media(min-width:768px){


    /*added by vipul to dide arrow when screen size large*/
    .scroll_Menu{display: none !important; }
    #menu-1089187-1{
        width:11%;
        padding-top:-10%;

    }
    #menu-1089187-1 a{
        padding-bottom: 25px !important;
        padding-top: 24px !important;

    }
    #menu-1089189-1 {
        width:12%;

    }
    #menu-1089189-1 a{
        padding-bottom: 25px !important;
        padding-top: 24px !important;


    }
    #menu-1089191-1{
        width:12%;
    }
    #menu-1089191-1 a{
        padding-bottom: 25px !important;
        padding-top: 24px !important;

    }
    #menu-1089193-1{
        width:15%;
    }

    #menu-1089193-1 a{
        padding-bottom: 25px !important;
        padding-top: 24px !important;
        ;
    }
    #menu-1089213-1{
        width:20%;
    }
    #menu-1089213-1 a{
        padding-bottom: 25px !important;
        padding-top: 24px !important;

    }
    #superfish-1 li a{

        font-weight: 700 !important;

    }
    .sf-depth-2 a{
        text-align:left !important;
    }
    .sf-depth-1 a{
        text-align:center;

    }
} /*
@media only screen and (min-width: 800px) and (max-width: 959px) {


 added by vipul to dide arrow when screen size large
        .scroll_Menu{display: none !important; }
                #menu-218-1{width:12%;
         padding-top:-10%;

           }

}*/
@media only screen and (min-width: 960px) and (max-width: 2000px) {
    /*added by vipul to dide arrow when screen size large*/
    .scroll_Menu{display: none !important; }
    .scroll{display: none !important;}
}
@media only screen and (min-width: 767px) {
    /*added by vipul to dide arrow when screen size large*/
    .scroll_Menu{display: none !important; }
    .scroll{display: none !important;}
}
.sf-no-children span{display:none !important;}

#superfish-1 {
    margin-left: -1%!important;
}
/*add by vipul for view*/
#block-views-recent-works-block {
    margin-top: 15px;
}

.content-section {
    margin-left: 1%;
}
.content-section span {
    font-size: 16px;
}

.testimonials-author span {
    font-size: 12px;
}

.field-type-image img {
    border: 0 none;
    height: auto;
    width: 99%;
}
.facebook-feed-message,.no-margin {
    line-height: 22px;
}
.scroll_Menu,.scroll {
    font-size: 17px;
    width: 47px !important;
}
#views-exposed-form-registration-brodcast-email-tracking-page .fieldset-title{display: none;}
#views-exposed-form-registration-brodcast-email-tracking-page #edit-event-name,#edit-event-date {
    height: 35px;
    width: 216px;
}

#views-exposed-form-registration-brodcast-email-tracking-page #edit-reset{
    margin-top: 1.6em;
}
.page-node-66151 .img_tooltip_text {
    background-image: url("/sites/all/themes/astrum/images/blueBg.png");
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    font-size: 17px;
    height: 145px;
    left: 72%;
    padding: 19px 16px 0;
    position: absolute;
    text-align: center;
    top: 65px;
    width: 255px;
}
