/* GENERAL */

body {
  background-color: #f6f6f6;
  font-family: 'Roboto', sans-serif;
}
a {
  color: #2D4FA9;
}
a:hover {
  color: #FF5E14;
  text-decoration: none;
}
.pt-30 {padding-top: 30px;}
.pb-30 {padding-bottom: 30px;}
.pt-60 {padding-top: 60px;}
.pb-60 {padding-bottom: 60px;}
.img-full img {
  width: 100%;
}
/* HEADING */

.heading {
  display: inline-block;
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #2d4fa9;
}

@media(min-width: 576px) {
  .heading {
    font-size: 44px;
  }
}

.heading::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  border-top: 2px solid #ff5e14;
}

/* HEADER */

header {
  position: relative;
}

.header-top {
  height: 70px;
  display: flex;
  align-items: center;
  background-color: #00adef;
}

.header-bottom {
  height: 70px;
  background-color: #2d4fa9;
}

/* HEADER-TOP: LIST-INLINE */

.header-top .list-inline {
  font-size: 0;
  margin-bottom: 0;
}

.header-top .list-inline .list-inline-item:not(:last-child) {
  margin-right: 30px;
}

@media(min-width: 768px) {
  .header-top .list-inline .list-inline-item:not(:last-child) {
    margin-right: 30px;
  }
}

.header-top .inline-contact-list .list-inline-item {
  line-height: 28px;
}

@media(min-width: 480px) {
  .header-top .inline-contact-list .list-inline-item {
    line-height: inherit;
  }
}

.header-top .list-inline .list-inline-item,
.header-top .list-inline .list-inline-item a {
  font-size: 15px;
  color: #fff;
}

@media(min-width: 768px) {
  .header-top .list-inline .list-inline-item,
  .header-top .list-inline .list-inline-item a {
    font-size: 16px;
    color: #fff;
  }
}

.header-top .list-inline .list-inline-item a {
  text-decoration: none;
}

.header-top .inline-contact-list .list-inline-item i {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.header-top .inline-socials-list .list-inline-item i {
  font-size: 18px;
  vertical-align: middle;
}

@media(min-width: 768px) {
  .header-top .inline-contact-list .list-inline-item i {
    font-size: 20px;
  }
  .header-top .inline-socials-list .list-inline-item i {
    font-size: 18px;
  }
}

/* LANG */
.inline-lang-list {
  list-style: none; 
  margin: 0;
}
.inline-lang-list li {
  display: inline-block; padding: 0 0 0 10px;
}
.inline-lang-list li a {
  color: #fff; text-transform: uppercase;
}

/* PHONE */
.phone-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.phone-box .phone-ext {
  width: 40px; margin-right: 10px;
}
.phone-box .phone-ext span {
  width: 100%;
  color: #fff;
  height: 18px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}
.phone-box .phone-rest {
  font-size: 54px;
  line-height: 54px;
  font-weight: 600;
  color: #fff;
}
/* CREA-MENU */

.crea-header .logo {
  text-align: left;
  padding: 10px 0;
}

.crea-header .logo img {
  height: 50px;
}

.crea-menu {
  background-color: #2d4fa9;
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.crea-menu>ul>li>a {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}

.crea-menu ul li:hover>a {
  background-color: transparent;
  color: #fff;
}

@media(min-width: 992px) {
  .crea-header-container {
    height: 70px;
  }
  .crea-header .logo {
    background-color: #2d4fa9;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 30px;
  }
  .crea-header .logo img {
    height: 60px;
  }
  .crea-menu {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    margin-right: 0;
    margin-left: 0;
  }
  .crea-menu>ul>li>a {
    height: 70px;
    line-height: 70px;
  }
}

.crea-header .burger-menu {
  width: 25px;
  top: 26.5px;
  right: 0;
}

.crea-header .line-menu {
  height: 2px;
  background-color: #fff;
  border-radius: 0;
}

.crea-header .line-menu.line-half {
  width: 100%;
}

.crea-header .line-menu.first-line {
  transform-origin: center;
}

.crea-header .menu-open .line-menu.first-line {
  transform: rotate(-90deg) translateX(-7px);
}

.crea-header .line-menu.last-line {
  transform-origin: center;
}

.crea-header .menu-open .line-menu.last-line {
  transform: rotate(-90deg) translateX(7px);
}

/* BANNER */

.banner {
  position: relative;
}

/* BREADCRUMB */
.breadcrumb-heading {
  background: url('../img/bg-inner.jpg') no-repeat;
  background-size: cover;
  padding: 160px 0 30px 0;
}
.breadcrumb-heading h3 {
  color: #fff; font-size: 32px;
}
.breadcrumb-subheading {
  background: #2D71C1;
}
.breadcrumb-subheading .breadcrumb {
  background: none; margin: 0;
}
.breadcrumb-subheading .breadcrumb a {
  color: #fff;
}
.breadcrumb-subheading .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}
.breadcrumb-subheading .breadcrumb li {
  line-height: 30px;
}
.breadcrumb-subheading .breadcrumb li.active {
  color: #fff; font-weight: bold;
}
/* MAIN-SLIDER */

.main-slider .slick-item {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

@media(min-width: 768px) {
  .main-slider .slick-item {
    height: 400px;
  }
}

@media(min-width: 992px) {
  .main-slider .slick-item {
    height: 500px;
  }
}

@media(min-width: 1200px) {
  .main-slider .slick-item {
    height: 600px;
  }
}

.main-slider .slick-item::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.main-slider .slick-caption {
  display: flex;
  align-items: center;
  height: 350px;
}

@media(min-width: 768px) {
  .main-slider .slick-caption {
    display: flex;
    align-items: center;
    height: 400px;
  }
}

@media(min-width: 992px) {
  .main-slider .slick-caption {
    display: flex;
    align-items: center;
    height: 500px;
  }
}

@media(min-width: 1200px) {
  .main-slider .slick-caption {
    display: flex;
    align-items: center;
    height: 600px;
  }
}

.main-slider .slick-caption h1 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

@media(min-width: 480px) {
  .main-slider .slick-caption h1 {
    font-size: 24px;
  }
}

@media(min-width: 576px) {
  .main-slider .slick-caption h1 {
    font-size: 26px;
  }
}

@media(min-width: 768px) {
  .main-slider .slick-caption h1 {
    font-size: 38px;
  }
}

@media(min-width: 992px) {
  .main-slider .slick-caption h1 {
    font-size: 44px;
  }
}

@media(min-width: 1200px) {
  .main-slider .slick-caption h1 {
    font-size: 48px;
  }
}

.main-slider .slick-caption p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

@media(min-width: 480px) {
  .main-slider .slick-caption p {
    font-size: 16px;
  }
}

@media(min-width: 768px) {
  .main-slider .slick-caption p {
    font-size: 18px;
  }
}

@media(min-width: 992px) {
  .main-slider .slick-caption p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media(min-width: 1200px) {
  .main-slider .slick-caption p {
    font-size: 24px;
  }
}

.main-slider .slick-caption .btn-details {
  background-color: #ff5e14;
  border-color: #ff5e14;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 15px;
}

@media(min-width: 480px) {
  .main-slider .slick-caption .btn-details {
    font-size: 18px;
    padding: 8px 16px;
  }
}

@media(min-width: 576px) {
  .main-slider .slick-caption .btn-details {
    font-size: 20px;
    padding: 10px 20px;
  }
}

@media(min-width: 768px) {
  .main-slider .slick-caption .btn-details {
    font-size: 24px;
    padding: 10px 25px;
  }
}

.main-slider .slick-caption .btn-details:focus {
  box-shadow: none;
}

.slick-arrows {
  position: relative;
}

@media(min-width: 992px) {
  .slick-arrows {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
  }
}

.arrows-append {
  height: 40px;
  display: flex;
  align-items: center;
  align-self: flex-end;
  margin-top: -55px;
  margin-bottom: 15px;
}

@media(min-width: 768px) {
  .arrows-append {
    align-self: flex-start;
  }
}

@media(min-width: 992px) {
  .arrows-append {
    margin-bottom: 0;
  }
}

@media(min-width: 1200px) {
  .arrows-append {
    align-items: start;
  }
}

@media(min-width: 992px) {
  .arrows-append {
    margin-top: 80px;
  }
}

@media(min-width: 1200px) {
  .arrows-append {
    margin-top: 50px;
  }
}

.arrows-append .slick-next {
  position: relative;
  top: unset;
  right: unset;
  transform: translate(0);
  margin-left: 10px;
}

.arrows-append .slick-prev {
  position: relative;
  top: unset;
  left: unset;
  transform: translate(0);
}

.arrows-append .slick-next,
.arrows-append .slick-prev {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
}

.arrows-append .slick-next:before,
.arrows-append .slick-prev:before {
  font-family: 'icomoon' !important;
  font-size: 18px;
  line-height: 36px;
  opacity: 1;
}

.arrows-append .slick-next:before {
  content: "\e90a";
}

.arrows-append .slick-prev:before {
  content: "\e909";
}

.online-support {
  background-color: #ff5e14;
  text-align: center;
  padding: 30px;
  margin-right: -15px;
  margin-left: -15px;
}

@media(min-width: 992px) {
  .online-support {
    margin-right: 0;
    margin-left: 0;
  }
}

.online-support h2 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.online-support p {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}

.online-support p i {
  font-size: 36px;
  vertical-align: middle;
  margin-right: 15px;
}

@media(min-width: 1200px) {
  .online-support h2 {
    font-size: 44px;
  }
  .online-support p {
    font-size: 28px;
  }
}

/* SELECTED_PAGES */

.widget.select_pages {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.widget.select_pages .heading {
  margin-bottom: 40px;
}

.about-content {
  margin-bottom: 40px;
}

@media(min-width: 992px) {
  .about-content {
    margin-bottom: 0;
  }
}

.about-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #666;
  margin-bottom: 20px;
}

@media(min-width: 576px) {
  .about-content h3 {
    font-size: 30px;
  }
}

.about-content h3 span {
  color: #2d71c1;
}

.about-content p {
  font-size: 16px;
  color: #000;
}

@media(min-width: 576px) {
  .about-content p {
    font-size: 18px;
  }
}

.about-image {
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
}

.about-image::before {
  background-color: #00ADEF;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 20px;
  height: 20px;
  width: calc(100% - 20px);
}

.about-image::after {
  background-color: #00ADEF;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  height: calc(100% - 20px);
  width: 20px;
}

.about-image img {
  width: 100%;
  border: 8px solid #fff;
}

/* SERVICES */
.home-page .services .bg-white {
  height: 100%;
}
.services .bg-white {
  
  padding: 30px;
}

.services .bg-white .heading {
  margin-bottom: 0;
}

.services .bg-white h3 {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #2d4fa9;
  margin-bottom: 30px;
}

.services .bg-white img {
  height: 64px;
}

.services .bg-white a {
  font-size: 18px;
  display: block;
  text-align: right;
  color: #ff5e14;
  text-decoration: none;
  transition: transform 300ms ease;
}

.services .bg-white a:hover {
  transform: translateX(10px);
}

.services-row .col-lg-3 {
  margin-bottom: 30px;
}

aside.sidebar ul.list-unstyled li {
  background: #2D71C1; padding: 15px; display: block;
  margin: 0 0 2px 0;
}
aside.sidebar ul.list-unstyled li:hover {
  background: #2D4FA9;
}

aside.sidebar ul.list-unstyled li a {
  color: #fff;
}

.widget-download .btn__block {
  background: #FF5E14; padding: 30px;
  width: 100%; display: block; margin: 0 0 20px 0;
  color: #fff; font-weight: 500;
  text-align: left;
}
.widget-download .btn__block:hover {
  background: #000;
}
.widget-download .btn__block img {
  float: right;
}

/* FORM */
.frm input[type="text"],
.frm input[type="email"],
.frm textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  margin-bottom: 16px;
  padding: 10px;
  width: 100%;
  color: #999999;
  border-radius: 0;
}

.frm button[type="submit"] {
  background: #2D4FA9; color: #fff; border: 0;
  padding: 15px 20px;
}

.contact-panel {
  background: #FF5E14;
  padding: 30px;
}

.contact__panel-list li {
  padding: 5px 0;
}
.contact__panel-list i {
  margin-right: 15px; line-height: 20px;
}

/* PROJECTS */

.widget.projects {
  position: relative;
  padding-top: 200px;
  padding-bottom: 60px;
}

.project-slider {
  margin-bottom: -7px;
}

@media(min-width: 992px) {
  .project-slider .slick-item {
    height: 461px;
  }
}

.project-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrows-append-1 {
  position: absolute;
  right: 30px;
  bottom: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.arrows-append-1 .slick-next {
  position: relative;
  top: unset;
  right: unset;
  transform: translate(0);
  margin-left: 15px;
}

.arrows-append-1 .slick-prev {
  position: relative;
  top: unset;
  left: unset;
  transform: translate(0);
}

.arrows-append-1 .slick-next,
.arrows-append-1 .slick-prev {
  background-color: #ff5e14;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ff5e14;
}

.arrows-append-1 .slick-next:before,
.arrows-append-1 .slick-prev:before {
  font-family: 'icomoon' !important;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  opacity: 1;
}

.arrows-append-1 .slick-next:before {
  content: "\e90a";
}

.arrows-append-1 .slick-prev:before {
  content: "\e909";
}

.project-info h2 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}

.project-info {
  height: 100%;
  background-color: #2d4fa9;
  padding: 40px;
}
.project-info h2 {
  margin-bottom: 30px;
}
.project-info h2 a {
  color: #FFF;
}

.project-info p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.project-info span,
.project-info strong {
  display: block;
}

.project-info span {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.project-info strong {
  font-size: 18px;
  color: #fff;
}

.project-grid {
  background: #fff;
}
.project-grid h4 {
  padding: 30px; font-size: 20px;
}

/* LATEST-NEWS */

.latest_news .heading {
  margin-bottom: 40px;
}

.latest_news .blog-row .col-md-4 {
  margin-bottom: 30px;
}

.latest_news .blog-post {
  height: 100%;
}

.latest_news .blog-post img {
  width: 100%;
}

.latest_news .blog-entry {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.latest_news .blog-entry h3 {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #2d4fa9;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.latest_news .blog-entry span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: #666;
  margin-bottom: 10px;
}

.latest_news .blog-entry a.more {
  font-size: 18px;
  display: block;
  text-align: right;
  color: #ff5e14;
  text-decoration: none;
  transition: transform 300ms ease;
  margin-top: auto;
}

.latest_news .blog-entry a.more:hover {
  transform: translateX(10px);
}

.box-image img {
  width: 100%;
}

/* PARTNERS */

.widget.partners {
  position: relative;
  margin-top: 30px;
}

.widget.partners img {
  max-width: 140px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* FOOTER */

footer {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  background-color: #2D4FA9;
  padding: 60px 30px;
}

.footer-left::before {
  background-color: #2D4FA9;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
}

.footer-left .footer-logo {
  max-width: 200px;
  width: 100%;
  display: block;
  margin-bottom: 50px;
}

.footer-left p {
  font-size: 14px;
  color: #fff;
}

.footer-left .copyright {
  margin-top: 50px;
  margin-bottom: 0;
}

.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  background-color: #2D71C1;
  padding: 60px 30px;
}

.footer-right::after {
  background-color: #2D71C1;
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
}

.footer-right h2 {
  display: inline-block;
  position: relative;
  font-size: 40px;
  margin-bottom: 60px;
  color: #fff;
}

.footer-right h2::after {
  display: block;
  content: "";
  height: 2px;
  width: 70px;
  border-top: 2px solid #fff;
}

.footer-right .list-unstyled {
  margin-bottom: 50px;
}

.footer-right .list-unstyled li a {
  display: block;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
}

.footer-right .list-unstyled li i {
  font-size: 20px;
  margin-right: 30px;
  vertical-align: middle;
}

.footer-socials {
  margin-bottom: 0;
}

.footer-socials .list-inline-item:not(:last-child) {
  margin-right: 30px;
}

.footer-socials .list-inline-item a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

@media(max-width: 767.98px) {
  .footer-left::after {
    background-color: #2D4FA9;
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
  }
  .footer-right::before {
    background-color: #2D71C1;
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
  }
}

/* FEATURES */
.no-padding {
padding: 0;
}
.widget.features {
  margin-top: 60px;
   position: relative;
}
.work-process {
    padding: 100px 0 40px 0;
  
    width: 100%;
    background-image: url(../img/bg-features.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    
}
.work-process h2 {
  margin-bottom: 60px;
  color: #fff;
}
.work-process p.p-title-section {
  color: #fff;
}
.work-process .overlay {
    background: rgba(14, 27, 62, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-process {
        z-index: 10;
    position: relative;
    margin-bottom: -160px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    margin-right: 0;
    margin-left: 0;
    border-radius: 5px;
    overflow: hidden;
}
.item-process {
    padding: 50px 30px;
    background: #FFF;
    position: relative;
    text-align: left;
    border: 1px solid #f1f1f1;
}
.item-process .number-work {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 45px;
    font-weight: 600;
    color: #ff6119;
}
.item-process h3 {
    color: #666;
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .20px;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 30px
}
.item-process h4 {
    color: #02185a;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 25px
}

.item-process .line-process {
    color: #02185a;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.item-process p {
    margin-bottom: 0;
    line-height: 24px;
}

#lightgallery {
  list-style: none;
  padding: 30px 0;
}
#lightgallery li {

}