@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400');
@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri');
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    color: #333;
    font-weight: 400;
    background-color: #fff;
    font-size: 17px;
}

a {
    color: #FDB718;
    text-decoration: none;
}

a:hover {
    color: #FDB718;
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .container {
        max-width: 900px;
    }
}

img {
    max-width: 100%;
}

h1 {
    font-size: 48px;
}

footer {
    color: #fff !important;
    background-color: #111 !important;
    padding: 30px 3px;
    line-height: 16px;
    text-align: center
}

footer a {
    color: #000;
    font-weight: 400;
    z-index: 100;
    line-height: 14px;
}

.fullwidth {
    min-height: 100%;
}

.loader {
    width: 50px;
    height: 50px;
    background: url(../images/loader.gif) center no-repeat;
    background-size: 100%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.btn {
    font-size: 18px !important;
    padding: 12px 24px !important;
}

.btn-primary {
    background-color: #FDB718;
    border-color: #FDB718;
    color: #FFFFFF;
}

.inset {
    -moz-box-shadow: inset 0px -5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px -5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -5px 10px rgba(0, 0, 0, 0.1);
}

.validate input,
.validate textarea,
.validate select {
    border: 1px solid #aaa;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.validate input:focus,
.validate textarea:focus,
.validate select:focus {
    background: #fff;
    border: 1px solid #555;
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    box-shadow: 0 0 3px #aaa;
}

.validate input:focus,
.validate textarea:focus {
    /* add this to the already existing style */
    padding-right: 70px;
}

.validate,
.validate textarea {
    /* add this to the already existing style */
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}

.validate input,
.validate textarea {
    padding-right: 30px;
}


/* Button Style */

.validate input:required,
.validate textarea:required {
    background-color: #fff;
}

::-webkit-validation-bubble-message {
    padding: 0;
}

.validate input:focus:invalid,
.validate textarea:focus:invalid,
.invalid {
    /* when a field is considered invalid by the browser */
    background-color: #fff;
    border-color: #b03535
}

.validate input:required:valid,
.validate textarea:required:valid {
    /* when a field is considered valid by the browser */
    background-color: #fff;
    border-color: #28921f;
}

.validate2 input,
.validate2 textarea,
.validate2 select {
    border: 1px solid #aaa;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.validate2 input:focus,
.validate2 textarea:focus,
.validate2 select:focus {
    border: 1px solid #555;
}

.validate2 input:focus,
.validate textarea:focus {
    /* add this to the already existing style */
    padding-right: 70px;
}

.validate2,
.validate2 textarea {
    /* add this to the already existing style */
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}

.validate2 input,
.validate2 textarea {
    padding-right: 30px;
}

.form_hint {
    background: #d45252;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left: 8px;
    padding: 1px 6px;
    z-index: 999;
    /* hints stay above all other elements */
    position: absolute;
    /* allows proper formatting if hint is two lines */
    display: none;
}

.form_hint::before {
    content: "\25B2";
    /* left point triangle in escaped unicode */
    color: #d45252;
    position: absolute;
    bottom: 73%;
    left: 5%;
}

.validate input:focus+.form_hint {
    display: block;
}

.validate input:required:valid+.form_hint {
    background: #28921f;
}


/* change form hint color when valid */

.validate input:required:valid+.form_hint::before {
    color: #28921f;
}


/* Ripple magic */

.ripple,
.btn,
button {
    position: relative;
    overflow: hidden;
}

.ripple:after,
.btn:after,
button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(102, 102, 102, .2);
    opacity: 0;
    border-radius: 100%;
    -moz-transform: scale(1, 1) translate(-50%);
    -ms-transform: scale(1, 1) translate(-50%);
    -o-transform: scale(1, 1) translate(-50%);
    -webkit-transform: scale(1, 1) translate(-50%);
    transform: scale(1, 1) translate(-50%);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes ripple {
    0% {
        -ms-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 1;
    }
    20% {
        -moz-transform: scale(25, 25);
        -ms-transform: scale(25, 25);
        -o-transform: scale(25, 25);
        -webkit-transform: scale(25, 25);
        transform: scale(25, 25);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(40, 40);
        -ms-transform: scale(40, 40);
        -o-transform: scale(40, 40);
        -webkit-transform: scale(40, 40);
        transform: scale(40, 40);
    }
}

.ripple:active::after,
.btn:focus::after,
button:focus::after {
    -moz-animation: ripple 1s ease-out;
    -ms-animation: ripple 1s ease-out;
    -o-animation: ripple 1s ease-out;
    -webkit-animation: ripple 1s ease-out;
    animation: ripple 1s ease-out;
}


/* The hero image */

.hero-image {
    /* Set a specific height */
    height: 100%;
    position: relative;
    min-height: 500px;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slide1 {
    background: url("../images/bg2.jpg") no-repeat fixed center;
    background-size: cover;
    animation: fade 30s infinite;
    -webkit-animation: fade 30s infinite;
}

.slide2 {
    background: url("../images/bg1.jpg") no-repeat fixed center;
    background-size: cover;
    animation: fade2 30s infinite;
    -webkit-animation: fade2 30s infinite;
}

@keyframes fade {
    0% {
        opacity: 1
    }
    33.333% {
        opacity: 0
    }
    66.666% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade2 {
    0% {
        opacity: 0
    }
    33.333% {
        opacity: 1
    }
    66.666% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fade3 {
    0% {
        opacity: 0
    }
    33.333% {
        opacity: 0
    }
    66.666% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.hero-image::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 80%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 80%, rgba(0, 0, 0, .5) 100%);
    z-index: 0;
}

.topbanner {
    background: #000 url("../images/bg2.jpg");
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 0 20px 0;
    /* Position and center the image to scale nicely on all screens */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.topbanner2 {
    background: #000 url("../images/bg2.jpg");
    text-align: center;
    margin: 0;
    /* Position and center the image to scale nicely on all screens */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.topbanner2 .container3 {
    padding: 10px 10px 3% 10px;
}

.topbanner .container3 {
    padding: 30px 10px 3% 10px;
}

.topbanner:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    margin: 0;
    padding: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.topbanner h1,
.topbanner2 h1 {
    color: #fff;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 400;
    text-shadow: 0.025em 0.025em 0.025em rgba(0, 0, 0, 0.8);
    z-index: 1;
    position: relative;
}


/* Place text in the middle of the image */

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    z-index: 1;
}

.hero-image a {
    padding-top: 60px;
}

.hero-image a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #FDB718;
    border-radius: 50px;
}

.hero-image a {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -30px;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #FDB718;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: opacity .3s;
}

.hero-image a:hover {
    opacity: .5;
}

.hero-image a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #FDB718;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.hero-text h1 {
    color: #fff;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 400;
    text-shadow: 0.025em 0.025em 0.025em rgba(0, 0, 0, 0.8);
    line-height: 1.0;
    visibility: hidden;
}

.topbanner p {
    margin-top: -2em;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.8);
    z-index: 1;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .hero-text h1,
    .topbanner h1 {
        font-size: 6em;
    }
    .topbanner p {
        font-size: 1.25em;
    }
}

@media only screen and (max-width: 768px) {
    .hero-text h1,
    .topbanner h1 {
        font-size: 40px;
    }
}

.hero-text h1 .char4,
h1 .char5 {
    color: #FDB718;
}

.hero-text p {
    letter-spacing: 0.15em;
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.8);
    visibility: hidden;
    text-align: center;
}


/* EFFECTS
***************/

.glow {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: text-shadow 1s linear;
    -moz-transition: text-shadow 1s linear;
    -o-transition: text-shadow 1s linear;
    transition: text-shadow 1s linear;
}

.glow.in {
    text-shadow: 0.025em 0.025em 0.025em rgba(255, 255, 255, 0.8), 0 0 0.5em rgba(255, 255, 255, 0.8);
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}

.fade.in {
    opacity: 1;
}

.menu {
    position: relative;
    height: 60px;
    width: 60px;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.menu:hover {
    background: rgba(255, 255, 255, 0.8);
}

.menu__icon {
    position: absolute;
    width: 30px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.menu__line {
    position: absolute;
    left: 0;
    background-color: #000;
    height: 3px;
    width: 100%;
    border-radius: 3px;
    pointer-events: none;
}

.menu__line--1 {
    top: 0;
}

.menu__line--2 {
    top: 0;
    bottom: 0;
    margin: auto;
}

.menu__line--3 {
    bottom: 0;
}

.menu--close1 .menu__line--1 {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
}

.menu--back1 .menu__line--1,
.menu--back1 .menu__line--3 {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.menu--back1.open .menu__line--1 {
    -webkit-transform: translate3d(-6.5px, 1px, 0) rotate(135deg) scaleX(0.7);
    transform: translate3d(-6.5px, 1px, 0) rotate(135deg) scaleX(0.7);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
}

.menu--back1.open .menu__line--3 {
    -webkit-transform: translate3d(-6.5px, -1px, 0) rotate(-135deg) scaleX(0.7);
    transform: translate3d(-6.5px, -1px, 0) rotate(-135deg) scaleX(0.7);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
}

.menu--back2 .menu__line--1,
.menu--back2 .menu__line--3 {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
}

@media (min-width: 600px) {
    .hero-text2 {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }
    .arrow_box {
        position: relative;
        background: #FDB718;
    }
    .arrow_box::after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(253, 183, 24, 0);
        border-left-color: #FDB718;
        border-width: 30px;
        margin-top: -30px;
    }
}

@media (max-width: 600px) {
    .arrow_box {
        position: relative;
        background: #FDB718;
    }
    .arrow_box:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(253, 183, 24, 0);
        border-top-color: #FDB718;
        border-width: 30px;
        margin-left: -30px;
    }
}

.about {
    background: #FDB718 url(../images/pt-bg02.jpg) repeat;
    color: #fff;
    padding: 40px 10px;
    margin: 0;
}

.portfoliohome {
    padding: 30px 20px;
    background: #FDB718
}

.portfoliohome h1 {
    font-weight: 100;
    font-size: 38px;
    line-height: 1.0
}

.lead-testimonial-cont {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    position: relative;
}

.lead-testimonial-cont:after {
    position: absolute;
    content: '';
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/tstmnl-box-shadow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 31px;
}

.lead-tstmnl-slide {
    padding: 20px 0;
}

.lead-tstmnl-slide:focus {
    outline: none;
}

.lead-tstmnl-slide .lead-tstmnl-img {
    min-height: 50px;
    text-align: center;
}

.lead-tstmnl-slide .lead-tstmnl-img img {
    width: 100%;
    max-width: 200px;
    border-radius: 20px;
    display: block;
}

.lead-tstmnl-comment {
    padding: 20px 0 10px 0;
    line-height: 24px;
    position: relative;
    text-indent: 5%;
    color: gray;
    font-family: Georgia, serif;
    font-style: italic;
    text-shadow: 0 1px white;
}

.lead-tstmnl-comment:before {
    content: '\201C';
    font-family: Georgia, serif;
    color: #FDB718;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: 40px;
    left: -.15em;
    text-shadow: none;
    z-index: -1;
}

.lead-tstmnl-nm-dsg {
    margin: 0;
    padding: 0;
}

.lead-tstmnl-nm-dsg li {
    display: inline-block;
    padding: 0px 15px;
    border-left: 1px solid #6b6b6b;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #6b6b6b;
}

.lead-tstmnl-nm-dsg li:first-child {
    border-left: 3px solid #FDB718;
    padding-left: 10px;
    font-weight: 700;
    color: #FDB718;
}

.slick-dots {
    bottom: -60px !important;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #FDB718;
}

.slick-dots li button:before {
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    color: #FDB718;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.services,
.testiArea {
    background: #f1f1f1 url(../images/index.png) repeat;
    position: relative;
}

.rotate-image {
    position: relative;
    display: inline-block;
    padding: 16px 16px 0 16px;
}

.rotate-image img {
    border: 5px solid #FDB718;
    -ms-transform: rotate(-20deg);
    /* IE 9 */
    -webkit-transform: rotate(-20deg);
    /* Safari */
    transform: rotate(-20deg);
}

.rotate-image::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -25px;
    left: -10%;
    height: 20px;
    width: 90%;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 60%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 60%);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.contact {
    background: #fdb718 url(../images/Customer-Service.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 60px 20px;
}

.pricing-table-header {
    background: #eee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #eee 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee', GradientType=0);
    /* IE6-9 */
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #ccc;
    padding: 16px;
    text-align: center;
    position: relative;
    margin-top: 60px;
}

.pricing-table-header h1 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 50px
}

.pricing-table-header i {
    font-size: 36px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    border: 1px solid #ccc;
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: absolute;
    top: -50px;
    left: 35%;
    left: calc(50% - 50px);
}

.pricing-table-header i:hover {
    border: 2px solid #FDB718;
    color: #FDB718;
    background-color: #fff;
    opacity: 1;
}

.pricing-table-content {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #666;
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 20px;
}

.pricing-table-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-table-content ul li {
    border: 0;
    padding: 16px 20px;
}

.pricing-table-content a {
    background: #fdb718;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fdb718 0%, #db9800 100%);
    /*Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdb718 0%, #db9800 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdb718 0%, #db9800 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdb718 0%, #db9800 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fdb718 0%, #db9800 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdb718', endColorstr='#db9800', GradientType=0);
    /* IE6-9*/
    background-color: #fdb718;
    border: 1px solid #c28906;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 5px 20px;
    text-decoration: none;
}

.footer-social-icons {
    width: 350px;
    display: block;
    margin: 0 auto;
}

.social-icon {
    color: #fff;
}

ul.social-icons {
    margin-top: 10px;
}

.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
}

.fa-facebook {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #322f30;
}

.fa-facebook:hover {
    background-color: #3d5b99;
}

.fa-twitter {
    padding: 10px 12px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #322f30;
}

.fa-twitter:hover {
    background-color: #00aced;
}

.fa-whatsapp {
    padding: 10px 12px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #322f30;
}

.fa-whatsapp:hover {
    background-color: #2cb742;
}

.fa-instagram {
    padding: 10px 12px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #322f30;
}

.fa-instagram:hover {
    background-color: #7449c5;
    background: linear-gradient(#7449c5, #fdc562);
}

.fa-rss {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #322f30;
}

.fa-rss:hover {
    background-color: #eb8231;
}

.fa-youtube {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #322f30;
}

.fa-youtube:hover {
    background-color: #e64a41;
}

.fa-linkedin {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #322f30;
}

.fa-linkedin:hover {
    background-color: #0073a4;
}

#filters {
    margin: 1%;
    padding: 0;
    list-style: none;
    text-align: center;
}

#filters li {
    display: inline
}

#filters li span {
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}

#filters li span.active {
    background: #fdb718;
    color: #fff;
}

#portfoliolist .portfolio {
    width: 23%;
    margin: 1%;
    display: none;
    float: left;
    overflow: hidden;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666;
    cursor: pointer;
    line-height: 0;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    line-height: 1.2;
}

.portfolio .label a {
    color: #fff
}

.portfolio .label-bg {
    background: #fdb718;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
}

.portfolio:hover .label {
    bottom: 0;
}

.portfolio:hover img {
    top: -30px;
}


/* #Tablet (Portrait) */


/*  #Mobile (Portrait) - Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
    #portfoliolist .portfolio {
        width: 50%;
        padding: 1px;
        margin: 0;
    }
}

#nav-icon2 {
    width: 25px;
    height: 25px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 10px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 20px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 2px;
    top: 5px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 5px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 2px;
    top: 15px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 15px;
}

.glass {
    position: relative;
}

.glass:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
}

.cd-top {
    display: none;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 120px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(253, 183, 24, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    opacity: 0.8;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    cursor: pointer;
}

.cd-top:hover {
    background-color: #FDB718;
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
    }
}

.hang {
    position: fixed;
    z-index: 300000;
    bottom: 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 400px;
    text-align: center;
    margin: 10px auto;
    max-width: 80%;
    border-radius: 5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    padding: 10px;
    color: #fff;
}

.bg {
    /* The image used */
    background-image: url("../images/bg2.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box {
    max-width: 400px;
    left: -webkit-calc( 50% - 250px);
    top: 20%;
    padding: 20px;
    margin: 60px auto 0 auto;
    border-radius: 5px;
    text-align: center;
}

.box .content {
    margin: auto;
}


/* Progressbar */

.progressBar {
    background: none repeat scroll 0 0 #fff;
    left: 0;
    padding: 5px 0;
    position: relative;
    width: 100%;
    display: none;
}

.progressBar .bar {
    background-color: #f05d40;
    width: 0%;
    height: 18px;
}

.progressBar .percent {
    display: inline-block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 5px;
    color: #FFF;
    width: 100%;
}

.lbl {
    position: relative;
    display: block;
    height: 20px;
    width: 44px;
    background: #898989;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lbl:after {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    content: '';
    transition: all 0.3s ease;
}

.lbl:active:after {
    transform: scale(1.15, 0.85);
}

.cbx:checked~label {
    background: #6fbeb5;
}

.cbx:checked~label:after {
    left: 20px;
    background: #179588;
}

.cbx:disabled~label {
    background: #d5d5d5;
    pointer-events: none;
}

.cbx:disabled~label:after {
    background: #bcbdbc;
}

@media only screen and (min-width: 600px) {
    .our-process-wrap {
        background: url(../images/ourprocess.png) no-repeat top;
        background-size: 100% auto;
    }
}

@media only screen and (max-width: 600px) {
    .our-process-wrap {
        background: url(../images/ourprocess-mobile-v.png) no-repeat top;
        background-size: auto 100%;
    }
    .our-process-wrap p,
    .our-process-wrap h4 {
        background: #f1f1f1 url(../images/index.png) repeat;
        position: relative;
    }
}

.our-process-wrap {
    padding-top: 7.5%;
    padding-bottom: 50px;
}

.our-process-wrap i {
    font-size: 36px;
    background-color: #f1f1f1;
    line-height: 30px;
    line-height: 100px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #ccc;
    width: 100px;
    height: 100px;
    vertical-align: middle;
}

.our-process-wrap i:hover {
    border: 2px solid #FDB718;
    color: #FDB718;
    background-color: #fff;
    opacity: 1;
}

.udex-main {
    -moz-transition: margin-left .4s;
    -o-transition: margin-left .4s;
    -webkit-transition: margin-left .4s;
    transition: margin-left .4s;
    margin-left: 300px;
    margin-bottom: 50px;
    position: relative;
    height: 100%;
}

.udex-sidebar {
    background: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0px 10px 30px 2px;
    z-index: 1;
    overflow: auto;
    width: 300px;
    height: 100%;
    color: #333;
    position: relative;
}

.udex-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

@media (min-width:993px) {
    .udex-hide-large {
        display: none!important;
    }
    .udex-sidebar.udex-collapse {
        display: block!important
    }
    .udex-sidebar {
        position: fixed;
        top: 0px;
    }
}

@media (max-width:992px) {
    .udex-sidebar.udex-collapse,
    .udex-hidden {
        display: none;
    }
    .udex-main {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .udex-animate-left {
        position: relative;
        animation: animateleft 0.4s
    }
    @keyframes animateleft {
        from {
            left: -300px;
            opacity: 0
        }
        to {
            left: 0;
            opacity: 1
        }
    }
    @keyframes animateright {
        from {
            right: -300px;
            opacity: 0
        }
        to {
            right: 0;
            opacity: 1
        }
    }
    .cubic-left {
        transition: transform .4s cubic-bezier(0.2, 0.7, 0.5, 1) 0s;
        -ms-transform: translateX(300px);
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
    }
    .udex_overflow {
        overflow: hidden;
    }
}

.udex-animate-right {
    position: relative;
    animation: animateright 0.4s
}

.cubic-right {
    transition: transform .4s cubic-bezier(0.2, 0.7, 0.5, 1) 0s;
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
}

.udex-sidebar ul.nav {
    padding: 6px;
}

.udex-sidebar ul.nav a {
    padding: 8px 20px;
    margin-top: 2px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.5s;
}

.udex-sidebar ul.nav a:hover {
    color: #333;
    background: rgba(0, 0, 0, .2);
    border-radius: 40px;
}

.udex-sidebar ul.nav li.active a {
    background-color: #ccc;
    border-radius: 40px;
}

.udex-sidebar ul.nav a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #377DFF;
    text-align: center;
    margin-right: 12px;
    font-size: 12px;
    color: #377DFF;
    transition: all 0.5s;
}

.udex-sidebar ul.nav li.active a i,
.udex-sidebar ul.nav a:hover i {
    border: 1px solid #377DFF;
    color: #377DFF;
}

ul.imga {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.imga a,
ul.imga2 a {
    color: #000;
    text-decoration: none !important;
}

ul.imga a:hover,
ul.imga2 a:hover {
    color: #666;
}

ul.imga li {
    padding: 10px 0;
    display: block;
}

ul.imga li:before {
    content: url(../images/check.png);
    margin-right: 20px;
}

ul.imga2 li {
    padding: 10px 0;
}

ul.imga2 li:before {
    content: url(../images/check2.png);
    margin-right: 20px;
}