/* #Fonts  Styles
================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;700&display=swap" rel="stylesheet');
/* #Reset & Basics================================================== */
* {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #979797;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

html {
  font-size: 16px; }

/* #Typography================================================== */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Domine", serif;
  color: #111; }

h1, .h1 {
  font-size: 2rem; }

h2, .h2 {
  font-size: 1.625rem; }

h3, .h3 {
  font-size: 1rem;
  font-weight: 600; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto; }

/*custom*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #111; }

h3:hover a {
  color: #fe6847; }

/*custom*/
/* #Links================================================== */
a {
  color: #111; }
  a:hover {
    color: #0183d8;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]) + hover-focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease; }

/* #Lists================================================== */
ul, ol {
  margin: 0;
  padding: 0; }

ul, ol, li {
  list-style: none; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

::focus {
  outline: 0; }

/* #text color================================================== */
.text-white {
  color: #fff !important; }

.text-primary {
  color: #0849ba !important; }

.text-accent {
  color: #fe6847 !important; }

.text-green {
  color: #1ba000 !important; }

/* #bg color================================================== */
.bg-white {
  background: #fff !important; }

.bg-primary {
  background: #0849ba !important; }

.bg-accent {
  background: #fe6847 !important; }

.bg-marun {
  background: #293743 !important; }

.bg-blue-light {
  background: #0ea1ec !important; }

/* #border color================================================== */
.border-white {
  border: 1px solid #fff; }

/* #spaceing================================================== */
.m-t-0 {
  margin-top: 0; }

.m-t-10 {
  margin-top: 10px; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-30 {
  margin-top: 30px; }

.m-t-40 {
  margin-top: 40px; }

.m-t-50 {
  margin-top: 50px; }

.m-t-60 {
  margin-top: 60px; }

.m-t-70 {
  margin-top: 70px; }

.m-t-80 {
  margin-top: 80px; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-30 {
  margin-bottom: 30px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-b-60 {
  margin-bottom: 60px; }

.m-b-70 {
  margin-bottom: 70px; }

.m-b-80 {
  margin-bottom: 80px; }

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0; }

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0; }

.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.m-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.m-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.m-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.m-tb-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.m-tb-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.p-t-0 {
  padding-top: 0; }

.p-t-10 {
  padding-top: 10px; }

.p-t-20 {
  padding-top: 20px; }

.p-t-30 {
  padding-top: 30px; }

.p-t-40 {
  padding-top: 40px; }

.p-t-50 {
  padding-top: 50px; }

.p-t-60 {
  padding-top: 60px; }

.p-t-70 {
  padding-top: 70px; }

.p-t-80 {
  padding-top: 80px; }

.p-t-100 {
  padding-top: 100px; }

.p-b-0 {
  padding-bottom: 0; }

.p-b-10 {
  padding-bottom: 10px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-b-40 {
  padding-bottom: 40px; }

.p-b-50 {
  padding-bottom: 50px; }

.p-b-60 {
  padding-bottom: 60px; }

.p-b-70 {
  padding-bottom: 70px; }

.p-b-80 {
  padding-bottom: 80px; }

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0; }

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0; }

.p-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.p-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.p-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.p-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.p-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.p-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.p-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.p-all {
  padding: 0; }

.p-all-15 {
  padding: 15px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

/* #block ================================================== */
.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.font-bold {
  font-weight: bold; }

/* #Header  Styles ================================================== */
.header__top {
  background: #f4f4f4;
  height: 30px; }

.header__middle {
  padding: 0.94em 0; }

.header__middle-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  .header__middle-right .contact {
    margin-right: 1.25rem; }

.visit {
  font-size: 0.8125rem;
  color: #0849ba; }

.contactInfo {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  .contactInfo span {
    display: block;
    margin-bottom: 5px; }
  .contactInfo__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .contactInfo img {
    margin-right: 0.95em; }
  .contactInfo__call-text {
    color: #111;
    font-weight: 500; }
  .contactInfo__call {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contactInfo__call img {
      margin-right: 0.95em; }
  .contactInfo__t {
    font-size: 13px; }
  .contactInfo__text {
    line-height: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .contactInfo__number {
    display: block;
    font-size: 0.8125rem;
    font-size: 13px; }
  .contactInfo__title {
    font-weight: 500;
    color: #111; }

.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .logo a img {
    margin-right: 1.25em; }

.logo__slogan {
  line-height: 1;
  font-family: "Domine", serif;
  text-transform: uppercase; }

.logo__slogan-up {
  font-size: 2rem;
  color: #fe6847;
  font-weight: bold;
    font-weight--webkit-text-stroke: 2px red; }

.logo__slogan-down {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #898989;
  text-align: right;
  font-style: italic; }

.sticky {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-animation: anime 0.2s ease;
          animation: anime 0.2s ease; }

@-webkit-keyframes anime {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

.desktop-menu {
  display: block; }

.mobile-menu {
  display: none; }

.menu {
  background: #0849ba; }

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #0849ba;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 50px; }

.nav-list li {
  position: relative; }

@media screen and (min-width: 800px) {
  .nav-list > li.active a,
  .nav-list > li:hover > a,
  .sub-menu > li:hover > a,
  .sub-menu .sub-menu > li:hover > a {
    background: #fe6847; } }

.nav-list a {
  display: block;
  padding: 0 0.9em;
  color: #fff;
  font-size: 1.027rem;
  font-weight: bold;
  text-transform: uppercase; }

.sub-menu li {
  border-bottom: 1px solid #0a5ceb; }

.sub-menu li:last-child {
  border-bottom: 0 !important; }

.sub-menu a,
.sub-menu .sub-menu a {
  background: #0849ba; }

.sub-menu {
  position: absolute;
  width: 200px;
  z-index: 1000;
  top: 160%;
  background: #0849ba;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden; }

.sub-menu .sub-menu {
  top: 0;
  left: 140%; }

.nav-list li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%; }

.sub-menu li:hover > .sub-menu {
  top: 0;
  left: 100%; }

.navbar-toggle {
  display: none; }

.navClose {
  display: none; }

.nav-list a:focus {
  outline: none; }

.sub-menu-toggle .fa {
  float: right;
  margin-top: 14px;
  margin-left: 5px; }

.sub-menu li {
  line-height: 2.5; }

@media (min-width: 800px) and (max-width: 992px) {
  .sub-menu {
    width: 17em; } }

@media (min-width: 769px) and (max-width: 1200px) {
  .nav-list a {
    font-size: 17px;
    padding: 0 0.9rem; } }

@media screen and (max-width: 767px) {
  .desktop-menu {
    display: none; }
  .mobile-menu {
    display: block; }
  .contact-info li {
    font-size: 11px; }
  .menu .container {
    padding: 0; }
  .navbar-toggle:focus {
    outline: none; }
  .nav-list {
    -ms-flex-wrap: initial;
        flex-wrap: initial; }
  .nav-list a {
    font-size: 0.96rem; }
  .nav-list li {
    border-bottom: 1px solid #30a2ca;
    line-height: 2.8; }
  .sub-menu-toggle .fa {
    margin-top: 11px;
    margin-left: 0;
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 25px;
    background: #fe927a;
    display: inline-block; }
  .nav-list {
    width: 100%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 0; }
  .menu {
    position: absolute;
    width: 80%;
    left: -130%;
    top: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, left 0.2s ease, visibility 0.2s;
    transition: opacity 0.2s, left 0.2s ease, visibility 0.2s; }
  .menu.open {
    left: 0;
    opacity: 1;
    visibility: visible; }
  .navClose {
    position: absolute;
    left: -30px;
    top: 0px;
    display: block;
    color: #fff;
    height: 30px;
    width: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    background: #333;
    line-height: 30px;
    cursor: pointer;
    background: #fe6847; }
  .navbar-toggle span.remove::before {
    content: "\f00d"; }
  .navbar-toggle:focus {
    outline: none; }
  .nav-list > li.active a {
    background: transparent; }
  .navbar-toggle {
    position: absolute;
    right: 20px;
    top: 0;
    display: block;
    border: none;
    background: none;
    font-size: 20px; }
  .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    border-left: 3px solid #fe927a;
    margin-left: 1em;
    display: none;
    width: 100%; }
  .sub-menu.active {
    display: block; }
  .sub-menu li {
    line-height: 3; }
  .sub-menu a {
    padding-right: 1.8em; }
  .sub-menu .sub-menu a {
    padding-right: 2.6em; } }

/* #Flexslider  Styles ================================================== */
.flex-control-nav {
  display: none; }

.carousel-item img {
  width: 100%; }

.banner,
.flexslider,
.slides,
.slider {
  position: relative; }

.flexslider .slides > li {
  position: relative; }

.flexslider {
  margin: 0;
  border: 0; }

.owl-pagination {
  position: relative; }

.banner__text {
  position: absolute;
  left: 60px;
  top: calc(50% + 80px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px 0 10px 80px;
  width: 100%;
  color: #fff; }
  .banner__text h1 {
    font-size: 4.06rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
    font-family: "Domine", serif;
    font-weight: bold; }

.flex-direction-nav .flex-prev {
  background: url(../images/left_arrow.png) no-repeat left top;
  width: 65px;
  height: 65px;
  text-indent: -9999px; }

.flex-direction-nav .flex-next {
  background: url(../images/right_arrow.png) no-repeat left top;
  width: 65px;
  height: 65px;
  text-indent: -9999px; }

.flex-direction-nav .flex-next {
  text-align: left; }

/* #Footer  Styles================================================== */
.footer {
  padding-top: 40px;
  background: #0849ba;
  color: #fff;
  margin-top: 40px;
  font-size: 0.9375rem; }
  .footer h2 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    position: relative;
    color: #fe6847;
    text-transform: uppercase; }
    .footer h2::after {
      content: '';
      display: block;
      width: 35px;
      height: 2px;
      background: #fe6847;
      margin-top: 2px; }
    .footer h2 h3 {
      color: #fff; }

.footer,
.footer a,
.footer p {
  color: #fff; }

.email {
  margin-top: 20px; }

address {
  line-height: 1.4; }

footer address p span {
  color: #fff; }

address p {
  position: relative;
  padding-left: 20px; }

address .address::before {
  content: "\f041";
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  color: #fff; }

address .phone::before {
  content: "\f095";
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  color: #fff; }

address .email::before {
  content: "\f003";
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  color: #fff; }

.footer__social-media a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
    display-justify-content: center;
    display-align-items: center;
  border-radius: 100%;
    border-radius-width: 32px;
    border-radius-height: 32px; }

.footer__social-media .fa-facebook-round {
  border: 1px solid #8888f4;
  color: #8888f4; }

.footer__social-media .fa-facebook-round {
  background: #8888f4;
  color: #fff !important; }

.footer__social-media .fa-twitter-round {
  border: 1px solid #1c9edb;
  color: #1c9edb; }

.footer__social-media .fa-twitter-round {
  background: #1c9edb;
  color: #fff !important; }

.footer__social-media .fa-google-plus-round {
  border: 1px solid #df2d2d;
  color: #df2d2d; }

.footer__social-media .fa-google-plus-round {
  background: #df2d2d;
  color: #fff !important; }

.footer ul li a:hover {
  text-decoration: underline; }

.footer p span {
  color: #fff; }

.footer p .fa {
  margin-right: 10px; }

.footer-list li {
  line-height: 26px;
  position: relative;
  padding-left: 20px; }
  .footer-list li::after {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    font-size: 9px; }
  .footer-list li a:hover {
    text-decoration: underline;
    color: #fff; }

.footer__box li {
  margin-bottom: 8px; }

.footer__box li a:hover {
  color: #fe6847; }

.last_footer {
  padding: 1.25rem 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8125rem;
  margin-top: 30px;
  border-top: 1px solid #1c67e9; }
  .last_footer p {
    color: #5e7b8f; }

.copyright {
  clear: both;
  font-size: 14px;
  float: left; }

.design a {
  color: #fb6b2c; }
  .design a:hover {
    text-decoration: underline;
    color: #ff5400; }

/* #btn================================================== */
.btn {
  padding: 0 0.9em;
  line-height: 2.2;
  display: inline-block;
  border-radius: 1.875em;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  color: #fff; }

.btn--primary {
  background: #0849ba;
  border: 1px solid #cc3f2a; }
  .btn--primary:hover {
    background: #0741a6;
    border: 1px solid #cc3f2a; }

.btn--accent {
  background: #fe6847;
  border: 1px solid #cc3f2a; }
  .btn--accent:hover {
    color: #fff;
    background: #fe3e14;
    border-color: #cc3f2a; }

.btn--primary-ghost {
  border: 2px solid #0849ba;
  color: #0849ba; }
  .btn--primary-ghost:hover {
    border: 2px solid #0849ba;
    color: #fff;
    background: #0849ba; }

.btn--accent-ghost {
  border: 2px solid #fe6847;
  color: #fe6847; }
  .btn--accent-ghost:hover {
    border: 2px solid #fe6847;
    color: #fff;
    background: #fe6847; }

/*btn size*/
.btn--small {
  padding: 0 1.25em; }

.btn--medium {
  padding: 0 1.56em;
  line-height: 1.8; }

.btn--large {
  padding: 0 1.88em;
  line-height: 2.2; }

/* #social_media  Styles================================================== */
.social-media a {
  font-size: 13px;
  color: #fff;
  border-color: #78737e;
  margin-left: 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-left: 2px;
  text-align: center;
  width: 30px; }

.fa-facebook-bg {
  background: #3b5998;
  color: #fff;
  border-color: #267de8; }
  .fa-facebook-bg:hover {
    background: #267de8;
    color: #fff;
    border-color: #267de8; }

.fa-twitter-bg {
  background: #1da1f3;
  color: #fff;
  border-color: #1da1f3; }
  .fa-twitter-bg:hover {
    background: #5a9ef2;
    color: #fff;
    border-color: #5a9ef2; }

.fa-google-plus-bg {
  background: #d4584b;
  color: #fff;
  border-color: #d4584b; }
  .fa-google-plus-bg:hover {
    background: #e53939;
    color: #fff;
    border-color: #e53939; }

.header__social-media a {
  color: #868686; }

/* #Heading  Styles================================================== */
.title {
  position: relative; }
  .title h2 {
    font-size: 2rem; }

.heading {
  position: relative; }
  .heading h2 {
    font-size: 2.635rem;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0; }
    .heading h2::after {
      content: '';
      display: block;
      width: 80px;
      height: 3px;
      background: #fe6847; }

.sub-title h3 {
  display: inline-block;
  position: relative; }
  .sub-title h3::before {
    content: '';
    position: absolute;
    right: 105%;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #fe6847; }

.bredcrum {
  background: #ededed;
  padding: 12px 0;
  font-size: 0.9rem; }
  .bredcrum__nav a:not(:first-child) {
    padding: 0 0.75em; }
  .bredcrum__nav a.active {
    color: #fe6847; }

/* #c-card  Styles================================================== */
.c-card__figure {
  position: relative; }

.c-card__title {
  font-size: 1rem;
  margin-bottom: 5px; }

.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-media__item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5; }
  .c-media__figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 105px;
            flex: 0 0 105px;
    height: 78px;
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .c-media__figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .c-media__figure--lg-size {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    height: auto; }
  .c-media__figure--sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    height: 50px; }
  .c-media__figure--icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px; }
  .c-media__avatar {
    height: 70px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    overflow: hidden;
    border-radius: 100%; }
  .c-media__figure--round {
    border-radius: 100%; }
  .c-media__title {
    font-size: 22px; }
  .c-media__date {
    color: #969090;
    font-size: 13px; }
  .c-media__num {
    font-size: 2.625rem;
    font-family: "Domine", serif;
    color: #fff;
    line-height: 23px; }

/* #Home Page  Styles================================================== */
.border-btm {
  border-bottom: 1px solid #e4e4e4; }

figure {
  margin-bottom: 0; }

.bg-gray {
  background: white; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #071013; }

.fs20 {
  font-size: 20px !important; }

.clr {
  color: #343434; }

.about {
  padding-left: 120px;
  position: relative;
  border-bottom: 1px solid #f0f0f0; }
  .about::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 230px;
    width: 245px;
    background: url("../images/about-bg.png") no-repeat 0 0; }
  .about--grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-gap: 40px; }
  .about__title {
    font-size: 2rem; }
  .about__icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 80%;
    margin-left: auto; }
    .about__icons h4 {
      font-size: 0.8125rem;
      margin-top: 10px; }
  .about__icon:not(:last-child) {
    border-right: 1px solid #d7d7d7; }

.slick-slide {
  margin-right: 15px;
  margin-left: 15px; }

.slick-slider {
  margin: 0 -15px;
  position: relative; }

.slick-next, .slick-prev {
  background: #000;
  border-radius: 100%;
  height: 30px;
  width: 30px; }

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
  background: #333; }

.slick-next::before,
.slick-prev::before {
  font-family: inherit; }

.milestone {
  padding: 70px 0; }
  .milestone--bg {
    background: #0849ba; }

/* #gallery page  Styles================================================== */
.gallery-list li {
  margin-bottom: 30px; }
  .gallery-list li img {
    width: 100%;
    height: 100%; }

/* #contact us page  Styles================================================== */
input::-webkit-input-placeholder {
  color: #ddd; }
input::-moz-placeholder {
  color: #ddd; }
input:-ms-input-placeholder {
  color: #ddd; }
input::-ms-input-placeholder {
  color: #ddd; }
input::placeholder {
  color: #ddd; }

textarea {
  width: 100%;
  padding-left: 10px; }

/* #blog page  Styles================================================== */
.blogs {
  margin-bottom: 30px; }

.box__header {
  background: #fe6847;
  padding: 0.5em 1em;
  text-align: center; }
  .box__header h2 {
    margin-bottom: 0;
    color: #fff; }

.box__content {
  background: #ededed;
  padding: 1em; }

.box__item {
  margin-bottom: 0.8em;
  position: relative;
  padding-left: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }
  .box__item:hover a {
    color: #fe6847; }
  .box__item::after {
    content: '\f111';
    position: absolute;
    top: 5px;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 8px; }
  .box__item:hover {
    color: #fe6847; }
  .box__item a {
    display: block; }

.box__item:last-child {
  padding-bottom: 0;
  border-bottom: 0; }

/* #product categories page  Styles================================================== */
.product-list li {
  margin-bottom: 30px; }

/* #Media Queries For Responsive================================================== */
@media (max-width: 1200px) {
  html {
    font-size: 15px; }
  .banner__text {
    top: calc(50%); }
  .footer .col-sm-6 {
    margin-bottom: 20px; } }

/*desktop*/
@media (min-width: 992px) and (max-width: 1199px) {
  .logo__slogan-up {
    font-size: 1.025rem; }
  .logo__slogan-down {
    font-size: 1.325rem; }
  .logo a img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px; } }

/*tab*/
@media (min-width: 768px) and (max-width: 991px) {
  .banner__text h1 {
    font-size: 35px; }
  .logo__slogan-up {
    font-size: 1.725rem; }
  .logo__slogan-down {
    font-size: 1.025rem; } }

/*mobile*/
@media screen and (max-width: 767px) {
  html {
    font-size: 15px; }
  .logo a img {
    margin-right: 0.65em; }
  .logo a img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px; }
  .last_footer {
    margin-top: 0; }
  .about--grid {
    grid-template-columns: 1fr; }
  .about {
    padding: 0 30px; }
  .about__c-media {
    display: block !important; }
  .about__c-media .c-media__figure {
    margin-right: 0 !important; }
  .about::before {
    background: transparent; }
  .slick-prev {
    left: 20px;
    z-index: 1; }
  .c-card__figure img {
    width: 100%; }
  .about__figure {
    height: 300px !important; }
  .milestone {
    padding: 40px 0; }
  .c-media__figure--sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 30px; }
  .milestone .c-media {
    margin-bottom: 20px; }
  .c-media__num {
    font-size: 1.725rem; }
  .milestone .c-media__figure.m-r-20 {
    margin-right: 12px !important; }
  .slick-next {
    right: 20px; }
  .about__figure img {
    width: 100%; }
  .photo img {
    width: 100%; }
  .modal-content-1 {
    max-width: 90%;
    width: 100%; }
  .modal-header-1 h2 {
    font-size: 1.625rem; }
  .photos .col-md-6.p-r-5 {
    padding-right: 15px !important; }
  .photos .col-md-6.p-r-5 .photo {
    margin-bottom: 20px; }
  .p-tb-60 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .p-t-60 {
    padding-top: 20px; }
  .m-t-70 {
    margin-top: 20px; }
  .about .c-card {
    margin-top: 30px; }
  .logo {
    margin-bottom: 10px; }
  .contact__number {
    display: block;
    font-size: 1.2rem; }
  .contact__text {
    margin-right: 10px; }
  .banner__text {
    top: calc(50%);
    width: 80%; }
  .banner__text h1 {
    font-size: 1.6rem;
    line-height: 1;
    margin-right: 0; }
  .contactInfo {
    grid-template-columns: 1fr; }
  .contactInfo__email {
    display: none; }
  .header__middle-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .contact img {
    display: none; }
  .testimonail {
    height: auto; }
  .testimonail--bg {
    background: url("../images/testimonial-bg.jpg") repeat left top; }
  .header__top {
    display: none; }
  .logo__slogan-up {
    font-size: 1.325rem; }
  .logo__slogan-down {
    font-size: 0.525rem; }
  .flexslider .slides img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover; }
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    width: 30px;
    height: 30px; }
  .flex-direction-nav .flex-prev {
    background: url(../images/mobile-left-arrow.png) no-repeat left top; }
  .flex-direction-nav .flex-next {
    background: url(../images/mobile-right-arrow.png) no-repeat left top; }
  .heading h2 {
    font-size: 2.5rem; }
  .c-card__figure {
    background: #fff; }
  .header__top {
    height: auto;
    line-height: 22px;
    padding-top: 10px; }
  .header__middle {
    padding: 10px 0; }
  .m-t-30 {
    margin-top: 20px; }
  .banner__text {
    padding: 0;
    left: 50px; }
  .banner__content {
    font-size: 11px; }
  .mobile-block {
    display: block !important; }
  .header__top-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .heading {
    margin-bottom: 20px;
    padding-bottom: 0; }
  .header__top {
    height: auto;
    text-align: center; }
  .footer__box {
    margin-bottom: 10px; }
  .last_footer {
    text-align: center;
    font-size: 0.8125rem; }
  .last_footer .d-flex.justify-content-between {
    display: block !important; }
  .banner__text .btn {
    display: none; }
  .header {
    padding-top: 0; }
  .p-t-40 {
    padding-top: 20px; }
  .p-tb-40 {
    padding-top: 20px;
    padding-bottom: 20px; }
  iframe {
    height: auto;
    width: 100%; }
  .footer-block {
    margin-bottom: 20px; } }

/*# sourceMappingURL=maps/style.css.map */
