@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800);

body {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #121212
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    text-decoration: none;
    outline: 0
}

a:focus,
a:hover {
    text-decoration: none
}

a,
i,
span {
    display: inline-block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #121212;
    margin: 0
}

h1 {
    font-size: 65px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #121212;
    margin: 0
}

.section-title .title {
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    color: #121212
}

@media (max-width:767px) {
    .section-title .title {
        font-size: 30px;
        line-height: 40px
    }
}

.section-title .text {
    font-size: 16px;
    line-height: 24px;
    color: #6c6c6c;
    margin-top: 24px
}

.buttons-title .title {
    font-size: 36px;
    line-height: 45px;
    color: #6c6c6c
}

@media (max-width:767px) {
    .buttons-title .title {
        font-size: 24px;
        line-height: 35
    }
}

.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0 32px;
    font-size: 16px;
    line-height: 48px;
    color: #0067f4;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    position: relative;
    text-transform: uppercase
}

@media (max-width:767px) {
    .main-btn {
        font-size: 14px;
        padding: 0 20px;
        line-height: 40px
    }
}

.standard-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px
}

@media (max-width:767px) {
    .standard-buttons ul li {
        margin-left: 0
    }
}

.standard-buttons ul li:first-child {
    margin-left: 0
}

.standard-buttons .standard-one {
    border-color: #0067f4
}

.standard-buttons .standard-one:hover {
    color: #fff;
    background-color: #0067f4
}

.standard-buttons .standard-two {
    color: #fff;
    background-color: #0067f4;
    border-color: #0067f4
}

.standard-buttons .standard-two:hover {
    color: #0067f4;
    background-color: transparent
}

.standard-buttons .standard-three {
    overflow: hidden;
    line-height: 50px;
    color: #fff;
    background: -webkit-linear-gradient(left, #0067f4 0, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0, #2bdbdc 100%);
    border: 0;
    line-height: 52px
}

.standard-buttons .standard-three:hover {
    background: -webkit-linear-gradient(right, #0067f4 0, #2bdbdc 100%);
    background: -o-linear-gradient(right, #0067f4 0, #2bdbdc 100%);
    background: linear-gradient(to left, #0067f4 0, #2bdbdc 100%)
}

.light-rounded-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px
}

@media (max-width:767px) {
    .light-rounded-buttons ul li {
        margin-left: 0
    }
}

.light-rounded-buttons ul li:first-child {
    margin-left: 0
}

.light-rounded-buttons a.main-btn {
    border-radius: 5px
}

.light-rounded-buttons .light-rounded-one {
    border-color: #0067f4
}

.light-rounded-buttons .light-rounded-one:hover {
    color: #fff;
    background-color: #0067f4
}

.light-rounded-buttons .light-rounded-two {
    color: #fff;
    background-color: #0067f4;
    border-color: #0067f4
}

.light-rounded-buttons .light-rounded-two:hover {
    color: #0067f4;
    background-color: transparent
}

.light-rounded-buttons .light-rounded-three {
    overflow: hidden;
    line-height: 50px;
    color: #fff;
    background: -webkit-linear-gradient(left, #0067f4 0, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0, #2bdbdc 100%);
    line-height: 52px;
    border: 0
}

.light-rounded-buttons .light-rounded-three:hover {
    background: -webkit-linear-gradient(right, #0067f4 0, #2bdbdc 100%);
    background: -o-linear-gradient(right, #0067f4 0, #2bdbdc 100%);
    background: linear-gradient(to left, #0067f4 0, #2bdbdc 100%)
}

.rounded-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px
}

@media (max-width:767px) {
    .rounded-buttons ul li {
        margin-left: 0
    }
}

.rounded-buttons ul li:first-child {
    margin-left: 0
}

.rounded-buttons a.main-btn {
    border-radius: 50px
}

.rounded-buttons .rounded-one {
    border-color: #0067f4
}

.rounded-buttons .rounded-one:hover {
    color: #fff;
    background-color: #0067f4
}

.rounded-buttons .rounded-two {
    color: #fff;
    background-color: #0067f4;
    border-color: #0067f4
}

.rounded-buttons .rounded-two:hover {
    color: #0067f4;
    background-color: transparent
}

.rounded-buttons .rounded-three {
    overflow: hidden;
    line-height: 52px;
    background: -webkit-linear-gradient(left, #0067f4 0, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0, #2bdbdc 100%);
    color: #fff;
    border: 0
}

.rounded-buttons .rounded-three:hover {
    background: -webkit-linear-gradient(right, #0067f4 0, #2bdbdc 100%);
    background: -o-linear-gradient(right, #0067f4 0, #2bdbdc 100%);
    background: linear-gradient(to left, #0067f4 0, #2bdbdc 100%)
}

.info-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px
}

@media (max-width:767px) {
    .info-buttons ul li {
        margin-left: 0
    }
}

.info-buttons ul li:first-child {
    margin-left: 0
}

.info-buttons .info-one {
    border-color: #00b8d8;
    color: #00b8d8
}

.info-buttons .info-one:hover {
    color: #fff;
    background-color: #00b8d8
}

.info-buttons .info-two {
    color: #fff;
    background-color: #00b8d8;
    border-color: #00b8d8
}

.info-buttons .info-two:hover {
    color: #00b8d8;
    background-color: transparent
}

.info-buttons .info-three {
    overflow: hidden;
    line-height: 52px;
    color: #fff;
    border: 0;
    background: -webkit-linear-gradient(left, #00b8d8 0, #32fbfc 100%);
    background: -o-linear-gradient(left, #00b8d8 0, #32fbfc 100%);
    background: linear-gradient(to right, #00b8d8 0, #32fbfc 100%)
}

.info-buttons .info-three:hover {
    background: -webkit-linear-gradient(right, #00b8d8 0, #32fbfc 100%);
    background: -o-linear-gradient(right, #00b8d8 0, #32fbfc 100%);
    background: linear-gradient(to left, #00b8d8 0, #32fbfc 100%)
}

.danger-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px
}

@media (max-width:767px) {
    .danger-buttons ul li {
        margin-left: 0
    }
}

.danger-buttons ul li:first-child {
    margin-left: 0
}

.danger-buttons .danger-one {
    border-color: #fc3832;
    color: #fc3832
}

.danger-buttons .danger-one:hover {
    color: #fff;
    background-color: #fc3832
}

.danger-buttons .danger-one {
    border-color: #fc3832;
    color: #fc3832
}

.danger-buttons .danger-one:hover {
    color: #fff;
    background-color: #fc3832
}

.danger-buttons .danger-two {
    color: #fff;
    background-color: #fc3832;
    border-color: #fc3832
}

.danger-buttons .danger-two:hover {
    color: #fc3832;
    background-color: transparent
}

.danger-buttons .danger-three {
    overflow: hidden;
    line-height: 52px;
    color: #fff;
    border: 0;
    background: -webkit-linear-gradient(left, #fc3832 0, #dc312b 100%);
    background: -o-linear-gradient(left, #fc3832 0, #dc312b 100%);
    background: linear-gradient(to right, #fc3832 0, #dc312b 100%)
}

.danger-buttons .danger-three:hover {
    background: -webkit-linear-gradient(right, #fc3832 0, #dc312b 100%);
    background: -o-linear-gradient(right, #fc3832 0, #dc312b 100%);
    background: linear-gradient(to left, #fc3832 0, #dc312b 100%)
}

@-webkit-keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

.lg-btn {
    line-height: 64px !important;
    font-size: 18px
}

@media (max-width:767px) {
    .lg-btn {
        font-size: 16px;
        ine-height: 52px
    }
}

.el-btn {
    line-height: 80px !important;
    font-size: 20px
}

@media (max-width:767px) {
    .el-btn {
        font-size: 18px;
        line-height: 74px
    }
}

.sm-btn {
    line-height: 40px !important;
    font-size: 12px
}

.group-buttons .btn-group {
    margin-left: 30px
}

.group-buttons .group-one {
    margin-left: 0
}

.group-buttons .group-one .main-btn {
    background: 0 0;
    border: 2px solid #0067f4;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.group-buttons .group-one .main-btn:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0
}

.group-buttons .group-one .main-btn:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0
}

.group-buttons .group-one .main-btn:hover {
    background-color: #0067f4;
    color: #fff
}

.group-buttons .group-two .main-btn {
    background: 0 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    overflow: hidden;
    color: #fff;
    line-height: 52px;
    background: -webkit-linear-gradient(#0067f4 0, #2bdbdc 100%);
    background: -o-linear-gradient(#0067f4 0, #2bdbdc 100%);
    background: linear-gradient(#0067f4 0, #2bdbdc 100%);
    border-top: 0;
    border-bottom: 0;
    border-color: rgba(244, 246, 247, .2)
}

.group-buttons .group-two .main-btn:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0
}

.group-buttons .group-two .main-btn:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0
}

.group-buttons .group-two .main-btn:hover {
    background: -webkit-linear-gradient(bottom, #0067f4 0, #2bdbdc 100%);
    background: -o-linear-gradient(bottom, #0067f4 0, #2bdbdc 100%);
    background: linear-gradient(to top, #0067f4 0, #2bdbdc 100%)
}

.group-buttons .group-three .main-btn {
    background: 0 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    overflow: hidden;
    color: #fff;
    line-height: 52px;
    background: -webkit-linear-gradient(left, #0067f4 0, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0, #2bdbdc 100%);
    border: 0
}

.group-buttons .group-three .main-btn:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0
}

.group-buttons .group-three .main-btn:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0
}

.group-buttons .group-three .main-btn:hover {
    background: -webkit-linear-gradient(right, #0067f4 0, #2bdbdc 100%);
    background: -o-linear-gradient(right, #0067f4 0, #2bdbdc 100%);
    background: linear-gradient(to left, #0067f4 0, #2bdbdc 100%)
}

.form-group {
    margin-bottom: 0
}

.form-input label {
    font-size: 12px;
    line-height: 18px;
    color: #6c6c6c;
    margin-bottom: 8px;
    display: inline-block
}

.form-input .input-items {
    position: relative
}

.form-input .input-items input,
.form-input .input-items textarea {
    width: 100%;
    height: 44px;
    border: 2px solid;
    padding-left: 44px;
    padding-right: 12px;
    position: relative;
    font-size: 16px
}

.form-input .input-items textarea {
    padding-top: 8px;
    height: 130px;
    resize: none
}

.form-input .input-items i {
    position: absolute;
    top: 11px;
    left: 13px;
    font-size: 20px;
    z-index: 9
}

.form-input .input-items.default input,
.form-input .input-items.default textarea {
    border-color: #a4a4a4;
    color: #6c6c6c
}

.form-input .input-items.default input:focus,
.form-input .input-items.default textarea:focus {
    border-color: #0067f4
}

.form-input .input-items.default input::placeholder,
.form-input .input-items.default textarea::placeholder {
    color: #6c6c6c;
    opacity: 1
}

.form-input .input-items.default input::-moz-placeholder,
.form-input .input-items.default textarea::-moz-placeholder {
    color: #6c6c6c;
    opacity: 1
}

.form-input .input-items.default input::-moz-placeholder,
.form-input .input-items.default textarea::-moz-placeholder {
    color: #6c6c6c;
    opacity: 1
}

.form-input .input-items.default input::-webkit-input-placeholder,
.form-input .input-items.default textarea::-webkit-input-placeholder {
    color: #6c6c6c;
    opacity: 1
}

.form-input .input-items.default i {
    color: #6c6c6c
}

.form-input .input-items.active input,
.form-input .input-items.active textarea {
    border-color: #0067f4;
    color: #121212
}

.form-input .input-items.active input::placeholder,
.form-input .input-items.active textarea::placeholder {
    color: #121212;
    opacity: 1
}

.form-input .input-items.active input::-moz-placeholder,
.form-input .input-items.active textarea::-moz-placeholder {
    color: #121212;
    opacity: 1
}

.form-input .input-items.active input::-moz-placeholder,
.form-input .input-items.active textarea::-moz-placeholder {
    color: #121212;
    opacity: 1
}

.form-input .input-items.active input::-webkit-input-placeholder,
.form-input .input-items.active textarea::-webkit-input-placeholder {
    color: #121212;
    opacity: 1
}

.form-input .input-items.active i {
    color: #0067f4
}

.form-input .input-items.error input,
.form-input .input-items.error textarea {
    border-color: #fc3832;
    color: #fc3832
}

.form-input .input-items.error input::placeholder,
.form-input .input-items.error textarea::placeholder {
    color: #fc3832;
    opacity: 1
}

.form-input .input-items.error input::-moz-placeholder,
.form-input .input-items.error textarea::-moz-placeholder {
    color: #fc3832;
    opacity: 1
}

.form-input .input-items.error input::-moz-placeholder,
.form-input .input-items.error textarea::-moz-placeholder {
    color: #fc3832;
    opacity: 1
}

.form-input .input-items.error input::-webkit-input-placeholder,
.form-input .input-items.error textarea::-webkit-input-placeholder {
    color: #fc3832;
    opacity: 1
}

.form-input .input-items.error i {
    color: #fc3832
}

.form-style-two .form-input .input-items input,
.form-style-two .form-input .input-items textarea {
    border-radius: 5px;
    padding-left: 12px;
    padding-right: 44px
}

.form-style-two .form-input .input-items i {
    left: auto;
    right: 13px
}

.form-style-three .form-input {
    text-align: center
}

.form-style-three .form-input .input-items input,
.form-style-three .form-input .input-items textarea {
    border-radius: 50px;
    text-align: center
}

.navbar-area {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 10px 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.navbar {
    position: relative;
    padding: 0
}

.navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px
}

.navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0
}

.navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-collapse {
        position: absolute;
        top: 115%;
        left: 0;
        width: 100%;
        background-color: #0067f4;
        z-index: 8;
        padding: 5px 16px
    }
}

@media (max-width:767px) {
    .navbar .navbar-collapse {
        position: absolute;
        top: 115%;
        left: 0;
        width: 100%;
        background-color: #0067f4;
        z-index: 8;
        padding: 5px 16px
    }
}

.navbar .navbar-nav {
    margin-right: 24px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-nav {
        margin-right: 0
    }
}

@media (max-width:767px) {
    .navbar .navbar-nav {
        margin-right: 0
    }
}

.navbar .navbar-nav .nav-item {
    position: relative
}

.navbar .navbar-nav .nav-item a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 11px 14px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 5px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    margin: 14px 4px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block;
        border: 0;
        margin: 0
    }
}

@media (max-width:767px) {
    .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block;
        border: 0;
        margin: 0
    }
}

.navbar .navbar-nav .nav-item a::after,
.navbar .navbar-nav .nav-item a::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    margin: 0 2px;
    top: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translateX(-50%) scaleX(0);
    -moz-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    -o-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0)
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .navbar .navbar-nav .nav-item a::after,
    .navbar .navbar-nav .nav-item a::before {
        display: none
    }
}

@media (max-width:767px) {

    .navbar .navbar-nav .nav-item a::after,
    .navbar .navbar-nav .nav-item a::before {
        display: none
    }
}

.navbar .navbar-nav .nav-item a::after {
    top: auto;
    bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .navbar .navbar-nav .nav-item.active>a,
    .navbar .navbar-nav .nav-item:hover>a {
        border: 0
    }
}

@media (max-width:767px) {

    .navbar .navbar-nav .nav-item.active>a,
    .navbar .navbar-nav .nav-item:hover>a {
        border: 0
    }
}

.navbar .navbar-nav .nav-item.active>a::after,
.navbar .navbar-nav .nav-item.active>a::before,
.navbar .navbar-nav .nav-item:hover>a::after,
.navbar .navbar-nav .nav-item:hover>a::before {
    -webkit-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    -o-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1)
}

.navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    right: 0;
    top: 100%;
    width: 260px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0
    }
}

@media (max-width:767px) {
    .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0
    }
}

.navbar .navbar-nav .nav-item .sub-menu li {
    position: relative
}

.navbar .navbar-nav .nav-item .sub-menu li .sub-nav-toggler {
    color: #121212;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.navbar .navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 24px;
    position: relative;
    color: #121212;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
    border-radius: 0;
    margin: 0 0;
    border: 0
}

.navbar .navbar-nav .nav-item .sub-menu li a i {
    float: right;
    font-size: 14px;
    margin-top: 5px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-nav .nav-item .sub-menu li a i {
        display: none
    }
}

@media (max-width:767px) {
    .navbar .navbar-nav .nav-item .sub-menu li a i {
        display: none
    }
}

.navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
    display: inline-block
}

.navbar .navbar-nav .nav-item .sub-menu li a::before {
    display: none
}

.navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
        padding-left: 30px
    }
}

@media (max-width:767px) {
    .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
        padding-left: 30px
    }
}

.navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
    color: #fff
}

.navbar .navbar-nav .nav-item .sub-menu li:hover>a {
    background: -webkit-linear-gradient(left, #0067f4 0, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0, #2bdbdc 100%);
    color: #fff
}

.navbar .navbar-nav .nav-item .sub-menu li:hover>a::before {
    opacity: 1
}

.navbar .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: 0 0;
        border: 0;
        color: #fff
    }
}

@media (max-width:767px) {
    .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: 0 0;
        border: 0;
        color: #fff
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 7px
    }
}

@media (max-width:767px) {
    .navbar .navbar-btn {
        position: absolute;
        right: 60px;
        top: 7px
    }
}

.navbar .navbar-btn ul li {
    display: inline-block;
    margin-right: 5px
}

.navbar .navbar-btn ul li a {
    padding: 10px 16px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.navbar .navbar-btn ul li a.light {
    border-color: #fff
}

.navbar .navbar-btn ul li a.light:hover {
    background-color: rgba(255, 255, 255, .4)
}

.header-content-area {
    background-color: #fff;
    height: 750px;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:1400px) {
    .header-content-area {
        height: 900px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-content-area {
        height: 650px
    }
}

@media (max-width:767px) {
    .header-content-area {
        height: 900px
    }
    .header-content {
        padding-top: 30px !important;
    }
}

.header-content-area .header-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%
}

.header-content-area .header-shape img {
    width: 100%
}

.header-wrapper {
    position: relative
}

.header-image {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 5
}

.header-image .image {
    max-width: 730px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-image .image {
        max-width: 550px
    }
}

.header-image .image img {
    width: 100%
}

.header-content {
    padding-top: 95px;
    max-width: 500px;
    position: relative;
    z-index: 5
}

.header-content .header-title {
    font-size: 44px;
    line-height: 55px;
    font-weight: 600;
    color: #fff
}

@media (max-width:767px) {
    .header-content .header-title {
        font-size: 30px;
        line-height: 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-content .header-title {
        font-size: 36px;
        line-height: 45px
    }
}

.header-content .text {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    margin-top: 16px
}

@media (max-width:767px) {
    .header-content .text {
        font-size: 16px;
        line-height: 24px
    }
}

.header-content .header-btn {
    margin-top: 40px
}

.header-content .header-btn .main-btn {
    background-color: #fff;
    color: #0067f4;
    border-color: #fff
}

.header-content .header-btn .main-btn:hover {
    background-color: transparent;
    color: #fff
}

.about-feature .about-feature-image img {
    width: 100%
}

.about-feature .about-feature-content {
    margin-top: 48px
}

.about-feature .about-feature-content .feature-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 55px;
    color: #121212
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-feature .about-feature-content .feature-title {
        font-size: 38px;
        line-height: 45px
    }
}

@media (max-width:767px) {
    .about-feature .about-feature-content .feature-title {
        font-size: 30px;
        line-height: 35px
    }
}

.about-feature .about-feature-content .text {
    font-size: 20px;
    line-height: 25px;
    color: #121212;
    margin-top: 8px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-feature .about-feature-content .text {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .about-feature .about-feature-content .text {
        font-size: 18px
    }
}

.about-feature-items .feature-items-icon img {
    width: 110px
}

@media (max-width:767px) {
    .about-feature-items .feature-items-icon img {
        width: 90px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about-feature-items .feature-items-icon img {
        width: 120px
    }
}

.about-feature-items .feature-items-content {
    padding-left: 30px
}

@media (max-width:767px) {
    .about-feature-items .feature-items-content {
        padding-left: 0;
        padding-top: 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about-feature-items .feature-items-content {
        padding-left: 30px;
        padding-top: 0
    }
}

.about-feature-items .feature-items-content .items-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #121212
}

@media (max-width:767px) {
    .about-feature-items .feature-items-content .items-title {
        font-size: 18px
    }
}

.about-feature-items .feature-items-content .text {
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    margin-top: 16px
}

@media (max-width:767px) {
    .about-feature-items .feature-items-content .text {
        font-size: 14px
    }
}

.portfolio-area {
    background-color: #f4f6f7
}

.portfolio-menu ul li {
    font-size: 16px;
    font-weight: 700;
    color: #6c6c6c;
    line-height: 48px;
    padding: 0 30px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    z-index: 5;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    margin: 0 2px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio-menu ul li {
        font-size: 14px;
        padding: 0 26px
    }
}

@media (max-width:767px) {
    .portfolio-menu ul li {
        font-size: 14px;
        padding: 0 22px;
        line-height: 42px
    }
}

.portfolio-menu ul li.active,
.portfolio-menu ul li:hover {
    color: #fff;
    background-color: #0067f4
}

.single-portfolio {
    position: relative;
    overflow: hidden
}

.single-portfolio .portfolio-image img {
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.pricing {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    padding: 24px 20px 50px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-color: #fff
}

.pricing .pricing-header .sub-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #121212;
    position: relative;
    padding-bottom: 8px
}

.pricing .sub-title2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #121212;
    position: relative;
    padding-top: 20px
}

.pricing .pricing-header .sub-title::before {
    position: absolute;
    content: '';
    width: 72px;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #0067f4;
    margin: 0 auto
}

.pricing .pricing-header .price {
    display: inline;
    font-size: 64px;
    font-weight: 600;
    line-height: 80px;
    margin-top: 36px;
    color: #121212
}

.pricing .price-crossed {
    display: inline;
    font-size: 24px;
    font-weight: 600;
    color: rgb(226, 43, 43);
}

.pricing .pricing-header .price2 {
    display: inline;
    font-size: 52px;
    font-weight: 600;
    line-height: 80px;
    margin-top: 36px;
    color: #121212
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing .pricing-header .price {
        font-size: 50px;
        margin-top: 16px
    }
}

@media (max-width:767px) {
    .pricing .pricing-header .price {
        font-size: 50px;
        margin-top: 16px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .pricing .pricing-header .price {
        font-size: 64px;
        margin-top: 32px
    }
}

.pricing .pricing-header .year {
    display: inline;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #6c6c6c;
    margin-top: 3px
}

.pricing .pricing-list {
    margin-top: 20px
}

.pricing .pricing-list ul li {
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    margin-top: 16px
}

.pricing .pricing-list ul li .alt {
    color: red
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing .pricing-list ul li {
        font-size: 14px;
        margin-top: 12px
    }
}

@media (max-width:767px) {
    .pricing .pricing-list ul li {
        font-size: 14px;
        margin-top: 12px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .pricing .pricing-list ul li {
        font-size: 16px;
        margin-top: 16px
    }
}

.pricing .pricing-list ul li i {
    color: #0067f4;
    margin-right: 8px
}

.pricing .pricing-btn {
    margin-top: 42px
}

.pricing .pricing-btn .main-btn {
    background-color: #0067f4;
    color: #fff;
    border-color: #0067f4
}

.pricing .pricing-btn .main-btn:hover {
    background-color: #005ad5;
    border-color: #005ad5
}

.pricing .bottom-shape {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 101%
}

.testimonial-area {
    background-color: #f4f6f7
}

.single-testimonial {
    border: 1px solid #cbced1;
    padding: 25px 30px;
    border-radius: 8px;
    background-color: #fff
}

.single-testimonial .testimonial-author .author-image img {
    width: 80px;
    border-radius: 50%
}

.single-testimonial .testimonial-author .author-name {
    padding-left: 20px
}

.single-testimonial .testimonial-author .author-name .name {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #121212
}

.single-testimonial .testimonial-author .author-name .sub-title {
    font-size: 14px;
    line-height: 24px;
    color: #a4a4a4
}

.single-testimonial .testimonial-text {
    margin-top: 25px
}

.single-testimonial .testimonial-text .text {
    font-size: 14px;
    line-height: 24px;
    color: #121212
}

.single-blog .blog-image {
    width: 240px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-blog .blog-image {
        width: 200px
    }
}

@media (max-width:767px) {
    .single-blog .blog-image {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single-blog .blog-image {
        width: 240px
    }
}

.single-blog .blog-image img {
    width: 100%;
    border-radius: 8px
}

.single-blog .blog-content {
    padding-left: 16px
}

@media (max-width:767px) {
    .single-blog .blog-content {
        padding-left: 0;
        padding-top: 16px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single-blog .blog-content {
        padding-left: 16px;
        padding-top: 0
    }
}

.single-blog .blog-content .blog-title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #121212;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-blog .blog-content .blog-title a {
        font-size: 18px
    }
}

.single-blog .blog-content .blog-title a:hover {
    color: #0067f4
}

.single-blog .blog-content span {
    font-size: 14px;
    line-height: 20px;
    color: #6c6c6c;
    margin-top: 8px;
    margin-right: 10px
}

.single-blog .blog-content .text {
    font-size: 14px;
    line-height: 20px;
    color: #121212;
    margin-top: 16px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-blog .blog-content .text {
        margin-top: 8px
    }
}

.contact-area {
    background-color: #f4f6f7
}

.form-message.error {
    font-size: 16px;
    color: #121212;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #e9ecef
}

.form-message.error {
    color: #fc3832
}

.contact .contact-title {
    font-size: 44px;
    font-weight: 600;
    color: #121212
}

@media (max-width:767px) {
    .contact .contact-title {
        font-size: 20px
    }
}

.contact .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    color: #6c6c6c
}

.contact .contact-info {
    margin-top: 40px
}

.contact .contact-info li {
    color: #6c6c6c;
    margin-top: 8px;
    font-size: 16px
}

.contact .contact-info li i {
    margin-right: 5px;
    color: #121212
}

footer {
    background-color: #000
}

.footer-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #fff
}

.footer-support {
    padding-top: 21px
}

.footer-support span {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    margin-top: 9px;
    display: block
}

@media (max-width:767px) {
    .footer-support span {
        display: block
    }
}

.social {
    padding-top: 27px
}

.social li {
    display: inline-block;
    margin-right: 10px
}

.social li:last-child {
    margin-right: 0
}

.social li a {
    font-size: 24px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.social li a:hover {
    color: #0067f4
}

.footer-link {
    margin-top: 32px
}

.footer-link ul {
    margin-top: 8px
}

.footer-link ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #d4d4d4;
    margin-top: 16px;
    font-weight: 500;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.footer-link ul li a:hover {
    color: #005ad5
}

.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #0067f4;
    text-align: center;
    z-index: 99;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    display: none
}

.back-to-top:hover {
    color: #fff;
    background-color: #005ad5
}

.shadowed {
    -webkit-box-shadow: 10px 11px 16px -10px rgba(0, 0, 0, .75);
    -moz-box-shadow: 10px 11px 16px -10px rgba(0, 0, 0, .75);
    box-shadow: 10px 11px 16px -10px rgba(0, 0, 0, .75)
}

.quote {
    color: #fff;
    font-size: 20px
}

.ol-list li {
    margin-top: 15px
}

.single-mini-card .card-content .card-btn .main-btn {
    border: 0
}

.mini-card-style-one {
    background: -webkit-linear-gradient(left, #0067f4 0, #0067f4bd 100%);
    background: -o-linear-gradient(left, #0067f4 0, #0067f4bd 100%);
    background: linear-gradient(to right, #0067f4 0, #0067f4bd 100%)
}

.mini-card-style-three {
    background: -webkit-linear-gradient(left, #0067f4 0, #0067f4bd 100%);
    background: -o-linear-gradient(left, #0067f4 0, #0067f4bd 100%);
    background: linear-gradient(to right, #0067f4 0, #0067f4bd 100%)
}

.testimonial-active .slick-dots {
    text-align: center;
    margin-top: 25px; }
    .testimonial-active .slick-dots li {
      display: inline-block;
      margin: 0 3px; }
      .testimonial-active .slick-dots li button {
        font-size: 0;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #cbced1;
        border: 0;
        cursor: pointer; }
      .testimonial-active .slick-dots li.slick-active button {
        background-color: #0067f4; }

.accent-area {
    background-color: #0067f4;
}

#sms-form label {
    color: white;
    font-size: 14px;
}

.sam-feature-items .feature-items-icon img {
    width: 110px
}

@media (max-width:767px) {
    .sam-feature-items .feature-items-icon img {
        width: 90px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .sam-feature-items .feature-items-icon img {
        width: 120px
    }
}

.sam-feature-items .feature-items-content {
    padding-left: 0px
}

@media (max-width:767px) {
    .sam-feature-items .feature-items-content {
        padding-left: 0;
        padding-top: 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .sam-feature-items .feature-items-content {
        padding-left: 0px;
        padding-top: 0
    }
    .iphone-mockup {
        max-height: 600px;
    }
}

.sam-feature-items .feature-items-content .items-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #121212
}

@media (max-width:767px) {
    .sam-feature-items .feature-items-content .items-title {
        font-size: 18px
    }

    .iphone-mockup {
        max-height: 600px;
    }
}

.sam-feature-items .feature-items-content .text {
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    margin-top: 16px
}

@media (max-width:767px) {
    .sam-feature-items .feature-items-content .text {
        font-size: 14px
    }
}

.iphone-mockup {
    max-height: 600px;
    height: 100%;
    overflow: hidden;
}

.extra-btn {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0 32px;
    font-size: 16px;
    line-height: 48px;
    color: #000000;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    position: relative;
    text-transform: uppercase;
    background-color: #000000;
    color: white;
    border-color: #000000;
}

.standard-buttons .standard-one:hover {
    color: black;
    background-color: rgb(238, 238, 238);
}

@media (max-width:767px) {
    .extra-btn {
        font-size: 14px;
        padding: 0 20px;
        line-height: 40px
    }
}