@charset "utf-8";
/* CSS Document */
html {
  font-family: "Outfit", sans-serif;/* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  /* overflow-x:hidden; */
}
body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size:19px;
  color:#333;
  background:#fff;
  /* overflow-x:hidden; */
}
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.homebg {background:#FFF;}

article,aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}
audio,
canvas,
progress,
video,a,span {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template, /* 1 */
[hidden] {
  display: none;
}
a,button {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  transition: all 0.3s ease;
}
a:active,
a:hover {
  outline-width: 0;
  outline:none;
}
:focus {
    outline: none;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1,h2,h3,h4,h5 {
  /*! margin: 0 0 15px; */
}
.h1 (60px).h2 (30px).h3 (24px).h4 (18px).h5 (14px).h6 (12px)
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,i ,a,span{
  border-style: none;
  transition: all 0.3s ease;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  margin: 30px 0;
}
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
optgroup {
  font-weight: bold;
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} 
.mb-1 { margin-bottom:.25rem}
.mb-1\.5 {margin-bottom:.375rem}
.mb-10 { margin-bottom:2.5rem}
.mb-11 {margin-bottom:2.75rem}
.mb-12 {margin-bottom:3rem}
.mb-14 {margin-bottom:3.5rem}
.mb-16 {margin-bottom:4rem}
.mb-2 {margin-bottom:.5rem}
.mb-2\.5 {margin-bottom:.625rem}
.mb-20 { margin-bottom:5rem}

.logo{position: absolute; margin: 7px;}
        /* Navbar */
  .navbar { border-radius: 0; margin-bottom: 0;
            background: #FFF;
            border: none;
            color: #302d2d;
        }

        .navbar-brand {
            color: #fff !important;
            font-size: 24px;
            font-weight: bold;
            /*! height: 82px; */
        }

        .navbar-nav>li>a {
            color: #4a4848 !important;
            font-size: 18px;
            padding: 10px 18px;
            margin: 21px 0px;
        }

        .navbar-nav>li>a:hover {
            background: #fff !important;
            border-bottom: 1px solid #ccc;
        }

        /* Mega Menu */

        .mega-dropdown {
            position: static !important;
        }

        .mega-dropdown-menu {
            width: 100%;
            padding: 30px;
            left: 0;
            border-radius: 0;
            border: none;
            box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
        }

        .mega-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #0B4F71;
        }

        .mega-dropdown-menu ul {
            list-style: none;
            padding: 0;
        }

        .mega-dropdown-menu li {
            padding: 6px 0;
            font-size: 18px;
        }

        .mega-dropdown-menu li a {
            color: #555;
            text-decoration: none;
        }

        .mega-dropdown-menu li a:hover {
            color: #2196F3;
            padding-left: 5px;
            font-size: 18px;
        }

        .icon-box {
            text-align: center;
            padding: 20px;
        }

        .icon-box i {
            font-size: 40px;
            color: #FFF;
            margin: 15px;
        }

        .banner-box {
            background: #E6EBEE;
            color: #161616;
            padding: 25px;
            border-radius: 5px;
            text-align: left;
        }

        .banner-box h3 {
            margin-top: 0;
        }

        @media(min-width:768px) {

            .navbar-nav>.mega-dropdown:hover>.dropdown-menu {
                display: block;
            }

        }

        @media(max-width:767px) {

            .mega-dropdown-menu {
                padding: 10px;
            }

            .banner-box {
                margin-top: 20px;
            }

        }
/* ================================================= */

.banner { position: relative;}
.bespoke { background: url(../images/hero_tjaova.webp) center 1px no-repeat;}

/* Container styles */
.content { width: 100%;height: 597px;display: flex;align-items: center;justify-content: center;}

.slider-wrapper {font-size: 72px; color: #aaa; /*! text-transform: uppercase; */ /*! display: flex; */ align-items: center; justify-content: center;
  line-height: 76px;}
.banner_textnew {width: 45%; float: left; padding: 0; z-index: 99; left: 0;position: absolute;left: 32%;/*! top: 40%; */transform: translate(-50%,-50%);width: 61%;color: #090808;}
.small-text{ font-size: 20px;line-height: 32px;width: 58%;margin: 20px 0px;}
.slider {height: 79px; /*! padding-left: 15px; */overflow: hidden; /* One of the importing things for slide effect */}
.slider div {height: 50px;/*! padding: 2px 15px; */color: #116bad;text-align: left; margin-bottom: 50px; box-sizing: border-box;}
.slider-text-1 { /*! background: #4a6ee0; */animation: slide 5s linear infinite;}
.slider-text-2 {/*! background: #ffd156; */}
.slider-text-3 {/*! background: #56bdff; */}
@keyframes slide {
  0% {
    margin-top: -300px;
  }
  5% {
    /* For stopping effect */
    margin-top: -200px;
  }
  33% {
    margin-top: -200px;
  }
  38% {
    /* For stopping effect */
    margin-top: -100px;
  }
  66% {
    margin-top: -100px;
  }
  71% {
    /* For stopping effect */
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}

/* ============================================== */
.nmsr_block {
    padding: 35px 50px 35px 50px;
    border-radius: 10px;
    background: linear-gradient(145deg, #e2e8ec, #ffffff);
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
}
/* ============================================== */

.section {  margin: 60px 0; }
.heading { font-size: 47px; font-weight: 700; line-height: 1.2; margin-bottom: 25px; text-align: left;}
.heading span {  color: #ff6b3d; }
.top-link {  text-align: right;  margin-top: 25px; }
.top-link a {  color: #111; font-size: 22px;font-weight: 600; text-decoration: none; border-bottom: 2px solid #111; padding-bottom: 10px; }
.service-card { background: #f7f7f7;  border-radius: 18px; padding: 40px; min-height: 420px;transition: .3s; margin-bottom: 30px;}
.service-card:hover {transform: translateY(-6px); box-shadow: 0 12px 30px rgba(0, 0, 0, .12); }
.icon-box {  width: 70px; height: 70px; border-radius: 15px; display: flex; align-items: center; justify-content: center;color: #fff; font-size: 30px;  margin-bottom: 25px; }
.orange { background: #e85b2b;}
.dark { background: #2d323b; }
.blue {  background: #1d4ea3; }
.service-title {  font-size: 28px; font-weight: 600; margin-bottom: 15px;}
.service-desc { font-size: 22px; color: #444; line-height: 1.7; margin-bottom: 25px; }
.tags { margin-top: 20px; }
.tag { display: inline-block;padding: 8px 16px;border: 2px solid #2d73ff; color: #2d73ff;border-radius: 10px; margin: 5px; font-weight: 600; font-size: 15px;}
.tag:hover{background: #2d73ff; color: #fff;}
 @media(max-width:991px) {
 .heading {  font-size: 40px; }
 .service-card {  min-height: auto; }
}
 @media(max-width:767px) {
 .heading { font-size: 32px; }
 .top-link { text-align: left;  margin-bottom: 20px; }
 }

/* ======================================================== */
 .wrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
}
h2{
  font-family:sans-serif;
  color:#fff;
}
.carousel{
  width:90%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}
/* ================ Sale System section ===================== */
.sale-system{padding:50px 0;background: url(../images/bg1-2.png) no-repeat left bottom 50px , url(../images/bg2-1.png) no-repeat bottom 10px right 0px #fff0;}
/*.sale-system{ background:url(../images/bg2-1.png) no-repeat left top fixed; position:relative;}*/
.sale-system{ padding:35px 0;}
.brands-box {
    border: 1px solid #ededed;
    background: #fff;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: .3s;
}
.brands-box:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
    transform: translateY(-3px);
}
.brands-box img {
    max-width: 90%;
    max-height: 40px;
}
.brands-title {
    font-size: 42px;
    color: #1b4f87;
    font-weight: 700;
    margin-bottom: 20px;
}
.brands-desc {
    color: #666;
    line-height: 28px;
    margin-bottom: 25px;
}
.brands-point {
    font-size: 18px;
    margin-bottom: 18px;
}
.brands-point i {
    width: 34px;
    height: 34px;
    background: #0d5ea8;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
}
.brands-cta-btn {
    background: #000;
    color: #fff;
    padding: 14px 35px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.brands-cta-btn:hover {
    background: #0d5ea8;
    color: #fff;
}
.brands-contact-tab {
    position: fixed;
    right: 0;
    top: 220px;
    background: #f36f21;
    color: #fff;
    padding: 12px 8px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px 0 0 6px;
    z-index: 9999;
}
/* ======================================================== */
        .title {
            font-size: 48px;
            font-weight: 700;
            text-align: center;
            color: #111;
        }

        .subtitle {
            max-width: 850px;
            margin: 2px 2px 54px 10px;
            text-align: left;
            font-size: 22px;
            color: #555;
            line-height: 36px;
        }

        .step-box {
            position: relative;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
            padding: 70px 22px 30px;
            min-height: 390px;
            transition: .35s;
            cursor: pointer;
        }

        .step-box:hover {
            transform: translateY(-8px);
            box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
        }

        .step-box-icon-circle {
            position: absolute;
            width: 64px;
            height: 64px;
            border-radius: 50%;
            left: 50%;
            top: -32px;
            margin-left: -32px;
            text-align: center;
            line-height: 64px;
            font-size: 28px;
            color: #fff;
        }

        .green {
            background: #2fb34a;
        }

        .blue {
            background: #4c64d8;
        }

        .sky {
            background: #2f7bf3;
        }

        .orange {
            background: #f28b2b;
        }

        .darkblue {
            background: #2b78ea;
        }

        .step-title {
            font-size: 18px;
            font-weight: 700;
            color: #0d2b57;
            margin-bottom: 12px;
            line-height: 30px;
        }

        .step-text {
            color: #5d6d7e;
            font-size: 15px;
            line-height: 26px;
            margin-bottom: 15px;
        }

        .step-box ul {
            padding-left: 18px;
        }

        .step-box ul li {
            color: #637588;
            margin-bottom: 8px;
            font-size: 15px;
        }

        @media(max-width:991px) {

            .step-box {
                margin-bottom: 60px;
            }

            .title {
                font-size: 34px;
            }

            .subtitle {
                font-size: 18px;
                line-height: 30px;
            }

        }
/* ======================================================== */
 .blueprint-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(91, 167, 212, 0.14) 1px, transparent 1px), linear-gradient(90deg, rgba(96, 173, 218, 0.14) 1px, transparent 1px);
  background-size: 44px 44px;
  background-color: var(--navy-900);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 40%, transparent 100%);
  mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 40%, transparent 100%);
}
.hero  {
  padding-top: 61px;
  padding-bottom: 60px;
}
       
         /* .hero {
            min-height: 100vh;
            display: flex;
            align-items: center;
            position: relative;
            background:
                linear-gradient(rgba(255, 255, 255, .70), rgba(255, 255, 255, .75)),
                linear-gradient(90deg, #eef3f7 1px, transparent 1px),
                linear-gradient(#eef3f7 1px, transparent 1px);
            background-size: 100%, 40px 40px, 40px 40px;
        }

        .hero:before {
            content: '';
            position: absolute;
            top: -200px;
            right: -150px;
            width: 650px;
            height: 650px;
            background: radial-gradient(circle, #d7efff 0%, transparent 70%);
            opacity: .7;
        } */
         .reveal {
         border: 1px solid #ccc;
         margin: 10px;
         text-align: center;}
             .reveal h2 {
         color: #000;
         text-align: center;
         /*! padding: 10px; */
}
        .hero h1 {

            font-size:62px;
            font-weight: 900;
            line-height:65px;
            color: #111;
            margin-top: 0;
            margin-bottom: 30px;
        }

        .gradient {
            background: linear-gradient(90deg, #0d6b30, #1d8f58, #2284e6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero p {

            font-size: 19px;
            line-height: 1.7;
            color: #555;
            max-width: 700px;
            margin-bottom: 40px;
        }

        .btn-main {

            background: #146c2e;
            color: #fff;
            padding: 16px 35px;
            border-radius: 50px;
            font-weight: 700;
            border: none;
            font-size: 17px;
            transition: .35s;
            box-shadow: 0 12px 25px rgba(0, 0, 0, .12);
        }

        .btn-main:hover {
            background: #0f5625;
            color: #fff;
            transform: translateY(-2px);
        }

        .btn-light {

            background: #fff;
            border: 1px solid #ddd;
            padding: 16px 35px;
            border-radius: 50px;
            font-weight: 600;
            margin-left: 15px;
            transition: .3s;
        }

        .btn-light:hover {
            background: #f4f4f4;
        }

        /* .hero-right {
            height: 550px;
        } */

        .fadeUp {
            opacity: 0;
            transform: translateY(40px);
            transition: 1s;
        }

        .fadeUp.show {
            opacity: 1;
            transform: translateY(0);
        }

        @media(max-width:991px) {

            .hero {
                padding: 70px 0;
                text-align: center;
            }

            .hero h1 {
                font-size: 58px;
            }

            .hero p {
                font-size: 20px;
                margin: auto auto 35px;
            }

            .hero-right {
                display: none;
            }

        }

        @media(max-width:767px) {

            .hero h1 {
                font-size: 42px;
            }

            .hero p {
                font-size: 17px;
            }

            .btn-main,
            .btn-light {

                display: block;
                width: 100%;
                margin: 10px 0;
            }

        }
        .feature-card-1, .feature-card-2, .feature-card-3, .feature-card-4, .feature-card-5{
            background: #091b63;
            color: #fff;
            border-radius: 18px;
            padding: 30px;
            min-height: 190px;
            transition: .35s;
            box-shadow: 0 18px 35px rgba(0, 0, 0, .18);margin-bottom: 23px;transform: translateY(0px) scale(1);
        }
		/*.bg-1{background-color:#7526E3;}*/
	    .feature-card-1:hover {background-color:#6d20d9; }
		.feature-card-2:hover {background-color:#d83a00; }
		.feature-card-3:hover {background-color:#022ac0; }
		.feature-card-4:hover {background-color:#0176d3; }
		.feature-card-5:hover {background-color:#5867e8; }
       /* .feature-card:hover {}*/

        .icon {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .15);
            text-align: center;
            line-height: 48px;
            font-size: 20px;
            margin-bottom: 18px;
        }

        .feature-card-1 h3, .feature-card-2 h3, .feature-card-3 h3, .feature-card-4 h3, .feature-card-5 h3 {
            margin: 0 0 15px;
            font-size: 25px;
            font-weight: 700;
        }

        .feature-card-1 p, .feature-card-2 p, .feature-card-3 p, .feature-card-4 p, .feature-card-5 p {
            color: #d8dcff;
            line-height: 1.8;
            font-size: 15px;
        }

        @media(max-width:991px) {

            .hero {
                text-align: center;
                padding: 50px 0;
            }

            .hero h1 {
                font-size: 48px;
            }

            .cards {
                margin-top: 50px;
            }

        }

        @media(max-width:767px) {

            .hero h1 {
                font-size: 38px;
            }

            .feature-card {
                margin-bottom: 20px;
                min-height: auto;
            }

            .btn-green,
            .btn-white {
                display: block;
                width: 100%;
                margin: 10px 0;
            }

        }
/* ======================================================== */

.process-section {
    padding: 40px 0;
}
.left-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 20px;
}
.left-title span {
    color: #f26522;
}
.process-image {
    /*! margin-top: 50px; */
    overflow: hidden;
    border-radius: 0 180px 180px 0;
}
.process-image img {
    width: 100%;
    transition: .4s;
}
.process-image img:hover {
    transform: scale(1.05);
}
.timeline {
    position: relative;
    padding-left: 70px;
}
.timeline:before {
    content: '';
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    border-left: 2px dashed #ddd;
}
.step {
    position: relative;
    margin-bottom: 55px;
}
.icon-circle {
    position: absolute;
    left: -70px;
    width: 42px;
    height: 42px;
    background: #f26522;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    transition: .3s;
}
.step:hover .icon-circle {
    transform: scale(1.15);
}
.step small {
    color: #888;
    font-weight: 600;
    letter-spacing: 2px;
}
.step h3 {
    margin-top: 8px;
    margin-bottom: 12px;
    font-weight: 700;
}
.step p {
    color: #666;
    line-height: 28px;
}
.schedule-btn {
    background: #116bad;
    color: #fff;
    padding: 14px 30px;
    font-size: 18px;
    border-radius: 6px;
    margin-top: 20px;
}
.schedule-btn:hover {
    background: #270fa2;
    color: #fff;
}
.modal-header {
    background: #f26522;
    color: #fff;
}
.modal-header .close {
    color: #fff;
    opacity: 1;
}
.form-control {
    height: 45px;
}
textarea.form-control {
    height: 120px;
}

@media(max-width:991px) {
.left-title {
    font-size: 40px;
    margin-bottom: 40px;
}
.timeline {
    margin-top: 40px;
}
.process-image {
    border-radius: 20px;
}
}
/* ======================================================== */
.addon-list { overflow: hidden;}
.slick-next { display: inline-block; float: right;}
.slick-prev{ display: inline-block; position: absolute;/*! right: 69px; */bottom: 0px;}
.slick-slide, .client .slick-slide{ padding:10px !important;}
#Testimonial{  width: 100%; float: left; padding: 130px 0px 0px 0px;  }


     /* Grid Background */
.hero-backgroung {  min-height: 100vh; display: flex; align-items: center; position: relative;   background: linear-gradient(rgba(255, 255, 255, .70), rgba(255, 255, 255, .75)),
   linear-gradient(90deg, #eef3f7 1px, transparent 1px),linear-gradient(#eef3f7 1px, transparent 1px); background-size: 100%, 40px 40px, 40px 40px; }
.hero-backgroung:before {   content: '';  position: absolute; top: -200px; right: -150px; width: 650px; height: 650px; background: radial-gradient(circle, #d7efff 0%, transparent 70%);
   opacity: .7;  }
.btn-main { background: #2066a7; color: #fff; padding: 16px 35px; border-radius: 50px; font-weight: 700; border: none; font-size: 17px; transition: .35s;box-shadow: 0 12px 25px rgba(0, 0, 0, .12); }
.btn-main:hover { background: #0190cc; color: #fff; transform: translateY(-2px);}
.btn-light { background: #fff; border: 1px solid #ddd; padding: 16px 35px; border-radius: 50px;font-weight: 600; margin-left: 15px; transition: .3s; }
.btn-light:hover { background: #f4f4f4; }
.hero-right {  height: 550px;}
.fadeUp {  opacity: 0; transform: translateY(40px);  transition: 1s; }
.fadeUp.show { opacity: 1; transform: translateY(0); }
 @media(max-width:991px) {
 .hero { padding: 70px 0;  text-align: center;}
 .hero h1 { font-size: 58px; }
 .hero p { font-size: 20px; margin: auto auto 35px; }
 .hero-right { display: none;}
}
 @media(max-width:767px) {
 .hero h1 { font-size: 42px; }
 .hero p { font-size: 17px; }
.btn-main, .btn-light { display: block;width: 100%;margin: 10px 0; }
 }
/* ======================================================== */

/*-------------- Footer --------------*/
footer.site-footer.fixed-footer {background: #061538; width: 100%; z-index: 100; /*! margin-top: -22px; */}
footer.site-footer.fixed-footer .footer-logo{padding: 10px; text-align: center; background: #ffffff; border-radius: 3px;}
footer.site-footer .main-footer {padding-top: 51px; padding-bottom: 50px;}
footer.site-footer .footer-widget h3, footer.site-footer .footer-widget p, footer.site-footer .footer-widget ul {margin: 0;
padding: 0; list-style: none;}
footer.site-footer .footer-widget .title {margin-bottom: 25px;}
footer.site-footer .footer-widget .title h3 {font-size: 18px; color: #ffffff; font-weight: 600; font-family: 'Oswald', sans-serif;}
footer.site-footer .footer-widget p {font-size: 15px; color: #888888; line-height: 25px;}
footer.site-footer .footer-widget ul.links-list li {display: block; line-height: 1em;}
footer.site-footer .footer-widget ul.links-list li + li {margin-top: 10px;}
footer.site-footer .footer-widget ul.links-list li a {color: #888888; font-size: 18px; display: inline-block; /*! line-height: 1em; */ font-weight: 400; border-bottom: 2px solid transparent; -webkit-transition: all .4s ease; transition: all .4s ease; padding-bottom: 2px;}
footer.site-footer .footer-widget ul.links-list li a:hover {color: #ff5e14;}
footer.site-footer .footer-widget.about-widget {position: relative; bottom: 50px;}
footer.site-footer .footer-widget.about-widget h3 {font-size: 18px; font-weight: 600; color: #ffffff; margin-top: 30px; margin-bottom: 20px;}
footer.site-footer .footer-widget.subscribe-widget {padding: 35px 40px; background: #f6f6f6;}
footer.site-footer .footer-widget.subscribe-widget h3 {font-size: 18px; font-weight: 600; color: #fe5a0e; font-family: 'Oswald', sans-serif; line-height: 1em; margin-bottom: 15px;}
footer.site-footer .footer-widget.subscribe-widget p {font-size: 15px; line-height: 22px; font-weight: 400; color: #888888;}
footer.site-footer .footer-widget.subscribe-widget form.subscribe-form {position: relative; margin-top: 30px;}
footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input, footer.site-footer .footer-widget.subscribe-widget form.subscribe-form button {border: none; outline: none; display: block;}
footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input {width: 100%; height: 51px; border: 1px solid #e6e5e5; padding-left: 20px; font-size: 14px; color: #B2AFAF;}
footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input::-webkit-input-placeholder {color: #B2AFAF;}
footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input::-moz-placeholder {color: #B2AFAF;}
footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input:-ms-input-placeholder {color: #B2AFAF;}
footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input:-moz-placeholder {color: #B2AFAF;}
footer.site-footer .footer-widget.subscribe-widget form.subscribe-form button {position: absolute; top: 0; right: 0; width: 98px; height: 51px; background: #FE5A0E; color: #fff; font-size: 14px;}
footer .bottom-footer{background-color: #141414;}
footer.site-footer .footer-widget.subscribe-widget form.subscribe-form button:before {background: #252525;}
footer.site-footer .bottom-footer .container {padding-top: 17px; padding-bottom: 17px;
overflow: hidden;}
footer.site-footer .bottom-footer p {margin: 0; color: #555555; font-size: 19px;}
footer.site-footer .bottom-footer a{color: #ff5e14;}
footer address{color: #888888; font-size: 18px;}
footer .footer-social{margin-top: 20px;}
footer .footer-social ul li{display: inline-block; margin-right: 5px;}
footer .footer-social ul li a{display: block; width: 35px; height: 35px; text-align: center; line-height: 35px; font-size: 16px; border-radius: 50%; background: #f3f2f2; transition: all 300ms;}
footer .footer-social ul li a:hover{background: #ff5e14; color: #ffffff;}
footer .get-touch .form-control{border: none; border-radius: 0; font-size: 14px;}
footer .get-touch button{width: 100%;}

/*-------------- Scroll Top --------------*/
.scroll-to-top {position: fixed; bottom: 20px; right: 20px; width: 50px; height: 50px; text-align: center; background: #ff5e14; color: #ffffff; font-size: 25px; line-height: 45px; border-radius: 50%; cursor: pointer; display: none; -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2); box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2); -webkit-transition: all .4s ease; transition: all .4s ease; z-index: 99999;}



/*-------------- --------------*/



