/**
* Template Name: Remis
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: IRANSans;
    font-display: block;
    src: url(fonts/IRANSansWeb_Light.woff) format("woff"), url(fonts/IRANSansWeb_Light.otf) format("opentype");
    src: url(fonts/IRANSansWeb_Light.eot);
    src: url(fonts/IRANSansWeb_Light.eot?#iefix) format("eot"), url(fonts/IRANSansWeb_Light.woff) format("woff"), url(fonts/IRANSansWeb_Light.ttf) format("truetype"), url(fonts/IRANSansWeb_Light.svg) format("svg")
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: IRANSans;
    color: #444;
    text-align: right;
    overflow-x: hidden;
}

ul {
    line-height: 2.25;
}

#rt-wrapper {
    position: relative;
    direction: rtl;

}

#rt-wrapper.inner-page {
    background-color: #fdfdfd;
}

#rt-wrapper section {
    overflow: hidden;
}

#rt-wrapper.inner-page section {
    padding: 30px 0;
    overflow: initial;
}

:focus {
    outline: none;
}

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

table td, table th {
    border: 1px solid #acacac;
}

a {
    color: #070219;;
}

a:hover {
    color: #656565;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: IRANSans;
}

p {
    line-height: 28px;
}

.full-width {
    width: 100%;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

.btn-default {
    transition: all .5s;
    border: 1px solid #e51867;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
    color: #e51867;
}

.btn-default:hover {
    color: #fff;
    background-color: #e51867;
}

.btn-secondary {
    color: #fff;
    background-color: #e51867;
    transition: all .5s;
    border: 1px solid #e51867;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
}

.btn-secondary:hover {
    background-color: transparent;
    border: 1px solid #e51867;
    color: #e51867;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    background: #e51867;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
    transition: all ease-in-out 0.3s;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    z-index: 997;
    transition: all 0.5s;
    padding: 45px 0;
    position: fixed;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(19 0 7) 100%);
}

.header-content {
    margin-top: -30px;
}

#header.header-bg {
    background: #fff;
    padding: 3px 0;
    border-bottom: 2px solid #e51867;
}

#rt-wrapper #header.header-bg {
    position: fixed;
}

#header .logo h1 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header.header-bg .logo img {
    width: 75px;
}

#header.header-bg .header-content {
    margin: auto;
}

#header .logo h1 a, #header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo h1 a span, #header .logo h1 a:hover span {
    color: #e51867;
}

#header .logo img {
    width: 150px;
    padding: 0;
    margin: 0;
    max-height: 40px;
    transition: all 1s;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
#navigation{
    padding: 0;
}
#navigation li {
    display: inline-block;
    position: relative;
}

.main_menu .navbar-toggler:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: 200% auto;
}

.main_menu .sub-menu {
    position: absolute;
    right: 0;
    top: 180%;
    min-width: 150px;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

#navigation .sub-menu li {
    display: block;
}

.main_menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.main_menu .sub-menu a {
    color: #333;
}

.main_menu .sub-menu li:hover a {
    color: #333;
}

/* Desktop Navigation */

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: right;
}

.nav-menu ul {
    border-radius: 6px;
    margin-bottom: 0;
}

.nav-menu a {
    font-weight: bold;
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 15px;
    transition: 0.3s;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #fff;
    text-decoration: none;
}

.header-bg a {
    color: #333;
}

.header-bg a:hover, .header-bg .active > a, .header-bg li:hover > a {
    color: #e51867;
    text-decoration: none;
}

.nav-menu .get-started a {
    background-color: #fdc13421;
    color: #fff;
    border-radius: 50px;
    margin: 2px 0 0 15px;
    padding: 4px 25px 6px 25px;
    border: 2px solid #fdc134;
}

.nav-menu .get-started a:hover {
    background: #e51867;
    color: #213b52;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #3e6f9b;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #e51867;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #e51867;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #213b52;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    transition: 0.3s;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #e51867;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav .get-started a {
    background: #213b52;
    color: #fff;
    border-radius: 50px;
    margin: 15px;
    padding: 8px 25px 10px 25px;
    text-align: center;
}

.mobile-nav .get-started a:hover {
    background: #e51867;
    color: #213b52;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(18, 33, 46, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 991px) {
    #rt-wrapper.ol-wrapper .custom-toggler.navbar-toggler {
        border-color: #fff;
    }

    #rt-wrapper.ol-wrapper .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    #header.header-bg .custom-toggler.navbar-toggler {
        border-color: #e51867;
    }

    .custom-toggler.navbar-toggler:focus {
        outline: none;
    }

    #rt-wrapper.ol-wrapper #header.header-bg .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(229,24,103, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    #navbarSupportedContent {
        position: fixed;
        width: 250px;
        background-color: #191b33;
        right: -250px;
        top: 0px;
        display: block;
        height: 100% !important;
        left: auto;
        padding-top: 25px;
        line-height: 2;
    }

    #navbarSupportedContent li {
        display: block;
    }

    #navbarSupportedContent li a {
        display: block;
        padding: 2px;
        text-align: right;
        padding: 15px;
        font-weight: bold;
        color: #fff !important;
    }

    .navbar-nav {
        display: block;
    }

    #navbarSupportedContent .sub-menu {
        display: none;
        position: relative;
        visibility: visible;
        opacity: 1;
        background: transparent;
        padding-right: 13px;
    }

    #navbarSupportedContent .sub-menu li a {
        color: #f9f9f9;
        font-weight: normal;
        font-size: 12px;
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

/*--------------------------------------------------------------
# slider Section
--------------------------------------------------------------*/
#slider {
    padding: 0 0 0 0;
    width: 100%;
    position: relative;
}

#slider-bg {
    min-height: 100vh;
    padding-top: 100px;
    background: rgb(110 110 110 / 34%);
    position: relative;
    z-index: 100;
    /*background: linear-gradient(180deg, #62042aa1 0%, #5d0428c7 50%, #550c2fc7 100%);*/
    /*background: linear-gradient(180deg, #62042a 0%, #5d0428 50%, #550c2f 100%);*/
}

#slider-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slider-img {
    padding: 0 30px;
    cursor: pointer;
}

.slider-img img {
}

.modal-open .modal {
    overflow: hidden;
}

#slider h1 {
    margin: 0 0 15px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #e51867;
}

#slider ul {
    list-style: none;
    line-height: 2;
}

#slider ul li::before {
    content: "\2022";
    color: #e51767;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-right: -1em;
}

#slider .btn-get-started {
    color: #213b52;
    border-radius: 50px;
    padding: 9px 35px 9px 35px;
    border: 2px solid #fdc134;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #fdc134;
}

#slider .btn-get-started:hover {
    background: transparent;
    color: #fff;
}

.watch-vid {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 9px 35px 9px 35px;
}

.watch-vid i {
    position: relative;
    right: -9px;
    top: 2px;
    font-size: 18px;
}

#close-vid {
    position: absolute;
    right: -5px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 4px #464646;
    width: 25px;
    height: 25px;
    z-index: 1;
    opacity: 1;
    top: -7px;
    font-size: 17px;
    color: #636363;
}

#close-vid:focus {
    outline: none;
}

@media (max-width: 991px) {
    #slider .slider-img {
        text-align: center;
    }

    #slider .btn-get-started, .watch-vid {
        padding: 9px 15px;
    }
}

@media (max-width: 768px) {
    #slider {
        -moz-text-align-last: center;
        text-align-last: center;
    }

    #slider h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #slider h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #slider .slider-img img {
    }
}

@media (max-width: 575px) {
    #slider .slider-img img {
    }
}

/*--------------------------------------------------------------
# cover photo
--------------------------------------------------------------*/
#cover-photo {
    height: 325px;
    background-size: cover;
    background-position: right top;
}

@media (min-width: 1200px) {
    #cover-photo {
        height: 400px;
    }
}

/*--------------------------------------------------------------
 #aparat
--------------------------------------------------------------*/
.aparat-thumb{
    cursor: pointer;
    background-color: #000;
}
.video-iframe .play-icon-aparat{
    width: 54px!important;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -27px;
    margin-top: -27px;
}
.h_iframe-aparat_embed_frame {
    position: relative;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}
.h_iframe-aparat_embed_frame iframe {
    border:none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-frame {
    padding-top: 57%;
    height: 0;
    position: relative;
    display: none;
    background-color: #000;
    border-radius: 5px;
    overflow: hidden;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.pause-area {
    position: absolute;
    width: 60%;
    height: 80%;
    right: 20%;
    top: 0;
    z-index: 1000;
}

.p-area {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Sections General
-------------------------------------------------------------- */
section {
    padding: 60px 0;
}

.section-bg {
    background: linear-gradient(180deg, #f2f6fa 0%, #fff 100%);
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #213b52;
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #e51867;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background-color: #f6f9fb;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# videos
--------------------------------------------------------------*/
.ujob {
    position: relative;
    border: 1px solid #acacac;
    padding: 15px;
    border-radius: 3px;
}

.ujob h2 {
    color: #545353;
    font-size: 18px;
}

.ujob p {
    font-size: 14px;
    color: #696969;
    font-style: italic;
}

/*
.ujob h2{
    position: absolute;
    color: #fff;
    font-size: 18px;
    top: 20px;
    background-color: #e517679c;
    font-weight: bolder;
    border-radius: 4px;
    padding: 2px 23px;
    text-shadow: 2px 1px 2px #000;
}*/
/*.ujob img{
    min-height: 100%;
}*/
.blog-video-height {
    height: 0;
    padding-bottom: 57%;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

.blog-video-height h2 {
    position: absolute;
    color: #fff;
    font-size: 18px;
    top: 20px;
    right: 10px;
    background-color: #e517679c;
    font-weight: bolder;
    border-radius: 4px;
    padding: 2px 23px;
    text-shadow: 2px 1px 2px #000;
}

.video-iframe iframe, .sgvideo-iframe iframe {
    border: none;
}

.video-iframe, .sgvideo-iframe {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

#videos .owl-theme .owl-dots .owl-dot, #sgvideos .owl-theme .owl-dots .owl-dot {
    margin-top: 30px;
}

.video-category {
    position: absolute;
    background-color: #e51867;
    color: #fff;
    z-index: 1;
    top: 20px;
    right: 10px;
    padding: 5px 20px;
    font-size: 12px;
    border-radius: 2px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
section.clients {
    padding: 60px 0 120px;
}

.clients {
    padding: 0;
}

.clients {
    background-color: #f3f5fa;
}

.clients .client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 120px;
}

.clients .client-logo img {
    height: 100px;
    width: auto;
}

.clients .client-logo:hover img {
    transform: scale(1.2);
    -webkit-filter: none;
    filter: none;
}

.clients img {
    transition: all 0.4s ease-in-out;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
}

.owl-nav-btn {
    background-color: #fdfdfd;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    font-family: Arial;
    line-height: 31px;
    font-weight: bold;
    box-shadow: 1px 1px 4px #acacac;
    position: absolute;
    top: 35%;
}

.owl-prev .owl-nav-btn {
    left: 0;
    padding-right: 1px;
}
.owl-next .owl-nav-btn {
    padding-left: 2px;

}
#hr-values .owl-prev .owl-nav-btn {
    left: -25px;
    top: 50%;
    margin-top: -17px;
}

/*--------------------------------------------------------------
# units group
--------------------------------------------------------------*/
.single_unit_logo {
    display: block;
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
}

.unit-excerpt {
    font-size: 15px;
    color: #333;
    text-align: justify;
    margin: 10px auto;
    padding: 0 5px;
}

.rjob-block {
    background-color: #fff;
    padding: 16px;
    border-radius: 3px;
    position: relative;
}

.rjob-title {
    position: absolute;
    background-color: #e51767;
    padding: 7px 27px;
    color: #fff;
    bottom: -11px;
    width: 70%;
    text-align: center;
    right: 15%;
    border-radius: 4px;
}

.rjob-title:hover {
    color: #fff;
}

#rjob-section {
    background-color: #f3f3f3;
}

#sjob-info {

}

#sjob-pre {
    background-color: #f3f3f3;
}

#sjob-pre h3, #sjob-info h3 {
    margin-bottom: 25px;
}

.srjob-link {
    position: relative;
    display: block;
}

.srjob-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2a2a2a96;
}

.srjob-title {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
    font-size: 27px;
    text-shadow: 2px 1px 3px #000;
}
.single_related{
    height: 150px;
}
.single_related img{
    object-fit: cover;
}
.single-job-cover{
    position: relative;
}
.single-job-cover {
    height: 400px;
    background-size: cover;
    background-position: center top;
}

@media (min-width: 1200px) {
    .single-job-cover {
        height: 500px;
    }
}
.single-job-cover::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #0000004d;
}
.single-job-title{
    color: #fff;
    position: relative;
    font-weight: bold;
    text-shadow: 0 0 #fff;
}
.job-sidebar{
    border-right: 1px solid #ccc;
}
.apply-sticky{
    position: sticky;
    top: 115px;
    padding-bottom: 15px;
}
.apply-btn{
    text-align: center;
    display: block;
    background-color: #e41867;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}
/*--------------------------------------------------------------
# services group
--------------------------------------------------------------*/
#gservices, #gunits {
    background-color: #f2f2f2;
    background: linear-gradient(rgba(0, 13, 25, 0.9), rgba(0, 13, 25, 0.9)), url(img/services-bg.jpg) fixed center center;
    background-size: cover;
    padding: 120px 0 50px !important;
    color: #fff;
    margin: 40px auto;
}

#gunits {
    margin-bottom: 0;
}

#rt-wrapper #sgjobs {
    background-color: #f5f5f5;
    padding-top: 60px;
}

#gservices .section-title, #gunits .section-title {
    padding-bottom: 0;
}

#gservices .section-title h2, #gunits .section-title h2 {
    color: #fff;
}

#gservice-wrapper {
    padding-top: 90px;
}

.single-gservice {
    padding: 0 10px;
    display: inline-block;
    transition: 1s all;
}

.gservices-frame {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}

.gservice-content {
    padding: 10px 0;
    color: initial;
}

.gservices-carousel.owl-carousel .owl-stage {
    display: flex;
}

.gservices-carousel.owl-carousel .single-gservice {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
}

.solution-icon {
    width: 50px;
    height: auto;
}

.solution-txt {
    display: none;
}

#gservice-wrapper .owl-nav-btn {
    color: #464242;
}

#gservice-wrapper .owl-prev .owl-nav-btn {
    left: -25px;
    top: 50%;
    margin-top: -17px;
}

.owl-next .owl-nav-btn {
    right: -25px;
    top: 50%;
    margin-top: -17px;
}

@media (max-width: 576px) {
    #gservice-wrapper .owl-prev .owl-nav-btn {
        left: 0;
    }

    .owl-next .owl-nav-btn {
        right: 0;
    }
}

/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/
#services {
    background-color: #f2f2f2;
    background: linear-gradient(rgba(0, 13, 25, 0.9), rgba(0, 13, 25, 0.9)), url(img/services-bg.jpg) fixed center center;
    background-size: cover;
    padding: 120px 0;
    color: #fff;
}

#services .section-title h2 {
    color: #fff;
}

.ss-wrapper {
    margin: 0 0 30px;
}

.ss-block {
    background-color: #fff;
    padding: 30px 15px 40px;
    display: block;
    transition: all 1s;
    border-radius: 3px;
    height: 100%;
}

.ss-block:hover {
    background-color: #e51867;
}

.ss-block:hover .ss-text, .ss-block:hover .ss-title {
    color: #fff;
}

.ss-icon svg {
    width: 60px;
    height: auto;
}

.ss-icon * {
    fill: #e51867 !important;
}

.ss-block:hover .ss-icon * {
    fill: #fff !important;
}

.ss-title {
    color: initial;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 23px;
}

.ss-text {
    font-size: 14px;
    color: #333;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
    padding: 30px 0;
}

.about .content h3 {
    font-weight: 700;
    font-size: 34px;
    color: #213b52;
}

.about .content p {
    margin-bottom: 0;
}

.about .content .icon-box {
    margin-top: 25px;
}

.about .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
    color: #213b52;
}

.about .content .icon-box h4 a {
    color: #213b52;
    transition: 0.3s;
}

.about .content .icon-box h4 a:hover {
    color: #e51867;
}

.about .content .icon-box i {
    font-size: 48px;
    float: left;
    color: #e51867;
}

.about .content .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.about .image {
    background: url("../img/about.jpg") center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

@media (max-width: 667px) {
    .about .image img {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# customers
--------------------------------------------------------------*/
.customers {
    padding-bottom: 40px;
}

.customers .card {
    border: 0;
    padding: 0 30px;
    margin-bottom: 60px;
    position: relative;
    background: transparent;
}

.customers .card-img {
    width: calc(100% + 60px);
    margin-right: -30px;
    overflow: hidden;
    z-index: 9;
    border-radius: 0;
}

.customers .card-img img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
    height: auto;
}

.customers .card-body {
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: -60px;
    transition: 0.3s;
}

.customers .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.customers .card-title a {
    color: #213b52;
    transition: 0.3s;
}

.customers .card-text {
    color: #5e5e5e;
    min-height: 130px;
}

.customers .read-more {
    text-align: center;
}

.customers .read-more a {
    color: #fff;
    text-align: center;
    background-color: #e51867;
    font-weight: 600;
    font-size: 12px;
    transition: 0.3s;
    border: 1px solid #e51867;
    border-radius: 4px;
    padding: 4px 20px;
}

.customers .read-more a:hover {
    color: #e51867;
    background-color: #fff;
}

.customers .card:hover img {
    transform: scale(1.1);
}

.customers .card .card-body {
    border-color: #e51867;
    border-radius: 3px;
}

.customers .card:hover .card-body .card-title a {
    color: #e51867;
}

.customers .card-bg img {
    display: none;
    position: absolute;
    bottom: 8px;
    left: 50px;
    width: 20%;
    opacity: 0.25;
    z-index: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(0, 13, 25, 0.9), rgba(0, 13, 25, 0.9)), url("../img/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-size: 13px;
    display: inline-block;
    font-weight: bold;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background-color: #e51867;
}

.cta .cta-btn:hover {
    background: #e51867;
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .content + .content {
    margin-top: 100px;
}

.features .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #213b52;
}

.features .content ul {
    list-style: none;
    padding: 0;
}

.features .content ul li {
    padding-bottom: 10px;
}

.features .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e51867;
}

.features .content p:last-child {
    margin-bottom: 0;
}

.features .read-more {

}

.features .read-more a {
    background-color: #e51867;
    padding: 4px 25px;
    border-radius: 21px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    margin-top: 5px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    list-style: none;
    margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    transition: all 0.3s;
    padding: 8px 20px;
    border-radius: 50px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    background: #e51867;
    color: #fff;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
    transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
    right: 15px;
    transition: all 0.3s;
    background: rgba(0, 13, 25, 0.8);
    padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #f9fcfe;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    left: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #fff;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
    left: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
    transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
    position: relative;
}

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #47b2e4 !important;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
}

@media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 {
        width: 100%;
    }

    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.blog_bradcam {
    height: 410px;
    background-position: center;
    background-size: cover;
}

section.blog {
    padding-bottom: 50px;
}

.blog .card {
    border: none
}

.blog-thumb {
    /*height: 300px;
    overflow: hidden;*/
}

.blog .card-img img {
    box-shadow: 0 0 5px #d4d4d4;
}

.blog .card-body {
    background-color: #fff;
    margin-top: -70px;
    font-size: 14px;
    margin-right: 10px;
    padding: 20px 20px;
    box-shadow: 0px 0px 3px #bbb;
    border-right: 3px solid #e51867;
}

.blog .blog-block:nth-child(2) .card-body {
    border-right: none;
    border-left: 3px solid #e51867;
    margin-right: auto;
    margin-left: 10px;
}

.blog .card-title h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #e51768;
}

.blog .read-more {

}

.blog .read-more span {
    padding: 7px 30px 6px;
    display: inline-block;
    border-radius: 19px;
    color: #e51867;
    font-weight: bold;
    font-size: 13px;
}

.flip-card {
    height: 425px;
    background-color: transparent;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    box-shadow: -1px 1px 12px #b1b1b1;

}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
}

/* Style the back side */
.flip-card-back {
    padding: 30px;
    background-color: #f2f2f2;
    color: #211f47;
    border-right: 3px solid #e51e6a;
    transform: rotateY(180deg);
    height: 100%;
}

.show-archive {
    transition: all .5s;
    border: 1px solid #e51867;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 50px;
    border-radius: 3px;
}

.show-archive:hover {
    background-color: #e51867;
    color: #fff;
}

@media (max-width: 600px) {
    .flip-card {
        height: 400px;
    }
}

@media (max-width: 550px) {
    .flip-card {
        height: 375px;
    }
}

@media (max-width: 500px) {
    .flip-card {
        height: 350px;
    }
}

@media (max-width: 450px) {
    .flip-card {
        height: 325px;
    }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    text-align: center;
    position: relative;
}

.pricing .featured-badge {
    display: inline-block;
    position: absolute;
    top: -11px;
    left: calc(50% - 49px);
    background: #e51867;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 50px;
    padding: 4px 20px 5px 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.pricing h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 28px;
}

.pricing h4 {
    font-size: 46px;
    color: #e51867;
    font-weight: 400;
    margin-bottom: 25px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 18px;
    display: block;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: right;
    line-height: 20px;
}

.pricing ul li {
    padding-bottom: 12px;
}

.pricing ul i {
    color: #e51867;
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
}

.pricing ul .na i {
    color: #ccc;
}

.pricing ul .na span {
    text-decoration: line-through;
}

.pricing .get-started-btn {
    background: #213b52;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
}

.pricing .get-started-btn:hover {
    background: #e51867;
}

.pricing .featured {
    z-index: 10;
    margin: -30px -5px 0 -5px;
    border: 1px solid #e51867;
}

.pricing .featured .get-started-btn {
    background: #e51867;
}

.pricing .featured .get-started-btn:hover {
    background: #fdcd5c;
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

/*--------------------------------------------------------------
# Magazine
--------------------------------------------------------------*/
.magazine-block {
    position: relative;
    box-shadow: 0px 0px 5px #acacac;
}

.magazine-block:hover .magazine-links {
    display: flex;
}

.magazine-links {
    position: absolute;
    width: 100%;
    display: none;
    height: 100%;
    background-color: #000000ad;
    justify-content: center;
    align-items: center;
}

.magazine-links a {
    display: inline-block;
    margin: 0 4px;
}

.mag-icon {
    width: 30px;
}

.mag-download {

}

.lm-first-btn {
    background-color: #123c58;
    padding: 7px 20px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
}

.lm-second-btn {
    background-color: #e51867;
    padding: 7px 20px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #dde8f1;
}

.faq .faq-item i {
    color: #9bbbd7;
    font-size: 20px;
    float: left;
    line-height: 0;
    padding: 13px 0 0 0;
    margin: 0;
}

.faq .faq-item h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px 28px;
}

.faq .faq-item p {
    font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
}

.contact .info-box i {
    font-size: 32px;
    color: #e51867;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #fff7e5;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: right;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
    background-color: #e51867;
}

.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #e51867;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #fdd067;
}

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

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: url("img/footer-bg.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    position: relative;
}

#footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 13 25 / 94%);
    z-index: 1;
}

#footer .footer-top {
    position: relative;
    z-index: 2;
    padding: 80px 0 50px;
}

#footer .footer-top h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
}

#footer .footer-top p {
    font-size: 15px;
    margin: 30px 0 0 0;
    padding: 0;
}

#footer .footer-top .footer-newsletter {
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    text-align: right;
}

#footer .footer-top .footer-links {
    line-height: 3;
}

#footer .footer-top .footer-links h4 {
    margin-bottom: 25px;
}

#footer .footer-top .footer-links a {
    color: #fff;
}

#footer .footer-top .footer-links a:hover {
    color: #e51867;
}

#footer .footer-top .social-links {
    margin-top: 30px;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #e51867;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #e51867;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top .social-links svg {
    width: 18px;
    height: 18px;
}

#footer .footer-top .social-links a * {
    fill: #fff;
}

#footer .footer-bottom {
    border-top: 1px solid #1a2e40;
    z-index: 2;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer .copyright {
    text-align: center;
}

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 768px) {
    #footer .copyright, #footer .credits {
        padding: 5px;
        float: none;
        text-align: center;
    }
}

/*********** sidebar **************/
.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    padding-right: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px;
}

.single_sidebar_widget img {
    width: 80px;
}

.single_sidebar_widget h3 {
    font-size: 14px;
    margin-top: 5px;
    color: #1F1F1F;
    font-weight: normal;
}

.single_sidebar_widget input.form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    width: 100%;
}

.single_sidebar_widget .boxed-btn, #commentform .submit {
    background: #fff;
    display: inline-block;
    padding: 18px 44px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e41565;
    letter-spacing: 3px;
    text-align: center;
    color: #e41767;
    text-transform: uppercase;
    cursor: pointer;
}

.single_sidebar_widget .boxed-btn:hover {
    background: #e41565;
    color: #fff;
    border: 1px solid #e41565;
}

.blog_details h2, .blog_details h3, .blog_details h4, .blog_details h5, .blog_details h6 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px;
}

.blog_right_sidebar {
}

.blog_area .single-post {
    margin-top: -20px;
}

.comment-notes {
    width: 100%;
}

#commentform .submit {
    margin: 15px;
}

.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important;
}

.comment-form .comment-form-comment {
    margin-top: 20px;
    margin-bottom: 20px;
}

.comment-form .form-submit {
    display: block;
    width: 100%;
}

.sidebar-tag {
    font-size: 10px;
    background-color: #e51867;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 1px 7px;
    border-radius: 3px;
}

.sidebar-post-title {
    font-size: 14px;
}

/*************about us*************/

.main-timeline h4 {
    text-align: center;
    margin: 30px 0;
    color: #444
}

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #242922;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
}

.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #ec496e;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #ec496e;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon .timeline-svg {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ec496e;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
    position: relative
}

.main-timeline .timeline-icon .timeline-svg svg {
    width: 60%;
    height: auto;
}

.main-timeline .timeline-icon .timeline-svg svg * {
    fill: #fff !important;
}

.main-timeline .timeline-icon:after, .main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #ec496e;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #fff;
    top: 89px;
    right: -30px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative
}

.main-timeline .timeline-content:before {
    content: "";
    width: 70%;
    height: 100%;
    border: 3px solid #ec496e;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px
}

.main-timeline .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: #ec496e;
    position: absolute;
    top: 13px;
    left: 0
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #ec496e;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline .description {
    display: inline-block;
    font-size: 16px;
    color: #404040;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-icon .timeline-svg, .main-timeline .timeline:nth-child(2n) .timeline-icon:before, .main-timeline .timeline:nth-child(2n):before {
    background: #f9850f
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-color: #f9850f
}

.main-timeline .timeline:nth-child(2n) .title {
    color: #f9850f
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    border-left-color: #f9850f;
    border-bottom-color: #f9850f
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after, .main-timeline .timeline:nth-child(3n) .timeline-icon .timeline-svg, .main-timeline .timeline:nth-child(3n) .timeline-icon:before, .main-timeline .timeline:nth-child(3n):before {
    background: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .title {
    color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
    border-left-color: #8fb800;
    border-bottom-color: #8fb800
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after, .main-timeline .timeline:nth-child(4n) .timeline-icon .timeline-svg, .main-timeline .timeline:nth-child(4n) .timeline-icon:before, .main-timeline .timeline:nth-child(4n):before {
    background: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .title {
    color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
    border-left-color: #2fcea5;
    border-bottom-color: #2fcea5
}

@media only screen and (max-width: 1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }

    .main-timeline .timeline-content {
        margin-top: 75px
    }
}

@media only screen and (max-width: 990px) {
    .main-timeline .timeline {
        margin: 0 0 10px
    }

    .main-timeline .timeline-icon {
        left: 25%
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }

    .main-timeline .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline {
        padding-top: 50px
    }

    .main-timeline:before {
        left: 0;
        right: auto;
        margin: 0
    }

    .main-timeline .timeline {
        margin-bottom: 70px
    }

    .main-timeline .timeline-icon .timeline-svg svg {
        margin-top: 15px;
    }

    .main-timeline .timeline:before {
        top: 0;
        left: 83px;
        right: auto;
        margin: 0
    }

    .main-timeline .timeline-icon {
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        top: 0;
        left: 0
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto
    }

    .main-timeline .timeline-icon:before, .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        width: 25px;
        left: auto;
        right: -25px
    }

    .main-timeline .timeline-icon:after, .main-timeline .timeline:nth-child(even) .timeline-icon:after {
        width: 25px;
        height: 30px;
        top: 44px;
        left: auto;
        right: -5px
    }

    .main-timeline .timeline-icon .timeline-svg {
        font-size: 30px;
        line-height: 45px
    }

    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(even) .timeline-content {
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: right
    }

    .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 50%;
        left: 120px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        right: auto;
        transform: rotateY(0)
    }

    .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(even) .timeline-content:after {
        left: 85px;
        right: auto;
    }
}

@media only screen and (max-width: 479px) {
    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }

    .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        left: 99px
    }

    .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 65px
    }
}

/******** products ********/
#product-tab nav > .nav.nav-tabs {

    border: none;
    color: #fff;
    background: #fdfdfd;
    border-radius: 0;

}

#product-tab nav > div a.nav-item.nav-link,
#product-tab nav > div a.nav-item.nav-link.active {
    padding: 18px 25px;
    color: #333e50;
    font-weight: bold;
    border-radius: 0;
    position: relative;
    box-shadow: 0px -1px 2px #bbb;
    margin: 0 4px;

}

#product-tab nav > div a.nav-item.nav-link:last-child {

}

#product-tab nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -34px;
    right: 34%;
    border: 15px solid transparent;
    border-top-color: #e51867;
}

#product-tab .tab-content {
    background: #fff;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #e51867;
    padding: 30px 25px;
}

#product-tab nav > div a.nav-item.nav-link:hover,
#product-tab nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #e51867;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.single-product, .single-service {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0px 0px 2px #acacac;
    border-radius: 4px;
}

.product-thumb {
    display: flex;
    height: 200px;
    overflow: hidden;
}

.product-thumb img {
    align-self: center;
}

.product-title {
    height: 50px;
    display: flex;
}

.product-title a {
    align-self: center;
}

.product-excerpt {
    min-height: 240px;
}

.product-content, .service-content {
    padding: 15px;
}

.product-btn {
    padding: 3px 15px;
    background-color: #e51867;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    font-size: 14px;
}

.service-excerpt {
    display: flex;
    min-height: 75px;
}

.service-excerpt p {
    align-self: center;
    flex-basis: 100%;
}

.product-group {
    position: relative;
    padding-top: 20px;
}

.pg-thumb {
    height: 170px;
    display: flex;
    overflow: hidden;
}

.pg-thumb img {
    align-self: center;
    min-height: 100%;
}

.pg-title {
    width: 100%;
    background-color: #1a324ceb;
    border-bottom: 4px solid #e31667;
    color: #ffffff;
    text-shadow: 2px 2px 27px #e31667;
    text-align: center;
    padding: 8px 0;
    position: absolute;
    bottom: 0;
    margin: 0;
}

@media (max-width: 1199px) {
    .pg-thumb {
        height: 150px;
    }

    .product-excerpt {
        min-height: 310px;
    }
}

@media (max-width: 991px) {
    .pg-thumb {
        height: 210px;
    }

    .product-excerpt {
        min-height: 260px;
    }

    .service-excerpt {
        min-height: 100px;
    }
}

@media (max-width: 767px) {
    .pg-thumb {
        height: 160px;
    }

    .service-excerpt {
        min-height: 0;
    }
}

/***************reset code***************/
@media (max-width: 781px) and (min-width: 600px) {
    #rt-wrapper .wp-block-column {
        flex-basis: 100% !important;
    }

    .wp-block-column:nth-child(2n) {
        margin-right: 0;
    }
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#pagination {
    direction: ltr;
}

#pagination .navigation li a,
#pagination .navigation li a:hover,
#pagination .navigation li.active a,
#pagination .navigation li.disabled {
    color: #e51867;
    text-decoration: none;
    display: inline-block;
}

#pagination .navigation li {
    display: inline-block;
}

#pagination .navigation li a,
#pagination .navigation li a:hover,
#pagination .navigation li.active a,
#pagination .navigation li.disabled {
    color: #e51867;
    border: 1px solid #e51867;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

#pagination .navigation li a:hover,
#pagination .navigation li.active a {
    background-color: #e51867;
    color: #fff;
}

.wp-block-video video {
    width: 100%;
}

.border-block {
    border: 1px solid #acacac;
}

.border-block p {
    padding: 0 15px;
}

@media (max-width: 900px) {
    .blog_area p, .blog_area h1, .blog_area h2, .blog_area h3, .blog_area h4, .wp-block-table {
        padding-right: 20px;
        padding-left: 20px;
    }

    .blog_area ul {
        padding-right: 10px;
        padding-left: 10px;
    }

    .blog_area ul ul {
        padding-right: 20px;
        padding-left: 20px;
    }

    h1 {
        font-size: 30px;
    }

    .line-height-mobile p {
        line-height: 1.25;
    }
}

/*****************************************************************
                    new theme style
*****************************************************************/
.nw-show-archive {
    background-color: #e51867;
    border: 1px solid #e51867;
    padding: 8px 10px;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    transition: all .5s;
}

.nw-show-archive:hover {
    background-color: transparent;
    border: 1px solid;
}

#nw-slider {
    background-color: #103151;
}

#nw-slider-bg h1 {
    color: #fff;
}

#nw-header .logo img {
    padding: 0;
    margin: 0;
    max-height: 30px;
    transition: all 1s;
}

.nw-header-content {
    padding: 20px 60px 20px 60px;
}

#nw-services {
    background-color: #fff;
    font-size: 13px;
    box-shadow: 0 4px 5px #d8d8d8;
    padding: 10px 0 10px !important;
}

.nw-ss-wrapper:hover svg, .nw-ss-wrapper:hover svg * {
    fill: #e51767 !important;
}

.nw-ss-wrapper:hover svg {
    transform: scaleX(-1);
}

.nw-ss-wrapper:hover .nw-ss-title {
    color: #e51767;
}

.nw-ss-icon {
    height: 40px;
}

.nw-ss-icon svg {
    transition: all 0.7s;
    width: 40px;
    height: auto;
}

.nw-ss-icon svg * {
    fill: #000;
}

.nw-ss-title {
    font-size: 13px;
    color: #333;
    margin: 15px auto 0;
    text-transform: capitalize;
    text-shadow: 0px 0px 0px;
}

#clients .nw-client-logo img {
    width: auto;
    height: 100px;
    margin: 0 auto;
}

#rt-wrapper.nw-wrapper #nw-videos {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url("img/video-parallax.jpg") no-repeat center center;
    background-size: cover;
}

#rt-wrapper.nw-wrapper .nav-menu a {
    color: #070219;
}

#rt-wrapper #nw-promotion {
    padding-bottom: 70px;
}

#nw-promotion .owl-prev:focus, #nw-promotion .owl-next:focus {
    outline: none;
}

#nw-promotion .owl-prev, #nw-promotion .owl-next {
    position: absolute;
    top: 25%;
    border: 0;
    background: transparent;
    font-size: 70px;
    font-family: 'IRANSans';
    color: #e7e7e7;
    width: 40px;
    right: 30px
}

#nw-promotion .owl-prev {
    left: 30px;
    right: auto;
}

#nw-promotion .owl-next {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.promotion-second-row {
    border-top: 4px #e8e5dd solid;
    padding-top: 50px;
    margin-top: 50px;
}

.promotion-box::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    outline: 4px solid #fff;
    box-sizing: content-box;

}

.promotion-first-row .promotion-box::after {
    bottom: -56px;
}

.promotion-second-row .promotion-box::after {
    top: -56px;
}

.promotion-box {
    text-align: center;
    padding: 55px 15px 45px;
    -webkit-box-shadow: 0 3px 50px rgba(0, 0, 0, 0.04) !important;
    -ms-box-shadow: -3 3px 50px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.04) !important;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.promotion-box h6 {
    font-weight: bold;
    text-shadow: 0px 0px 0px #000;
}

.promotion-box p {
    color: #939393;
    font-size: 13px;
    margin-top: 12px;
}

.promotion-title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 60px;
}

.promotion-excerpt p {
    color: #656565;
    letter-spacing: 1px;
}

.promotion-list {
    padding-right: 20px;
}

.promotion-list li {
    margin: 40px auto;
    position: relative;
    font-size: 20px;
}

.promotion-list li::marker {
    color: #86878B;
}

.promotion-list li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e8e5dd;
    right: -20px;
    bottom: -20px;
}

.promotion-list li:last-child::after {
    display: none;
}

#blog-section {
    background-color: #f9f9f9;
    background: rgb(244, 244, 244);
    background: linear-gradient(0deg, rgba(244, 244, 244, 0) 0%, rgba(249, 249, 249, 1) 50%, rgba(249, 249, 249, 0) 100%);
}

.blog-block {
    background-color: #fff;
}

.blog-title {
    padding: 25px 20px;
    box-sizing: border-box;
    height: 140px;
}

.blog-title h4 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
}

#footer {
    background: #0A0D1A;
    background-size: cover;
    color: #a9a7b0;
    position: relative;
}

#footer .footer-top .footer-links a {
    color: inherit;
}

#footer .footer-top .footer-links h4 {
    color: #fff;
    font-size: 20px;
}


/*****************************************************************
                   image hover effect
*****************************************************************/

.img-hover-effect canvas:first-of-type {
    display: none !important;
}

.nw-grid-item {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 570px;
    height: 570px;
}

.nw-grid-item--bg {
}


.nw-grid-item-img {
    display: block;
    height: 100%;
    width: 100%;
}

.nw-grid-item-img canvas {
    height: 100%;
}

.nw-grid-item-img img {
    height: 100%;
    display: block;
    max-width: 100%;
}

.nw-grid-item-img img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.nw-grid-item:hover .nw-grid-item-img img:nth-child(2) {
    opacity: 1;
}

.js .nw-grid-item-img img {
    display: none;
}

/****************** hr page *********************/
.hr-hero-img {
    width: 55%;
}

.hr-hero-description {
    background-color: #213b61;
    width: calc(45% + 120px);
    margin-right: -120px;
    border-radius: 0 0 120px 0;
    overflow: hidden;
    position: relative
}

.re-color {
    color: #e51867;
}

.hr-title {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0px 0px 0px;
}

.hr-circle {
    width: 60px;
    height: 60px;
    position: absolute;
    box-shadow: 1px 5px 19px #e3e3e3;
    border-radius: 50%;
}

.hr-pattern {
    position: absolute;
}

.hj-title {
    font-size: 21px;
    font-weight: bold;
    display: inline-block;
}

.hj-excerpt {
    font-size: 15px;
}

.hr-roadmap-video {
    margin-top: -60px;
    width: 100%;
    border-radius: 10px;
}
@media (max-width: 991px) {
    .hr-roadmap-video{
        margin-top: 20px;
    }
    .hr-hero-img{
        width: 100%;
    }
    .hr-hero-description{
        width: 100%;
        margin-right: 0;
        border-radius: 0 0 120px 120px;
        padding-bottom: 30px;
        padding-top: 30px;
    }
}
/****************** typing effect*********************/
.type-wrapper {
    font-size: 33px;
    font-weight: bold;
    text-shadow: 0 0;
    line-height: 2;
}

.type-wrapper h2 {
    line-height: 1.8;
}

span.typed-text {
    color: #e51867;
}

span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }
    49% {
        background-color: #ccc;
    }
    50% {
        background-color: transparent;
    }
    99% {
        background-color: transparent;
    }
    100% {
        background-color: #ccc;
    }
}
@media (max-width: 1200px) {
    .nav-menu a{
        padding: 10px;
    }
    .nw-header-content{
        padding: 20px 10px;
    }
}
@media (max-width: 991px){
    .nw-header-content{
        padding: 20px 40px;
    }
}

