/*----------------------------------------------------
1. Global Area 
2. Header Area
=====================================================================*/
/*(2)- Mixin */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alkatra:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;700&display=swap");
@media screen and (max-width: 1024px) {
  .arc6-header-style .site-logo {
    width: 130px;
    padding-top: 10px; }
  .f-cta-inner {
    margin-bottom: 20px; } }

@media screen and (max-width: 991px) {
  .arc6-header-style .main-navigation-area {
    display: none !important; }
  .arc6-header-style .header-cta-btn {
    margin-right: 50px; }
  .arc6-header-style .header-cta-btn {
    width: 115px !important; }
  .str-mobile_menu_button {
    display: block !important; }
  .archs-footer-logo {
    text-align: center;
    margin-bottom: 30px; } }

/*=========
Font load
===========*/
/*=========
Color Code
===========*/
/* Button */



.arc6-template-btn-small2 {
  background-color: #01579B;
  padding-top: 2px ; padding-bottom: 2px;
  margin-bottom:5px;
  text-align: center;
  display: block;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden; }
  .arc6-template-btn-small2:hover {
    color: #ffffff; }
    .arc6-template-btn-small2:hover::before {
      left: 0;
      right: auto;
      width: 100%; }
  .arc6-template-btn-small2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #2daae1;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }




.arc6-template-btn-small {
  background-color: #01579B;
  padding-top: 2px ; padding-bottom: 2px;
  max-width:70%;
  margin-bottom:5px;
  text-align: center;
  display: block;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden; }
  .arc6-template-btn-small:hover {
    color: #ffffff; }
    .arc6-template-btn-small:hover::before {
      left: 0;
      right: auto;
      width: 100%; }
  .arc6-template-btn-small::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #2daae1;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.arc6-template-btn {
  background-color: #01579B;
  padding: 12px 0;
  text-align: center;
  min-width:170px;
  display: block;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden; }
  .arc6-template-btn:hover {
    color: #ffffff; }
    .arc6-template-btn:hover::before {
      left: 0;
      right: auto;
      width: 100%; }
  .arc6-template-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #2daae1;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.arc6-title-part span {
  color: #01579b;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 21px; }

.arc6-title-part p {
  margin-top: 20px; }

@-webkit-keyframes ripple-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2daae1;
    box-shadow: 0 0 0 0 #2daae1; }
  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0); } }

@keyframes ripple-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2daae1;
    box-shadow: 0 0 0 0 #2daae1; }
  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0); } }

/*(1)- global area*/
/*----------------------------------------------------*/
.arc6-body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.556;
  color: #323232;
  font-family: "Roboto", sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  color: #ffffff;
  background-color: #2daae1; }

::selection {
  color: #ffffff;
  background-color: #2daae1; }

::-moz-selection {
  color: #ffffff;
  background-color: #2daae1; }

.container {
  max-width: 1200px; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.ul-li ul {
  margin: 0;
  padding: 0; }
  .ul-li ul li {
    list-style: none;
    display: inline-block; }

.ul-li-block ul {
  margin: 0;
  padding: 0; }
  .ul-li-block ul li {
    display: block;
    list-style: none; }

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center; }

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  a:hover, a:focus {
    text-decoration: none; }

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

section {
  overflow: hidden; }

button {
  cursor: pointer; }

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }

.relative-position {
  position: relative; }

.pera-content p {
  margin-bottom: 0; }

.no-paading {
  padding: 0; }

.arc6-headline h1,
.arc6-headline h2,
.arc6-headline h3,
.arc6-headline h4,
.arc6-headline h5,
.arc6-headline h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0; }


.arc6-headline h1 {
  font-size: 58px; }

.arc6-headline h2 {
  font-size: 48px; }
  @media (max-width: 1199.98px) {
    .arc6-headline h2 {
      font-size: 40px; } }

.arc6-headline h3 {
  font-size: 30px; }
  @media (max-width: 1199.98px) {
    .arc6-headline h3 {
      font-size: 24px; } }

.arc6-headline h4 {
  font-size: 24px; }
  @media (max-width: 1199.98px) {
    .arc6-headline h4 {
      font-size: 20px; } }

.arc6-headline h5 {
  font-size: 21px; }
  @media (max-width: 1199.98px) {
    .arc6-headline h5 {
      font-size: 18px; } }

.arc6-headline h6 {
  font-size: 18px;
  margin-bottom: 0; }

.background-overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  line-height: 55px;
  border-radius: 100%;
  background-color: #323232;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .scrollup i {
    color: #fff; }

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

/*---------------------------------------------------- */
/*(2)- About Area */
.arc6-about {
  background-color: #ffffff;
  padding: 120px 0; }
  @media (max-width: 767.98px) {
    .arc6-about {
      padding: 80px 0; } }
  .arc6-about .arc6-left-content {
    position: relative; }
    .arc6-about .arc6-left-content .arc6-triangle-object {
      position: absolute;
      top: 30%;
      left: 45%;
      width: 200px; }
      @media (max-width: 575.98px) {
        .arc6-about .arc6-left-content .arc6-triangle-object {
          top: 25%;
          left: 40%; } }
  .arc6-about .arc6-right-content {
    padding-left: 60px; }
    @media (max-width: 991.98px) {
      .arc6-about .arc6-right-content {
        margin-top: 60px;
        padding-left: initial; } }
    .arc6-about .arc6-right-content .arc6-title-part p {
      margin-bottom: 40px; }
    .arc6-about .arc6-right-content .title {
      margin-bottom: 30px; }
      .arc6-about .arc6-right-content .title p {
        margin-bottom: 30px; }
    .arc6-about .arc6-right-content .headline h4 {
      margin-bottom: 20px; }
    .arc6-about .arc6-right-content .arc6-bottom-left h4 {
      margin-bottom: 20px; }
    .arc6-about .arc6-right-content .arc6-bottom-right h4 {
      margin-bottom: 20px; }
    .arc6-about .arc6-right-content .readmore-btn {
      margin-top: 40px; }
      .arc6-about .arc6-right-content .readmore-btn a {
        color: #ffffff; }

.arc6-subtitle span {
  color: #01579b;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em; }

.arc6-skill-wrapper .skill-progress-bar {
  margin-top: 20px; }
  .arc6-skill-wrapper .skill-progress-bar .skill-set-percent {
    margin-bottom: 25px; }
    .arc6-skill-wrapper .skill-progress-bar .skill-set-percent h4 {
      color: #000000;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 15px; }
    .arc6-skill-wrapper .skill-progress-bar .skill-set-percent .progress {
      height: 3px;
      border-radius: 0;
      position: relative;
      overflow: visible;
      background-color: #2daae1; }
      .arc6-skill-wrapper .skill-progress-bar .skill-set-percent .progress span {
        right: 0;
        top: -30px;
        font-weight: 500;
        position: absolute;
        font-family: "Oswald", sans-serif;
        color: #000000; }
    .arc6-skill-wrapper .skill-progress-bar .skill-set-percent .progress-bar {
      width: 0;
      top: -4px;
      float: left;
      height: 4px;
      position: relative;
      -webkit-transition: 1s all ease-in-out;
      -o-transition: 1s all ease-in-out;
      transition: 1s all ease-in-out;
      background-color: #2daae1; }

/*(2)- Service Area */
.arc6-service-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  overflow: visible; }
  .arc6-service-section .arc6-overlay {
    background-color: rgba(22, 25, 79, 0.6);
    padding: 120px 0;
    height: 600px; }
    @media (max-width: 767.98px) {
      .arc6-service-section .arc6-overlay {
        padding: 80px 0; } }
  .arc6-service-section .arc6-top-content {
    margin-bottom: 40px; }
    .arc6-service-section .arc6-top-content span {
      color: #fff;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      letter-spacing: 0.3em; }
    .arc6-service-section .arc6-top-content h2 {
      color: #fff; }
  .arc6-service-section .arc6-service-slider .owl-controls {
    text-align: center; }
  .arc6-service-section .arc6-service-slider .owl-dots {
    display: inline-block;
    margin-top: 45px; }
  .arc6-service-section .arc6-service-slider .owl-dot {
    margin: 5px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    position: relative;
    display: inline-block; }
    .arc6-service-section .arc6-service-slider .owl-dot span {
      margin: 0;
      width: 6px;
      height: 6px;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 53%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #ddd;
      border-radius: 50%; }
  .arc6-service-section .arc6-service-slider .owl-dots .active {
    border: 1px solid #2daae1; }
    .arc6-service-section .arc6-service-slider .owl-dots .active span {
      background-color: #2daae1; }

.arc6-service-single-item .arc6-slide-content {
  background:#f4f7ff;
  padding: 20px;
  margin: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding-top: 40px; }
  .arc6-service-single-item .arc6-slide-content .slide-description {
    margin-bottom: 30px; }
    .arc6-service-single-item .arc6-slide-content .slide-description h4 {
      margin-bottom: 20px; }


.arc6-service-single-item .icon-container {
  width: 130px;
  margin: auto;
  position: relative; }
  .arc6-service-single-item .icon-container::after {
    content: '';
    display: block;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0px -24px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px -24px 60px 0px rgba(0, 0, 0, 0.07);
    z-index: 1; }

.arc6-service-single-item .arc6-polygon-icon {
  width: 120px;
  height: 120px;
  background-color: #2daae1;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  position: relative;
  -webkit-transform: rotate(67deg);
  -ms-transform: rotate(67deg);
  transform: rotate(67deg);
  display: inline-block;
  margin: auto;
  z-index: 10; }
  .arc6-service-single-item .arc6-polygon-icon .pg-shape {
    width: 119px;
    height: 119px;
    background-color: #ffffff;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }
    .arc6-service-single-item .arc6-polygon-icon .pg-shape i {
      font-size: 55px;
      display: block;
      color: #01579b;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .arc6-service-single-item .arc6-polygon-icon .pg-shape i::before {
        position: absolute;
        left: 50%;
        top: 49%;
        -webkit-transform: translate(-50%, -50%) rotate(-67deg);
        -ms-transform: translate(-50%, -50%) rotate(-67deg);
        transform: translate(-50%, -50%) rotate(-67deg); }

.arc6-service-single-item .img-container img {
  margin-top: -40px;
  position: relative;
  z-index: 2; }

/*(2)- Testimonial Area */
.arc6-testimonial-section {
  padding-bottom: 110px;
  padding-top: 110px; }
  @media (max-width: 767.98px) {
    .arc6-testimonial-section {
      padding-bottom: 80px; } }
  @media (max-width: 991.98px) {
    .arc6-testimonial-section .arc6-test-left {
      margin-bottom: 60px; } }
  .arc6-testimonial-section .arc6-test-slider .owl-dots {
    text-align: left;
    margin-top: 40px; }
    @media (max-width: 767.98px) {
      .arc6-testimonial-section .arc6-test-slider .owl-dots {
        text-align: center; } }
  .arc6-testimonial-section .arc6-test-slider .owl-dot {
    margin: 5px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    position: relative;
    display: inline-block; }
    .arc6-testimonial-section .arc6-test-slider .owl-dot:first-child {
      margin-left: 0; }
    .arc6-testimonial-section .arc6-test-slider .owl-dot span {
      margin: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #ddd;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .arc6-testimonial-section .arc6-test-slider .owl-dots .active {
    border: 1px solid #2daae1; }
    .arc6-testimonial-section .arc6-test-slider .owl-dots .active span {
      background-color: #2daae1; }

.arc6-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 575.98px) {
    .arc6-service-list {
      display: block;
      text-align: center; } }
  .arc6-service-list .icon-container {
    width: 20%; }
    @media (max-width: 991.98px) {
      .arc6-service-list .icon-container {
        width: 15%; } }
    @media (max-width: 767.98px) {
      .arc6-service-list .icon-container {
        width: auto;
        margin-right: 30px; } }
    .arc6-service-list .icon-container i {
      font-size: 60px;
      color: #01579B; }
      .arc6-service-list .icon-container i::before {
        font-size: 60px;
        line-height: 2; }
  .arc6-service-list .arc6-countdown {
    width: 30%; }
    @media (max-width: 991.98px) {
      .arc6-service-list .arc6-countdown {
        width: 21%; } }
    @media (max-width: 767.98px) {
      .arc6-service-list .arc6-countdown {
        width: auto;
        margin-right: 30px; } }
    @media (max-width: 575.98px) {
      .arc6-service-list .arc6-countdown {
        margin-top: -40px; } }
    .arc6-service-list .arc6-countdown span {
      font-size: 52px;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      color: #01579b;
      display: inline-block; }
  .arc6-service-list .arc6-headline {
    width: 47%; }
    @media (max-width: 767.98px) {
      .arc6-service-list .arc6-headline {
        width: auto; } }

.arc6-tst-single-item {
  background-color: #fff;
  padding: 60px;
  padding-top: 100px;
  border: 1px solid #d7deed; }
  @media (max-width: 575.98px) {
    .arc6-tst-single-item {
      padding: 30px;
      padding-top: 60px; } }
  .arc6-tst-single-item .arc6-test-top {
    margin-bottom: 30px; }
    .arc6-tst-single-item .arc6-test-top span {
      color: #01579b;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      letter-spacing: 0.3em; }
  .arc6-tst-single-item .arc6-test-txt {
    font-size: 18px;
    margin-bottom: 30px; }
  .arc6-tst-single-item .arc6-test-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .arc6-tst-single-item .arc6-test-bottom .arc6-designation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .arc6-tst-single-item .arc6-test-bottom .arc6-designation img {
        margin-right: 30px;
        width: 60px; }
  .arc6-tst-single-item .arc6-quote img {
    width: 50px; }

/*(2)- Blog Area */
.arc6-blog-section {
  background-color: #f4f7ff;
  padding: 120px 0; }
  @media (max-width: 767.98px) {
    .arc6-blog-section {
      padding: 80px 0; } }
  .arc6-blog-section .arc6-blog-left h2 {
    margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .arc6-blog-section .arc6-blog-left {
      margin-bottom: 60px; } }
  .arc6-blog-section .arc6-blog-left span {
    color: #01579b;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    letter-spacing: 0.3em; }
  .arc6-blog-section .arc6-blog-left .arc6-readmore-btn {
    margin-top: 60px; }
    .arc6-blog-section .arc6-blog-left .arc6-readmore-btn a {
      text-transform: uppercase;
      color: #111111;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      position: relative;
      font-size: 16px; }
      .arc6-blog-section .arc6-blog-left .arc6-readmore-btn a::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        background-color: #2daae1;
        height: 1px; }
  .arc6-blog-section .arc6-blog-right {
    padding-left: 30px; }
    @media (max-width: 991.98px) {
      .arc6-blog-section .arc6-blog-right {
        padding-left: 0px; } }

.arc6-blog-list {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.arc6-blog-list22 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  
  @media (max-width: 575.98px) {
    .arc6-blog-list {
      display: block;
      text-align: center; } }
  .arc6-blog-list img {
    width: 320px;
    height: 200px;
    margin-right: 30px; }
    @media (max-width: 575.98px) {
      .arc6-blog-list img {
        margin: auto;
        margin-bottom: 10px; } }
  .arc6-blog-list .arc6-blog-content .arc6-date {
    color: #323232;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    display: block; }
  .arc6-blog-list .arc6-blog-content h6 {
    margin-bottom: 20px; }
.arc6-blog-content {
  padding-left:25px;
  border-left:1px solid #2caae1;
  margin-bottom:10px;
}
  .arc6-blog-list a.readmore-btn {
    color: #01579b;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-top: 12px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .arc6-blog-list a.readmore-btn:hover {
      color: #2daae1; }
  .arc6-blog-list + .arc6-blog-list {
    margin-top: 30px; }
    @media (max-width: 575.98px) {
      .arc6-blog-list + .arc6-blog-list {
        margin-top: 50px; } }

/*(3)- Portfolio */
.arc6-portfolio-section {
  padding-top: 150px;
  padding-bottom: 150px; }
  @media (max-width: 991.98px) {
    .arc6-portfolio-section {
      padding-bottom: 110px; } }
  .arc6-portfolio-section .arc6-portfolio-right {
    height: 100%;
    position: relative; }
    .arc6-portfolio-section .arc6-portfolio-right a.arc6-pf-btn {
      position: absolute;
      right: 0;
      bottom: 6px;
      color: #323232;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      display: inline-block; }
      @media (max-width: 767.98px) {
        .arc6-portfolio-section .arc6-portfolio-right a.arc6-pf-btn {
          position: relative;
          margin-top: 60px; } }
      .arc6-portfolio-section .arc6-portfolio-right a.arc6-pf-btn:hover {
        color: #2daae1; }
        .arc6-portfolio-section .arc6-portfolio-right a.arc6-pf-btn:hover::after {
          width: 0;
          right: 0;
          left: auto; }
      .arc6-portfolio-section .arc6-portfolio-right a.arc6-pf-btn::after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #2daae1;
        position: absolute;
        bottom: -6px;
        left: 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }

.arc6-portfolio-style-1 {
  margin-top: 150px;
  width: 60%; }
  .arc6-portfolio-style-1 .arc6-title-part {
    margin-top: 15px; }
    .arc6-portfolio-style-1 .arc6-title-part span {
      font-size: 16px;
      letter-spacing: initial; }

.arc6-portfolio-style-2 {
  margin-top: 80px;
  width: 70%;
  position: relative; }
  @media (max-width: 767.98px) {
    .arc6-portfolio-style-2 {
      margin-top: 60px;
      margin-bottom: 60px; } }
  .arc6-portfolio-style-2 .arc6-title-part {
    position: absolute;
    width: 325px;
    right: -60px;
    bottom: 60px; }
    .arc6-portfolio-style-2 .arc6-title-part span {
      font-size: 16px;
      letter-spacing: initial; }

.arc6-portfolio-style-3 {
  position: relative;
  margin-bottom: 150px; }
  @media (max-width: 767.98px) {
    .arc6-portfolio-style-3 {
      margin-bottom: 60px; } }
  .arc6-portfolio-style-3 .arc6-title-part {
    position: absolute;
    bottom: 60px;
    left: -60px;
    width: 325px; }
    @media (max-width: 767.98px) {
      .arc6-portfolio-style-3 .arc6-title-part {
        left: 20px; } }
    .arc6-portfolio-style-3 .arc6-title-part span {
      font-size: 16px;
      letter-spacing: initial; }

@media (max-width: 767.98px) {
  .arc6-end-pf {
    margin-top: 0; } }

/*(4)- Video */
.arc6-video-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: visible; }
  .arc6-video-section .arc6-video-overlay {
    padding: 110px 0;
    background-color: rgba(0, 0, 0, 0.4); }

.arc6-video-left {
  color: #fff; }
  .arc6-video-left span {
    color: #fff;
    font-size: 16px; }

.arc6-video-right {
  position: relative; }
  @media (max-width: 767.98px) {
    .arc6-video-right {
      margin-top: 60px; } }
  .arc6-video-right img {
    margin-top: -200px; }
    @media (max-width: 991.98px) {
      .arc6-video-right img {
        margin-top: 0; } }
  .arc6-video-right .arc6-play-btn {
    position: absolute;
    right: 30px;
    bottom: 40px;
    background-color: #009fdf;
    color: #fff;
    z-index: 100;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    line-height: 70px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: 2.5s ripple-animation infinite;
    animation: 2.5s ripple-animation infinite; }
    .arc6-video-right .arc6-play-btn:hover {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
  .arc6-video-right .arc6-headline {
    margin-top: 20px;
    color: #fff; }
    .arc6-video-right .arc6-headline span {
      text-transform: uppercase;
      font-family: "Oswald", sans-serif; }

/*(5)- Brand Slider */
.arc6-brand-slider {
  padding: 60px 0;
  background-color: #b7dfff; }

.arc6-brand-list .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.arc6-brand-list img {
  width: 300px; }

/*(6)- Feature Section */
.arc6-feature-section {
  padding: 110px 0; 
  padding-bottom:200px;
}

  @media (max-width: 767.98px) {
    .arc6-feature-section {
      padding-bottom: 80px; } }
  .arc6-feature-section .arc6-title-part {
    text-align: center;
    margin-bottom: 60px; }

.arc6-feature-left {
  position: relative; }
  @media (max-width: 767.98px) {
    .arc6-feature-left {
      margin-bottom: 60px; } }
  .arc6-feature-left .arc6-feature-icon {
    position: absolute;
    top: 40px;
    right: -30px;
    padding: 10px 20px;
    color: #fff; }
    @media (max-width: 767.98px) {
      .arc6-feature-left .arc6-feature-icon {
        right: 0; } }
    .arc6-feature-left .arc6-feature-icon i {
      font-size: 40px; }
  .arc6-feature-left .arc6-feature-bottom {
    position: absolute;
    bottom: 60px;
    left: -30px;
    width: 230px;
    background-color: #01579B;
    padding: 10px 20px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767.98px) {
      .arc6-feature-left .arc6-feature-bottom {
        left: 0; } }
    .arc6-feature-left .arc6-feature-bottom span.ex-strong {
      font-size: 60px;
      margin-right: 15px; }

.arc6-feature-column {
  margin-bottom: 30px; }
  .arc6-feature-column .icon-container i {
    font-size: 40px;
    color: #01579B; }
  .arc6-feature-column .arc6-headline h4 {
	color: #01579b;
    margin-bottom: 12px; }

/*(7)- Header  */
.header-main-menu {
	padding-top:10px;
}
.header-main-menu .dropdown {
  position: relative; }
  .header-main-menu .dropdown:before {
    top: 0;
    right: -15px;
    content: '+';
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .header-main-menu .dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

.header-main-menu .dropdown-menu {
  left: 0;
  top: 48px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  display: block;
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  background-color: #01579B; }
  .header-main-menu .dropdown-menu li {
    display: block;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .header-main-menu .dropdown-menu li:last-child {
      border-bottom: none; }
  .header-main-menu .dropdown-menu a {
    width: 100%;
    display: block;
    padding: 10px 20px 10px !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 15px !important; }
    .header-main-menu .dropdown-menu a:hover {
      color: #fff;
      background-color: #2daae1; }

.arc6-header-style {
  background-color:#01579b;
  top: 0;
  width: 100%;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0px;
  position: absolute; }
  @media (max-width: 991.98px) {
    .arc6-header-style {
      padding-top: 10px; } }
  .arc6-header-style .dropdown:before {
    color: #fff;
    right: -12px;
    font-size: 16px; }
  .arc6-header-style .dropdown:hover:before {
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg); }
  .arc6-header-style .main-navigation-area {
    padding-top: 15px;
    display: inline-block; }
    .arc6-header-style .main-navigation-area li {
      color: #fff;
      margin-left: 30px; 
    }
      .arc6-header-style .main-navigation-area li a {
        color: #fff;
        font-weight: 500;
        padding-bottom: 30px;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase; }
  .arc6-header-style .header-cta-btn {
    height: 48px;
    width: 170px;
    font-weight: 500;
    line-height: 48px;
    margin-left: 50px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    background-color: transparent;
    border: 1px solid #2daae1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .arc6-header-style .header-cta-btn:hover {
      background-color: #2daae1; }
    .arc6-header-style .header-cta-btn a {
	  background:#01579B;
      color: #fff;
      width: 100%;
      display: block; }
  .arc6-header-style.sticky-on {
    padding-bottom: 0px;
    background-color: #FFFFFF; }

/*Stickey header*/
/*----------------------------------------------------*/
.sticky-on {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  position: fixed;
  z-index: 10000;
  width: 100%;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: .7s all ease-in-out;
  -o-transition: .7s all ease-in-out;
  transition: .7s all ease-in-out; }

/*(8)- Mobile Menu */
.str-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #1c1c1c;
  padding: 40px 0px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .str-mobile_menu_content .str-mobile-main-navigation {
    width: 100%; }
    .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav {
      width: 100%; }
  .str-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
  .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    padding: 13px 15px 13px 0px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
    .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li a {
      color: #d5d5d5;
      padding: 0;
      width: 100%;
      display: block;
      font-size: 14px;
      font-weight: 400;
      padding: 5px 30px 0px;
      text-transform: uppercase; }
  .str-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px; }

.str-mobile_menu_wrap.mobile_menu_on .str-mobile_menu_content {
  right: 0px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out; }

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.mobile_menu_overlay_on {
  overflow: hidden; }

.str-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible; }

.str-mobile_menu_button {
  right: 0;
  top: -43px;
  z-index: 5;
  position: absolute;
  display: none;
  cursor: pointer;
  line-height: 40px;
  color: #2daae1;
  text-align: center;
  font-size: 30px; }
  .str-mobile_menu_button span {
    width: 35px;
    display: inline-block; }

.str-mobile_menu .str-mobile-main-navigation .navbar-nav li a:after {
  display: none; }

.str-mobile_menu .str-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible; }

.str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent; }
  .str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1;
    margin-bottom: 5px; }

.str-mobile_menu .dropdown {
  position: relative; }
  .str-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    text-align: center;
    line-height: 35px;
    background: none;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0px;
    padding: 0px;
    width: 36px;
    height: 35px; }

.str-mobile_menu .str-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  height: 20px;
  width: 20px;
  left: 15px;
  font-size: 20px;
  position: absolute; }

.str-main-header.str-sticky-menu .str-mobile_menu_content {
  top: 15px; }

/*(9)- Mobile Menu */
.arc6-footer-section {
  background-color: #3e424f; }

.arc6-footer-left {
  padding-left: 38px;
  padding: 110px 0 40px 0;
  height: 100%;
  position: relative; }
  @media (max-width: 991.98px) {
    .arc6-footer-left {
      padding-bottom: 0; } }
  .arc6-footer-left .arc6-ft-logo {
    margin-bottom: 30px;
    display: inline-block; }
  .arc6-footer-left p {
    color: #fff; }
  .arc6-footer-left .arc6-ft-info {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .arc6-footer-left .arc6-ft-info + .arc6-ft-info {
      margin-top: 10px; }
    .arc6-footer-left .arc6-ft-info span + span {
      margin-left: 10px; }
  .arc6-footer-left .arc6-copyright {
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 991.98px) {
      .arc6-footer-left .arc6-copyright {
        position: initial;
        margin-top: 60px; } }

.arc6-footer-mt-top {
  margin-top: -50px; }
  @media (max-width: 991.98px) {
    .arc6-footer-mt-top {
      margin-top: 60px; } }

.arc6-footer-right-content {
  padding: 110px 0 30px 60px;
  position: relative; }
  @media (max-width: 767.98px) {
    .arc6-footer-right-content {
      padding-left: 0; } }
  .arc6-footer-right-content::after {
    content: '';
    width: calc(100% + 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
    background-color: #3b3658;
    opacity: 0.6;
    z-index: 1; }
  .arc6-footer-right-content .container {
    position: relative;
    z-index: 10; }

.arc6-ft-right {
  padding-right: 66px; }
  .arc6-ft-right .arc6-ft-right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 1440px) and (max-width: 1599.98px) {
      .arc6-ft-right .arc6-ft-right-top {
        display: block; }
        .arc6-ft-right .arc6-ft-right-top .arc6-headline {
          width: 100% !important;
          margin-bottom: 20px; } }
    @media (min-width: 1200px) and (max-width: 1439.98px) {
      .arc6-ft-right .arc6-ft-right-top {
        display: block; }
        .arc6-ft-right .arc6-ft-right-top .arc6-headline {
          width: 100% !important;
          margin-bottom: 20px; } }
    @media (max-width: 767.98px) {
      .arc6-ft-right .arc6-ft-right-top {
        display: block; }
        .arc6-ft-right .arc6-ft-right-top .arc6-headline {
          width: 100% !important;
          margin-bottom: 20px; } }
    .arc6-ft-right .arc6-ft-right-top .arc6-headline {
      width: 50%;
      color: #fff; }
    .arc6-ft-right .arc6-ft-right-top .arc6-template-btn {
      color: #fff; }
  .arc6-ft-right hr {
    margin-top: 60px;
    margin-bottom: 60px;
    border: none;
    border-bottom: 1px solid #fff; }

.arc6-ft-list {
  color: #fff; }
  @media (max-width: 767.98px) {
    .arc6-ft-list {
      margin-bottom: 30px; } }
  .arc6-ft-list h4 {
    margin-bottom: 20px; }
  .arc6-ft-list ul li {
    margin-bottom: 10px; }
    .arc6-ft-list ul li a {
      text-transform: capitalize; }

.arc6-ft-newsletter {
  color: #fff; }
  @media (max-width: 1199.98px) {
    .arc6-ft-newsletter {
      margin-top: 30px; } }
  @media (max-width: 767.98px) {
    .arc6-ft-newsletter {
      margin-top: 0; } }
  .arc6-ft-newsletter h4 {
    margin-bottom: 20px; }
  .arc6-ft-newsletter form {
    position: relative; }
    .arc6-ft-newsletter form input[type="email"] {
      width: 100%;
      padding: 8px 12px;
      padding-right: 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: none;
      color: #777777; }
      .arc6-ft-newsletter form input[type="email"]::-webkit-input-placeholder {
        color: #777777; }
      .arc6-ft-newsletter form input[type="email"]:-ms-input-placeholder {
        color: #777777; }
      .arc6-ft-newsletter form input[type="email"]::-ms-input-placeholder {
        color: #777777; }
      .arc6-ft-newsletter form input[type="email"]::placeholder {
        color: #777777; }
    .arc6-ft-newsletter form button {
      padding: 8px 12px;
      background: transparent;
      border: none;
      position: absolute;
      top: 50%;
      right: 6px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #2daae1; }

.arc6-ft-social-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px; }
  @media (max-width: 767.98px) {
    .arc6-ft-social-info {
      display: block; } }
  @media (max-width: 767.98px) {
    .arc6-ft-social-info .arc6-policy {
      margin-bottom: 20px; } }
  .arc6-ft-social-info .arc6-policy a {
    color: #fff; }
    .arc6-ft-social-info .arc6-policy a + a {
      margin-left: 20px; }
  .arc6-ft-social-info .arc6-socials a {
    color: #fff; }
    .arc6-ft-social-info .arc6-socials a + a {
      margin-left: 15px; }






/*    ______________   */


/*---------------------------------------------------- */
/*(11)- Service area*/
/*----------------------------------------------------*/
.service-section {
  padding: 115px 0px 115px;
  z-index: 1; }
  .service-section:after {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: -1;
    height: 100%;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, from(white), to(#f9f9f9));
    background-image: -webkit-linear-gradient(left, white 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(left, white 0%, #f9f9f9 100%);
    background-image: linear-gradient(90deg, white 0%, #f9f9f9 100%); }
  .service-section .section-title .title-water-print {
    -webkit-text-stroke-color: #ededed; }
  .service-section .service-content {
    padding-top: 60px; }
    .service-section .service-content .col-lg-4:nth-child(2) .service-inner-box {
      background-color: #00306e; }
      .service-section .service-content .col-lg-4:nth-child(2) .service-inner-box .service-text h3, .service-section .service-content .col-lg-4:nth-child(2) .service-inner-box .service-text p {
        color: #fff; }
    .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box {
      background-color: #cbbc9d; }
      .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box .service-serial-number {
        -webkit-text-stroke-color: #fff; }
      .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box .service-text h3, .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box p,
      .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box .service-icon i {
        color: #fff; }
      .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box:after {
        background-color: #00306e; }

.service-inner-box {
  padding: 48px 40px;
  background-color: #fff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.04);
  box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.04); }
  .service-inner-box .service-serial-number {
    font-size: 80px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: "space-grotesk";
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b1b1b1; }
  .service-inner-box .service-text {
    margin-bottom: 35px; }
    .service-inner-box .service-text h3 {
      font-size: 30px;
      font-weight: 700;
      padding-bottom: 20px; }
  .service-inner-box .service-icon {
    line-height: 1; }
    .service-inner-box .service-icon i {
      font-size: 70px;
      color: #cbbc9d; }
  .service-inner-box:after {
    bottom: 0;
    width: 0%;
    left: 0;
    height: 4px;
    content: '';
    position: absolute;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    background-color: #cbbc9d; }
  .service-inner-box:hover {
    margin-top: -20px; }
    .service-inner-box:hover:after {
      width: 100%; }

/*Home page 2 (Servcie Section)*/
/*----------------------------------------------------*/
.service-section-2 {
  z-index: 1;
  top: -85px;
  overflow: visible; }

.service-content-2 .service-inner-box .service-icon i {
  color: #323232; }

.service-content-2 .service-inner-box .service-text h3, .service-content-2 .service-inner-box p,
.service-content-2 .service-inner-box .service-icon i {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

.service-content-2 .service-inner-box .service-text h3 a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.service-content-2 .service-inner-box:hover {
  background-color: #00306e; }
  .service-content-2 .service-inner-box:hover:after {
    display: none; }
  .service-content-2 .service-inner-box:hover .service-text h3, .service-content-2 .service-inner-box:hover p,
  .service-content-2 .service-inner-box:hover .service-icon i {
    color: #fff; }

.service-content-2 .col-lg-4:nth-child(3) .service-inner-box {
  z-index: 1; }
  .service-content-2 .col-lg-4:nth-child(3) .service-inner-box:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .05;
    position: absolute;
    background-size: cover;
    background-image: url(/a/s/tet2/assets/img/banner/srbg.png); }

/*Service Page (Servcie Section)*/
/*----------------------------------------------------*/
.service-page-section {
  padding: 120px 0px 90px; }

.service-page-content .service-content-2 .service-inner-box {
  padding: 55px 40px;
  margin-bottom: 30px; }
  .service-page-content .service-content-2 .service-inner-box:hover {
    margin-top: 0; }
  .service-page-content .service-content-2 .service-inner-box .service-icon i {
    color: #2daae1; }

.about-service-page-section {
  padding: 110px 0px;
  background-color: #f9f9f9; }
  .about-service-page-section .service-about-img {
    top: 0;
    left: 0; }
  .about-service-page-section .about-right-text {
    max-width: 570px;
    float: right; }
  .about-service-page-section .about-content-2 .about-right-text {
    padding-top: 0; }
  .about-service-page-section .about-content-2 .about-btn a:nth-child(1) {
    background-color: #01579b; }

.service-page-work-process {
  z-index: 1;
  padding: 110px 0px 0px 0px; }
  .service-page-work-process .service-work-process-inner {
    margin: 0 auto;
    max-width: 1420px;
    padding-bottom: 110px;
    background-color: #fff; }
  .service-page-work-process:after {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 200px;
    position: absolute;
    background-color: #f9f9f9; }

.service-price-section {
  z-index: 1;
  padding: 110px 0px 75px; }
  .service-price-section:after {
    top: 0;
    z-index: -1;
    content: '';
    height: 60%;
    width: 100%;
    position: absolute;
    background-color: #f9f9f9; }
  .service-price-section .service-price-tab-btn {
    right: 0;
    top: -55px;
    position: absolute; }
    .service-price-section .service-price-tab-btn .nav {
      display: inherit; }
    .service-price-section .service-price-tab-btn .nav-tabs {
      border-bottom: 0; }
    .service-price-section .service-price-tab-btn .nav-tabs .nav-item {
      margin-bottom: 0; }
    .service-price-section .service-price-tab-btn .nav-tabs .nav-link {
      padding: 0;
      border: none;
      height: 55px;
      width: 100px;
      border-radius: 0;
      font-weight: 700;
      line-height: 55px;
      text-align: center;
      font-family: "space-grotesk";
      background-color: #fff; }
      .service-price-section .service-price-tab-btn .nav-tabs .nav-link.active {
        background-color: #01579b;
        color: #fff; }



/*---------------------------------------------------- */
/*(19)- Breadcrumb area*/
/*----------------------------------------------------*/
.breadcrumb-section {
  padding: 235px 0px 130px;
  position: relative; }
  .breadcrumb-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    z-index: 2; }
  .breadcrumb-section .breadcrumb-content {
    position: relative;
    z-index: 3; }
    .breadcrumb-section .breadcrumb-content .breadcrumb-title {
      color: #23465b;
	  text-shadow: white -1px 0px, white 0px 1px, white 1px 0px, white 0px -1px;
      font-size: 72px;
      font-weight: 700; }
    .breadcrumb-section .breadcrumb-content .breadcrumb {
      display: inline-block;
	background:#23465b75;
	padding:9px 9px; }
      .breadcrumb-section .breadcrumb-content .breadcrumb li {
        font-weight: 500;
        padding: 0px 10px;
        position: relative; }
        .breadcrumb-section .breadcrumb-content .breadcrumb li a {
          color: #fff; }
      .breadcrumb-section .breadcrumb-content .breadcrumb .breadcrumb-item.active {
        color: #fff; }
      .breadcrumb-section .breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        top: 5px;
        left: -1px;
        width: 2px;
        padding: 0;
        content: "";
        height: 14px;
        position: absolute;
        background-color: #fff; }




/*---------------------------------------------------- */
/*(9)- blog area*/
/*----------------------------------------------------*/
.archf-blog-section {
  padding: 115px 0px 55px; }

.archf-blog-content .archf-blog-text-area {
  max-width: 360px; }

.archf-blog-content .achrf-blg-more {
  font-weight: 700;
  padding-top: 10px;
  color: #01579b;
  position: relative;
  display: inline-block;
  font-family: "Poppins"; }
  .archf-blog-content .achrf-blg-more:after {
    left: 0;
    width: 0%;
    bottom: 0;
    content: '';
    height: 2px;
    position: absolute;
    background-color: #01579b;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out; }
  .archf-blog-content .achrf-blg-more:hover:after {
    width: 100%; }

.archf-blog-content .archf-view-all-btn {
  left: 0;
  bottom: 30px;
  position: absolute; }
  .archf-blog-content .archf-view-all-btn .achrf-blg-more {
    color: #000; }
    .archf-blog-content .archf-view-all-btn .achrf-blg-more:hover {
      color: #01579b; }

.archf-blog-innerbox {
  margin-bottom: 30px; }
  .archf-blog-innerbox .archf-blog-img {
    margin-right: 40px; }
  .archf-blog-innerbox .archf-blog-text {
    overflow: hidden; }
    .archf-blog-innerbox .archf-blog-text .archf-blog-cat {
      font-weight: 700;
      color: #01579b;
      font-family: "Poppins"; }
    .archf-blog-innerbox .archf-blog-text h3 {
      color: #000;
      font-size: 24px;
      line-height: 1.4;
      font-weight: 700;
      padding-bottom: 15px; }
    .archf-blog-innerbox .archf-blog-text p {
      line-height: 1.7; }





/*---------------------------------------------------- */
/*(3)- about area*/
/*----------------------------------------------------*/
.about-section-1 {
  padding: 120px 0px; }

.about-left-img .about-exp-text {
  top: 180px;
  right: 30px;
  z-index: 1;
  position: absolute; }
  .about-left-img .about-exp-text:before {
    top: -40px;
    left: -30px;
    z-index: -1;
    content: '';
    width: 120px;
    height: 120px;
    position: absolute;
    border: 8px solid #01579b; }
  .about-left-img .about-exp-text h3 {
    line-height: 1;
    font-size: 50px;
    font-weight: 700;
    margin-right: 20px; }
  .about-left-img .about-exp-text span {
    line-height: 1.2;
    max-width: 120px;
    font-size: 18px;
    font-weight: 700;
    font-family: "space-grotesk"; }

.about-left-img .about-down-img {
  right: 30px;
  bottom: 70px; }

.about-right-text {
  padding: 65px 60px 0px 0px; }
  .about-right-text .title-text-details {
    padding-top: 22px; }
  .about-right-text .about-ft-icon-text {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f7f7f7; }
    .about-right-text .about-ft-icon-text:after {
      right: 0;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .about-right-text .about-ft-icon-text:hover:after {
      color: #fff;
      background-color: #01579b; }
    .about-right-text .about-ft-icon-text:last-child {
      border-bottom: none; }
    .about-right-text .about-ft-icon-text .about-ft-icon {
      line-height: 1;
      font-size: 60px;
      margin-right: 28px;
      color: #01579b; }
    .about-right-text .about-ft-icon-text .about-ft-text {
      overflow: hidden; }
      .about-right-text .about-ft-icon-text .about-ft-text h3 {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 5px; }

/*Home page 2 (About)*/
/*----------------------------------------------------*/
.about-section-2 {
  padding: 120px 0px 110px; }

.about-content-2 .about-left-img {
  margin-right: 30px; }
  .about-content-2 .about-left-img .about-exp-text {
    top: 95px;
    right: 40px; }
    .about-content-2 .about-left-img .about-exp-text:before {
      width: 200px;
      border: 8px solid #cbbc9d; }
    .about-content-2 .about-left-img .about-exp-text span {
      max-width: 60px; }
    .about-content-2 .about-left-img .about-exp-text h3 {
      margin-right: 10px; }

.about-content-2 .about-right-text {
  padding-top: 35px; }

.about-content-2 .title-text-details {
  padding-bottom: 45px; }

.about-content-2 .about-img-2 {
  right: 0;
  z-index: 1;
  top: 215px; }

.about-content-2 .about-img-3 {
  left: -90px;
  bottom: -190px; }

.about-content-2 .about-btn a {
  color: #fff;
  width: 200px;
  height: 60px;
  font-weight: 700;
  line-height: 60px;
  margin-right: 15px;
  background-color: #cbbc9d; }
  .about-content-2 .about-btn a:nth-child(2) {
    background-color: #323232; }
  .about-content-2 .about-btn a:nth-child(2):after {
    background-color: #cbbc9d; }

.about-mission-vission {
  margin-bottom: 35px; }
  .about-mission-vission .about-mv-part {
    width: 50%;
    float: left;
    padding-left: 20px; }
    .about-mission-vission .about-mv-part h3 {
      font-size: 24px;
      font-weight: 700;
      position: relative;
      padding-bottom: 18px; }
      .about-mission-vission .about-mv-part h3:after {
        top: 10px;
        left: -20px;
        height: 3px;
        width: 10px;
        content: '';
        position: absolute;
        border-radius: 100%;
        background-color: #cbbc9d; }
    .about-mission-vission .about-mv-part p {
      font-size: 14px; }

/*Home page 3 (About)*/
/*----------------------------------------------------*/
.about-section-3 {
  padding: 30px 0px 120px; }

.about-content-3 .about-left-text {
  margin-top: 65px;
  max-width: 500px; }

.about-content-3 .about-feature-list li {
  width: 50%;
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding-left: 50px;
  margin-bottom: 30px;
  position: relative;
  font-family: "space-grotesk"; }
  .about-content-3 .about-feature-list li:before {
    left: 0;
    top: -7px;
    width: 30px;
    height: 30px;
    font-size: 10px;
    content: '\f12a';
    line-height: 30px;
    text-align: center;
    position: absolute;
    font-family: Flaticon;
    border: 2px solid #f3f3f3; }

.about-content-3 .about-right-img {
  padding-left: 40px; }

.about-content-tab {
  margin-bottom: 48px;
  padding: 30px 0px 40px;
  border-bottom: 2px solid #f1f1f1; }
  .about-content-tab .tab-content .state_tab_imgtext {
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px); }
  .about-content-tab .tab-content .state_tab_img {
    margin-right: 30px; }
  .about-content-tab .tab-content .state_tab_text {
    overflow: hidden;
    padding-top: 15px;
    line-height: 1.625; }
  .about-content-tab .tab-content .tab-pane.active.show .state_tab_imgtext {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .about-content-tab .custom_tab_button {
    margin-bottom: 32px; }
    .about-content-tab .custom_tab_button li {
      color: #777777;
      font-size: 18px;
      font-weight: 700; }
    .about-content-tab .custom_tab_button .nav-tabs .nav-link {
      border-radius: 0;
      padding: 14px 30px;
      border: 2px solid transparent; }
    .about-content-tab .custom_tab_button .nav-tabs .nav-link.active {
      border: 2px solid #f3f3f3; }
    .about-content-tab .custom_tab_button .nav-tabs {
      border: none; }

.dark-home .about-section-1 {
  color: #fff;
  background-color: #323232; }
  .dark-home .about-section-1 .about-left-img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  .dark-home .about-section-1 .about-left-img .about-exp-text h3, .dark-home .about-section-1 .about-left-img .about-exp-text span {
    color: #01579b; }
  .dark-home .about-section-1 .about-left-img .about-exp-text:before {
    border: 8px solid #fff; }
  .dark-home .about-section-1 .about-right-text .about-ft-icon-text {
    border-bottom: 2px solid #4a4a4a; }
  .dark-home .about-section-1 .about-right-text .about-ft-icon-text:last-child {
    border: none; }
  .dark-home .about-section-1 .about-right-text .about-ft-icon-text:after {
    border: 2px solid #4a4a4a; }

/*About Page (About)*/
/*----------------------------------------------------*/
.about-page-faq .faq-accordion .section-title .title-tag {
  color: #01579b; }

.about-page-faq .faq_area h3 button:after {
  background-color: #01579b; }

.intro-video-section.about-page-intro-video .background-overlay {
  background-color: #fff; }

.intro-video-section.about-page-intro-video .section-title h2,
.intro-video-section.about-page-intro-video .intro-video-text {
  color: #323232; }

.team-section.about-page-team #team-slider-id .owl-nav .owl-next:hover:hover,
.team-section.about-page-team #team-slider-id .owl-nav .owl-prev:hover:hover {
  background-color: #01579b;
  border: 2px solid #01579b; }

.team-section.about-page-team .team-member-img-text:hover .mem-social-btn:before {
  background-color: #01579b; }

.team-section.about-page-team .team-member-img-text .team-member-social li a:hover {
  background-color: #01579b; }

.team-section.about-page-team .team-member-img-text .team-member-text span {
  color: #01579b; }

.team-section.about-page-team .team-member-area {
  padding-bottom: 0; }

.team-section.about-page-team img {
  width: 100%; }

/*---------------------------------------------------- */
/*(4)- about area*/
/*----------------------------------------------------*/
.before-after-section {
  z-index: 1;
  padding: 118px 0px 45px; }
  .before-after-section:after {
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    width: 100%;
    height: 570px;
    position: absolute;
    background-color: #f9f9f9; }
  .before-after-section .before-after-content {
    padding: 110px 70px;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(167, 167, 167, 0.08);
    box-shadow: 0px 8px 16px 0px rgba(167, 167, 167, 0.08); }
    .before-after-section .before-after-content .title-text-details {
      padding-bottom: 35px; }
    .before-after-section .before-after-content .before-after-list {
      display: inline-block;
      margin-bottom: 18px; }
      .before-after-section .before-after-content .before-after-list li {
        font-size: 18px;
        font-weight: 500;
        padding-left: 60px;
        position: relative;
        margin-bottom: 25px; }
        .before-after-section .before-after-content .before-after-list li:before {
          left: 0;
          width: 30px;
          height: 30px;
          font-size: 10px;
          line-height: 26px;
          -webkit-transition: .3s all ease-in-out;
          -o-transition: .3s all ease-in-out;
          transition: .3s all ease-in-out; }
        .before-after-section .before-after-content .before-after-list li:hover:before {
          color: #fff;
          background-color: #01579b; }
    .before-after-section .before-after-content .archi-btn {
      background-color: #01579b;
      -webkit-box-shadow: 0px 8px 16px 0px rgba(163, 204, 1, 0.2);
      box-shadow: 0px 8px 16px 0px rgba(163, 204, 1, 0.2); }
      .before-after-section .before-after-content .archi-btn i {
        font-size: 10px;
        margin-left: 10px; }
      .before-after-section .before-after-content .archi-btn a {
        width: 100%;
        display: block; }
  .before-after-section .img-compare-area {
    top: 120px;
    width: 620px;
    right: -125px;
    position: absolute; }
    .before-after-section .img-compare-area .twentytwenty-handle {
      width: 80px;
      border: none;
      height: 80px;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin-left: -40px;
      background-color: #01579b; }
    .before-after-section .img-compare-area .twentytwenty-horizontal .twentytwenty-handle:before,
    .before-after-section .img-compare-area .twentytwenty-horizontal .twentytwenty-handle:after,
    .before-after-section .img-compare-area .twentytwenty-after-label,
    .before-after-section .img-compare-area .twentytwenty-before-label {
      display: none; }

.dark-home .before-after-section {
  background-color: #323232; }
  .dark-home .before-after-section:after {
    opacity: 0.941;
    z-index: -1;
    background-color: #2a2a2a; }
  .dark-home .before-after-section:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 570px;
    z-index: -2;
    position: absolute;
    background-image: url(/a/s/tet2/assets/img/banner/babg1.jpg); }
  .dark-home .before-after-section .before-after-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent; }
    .dark-home .before-after-section .before-after-content .section-title {
      margin: 0 auto;
      max-width: 530px; }
      .dark-home .before-after-section .before-after-content .section-title h2 {
        color: #fff; }
  .dark-home .before-after-section .img-compare-area {
    width: 100%;
    position: static;
    padding-top: 60px; }

/*---------------------------------------------------- */
/*(5)- about area*/
/*----------------------------------------------------*/
.client-area-section {
  padding: 0px 180px 40px; }
  .client-area-section .client-slide-area .client-img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out; }
    .client-area-section .client-slide-area .client-img img:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }

.client-area-2 {
  padding-bottom: 5px; }

/*Home page 3 (Client Section)*/
/*----------------------------------------------------*/
.client-section-2 {
  z-index: 1;
  padding: 118px 0px 105px; }
  .client-section-2 .section-title .title-tag, .client-section-2 .section-title h2 {
    color: #fff; }
  .client-section-2:before, .client-section-2:after {
    top: 0;
    content: '';
    width: 100%;
    z-index: -2;
    height: 390px;
    position: absolute;
    background-image: url(/a/s/tet2/assets/img/banner/cbg2.jpg); }
  .client-section-2:after {
    z-index: -1;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.85); }
  .client-section-2 .client-content-2 {
    padding: 60px 115px 0px 115px; }
    .client-section-2 .client-content-2 .client-img {
      -webkit-box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.04);
      box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.04); }
    .client-section-2 .client-content-2 .client-slide-area .owl-stage-outer {
      padding: 15px; }

.dark-home .client-area-section {
  background-color: #323232; }

/*---------------------------------------------------- */
/*(6)- about area*/
/*----------------------------------------------------*/
.portfolio-section {
  z-index: 1;
  overflow: visible;
  padding: 110px 0px;
  background-color: #323232; }
  .portfolio-section .custom_tab_button .nav-tabs {
    border-bottom: none; }
  .portfolio-section .custom_tab_button li a {
    display: block;
    line-height: 1;
    color: #9a9a9a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .portfolio-section .custom_tab_button li a span {
      color: #fff;
      font-size: 100px;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #fff; }
    .portfolio-section .custom_tab_button li a.active {
      color: #01579b; }
      .portfolio-section .custom_tab_button li a.active span {
        -webkit-text-fill-color: #fff; }
  .portfolio-section .custom_tab_button li:last-child a {
    margin-bottom: 0; }
  .portfolio-section .portfolio-img-content {
    top: 0;
    right: 0;
    z-index: -1;
    position: absolute; }
    .portfolio-section .portfolio-img-content:after {
      top: 0;
      left: 0;
      content: '';
      opacity: .6;
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #000000; }	  







/* top nav */
.react-header .topbar-area.style1 {
  background: #ebf8fd;
  color: #FFFFFF;
  padding-bottom: 10px;
  font-size: 14px;
}
.react-header .topbar-area.style1 .topbar-contact ul {
  display: flex;
}
.react-header .topbar-area.style1 .topbar-contact ul li {
  margin-left: 30px;
}
.react-header .topbar-area.style1 .topbar-contact ul li svg {
  width: 18px;
  padding-right: 2px;
}
.react-header .topbar-area.style1 .topbar-contact ul li:first-child {
  margin-left: 0;
}
.react-header .topbar-area.style1 li a {
  color: #01579B;
}
.react-header .topbar-area.style1 li a:hover {
  /*color: #b5b2b2;*/
  color: green;
}
.react-header .topbar-area.style1 ul.social-links li {
  margin-right: 15px;
}
.react-header .topbar-area.style1 ul.social-links li a {
  width: unset;
  height: unset;
  line-height: unset;
  border: 0;
}
.react-header .topbar-area.style1 ul.social-links li a:hover {
  background: transparent;
  /*color: #b5b2b2;*/
  color: #b5b2b2;
}





.arc6-ft-social-info2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: right;
}

@media (max-width: 767.98px) {
  .arc6-ft-social-info2 {
     display: block; 
   } 
}

.arc6-ft-social-info .arc6-socials a {
    color: #fff; 
    margin-right: 10px; 
}


.slide-description p {
	color: #01579B;
}







/*(7) testimonial */
/*-----------------------------------------------*/
.arc5-tst-top-img {
  position: relative; }
  .arc5-tst-top-img img {
    position: absolute;
    top: -250px;
    left: 0;
    width: 300px;
    z-index: 10; }

.arc5-testimonial-section {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 60px; }
  .arc5-testimonial-section .arc5-tst-shape {
    width: 120px;
    position: absolute;
    right: -30px;
    bottom: 0; }
  .arc5-testimonial-section .arc5-overlay-bg {
    background-color: rgba(251, 237, 237, 0.6);
    padding: 110px 0;
    height: 800px; }
    @media (max-width: 1199.98px) {
      .arc5-testimonial-section .arc5-overlay-bg {
        height: auto;
        padding-bottom: 0; } }
    @media (max-width: 991.98px) {
      .arc5-testimonial-section .arc5-overlay-bg {
        padding-bottom: 110px; } }
  .arc5-testimonial-section .arc5-title-area {
    text-align: center; }

.arc5-testimonial-slider {
  margin-top: 60px; }
  .arc5-testimonial-slider .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 15%;
    left: 70px; }
    @media (max-width: 1199.98px) {
      .arc5-testimonial-slider .owl-dots {
        display: none !important; } }
    @media (max-width: 767.98px) {
      .arc5-testimonial-slider .owl-dots {
        display: block !important;
        bottom: -60px; } }
    .arc5-testimonial-slider .owl-dots .owl-dot {
      display: inline-block; }
      .arc5-testimonial-slider .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background-color: #01579b;
        border-radius: 50%;
        margin-right: 10px;
        display: inline-block; }
    .arc5-testimonial-slider .owl-dots .active span {
      width: 30px;
      border-radius: 10px; }
  .arc5-testimonial-slider .single-item .arc5-tst-content {
    padding-right: 100px; }
    @media (max-width: 991.98px) {
      .arc5-testimonial-slider .single-item .arc5-tst-content {
        padding-right: 0; } }
    .arc5-testimonial-slider .single-item .arc5-tst-content span {
      color: #01579b;
      font-size: 48px;
      margin-right: 10px; }
    .arc5-testimonial-slider .single-item .arc5-tst-content h2 {
      display: inline-block;
      margin-bottom: 30px; }
    .arc5-testimonial-slider .single-item .arc5-tst-content p {
      color: #111111; }
  .arc5-testimonial-slider .single-item .arc5-tst-bottom {
    padding-left: 15px; }
  .arc5-testimonial-slider .single-item .arc5-designation {
    margin-top: 30px; }
    .arc5-testimonial-slider .single-item .arc5-designation span {
      color: #111111;
      font-size: 16px;
      margin-top: 5px;
      display: block; }
  @media (max-width: 767.98px) {
    .arc5-testimonial-slider .single-item .arc5-client-img {
      display: none; } }





/*(4) Services */
/*-----------------------------------------------*/
.arc5-service-section {
  padding: 110px 0; }
  .arc5-service-section .section-title {
    text-align: center;
    margin-bottom: 60px; }
  .arc5-service-section .owl-stage-outer {
    height: 478px; }
    @media (max-width: 1199.98px) {
      .arc5-service-section .owl-stage-outer {
        height: auto; } }
  .arc5-service-section .owl-dots {
    margin-top: 30px; }
    .arc5-service-section .owl-dots .owl-dot {
      display: inline-block; }
      .arc5-service-section .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background-color: #01579b;
        border-radius: 50%;
        margin-right: 10px;
        display: inline-block; }
    .arc5-service-section .owl-dots .active span {
      width: 30px;
      border-radius: 10px; }

.arc5-service-slider div.active .arc5-title-area {
  -webkit-animation: 1s fadeInDown;
  animation: 1s fadeInDown; }

.arc5-service-single-item {
 	background:#dffbff; 
  position: relative; }
  .arc5-service-single-item .arc5-title-area {
    position: absolute;
    bottom: -83px;
    right: 0;
 	background-color: #fff; 
    width: 80%;
    padding: 20px; }
    @media (max-width: 1199.98px) {
      .arc5-service-single-item .arc5-title-area {
        bottom: -1px; } }


.services-desc {
	font-size: 18px;
    color: #00335c;
    background-color: #e7f3ff;
    padding: 30px 30px;
}


.get-quote-section {
  z-index: 1;
  padding: 20px 0px 20px; }
  .get-quote-section .quote-icon-up {
    left: 0;
    right: 0;
    top: 80px;
    text-align: center;
    position: absolute; }
    .get-quote-section .quote-icon-up i {
      color: #fff;
      font-size: 28px; }
  .get-quote-section .get-quote-content {
    padding-top: 20px;
	padding-bottom: 100px; }
    .get-quote-section .get-quote-content .section-title h2 {
      color: #fff; }
    .get-quote-section .get-quote-content .get-quote-form {
      padding-top: 55px; }
      .get-quote-section .get-quote-content .get-quote-form .contact-info {
        position: relative;
        margin-bottom: 30px; }
      .get-quote-section .get-quote-content .get-quote-form input,
      .get-quote-section .get-quote-content .get-quote-form textarea {
        width: 100%;
        height: 65px;
        border: none;
        padding-left: 80px;
      }
        .get-quote-section .get-quote-content .get-quote-form input::-webkit-input-placeholder,
        .get-quote-section .get-quote-content .get-quote-form textarea::-webkit-input-placeholder {
          color: grey; }
        .get-quote-section .get-quote-content .get-quote-form input:-ms-input-placeholder,
        .get-quote-section .get-quote-content .get-quote-form textarea:-ms-input-placeholder {
          color: grey; }
        .get-quote-section .get-quote-content .get-quote-form input::-ms-input-placeholder,
        .get-quote-section .get-quote-content .get-quote-form textarea::-ms-input-placeholder {
          color: grey; }
        .get-quote-section .get-quote-content .get-quote-form input::placeholder,
        .get-quote-section .get-quote-content .get-quote-form textarea::placeholder {
          color: grey; }
        .get-quote-section .get-quote-content .get-quote-form input:focus,
        .get-quote-section .get-quote-content .get-quote-form textarea:focus {
          border: 1px solid #01579b; }
      .get-quote-section .get-quote-content .get-quote-form textarea {
        height: 250px;
        padding-top: 20px; }
      .get-quote-section .get-quote-content .get-quote-form .icon-bg {
        top: 20px;
        left: 40px;
        position: absolute; }
        .get-quote-section .get-quote-content .get-quote-form .icon-bg i {
          color: #01579b; }
      .get-quote-section .get-quote-content .get-quote-form .sub-button button {
        color: #fff;
        font-weight: 700;
        padding: 20px 45px;
        background-color: #01579b; }
        .get-quote-section .get-quote-content .get-quote-form .sub-button button:after {
          background-color: #fff; }
        .get-quote-section .get-quote-content .get-quote-form .sub-button button:hover {
          color: pink; }
  .get-quote-section .get-quote-cta {
    margin: 0 15px; }
    .get-quote-section .get-quote-cta .get-quote-cta-content {
      padding: 40px 50px 30px; }
      .get-quote-section .get-quote-cta .get-quote-cta-content .get-quote-cta-icon {
        line-height: 1;
        padding-top: 5px;
        margin-right: 20px; }
        .get-quote-section .get-quote-cta .get-quote-cta-content .get-quote-cta-icon i {
          font-size: 40px;
          color: #01579b; }
      .get-quote-section .get-quote-cta .get-quote-cta-content .get-quote-cta-text {
        overflow: hidden; }
        .get-quote-section .get-quote-cta .get-quote-cta-content .get-quote-cta-text h4 {
          color: #fff;
          font-size: 24px;
          font-weight: 700; }
        .get-quote-section .get-quote-cta .get-quote-cta-content .get-quote-cta-text span {
          color: #fff;
          font-size: 18px; }
    .get-quote-section .get-quote-cta .col-lg-4:nth-child(1) .get-quote-cta-content {
      -webkit-box-shadow: 0px 8px 16px 0px rgba(193, 193, 193, 0.1);
      box-shadow: 0px 8px 16px 0px rgba(193, 193, 193, 0.1); }
      .get-quote-section .get-quote-cta .col-lg-4:nth-child(1) .get-quote-cta-content .get-quote-cta-text h4, .get-quote-section .get-quote-cta .col-lg-4:nth-child(1) .get-quote-cta-content .get-quote-cta-text span {
        color: #323232; }
    .get-quote-section .get-quote-cta .col-lg-4:nth-child(2) .get-quote-cta-content {
      background-color: #01579b; }
      .get-quote-section .get-quote-cta .col-lg-4:nth-child(2) .get-quote-cta-content .get-quote-cta-icon i {
        color: #fff; }
    .get-quote-section .get-quote-cta .col-lg-4:nth-child(3) .get-quote-cta-content {
      background-color: #323232;
      -webkit-box-shadow: 0px -5px 20px 0px rgba(193, 193, 193, 0.1);
      box-shadow: 0px -5px 20px 0px rgba(193, 193, 193, 0.1); }

.dark-home .get-quote-section {
  background-color: #323232; }
  .dark-home .get-quote-section:before {
    xborder: 2px solid #3d3d3d; }
  .dark-home .get-quote-section .get-quote-content {
    background-color: #373737; }

.dark-home .get-quote-section .get-quote-cta .col-lg-4:nth-child(1) .get-quote-cta-content,
.dark-home .get-quote-section .get-quote-cta .col-lg-4:nth-child(3) .get-quote-cta-content {
  background-color: #2a2a2a;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .dark-home .get-quote-section .get-quote-cta .col-lg-4:nth-child(1) .get-quote-cta-content h4, .dark-home .get-quote-section .get-quote-cta .col-lg-4:nth-child(1) .get-quote-cta-content span,
  .dark-home .get-quote-section .get-quote-cta .col-lg-4:nth-child(3) .get-quote-cta-content h4,
  .dark-home .get-quote-section .get-quote-cta .col-lg-4:nth-child(3) .get-quote-cta-content span {
    color: #fff; }



.contact-page-google-map {
    position: relative;
    display: block;
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 750px;
    width: 100%;

}


.Xcoloric-image {
	filter: grayscale(80%);
}

.Xcoloric-image:hover {
	filter: none;
}


.mylist1: {
	padding: 15px 15px;
	margin-top:20px; 
	margin-bottom: 20px;
}
.mylist1 li {
	padding-left: 50px;
}


/*Blog Page*/
/*----------------------------------------------------*/

.news_post_item {
  margin-bottom: 40px; }
  .news_post_item .post_cat {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 30px;
    display: inline-block;
    background-color: #01579b; }
  .news_post_item .video_play_btn {
    margin: 0 auto; }
  .news_post_item .news_text_area {
    padding: 50px 40px;
    background-color: #fff; }
    .news_post_item .news_text_area h3 {
      font-weight: 700;
      font-size: 20px;
      padding: 20px 0px 10px; }
    .news_post_item .news_text_area p {
      line-height: 1.625; }
    .news_post_item .news_text_area .blog_meta {
      margin-bottom: 15px; }
      .news_post_item .news_text_area .blog_meta li {
        font-size: 14px;
        margin-right: 25px; }
        .news_post_item .news_text_area .blog_meta li i {
          margin-right: 6px; }
    .news_post_item .news_text_area .author_meta {
      width: 100%;
      margin-top: 25px;
      display: inline-block; }
    .news_post_item .news_text_area .author_img img {
      height: 40px;
      width: 40px;
      border-radius: 100%;
      margin-right: 10px; }
    .news_post_item .news_text_area .author_img span {
      font-weight: 700; }
    .news_post_item .news_text_area .news_more {
      margin-top: 5px; }
      .news_post_item .news_text_area .news_more a {
        font-size: 14px;
        font-weight: 700;
        position: relative; }
        .news_post_item .news_text_area .news_more a:before {
          content: '\f061';
          font-weight: 900;
          position: absolute;
          font-family: 'Font Awesome 5 Free';
          left: -25px;
          top: -2px; }

.news_qoute {
  z-index: 0; }
  .news_qoute .news_text_area {
    background-color: transparent; }
  .news_qoute:before {
    background-color: #01579b; }
  .news_qoute .news_text_area {
    padding-left: 145px; }
    .news_qoute .news_text_area h3 {
      color: #fff; }
    .news_qoute .news_text_area:before {
      top: 55px;
      left: 35px;
      color: #fff;
      font-size: 85px;
      font-weight: 900;
      content: '\f10d';
      position: absolute;
      font-family: 'Font Awesome 5 Free'; }
  .news_qoute .blog_meta li {
    color: #fff; }

.bg_img_post {
  z-index: 0; }
  .bg_img_post .news_text_area {
    background-color: transparent; }
  .bg_img_post:before {
    background-color: #fff;
    opacity: .9; }
  .bg_img_post .news_text_area {
    border: none; }

.blog_pagination .pagination {
  margin-top: 60px; }

  .site_sidebar .single_widget {
    padding: 35px;
    margin-bottom: 40px;
    background-color: #fff; }
    .site_sidebar .single_widget .widget_title {
      color: #343434;
      font-size: 20px;
      font-weight: 700;
      position: relative;
      padding: 0 0 35px 40px; }
      .site_sidebar .single_widget .widget_title:before {
        top: 0;
        left: 0;
        width: 2px;
        content: '';
        height: 20px;
        position: absolute;
        background-color: #01579b; }

.about_widget .ab_widget_img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto 28px; }

.about_widget .ab_widget_text h3 {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 15px; }

.about_widget .ab_widget_text p {
  font-size: 14px;
  line-height: 1.857; }

.about_widget .ab_widget_social {
  margin-top: 20px; }
  .about_widget .ab_widget_social li {
    font-size: 14px;
    margin: 0px 7px;
    color: #b3bed3; }
    .about_widget .ab_widget_social li:hover {
      color: #01579b; }

.search_widget input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 30px;
  background-color: #f6f4ff; }

.search_widget button {
  color: #fff;
  width: 60px;
  height: 60px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #01579b; }

.single_widget .latest-blog-widget .blog-img-content {
  width: 100%; }

.single_widget .latest-blog-widget .blog-img {
  width: 80px;
  float: left;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 20px; }

.single_widget .latest-blog-widget .blog-text h3 {
  font-size: 16px;
  line-height: 1.375;
  padding-bottom: 5px; }

.single_widget .latest-blog-widget .blog-text span {
  font-size: 14px; }

.wicat_item li {
  z-index: 1;
  height: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 50px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  background-color: #f9f9f9; }
  .wicat_item li:last-child {
    margin-bottom: 0; }
  .wicat_item li .post_counter {
    right: 0;
    z-index: 1;
    width: 50px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: absolute;
    background-color: #01579b;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .wicat_item li:after {
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    content: '';
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-color: #01579b; }
  .wicat_item li:hover {
    color: #fff; }
    .wicat_item li:hover:after {
      width: 100%; }
    .wicat_item li:hover .post_counter {
      background-color: #97bd01; }
  .wicat_item li a {
    width: 100%;
    display: block; }

.social_widget {
  width: 100%;
  display: inline-block; }
  .social_widget li {
    width: 40px;
    color: #343434;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    background-color: #f2f2f2;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .social_widget li a {
      width: 100%;
      display: block;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .social_widget li:hover {
      background-color: #01579b;
      color: #fff; }

.twitter_update .twitter_icon {
  float: left;
  margin-right: 20px; }
  .twitter_update .twitter_icon i {
    color: #01579b;
    font-size: 14px; }

.twitter_update .tw_feed_text {
  overflow: hidden; }
  .twitter_update .tw_feed_text p, .twitter_update .tw_feed_text a, .twitter_update .tw_feed_text span {
    font-size: 12px;
    line-height: 2;
    display: block; }
  .twitter_update .tw_feed_text span {
    font-weight: 700;
    text-transform: uppercase; }
  .twitter_update .tw_feed_text a {
    margin-bottom: 5px; }

.instagram_feed {
  display: inline-block;
  margin: 0 -7px; }
  .instagram_feed li {
    position: relative;
    background-color: #01579b;
    margin: 7px 5px; }
    .instagram_feed li:before {
      left: 0;
      right: 0;
      top: 40%;
      content: "\f061";
      opacity: 0;
      color: #fff;
      position: absolute;
      visibility: hidden;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-weight: 900;
      z-index: 1;
      font-family: 'Font Awesome 5 Free';
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .instagram_feed li img {
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .instagram_feed li:hover img {
      opacity: .4; }
    .instagram_feed li:hover:before {
      top: 50%;
      opacity: 1;
      visibility: visible; }

.popular_tag {
  margin: -5px;
  display: inline-block; }
  .popular_tag li a {
    margin: 5px 3px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    background-color: #f4f4f4;
    padding: 8px 20px 5px 20px; }
    .popular_tag li a:hover {
      color: #fff;
      background-color: #01579b; }

#blod_slide .owl-nav {
  width: 90%;
  margin: 0 auto;
  position: absolute; }
  #blod_slide .owl-nav .owl-prev,
  #blod_slide .owl-nav .owl-next {
    font-size: 30px;
    color: #d4d3d2;
    float: left;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    #blod_slide .owl-nav .owl-prev:hover,
    #blod_slide .owl-nav .owl-next:hover {
      color: #fff; }
  #blod_slide .owl-nav .owl-next {
    float: right; }

/*Blog Details Page*/
/*----------------------------------------------------*/
.blog_details_area {
  padding: 120px 0px 120px;
  background-color: #f9f9f9; }
  .blog_details_area .blog_details_content {
    padding: 45px;
    background-color: #fff; }
  .blog_details_area .s_blog_tag {
    color: #fff;
    padding: 5px 25px;
    background-color: #01579b; }
  .blog_details_area .blog-meta a {
    color: #000b22;
    font-size: 14px;
    margin-right: 25px; }
    .blog_details_area .blog-meta a i {
      margin-right: 5px; }
  .blog_details_area .share_tag {
    width: 100%;
    margin-bottom: 45px;
    display: inline-block;
    border-bottom: 1px solid #e1e6ff; }
    .blog_details_area .share_tag .share_post li {
      float: right; }

.blog_details_text h2 {
  font-weight: 700;
  font-size: 36px;
  padding: 25px 0px 18px; }

.blog_details_text .blog-meta {
  margin-bottom: 22px; }
  .blog_details_text .blog-meta a {
    color: #343434;
    font-size: 14px; }
    .blog_details_text .blog-meta a i {
      margin-right: 8px; }

.blog_details_text article {
  line-height: 1.6;
  padding-bottom: 30px; }

.blog_details_text h3 {
  font-weight: 700;
  font-size: 30px;
  padding: 40px 0px 25px; }

.blog_details_text h4 {
  font-weight: 700;
  font-size: 30px;
  padding: 30px 0px 35px 0px;
  border-top: 1px solid #e1e6ff; }

.blog_details_text .blog_details_list li {
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 8px;
  position: relative; }
  .blog_details_text .blog_details_list li:after {
    left: 0;
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    color: #323232;
    font-family: 'Font Awesome 5 Free'; }

.blog_details_text blockquote {
  z-index: 1;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  text-align: center;
  font-family: "space-grotesk";
  border-radius: 10px;
  padding: 50px 85px 60px;
  margin: 40px 0px;
  color: #fff;
  background-color: #01579b; }
  .blog_details_text blockquote span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    font-family: "Roboto"; }
  .blog_details_text blockquote:after {
    top: 0;
    right: 50px;
    z-index: -1;
    color: #acd11b;
    content: '\f10e';
    font-weight: 900;
    position: absolute;
    font-size: 200px;
    font-family: 'Font Awesome 5 Free'; }

.blog_details_text .aside_img {
  margin-right: 35px; }

.blog_details_extra_text .share_tag {
  margin-top: 20px;
  padding-bottom: 40px; }
  .blog_details_extra_text .share_tag h3 {
    font-weight: 700;
    color: #000b22;
    font-size: 20px;
    padding-bottom: 20px; }

.blog_details_extra_text .share_post li {
  color: #b5becc;
  font-size: 18px;
  margin-left: 25px; }
  .blog_details_extra_text .share_post li a {
    color: #b5becc; }
    .blog_details_extra_text .share_post li a:hover {
      color: #01579b; }

.blog_details_extra_text .next_prev_post {
  margin: 0;
  border: none;
  padding: 0 0 35px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #e1e6ff; }
  .blog_details_extra_text .next_prev_post a span {
    font-size: 14px;
    font-weight: 700;
    color: #01579b; }
  .blog_details_extra_text .next_prev_post a h3 {
    font-weight: 700;
    font-size: 28px; }
  .blog_details_extra_text .next_prev_post .bar_point {
    line-height: 85px;
    background-color: transparent; }
    .blog_details_extra_text .next_prev_post .bar_point i {
      color: #01579b;
      font-size: 40px; }

.blog_details_extra_text .related_postview h3 {
  font-weight: 700;
  color: #000b22;
  font-size: 28px;
  padding-bottom: 40px; }

.blog_details_extra_text .related_postview .blog-meta {
  font-size: 14px;
  color: #01579b; }

.blog_details_extra_text .related_postview .postitem_text {
  padding: 35px 25px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
  box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06); }
  .blog_details_extra_text .related_postview .postitem_text h3 {
    font-weight: 700;
    padding: 5px 0px 15px; }
    .blog_details_extra_text .related_postview .postitem_text h3 a {
      font-size: 22px; }

.blog_details_extra_text .postby_author {
  padding: 40px;
  margin: 45px 0px;
  display: inline-block;
  background-color: #f9f9f9; }
  .blog_details_extra_text .postby_author .author_img {
    float: left;
    margin-right: 35px; }
  .blog_details_extra_text .postby_author span {
    font-size: 12px;
    font-weight: 700;
    color: #01579b; }
  .blog_details_extra_text .postby_author h3 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 10px; }
  .blog_details_extra_text .postby_author p {
    line-height: 1.85; }

.comment_element {
  position: relative; }

.blog_comment_box li {
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e6ff; }

.blog_comment_box h3 {
  font-weight: 700;
  font-size: 26px;
  color: #000b22;
  padding-bottom: 35px; }

.blog_comment_box .comment_img {
  width: 100px;
  float: left;
  height: 100px;
  margin-right: 30px; }
  .blog_comment_box .comment_img img {
    border-radius: 100%; }

.blog_comment_box .comment_content {
  padding-top: 20px; }
  .blog_comment_box .comment_content h4 {
    font-weight: 700;
    font-size: 18px;
    color: #000b22; }
  .blog_comment_box .comment_content span {
    font-size: 12px;
    font-weight: 700;
    color: #01579b; }
  .blog_comment_box .comment_content p {
    font-size: 14px;
    overflow: hidden;
    line-height: 1.7;
    margin: 10px 0 25px; }

.blog_comment_box .reply-btn {
  top: 15px;
  right: 50px;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 30px;
  position: absolute;
  border-radius: 50px; }

.blog_comment_box .comment_reply {
  margin-left: 120px;
  padding-top: 25px;
  border-top: 1px solid #e1e6ff; }

.comment_formfield {
  padding: 50px;
  background-color: #f9f9f9; }
  .comment_formfield .quote_form .contact-info {
    position: relative; }
    .comment_formfield .quote_form .contact-info .icon-bg {
      top: 20px;
      right: 15px;
      position: absolute; }
      .comment_formfield .quote_form .contact-info .icon-bg i {
        color: #01579b; }
  .comment_formfield .quote_form input, .comment_formfield .quote_form textarea {
    width: 100%;
    border: none;
    height: 60px;
    padding-left: 30px;
    margin-bottom: 20px;
    background-color: #ffffff; }
  .comment_formfield .quote_form textarea {
    height: 150px;
    padding-top: 30px; }
  .comment_formfield .quote_form .sub-button button {
    color: #fff;
    border: none;
    padding: 20px 40px;
    background-color: #01579b; }



.news_post_item .video_play_btn {
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #01579b; }
  .news_post_item .video_play_btn i {
    color: #fff;
    font-size: 20px; }


.news_post_item .video_play_btn, #blod_slide .owl-nav {
  right: 30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.news_qoute:before, .bg_img_post:before {
  top: 0;
  opacity: .95;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute; }

.single_widget .latest-blog-widget .blog-img-content, .twitter_update .tw_feed {
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e6ff; }
  .single_widget .latest-blog-widget .blog-img-content:last-child, .twitter_update .tw_feed:last-child {
    border: none;
    padding: 0;
    margin: 0; }




.archf-intro-section {
  padding: 115px 0px 75px; }

.archf-intro-content {
  padding-top: 65px; }

.archf-intro-innerbox .archf-intro-img {
  overflow: hidden; }
  .archf-intro-innerbox .archf-intro-img img {
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;
    transition: 500ms all; }

.archf-intro-innerbox .archf-intro-text-icon {
  top: -35px;
  max-width: 330px;
  background-color: #fff;
  padding: 60px 0px 0px 40px; }

.archf-intro-innerbox .archf-intro-icon {
  top: -45px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all; }

.archf-intro-innerbox .archf-intro-text h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px; }
  .archf-intro-innerbox .archf-intro-text h3:hover {
    color: #01579b; }

.archf-intro-innerbox:hover .archf-intro-icon {
  }

.archf-intro-innerbox:hover .archf-intro-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

/*---------------------------------------------------- */
/*(4)- about area*/
/*----------------------------------------------------*/
.archf-about-section {
  padding: 80px 0px 90px; }
  .archf-about-section .archf-about-bg {
    top: 0;
    left: 0;
    position: absolute; }

.archf-about-text {
  padding-left: 100px; }

.archf-btn {
  height: 55px;
  width: 170px;
  line-height: 55px;
  background-color: #5a606c; }
  .archf-btn a {
    color: #fff;
    width: 100%;
    display: block;
    font-weight: 700;
    font-family: "Poppins"; }

.archf-about-text-area p {
  padding-bottom: 22px; }

.archf-about-text-area li {
  font-weight: 500;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative; }
  .archf-about-text-area li:before {
    top: 0;
    left: 0;
    content: '\f013';
    font-weight: 900;
    position: absolute;
    color: #01579b;
    font-family: 'Font Awesome 5 Free'; }

.archf-about-text-area .archf-btn {
  margin-top: 28px; }

/*---------------------------------------------------- */
/*(5)- Feature area*/
/*----------------------------------------------------*/
.archf-feature-section {
  padding: 115px 0px;
  overflow: visible; }
  .archf-feature-section .side-vector-1 {
    right: 0;
    top: -380px;
    z-index: -1; }
  .archf-feature-section .side-vector-2 {
    left: 0;
    z-index: -1;
    bottom: -240px; }

.archf-feature-text {
  max-width: 465px; }

.archf-feature-list-item {
  padding: 40px;
  margin-bottom: 20px;
  border: 1px solid #ccd0d9;
  -webkit-transition: 700ms all;
  -o-transition: 700ms all;
  transition: 700ms all; }
  .archf-feature-list-item .archf-feature-list-icon {
    margin-right: 30px; }
  .archf-feature-list-item .archf-feature-list-text {
    overflow: hidden; }
    .archf-feature-list-item .archf-feature-list-text h3 {
      color: #000000;
      font-size: 24px;
      font-weight: 700;
      padding-bottom: 25px; }
  .archf-feature-list-item:hover {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  .archf-feature-list-item:last-child {
    margin-bottom: 0; }




	/*(6) team */
/*-----------------------------------------------*/
.arc5-team-section {
  padding: 100px 0 80px 0; }
  @media (max-width: 991.98px) {
    .arc5-team-section {
      padding-bottom: 280px; } }
  .arc5-team-section .arc5-title-area {
    padding-right: 90px; }
    @media (max-width: 991.98px) {
      .arc5-team-section .arc5-title-area {
        margin-bottom: 60px; } }

.arc5-team-column {
  position: relative;
  margin-bottom: 75px; }
  .arc5-team-column .arc5-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    background-color: #ff5b2e;
    cursor: pointer; }
    .arc5-team-column .arc5-toggle span {
      display: block;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .arc5-team-column .arc5-icon-rotate span {
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .arc5-team-column .arc5-team-social {
    position: absolute;
    top: 45px;
    right: 0px;
    right: 0px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .arc5-team-column .arc5-team-social a {
      display: block;
      width: 44px;
      height: 44px;
      margin-top: 6px;
      background-color: #ff5b2e;
      color: #fff;
      text-align: center;
      line-height: 40px; }
  .arc5-team-column .team-social-active {
    right: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .arc5-team-column .arc5-designation {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 90%;
    padding: 20px;
    color: #fff; }
    .arc5-team-column .arc5-designation h3 {
      margin-bottom: 5px;
      color: #fff; }


	  /*(7) testimonial */
/*-----------------------------------------------*/
.arc5-tst-top-img {
  position: relative; }
  .arc5-tst-top-img img {
    position: absolute;
    top: -250px;
    left: 0;
    width: 300px;
    z-index: 10; }

.arc5-testimonial-section {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 60px; }
  .arc5-testimonial-section .arc5-tst-shape {
    width: 120px;
    position: absolute;
    right: -30px;
    bottom: 0; }
  .arc5-testimonial-section .arc5-overlay-bg {
    background-color: rgba(251, 237, 237, 0.6);
    padding: 110px 0;
    height: 800px; }
    @media (max-width: 1199.98px) {
      .arc5-testimonial-section .arc5-overlay-bg {
        height: auto;
        padding-bottom: 0; } }
    @media (max-width: 991.98px) {
      .arc5-testimonial-section .arc5-overlay-bg {
        padding-bottom: 110px; } }
  .arc5-testimonial-section .arc5-title-area {
    text-align: center; }

.arc5-testimonial-slider {
  margin-top: 60px; }
  .arc5-testimonial-slider .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 35%;
    left: 70px; }
    @media (max-width: 1199.98px) {
      .arc5-testimonial-slider .owl-dots {
        display: none !important; } }
    @media (max-width: 767.98px) {
      .arc5-testimonial-slider .owl-dots {
        display: block !important;
        bottom: -60px; } }
    .arc5-testimonial-slider .owl-dots .owl-dot {
      display: inline-block; }
      .arc5-testimonial-slider .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background-color: #ff5b2e;
        border-radius: 50%;
        margin-right: 10px;
        display: inline-block; }
    .arc5-testimonial-slider .owl-dots .active span {
      width: 30px;
      border-radius: 10px; }
  .arc5-testimonial-slider .single-item .arc5-tst-content {
    padding-right: 100px; }
    @media (max-width: 991.98px) {
      .arc5-testimonial-slider .single-item .arc5-tst-content {
        padding-right: 0; } }
    .arc5-testimonial-slider .single-item .arc5-tst-content span {
      color: #ff5b2e;
      font-size: 48px;
      margin-right: 10px; }
    .arc5-testimonial-slider .single-item .arc5-tst-content h2 {
      display: inline-block;
      margin-bottom: 30px; }
    .arc5-testimonial-slider .single-item .arc5-tst-content p {
      color: #111111; }
  .arc5-testimonial-slider .single-item .arc5-tst-bottom {
    padding-left: 65px; }
  .arc5-testimonial-slider .single-item .arc5-designation {
    margin-top: 30px; }
    .arc5-testimonial-slider .single-item .arc5-designation span {
      color: #111111;
      font-size: 16px;
      margin-top: 5px;
      display: block; }
  @media (max-width: 767.98px) {
    .arc5-testimonial-slider .single-item .arc5-client-img {
      display: none; } }



.arc5-designation {
    position: absolute;
    bottom: -45px;
    left: 0;
    background-color: #ff5b2e;
    width: 90%;
    padding: 20px;
    color: #fff; 
}

.arc5-team-column .arc5-designation h3 {
      margin-bottom: 5px;
      color: #fff; 
}	  





/*---------------------------------------------------- */
/*(6)- Service area*/
/*----------------------------------------------------*/
.archs-service-section {
  overflow: visible; }
  .archs-service-section:before, .archs-service-section:after {
    right: 0;
    top: -225px;
    content: '';
    width: 375px;
    height: 345px;
    position: absolute;
    background-color: #a3cc01; }
  .archs-service-section:after {
    left: 0;
    top: auto;
    right: auto;
    width: 190px;
    height: 190px;
    bottom: -50px; }

.archs-service-content {
  padding-top: 65px; }

.archs-service-innerblock .archs-service-icon {
  right: 10px;
  width: 60px;
  bottom: 40px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  background-color: #323232;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all; }

.archs-service-innerblock .archs-service-text {
  top: -30px;
  float: right;
  max-width: 340px;
  position: relative;
  background-color: #fff;
  padding: 40px 10px 40px 40px; }
  .archs-service-innerblock .archs-service-text h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 18px; }
  .archs-service-innerblock .archs-service-text p {
    padding-bottom: 25px; }
  .archs-service-innerblock .archs-service-text .archs-service-arrow {
    font-size: 24px; }
    .archs-service-innerblock .archs-service-text .archs-service-arrow:hover {
      color: #a3cc01; }

.archs-service-innerblock:hover .archs-service-icon {
  background-color: #a3cc01; }

.archs-skill-wrapper .skill-progress-bar {
  padding-top: 40px; }
  .archs-skill-wrapper .skill-progress-bar .skill-set-percent {
    margin-bottom: 25px; }
    .archs-skill-wrapper .skill-progress-bar .skill-set-percent h4 {
      color: #000000;
      font-size: 18px;
      font-weight: 700;
      padding-bottom: 16px; }
    .archs-skill-wrapper .skill-progress-bar .skill-set-percent .progress {
      height: 5px;
      border-radius: 0;
      position: relative;
      overflow: visible;
      background-color: #c6c6c6; }
      .archs-skill-wrapper .skill-progress-bar .skill-set-percent .progress span {
        right: 0;
        top: -30px;
        font-weight: 700;
        position: absolute;
        font-family: "Poppins"; }
    .archs-skill-wrapper .skill-progress-bar .skill-set-percent .progress-bar {
      width: 0;
      top: -5px;
      float: left;
      height: 3px;
      position: relative;
      -webkit-transition: 1s all ease-in-out;
      -o-transition: 1s all ease-in-out;
      transition: 1s all ease-in-out;
      background-color: #a3cc01; }





/*(5)- project area*/
/*----------------------------------------------------*/
.archs-portfolio-section {
  padding-bottom: 105px; }

.archs-portfolio-slider {
  float: left;
  max-width: 1045px; }
  .archs-portfolio-slider .archs-portfolio-slider-innerbox {
    padding-bottom: 130px; }

.archs-portfolio-text-wrapper .archs-portfolio-text {
  right: 0;
  opacity: 0;
  bottom: -25px;
  padding: 50px;
  max-width: 670px;
  position: absolute;
  font-family: "Poppins";
  background-color: #fff;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }
  .archs-portfolio-text-wrapper .archs-portfolio-text .archs-port-cat {
    font-size: 18px;
    font-weight: 700;
    color: #a3cc01; }
  .archs-portfolio-text-wrapper .archs-portfolio-text h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    padding: 5px 0px 20px; }
  .archs-portfolio-text-wrapper .archs-portfolio-text .archs-view-more-btn {
    font-weight: 700;
    position: relative;
    display: inline-block; }
    .archs-portfolio-text-wrapper .archs-portfolio-text .archs-view-more-btn:after {
      left: 0;
      bottom: 0;
      height: 2px;
      width: 100%;
      content: '';
      width: 100%;
      position: absolute;
      background-color: #a3cc01; }

.archs-portfolio-text-title {
  float: left;
  max-width: 370px;
  margin-left: 130px; }

.archs-portfolio-slider .owl-nav {
  top: 45%;
  right: -25%;
  position: absolute; }
  .archs-portfolio-slider .owl-nav .owl-prev,
  .archs-portfolio-slider .owl-nav .owl-next {
    font-size: 22px;
    margin-right: 40px;
    position: relative;
    display: inline-block; }
  .archs-portfolio-slider .owl-nav .owl-prev:before {
    top: 0;
    right: -25px;
    content: '/';
    position: absolute; }

.archs-portfolio-slider .owl-item.active .archs-portfolio-text-wrapper .archs-portfolio-text {
  opacity: 1;
  bottom: -45px; }





/*---------------------------------------------------- */
/*(11)- Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1440px) {
  .archs-portfolio-slider {
    max-width: 840px; }
  .archs-portfolio-text-title {
    margin-left: 80px; }
  .archs-portfolio-slider .owl-nav {
    top: 50%; } }

@media screen and (max-width: 1280px) {
  .archs-portfolio-slider {
    max-width: 750px; }
  .archs-service-section:before {
    width: 220px; }
  .archs-service-section:after {
    width: 130px;
    height: 95px; } }

@media screen and (max-width: 1199px) {
  .archs-portfolio-slider {
    max-width: 100%; }
  .archs-portfolio-slider .owl-nav {
    position: static;
    margin-top: 20px;
    text-align: center; }
  .archs-portfolio-text-title {
    margin-left: 15px; } }

@media screen and (max-width: 1024px) {
  .header-style-five .site-logo {
    width: 130px;
    padding-top: 10px; }
  .f-cta-inner {
    margin-bottom: 20px; } }

@media screen and (max-width: 991px) {
  .archs-about-text-wrapper {
    margin: 0 auto;
    margin-bottom: 50px; }
  .archs-skill-testimonial-section .archs-testimonial-bg {
    display: none; }
  .archs-testimonial-wrapper {
    padding: 100px 50px;
    background-color: #323232; }
  .archs-blog-innerbox {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 30px; }
  .archs-footer-widget .archs-footer-menu-widget {
    padding-left: 0; }
  .archs-footer-widget {
    margin-bottom: 40px; }
  .header-style-five .main-navigation-area {
    display: none; }
  .header-style-five .header-cta-btn {
    margin-right: 50px; }
  .header-style-five .header-cta-btn {
    width: 115px; }
  .str-mobile_menu_button {
    display: block !important; }
  .archs-footer-logo {
    text-align: center;
    margin-bottom: 30px; }
  .archs-newslatter-content .archs-newslatter-form {
    padding-left: 0; }
  .archs-service-innerblock {
    margin: 0 auto;
    max-width: 370px; }
  .archs-portfolio-slider {
    float: none; }
  .archs-footer-copyright-menu {
    margin-top: 15px;
    float: none; }
    .archs-footer-copyright-menu li {
      margin-left: 0;
      margin-right: 10px; } }

@media screen and (max-width: 800px) {
  .archs-service-section:before,
  .archs-service-section:after {
    display: none; }
  .archs-portfolio-text-title {
    float: none;
    max-width: 100%;
    margin-top: 30px;
    padding: 0px 15px; } }

@media screen and (max-width: 420px) {
  .archs-section-title h2 {
    font-size: 30px; }
  .archs-section-title span {
    font-size: 18px; }
  .archs-about-section {
    padding: 50px 0px 35px; }
  .archs-exp-wrap h2 {
    font-size: 50px; }
  .archs-exp-wrap h3 {
    font-size: 16px; }
  .archs-portfolio-text-wrapper .archs-portfolio-text h3 {
    font-size: 18px;
    margin-bottom: 0; }
  .archs-portfolio-text-wrapper .archs-portfolio-text .archs-port-cat {
    font-size: 16px; }
  .archs-portfolio-text-wrapper .archs-portfolio-text {
    padding: 35px 35px 50px; }
  .archs-portfolio-section {
    padding-bottom: 60px; }
  .archs-service-content {
    padding-top: 35px; }
  .archs-skill-testimonial-section {
    padding-top: 50px; }
  .archs-testimonial-slider-item p {
    font-size: 18px; }
  .archs-testimonial-wrapper {
    padding: 55px 30px; }
  .archs-testimonial-author h3 {
    font-size: 16px; }
  .archs-partner-section {
    padding: 20px 0px 30px; }
  .archs-newslatter-content {
    padding: 40px 30px 40px; }
  .archs-newslatter-content .archs-newslatter-form {
    margin-top: 30px; }
  .archs-newslatter-content .archs-newslatter-form button {
    width: 100px; }
  .archs-blog-section {
    padding: 50px 0px; }
  .archs-blog-content {
    padding-top: 30px; }
  .archs-footer-top-wrapper {
    padding: 50px 0px 30px; }
  .archs-footer-copyright-menu {
    margin-top: 15px;
    float: none; }
    .archs-footer-copyright-menu li {
      margin-left: 0;
      margin-right: 10px; }
  .f-cta-inner .f-cta-text a {
    font-size: 16px; } }





.counter-section {
  padding-bottom: 135px; }
  .counter-section .counter-content:after {
    content: '';
    width: 95%;
    height: 20px;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    position: absolute;
    background-color: #efefef; }

.counter-content {
  padding: 80px 80px 75px 80px;
  background-color: #323232; }
  .counter-content .col-lg-3:nth-child(2) .counter-item {
    padding-left: 10px; }
    .counter-content .col-lg-3:nth-child(2) .counter-item .counter-icon {
      margin-right: 15px; }

.counter-item .counter-icon {
  line-height: 1;
  margin-right: 7px; }
  .counter-item .counter-icon i {
    color: #fff;
    font-size: 65px; }

.counter-item .counter-text {
  overflow: hidden; }
  .counter-item .counter-text h3, .counter-item .counter-text p {
    color: #fff; }
  .counter-item .counter-text h3 {
    line-height: 1; }
    .counter-item .counter-text h3 .odometer {
      line-height: 1;
      font-size: 50px;
      font-weight: 500;
      font-family: "space-grotesk"; }
      .counter-item .counter-text h3 .odometer .odometer-formatting-mark {
        display: none; }
    .counter-item .counter-text h3 strong {
      top: 4px;
      font-weight: 500;
      font-size: 46px;
      position: relative; }
    .counter-item .counter-text h3 .count-ext {
      position: relative;
      top: 8px; }
  .counter-item .counter-text p {
    top: -5px;
    position: relative;
    font-family: "space-grotesk"; }



.team-page-counter .counter-item .counter-icon i {
  color: #a3cc01; }




     .arc6-readmore-btn a {
      text-transform: uppercase;
      color: #111111;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      position: relative;
      font-size: 16px; }
     .arc6-readmore-btn a::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        background-color: #2daae1;
        height: 1px; }
