/* =================================
 css index
 =================================
    1. header
    2. banner
    3. about
    4. about 2nd
    5. feature
    6. portfolio
    7. portfolio 2nd
    8. portfolio 3rd
    9. testimonial
    10. team
    11. client
    12. news
    13. blog
    14. contact
    15. footer
    16. braedcrumb
    17. sidebar
    18. brand
*/
/*==========================================
    typography
===========================================*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
/*@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap");*/
/*==========================================
    section title
==========================================*/
.section-title span.sub-title {
    display: block;
    font-size: 16px;
    color: #222222;
    font-family: "Montserrat", sans-serif;
    margin-top: -5px;
    margin-bottom: 14px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    line-height: 40px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 80px;
}

.section-title h2 span.marked {

    font-weight: 700;
    color: #e52230;
    font-style: italic;
}

.section-title h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #e52230;
}

.section-title p {
    line-height: 26px;
    color: #444444;
    margin: 0;
    margin-bottom: 80px;
}

.section-title.style-2 {
    text-align: center;
}

.section-title.style-2 h2 {
    color: #fff;
    margin-bottom: 40px;
}

.section-title.style-2 h2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title.style-2 p {
    color: #f3f3f3;
}

.section-title.style-3 {
    text-align: center;
}

.section-title.style-3 h2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-white {
    color: #fff;
}

/*==========================================
    profo container
==========================================*/
.profo-container {
    position: relative;
    margin: 0 70px;
}

.profo-container.banner-content {
    position: absolute;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.profo-row {
    margin-right: -10px;
    margin-left: -10px;
}

.profo-row > .col, .profo-row > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

/*==========================================
    Preloader
==========================================*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-image: url("../img/svg/logo-znak-bg.svg");
    background-repeat: repeat;
    background-size: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader .loader {
    width: 150px;
}

.preloader .loader img {
    width: 100%;
    display: inline-block;
}

/*==========================================
    scroll to top button
==========================================*/
.scroll-to-top {
    position: fixed;
    right: 50px;
    bottom: 80px;
    display: inline-block;
    z-index: 9;
    width: 40px;
    height: 40px;
    background: #052157;
    border: 2px solid #fff;
    text-align: center;
}

.scroll-to-top a {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    padding: 2px 0 0px 0;
    display: inline-block;
}

.scroll-to-top a i {
    color: #fff;
}

/*==========================================
    normalize
==========================================*/
html {
    font-family: "Open Sans", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin: 0;
    color: #3d5169;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, a {
    line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}

p {
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #101830;
    text-decoration: none;
}

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

a:hover {
    color: #e52230;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

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

/*==========================================
    header
===========================================*/
.header.header-homepage {
    position: absolute;
    z-index: 55;
    width: 100%;
}

.header.header-homepage.fixed-header {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #121212;
}

.header.header-homepage.fixed-header .header-content .header-bg {
    opacity: 0;
}

.header.header-homepage .topbar {
    padding: 15px 0;
}

.header.header-homepage .topbar .welcome-text p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.header.header-homepage .topbar .support-area-right {
    text-align: right;
}

.header.header-homepage .topbar .support-area-right ul li {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-right: 30px;
}

.header.header-homepage .topbar .support-area-right ul li i {
    margin-right: 6px;
}

.header.header-homepage .topbar .support-area-right ul li:last-child {
    margin-right: 0;
}

.header.header-homepage .header-content {
    position: relative;
    z-index: 2;
    padding: 0 30px;
}

.header.header-homepage .header-content .header-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .6;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header.header-homepage .header-content .header-bg img {
    width: 100%;
    height: 100%;
}

.header.header-homepage .search-button {
    height: 100%;
}

.header.header-homepage .search-button a {
    display: inline-block;
    height: 100%;
    color: #fff;
    background: #e52230;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding-left: 5px;
}

.header.header-homepage .search-button a:after {
    position: absolute;
    content: '';
    left: -33px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e52230;
    z-index: -1;
    -webkit-transform: skewX(-21deg);
    -ms-transform: skewX(-21deg);
    transform: skewX(-21deg);
}

.header.header-homepage .mainmenu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header.header-homepage .mainmenu .navbar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header.header-homepage .mainmenu .navbar .navbar-nav .nav-item .nav-link {
    padding: 32px 15px 33px;
    color: #fff;
}

.header.header-homepage .mainmenu .navbar .navbar-nav .nav-item .nav-link:hover {
    background: none;
    color: #e52230;
}

.header.header-homepage .logo {
    padding-left: 0;
    position: relative;
    z-index: 3;
}

.header.header-style-2 {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    z-index: 55;
}

.header.header-style-2 .topbar {
    margin-bottom: 30px;
}

.header.header-style-2 .topbar .left-text span {
    display: inline-block;
}

.header.header-style-2 .topbar .left-text span.icon {
    color: #e52230;
    margin-right: 10px;
}

.header.header-style-2 .topbar .left-text span.text {
    font-size: 14px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.header.header-style-2 .topbar .right-text {
    float: right;
}

.header.header-style-2 .topbar .right-text a {
    display: inline-block;
    color: #fff;
    margin-right: 6px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 14px;
}

.header.header-style-2 .topbar .right-text a:hover {
    color: #e52230;
}

.header.header-style-2 .topbar .right-text a:last-child {
    margin-right: 0;
}

.header.header-style-2 .container-for-reponsive {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header.header-style-2 .container-for-reponsive .header-content {
    background: white;
    padding: 0 30px;
}

.header.header-style-2 .container-for-reponsive .logo {
    padding-left: 0;
}

.header.header-style-2 .container-for-reponsive .mainmenu {
    float: right;
}

.header.header-style-2 .container-for-reponsive .mainmenu .navbar .navbar-nav .nav-item .nav-link {
    padding: 37px 20px 38px;
    color: #222222;
}

.header.header-style-2 .container-for-reponsive .mainmenu .navbar .navbar-nav .nav-item .nav-link:hover {
    background: transparent;
    color: #e52230;
}

.header.header-style-2 .container-for-reponsive .mainmenu .navbar .navbar-nav .nav-item .search-btn {
    margin: 0 0 0 20px;
    background: transparent;
    color: #222222;
    font-size: 35px;
    cursor: pointer;
}

.header.header-style-2 .container-for-reponsive .mainmenu .navbar .navbar-nav .nav-item.active .nav-link {
    background: transparent;
    color: #e52230;
}

.header.header-style-2 .container-for-reponsive .support-bar {
    display: none;
}

.header.header-style-3 .topbar-second {
    background: #fff;
}

.header.header-style-3 .topbar-second .logo {
    padding-left: 0;
}

.header.header-style-3 .topbar-second .support-bar {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 0;
}

.header.header-style-3 .topbar-second .support-bar .single-support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px;
    position: relative;
}

.header.header-style-3 .topbar-second .support-bar .single-support:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: 36px;
    background: #d9d9d9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header.header-style-3 .topbar-second .support-bar .single-support:last-child {
    padding-right: 0;
}

.header.header-style-3 .topbar-second .support-bar .single-support:last-child:after {
    display: none;
}

.header.header-style-3 .topbar-second .support-bar .single-support:first-child {
    padding-left: 0;
}

.header.header-style-3 .topbar-second .support-bar .single-support .part-icon {
    color: #e52230;
    font-size: 20px;
    margin-right: 20px;
}

.header.header-style-3 .topbar-second .support-bar .single-support .part-text span.text {
    font-weight: 500;
    color: #494949;
    font-size: 15px;
    line-height: 25px;
}

.header.header-style-3 .container-for-reponsive {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header.header-style-3 .container-for-reponsive .header-content {
    background: #121212;
    margin-bottom: -40px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.header.header-style-3 .container-for-reponsive .mainmenu .navbar .navbar-nav {
    border: 0;
}

.header.header-style-3 .container-for-reponsive .mainmenu .navbar .navbar-nav .nav-item .nav-link {
    padding: 27px 30px 28px;
    color: #fff;
    background: #121212;
}

.header.header-style-3 .container-for-reponsive .mainmenu .navbar .navbar-nav .nav-item .nav-link:hover {
    background: #e52230;
    color: #fff;
}

.header.header-style-3 .container-for-reponsive .mainmenu .navbar .navbar-nav .nav-item.active .nav-link {
    background: #e52230;
    color: #fff;
}

.header.header-style-3 .container-for-reponsive .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header.header-style-3 .container-for-reponsive .social a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 24px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header.header-style-3 .container-for-reponsive .social a:hover {
    color: #e52230;
}

.header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    width: 100%;
    background: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
}

.header .logo {
    padding-left: 60px;
    padding: 1em;
}

.header .logo a {
    display: inline-block;
}

.header .mainmenu .navbar {
    padding: 0;
}

.header .mainmenu .navbar .navbar-nav .nav-item .nav-link {
    padding: 50px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 100%;
}

.header .mainmenu .navbar .navbar-nav .nav-item .nav-link:hover {
    background: #e52230;
    color: #fff;
}

.header .mainmenu .navbar .navbar-nav .nav-item.active .nav-link {
    background: #e52230;
    color: #fff;
}

.header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    vertical-align: unset;
    height: auto;
    width: auto;
    margin-left: 6px;
    margin-top: 2px;
}

.header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 0;
}

.header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 15px 15px;
    border-bottom: 1px solid #e52230;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #e52230;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
    border: none;
}

.header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus .header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
    background: transparent;
    color: #fff;
}

.header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover:after, .header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus .header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active:after {
    width: 100%;
}

.header .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.header .mainmenu .navbar .navbar-nav .nav-item .search-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
    background: #0189ff;
    text-align: center;
    margin: 0 30px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header .support-bar {
    background: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header .support-bar .inner-content {
    display: inline-block;
}

.header .support-bar .inner-content .icon {
    width: 50px;
    float: left;
    margin-right: 20px;
}

.header .support-bar .inner-content .icon img {
    width: 100%;
}

.header .support-bar .inner-content .text {
    display: table-cell;
}

.header .support-bar .inner-content .text span {
    display: block;
}

.header .support-bar .inner-content .text span.head {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-top: -6px;
}

.header .support-bar .inner-content .text span.number {
    color: #fff;
    font-size: 18px;
}

/*==========================================
    banner slide
===========================================*/
.animation-slide.slide-style-2 .single-slide {
    background: #fff;
    position: relative;
    border-radius: 0 0 0 360px;
}

.animation-slide.slide-style-2 .single-slide:after {
    background: url("../img/banner-3.jpg") center center no-repeat;
    background-size: cover;
    opacity: 1;
    border-radius: 0 0 0 360px;
}

.animation-slide.slide-style-2 .single-slide:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .76;
    border-radius: 0 0 0 360px;
}

.animation-slide.slide-style-2 .single-slide.bg-2:after {
    background: url("../img/banner-3.jpg") center center no-repeat;
    background-size: cover;
}

.animation-slide.slide-style-2 .single-slide.bg-3:after {
    background: url("../img/banner-4.jpg") center center no-repeat;
    background-size: cover;
}

.animation-slide.slide-style-2 .single-slide.bg-1:after {
    background: url("../img/banner-2.jpg") center center no-repeat;
    background-size: cover;
}

.animation-slide.slide-style-2 .single-slide .part-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 950px;
}

.animation-slide.slide-style-2 .single-slide .banner-content {
    padding: 170px 0;
    margin-top: 184px;
    padding-bottom: 170px;
}

.animation-slide.slide-style-2 .single-slide .banner-content h2 {
    font-weight: 300;
    font-size: 55px;
    line-height: 70px;
}

.animation-slide.slide-style-2 .single-slide .banner-content h2 span {
    display: inline-block;
}

.animation-slide.slide-style-2 .single-slide .banner-content h2 span.first {
    color: #e52230;
    font-weight: 700;
}

.animation-slide.slide-style-2 .single-slide .banner-content h2 span.second {
    font-weight: 700;
}

.animation-slide.slide-style-3 .single-slide .banner-content {
    padding-bottom: 150px;
    margin-top: 40px;
    padding-top: 110px;
}

.animation-slide.slide-style-3 .single-slide.bg-1 {
    background: url("../img/banner-2.jpg") center center no-repeat;
    background-size: cover;
}

.animation-slide.slide-style-3 .single-slide.bg-2 {
    background: url("../img/banner-3.jpg") center center no-repeat;
    background-size: cover;
}

.animation-slide.slide-style-3 .single-slide.bg-3 {
    background: url("../img/banner-3.jpg") center center no-repeat;
    background-size: cover;
}

.animation-slide.slide-style-3 .single-slide.bg-4 {
    background: url("../img/banner-4.jpg") center center no-repeat;
    background-size: cover;
}

.animation-slide .single-slide {
    background: url("../img/banner-5.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.animation-slide .single-slide:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .50;
    z-index: -1;
}

.animation-slide .single-slide:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/banner-shape.png") center center no-repeat;
    background-size: cover;
    z-index: 0;
    opacity: .6;
}

.animation-slide .single-slide.bg-2 {
    background: url("../img/banner-2.jpg") center center no-repeat;
    background-size: cover;
}

.animation-slide .single-slide.bg-3 {
    background: url("../img/banner-3.jpg") center center no-repeat;
    background-size: cover;
}

.animation-slide .single-slide.bg-4 {
    background: url("../img/banner-4.jpg") center center no-repeat;
    background-size: cover;
}

.animation-slide .single-slide .banner-content {
    padding: 140px 0;
    padding-bottom: calc(140px + 178px);
    margin-top: 144px;
}

.animation-slide .single-slide .banner-content h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 74px;
    color: #fff;
    margin-bottom: 28px;
    margin-top: -10px;
}

.animation-slide .single-slide .banner-content p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 42px;
}

.animation-slide .single-slide .banner-content .slide-buttons .video-button {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid #e52230;
    line-height: 56px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 26px;
}

.animation-slide .single-slide .banner-content .slide-buttons .slide-btn {
    display: inline-block;
    height: 60px;
    border: 2px solid #e52230;
    background: #e52230;
    color: #fff;
    padding: 0 30px;
    line-height: 56px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.animation-slide .single-slide .banner-content .slide-buttons .slide-btn:hover {
    background: transparent;
}

.animation-slide:hover .owl-nav {
    left: 50px;
    right: 50px;
    opacity: 1;
}

.animation-slide .owl-nav {
    position: absolute;
    top: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.animation-slide .owl-nav .owl-prev, .animation-slide .owl-nav .owl-next {
    width: 70px;
    height: 70px;
    color: #fff;
    line-height: 70px;
    border-radius: 50px;
    text-align: center;
    background: url("../img/banner-3.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.animation-slide .owl-nav .owl-prev.disabled, .animation-slide .owl-nav .owl-next.disabled {
    color: #e52230;
    cursor: not-allowed;
}

.animation-slide .owl-nav .owl-prev.disabled:hover, .animation-slide .owl-nav .owl-next.disabled:hover {
    width: 70px;
}

.animation-slide .owl-nav .owl-prev.disabled:after, .animation-slide .owl-nav .owl-next.disabled:after {
    opacity: 1;
    background: #fff;
}

.animation-slide .owl-nav .owl-prev:hover, .animation-slide .owl-nav .owl-next:hover {
    width: 120px;
}

.animation-slide .owl-nav .owl-prev:after, .animation-slide .owl-nav .owl-next:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e52230;
    opacity: .5;
    border-radius: 50px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: -1;
}

/*==========================================
    feature
===========================================*/
.feature {
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: -178px;
    z-index: 2;
}

.feature .single-feature {
    background: #0c0c0c;
    padding: 50px 40px 70px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.feature .single-feature:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 0;
    width: 50%;
    z-index: -1;
    background: #0189ff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.feature .single-feature:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 0;
    width: 50%;
    z-index: -1;
    background: #0189ff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.feature .single-feature:hover:after, .feature .single-feature:hover:before {
    height: 100%;
}

.feature .single-feature:hover .more-feature-button {
    visibility: visible;
    opacity: 1;
    bottom: -30px;
}

.feature .single-feature.active {
    background: #0189ff;
}

.feature .single-feature.active:after, .feature .single-feature.active:before {
    background: #0c0c0c;
}

.feature .single-feature .part-icon {
    width: 60px;
    display: inline-block;
    margin-bottom: 25px;
}

.feature .single-feature .part-icon img {
    width: 100%;
}

.feature .single-feature .part-text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

.feature .single-feature .part-text p {
    color: #fff;
    margin: 0;
}

.feature .single-feature .more-feature-button {
    text-align: center;
    margin-top: -30px;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.feature .single-feature .more-feature-button a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #e52230;
    -webkit-box-shadow: 0px 9px 24px 0px rgba(251, 79, 0, 0.39);
    box-shadow: 0px 9px 24px 0px rgba(251, 79, 0, 0.39);
    color: #fff;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}

/*==========================================
    about
===========================================*/
.about {
    padding: 120px 0;
}

.about.about-2 {
    background: url("../img/about-bg.png") center center no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}

.about .part-img {
    position: relative;
}

.about .part-img img {
    width: 100%;
}

.about .part-img .award-base {
    text-align: center;
    background: #fff;
    width: 160px;
    height: 160px;
    position: absolute;
    right: -60px;
    bottom: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 7px 18px -4px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 7px 18px -4px rgba(0, 0, 0, 0.32);
    z-index: 2;
}

.about .part-img .award-base:after {
    position: absolute;
    content: '';
    left: -50px;
    right: -50px;
    top: -50px;
    bottom: -50px;
    background: url("../img/award-base-bg.png") center center;
    background-size: contain;
    z-index: -1;
    -webkit-animation: award-circle infinite 10s;
    animation: award-circle infinite 10s;
}

.about .part-img .award-base .icon img {
    width: 40px;
    margin-bottom: 10px;
}

.about .part-img .award-base .icon span.text {
    display: block;
    line-height: 18px;
}

.about .part-img .award-base .text {
    font-size: 16px;
    font-weight: 600;
    line-height: 13px;
    color: #222222;
}

.about .part-text span.sub-title {
    display: block;
    font-size: 16px;
    color: #222222;
    font-family: "Montserrat", sans-serif;
    margin-top: -5px;
    margin-bottom: 14px;
}

.about .part-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    line-height: 40px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 42px;
}

.about .part-text h2 span.marked {

    font-weight: 700;
    color: #e52230;
    font-style: italic;
}

.about .part-text h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #e52230;
}

.about .part-text .p-body p {
    color: #444444;
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 25px;
}

.about .part-text .p-body p:last-child {
    margin-bottom: 0;
}

.about .part-text .p-body p a {
    text-decoration: underline;
    color: #e52230;
    font-weight: 600;
}

.about .part-text .owner-rights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px;
}

.about .part-text .owner-rights .signature {
    width: 130px;
    margin-right: 40px;
}

.about .part-text .owner-rights .signature img {
    width: 100%;
}

.about .part-text .owner-rights .i-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about .part-text .owner-rights .i-info span {
    display: block;
}

.about .part-text .owner-rights .i-info span.name {
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #222222;
}

.about .part-text .owner-rights .i-info span.position {
    font-size: 16px;
    color: #444444;
}

.about .service-in-about .single-service {
    padding: 40px 30px;
    padding-bottom: 20px;
    text-align: center;
    -webkit-box-shadow: -0.707px 0.707px 18px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -0.707px 0.707px 18px 0px rgba(0, 0, 0, 0.11);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
    display: block;
}

.about .service-in-about .single-service:hover {
    background: #e52230;
}

.about .service-in-about .single-service:hover .part-text {
    position: relative;
    top: -30px;
    margin-top: -20px;
}

.about .service-in-about .single-service:hover .part-text h3 {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}

.about .service-in-about .single-service:hover .part-text h3:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #fff;
    left: 50%;
    margin-left: -40px;
}

.about .service-in-about .single-service:hover .part-text p {
    color: #fff;
}

.about .service-in-about .single-service.first {
    margin-top: 30px;
}

.about .service-in-about .single-service .part-icon {
    margin-bottom: 13px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.about .service-in-about .single-service .part-icon img {
    width: 60px;
    height: 60px;
}

.about .service-in-about .single-service .part-text {
    position: relative;
    top: -0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.about .service-in-about .single-service .part-text h3 {
    color: #222222;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.about .service-in-about .single-service .part-text h3:after {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.about .service-in-about .single-service .part-text p {
    color: #004444;
}

@-webkit-keyframes award-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes award-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*==========================================
    multi section
===========================================*/
.multi-section-1 {
    padding: 0 0 120px;
    background: #101010;
    position: relative;
    z-index: 2;
    margin-top: 120px;
}

.multi-section-1:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/multi-section-bg.png") center center no-repeat;
    background-size: 100%;
    z-index: -1;
}

.multi-section-1 .top-section {
    position: relative;
    top: -120px;
}

.multi-section-1 .quote-form {
    background: #222222;
    padding: 41px 50px 50px;
}

.multi-section-1 .quote-form .form-title {
    font-weight: 700;
    color: #f7f7f7;
    font-size: 30px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 40px;
}

.multi-section-1 .quote-form .form-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #e52230;
}

.multi-section-1 .quote-form .form-title span.marked {

    color: #e52230;
    font-style: italic;
}

.multi-section-1 .quote-form form input {
    height: 60px;
    width: 100%;
    border: 1px solid #3b3b3b;
    color: #fff;
    background: #0c0c0c;
    margin-bottom: 30px;
    padding: 0 25px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.multi-section-1 .quote-form form input:focus {
    border-color: #e52230;
}

.multi-section-1 .quote-form form input::-webkit-input-placeholder {
    color: #e8e8e8;
}

.multi-section-1 .quote-form form input:-ms-input-placeholder {
    color: #e8e8e8;
}

.multi-section-1 .quote-form form input::-ms-input-placeholder {
    color: #e8e8e8;
}

.multi-section-1 .quote-form form input::placeholder {
    color: #e8e8e8;
}

.multi-section-1 .quote-form form .submit-button {
    width: 100%;
    height: 60px;
    color: #fff;
    background: #e52230;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    border: 1px solid #e52230;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 4.558px 13.237px 24px 0px rgba(251, 79, 0, 0.3);
    box-shadow: 4.558px 13.237px 24px 0px rgba(251, 79, 0, 0.3);
    position: relative;
    z-index: 2;
}

.multi-section-1 .quote-form form .submit-button:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: black;
    z-index: -1;
    border-radius: 50px 0 0 50px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.multi-section-1 .quote-form form .submit-button:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    background: black;
    z-index: -1;
    border-radius: 0 50px 50px 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.multi-section-1 .quote-form form .submit-button:hover {
    overflow: hidden;
}

.multi-section-1 .quote-form form .submit-button:hover:after, .multi-section-1 .quote-form form .submit-button:hover:before {
    width: 50%;
}

.multi-section-1 .testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
}

.multi-section-1 .testimonial .single-testimonial {
    margin-top: 34px;
}

.multi-section-1 .testimonial .single-testimonial .part-qoute {
    background: #222222;
    padding: 50px 40px 50px;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    margin-top: 34px;
}

.multi-section-1 .testimonial .single-testimonial .part-qoute:after {
    position: absolute;
    content: '';
    left: 42px;
    top: 100%;
    width: 45px;
    height: 45px;
    background: #222222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -25px;
}

.multi-section-1 .testimonial .single-testimonial .part-qoute div.qoute-icon {
    width: 80px;
    margin-bottom: 22px;
    position: absolute;
    top: -40px;
}

.multi-section-1 .testimonial .single-testimonial .part-qoute div.qoute-icon img {
    width: 100%;
}

.multi-section-1 .testimonial .single-testimonial .part-qoute p {
    color: #fff;
    line-height: 36px;
    margin-top: 12px;
}

.multi-section-1 .testimonial .single-testimonial .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
}

.multi-section-1 .testimonial .single-testimonial .user .user-pic {
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.multi-section-1 .testimonial .single-testimonial .user .user-pic img {
    width: 100%;
}

.multi-section-1 .testimonial .single-testimonial .user .user-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.multi-section-1 .testimonial .single-testimonial .user .user-details span {
    display: block;
}

.multi-section-1 .testimonial .single-testimonial .user .user-details span.name {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
}

.multi-section-1 .testimonial .single-testimonial .user .user-details span.position {
    font-size: 14px;
    color: #e52230;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.multi-section-1 .statics-counter {
    padding-bottom: 0;
}

.multi-section-1 .statics-counter .single-statics {
    padding: 25px 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    border: 3px dashed #4b4b4b;
}

.multi-section-1 .statics-counter .single-statics:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 100%;
    right: 100%;
    border-top: 3px dashed #e52230;
    border-right: 3px dashed #e52230;
    opacity: 0;
}

.multi-section-1 .statics-counter .single-statics:after {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 3px dashed #e52230;
    border-left: 3px dashed #e52230;
}

.multi-section-1 .statics-counter .single-statics:hover {
    border-color: transparent;
}

.multi-section-1 .statics-counter .single-statics:hover:before {
    opacity: 1;
    right: 0px;
    bottom: 0px;
    -webkit-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    -o-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
}

.multi-section-1 .statics-counter .single-statics:hover:after {
    -webkit-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    -o-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    opacity: 1;
    left: 0px;
    top: 0px;
}

.multi-section-1 .statics-counter .single-statics span {
    display: block;
}

.multi-section-1 .statics-counter .single-statics span.number {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #0189ff;
    font-size: 70px;
    line-height: 100%;
    margin-bottom: 12px;
}

.multi-section-1 .statics-counter .single-statics span.number .plus {
    display: inline-block;
    color: #f7f7f7;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    line-height: 100%;
    line-height: 0px;
    position: relative;
    top: -8px;
    margin-left: 6px;
}

.multi-section-1 .statics-counter .single-statics span.title {
    font-family: "Montserrat", sans-serif;
    color: #f7f7f7;
    font-weight: 600;
    font-size: 20px;
}

.multi-section-1 .testimonial-slider {
    position: relative;
}

.multi-section-1 .testimonial-slider .owl-nav .owl-prev,
.multi-section-1 .testimonial-slider .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 20px;
    cursor: pointer;
}

.multi-section-1 .testimonial-slider .owl-nav .owl-prev.disabled,
.multi-section-1 .testimonial-slider .owl-nav .owl-next.disabled {
    cursor: not-allowed;
}

.multi-section-1 .testimonial-slider .owl-nav .owl-prev {
    background: #222222;
    margin-right: 15px;
}

.multi-section-1 .testimonial-slider .owl-nav .owl-prev:hover {
    background: #e52230;
}

.multi-section-1 .testimonial-slider .owl-nav .owl-next {
    background: #e52230;
}

.multi-section-1 .testimonial-slider .owl-nav .owl-next:hover {
    background: #222222;
}

.multi-section-1 .testimonial-slider .owl-nav {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.statics-counter {
    padding-bottom: 120px;
}

.statics-counter .single-statics {
    padding: 25px 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    border: 3px dashed #e9e9e9;
}

.statics-counter .single-statics:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 100%;
    right: 100%;
    border-top: 3px dashed #e52230;
    border-right: 3px dashed #e52230;
    opacity: 0;
}

.statics-counter .single-statics:after {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 3px dashed #e52230;
    border-left: 3px dashed #e52230;
}

.statics-counter .single-statics:hover {
    border-color: transparent;
}

.statics-counter .single-statics:hover:before {
    opacity: 1;
    right: 0px;
    bottom: 0px;
    -webkit-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    -o-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
}

.statics-counter .single-statics:hover:after {
    -webkit-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    -o-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    opacity: 1;
    left: 0px;
    top: 0px;
}

.statics-counter .single-statics span {
    display: block;
}

.statics-counter .single-statics span.number {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #e52230;
    font-size: 70px;
    line-height: 100%;
    margin-bottom: 12px;
}

.statics-counter .single-statics span.number .plus {
    display: inline-block;
    color: #222222;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    line-height: 100%;
    line-height: 0px;
    position: relative;
    top: -8px;
    margin-left: 6px;
}

.statics-counter .single-statics span.number .counter {
    display: inline-block;
}

.statics-counter .single-statics span.title {
    font-family: "Montserrat", sans-serif;
    color: #222222;
    font-weight: 600;
    font-size: 20px;
}

/*==========================================
    service
===========================================*/
.service {
    padding: 120px 0 120px;
    background: #101010;
    position: relative;
    z-index: 2;
}

.service:after {
    position: absolute;
    content: '';
    width: 1620px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    background: #f1f5f8;
    top: 0;
    bottom: 0;
}

.service:before {
    position: absolute;
    content: '';
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    background: #f1f5f8;
    top: 120px;
    bottom: 120px;
}

.service.service-style-2 {
    background: #f1f5f8;
}

.service .single-service {
    background: #fff;
    -webkit-box-shadow: 0.968px 3.881px 10px 0px rgba(8, 8, 8, 0.1);
    box-shadow: 0.968px 3.881px 10px 0px rgba(8, 8, 8, 0.1);
    padding: 40px 30px;
    text-align: center;
    position: relative;
    margin-bottom: 1px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.service .single-service:after {
    position: absolute;
    content: '';
    left: 49%;
    top: 0;
    width: 0;
    height: 100%;
    background: #e52230;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.service .single-service:before {
    position: absolute;
    content: '';
    right: 49%;
    top: 0;
    width: 0;
    height: 100%;
    background: #e52230;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.service .single-service:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 3;
    -webkit-box-shadow: 0.927px 2.853px 24px 0px rgba(251, 79, 0, 0.73), inset 0px 4px 35px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0.927px 2.853px 24px 0px rgba(251, 79, 0, 0.73), inset 0px 4px 35px 0px rgba(0, 0, 0, 0.34);
}

.service .single-service:hover:after, .service .single-service:hover:before {
    width: 51%;
}

.service .single-service:hover .part-icon img {
    -webkit-filter: brightness(100) grayscale(1);
    filter: brightness(100) grayscale(1);
}

.service .single-service:hover .part-text h3 {
    color: #fff;
}

.service .single-service:hover .part-text p {
    color: #fff;
}

.service .single-service:hover .part-text p .plus-button {
    opacity: 1;
    visibility: visible;
}

.service .single-service:hover .part-text p .plus-button:after, .service .single-service:hover .part-text p .plus-button:before {
    width: 50%;
}

.service .single-service .part-icon {
    width: 60px;
    margin-bottom: 22px;
    display: inline-block;
}

.service .single-service .part-icon img {
    width: 100%;
}

.service .single-service .part-text h3 {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 17px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.service .single-service .part-text p {
    color: #444444;
    line-height: 26px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.service .single-service .part-text p .plus-button {
    position: absolute;
    z-index: 55;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.service .single-service .part-text p .plus-button:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background: #e52230;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.service .single-service .part-text p .plus-button:before {
    position: absolute;
    content: '';
    right: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background: #e52230;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.service .single-service .part-text p .plus-button a {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #fff;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0.941px 8.951px 38px 0px rgba(23, 23, 23, 0.52);
    box-shadow: 0.941px 8.951px 38px 0px rgba(23, 23, 23, 0.52);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.service .single-service .part-text p .plus-button a:hover {
    color: #e52230;
}

.servcie-2nd {
    padding: 120px 0;
    background: rgba(225, 249, 251, 0.28);
}

.servcie-2nd .single-service {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.servcie-2nd .single-service .part-img img {
    width: 100%;
}

.servcie-2nd .single-service .part-text {
    position: absolute;
    bottom: -147px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transition: all 0.3s cubic-bezier(0.01, 0.01, 0.79, 0.21);
    -moz-transition: all 0.3s cubic-bezier(0.01, 0.01, 0.79, 0.21);
    -o-transition: all 0.3s cubic-bezier(0.01, 0.01, 0.79, 0.21);
    transition: all 0.3s cubic-bezier(0.01, 0.01, 0.79, 0.21);
}

.servcie-2nd .single-service .part-text .title {
    display: flow-root;
    padding: 20px 0 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.servcie-2nd .single-service .part-text .title span {
    display: block;
}

.servcie-2nd .single-service .part-text .title span.icon {
    width: 50px;
    margin-right: 20px;
    float: left;
}

.servcie-2nd .single-service .part-text .title span.icon img {
    width: 100%;
}

.servcie-2nd .single-service .part-text .title span.text {
    display: table-cell;
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    line-height: 25px;
}

.servcie-2nd .single-service .part-text .body p {
    color: #fff;
    line-height: 26px;
    margin-left: 70px;
    margin-bottom: 0;
}

.servcie-2nd .single-service .part-text .body a.read-more {
    display: inline-block;
    color: #e52230;
    display: block;
    margin-left: 70px;
    margin-top: 11px;
}

.servcie-2nd .single-service:hover .part-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
}

.servcie-2nd .single-service:hover .part-text .title {
    padding: 0;
}

.servcie-2nd.service-style-3 {
    background: transparent;
    padding: 0;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.servcie-2nd.service-style-3 .single-service {
    position: initial;
    margin-bottom: 0;
}

.servcie-2nd.service-style-3 .single-service:hover .part-img .content-on-image {
    visibility: visible;
    opacity: 1;
}

.servcie-2nd.service-style-3 .single-service:hover .part-img .content-on-image a.read-more {
    margin-bottom: 0;
}

.servcie-2nd.service-style-3 .single-service:hover .part-text {
    top: 100%;
}

.servcie-2nd.service-style-3 .single-service .part-img {
    position: relative;
}

.servcie-2nd.service-style-3 .single-service .part-img .content-on-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.servcie-2nd.service-style-3 .single-service .part-img .content-on-image a.read-more {
    display: inline-block;
    width: 150px;
    height: 50px;
    background: #e52230;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: -30px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.servcie-2nd.service-style-3 .single-service .part-text {
    bottom: auto;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url("../img/single-service-bg.jpg") center center no-repeat;
    background-size: cover;
}

.servcie-2nd.service-style-3 .single-service .part-text.bg-3 {
    background: url("../img/single-service-bg-3.jpg") center center no-repeat;
    background-size: cover;
}

.servcie-2nd.service-style-3 .single-service .part-text.bg-2 {
    background: url("../img/single-service-bg-2.jpg") center center no-repeat;
    background-size: cover;
}

.servcie-2nd.service-style-3 .single-service .part-text .title {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.servcie-2nd.service-style-3 .single-service .part-text .title span.icon {
    width: 40px;
}

.servcie-2nd.service-style-3 .single-service .part-text .body p {
    margin-left: 60px;
}

.servcie-2nd.about-page {
    padding-bottom: 90px;
}

.servcie-2nd .more-button {
    text-align: center;
    margin-top: 20px;
}

.servcie-2nd .more-button a {
    display: inline-block;
    height: 70px;
    width: 190px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    line-height: 66px;
    background: #e52230;
    border: 2px solid #e52230;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.servcie-2nd .more-button a:hover {
    background: transparent;
    color: #222222;
}

/*==========================================
    faq
===========================================*/
.faq {
    padding: 120px 0;
    background: #101010;
    position: relative;
    z-index: 2;
}

.faq:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/faq-bg.png") center center no-repeat;
    background-size: cover;
    z-index: -1;
}

.faq .part-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.faq .part-text p {
    line-height: 26px;
    color: #f3f3f3;
    margin-bottom: 38px;
}

.faq .part-text ul li {
    color: #f3f3f3;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 18px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faq .part-text ul li:last-child {
    margin-bottom: 0;
}

.faq .part-text ul li span.icon {
    color: #0189ff;
    margin-right: 10px;
}

.faq .part-accordion .accordion .card {
    margin-bottom: 20px;
    border: 0;
}

.faq .part-accordion .accordion .card:last-child {
    margin-bottom: 0;
}

.faq .part-accordion .accordion .card .card-header {
    padding: 0;
    border: none;
    border-radius: 0;
}

.faq .part-accordion .accordion .card .card-header h2 button {
    padding: 0;
    height: 80px;
    width: 100%;
    text-align: left;
    border-radius: 0;
    padding: 0 40px;
    color: #222222;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-decoration: none;
    border-left: 3px solid #e52230;
    position: relative;
    background: white;
}

.faq .part-accordion .accordion .card .card-header h2 button:after {
    position: absolute;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 30px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.faq .part-accordion .accordion .card .card-header h2 button.collapsed {
    background: #292929;
    color: #fff;
    border-left: 3px solid transparent;
}

.faq .part-accordion .accordion .card .card-header h2 button[aria-expanded="true"]:after {
    content: '\f057';
    color: #99a2ab;
}

.faq .part-accordion .accordion .card .card-body {
    color: #444444;
    line-height: 26px;
    padding: 0 40px 30px;
    border-left: 3px solid #e52230;
}

/*==========================================
    team
===========================================*/
.team {
    padding: 120px 0;
}

.team .team-area {
    position: relative;
    z-index: 2;
}

.team .team-area:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    z-index: -1;
    background: #e52230;
    border-radius: 10px;
}

.team .team-area .team-slider {
    position: relative;
}

.team .team-area .team-slider .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50);
    -ms-transform: translateY(-50);
    transform: translateY(-50);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    z-index: -1;
}

.team .team-area .team-slider .owl-nav .owl-prev, .team .team-area .team-slider .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    background: black;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.team .team-area .team-slider .owl-nav .owl-prev {
    margin-left: -125px;
}

.team .team-area .team-slider .owl-nav .owl-next {
    margin-right: -125px;
    background: #0189ff;
}

.team .team-area .team-slider .single-member:hover .part-img .content-on-img:after, .team .team-area .team-slider .single-member:hover .part-img .content-on-img:before {
    width: 50%;
}

.team .team-area .team-slider .single-member:hover .part-img .content-on-img a {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.team .team-area .team-slider .single-member .part-img {
    position: relative;
}

.team .team-area .team-slider .single-member .part-img img {
    width: 100%;
}

.team .team-area .team-slider .single-member .part-img .content-on-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.team .team-area .team-slider .single-member .part-img .content-on-img:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: black;
    z-index: -1;
    opacity: .68;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.team .team-area .team-slider .single-member .part-img .content-on-img:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: black;
    z-index: -1;
    opacity: .68;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.team .team-area .team-slider .single-member .part-img .content-on-img a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e52230;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
    margin-top: -30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team .team-area .team-slider .single-member .part-img .content-on-img a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: black;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.team .team-area .team-slider .single-member .part-img .content-on-img a:hover:after {
    top: 0;
}

.team .team-area .team-slider .single-member .part-details {
    text-align: center;
    padding: 22px 0 44px;
}

.team .team-area .team-slider .single-member .part-details span {
    display: block;
}

.team .team-area .team-slider .single-member .part-details span.name {
    font-size: 24px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin-bottom: 3px;
}

.team .team-area .team-slider .single-member .part-details span.position {
    font-size: 16px;
    color: #fff;
}

/*==========================================
    another team
===========================================*/
.another-team {
    padding: 120px 0 70px;
}

.another-team .single-member {
    overflow: hidden;
}

.another-team .single-member:hover .part-img:after {
    left: 0;
}

.another-team .single-member:hover .part-img .social-contact ul li {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.another-team .single-member .part-img {
    position: relative;
}

.another-team .single-member .part-img:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/single-member-bg.png") center right no-repeat;
    background-size: 100%;
    opacity: .9;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.another-team .single-member .part-img .social-contact {
    position: absolute;
    top: 30px;
    right: 30px;
    width: auto;
    z-index: 55;
}

.another-team .single-member .part-img .social-contact ul li {
    -webkit-transition: 0.3s cubic-bezier(0, 0.04, 0.99, -0.15);
    -moz-transition: 0.3s cubic-bezier(0, 0.04, 0.99, -0.15);
    -o-transition: 0.3s cubic-bezier(0, 0.04, 0.99, -0.15);
    transition: 0.3s cubic-bezier(0, 0.04, 0.99, -0.15);
    margin-top: -10px;
    opacity: 0;
    visibility: hidden;
}

.another-team .single-member .part-img .social-contact ul li a {
    display: inline-block;
    background: #666666;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    margin-bottom: 10px;
    color: black;
}

.another-team .single-member .part-img .social-contact ul li a:hover {
    background: #fff;
}

.another-team .single-member .part-img .social-contact ul li:nth-child(2) {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.another-team .single-member .part-img .social-contact ul li:nth-child(3) {
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

.another-team .single-member .part-img .social-contact ul li:nth-child(4) {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.another-team .single-member .part-img img {
    width: 100%;
}

.another-team .single-member .part-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: -53.05px;
}

.another-team .single-member .part-details .social-side {
    height: 70px;
    width: 70px;
    float: left;
    margin-right: -17px;
    position: relative;
}

.another-team .single-member .part-details .social-side a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 65px;
    background: #1DA1F2;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.another-team .single-member .part-details .social-side a:hover {
    background: #138dda;
}

.another-team .single-member .part-details .social-side.dribble a {
    background: #ea4c89;
}

.another-team .single-member .part-details .social-side.facebook a {
    background: #3b5999;
}

.another-team .single-member .part-details .data-side {
    background-color: #f1f5f8;
    -webkit-box-shadow: -1.816px 3.564px 32px 0px rgba(34, 34, 34, 0.16);
    box-shadow: -1.816px 3.564px 32px 0px rgba(34, 34, 34, 0.16);
    padding: 25px 40px 25px;
    border-radius: 50px 0 0 50px;
    float: right;
}

.another-team .single-member .part-details .data-side span {
    display: block;
}

.another-team .single-member .part-details .data-side span.name {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #222222;
}

.another-team .single-member .part-details .data-side span.position {
    color: #666666;
}

/*==========================================
    contact
===========================================*/
.contact .contact-form {
    background: url("../img/contact.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 120px 80px;
    padding-right: 230px;
}

.contact .contact-form:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .84;
    z-index: -1;
}

.contact .contact-form h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.contact .contact-form h2 span {

    color: #e52230;
    font-style: italic;
}

.contact .contact-form p {
    color: #fff;
    margin-bottom: 24px;
}

.contact .contact-form form input {
    width: 100%;
    height: 55px;
    border: none;
    padding: 0 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.contact .contact-form form textarea {
    width: 100%;
    border: none;
    height: 200px;
    border-radius: 10px;
    padding: 15px 30px;
    display: -ms-grid;
    display: grid;
    margin-bottom: 30px;
}

.contact .contact-form form button {
    width: 100%;
    outline: none;
    background: #e52230;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    height: 55px;
    border-radius: 10px;
    border: 2px solid #e52230;
    position: relative;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
}

.contact .contact-form form button:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: black;
    z-index: -1;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.contact .contact-form form button:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: black;
    z-index: -1;
    border-radius: 0 10px 10px 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.contact .contact-form form button:hover:after, .contact .contact-form form button:hover:before {
    width: 100%;
}

.contact .contact-form form button span {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    background: #b63900;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact .map {
    height: 100%;
}

/*==========================================
    testimonial
===========================================*/
.testimonial-section {
    overflow: hidden;
    padding: 100px 0;
    background: #eae9f2;
    position: relative;
    z-index: 2;
    margin-bottom: 120px;
}

.testimonial-section.testimonial-page {
    margin-bottom: 0;
    padding-bottom: 90px;
}

.testimonial-section.about-page {
    margin-bottom: 0;
}

.testimonial-section:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/testi-bg.png") center center no-repeat;
    background-size: cover;
    z-index: -1;
}

.testimonial-section .container {
    position: relative;
}

.testimonial-section .container:after {
    position: absolute;
    content: '';
    right: 100%;
    top: -99999px;
    width: 100%;
    bottom: -99999px;
    background: #eae9f2;
    z-index: 11;
}

.testimonial-section .testimonial-2-slider, .testimonial-section .testimonial-slider-for-testimonial-page {
    position: relative;
}

.testimonial-section .testimonial-2-slider .owl-stage-outer, .testimonial-section .testimonial-slider-for-testimonial-page .owl-stage-outer {
    overflow: visible;
}

.testimonial-section .testimonial-2-slider .single-testimonial, .testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial {
    -webkit-box-shadow: -3.009px 3.993px 13px 0px rgba(0, 0, 0, 0.21);
    box-shadow: -3.009px 3.993px 13px 0px rgba(0, 0, 0, 0.21);
    background: #fff;
    border-radius: 0 0 0 30px;
    padding: 10px 10px;
}

.testimonial-section .testimonial-2-slider .single-testimonial p, .testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial p {
    font-size: 22px;
    line-height: 34px;
    color: #222222;
}

.testimonial-section .testimonial-2-slider .single-testimonial p a, .testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial p a {
    text-decoration: underline;
}

.testimonial-section .testimonial-2-slider .single-testimonial .user-details, .testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial .user-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-section .testimonial-2-slider .single-testimonial .user-details .user-pic, .testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial .user-details .user-pic {
    width: 70px;
    position: relative;
    margin-right: 20px;
    float: left;
}

.testimonial-section .testimonial-2-slider .single-testimonial .user-details .user-pic:after, .testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial .user-details .user-pic:after {
    position: absolute;
    content: '"';
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    color: #fff;
    background: #e52230;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    font-size: 24px;
}

.testimonial-section .testimonial-2-slider .single-testimonial .user-details .user-pic img, .testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial .user-details .user-pic img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-section .testimonial-2-slider .single-testimonial .user-details .user-data, .testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial .user-details .user-data {
    display: table-cell;
}

.testimonial-section .testimonial-2-slider .single-testimonial .user-details .user-data span, .testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial .user-details .user-data span {
    display: block;
}

.testimonial-section .testimonial-2-slider .single-testimonial .user-details .user-data span.name, .testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial .user-details .user-data span.name {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 18px;
    margin-top: -7px;
}

.testimonial-section .testimonial-2-slider .single-testimonial .user-details .user-data span.position, .testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial .user-details .user-data span.position {
    color: #717c87;
}

.testimonial-section .testimonial-2-slider .owl-nav, .testimonial-section .testimonial-slider-for-testimonial-page .owl-nav {
    position: absolute;
    top: -120px;
    right: 0;
}

.testimonial-section .testimonial-2-slider .owl-nav .owl-prev, .testimonial-section .testimonial-2-slider .owl-nav .owl-next, .testimonial-section .testimonial-slider-for-testimonial-page .owl-nav .owl-prev, .testimonial-section .testimonial-slider-for-testimonial-page .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #191514;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.testimonial-section .testimonial-2-slider .owl-nav .owl-prev, .testimonial-section .testimonial-slider-for-testimonial-page .owl-nav .owl-prev {
    margin-right: 15px;
    background: #717c87;
}

.testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial:after {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #222222;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    z-index: -1;
}

.testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial p {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 30px;
    opacity: 1;
}

.testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial:hover p {
    color: #fff;
}

.testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial:hover .user-details .user-data .name {
    color: #e52230;
}

.testimonial-section .testimonial-slider-for-testimonial-page .single-testimonial:hover .user-details .user-data .position {
    color: #fff;
}

/*==========================================
    blog
===========================================*/
.blog.blog-page {
    padding: 120px 0 90px;
}

.blog.blog-page .single-post {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog.blog-page .single-post .part-img:after, .blog.blog-page .single-post .part-img:before {
    opacity: .4;
}

.blog.blog-page .single-post:hover {
    background: #222222;
}

.blog.blog-page .single-post:hover .part-text span.date, .blog.blog-page .single-post:hover .part-text a.title {
    color: #fff;
}

.blog .single-post:hover .part-img:after, .blog .single-post:hover .part-img:before {
    width: 50%;
}

.blog .single-post:hover .part-img .content-on-img {
    opacity: 1;
}

.blog .single-post:hover .part-img .content-on-img a.view-button {
    margin-bottom: 0;
}

.blog .single-post:hover .part-text {
    -webkit-box-shadow: 1px 7px 9px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 1px 7px 9px 0px rgba(0, 0, 0, 0.19);
}

.blog .single-post:hover .part-text:after {
    background: #e52230;
}

.blog .single-post .part-img {
    position: relative;
    z-index: 2;
}

.blog .single-post .part-img:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    opacity: .83;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog .single-post .part-img:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    opacity: .83;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog .single-post .part-img img {
    width: 100%;
}

.blog .single-post .part-img .content-on-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    opacity: 0;
}

.blog .single-post .part-img .content-on-img a.view-button {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #e52230;
    -webkit-box-shadow: 0px 9px 24px 0px rgba(251, 79, 0, 0.39);
    box-shadow: 0px 9px 24px 0px rgba(251, 79, 0, 0.39);
    color: #fff;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    margin-bottom: -30px;
    -webkit-transition: all 0.3s cubic-bezier(0, 4.68, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 4.68, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 4.68, 0.58, 1);
}

.blog .single-post .part-text {
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.14);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 40px 30px;
    margin-bottom: 30px;
    position: relative;
}

.blog .single-post .part-text:after {
    position: absolute;
    content: '';
    left: 0;
    width: 4px;
    background: #0189ff;
    top: 40px;
    bottom: 40px;
}

.blog .single-post .part-text span.date {
    color: #666666;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}

.blog .single-post .part-text a.title {
    display: block;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
}

/*==========================================
    brand
===========================================*/
.brand {
    padding: 70px 0 100px;
}

.brand .brand-slider .single-brand {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
}

.brand .brand-slider .single-brand img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.brand .brand-slider .single-brand:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.brand .brand-slider .owl-nav {
    display: none;
}

/*==========================================
    footer
===========================================*/
.footer {
    background: #191514;
    padding: 120px 0;
}

.footer .single-widget .about-area a.logo {
    display: inline-block;
    margin-bottom: 30px;
}

.footer .single-widget .about-area p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.footer .single-widget .about-area ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
}

.footer .single-widget .about-area ul li span {
    display: block;
}

.footer .single-widget .about-area ul li span.icon {
    color: #e52230;
    margin-right: 10px;
}

.footer .single-widget .about-area ul li span.text {
    color: #fff;
}

.footer .single-widget .useful-link h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer .single-widget .useful-link ul li {
    line-height: 40px;
}

.footer .single-widget .useful-link ul li a {
    display: inline-block;
    color: #888;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer .single-widget .useful-link ul li a:hover {
    padding-left: 10px;
    color: #fff;
}

.footer .single-widget .useful-link ul li a:hover span.text:after {
    width: 100%;
}

.footer .single-widget .useful-link ul li a span {
    display: inline-block;
}

.footer .single-widget .useful-link ul li a span.icon {
    margin-right: 8px;
}

.footer .single-widget .useful-link ul li a span.text {
    position: relative;
}

.footer .single-widget .useful-link ul li a span.text:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer .single-widget .support-link h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer .single-widget .support-link ul li {
    line-height: 40px;
}

.footer .single-widget .support-link ul li a {
    display: inline-block;
    color: #888;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.footer .single-widget .support-link ul li a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer .single-widget .support-link ul li a:hover {
    color: #fff;
}

.footer .single-widget .support-link ul li a:hover:after {
    width: 100%;
}

.footer .single-widget .gallery-area h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.footer .single-widget .gallery-area .g-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px;
}

.footer .single-widget .gallery-area .g-row .single-photo {
    width: calc(100% / (3 - 20px));
    padding: 0 3px;
    margin-bottom: 6px;
    position: relative;
}

.footer .single-widget .gallery-area .g-row .single-photo img {
    width: 100%;
}

.footer .single-widget .gallery-area .g-row .single-photo:hover .content-on-image {
    background: rgba(0, 0, 0, 0.8);
}

.footer .single-widget .gallery-area .g-row .single-photo:hover .content-on-image a {
    position: initial;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.footer .single-widget .gallery-area .g-row .single-photo .content-on-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer .single-widget .gallery-area .g-row .single-photo .content-on-image a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #e52230;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    position: relative;
    margin-top: -6px;
    opacity: 0;
    visibility: hidden;
}

/*==========================================
    copyright
===========================================*/
.copyright {
    background: #000000;
    padding: 23px 0px 22px;
}

.copyright .copyright-area p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin: 0;
    color: #fff;
}

.copyright .copyright-area p a {
    color: #e52230;
}

.copyright .social-area {
    float: right;
}

.copyright .social-area ul li {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #666666;
    font-size: 14px;
}

.copyright .social-area ul li:first-child {
    margin-right: 10px;
}

.copyright .social-area ul li.social a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #666666;
    color: #222222;
    text-align: center;
    font-size: 10px;
    border-radius: 3px;
    line-height: 20px;
    margin-right: 6px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.copyright .social-area ul li.social a:hover {
    background: #fff;
}

.copyright .social-area ul li:last-child.social a {
    margin-right: 0;
}

/*==========================================
    fun fact
===========================================*/
.fun-fact .part-accordion {
    padding-top: 120px;
}

.fun-fact .part-accordion .section-title h2 {
    padding-bottom: 0;
}

.fun-fact .part-accordion .section-title h2:after {
    display: none;
}

.fun-fact .part-accordion #accordion .card {
    border-radius: 0;
    border: none;
    border-top: 1px solid #e3e3ee;
}

.fun-fact .part-accordion #accordion .card .card-header {
    padding: 0;
    border: none;
    background: transparent;
}

.fun-fact .part-accordion #accordion .card .card-header h5 button {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #e52230;
    text-decoration: none;
    padding: 22px 0;
    width: 100%;
    text-align: left;
    padding-left: 25px;
}

.fun-fact .part-accordion #accordion .card .card-header h5 button span {
    display: inline-block;
}

.fun-fact .part-accordion #accordion .card .card-header h5 button span.first-icon, .fun-fact .part-accordion #accordion .card .card-header h5 button span.second-icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


.fun-fact .part-accordion #accordion .card .card-header h5 button span.first-icon {
    margin-right: 16px;
    color: #e52230;
    position: absolute;
    left: 0;
}

.fun-fact .part-accordion #accordion .card .card-header h5 button span.second-icon {
    margin-left: 6px;
    color: #c9c9ce;
    float: right;
}

.fun-fact .part-accordion #accordion .card .card-header h5 button.collapsed span {
    display: inline-block;
}

.fun-fact .part-accordion #accordion .card .card-header h5 button.collapsed {
    color: #000;
}

.fun-fact .part-accordion #accordion .card .card-header h5 button.collapsed span.first-icon, .fun-fact .part-accordion #accordion .card .card-header h5 button.collapsed span.second-icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fun-fact .part-accordion #accordion .card .card-body {
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    color: #444444;
    margin-bottom: 30px;
}

.fun-fact .part-statics .statics-img {
    position: relative;
    z-index: 20;
    -webkit-box-shadow: 0px 14px 27px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 14px 27px 0px rgba(0, 0, 0, 0.24);
}

.fun-fact .part-statics .statics-img img {
    width: 100%;
}

.fun-fact .part-statics .static-area {
    position: relative;
    z-index: 2;
    padding: 120px 0;
}

.fun-fact .part-statics .static-area:after {
    position: absolute;
    background: url("../img/static-bg.jpg") center center no-repeat;
    background-size: cover;
    content: '';
    left: -130px;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -2;
}

.fun-fact .part-statics .static-area:before {
    position: absolute;
    content: '';
    left: -130px;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #000;
    z-index: -1;
    opacity: .5;
}

.fun-fact .part-statics .static-area .single-static {
    padding-left: 20px;
    margin-bottom: 54px;
}

.fun-fact .part-statics .static-area .single-static:last-child {
    margin-bottom: 0;
}

.fun-fact .part-statics .static-area .single-static span {
    display: block;
}

.fun-fact .part-statics .static-area .single-static span.number {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 55px;
    margin: -5px 0 -8px;
    display: inline-block;
}

.fun-fact .part-statics .static-area .single-static span.number span.counter {
    display: inline-block;
}

.fun-fact .part-statics .static-area .single-static span.title {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    line-height: 26px;
}

/*==========================================
    process
===========================================*/
.process {
    padding: 120px 0 0px 0;
}

.process .container {
    position: relative;
}

.process .container .step {
    position: absolute;
    top: 40px;
    left: 100px;
    z-index: 55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 100px;
    z-index: -1;
}

.process .container .step img {
    width: 100%;
}

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

.process .single-process.down {
    margin-top: 60px;
}

.process .single-process .part-icon {
    width: 130px;
    height: 130px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../img/single-process-hover.png") 100% 100% no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 26px;
    position: relative;
}

.process .single-process .part-icon img {
    width: 60px;
}

.process .single-process .part-icon span.step-num {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 22px;
    height: 22px;
    background: #515251;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 700;
}

.process .single-process:hover .part-icon {
    background: url("../img/single-process-bg.png") 100% 100% no-repeat;
    background-size: contain;
}

.process .single-process:hover .part-icon span.step-num {
    background: #7bcf0c;
}

.process .single-process h4 {
    font-weight: 600;
    color: #222222;
    font-size: 20px;
    margin-bottom: 6px;
}

.process .single-process p {
    font-size: 16px;
    line-height: 28px;
}

.process .single-process a {
    color: #0189ff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
}

/*==========================================
    product slider
===========================================*/
.product-slider-section .product-slider {
    position: relative;
}

.product-slider-section .product-slider .owl-stage-outer {
    overflow: visible;
}

.product-slider-section .product-slider .owl-stage-outer .owl-item {
    opacity: .8;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.product-slider-section .product-slider .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.product-slider-section .product-slider .owl-stage-outer .single-slider .part-content {
    position: relative;
}

.product-slider-section .product-slider .owl-stage-outer .single-slider .part-content img {
    width: 100%;
}

.product-slider-section .product-slider .owl-stage-outer .single-slider .part-content .content-on-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
}

.product-slider-section .product-slider .owl-stage-outer .single-slider .part-content .content-on-img:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/product-slider-bg.png") center center no-repeat;
    background-size: cover;
    z-index: -1;
}

.product-slider-section .product-slider .owl-stage-outer .single-slider .part-content .content-on-img h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.product-slider-section .product-slider .owl-stage-outer .single-slider .part-content .content-on-img p {
    color: #fff;
    margin-bottom: 26px;
}

.product-slider-section .product-slider .owl-stage-outer .single-slider .part-content .content-on-img a.view {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e52230;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
}

.product-slider-section .product-slider .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.product-slider-section .product-slider .owl-nav .owl-prev, .product-slider-section .product-slider .owl-nav .owl-next {
    width: 90px;
    height: 50px;
    background: #e52230;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.product-slider-section .product-slider .owl-nav .owl-prev {
    margin-left: -90px;
    border-radius: 50px 0 0 50px;
    background: #2e2f30;
}

.product-slider-section .product-slider .owl-nav .owl-next {
    margin-right: -90px;
    border-radius: 0 50px 50px 0;
}

/*==========================================
    breadcrumb
===========================================*/
.breadcrumb-ind {
    background: url("../img/breadcrump-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.breadcrumb-ind:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .64;
    z-index: -1;
}

.breadcrumb-ind .breadcrumb-content {
    margin-top: 184px;
    padding: 120px 0;
}

.breadcrumb-ind .breadcrumb-content h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -11px;
}

.breadcrumb-ind .breadcrumb-content ul li {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
}

.breadcrumb-ind .breadcrumb-content ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

/*==========================================
    team 2
===========================================*/
.team-2 {
    padding: 120px 0 90px;
}

.team-2 .single-member {
    -webkit-box-shadow: 0.968px 3.881px 10px 0px rgba(8, 8, 8, 0.1);
    box-shadow: 0.968px 3.881px 10px 0px rgba(8, 8, 8, 0.1);
    margin-bottom: 30px;
}

.team-2 .single-member:hover .part-text {
    background: #e52230;
}

.team-2 .single-member:hover .part-text span.name, .team-2 .single-member:hover .part-text span.position {
    color: #fff;
}

.team-2 .single-member .part-img img {
    width: 100%;
}

.team-2 .single-member .part-text {
    text-align: center;
    padding: 26px 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.team-2 .single-member .part-text span {
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.team-2 .single-member .part-text span.name {
    font-size: 20px;
    color: black;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.team-2 .single-member .part-text span.position {
    font-size: 16px;
    color: #666666;
    font-weight: 600;
}

/*==========================================
    error
===========================================*/
.error-404 {
    padding: 120px 0;
}

.error-404 .error-content {
    text-align: center;
}

.error-404 .error-content .part-img {
    margin-bottom: 55px;
}

.error-404 .error-content h3 {
    font-size: 60px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 48px;
}

.error-404 .error-content h3 span.marked {
    color: #e52230;
}

.error-404 .error-content a.back-button {
    width: 220px;
    height: 60px;
    line-height: 60px;
    background: #e52230;
    border: 1px solid #e52230;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
    overflow: hidden;
}

.error-404 .error-content a.back-button:after {
    position: absolute;
    content: '';
    left: -100%;
    top: 1px;
    width: 100%;
    bottom: 1px;
    border-radius: 50px 0 0 50px;
    background: #222222;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: -1;
}

.error-404 .error-content a.back-button:hover {
    color: #e52230;
}

.error-404 .error-content a.back-button:hover:after {
    left: 1px;
    border-radius: 50px;
}

/*==========================================
    service details
===========================================*/
.service-details {
    padding: 120px 0;
}

.service-details .service-details-content h3 {
    color: #012068;
    font-weight: 600;
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 24px;
}

.service-details .service-details-content p {
    color: #444444;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 27px;
}

.service-details .service-details-content ul li {
    font-size: 17px;
    margin-bottom: 7px;
}

.service-details .service-details-content ul li i {
    margin-right: 4px;
}

.service-details .service-details-content .img-slider {
    margin-top: 70px;
}

.service-details .service-details-content .img-slider .owl-nav {
    display: none;
}

.service-details .service-details-content .img-slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-top: 40px;
}

.service-details .service-details-content .img-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #c6c6c6;
    border-radius: 50%;
    margin-right: 40px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.service-details .service-details-content .img-slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.service-details .service-details-content .img-slider .owl-dots .owl-dot.active {
    width: 15px;
    height: 15px;
    background: #e52230;
}

.service-details .service-details-content .blog-tabs {
    margin-top: 70px;
}

.service-details .service-details-content .blog-tabs .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-details .service-details-content .blog-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
}

.service-details .service-details-content .blog-tabs .nav-tabs .nav-item .nav-link {
    border: none;
    color: #222222;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-radius: 0;
    padding: 9px 30px 8px;
    margin-right: 30px;
}

.service-details .service-details-content .blog-tabs .nav-tabs .nav-item .nav-link.active {
    border: none;
    background: #e52230;
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    border-radius: 0;
}

.service-details .service-details-content .blog-tabs .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.service-details .service-details-content .blog-tabs .tab-content {
    padding-top: 32px;
}

.service-details .service-details-content .smilar-news {
    padding-top: 40px;
}

.service-details .service-details-content .smilar-news .single-image {
    position: relative;
    overflow: hidden;
}

.service-details .service-details-content .smilar-news .single-image:hover .content-on-img .after-hover-effect {
    top: 0;
}

.service-details .service-details-content .smilar-news .single-image img {
    width: 100%;
}

.service-details .service-details-content .smilar-news .single-image .content-on-img {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.service-details .service-details-content .smilar-news .single-image .content-on-img .part-icon {
    width: 50px;
    margin-bottom: 25px;
}

.service-details .service-details-content .smilar-news .single-image .content-on-img .part-icon img {
    width: 100%;
}

.service-details .service-details-content .smilar-news .single-image .content-on-img a.title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
    display: inline-block;
}

.service-details .service-details-content .smilar-news .single-image .content-on-img .after-hover-effect {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #e52230;
    padding: 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-details .service-details-content .smilar-news .single-image .content-on-img .after-hover-effect .part-icon {
    display: inline-block;
}

.service-details .service-details-content .smilar-news .single-image .content-on-img .after-hover-effect .part-icon img {
    -webkit-filter: brightness(100) grayscale(1);
    filter: brightness(100) grayscale(1);
}

.service-details .service-details-content .smilar-news .single-image .content-on-img .after-hover-effect p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.service-details .service-details-content .next_prev_button {
    border-top: 1px solid #ececf0;
    border-bottom: 1px solid #ececf0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.service-details .service-details-content .next_prev_button a {
    display: inline-block;
    color: #444444;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.service-details .service-details-content .next_prev_button a i {
    margin-right: 10px;
}

.service-details .service-details-content .next_prev_button a:hover {
    color: #e52230;
}

.service-details .service-details-content .next_prev_button a:last-child {
    color: #e52230;
}

.service-details .service-details-content .next_prev_button a:last-child:hover {
    color: #444;
}

.service-details .service-details-content .next_prev_button a:last-child i {
    margin-right: 0;
    margin-left: 10px;
}

/*==========================================
    sidebar
===========================================*/
.sidebar .single-widget {
    margin-bottom: 50px;
}

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

.sidebar .single-widget .widget_title {
    font-size: 24px;
    color: #222222;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: -5px;
    font-weight: 600;
}

.sidebar .single-widget .widget_title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 80px;
    background: #e52230;
    height: 2px;
}

.sidebar .single-widget .subject-list ul li {
    border: 1px solid #d7d7d7;
    padding: 12px 30px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.sidebar .single-widget .subject-list ul li:last-child {
    margin-bottom: 0;
}

.sidebar .single-widget .subject-list ul li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #222222;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sidebar .single-widget .subject-list ul li:hover:after {
    width: 100%;
}

.sidebar .single-widget .subject-list ul li:hover a {
    color: #fff;
}

.sidebar .single-widget .subject-list ul li:hover span.icon {
    color: #fff;
}

.sidebar .single-widget .subject-list ul li a {
    display: inline-block;
    color: #012068;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sidebar .single-widget .subject-list ul li span.icon {
    float: right;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sidebar .single-widget .contact h4 {
    font-weight: 500;
    font-size: 30px;
    color: #012068;
    margin-bottom: 23px;
    margin-top: -9px;
}

.sidebar .single-widget .contact ul li {
    margin-bottom: 13px;
}

.sidebar .single-widget .contact ul li .single-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidebar .single-widget .contact ul li .single-line span {
    display: block;
}

.sidebar .single-widget .contact ul li .single-line span.icon {
    font-size: 24px;
    color: #e52230;
    margin-right: 20px;
}

.sidebar .single-widget .contact ul li .single-line span.text {
    color: #444444;
    font-size: 18px;
    line-height: 30px;
}

.sidebar .single-widget .brochures h4 {
    font-weight: 500;
    font-size: 30px;
    color: #012068;
    margin-bottom: 23px;
    margin-top: -9px;
}

.sidebar .single-widget .brochures p {
    color: #444444;
    line-height: 28px;
}

.sidebar .single-widget .brochures .buttons a.brochure {
    display: inline-block;
    color: #fff;
    background: #e52230;
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 56px;
    padding: 0 30px;
    font-weight: 700;
    position: relative;
    border: 2px solid #e52230;
    font-size: 18px;
    z-index: 2;
    position: relative;
}

.sidebar .single-widget .brochures .buttons a.brochure:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #222222;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: -1;
}

.sidebar .single-widget .brochures .buttons a.brochure:hover:after {
    width: 100%;
}

.sidebar .single-widget .brochures .buttons a.brochure img {
    width: 30px;
    margin-right: 20px;
}

.sidebar .single-widget .brochures .buttons a.characteristics {
    display: inline-block;
    color: #222222;
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 60px;
    padding: 0 30px;
    font-weight: 700;
    position: relative;
    font-size: 18px;
    border: 1px solid #cdcbcb;
    z-index: 2;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sidebar .single-widget .brochures .buttons a.characteristics:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #222222;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: -1;
}

.sidebar .single-widget .brochures .buttons a.characteristics:hover {
    color: #fff;
}

.sidebar .single-widget .brochures .buttons a.characteristics:hover:after {
    width: 100%;
}

.sidebar .single-widget .brochures .buttons a.characteristics:hover img {
    -webkit-filter: brightness(100) grayscale(1);
    filter: brightness(100) grayscale(1);
}

.sidebar .single-widget .brochures .buttons a.characteristics img {
    width: 30px;
    margin-right: 20px;
}

.sidebar .single-widget .start-banner {
    background: url("../img/start-banner.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 49px 40px 40px;
    text-align: center;
}

.sidebar .single-widget .start-banner:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .84;
    z-index: -1;
}

.sidebar .single-widget .start-banner .part-img {
    height: 60px;
    width: auto;
    margin-bottom: 35px;
}

.sidebar .single-widget .start-banner .part-img img {
    height: 100%;
}

.sidebar .single-widget .start-banner .part-text p {
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.sidebar .single-widget .start-banner .part-text h3 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 28px;
}

.sidebar .single-widget .start-banner .part-text a.start-button {
    display: inline-block;
    height: 50px;
    width: 220px;
    background: #fff;
    color: #012068;
    font-weight: 600;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}

.sidebar .single-widget .start-banner .part-text a.start-button span.icon {
    display: inline-block;
    width: 60px;
    height: 50px;
    background: #e52230;
    color: #fff;
    float: right;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sidebar .single-widget .start-banner .part-text a.start-button:hover span.icon {
    background: #222222;
}

.sidebar .single-widget .search_widget form {
    position: relative;
}

.sidebar .single-widget .search_widget form input {
    width: 100%;
    height: 60px;
    background: transparent;
    border: none;
    padding: 0 30px;
    color: #222222;
    border: 1px solid #ececf0;
}

.sidebar .single-widget .search_widget form .submit_button {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: transparent;
    color: #222222;
    outline: none;
    border: none;
    border-left: 1px solid #ececf0;
    cursor: pointer;
    font-size: 14px;
}

.sidebar .single-widget .category-widget ul li {
    border-top: 1px solid #ececf0;
    padding: 14px 0 15px;
}

.sidebar .single-widget .category-widget ul li:first-child {
    border-top: none;
    padding-top: 0;
}

.sidebar .single-widget .category-widget ul li a {
    display: block;
    color: #222222;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.sidebar .single-widget .category-widget ul li a:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #e52230;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
    border-radius: 50%;
}

.sidebar .single-widget .category-widget ul li a:hover {
    padding-left: 30px;
    color: #e52230;
}

.sidebar .single-widget .category-widget ul li a:hover:after {
    opacity: 1;
}

.sidebar .single-widget .category-widget ul li a span.count {
    float: right;
    width: 30px;
    height: 30px;
    background: #e8effb;
    color: #444444;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
}

.sidebar .single-widget .recent_news_widget .single_news {
    border-bottom: 1px solid #ececf0;
    padding: 25px 0;
    display: flow-root;
}

.sidebar .single-widget .recent_news_widget .single_news:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar .single-widget .recent_news_widget .single_news:first-child {
    padding-top: 0;
}

.sidebar .single-widget .recent_news_widget .single_news .part-img {
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}

.sidebar .single-widget .recent_news_widget .single_news .part-img img {
    width: 100%;
}

.sidebar .single-widget .recent_news_widget .single_news .part-text {
    display: table;
}

.sidebar .single-widget .recent_news_widget .single_news .part-text a {
    display: inline-block;
    color: #222222;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    line-height: 22px;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sidebar .single-widget .recent_news_widget .single_news .part-text a:hover {
    color: #e52230;
}

.sidebar .single-widget .recent_news_widget .single_news .part-text span {
    display: inline-block;
    color: #888;
    font-size: 14px;
}

.sidebar .single-widget .recent_news_widget .single_news .part-text span i {
    margin-right: 6px;
    color: #e52230;
}

.sidebar .single-widget .archives-widget ul li {
    border-top: 1px solid #ececf0;
    padding: 14px 0 15px;
}

.sidebar .single-widget .archives-widget ul li:first-child {
    border-top: none;
    padding-top: 0;
}

.sidebar .single-widget .archives-widget ul li a {
    display: block;
    color: #222222;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.sidebar .single-widget .archives-widget ul li a:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #e52230;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
    border-radius: 50%;
}

.sidebar .single-widget .archives-widget ul li a:hover {
    padding-left: 30px;
    color: #e52230;
}

.sidebar .single-widget .archives-widget ul li a:hover:after {
    opacity: 1;
}

.sidebar .single-widget .archives-widget ul li a span.count {
    float: right;
    width: 30px;
    height: 30px;
    background: #e8effb;
    color: #444444;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
}

.sidebar .single-widget .gallery-widget .profo-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
}

.sidebar .single-widget .gallery-widget .profo-row .single-feed {
    width: calc(100% / (3 - 20px));
    overflow: hidden;
    position: relative;
    padding: 0 5px;
    margin-bottom: 10px;
}

.sidebar .single-widget .gallery-widget .profo-row .single-feed:hover .overlapping-btn {
    visibility: visible;
    opacity: 1;
}

.sidebar .single-widget .gallery-widget .profo-row .single-feed img {
    width: 100%;
}

.sidebar .single-widget .gallery-widget .profo-row .single-feed .overlapping-btn {
    position: absolute;
    top: 0px;
    left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 5px;
    bottom: 0px;
    background: rgba(255, 14, 31, 0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sidebar .single-widget .gallery-widget .profo-row .single-feed .overlapping-btn .view_photo {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #e52230;
}

.sidebar .single-widget .tag_widget .single_tag {
    display: inline-block;
    padding: 10px 20px;
    background: transparent;
    color: #fff;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 5px;
    margin-right: 1px;
    border: 1px solid #ececf0;
    color: #222222;
    font-family: "Montserrat", sans-serif;
}

.sidebar .single-widget .tag_widget .single_tag:hover {
    background: #e52230;
    color: #fff;
}

.sidebar .single-widget .newsletter {
    background: #222222;
    padding: 30px;
}

.sidebar .single-widget .newsletter h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sidebar .single-widget .newsletter h3 .icon {
    margin-right: 10px;
}

.sidebar .single-widget .newsletter form input {
    height: 60px;
    width: 100%;
    padding: 0 30px;
    border: none;
    margin-bottom: 20px;
}

.sidebar .single-widget .newsletter form button {
    height: 60px;
    border: 2px solid #e52230;
    width: 100%;
    color: #fff;
    background: #e52230;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.sidebar .single-widget .newsletter form button:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #222222;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sidebar .single-widget .newsletter form button:hover:after {
    width: 100%;
}

/*==========================================
    team-details
===========================================*/
.team-2.team-details {
    padding-bottom: 120px;
}

.team-2 .team-details-content p {
    color: #444444;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 27px;
}

.team-2 .team-details-content .team-details-footer .part-left {
    display: inline-block;
}

.team-2 .team-details-content .team-details-footer .part-left ul li {
    display: inline-block;
    font-size: 18px;
    color: #1a1e66;
    margin-right: 30px;
}

.team-2 .team-details-content .team-details-footer .part-left ul li span {
    display: inline-block;
}

.team-2 .team-details-content .team-details-footer .part-left ul li span.icon {
    margin-right: 10px;
    color: #e52230;
}

.team-2 .team-details-content .team-details-footer .part-right {
    float: right;
}

.team-2 .team-details-content .team-details-footer .part-right ul li {
    display: inline-block;
}

.team-2 .team-details-content .team-details-footer .part-right ul li a {
    display: inline-block;
    color: #e52230;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-right: 15px;
}

.team-2 .team-details-content .team-details-footer .part-right ul li a:hover {
    color: #222222;
}

.team-2 .team-details-content .team-details-footer .part-right ul li:last-child a {
    margin-right: 0;
}

/*==========================================
    contact section
===========================================*/
.contact-section {
    padding: 120px 0;
}

.contact-section .address-area {
    margin-bottom: 70px;
}

.contact-section .address-area .single-address-card {
    text-align: center;
    padding: 40px 0;
    border: 2px solid #e7e7e7;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 30px;
}

.contact-section .address-area .single-address-card:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #e52230;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: -1;
}

.contact-section .address-area .single-address-card:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #e52230;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: -1;
}

.contact-section .address-area .single-address-card:hover:after, .contact-section .address-area .single-address-card:hover:before {
    width: 50%;
}

.contact-section .address-area .single-address-card:hover .part-icon img {
    -webkit-filter: brightness(100) grayscale(1);
    filter: brightness(100) grayscale(1);
}

.contact-section .address-area .single-address-card:hover .part-text span.title, .contact-section .address-area .single-address-card:hover .part-text span.info {
    color: #fff;
}

.contact-section .address-area .single-address-card .part-icon {
    height: 50px;
    display: inline-block;
    margin-bottom: 21px;
}

.contact-section .address-area .single-address-card .part-icon img {
    height: 100%;
}

.contact-section .address-area .single-address-card .part-text span {
    display: block;
}

.contact-section .address-area .single-address-card .part-text span.title {
    font-size: 26px;
    font-weight: 600;
    color: #222222;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.contact-section .address-area .single-address-card .part-text span.info {
    color: #999999;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.contact-section .contact-form h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 52px;
}

.contact-section .contact-form h3 span.marked {
    color: #e52230;

    font-style: italic;
}

.contact-section .contact-form form input, .contact-section .contact-form form select {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    margin-bottom: 15px;
    background: #eef1f5;
    border: none;
    color: #222222;
}

.contact-section .contact-form form .select-box {
    position: relative;
}

.contact-section .contact-form form .select-box .icon {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
    z-index: 2;
}

.contact-section .contact-form form .select-box .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    color: #222222;
}

.contact-section .contact-form form .select-box .select:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: red;
}

.contact-section .contact-form form textarea {
    width: 100%;
    height: 130px;
    padding: 13px 30px;
    border: none;
    background: #eef1f5;
    color: #222222;
    display: -ms-grid;
    display: grid;
}

.contact-section .contact-form form button {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #e52230;
    height: 60px;
    width: 180px;
    border-radius: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 30px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(251, 79, 0, 0.3);
    box-shadow: 0px 3px 10px 0px rgba(251, 79, 0, 0.3);
    border: 1px solid #e52230;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.contact-section .contact-form form button:hover {
    color: #222222;
    background: transparent;
    border-color: #222222;
}

.contact-section .map {
    height: 100%;
}

/*==========================================
    blog details
===========================================*/
.blog-details {
    padding: 120px 0;
}

.blog-details .blog-details-area .blog-details-text {
    padding: 0 30px 15px;
    -webkit-box-shadow: 0.877px 1.798px 29px 0px rgba(34, 34, 34, 0.08);
    box-shadow: 0.877px 1.798px 29px 0px rgba(34, 34, 34, 0.08);
    margin-bottom: 50px;
}

.blog-details .blog-details-area .blog-details-text .part-meta {
    border-bottom: 1px solid #ececf0;
    padding: 18px 0 17px;
    margin-bottom: 19px;
}

.blog-details .blog-details-area .blog-details-text .part-meta ul li {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
    display: inline-block;
}

.blog-details .blog-details-area .blog-details-text .part-meta ul li .icon {
    margin-right: 6px;
}

.blog-details .blog-details-area .blog-details-text .part-text p {
    color: #444444;
    font-size: 16px;
    line-height: 30px;
}

.blog-details .blog-details-area .blog-details-text .part-text h2 {
    font-size: 28px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 21px;
}

.blog-details .blog-details-area .blog-details-text .part-text p.marked {
    background: #f9f9f9;
    color: #222222;
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-left: 4px solid #e52230;
    padding: 30px;
    line-height: 30px;
}

.blog-details .blog-details-area .blog-details-text .part-text p.marked span.name {
    color: #e52230;
    font-size: 15px;
    display: block;
    margin-top: 8px;
}

.blog-details .blog-details-area .blog-details-text .inner-img {
    margin: 44px 0;
}

.blog-details .blog-details-area .blog-details-control {
    padding: 0 30px;
}

.blog-details .blog-details-area .blog-details-control .tag-nd-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-details .blog-details-area .blog-details-control .tag-nd-social .tag span {
    color: #444444;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-right: 10px;
}

.blog-details .blog-details-area .blog-details-control .tag-nd-social .tag .single_tag {
    background: #f4f7fc;
    color: #444444;
    border: 1px solid #f4f7fc;
    padding: 8px 16px;
    border-radius: 50px;
    margin-right: 6px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}

.blog-details .blog-details-area .blog-details-control .tag-nd-social .tag .single_tag:hover {
    background: #e52230;
    color: #fff;
}

.blog-details .blog-details-area .blog-details-control .tag-nd-social .social .single_social {
    color: #fff;
    background: #3b5999;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    font-size: 15px;
    position: relative;
    margin-right: 6px;
    overflow: hidden;
}

.blog-details .blog-details-area .blog-details-control .tag-nd-social .social .single_social:hover .text {
    width: 100px;
    padding-right: 15px;
    font-size: 15px;
    position: relative;
    opacity: 1;
}

.blog-details .blog-details-area .blog-details-control .tag-nd-social .social .single_social span {
    display: inline-block;
}

.blog-details .blog-details-area .blog-details-control .tag-nd-social .social .single_social span.icon {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
}

.blog-details .blog-details-area .blog-details-control .tag-nd-social .social .single_social span.text {
    width: 0;
    font-size: 0;
    padding-right: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 0;
    opacity: 0;
    right: 0;
}

.blog-details .blog-details-area .blog-details-control .tag-nd-social .social .single_social.twitter {
    background: #55acee;
}

.blog-details .blog-details-area .blog-details-control .tag-nd-social .social .single_social.g-plus {
    background: #dd4b39;
}

.blog-details .blog-details-area .blog-details-control .tag-nd-social .social .single_social.dribble {
    background: #ea4c89;
}

.blog-details .blog-details-area .blog-details-control .next_prev_button {
    border-top: 1px solid #ececf0;
    border-bottom: 1px solid #ececf0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.blog-details .blog-details-area .blog-details-control .next_prev_button a {
    display: inline-block;
    color: #444444;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-details .blog-details-area .blog-details-control .next_prev_button a i {
    margin-right: 10px;
}

.blog-details .blog-details-area .blog-details-control .next_prev_button a:hover {
    color: #e52230;
}

.blog-details .blog-details-area .blog-details-control .next_prev_button a:last-child {
    color: #e52230;
}

.blog-details .blog-details-area .blog-details-control .next_prev_button a:last-child:hover {
    color: #444;
}

.blog-details .blog-details-area .blog-details-control .next_prev_button a:last-child i {
    margin-right: 0;
    margin-left: 10px;
}

.blog-details .blog-details-area .blog-details-control .blog_comment .title-blog-comment {
    font-size: 22px;
    color: #222222;
    font-weight: 600;
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.blog-details .blog-details-area .blog-details-control .blog_comment .title-blog-comment:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #e52230;
}

.blog-details .blog-details-area .blog-details-control .blog_comment .single_comment {
    display: flow-root;
    margin-bottom: 30px;
}

.blog-details .blog-details-area .blog-details-control .blog_comment .single_comment .part_img {
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.blog-details .blog-details-area .blog-details-control .blog_comment .single_comment .part_img img {
    width: 100%;
}

.blog-details .blog-details-area .blog-details-control .blog_comment .single_comment .part-text {
    display: table;
    background: #f4f7fc;
    padding: 30px;
    position: relative;
}

.blog-details .blog-details-area .blog-details-control .blog_comment .single_comment .part-text span {
    display: block;
}

.blog-details .blog-details-area .blog-details-control .blog_comment .single_comment .part-text span.commentor-name {
    font-size: 20px;
    color: #222222;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.blog-details .blog-details-area .blog-details-control .blog_comment .single_comment .part-text span.date-info {
    font-size: 14px;
    color: #e52230;
    margin-bottom: 18px;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
}

.blog-details .blog-details-area .blog-details-control .blog_comment .single_comment .part-text span.date-info:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e52230;
}

.blog-details .blog-details-area .blog-details-control .blog_comment .single_comment .part-text p {
    color: #444444;
    margin: 0;
    font-size: 15px;
    line-height: 27px;
}

.blog-details .blog-details-area .blog-details-control .blog_comment .single_comment .part-text .reply-button {
    border: 1px solid #e52230;
    color: #fff;
    background: #e52230;
    width: 80px;
    height: 30px;
    font-size: 15px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-details .blog-details-area .blog-details-control .blog_comment .single_comment .part-text .reply-button:hover {
    background: #222222;
    border-color: #222222;
}

.blog-details .blog-details-area .blog-details-control .blog-comment-box .title-blog-comment {
    font-size: 22px;
    color: #222222;
    font-weight: 600;
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.blog-details .blog-details-area .blog-details-control .blog-comment-box .title-blog-comment:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #e52230;
}

.blog-details .blog-details-area .blog-details-control .blog-comment-box form textarea {
    width: 100%;
    height: 150px;
    background: transparent;
    border: none;
    padding: 18px 30px;
    display: -ms-grid;
    display: grid;
    margin-bottom: 30px;
    color: #444;
    border: 1px solid #ececec;
}

.blog-details .blog-details-area .blog-details-control .blog-comment-box form input {
    width: 100%;
    padding: 0 30px;
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    color: #444;
    border: 1px solid #ececec;
}

.blog-details .blog-details-area .blog-details-control .blog-comment-box form .swubmit-button {
    background: #e52230;
    height: 50px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    border: 1px solid #e52230;
    cursor: pointer;
    -webkit-box-shadow: 2.911px 13.694px 27px 0px rgba(249, 29, 45, 0.59);
    box-shadow: 2.911px 13.694px 27px 0px rgba(249, 29, 45, 0.59);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 30px;
    border-radius: 50px;
    margin-top: 30px;
}

.blog-details .blog-details-area .blog-details-control .blog-comment-box form .swubmit-button:hover {
    background: transparent;
    color: #e52230;
}

/*==========================================
    side menubar
===========================================*/
.side-menubar {
    display: block;
    border-left: 5px groove rgba(251, 79, 0, 0.7);
    position: fixed;
    top: 0;
    z-index: 555;
    background: #fff;
    right: 0;
    height: 100%;
    width: 300px;
    padding: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.side-menubar.opened {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-menubar .nav {
    margin-top: 30px;
}

.side-menubar .nav .nav-item .nav-link {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 15px;
    border-top: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #222222;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.side-menubar .nav .nav-item .nav-link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #e52230;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.side-menubar .nav .nav-item .nav-link:hover {
    color: #fff;
    padding-left: 20px;
}

.side-menubar .nav .nav-item .nav-link:hover:before {
    width: 100%;
}

.side-menubar .nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.side-menubar .nav .nav-item.dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
    margin: 0;
    width: 100%;
}

.side-menubar .nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 15px;
    background: #222222;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.side-menubar .nav .nav-item.dropdown .dropdown-menu .dropdown-item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #e52230;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.side-menubar .nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100%;
}

.side-menubar .nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.side-menubar .nav .nav-item:first-child .nav-link {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
