/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #efefef;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #0c2e8a;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #50d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


/*--------------------------------------------------------------
# general space
--------------------------------------------------------------*/
.m-0 {
  margin: 0 !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.mt-5 {
  margin-top: 3rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important;
  }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-4 {
  padding: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.fw-bold {
  font-weight: 700 !important; }

.text-center {
  text-align: center !important; }

.text-primary {
  color: #0e49b5 !important; }

.text-danger {
  color: #dc3545 !important; }

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

.text-black-50, .list-check li {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

/* rtl:begin:remove */

/* rtl:end:remove */

.rounded {
  border-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.visible {
  visibility: visible !important; }

@media (min-width: 768px) {
  .p-md-5 {
    padding: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-none {
    display: none !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; } }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #efefef;
  overflow-x: hidden; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .logo {
  font-family: "Montserrat", sans-serif; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none; }

.btn {
  padding: 15px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1rem; }
  .btn:focus, .btn:active {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-white {
    background-color: #fff;
    color: #000; }
    .btn.btn-white:hover {
      background-color: #0e49b5;
      color: #fff; }



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #50d8af;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #71dfbe;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 0;
  height: 40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #50d8af;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #444;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #50d8af;
}

#topbar .social-links a {
  color: #555;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #50d8af;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
	text-transform: uppercase;
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
	height: 60px;
}

@media (max-width: 768px) {
  #header {
    height: 60px;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img {
    max-height: 40px;
  }
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #444;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #50d8af;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #50d8af;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0c2e8a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(8, 30, 91, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0c2e8a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #50d8af;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #50d8af;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.section {
  padding-top: 7rem;
  padding-bottom: 7rem; }
  .section .heading {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 30px; 
	text-transform: capitalize;}
  .section .heading-2 {
    font-size: 24px;
    font-weight: bold; }
.box {
  padding: 40px;
  background-color: #fff; }

.btn-arrow {
  display: inline-block;
  position: relative;
  padding-right: 40px; }
  .btn-arrow [class^="icon-"] {
    right: 20px;
    position: absolute;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    top: 50%; }


.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }
.circle-style li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px; }
  .circle-style li a {
    color: #4a4a4a; }
    .circle-style li a:hover {
      text-decoration: underline; }
  .circle-style li:before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0e49b5; }

/*.list-unstyled {
  padding-left: 0;
  list-style: none; }*/
.diamond-style li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px; }
  .diamond-style li a {
    color: #4a4a4a; }
    .diamond-style li a:hover {
      text-decoration: underline; }
  .diamond-style li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .53em;
    height: 10px;
    width: 14px;
    min-width: 14px;
    background-color: #9c0;
    transform: skewX(-12deg);
    display: block;
    margin-right: 10px; }



.feature-media > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }
  @media (max-width: 991.98px) {
    .feature-media > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      height: 150px; } }

.feature-media .post-meta {
  color: #999; }

.feature-media .text {
  background: #fff;
  padding: 30px 30px 30px 30px; }
  .feature-media .text h3, .feature-media .text .h3 {
    font-size: 20px;
    font-weight: 700; }
  .feature-media .text p {
    margin-bottom: 0; }

.feature-media .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.feature-media .more {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold; }
  .feature-media .more:hover {
    text-decoration: none; }

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #ffc451;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  /*font-family: "Raleway", sans-serif;*/
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  /*font-family: "Poppins", sans-serif;*/
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background: url("../../assets/img/about/about-img4.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

.text-wrapper {
	width: 100%;
	white-space: normal;
	overflow: hidden;
	/*height:80%;*/
	text-overflow: ellipsis;
}
.text-wrapper::after {
  content: '....';
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  position: relative;
  background: url("../img/hero-carousel/1.jpg") no-repeat;
  background-size: cover;
  padding: 0;
}

#hero .hero-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero .hero-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#hero .hero-content h2 span {
  color: #50d8af;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #hero .hero-content h2 {
    font-size: 34px;
  }
}

#hero .hero-content .btn-get-started,
#hero .hero-content .btn-projects {
  /*font-family: "Raleway", sans-serif;*/
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#hero .hero-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#hero .hero-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#hero .hero-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}

#hero .hero-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}

#hero .hero-slider {
  z-index: 8;
  height: 60vh;
}

#hero .hero-slider::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#hero .hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 0 40px 0 0;
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafafa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* About Section
--------------------------------*/
#about {
  padding: 60px 0 30px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  /*color: #0c2e8a;*/
  font-weight: 700;
  font-size: 36px;
  /*font-family: "Raleway", sans-serif;*/
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #50d8af;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/
#services {
  padding: 0 40px 0 0;
}

#services .box {
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  /*margin-left: 100px;*/
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }
}



/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #50d8af;
}

#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #50d8af;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
  border-radius: 4px;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #50d8af;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #50d8af;
  padding: 15px 20px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgba(255, 255, 255, 0.6);
  transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #50d8af;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #50d8af;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(12, 46, 138, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}

#testimonials .testimonials-carousel,
#testimonials .testimonials-slider {
  overflow: hidden;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #50d8af;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #50d8af;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #081e5b;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  /*font-family: "Montserrat", sans-serif;*/
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #50d8af;
  border: 3px solid #50d8af;
}

/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 30px 0 0 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details {
  background: #50d8af;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 5px;
}

#team .member .social a {
  color: #fff;
}

#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #50d8af;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #50d8af;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: #50d8af;
}

#contact .php-email-form button[type=submit] {
  background: #50d8af;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type=submit]:hover {
  background: #2dc899;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.submitt-btn input{
    padding: 10px 20px;
    background: #2dc899;
    border: 0;
    color: #fff;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f2f5f8;
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}


/*------------------------------------
development
-------------------------------------*/
.single-service {
  padding: 30px;
  /*margin-bottom: 30px;*/
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}

.single-service p {
	text-align: justify;
}
/*.single-service:hover {
  box-shadow: 0px 20px 30px 0px rgba(35, 94, 231, 0.2);
  cursor: pointer;
}*/

.single-service:hover h4 {
  color: #235ee7;
}

.single-service h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
  margin-bottom: 20px;
	  font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.single-service h4 .lnr {
  margin-right: 15px;
}

.c-height [class*='col-'] {
  text-align: center;
  background-color: #fff;
  background-clip: content-box;
  min-height: 130px;
  margin-bottom: 15px;
}
.c-height-lb [class*='col-'] {
  text-align: center;
  background-color: #3b31a2;
  background-clip: content-box;
  min-height: 130px;
  margin-bottom: 15px;
}
.c-height-lg [class*='col-'] {
  text-align: center;
  background-color: #aeafb3;
  background-clip: content-box;
  min-height: 130px;
  margin-bottom: 15px;
}


/*------------------------------------
faq
-------------------------------------*/
.list-check li {
  display: block;
  padding-left: 30px;
	padding-bottom: 20px;
  position: relative; }
  /*.list-check li:before {
    content: "\e5ca";
    font-family: 'icomoon';
    position: absolute;
    top: -.3rem;
    font-size: 20px;
    left: 0; }*/

.list-check.primary li:before {
  color: #0e49b5; }



/*------------------------------------
e-commerce
-------------------------------------*/
.services-area {
    padding-top: 95px;
    padding-bottom: 65px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area {
        padding-top:95px;
        padding-bottom: 65px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-area {
        padding-top:95px;
        padding-bottom: 65px
    }
}

@media (max-width: 575px) {
    .services-area {
        padding-top:70px;
        padding-bottom: 50px
    }
}

.services-area .single-cat {
    /* background: #00A0EB; */
    /* box-shadow: 0px 10px 16px rgba(84,0,0,0.06); */
    padding: 50px 30px 39px 30px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    z-index: 1
}

.services-area .single-cat .cat-icon img {
    margin: 0 auto;
    margin-bottom: 30px;
	width: 100px;
}

.services-area .single-cat .cat-cap span {
    color: #A80000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block
}

.services-area .single-cat .cat-cap h5>a {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 14px;
    display: block;
    color: #FFF;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-area .single-cat .cat-cap h5>a {
        font-size:18px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-area .single-cat .cat-cap h5>a {
        font-size:21px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area .single-cat .cat-cap h5>a {
        font-size:18px
    }
}

@media (max-width: 575px) {
    .services-area .single-cat .cat-cap h5>a {
        font-size:23px
    }
}

.services-area .single-cat .cat-cap p {
    color: #FFF;
    font-size: 16px;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    line-height: 1.6;
    font-weight: 300
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area .single-cat .cat-cap p {
        font-size:14px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-area .single-cat .cat-cap p {
        font-size:15px
    }
}

.services-area .single-cat .cat-cap a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.services-area .single-cat .cat-cap input {
    padding: 10px 29px;
    width: 100%;
    height: 45px;
    margin-bottom: 12px;
    color: #725F5F;
    border: 1px solid #A80000;
    text-align: center
}

.services-area .single-cat .cat-cap h5 {
    color: #fff;
}

.services-area .single-cat.single-cat2 {
    height: 375px;
    padding: 41px 25px 64px 25px
}

@media (max-width: 575px) {
    .services-area .single-cat.single-cat2 {
        height:408px
    }
}

.services-wrap {
  position: relative; }
  .services-wrap .services {
    padding: 25px;
    display: block;
    width: 100%;
    margin-bottom: 0px; }
    .services-wrap .services .text {
      padding: 0;
      padding-left: 20px; }
      .services-wrap .services .text h2, .services-wrap .services .text .h2 {
        font-size: 20px;
        font-weight: 500;
        /*font-family: "Roboto", Arial, sans-serif;*/ }

.services {
  width: 100%;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 1199.98px) {
    .services {
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .services {
      border-radius: 2px;
      margin-bottom: 10px; } }
  .services .img {
    width: 100%;
    height: 280px; }
  .services .icon {
    margin: 0 auto; }
    .services .icon span {
      font-size: 60px;
      line-height: 1.2;
      color: #00bcd4; }
  .services .text {
    width: 100%;
    padding-left: 30px; }
    .services .text h2, .services .text .h2 {
      font-size: 26px;
      font-weight: 500;
      margin-bottom: 15px; }
  .services:hover, .services.active {
    background: #00bcd4;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18); }
    .services:hover .icon span, .services.active .icon span {
      color: #fff; }
    .services:hover .text, .services.active .text {
      color: rgba(255, 255, 255, 0.9); }
      .services:hover .text h2, .services:hover .text .h2, .services.active .text h2, .services.active .text .h2 {
        color: #fff; }
      .services:hover .text .btn-custom, .services.active .text .btn-custom {
        color: primary;
        border-color: #fff;
        background: #fff; }

.services-2 {
  width: 100%;
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  position: relative;
  z-index: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01); }
  .services-2:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 30px;
    content: '';
    background: #ebebeb;
    z-index: -1; }
  @media (max-width: 1199.98px) {
    .services-2 {
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .services-2 {
      border-radius: 2px;
      margin-bottom: 10px; } }
  .services-2 .icon {
    width: 100px;
    height: 100px;
    background: #00bcd4;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 50%;
    position: relative; }
    .services-2 .icon span {
      font-size: 60px;
      line-height: 1.2;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .services-2 .text {
    width: 100%; }
    .services-2 .text h2, .services-2 .text .h2 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px;
      font-family: "Roboto", Arial, sans-serif; }
    .services-2 .text span {
      font-size: 13px;
      font-weight: 500;
      background: #f8f8f8;
      padding: 5px;
      border-radius: 4px; }
  .services-2:hover, .services-2.active {
    background: #00bcd4;
    color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18); }
    .services-2:hover:after, .services-2.active:after {
      background: rgba(255, 255, 255, 0.3); }
    .services-2:hover .icon, .services-2.active .icon {
      background: rgba(255, 255, 255, 0.3); }
      .services-2:hover .icon span, .services-2.active .icon span {
        color: #fff; }
    .services-2:hover .text h2, .services-2:hover .text .h2, .services-2.active .text h2, .services-2.active .text .h2 {
      color: #fff; }


/*--------------------------------------
index middle 
---------------------------------------*/
.top-course-area {
  background-color: #fff;
	background: url("../../assets/img/about/cul-bg.jpg") center center repeat;
}

.course-right .lnr, .course-left .lnr {
  color: #235ee7;
  font-size: 30px;
}

.course-right h4, .course-left h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-course {
  margin-bottom: 40px;
}


.ftco-section {
  padding: 8em 0;
  position: relative;
  width: 100%;
  overflow-x: hidden; }
  @media (max-width: 575.98px) {
    .ftco-section {
      padding: 6em 0; } }

.ftco-no-pt {
  padding-top: 0 !important; }

.ftco-no-pb {
  padding-bottom: 0 !important; }

.ftco-intro-2 {
  color: rgba(255, 255, 255, 0.8);
  z-index: 0;
  position: relative;
  padding: 5em 0; }
  .ftco-intro-2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #4f86f9;
    z-index: -1; }
  @media (max-width: 767.98px) {
    .ftco-intro-2 {
      background-position: center center !important; } }
  .ftco-intro-2 .subheading {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px; }
  .ftco-intro-2 h1, .ftco-intro-2 .h1 {
    color: #fff;
    font-weight: 600;
    font-size: 30px; }

.ftco-footer {
  padding: 7em 0 0 0;
  position: relative;
  z-index: 0;
  color: rgba(255, 255, 255, 0.9); }
  .ftco-footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #000000;
    z-index: -1; }
  .ftco-footer .logo a {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 24px; }
    .ftco-footer .logo a small, .ftco-footer .logo a .small {
      font-size: 24px;
      color: #4f86f9; }
  .ftco-footer .ftco-footer-widget h2, .ftco-footer .ftco-footer-widget .h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", Arial, sans-serif; }
  .ftco-footer .ftco-footer-widget ul.list-unstyled li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px; }
    .ftco-footer .ftco-footer-widget ul.list-unstyled li a {
      color: rgba(255, 255, 255, 0.8); }
      .ftco-footer .ftco-footer-widget ul.list-unstyled li a span.ion {
        font-size: 14px;
        color: #fff;
        position: absolute;
        top: 5px;
        left: 0; }
      .ftco-footer .ftco-footer-widget ul.list-unstyled li a:hover {
        color: #4f86f9; }
        .ftco-footer .ftco-footer-widget ul.list-unstyled li a:hover span {
          color: #fff; }
  .ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
    .ftco-footer .ftco-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
  .ftco-footer .block-23 ul {
    padding: 0; }
    .ftco-footer .block-23 ul li {
      font-size: 15px;
      padding-left: 0; }
      .ftco-footer .block-23 ul li, .ftco-footer .block-23 ul li > a {
        display: table;
        line-height: 1.5;
        margin-bottom: 15px;
        font-size: 15px; }
      .ftco-footer .block-23 ul li span {
        color: rgba(255, 255, 255, 0.9);
        color: #4f86f9; }
      .ftco-footer .block-23 ul li .icon, .ftco-footer .block-23 ul li .text {
        display: table-cell;
        vertical-align: top;
        color: rgba(255, 255, 255, 0.9) !important; }
      .ftco-footer .block-23 ul li .icon {
        width: 40px;
        font-size: 15px;
        padding-top: 2px;
        color: #fff !important; }
  .ftco-footer .bg-darken p a {
    color: #fff; }
  .ftco-footer .block-21 .blog-img {
    display: block;
    height: 50px;
    width: 50px; }
  .ftco-footer .block-21 .text {
    width: calc(100% - 50px);
    padding-left: 20px; }
    .ftco-footer .block-21 .text .heading {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0; }
      .ftco-footer .block-21 .text .heading a {
        color: #fff; }
        .ftco-footer .block-21 .text .heading a:hover, .ftco-footer .block-21 .text .heading a:active, .ftco-footer .block-21 .text .heading a:focus {
          color: #fff; }
    .ftco-footer .block-21 .text .meta > div {
      display: inline-block;
      font-size: 12px;
      margin-right: 5px; }
      .ftco-footer .block-21 .text .meta > div a {
        color: rgba(255, 255, 255, 0.7); }

.ftco-gallery .gallery-wrap {
  width: 100%;
  height: 340px;
  display: block;
  position: relative;
  z-index: 0;
  margin-bottom: 0px; }
  .ftco-gallery .gallery-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: #000000;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .ftco-gallery .gallery-wrap .text {
    padding: 20px;
    text-align: left;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .ftco-gallery .gallery-wrap .text h2, .ftco-gallery .gallery-wrap .text .h2 {
      font-weight: 500;
      color: #fff;
      font-size: 24px; }
    @media (max-width: 991.98px) {
      .ftco-gallery .gallery-wrap .text {
        opacity: 1; } }
  .ftco-gallery .gallery-wrap .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #3bd381;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0; }
    .ftco-gallery .gallery-wrap .icon span {
      color: #fff; }
  .ftco-gallery .gallery-wrap:hover .text {
    opacity: 1; }
  .ftco-gallery .gallery-wrap:hover:after {
    opacity: .3; }
  .ftco-gallery .gallery-wrap:hover .icon {
    opacity: 1; }

/*--------------------------------------
aside box
---------------------------------------*/
.sidebar-box {
  margin-bottom: 40px;
  font-size: 15px;
  width: 100%;
  float: left;
  /*background: #fff;*/ }
  .sidebar-box *:last-child {
    margin-bottom: 0; }

.sidebar-box div div{
  line-height: 1;
  margin-top: 0;
  margin-bottom: 26px;
  border-bottom: 2px solid #555555;
}
  .sidebar-box h3 {
	  line-height: 17px;
  display: inline-block;
  padding: 7px 12px 4px;
  background-color: #555555;
  color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    /*font-weight: 700;*/ }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block;
    color: #2a2a2a; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
    .categories li a:hover, .categories li a:focus, .sidelink li a:hover, .sidelink li a:focus {
      outline: none;
      color: #50d8af; }
  .categories li.active a, .sidelink li.active a {
    color: #50d8af; }
    .categories li.active a span, .sidelink li.active a span {
      color: #50d8af; }


.icon-turn {
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -moz-transform: rotate(90deg);   /* Firefox */
    -ms-transform: rotate(90deg);   /* IE 9 */
    -o-transform: rotate(90deg);   /* Opera */
    transform: rotate(90deg);
} 

/*--------------------------------------
technologies
---------------------------------------*/
.our-services {
    padding-top: 90px;
    padding-bottom: 70px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-services {
        padding-top:100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services {
        padding-top:70px;
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .our-services {
        padding-top:70px;
        padding-bottom: 70px
    }
}

.our-services .single-services .services-icon img {
    text-align: center;
    margin-bottom: 26px
}

.our-services .single-services .services-cap span {
    color: #0C8760;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block
}

.our-services .single-services .services-cap h5 a {
    color: #0F4332;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
    display: block
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services .single-services .services-cap h5 a {
        font-size:21px
    }
}

.our-services .single-services .services-cap p {
    font-size: 18px;
    font-weight: 500;
    color: #4C5753;
    line-height: 1.6
}

.our-services .single-services:hover .services-ion span {
    color: #10C98F
}

.our-services .single-services:hover h5 a {
    color: #10C98F
}


.angular-pt {
	padding: 30px;
	
}
	.angular-pt li {
		padding-bottom: 15px;
	}
