@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
/* line 6, ../scss/base/_typography.scss */
p {
  line-height: 22px; }

/* line 9, ../scss/base/_typography.scss */
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 10px 0; }

/* line 13, ../scss/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  line-height: normal; }

/* line 18, ../scss/base/_typography.scss */
.fontSize11 {
  font-size: 11px; }

/* line 19, ../scss/base/_typography.scss */
.fontSize12 {
  font-size: 12px; }

/* line 20, ../scss/base/_typography.scss */
.fontSize13 {
  font-size: 13px; }

/* line 21, ../scss/base/_typography.scss */
.fontSize14 {
  font-size: 14px; }

/* line 22, ../scss/base/_typography.scss */
.fontSize15, form.contactForm label {
  font-size: 15px; }

/* line 23, ../scss/base/_typography.scss */
.fontSize16 {
  font-size: 16px; }

/* line 24, ../scss/base/_typography.scss */
.fontSize18 {
  font-size: 18px; }

/* line 25, ../scss/base/_typography.scss */
.fontSize20 {
  font-size: 20px; }

/* line 26, ../scss/base/_typography.scss */
.fontSize22 {
  font-size: 22px; }

/* line 27, ../scss/base/_typography.scss */
.fontSize24 {
  font-size: 24px; }

/* line 28, ../scss/base/_typography.scss */
.fontSize26 {
  font-size: 26px; }

/* line 29, ../scss/base/_typography.scss */
.fontSize28 {
  font-size: 28px; }

/* line 30, ../scss/base/_typography.scss */
.fontSize30 {
  font-size: 30px; }

/* line 31, ../scss/base/_typography.scss */
.fontSize32 {
  font-size: 32px; }

/* line 33, ../scss/base/_typography.scss */
.fontOpenSans, .meetUsTitle h3, section.thoughtFulInvestor .container h6, section.thoughtFulInvestor .container h1 {
  font-family: 'Open Sans', sans-serif; }

/* line 36, ../scss/base/_typography.scss */
.fontRobotoCondensed, .row.partnerRow div[class^="col-xs-"] h3, .meadiaRow .thumbnail .caption h6 {
  font-family: 'Roboto Condensed', sans-serif; }

/* line 39, ../scss/base/_typography.scss */
.font400, form.contactForm label {
  font-weight: 400; }

/* line 42, ../scss/base/_typography.scss */
.font600 {
  font-weight: 600; }

/* line 45, ../scss/base/_typography.scss */
.font800 {
  font-weight: 800; }

/* line 1, ../scss/base/_reset.scss */
li {
  list-style: none; }

/* line 2, ../scss/base/_reset.scss */
* {
  padding: 0;
  margin: 0; }

/* line 3, ../scss/base/_reset.scss */
img {
  max-width: 100%;
  width: expression(this.width>480 ? 100%:true); }

/* line 8, ../scss/base/_reset.scss */
a:link, a:active, a:visited {
  text-decoration: none;
  color: #0185c6; }
/* line 14, ../scss/base/_reset.scss */
a:hover {
  color: #DD0A0A;
  /* default mouse over transition */
  transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -o-transition: all .7s ease 0s;
  -ms-transition: all .7s ease 0s; }

/* line 27, ../scss/base/_reset.scss */
body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333; }

@media (min-width: 1280px) {
  /* line 35, ../scss/base/_reset.scss */
  .container {
    width: 1280px; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 35, ../scss/base/_reset.scss */
  .container {
    width: auto; } }

/* line 44, ../scss/base/_reset.scss */
.clearBoth {
  clear: both; }

/* line 45, ../scss/base/_reset.scss */
.redStar {
  font-weight: 700;
  color: #DD0A0A; }

/* line 46, ../scss/base/_reset.scss */
.absmiddle {
  vertical-align: middle;
  margin-bottom: .25em; }

/* line 48, ../scss/base/_reset.scss */
a.go2Top {
  background-color: #0D1E4D;
  padding: 5px 10px 3px 10px;
  position: fixed;
  bottom: 60px;
  right: 10%;
  display: block;
  font-size: 11px;
  text-align: center;
  /*opacity: 0.5;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }
  /* line 60, ../scss/base/_reset.scss */
  a.go2Top:link, a.go2Top:active, a.go2Top:visited {
    color: #fff;
    text-decoration: none; }
  /* line 66, ../scss/base/_reset.scss */
  a.go2Top:hover {
    /*opacity: 1;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=10000);
    -webkit-opacity: 100;
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100; }
  /* line 72, ../scss/base/_reset.scss */
  a.go2Top span.fa-angle-up, a.go2Top span.glyphicon {
    display: block;
    margin: 0 0 -2px 0;
    font-size: 20px;
    color: #fff;
    padding: 0; }

@media (min-width: 768px) {
  /* line 84, ../scss/base/_reset.scss */
  .wrapper {
    padding-top: 102px;
    padding-bottom: 30px; } }
@media (max-width: 767px) {
  /* line 84, ../scss/base/_reset.scss */
  .wrapper {
    padding-top: 60px;
    padding-bottom: 15px; } }

/* line 96, ../scss/base/_reset.scss */
h3.pageName {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  border-left: 3px solid #42995E;
  padding: 3px 0 3px 10px;
  margin: 15px 0 20px 0; }
  /* line 104, ../scss/base/_reset.scss */
  h3.pageName span {
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
    padding-left: 5px; }

/* line 113, ../scss/base/_reset.scss */
.pdfLink {
  padding: 15px 0;
  font-weight: 600; }
  /* line 118, ../scss/base/_reset.scss */
  .pdfLink i.fa-file-pdf-o {
    background-color: #0D1E4D;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin-right: 10px; }

/* line 2, ../scss/modules/_header.scss */
header {
  position: fixed;
  width: 100%;
  z-index: 5;
  background-color: #f4f4f4;
  border-bottom: 1px solid #0D1E4D; }
  /* line 9, ../scss/modules/_header.scss */
  header .container {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    /*background-color: #004c7e;*/ }
    /* line 16, ../scss/modules/_header.scss */
    header .container h1 {
      background: transparent url(../images/logo.png) 50% 50% no-repeat;
      padding: 0;
      margin: 0;
      text-indent: -99999px;
      float: left; }
      @media (min-width: 768px) {
        /* line 16, ../scss/modules/_header.scss */
        header .container h1 {
          width: 220px;
          height: 100px; } }
      @media (max-width: 767px) {
        /* line 16, ../scss/modules/_header.scss */
        header .container h1 {
          background-size: 100% 100%;
          width: 165px;
          height: 60px; } }
      /* line 33, ../scss/modules/_header.scss */
      header .container h1 a {
        display: block; }
        @media (min-width: 768px) {
          /* line 33, ../scss/modules/_header.scss */
          header .container h1 a {
            width: 220px;
            height: 102px; } }
        @media (max-width: 767px) {
          /* line 33, ../scss/modules/_header.scss */
          header .container h1 a {
            width: 165px;
            height: 60px; } }
    /* line 48, ../scss/modules/_header.scss */
    header .container .navbar-default {
      background-color: transparent;
      border-color: transparent;
      padding: 0;
      margin: 0;
      transition: all 0.7s ease 0s;
      -webkit-transition: all 0.7s ease 0s;
      -moz-transition: all 0.7s ease 0s;
      -o-transition: all 0.7s ease 0s;
      -ms-transition: all 0.7s ease 0s; }
      /* line 62, ../scss/modules/_header.scss */
      header .container .navbar-default ul.nav {
        margin: 0;
        padding: 0; }
        @media (min-width: 768px) {
          /* line 62, ../scss/modules/_header.scss */
          header .container .navbar-default ul.nav {
            position: absolute;
            right: 0;
            bottom: 15px; } }
        /* line 74, ../scss/modules/_header.scss */
        header .container .navbar-default ul.nav li {
          font-family: 'Roboto Condensed', sans-serif;
          text-transform: uppercase; }
          @media (min-width: 992px) {
            /* line 74, ../scss/modules/_header.scss */
            header .container .navbar-default ul.nav li {
              margin-right: 10px;
              padding-right: 7px; }
              /* line 81, ../scss/modules/_header.scss */
              header .container .navbar-default ul.nav li:last-child {
                margin-right: 0; } }
          @media (min-width: 768px) {
            /* line 74, ../scss/modules/_header.scss */
            header .container .navbar-default ul.nav li {
              padding-left: 0;
              font-weight: bold;
              border-right: 1px solid #c3c3c3; }
              /* line 90, ../scss/modules/_header.scss */
              header .container .navbar-default ul.nav li:last-child {
                border: none; } }
          @media (min-width: 768px) {
            /* line 97, ../scss/modules/_header.scss */
            header .container .navbar-default ul.nav li.active a:link, header .container .navbar-default ul.nav li.active a:active, header .container .navbar-default ul.nav li.active a:visited, header .container .navbar-default ul.nav li.active a:hover {
              text-decoration: none;
              background-color: #0D1E4D;
              color: #fff;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              -ms-border-radius: 5px;
              border-radius: 5px;
              cursor: default; } }
          /* line 113, ../scss/modules/_header.scss */
          header .container .navbar-default ul.nav li a {
            color: #0D1E4D; }
            @media (min-width: 768px) {
              /* line 119, ../scss/modules/_header.scss */
              header .container .navbar-default ul.nav li a:link, header .container .navbar-default ul.nav li a:active, header .container .navbar-default ul.nav li a:visited {
                padding-top: 7px;
                padding-bottom: 5px; }
                /* line 125, ../scss/modules/_header.scss */
                header .container .navbar-default ul.nav li a:link:hover, header .container .navbar-default ul.nav li a:active:hover, header .container .navbar-default ul.nav li a:visited:hover {
                  text-decoration: none;
                  background-color: #0D1E4D;
                  color: #fff;
                  -webkit-border-radius: 5px;
                  -moz-border-radius: 5px;
                  -ms-border-radius: 5px;
                  border-radius: 5px; } }
    /* line 143, ../scss/modules/_header.scss */
    header .container .navbar-toggle {
      padding: 5px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border-color: #fff;
      background-color: #f7f7f7;
      margin-top: 15px;
      border-width: 2px; }
      /* line 151, ../scss/modules/_header.scss */
      header .container .navbar-toggle span.icon-bar {
        background-color: #aeaeae; }
    @media (min-width: 768px) {
      /* line 157, ../scss/modules/_header.scss */
      header .container .container-fluid,
      header .container .navbar-collapse {
        padding-right: 0; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      /* line 157, ../scss/modules/_header.scss */
      header .container .container-fluid,
      header .container .navbar-collapse {
        padding-left: 0; } }
    /* line 167, ../scss/modules/_header.scss */
    header .container .socialLink {
      position: absolute;
      top: 5px;
      right: 30px; }
      /* line 172, ../scss/modules/_header.scss */
      header .container .socialLink a {
        /*color:$whiteColor;*/ }
        /* line 175, ../scss/modules/_header.scss */
        header .container .socialLink a i.fa {
          /*display: $displayBlock;
          color: $whiteColor;
          @include borderRadius($radius:30px);*/
          float: left; }
        /* line 181, ../scss/modules/_header.scss */
        header .container .socialLink a i.fa-facebook {
          font-size: 16px;
          color: #45619d;
          /*background-color: #45619d; 
           padding: 5px 8px;*/ }
          /* line 186, ../scss/modules/_header.scss */
          header .container .socialLink a i.fa-facebook:hover {
            color: #3e5a97;
            /*background-color: #3e5a97;*/ }
        /* line 192, ../scss/modules/_header.scss */
        header .container .socialLink a i.fa-twitter {
          font-size: 17px;
          color: #5ea9dd;
          /*background-color: #5ea9dd;
           padding: 5px 6px;*/
          margin-left: 5px; }
          /* line 198, ../scss/modules/_header.scss */
          header .container .socialLink a i.fa-twitter:hover {
            color: #4592c7;
            /* background-color: #4592c7;*/ }
      @media (max-width: 767px) {
        /* line 167, ../scss/modules/_header.scss */
        header .container .socialLink {
          display: none; } }

/* line 1, ../scss/modules/_pageBanner.scss */
.pageBannerContainer {
  background-color: #0D1E4D;
  margin-bottom: 15px;
  background-size: 100% 100%; }
  /* line 6, ../scss/modules/_pageBanner.scss */
  .pageBannerContainer.about {
    background: url(../images/motif/about-banner.jpg) 50% 50% no-repeat; }
  /* line 9, ../scss/modules/_pageBanner.scss */
  .pageBannerContainer.people {
    background: url(../images/motif/people-banner.jpg) 50% 50% no-repeat; }
  /* line 12, ../scss/modules/_pageBanner.scss */
  .pageBannerContainer.philosophy {
    background: url(../images/motif/philo-banner-2.jpg) 50% 50% no-repeat; }
  /* line 15, ../scss/modules/_pageBanner.scss */
  .pageBannerContainer.media {
    background: url(../images/motif/media-banner.jpg) 50% 50% no-repeat; }
  /* line 18, ../scss/modules/_pageBanner.scss */
  .pageBannerContainer.contact {
    background: url(../images/motif/about-banner.jpg) 50% 50% no-repeat; }

/* line 24, ../scss/modules/_pageBanner.scss */
.container.pageBanner {
  height: 385px;
  padding-right: 0; }
  /* line 28, ../scss/modules/_pageBanner.scss */
  .container.pageBanner div {
    float: right;
    width: 75%;
    background: transparent url(../images/bannerTransparentBg.png) 0 0 repeat;
    border-left: 3px solid #DD0A0A;
    /* @include opacity(.5);*/
    padding: 10px 20px; }
    @media (min-width: 1280px) {
      /* line 28, ../scss/modules/_pageBanner.scss */
      .container.pageBanner div {
        margin-right: -3px;
        margin-top: 8%;
        padding-left: 25px;
        padding-right: 25px;
        width: 65%; } }
    @media screen and (min-width: 768px) and (max-width: 1279px) {
      /* line 28, ../scss/modules/_pageBanner.scss */
      .container.pageBanner div {
        margin-top: 11%; } }
    @media screen and (min-width: 600px) and (max-width: 767px) {
      /* line 28, ../scss/modules/_pageBanner.scss */
      .container.pageBanner div {
        margin-top: 15%; } }
    @media (max-width: 599px) {
      /* line 28, ../scss/modules/_pageBanner.scss */
      .container.pageBanner div {
        margin-top: 19%; } }
    @media (max-width: 767px) {
      /* line 28, ../scss/modules/_pageBanner.scss */
      .container.pageBanner div {
        width: 80%; } }
    /* line 58, ../scss/modules/_pageBanner.scss */
    .container.pageBanner div h1 {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      color: #fff;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=90);
      -webkit-opacity: 0.9;
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      opacity: 0.9;
      font-size: 28px;
      line-height: 30px; }
      @media (max-width: 767px) {
        /* line 58, ../scss/modules/_pageBanner.scss */
        .container.pageBanner div h1 {
          font-size: 22px;
          line-height: 26px; } }
    /* line 71, ../scss/modules/_pageBanner.scss */
    .container.pageBanner div p {
      color: #fff;
      padding: 20px 0 0 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=90);
      -webkit-opacity: 0.9;
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      opacity: 0.9; }

/* line 1, ../scss/modules/_footer.scss */
footer {
  color: #fff;
  background-color: #42995E;
  margin: 0; }
  /* line 7, ../scss/modules/_footer.scss */
  footer .container {
    padding-top: 10px;
    padding-bottom: 7px;
    /* .socialLink{
         float: $floatRight;
         
         @media (max-width: 434px) {
             float:none;
             margin: 0 10px 0 0;
         } 
         
         a{
             display:$displayBlock;
             float:$floatLeft;
             margin: 2px 4px 0 6px;
             color: $whiteColor;
             &:hover{
                 color: $whiteColor;
             }
             i{
                 &.fa{
                     font-size: $fs16;
                     display: $displayBlock;
                 }
             }
         }          
         
     }*/ }
    @media (max-width: 434px) {
      /* line 7, ../scss/modules/_footer.scss */
      footer .container {
        padding-left: 15px;
        padding-bottom: 10px;
        padding-top: 10px; } }
    /* line 18, ../scss/modules/_footer.scss */
    footer .container p {
      color: #fff;
      float: left; }
      @media (max-width: 434px) {
        /* line 18, ../scss/modules/_footer.scss */
        footer .container p {
          float: none; } }
    @media (min-width: 435px) {
      /* line 51, ../scss/modules/_footer.scss */
      footer .container p.poweredBy {
        float: right; } }
    /* line 56, ../scss/modules/_footer.scss */
    footer .container p.poweredBy a {
      text-indent: -99999px;
      display: inline-block;
      width: 111px;
      height: 23px;
      background: transparent url(../images/cyberax.png) 50% 50% no-repeat;
      margin-left: 5px; }

/* line 73, ../scss/modules/_footer.scss */
section.footerSection {
  background-color: #0D1E4D;
  color: #fff;
  font-size: 13px; }
  @media (min-width: 992px) {
    /* line 78, ../scss/modules/_footer.scss */
    section.footerSection .container {
      padding-bottom: 20px;
      padding-top: 20px; } }
  /* line 83, ../scss/modules/_footer.scss */
  section.footerSection .container .row {
    margin: 0 -5px; }
    @media (max-width: 991px) {
      /* line 86, ../scss/modules/_footer.scss */
      section.footerSection .container .row div[class^="col-md-"] {
        padding-bottom: 20px;
        padding-top: 5px; } }
  /* line 95, ../scss/modules/_footer.scss */
  section.footerSection h2 {
    font-size: 15px;
    font-weight: 500; }
    @media (max-width: 991px) {
      /* line 95, ../scss/modules/_footer.scss */
      section.footerSection h2 {
        padding-top: 0;
        padding-bottom: 25px; } }
  /* line 105, ../scss/modules/_footer.scss */
  section.footerSection .addressCol h1 {
    background: transparent url(../images/footer-logo.png) 0 0 no-repeat;
    height: 59px;
    width: 207px;
    margin: 15px 0;
    text-indent: -99999px; }
  /* line 2, ../scss/base/_mixins.scss */
  section.footerSection .addressCol p {
    *zoom: 1; }
  /* line 5, ../scss/base/_mixins.scss */
  section.footerSection .addressCol p:before, section.footerSection .addressCol p:after {
    content: "";
    display: table; }
  /* line 10, ../scss/base/_mixins.scss */
  section.footerSection .addressCol p:after {
    clear: both; }
  /* line 115, ../scss/modules/_footer.scss */
  section.footerSection .addressCol hr {
    border-color: #213774; }
  /* line 118, ../scss/modules/_footer.scss */
  section.footerSection .addressCol i {
    /*&.fa-phone{
        height: 30px;
        margin-top: 10px;
    }
    &.fa-envelope-o{
        height: 20px;
    }*/ }
    /* line 119, ../scss/modules/_footer.scss */
    section.footerSection .addressCol i.fa-phone, section.footerSection .addressCol i.fa-envelope-o {
      display: block;
      float: left;
      font-size: 22px;
      margin-left: 10px;
      margin-right: 15px;
      height: 20px; }
      @media screen and (min-width: 992px) and (max-width: 1279px) {
        /* line 119, ../scss/modules/_footer.scss */
        section.footerSection .addressCol i.fa-phone, section.footerSection .addressCol i.fa-envelope-o {
          margin-right: 5px;
          margin-left: 0;
          font-size: 18px; } }
    /* line 145, ../scss/modules/_footer.scss */
    section.footerSection .addressCol i.fa-at {
      margin: 0 1px; }
  @media (min-width: 992px) {
    /* line 150, ../scss/modules/_footer.scss */
    section.footerSection .twitterCol {
      padding: 0 30px; }
      /* line 155, ../scss/modules/_footer.scss */
      section.footerSection .twitterCol h2 {
        padding-top: 40px;
        padding-bottom: 40px; } }
  /* line 160, ../scss/modules/_footer.scss */
  section.footerSection .twitterCol .twitterSlider {
    height: 70px;
    min-height: 70px;
    height: auto;
    margin-bottom: 40px;
    position: relative; }
    /* line 167, ../scss/modules/_footer.scss */
    section.footerSection .twitterCol .twitterSlider #slide1,
    section.footerSection .twitterCol .twitterSlider #slide2,
    section.footerSection .twitterCol .twitterSlider #slide3 {
      position: absolute; }
    /* line 172, ../scss/modules/_footer.scss */
    section.footerSection .twitterCol .twitterSlider h6 {
      font-size: 15px;
      padding: 0 0 20px 0;
      line-height: 20px;
      font-family: 'Open Sans', sans-serif; }
    /* line 178, ../scss/modules/_footer.scss */
    section.footerSection .twitterCol .twitterSlider p {
      font-size: 11px;
      padding-bottom: 15px; }
  /* line 185, ../scss/modules/_footer.scss */
  section.footerSection .twitterCol p.tweetId {
    padding-top: 25px; }
  /* line 191, ../scss/modules/_footer.scss */
  section.footerSection .twitterCol a i.fa-twitter {
    vertical-align: middle;
    margin-bottom: .25em;
    font-size: 22px;
    margin-left: 10px;
    color: #fff; }
    /* line 196, ../scss/modules/_footer.scss */
    section.footerSection .twitterCol a i.fa-twitter:hover {
      color: #28A9E0; }
  @media (min-width: 992px) {
    /* line 207, ../scss/modules/_footer.scss */
    section.footerSection .footerMenu h2 {
      padding-top: 40px;
      padding-bottom: 40px; } }
  /* line 215, ../scss/modules/_footer.scss */
  section.footerSection .footerMenu ul li {
    padding-bottom: 15px; }
    /* line 217, ../scss/modules/_footer.scss */
    section.footerSection .footerMenu ul li a {
      color: #fff; }
      /* line 219, ../scss/modules/_footer.scss */
      section.footerSection .footerMenu ul li a:hover {
        text-decoration: underline;
        color: #fff; }

/* line 1, ../scss/pages/_index.scss */
.meetUsTitle {
  padding: 30px 0; }
  /* line 2, ../scss/base/_mixins.scss */
  .meetUsTitle {
    *zoom: 1; }
  /* line 5, ../scss/base/_mixins.scss */
  .meetUsTitle:before, .meetUsTitle:after {
    content: "";
    display: table; }
  /* line 10, ../scss/base/_mixins.scss */
  .meetUsTitle:after {
    clear: both; }
  /* line 4, ../scss/pages/_index.scss */
  .meetUsTitle h3 {
    float: left;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 600; }
  /* line 11, ../scss/pages/_index.scss */
  .meetUsTitle hr {
    float: left;
    width: 90%; }
    @media (max-width: 991px) {
      /* line 11, ../scss/pages/_index.scss */
      .meetUsTitle hr {
        width: 80%; } }
    @media (max-width: 434px) {
      /* line 11, ../scss/pages/_index.scss */
      .meetUsTitle hr {
        width: 70%; } }

/* line 23, ../scss/pages/_index.scss */
section.whiteBg, section.greyBg {
  padding: 40px 0; }
/* line 27, ../scss/pages/_index.scss */
section.greyBg {
  background-color: #f7f7f7; }

/* line 32, ../scss/pages/_index.scss */
.row.partnerRow {
  padding-top: 20px;
  padding-bottom: 20px; }
  /* line 36, ../scss/pages/_index.scss */
  .row.partnerRow div[class^="col-xs-"] {
    /*@include clearfix;*/
    /*img{
        &.thumb{
            float: $floatLeft;
            width: 120px;
            
            @media (min-width: 1280px) {
               width: 150px; 
            }
            @media screen and (min-width: 992px) and (max-width: 1279px) { 
                width: 130px;
            }
            @media screen and (min-width: 480px) and (max-width: 991px) { 
                width: 110px;
            }
        }
    }
    .partnerShortDesc{
        float: $floatLeft;
        padding-left: 30px; 
        @media (min-width: 1280px) {
            padding-left: 160px; 
            
        }                 
    }*/
    /*a{
        i{
            &.fa{
                font-size: $fs20;
            }
            &.fa-twitter,
            &.fa-facebook{
                color: $whiteColor; 
                @include borderRadius($radius:30px);                            
            }                        
            &.fa-twitter{
                background-color: #00dffb;
                padding: 9px 10px;
                &:hover{
                    background-color: #00c8e1;
                }                          
            }                       
            &.fa-facebook{
                margin-left:5px;
                margin-right: 20px;
                background-color: #0078c4; 
                padding: 9px 13px;
                &:hover{
                    background-color: #0069ac;
                }
            }                        
        }
    }*/ }
    @media (max-width: 480px) {
      /* line 36, ../scss/pages/_index.scss */
      .row.partnerRow div[class^="col-xs-"] {
        float: none;
        width: 100%; } }
    @media (max-width: 480px) {
      /* line 44, ../scss/pages/_index.scss */
      .row.partnerRow div[class^="col-xs-"].rightCol {
        padding-top: 30px; } }
    /* line 75, ../scss/pages/_index.scss */
    .row.partnerRow div[class^="col-xs-"] h3 {
      font-size: 16px;
      font-weight: 300; }
      /* line 79, ../scss/pages/_index.scss */
      .row.partnerRow div[class^="col-xs-"] h3 b {
        display: block;
        margin-bottom: 2px;
        font-weight: 500;
        font-size: 18px; }
    @media (max-width: 599px) {
      /* line 118, ../scss/pages/_index.scss */
      .row.partnerRow div[class^="col-xs-"] .row div[class^="col-xs-"] {
        width: 100%;
        float: none; } }
    @media (max-width: 599px) {
      /* line 124, ../scss/pages/_index.scss */
      .row.partnerRow div[class^="col-xs-"] .row div[class^="col-xs-"].thumb {
        text-align: center; }
        /* line 127, ../scss/pages/_index.scss */
        .row.partnerRow div[class^="col-xs-"] .row div[class^="col-xs-"].thumb img {
          width: 70%; } }
    /* line 133, ../scss/pages/_index.scss */
    .row.partnerRow div[class^="col-xs-"] .row div[class^="col-xs-"].partnerShortDesc {
      padding-left: 30px; }
      @media (max-width: 599px) {
        /* line 133, ../scss/pages/_index.scss */
        .row.partnerRow div[class^="col-xs-"] .row div[class^="col-xs-"].partnerShortDesc {
          padding-right: 0;
          padding-top: 15px; } }
      /* line 140, ../scss/pages/_index.scss */
      .row.partnerRow div[class^="col-xs-"] .row div[class^="col-xs-"].partnerShortDesc p {
        font-size: 13px; }

/* line 2, ../scss/base/_mixins.scss */
.row.philosophyRow div[class^="col-md-"] {
  *zoom: 1; }
/* line 5, ../scss/base/_mixins.scss */
.row.philosophyRow div[class^="col-md-"]:before, .row.philosophyRow div[class^="col-md-"]:after {
  content: "";
  display: table; }
/* line 10, ../scss/base/_mixins.scss */
.row.philosophyRow div[class^="col-md-"]:after {
  clear: both; }
/* line 8, ../scss/pages/_philosophy.scss */
.row.philosophyRow div[class^="col-md-"].leftCol i.fa {
  display: block;
  float: left;
  background-color: #42995E;
  color: #fff;
  font-size: 18px; }
/* line 15, ../scss/pages/_philosophy.scss */
.row.philosophyRow div[class^="col-md-"].leftCol i.fa-yelp {
  padding: 10px 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-size: 20px; }
  @media (min-width: 992px) {
    /* line 15, ../scss/pages/_philosophy.scss */
    .row.philosophyRow div[class^="col-md-"].leftCol i.fa-yelp {
      margin-top: 12px; } }
/* line 24, ../scss/pages/_philosophy.scss */
.row.philosophyRow div[class^="col-md-"].leftCol i.fa-line-chart {
  padding: 12px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
/* line 28, ../scss/pages/_philosophy.scss */
.row.philosophyRow div[class^="col-md-"].leftCol i.fa-briefcase {
  padding: 12px 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
/* line 32, ../scss/pages/_philosophy.scss */
.row.philosophyRow div[class^="col-md-"].leftCol i.fa-pie-chart {
  padding: 12px 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
/* line 36, ../scss/pages/_philosophy.scss */
.row.philosophyRow div[class^="col-md-"].leftCol i.fa-black-tie {
  padding: 10px 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-size: 20px; }
/* line 41, ../scss/pages/_philosophy.scss */
.row.philosophyRow div[class^="col-md-"].leftCol i.fa-institution {
  padding: 12px 11px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
/* line 45, ../scss/pages/_philosophy.scss */
.row.philosophyRow div[class^="col-md-"].leftCol i.fa-inr {
  padding: 10px 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
/* line 49, ../scss/pages/_philosophy.scss */
.row.philosophyRow div[class^="col-md-"].leftCol i.fa-database {
  padding: 11px 13px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
/* line 54, ../scss/pages/_philosophy.scss */
.row.philosophyRow div[class^="col-md-"].leftCol p {
  font-weight: 600;
  color: #42995E;
  padding-left: 70px;
  padding-right: 15px; }
@media (max-width: 991px) {
  /* line 64, ../scss/pages/_philosophy.scss */
  .row.philosophyRow div[class^="col-md-"].leftCol {
    padding-bottom: 3px; }
  /* line 67, ../scss/pages/_philosophy.scss */
  .row.philosophyRow div[class^="col-md-"].rightCol {
    padding-top: 3px; } }
/* line 73, ../scss/pages/_philosophy.scss */
.row.philosophyRow div[class^="col-md-"].rightCol img {
  width: 100%;
  margin: 15px 0; }
/* line 79, ../scss/pages/_philosophy.scss */
.row.philosophyRow hr {
  margin-right: 15px;
  margin-left: 15px;
  /*&.divider{
      @media (min-width: 992px) {
          display: none !important;                    
      }                
  }*/ }

/* line 2, ../scss/base/_mixins.scss */
.bmwa-media {
  *zoom: 1; }
/* line 5, ../scss/base/_mixins.scss */
.bmwa-media:before, .bmwa-media:after {
  content: "";
  display: table; }
/* line 10, ../scss/base/_mixins.scss */
.bmwa-media:after {
  clear: both; }

/* line 6, ../scss/pages/_media.scss */
.nav.mediaFilter {
  padding-bottom: 20px; }
  /* line 9, ../scss/pages/_media.scss */
  .nav.mediaFilter li {
    margin-right: 5px;
    cursor: pointer;
    background-color: #f4f4f4;
    color: #0D1E4D;
    font-weight: 600;
    padding: 6px 15px; }
    /* line 17, ../scss/pages/_media.scss */
    .nav.mediaFilter li:hover {
      background-color: #aeaeae;
      color: #fff;
      cursor: pointer; }
    /* line 22, ../scss/pages/_media.scss */
    .nav.mediaFilter li.active {
      background-color: #0D1E4D;
      color: #fff;
      cursor: default; }

@media (max-width: 479px) {
  /* line 34, ../scss/pages/_media.scss */
  .row.meadiaRow div[class^="col-xs-"] {
    float: none;
    width: 100%; } }

/* line 43, ../scss/pages/_media.scss */
.meadiaRow .thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
  position: relative;
        /*.detailCaptonOverlay{
            position: $posAb;
            width: 100%;
            height: 100%;
            bottom: 0;
            left: 0;
            display: none;
            background: transparent url(../images/detailCaptonBG.png) 0 0 repeat;
            
            p{
                color:$whiteColor;
                padding: 20px;
            }

        }
        span{
            &.onClickPopuLink{
                display: $displayBlock;
                width: 40px;
                margin: 10px auto;
                
                a{
                    i{
                        &.fa-plus{
                            color: $whiteColor;
                            font-size: $fs16;
                        }                        
                    }
                }
                
            }
        }*/ }
  @media (min-width: 1280px) {
    /* line 43, ../scss/pages/_media.scss */
    .meadiaRow .thumbnail {
      height: 340px; } }
  @media screen and (min-width: 992px) and (max-width: 1279px) {
    /* line 43, ../scss/pages/_media.scss */
    .meadiaRow .thumbnail {
      height: 315px; } }
  @media screen and (min-width: 480px) and (max-width: 991px) {
    /* line 43, ../scss/pages/_media.scss */
    .meadiaRow .thumbnail {
      height: 305px; } }
  @media (max-width: 479px) {
    /* line 43, ../scss/pages/_media.scss */
    .meadiaRow .thumbnail {
      height: auto;
      padding-bottom: 20px; } }
  @media (max-width: 479px) {
    /* line 98, ../scss/pages/_media.scss */
    .meadiaRow .thumbnail img.thumb {
      width: 100%; } }
  /* line 104, ../scss/pages/_media.scss */
  .meadiaRow .thumbnail .caption {
    padding-left: 15px;
    padding-right: 15px; }
    /* line 2, ../scss/base/_mixins.scss */
    .meadiaRow .thumbnail .caption {
      *zoom: 1; }
    /* line 5, ../scss/base/_mixins.scss */
    .meadiaRow .thumbnail .caption:before, .meadiaRow .thumbnail .caption:after {
      content: "";
      display: table; }
    /* line 10, ../scss/base/_mixins.scss */
    .meadiaRow .thumbnail .caption:after {
      clear: both; }
    /* line 108, ../scss/pages/_media.scss */
    .meadiaRow .thumbnail .caption h6 {
      font-size: 16px;
      line-height: 20px;
      font-weight: 500; }
    /* line 114, ../scss/pages/_media.scss */
    .meadiaRow .thumbnail .caption p {
      font-size: 12px; }
      /* line 118, ../scss/pages/_media.scss */
      .meadiaRow .thumbnail .caption p.pull-left {
        color: #aeaeae;
        font-size: 11px; }

/*.row{
    &.mediaDialogRow{
        padding-top: 30px;
        padding-bottom: 15px;
        
        @media (max-width: 767px) {
            padding-top: 0;
        }
        
        div[class^="col-sm-"] {
            &.leftCol{
                @media (min-width: 768px) {
                    padding-right: 30px;
                }
                
                a{
                    i{
                        &.fa{
                            font-size: $fs20;
                        }
                        &.fa-twitter,
                        &.fa-facebook{
                            color: $whiteColor; 
                            @include borderRadius($radius:30px);                            
                        }                        
                        &.fa-twitter{
                            margin-right: 15px;
                            background-color: #00dffb;
                            padding: 12px;
                            &:hover{
                                background-color: #00c8e1;
                            }                          
                        }                       
                        &.fa-facebook{
                            margin-left: 15px;
                            background-color: #0078c4; 
                            padding: 12px 16px;
                            &:hover{
                                background-color: #0069ac;
                            }
                        }
                        
                        &.fa-print{
                            color: $grayColor2;
                             padding: 16px;
                            
                            &:hover{
                                color: $whiteColor;
                                background-color: $grayColor2;
                                @include borderRadius($radius:30px);
                            }
                        }                        
                    }
                }
                
            }   
            &.rightCol{
                padding-top: 10px;
                
                a{
                    i{
                        &.fa-play-circle-o{
                            color: $redColor;
                            font-size: $fs18;
                            margin-right: 10px;
                        }
                    }
                }
                
            }
        }
        
    }
}*/
@media (min-width: 1280px) {
  /* line 203, ../scss/pages/_media.scss */
  .modal-dialog.model-wide {
    width: 55%; } }
@media (max-width: 1279px) {
  /* line 203, ../scss/pages/_media.scss */
  .modal-dialog.model-wide {
    width: 95%; } }
/* line 212, ../scss/pages/_media.scss */
.modal-dialog.model-wide .modal-header .close {
  margin-top: 15px; }
  /* line 215, ../scss/pages/_media.scss */
  .modal-dialog.model-wide .modal-header .close i.fa-close {
    font-size: 20px; }
/* line 222, ../scss/pages/_media.scss */
.modal-dialog.model-wide .modal-body {
  padding: 10px 30px 30px 30px; }
  /* line 224, ../scss/pages/_media.scss */
  .modal-dialog.model-wide .modal-body p {
    padding-bottom: 0; }
  @media (min-width: 768px) {
    /* line 222, ../scss/pages/_media.scss */
    .modal-dialog.model-wide .modal-body {
      height: 600px;
      overflow-y: auto; } }
  /* line 235, ../scss/pages/_media.scss */
  .modal-dialog.model-wide .modal-body a i.fa-play-circle-o {
    color: #DD0A0A;
    font-size: 18px;
    margin-right: 10px; }

/* line 249, ../scss/pages/_media.scss */
iframe.mediaFrame {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  /*@media (min-width: 1280px) {
      width: 100%;
      height:100%;
  }*/ }
  @media screen and (min-width: 600px) and (max-width: 767px) {
    /* line 249, ../scss/pages/_media.scss */
    iframe.mediaFrame {
      height: 320px; } }

/* line 267, ../scss/pages/_media.scss */
.innerDivIframeContainer {
  display: block;
  width: 100%; }
  @media screen and (min-width: 600px) and (max-width: 767px) {
    /* line 267, ../scss/pages/_media.scss */
    .innerDivIframeContainer {
      height: 320px;
      background-color: blue; } }

/* line 4, ../scss/pages/_contact.scss */
.pageBannerContainer.contact .pageBanner div {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 1280px) {
    /* line 4, ../scss/pages/_contact.scss */
    .pageBannerContainer.contact .pageBanner div {
      margin-top: 11%; } }
  @media screen and (min-width: 992px) and (max-width: 1279px) {
    /* line 4, ../scss/pages/_contact.scss */
    .pageBannerContainer.contact .pageBanner div {
      margin-top: 12%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    /* line 4, ../scss/pages/_contact.scss */
    .pageBannerContainer.contact .pageBanner div {
      margin-top: 14%; } }
  @media screen and (min-width: 650px) and (max-width: 767px) {
    /* line 4, ../scss/pages/_contact.scss */
    .pageBannerContainer.contact .pageBanner div {
      margin-top: 12%; } }
  @media screen and (min-width: 500px) and (max-width: 649px) {
    /* line 4, ../scss/pages/_contact.scss */
    .pageBannerContainer.contact .pageBanner div {
      margin-top: 18%; } }
  @media (max-width: 499px) {
    /* line 4, ../scss/pages/_contact.scss */
    .pageBannerContainer.contact .pageBanner div {
      margin-top: 25%; } }

/* line 32, ../scss/pages/_contact.scss */
form.contactForm {
  margin: 50px auto;
  background-color: #f7f7f7;
  padding: 50px; }
  @media (max-width: 480px) {
    /* line 32, ../scss/pages/_contact.scss */
    form.contactForm {
      padding: 20px 15px; } }
  /* line 41, ../scss/pages/_contact.scss */
  form.contactForm .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  /* line 44, ../scss/pages/_contact.scss */
  form.contactForm label {
    padding-bottom: 10px; }
  @media (min-width: 1024px) {
    /* line 32, ../scss/pages/_contact.scss */
    form.contactForm {
      width: 70%; } }
  /* line 53, ../scss/pages/_contact.scss */
  form.contactForm hr {
    border-color: #aeaeae;
    margin: 40px 0; }

/* line 59, ../scss/pages/_contact.scss */
.mapContainer {
  margin: 50px auto;
  /*@media (min-width: 1024px) {
      width: 70%;
  }*/ }

/* line 65, ../scss/pages/_contact.scss */
.postalAddBlock {
  /*div[class^="col-lg-"] {
      @media (max-width: 1279px) {
          &:last-child{
              padding-top: 30px;
          }
      }
      
  }*/
  padding-left: 0; }
  /* line 79, ../scss/pages/_contact.scss */
  .postalAddBlock i.fa-phone, .postalAddBlock i.fa-envelope-o {
    font-size: 20px;
    margin-right: 8px;
    margin-left: 5px;
    color: #42995E; }

/* line 1, ../scss/modules/_sliderData.scss */
.sliderBg {
  background-color: #0D1E4D;
  margin-bottom: 15px;
  background-size: 100% 100%;
  background: url(../images/slider/pageBanner.jpg) 50% 50% no-repeat;
  /*@media (min-width: 992px) { 
      height:385px;
  }
  @media screen and (min-width: 768px) and (max-width: 991px) { 
      height: 300px;
  }
  @media screen and (min-width: 600px) and (max-width: 767px) { 
      height: 275px;
  }
  @media (max-width: 559px) { 
      height: 250px;
  }*/ }
  @media (max-width: 1279px) {
    /* line 1, ../scss/modules/_sliderData.scss */
    .sliderBg {
      background-image: none; } }

/* line 26, ../scss/modules/_sliderData.scss */
.sliderWrapper {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  overflow: hidden;
  visibility: hidden; }
  @media (min-width: 992px) {
    /* line 26, ../scss/modules/_sliderData.scss */
    .sliderWrapper {
      height: 385px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    /* line 26, ../scss/modules/_sliderData.scss */
    .sliderWrapper {
      height: 300px; } }
  @media screen and (min-width: 600px) and (max-width: 767px) {
    /* line 26, ../scss/modules/_sliderData.scss */
    .sliderWrapper {
      height: 275px; } }
  @media (max-width: 559px) {
    /* line 26, ../scss/modules/_sliderData.scss */
    .sliderWrapper {
      height: 250px; } }
  /* line 48, ../scss/modules/_sliderData.scss */
  .sliderWrapper .sliderLoader {
    position: absolute;
    top: 30%;
    left: 45%; }
    /* line 53, ../scss/modules/_sliderData.scss */
    .sliderWrapper .sliderLoader .loaderDiv {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=40);
      -webkit-opacity: 0.4;
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;
      opacity: 0.4;
      position: absolute;
      display: block;
      width: 128px;
      height: 128px; }
    /* line 61, ../scss/modules/_sliderData.scss */
    .sliderWrapper .sliderLoader .loaderIcon {
      position: absolute;
      display: block;
      background: url("../images/slider/loadingGreen.gif") no-repeat center center;
      width: 128px;
      height: 128px; }

/* line 71, ../scss/modules/_sliderData.scss */
.sliderContainer {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 1280px) {
    /* line 71, ../scss/modules/_sliderData.scss */
    .sliderContainer {
      width: 1280px; } }
  @media (min-width: 992px) {
    /* line 71, ../scss/modules/_sliderData.scss */
    .sliderContainer {
      height: 385px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    /* line 71, ../scss/modules/_sliderData.scss */
    .sliderContainer {
      height: 300px; } }
  @media screen and (min-width: 600px) and (max-width: 767px) {
    /* line 71, ../scss/modules/_sliderData.scss */
    .sliderContainer {
      height: 275px; } }
  @media (max-width: 559px) {
    /* line 71, ../scss/modules/_sliderData.scss */
    .sliderContainer {
      height: 250px; } }

/* line 95, ../scss/modules/_sliderData.scss */
.navigator {
  position: absolute;
  right: 16px;
  bottom: 16px; }
  /* line 100, ../scss/modules/_sliderData.scss */
  .navigator div {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/slider/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
    background-position: -7px -7px; }
    /* line 109, ../scss/modules/_sliderData.scss */
    .navigator div:hover {
      background-position: -37px -7px; }
  /* line 114, ../scss/modules/_sliderData.scss */
  .navigator .av {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/slider/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
    background-position: -67px -7px; }
    /* line 124, ../scss/modules/_sliderData.scss */
    .navigator .av:hover {
      background-position: -37px -7px; }
  /* line 128, ../scss/modules/_sliderData.scss */
  .navigator .dn {
    background-position: -97px -7px; }
    /* line 130, ../scss/modules/_sliderData.scss */
    .navigator .dn:hover {
      background-position: -97px -7px; }

/* line 135, ../scss/modules/_sliderData.scss */
.jssora22l, .jssora22r {
  position: absolute;
  display: block;
  width: 40px;
  height: 58px;
  cursor: pointer;
  background: url("../images/slider/a22.png") center center no-repeat;
  overflow: hidden; }

/* line 145, ../scss/modules/_sliderData.scss */
.jssora22l {
  background-position: -10px -31px; }
  /* line 148, ../scss/modules/_sliderData.scss */
  .jssora22l:hover {
    background-position: -130px -31px; }
  /* line 151, ../scss/modules/_sliderData.scss */
  .jssora22l .jssora22ldn {
    background-position: -250px -31px; }
  @media (max-width: 767px) {
    /* line 145, ../scss/modules/_sliderData.scss */
    .jssora22l {
      /*display: none !important;*/
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=40);
      -webkit-opacity: 0.4;
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;
      opacity: 0.4; } }

/* line 159, ../scss/modules/_sliderData.scss */
.jssora22r {
  background-position: -70px -31px; }
  /* line 163, ../scss/modules/_sliderData.scss */
  .jssora22r:hover {
    background-position: -190px -31px; }
  /* line 166, ../scss/modules/_sliderData.scss */
  .jssora22r .jssora22rdn {
    background-position: -310px -31px; }
  @media (max-width: 767px) {
    /* line 159, ../scss/modules/_sliderData.scss */
    .jssora22r {
      /*display: none !important;*/
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=40);
      -webkit-opacity: 0.4;
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;
      opacity: 0.4; } }

/* line 174, ../scss/modules/_sliderData.scss */
.leftArrow,
.rightArrow {
  position: absolute; }

/* line 178, ../scss/modules/_sliderData.scss */
.leftArrow {
  top: 40px;
  left: 12px; }

/* line 182, ../scss/modules/_sliderData.scss */
.rightArrow {
  top: 40px;
  right: 12px !important; }

/* line 190, ../scss/modules/_sliderData.scss */
.container.sliderArea {
  padding-left: 0;
  padding-right: 0; }
  /* line 194, ../scss/modules/_sliderData.scss */
  .container.sliderArea .slideContentDiv, .container.sliderArea .slideOne, .container.sliderArea .slideTwo, .container.sliderArea .slideThree {
    display: block;
    height: 100%; }
    /* line 198, ../scss/modules/_sliderData.scss */
    .container.sliderArea .slideContentDiv div, .container.sliderArea .slideOne div, .container.sliderArea .slideTwo div, .container.sliderArea .slideThree div {
      position: absolute;
      background: transparent url(../images/bannerTransparentBg.png) 0 0 repeat;
      border-left: 3px solid #DD0A0A;
      padding: 10px 20px;
      right: 0; }
      @media (min-width: 1280px) {
        /* line 198, ../scss/modules/_sliderData.scss */
        .container.sliderArea .slideContentDiv div, .container.sliderArea .slideOne div, .container.sliderArea .slideTwo div, .container.sliderArea .slideThree div {
          padding-left: 25px;
          padding-right: 25px;
          top: 120px; } }
      @media screen and (min-width: 992px) and (max-width: 1279px) {
        /* line 198, ../scss/modules/_sliderData.scss */
        .container.sliderArea .slideContentDiv div, .container.sliderArea .slideOne div, .container.sliderArea .slideTwo div, .container.sliderArea .slideThree div {
          width: 65%;
          top: 30%; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        /* line 198, ../scss/modules/_sliderData.scss */
        .container.sliderArea .slideContentDiv div, .container.sliderArea .slideOne div, .container.sliderArea .slideTwo div, .container.sliderArea .slideThree div {
          width: 80%;
          top: 28%; } }
      @media screen and (min-width: 600px) and (max-width: 767px) {
        /* line 198, ../scss/modules/_sliderData.scss */
        .container.sliderArea .slideContentDiv div, .container.sliderArea .slideOne div, .container.sliderArea .slideTwo div, .container.sliderArea .slideThree div {
          width: 85%;
          top: 25%; } }
      @media screen and (min-width: 500px) and (max-width: 599px) {
        /* line 198, ../scss/modules/_sliderData.scss */
        .container.sliderArea .slideContentDiv div, .container.sliderArea .slideOne div, .container.sliderArea .slideTwo div, .container.sliderArea .slideThree div {
          width: 85%;
          top: 25%; } }
      @media (max-width: 499px) {
        /* line 198, ../scss/modules/_sliderData.scss */
        .container.sliderArea .slideContentDiv div, .container.sliderArea .slideOne div, .container.sliderArea .slideTwo div, .container.sliderArea .slideThree div {
          top: 20%; } }
      /* line 230, ../scss/modules/_sliderData.scss */
      .container.sliderArea .slideContentDiv div h1, .container.sliderArea .slideOne div h1, .container.sliderArea .slideTwo div h1, .container.sliderArea .slideThree div h1 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        color: #fff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=90);
        -webkit-opacity: 0.9;
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
        font-size: 28px;
        line-height: 30px; }
        @media (max-width: 767px) {
          /* line 230, ../scss/modules/_sliderData.scss */
          .container.sliderArea .slideContentDiv div h1, .container.sliderArea .slideOne div h1, .container.sliderArea .slideTwo div h1, .container.sliderArea .slideThree div h1 {
            font-size: 22px;
            line-height: 26px; } }
      /* line 243, ../scss/modules/_sliderData.scss */
      .container.sliderArea .slideContentDiv div p, .container.sliderArea .slideOne div p, .container.sliderArea .slideTwo div p, .container.sliderArea .slideThree div p {
        color: #fff;
        padding: 20px 0 0 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=90);
        -webkit-opacity: 0.9;
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9; }
  /* line 252, ../scss/modules/_sliderData.scss */
  .container.sliderArea .slideOne {
    background: url(../images/slider/slideOneBg.jpg) 0 0 no-repeat; }
  /* line 256, ../scss/modules/_sliderData.scss */
  .container.sliderArea .slideTwo {
    background: url(../images/slider/slideTwoBg.jpg) 0 0 no-repeat; }
  /* line 260, ../scss/modules/_sliderData.scss */
  .container.sliderArea .slideThree {
    background: url(../images/slider/slideThreeBg.jpg) 0 0 no-repeat; }

/* line 2, ../scss/modules/_thoughtFulInvestorBanner.scss */
section.thoughtFulInvestor {
  background: #e9edf4 url(../images/thoughtfulInvestorBg.jpg) 50% 50% no-repeat;
  /*margin:0 0 30px 0;*/ }
  @media (min-width: 768px) {
    /* line 2, ../scss/modules/_thoughtFulInvestorBanner.scss */
    section.thoughtFulInvestor {
      height: 240px; } }
  @media (max-width: 767px) {
    /* line 2, ../scss/modules/_thoughtFulInvestorBanner.scss */
    section.thoughtFulInvestor {
      background-image: none;
      padding: 10px 0; } }
  /* line 13, ../scss/modules/_thoughtFulInvestorBanner.scss */
  section.thoughtFulInvestor .container {
    position: relative; }
    @media (max-width: 767px) {
      /* line 13, ../scss/modules/_thoughtFulInvestorBanner.scss */
      section.thoughtFulInvestor .container {
        text-align: center; } }
    /* line 21, ../scss/modules/_thoughtFulInvestorBanner.scss */
    section.thoughtFulInvestor .container img.basantThoughtPic {
      margin-right: 20px;
      margin-top: 38px;
      float: left; }
      @media (min-width: 1280px) {
        /* line 21, ../scss/modules/_thoughtFulInvestorBanner.scss */
        section.thoughtFulInvestor .container img.basantThoughtPic {
          margin-right: 40px; } }
      @media (max-width: 991px) {
        /* line 21, ../scss/modules/_thoughtFulInvestorBanner.scss */
        section.thoughtFulInvestor .container img.basantThoughtPic {
          display: none; } }
    /* line 35, ../scss/modules/_thoughtFulInvestorBanner.scss */
    section.thoughtFulInvestor .container h6 {
      font-size: 14px;
      color: #0D1E4D;
      font-weight: 400;
      padding: 37px 0 0 0; }
    /* line 42, ../scss/modules/_thoughtFulInvestorBanner.scss */
    section.thoughtFulInvestor .container h1 {
      font-size: 30px;
      color: #0D1E4D;
      font-weight: 400; }
    /* line 49, ../scss/modules/_thoughtFulInvestorBanner.scss */
    section.thoughtFulInvestor .container span.thoughtFullBookS {
      display: none; }
      @media (max-width: 767px) {
        /* line 49, ../scss/modules/_thoughtFulInvestorBanner.scss */
        section.thoughtFulInvestor .container span.thoughtFullBookS {
          display: block;
          width: 274px;
          height: 164px;
          background: transparent url(../images/thoughtFulBookMobile.png) 0 0 no-repeat;
          margin: 10px auto; } }
    /* line 60, ../scss/modules/_thoughtFulInvestorBanner.scss */
    section.thoughtFulInvestor .container span.thoughtFullBook {
      position: absolute;
      top: 15px;
      display: block;
      width: 313px;
      height: 199px;
      background: transparent url(../images/thoughtFulBook.png) 0 0 no-repeat;
      right: 0; }
      @media (max-width: 767px) {
        /* line 60, ../scss/modules/_thoughtFulInvestorBanner.scss */
        section.thoughtFulInvestor .container span.thoughtFullBook {
          display: none; } }
    /* line 74, ../scss/modules/_thoughtFulInvestorBanner.scss */
    section.thoughtFulInvestor .container a.buyNow {
      position: absolute;
      display: block;
      width: 60px;
      height: 68px;
      right: 260px;
      top: 110px;
      text-indent: -99999px;
      background: transparent url(../images/buy-now.png) 0 0 no-repeat; }
      @media (max-width: 767px) {
        /* line 74, ../scss/modules/_thoughtFulInvestorBanner.scss */
        section.thoughtFulInvestor .container a.buyNow {
          display: none; } }
    @media (min-width: 768px) {
      /* line 88, ../scss/modules/_thoughtFulInvestorBanner.scss */
      section.thoughtFulInvestor .container p {
        padding-top: 0;
        color: #0D1E4D; } }
    /* line 96, ../scss/modules/_thoughtFulInvestorBanner.scss */
    section.thoughtFulInvestor .container a.orderNow {
      font-size: 13px;
      background-color: #eef3fc;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border-top-width: 1px;
      border-right-width: 1px;
      border-bottom-width: 1px;
      border-left-width: 1px;
      border-style: solid;
      border-color: #b8bbcd;
      padding: 4px 15px;
      margin-top: 10px;
      color: #858794; }
      /* line 104, ../scss/modules/_thoughtFulInvestorBanner.scss */
      section.thoughtFulInvestor .container a.orderNow:hover {
        background-color: #fff;
        color: #000; }
      @media (max-width: 767px) {
        /* line 96, ../scss/modules/_thoughtFulInvestorBanner.scss */
        section.thoughtFulInvestor .container a.orderNow {
          margin-bottom: 15px; } }
