/*** 

====================================================================
	Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700|Ubuntu:300,300i,400,400i,500,500i,700,700i');
/* font-family: 'Quicksand', sans-serif;
font-family: 'Ubuntu', sans-serif; */

@import url('pe-icon-7-stroke.css');
@import url('simple-line-icons.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('text-rotate.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size: 14px;
    color: #787878;
    line-height: 1.6em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Ubuntu', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #df6512;
    transition: all 0.5s;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: 'Quicksand', sans-serif;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
}

p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #555555;
}

.text {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #555555;
    margin: 0px;
    font-family: 'Ubuntu', sans-serif;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}

.large-container {
    position: static;
    max-width: 1600px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 9;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

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

/* Social Icon One */

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    line-height: 38px;
    color: #3d415b;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #e3e3e3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #ff634d;
    border-color: #ff634d;
}

/* Social Icon Two */

.social-icon-two {
    position: relative;
    margin-top: 50px;
}

.social-icon-two li {
    position: relative;
    margin-left: 15px;
    display: inline-block;
}

.social-icon-two li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    line-height: 38px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: #fff;
    border-color: #ff634d;
    background-color: #ff634d;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    padding: 10px 34px;
    font-weight: 700;
    border-radius: 50px;
    overflow: hidden;
    background-color: #ffffff;
    text-transform: capitalize;
    box-shadow: 0px 4px 4px rgba(180, 180, 180, 0.70);
    font-family: 'Quicksand', sans-serif;
}

.btn-style-one .txt {
    position: relative;
    z-index: 1;
}

.btn-style-one:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    border-bottom: 50px solid #ac4b84;
    border-right: 50px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-one:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    border-left: 40px solid transparent;
    border-bottom: 50px solid #ac4b84;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-one:hover::before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.btn-style-one:hover::after {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

.btn-style-one:hover {
    color: #ffffff;
}

/* Btn Style Two */

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 700;
    border-radius: 50px;
    overflow: hidden;
    background-color: #ff634d;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}

.btn-style-two:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ac4b84;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-two .txt {
    position: relative;
    z-index: 1;
}

.btn-style-two:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover {
    color: #ffffff;
}

/* Btn Style Three */

.btn-style-three {
    position: relative;
    color: #777777;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
    padding: 13px 65px 13px 28px;
}

.btn-style-three .icon {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #5e4eef;
}

.btn-style-three:hover .icon {
    background-color: #ff634d;
}

.btn-style-three:hover {
    color: #ffffff;
    border-color: #5e4eef;
    background-color: #5e4eef;
}

/* Btn Style Four */

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #3d415b;
    padding: 8px 45px;
    font-weight: 700;
    border-radius: 50px;
    letter-spacing: 1px;
    overflow: hidden;
    border: 2px solid #3d415b;
    background-color: #ffffff;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}

.btn-style-four .txt {
    position: relative;
    z-index: 1;
}

.btn-style-four:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    border-bottom: 50px solid #3d415b;
    border-right: 50px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-four:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    border-left: 40px solid transparent;
    border-bottom: 50px solid #3d415b;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-four:hover::before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.btn-style-four:hover::after {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

.btn-style-four:hover {
    color: #ffffff;
}

/* Btn Style Five */

.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ff634d;
    padding: 13px 45px;
    font-weight: 700;
    border-radius: 50px;
    letter-spacing: 1px;
    overflow: hidden;
    border: 2px solid #ff634d;
    background: none;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}

.btn-style-five .txt {
    position: relative;
    z-index: 1;
}

.btn-style-five:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    border-bottom: 60px solid #ff634d;
    border-right: 60px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-five:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    border-left: 60px solid transparent;
    border-bottom: 60px solid #ff634d;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-five:hover::before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.btn-style-five:hover::after {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

.btn-style-five:hover {
    color: #ffffff;
}

/* Btn Style Six */

.btn-style-six {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 700;
    border-radius: 50px;
    letter-spacing: 1px;
    overflow: hidden;
    border: 2px solid #ffffff;
    background: none;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}

.btn-style-six .txt {
    position: relative;
    z-index: 1;
}

.btn-style-six:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    border-bottom: 60px solid #ff634d;
    border-right: 60px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-six:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    border-left: 60px solid transparent;
    border-bottom: 60px solid #ff634d;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-six:hover::before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.btn-style-six:hover::after {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

.btn-style-six:hover {
    color: #ffffff;
    border-color: #ff634d;
}

/* Btn Style Seven */

.btn-style-seven {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 700;
    border-radius: 50px;
    letter-spacing: 1px;
    overflow: hidden;
    background: none;
    border: 2px solid #ff634d;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}

.btn-style-seven:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #ff634d;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-seven .txt {
    position: relative;
    z-index: 1;
}

.btn-style-seven:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-seven:hover {
    color: #ff634d;
}

/* Btn Style Eight */

.btn-style-eight {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding: 8px 43px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 8px;
    letter-spacing: 1px;
    border: 2px solid #ffffff;
    background: none;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}

.btn-style-eight .txt {
    position: relative;
    z-index: 1;
}

.btn-style-eight:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    border-bottom: 50px solid #3d415b;
    border-right: 45px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-eight:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    border-left: 35px solid transparent;
    border-bottom: 50px solid #3d415b;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-eight:hover::before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.btn-style-eight:hover::after {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

.btn-style-eight:hover {
    color: #ffffff;
    border-color: #3d415b;
}

/* Btn Style Nine */

.btn-style-nine {
    position: relative;
    color: #464a62;
    font-size: 16px;
    font-weight: 700;
    padding: 17px 34px;
    border-radius: 8px;
    display: inline-block;
    background-color: #e2eaff;
    border: 2px solid #e2eaff;
    font-family: 'Quicksand', sans-serif;
}

.btn-style-nine:hover {
    color: #464a62;
    background: none;
    border-color: #464a62;
}

/* Btn Style Ten */

.btn-style-ten {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 29px;
    font-weight: 700;
    border-radius: 8px;
    letter-spacing: 1px;
    overflow: hidden;
    background: none;
    font-size: 18px;
    border: 2px solid #ffffff;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}

.btn-style-ten:hover {
    color: #ffffff;
    background: #464a62;
    border-color: #464a62;
}

/* Btn Style Eleven */

.btn-style-eleven {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #00024f;
    padding: 13px 41px;
    font-weight: 700;
    letter-spacing: 1px;
    overflow: hidden;
    background: #feb322;
    font-size: 16px;
    border: 2px solid #feb322;
    text-transform: capitalize;
    border-radius: 50px 0px 0px 50px;
    font-family: 'Quicksand', sans-serif;
}

.btn-style-eleven:hover {
    color: #ffffff;
    background: #464a62;
    border-color: #464a62;
}

/* Btn Style Twelve */

.btn-style-twelve {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #00024f;
    padding: 13px 41px;
    font-weight: 400;
    overflow: hidden;
    background: #feb322;
    font-size: 16px;
    border: 2px solid #feb322;
    text-transform: capitalize;
    border-radius: 50px;
}

.btn-style-twelve:hover {
    color: #feb322;
    background: none;
}

/* Btn Style Thirteen */

.btn-style-thirteen {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #777777;
    padding: 8px 48px;
    font-weight: 700;
    overflow: hidden;
    background: #eaf1fb;
    font-size: 14px;
    border: 2px solid #eaf1fb;
    text-transform: capitalize;
    border-radius: 50px;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.10);
    font-family: 'Quicksand', sans-serif;
}

.btn-style-thirteen:hover {
    color: #ffffff;
    border-color: #7362ff;
    background: #7362ff;
}

/* Btn Style Four */

.btn-style-fourteen {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #3d415b;
    padding: 13px 42px;
    font-weight: 700;
    overflow: hidden;
    background: #eaf1fb;
    font-size: 14px;
    border: 2px solid #eaf1fb;
    text-transform: capitalize;
    border-radius: 50px;
    font-family: 'Quicksand', sans-serif;
}

.btn-style-fourteen:hover {
    color: #ffffff;
    border-color: #7362ff;
    background: #7362ff;
}

/* Btn Style Fifteen */

.btn-style-fifteen {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    padding: 7px 36px;
    font-weight: 700;
    overflow: hidden;
    background: #7362ff;
    font-size: 16px;
    border: 2px solid #7362ff;
    text-transform: capitalize;
    border-radius: 50px;
    font-family: 'Quicksand', sans-serif;
}

.btn-style-fifteen:hover {
    color: #7362ff;
    background: none;
}

/* Btn Style Sixteen */

.btn-style-sixteen {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 40px;
    font-weight: 700;
    overflow: hidden;
    background: #feb322;
    font-size: 18px;
    border: 2px solid #feb322;
    text-transform: capitalize;
    border-radius: 50px;
    font-family: 'Quicksand', sans-serif;
}

.btn-style-sixteen:hover {
    color: #5d3ed9;
    border-color: #5d3ed9;
    background: none;
}

/* Btn Style Seventeen */

.btn-style-seventeen {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #00024f;
    padding: 15px 43px;
    font-weight: 700;
    letter-spacing: 1px;
    overflow: hidden;
    background-color: #feb322;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 50px 0px 0px 50px;
    font-family: 'Quicksand', sans-serif;
    transition: all 300ms linear;
}

.btn-style-seventeen .btn-title {
    position: relative;
}

.btn-style-seventeen:hover {
    color: #222222;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-seventeen:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-seventeen:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

/*=== List Style One ===*/

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 12px;
}

.list-style-one li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ff634d;
    font-size: 14px;
    content: "\f180";
    font-weight: 600;
    font-family: "Flaticon";
}

/*=== List Style Two ===*/

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    padding-left: 35px;
    margin-bottom: 12px;
    font-family: 'Quicksand', sans-serif;
}

.list-style-two li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 14px;
    content: "\f18d";
    font-weight: 600;
    font-family: "Flaticon";
}

/*=== List Style Three ===*/

.list-style-three {
    position: relative;
}

.list-style-three li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    padding-left: 60px;
    margin-bottom: 22px;
    font-family: 'Quicksand', sans-serif;
}

.list-style-three li:before {
    position: absolute;
    left: 0px;
    top: 2px;
    color: #5d3ed9;
    font-size: 14px;
    content: "\f00c";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
}

.list-style-three li:last-child {
    margin-bottom: 0px;
}

/*=== List Style Four ===*/

.list-style-four {
    position: relative;
}

.list-style-four li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 12px;
}

.list-style-four li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fe5722;
    font-size: 14px;
    content: "\f005";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
}

.list-style-four li:last-child {
    margin-bottom: 0px;
}

/*=== List Style Five ===*/

.list-style-five {
    position: relative;
}

.list-style-five li {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    color: #777777;
    font-weight: 400;
    padding-left: 42px;
    margin-bottom: 35px;
}

.list-style-five li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fca600;
    font-size: 14px;
    content: "\f0a4";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
}

.list-style-five li:last-child {
    margin-bottom: 0px;
}

/* Theme Color */

.theme_color {
    color: #ff634d;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #222746;
    display: none;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: #ff634d;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: fixed;
    width: 100%;
    display: block;
    z-index: 99999;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

/*=== Header Upper ===*/

.main-header .header-upper {
    position: relative;
    top: 0;
    z-index: 5;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    /* background: rgba(255, 255, 255, 0.3); */
}

.main-header .header-upper .inner-container {
    position: relative;
}

.header-style-one .logo-outer {
    position: absolute !important;
    left: 30px;
    top: 33px;
}

.header-style-one .header-upper .inner-container {
    padding: 0px 120px;
}

.main-header .header-upper .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 200px;
}

.main-header .header-upper .nav-outer {
    position: relative;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.header-style-one .header-upper .nav-outer {
    padding-top: 20px;
}

.fixed-header .logo-outer {
    top: 18px;
}

.header-style-one.fixed-header .nav-outer {
    padding-top: 0px;
}

/*=== Header Lower ===*/

.main-header .header-lower {
    position: relative;
}

.main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 25px 0px;
    margin-right: 50px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
    opacity: 1;
    color: #000000;
    padding: 0px;
    text-transform: none;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    font-family: 'Quicksand', sans-serif;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #ff634d;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    z-index: 100;
    opacity: 1;
    padding: 20px 0px;
    background: rgba(0, 0, 0, 0.90);
    border-radius: 5px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 6px 25px;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: #ffffff;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Quicksand', sans-serif;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #feb322;
    padding-left: 30px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 25px;
    top: 6px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 800;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 220px;
    z-index: 100;
    opacity: 1;
    padding: 20px 0px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 6px 25px;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: #ffffff;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Quicksand', sans-serif;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #feb322;
    padding-left: 30px;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 8px;
    width: 40px;
    height: 30px;
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    background: #ffffff;
    color: #ff634d;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .option-box {
    position: relative;
    float: right;
    margin-top: 16px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.main-header .option-box .number-box {
    position: relative;
    float: left;
    padding-top: 0px;
}

.main-header .option-box .number-box .phone {
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.main-header .option-box .number-box .phone:hover {
    color: #ff634d;
}

.phone.contact-number {
    font-weight: 700 !important;
}

.main-header .option-box .number-box .phone span {
    color: #222222;
}

.main-header .option-box .btn-box {
    position: relative;
    float: left;
    margin-left: 40px;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.fixed-header {
    position: fixed;
    width: 100%;
    top: 0px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.fixed-header .header-upper .logo-outer {
    padding: 0px 0px;
}

.fixed-header .main-menu .navigation>li {
    padding: 24px 0px;
}

.fixed-header .search-box-outer {
    padding: 27px 0px;
}

.fixed-header .search-box-btn {
    color: #858b97;
    border-color: #858b97;
}

.header-style-two {
    padding-top: 40px;
}

.header-style-two.fixed-header,
.header-style-three.fixed-header,
.header-style-four.fixed-header {
    padding-top: 0px;
    background-color: #222222;
}

.header-style-two .header-upper .nav-outer {
    float: right;
}

.header-style-two .main-menu .navigation>li {
    margin-right: 40px;
}

.header-style-two .main-menu .navigation>li a {
    color: #ffffff;
}

.header-style-two .header-upper .logo-outer {
    padding: 12px 0px;
}

.header-style-three .header-upper .logo-outer {
    position: relative;
    left: -180px;
    padding: 60px 0px 20px;
}

.header-style-three .option-box {
    position: absolute;
    right: -190px;
}

.header-style-three .header-upper .number-box {
    position: relative;
    float: left;
    padding: 82px 0px 20px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.header-style-three .header-upper .number-box .phone {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}

.header-style-three .header-upper .nav-outer {
    float: right;
    padding-top: 50px;
}

.header-style-three .main-menu .navigation>li {
    margin-right: 40px;
}

.header-style-three .main-menu .navigation>li>a {
    color: #ffffff;
}

.header-style-three .main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 26px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #ffffff;
}

.header-style-three .main-menu .navigation>li>a:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -4px;
    height: 1px;
    width: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #ffffff;
}

.header-style-three .main-menu .navigation>li:hover>a:before,
.header-style-three .main-menu .navigation>li:hover>a:after {
    opacity: 1;
}

.header-style-three .main-menu .navigation>li.current>a:before,
.header-style-three .main-menu .navigation>li.current>a:after {
    opacity: 1;
}

.header-style-three.fixed-header .header-upper .nav-outer {
    padding-top: 0px;
}

.header-style-three.fixed-header .header-upper .number-box {
    padding-top: 34px;
}

.header-style-three.fixed-header .header-upper .logo-outer {
    padding-top: 8px;
    padding-bottom: 0px;
}

/* Header Style Four */

.header-style-four .header-upper .logo-outer {
    position: relative;
    left: 0px;
    padding: 60px 0px 20px;
}

.header-style-four .header-upper .nav-outer {
    float: right;
    padding-top: 50px;
}

.header-style-four .option-box {
    margin-top: 22px;
    margin-left: 40px;
}

.header-style-four .main-menu .navigation>li {
    margin-right: 40px;
}

.header-style-four .main-menu .navigation>li>a {
    color: #ffffff;
}

.header-style-four .main-menu .navigation>li.current>a,
.header-style-four .main-menu .navigation>li:hover>a {
    color: #feb322;
}

.header-style-four .main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 26px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #ffffff;
}

.header-style-four .main-menu .navigation>li>a:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -4px;
    height: 1px;
    width: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #ffffff;
}

.header-style-four .main-menu .navigation>li:hover>a:before,
.header-style-four .main-menu .navigation>li:hover>a:after {
    opacity: 1;
}

.header-style-four .main-menu .navigation>li.current>a:before,
.header-style-four .main-menu .navigation>li.current>a:after {
    opacity: 1;
}

.header-style-four.fixed-header .header-upper .nav-outer {
    padding-top: 0px;
}

.header-style-four.fixed-header .header-upper .number-box {
    padding-top: 34px;
}

.header-style-four.fixed-header .header-upper .logo-outer {
    padding-top: 7px;
    padding-bottom: 0px;
}

/* Header Style Five */

.header-style-five {
    position: relative;
}

.header-style-five.fixed-header {
    position: fixed;
}

.header-style-five .logo-outer {
    position: relative;
    padding: 27px 0px;
}

.header-style-five .header-upper .nav-outer {
    float: right;
}

.header-style-five .main-menu .navigation>li {
    padding: 0px;
}

.header-style-five .main-menu .navigation>li>a {
    padding: 45px 0px;
    color: #777777;
    font-size: 16px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.header-style-five.fixed-header .main-menu .navigation>li>a {
    padding: 17px 0px;
}

.header-style-five .option-box {
    margin-top: 36px;
}

.header-style-five.fixed-header .option-box {
    margin-top: 8px;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 1.3em;
    color: #3d415b;
    font-weight: 700;
}

.sec-title .text {
    position: relative;
    color: #777777;
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 15px;
}

.sec-title.light .title,
.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.centered {
    text-align: center;
}

/*** 

====================================================================
	Section Title Two
====================================================================

***/

.sec-title-two {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
    padding-bottom: 30px;
}

.sec-title-two:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 52px;
    height: 2px;
    background-color: #ff634d;
}

.sec-title-two h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.3em;
    color: #ac4b84;
    font-weight: 700;
    text-transform: uppercase;
}

.sec-title-two .title-text {
    position: relative;
    color: #777777;
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 12px;
}

.sec-title-two.light .title-text,
.sec-title-two.light h2 {
    color: #ffffff;
}

.sec-title-two.centered {
    text-align: center;
}

.sec-title-two.centered::before {
    left: 50%;
    margin-left: -26px;
}

/*** 

====================================================================
	Section Title Three
====================================================================

***/

.sec-title-three {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.sec-title-three h2 {
    position: relative;
    font-size: 42px;
    line-height: 1.3em;
    color: #3d415b;
    font-weight: 700;
    padding-right: 55px;
    display: inline-block;
}

.sec-title-three h2:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 5px;
    width: 40px;
    height: 2px;
    background-color: #1027a9;
}

.sec-title-three .title-text {
    position: relative;
    color: #777777;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 22px;
}

.sec-title-three.light .title-text,
.sec-title-three.light h2 {
    color: #ffffff;
}

.sec-title-three.centered {
    text-align: center;
}

.sec-title-three.centered::before {
    left: 50%;
    margin-left: -26px;
}

/*** 

====================================================================
	Section Title Four
====================================================================

***/

.sec-title-four {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.sec-title-four h2 {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1.3em;
    color: #3d415b;
    font-weight: 500;
}

.sec-title-four h2 span {
    color: #feb322;
}

.sec-title-four .title-text {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 15px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}

.sec-title-four.light .title,
.sec-title-four.light h2 {
    color: #ffffff;
    text-shadow: -5px -5px rgba(255, 255, 255, 0.10);
}

.sec-title-four.centered {
    text-align: center;
}

/*** 

====================================================================
	Banner Carousel Section
====================================================================

***/

.banner-carousel-section {
    position: relative;
    overflow: hidden;
}

.banner-carousel-section .auto-container {
    position: relative;
}

.banner-carousel-section .active .icon-one {
    -webkit-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    opacity: 1;
}

.banner-carousel-section .active .icon-two {
    -webkit-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    opacity: 1;
}

.banner-carousel-section .active .icon-three {
    -webkit-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    opacity: 1;
}

.banner-carousel-section .active .icon-four {
    -webkit-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    opacity: 1;
}

.banner-carousel-section .active .icon-five {
    -webkit-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    opacity: 1;
}

.banner-carousel-section .active .icon-six {
    -webkit-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    opacity: 1;
}

.banner-carousel-section .active .icon-seven {
    -webkit-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    opacity: 1;
}

.banner-carousel-section .active .icon-eight {
    -webkit-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    opacity: 1;
}

.banner-carousel-section .active .icon-nine {
    -webkit-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    opacity: 1;
}

.banner-carousel-section .icon-one {
    position: absolute;
    left: 60px;
    top: 240px;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.banner-carousel-section .icon-two {
    position: absolute;
    opacity: 0;
    left: 160px;
    top: 400px;
    width: 59px;
    height: 59px;
    z-index: 10;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel-section .icon-three {
    opacity: 0;
    position: absolute;
    left: 0px;
    bottom: 80px;
    width: 18px;
    height: 10px;
    z-index: 10;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

.banner-carousel-section .icon-four {
    opacity: 0;
    position: absolute;
    left: 52%;
    top: 380px;
    width: 18px;
    height: 17px;
    background-repeat: no-repeat;
    z-index: 10;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel-section .icon-five {
    opacity: 0;
    position: absolute;
    right: 35%;
    top: 20% !important;
    width: 17px;
    height: 19px;
    z-index: 10;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.banner-carousel-section .icon-six {
    opacity: 0;
    position: absolute;
    top: 32%;
    width: 141px;
    height: 34px;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: animateCloud 10s linear infinite;
    -moz-animation: animateCloud 10s linear infinite;
    animation: animateCloud 10s linear infinite;
}

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 120%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 120%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 120%;
    }
}

@-webkit-keyframes animateCloudtwo {
    0% {
        right: -140px;
    }
    100% {
        right: 120%;
    }
}

@-moz-keyframes animateCloudtwo {
    0% {
        right: -140px;
    }
    100% {
        right: 120%;
    }
}

@keyframes animateCloudtwo {
    0% {
        right: -140px;
    }
    100% {
        right: 120%;
    }
}

.banner-carousel-section .icon-seven {
    opacity: 0;
    position: absolute;
    top: 22%;
    width: 207px;
    height: 45px;
    -webkit-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    transition: all 1600ms ease;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: animateCloudtwo 10s linear infinite;
    -moz-animation: animateCloudtwo 10s linear infinite;
    animation: animateCloudtwo 10s linear infinite;
}

.banner-carousel-section .icon-eight {
    opacity: 0;
    position: absolute;
    right: 0%;
    top: 22%;
    width: 52px;
    height: 133px;
    z-index: 10;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    background-repeat: no-repeat;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel-section .icon-nine {
    opacity: 0;
    position: absolute;
    right: 0px;
    bottom: 30%;
    width: 40px;
    height: 33px;
    z-index: 20;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    background-repeat: no-repeat;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel-section .slide {
    position: relative;
}

.banner-carousel-section .slide .pattern-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 75%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0;
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.banner-carousel-section .active .pattern-layer {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-carousel-section .content {
    position: relative;
    padding-top: 240px;
    z-index: 99;
    padding-bottom: 230px;
}

.banner-carousel-section .content h2 {
    position: relative;
    color: #ff634d !important;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2em;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-carousel-section .active .content h2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel-section .content .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 25px;
    margin-bottom: 45px;
    opacity: 0;
    max-width: 400px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-carousel-section .active .content .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel-section .content .link-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-carousel-section .content .link-box .theme-btn {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}

.banner-carousel-section .active .content .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel-section .images-column {
    position: relative;
    padding-top: 380px;
}

.banner-carousel-section .images-column .image {}

.banner-carousel-section .images-column .inner-column {
    position: relative;
    min-height: 380px;
}

.banner-carousel-section .images-column .image-one {
    position: absolute !important;
    right: 65px;
    top: 0px;
    z-index: 20;
    left: auto !important;
}

.banner-carousel-section .images-column .image-two {
    position: absolute;
    right: 25px;
    top: -65px !important;
    z-index: 10;
    left: auto !important;
}

.banner-carousel-section .images-column .image-three {
    position: absolute !important;
    left: 25px;
    bottom: 5px !important;
    z-index: 10;
    top: auto !important;
}

.banner-carousel-section .images-column .image-four {
    position: absolute !important;
    left: 110px !important;
    top: -35px !important;
    z-index: 10;
}

.banner-carousel-section .images-column .image-five {
    position: absolute !important;
    left: 350px !important;
    top: -110px !important;
    z-index: 10;
}

.banner-carousel-section .images-column .image-six {
    position: absolute !important;
    right: 0px !important;
    top: -140px !important;
    z-index: 10;
    left: auto !important;
}

.banner-carousel-section .images-column img {
    width: auto;
}

.banner-carousel-section .banner-carousel .owl-dots {
    display: none;
}

.banner-carousel-section .banner-carousel .owl-nav {
    position: absolute;
    right: 0px;
    bottom: 65px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel-section .banner-carousel:hover .owl-nav {
    opacity: 1;
}

.banner-carousel-section .banner-carousel .owl-prev,
.banner-carousel-section .banner-carousel .owl-next {
    position: relative;
    display: inline-block;
    height: 45px;
    width: 45px;
    font-size: 24px;
    color: #ac4b84;
    font-weight: 400;
    text-align: center;
    line-height: 45px;
    margin-top: 1px;
    border: 1px solid rgb(6, 60, 74);
    background-color: rgba(255, 255, 255, 0.10);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel-section .banner-carousel .owl-prev:hover,
.banner-carousel-section .banner-carousel .owl-next:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ff634d;
}

/*--- Slider One  ---- */

.slider1_section .pattern-layer {
    max-width: 100% !important;
    background-size: cover !important;
    background-position: top !important;
    width: 100% !important;
}

.slider_wrap1 .image.image-one {
    width: 400px;
}

.banner-carousel-section .slider_wrap1 .image-two {
    right: 213px;
    top: -160px !important;
    z-index: 10;
    left: auto !important;
}

.banner-carousel-section .slider_wrap1 .image-three {
    bottom: 169px !important;
    width: 100px;
}

.banner-carousel-section .slider_wrap1 .image-four {
    left: 39px !important;
    top: -11px !important;
    width: 136px;
}

.banner-carousel-section .slider_wrap1 .image-five {
    left: 208px !important;
    top: -151px !important;
    width: 100px;
}

.banner-carousel-section .slider_wrap1 .image-six {
    right: 0px !important;
    top: -140px !important;
    width: 151px;
}

/*--- Slider Secound  ---- */

.slider2_section .pattern-layer {
    max-width: 100% !important;
    background-size: cover !important;
    background-position: top !important;
    width: 100% !important;
}

.slider_wrap2 .image.image-one {
    width: 400px;
    top: -146px !important;
    margin-right: 36px;
}

.banner-carousel-section .slider_wrap2 .image-two {
    position: absolute;
    right: -16px;
    top: -65px !important;
    z-index: 10;
    left: auto !important;
}

.banner-carousel-section .slider_wrap2 .image-four {
    left: 45px !important;
    top: 45px !important;
}

.slider2_section h2 {
    color: #ff634d !important;
}

.slider2_section .text {
    color: #fff !important;
    font-size: 18px !important;
    max-width: 100% !important;
    font-weight: 500;
}

/*--- Slider Three  ---- */

.slider3_section .pattern-layer {
    max-width: 100% !important;
    background-size: cover !important;
    background-position: top !important;
    width: 100% !important;
}

.slider_wrap3 .image.image-one {
    width: 436px;
    top: -100px !important;
    right: 0 !important;
}

.banner-carousel-section .slider_wrap3 .image-three {
    bottom: 143px !important;
    left: -47px !important;
}

.slider3_section h2 {
    color: #ff634d !important;
}

.slider3_section .text {
    color: #ac4b84 !important;
    font-size: 18px !important;
    max-width: 100% !important;
    font-weight: 500;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 115px 0px 90px;
}

.services-section h6 {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 1.3em;
    color: #3d415b;
    font-weight: 700;
}

.services-section .icon-one {
    position: absolute;
    left: 0px;
    top: 200px;
    width: 77px;
    height: 292px;
    background-repeat: no-repeat;
}

.services-section .icon-two {
    position: absolute;
    left: 140px;
    top: 410px;
    width: 59px;
    height: 59px;
    background-repeat: no-repeat;
}

.services-section .icon-three {
    position: absolute;
    right: 300px;
    top: 230px;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
}

.services-section .icon-four {
    position: absolute;
    right: 0px;
    top: 4px;
    width: 199px;
    height: 337px;
    background-repeat: no-repeat;
}

/* Service Block */

.service-block {
    position: relative;
    margin-bottom: 30px;
}

.service-block .inner-box {
    position: relative;
}

.service-block .inner-box .icon-box {
    position: relative;
    color: #3d415b;
    line-height: 1em;
    font-size: 68px;
    margin-bottom: 45px;
}

.service-block .inner-box .icon-box .icon {
    position: relative;
}

.service-block .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: -7px;
    bottom: -14px;
    width: 75px;
    height: 88px;
    background: url(../images/icons/icon-10.png) no-repeat;
}

.service-block .inner-box h3 {
    position: relative;
    color: #3d415b;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 25px;
}

.service-block .inner-box h3 a {
    position: relative;
    color: #3d415b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box h3 a:hover {
    color: #5e4eef;
}

.service-block .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
}

.service-block .inner-box .read-more {
    position: relative;
    color: #ff634d;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: underline;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box .read-more:hover {
    color: #5e4eef;
}

/*fact counter*/

.counter-section {
    position: relative;
    padding: 50px 0;
    background: #fafafa;
    z-index: -1;
}

.counter-section .icon-one {
    position: absolute;
    left: 80px;
    top: 70px;
    width: 35px;
    height: 74px;
}

.counter-section .pattern-layer {
    position: absolute;
    right: 0px;
    top: -140px;
    width: 100%;
    height: 988px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.counter-section .fact-counter .column .inner {
    text-align: center;
}

.counter-section .fact-counter .column .inner .content {
    display: inline-block;
    background: #fff;
    padding: 30px 0px;
    width: 87%;
    clip-path: polygon(50% 0%, 85% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
}

.column .inner .content:hover .counted,
.column .inner .content:hover .counter-title {
    color: #fff;
}

.counter-section .fact-counter .column .fact_img {
    padding-bottom: 30px;
}

.counter-section .fact-counter .column:nth-child(2) {
    text-align: center;
}

.counter-section .fact-counter .column:nth-child(3) {}

.fact-counter {
    position: relative;
}

.fact-counter .column {
    position: relative;
    margin-bottom: 30px;
}

.fact-counter .column .inner {
    position: relative;
}

.fact-counter .column .inner .content {
    position: relative;
}

.fact-counter .column .inner .icon {
    position: relative;
    color: #ea3a60;
    font-size: 60px;
    text-align: center;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 28px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Quicksand', sans-serif;
}

.fact-counter .count-outer .percentage {
    display: inline-block;
    font-weight: 600;
    color: #ff634d;
    font-size: 72px;
    line-height: 1em;
}

.fact-counter .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    color: #ac4b84;
    font-size: 36px;
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
}

.fact-counter .column .inner .counter-title {
    position: relative;
    font-size: 20px;
    color: #ac4b84;
    margin-top: 10px;
    font-family: 'Ubuntu', sans-serif;
}

.counter-section .fact-counter .column .inner .content::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #ff634d;
    content: "";
    left: 100%;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}

.counter-section .fact-counter .column .inner .content:hover::after {
    opacity: 1;
    right: 0;
    /* top: 0; */
    /* bottom: 0; */
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section {
    position: relative;
    padding: 90px 0px 110px;
}

.pricing-section .auto-container {
    position: relative;
}

.pricing-section .icon-one {
    position: absolute;
    left: 110px;
    top: 200px;
    width: 66px;
    height: 56px;
    background-repeat: no-repeat;
}

.pricing-section .icon-two {
    position: absolute;
    right: -70px;
    top: 200px;
    width: 35px;
    height: 74px;
    background-repeat: no-repeat;
}

.pricing-section .icon-three {
    position: absolute;
    right: 130px;
    top: 55%;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
}

.pricing-section .icon-four {
    position: absolute;
    right: 130px;
    bottom: 100px;
    width: 66px;
    height: 56px;
    background-repeat: no-repeat;
}

.pricing-section .outer-container {
    position: relative;
}

.pricing-section .title-column {
    position: relative;
    margin-bottom: 40px;
    width: 35%;
    float: left;
}

.pricing-section .title-column .inner-column {
    position: relative;
    padding-top: 120px;
    margin-bottom: 20px;
    padding-right: 20px;
}

.pricing-section .title-column .inner-column .sec-title {
    margin-bottom: 25px;
}

.pricing-section .title-column .inner-column .title-text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 60px;
}

.pricing-section .price-column {
    position: relative;
    width: 65%;
    float: left;
}

.pricing-section .price-column .inner-column {
    position: relative;
    padding-left: 40px;
}

/* Pricing Tabs */

.pricing-tabs {
    position: relative;
}

.pricing-tabs .tab-buttons {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    z-index: 10;
    display: inline-block;
    border: 2px solid #ff634d;
}

.pricing-tabs .tab-buttons .tab-btn {
    position: relative;
    color: #ff634d;
    font-size: 16px;
    font-weight: 700;
    float: left;
    cursor: pointer;
    padding: 14px 37px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Quicksand', sans-serif;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
    color: #ffffff;
    background-color: #ff634d;
}

.pricing-section.style-two .title-column .inner-column .sec-title {
    margin-bottom: 40px;
}

.pricing-section.style-two .pricing-tabs .tabs-content .tab .price-block:nth-child(2) {
    margin-top: -35px;
}

.pricing-section.style-two .title-column {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 100px;
}

.pricing-section.style-two .title-column .inner-column {
    padding-top: 0px;
}

.pricing-section.style-two .price-column {
    width: 100%;
    float: none;
}

.pricing-section .pattern-layer {
    position: absolute;
    left: 150px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
}

.pricing-section.style-two .price-column .inner-column,
.pricing-section.style-three .price-column .inner-column {
    padding-left: 0px;
}

/* Style Three */

.pricing-section.style-three .sec-title {
    margin-bottom: 110px;
}

.pricing-section.style-three .pricing-tabs .tabs-content .tab .price-block:nth-child(2) {
    margin-top: 0px;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
}

.pricing-section.style-three .title-column {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 100px;
}

.pricing-section.style-three .title-column .inner-column {
    padding-top: 0px;
}

.pricing-section.style-three .price-column {
    width: 100%;
    float: none;
}

.pricing-section.style-three .tab-btns-box {
    margin-top: 80px;
    text-align: center;
}

.pricing-section.style-three .pricing-tabs .tab-buttons {
    border-color: #7362ff;
}

.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn.active-btn {
    background-color: #7362ff;
}

.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn {
    color: #7362ff;
}

.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn.active-btn {
    color: #ffffff;
}

/*** 

====================================================================
	Price Block
====================================================================

***/

.pricing-tabs .tabs-content .tab {
    position: relative;
    display: none;
    z-index: 10;
    /* margin-top:30px; */
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.pricing-tabs .tabs-content .tab .content {
    position: relative;
}

.pricing-tabs .tabs-content .tab .content .row {
    margin: 0px -20px;
}

.pricing-tabs .tabs-content .tab .content .price-block {
    padding: 0px 20px;
}

.pricing-section.style-two .pricing-tabs .tabs-content .tab .content .row {
    margin: 0px -15px;
}

.pricing-section.style-two .pricing-tabs .tabs-content .price-block {
    padding: 0px 15px;
}

.pricing-tabs .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.pricing-tabs .tabs-content .tab .price-block:nth-child(2) {
    margin-top: 80px;
}

.price-block {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}

.price-block .inner-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: #ffffff;
    padding: 40px 15px 40px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.price-block .inner-box:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
}

.price-block .inner-box .line-one {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.price-block .inner-box .line-one:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 1px;
    background-color: #ff634d;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.price-block .inner-box:hover .line-one:before {
    width: 100%;
}

.price-block .inner-box .line-one:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 1px;
    height: 0%;
    background-color: #ff634d;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.price-block .inner-box:hover .line-one:after {
    height: 100%;
    -webkit-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    transition-delay: 600ms;
}

/* Line Two */

.price-block .inner-box .line-two {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.price-block .inner-box .line-two:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background-color: #ff634d;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.price-block .inner-box:hover .line-two:before {
    width: 100%;
    -webkit-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.price-block .inner-box .line-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 1px;
    height: 0%;
    background-color: #ff634d;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.price-block .inner-box:hover .line-two:after {
    height: 100%;
    -webkit-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.price-block .inner-box .icon-box {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 46px;
    color: #3d415b;
    line-height: 80px;
    margin-bottom: 25px;
    border-radius: 50%;
    border: 10px solid #f6f6f6;
    background-color: #eeedf7;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.price-block.style-two .inner-box .icon-box {
    line-height: 100px;
}

.price-block .inner-box:hover .icon-box {
    background-color: #ff634d;
    color: #ffffff;
}

.price-block .inner-box h3 {
    position: relative;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;
    padding: 0px 42px 22px;
    border-bottom: 1px solid #e0e0e0;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 130px 0px 130px;
    background-position: left center;
    background-repeat: repeat-x;
}

.testimonial-section .images-column {
    position: relative;
}

.testimonial-section .images-column .inner-column {
    position: relative;
    min-height: 530px;
}

.testimonial-section .image {
    position: relative;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.testimonial-section .big-image {
    position: absolute;
    right: 40px;
    top: 110px;
    width: 328px;
    height: 328px;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-section .image-one {
    position: absolute;
    left: 100px;
}

.testimonial-section .image-two {
    position: absolute;
    left: 0px;
    top: 170px;
}

.testimonial-section .image-three {
    position: absolute;
    left: 80px;
    top: 370px;
}

.testimonial-section .carousel-column {
    position: relative;
}

.testimonial-section .carousel-column .inner-column {
    position: relative;
    padding-top: 30px;
    padding-right: 45px;
}

.testimonial-section .carousel-column .inner-column .sec-title {
    margin-bottom: 35px;
}

.testimonial-section .carousel-column .inner-column:before {
    position: absolute;
    content: '';
    right: 0px;
    top: -40px;
    width: 787px;
    height: 631px;
    background: url(../images/background/pattern-5.png) no-repeat;
}

.testimonial-section .carousel-column .owl-dots {
    display: none;
}

.testimonial-section .carousel-column .owl-nav {
    position: relative;
    margin-top: 45px;
}

.testimonial-section .carousel-column .owl-nav .owl-prev,
.testimonial-section .carousel-column .owl-nav .owl-next {
    position: relative;
    width: 65px;
    height: 30px;
    color: #0f7bff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    margin-right: 20px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #0f7bff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section .carousel-column .owl-nav .owl-prev:hover,
.testimonial-section .carousel-column .owl-nav .owl-next:hover {
    background-color: #3d415b;
    border-color: #3d415b;
    color: #ffffff;
}

/* Testimonial Block */

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
}

.testimonial-block .inner-box .quote-icon {
    position: relative;
    color: #ff634d;
    font-size: 50px;
    display: block;
    line-height: 1em;
    margin-bottom: 24px;
}

.testimonial-block .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 35px;
}

.testimonial-block .inner-box .author {
    position: relative;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}

.testimonial-block .inner-box .designation {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 1.9em;
    margin-top: 4px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
}

.main-footer .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 435px;
    height: 652px;
}

.main-footer .widgets-section {
    position: relative;
    padding: 120px 0px 90px;
}

.main-footer .footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.main-footer .footer-widget h2 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #3d415b;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 22px;
}

.main-footer .logo-widget .logo-list {
    position: relative;
    margin-bottom: 25px;
}

.main-footer .logo-widget .logo-list li {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Quicksand', sans-serif;
}

.main-footer .logo-widget .logo-list li:nth-child(2) a {
    color: #777777;
}

.main-footer .logo-widget .logo-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .logo-widget .logo-list li a {
    position: relative;
    color: #ff634d;
}

.main-footer.style-two .logo-widget .logo-list li:nth-child(2) a {
    color: #777777;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .logo-widget .logo-list li a:hover {
    color: #ff634d;
}

.main-footer.style-two .logo-widget .logo-list li a {
    color: #7362ff;
}

.main-footer.style-two .social-icon-one li a:hover {
    color: #7362ff;
    border-color: #7362ff;
}

.main-footer.style-two .links-widget .list li a:hover {
    color: #7362ff;
}

.main-footer.style-two .newsletter-form .form-group input:focus {
    border-color: #7362ff;
}

/* Links Widget */

.links-widget .list li {
    position: relative;
    margin-bottom: 16px;
}

.links-widget .list li a {
    position: relative;
    color: #777777;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.links-widget .list li a:hover {
    color: #ff634d;
}

/* Footer Bottom */

.main-footer .footer-bottom {
    position: relative;
}

.main-footer .footer-bottom .bottom-inner {
    position: relative;
    padding: 28px 40px;
}

.main-footer .footer-bottom .bottom-inner:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100000%;
    height: 100%;
    border-radius: 50px 0px 0px 50px;
    background-color: #eeeeee;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #3d415b;
    font-size: 16px;
    font-weight: 400;
}

.main-footer .footer-bottom .footer-nav {
    position: relative;
    text-align: right;
}

.main-footer .footer-bottom .footer-nav li {
    position: relative;
    margin-left: 25px;
    display: inline-block;
}

.main-footer .footer-bottom .footer-nav li a {
    position: relative;
    color: #3d415b;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .footer-nav li a:hover {
    color: #ff634d;
    text-decoration: underline;
}

.main-footer .footer-bottom.style-two .bottom-inner:before {
    display: none;
}

.main-footer .footer-bottom.style-two .bottom-inner {
    border-top: 2px solid #eeeeee;
    padding-left: 0px;
    padding-right: 0px;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    padding-top: 220px;
    padding-bottom: 150px;
    background-color: #1400d9;
}

.banner-section:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    height: 212px;
    width: 100%;
    background: url(../images/main-slider/pattern-2.png) repeat-x;
    background-size: 100% 100%;
}

.banner-section .icon-one {
    position: absolute;
    content: '';
    left: 150px;
    top: 130px;
    width: 39px;
    height: 83px;
}

.banner-section .icon-two {
    position: absolute;
    content: '';
    left: 150px;
    bottom: 430px;
    width: 96px;
    height: 36px;
}

.banner-section .icon-three {
    position: absolute;
    content: '';
    left: 48%;
    top: 390px;
    width: 60px;
    height: 50px;
    z-index: 1;
}

.banner-section .icon-four {
    position: absolute;
    content: '';
    right: 200px;
    top: 65px;
    width: 43px;
    height: 54px;
    z-index: 1;
}

.banner-section .icon-five {
    position: absolute;
    content: '';
    right: 120px;
    bottom: 320px;
    width: 54px;
    height: 47px;
    z-index: 1;
}

.banner-section .content-column {
    position: relative;
}

.banner-section .content-column .inner-column {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner-section .content-column h2 {
    position: relative;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4em;
}

.banner-section .content-column .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2em;
    margin-top: 40px;
}

.banner-section .content-column .link-box {
    position: relative;
    margin-top: 40px;
    z-index: 1;
}

.banner-section .content-column .link-box .btn-style-two {
    padding: 13px 45px;
    border: 2px solid #ff634d;
}

.banner-section .content-column .link-box .theme-btn {
    margin-right: 20px;
}

.banner-section .image-column {
    position: relative;
}

.banner-section .image-column .inner-column {
    position: relative;
    z-index: 10;
}

.banner-section .image-column .inner-column .image {
    position: relative;
}

.banner-section .pattern-layer {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -8px;
    height: 248px;
    width: 100%;
    background-size: 100% 100%;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
    position: relative;
    padding: 0px 0px 120px;
    margin-top: -85px;
}

.testimonial-section-two h4 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.3em;
    color: #ac4b84;
    font-weight: 700;
    text-transform: uppercase;
}

.testimonial-section-two .image-layer {
    position: absolute;
    content: '';
    left: -45px;
    right: 0px;
    top: 50px;
    z-index: 1;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.testimonial-section-two .inner-container .testimonial-carousel-two {
    max-width: 950px;
    width: auto;
    margin: 0px -30px;
}

.testimonial-section-two .owl-carousel .owl-stage-outer {
    padding: 20px 0px 20px;
}

.testimonial-section-two .testimonial-block-two {
    margin: 0px 30px;
}

.testimonial-section-two.style-two {
    padding-top: 20px;
}

.testimonial-section-two.style-two .image-layer {
    top: 240px;
}

/* Testimonial Block Two */

.testimonial-block-two {
    position: relative;
    z-index: 12;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.20);
}

.testimonial-block-two .inner-box {
    position: relative;
    background-color: #ffffff;
    padding: 50px;
}

.testimonial-block-two .inner-box .quote-icon {
    position: absolute;
    left: 0px;
    bottom: -15px;
    color: #f6f6f6;
    line-height: 1em;
    font-size: 85px;
}

.testimonial-block-two .inner-box .content {
    position: relative;
}

.testimonial-block-two .inner-box .content .image {
    border-radius: 4px;
    overflow: hidden;
    float: right;
    width: 50%;
    height: 100%;
    margin-left: 10px;
    margin-bottom: 10px;
}

.testimonial-block-two .inner-box .content .text {
    position: relative;
    color: #777777;
    font-size: 17px;
    line-height: 1.7em;
    text-align: justify;
}

.testimonial-block-two .inner-box .content .author-name {
    position: relative;
    color: #ff634d;
    font-size: 27px;
    font-weight: 700;
    padding-left: 50px;
    margin-bottom: 20px;
}

.testimonial-block-two .inner-box .content .author-name:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    width: 40px;
    height: 2px;
    background-color: #ff634d;
}

.testimonial-section-two .owl-dots {
    display: none;
}

.testimonial-section-two .owl-nav {
    position: absolute;
    right: -50px;
    bottom: 30px;
    text-align: center;
    margin-left: 0px;
}

.testimonial-section-two .owl-nav .owl-prev,
.testimonial-section-two .owl-nav .owl-next {
    position: relative;
    width: 30px;
    height: 65px;
    font-size: 20px;
    margin: 0px 0px;
    text-align: center;
    line-height: 63px;
    border-radius: 3px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 1);
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.testimonial-section-two .owl-nav .owl-prev:hover,
.testimonial-section-two .owl-nav .owl-next:hover {
    color: #1400d9;
    background-color: #ffffff;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section-two {
    position: relative;
    padding-top: 260px;
    padding-bottom: 0px;
    background-size: cover;
}

.banner-section-two:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    height: 206px;
    width: 100%;
    background: url(../images/main-slider/pattern-3.png) repeat-x;
    background-size: 100% 100%;
}

.banner-section-two .content-column {
    position: relative;
}

.banner-section-two .content-column .inner-column {
    position: relative;
    padding-top: 110px;
    padding-bottom: 50px;
}

.banner-section-two .content-column h2 {
    position: relative;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3em;
}

.banner-section-two .content-column .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9em;
    margin-top: 40px;
    max-width: 375px;
}

.banner-section-two .content-column .link-box {
    position: relative;
    margin-top: 40px;
}

.banner-section-two .content-column .link-box .btn-style-two {
    padding: 13px 45px;
    border: 2px solid #ff634d;
}

.banner-section-two .content-column .link-box .theme-btn {
    margin-right: 20px;
    margin-bottom: 15px;
}

.banner-section-two .image-column {
    position: relative;
}

.banner-section-two .image-column .inner-column {
    position: relative;
    z-index: 10;
    margin-right: -290px;
}

.banner-section-two .image-column .inner-column .image {
    position: relative;
    display: inline-block;
}

.banner-section-two .image-column .inner-column .image.image-2 {
    margin-left: -120px;
    top: 120px;
}

.banner-section-two .pattern-layer {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -8px;
    height: 248px;
    width: 100%;
}

/* Google Btn */

.google-btn {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 8px 20px 11px 65px;
    font-family: 'Quicksand', sans-serif;
}

.google-btn .txt {
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
}

.google-btn .icon {
    position: absolute;
    left: 18px;
    top: 15px;
    font-size: 34px;
    font-weight: 400;
    line-height: 1em;
}

.google-btn:hover {
    color: #ffffff;
}

/* App Btn */

.app-btn {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 8px 20px 11px 65px;
    font-family: 'Quicksand', sans-serif;
}

.app-btn .txt {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
}

.app-btn .icon {
    position: absolute;
    left: 18px;
    top: 15px;
    font-size: 34px;
    font-weight: 400;
    line-height: 1em;
}

.app-btn:hover {
    color: #ffffff;
}

/*** 

====================================================================
	App Section
====================================================================

***/

.app-section {
    position: relative;
    padding: 180px 0px 0px;
}

.app-section.style-two {
    padding-top: 60px;
}

.app-section .pattern-layer {
    position: absolute;
    content: '';
    left: 0px;
    top: 130px;
    width: 240px;
    height: 482px;
}

.app-section .title-column {
    position: relative;
    z-index: 1;
}

.app-section .title-column .inner-column {
    position: relative;
    padding-top: 45px;
}

.app-section .title-column .inner-column .arrow-icon {
    position: relative;
    padding: 8px 17px 4px;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    background-color: #f5f5f5;
}

.app-section .title-column .inner-column .arrow-icon .caret {
    position: relative;
    color: #3f71ff;
    font-size: 30px;
    margin: 0px 2px;
    line-height: 1em;
}

.app-section .title-column .inner-column .arrow-icon .caret.caret-two {
    opacity: 0.5;
}

.app-section .title-column .inner-column .arrow-icon .caret.caret-three {
    opacity: 0.2;
}

.app-section .title-column .inner-column h3 {
    position: relative;
    color: #ac4b84;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3em;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.app-section .title-column .inner-column .bold-text {
    position: relative;
    color: #777777;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 32px;
    margin-bottom: 28px;
}

.app-section .title-column .inner-column .text {
    position: relative;
    color: #777777;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7em;
    max-width: 500px;
    margin-bottom: 40px;
}

.app-section .content-column {
    position: relative;
}

.app-section .content-column .inner-column {
    position: relative;
}

.app-section .content-column .inner-column .image {
    position: relative;
    z-index: 1;
}

.app-section .content-column .inner-column .icon-one {
    position: absolute;
    left: -75px;
    top: -20px;
    width: 26px;
    height: 26px;
}

.app-section .content-column .inner-column .icon-two {
    position: absolute;
    right: 0px;
    bottom: 80px;
    width: 43px;
    height: 43px;
}

.app-section .content-column .inner-column .pattern-layer-two {
    position: absolute;
    left: -30px;
    top: -210px;
    width: 790px;
    height: 801px;
    background-repeat: no-repeat;
}

.app-section .content-column .inner-column .pattern-layer-three {
    position: absolute;
    left: -50px;
    top: 40px;
    width: 757px;
    height: 726px;
    background-repeat: no-repeat;
}

/* App Block */

.app-section .content-column .inner-column .blocks-outer {
    position: relative;
    top: -120px;
}

.content-column .inner-column .pc_wrap img {
    width: 92%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.content-column .inner-column .pc_wrap h5 {
    position: absolute;
    top: 10px;
    text-align: center;
    left: 0;
    right: 0;
    color: #ff634d;
    font-weight: 700;
    font-size: 18px;
}

.app-block {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.inner-box.inner-blok1 {
    max-width: 430px;
}

.app-block .inner-box {
    position: relative;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    width: 100%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
}

.inner-box.inner-blok3 {
    width: 90%;
}

.app-block .inner-box .content {
    position: relative;
}

.app-block .inner-box .content h5 {
    position: relative;
    color: #ff634d;
    font-size: 21px;
    font-weight: 700;
}

.app-block .inner-box .content .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    margin-top: 7px;
}

.app-block:nth-child(2) {
    margin-left: 100px;
}

.app-section.style-two .title-column .inner-column {
    padding-top: 140px;
}

/*** 

====================================================================
	App Section Two
====================================================================

***/

.app-section-two {
    position: relative;
    padding: 60px 0px 100px;
}

.app-section-two .title-column {
    position: relative;
    z-index: 1;
}

.app-section-two .title-column .inner-column {
    position: relative;
    padding-top: 45px;
    padding-left: 70px;
}

.app-section-two .title-column .inner-column .arrow-icon {
    position: relative;
    padding: 8px 17px 4px;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    background-color: #f5f5f5;
}

.app-section-two .title-column .inner-column .arrow-icon .caret {
    position: relative;
    color: #3f71ff;
    font-size: 30px;
    margin: 0px 2px;
    line-height: 1em;
}

.app-section-two .title-column .inner-column .arrow-icon .caret.caret-two {
    opacity: 0.5;
}

.app-section-two .title-column .inner-column .arrow-icon .caret.caret-three {
    opacity: 0.2;
}

.app-section-two .title-column .inner-column h2 {
    position: relative;
    color: #3d415b;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3em;
    margin-top: 35px;
    margin-bottom: 20px;
}

.app-section-two .title-column .inner-column .bold-text {
    position: relative;
    color: #777777;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 28px;
    margin-bottom: 28px;
}

.app-section-two .title-column .inner-column .text {
    position: relative;
    color: #777777;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7em;
    max-width: 500px;
    margin-bottom: 40px;
}

.app-section-two .title-column .inner-column .theme-btn {
    padding: 17px 48px;
}

.app-section-two .image-column {
    position: relative;
}

.app-section-two .image-column .inner-column {
    position: relative;
}

.app-section-two .image-column .inner-column .image {
    position: relative;
    margin-left: -180px;
}

.app-section-two .image-column .inner-column .icon-one {
    position: absolute;
    right: 50px;
    top: 110px;
    width: 26px;
    height: 26px;
}

.app-section-two .image-column .inner-column .icon-two {
    position: absolute;
    left: -140px;
    bottom: 260px;
    width: 43px;
    height: 43px;
    z-index: 1;
}

.app-section-two .pattern-layer {
    position: absolute;
    content: '';
    right: 0px;
    bottom: -150px;
    width: 240px;
    height: 482px;
}

/*** 

====================================================================
	Pricing Section Two
====================================================================

***/

.pricing-section-two {
    position: relative;
    padding: 200px 0px 50px;
}

.pricing-section-two h5 {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 1.3em;
    color: #3d415b;
    font-weight: 700;
}

.pricing-section-two .auto-container {
    position: relative;
}

.pricing-section-two .outer-container {
    position: relative;
    z-index: 1
}

.pricing-section-two .title-column {
    position: relative;
    margin-bottom: 40px;
    width: 35%;
    float: left;
}

.pricing-section-two .title-column .inner-column {}

.pricing-section-two .title-column .inner-column .sec-title {
    margin-bottom: 25px;
}

.pricing-section-two .title-column .inner-column .title-text {
    position: relative;
    color: #777777;
    font-size: 16px;
    z-index: 10;
    line-height: 1.9em;
    margin-bottom: 60px;
}

.pricing-section-two .price-column {
    position: relative;
    width: 65%;
    float: left;
}

.pricing-section-two .price-column .inner-column {
    position: relative;
    padding-left: 40px;
}

.pricing-section-two .price-column .inner-column .dots-style {
    position: relative;
    text-align: center;
    margin-top: 50px;
    z-index: 1;
}

.pricing-section-two .price-column .inner-column .dots-style li {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    cursor: pointer;
    border-radius: 50px;
    display: inline-block;
    background-color: #ff634d;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-section-two .price-column .inner-column .dots-style li.active,
.pricing-section-two .price-column .inner-column .dots-style li:hover {
    width: 30px;
    background-color: #3d415b;
}

/* Pricing Tabs Two */

.pricing-tabs-two {
    position: relative;
}

.pricing-tabs-two .tab-buttons {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    border: 2px solid #ff634d;
}

.pricing-tabs-two .tab-buttons .tab-btn {
    position: relative;
    color: #ff634d;
    font-size: 16px;
    font-weight: 700;
    float: left;
    cursor: pointer;
    padding: 14px 37px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Quicksand', sans-serif;
}

.pricing-tabs-two .tab-buttons .tab-btn:hover,
.pricing-tabs-two .tab-buttons .tab-btn.active-btn {
    color: #ffffff;
    background-color: #ff634d;
}

.pricing-tabs-two .tabs-content .tab {
    position: relative;
    display: none;
    z-index: 1;
}

.btn-alternate {
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding: 10px 40px;
    color: #ffffff;
    background: #3d415b;
    text-transform: capitalize;
    border-radius: 7px;
}

.pricing-tabs-two .btn-alternate {
    display: inline-block !important;
    min-width: 164px;
    width: auto;
    box-sizing: border-box;
}

.pricing-tabs-two .btn-alternate:hover {
    color: #ffffff;
}

.pricing-tabs-two .tabs-content .tab.active-tab {
    display: block;
}

.pricing-tabs-two .tabs-content .tab .content {
    position: relative;
    margin: 0 auto;
}

.pricing-tabs-two .tabs-content .ms-layout-partialview .ms-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-next {
    right: -150px;
    opacity: 1 !important;
    display: block !important;
    background: #f3f1fe;
    color: #30333c;
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    padding-left: 2px;
    border-radius: 50%;
}

.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-next:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    display: block;
    font-weight: 800;
    line-height: 44px;
}

.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-prev {
    left: -150px;
    opacity: 1 !important;
    display: block !important;
    background: #f3f1fe;
    color: #30333c;
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    padding-right: 2px;
    border-radius: 50%;
}

.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-prev:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f104";
    display: block;
    font-weight: 800;
    line-height: 44px;
}

.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-prev:hover,
.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-next:hover {
    background: #30333c;
    color: #ffffff;
}

.pricing-section-two .pattern-layer {
    position: absolute;
    right: 0px;
    top: 38px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
    top: 42% !important;
}

.pricing-section-two .icon-one {
    position: absolute;
    left: -50px;
    top: 59px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.pricing-section-two .icon-two {
    position: absolute;
    left: 35%;
    top: 410px;
    width: 59px;
    height: 59px;
    background-repeat: no-repeat;
    z-index: 1;
}

.pricing-section-two .icon-three {
    position: absolute;
    right: -179px;
    top: -78px;
    width: 420px;
    height: 482px;
    background-repeat: no-repeat;
    z-index: 1;
}

/*** 

====================================================================
	Blue Section
====================================================================

***/

.blue {
    background-color: #00024f;
}

.banner-section-three {
    position: relative;
    padding-top: 290px;
    padding-bottom: 220px;
}

.banner-section-three .image-layer {
    position: absolute;
    right: 150px;
    top: 0px;
    width: 777px;
    height: 970px;
}

.banner-section-three .content {
    position: relative;
}

.banner-section-three .inner-content {
    position: relative;
    max-width: 1024px;
}

.banner-section-three .inner-content .title {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 40px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}

.banner-section-three .inner-content .title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    height: 2px;
    width: 30px;
    background-color: #ffffff;
}

.banner-section-three .inner-content .title:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 10px;
    height: 2px;
    width: 30px;
    background-color: #ffffff;
}

.banner-section-three .inner-content h2 {
    position: relative;
    color: #ffffff;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.4em;
    margin-top: 35px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}

.banner-section-three .inner-content h2 .name {
    color: #feb322;
}

.banner-section-three .inner-content h2 .text-rotate {
    color: #feb322;
}

.banner-section-three .inner-content .text {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8em;
    margin-top: 30px;
}

/* Divider One */

.divider-one {
    position: relative;
    width: 100%;
    height: 72px;
    background: url(../images/background/divider-1.png) repeat-x;
    background-position: left top;
    animation: slide 145s linear infinite;
    -webkit-animation: slide 145s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20000px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20000px 0;
    }
}

/* Divider Two */

.divider-two {
    position: relative;
    width: 100%;
    height: 72px;
    background: url(../images/background/divider-2.png) repeat-x;
    background-position: left top;
    animation: slide 145s linear infinite;
    -webkit-animation: slide 145s linear infinite;
}

/*** 

====================================================================
	Services Section Five
====================================================================

***/

.services-section-five {
    position: relative;
    padding: 130px 0px 70px;
}

.services-section-five .service-block-four:nth-child(2) {
    margin-top: 50px;
}

.services-section-five .service-block-four:nth-child(3) {
    margin-top: 100px;
}

.services-section-five .service-block-four:nth-child(4) {
    margin-top: -100px;
}

.services-section-five .service-block-four:nth-child(5) {
    margin-top: -50px;
}

.service-block-four {
    position: relative;
    margin-bottom: 70px;
}

.service-block-four .inner-box {
    position: relative;
    padding: 44px 44px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.service-block-four .inner-box .border-one:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 2px;
    background-color: #ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block-four .inner-box .border-one:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 2px;
    height: 0px;
    background-color: #ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block-four .inner-box:hover .border-one:before {
    width: 100%;
}

.service-block-four .inner-box:hover .border-one:after {
    height: 100%;
}

.service-block-four .inner-box .border-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 2px;
    height: 0px;
    background-color: #ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block-four .inner-box .border-two:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background-color: #ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block-four .inner-box:hover .border-two:before {
    height: 100%;
}

.service-block-four .inner-box:hover .border-two:after {
    width: 100%;
}

.service-block-four .inner-box .icon-box {
    position: relative;
    line-height: 1em;
    font-size: 60px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .inner-box:hover .icon-box {
    color: #feb322;
}

.service-block-four .inner-box h3 {
    position: relative;
    color: #feb322;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 40px 0px 25px;
}

.service-block-four .inner-box h3 a {
    position: relative;
    color: #feb322;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .inner-box:hover h3 a {
    color: #ffffff;
}

.service-block-four .inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.9em;
}

.service-block-four .inner-box .service-number {
    position: relative;
    margin-top: 35px;
}

.service-block-four .inner-box .service-number:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.20);
}

.service-block-four .inner-box .service-number .number {
    position: absolute;
    right: 0px;
    top: -15px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #00024f;
    border: 2px solid rgba(255, 255, 255, 0.20);
    font-family: 'Quicksand', sans-serif;
}

.service-block-four .inner-box:hover .service-number .number {
    background-color: #feb322;
    color: #00024f;
    border-color: #00024f;
}

/*** 

====================================================================
	Testimonial Section Four
====================================================================

***/

.testimonial-section-four {
    position: relative;
    padding: 135px 0px 135px;
}

.testimonial-section-four .sec-title-four .title-text {
    font-weight: 400;
}

.testimonial-section-four .owl-dots {
    display: none;
}

.testimonial-section-four .owl-nav {
    position: absolute;
    right: 0px;
    top: -110px;
}

.testimonial-section-four .owl-nav .owl-prev,
.testimonial-section-four .owl-nav .owl-next {
    position: relative;
    height: 40px;
    width: 65px;
    font-size: 22px;
    margin-right: 24px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.testimonial-section-four .owl-nav .owl-prev:hover,
.testimonial-section-four .owl-nav .owl-next:hover {
    color: #00024f;
    border-color: #ffa600;
    background-color: #ffa600;
}

/* Testimonial Block Four */

.testimonial-block-four {
    position: relative;
}

.testimonial-block-four .inner-box {
    position: relative;
}

.testimonial-block-four .inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 25px;
}

.testimonial-block-four .inner-box .author-info {
    position: relative;
}

.testimonial-block-four .inner-box .author-info .info-inner {
    position: relative;
    padding-top: 12px;
    min-height: 83px;
    padding-left: 110px;
}

.testimonial-block-four .inner-box .author-info .info-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-block-four .inner-box .author-info h3 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.testimonial-block-four .inner-box .author-info .designation {
    position: relative;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
}

.testimonial-block-four .inner-box .author-info .quote {
    position: absolute;
    right: 0px;
    top: 15px;
    font-size: 100px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.08);
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two {
    position: relative;
    text-align: center;
    padding: 130px 0px 40px;
    background: #3d415b;
}

.footer-style-two .social-icon-two li {
    margin: 0px 10px;
}

.footer-style-two .social-icon-two li a:hover {
    color: #00024f;
}

.footer-style-two .footer-nav {
    position: relative;
    margin-top: 60px;
}

.footer-style-two .footer-nav li {
    position: relative;
    line-height: 1em;
    padding: 0px 20px;
    margin-bottom: 10px;
    display: inline-block;
    border-right: 1px solid #eeeef3;
}

.footer-style-two .footer-nav li.active a,
.footer-style-two .footer-nav li:hover a {
    color: #ff634d;
}

.footer-style-two .footer-nav li:last-child {
    border-right: 0px;
}

.footer-style-two .footer-nav li a {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.footer-style-two .footer-nav li a:hover {
    color: #ff634d;
}

.footer-style-two .scroll-box {
    position: relative;
    width: 360px;
    margin: 0 auto;
    margin-top: 60px;
}

.footer-style-two .scroll-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.10);
}

.footer-style-two .scroll-box .arrow {
    position: relative;
    color: #ff634d;
    font-size: 18px;
    z-index: 1;
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.footer-style-two .scroll-box .arrow:hover {
    color: #00024f;
}

.footer-style-two .scroll-box .arrow:hover::after {
    background-color: #ff634d;
}

.footer-style-two .scroll-box .arrow:after {
    position: absolute;
    content: '';
    left: -9px;
    top: -7px;
    width: 30px;
    height: 30px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.footer-style-two .copyright {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 45px;
    font-family: 'Quicksand', sans-serif;
}

.footer-style-two .copyright a {
    color: #ff634d;
    transition: 0.5s;
}

.footer-style-two .copyright a:hover {
    color: #fff;
}

/*** 

====================================================================
	Banner Section Four
====================================================================

***/

.banner-section-four {
    position: relative;
    padding-top: 120px;
}

.banner-section-four:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50%;
    background-image: -ms-linear-gradient(top, #F4F9FF 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #F4F9FF 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #F4F9FF 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F4F9FF), color-stop(100, #ffffff));
    background-image: -webkit-linear-gradient(top, #F4F9FF 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #F4F9FF 0%, #ffffff 100%);
}

.banner-section-four .content-box {
    position: relative;
    text-align: center;
    margin-bottom: 75px;
}

.banner-section-four .content-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.6em;
}

.banner-section-four .content-box h2 {
    position: relative;
    color: #3d415b;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 35px;
}

.banner-section-four .image {
    position: relative;
    text-align: center;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
    position: relative;
    overflow: hidden;
    background-color: #f4f9ff;
}

.page-title:before {
    position: absolute;
    content: '';
    left: -2px;
    bottom: 0px;
    width: 100%;
    height: 314px;
    z-index: 1;
    background: url(../images/background/page-title.png) repeat-x;
    background-size: 100% 100%;
}

.page-title .image-layer {
    position: absolute;
    left: 100px;
    top: 0px;
    width: 777px;
    height: 783px;
}

.page-title .inner-container {
    position: relative;
    z-index: 5;
    padding: 265px 0px 265px;
    padding-left: 195px;
}

.page-title .auto-container {
    position: relative;
}

.page-title h1 {
    position: relative;
    font-size: 48px;
    color: #3d415b;
    line-height: 1.3em;
    font-weight: 700;
}

.page-title .bread-crumb {
    position: relative;
    padding: 16px 0px 0px;
}

.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 700;
    text-transform: capitalize;
    cursor: default;
    padding-right: 15px;
    margin-right: 12px;
    font-family: 'Quicksand', sans-serif;
}

.page-title .bread-crumb li:before {
    position: absolute;
    right: -3px;
    font-size: 14px;
    line-height: 30px;
    color: #12203c;
    content: "\f105";
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
}

.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: #777777;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
    color: #5e4eef;
}

/*** 

======	==============================================================
	Services Section Seven
====================================================================

***/

.services-section-seven {
    position: relative;
    padding: 130px 0px 50px;
}

.services-section-seven .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 130px;
}

.services-section-seven .title-box h2 {
    position: relative;
    color: #3d415b;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4em;
}

.services-section-seven .title-box .text {
    position: relative;
    color: #3d415b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9em;
    margin-top: 30px;
    margin-bottom: 45px;
}

/* Service Block Six */

.service-block-six {
    position: relative;
    margin-bottom: 80px;
}

.service-block-six .inner-box {
    position: relative;
}

.service-block-six .inner-box .icon-box {
    position: relative;
}

.service-block-six .inner-box .icon-box {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    color: #ff0303;
}

.service-block-six .inner-box .icon-box .icon {
    position: relative;
}

.service-block-six .inner-box h3 {
    position: relative;
    font-size: 24px;
    color: #3d415b;
    font-weight: 700;
    line-height: 1.3em;
    margin: 35px 0px 28px;
}

.service-block-six .inner-box h3 a {
    position: relative;
    color: #3d415b;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.service-block-six .inner-box h3 a:hover,
.service-block-six .inner-box .read-more:hover {
    color: #ff0303;
}

.service-block-six .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
    padding-right: 10px;
}

.service-block-six .inner-box .read-more {
    position: relative;
    color: #3d415b;
    font-size: 16px;
    font-weight: 700;
    margin-top: 28px;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: 'Quicksand', sans-serif;
}

.service-block-six:nth-child(2) .inner-box .icon-box {
    color: #0315ff;
}

.service-block-six:nth-child(2) .inner-box h3 a:hover,
.service-block-six:nth-child(2) .inner-box .read-more:hover {
    color: #0315ff;
}

.service-block-six:nth-child(3) .inner-box .icon-box {
    color: #2eb100;
}

.service-block-six:nth-child(3) .inner-box h3 a:hover,
.service-block-six:nth-child(3) .inner-box .read-more:hover {
    color: #2eb100;
}

.service-block-six:nth-child(4) .inner-box .icon-box {
    color: #ff9c00;
}

.service-block-six:nth-child(4) .inner-box h3 a:hover,
.service-block-six:nth-child(4) .inner-box .read-more:hover {
    color: #ff9c00;
}

.service-block-six:nth-child(5) .inner-box .icon-box {
    color: #a3009d;
}

.service-block-six:nth-child(5) .inner-box h3 a:hover,
.service-block-six:nth-child(5) .inner-box .read-more:hover {
    color: #a3009d;
}

.service-block-six:nth-child(6) .inner-box .icon-box {
    color: #00d3ae;
}

.service-block-six:nth-child(6) .inner-box h3 a:hover,
.service-block-six:nth-child(6) .inner-box .read-more:hover {
    color: #00d3ae;
}

/*** 

====================================================================
	Map Info Section
====================================================================

***/

.contact-info-section {
    position: relative;
    padding: 45px 0px 100px;
}

.contact-info-box {
    position: relative;
    margin-bottom: 30px;
}

.contact-info-box .box-inner .icon-box .icon {
    font-size: 30px;
    border: 2px solid #ff634d;
    padding: 20px;
    border-radius: 50%;
    color: #ff634d;
}

.contact-info-box .box-inner .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 1.7em;
    display: inline-block;
    text-align: left;
    margin-left: 20px;
    padding-top: top;
    top: 10px;
}

.contact-info-box .box-inner .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 1.7em;
}

.contact-info-box .box-inner .text a {
    position: relative;
    color: #ff634d;
    transition: 0.5s;
}

.contact-info-box .box-inner .text a:hover {
    color: #fff;
}

.contact-info-box .box-inner .icon-box {
    font-size: 34px;
    line-height: 86px;
}

.contact-info-box:nth-child(2) .box-inner .icon-box {
    color: #ff634d;
    border-color: #ff634d;
}

.contact-info-box:nth-child(3) .box-inner .icon-box {
    color: #ff634d;
    border-color: #ff634d;
}

/*Shop Item*/

.shop-page-container {
    max-width: 1640px;
}

.shop-item {
    position: relative;
    margin-bottom: 80px;
}

.shop-item .inner-box {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.shop-item .inner-box .image {
    position: relative;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
}

.shop-item .inner-box .image .overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50%;
    opacity: 0;
    text-align: center;
    background-color: rgba(61, 65, 91, 0.30);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.shop-item .inner-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: left;
    padding: 10px 20px;
    vertical-align: middle;
}

.shop-item .inner-box .image .overlay-box .overlay-inner .content {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.shop-item .inner-box .image .overlay-box .cart-btn {
    position: relative;
    color: #fe5722;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    background-color: #ffffff;
    padding: 15px 25px 15px 70px;
    font-family: 'Quicksand', sans-serif;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .inner-box .image .overlay-box .cart-btn .fa {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    width: 47px;
    color: #ffffff;
    line-height: 47px;
    border-radius: 50%;
    background-color: #3d415b;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .inner-box .image .overlay-box .cart-btn:hover {
    background-color: #222222;
    color: #ffffff;
}

.shop-item .inner-box .image .overlay-box .cart-btn:hover .fa {
    background-color: #ff634d;
    color: #ffffff;
}

.shop-item .inner-box:hover .image .overlay-box {
    height: 100%;
}

.shop-item .inner-box .image img {
    width: 100%;
    display: inline-block;
}

.shop-item .inner-box .lower-content {
    position: relative;
    padding: 35px 0px 35px;
    border-bottom: 1px solid #ebebeb;
}

.shop-item .inner-box .lower-content h3 {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}

.shop-item .inner-box .lower-content h3 a {
    color: #5e4eef;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover {
    color: #ff634d;
}

.shop-item .inner-box .lower-content .price {
    position: relative;
    color: #777777;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}

.shop-item .inner-box .lower-content .price .discount {
    position: relative;
    color: #bbbbbb;
    margin-right: 8px;
    text-decoration: line-through;
}

.shop-item .inner-box .lower-content .like-btn {
    position: relative;
    font-size: 22px;
    color: #777777;
    top: 2px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box .lower-content .like-btn:hover {
    color: #fe5722;
}

/*Sidebar Range slider */

.range-slider-one {
    position: relative;
    min-height: 48px;
    padding-top: 10px;
    overflow: hidden;
    margin-top: -20px;
}

.range-slider-one .title {
    position: relative;
    float: left;
    color: #3e4d69;
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
}

.range-slider-one .title:before {
    position: absolute;
    content: '$';
    right: -14px;
    top: 0px;
    color: #777777;
    font-size: 18px;
    font-weight: 700;
}

.range-slider-one .input {
    float: right;
    left: 8px;
    color: #777777;
    max-width: 75px;
    padding-left: 8px;
    margin-top: 8px;
    font-weight: 700;
    position: relative;
}

.range-slider-one .input input {
    background: none;
    color: #777777;
    font-size: 18px;
    font-weight: 700;
    width: auto;
    text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 3px;
    border: none;
    margin-bottom: 35px;
    background: #eeeeee;
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 3px;
    background: #333333;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
    top: -6px;
    width: 15px;
    height: 15px;
    background: #fe5722;
    cursor: pointer;
    border-radius: 0px;
    border-color: #fe5722;
}

.range-slider-one .theme-btn {
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #fe5722;
    border: 1px solid #fe5722;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.range-slider-one .theme-btn:hover {
    color: #ffffff;
    background-color: #fe5722;
}

/*Sidebar Realated Posts */

.sidebar .related-posts .post {
    position: relative;
    padding: 0px 0px;
    padding-left: 150px;
    min-height: 120px;
    margin-bottom: 40px;
}

.sidebar .related-posts .post:last-child {
    margin-bottom: 0px;
}

.sidebar .related-posts .post:last-child {
    margin-bottom: 0px;
    border: 0px;
    min-height: inherit;
}

.sidebar .related-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 120px;
    border-radius: 12px;
    overflow: hidden;
}

.sidebar .related-posts .post .post-thumb img {
    display: block;
    width: 100%;
}

.sidebar .related-posts .post h4 {
    position: relative;
    top: 2px;
    font-size: 20px;
    font-weight: 700;
    color: #3e4d69;
    text-transform: capitalize;
}

.sidebar .related-posts .post h4 a {
    color: #3e4d69;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover {
    color: #fe5722;
}

.sidebar .related-posts .post .price {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fe5722;
    padding: 20px 0px 22px;
    font-family: 'Quicksand', sans-serif;
}

.sidebar .related-posts .post .rating {
    margin-bottom: 1px;
    line-height: 1em;
}

.sidebar .related-posts .post .rating .fa {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    margin-right: 2px;
}

/*Item Sorting*/

.our-shops .items-sorting {
    position: relative;
    margin-bottom: 35px;
}

.our-shops .items-sorting .results-column,
.our-shops .items-sorting .select-column {
    margin-bottom: 20px;
}

.our-shops .items-sorting .results-column h6 {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    line-height: 24px;
    padding: 18px 0px;
}

.our-shops .items-sorting .form-group {
    margin-bottom: 0px;
}

.our-shops .items-sorting select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 30px 9px;
    height: 60px;
    font-size: 14px;
    border: 1px solid #dddddd;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../images/icons/icon-select.png) right center no-repeat;
    color: #666666;
    border-radius: 50px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.our-shops .items-sorting select option {
    text-indent: 15px;
}

/*** 

====================================================================
		Mobile Menu Style 
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
}

.nav-outer .mobile-nav-toggler .icon {
    display: block;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    padding: 14px 0px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.70);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

.mobile-menu .close-btn:hover {
    color: #feb322;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    color: #ff634d;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #ff634d;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: #ff634d;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #feb322;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 28px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
    color: #ff634d;
}

/*** 

====================================================================
	Element In View
====================================================================

***/

.about-section-two .image-column .inner-column.now-in-view::before {
    border-color: #feb322;
    left: 50px;
    top: 50px;
    right: 20px;
    bottom: -50px;
}

/* ------------------------
      Home About us style
------------------------*/

.section_title .big {
    font-size: 21px;
    font-weight: bold;
    margin: 0px;
    text-transform: capitalize;
    color: #86bd24;
    margin-top: -10px;
}

.section_title .big span {
    color: #ac4b84;
    display: inline;
    padding: 0px;
    margin: 0px;
}

.bold-highlight {
    font-size: 36px;
    text-transform: uppercase;
}

.best {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid #b7b7b7;
    margin-right: 10px;
    text-transform: capitalize;
    color: #8c8c8c;
    padding-bottom: 20px;
}

.home-aboutus {
    padding: 50px 0;
}

.home-aboutus-image {
    position: relative;
}

.img-center.rotateme {
    width: 87%;
}

.bnr-img2 {
    position: absolute;
    top: 88px;
    left: 19%;
    width: 79%;
}

.home-aboutus-content {
    z-index: 10;
    position: relative;
    padding-top: 10px;
}

.aboutus-heading h3 {
    font-weight: 500;
    color: #717171;
    font-size: 28px;
}

.aboutus-heading h2 span {
    display: block;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #f47b20 !important;
    font-family: 'Viaoda Libre', cursive;
    text-transform: uppercase;
}

.aboutus-heading span::before {
    content: '';
    width: 100px;
    height: 2px;
    display: block;
    border-radius: 5px;
    position: absolute;
    top: -10px;
    background: #f47b20 !important
}

.home-aboutus-content p {
    color: #888;
    font-size: 16px;
    text-align: justify;
}

/**
11-   Available Platform
======================================================*/

.work-process {
    z-index: 2;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    /* margin-top: -50px; */
}

#work-process::before {
    position: absolute;
    top: 50%;
    left: -50%;
    width: 150%;
    height: 100px;
    content: "";
    background: rgb(208, 208, 208);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0;
    visibility: hidden;
}

#work-process:hover::before {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

#work-process::after {
    position: absolute;
    top: 50%;
    left: -50%;
    width: 150%;
    height: 100px;
    content: "";
    background: rgb(208, 208, 208);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0;
    visibility: hidden;
    left: auto;
    right: -50%;
}

#work-process:hover::after {
    right: 100%;
    visibility: visible;
    opacity: 1;
}

.work-process [class*="col"]:nth-child(even) .process-wrapper {
    margin-top: 65px;
}

.section-heading h2 {
    color: #143966;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
}

.section-heading h2 span {
    color: #ac4b84;
}

.work-bg-pattern {
    position: absolute;
    left: 0;
    top: 60%;
    width: 100%;
    text-align: center;
    z-index: -1;
    margin-top: -120px;
    background-position: left center;
}

.tw-work-process {
    text-align: center;
}

.tw-work-process h4 {
    font-weight: 700;
    color: #ff634d;
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 23px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tw-work-process p {
    margin-bottom: 0;
    margin-top: 23px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.process-wrapper {
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1.8px dashed #B1B1B1;
    padding: 10px;
}

.process-wrapper:hover {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.12);
    transform: scale(1.1);
}

.process-inner {
    vertical-align: middle;
    text-align: center;
    display: table-cell !important;
    width: 225px;
    background: -webkit-radial-gradient(center, ellipse, #ffffff 0%, #eff3f1 50%);
    height: 225px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.support-img {
    width: 141px;
}

.tw-work-process .process-wrapper .img-fluid {
    width: 55%;
}

@media (max-width:767px) {
    /*----==== Slider Section =======------*/
    /*--- Slider One  ---- */
    .banner-carousel-section .slide .pattern-layer {
        width: 100%;
    }
    .slider_wrap1 .image.image-one {
        top: -40px !important;
    }
    .banner-carousel-section .slider_wrap1 .image-two {
        width: 100px !important;
        left: auto !important;
    }
    .banner-carousel-section .slider_wrap1 .image-three {
        width: 100px !important;
    }
    .banner-carousel-section .slider_wrap1 .image-four {
        width: 100px !important;
    }
    .banner-carousel-section .slider_wrap1 .image-five {
        width: 100px;
    }
    .banner-carousel-section .slider_wrap1 .image-six {
        width: 100px !important;
    }
    /*--- Slider Secound  ---- */
    .slider2_section .pattern-layer {
        max-width: 100% !important;
        background-size: cover !important;
        background-position: top !important;
        width: 100% !important;
    }
    .slider_wrap2 .image.image-one {
        width: 350px;
        top: -170px !important;
        margin-right: 60px;
    }
    .banner-carousel-section .slider_wrap2 .image-two {
        position: absolute;
        right: -16px;
        top: -201px !important;
        z-index: 10;
        left: auto !important;
    }
    .banner-carousel-section .slider_wrap2 .image-six {
        right: 45px !important;
        top: -270px !important;
    }
    /*--- Slider Three  ---- */
    .slider3_section .pattern-layer {
        max-width: 100% !important;
        background-size: cover !important;
        background-position: top !important;
        width: 100% !important;
    }
    .slider_wrap3 .image.image-one {
        width: 350px;
        top: -100px !important;
        right: 0 !important;
    }
    .banner-carousel-section .slider_wrap3 .image-three {
        bottom: 143px !important;
        left: 74px !important;
    }
    /*----====  Aboutus Section =======------*/
    .bnr-img1 {
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .img-center.rotateme {
        width: 64%;
    }
    .bnr-img2 {
        top: 27px;
        left: 0;
        width: 55%;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
    .home-aboutus-content {
        padding-top: 50px;
    }
    /*----====  Career Section =======------*/
    .app-section {
        padding: 30px 0px 0px;
    }
    .app-section .content-column .inner-column .blocks-outer {
        top: 0;
    }
    .inner-box.inner-blok1 {
        max-width: 100%;
    }
    .content-column .inner-column .pc_wrap img {
        width: 67%;
        padding-top: 15px;
    }
    .inner-box.inner-blok3 {
        width: 100%;
    }
    /*----====  Testimonial Section =======------*/
    .testimonial-section-two {
        position: relative;
        padding: 0px 0px 120px;
        margin-top: 0;
    }
    .testimonial-section-two h4 {
        color: #fff;
    }
    /*----====  Platform Section =======------*/
    .service-block .inner-box .icon-box {
        margin-bottom: 25px;
    }
    .service-block .inner-box h3 {
        margin-bottom: 5px;
    }
    /*----==== Counter Section =======------*/
    .counter-section .fact-counter .column .inner .content {
        width: 100%;
        clip-path: polygon(50% 0%, 92% 0, 100% 27%, 100% 100%, 0 100%, 0 0);
    }
}

@media (min-width:768px) and (max-width:991px) {
    /*----==== Slider Section =======------*/
    .banner-carousel-section .images-column {
        padding-top: 380px !important;
    }
    /*--- Slider One  ---- */
    .banner-carousel-section .slide .pattern-layer {
        width: 100%;
    }
    .slider_wrap1 .image.image-one {
        width: 300px;
        right: 0;
    }
    .banner-carousel-section .slider_wrap1 .image-two {
        width: 68px !important;
        right: 99px !important;
        top: -133px !important;
    }
    .banner-carousel-section .slider_wrap1 .image-three {
        width: 85px !important;
        left: -42px !important;
        bottom: 200px !important;
    }
    .banner-carousel-section .slider_wrap1 .image-four {
        left: 61px !important;
        width: 100px !important;
        top: -112px !important;
    }
    .banner-carousel-section .slider_wrap1 .image-five {
        width: 85px !important;
        left: -8px !important;
        top: -41px !important;
    }
    .banner-carousel-section .slider_wrap1 .image-six {
        width: 91px !important;
        top: -130px !important;
        right: -37px !important;
    }
    /*--- Slider Secound  ---- */
    .slider2_section .pattern-layer {
        max-width: 100% !important;
        background-size: cover !important;
        background-position: top !important;
        width: 100% !important;
    }
    .slider_wrap2 .image.image-one {
        width: 314px;
        top: -27px !important;
        margin-right: 34px;
    }
    .banner-carousel-section .slider_wrap2 .image-two {
        top: -39px !important;
    }
    .banner-carousel-section .slider_wrap2 .image-six {
        top: -98px !important;
        right: 45px !important;
    }
    /*--- Slider Three  ---- */
    .slider_wrap3 .image.image-one {
        width: 340px;
        top: 6px !important;
        right: -28px !important;
    }
    .banner-carousel-section .slider_wrap3 .image-three {
        bottom: 143px !important;
        left: -39px !important;
        width: 100px !important;
    }
    /*----====  Career Section =======------*/
    .app-section {
        padding: 10px 0px 0px;
    }
    .inner-box.inner-blok1 {
        max-width: 100%;
    }
    .content-column .inner-column .pc_wrap img {
        width: 64%;
        padding-top: 15px;
    }
    .app-section .content-column .inner-column .blocks-outer {
        position: relative;
        top: 0;
    }
    /*----====  Testimonial Section =======------*/
    .testimonial-section-two {
        margin-top: 0;
    }
    .testimonial-section-two h4 {
        color: #fff;
        padding-top: 40px;
    }
    .testimonial-section-two .image-layer {
        background-position: center top !important;
    }
    /*----==== Counter Section =======------*/
    .counter-section .fact-counter .column .inner .content {
        width: 100%;
        clip-path: polygon(50% 0%, 92% 0, 100% 27%, 100% 100%, 0 100%, 0 0);
    }
    /*----==== Footer Section =======------*/
    .contact-info-box .box-inner .text {
        display: block;
        text-align: center;
        margin-left: 0;
        padding-top: top;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    /*----====  Career Section =======------*/
    .app-section {
        padding: 80px 0px 0px;
    }
    .app-section .content-column .inner-column .pattern-layer-two {
        top: -50px;
    }
    .app-section .content-column .inner-column .blocks-outer {
        position: relative;
        top: 0;
    }
    /*----====  Testimonial Section =======------*/
    .testimonial-section-two {
        margin-top: 30px;
    }
    .testimonial-section-two h4 {
        color: #fff;
        padding-top: 40px;
    }
    /*----==== Counter Section =======------*/
    .counter-section .fact-counter .column .inner .content {
        width: 100%;
    }
    /*----==== Footer Section =======------*/
    .contact-info-box .box-inner .text {
        display: block;
        text-align: center;
        margin-left: 0;
        padding-top: top;
    }
}

@media (min-width:1025px) and (max-width:1199px) {
    /*----====  Career Section =======------*/
    .app-section {
        padding-top: 50px;
    }
    .app-section .content-column .inner-column .pattern-layer-two {
        left: -81px;
        top: -75px;
    }
    .app-section .content-column .inner-column .blocks-outer {
        position: relative;
        top: 0;
    }
    /*----==== Testimonial Section =======------*/
    .testimonial-section-two .image-layer {
        left: -128px;
        background-position: right top !important;
    }
    /*----==== Counter Section =======------*/
    .counter-section .fact-counter .column .inner .content {
        width: 100%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    /*----==== Header Section =======------*/
    .main-header .option-box .number-box {
        margin: 0 20px;
    }
    /*----==== Slider Section =======------*/
    .banner-carousel-section .images-column {
        padding-top: 380px !important;
    }
    /*--- Slider One  ---- */
    .banner-carousel-section .slide .pattern-layer {
        width: 100%;
    }
    .slider_wrap1 .image.image-one {
        width: 74%;
        right: 0;
        top: -47px !important;
    }
    .banner-carousel-section .slider_wrap1 .image-two {
        width: 68px !important;
        right: 125px !important;
        top: -133px !important;
    }
    .banner-carousel-section .slider_wrap1 .image-three {
        width: 85px !important;
        left: -42px !important;
        bottom: 200px !important;
    }
    .banner-carousel-section .slider_wrap1 .image-four {
        left: 109px !important;
        width: 100px !important;
        top: -123px !important;
    }
    .banner-carousel-section .slider_wrap1 .image-five {
        width: 85px !important;
        left: -8px !important;
        top: -41px !important;
    }
    .banner-carousel-section .slider_wrap1 .image-six {
        width: 91px !important;
        top: -130px !important;
        right: -13px !important;
    }
    /*--- Slider Two  ---- */
    .slider_wrap2 .image.image-one {
        width: 400px;
        top: -182px !important;
        margin-right: 36px;
    }
    .banner-carousel-section .slider_wrap2 .image-two {
        top: -120px !important;
    }
    .banner-carousel-section .images-column .image-six {
        right: 35px !important;
        top: -185px !important;
    }
    /*--- Slider Three  ---- */
    .slider_wrap3 .image.image-one {
        width: 383px;
        top: -57px !important;
        right: -10px !important;
    }
    .banner-carousel-section .slider_wrap3 .image-three {
        bottom: 143px !important;
        left: -53px !important;
        width: 169px !important;
    }
}

@media (min-width:1200px) and (max-width:1340px) {
    /*----==== Header Section =======------*/
    .main-header .option-box .number-box {
        margin: 0 20px;
    }
}




/*Member Registration*/
.swMain {
    width: 99%;
    background-color: #ccffdd;
    padding: 10px;
    height: auto;
    margin-top: 10px;
    float: left;
}

/*-----*/
/* ----service0---- */
.service-box {
    box-shadow: 0px 1px 15px 5px rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    transition: transform .3s ease-in-out;
    background: linear-gradient(238deg, #280071, #B01C56);
}
.service-box .number {
    position: absolute;
    right: 0px;
    bottom: -13px;
    font-size: 88px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    line-height: 1;
    color: rgba(165, 183, 210, 0.2);
    z-index: 1;
    pointer-events: none;
}
.icon-box-img {
    border: 3px solid #ff634d !important;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 20px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.icon-box img {
    width: 50px;
    transition: transform .3s ease-in-out;
}