/* ------------------------------------------------
  Project:   Softino - Software Landing Page HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Transform translate
  4. Box Shadow
  5. Custom Margin
  6. Custom Padding
  7. Padding
  8. Margin
  9. Pre Loader
  10. Row Eq Height
  11. Background Overlay
  12. Scroll to Top
  13. Subscribe Form
  14. Header
  15. Footer
  16. Page Title
  17. Flat Icon


/* ------------------------
    General
------------------------*/
a:focus {
    text-decoration: none !important;
}

a:focus,
a:hover {
    color: #397DF6;
    text-decoration: none !important;
}

a,
button,
input {
    outline: medium none !important;
    color: #397DF6;
}

*::-moz-selection {
    background: #397DF6;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #397DF6;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #397DF6;
    color: #fff;
    text-shadow: none;
}


/* ------------------------
    Transition
------------------------*/
a,
i,
.btn,
.btn span,
button,
img,
span,
.dropdown-item,
.social-icons li:hover a,
.owl-item,
.featured-item:after,
.featured-item::before,
.featured-item,
.featured-icon,
.featured-item .featured-icon i,
.price-table,
.post,
.post .post-image::before,
.post .post-image::after,
.post .post-desc,
.team-description,
.team-social-icon,
.team-member.style-3:before,
.team-member.style-3:after,
.timeline-content:before,
.timeline-content:after {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}


/* ------------------------
    Transform translate
------------------------*/

/*--translate-X--*/
.transform-x,
.hexagon-bg {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

/*--translate-Y--*/
.transform-y,
.align-center,
.image-column,
.footer-1 .subscribe-box,
.widget-searchbox .search-btn {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

/*--translate-XY--*/
.clear-loader,
.title-effect-2 i,
.featured-item .featured-icon span,
.blink-img,
.hexagon-bg.style-2,
.video-btn-pos,
.video-btn .spinner-eff {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}

/*--translate-X-5--*/
.navbar-nav .dropdown-menu .nav-link:focus,
.navbar-nav .dropdown-menu .nav-link:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -moz-transform: translateX(5px);
}


/* ------------------------
    Box Shadow
------------------------*/
.box-shadow,
#header-wrap.fixed-header,
.navbar-nav ul,
.header-1 #header-wrap:before,
.header-1 #header-wrap:after,
.btn,
.icon-btn,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
#mc-form input[type="email"],
.timeline-content,
.timeline-title h2,
.contact-media,
.accordion .card-header,
.counter,
.img-box,
.tab.style-2,
.price-table,
.testimonial.style-1 .testimonial-content,
.testimonial.style-4 .testimonial-img,
.testimonial.style-5 .testimonial-content,
.team-member.style-1,
.team-link,
.team-member.style-2 .team-description,
.team-member.style-3,
.testimonial.style-2 .testimonial-content,
.testimonial.style-2 .testimonial-content:before,
.testimonial.style-2 .testimonial-content:after,
.testimonial.style-3 .testimonial-img,
.team-member.style-4 .team-description,
.team-description .team-icon li i,
.featured-item,
.featured-item:hover,
.featured-item.style-1 .featured-icon i,
.featured-item.style-2,
.featured-item.style-6 .featured-icon i,
.post,
.post.style-3 .post-image,
.post.style-3:hover,
.post.style-4 .post-desc,
.widget-title,
.comment-reply a,
.clients-logo {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
}

.featured-item.style-2:hover,
.price-table:hover {
    -webkit-box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);
    border: 1px solid #397DF6;
    background: #FFFFFFCC;
}


/* ------------------------
    Custom Margin
------------------------*/
.custom-mt-5 {
    z-index: 99;
    position: relative;
    margin-top: -50px;
}

.custom-mt-7 {
    z-index: 99;
    position: relative;
    margin-top: -70px;
}

.custom-mt-10 {
    z-index: 99;
    position: relative;
    margin-top: -100px;
}

.custom-mt-12 {
    z-index: 99;
    position: relative;
    margin-top: -120px;
}

.custom-mt-15 {
    z-index: 99;
    position: relative;
    margin-top: -150px;
}

.custom-mt-20 {
    z-index: 99;
    position: relative;
    margin-top: -200px;
}

.custom-mt-25 {
    z-index: 99;
    position: relative;
    margin-top: -250px;
}

.custom-mt-30 {
    z-index: 99;
    position: relative;
    margin-top: -300px;
}


/* ------------------------
    Custom Padding
------------------------*/
.custom-pt-18 {
    padding-top: 180px;
}

.custom-pb-18 {
    padding-bottom: 180px;
}


/* ------------------------
    Padding
------------------------*/
.px-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.px-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.px-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
}

.py-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.py-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.py-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.py-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.pl-10 {
    padding-left: 100px !important;
}

.pr-10 {
    padding-right: 100px !important;
}

.pt-8 {
    padding-top: 80px !important;
}

.pt-10 {
    padding-top: 100px !important;
}

.pt-15 {
    padding-top: 150px !important;
}

.pt-20 {
    padding-top: 200px !important;
}

.pb-10 {
    padding-bottom: 100px !important;
}

.pb-15 {
    padding-bottom: 150px !important;
}

.pb-17 {
    padding-bottom: 170px !important;
}

.pb-20 {
    padding-bottom: 200px !important;
}


/* ------------------------
    Margin
------------------------*/
.mt-8 {
    margin-top: 80px !important;
}

.mt-10 {
    margin-top: 100px !important;
}

.mt-15 {
    margin-top: 150px !important;
}

.my-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.my-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.my-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}

.my-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}


/* ------------------------
    Pre Loader
------------------------*/
#ht-preloader {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.clear-loader {
    z-index: 999;
    box-sizing: border-box;
    display: inline-block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
}

.loader {
    position: relative;
    width: 20rem;
    height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
}

.loader::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8.69565rem;
    height: 8.69565rem;
    background: #000;
    border-radius: 50%;
}

.loader .loader-box {
    position: absolute;
    width: 10rem;
    height: 10rem;
    overflow: hidden;
}

.loader .loader-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.1;
}

.loader .loader-box:nth-child(1) {
    top: 0;
    left: 0;
}

.loader .loader-box:nth-child(1)::before {
    top: 50%;
    left: 50%;
    background: #397DF6;
    animation: lightMe1 4s ease-out infinite normal;
}

.loader .loader-box:nth-child(2) {
    top: 0;
    right: 0;
}

.loader .loader-box:nth-child(2)::before {
    top: 50%;
    right: 50%;
    background: #05f8a1;
    animation: lightMe2 4s ease-out infinite normal;
}

.loader .loader-box:nth-child(3) {
    bottom: 0;
    right: 0;
}

.loader .loader-box:nth-child(3)::before {
    bottom: 50%;
    right: 50%;
    background: #FF512F;
    animation: lightMe3 4s ease-out infinite normal;
}

.loader .loader-box:nth-child(4) {
    bottom: 0;
    left: 0;
}

.loader .loader-box:nth-child(4)::before {
    bottom: 50%;
    left: 50%;
    background: #481ea7;
    animation: lightMe4 4s linear infinite normal;
}

.loader .loader-wrap-text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.loader .text {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    animation: slider 8s ease-in infinite;
}

.loader .text span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 2em;
    color: #fff;
}

.loader-text {
    color: #fff;
    transform: translateY(-2rem);
    letter-spacing: 6px;
    opacity: 0.2;
    animation: blink 1s ease-out infinite alternate;
}


/* ------------------------
    Row Eq Height
------------------------*/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row-eq-height>[class*='col-']>div {
    height: 100%;
}

.row-eq-height .align-item-middle>div {
    height: auto;
}


/* ------------------------
    Background Overlay
------------------------*/
[data-overlay] {
    position: relative;
    z-index: 0;
}

[data-overlay]:before,
.slide-overlay:before {
    position: absolute;
    content: '';
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

[data-overlay].white-overlay:before {
    background-color: #fff;
}

[data-overlay].theme-overlay:before {
    background-color: #397DF6;
}

[data-overlay].grediant-overlay:before {
    background: rgb(0, 91, 234);
    background: linear-gradient(90deg, rgba(0, 91, 234, 1) 0%, rgba(37, 117, 252, 1) 80%);
}

[data-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before {
    opacity: 1;
}

[data-overlay="0"]:before {
    opacity: 0;
}


/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.scroll-top a,
.scroll-top a:visited {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 32px;
    color: #ffffff;
    background: #397DF6;
}

.scroll-top a:hover,
.scroll-top a:focus {
    color: #397DF6;
    background: #ffffff;
}

.scroll-top.scroll-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* ------------------------
    Subscribe Form
------------------------*/
.subscribe-form {
    margin: 0;
    padding: 0;
    position: relative;
}

#mc-form {
    width: 100%;
    display: flex;
}

#mc-form input[type="email"] {
    width: 450px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF80;
    border-radius: 50px;
    color: #1c1d3e;
    padding: 0 20px;
    height: 60px;
}

#mc-form input[type="email"]::-webkit-input-placeholder {
    color: #1c1d3e;
}

#mc-form input[type="email"]::-moz-placeholder {
    color: #1c1d3e;
}

#mc-form input[type="email"]:-ms-input-placeholder {
    color: #1c1d3e;
}

#mc-form input[type="email"].placeholder {
    color: #1c1d3e !important;
}

#mc-form .btn {
    position: relative;
    left: 15px;
    padding: 0 25px;
    transition: 0.20s;
    height: 60px;
    border-radius: 50px;
    min-width: 220px;
    vertical-align: top;
    display: inline-block;
}

#mc-form .btn:hover {
    transform: translateX(-3px);
}

.footer-1 .subscribe-box {
    position: relative;
    top: 0;
    width: 100%;
    background-color: #D5DFE6;
    transform: none;
}

.footer-1 .subscribe-box h3 {
    font-size: 64px;
    line-height: 1.1;
    color: black;
}

.footer-1 p {
    font-size: 24px;
    line-height: 1.3;
}

.subscribe-inner {
   /* -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 75px rgba(0, 0, 0, .1);
    box-shadow: 0 0 75px rgba(0, 0, 0, .1);*/
    position: relative;
    z-index: 1;
}

.sub-img {
    width: 100%;
    max-width: 600px;
    position: relative;
    transform: scale(1.17);
    bottom: 12px;
    top: auto;
    right: 10%;
}


/* ------------------------
    Header
------------------------*/
.logo img {
    height: 60px;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header-1 .header-main {
    padding: 10px 0;
    background: #F2F5F8;
    position: relative;
    /*animation-duration: 0.5s;*/
    transition: none;
}

.header-main.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #F2F5F8;
    /*animation-name: stickySlideDown;*/
}

.header-main.fixed-header .navbar {
    padding: 0 31px;
}

.header-main.is-sticky {
    position: fixed;
    width: auto;
    max-width: 1440px;
    margin: auto;
    padding: 10px 30px;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 999;
    /*animation: slideDown 0.35s ease-out;
    transition: all 0.5s ease-in-out;*/
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*
.header-1 #header-wrap:before {
    content: "";
    background: #f9f7fc;
    width: 96%;
    height: 30px;
    position: absolute;
    left: 2%;
    bottom: -10px;
    z-index: -1
}

.header-1 #header-wrap:after {
    content: "";
    background: #fcfbfd;
    width: 92%;
    height: 30px;
    position: absolute;
    left: 4%;
    bottom: -20px;
    z-index: -9
}
*/
#header-wrap.fixed-header:before,
#header-wrap.fixed-header:after {
    display: none;
}

.header-2 #header-wrap,
.header-3 #header-wrap {
    background: none;
}

.header-2 #header-wrap:before,
.header-2 #header-wrap:after {
    display: none;
}

/*--navigation--*/
.navbar {
    padding: 0;
    /*max-width: 1920px;*/
    max-width: 1440px;
    margin: auto;
    position: relative;
}

.navbar-nav {
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    justify-content: flex-end;
}

.navbar-brand {
    margin-right: 0;
    transition: none;
}

.navbar-nav,
.navbar-nav ul,
.navbar-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.navbar-nav-rtl,
.navbar-nav-rtl ul,
.navbar-nav-rtl li {
    direction: rtl;
    text-align: right;
}

.navbar-nav ul {
    display: none;
    position: absolute;
    padding: 30px 30px 25px;
    border: none;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    box-shadow: none;
    border-radius: 25px;
    background: #FFFFFFE5;
}

.navbar-nav li {
    padding: 8px 0;
    text-transform: uppercase;
    line-height: 1.3;
    position: relative;
}

.navbar-nav ul a {
    padding: 10px 0;
    /*white-space: nowrap;*/
    position: relative;
    background: none;
    color: #30373C;
}

.navbar-nav ul a:hover {
    color: #397DF6;
    padding-left: 12px;
}

.navbar-nav .nav-link.highlighted {
    color: #397DF6;
}
/*
.navbar-nav a .sub-arrow {
    position: relative;
    top: 0;
    left: 2px;
    margin-left: 5px;
    width: 1em;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.navbar-nav a .sub-arrow::before {
    border-style: solid;
	border-width: 0.1em 0.1em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.25em;
	position: relative;
	top: -5px;
	transform: rotate(135deg);
	vertical-align: middle;
	width: 0.45em;
    transition: all 0.3s ease;
}*/

.navbar-nav a::after {
    border-style: solid;
	border-width: 0.1em 0.1em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.55em;
	position: relative;
	top: -5px;
	transform: rotate(135deg);
	vertical-align: middle;
	width: 0.45em;
    transition: all 0.3s ease;
}

.no-dropdown a::after {
    content: none;
}

.navbar-nav a.highlighted .sub-arrow::before {
    transform: rotate(-45deg);
    top: 0;
    transition: all 0.3s ease;
}
/*
.navbar-nav ul a::before {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    line-height: 1em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    pointer-events: none;
    animation: opacitychange 1s ease-in-out infinite;
}

.navbar-nav ul a:hover::before,
.navbar-nav ul a:focus::before {
    color: #397DF6;
    text-shadow: 10px 0 #1c1d3e, -10px 0 #1c1d3e;
}
*/
.navbar-nav .nav-item {
    margin: 0 20px;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar-nav .nav-link {
    color: #30373C;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    text-transform: capitalize;
    position: relative;
    display: block;
    transition: all 0.2s ease-in-out 0s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
    color: #397DF6;
}
/*
.navbar-nav .nav-link::before {
    position: absolute;
    bottom: -10%;
    left: 50%;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    animation: opacitychange 1s ease-in-out infinite;
    line-height: 0;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-item .nav-link.active::before,
.navbar-nav .nav-link:focus::before {
    color: #397DF6;
    text-shadow: 10px 0 #1c1d3e, -10px 0 #1c1d3e;
}
*/
.header-3 .navbar-nav .nav-link {
    color: #ffffff;
}

.header-3 .navbar-nav .nav-link:hover,
.header-3 .navbar-nav .nav-item .nav-link.active {
    color: #ffffff;
}

.header-3 .navbar-nav .nav-link:hover::before,
.header-3 .navbar-nav .nav-item .nav-link.active::before,
.header-3 .navbar-nav .nav-link:focus::before {
    color: #ffffff;
}

.header-3 #header-wrap.fixed-header .navbar-nav .nav-link {
    color: #1c1d3e
}

.header-3 #header-wrap.fixed-header .navbar-nav .nav-link:hover,
.header-3 #header-wrap.fixed-header .navbar-nav .nav-item .nav-link.active {
    color: #397DF6
}

.header-3 #header-wrap.fixed-header .navbar-nav .nav-link:hover::before,
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link.active::before {
    color: #397DF6;
}

.logo .sticky-logo {
    display: none !important;
}

.header-2 #header-wrap.fixed-header .logo>img,
.header-3 #header-wrap.fixed-header .logo>img {
    display: none !important;
}

.header-2 #header-wrap.fixed-header .logo .sticky-logo,
.header-3 #header-wrap.fixed-header .logo .sticky-logo {
    display: block !important;
}


/* ------------------------
    Footer
------------------------*/
.footer {
    padding: 80px 0 0;
}

.footer-pattern {
    bottom: 0;
    position: absolute;
}

.primary-footer {
    position: relative;
    z-index: 99;
    font-size: 24px;
    padding: 60px 0;
}

.secondary-footer {
    color: white;
    font-weight: normal;
    background: #8A959D;
}

.copyright span a {
    color: white;
}

.theme-bg .copyright {
    border-top: 2px solid rgba(255, 255, 255, 0.030);
    padding-top: 50px;
}

.footer-logo img {
    height: 70px;
}

.primary-footer,
.primary-footer a {
    color: #1c1d3e;
}

.primary-footer .footer-menu {
    text-transform: uppercase;
}

.primary-footer h4 {
    margin-bottom: 20px;
}

.footer-1 {
    padding-top: 80px;
}

.footer-2 {
    padding-top: 250px;
}

.footer-3 {
    padding-top: 220px;
}

.footer-info {
    margin-top: 70px;
}

.footer-info.list-inline li {
    display: inline-block;
}

.footer-info li {
    margin-bottom: 15px;
    font-weight: 400;
}

.footer-info li:last-child {
    margin-bottom: 0;
}

.footer-info li a {
    color: #397DF6;
    text-decoration: underline;
}

.footer-info li a:hover {
    text-decoration: underline !important;
}

.footer-list li {
    margin-bottom: 15px;
    text-transform: capitalize;
}

.footer-list li:last-child {
    margin-bottom: 0;
}

.footer-list li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #1c1d3e
}

.footer-list .list-inline li {
    display: inline-block;
    margin: 0 10px;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social li i {
    font-size: 40px;
}

.footer-social li:nth-child(2) i {
    margin: 0 20px;
}

.footer-social ul li a {
    color: #1c1d3e;
}

.footer-social ul li a:hover {
    color: #397DF6;
}

.theme-bg .primary-footer,
.theme-bg .primary-footer a,
.theme-bg .secondary-footer,
.theme-bg .footer-social ul li a,
.theme-bg .footer-list li a,
.theme-bg .primary-footer h4,
.dark-bg .primary-footer,
.dark-bg .primary-footer a,
.dark-bg .secondary-footer,
.dark-bg .footer-social ul li a,
.dark-bg .footer-list li a,
.dark-bg .primary-footer h4 {
    color: #ffffff;
}

.footer h4 {
    display: block;
}

#footer-wave {
    position: absolute;
    height: 100px;
    top: 0;
    left: 0;
    width: 100%;
}

#footer-wave svg path {
    fill: #ffffff;
}

#footer-wave svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.footer-imgs img {
    width: 180px;
}


/* ------------------------
    Page Title
------------------------*/
.page-title {
    display: block;
    padding: 100px 0 40px;
    min-height: 800px;
}

.page-title h1 {
    margin-bottom: 35px;
}

.page-title p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.3;
}

.breadcrumb {
    padding: 0;
    background: none;
    display: inline-block;
    margin: 0;
    text-transform: capitalize;
    color: #8A959D;
    font-size: 16px;
    border-radius: 0;
}

.breadcrumb-item {
    display: inline-block;
}

.breadcrumb-item a {
    color: #8A959D;
}

.breadcrumb-item a:hover {
    color: #397DF6;
}

.page-title-pattern {
    position: absolute;
}


/* ------------------------
    Flat Icon
------------------------*/
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Flaticon.woff") format("woff"),
        url("../fonts/Flaticon.ttf") format("truetype"),
        url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-scroll:before {
    content: "\f100";
}

.flaticon-mall:before {
    content: "\f101";
}

.flaticon-web-design:before {
    content: "\f102";
}

.flaticon-briefing:before {
    content: "\f103";
}

.flaticon-customer-service:before {
    content: "\f104";
}

.flaticon-resolution:before {
    content: "\f105";
}

.flaticon-go-up-in-web:before {
    content: "\f106";
}

.flaticon-objective:before {
    content: "\f107";
}

.flaticon-checked:before {
    content: "\f108";
}

.flaticon-google-play:before {
    content: "\f109";
}

.flaticon-chevron:before {
    content: "\f10a";
}

.flaticon-back-arrow:before {
    content: "\f10b";
}

.flaticon-research:before {
    content: "\f10c";
}

.flaticon-market:before {
    content: "\f10d";
}

.flaticon-data:before {
    content: "\f10e";
}

.flaticon-analytics:before {
    content: "\f10f";
}

.flaticon-chart:before {
    content: "\f110";
}

.flaticon-software:before {
    content: "\f111";
}

.flaticon-price-tag:before {
    content: "\f112";
}

.flaticon-info:before {
    content: "\f113";
}

.flaticon-review:before {
    content: "\f114";
}

.flaticon-collaboration:before {
    content: "\f115";
}

.flaticon-blog:before {
    content: "\f116";
}

.flaticon-process:before {
    content: "\f117";
}

.flaticon-quality:before {
    content: "\f118";
}

.flaticon-review-1:before {
    content: "\f119";
}

.flaticon-project:before {
    content: "\f11a";
}

.flaticon-happiness:before {
    content: "\f11b";
}

.flaticon-paper-plane:before {
    content: "\f11c";
}

.flaticon-social-media:before {
    content: "\f11d";
}

.flaticon-email:before {
    content: "\f11e";
}

.flaticon-close:before {
    content: "\f11f";
}

.flaticon-chain:before {
    content: "\f120";
}

/* Contact form */

form label {
    margin: 0;
    position: relative;
    font-size: 1.2em;
    display: block;
    padding: 5px 0;
}

form input#name,
form input#surname,
form input#email,
form input#phone {
    width: 100%;
    height: 60px;
    padding: 15px 25px;
}

form textarea#message {
    width: 100%;
    height: 140px;
    margin-bottom: 30px;
    padding: 15px 20px;
}

textarea {
    resize: none;
}

form input#submit, .btn-submit {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50px;
    border: none;
    padding: 10px 25px;
    color: #30373C;
    background: #FCCD1C;
    transition: 0.20s;
    height: 60px;
    min-width: 220px;
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e5e5e5));
    background-image: -webkit-linear-gradient(#f4f4f4, #e5e5e5);
    background-image: -moz-linear-gradient(#f4f4f4, #e5e5e5);
    background-image: -ms-linear-gradient(#f4f4f4, #e5e5e5);
    background-image: -o-linear-gradient(#f4f4f4, #e5e5e5);
    background-image: linear-gradient(#f4f4f4, #e5e5e5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f4f4f4, endColorstr=#e5e5e5);*/
}

form input#submit:hover {
    cursor: pointer;
    background-color: #dbdbdb;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(#dbdbdb, #cccccc);
    background-image: -moz-linear-gradient(#dbdbdb, #cccccc);
    background-image: -ms-linear-gradient(#dbdbdb, #cccccc);
    background-image: -o-linear-gradient(#dbdbdb, #cccccc);
    background-image: linear-gradient(#dbdbdb, #cccccc);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#dbdbdb, endColorstr=#cccccc);
}

/* Message flashing */
.flash {
    background-color: #FBB0B0;
    padding: 10px;
    width: 400px;
}

#contacts-form-button {
    background: #FCCD1C !important;
}

#feedback-button {
    width: 100%;
}