@import url("https://fonts.googleapis.com/css2?family=Saira:wght@400;500;600;700&family=Ubuntu:wght@400;500&display=swap");
::-webkit-scrollbar {
  background: #ddd;
  width: 7px; }

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px #fff;
  border-radius: 50px; }

::-webkit-scrollbar-thumb {
  background: #dc3545;
  border-radius: 50px; }

ul {
  padding: 0px;
  margin: 0px; }

ul li {
  list-style: none; }

a:hover {
  text-decoration: none; }

.flow-root {
  display: flow-root; }

.left {
  position: relative;
  float: left; }

.right {
  position: relative;
  float: right; }

.nar-btn {
  padding: 14px 25px 14px 25px;
  line-height: 20px;
  margin-left: 15px;
  color: #fff !important;
  background: #fd7e14;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  border: 1px solid transparent;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 9;
  vertical-align: middle;
  text-transform: capitalize;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.mt-b-110 {
  margin-bottom: 110px; }

.p-b-190 {
  padding-bottom: 192px !important; }

.p-0 {
  padding: 0px;
  margin: 0px; }

body {
  width: 100%;
  height: auto;
  margin: 0% auto;
  font-family: "Saira", Arial, Helvetica, sans-serif; }
  body p {
    font-family: "Ubuntu", Tahoma, Geneva, sans-serif; }
  body .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 999999; }
  body .one {
    top: 0px;
    background: #45A8F1; }
  body .two {
    top: 33.3%;
    background: #1184D9; }
  body .three {
    top: 66.6%;
    background: #0F77C4; }
  body #wrapper {
    width: 100%;
    height: auto;
    margin: 0% auto;
    overflow: hidden !important; }
    body #wrapper .title-header {
      text-align: center; }
      body #wrapper .title-header h5 {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 1.5px;
        color: #fd7e14;
        margin-top: 5px;
        margin-bottom: 5px; }
      body #wrapper .title-header h2 {
        font-weight: 600;
        font-size: 35px;
        line-height: 42px;
        color: #002F4A;
        margin-bottom: 18px; }
    body #wrapper header {
      width: 100%;
      height: auto;
      z-index: 999;
      position: relative; }
      body #wrapper header .top-bar-nav {
        background: #002F4A; }
        body #wrapper header .top-bar-nav .top-contact {
          margin-top: 14px; }
          body #wrapper header .top-bar-nav .top-contact li {
            display: inline-block;
            color: #fff;
            margin-left: 10px;
            font-size: 13px; }
            body #wrapper header .top-bar-nav .top-contact li .fa {
              color: #fd7e14;
              margin-right: 5px;
              font-size: 20px; }
        body #wrapper header .top-bar-nav .top-social-links {
          float: left;
          margin-top: 14px; }
          body #wrapper header .top-bar-nav .top-social-links .social-icons li {
            display: inline-block;
            margin: 0px 10px; }
            body #wrapper header .top-bar-nav .top-social-links .social-icons li a .fa {
              color: #fff; }
      body #wrapper header .menu-bar {
        width: 100%;
        height: auto;
        background: #fff;
        position: relative; }
        body #wrapper header .menu-bar .menu {
          margin-top: 35px; }
          body #wrapper header .menu-bar .menu nav {
            position: relative; }
            body #wrapper header .menu-bar .menu nav ul {
              position: relative; }
              body #wrapper header .menu-bar .menu nav ul li {
                display: inline-block;
                position: relative; }
                body #wrapper header .menu-bar .menu nav ul li a {
                  font-size: 16px;
                  font-weight: 600;
                  padding: 0px 15px;
                  color: #000;
                  position: relative; }
                  body #wrapper header .menu-bar .menu nav ul li a:hover .fa-angle-down {
                    transform: rotate(180deg); }
                body #wrapper header .menu-bar .menu nav ul li ul {
                  display: block;
                  background: #fff;
                  min-width: 450px;
                  position: absolute;
                  margin-top: 5px;
                  box-shadow: 0 2px 5px #000;
                  transition: 0.8s;
                  opacity: 0;
                  visibility: hidden;
                  transform: translateY(40px);
                  z-index: 9999; }
                  body #wrapper header .menu-bar .menu nav ul li ul li {
                    z-index: 9999;
                    border-bottom: 1px solid #002F4A;
                    padding: 0px;
                    width: 100%; }
                    body #wrapper header .menu-bar .menu nav ul li ul li a {
                      margin-left: 0px;
                      z-index: 9999;
                      color: #000;
                      padding: 10px 25px;
                      display: block; }
                body #wrapper header .menu-bar .menu nav ul li:hover ul {
                  opacity: 1;
                  visibility: visible;
                  transform: translateY(0px); }
                body #wrapper header .menu-bar .menu nav ul li .active {
                  color: #fd7e14; }
        body #wrapper header .menu-bar .top-header-content .top-header-call {
          position: absolute;
          top: 0;
          padding: 0 13px 0 12px;
          color: #fff;
          border-bottom-right-radius: 30px;
          border-bottom-left-radius: 30px;
          width: 44px;
          padding-top: 17px;
          height: 0px;
          overflow: hidden;
          transition: all .5s ease-in-out;
          -moz-transition: all .5s ease-in-out;
          -webkit-transition: all .5s ease-in-out;
          -o-transition: all .5s ease-in-out;
          z-index: 1;
          background: #fd7e14;
          float: left;
          opacity: 0; }
          body #wrapper header .menu-bar .top-header-content .top-header-call h4 {
            font-size: 14px;
            line-height: 19px;
            color: #fff;
            white-space: pre;
            transform: rotate(90deg);
            letter-spacing: .5px;
            font-weight: 400; }
          body #wrapper header .menu-bar .top-header-content .top-header-call .icon {
            line-height: 39px;
            margin-left: -1px;
            vertical-align: bottom;
            position: absolute;
            bottom: 0; }
            body #wrapper header .menu-bar .top-header-content .top-header-call .icon .fa {
              border: 1px solid #fff;
              border-radius: 50%;
              width: 24px;
              height: 24px;
              font-size: 14px;
              padding-top: 4px;
              text-align: center; }
        body #wrapper header .menu-bar .top-header-content .header-phone-mail {
          vertical-align: middle;
          display: inline-block;
          text-align: left;
          padding-left: 62px;
          margin-top: 25px; }
          body #wrapper header .menu-bar .top-header-content .header-phone-mail h2 {
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 3px;
            font-weight: 600;
            color: #fd7e14; }
          body #wrapper header .menu-bar .top-header-content .header-phone-mail h3 {
            font-size: 15px;
            line-height: 19px;
            margin-bottom: 0px;
            font-weight: 400;
            color: #000; }
        body #wrapper header .menu-bar .menu-icon {
          width: 50px;
          height: 50px;
          float: right;
          position: relative;
          margin-top: 30px;
          cursor: pointer;
          z-index: 1;
          box-sizing: border-box;
          display: none; }
          body #wrapper header .menu-bar .menu-icon span {
            width: 35px;
            height: 3px;
            margin-left: 6px;
            position: absolute;
            top: 22px;
            display: block;
            background: #002F4A;
            transition: 0.5s;
            z-index: 1; }
            body #wrapper header .menu-bar .menu-icon span:nth-child(1) {
              transform: translateY(-10px);
              width: 25px;
              margin-left: 15px; }
            body #wrapper header .menu-bar .menu-icon span:nth-child(3) {
              transform: translateY(10px);
              width: 25px;
              margin-left: 15px; }
        body #wrapper header .menu-bar .menu-icon.active span:nth-child(1) {
          transform: rotate(45deg);
          transition: 0.5s; }
        body #wrapper header .menu-bar .menu-icon.active span:nth-child(2) {
          transform: translateX(100px);
          opacity: 0;
          transition: 0.5s; }
        body #wrapper header .menu-bar .menu-icon.active span:nth-child(3) {
          transform: rotate(-45deg);
          transition: 0.5s; }
    body #wrapper .sa-slider {
      width: 100%;
      height: auto;
      overflow: hidden; }
      body #wrapper .sa-slider .col-md-12 {
        padding: 0px;
        margin: 0px; }
        body #wrapper .sa-slider .col-md-12 .carousel-item {
          background: #000; }
          body #wrapper .sa-slider .col-md-12 .carousel-item img {
            opacity: 0.5; }
        body #wrapper .sa-slider .col-md-12 .carousel-caption {
          width: 600px;
          position: absolute;
          right: 15%;
          bottom: 20px;
          left: 15%;
          z-index: 10;
          padding-top: 20px;
          padding-bottom: 8%;
          text-align: left; }
          body #wrapper .sa-slider .col-md-12 .carousel-caption h1 {
            font-size: 75px;
            color: #fff;
            font-weight: 600; }
            body #wrapper .sa-slider .col-md-12 .carousel-caption h1 span {
              color: #fd7e14; }
          body #wrapper .sa-slider .col-md-12 .carousel-caption h2 {
            font-size: 40px;
            color: #fff;
            font-weight: 600; }
        body #wrapper .sa-slider .col-md-12 .carousel-indicators li {
          position: relative;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          margin-right: 3px;
          margin-left: 3px;
          text-indent: -999px;
          cursor: pointer;
          background-color: #fff;
          opacity: 1; }
        body #wrapper .sa-slider .col-md-12 .carousel-indicators .active {
          background-color: #fd7e14;
          width: 20px;
          height: 10px;
          border-radius: 50%; }
    body #wrapper .sa-about {
      width: 100%;
      height: auto;
      padding: 30px 0px; }
      body #wrapper .sa-about .img {
        width: 100%;
        height: auto; }
        body #wrapper .sa-about .img img {
          width: 100%; }
      body #wrapper .sa-about .content {
        margin-top: 40px; }
        body #wrapper .sa-about .content .title-header {
          text-align: left; }
        body #wrapper .sa-about .content p {
          font-weight: 400;
          font-size: 15px;
          line-height: 25px;
          color: #546367; }
    body #wrapper .sa-services {
      width: 100%;
      height: auto;
      padding: 50px 0px;
      background: #fd7e14; }
      body #wrapper .sa-services .sa-card {
        margin-bottom: 30px; }
      body #wrapper .sa-services .title-header h5 {
        color: #fff; }
      body #wrapper .sa-services .wrap {
        width: 100%;
        overflow: hidden;
        padding-bottom: 45px;
        position: relative;
        margin-top: 30px;
        transform-style: preserve-3d; }
        body #wrapper .sa-services .wrap .profile {
          max-width: 320px;
          height: 385px;
          padding: 25px;
          padding-bottom: 255px;
          background: #fff;
          border-radius: 3px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.05);
          position: relative;
          z-index: 5;
          cursor: pointer;
          transform-style: preserve-3d; }
          body #wrapper .sa-services .wrap .profile .img {
            border-style: 0 0 10px rgba(0, 0, 0, 0.1);
            position: absolute;
            bottom: -59px;
            right: -55px;
            width: 100%;
            height: 300px;
            border-radius: 9px;
            overflow: hidden;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            transition: all 0.5s;
            transform-style: preserve-3d; }
            body #wrapper .sa-services .wrap .profile .img:after {
              content: '';
              position: absolute;
              background: white;
              width: 250%;
              height: 100%;
              top: -200%;
              left: -70%;
              transform: rotateZ(-45deg);
              opacity: 0.2;
              transition: all 0.5s; }
          body #wrapper .sa-services .wrap .profile .title {
            font-size: 22px;
            font-weight: 550;
            margin-bottom: 5px;
            position: relative;
            text-transform: uppercase;
            color: #333;
            top: 8px;
            color: #000;
            transform-style: preserve-3d; }
            body #wrapper .sa-services .wrap .profile .title:after {
              content: '';
              position: absolute;
              left: -8px;
              bottom: 3px;
              width: 0;
              height: 10px;
              background: deepskyblue;
              z-index: -1;
              transition: all 0.5s; }
          body #wrapper .sa-services .wrap .profile .content {
            font-family: tahoma;
            font-size: 13px;
            line-height: 19px;
            margin-bottom: 15px;
            opacity: 0.4;
            position: relative;
            left: 8px;
            top: 5px;
            transform-style: preserve-3d; }
      body #wrapper .sa-services .wrap:hover .img {
        transform: translateZ(60px); }
      body #wrapper .sa-services .wrap:hover .img:after {
        top: 200%; }
      body #wrapper .sa-services .wrap:hover .title:after {
        width: 90%; }
    body #wrapper .sa-expart {
      width: 100%;
      height: auto;
      padding: 60px 0px; }
      body #wrapper .sa-expart .card {
        border-radius: 0px;
        border: 1px solid rgba(0, 0, 0, 0);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
        padding: 0px;
        margin-top: 30px; }
      body #wrapper .sa-expart .card-body {
        margin-top: 25px; }
      body #wrapper .sa-expart .card-title {
        font-weight: 600;
        font-size: 30px;
        color: #dc3545;
        margin-bottom: 0px; }
      body #wrapper .sa-expart .card-text {
        margin-bottom: 0px;
        margin-top: -4px; }
      body #wrapper .sa-expart .sa-card-text {
        margin-top: 8px; }
    body #wrapper .sa-blog {
      width: 100%;
      height: auto;
      padding: 60px 0px;
      background: #f4f4f5; }
      body #wrapper .sa-blog .col-md-4 {
        display: flex; }
      body #wrapper .sa-blog .box {
        width: 100%;
        height: auto;
        background: #fff;
        margin-top: 20px;
        box-shadow: 5px 9px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: 0.3s ease-in-out; }
        body #wrapper .sa-blog .box .thumb {
          width: 100%;
          height: 200px;
          overflow: hidden;
          transition: 0.4s ease-in-out; }
          body #wrapper .sa-blog .box .thumb img {
            width: 100%;
            height: auto; }
        body #wrapper .sa-blog .box .content {
          padding: 20px;
          position: relative; }
          body #wrapper .sa-blog .box .content .news-meta-date {
            position: absolute;
            right: 20px;
            text-align: center;
            width: 80px;
            height: 80px;
            background: linear-gradient(90deg, #4cbcd3 0%, #018cc4 100%);
            color: #fff;
            border-radius: 50%;
            top: -40px;
            box-shadow: 0px 8px 16px 0px rgba(4, 142, 197, 0.2);
            z-index: 9; }
            body #wrapper .sa-blog .box .content .news-meta-date span {
              display: block;
              font-size: 30px;
              font-weight: 700;
              margin-top: 13px;
              margin-bottom: 2px;
              color: #fff; }
            body #wrapper .sa-blog .box .content .news-meta-date .month {
              margin-top: -16px; }
          body #wrapper .sa-blog .box .content .news-meta {
            margin-bottom: 10px; }
            body #wrapper .sa-blog .box .content .news-meta ul li {
              display: inline-block;
              margin-right: 10px; }
              body #wrapper .sa-blog .box .content .news-meta ul li a {
                color: #003242;
                font-weight: 700; }
                body #wrapper .sa-blog .box .content .news-meta ul li a .fa {
                  background: linear-gradient(90deg, #4cbcd3 0%, #018cc4 100%);
                  background-clip: text;
                  -webkit-background-clip: text;
                  -webkit-text-fill-color: transparent; }
          body #wrapper .sa-blog .box .content h4 {
            font-weight: 700;
            margin-top: 6px;
            margin-bottom: 5px;
            font-size: 17px; }
          body #wrapper .sa-blog .box .content span {
            font-weight: 500;
            color: #dc3545; }
          body #wrapper .sa-blog .box .content p {
            color: #546367; }
          body #wrapper .sa-blog .box .content .btn1 {
            font-weight: 700;
            color: #003242;
            position: relative;
            padding-bottom: 2px;
            float: right; }
          body #wrapper .sa-blog .box .content .btn1 .fa-long-arrow-right {
            transition: 0.3s; }
          body #wrapper .sa-blog .box .content .btn1:hover .fa-long-arrow-right {
            transform: translateX(5px); }
        body #wrapper .sa-blog .box:hover {
          transform: translateY(-20px); }
      body #wrapper .sa-blog .box:hover .thumb {
        transform: scale(1.1); }
      body #wrapper .sa-blog .sa-btn {
        text-align: center;
        margin-top: 45px; }
    body #wrapper .sa-testimonial {
      width: 100%;
      height: auto;
      margin: 0% auto;
      padding: 60px 0px;
      position: relative;
      background-color: #002F4A;
      z-index: 1; }
      body #wrapper .sa-testimonial:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image: url(../img/row-bgimage-2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        z-index: -1;
        opacity: 0.05; }
      body #wrapper .sa-testimonial .title-header {
        margin-bottom: 40px; }
        body #wrapper .sa-testimonial .title-header h2 {
          color: #fd7e14; }
      body #wrapper .sa-testimonial .testimonial {
        height: 280px;
        background: #fff;
        text-align: center;
        padding: 30px 30px 30px;
        margin: 0 15px 130px;
        position: relative; }
      body #wrapper .sa-testimonial .testimonial:before,
      body #wrapper .sa-testimonial .testimonial:after {
        content: "";
        border-top: 40px solid #fff;
        border-right: 125px solid transparent;
        position: absolute;
        bottom: -40px;
        left: 0; }
      body #wrapper .sa-testimonial .testimonial:after {
        border-right: none;
        border-left: 125px solid transparent;
        left: auto;
        right: 0; }
      body #wrapper .sa-testimonial .testimonial .description {
        font-size: 16px;
        color: #777;
        text-align: justify;
        margin-bottom: 30px;
        opacity: 0.9;
        letter-spacing: -1px; }
      body #wrapper .sa-testimonial .testimonial .testimonial-content {
        width: 100%;
        position: absolute;
        left: 0; }
      body #wrapper .sa-testimonial .testimonial .pic {
        display: inline-block;
        border: 6px solid #fff;
        border-radius: 50%;
        box-shadow: 0 0 2px 2px #fd7e14;
        overflow: hidden;
        z-index: 1;
        position: relative; }
      body #wrapper .sa-testimonial .testimonial .pic img {
        width: 100%;
        height: auto; }
      body #wrapper .sa-testimonial .testimonial .title {
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: capitalize;
        margin: 0 0 5px 0; }
      body #wrapper .sa-testimonial .testimonial .post {
        display: block;
        font-size: 14px;
        color: #fd7e14; }
      body #wrapper .sa-testimonial .owl-theme .owl-controls {
        margin-top: 20px; }
      body #wrapper .sa-testimonial .owl-theme .owl-controls .owl-page span {
        width: 32px;
        height: 10px;
        background: #fff;
        border: 2px solid #bd986b;
        margin: 5px;
        opacity: 1; }
      body #wrapper .sa-testimonial .owl-theme .owl-controls .owl-page.active span,
      body #wrapper .sa-testimonial .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: #ffd9b8;
        border-color: #fff; }
      body #wrapper .sa-testimonial .pic img {
        width: 100px !important;
        height: 50px; }
    body #wrapper .sa-fact {
      width: 100%;
      height: auto;
      padding: 60px 0px;
      padding-bottom: 160px;
      position: relative; }
      body #wrapper .sa-fact:after {
        position: absolute;
        content: "";
        background-image: url(../img/map.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        background-position: center center; }
      body #wrapper .sa-fact .title-header h2 {
        font-size: 36px;
        line-height: 1.2;
        font-weight: 600; }
    body #wrapper footer {
      width: 100%;
      height: auto;
      padding: 60px 0px;
      padding-bottom: 10px;
      background: #002F4A; }
      body #wrapper footer .col-md-7,
      body #wrapper footer .col-md-8 {
        padding: 0px;
        margin: 0px; }
      body #wrapper footer .footer-contact {
        background: #f4f4f6;
        padding: 50px;
        box-shadow: 0px 16px 32px 0px rgba(156, 156, 156, 0.2);
        border-radius: 16px;
        margin-top: -200px; }
        body #wrapper footer .footer-contact .call {
          padding-bottom: 25px;
          border-bottom: 2px solid #ebebeb;
          margin-bottom: 5px;
          display: flow-root; }
          body #wrapper footer .footer-contact .call .call-icon .fa {
            font-size: 70px;
            color: #fd7e14;
            margin-right: 30px; }
          body #wrapper footer .footer-contact .call .call-text h6 {
            font-weight: 400;
            color: #647589;
            display: block;
            margin-bottom: 0; }
          body #wrapper footer .footer-contact .call .call-text span {
            font-size: 24px;
            font-weight: 700;
            color: #13232f; }
        body #wrapper footer .footer-contact .footer-content p {
          font-size: 14px;
          font-weight: normal;
          line-height: 26px;
          color: #647589;
          margin-bottom: 15px; }
        body #wrapper footer .footer-contact .footer-logo .img {
          width: 300px;
          margin: 0% auto; }
          body #wrapper footer .footer-contact .footer-logo .img img {
            width: 100%;
            height: auto; }
        body #wrapper footer .footer-contact .footer-mail ul li {
          font-size: 18px;
          color: #647589;
          margin-bottom: 12px; }
          body #wrapper footer .footer-contact .footer-mail ul li .fa {
            margin-right: 15px; }
      body #wrapper footer .map {
        width: 100%;
        height: auto; }
        body #wrapper footer .map iframe {
          width: 100%;
          height: 250px; }
      body #wrapper footer .quick-link h2 {
        font-size: 22px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
		padding-top:15px; }
      body #wrapper footer .quick-link ul li {
        list-style: none; }
        body #wrapper footer .quick-link ul li a {
          color: #fd7e14;
          margin-left: 18px; }
      body #wrapper footer .copy-right {
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        padding: 20px 20px 0px 20px;
        margin-top: 25px; }
        body #wrapper footer .copy-right p {
          color: #fff;
          text-align: center; }
          body #wrapper footer .copy-right p a {
            color: #fd7e14; }
    body #wrapper .sa-services-inner-page {
      width: 100%;
      height: auto;
      padding: 60px 0px; }
      body #wrapper .sa-services-inner-page h4 {
        font-weight: 600;
        font-size: 25px;
        line-height: 42px;
        color: #002F4A;
        margin-bottom: 18px; }
      body #wrapper .sa-services-inner-page ul li {
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        color: #000; }
    body #wrapper .sa-bg {
      width: 100%;
      height: auto;
      margin: 0px auto; }
      body #wrapper .sa-bg .col-md-12 {
        padding: 0px;
        margin: 0px; }
    body #wrapper .sa-accordion {
      width: 100%;
      height: auto;
      background: #d8eefe;
      padding: 30px 0px; }
    body #wrapper .sa-accordion .content {
      margin: 20px auto;
      width: 100%; }
    body #wrapper .accordion__item {
      background: #fffffe;
      border-radius: 4px; }
    body #wrapper .accordion__item:not(:last-child) {
      margin-bottom: 15px; }
    body #wrapper .accordion__header {
      padding: 20px;
      padding-right: 50px;
      font-weight: 600;
      font-size: 1.25rem;
      color: #094067;
      position: relative;
      cursor: pointer;
      font-family: 'Playfair Display', serif; }
    body #wrapper .accordion__header::after {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      background: url("../img/arrow-down-blue.svg") no-repeat center;
      background-size: contain;
      transition: all .4s ease; }
    body #wrapper .accordion__body {
      padding: 0 40px 20px 20px;
      font-weight: 300;
      color: #5f6c7b;
      font-size: 14px;
      line-height: 1.5;
      display: none; }
    body #wrapper .accordion__body h4 {
      color: #E91E63;
      text-transform: capitalize;
      margin-bottom: 30px;
      line-height: 1.25;
      margin-bottom: 0;
      font-size: 19px; }
    body #wrapper .open-accordion .accordion__body {
      display: block; }
    body #wrapper .open-accordion .accordion__header::after {
      transform: rotate(-180deg); }
    body #wrapper .sa-contact {
      width: 100%;
      height: auto;
      padding: 60px 0px;
      background: #f4f4f5; }
      body #wrapper .sa-contact .login {
        width: 100%;
        box-sizing: border-box;
        padding: 40px;
        background: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
        body #wrapper .sa-contact .login h2 {
          font-weight: 600;
          font-size: 35px;
          line-height: 42px;
          color: #002F4A;
          margin-bottom: 18px;
          margin-bottom: 20px; }
      body #wrapper .sa-contact .login .input-group {
        position: relative;
        width: 100%;
        margin-bottom: 25px; }
      body #wrapper .sa-contact .login .input-group input {
        height: 40px;
        width: 100%;
        padding: 0px;
        box-sizing: border-box;
        font-size: 18px;
        outline: none;
        border: none;
        border-bottom: 1px solid #000; }
      body #wrapper .sa-contact .login .input-group span {
        position: absolute;
        top: 12px;
        left: 3px;
        padding: 0;
        transition: 0.5s;
        pointer-events: none;
        background: #fff; }
      body #wrapper .sa-contact .login .input-group input:focus ~ span,
      body #wrapper .sa-contact .login .input-group input:valid ~ span {
        top: -12px;
        left: 12px;
        font-size: 12px;
        padding: 2px 4px;
        border: 1px solid #000;
        background: #000;
        color: #fd7e14; }
      body #wrapper .sa-contact .btn1 {
        font-weight: 700;
        color: #003242;
        position: relative;
        padding-bottom: 2px; }
      body #wrapper .sa-contact .map {
        width: 100%;
        height: auto; }
        body #wrapper .sa-contact .map iframe {
          width: 100%;
          height: 426px; }

@media only screen and (max-width: 1243px) {
  body #wrapper header .top-bar-nav .top-social-links {
    display: none; }
  body #wrapper header .menu-bar .menu nav ul li a {
    font-size: 15px;
    padding: 0px 6px; } }
@media only screen and (max-width: 1100px) {
  body #wrapper header .menu-bar .menu nav ul li a {
    font-size: 13px;
    padding: 0px 6px; }
  body #wrapper header .menu-bar .top-header-content {
    display: none; } }
@media only screen and (max-width: 990px) {
  body #wrapper header .top-bar-nav {
    display: none; }
  body #wrapper header .menu-bar .menu {
    margin-top: 0px;
    position: absolute;
    width: 40%;
    z-index: 9;
    transition: 0.3s ease-in-out;
    background: #002F4A;
    left: -10px;
    top: 100%;
    opacity: 0;
    transform: translateX(-100%); }
    body #wrapper header .menu-bar .menu nav {
      width: 100%; }
      body #wrapper header .menu-bar .menu nav ul li {
        padding: 6px 0px;
        display: block;
        border-bottom: 1px solid #fff; }
        body #wrapper header .menu-bar .menu nav ul li a {
          font-size: 15px;
          padding: 15px 40px;
          display: block;
          color: #fff; }
  body #wrapper header .menu-bar .menu.active {
    transform: translateX(0%);
    opacity: 1; }
  body #wrapper header .menu-bar .menu-icon {
    display: block; } }
@media only screen and (max-width: 480px) {
  body #wrapper .title-header {
    text-align: center; }
    body #wrapper .title-header h2 {
      font-weight: 600;
      font-size: 25px;
      line-height: 32px;
      color: #002F4A;
      margin-bottom: 18px; }
  body #wrapper header .menu-bar .menu-icon {
    margin-top: 15px; }
  body #wrapper header .menu-bar .logo img {
    width: 220px; }
  body #wrapper header .menu-bar .menu {
    width: 70%; }
  body #wrapper .sa-blog .box .content h4 {
    font-size: 20px; }
  body #wrapper .sa-fact .title-header h2 {
    font-size: 28px; }
  body #wrapper footer .footer-contact {
    background: #f4f4f6;
    padding: 50px;
    box-shadow: 0px 16px 32px 0px rgba(156, 156, 156, 0.2);
    border-radius: 16px;
    margin-top: -200px; }
    body #wrapper footer .footer-contact .call {
      padding-bottom: 25px;
      border-bottom: 2px solid #ebebeb;
      margin-bottom: 5px;
      display: flow-root; }
      body #wrapper footer .footer-contact .call .call-icon .fa {
        font-size: 40px;
        color: #fd7e14;
        margin-right: 30px;
        display: none; }
      body #wrapper footer .footer-contact .call .call-text h6 {
        font-weight: 400;
        color: #647589;
        display: block;
        margin-bottom: 0; }
      body #wrapper footer .footer-contact .call .call-text span {
        font-size: 26px;
        font-weight: 700;
        color: #13232f; }
    body #wrapper footer .footer-contact .footer-content p {
      font-size: 14px;
      font-weight: normal;
      line-height: 26px;
      color: #647589;
      margin-bottom: 15px; }
    body #wrapper footer .footer-contact .footer-logo .img {
      width: 100%;
      margin: 0% auto; }
      body #wrapper footer .footer-contact .footer-logo .img img {
        width: 100%;
        height: auto; }
    body #wrapper footer .footer-contact .footer-mail ul li {
      font-size: 18px;
      color: #647589;
      margin-bottom: 12px; }
      body #wrapper footer .footer-contact .footer-mail ul li .fa {
        margin-right: 15px; } }

/*# sourceMappingURL=custom.css.map */

.MyTitle {
font-weight: 400;
font-size: 26px;
line-height: 36px;
color: #002F4A;
margin-bottom: 10px;
}

a.MyQMenu:link {
	color: #333333;
	text-decoration: none;
}
a.MyQMenu:visited {
	text-decoration: none;
	color: #333333;
}
a.MyQMenu:hover {
	text-decoration: none;
	color: #FF6600;
}
a.MyQMenu:active {
	text-decoration: none;
}

a.MyQMenuMain:link {
	color: #333333;
	text-decoration: none;
	text-transform:uppercase;
}
a.MyQMenuMain:visited {
	text-decoration: none;
	color: #333333;
	text-transform:uppercase;
}
a.MyQMenuMain:hover {
	text-decoration: none;
	color: #8CC63F;
	text-transform:uppercase;
}
a.MyQMenuMain:active {
	text-decoration: none;
	text-transform:uppercase;
}

.MyBullets li {
    display: block;
	padding-left:30px;
    color: #546367;
}

.MyBullets li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\2022"; /*"\e080";*/
    font-family: 'Glyphicons Halflings';
    font-size: 18px;
    float: left;
    margin-top: -4px;
    margin-left: -17px;
    color: #546367;
}
