/*
  Theme Name: Unno - Startup Agency & Business HTML Template
  Author: shilonmahadi7@gmail.com
  Support: shilonmahadi7@gmail.com
  Description: Creative and Agency HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. About
4. Portfolio
5. Service
6. Team
7. FAQ and Testimonials
8. Newsletter
9. Blog
10. Footer
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500&display=swap');

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -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;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #0f1960;
    text-decoration: none;
}

a,
button {
    color: #0f1960;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gilroy';
    font-weight: normal;
    color: #001322;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
    letter-spacing: -0.03em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 100px;
}

h2 {
    font-size: 55px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 24px;
	font-weight: 300;
}

h6 {
    font-size: 13px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    color: #748188;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}

/* button style */

.btn {
    -moz-user-select: none;
    background: #1696e7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    padding: 25px 41px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.btn:hover,
.btn:focus {
    background: #3747b7;
    color: #fff;
    transition: .4s;
    outline: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*:focus {
    outline: none !important;
}

.btn-orange {
    background: #f24837;
}

.btn-white {
    background: #fff;
    color: #1e2c8a;
}

.btn-icon::after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    padding-left: 14px;
    font-size: 16px;
}

.btn-yellow {
    background: #ff8b1a;
}

.btn-blue-deep {
	background: #5b43ff;
}

/*==================== Click Top ====================*/
.scroll-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 35px;
    display: none;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
    padding: 0;
    line-height: 1;
    width: 70px;
    height: 70px;
    border: 0;
    background: #f24837;
    -webkit-animation: jump 3.5s linear infinite;
    animation: jump 3.5s linear infinite;
    cursor: pointer;
}

/*================= Sticky Menu ===============*/

.header-sticky.sticky {
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    background: #A79DFF;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}



.breadcrumb>.active {
    color: #888;
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav div:hover {
    background: #2B96CC;
    color: #fff
}

/* scrollUp */
#scrollUp {
    background: #7DBA2F;
    height: 35px;
    width: 35px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 34px;
}

#scrollUp:hover {
    background: #444;
}

/* Slick Slider Defauls CSS */
.slider-active button.slick-arrow {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    background: none;
    border: 0;
    background: #fff;
    width: 80px;
    font-size: 27px;
    padding: 0;
    color: #444;
    z-index: 9;
    border-radius: 30px
}

.slider-active button.slick-next {
    left: auto;
    right: 30px
}

/* Slick Dots */
.slider-active .slick-dots {
    text-align: center;
    bottom: 30px;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
}

.slider-active .slick-dots li {
    display: inline-block;
    margin: 0 4px
}

.slider-active .slick-dots li button {
    background: no-repeat;
    border: 0;
    height: 10px;
    width: 5px;
    text-indent: -9999px;
    background: #fff;
    transition: .3s;
    padding: 0;
}

.slider-active .slick-dots li.slick-active button {
    height: 15px
}

/* Animation */
.main-circle-shape {
    position: absolute;
    top: 1443px;
    left: -305px;
    animation: 10s rotated infinite linear;
}
.h2service-shape {
    position: absolute;
    top: 665px;
    left: 0;
}
.h2features-shape {
    position: absolute;
    right: 0;
    bottom: -160px;
}
.h2testimonials-shape5 {
    top: -100%;
}

/* Section Title */
.small-title {
    font-family: 'Rubik', sans-serif;
    border-radius: 15px;
    background-color: rgba(242, 72, 55, 0.102);
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7.2px 20px 7.2px 40px;
    position: relative;
    margin-bottom: 26px;
}

.small-title--white {
    background-color: rgba(255, 255, 255, 1);
}

.small-title::before {
    position: absolute;
    content: "\f560";
    left: 0;
    height: 30px;
    width: 30px;
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    background: #f24837;
    top: 0;
    border-radius: 50%;
    color: #fff;
    line-height: 31px;
    transition: .4s;
}
.section-bar {
    display: inline-block;
    width: 72px;
    height: 4px;
    background: #A79DFF;
    position: relative;
    margin-bottom: 20px;
}

.section-bar::before,
.section-bar::after {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
}

.section-bar::before {
    background: #fa870a;
    width: 15px;
}

.section-bar::after {
    width: 7px;
    left: 15px;
    background: #fff;
}
.h2section-title {
    font-size: 45px;
}
.h2section-middle {
    padding: 0 40px;
}
.h2contacts-section h6 {
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #232323;
    font-size: 16px;
    margin-bottom: 20px;
}

.h3small-title {
	background: rgba(91, 67, 255,0.102);
	color: #5b43ff;
	letter-spacing: 0.05em;
}
.h3small-title::before {
	background: #5b43ff;
}

/* :start */

/* Header */
.header-transparrent {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    z-index: 111;
}

.header-user > ul {
    display: inline-flex;
    align-items: center;
}

.header-user > ul li a {
    height: 60px;
    width: 60px;
    line-height: 55px;
    border: 2px solid #212d77;
    text-align: center;
    color: #fff;
    border-right: 0;
    transition: .4s;
    display: block;
}

.header-user > ul li:last-child {
    border-right: 2px solid #212d77;
}


.header-user > ul li:hover a {
    background: #f24837;
    cursor: pointer;
    border-color: transparent;
}

.header-user > ul li a span {
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    line-height: 1px;
    text-align: center;
    margin-bottom: 7px;
}

.header-user > ul li a span:last-child {
    margin-bottom: 0;
}

.header-padding {
    padding-left: 55px;
    padding-right: 55px;
}

.header-user ul li.burger-menu a {
	padding: 21px 15px;
}
.h2logo {
    padding-left: 90px;
    position: relative;
    z-index: 1;
    transition: 0;
}
.header-sticky.sticky .logo.h2logo {
    padding-left: 0;
}
.logo-shape {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: .4s;
}
.header-sticky.sticky .logo-shape {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}
.h2header-padding {
    padding-left: 265px;
    padding-right: 255px;
}
/* Search overlay */
.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    left: 0;
    height: 0vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.89);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    padding: 0 100px;
}

.search-overlay.open {
    height: 100%;
    transition: .7s;
    opacity: 1;
    visibility: visible;
}

.search-input--field {
    width: 100%;
    height: 70px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    font-size: 30px;
    padding: 0;
    color: rgba(255, 255, 255, 1);
    transition: .4s;
}

.search-input--field::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 30px;
}

.search-input--field:focus::placeholder {
    opacity: 0;
}

.search-input--field:focus {
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    transition: .4s;
}

.search-button {
    height: 70px;
    width: 70px;
    background: transparent;
    font-size: 31px;
    color: #fff;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: .4s;
    line-height: 66px;
    display: inline-block;
}

.search-cross {
    position: absolute;
    font-size: 30px;
    top: 50px;
    right: 100px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    transition: .4s;
}
.search-cross:hover {
	color: #f24837;
	transition: .4s;
}
.search-button:hover {
    background: #fff;
    color: #f24837;
}


/* Hero */
.hero-caption {
    padding-left: 275px;
}

.hero-title {
    line-height: 1.02;
}
.h2hero-title {
	font-size: 65px;
	font-weight: 600;
	margin-bottom: 17px;
}
.h2hero-title span {
    color: #ff8b1a;
}

.hero-caption .btn {
    margin-right: 9px;
}

.hero-caption .btn-orange:hover,
.hero-caption .btn-orange:focus {
    background: #fff;
    color: #1e2c8a;
    transition: .3s;
}

.hero-caption .btn-white:hover,
.hero-caption .btn-white:focus {
    background: #f24837;
    color: #fff;
    outline: none;
}

.hero-title {
    line-height: 1.02;
    margin-bottom: 45px;
    position: relative;
}

.hero-caption span {
    position: relative;
}

.hero-caption span::before {
    position: absolute;
    content: "";
    width: 77px;
    height: 77px;
    background: #f24837;
    transform: rotate(-45deg);
    left: -23px;
    top: 13px;
    animation: 20s rotated linear infinite;
}

.hero-bg {
	padding-top: 280px;
    padding-bottom: 515px;
    background-size: cover;
	/* background-position: center center; */
}

.hero-thumb {
    position: absolute;
    right: 0;
    left: 100px;
    top: -80px;
}

.hero-shape {
    position: absolute;
}

.hero-shape1 {
    right: 160px;
    top: 440px;
    animation: rotated 12s infinite linear;
}

.hero-shape2 {
    right: 775px;
    top: 180px;
    animation: rotated 10s infinite linear reverse;
}

.hero-shape3 {
    right: 275px;
    top: 380px;
    animation: rotated 10s infinite linear reverse;
}
.h2hero-bg {
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 195px;
    padding-bottom: 214px;
}

.h2hero-caption>p {
    font-size: 16px;
    color: #797979;
    line-height: 26px;
    margin-bottom: 30px;
}

/* Main Menu */
.main-menu nav ul li {
    display: inline-block;
    margin: 0 35px;
    position: relative;
}
.h2main-menu nav ul li {
    margin: 0 15px;
}

.main-menu>nav>ul>li>a {
    color: #fff;
    font-weight: 700;
    padding: 55px 0;
    display: block;
    font-size: 17px;
    font-family: 'Gilroy';
    transition: .4s;
}

.header-sticky.sticky .main-menu>nav>ul>li>a {
    padding: 25px 0;
}
.header-sticky.sticky .h2main-menu>nav>ul>li>a {
    color: #fff;
}
.main-menu>nav>ul>li.dropdown-icon>a::after {
    content: "\f107";
    vertical-align: middle;
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    padding-left: 9px;
    display: inline list-item;
    transition: .4s;
}

.main-menu nav ul li:hover>a,
.main-menu>nav>ul>li.dropdown-icon:hover>a::after {
    color: #f24837;
    transition: .4s;
}

.header-sticky.sticky .h2main-menu>nav>ul>li:hover>a {
    color: #f24837;
}

.main-menu nav ul li ul.submenu {
    position: absolute;
    background: #ffffff;
    width: 250px;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 25px 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;
    border-top: 5px solid #f24837;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    z-index: 99;
}

.main-menu nav ul li ul.submenu li {
    margin: 0;
    display: block;
}

.main-menu nav ul li ul.submenu li:hover>a {
    color: #f24837;
}

.main-menu nav ul li ul.submenu li a {
    padding: 11px 30px;
    display: block;
    color: #1e2c8a;
}

.main-menu nav ul li ul.submenu li ul.submenu {
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.main-menu nav ul li ul.submenu li:hover>ul.submenu {
    opacity: 1;
    visibility: visible;
}

.main-menu nav ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 96%;
}

.h2main-menu>nav>ul>li>a {
    color: #232323;
}

/*3. About */
.welcome-icon {
    font-size: 24px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #3747b7;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 25px;
}

.welcome-box:hover .welcome-icon {
    background: #fff;
    color: #f24837;
    transition: .4s;
}

.welcome-title {
    margin-bottom: 19px;
    transition: .4s;
}

.welcome-box:hover .welcome-title,
.welcome-box:hover .welcome-text {
    color: #fff;
    transition: .4s;
}

.welcome-link {
    height: 44px;
    width: 44px;
    display: inline-block;
    font-size: 14px;
    border: 2px solid #3747b7;
    line-height: 43px;
    border-radius: 50%;
    color: #3747b7;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -23px;
    background: #fff;
    box-shadow: 0px 30px 59.4px 0.6px rgba(221, 221, 221, 0.59);
}

.welcome-box:hover .welcome-link {
    border-color: transparent;
    color: #f24837;
    box-shadow: 0px 30px 59.4px 0.6px rgba(221, 221, 221, 0.59);
}

.welcome-box {
    padding: 50px 28px;
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 59.4px 0.6px rgba(221, 221, 221, 0.59);
    padding-bottom: 20px;
    transition: .4s;
    position: relative;
}

.welcome-box:hover {
    background: #f24837;
    transition: .4s;
}

.welcome-box1 {
    margin-bottom: 50px;
}

.welcome-text {
    font-size: 14px;
}

.about-text {
    font-size: 15px;
}

.about-right {
    padding-top: 43px;
    padding-left: 40px;
}

/* Features */
.features-icon i {
    font-size: 55px;
    margin-right: 30px;
    margin-bottom: 30px;
    min-width: 70px;
}

.features-text {
    padding-right: 8px;
}

.features-thumb {
    padding-left: 10px;
}

/*4. Portfolio */
.portfolio-videos img {
    width: 100%;
}

.portfolio-thumb>a>img {
    width: 100%;
}

.video-link {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgb(242, 72, 55);
    box-shadow: 0px 10px 29.7px 0.3px rgba(255, 126, 0, 0.77);
    line-height: 120px;
    font-size: 24px;
    padding-left: 0;
    margin: 0 auto;
    cursor: pointer;
    display: inline-block;
}

.video-link:hover,
.video-link:focus {
    color: rgb(242, 72, 55);
    background: #fff;
    box-shadow: 0px 10px 29.7px 0.3px rgba(255, 255, 255, 0.77);
    transition: .4s;
}

.h2video-link {
    background: #ff8b1a;
}

.video-link-about {
	position: static;
	transform: translateY(0);
}

.counter-number {
    display: block;
    line-height: 1;
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    font-family: 'Gilroy';
    letter-spacing: -0.03em;
    margin-bottom: 19px;
}

.counter-text {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.portfolio-counter {
    padding: 77px 40px;
}

.single-counter2 {
    padding-top: 30px;
}

.wrapper-padding {
    padding-left: 55px;
    padding-right: 55px;
}

.portfolio-thumb img {
    width: 100%;
}

.portfolio-bg {
    background-repeat: no-repeat;
    background-position: center center;
}
.video-bg {
	padding-top: 300px;
	padding-bottom: 300px;
}
.video-bg::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(55, 71, 183,0.30);
	top: 0;
}
.counter-box > i {
	font-size: 50px;
	color: #f24837;
	display: inline-block;
	margin-bottom: 25px;
}

.counter-box .counter-number {
	color: #001322;
	font-weight: 700;
}
.counter-box .counter-text {
	color: #8a8a8a;
}
.counter-box .counter-number sup {
	top: -.9em;
	color: #f24837;
	font-size: 65%;
}
.services-video {
	margin-top: -110px;
	padding: 215px 15px;
}

/* Portfolio End */

/* 5. Services */
.service-icon {
    font-size: 60px;
    color: #f24837;
    margin-bottom: 30px;
}

.service-title {
    color: #333333;
    margin-bottom: 15px;
}

.services-text {
    color: #7d7d7d;
    margin-bottom: 27px;
}

.service-link {
    font-size: 14px;
    font-weight: 500;
    color: #f24837;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

.service-link:hover,
.service-link:focus {
    color: #3747b7;
}

.service-link::after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    padding-left: 8px;
    font-size: 18px;
    transition: .4s;
}

.service-link::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #f24837;
    transition: .4s;
}

.service-link:hover::before {
    background: #3747b7;
    transition: .4s;
}

.service-icon--transparrent {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(-20deg);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 248.91px;
    color: rgba(99, 48, 251, 0.031);
    transition: .4s;
}

.service-single {
    border-radius: 10px;
    background-color: rgba(242, 72, 55, 0.071);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 60px 50px;
    transition: .4s;
}

.service-single:hover {
    background: #f24837;
    transition: .4s;
}

.service-single:hover .service-icon,
.service-single:hover .services-text,
.service-single:hover .service-title,
.service-single:hover .service-link {
    color: #fff;
    transition: .4s;
}

.service-single:hover .service-link::before {
    background: #fff;
    transition: .4s;
}

.service-single:hover .service-icon--transparrent {
    color: rgba(255, 255, 255, 0.051);
    transition: .4s;
    transform: translateY(-50%) rotate(20deg);
}

.service-single:hover .service-link::after {
    padding-left: 12px;
}
.h2services-box i {
    font-size: 65px;
    margin-bottom: 17px;
}
.h2services-box h3 {
    margin-bottom: 25px;
}
.h2services-box>p {
    font-size: 14px;
    margin-bottom: 0;
}
.h2services-box {
    padding: 70px 33px;
    background: #A79DFF;
    transition: .4s;
}
.h2services-box:hover {
    background: #fa870a;
    transition: .4s;
}
/* 6. Team */
.member-social li {
    display: inline-block;
}

.member-thumb {
	position: relative;
	overflow: hidden;
}

.member-thumb>img {
    width: 100%;
    transition: .4s;
}
.member-box:hover .member-thumb > img {
	transform: scale(1.1) rotate(5deg);
	transition: .4s;
}

.member-thumb::before,
.member-thumb::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background: rgb(242, 72, 55);
    background: -moz-linear-gradient(0deg, rgba(242, 72, 55, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(242, 72, 55, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(242, 72, 55, 1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    bottom: 0;
    right: 0;
    left: 0;
}

.member-box:hover .member-thumb::before,
.member-box:hover .member-thumb::after {
    height: 100%;
    transition: .4s;
    visibility: visible;
    opacity: 1;
}

.member-social {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 1;
}

.member-social li a {
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 37px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 4.5px;
    cursor: pointer;
    transition: .4s;
}

.member-social li:hover a {
    background: #fff;
    color: #f24837;
    transition: .4s;
}

.member-text {
    text-align: center;
    padding-top: 20px;
}

.member-name {
    margin-bottom: 5px;
}

.member-designation {
    font-size: 14px;
    font-weight: 500;
    color: #f24837;
}

.member-social {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}

.member-box:hover .member-social {
    transition: .4s;
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.contacts-col {
    padding-left: 69px;
}

.contact-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* 7. FAQ and Testimonials */
.faq-accordian .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}

.faq-accordian .btn.btn-link {
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    text-transform: capitalize;
    background: transparent;
    padding: 26px 30px 15px;
    border-radius: 7px;
    white-space: normal;
    line-height: 1.5;
}

.faq-accordian .btn.btn-link:visited {
    outline: none;
}

.faq-accordian .btn.btn-link.collapsed:visited {
    outline: none;
}

.faq-accordian .btn.btn-link.collapsed {
	background: #f24837;
	color: #fff;
	padding: 20px 30px 20px;
}

.faq-accordian .card {
    margin-bottom: 15px;
    border-radius: 7px;
    border: 2px solid #e8e8e8;
}

.faq-accordian .btn.btn-link::after {
	content: "\f068";
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	right: 0;
	top: 0;
	height: 46px;
	width: 46px;
	display: inline-block;
	text-align: center;
	line-height: 44px;
	background: #3747b7;
	color: #fff;
	border-radius: 0 7px;
}

.faq-accordian .btn.btn-link.collapsed::after {
    content: "\f067";
}

.faq-accordian .card-body {
    font-size: 15px;
    color: #748188;
    line-height: 26px;
    padding: 0 30px 20px;
}

.faq-accordian>div>.card:last-child {
    margin-bottom: 0;
}
.faq-accordian-two .btn.btn-link.collapsed {
	color: #333333;
	padding: 20px 30px 20px;
	background: transparent;
}
.faq-accordian-two .btn.btn-link {
	padding: 20px 30px 20px;
}

:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.faq-accordian-two .card {
	border: 2px solid transparent;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 29.7px 0.3px rgba(238, 241, 250, 0.4);
	border-radius: 10px;
}

/* Testimonials */
.testimonials-content {
    display: flex;
}

.testi-quato i {
    font-size: 24px;
    height: 60px;
    width: 60px;
    background: #f24837;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 60%;
    margin-right: 31px;
}

.testi-text>p {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 30px;
}

.testi-author {
    display: flex;
    align-items: center;
}

.testi--author-name {
    margin-bottom: 5px;
}

.testi--author-info {
    padding-left: 20px;
}

.testi--author-designation {
    font-size: 14px;
}

.testimonials-arrow {
    position: absolute;
    bottom: -90px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 18.3px;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
    color: #f24837;
    cursor: pointer;
    transition: .4s;
}

.testimonials-arrow.arrow-right {
    left: 65px;
}

.testimonials-arrow:hover {
    background: #f24837;
    border-color: #f24837;
    color: #fff;
    transition: .4s;
}

/* 8. Newsletter */
.newsletter-box {
    background: #f5f2ff;
    padding-top: 90px;
    padding-bottom: 100px;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
}

.newsletter-title {
    font-size: 46px;
}

.newsletter-input {
    min-height: 90px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 45px;
    padding: 0 50px;
    font-size: 18px;
    color: #748188;
    width: 100%;
}

.newsletter-input::placeholder {
    font-size: 18px;
    color: #748188;
}

.newsletter-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 30px;
    padding: 23px 41px;
    transition: .4s;
}

.newsletter-check.custom-checkbox .custom-control-label::before {
    border-radius: 5px;
}

.newsletter-check .custom-control-label::before {
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    width: 30px;
    height: 30px;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: #6330fb solid 2px;
    transform: translateY(-50%);
}

.newsletter-check .custom-control-label::after {
    position: absolute;
    left: -45px;
    display: block;
    width: 2rem;
    height: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.custom-control-label {
    font-size: 18px;
    color: #748188;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #6330fb;
    border-color: #6330fb;
    background-color: #6330fb;
}

.newsletter-shape {
    position: absolute;
}

.newsletter-shape1 {
    bottom: 0;
    left: 0;
}

.newsletter-shape2 {
    top: 0;
    right: 0;
}

/* 9. Blog */
.blog-bg {
    background: #2c0e6e;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.small-blue--bg {
    background: #6943bb;
}

.blog-thumb {
	margin-bottom: 30px;
	overflow: hidden;
}
.blog-wrapper:hover .blog-thumb img {
    transform: scale(1.1);
    transition: .4s;
    opacity: .65;
}
.blog-thumb img {
    transition: .4s;
    opacity: 1;
}

.blog-thumb>a>img {
    width: 100%;
}

.blog-title {
    color: #b394f8;
    line-height: 1.4;
    margin-bottom: 25px;
    cursor: pointer;
}

.blog-title:hover a,
.blog-title:focus a {
    color: #fff;
}

.blog-link {
    color: #b394f8;
}

.blog-link:hover,
.blog-link:focus {
    color: #f24837;
}

.blog-link::before {
    background: #b394f8;
}

.blog-link:hover::before,
.blog-link:focus::before {
    background: #f24837;
}

.blog-active .testimonials-arrow {
    bottom: auto;
    top: -25%;
    border-color: #f24837;
}

.blog-active .testimonials-arrow.arrow-right {
    left: auto;
    right: 0;
}

.blog-active .testimonials-arrow.arrow-left {
    left: auto;
    right: 70px;
}

.brand-bg {
    background-color: rgb(99, 48, 251);
    box-shadow: 0px 10px 29.7px 0.3px rgba(0, 0, 0, 0.1);
}

.single-brand {
    text-align: center;
}

.single-brand>a,
.single-brand>a>img {
    display: initial;
    text-align: center !important;
}
.h2brand-active {
    border: 3px dashed #f2f2f2;
    padding: 85px 10px;
}
.blog-grid .blog-title, .blog-grid .blog-link {
	color: #001322;
}
.blog-grid .blog-title:hover a {
	color: #f24837;
}
.blog-grid .blog-link {
	color: #748188;
}
.blog-grid .blog-link::before {
	background: #748188;
}
.blog-grid .blog-link:hover {
	color: #f24837;
}
.blog-grid .blog-link:hover::before {
	background: #f24837;
}
.search-form {
	position: relative;
}
.search-form input {
	width: 100%;
	height: 60px;
	background: #ffff;
	padding: 0 25px;
	text-transform: capitalize;
	border: 1px solid #e9e9e9;
    color: #748188;
    font-size: 15px;
}
.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 25px;
	color: #f24837;
	line-height: 60px;
	border: 0;
	background: none;
}
.search-form input:focus::placeholder{
	opacity: 0;
}
.search-form input:focus::-moz-placeholder{
	opacity: 0;
}
.search-form button:hover {
  color: #ff5b5b;
}
.blog-sidebar {
	margin: 0 30px;
}
.blog-grid-shape::after {
	position: absolute;
	content: "";
	background: rgba(255, 114, 0, 0.04);
	min-width: 735px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
}
.widget-box {
	padding: 35px 30px 30px;
	border: 1px solid #e9e9e9;
	background: #fff;
}
.widget-title {
	font-size: 22px;
	padding-bottom: 17px;
	position: relative;
}
.widget-title::after {
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #dfdcfa;
	left: 0;
	right: 0;
}
.widget-title::before {
	width: 60px;
	height: 2px;
	content: "";
	background: #f24837;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.cat > li > a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #748188;
	padding-bottom: 14px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 14px;
}
.cat > li:last-child > a {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom: 0;
}
.cat > li:hover > a {
	color: #f24837;
}
.sidebar-blog-content h6 a {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.4;
}
.sidebar-blog-content > p {
	margin-bottom: 0;
}
.sidebar-blog-content h6 {
	margin-bottom: 5px;
}
.sidebar-blog-thumb {
	margin-right: 19px;
}
.cat-blog li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}
.cat-blog li:last-child {
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 0;
}
.cat-tag {
    overflow: hidden;
}
.cat-tag li {
	float: left;
	line-height: 1;
}
.cat-tag li a {
	text-transform: uppercase;
	border-bottom: 0;
	height: 32px;
	padding: 0 13px;
	line-height: 32px;
	background: #f0f4ff;
	margin: 3px;
}

/* 10. Footer */
.footer-bg {
    background: rgb(99, 48, 251);
}

.footer-logo>img {
    margin-bottom: 23px;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    font-size: 14px;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background: #7d51ff;
    border-radius: 5px;
    cursor: pointer;
    transition: .4s;
    margin-right: 9px;
}

.footer-social ul li:hover a {
    background-color: #f24837;
    transition: .4s;
}

.footer-text {
    margin-bottom: 25px;
}

.footer-title h5 {
    margin-bottom: 20px;
}

.footer-menu ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    position: relative;
    transition: .4s;
}

.footer-menu ul li {
    float: left;
    width: 50%;
}

.footer-menu ul li a::before {
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
}

.footer-menu ul li:hover a,
.footer-menu ul li:focus a {
    color: #f24837;
}

.footer-newsletter input {
    width: 100%;
    height: 50px;
    border: 0;
    padding: 0 20px;
    font-size: 14px;
    color: #748188;
    margin-bottom: 10px;
}

.footer-newsletter input::placeholder {
    color: #748188;
}

.footer-bottom {
    border-top: 2px solid #7a4dff;
}

.footer-copyright>p {
    margin-bottom: 0;
    padding: 15px 0;
}

/* Sidebar */
.sidebar-header {
    position: fixed;
    height: 100%;
    top: 0px;
    left: -10px;
    z-index: 11111;
    animation-name: fadeInOpacity;
    /* transform: translateX(0%); */
    transition: all 0.7s ease 0s;
    width: 100%;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
    overflow-y: scroll;
    stroke-opacity: 0;
    scrollbar-width: none;
    visibility: hidden;
    opacity: 0;
}

.sidebar-header::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

@keyframes fadeInOpacity {
    0% {
        background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    }

    100% {
        background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
    }
}

.sidebar-header.open {
    /* transform: translateX(0%); */
    transition: all 0.7s ease 0s;
    visibility: visible;
    opacity: 1;
    left: 0;
}

.sidebar-content {
    background: rgb(17, 32, 118) none repeat scroll 0% 0%;
    min-height: 100vh;
    width: 320px;
    padding: 35px 25px;
}

.sidebar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 75px;
    padding-bottom: 30px;
    border-bottom: 0.01px solid #2638a3;
}

.sidebar-cross .cross {
    color: #fff;
    font-size: 22px;
    vertical-align: middle;
    cursor: pointer;
}

.sidebar-menu nav ul li a {
    font-size: 17px;
    color: #fff;
    display: block;
    line-height: 1;
    padding: 11px 0;
}

.sidebar-menu nav ul li:hover a {
    color: #f24837;
}

.contacts-icon i {
    height: 55px;
    width: 55px;
    display: inline-block;
    line-height: 55px;
    background: #f24837;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-right: 20px;
}

.contacts-text span {
    color: #e3e3e3;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}

.contact-box .contacts-text span {
	color: #748188;
}

.contact-box .contacts-text > h5 {
	color: #001322;
}

.contact-form .conatct-post-form input, .contact-form .conatct-post-form textarea {
	font-size: 18px;
	font-weight: 500;
	color: #748188;
}

.contact-form .conatct-post-form input::placeholder, .contact-form .conatct-post-form textarea::placeholder {
    color: #748188 !important;
}

#contact-map {
	height: 550px;
}

.contacts-text>h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.sidebar-menu {
    margin-bottom: 50px;
}

.single-contacts {
    margin-bottom: 35px;
}

.single-contacts:last-child {
    margin-bottom: 0;
}

.instagram {
    overflow: hidden;
    margin: 0 -4px;
}

.instagram>a {
    float: left;
    width: 33.33%;
    padding: 0 4px;
    margin-bottom: 7px;
}

.instagram img {
    width: 100%;
}

.sidebar-contacts {
    margin-bottom: 60px;
}

/* Bubble Animation */
.wb {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.wb1 {
    height: 14px;
    width: 14px;
    left: 33px;
    bottom: 64px;
}

.wb2 {
    width: 8px;
    height: 8px;
    left: 70px;
    bottom: 114px;
}

.wb3 {
    width: 12px;
    height: 12px;
    left: 30px;
    bottom: 127px;
}

.wb4 {
    width: 9px;
    height: 9px;
    left: 51px;
    bottom: 191px;
}

/* Home Page Two */
.meta-icon i {
    font-size: 24px;
    color: #ff8b1a;
}
.single-meta {
    display: flex;
    align-items: center;
    margin-left: 28px;
}
.meta-icon {
    margin-right: 12px;
}
.meta-content h6 {
    margin-bottom: 2px;
    font-weight: 700;
    color: #696969;
    font-size: 14px;
}
.meta-content span {
    color: #232323;
}
.h2header-meta {
    display: flex;
    align-items: center;
}
.header-sticky.sticky .meta-content h6 {
    color: #fff;
}
.header-sticky.sticky .meta-content span {
    color: #fff;
}

/* H2 Features */
.h2features-text>p {
    margin-bottom: 22px;
    line-height: 28px;
}
.h2features-text {
    margin-bottom: 35px;
}
.h2features-text2{
    padding-right: 90px;
}
.features-thumb-two {
	margin-left: -110px;
}

/* H2 Testimonials */
.h2testimonials-right {
	padding-left: 60px;
	margin-bottom: 30px;
}
.h2testimonials-text {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 27px;
}
.testimonials-author--name {
    font-size: 20px;
    color: #333333;
    margin-bottom: 5px;
}
.testimonials-author--author {
    color: #fa870a;
    font-size: 14px;
}
.h2testimonials-author--thumb i {
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #ff8b1a;
    color: #fff;
    border-radius: 50%;
    right: 0;
    top: 0;
}
.h2t-active {
    padding: 0 49px;
}
.h2testimonials-shape {
    position: absolute;
    z-index: -1;
}
.h2testimonials-shape1 {
    right: 213px;
    top: 130px;
}
.h2testimonials-shape2 {
    left: 501px;
    top: 130px;
}
.h2testimonials-shape3 {
    left: 173px;
    bottom: 160px;
}
.h2testimonials-shape4 {
    right: 36px;
    bottom: 200px;
    animation: rotated 10s infinite linear;
}
/* H2 Contacts */
.h2contact-bg {
    /*background-color: #0d5bd9;*/
}
.h2contact-bg {
    /*background-color: #A79DFF;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.contacts-email i {
    margin-right: 10px;
}
.h2contact-shape {
    position: absolute;
}
.h2contact-shape1 {
    left: 35px;
    bottom: 35px;
    animation: rotated 14s infinite linear;
}
.h2contact-shape2 {
    right: 35px;
    top: 35px;
    animation: rotated 14s infinite linear alternate-reverse;
}
/* H2 Pricing */
.pricing-title {
    font-size: 45px;
    margin-bottom: 3px;
}
.pricing-amount {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Gilroy';
    vertical-align: middle;
}
.pricing-amount sup {
    font-weight: 500;
    font-size: 20px;
}
.pricing-header {
    background: #ff8b1a;
    text-align: center;
    padding: 59px 15px;
    transition: .4s;
}
.pricing-header-two {
	background: #1c074d;
}
.pricing-hover:hover .pricing-header {
    background: #0d5bd9;
    transition: .4s;
}
.pricing-duration {
    font-size: 14px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Gilroy';
    color: #333333;
    background: #fff;
    padding: 6px 13px;
    border-radius: 5px;
    margin-left: 13px;
}
.price-pack--title {
    font-size: 22px;
    color: #333333;
    margin-bottom: 19px;
}
.package-features ul li {
    position: relative;
    font-size: 16px;
    color: #797979;
    margin-bottom: 17px;
}
.package-features ul li:last-child {
    margin-bottom: 0;
}
.package-features ul {
    margin-bottom: 20px;
}
.package-features>p {
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 35px;
}
.package-features {
    padding: 57px 60px;
    background: rgba(255, 141, 26, 0.06);
    transition: .4s;
}
.package-features-two {
	background: #240a5f;
}
.pricing-hover:hover .package-features {
    background: rgba(13, 91, 217, 0.06);
    transition: .4s;
}
.pricing-button {
    text-align: center;
}
.package-features ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
    color: #ff8b1a;
    font-size: 14px;
    display: inline-block;
    transition: .4s;
}
.pricing-hover:hover .package-features ul li::before {
    color: #0d5bd9;
    transition: .4s;
}
.pricing-btn {
    letter-spacing: 0.2em;
}
.pricing-hover:hover .pricing-btn {
    background-color: #0d5bd9;
    transition: .4s;
}
.package-features-two ul li {
	color: #fff;
}
.package-features-two > p {
    color: #fff;
}
/* H2 Blog */
.h2blog-bg {
    background: #f7f8fc;
}
.h2blog-title {
    color: #333333;
    margin-bottom: 17px;
}
.h2blog-title:hover a,
.h2blog-title a:focus {
    color: #fa870a;
}
.blog-meta {
    padding-top: 26px;
    border-top: 2px solid #f1f1f1;
}
.blog-details-meta {
	padding-top: 0;
	border: 0;
}
.blog-meta>span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 15px;
}
.blog-meta>span>i {
    color: #0d5bd9;
    display: inline-block;
    margin-right: 10px;
}
.h2blog-text {
    margin-bottom: 30px;
}
.h2blog-active .testimonials-arrow {
    border-color: #ff8b1a;
    color: #ff8b1a;
}
.h2blog-active .testimonials-arrow:hover {
	background-color: #ff8b1a;
	color: #fff;
}
.blog-details-quote {
	background: #f24837;
	padding: 45px 40px;
	color: #fff;
	position: relative;
	margin-right: 30px;
}
.blog-details-quote h6 {
	position: relative;
	padding-left: 50px;
	margin-bottom: 0;
}
.blog-details-quote h6::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.blog-details-quote h3 {
	margin-bottom: 20px;
}
.blog-details-quote > i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	text-align: center;
	font-size: 150px;
	color: rgba(255,255,255,0.06);
}
.blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
}

.blog-post-tag a {
	color: #646974;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 15px;
	margin-right: 10px;
	transition: .3s;
	border-radius: 5px;
	margin-bottom: 10px;
}

.blog-post-tag a:hover {
  color: #fff;
  background: #ff5b5b;
  border-color: #ff5b5b;
}

.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  transition: .3s;
  margin-right: 22px;
}

.blog-share-icon a:hover {
  color: #ff5b5b;
}

.blog-share-icon a:last-child {
  margin-right: 0;
}
.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.bakix-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.bakix-navigation span a:hover {
  color: #FE4536;
}

.bakix-navigation h4 {
  font-size: 24px;
  margin: 0;
}

.bakix-navigation h4 a:hover {
  color: #FE4536;
}
.h2testimonials-author--thumb {
	display: inline-block;
	margin-bottom: 30px;
}
#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}
#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}
#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}
#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}
.contact-icon{
    position:relative;
}
.conatct-post-form input {
	height: 55px;
	margin-bottom: 20px;
	padding: 0 2px 0 7px;
	width: 100%;
	font-size: 14px;
	color: #223645;
	border: 1.5px solid #e9e9e9;
	transition: .3s;
}
.conatct-post-form input:focus {
	background: #fff;
	border-color: #FE4536;
}
.conatct-post-form textarea {
	height: 125px;
	margin-bottom: 20px;
	padding: 15px 20px;
	width: 100%;
	color: #223645;
	font-size: 14px;
	border: 1.5px solid #e9e9e9;
	transition: .3s;
	resize: none;
}
.conatct-post-form textarea:focus {
	background: #fff;
	border-color: #FE4536;
}
.contact-icon::after {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	right: 30px;
	top: 18px;
	color: #f24837;
}
.contacts--message::after {
    content: "\f303";
}
.contacts--name::after {
    content: "\f007";
}
.contacts--email::after {
    content: "\f0e0";
}
.contacts--website::after {
    content: "\f367";
}
.contacts-email {
	color: #fff;
	margin-left: 30px;
}
.post-title h3 {
	padding-bottom: 18px;
	position: relative;
}
.post-title h3::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 30px;
	background: #f24837;
	bottom: 0;
	left: 0;
}
.post-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
}

@media (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}

.comments-avatar img {
  width: 100px;
  margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}

.latest-comments li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}

.comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}

.comments-text p {
	margin-top: 8px;
	margin-bottom: 5px;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}

.avatar-name span {
	color: #ff5b5b;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 15px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.reply {
  color: #6f7172;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
  line-height: 1;
  margin-top: 4px;
}

.reply:hover {
  color: #ff5b5b;
}

.reply i {
  margin-right: 5px;
}

/* H2 Footer */
.footer-social ul li.h2facebook a {
    background: #4661c5;
}
.footer-social ul li.h2twitter a {
    background: #1ab2e8;
}
.footer-social ul li.h2instagram a {
    background: #d03086;
}
.footer-social ul li.h2google a {
    background: #ea4335;
}
.footer-social ul li.h2pinterest a {
    background: #e60023;
}
.h2footer-social ul li:hover a {
    opacity: 0.7;
}
.h2footer-menu ul li a {
    color: #8a8a8a;
}
.h2footer-menu ul li a::before {
    color: #ff8b1a;
}
.h2footer-newsletter input {
    border: 1px solid #e5e5e5;
}
.h2footer-bottom {
    border-color: #ededed;
}
.h2scroll-top {
    background: #ff8b1a;
}
.h2footer-menu ul li:hover a {
    color: #ff8b1a;
}

/* H3 Home */
.h3hero-bg {
	background: linear-gradient(180deg, rgb(97, 45, 246) 30%, rgb(15, 25, 96) 100%);
	padding-bottom: 130px;
	padding-top: 225px;
}
.header-user ul .h3burger-menu:last-child {
	border: none;
}
.header-user ul li.h3burger-menu {
	background: #916eff;
	border: none;
}
.header-user ul li.h3burger-menu a,
.header-user ul li.h3burger-menu:hover{
    border: none;
}
.h3header-user {
	display: flex;
	align-items: center;
}
.h3burger-menu {
	margin-right: 12px;
}
.h3hero-caption > span {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 0.2em;
	margin-bottom: 12px;
	display: block;
}
.h3hero-caption > h1 {
	font-size: 65px;
	margin-bottom: 25px;
}
.h3hero-caption > p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 30px;
}
.h3-hero-shape {
	position: absolute;
}
.h3-hero-shape1 {
	top: 0;
	left: 0;
}
.h3-hero-shape2 {
	top: 0;
	right: 0;
}
.h3-hero-shape3 {
	top: 210px;
	right: 0;
	left: 0;
	text-align: center;
	margin: 0 auto;
}
.h3welcome-box {
	padding-bottom: 45px;
}
.h3welcome-icon {
	height: 100px;
	width: 100px;
	line-height: 100px;
	font-size: 35px;
	background: linear-gradient(180deg, rgb(97, 45, 246) 30%, rgba(255, 255, 255, 0) 100%);
}
.h3welcome-link {
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-size: 16px;
}
.h3gray-bg {
	background: #f5f2ff;
}
.h3service-single {
	background-color: #fff;
}
.h3service-single:hover {
	background: #5b43ff;
}
.h3service-single .service-icon {
	color: #5b43ff;
}
.h3service-single .service-link {
	color: #5b43ff;
}
.h3service-single .service-link::before {
	background: #5b43ff;
}
.h3welcome-box:hover {
	background: #5b43ff;
}
.h3welcome-box:hover .welcome-icon {
	color: #5b43ff;
}
.h3welcome-box:hover .welcome-link {
	color: #5b43ff;
}
.h3member-thumb::before, .h3member-thumb::after {
	background: rgb(97, 45, 246);
	background: -moz-linear-gradient(0deg, rgba(97, 45, 246, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(97, 45, 246, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(97, 45, 246, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.h3member-box .member-designation {
	color: #5b43ff;
}
.h3member-box .member-social li:hover a {
	color: #5b43ff;
}
.big-title-less {
	font-size: 45px;
}

/* Page */
.page-bg {
	min-height: 680px;
	display: flex;
	align-items: center;
	padding-top: 80px;
}
.breadcrumb-box nav ol {
	background: transparent;
	justify-content: center;
	color: #fff;
}
.breadcrumb-box nav ol li a, .breadcrumb-box nav ol li {
	font-size: 24px;
	font-weight: 500;
}
.breadcrumb-box nav ol li a {
	color: #f24837;
}
.breadcrumb-box nav ol li.active, .breadcrumb-box nav ol li::before {
	color: #fff !important;
}
.breadcrumb-box .breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 15px;
	color: #6c757d;
	content: "\f101";
	font-family: "Font Awesome 5 Pro";
}
.breadcrumb-box .breadcrumb-item + .breadcrumb-item {
	padding-left: 15px;
}

/* Service Details */
.video-link-service {
	background: #ffff;
	color: #f24837;
	box-shadow: 0px 10px 29.7px 0.3px rgba(255, 255, 255, 0.4);
}
.video-link-service:hover {
	background: #f24837;
	color: #fff;
	box-shadow: 0px 10px 29.7px 0.3px rgba(242, 72, 55, 0.7);
}

/* Portfolio */
.unno-portfolio {
	position: relative;
}

.unno-portfolio::before, .unno-portfolio::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	transform: scale(.9);
	transition: .4s;
	background: rgba(39, 32, 99, 0.7);
    opacity: 0;
    visibility: hidden;
}
.unno-portfolio:hover::before, .unno-portfolio:hover::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.portfolio-view {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	max-width: 65px;
	margin: 0 auto;
	z-index: 11;
}
.unno-portfolio:hover .portfolio-view a i::before {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}
.portfolio-view a i::before {
	background:#f24837;
	color: #fff;
	height: 65px;
	width: 65px;
	display: inline-block;
	border-radius: 50%;
	line-height: 68px;
	font-size: 23px;
	transition: .4s;
    transform: scale(.9);
    opacity: 0;
    visibility: hidden;
}
.portfolio-view a i:hover::before {
    background: #fff;
    color: #f24837;
}

.portfolio-menu button {
	font-size: 18px;
	font-weight: 700;
	color: #001322;
	font-family: 'Gilroy';
	text-transform: capitalize;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	padding-bottom: 25px;
	margin: 0 20px;
	transition: .4s;
	cursor: pointer;
    position: relative;
}
.portfolio-menu {
	position: relative;
	display: inline-block;
}
.portfolio-menu button:first-child {
	margin-left: 0;
}
.portfolio-menu button:last-child {
	margin-right: 0;
}
.portfolio-menu::before {
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #eaf0f3;
}
.portfolio-menu button::before {
	position: absolute;
	content: "";
	bottom: 0;
	height: 3px;
	width: 0%;
	transition: .4s;
}
.portfolio-menu button.active {
	color: #f24837;
}
.portfolio-menu button.active::before {
	width: 100%;
	background: #f24837;
}
.portfolio-info-list {
	border: 12px solid #f24837;
	padding: 60px 65px;
	margin-right: 30px;
}
.pro-details-tags ul li, .pro-details-social ul li, .pro-details-social ul li a {
	display: inline-block;
	color: #748188;
}
.pro-details-tags ul li strong, .pro-details-social ul li strong {
	color: #001322;
}
.pro-details-social {
	text-align: right;
}
.pro-details-social ul li {
	margin-left: 15px;
}
.pro-details-content {
	margin-left: 74px;
}

/*--- preloader ---*/
.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #0f1960;
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*--- end of preloader ---*/


.bg-hero {
	background-image: url("../img/hero/hero-thumb-right.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

