/*-----------------------------------------------------------------------------------

    Template Name: DigiMark Digital Marketing Agency HTML Template
    Template URI: site.com
    Description: DigiMark Digital Marketing Agency HTML Template
    Author: Uideck
    Author URI: https://uideck.com/
    Support: https://uideck.com/support/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700&display=swap");

body {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #798795;
    overflow-X: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #404040;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #798795;
    margin: 0px;
    font-family: "Open Sans", sans-serif;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    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 #f14836;
    padding: 0 30px;
    font-size: 16px;
    height: 55px;
    line-height: 51px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #f14836;
}

.main-btn:hover {
    background-color: rgba(241, 72, 54, 0.3);
    color: #f14836;
    border-color: #f14836;
}

.main-btn.main-btn-2 {
    background-color: #fff;
    color: #f14836;
    border-color: #f14836;
}

.main-btn.main-btn-2:hover {
    background-color: rgba(241, 72, 54, 0.3);
    border-color: #f14836;
}

/*===== All Section Title Style =====*/
.section-title .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #e83e8c;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section-title .sub-title {
        font-size: 16px;
    }
}

.section-title .title {
    font-size: 32px;
    padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 24px;
    }
}

.section-title .title span {
    font-weight: 400;
    display: contents;
}

.section-title.section-title-white .sub-title {
    color: #fff;
}

.section-title.section-title-white .title {
    color: #fff;
}

.section-title.section-title-2 .sub-title {
    color: #164aa9;
}

.section-title.section-title-3 .sub-title {
    color: #05de7d;
}

.section-title.section-title-4 .sub-title {
    color: #e83e8c;
}

.section-title.section-title-5 .sub-title {
    color: #3969bf;
}

.section-title.section-title-6 .sub-title {
    color: #e83e8c;
}

.section-title.section-title-6 .title {
    color: #fff;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
    outline: 0;
}

/*===== All Slick Slide Outline Style =====*/
.gradient-wrapper {
    background: -webkit-linear-gradient(#eaf1ff 0%, white 50%, #eaf1ff 100%);
    background: -o-linear-gradient(#eaf1ff 0%, white 50%, #eaf1ff 100%);
    background: linear-gradient(#eaf1ff 0%, white 50%, #eaf1ff 100%);
}

/*===== All Slick Slide Outline Style =====*/
.hosting-wrapper {
    background-color: #04022e;
}

/*===== All Preloader Style =====*/
.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
    z-index: 99999;
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.preloader .loader .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}

.preloader .loader .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: #F73B99 #FF2C69 #d0ddea;
    border-radius: 50%;
    border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #d0ddea;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #d0ddea;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

/*===========================
    2.HEADER css
===========================*/
.header-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

/*===== NOT FOUND =====*/

.notfound-sorry {
    color: #1DA4F8;
}

.notfound-text {
    color: #4e555b;
}

/*===== NAVBAR =====*/

/* NAVBAR DROPDOWN SEARCHBAR */
.search-box {
    width: 100%;
    position: relative;
}

.search-box input {
    border-color: #dfe3e8;
    box-shadow: none
}

.search-box input, .search-box .btn {
    min-height: 38px;
    border-radius: 2px;
}

.search-box .input-group-btn .btn {
    border-color: #1DA4F8;
    background: #1DA4F8;
    outline: none;
}

.nav-search-icon {
    color: #1DA4F8;
}

.nav-search-icon:focus {
    color: #1DA4F8;
}

.nav-search-icon.toggler-icon-secondary {
    color: #fff;
}

.nav-search-icon.toggler-icon-secondary:focus {
    color: #fff;
}

.close-icon {
    background-color: #1DA4F8;
    border-color: #dfe3e8;
    border-radius: 2px !important;
    color: #fff;
}

.close-icon:hover {
    cursor: pointer;
}

.form-control:focus {
    border-color: #1DA4F8 !important;
    box-shadow: none !important;
}

.navbar .nav-item i {
    font-size: 18px;
    line-height: 16px;
}

.navbar .nav-item-secondary i {
    font-size: 18px;
    line-height: 16px;
}

.navbar .navbar-right .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu {
    border-radius: 1px;
    border-color: #e5e5e5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.navbar .dropdown-menu li a {
    padding: 6px 20px;
}

.navbar .dropdown-menu li a h6 {
    padding: 2px 0;
    text-transform: capitalize;
}

.navbar .dropdown-menu li a p {
    padding: 2px 0;
    text-transform: capitalize;
}

.navbar .dropdown-menu li a .url {
    padding: 2px 0;
    text-transform: lowercase;
    font-size: 14px;
}

.navbar .navbar-right .dropdown-menu {
    width: 800px;
    padding: 20px;
    left: auto;
    right: 0;
    font-size: 14px;
    max-height: 90vh;
}

.hide {
    display: none !important;
}

.suggestion-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.2em 0;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.93);
    z-index: 20;
    left: 0;
    right: 0;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    top: 40px;
    margin-right: 43px;
    margin-left: 43px;
}

.suggestion {
    padding: 0.5em 1em;
    border-bottom: 1px solid #eee;
}

.suggestion:last-child {
    /*border: none;*/
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.suggestion.selected {
    background: rgba(240, 240, 240, 0.95);
}

.suggestion:hover:not(.selected) {
    background: rgba(250, 250, 250, 0.95);
    cursor: pointer;
}

.search-wrapper {
    overflow: scroll;
}

.search-content-block {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.search-content-block:first-child {
    margin-top: 20px;
}

.search-content-block:last-child {
    border: none;
}

.search-content-block:hover {
    background: rgba(250, 250, 250, 0.95);
    cursor: pointer;
}

/*===== END NAVBAR DROPDOWN SEARCHBAR =====*/

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
}

.sticky .navbar {
    padding: 14px 0 15px;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.navbar {
    padding: 25px 0;
    border-radius: 5px;
    position: relative;
}

.navbar-brand {
    padding: 0;
    width: 140px;
}

.navbar-brand-secondary {
    padding: 0;
    width: 140px;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.navbar-toggler .toggler-icon-secondary {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.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-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.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;
}

.navbar-toggler.active .toggler-icon-secondary: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-toggler.active .toggler-icon-secondary:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon-secondary: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-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
        max-height: 70vh;
    }
}

.navbar-nav .nav-item {
    margin-left: 40px;
    position: relative;
}

.navbar-nav .nav-item-secondary {
    margin-left: 40px;
    position: relative;
}

.navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.navbar-nav .nav-item-secondary:first-child {
    margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        margin-left: 30px;
    }

    .navbar-nav .nav-item-secondary {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
        margin: 0;
    }

    .navbar-nav .nav-item-secondary {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0;
        padding: 22px 0;
    }

    .navbar-nav .nav-item-secondary {
        margin: 0;
        padding: 22px 0;
    }
}

/* HOMEPAGE NAVBAR */
.navbar-nav .nav-item a {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    /*-webkit-transition: all 0.3s ease-out 0s;*/
    /*-moz-transition: all 0.3s ease-out 0s;*/
    /*-ms-transition: all 0.3s ease-out 0s;*/
    /*-o-transition: all 0.3s ease-out 0s;*/
    /*transition: all 0.3s ease-out 0s;*/
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.navbar-white .navbar-nav .nav-item a {
    color: #1DA4F8;
    border-bottom: 1px solid transparent;
}

.sticky.navbar-white .navbar-nav .nav-item a {
    color: #1DA4F8;
}

.navbar-white .navbar-nav .nav-item.active > a {
    color: #1DA4F8;
    border-bottom: 1px solid #1DA4F8;
}

.navbar-white .navbar-nav .nav-item:hover > a {
    color: #1DA4F8;
    border-bottom: 1px solid #e83e8c;
}

.read-more-text {
    color: #1DA4F8;
}

.videoContainer {
    display: inline-block;
    position: relative;
}

.playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    opacity: 0.4;
}

/* SECONDARY NAVBAR */
.navbar-nav .nav-item-secondary a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    /*-webkit-transition: all 0.3s ease-out 0s;*/
    /*-moz-transition: all 0.3s ease-out 0s;*/
    /*-ms-transition: all 0.3s ease-out 0s;*/
    /*-o-transition: all 0.3s ease-out 0s;*/
    /*transition: all 0.3s ease-out 0s;*/
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    border-bottom: 1px solid transparent;
}

.sticky .navbar-nav .nav-item-secondary a {
    font-size: 14px;
    font-weight: 600;
    color: #1DA4F8;
    color: #1DA4F8;
    /*-webkit-transition: all 0.3s ease-out 0s;*/
    /*-moz-transition: all 0.3s ease-out 0s;*/
    /*-ms-transition: all 0.3s ease-out 0s;*/
    /*-o-transition: all 0.3s ease-out 0s;*/
    /*transition: all 0.3s ease-out 0s;*/
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.navbar-white .navbar-nav .nav-item-secondary.active > a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.sticky .navbar-nav .nav-item-secondary.active > a {
    color: #1DA4F8;
    border-bottom: 1px solid #1DA4F8;
}

.navbar-white .navbar-nav .nav-item-secondary:hover > a {
    color: #fff;
    border-bottom: 1px solid #e83e8c;
}

.sticky .navbar-nav .nav-item-secondary:hover > a {
    color: #1DA4F8;
    border-bottom: 1px solid #e83e8c;
}

/* MOBILE NAVBAR */
.navbar-white .navbar-toggler .toggler-icon {
    background-color: #1DA4F8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
    }

    .navbar-nav .nav-item-secondary a {
        display: block;
        padding: 4px 0;
    }
}

@media (max-width: 767px) {
    /* SEARCHBAR NAVBAR */
    .navbar .navbar-right .dropdown-menu {
        width: 100%;
        background: transparent;
        padding: 10px 20px;
    }

    .navbar .input-group {
        width: 100%;
    }

    /* END SEARCHBAR NAVBAR */
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
    }

    .navbar-nav .nav-item-secondary a {
        display: block;
        padding: 4px 0;
    }

    .navbar-white .navbar-nav .nav-item.active > a {
        border: 0px;
        padding: 4px 0;
    }

    .navbar-white .navbar-nav .nav-item-secondary.active > a {
        color: #1DA4F8;
        border: 0px;
        padding: 4px 0;
    }

    .sticky.navbar-white .navbar-nav .nav-item a {
        color: #4066AE;
    }

    .sticky.navbar-white .navbar-nav .nav-item-secondary a {
        color: #4066AE;
        border: 0px;
        padding: 4px 0;
    }

    .sticky.navbar-white .navbar-nav .nav-item-secondary.active a {
        color: #1DA4F8;
        border: 0px;
        padding: 4px 0;
    }

    .navbar-nav .nav-item-secondary a {
        color: #4066AE;
    }

    .navbar-white .navbar-nav .nav-item-secondary:hover > a {
        border-bottom: 0;
    }

    .sticky .navbar-nav .nav-item-secondary:hover > a {
        border-bottom: 0;
    }

    .navbar-white .navbar-nav .nav-item:hover > a {
        border-bottom: 0;
    }
}

.navbar-btn {
    margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-btn {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 175px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 175px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.navbar-btn .main-btn {
    height: 45px;
    line-height: 41px;
}

@media (max-width: 767px) {
    .navbar-btn .main-btn {
        height: 40px;
        line-height: 36px;
        font-size: 13px;
        padding: 0 20px;
    }
}

/*===== NAVBAR white =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-white .navbar-nav .nav-item a {
        color: #4066AE;
    }

    .navbar-white .navbar-nav .nav-item active a {
        color: #4066AE;
    }
}

@media (max-width: 767px) {
    .navbar-white .navbar-nav .nav-item a {
        color: #4066AE;
    }

    .navbar-white .navbar-nav .nav-item active a {
        color: #4066AE;
    }
}

.sticky.navbar-white .navbar-toggler .toggler-icon {
    background-color: #1DA4F8;
}

.sticky.navbar-white .navbar-toggler .toggler-icon-secondary {
    background-color: #4bb3f9;
}

.sticky.navbar-white .navbar-nav .nav-item.active > a, .sticky.navbar-white .navbar-nav .nav-item:hover > a {
    color: #f14836;
}

.sticky.navbar-3 .navbar-nav .nav-item.active > a, .sticky.navbar-3 .navbar-nav .nav-item:hover > a {
    color: #1DA4F8;
}

.sticky.navbar-3 .navbar-nav .nav-item .sub-menu li a.active, .sticky.navbar-3 .navbar-nav .nav-item .sub-menu li a:hover {
    color: #f23559;
}

/*===== NAVBAR 3 =====*/
.navbar-3 .navbar-nav .nav-item.active > a, .navbar-3 .navbar-nav .nav-item:hover > a {
    color: #1DA4F8;
}

.navbar-3 .navbar-nav .nav-item .sub-menu li a.active, .navbar-3 .navbar-nav .nav-item .sub-menu li a:hover {
    color: #1DA4F8;
}

.navbar-3 .navbar-btn .main-btn {
    background: -webkit-linear-gradient(left, #F73B99 0%, #FF2C69 50%, #F73B99 100%);
    background: -o-linear-gradient(left, #F73B99 0%, #FF2C69 50%, #F73B99 100%);
    background: linear-gradient(to right, #F73B99 0%, #FF2C69 50%, #F73B99 100%);
    border: 0;
    height: 45px;
    line-height: 45px;
    background-size: 200%;
}

.navbar-3 .navbar-btn .main-btn:hover {
    color: #fff;
    background-position: right center;
}

.mobile-contact {
    display: none
}

@media (max-width: 767px) {
    .navbar-3 .navbar-btn .main-btn {
        height: 40px;
        line-height: 36px;
        font-size: 13px;
        padding: 0 20px;
    }

    .mobile-contact {
        display: block
    }
}

/*===== HEADER HERO 3 =====*/
.header-hero-3 {
    height: 800px;
    position: relative;
}

@media only screen and (min-width: 1400px) {
    .header-hero-3 {
        height: 990px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-3 {
        height: auto;
    }
}

@media (max-width: 767px) {
    .header-hero-3 {
        height: auto;
    }
}

.header-hero-image-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
}

.svg-header {
    width: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image-3 {
        width: 720px;
        position: relative;
        margin: 0 auto;
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .header-hero-image-3 {
        width: 100%;
        position: relative;
        margin: 0 auto;
        padding-top: 50px;
    }

    .svg-header {
        width: 5000px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-image-3 {
        width: 540px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image-3 .image img {
        width: 100%;
    }
}

.header-shape-3 {
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    background-size: contain;
}

@media (max-width: 767px) {
    .header-shape-3 {
        bottom: -5px;
    }
}

.header-shape-3 img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-content-3 {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .header-hero-content-3 {
        padding-top: 150px;
    }
}

.header-hero-content-3 .hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #4068AE;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-hero-content-3 .hero-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .header-hero-content-3 .hero-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content-3 .hero-title {
        font-size: 38px;
    }
}

.header-hero-content-3 .hero-title b {
    font-weight: 700;
}

.header-hero-content-3 .hero-title span {
    color: #f14836;
    display: contents;
}

.header-hero-content-3 .text {
    max-width: 490px;
    font-size: 16px;
    line-height: 30px;
    padding-top: 40px;
    color: #4068AE;
}

.header-hero-content-3 .header-play {
    padding-top: 60px;
}

.header-hero-content-3 .header-play .play-btn {
    padding: 0 30px;
    height: 66px;
    line-height: 60px;
    text-align: center;
    color: #4068AE;
    border: 3px solid #4068AE;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.header-hero-content-3 .header-play .play-btn i {
    padding-left: 15px;
}

.header-hero-content-3 .header-play .play-btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/*===========================
        3.BRAND css
===========================*/
.brand-wrapper {
    border-top: 1px solid #d0ddea;
}

.collapse-articles {
    border: none;
}

.brand-wrapper .single-brand {
    width: 200px;
    padding-right: 20px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .brand-wrapper .single-brand {
        width: 50%;
    }
}

.brand-wrapper.brand-wrapper-6 {
    border-color: rgba(20, 83, 151, 0.2);
}

.brand-wrapper.brand-wrapper-6 .single-brand img {
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.brand-wrapper.brand-wrapper-6 .single-brand:hover img {
    opacity: 1;
}

/*===========================
        4.ABOUT css
===========================*/

.paginationjs .paginationjs-pages {
    float: right;
}

.about-title .welcome {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #e83e8c;
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
    .about-title .welcome {
        font-size: 16px;
    }
}

.about-title .title {
    padding-top: 10px;
    font-weight: 400;
    font-size: 32px;
}

@media (max-width: 767px) {
    .about-title .title {
        font-size: 24px;
    }
}

.about-title .title span {
    font-weight: 700;
}

/*===========================
      5.SERVICE css
===========================*/
.services-bg {
    background-color: #eff2f9;
}

.services-bg-2 {
    background-color: #030123;
}

.service-wrapper {
    -webkit-box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
}

.single-service {
    padding: 65px 20px 30px;
    position: relative;
}

.single-service.service-border {
    border-left: 1px solid #d0ddea;
    border-right: 1px solid #d0ddea;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service.service-border {
        border: 0;
    }
}

@media (max-width: 767px) {
    .single-service.service-border {
        border: 0;
    }
}

.single-service .service-content {
    padding-left: 25px;
}

.single-service .service-content .service-title {
    font-size: 18px;
}

.single-service .service-content .text {
    margin-top: 15px;
}

.single-service .shape {
    position: absolute;
}

.single-service .shape.shape-1 {
    left: 35px;
    bottom: -50px;
    -webkit-animation: rotated 15s infinite linear;
    -moz-animation: rotated 15s infinite linear;
    -o-animation: rotated 15s infinite linear;
    animation: rotated 15s infinite linear;
}

.single-service .shape.shape-2 {
    top: 20px;
    right: 85px;
    -webkit-animation: animationFramesOne 10s infinite linear;
    -moz-animation: animationFramesOne 10s infinite linear;
    -o-animation: animationFramesOne 10s infinite linear;
    animation: animationFramesOne 10s infinite linear;
}

.single-service .shape.shape-3 {
    left: 100px;
    bottom: -10px;
    -webkit-animation: rotated 15s infinite linear;
    -moz-animation: rotated 15s infinite linear;
    -o-animation: rotated 15s infinite linear;
    animation: rotated 15s infinite linear;
}

.single-service .shape.shape-4 {
    left: 30px;
    top: 10px;
    -webkit-animation: rotated 15s infinite linear;
    -moz-animation: rotated 15s infinite linear;
    -o-animation: rotated 15s infinite linear;
    animation: rotated 15s infinite linear;
}

.single-service .shape.shape-5 {
    right: 100px;
    bottom: -40px;
    -webkit-animation: animationFramesTwo 10s infinite linear;
    -moz-animation: animationFramesTwo 10s infinite linear;
    -o-animation: animationFramesTwo 10s infinite linear;
    animation: animationFramesTwo 10s infinite linear;
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        -moz-transform: translate(73px, -1px) rotate(36deg);
        -ms-transform: translate(73px, -1px) rotate(36deg);
        -o-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        -moz-transform: translate(141px, 72px) rotate(72deg);
        -ms-transform: translate(141px, 72px) rotate(72deg);
        -o-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        -moz-transform: translate(83px, 122px) rotate(108deg);
        -ms-transform: translate(83px, 122px) rotate(108deg);
        -o-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        -moz-transform: translate(-40px, 72px) rotate(144deg);
        -ms-transform: translate(-40px, 72px) rotate(144deg);
        -o-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        -moz-transform: translate(73px, -1px) rotate(36deg);
        -ms-transform: translate(73px, -1px) rotate(36deg);
        -o-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        -moz-transform: translate(141px, 72px) rotate(72deg);
        -ms-transform: translate(141px, 72px) rotate(72deg);
        -o-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        -moz-transform: translate(83px, 122px) rotate(108deg);
        -ms-transform: translate(83px, 122px) rotate(108deg);
        -o-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        -moz-transform: translate(-40px, 72px) rotate(144deg);
        -ms-transform: translate(-40px, 72px) rotate(144deg);
        -o-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(36deg);
        -moz-transform: translate(-73px, 1px) rotate(36deg);
        -ms-transform: translate(-73px, 1px) rotate(36deg);
        -o-transform: translate(-73px, 1px) rotate(36deg);
        transform: translate(-73px, 1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(72deg);
        -moz-transform: translate(-141px, -72px) rotate(72deg);
        -ms-transform: translate(-141px, -72px) rotate(72deg);
        -o-transform: translate(-141px, -72px) rotate(72deg);
        transform: translate(-141px, -72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(108deg);
        -moz-transform: translate(-83px, -122px) rotate(108deg);
        -ms-transform: translate(-83px, -122px) rotate(108deg);
        -o-transform: translate(-83px, -122px) rotate(108deg);
        transform: translate(-83px, -122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(144deg);
        -moz-transform: translate(40px, -72px) rotate(144deg);
        -ms-transform: translate(40px, -72px) rotate(144deg);
        -o-transform: translate(40px, -72px) rotate(144deg);
        transform: translate(40px, -72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(36deg);
        -moz-transform: translate(-73px, 1px) rotate(36deg);
        -ms-transform: translate(-73px, 1px) rotate(36deg);
        -o-transform: translate(-73px, 1px) rotate(36deg);
        transform: translate(-73px, 1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(72deg);
        -moz-transform: translate(-141px, -72px) rotate(72deg);
        -ms-transform: translate(-141px, -72px) rotate(72deg);
        -o-transform: translate(-141px, -72px) rotate(72deg);
        transform: translate(-141px, -72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(108deg);
        -moz-transform: translate(-83px, -122px) rotate(108deg);
        -ms-transform: translate(-83px, -122px) rotate(108deg);
        -o-transform: translate(-83px, -122px) rotate(108deg);
        transform: translate(-83px, -122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(144deg);
        -moz-transform: translate(40px, -72px) rotate(144deg);
        -ms-transform: translate(40px, -72px) rotate(144deg);
        -o-transform: translate(40px, -72px) rotate(144deg);
        transform: translate(40px, -72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

/*===== SERVICE 2 =====*/
.single-service-2 .service-icon {
    margin-top: 5px;
}

.single-service-2 .service-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px dashed #f14836;
    font-size: 36px;
    color: #f14836;
}

.single-service-2 .service-content {
    padding-left: 30px;
}

.single-service-2 .service-content .title a {
    font-weight: 600;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #222;
}

.single-service-2 .service-content .text {
    padding-top: 20px;
}

.single-service-2.service-2 .service-icon i {
    border-color: #f23559;
    color: #f23559;
}

.single-service-2.service-6 .service-icon i {
    border-color: #f23559;
    color: #f23559;
}

.single-service-2.service-6 .service-content .title a {
    color: #fff;
}

/*===== SERVICE 3 =====*/
.services-3 {
    border-color: #d0ddea !important;
}

.services-6 {
    border-color: rgba(20, 83, 151, 0.3) !important;
}

.single-service-3 .service-icon {
    display: inline-block;
    position: relative;
    width: 100px;
}

.single-service-3 .service-icon i {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-service-3 .service-content {
    padding-top: 45px;
}

.single-service-3 .service-content .service-title a {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-service-3 .service-content .service-title a:hover {
    color: #f14836;
}

.single-service-3 .service-content .text {
    padding-top: 15px;
}

.single-service-3 .service-content .more {
    color: #798795;
    font-size: 36px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 30px;
}

.single-service-3 .service-content .more:hover {
    color: #f14836;
}

.single-service-3.service-color .service-content .service-title a:hover {
    color: #164aa9;
}

.single-service-3.service-color .service-content .more:hover {
    color: #164aa9;
}

.single-service-3.service-6 .service-content .service-title a {
    color: #fff;
}

.single-service-3.service-6 .service-content .service-title a:hover {
    color: #f23559;
}

.single-service-3.service-6 .service-content .more:hover {
    color: #f23559;
}

/*===========================
       8.TESTIMONIAL css
===========================*/
.testimonial-left-content .testimonial-line {
    padding-top: 10px;
}

.testimonial-left-content .testimonial-line li {
    height: 5px;
    background-color: #fde4e1;
    display: inline-block;
    border-radius: 50px;
    margin-right: 3px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(1) {
    width: 40px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(2) {
    width: 15px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(3) {
    width: 10px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(4) {
    width: 5px;
}

.testimonial-left-content .text {
    padding-top: 15px;
}

.testimonial-right-content {
    position: relative;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    max-width: 500px;
    padding-top: 50px;
}

.testimonial-right-content .quota {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.1;
}

.testimonial-right-content .quota i {
    font-size: 130px;
    line-height: 95px;
    color: #f14836;
}

.testimonial-right-content.testimonial-right-content-5 {
    background: -webkit-linear-gradient(left, rgba(62, 44, 234, 0.05) 0%, rgba(75, 179, 249, 0.05) 100%);
    background: -o-linear-gradient(left, rgba(62, 44, 234, 0.05) 0%, rgba(75, 179, 249, 0.05) 100%);
    background: linear-gradient(to right, rgba(62, 44, 234, 0.05) 0%, rgba(75, 179, 249, 0.05) 100%);
}

.testimonial-right-content.testimonial-right-content-5 .quota i {
    color: #3e2cea;
}

.testimonial-content-wrapper {
    position: relative;
    left: 70px;
}

@media (max-width: 767px) {
    .testimonial-content-wrapper {
        left: 0;
    }
}

.single-testimonial {
    background-color: #fff;
    padding: 40px 30px 50px;
    border-radius: 50px;
}

.single-testimonial .testimonial-text .text {
    font-size: 24px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 36px;
    color: #222;
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .single-testimonial .testimonial-text .text {
        font-size: 18px;
        line-height: 32px;
    }
}

.single-testimonial .testimonial-author {
    border-top: 1px solid #d0ddea;
    padding-top: 50px;
}

.single-testimonial .testimonial-author .author-info .author-image img {
    border-radius: 50%;
    width: 70px;
}

.single-testimonial .testimonial-author .author-info .author-name {
    padding-left: 30px;
}

.single-testimonial .testimonial-author .author-info .author-name .name {
    font-size: 16px;
    font-weight: 700;
    color: #e83e8c;
}

.single-testimonial .testimonial-author .author-info .author-name .sub-title {
    font-size: 14px;
    color: #798795;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .single-testimonial .testimonial-author .author-review {
        padding-left: 100px;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-testimonial .testimonial-author .author-review {
        padding-left: 0;
        padding-top: 15px;
    }
}

.single-testimonial .testimonial-author .author-review .star li {
    display: inline-block;
    font-size: 14px;
    color: #ffa800;
}

.single-testimonial .testimonial-author .author-review .review {
    font-size: 14px;
    color: #222;
    margin-top: 5px;
}

.single-testimonial.single-testimonial-6 {
    background-color: #04022e;
}

.single-testimonial.single-testimonial-6 .testimonial-text .text {
    color: #fff;
}

.single-testimonial.single-testimonial-6 .testimonial-author .author-info .author-name .name {
    color: #f23559;
}

.single-testimonial.single-testimonial-6 .testimonial-author .author-review .review {
    color: #fff;
}

.testimonial-active .slick-arrow {
    position: absolute;
    bottom: 0;
    left: -670px;
    font-size: 22px;
    cursor: pointer;
    color: #798795;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.testimonial-active .slick-arrow:hover {
    color: #000;
}

.testimonial-active .slick-arrow.next {
    left: -635px;
}

/*===== TESTIMONIAL 2 =====*/
.testimonial-content-2 {
    position: relative;
    background-color: #f6f6f6;
    border-radius: 20px;
    padding-top: 50px;
    padding-left: 70px;
}

@media (max-width: 767px) {
    .testimonial-content-2 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-content-2 {
        padding-left: 70px;
    }
}

.testimonial-content-2 .quota {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.1;
}

.testimonial-content-2 .quota i {
    font-size: 130px;
    line-height: 95px;
    color: #f14836;
}

.testimonial-content-2.testimonial-content-6 {
    background-color: #030123;
}

.testimonial-content-2.testimonial-content-6 .quota i {
    color: #3e2cea;
}

.testimonial-content-wrapper-2 {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.testimonial-content-wrapper-2.testimonial-content-wrapper-6 {
    background-color: #04022e;
}

.testimonial-active-2 .slick-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -70px;
    left: 0;
}

.testimonial-active-2 .slick-dots li {
    display: inline-block;
    margin: 0 2px;
}

.testimonial-active-2 .slick-dots li button {
    background-color: #d9d9d9;
    height: 5px;
    border-radius: 50px;
    font-size: 0;
    padding: 0;
    border: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.testimonial-active-2 .slick-dots li.slick-active button {
    background-color: #f14836;
}

.testimonial-active-2 .slick-dots li:nth-of-type(1) button {
    width: 40px;
}

.testimonial-active-2 .slick-dots li:nth-of-type(2) button {
    width: 15px;
}

.testimonial-active-2 .slick-dots li:nth-of-type(3) button {
    width: 10px;
}

.testimonial-active-2 .slick-dots li:nth-of-type(4) button {
    width: 5px;
}

.testimonial-active-2.testimonial-6 .slick-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -70px;
    left: 0;
}

.testimonial-active-2.testimonial-6 .slick-dots li {
    display: inline-block;
    margin: 0 2px;
}

.testimonial-active-2.testimonial-6 .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.15);
}

.testimonial-active-2.testimonial-6 .slick-dots li.slick-active button {
    background-color: #f23559;
}

/*===== TESTIMONIAL 3 =====*/
.testimonial-wrapper-3 {
    position: relative;
    background-color: #f23559;
    border-radius: 20px;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-wrapper-3 {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper-3 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }
}

.testimonial-wrapper-3 .quota {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.15;
}

.testimonial-wrapper-3 .quota i {
    font-size: 130px;
    line-height: 95px;
    color: #fff;
}

.testimonial-content-3 {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.single-testimonial-3 {
    background-color: #fff;
    padding: 40px 30px 50px;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .single-testimonial-3 {
        padding: 20px 20px 30px;
    }
}

.single-testimonial-3 .testimonial-text .text {
    font-size: 24px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 48px;
    color: #222;
    padding-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-testimonial-3 .testimonial-text .text {
        line-height: 35px;
    }
}

@media (max-width: 767px) {
    .single-testimonial-3 .testimonial-text .text {
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-testimonial-3 .testimonial-text .text {
        font-size: 18px;
        line-height: 32px;
    }
}

.single-testimonial-3 .testimonial-author {
    border-top: 1px solid #d0ddea;
    padding-top: 50px;
}

.single-testimonial-3 .testimonial-author .author-info .author-image img {
    border-radius: 50%;
}

.single-testimonial-3 .testimonial-author .author-info .author-name {
    padding-left: 30px;
}

.single-testimonial-3 .testimonial-author .author-info .author-name .name {
    font-size: 16px;
    font-weight: 700;
    color: #f14836;
}

.single-testimonial-3 .testimonial-author .author-info .author-name .sub-title {
    font-size: 14px;
    color: #798795;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .single-testimonial-3 .testimonial-author .author-review {
        padding-left: 100px;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-testimonial-3 .testimonial-author .author-review {
        padding-left: 0;
        padding-top: 15px;
    }
}

.single-testimonial-3 .testimonial-author .author-review .star li {
    display: inline-block;
    font-size: 14px;
    color: #ffa800;
}

.single-testimonial-3 .testimonial-author .author-review .review {
    font-size: 14px;
    color: #222;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .single-testimonial-3 .testimonial-author .review-title {
        padding-left: 100px;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-testimonial-3 .testimonial-author .review-title {
        padding-left: 0;
        padding-top: 15px;
    }
}

.single-testimonial-3 .testimonial-author .review-title .title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-testimonial-3 .testimonial-author .review-title .title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .single-testimonial-3 .testimonial-author .review-title .title {
        font-size: 20px;
    }
}

.single-testimonial-3 .testimonial-author .review-title .title span {
    font-weight: 400;
}

/*===========================
       10.FOOTER css
===========================*/
.footer-about .text {
    padding-top: 25px;
    font-size: 16px;
}

.footer-title .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
}

.footer-link ul li {
    margin-top: 10px;
}

.footer-link ul li a {
    font-size: 16px;
    color: #798795;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-link ul li a:hover {
    color: #222;
}

.footer-contact .text {
    font-size: 16px;
    padding-top: 15px;
}

.footer-contact .social li {
    display: inline-block;
    margin-right: 26px;
}

.footer-contact .social li:last-child {
    margin-right: 0;
}

.footer-contact .social li a {
    font-size: 26px;
    color: #798795;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-contact .social li a:hover {
    color: #f14836;
}

.footer-copyright {
    padding: 25px;
    border-top: 1px solid #d0ddea;
}

.footer-copyright .text {
    font-size: 16px;
}

.footer-copyright .text a {
    color: #f14836;
}

/*===== BACK TO TOP =====*/
.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: #FF2C69;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}

.back-to-top:hover {
    color: #fff;
    background-color: #f14836;
}

/*===== FOOTER 3 =====*/
.footer-3 {
    position: relative;
    padding-top: 90px;
}

@media (max-width: 767px) {
    .footer-3 {
        padding-top: 20px;
    }
}

.footer-3 .footer-shape {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .footer-3 .footer-shape {
        top: -5px;
    }
}

.footer-3 .footer-shape img {
    width: 100%;
}

.footer-3 .footer-about .text {
    color: #fff;
}

.footer-3 .footer-title .title {
    color: #fff;
}

.footer-3 .footer-link ul li a {
    color: #fff;
}

.footer-3 .footer-link ul li a:hover {
    color: #FF2C69;
}

.footer-3 .footer-contact .text {
    color: #fff;
}

.footer-3 .footer-contact .social li a {
    color: #fff;
}

.footer-3 .footer-contact .social li a:hover {
    color: #FF2C69;
}

.copyright-3 {
    padding: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.copyright-3 .text {
    color: #fff;
}

.copyright-3 .text a {
    color: #f23559;
}

/*===========================
      11.PAGE BANNER css
===========================*/
.page-banner {
    padding-top: 135px;
    padding-bottom: 135px;
    height: 290px;
}

.page-banner-3 {
    padding-top: 90px;
    padding-bottom: 90px;
    height: 100px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 1400px) {
    .page-banner-3 {
        height: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-3 {
        padding-top: 50px;
        padding-bottom: 50px;
        height: 100px;
        position: relative;
        z-index: 5;
    }
}

@media (max-width: 767px) {
    .page-banner-3 {
        padding-top: 50px;
        padding-bottom: 50px;
        height: 100px;
        position: relative;
        z-index: 5;
    }
}

.banner-text {
    color: #fff;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .page-banner {
        padding-top: 175px;
        padding-bottom: 90px;
    }
}

.page-banner-content .page-title {
    font-size: 60px;
    font-weight: 400;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner-content .page-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .page-banner-content .page-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-banner-content .page-title {
        font-size: 34px;
    }
}

.page-banner-content .page-title b {
    font-weight: 700;
}

.page-banner-content .page-title span {
    font-weight: 700;
    color: #f14836;
    display: contents;
}

.page-banner-content.banner-content-2 .page-title {
    color: #fff;
}

.page-banner-content.banner-content-2 .page-title span {
    color: #fff;
}

/*===========================
         13.FAQ css
===========================*/
.faq-accordion .accordion .card {
    border: 0;
    background: none;
}

.faq-accordion .accordion .card .card-header {
    padding: 0;
    border: 0;
    background: none;
    margin-top: 40px;
}

.faq-accordion .accordion .card .card-header a {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #222;
    display: block;
    position: relative;
    padding-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq-accordion .accordion .card .card-header a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .faq-accordion .accordion .card .card-header a {
        font-size: 16px;
    }
}

.faq-accordion .accordion .card .card-header a::before {
    content: '\E957';
    font-family: 'LineIcons';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-accordion .accordion .card .card-header .collapsed::before {
    content: '\E959';
}

.faq-accordion .accordion .card .card-body {
    padding: 20px 20px 0;
}

.faq-accordion.faq-accordion-6 .accordion .card .card-header a {
    color: #f14836;
}

.faq-accordion.faq-accordion-6 .accordion .card .card-header a.collapsed {
    color: #fff;
}

.faq-image img {
    width: 100%;
}

/*===========================
       14.PROCESS css
===========================*/

.process-image {
    border-radius: 25px;
}

.single-process .process-icon .icon {
    width: 30px;
    height: 30px;
    line-height: 32px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    z-index: 5;
}

.single-process .process-icon .icon::before, .single-process .process-icon .icon::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    z-index: -1;
}

.single-process .process-icon .icon::after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.single-process .process-icon .icon i {
    color: #fff;
    font-size: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.single-process .process-icon .icon-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.single-process .process-icon .icon-title span {
    font-weight: 400;
}

.single-process .process-content .process-title a {
    font-size: 24px;
    color: #222;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-process .process-content .process-title a:hover {
    color: #f14836;
}

.single-process .process-content .text {
    padding-top: 20px;
    font-size: 16px;
}

.single-process .process-content .more {
    font-size: 36px;
    color: #798795;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-process .process-content .more:hover {
    color: #f14836;
}

.single-process.process-color-1 .process-icon .icon {
    background-color: #6360f4;
}

.single-process.process-color-1 .process-icon .icon::before, .single-process.process-color-1 .process-icon .icon::after {
    background-color: #6360f4;
}

.single-process.process-color-2 .process-icon .icon {
    background-color: #f23559;
}

.single-process.process-color-2 .process-icon .icon::before, .single-process.process-color-2 .process-icon .icon::after {
    background-color: #f23559;
}

.single-process.process-color-3 .process-icon .icon {
    background-color: #35f2e7;
}

.single-process.process-color-3 .process-icon .icon::before, .single-process.process-color-3 .process-icon .icon::after {
    background-color: #35f2e7;
}

.single-process.process-color-4 .process-icon .icon {
    background-color: #1ecf92;
}

.single-process.process-color-4 .process-icon .icon::before, .single-process.process-color-4 .process-icon .icon::after {
    background-color: #1ecf92;
}

.single-process.process-color-5 .process-icon .icon {
    background-color: #781ceb;
}

.single-process.process-color-5 .process-icon .icon::before, .single-process.process-color-5 .process-icon .icon::after {
    background-color: #781ceb;
}

.single-process.process-color-6 .process-icon .icon {
    background-color: #54b2f8;
}

.single-process.process-color-6 .process-icon .icon::before, .single-process.process-color-6 .process-icon .icon::after {
    background-color: #54b2f8;
}

.process-content .process-icon .icon {
    width: 30px;
    height: 30px;
    line-height: 32px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    z-index: 5;
    text-align: center;
}

.process-content .process-icon .icon::before, .process-content .process-icon .icon::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    z-index: -1;
}

.process-content .process-icon .icon::after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.process-content .process-icon .icon i {
    color: #fff;
    font-size: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.process-content .process-icon .icon-title {
    font-size: 18px;
    font-weight: 700;
    color: #798795;
    padding-left: 15px;
    font-family: "Poppins", sans-serif;
}

.process-content .process-icon .icon-title span {
    font-weight: 400;
}

.process-content .process-text .process-title {
    font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-content .process-text .process-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .process-content .process-text .process-title {
        font-size: 24px;
    }
}

.process-content .process-text .process-title span {
    font-weight: 400;
    display: contents;
}

.process-content .process-text .text {
    padding-top: 20px;
    font-size: 16px;
}

.process-content.process-color-1 .process-icon .icon {
    background-color: #f23559;
}

.process-content.process-color-1 .process-icon .icon::before, .process-content.process-color-1 .process-icon .icon::after {
    background-color: #f23559;
}

.process-content.process-color-2 .process-icon .icon {
    background-color: #1574ff;
}

.process-content.process-color-2 .process-icon .icon::before, .process-content.process-color-2 .process-icon .icon::after {
    background-color: #1574ff;
}

.process-content.process-color-3 .process-icon .icon {
    background-color: #2dc322;
}

.process-content.process-color-3 .process-icon .icon::before, .process-content.process-color-3 .process-icon .icon::after {
    background-color: #2dc322;
}

.process-content.process-color-4 .process-icon .icon {
    background-color: #000;
}

.process-content.process-color-4 .process-icon .icon::before, .process-content.process-color-4 .process-icon .icon::after {
    background-color: #000;
}

/*===========================
   16.PROTFOLIO DETAILS css
===========================*/

.contact-us-link {
    color: #1DA4F8
}

.corona-iframe-wrapper {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.corona-iframe {
    display: block;
    margin: 0 auto;
    position: absolute;
    width: 1px;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    overflow: hidden;
}

.feature-logo {
    filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.contact-btn {
    margin-top: 20px;
    background-size: 200%;
    padding: 0 50px;
    background: -webkit-linear-gradient(left, #84D0FF 0%, #1DA4F8 50%, #84D0FF 100%);
    background: -o-linear-gradient(left, #84D0FF 0%, #1DA4F8 50%, #84D0FF 100%);
    background: linear-gradient(to right, #84D0FF 0%, #1DA4F8 50%, #84D0FF 100%);
    border: 0;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    background-size: 200%;
    color: #fff;
}

.contact-btn:hover {
    background-position: right center;
    color: #fff;
}

.contact-btn:disabled,
.contact-btn[disabled] {
    background: #f8f9fa;
    color: #666666;
    cursor: auto;
}

.contact-check {
    background: #1DA4F8
}

.cta-btn {
    margin-top: 20px;
    background-size: 200%;
    padding: 0 50px;
    background: -webkit-linear-gradient(left, #F73B99 0%, #FF2C69 50%, #F73B99 100%);
    background: -o-linear-gradient(left, #F73B99 0%, #FF2C69 50%, #F73B99 100%);
    background: linear-gradient(to right, #F73B99 0%, #FF2C69 50%, #F73B99 100%);
    border: 0;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    background-size: 200%;
    color: #fff;
}

.cta-btn:hover {
    background-position: right center;
    color: #fff;
}

.product-back-btn a {
    font-weight: bolder;
    color: #1DA4F8;
}

.product-btn {
    margin-top: 20px;
    background-size: 200%;
    padding: 0 50px;
    background: -webkit-linear-gradient(left, #84D0FF 0%, #1DA4F8 50%, #84D0FF 100%);
    background: -o-linear-gradient(left, #84D0FF 0%, #1DA4F8 50%, #84D0FF 100%);
    background: linear-gradient(to right, #84D0FF 0%, #1DA4F8 50%, #84D0FF 100%);
    border: 0;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    background-size: 200%;
    color: #fff;
}

.product-btn:hover {
    background-position: right center;
    color: #fff;
}

.product_image {
    height: 60px
}

.portfolio-details-image .tab-content img {
    width: 100%;
}

.portfolio-details-image .tab-content .tab-pane img {
    /*border: 2px solid rgb(70, 71, 71);*/
}

.portfolio-details-image .nav {
    padding-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 767px) {
    .portfolio-details-image .nav {
        padding-top: 30px;
        margin-left: -5px;
        margin-right: -5px;
    }
}

.portfolio-details-image .nav .nav-item {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}

.portfolio-details-image .nav .nav-item-secondary {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .portfolio-details-image .nav .nav-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .portfolio-details-image .nav .nav-item-secondary {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.portfolio-details-image .nav a {
    position: relative;
}

.portfolio-details-image .nav a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    border: 5px solid #FF2C69;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .portfolio-details-image .nav a::before {
        border: 2px solid #f14836;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-details-image .nav a::before {
        border: 3px solid #f14836;
    }
}

.portfolio-details-image .nav a.active::before {
    opacity: 1;
}

.portfolio-details-image .nav a img {
    width: 100%;
}

.portfolio-details-image.portfolio-details-image-2 .nav {
    padding-top: 0;
}

.portfolio-details-image.portfolio-details-image-2 .nav .nav-item {
    width: 100%;
    margin-top: 30px;
}

.portfolio-details-image.portfolio-details-image-2 .nav .nav-item-secondary {
    width: 100%;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-details-image.portfolio-details-image-2 .nav .nav-item {
        width: 33.33%;
    }

    .portfolio-details-image.portfolio-details-image-2 .nav .nav-item-secondary {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .portfolio-details-image.portfolio-details-image-2 .nav .nav-item {
        width: 33.33%;
    }

    .portfolio-details-image.portfolio-details-image-2 .nav .nav-item-secondary {
        width: 33.33%;
    }
}

.portfolio-details-image.portfolio-details-image-2 .nav .nav-item:first-child {
    margin-top: 0;
}

.portfolio-details-image.portfolio-details-image-2 .nav .nav-item-secondary:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-details-image.portfolio-details-image-2 .nav .nav-item:first-child {
        margin-top: 30px;
    }

    .portfolio-details-image.portfolio-details-image-2 .nav .nav-item-secondary:first-child {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .portfolio-details-image.portfolio-details-image-2 .nav .nav-item:first-child {
        margin-top: 30px;
    }

    .portfolio-details-image.portfolio-details-image-2 .nav .nav-item-secondary:first-child {
        margin-top: 30px;
    }
}

.portfolio-details-image.portfolio-details-image-2 .nav a img {
    width: 100%;
    height: 140px;
    object-position: center;
    object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-details-image.portfolio-details-image-2 .nav a img {
        height: 108px;
    }
}

@media (max-width: 767px) {
    .portfolio-details-image.portfolio-details-image-2 .nav a img {
        height: 80px;
    }
}

.portfolio-details-content {
    padding-top: 90px;
}

@media (max-width: 767px) {
    .portfolio-details-content {
        padding-top: 60px;
    }
}

.portfolio-details-content .portfolio-sub-title {
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #e83e8c;
}

.portfolio-details-content .portfolio-title {
    font-size: 32px;
    color: #000;
    font-weight: 500;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .portfolio-details-content .portfolio-title {
        font-size: 26px;
    }
}

.portfolio-details-content .text {
    margin-top: 15px;
}

.portfolio-details-content .portfolio-cdws {
    padding-top: 25px;
}

.portfolio-details-content .portfolio-cdws .single-cdws .cdws-icon i {
    font-size: 24px;
    color: #000;
}

.portfolio-details-content .portfolio-cdws .single-cdws .cdws-content {
    padding-left: 30px;
}

.portfolio-details-content .portfolio-cdws .single-cdws .cdws-content .cdws-title {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #000;
}

.portfolio-details-content .portfolio-cdws .single-cdws .cdws-content .text {
    margin-top: 5px;
}

/*===========================
    15. PARTNERS DETAILS  css
===========================*/

.partners-image-container {
    max-width: 100%;
    height: 90px;
    margin-bottom: 10px;
}

.partners-image {
    max-width: 100%;
    max-height: 60px;
    text-align: center;
}

.partners-image-square {
    max-width: 70px;
    text-align: center;
}

.single-partner {
    margin-top: 100px;
    text-align: center;
}

.partner-link {
    color: #1DA4F8;
}

.partner-link:hover {
    color: #4068AE;
}

.partner-content {
    min-height: 75px
}

/*===========================
         16.BL0G css
===========================*/
.jssocials-share-link {
    border-radius: 50%;
}

.single-blog .blog-image {
    position: relative;
    display: block;
    height: 220px;
}

.single-blog .blog-image a {
    position: relative;
    display: block;
    height: 220px;
}

.single-blog .blog-image a img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
}

.single-blog .blog-content {
    padding-top: 25px;
}

.single-blog .blog-content .blog-title a {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    height: 115px;
    /*overflow: scroll;*/
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .blog-title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .single-blog .blog-content .blog-title a {
        font-size: 20px;
        height: 0;
    }

    .single-blog {
        margin-bottom: 25px;
    }
}

.single-blog .blog-content .blog-title a:hover {
    color: #f14836;
}

.single-blog .blog-content .blog-author {
    padding-top: 20px;
}

.single-blog .blog-content .blog-author .author-image img {
    width: 65px;
    border-radius: 50%;
}

.single-blog .blog-content .blog-author .author-content {
    padding-left: 20px;
}

.single-blog .blog-content .blog-author .author-content .sub-title {
    font-size: 14px;
    color: #e83e8c;
    font-weight: 400;
}

.single-blog .blog-content .blog-author .author-content .text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}

.single-blog.blog-2 .blog-content .blog-title a:hover {
    color: #164aa9;
}

.single-blog.blog-3 .blog-content .blog-title a:hover {
    color: #05de7d;
}

.single-blog.blog-5 .blog-content .blog-title a:hover {
    color: #3969bf;
}

.single-blog.blog-6 .blog-content .blog-title a {
    color: #fff;
}

.single-blog.blog-6 .blog-content .blog-title a:hover {
    color: #f23559;
}

.single-blog.blog-6 .blog-content .blog-author {
    padding-top: 20px;
}

.single-blog.blog-6 .blog-content .blog-author .author-content .sub-title {
    color: #e83e8c;
}

.blog-btn .main-btn {
    border: 0;
    background: -webkit-linear-gradient(left, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
    background: -o-linear-gradient(left, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
    background: linear-gradient(to right, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
    background-size: 200%;
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
}

.blog-btn .main-btn:hover {
    background-position: right center;
    color: #fff;
}

.blog-details-content .details-image img {
    width: 100%;
}

.blog-details-content .details-title {
    font-size: 24px;
    font-weight: 600;
    max-width: 680px;
    margin-top: 45px;
}

@media (max-width: 767px) {
    .blog-details-content .details-title {
        font-size: 20px;
    }
}

.blog-details-content .text {
    margin-top: 35px;
}

.blog-details-content .blockquote {
    padding: 65px 50px;
    background: -webkit-linear-gradient(#3e2cea 0%, #4bb3f9 100%);
    background: -o-linear-gradient(#3e2cea 0%, #4bb3f9 100%);
    background: linear-gradient(#3e2cea 0%, #4bb3f9 100%);
    position: relative;
    border-radius: 5px;
    margin-top: 45px;
    z-index: 5;
}

@media (max-width: 767px) {
    .blog-details-content .blockquote {
        padding: 25px 30px;
    }
}

.blog-details-content .blockquote .quote {
    color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0.15;
    z-index: -1;
}

.blog-details-content .blockquote .text {
    margin-top: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    line-height: 48px;
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-content .blockquote .text {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .blog-details-content .blockquote .text {
        font-size: 20px;
        line-height: 35px;
    }
}

.blog-details-content .blockquote .text i {
    font-size: 16px;
    position: relative;
}

.blog-details-content .blockquote .text i.fa-quote-left {
    top: -16px;
    left: 5px;
}

.blog-details-content .blockquote .text i.fa-quote-right {
    bottom: -6px;
}

.blog-details-content .details-list {
    padding-top: 5px;
    padding-left: 20px;
}

.blog-details-content .details-list li {
    font-size: 16px;
    color: #798795;
    margin-top: 25px;
    list-style: decimal;
}

.blog-details-content .blog-share {
    border-top: 1px solid #d0ddea;
    padding-top: 25px;
    margin-top: 60px;
}

.blog-details-content .blog-share span {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    font-family: "Poppins", sans-serif;
}

.blog-details-content .blog-share .social li {
    display: inline-block;
    margin-left: 10px;
}

.blog-details-content .blog-share .social li a {
    font-size: 16px;
}

.blog-details-content .blog-share .social li a.color-1 {
    color: #45619d;
}

.blog-details-content .blog-share .social li a.color-2 {
    color: #42c0fb;
}

.blog-details-content .blog-share .social li a.color-3 {
    color: #E1306C;
}

.blog-details-content .blog-share .social li a.color-4 {
    color: #0077B5;
}

.blog-category {
    border: 1px solid #d0ddea;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog-category .category-title {
    border: 1px solid #d0ddea;
    padding: 15px 30px;
}

.blog-category .category-title .title {
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

.blog-category .category-title .title i {
    color: #E1306C;
    margin-right: 8px;
}

.blog-category .category-list {
    padding: 5px 30px 30px;
}

.blog-category .category-list ul li {
    margin-top: 20px;
}

.blog-category .category-list ul li a {
    font-size: 14px;
    color: #798795;
    display: block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-category .category-list ul li a:hover {
    color: #E1306C;
}

.blog-category .category-list ul li a i {
    float: right;
    margin-top: 5px;
}

.blog-category .category-more {
    padding: 15px 30px;
    border-top: 1px solid #d0ddea;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog-category .category-more a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-category .category-more a:hover {
    color: #E1306C;
}

.blog-category .category-more a i {
    color: #E1306C;
    margin-right: 8px;
}

.blog-sidebar-wrapper {
    border: 1px solid #d0ddea;
}

.blog-sidebar-wrapper .sidebar-title {
    padding: 15px 30px;
    border-bottom: 1px solid #d0ddea;
}

.sidebar-title-border {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0ddea;
}

.sidebar-title {
    padding-top: 10px;
    text-align: center;
}

.blog-sidebar-wrapper .sidebar-title .title {
    font-size: 18px;
    font-weight: 500;
}

.blog-tag .tag-list {
    padding: 20px 30px 30px;
    border-bottom: 1px solid #d0ddea;
}

.blog-tag .tag-list a {
    padding: 0 10px;
    line-height: 30px;
    border-bottom: 1px solid #d0ddea;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #798795;
    font-size: 14px;
    margin-top: 10px;
}

.blog-tag .tag-list a:hover {
    background-color: #f14836;
    color: #fff;
    border-color: #798795;
}

.blog-project .project-list {
    padding: 20px 30px 30px;
    border-bottom: 1px solid #d0ddea;
}

.blog-project .project-list ul li a {
    color: #798795;
    font-size: 14px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block;
}

.blog-project .project-list ul li a:hover {
    color: #f14836;
}

.blog-project .project-list ul li a span {
    float: right;
}

.blog-ratting .ratting-list {
    padding: 20px 30px 30px;
}

.blog-ratting .ratting-list ul li a {
    color: #798795;
    font-size: 14px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block;
}

.blog-ratting .ratting-list ul li a:hover {
    color: #f14836;
}

.blog-ratting .ratting-list ul li a span {
    float: right;
}

.single-comment-items {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .single-comment-items .comment-author {
        padding-left: 100px;
        padding-bottom: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-comment-items .comment-author {
        padding-left: 0;
        padding-bottom: 0;
    }
}

.single-comment-items .event-logo img {
    max-width: 100%;
    height: 80px;
    text-align: center;
    /*border-radius: 50%;*/
}

.single-comment-items .comment-content {
    background-color: #f6f6f6;
    padding: 15px 15px;
    /*margin-left: 20px;*/
    position: relative;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .single-comment-items .comment-content {
        margin-left: 0;
        padding: 25px 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-comment-items .comment-content {
        margin-left: 20px;
    }
}

/*.single-comment-items .comment-content::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 100px solid #f6f6f6;*/
/*    border-left: 100px solid transparent;*/
/*    top: 0;*/
/*    left: -100px;*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .single-comment-items .comment-content::before {*/
/*        border-top: 0;*/
/*        border-left: 0;*/
/*        border-right: 100px solid transparent;*/
/*        border-bottom: 100px solid #f6f6f6;*/
/*        left: 0;*/
/*        top: -100px;*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 576px) and (max-width: 767px) {*/
/*    .single-comment-items .comment-content::before {*/
/*        position: absolute;*/
/*        border-top: 100px solid #f6f6f6;*/
/*        border-left: 100px solid transparent;*/
/*        border-right: 0;*/
/*        border-bottom: 0;*/
/*        top: 0;*/
/*        left: -100px;*/
/*    }*/
/*}*/

.single-comment-items .comment-content .comment-name {
    font-size: 16px;
    font-weight: 700;
}

.single-comment-items .comment-content .text {
    padding-top: 20px;
    /*padding-bottom: 20px;*/
}

.single-comment-items .comment-content a {
    /*font-size: 14px;*/
    color: #798795;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    /*margin-right: 20px;*/
    /*margin-top: 10px;*/
}

.single-comment-items .comment-content a i {
    margin-right: 8px;
}

.single-comment-items .comment-content a:hover {
    color: #E1306C;
}

.news-logo-image {
    max-width: 100%;
    /*max-height: 100px;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.news-date {
    padding-bottom: 15px;
    color: #e83e8c;
}

/*===========================
      18.CONTACT  css
===========================*/
.contact-area {
    position: relative;
}

.contact-map iframe {
    width: 100%;
    height: 550px;
}

@media (max-width: 767px) {
    .contact-map iframe {
        height: 350px;
    }
}

.contact-map-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-map-2 {
        position: relative;
        width: 100%;
        height: 550px;
    }
}

@media (max-width: 767px) {
    .contact-map-2 {
        position: relative;
        width: 100%;
        height: 550px;
    }
}

.contact-map-2 iframe {
    width: 100%;
    height: 100%;
}

.contact-info-title .title {
    font-size: 32px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #000;
}

.contact-info-title .title i {
    color: #f14836;
    margin-right: 8px;
}

.contact-info-title .title span {
    font-weight: 400;
}

.contact-info-title .text {
    font-size: 16px;
    margin-top: 25px;
}

.single-contact-info .contact-info-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
}

.single-contact-info .contact-info-content {
    padding-left: 20px;
}

.single-contact-info .contact-info-content .text {
    color: #222;
}

.single-contact-info.contact-color-1 .contact-info-icon i {
    background-color: #222;
}

.single-contact-info.contact-color-2 .contact-info-icon i {
    background-color: #f23559;
}

.single-contact-info.contact-color-3 .contact-info-icon i {
    background-color: #4bb3f9;
}

.contact-info {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .contact-info {
        padding-bottom: 0;
    }
}

.contact-wrapper-form .contact-title {
    font-size: 32px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #000;
}

@media (max-width: 767px) {
    .contact-wrapper-form .contact-title {
        font-size: 26px;
    }
}

.contact-wrapper-form .contact-title i {
    color: #E1306C;
    margin-right: 8px;
}

.contact-wrapper-form .contact-title span {
    font-weight: 400;
}

.form-message.error, .form-message.success {
    font-size: 16px;
    color: #222;
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #f7f7fd;
    margin-left: 15px;
}

.form-message.error {
    color: #fc3832;
}

.contact-form label {
    margin-bottom: 25px;
    display: block;
    font-size: 18px;
    color: #222;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    border-radius: 7px;
    background-color: #fff;
    padding: 0 30px;
    height: 65px;
    border: 1px solid #d0ddea;
    color: #222;
    font-size: 18px;
}

.contact-form textarea {
    padding-top: 10px;
    height: 270px;
    resize: none;
}

.contact-form .main-btn {
    border-radius: 50px;
}

/*===========================
       04.ANALYSIS  css
===========================*/
.analysis-title .title {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .analysis-title .title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .analysis-title .title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .analysis-title .title {
        font-size: 24px;
    }
}

/*# sourceMappingURL=style.css.map */
