
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iranyekanwebmediumfanum.eot');
    src: url('../fonts/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekanwebmediumfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekanwebmediumfanum.ttf') format('truetype');
}
h1,h2,h3,h4{
    color:  #000B58 !important;
}
body {
    color: #4a6f8a;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: iranyekan, sans-serif;
}
.title-list{
    font-size: bold;
}
.single-footer-widget .social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 1;
    background-color: #ffffff;
    text-align: center;
    font-size: 17px;
    border-radius: 2px;
}

.single-footer-widget .social li a img {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.footer-list{
    color:#FFFFFF;
    font-size:medium;
    text-align: right;
}
.strong-list{
    color: white;
}
.list-info{
    text-align: right;
}
.list-footer-items{
    width: 100%;
    text-align: right;
    float: right;
    display: inline-block;
    padding-bottom: 5%;
}
.social{
    float: right;
}
a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #007bff;
    text-decoration: none;
    outline: 0 !important;
}
.menu-desktop{
    background-color: #b67878;
    height: 10vh;
}
.list-item{
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    color: #13c4a1;
}

button, input {
    outline: 0 !important;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.bg-f4f6fc {
    background-color: #f4f6fc;
}

.bg-f8fbfa {
    background-color: #f8fbfa;
}



.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.overflow-x-hide {
    overflow-x: hidden;
}

.tx-center {
    text-align: center;
}

.mwidth-1000 {
    max-width: 1000px !important;
}

.max-width-1290 {
    max-width: 1290px;
}

.blt-radius-0 {
    border-radius: 0px 30px 30px 30px !important;
}

p {
    margin-bottom: 12px;
    line-height: 2.3;
    font-size: 15px;
}

p:last-child {
    margin-bottom: 0;
}

.border-radius-0 {
    border-radius: 0 !important;
}

/* Section title */
.section-title {
    text-align: center;
    max-width: 575px;
    text-transform: capitalize;
    margin-left: auto;
    margin-bottom: 60px;
    margin-right: auto;
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600;
}

.section-title h2 span {
    display: inline-block;
    color: #ff612f;
}

/* default-btn&optional-btn */
.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    background-color: #ff612f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    padding-left: 50px;
    padding-right: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.default-btn i {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #080a3c;
}

.default-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #13c4a1;
    -webkit-transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
}

.default-btn:hover, .default-btn:focus {
    color: #ffffff;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
}

.default-btn:hover span, .default-btn:focus span {
    width: 225%;
    height: 562.5px;
}

.optional-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #080a3c;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    padding-left: 55px;
    padding-right: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.optional-btn i {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #080a3c;
}

.optional-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #080a3c;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.optional-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #ff612f;
    -webkit-transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
}

.optional-btn:hover, .optional-btn:focus {
    color: #ffffff;
}

.optional-btn:hover::before, .optional-btn:focus::before {
    border-color: #ff612f;
}

.optional-btn:hover span, .optional-btn:focus span {
    width: 225%;
    height: 562.5px;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
    position: fixed;
    top: 0;
    background-color: #ff612f;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
}

.preloader-area .spinner {
    width: 4em;
    height: 4em;
    -webkit-transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
    transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    margin-left: auto;
    margin-right: auto;
}

.preloader-area .spinner .disc {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 0.3em dotted #ffffff;
}

.preloader-area .spinner .disc:nth-child(1) {
    -webkit-animation: rotate 12s linear infinite;
    animation: rotate 12s linear infinite;
}

.preloader-area .spinner .disc:nth-child(2) {
    -webkit-animation: rotateDisc2 12s linear infinite;
    animation: rotateDisc2 12s linear infinite;
}

.preloader-area .spinner .disc:nth-child(3) {
    -webkit-animation: rotateDisc3 12s linear infinite;
    animation: rotateDisc3 12s linear infinite;
}

.preloader-area .spinner .inner {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: sphereSpin 6s linear infinite;
    animation: sphereSpin 6s linear infinite;
}

.preloader-area .spinner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    border: 2px dotted #ffffff;
    margin: -15px;
}

@-webkit-keyframes sphereSpin {
    0% {
        -webkit-transform: rotateX(360deg) rotateY(0deg);
        transform: rotateX(360deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateX(0deg) rotateY(360deg);
        transform: rotateX(0deg) rotateY(360deg);
    }
}

@keyframes sphereSpin {
    0% {
        -webkit-transform: rotateX(360deg) rotateY(0deg);
        transform: rotateX(360deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateX(0deg) rotateY(360deg);
        transform: rotateX(0deg) rotateY(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateDisc2 {
    from {
        -webkit-transform: rotateX(90deg) rotateZ(0deg);
        transform: rotateX(90deg) rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateX(90deg) rotateZ(360deg);
        transform: rotateX(90deg) rotateZ(360deg);
    }
}

@keyframes rotateDisc2 {
    from {
        -webkit-transform: rotateX(90deg) rotateZ(0deg);
        transform: rotateX(90deg) rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateX(90deg) rotateZ(360deg);
        transform: rotateX(90deg) rotateZ(360deg);
    }
}

@-webkit-keyframes rotateDisc3 {
    from {
        -webkit-transform: rotateY(90deg) rotateZ(0deg);
        transform: rotateY(90deg) rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateY(90deg) rotateZ(360deg);
        transform: rotateY(90deg) rotateZ(360deg);
    }
}

@keyframes rotateDisc3 {
    from {
        -webkit-transform: rotateY(90deg) rotateZ(0deg);
        transform: rotateY(90deg) rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateY(90deg) rotateZ(360deg);
        transform: rotateY(90deg) rotateZ(360deg);
    }
}

/*================================================
Navbar Area CSS
=================================================*/
.spacle-responsive-nav {
    display: none;
}

.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    height: auto;
    z-index: 1040;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-area .container {
    max-width: 100%;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn {
    color: #080a3c;
}

.navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn i {
    color: #080a3c;
}

.navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn::before {
    border-color: #080a3c;
}

.navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn:hover, .navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn:focus {
    color: #ffffff;
}

.navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn:hover i, .navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn:focus i {
    color: #ffffff;
}

.navbar-area.navbar-style-two {
    position: relative;
    background-color: #ffffff;
}

.navbar-area.navbar-style-two.is-sticky {
    position: fixed;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .navbar-nav {
    margin-left: auto;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options {
    margin-left: 25px;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn {
    color: #080a3c;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn i {
    color: #ff612f;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn::before {
    border-color: #080a3c;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn:hover, .navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn:focus {
    color: #ffffff;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn:hover i, .navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn:focus i {
    color: #ffffff;
}

.navbar-area.navbar-style-two .container {
    max-width: 1140px;
}

.spacle-nav {
    background-color: transparent;
}

.spacle-nav .navbar {
    background-color: transparent;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.spacle-nav .navbar .navbar-brand {
    padding: 0;
    font-weight: bold;
    font-size: 27px;
}

.spacle-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.spacle-nav .navbar .navbar-nav {
    margin-left: 110px;
}

.spacle-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0;
    /* Mega dropdown menu */
}

.spacle-nav .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    font-weight: 500;
    color: #4a6f8a;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 13px;
    margin-right: 13px;
}

.spacle-nav .navbar .navbar-nav .nav-item a:hover, .spacle-nav .navbar .navbar-nav .nav-item a:focus, .spacle-nav .navbar .navbar-nav .nav-item a.active {
    color: #13c4a1;
}

.spacle-nav .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -3px;
    margin-right: -3px;
}

.spacle-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item:hover a, .spacle-nav .navbar .navbar-nav .nav-item.active a {
    color: #13c4a1;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    border-top: 2px solid #13c4a1;
    padding: 0;
}
.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 13px 20px 11px;
    margin: 0;
    position: relative;
    color: #4a6f8a;
    border-bottom: 1px dashed #e5e5e5;
    font-weight: 500;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #13c4a1;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #4a6f8a;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #13c4a1;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #4a6f8a;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #13c4a1;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #4a6f8a;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #13c4a1;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #4a6f8a;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #13c4a1;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #080a3c;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ffffff;
    background-color: #13c4a1;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #080a3c;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ffffff;
    background-color: #13c4a1;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ffffff;
    background-color: #13c4a1;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #13c4a1;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #13c4a1;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #13c4a1;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #13c4a1;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #13c4a1;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    margin-top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu {
    width:650px;
    padding: 0 10px 5px;
    background-color: cyan;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu h3 {
    font-size: 17px;
    margin-top: 20px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu h3::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #13c4a1;

    height: 1px;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item {
    width: 25%;
    float: right;
    padding: 0 10px;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item a {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px dashed #e5e5e5 !important;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item a:last-child {
    border-bottom: none !important;
}

.spacle-nav .navbar .others-options {
    margin-left: auto;
}

.spacle-nav .navbar .others-options .default-btn {
    color: #ffffff;
    background-color: #13c4a1;
}

.spacle-nav .navbar .others-options .default-btn i {
    color: #ffffff;
}

.spacle-nav .navbar .others-options .default-btn span {
    background-color: #080a3c;
}

.spacle-nav .navbar .others-options .optional-btn {
    margin-left: 10px;
    color: #ffffff;
}

.spacle-nav .navbar .others-options .optional-btn i {
    color: #ffffff;
}

.spacle-nav .navbar .others-options .optional-btn::before {
    border-color: #ffffff;
}

.spacle-nav .navbar .others-options .optional-btn span {
    background-color: #080a3c;
}

.spacle-nav .navbar .others-options .optional-btn:hover::before, .spacle-nav .navbar .others-options .optional-btn:focus::before {
    border-color: #080a3c;
}

/*================================================
Partner Area CSS
=================================================*/
.main-banner {
    position: relative;
    z-index: 1;
}

.main-banner .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.main-banner .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.main-banner .container-fluid .row .col-lg-5, .main-banner .container-fluid .row .col-lg-7 {
    padding-left: 0;
    padding-right: 0;
}

.banner-section {
    position: relative;
    z-index: 1;
}

.banner-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.banner-section .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.banner-section .container-fluid .row .col-lg-7, .banner-section .container-fluid .row .col-lg-5 {
    padding-left: 0;
    padding-right: 0;
}

.main-banner-content {
    width: 100%;
    height: 100%;
}

.main-banner-content .content {
    max-width: 755px;
    padding-right: 150px;
    margin-left: auto;
    margin-top: 80px;
}

.main-banner-content .content h1 {
    font-size: 57px;
    font-weight: 600;
}

.main-banner-content .content h1 span {
    display: inline-block;
    color: #ff612f;
}

.main-banner-content .content p {
    margin-top: 18px;
    max-width: 540px;
}

.main-banner-content .content .default-btn {
    margin-top: 20px;
    background-color: #080a3c;
}

.main-banner-content .content .default-btn i {
    color: #ff612f;
}

.banner-content {
    padding-top: 215px;
    padding-bottom: 125px;
}

.banner-content .content {
    max-width: 755px;
    padding-right: 150px;
    margin-left: auto;
}

.banner-content .content h1 {
    font-size: 57px;
    font-weight: 600;
}

.banner-content .content h1 span {
    display: inline-block;
    color: #ff612f;
}

.banner-content .content p {
    margin-top: 18px;
    max-width: 540px;
}

.banner-content .content .default-btn {
    margin-top: 15px;
    background-color: #080a3c;
}

.banner-content .content .default-btn i {
    color: #ff612f;
}

.banner-image {
    height: 100vh;
    border-radius: 0 0 0 80px;

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-image img {
    display: none;
}

.banner-image.bg-1 {
    background-image: url(../../assets/img/banner-img3.jpg);
}

.banner-image.bg-2 {
    background-image: url(../../assets/img/banner-img2.jpg);
}

.banner-image.bg-3 {
    background-image: url(../../assets/img/banner-img3.jpg);
}

.banner-image.mbanner-bg-one {
    background-image: url(../../assets/img/banner-img2.jpg);
}

.banner-image.mbanner-bg-one .animate-banner-image {
    padding: 15px;
    margin-top: 65px;
}

.banner-image.banner-slider-bg1 {
    background-image: url(../../assets/img/banner-slider/banner-img1.jpg) !important;
}

.banner-image.banner-slider-bg2 {
    background-image: url(../../assets/img/banner-slider/banner-img2.jpg) !important;
}

.banner-image.banner-slider-bg3 {
    background-image: url(../../assets/img/banner-slider/banner-img3.jpg) !important;
}

.banner-image.slider-bg1 {
    background-image: url(../../assets/img/banner-slider/banner-img1.jpg);
}

.banner-image.slider-bg2 {
    background-image: url(../../assets/img/banner-slider/banner-img2.jpg);
}

.banner-image.slider-bg3 {
    background-image: url(../../assets/img/banner-slider/banner-img3.jpg);
}

.banner-img {
    height: 100%;
    width: 100%;
    border-radius: 0 0 0 80px;
    background-color: #ff612f;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-img img {
    display: none;
}

.banner-img.bg-1 {
    background-image: url(../../assets/img/banner-img1.jpg);
}

.banner-img.bg-2 {
    background-image: url(../../assets/img/banner-img2.jpg);
}

.banner-img.bg-3 {
    background-image: url(../../assets/img/banner-img3.jpg);
}

.banner-content-slides {
    padding-right: 40px;
}

.banner-content-slides.owl-theme .owl-nav {
    text-align: left;
    margin-top: 50px;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-] {
    color: #080a3c;
    font-size: 25px;
    margin: 0 5px;
    background: #f4f6fc;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 45px;
    height: 45px;
    line-height: 52px;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ffffff;
    background-color: #13c4a1;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-].owl-prev {
    border-radius: 0 0 0 10px;
    margin-left: 0;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    margin-right: 0;
    border-radius: 0 10px 0 0;
}

.shape19 {
    position: absolute;
    right: 35%;
    bottom: -25px;
    z-index: -1;
}

.shape19 img {
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.shape20 {
    position: absolute;
    right: 55%;
    bottom: 5%;
    z-index: -1;
}

.shape20 img {
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.shape21 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.shape21 img {
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

.shape22 {
    position: absolute;
    left: 5%;
    top: 15%;
    z-index: -1;
}

.shape22 img {
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.shape23 {
    position: absolute;
    left: 10%;
    bottom: 10%;
    z-index: -1;
}

.shape23 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape24 {
    position: absolute;
    left: 25%;
    top: 40%;
    z-index: -1;
}

.shape24 img {
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.shape25 {
    position: absolute;
    left: 40%;
    bottom: 10%;
    z-index: -1;
}

.shape25 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape26 {
    position: absolute;
    left: 30%;
    top: 15%;
    z-index: -1;
}

.shape26 img {
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.chat-wrapper {
    position: absolute;
    left: -20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 510px;
    height: auto;
}

.chat-wrapper .chat-container {
    height: 400px;
    overflow: hidden;
}

.chat-wrapper .chat ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.chat-wrapper .chat ul li:last-child {
    margin-bottom: 0 !important;
}

.chat-wrapper .spinme-right {
    display: inline-block;
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 30px;
    line-height: 1.25em;
    font-weight: 100;
    opacity: 0.5;
}

.chat-wrapper .spinme-left {
    display: inline-block;
    padding: 15px 20px;
    font-size: 14px;
    color: #f4f6fc;
    border-radius: 30px;
    line-height: 1.25em;
    font-weight: 100;
    opacity: 0.5;
}

.chat-wrapper .spinner {
    margin: 0;
    width: 30px;
    text-align: center;
}

.chat-wrapper .spinner > div {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    background: #080a3c;
}

.chat-wrapper .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.chat-wrapper .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.message-left {
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
}

.message-left img {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
}

.message-left .message-time {
    color: #8097b1;
    position: absolute;
    right: 13px;
    bottom: 8px;
    font-size: 11px;
    font-weight: 400;
}

.message-left .message-text {
    max-width: 80%;
    display: inline-block;
    background: #f4f6fc;
    padding: 15px 30px 30px 15px;
    position: relative;
    color: #2e384d;
    border-radius: 15px 15px 15px 0;
    line-height: 2.3;
    font-weight: 400;
    font-size: 13px;
}

.message-left .message-text::before {
    content: '';
    position: absolute;
    left: 3.4px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #f4f6fc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.message-right {
    text-align: right;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    padding-right: 50px;
}

.message-right .message-time {
    color: #e4e8f0;
    position: absolute;
    right: 13px;
    bottom: 8px;
    font-size: 11px;
    font-weight: 400;
}

.message-right img {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
}

.message-right .message-text {
    line-height: 2.3;
    display: inline-block;
    background: #2e5bff;
    padding: 15px 30px 30px 15px;
    position: relative;
    color: #ffffff;
    border-radius: 15px 15px 0 15px;
    text-align: left;
    max-width: 80%;
    font-weight: 400;
    font-size: 13px;
}

.message-right .message-text::before {
    content: '';
    position: absolute;
    right: 2px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #2e5bff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.message-right .spinner > div {
    background: #ffffff;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.main-banner-two .banner-image-slider .banner-image img {
    display: none;
}

.main-banner-two .banner-image-slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.main-banner-two .banner-image-slider .owl-dots .owl-dot.active span, .main-banner-two .banner-image-slider .owl-dots .owl-dot:hover span {
    background-color: #13c4a1;
}

.banner-img.banner-video {
    background-image: url(../../assets/img/banner-video-bg.jpg) !important;
    height: 100vh;
    position: relative;
}

.banner-img.banner-video .video-box .video-btn {
    background-color: #13c4a1;
}

.banner-img.banner-video .video-box .video-btn::after, .banner-img.banner-video .video-box .video-btn::before {
    border: 1px solid #13c4a1;
}

.banner-img.banner-video .video-box .video-btn:hover, .banner-img.banner-video .video-box .video-btn:focus {
    background-color: #ff612f;
}

.banner-img.banner-video .video-box .video-btn:hover::after, .banner-img.banner-video .video-box .video-btn:hover::before, .banner-img.banner-video .video-box .video-btn:focus::after, .banner-img.banner-video .video-box .video-btn:focus::before {
    border-color: #ff612f;
}

/* Animate banner image */
.animate-banner-image {
    position: relative;
}

.animate-banner-image img {
    display: block !important;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
    margin: auto;
}

@-webkit-keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

@keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

/*================================================
About Area CSS
=================================================*/
.about-content .sub-title {
    display: block;
    color: #ff612f;
    margin-bottom: 7px;
}

.about-content h2 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 500;
}

.about-image {
    text-align: center;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area .container {
    max-width: 1290px;
}

.partner-area .row {
    margin-left: 0;
    margin-right: 0;
}

.partner-area .row .col-lg-3, .partner-area .row .col-lg-9 {
    padding-left: 0;
    padding-right: 0;
}

.partner-title h3 {
    color: #8791b0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.single-partner-item {
    text-align: left;
}

.single-partner-item a {
    display: inline-block;
}

.single-partner-item a img {
    width: auto !important;
    display: inline-block !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-partner-item a:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-area.bg-right-color::before {
    position: absolute;
    right: 0;
    content: '';
    top: 0;
    width: 35%;
    height: 215%;
    z-index: -1;
    background-color: #13c4a1;
    -webkit-transform: skewY(-66deg);
    transform: skewY(-66deg);
}

.services-area.bg-left-color::before {
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    width: 35%;
    height: 215%;
    z-index: -1;
    background-color: #13c4a1;
    -webkit-transform: skewY(66deg);
    transform: skewY(66deg);
}

.services-area.bg-right-shape::before {
    position: absolute;
    right: 0;
    content: '';
    top: 0;
    width: 45%;
    height: 215%;
    z-index: -1;
    background-color: #fbfbfb;
    -webkit-transform: skewY(-66deg);
    transform: skewY(-66deg);
}

.services-area.bg-left-shape::before {
    width: 45%;
}

.services-content {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.services-content .content {
    max-width: 615px;
    padding-left: 30px;
}

.services-content .content .icon {
    margin-bottom: 20px;
}

.services-content .content h2 {
    font-size: 40px;
    font-weight: 500;
}

.services-content .content h2 span {
    display: inline-block;
    color: #ff612f;
}

.services-content .content p {
    max-width: 435px;
    margin-top: 18px;
}

.services-content .content .default-btn {
    margin-top: 15px;
    background-color: #080a3c;
}

.services-content .content .default-btn i {
    color: #ff612f;
}

.services-content .content.left-content {
    padding-right: 30px;
    padding-left: 0;
    margin-left: auto;
}

.services-image {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.services-image .image {
    text-align: center;
}

.it-service-content .content p {
    margin-bottom: 30px;
    max-width: 540px;
}

.feature-box {
    color: #4a6f8a;
    background-color: #ffffff;
    border: 1px solid #f2effc;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    border-radius: 30px;
    font-size: 15px;
    padding: 12px 22px;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.feature-box:hover {
    background-color: #13c4a1;
    color: #ffffff;

}

.feature-box:hover i {
    color: #ffffff;
}

.feature-box i {
    margin-right: 3px;
    color: #13c4a1;
}

/*================================================
Video Presentation Area CSS
=================================================*/
.video-presentation-area {
    position: relative;
    z-index: 1;
}

.video-box {
    position: relative;
    text-align: center;
    max-width: 750px;
    border-radius: 5px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
}

.video-box .main-image {
    border-radius: 5px;
}

.video-box .video-btn {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background-color: #ff612f;
    border-radius: 5px;
    color: #ffffff;
    font-size: 60px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.video-box .video-btn::after, .video-box .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    border: 1px solid #ff612f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.video-box .video-btn i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.video-box .video-btn::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.video-box .video-btn::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.video-box .video-btn:hover, .video-box .video-btn:focus {
    background-color: #13c4a1;
    color: #ffffff;
}

.video-box .video-btn:hover::after, .video-box .video-btn:hover::before, .video-box .video-btn:focus::after, .video-box .video-btn:focus::before {
    border-color: #13c4a1;
}

.shape-map1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 90%;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    z-index: -1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* map1.png is 910px wide; unconstrained it widens the whole page on phones */
.shape-map1 img {
    max-width: 100%;
    height: auto;
}

.shape1 {
    position: absolute;
    left: -30px;
    top: -23px;
    z-index: -1;
}

.shape1 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape2 {
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: -1;
}

.shape2 img {
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite;
}

.shape3 {
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: -1;
}

.shape3 img {
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite;
}

.shape4 {
    position: absolute;
    right: -30px;
    bottom: -30px;
    z-index: -1;
}

.shape5 {
    position: absolute;
    right: -60px;
    bottom: -60px;
    z-index: -2;
}

.shape6 {
    position: absolute;
    left: -26px;
    top: -22px;
    z-index: -1;
}

.shape6 img {
    -webkit-animation: moveLeftBounce 5s linear infinite;
    animation: moveLeftBounce 5s linear infinite;
}

.shape7 {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 10%;
    z-index: -1;
}

.shape7 img {
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

.shape8 {
    position: absolute;
    left: 12%;
    top: 60%;
    z-index: -1;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}

.shape8 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape9 {
    position: absolute;
    right: 10%;
    top: 40%;
    z-index: -1;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.shape9 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes moveScale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes moveScale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*================================================
FunFacts Area CSS
=================================================*/
.funfacts-inner {
    max-width: 1000px;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
}

.single-funfacts {
    margin-bottom: 30px;
    text-align: center;
}

.single-funfacts h3 {
    color: #ff612f;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
}

.single-funfacts h3 .sign-icon {
    font-size: 28px;
}

.single-funfacts p {
    line-height: initial;
    margin-bottom: 0;
}

.funfact-style-two {
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    padding: 25px 0;
    border-radius: 5px;
}

.funfact-style-two i {
    font-size: 30px;
    color: #13c4a1;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    position: relative;
    margin-bottom: 15px;
    background: #F6F4FD;
    border-radius: 100%;
    text-align: center;
}

.contact-cta-box {
    max-width: 750px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    padding: 30px 230px 30px 50px;
    position: relative;
    margin-left: auto;
    margin-top: 40px;
    margin-right: auto;
}

.contact-cta-box h3 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.contact-cta-box p {
    line-height: initial;
    margin-top: 6px;
    margin-bottom: 0;
}

.contact-cta-box .default-btn {
    background-color: #13c4a1;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-cta-box .default-btn i {
    color: #ffffff;
}

.contact-cta-box .default-btn span {
    background-color: #ff612f;
}

.contact-cta-box .default-btn:hover i, .contact-cta-box .default-btn:focus i {
    color: #ffffff;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
    overflow: hidden;
}

.single-features-box {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 45px;
}

.single-features-box .icon {
    background-color: #13c4a1;
    color: #ffffff;
    position: relative;
    z-index: 1;
    width: 85px;
    height: 85px;
    font-size: 45px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    bottom: 45px;
    margin-left: auto;
    margin-right: auto;
}

.single-features-box .icon::before {
    width: 100%;
    height: 100%;
    right: -15px;
    bottom: -15px;
    border: 5px solid #13c4a1;
    content: '';
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-features-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-features-box h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}

.single-features-box:hover .icon {
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
    bottom: 25px;
}

.single-features-box:hover .icon::before {
    right: 0;
    bottom: 0;
}

.features-box {
    overflow: hidden;
    border: 1px solid #f4f5fe;
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}
.features-box .icon {
    width: 85px;
    height: 85px;
    background-color: #bce9e5;
    color: #13c4a1;
    text-align: center;
    font-size: 45px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 22px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.features-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.features-box h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}

.features-box p {
    margin-bottom: 0;
}

.features-box .back-icon {
    position: absolute;
    right: 10px;
    top: -52px;
    z-index: -1;
    color: #13c4a1;
    opacity: .06;
    font-size: 190px;
    line-height: 190px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.features-box:hover {
    background-color: #ffffff;
    border-radius: 0;
    border-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.features-box:hover .icon {
    background-color: #13c4a1;
    color: #ffffff;
}

.features-box:hover .back-icon {
    opacity: 0;
    visibility: hidden;
}

.features-box .read-more {
    margin-top: 5px;
    color: #13c4a1;
    display: inline-block;
}

.features-box .read-more i {
    color: #13c4a1;
    width: 0;
    height: 0;
    line-height: 1;
    font-size: 21px;
    margin: 0;
    top: 4px;
    position: relative;
}

.features-box .read-more:hover {
    letter-spacing: 1.1px;
}

.col-lg-4:nth-child(1) .single-features-box .icon {
    background-color: #ff612f;
}

.col-lg-4:nth-child(1) .single-features-box .icon::before {
    border-color: #ff612f;
}

.col-lg-4:nth-child(1) .features-box .icon {
    background-color: #ffd7cb;
    color: #ff612f;
}

.col-lg-4:nth-child(1) .features-box .back-icon {
    color: #ff612f;
}

.col-lg-4:nth-child(1) .features-box:hover .icon {
    background-color: #ff612f;
    color: #ffffff;
}

.col-lg-4:nth-child(3) .single-features-box .icon {
    background-color: #080a3c;
}

.col-lg-4:nth-child(3) .single-features-box .icon::before {
    border-color: #080a3c;
}

.col-lg-4:nth-child(3) .features-box .icon {
    background-color: #b2b3c3;
    color: #080a3c;
}

.col-lg-4:nth-child(3) .features-box .back-icon {
    color: #080a3c;
}

.col-lg-4:nth-child(3) .features-box:hover .icon {
    background-color: #080a3c;
    color: #ffffff;
}

.col-lg-4:nth-child(4) .single-features-box .icon {
    background-color: #fc4c86;
}

.col-lg-4:nth-child(4) .single-features-box .icon::before {
    border-color: #fc4c86;
}

.col-lg-4:nth-child(4) .features-box .icon {
    background-color: #fed2e1;
    color: #fc4c86;
}

.col-lg-4:nth-child(4) .features-box .back-icon {
    color: #fc4c86;
}

.col-lg-4:nth-child(4) .features-box:hover .icon {
    background-color: #fc4c86;
    color: #ffffff;
}

.col-lg-4:nth-child(5) .single-features-box .icon {
    background-color: #ffb300;
}

.col-lg-4:nth-child(5) .single-features-box .icon::before {
    border-color: #ffb300;
}

.col-lg-4:nth-child(5) .features-box .icon {
    background-color: #ffecbf;
    color: #ffb300;
}

.col-lg-4:nth-child(5) .features-box .back-icon {
    color: #ffb300;
}

.col-lg-4:nth-child(5) .features-box:hover .icon {
    background-color: #ffb300;
    color: #ffffff;
}

.col-lg-4:nth-child(6) .single-features-box .icon {
    background-color: #286efa;
}

.col-lg-4:nth-child(6) .single-features-box .icon::before {
    border-color: #286efa;
}

.col-lg-4:nth-child(6) .features-box .icon {
    background-color: #bcd2fd;
    color: #286efa;
}

.col-lg-4:nth-child(6) .features-box .back-icon {
    color: #286efa;
}

.col-lg-4:nth-child(6) .features-box:hover .icon {
    background-color: #286efa;
    color: #ffffff;
}

.col-lg-4:nth-child(7) .single-features-box .icon {
    background-color: #9c27b0;
}

.col-lg-4:nth-child(7) .single-features-box .icon::before {
    border-color: #9c27b0;
}

.col-lg-4:nth-child(7) .features-box .icon {
    background-color: #e6c0ed;
    color: #9c27b0;
}

.col-lg-4:nth-child(7) .features-box .back-icon {
    color: #9c27b0;
}

.col-lg-4:nth-child(7) .features-box:hover .icon {
    background-color: #9c27b0;
    color: #ffffff;
}

.col-lg-4:nth-child(8) .single-features-box .icon {
    background-color: #3f51b5;
}

.col-lg-4:nth-child(8) .single-features-box .icon::before {
    border-color: #3f51b5;
}

.col-lg-4:nth-child(8) .features-box .icon {
    background-color: #c3c8e9;
    color: #3f51b5;
}

.col-lg-4:nth-child(8) .features-box .back-icon {
    color: #3f51b5;
}

.col-lg-4:nth-child(8) .features-box:hover .icon {
    background-color: #3f51b5;
    color: #ffffff;
}

.col-lg-4:nth-child(9) .single-features-box .icon {
    background-color: #e91e63;
}

.col-lg-4:nth-child(9) .single-features-box .icon::before {
    border-color: #e91e63;
}

.col-lg-4:nth-child(9) .features-box .icon {
    background-color: #ffc0d6;
    color: #e91e63;
}

.col-lg-4:nth-child(9) .features-box .back-icon {
    color: #e91e63;
}

.col-lg-4:nth-child(9) .features-box:hover .icon {
    background-color: #e91e63;
    color: #ffffff;
}

.features-card-section .container {
    max-width: 1290px;
    width: 100%;
}

.single-features-card {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
    border-radius: 35px;
    padding: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    margin-bottom: 30px;
}

.single-features-card:hover {
    -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
    margin-top: -5px;
}

.single-features-card i {
    font-size: 30px;
    color: #13c4a1;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
    background: #F6F4FD;
    border-radius: 100%;
    text-align: center;
}

.single-features-card h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}

.single-features-card h3 a {
    color: #080a3c;
}

.single-features-card h3 a:hover {
    color: #13c4a1;
}

.single-features-card p {
    margin: 0;
}

.features-box-one {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.features-box-one:hover {
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.08);
    margin-top: -5px;
}

.features-box-one i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    margin-bottom: 25px;
}

.features-box-one h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}

.features-box-one p {
    margin: 0;
}

.features-box-one .read-more {
    margin-top: 5px;
    color: #13c4a1;
    display: inline-block;
}

.features-box-one .read-more i {
    color: #13c4a1;
    width: 0;
    height: 0;
    line-height: 1;
    font-size: 21px;
    margin: 0;
    top: 4px;
    position: relative;
}

.features-box-one .read-more:hover {
    letter-spacing: 1.1px;
}

.bg-13c4a1 {
    background-color: #13c4a1;
}

.bg-6610f2 {
    background-color: #6610f2;
}

.bg-ffb700 {
    background-color: #ffb700;
}

.bg-fc3549 {
    background-color: #fc3549;
}

.bg-00d280 {
    background-color: #00d280;
}

.bg-ff612f {
    background-color: #ff612f;
}

.bg-9c27b0 {
    background-color: #9c27b0;
}

.bg-3f51b5 {
    background-color: #3f51b5;
}

.bg-e91e63 {
    background-color: #e91e63;
}

/*================================================
Team Area CSS
=================================================*/
.single-team-box {
    margin-bottom: 30px;
    text-align: center;
}

.single-team-box .image {
    border: 4px solid #bce9e5;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team-box .image img {
    border-radius: 10px;
}

.single-team-box .image .social {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.single-team-box .image .social li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-left: 1px;
    margin-right: 1px;
}

.single-team-box .image .social li a {
    display: block;
    width: 33px;
    height: 33px;
    background-color: #f4f5fe;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #080a3c;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team-box .image .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.single-team-box .image .social li a:hover {
    color: #ffffff;
    background-color: #13c4a1;
}

.single-team-box .image .social li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.single-team-box .image .social li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single-team-box .image .social li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.single-team-box .image .social li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.single-team-box .content {
    margin-top: 20px;
}

.single-team-box .content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.single-team-box .content span {
    display: block;
    color: #13c4a1;
    font-size: 18px;
    margin-top: 6px;
}

.single-team-box:hover .image {
    border-color: #13c4a1;
    background-color: #f4f5fe;
}

.single-team-box:hover .image .social li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.col-lg-3:nth-child(1) .single-team-box .image, .col-lg-3:nth-child(7) .single-team-box .image {
    border-color: #ffdacf;
}

.col-lg-3:nth-child(1) .single-team-box .image .social li a:hover, .col-lg-3:nth-child(7) .single-team-box .image .social li a:hover {
    color: #ffffff;
    background-color: #ff612f;
}

.col-lg-3:nth-child(1) .single-team-box .content span, .col-lg-3:nth-child(7) .single-team-box .content span {
    color: #ff612f;
}

.col-lg-3:nth-child(1) .single-team-box:hover .image, .col-lg-3:nth-child(7) .single-team-box:hover .image {
    border-color: #ff612f;
}

.col-lg-3:nth-child(3) .single-team-box .image, .col-lg-3:nth-child(5) .single-team-box .image {
    border-color: #b2b3c3;
}

.col-lg-3:nth-child(3) .single-team-box .image .social li a:hover, .col-lg-3:nth-child(5) .single-team-box .image .social li a:hover {
    color: #ffffff;
    background-color: #080a3c;
}

.col-lg-3:nth-child(3) .single-team-box .content span, .col-lg-3:nth-child(5) .single-team-box .content span {
    color: #080a3c;
}

.col-lg-3:nth-child(3) .single-team-box:hover .image, .col-lg-3:nth-child(5) .single-team-box:hover .image {
    border-color: #080a3c;
}

.col-lg-3:nth-child(4) .single-team-box .image, .col-lg-3:nth-child(6) .single-team-box .image {
    border-color: #fed2e1;
}

.col-lg-3:nth-child(4) .single-team-box .image .social li a:hover, .col-lg-3:nth-child(6) .single-team-box .image .social li a:hover {
    color: #ffffff;
    background-color: #fc4c86;
}

.col-lg-3:nth-child(4) .single-team-box .content span, .col-lg-3:nth-child(6) .single-team-box .content span {
    color: #fc4c86;
}

.col-lg-3:nth-child(4) .single-team-box:hover .image, .col-lg-3:nth-child(6) .single-team-box:hover .image {
    border-color: #fc4c86;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
    overflow: hidden;
}

.single-feedback-item {
    position: relative;
    margin-top: 95px;
    margin-bottom: 30px;
}

.single-feedback-item img {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block !important;
    width: auto !important;
}

.single-feedback-item .feedback-desc {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-left: 45px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    padding: 30px 30px 30px 160px;
}

.single-feedback-item .feedback-desc p {
    margin-bottom: 0;
}

.single-feedback-item .feedback-desc .rating {
    margin-top: 13px;
    margin-bottom: 15px;
}

.single-feedback-item .feedback-desc .rating i {
    font-size: 17px;
    display: inline-block;
    margin-right: -1px;
    color: #ff612f;
}

.single-feedback-item .feedback-desc .client-info h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.single-feedback-item .feedback-desc .client-info span {
    display: block;
    color: #13c4a1;
    font-size: 14px;
    margin-top: 6px;
}

.single-feedback-item .feedback-desc::before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    color: #f5f5f5;
    line-height: 95px;
    content: "\ed67";
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 135px;
}

.feedback-slides.owl-theme .owl-stage-outer {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.feedback-slides.owl-theme .owl-item .single-feedback-item {
    margin-bottom: 40px;
}

.feedback-slides.owl-theme .owl-item .single-feedback-item .feedback-desc {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.feedback-slides.owl-theme .owl-item.active .single-feedback-item .feedback-desc {
    -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
}

.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
    line-height: initial;
    margin-bottom: 30px;
    margin-top: 10px;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    background: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid #13c4a1;
    position: relative;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: 2px;
    background-color: #ff612f;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.feedback-slides.owl-theme .owl-dots .owl-dot.active span::before, .feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.testimonials-area {
    background-color: #13c4a1;
}

.testimonials-area .section-title h2 {
    color: #ffffff;
}

.single-testimonials-item {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    border-radius: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 30px;
    background-color: #ffffff;
}

.single-testimonials-item .client-info {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
}

.single-testimonials-item .client-info img {
    border: 2px solid #f4f5fe;
    padding: 5px;
    border-radius: 5px;
    width: auto !important;
    display: inline-block !important;
}

.single-testimonials-item .client-info h3 {
    margin-bottom: 0;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
}

.single-testimonials-item .client-info span {
    display: block;
    color: #13c4a1;
    font-size: 14px;
    margin-top: 5px;
}

.single-testimonials-item .testimonials-desc {
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    padding-left: 15px;
    max-width: 70%;
}

.single-testimonials-item .testimonials-desc p {
    margin-bottom: 0;
}

.single-testimonials-item .testimonials-desc .rating {
    margin-top: 13px;
}

.single-testimonials-item .testimonials-desc .rating i {
    font-size: 17px;
    display: inline-block;
    margin-right: -1px;
    color: #ff612f;
}

.single-testimonials-item::before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    color: #f5f5f5;
    line-height: 95px;
    content: "\ed67";
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 135px;
}

.testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
    line-height: initial;
    margin-bottom: 30px;
    margin-top: 10px;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    background: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: relative;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: 2px;
    background-color: #ffffff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot.active span::before, .testimonials-slides.owl-theme .owl-dots .owl-dot:hover span::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*================================================
Pricing Area CSS
=================================================*/
.single-pricing-table {
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-pricing-table .pricing-header {
    padding-top: 25px;
    padding-bottom: 20px;
}

.single-pricing-table .pricing-header h3 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.single-pricing-table .price {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 8px;
    padding-bottom: 5px;
    border-top: 2px dashed #f4f5fe;
    border-bottom: 2px dashed #f4f5fe;
    font-weight: 600;
    font-size: 40px;
}

.single-pricing-table .price sup {
    top: -18px;
    font-size: 18px;
    font-weight: 500;
}

.single-pricing-table .price sub {
    bottom: 2px;
    color: #4a6f8a;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 500;
}

.single-pricing-table .pricing-features {
    padding-left: 0;
    text-align: left;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 50px;
}

.single-pricing-table .pricing-features li {
    margin-bottom: 10px;
    position: relative;
    color: #444683;
    padding-left: 21px;
}

.single-pricing-table .pricing-features li:last-child {
    margin-bottom: 0;
}

.single-pricing-table .pricing-features li i {
    color: #13c4a1;
    position: absolute;
    left: 0;
    top: 3px;
}

.single-pricing-table .pricing-features li span {
    display: inline-block;
    color: #b7bad2;
    font-size: 20px;
    position: absolute;
    top: 1px;
    margin-left: 3px;
}

.single-pricing-table .btn-box {
    margin-top: 30px;
}

.single-pricing-table:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-pricing-table.left-align {
    text-align: left;
}

.single-pricing-table.left-align .pricing-header, .single-pricing-table.left-align .price {
    padding-left: 40px;
    padding-right: 40px;
}

.single-pricing-table.left-align .pricing-features {
    margin-left: 40px;
    margin-right: 40px;
}

.single-pricing-table.left-align .btn-box {
    padding-left: 40px;
}

.single-pricing-table.center-align {
    text-align: center;
}

.single-pricing-table.center-align .pricing-features li {
    padding-left: 0;
    padding-right: 21px;
}

.single-pricing-table.center-align .pricing-features li i {
    left: auto;
    right: 0;
}

.pricing-list-tab .tabs {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 40px;
}

.pricing-list-tab .tabs li {
    display: inline-block;
}

.pricing-list-tab .tabs li a {
    display: block;
    padding: 10px 30px 10px 53px;
    position: relative;
    border-radius: 5px;
    margin-left: -1px;
    margin-right: -1px;
    font-size: 16px;
    font-weight: 500;
    background-color: #0095db!important;
    color: #ffffff!important;
}

.pricing-list-tab .tabs li a i {
    color: #ff612f;
    margin-right: 2px;
    position: absolute;
    font-size: 18px;
    top: 48%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    left: 30px;
}

.pricing-list-tab .tabs li.current a {
    color: #ffffff;
    background-color: #080a3c !important;
}

.pricing-list-tab .tabs li:nth-child(1) a {
    border-radius: 5px;
}

.pricing-list-tab .tabs li:nth-child(2) a {
    border-radius: 5px;
}

.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn {
    background-color: #080a3c;
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn i {
    color: #ff612f;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn {
    background-color: #13c4a1;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn i {
    color: #ff612f;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn span {
    background-color: #ff612f;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn:hover i, .col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn:focus i {
    color: #080a3c;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
    margin-left: auto;
    width: 90%;
}

.faq-accordion h2 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 600;
}

.faq-accordion h2 span {
    display: inline-block;
    color: #ff612f;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    display: block;
    background: #f5f5ff;
    margin-bottom: 10px;
}

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

.faq-accordion .accordion .accordion-title {
    padding: 12px 50px 10px 40px;
    color: #575151;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #080a3c;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\eaf8";
    color: #ff612f;
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px 20px;
    font-size: 14px;
    border-top: 1px solid #ff612f;
    color: #4a6f8a;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.faq-image {
    text-align: center;
}

.bg-color-f4f5fe {
    background-color: #f4f5fe;
}

.bg-color-f4f5fe .faq-accordion .accordion .accordion-item {
    background: #ffffff;
}

/*================================================
App Download Area CSS
=================================================*/
.app-download-area {
    background-color: #f4f5fe;
    background-image: url(../../assets/img/white-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.app-download-image {
    text-align: center;
}

.app-download-content .sub-title {
    display: inline-block;
    background-color: #13c4a1;
    color: #ffffff;
    padding: 5px 25px;
    border-radius: 35px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}

.app-download-content h2 {
    font-size: 40px;
    font-weight: 500;
}

.app-download-content .btn-box {
    margin-top: 30px;
}

.app-download-content .btn-box .play-store-btn {
    display: inline-block;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 12px 25px 12px 74px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    color: #666786;
    font-size: 13px;
    font-weight: 400;
}

.app-download-content .btn-box .play-store-btn span {
    display: block;
    color: #080a3c;
    font-size: 20px;
    font-weight: 600;
}

.app-download-content .btn-box .play-store-btn img {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.app-download-content .btn-box .play-store-btn:hover, .app-download-content .btn-box .play-store-btn:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.app-download-content .btn-box .apple-store-btn {
    margin-right: 8px;
    display: inline-block;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 12px 25px 12px 74px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    color: #666786;
    font-size: 13px;
    font-weight: 400;
}

.app-download-content .btn-box .apple-store-btn span {
    display: block;
    color: #080a3c;
    font-size: 20px;
    font-weight: 600;
}

.app-download-content .btn-box .apple-store-btn img {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.app-download-content .btn-box .apple-store-btn:hover, .app-download-content .btn-box .apple-store-btn:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*================================================
Our Loving Clients Area CSS
=================================================*/
.clients-logo-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin-top: -10px;
}

.single-clients-logo {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.single-clients-logo a {
    text-align: center;
    display: block;
    background-color: #ffffff;
    padding: 30px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-clients-logo a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* logo files are up to 330px wide and would widen the page on phones */
    max-width: 100%;
    height: auto;
}

.single-clients-logo a:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-clients-logo a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-clients-logo:nth-child(6) {
    margin-left: 10%;
}

.our-loving-clients .single-clients-logo:nth-child(6) {
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .our-loving-clients .single-clients-logo {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.bg-color-f8fbfa .single-clients-logo a {
    background-color: #f8fbfa;
}

.bg-color-f8fbfa .single-clients-logo a:hover {
    background-color: #ffffff;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post {
    border-radius: 2px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog-post .post-image {
    overflow: hidden;
    position: relative;
}

.single-blog-post .post-image a {
    display: block;
}

.single-blog-post .post-image a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog-post .post-image .date {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    border-radius: 0 5px 0 0;
    padding: 10px 25px 0;
    z-index: 1;
    color: #080a3c;
    font-size: 15px;
    font-weight: 300;
}

.single-blog-post .post-image .date i {
    color: #ff612f;
    margin-right: 1px;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.single-blog-post .post-content {
    padding: 25px;
}

.single-blog-post .post-content h3 {
    line-height: 1.4;
    font-size: 22px;
    font-weight: 500;
}

.single-blog-post .post-content h3 a {
    display: inline-block;
}

.single-blog-post .post-content .post-info {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}

.single-blog-post .post-content .post-info .post-by {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    position: relative;
    max-width: 50%;
    padding-left: 52px;
}

.single-blog-post .post-content .post-info .post-by img {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #dde4ff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-blog-post .post-content .post-info .post-by h6 {
    margin-bottom: 0;
    color: #8891b5;
    font-size: 15px;
    font-weight: 500;
}

.single-blog-post .post-content .post-info .details-btn {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    text-align: right;
    max-width: 50%;
}

.single-blog-post .post-content .post-info .details-btn a {
    display: inline-block;
    width: 43px;
    height: 43px;
    position: relative;
    border-radius: 50%;
    background-color: #ebefff;
    color: #080a3c;
    text-align: center;
    font-size: 25px;
}

.single-blog-post .post-content .post-info .details-btn a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.single-blog-post .post-content .post-info .details-btn a:hover {
    color: #ffffff;
    background-color: #080a3c;
}

.single-blog-post:hover .post-image a img {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}

.blog-notes {
    margin-top: 10px;
    text-align: center;
}

.blog-notes p {
    line-height: initial;
}

.blog-notes p a {
    display: inline-block;
    color: #ff612f;
}

.blog-notes p a:hover {
    color: #13c4a1;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
    margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
    margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #080a3c;
    margin-right: 20px;
}

.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #4a6f8a;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #13c4a1;
}

.blog-details-desc .article-content .entry-meta ul li i {
    color: #ff612f;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
    content: '';
    position: absolute;
    top: 12px;
    right: -15px;
    width: 6px;
    height: 1px;
    background: #13c4a1;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none;
}

.blog-details-desc .article-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 22px;
    font-weight: 500;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 28px;
    color: #4a6f8a;
}

.blog-details-desc .article-content .features-list li i {
    color: #13c4a1;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0;
}

.blog-details-desc .article-footer {
    margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #ffffff;
    background-color: #ff612f;
    padding: 4px 12px;
    border-radius: 5px;
    margin-right: 3px;
    font-size: 14px;
}

.blog-details-desc .article-footer .article-tags a:hover {
    color: #ffffff;
    background-color: #13c4a1;
}

.comments-area {
    margin-top: 25px;
}

.comments-area .comments-title {
    margin-bottom: 30px;
    line-height: initial;
    font-size: 22px;
    font-weight: 500;
}

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

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .children {
    margin-left: 20px;
}

.comments-area .comment-body {
    border-bottom: 1px solid #eeeeee;
    padding-left: 65px;
    color: #080a3c;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comments-area .comment-body .reply {
    margin-top: 15px;
}

.comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #080a3c;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: #13c4a1;
    border-color: #13c4a1;
}

.comments-area .comment-author {
    font-size: 16px;
    margin-bottom: 0.2em;
    position: relative;
    z-index: 2;
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}

.comments-area .comment-author .fn {
    font-weight: 500;
}

.comments-area .comment-author .says {
    display: none;
}

.comments-area .comment-metadata {
    margin-bottom: .8em;
    color: #4a6f8a;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

.comments-area .comment-metadata a {
    color: #4a6f8a;
}

.comments-area .comment-metadata a:hover {
    color: #13c4a1;
}

.comments-area .comment-respond {
    margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}

.comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
    margin-bottom: 0;
    margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
    color: red;
}

.comments-area .comment-respond .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.comments-area .comment-respond label {
    display: block;
    font-weight: 500;
    color: #080a3c;
    margin-bottom: 5px;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
    border-color: #13c4a1;
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #4a6f8a;
    font-weight: normal;
    position: relative;
    top: -2px;
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.comments-area .comment-respond .form-submit input {
    background: #13c4a1;
    border: none;
    color: #ffffff;
    padding: 11px 25px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
    color: #ffffff;
    background-color: #ff612f;
}

.spacle-post-navigation {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}

.prev-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
    color: #13c4a1;
}

.prev-link-wrapper .image-prev {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
    border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: #13c4a1;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
}

.prev-link-wrapper .prev-link-info-wrapper {
    color: #080a3c;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.prev-link-wrapper .prev-title {
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
    display: block;
    color: #4a6f8a;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
}

.next-link-wrapper {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-left: 15px;
}

.next-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
    opacity: 1;
    visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
    color: #13c4a1;
}

.next-link-wrapper .image-next {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.next-link-wrapper .image-next img {
    border-radius: 5px;
}

.next-link-wrapper .image-next::after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: #13c4a1;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #080a3c;
}

.next-link-wrapper .next-title {
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
    display: block;
    color: #4a6f8a;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
}

blockquote, .blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

blockquote p, .blockquote p {
    color: #080a3c;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px !important;
}

blockquote cite, .blockquote cite {
    display: none;
}

blockquote::before, .blockquote::before {
    color: #efefef;
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    content: "\ed67";
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 135px;
}

blockquote::after, .blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #13c4a1;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
    position: relative;
    z-index: 1;
}

/*.page-title-area::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  opacity: .6;*/
/*  height: 100%;*/
/*  z-index: -1;*/
/*  -webkit-animation: animatedBackground 15s linear infinite;*/
/*          animation: animatedBackground 15s linear infinite;*/
/*  background-image: url(../../assets/img/bg_lines.svg);*/
/*  background-repeat: repeat;*/
/*  background-position: center center;*/
/*  background-size: cover;*/
/*}*/

.page-title-content {
    text-align: center;
}

.page-title-content h2 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600;
    font-family: iranyekan;
}

.page-title-content p {
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 0;
}

@-webkit-keyframes animatedBackground {
    0% {
        background-position: center center;
    }
    100% {
        background-position: 300px center;
    }
}

@keyframes animatedBackground {
    0% {
        background-position: center center;
    }
    100% {
        background-position: 300px center;
    }
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
    height: 100vh;
}

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
}

.error-content h3 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 15px;
}

.error-content p {
    max-width: 520px;
    margin: 0 auto 25px;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
    margin-top: 35px;
    text-align: center;
}

.pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    margin: 0 3px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 48px;
    color: #080a3c;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 18px;
    font-weight: 500;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
    background: #13c4a1;
    color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
}

/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
    margin-top: 35px;
}

.widget-area .widget:first-child {
    margin-top: 0;
}

.widget-area .widget .widget-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 500;
    font-size: 21px;
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    background: #13c4a1;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.widget-area .widget_search {
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    background-color: #ffffff;
    padding: 15px;
}

.widget-area .widget_search form {
    position: relative;
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
    display: none;
}

.widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
    border-color: #13c4a1;
}

.widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff;
    background-color: #13c4a1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.widget-area .widget_search form button i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.widget-area .widget_search form button:hover {
    background-color: #ff612f;
    color: #ffffff;
}

.widget-area .widget_spacle_posts_thumb {
    position: relative;
    overflow: hidden;
}

.widget-area .widget_spacle_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
}

.widget-area .widget_spacle_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget_spacle_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
}

.widget-area .widget_spacle_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.widget-area .widget_spacle_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/img/blog-image/7.jpg);
}

.widget-area .widget_spacle_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/img/blog-image/8.jpg);
}

.widget-area .widget_spacle_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/img/blog-image/9.jpg);
}

.widget-area .widget_spacle_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_spacle_posts_thumb .item .info time {
    display: block;
    color: #4a6f8a;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 12px;
}

.widget-area .widget_spacle_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
}

.widget-area .widget_spacle_posts_thumb .item .info .title a {
    display: inline-block;
}

.widget-area .widget_recent_entries ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #080a3c;
    padding-left: 14px;
    line-height: 1.5;
    font-weight: 500;
    font-size: 15px;
}

.widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
    background: #13c4a1;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
}

.widget-area .widget_recent_entries ul li a {
    display: inline-block;
    color: #080a3c;
}

.widget-area .widget_recent_entries ul li a:hover {
    color: #13c4a1;
}

.widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #4a6f8a;
    margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
    position: relative;
    margin-bottom: 12px;
    color: #4a6f8a;
    padding-left: 14px;
    line-height: 1.5;
    font-weight: 500;
    font-size: 15px;
}

.widget-area .widget_recent_comments ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
    background: #13c4a1;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
}

.widget-area .widget_recent_comments ul li a {
    display: inline-block;
    color: #080a3c;
}

.widget-area .widget_recent_comments ul li a:hover {
    color: #13c4a1;
}

.widget-area .widget_archive ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_archive ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    color: #080a3c;
    font-weight: 500;
    font-size: 15px;
}

.widget-area .widget_archive ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
    background: #13c4a1;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
    position: absolute;
}

.widget-area .widget_archive ul li a {
    display: inline-block;
    color: #080a3c;
}

.widget-area .widget_archive ul li a:hover {
    color: #13c4a1;
}

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    color: #4a6f8a;
    padding-left: 14px;
    font-weight: 500;
    font-size: 15px;
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
    background: #13c4a1;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
    position: absolute;
}

.widget-area .widget_categories ul li a {
    color: #080a3c;
    display: block;
}

.widget-area .widget_categories ul li a:hover {
    color: #13c4a1;
}

.widget-area .widget_categories ul li .post-count {
    float: right;
}

.widget-area .widget_meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_meta ul li {
    position: relative;
    margin-bottom: 12px;
    color: #080a3c;
    padding-left: 14px;
    font-weight: 500;
    font-size: 15px;
}

.widget-area .widget_meta ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
    background: #13c4a1;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
    position: absolute;
}

.widget-area .widget_meta ul li a {
    display: inline-block;
    color: #080a3c;
}

.widget-area .widget_meta ul li a:hover {
    color: #13c4a1;
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}

.widget-area .tagcloud a {
    display: inline-block;
    color: #080a3c;
    font-weight: 500;
    font-size: 14px !important;
    padding: 6px 13px;
    border: 1px dashed #eeeeee;
    margin-top: 8px;
    margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
    color: #ffffff;
    background-color: #13c4a1;
    border-color: #13c4a1;
}

/*================================================
Login Area CSS
=================================================*/
.login-image {
    height: 100%;
    width: 100%;
    background-image: url(../../assets/img/login-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-image img {
    display: none;
}

.login-content {
    height: 100vh;
}

.login-content .login-form {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.login-content .login-form .logo {
    margin-bottom: 35px;
}

.login-content .login-form .logo a {
    display: inline-block;
}

.login-content .login-form h3 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 500;
}

.login-content .login-form p {
    margin-top: 7px;
    margin-bottom: 0;
}

.login-content .login-form p a {
    display: inline-block;
}

.login-content .login-form form {
    margin-top: 35px;
}

.login-content .login-form form .form-control {
    background-color: #ffffff;
    color: #080a3c;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: 55px;
    font-size: 14px;
}

.login-content .login-form form .form-control::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.login-content .login-form form .form-control:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.login-content .login-form form .form-control::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.login-content .login-form form .form-control::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.login-content .login-form form .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.login-content .login-form form .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.login-content .login-form form .form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.login-content .login-form form .form-control:focus::placeholder {
    color: transparent;
}

.login-content .login-form form .default-btn {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
    box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
    padding-left: 25px;
}

.login-content .login-form form .forgot-password {
    text-align: right;
    margin-top: 15px;
}

.login-content .login-form form .forgot-password a {
    display: inline-block;
    color: #13c4a1;
    text-decoration: underline;
}

.login-content .login-form form .forgot-password a:hover {
    color: #ff612f;
}

.login-content .login-form form .connect-with-social {
    margin-top: 15px;
}

.login-content .login-form form .connect-with-social button {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #13c4a1;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 11px 30px;
    border-radius: 2px;
    color: #13c4a1;
    font-weight: 500;
}

.login-content .login-form form .connect-with-social button i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    font-size: 20px;
}

.login-content .login-form form .connect-with-social button.facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.login-content .login-form form .connect-with-social button.facebook:hover {
    background-color: #3b5998;
    color: #ffffff;
    border-color: #3b5998;
}

.login-content .login-form form .connect-with-social button.google {
    margin-top: 10px;
    border-color: #EA4335;
    color: #EA4335;
}

.login-content .login-form form .connect-with-social button.google:hover {
    background-color: #EA4335;
    color: #ffffff;
    border-color: #EA4335;
}

.login-content .login-form form .connect-with-social button:hover {
    background-color: #13c4a1;
    color: #ffffff;
    border-color: #13c4a1;
}

/*================================================
Signup Area CSS
=================================================*/
.signup-image {
    height: 100%;
    width: 100%;
    background-image: url(../../assets/img/signup-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.signup-image img {
    display: none;
}

.signup-content {
    height: 100vh;
}

.signup-content .signup-form {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.signup-content .signup-form .logo {
    margin-bottom: 40px;
}

.signup-content .signup-form .logo a {
    display: inline-block;
}

.signup-content .signup-form h3 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 500;
}

.signup-content .signup-form p {
    margin-top: 7px;
    margin-bottom: 0;
}

.signup-content .signup-form p a {
    display: inline-block;
}

.signup-content .signup-form form {
    margin-top: 35px;
}

.signup-content .signup-form form .form-control {
    background-color: #ffffff;
    color: #080a3c;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: 55px;
    font-size: 14px;
}

.signup-content .signup-form form .form-control::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.signup-content .signup-form form .form-control:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.signup-content .signup-form form .form-control::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.signup-content .signup-form form .form-control::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.signup-content .signup-form form .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.signup-content .signup-form form .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.signup-content .signup-form form .form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.signup-content .signup-form form .form-control:focus::placeholder {
    color: transparent;
}

.signup-content .signup-form form .default-btn {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
    box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
    padding-left: 25px;
}

.signup-content .signup-form form .connect-with-social {
    margin-top: 20px;
}

.signup-content .signup-form form .connect-with-social span {
    display: block;
    text-transform: uppercase;
    color: #4a6f8a;
    margin-bottom: 20px;
}

.signup-content .signup-form form .connect-with-social button {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #13c4a1;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 11px 30px;
    border-radius: 2px;
    color: #13c4a1;
    font-weight: 500;
}

.signup-content .signup-form form .connect-with-social button i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    font-size: 20px;
}

.signup-content .signup-form form .connect-with-social button.facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.signup-content .signup-form form .connect-with-social button.facebook:hover {
    background-color: #3b5998;
    color: #ffffff;
    border-color: #3b5998;
}

.signup-content .signup-form form .connect-with-social button.google {
    margin-top: 10px;
    border-color: #EA4335;
    color: #EA4335;
}

.signup-content .signup-form form .connect-with-social button.google:hover {
    background-color: #EA4335;
    color: #ffffff;
    border-color: #EA4335;
}

.signup-content .signup-form form .connect-with-social button:hover {
    background-color: #13c4a1;
    color: #ffffff;
    border-color: #13c4a1;
}

/*================================================
Features Area CSS
=================================================*/
.subscribe-area.bg-f4f5fe {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.subscribe-area.bg-f4f5fe::before {
    width: 100%;
    height: 50%;
    background-color: #f4f5fe;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    position: absolute;
}

.subscribe-content {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    text-align: center;
    padding: 70px;
    background-color: #ff612f;
}

.subscribe-content h2 {
    color: #ffffff;
    max-width: 610px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    font-weight: 500;
}

.subscribe-content form {
    max-width: 600px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.subscribe-content form .row {
    margin-left: -7px;
    margin-right: -7px;
}

.subscribe-content form .row .col-lg-8, .subscribe-content form .row .col-lg-4, .subscribe-content form .row .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
}

.subscribe-content form #validator-newsletter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    color: #ffffff;
}

.subscribe-content form .input-newsletter {
    display: block;
    width: 100%;
    border: none;
    height: 50px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #c32f00;
    padding: 0 0 0 15px;
    font-size: 14px;
    font-weight: 500;
}

.subscribe-content form .input-newsletter::-webkit-input-placeholder {
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.subscribe-content form .input-newsletter:-ms-input-placeholder {
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.subscribe-content form .input-newsletter::-ms-input-placeholder {
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.subscribe-content form .input-newsletter::placeholder {
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.subscribe-content form .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}

.subscribe-content form .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}

.subscribe-content form .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}

.subscribe-content form .input-newsletter:focus::placeholder {
    color: transparent;
}

.subscribe-content form button {
    background-color: #080a3c;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    border-radius: 5px;
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

.subscribe-content form button i {
    margin-right: 2px;
    color: #ff612f;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    top: 4px;
}

.subscribe-content form button:hover, .subscribe-content form button:focus {
    background-color: #13c4a1;
}

.subscribe-content form button:hover i, .subscribe-content form button:focus i {
    color: #080a3c;
}

.shape14 {
    position: absolute;
    left: 5%;
    top: 0;
    z-index: -1;
}

.shape14 img {
    -webkit-animation: moveLeftBounce 5s linear infinite;
    animation: moveLeftBounce 5s linear infinite;
}

.shape15 {
    position: absolute;
    right: 2%;
    top: 4%;
    z-index: -1;
}

.shape16 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.shape17 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.shape18 {
    position: absolute;
    z-index: -1;
    right: 20%;
    top: 32%;
}

/*================================================
Free Trial Area CSS
=================================================*/
.free-trial-area {
    position: relative;
    z-index: 1;
}

.free-trial-content {
    text-align: center;
    max-width: 695px;
    margin-left: auto;
    margin-right: auto;
}

.free-trial-content h2 {
    font-size: 40px;
    font-weight: 500;
}

.free-trial-content p {
    margin-top: 20px;
}

.free-trial-content .default-btn {
    margin-top: 20px;
}

.shape10 {
    position: absolute;
    right: 30%;
    bottom: 25%;
    z-index: -1;
}

.shape10 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape11 {
    position: absolute;
    left: 25%;
    bottom: 27%;
    z-index: -1;
}

.shape11 img {
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

.shape12 {
    position: absolute;
    left: 10%;
    bottom: 50%;
    z-index: -1;
}

.shape12 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape13 {
    position: absolute;
    right: 18%;
    bottom: 60%;
    z-index: -1;
}

.shape13 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-inner {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    padding: 50px 30px;
}

.contact-features-list {
    padding-right: 15px;
    border-right: 1px solid #eeeeee;
}

.contact-features-list h3 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 500;
}

.contact-features-list p {
    margin-bottom: 10px;
}

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

.contact-features-list ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0;
}

.contact-features-list ul li {
    color: #4a6f8a;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.contact-features-list ul li i {
    color: #13c4a1;
    position: absolute;
    left: 0;
    top: 4px;
}

.contact-features-list ul li:last-child {
    margin-bottom: 0;
}

.contact-form h3 {
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 500;
}

.contact-form form .row {
    margin-left: -7px;
    margin-right: -7px;
}

.contact-form form .row .col-lg-6, .contact-form form .row .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
}

.contact-form form .form-group {
    margin-bottom: 15px;
}

.contact-form form .form-control {
    height: 48px;
    padding: 0 15px;
    line-height: initial;
    color: #080a3c;
    background-color: transparent;
    border: 1px solid #cecfdf;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 400;
}

.contact-form form .form-control:focus {
    border-color: #13c4a1;
}

.contact-form form .form-control::-webkit-input-placeholder {
    color: #999999;
}

.contact-form form .form-control:-ms-input-placeholder {
    color: #999999;
}

.contact-form form .form-control::-ms-input-placeholder {
    color: #999999;
}

.contact-form form .form-control::placeholder {
    color: #999999;
}

.contact-form form textarea.form-control {
    height: auto !important;
    padding-top: 15px;
}

.contact-form form .default-btn {
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.3) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.3) !important;
}

.contact-form form .default-btn:hover, .contact-form form .default-btn:focus {
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
}

.contact-form .with-errors ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0;
}

.contact-form .with-errors ul li {
    color: red;
}

.contact-form #msgSubmit {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.contact-form #msgSubmit.text-danger {
    margin-top: 5px;
}

.contact-info {
    text-align: center;
    margin-top: 50px;
}

.contact-info .contact-info-content h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
}

.contact-info .contact-info-content h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 500;
}

.contact-info .contact-info-content h2 a {
    display: inline-block;
    color: #13c4a1;
}

.contact-info .contact-info-content h2 a:hover {
    color: #ff612f;
}

.contact-info .contact-info-content h2 a:not(:first-child) {
    color: #ff612f;
}

.contact-info .contact-info-content h2 a:not(:first-child):hover {
    color: #13c4a1;
}

.contact-info .contact-info-content h2 span {
    display: block;
    color: #4a6f8a;
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 500;
}

.contact-info .contact-info-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 25px;
}

.contact-info .contact-info-content .social li {
    display: inline-block;
    margin: 0 2px;
}

.contact-info .contact-info-content .social li a {
    width: 40px;
    display: block;
    height: 40px;
    border: 1px solid #dadada;
    border-radius: 50%;
    color: #aba5a5;
    font-size: 20px;
    position: relative;
}

.contact-info .contact-info-content .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.contact-info .contact-info-content .social li a:hover {
    color: #ffffff;
    border-color: #13c4a1;
    background-color: #13c4a1;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    background-color: #080a3c;
    position: relative;
    z-index: 10;
    padding-top: 80px;
}

.footer-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-animation: imageChange 1s linear 1s infinite;
    animation: imageChange 1s linear 1s infinite;
    background-image: url(../../assets/img/footer-shape1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-area::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-animation: imageChangeTwo 1s linear 1s infinite;
    animation: imageChangeTwo 1s linear 1s infinite;
    background-image: url(../../assets/img/footer-shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.divider {
    width: 100%;
    position: absolute;
    height: 100px;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #080a3c;
    top: -100px;
    left: 0;
    z-index: -1;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget h3,
.single-footer-widget .footer-widget-title {
    color: #ffffff;
    margin: 0 0 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.single-footer-widget .logo {
    margin-bottom: 15px;
}

.single-footer-widget .logo a {
    display: inline-block;
}

.single-footer-widget p {
    color: #acc5db;
}

.single-footer-widget .services-list {
    padding-left: 0;
    padding-right: 28px;
    margin-bottom: 0;
    list-style-type: disc;
    list-style-position: outside;
}

.single-footer-widget .services-list li {
    color: #acc5db;
    margin-bottom: 10px;
}

.single-footer-widget .services-list li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .services-list li a {
    display: inline-block;
    color: #acc5db;
}

.single-footer-widget .services-list li a:hover {
    color: #13c4a1;
    padding-left: 5px;
}

.single-footer-widget .support-list {
    padding-left: 0;
    padding-right: 28px;
    margin-bottom: 0;
    list-style-type: disc;
    list-style-position: outside;
}

.single-footer-widget .support-list li {
    color: #acc5db;
    margin-bottom: 10px;
}

.single-footer-widget .support-list li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .support-list li a {
    display: inline-block;
    color: #acc5db;
}

.single-footer-widget .support-list li a:hover {
    color: #13c4a1;
    padding-left: 5px;
}

.single-footer-widget .footer-contact-info {
    padding-left: 0;
    padding-right: 28px;
    margin-bottom: 0;
    list-style-type: disc;
    list-style-position: outside;
}

.single-footer-widget .footer-contact-info li {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}

.single-footer-widget .footer-contact-info li a,
.single-footer-widget .footer-contact-info li span {
    font-size: 14px;
    line-height: 18px;
}

.single-footer-widget .footer-contact-info li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li a {
    display: inline-block;
    color: #acc5db;
}

.single-footer-widget .footer-contact-info li a:hover {
    color: #13c4a1;
}

.single-footer-widget .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px;
}

.single-footer-widget .social li {
    display: inline-block;
    margin-right: 5px;
}



.single-footer-widget .social li a:hover {
    color: #080a3c;
    background-color: #ffffff;
}

.copyright-area {
    border-top: 1px solid #1c2250;
    text-align: center;
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.copyright-area p {
    line-height: initial;
    color: #acc5db;
}

.copyright-area p a {
    display: inline-block;
    color: #ff612f;
}

.copyright-area p a:hover {
    color: #13c4a1;
}

@-webkit-keyframes imageChange {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes imageChange {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes imageChangeTwo {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes imageChangeTwo {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 15px;
    color: #080a3c;
    background-color: #ffffff;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 40px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 70%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.go-top:hover {
    background-color: #ff612f;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/*================================================
SaaS Home Page CSS
=================================================*/
.black-btn {
    background-color: #080a3c !important;
}

.black-btn span {
    background-color: #13c4a1 !important;
}

.black-btn i {
    color: #ffffff;
}

/* Saas banner */
.saas-banner {
    height: 840px;
    background: #13c4a1;
    position: relative;
    z-index: 1;
}

.saas-banner .saas-image {
    z-index: 1;
}

.saas-banner .saas-image.mt-70 {
    margin-top: 70px;
}

.saas-banner .hero-content {
    z-index: 1;
    position: relative;
}

.saas-banner .hero-content h1 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 600;
    margin: 0;
}

.saas-banner .hero-content p {
    color: #ffffff;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 35px;
}

.saas-banner .hero-content .default-btn {
    background-color: #080a3c;
}

.saas-banner .hero-content .default-btn i {
    color: #ff612f;
}

.saas-banner .hero-content .default-btn:hover i {
    color: #fff;
}

.saas-banner .hero-content .default-btn span {
    background-color: #ff612f;
}

.saas-banner .hero-content .video-btn {
    margin-left: 15px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin-top: 6px;
    -webkit-transform: .6s;
    font-size: 15px;
    font-weight: 600;
}

.saas-banner .hero-content .video-btn i {
    font-size: 20px;
    position: relative;
    margin-left: inherit;
    background: #fff;
    color: #ff612f;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    padding-left: 3px;
    margin-right: 6px;
}

.saas-banner .hero-content .video-btn:hover i {
    background-color: #080a3c;
    color: #fff;
}

.saas-banner .saas-image {
    position: relative;
}

.saas-banner .saas-image img {
    position: absolute;
}

.saas-banner .saas-image img:nth-child(1) {
    top: -200px;
    left: 0;
}

.saas-banner .saas-image img:nth-child(2) {
    left: 55px;
    top: -100px;
}

.saas-banner .saas-image img:nth-child(3) {
    left: 36%;
    z-index: 1;
    top: -170px;
}

.saas-banner .saas-image img:nth-child(4) {
    right: 27%;
    top: 110px;
    z-index: 2;
}

.saas-banner .saas-image img:nth-child(5) {
    right: 15%;
    top: 80px;
    z-index: 2;
}

.saas-banner .saas-image img:nth-child(6) {
    right: 25%;
    top: -170px;
}

.saas-banner .saas-image img:nth-child(7) {
    right: 47%;
    top: 96px;
    z-index: 2;
}

.saas-banner .saas-image img:nth-child(8) {
    right: 22%;
    top: 45px;
    z-index: 1;
}

.saas-banner .saas-image img:nth-child(9) {
    right: 75px;
    top: 20px;
}

.saas-banner .saas-image img:nth-child(10) {
    left: 32%;
    top: -76px;
    z-index: 1;
}

.saas-banner .saas-image img:nth-child(11) {
    right: 40%;
    top: -20px;
}

.saas-banner .saas-image img:nth-child(12) {
    top: -292px;
    left: 45px;
}

.saas-banner .saas-image img:last-child {
    display: none;
}

.saas-banner #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#particles-js {
    width: 100%;
    height: 100%;
}

/* End Saas banner */
/* Shape rotate */
.shape-rotate {
    position: absolute;
    left: 13%;
    top: 23%;
    z-index: -1;
    opacity: .3;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}

/* End Shape rotate */
/* Features inner content */
.features-inner-content .features-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
    text-align: left;
}

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

.features-inner-content .features-item i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .6s;
    transition: .6s;
}

.features-inner-content .features-item:hover i {
    border-radius: 50% !important;
}

.features-inner-content .features-item h3 {
    font-size: 22px;
}

.features-inner-content .features-item p {
    margin: 0;
}

.fun-facts-inner-content h2 {
    font-weight: 600;
}

.fun-facts-inner-content p {
    margin-bottom: 15px !important;
}

.fun-facts-inner-content ul {
    margin: 0;
    padding: 0;
}

.fun-facts-inner-content ul li {
    list-style-type: none;
    margin-bottom: 6px;
    color: #4a6f8a;
}

.fun-facts-inner-content ul li i {
    color: #13c4a1;
    padding-right: 3px;
}

.fun-facts-inner-content .default-btn {
    margin-top: 20px !important;
}

/* End Features inner content */
/* Overview section */
.overview-item {
    margin-bottom: 50px;
    border-bottom: 1px solid #edf0f7;
    padding-bottom: 50px;
}

.overview-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.overview-content .number {
    background-color: #13c4a1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
}

.overview-content h3 {
    font-size: 25px;
}

.overview-content p {
    margin: 0;
}

.overview-content ul {
    margin: 15px 0 0;
    padding: 0;
}

.overview-content ul li {
    list-style-type: none;
    margin-bottom: 6px;
    color: #4a6f8a;
}

.overview-content ul li:last-child {
    margin-bottom: 0;
}

.overview-content ul li i {
    color: #13c4a1;
    padding-right: 3px;
}

.overview-content .default-btn {
    margin-top: 25px;
}

/* End Overview section */
/* Service details */
.service-details-image img{
    text-align: center;
}

.service-details-content {
    margin-top: 1%;
}

.service-details-content h1 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-details-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-details-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: right;
}

.service-details-content h4 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-details-content h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-details-content h6 {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-details-content ul, .service-details-content ol {
    padding-left: 0;
    padding-right: 1.5rem;
}

.service-details-content ul li, .service-details-content ol li {
    line-height: 1.7;
    margin-bottom: 5px;
    text-align:right;
    font-family: 'iranyekan';
    padding-right: 20px;
}


.service-details-content ul li:last-child, .service-details-content ol li:last-child {
    margin-bottom: 0;
}

.service-details-content .service-details-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    background: #f4f5fe;
    padding: 30px 20px;
    border-radius: 10px;
}

.service-details-content .service-details-info .single-info-box {


    padding-left: 15px;
    padding-right: 15px;
}

.service-details-content .service-details-info .single-info-box h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.service-details-content .service-details-info .single-info-box span {
    display: block;
    color: #4a6f8a;
    font-size: 15px;
}

.service-details-content .service-details-info .single-info-box .social {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.service-details-content .service-details-info .single-info-box .social li {
    display: inline-block;
    margin-right: 5px;
}

.service-details-content .service-details-info .single-info-box .social li a {

    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;

}
.service-details-content p{
    text-align: justify;
}
.service-details-content .service-details-info .single-info-box .social li a:hover {
    color: #13c4a1;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.service-details-content .service-details-info .single-info-box .default-btn {
    display: inline-block;
    padding: 12px 30px;
    color: #ffffff;
    text-transform: capitalize;
    background-color: #13c4a1;
    border: 1px solid #13c4a1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

.service-details-content .service-details-info .single-info-box .default-btn:hover {
    background-color: #ffffff;
    color: #13c4a1;
}

.service-details-content .service-details-info .single-info-box:last-child {
    text-align: center;
}
.single-footer-widget li{
    font-size: 13.5px;
}
.mega-dropdown-menu h3{
    font-size: 14px !important;
}
.page-title-content h1 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600;
    font-family: iranyekan;
}
h1,h2,h3,h4,h5,h6,p{
    font-family: iranyekan !important;
}
.entry-summary p{
    text-align: justify;
}
.single-footer-widget li{line-height: 1.8}
.loading-gif{margin: 23% auto;}
.bold-text{color: #0a0a0a;}
/* End Service details  */
/*# sourceMappingURL=style.css.map */


/*.........16 Bahman 1404 New Style For Spices-seasonings-Box-printing.html.........*/
h1{
    text-align: center;
}
.link-title-one{
    font-weight: bold;
}
.service-details-content{
    border: 1px solid #d3d3d3eb;
    padding: 20px;
    margin-bottom: 10%;
}
.service-details-content-two{
    padding-top: 40px;
}
.box-boxer{
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-right: 5px solid #3498db;
    border-top: 5px solid #3498db;
    position: relative;
    text-align:right;
}
.contact-info{
    background-color: #e8f4fc;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    margin: 20px 0;
    border: 1px solid #3498db;
}
.box-images{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 3%;
    padding-top: 2%;
}
.box-images-two{
    padding-top: 8%;
    padding-bottom: 4%;
}
.box-images-three{
    padding-top: 8%;
    padding-bottom: 4%;
}
.image-shop{
    border-radius: 15px;
    background-color: white;
}
.service-details{
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.lightbox{
    background-color: cyan;
}
.mfp-close{
    cursor: zoom-in;
}
.comment-box{
    position: relative;
    background-color: #21618c24;
    border-radius: 24px;
    padding: 35px 60px;
    color: #2c3e50;
    font-size: 17px;
    line-height: 2.1;
    width: 95%;
    max-width: 1100px;
    margin: 60px auto;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    direction: rtl;
    text-align: justify;
}
.comment-box::before {
    content: "“";
    position: absolute;
    top: -45px;
    right: 35px;
    font-size: 140px;
    color: rgb(23, 61, 89);
    font-family: Georgia, serif;
    font-weight: bold;
    line-height: 1;
}
.comment-box::after {
    content: "”";
    position: absolute;
    bottom: -110px;
    left: 35px;
    font-size: 160px;
    color: rgb(23, 61, 89);
    font-family: Georgia, serif;
    font-weight: bold;
    line-height: 1;
    opacity: 0.95;
}
.catalog-section{
    padding: 40px 20px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 12px;
    margin: 30px auto;
    max-width: 1200px;
}
.catalog-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}
.catalog-text {
    flex: 1 1 48%;
    background: #fafafa;
    border: 2px solid #007acc;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    padding:9px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.catalog-text p {
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
}
.social-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.social-buttons a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}
svg:not(:root) {
    overflow: hidden;
}
.catalog-video {
    flex: 1 1 48%;
    border: 2px solid #007acc;
    border-radius: 10px;
    overflow: hidden;
    background-color: #000;
    position: relative;
    padding-bottom: 27.23%;
}
.catalog-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
.social-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

svg:not(:root) {
    overflow: hidden;
}

.btn-telegram {
    background-color: #0088cc;
}
.btn-instagram {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}
.btn-free-template {
    background-color: #28a745;
    color: white;
}
.table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
table {
    width: 100%;
    min-width: 0;
    border-collapse: collapse;
    background: white;
    font-family:'iranyekan';
}
@media (min-width: 768px) {
    table {
        min-width: 600px;
    }
}
thead {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-family:'iranyekan';
}
tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
    font-family:'iranyekan';
}
th {
    background-color: #21618c !important;
    color: white !important;
    font-weight: bold !important;
    font-family:'iranyekan';
}
th, td {
    border: 1px solid #ddd !important;
    padding: 12px 15px !important;
    text-align: right !important;
    font-family: 'iranyekan' !important;
}
th *,
thead th,
thead th * {
    color: #ffffff !important;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
    font-family:'iranyekan';
}
.title-5{
    font-size: 20px;
    padding-bottom: 0;
}
.paragraph-title{
    line-height: 0;
}
.box-images-three{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 3%;
    padding-top: 2%;
}
.faq {
    max-width: 100%;
    margin: 30px auto;
    font-family: sans-serif;
    direction: rtl;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    overflow: hidden;
    direction: rtl;
    font-family:'iranyekan';
}

.faq-question {
    width: 100%;
    background: #fff;
    border: none;
    padding: 18px 20px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    float: right;
    text-align: right;
    color: #000 !important;
}

.faq-question,
.faq-question *,
.faq-question b,
.faq-question strong,
.faq-question span {
    color: #000 !important;
}

.faq-accordion .accordion .accordion-title,
.faq-accordion .accordion .accordion-title * {
    color: #000 !important;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: all .3s ease;
    background: #fafafa;
    text-align: right;
}

.faq-item.active .faq-answer {
    max-height: 5000px;
    overflow: visible;
    padding: 15px 20px;
}

.icon {
    font-size: 22px;
    transition: transform .3s;
    float: right;
    padding: 0 2%;
}

.faq-item.active .icon {
    transform: rotate(180deg);
}
/*...................................................Pop Up Style ...........................................*/

/*....................new style..................*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navbar-box-responsive{
    width: 100%;
    height: 7vh;
    background-color: white;
    justify-content: center;
    align-items: center;
    display: none;
}
.header {
    width: 100%;
    height: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #a15252;
    position: absolute;
    color: #fff;
}
.logo-site-original{
    width: 100%;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right:-100%;
    width: 50vw;
    height: 100vh;
    background: #222;
    transition: 0.3s ease;
    padding-top: 70px;
    text-align: center;
    z-index: 999;
    color: white;
}
.mobile-menu.active {
    right:0;
    background-color: white;
}
.mobile-menu ul {
    list-style: none;
    background-color: white;
    padding: 0;
}

.mobile-menu ul li a {
    width:100%;
    padding:5% 5%;
    background-color: white;
    display: block;
    text-decoration: none;
    text-align: right;
    color: black;
    font-size:small;
    font-weight:normal;
    font-family: 'iranyekan';
}
.mobile-menu ul li a:hover{
    border-bottom: 2px solid #0195da;
    color: #0195da;
}
.arrow{
    transition: 0.3s;
    transform: rotate(-90deg);
}
.new-burger-menu{
    display: none;
}
.logo-site{
    display: none;
}
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #e42222;
    cursor: pointer;
    z-index: 9999;
}
/*...................................................Pop Up Style ...........................................*/
.thumb-img {
    width:20%;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 20px;
    margin-bottom: 5%;
}

.thumb-img:hover {
    transform: scale(1.03);
}

.popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    pointer-events: none;
}

.popup:target {
    opacity: 1;
    visibility: visible;
    z-index: 10060;
    pointer-events: auto;
}

.popup-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
}

.popup-content img,
.popup-box img,
.popup .image-small-three {
    max-width: 90vw;
    max-height: 85vh;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 0 40px rgba(0,0,0,0.6);
    display: block;
}

.popup-close {
    position: absolute;
    top: -44px;
    right: 0;
    font-size: 32px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s;
    z-index: 2;
    line-height: 1;
}
.hover-image-box{
    margin-top: 7%;
    margin-right: 7%;
}

.popup-close:hover {
    color: white;
}
.image-small{
    border-radius: 10px;
    margin:2%;
}
.image-small-two{
    margin:1%;
    border-radius: 10px;
}
.list-table{
    margin-right: 1%;
}
.box-cover{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
    box-sizing: border-box;
}
.banner-cover{
    border-radius: 20px;
    text-align: center;
    display: block;
    width: auto;
    max-width: 1110px;
    height: auto;
    object-fit: contain;
}
.image-small-three{
    margin: auto;
    margin-top: 7%;
}
/*..................................................*/
@media only screen and (max-width: 576px) {
    /* overflow-x روی body نباشد — شکل‌های ثابت و هدر را خراب می‌کند */

    h1{
        padding: 0;
        margin-top: 12px;
    }
    .box-cover{
        margin: auto;
        width: 100%;
        height: auto;
        padding: 20px 3%;
    }
    .banner-cover{
        text-align: center;
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 16px;
        margin-bottom: 2%;
    }
    .container{
        width: 100%;
        padding: 1%;
    }
    .navbar-box-responsive{
        width: 100%;
        height:10vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .popup-close {
        margin-right: 0;
        top: -44px;
        right: 0;
        color: white;
    }
    .service-details-image img{
        width: 100vw;
    }
    .popup-box img {
        width: auto !important;
        max-width: 90vw !important;
        max-height: 70vh !important;
        margin: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    .image-small{
        padding: 0 10%;
        width:100%;
        height:25%;
        margin-right: 4%;
        margin-bottom: 2%;
        border-radius: 10px;
    }
    .image-small-two{
        width: 80%;
        height: 20vh;
        margin-right:12%;
        margin-bottom:5%;
        border-radius: 10px;
    }
    .navbar-box{
        display: none;
    }
   
    .paragraph-title{
        line-height: normal;
    }
    .logo-site-original{
        display: none;
    }
    .logo-site{
        display: flex;
    }
    .hamburger {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .service-details-content h1{
        margin-top: 2%;
        padding-top: 2%;
        display: inline-block;
    }

    .logo{
        width: 50%;
        height: 10vh;
        background-color: #d3530e;
    }
    .box-right-menu{
        width: 50%;
        height: 7vh;
        float: right;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .box-left-logo{
        width: 100%;
        height: 7vh;
        float: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 8%;

    }
    .new-burger-menu{
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 20%;
    }
    .logo-site{
        width: 70%;
        float: left;
    }
    .products-panel {
        width: 50vw;
        height: 100vh;
        background-color: white;
        border-top: 1px solid #eee;
        text-align: right;
    }
    b, strong {
        color: black;
        margin-top: 0;
        font-family: 'iranyekan';
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        color: black;
    }
    .dropdown-toggle:active{
        color: #0195da;
    }

    .strong-title a{
        margin-top: 0;
        font-family: 'iranyekan';
        color: #0195da;
        font-weight: bold;
    }
    .strong-title-two a{
        margin-top: 0;
        font-family: 'iranyekan';
        font-weight: bolder;
    }
    .products-tabs {
        display: flex;
        border-bottom: 1px solid #ddd;
        font-family: 'iranyekan';
    }


    .tab-btn {
        flex: 1;
        padding: 12px;
        border: none;
        background: #f5f5f5;
        cursor: pointer;

    }

    .tab-btn.active {
        background: #fff;
        border-bottom: 2px solid #0195da;
        color: #0195da;
    }

    .tab-content {
        display: none;
    }

    .tab-content.active {
        display: block;
    }

    .simple-list li,
    .category-list > li {
        padding:0 12px;
        border-bottom: 1px solid #eee;
    }
    .simple-list a{
        font-weight: bolder;
        font-family: 'iranyekan';
    }
    .dropdown {
        position: relative;
        width: 100%;
    }
    .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 5%;
    }
    .dropdown-toggle strong{
        font-weight: normal;
    }
    .dropdown-toggle strong:hover{
        color: #0195da;
        font-weight: normal;
    }
    .dropdown-toggle:hover{
        color: #0195da;
        border-bottom: 2px solid #0195da;
    }
    .dropdown-menu {
        position: relative;
        width: 100%;
        display: none;
    }

    .title-submit{
        font-size: x-small;

    }
    .title-submit:hover{
        color: #0195da;
    }

    .dropdown.active .dropdown-menu {
        display: block;
        color: #0195da;
    }
    .catalog-text{
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .social-buttons{
        width: 100%;
        display: flex;
        flex-direction: inherit;
        align-items: flex-start;
        justify-content: center;
        text-align:center;
        padding-left: 0 ;
    }
    .btn-telegram{
        display: block;
        padding:0;
        width: 100%;
        text-align: center;
    }

    #btn-telegram-responsive{
        background-color: #0088cc;
        margin-left: 0;
    }
    #btn-instagram-responsive{
        width: 100%;
        background-color: #3375c1;
        margin-left: 0;
        margin-right: 0;
    }
    #btn-free-template-responsive{
        width: 100%;
        background-color: #28a745;
        margin-left: 0;
    }
    .btn-instagram{
        display: block;
        width: 100%;
    }
    /*.comment-box{*/
    /*    padding-top:0;*/
    /*}*/
    /*.comment-box h3{*/
    /*    margin: 0 !important;*/
    /*    padding-top: 0;*/
    /*}*/
}
/*..................................................*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* overflow-x روی body نباشد — شکل‌های ثابت و هدر را خراب می‌کند */
    h1{
        padding: 0;
        margin-top: 20%;
    }
    .box-cover{
        margin: auto;
        width: 100%;
        height: auto;
        padding: 24px 3%;
    }
    .banner-cover{
        text-align: center;
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 18px;
        margin-bottom: 2%;
    }
    .container{
        width: 100vw;
        min-height: 20vh;
        padding: 1%;
    }
    .navbar-box-responsive{
        width: 100%;
        height:10vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .popup-close {
        margin-right: 0;
        top: -44px;
        right: 0;
        color: white;
    }
    .service-details-image img{
        width: 100vw;
    }
    .popup-box img {
        width: auto !important;
        max-width: 90vw !important;
        max-height: 70vh !important;
        margin: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    .image-small{
        padding: 0 10%;
        width:100%;
        height:25%;
        margin-right: 4%;
        margin-bottom: 2%;
        border-radius: 10px;
    }
    .image-small-two{
        width: 80%;
        height: 20vh;
        margin-right:12%;
        margin-bottom:5%;
        border-radius: 10px;
    }
    .navbar-box{
        display: none;
    }
   
    .paragraph-title{
        line-height: normal;
    }
    .logo-site-original{
        display: none;
    }
    .logo-site{
        display: flex;
    }
    .hamburger {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .service-details-content h1{
        margin-top: 2%;
        padding-top: 2%;
        display: inline-block;
    }

    .logo{
        width: 50%;
        height: 10vh;
        background-color: #d3530e;
    }
    .box-right-menu{
        width: 50%;
        height: 7vh;
        float: right;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .box-left-logo{
        width: 100%;
        height: 7vh;
        float: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 8%;

    }
    .new-burger-menu{
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 20%;
    }
    .logo-site{
        width: 70%;
        float: left;
    }
    .products-panel {
        width: 50vw;
        height: 100vh;
        background-color: white;
        border-top: 1px solid #eee;
        text-align: right;
    }
    b, strong {
        color: black;
        margin-top: 0;
        font-family: 'iranyekan';
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        color: black;
    }
    .dropdown-toggle:active{
        color: #0195da;
    }

    .strong-title a{
        margin-top: 0;
        font-family: 'iranyekan';
        color: #0195da;
    }
    .strong-title-two a{
        margin-top: 0;
        font-family: 'iranyekan';
    }
    .products-tabs {
        display: flex;
        border-bottom: 1px solid #ddd;
        font-family: 'iranyekan';
    }


    .tab-btn {
        flex: 1;
        padding: 12px;
        border: none;
        background: #f5f5f5;
        cursor: pointer;

    }

    .tab-btn.active {
        background: #fff;
        border-bottom: 2px solid #0195da;
        color: #0195da;
    }

    .tab-content {
        display: none;
    }

    .tab-content.active {
        display: block;
    }

    .simple-list li,
    .category-list > li {
        padding:0 12px;
        border-bottom: 1px solid #eee;
    }
    .simple-list a{
        font-weight: bolder;
        font-family: 'iranyekan';
    }
    .dropdown {
        position: relative;
        width: 100%;
    }
    .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 5%;

    }
    .dropdown-toggle strong:hover{
        color: #0195da;
    }
    .dropdown-toggle:hover{
        color: #0195da;
        border-bottom: 2px solid #0195da;
    }
    .dropdown-menu {
        position: relative;
        width: 100%;
        display: none;
    }

    .title-submit{
        font-size: x-small;
    }
    .title-submit:hover{
        color: #0195da;
    }

    .dropdown.active .dropdown-menu {
        display: block;
        color: #0195da;
    }
    .catalog-text{
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .social-buttons{
        width: 100%;
        display: flex;
        flex-direction: inherit;
        align-items: flex-start;
        justify-content: center;
        text-align:center;
        padding-left: 0 ;
    }
    .btn-telegram{
        display: block;
        padding:0;
        width: 100%;
        text-align: center;
    }

    #btn-telegram-responsive{
        background-color: #0088cc;
        margin-left: 0;
    }
    #btn-instagram-responsive{
        width: 100%;
        background-color: #3375c1;
        margin-left: 0;
        margin-right: 0;
    }
    #btn-free-template-responsive{
        width: 100%;
        background-color: #28a745;
        margin-left: 0;
    }
    .btn-instagram{
        display: block;
        width: 100%;
    }
    /*.comment-box{*/
    /*    padding-top:0;*/
    /*}*/
    /*.comment-box h3{*/
    /*    margin: 0 !important;*/
    /*    padding-top: 0;*/
    /*}*/
}
/*..................................................*/
@media only screen and (min-width: 767px) and (max-width: 991px) {
    h1{
        padding: 0;
        margin-top: 20%;
    }
    /* overflow-x روی body نباشد — شکل‌های ثابت و هدر را خراب می‌کند */
    .banner-cover{
        text-align: center;
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 18px;
        margin-bottom: 2%;
    }
    .container{
        width: 100vw;
        min-height: 20vh;
        padding: 1%;
    }
    .box-cover{
        width: 100%;
        height: auto;
        padding: 28px 2%;
    }
    .navbar-box-responsive{
        width: 100%;
        height:15vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .box-right-menu{
        width: 100%;
        height: 100%;
        padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .box-left-logo{
        width: 100%;
        height: 7vh;
        float: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 8%;

    }
    .popup-close {
        margin-right: 0;
        top: -44px;
        right: 0;
        color: white;
    }
    .popup-box img {
        width: auto !important;
        max-width: 90vw !important;
        max-height: 70vh !important;
        margin: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
    .image-small{
        padding: 0 10%;
        width:100%;
        height:25%;
        margin-right: 4%;
        margin-bottom: 2%;
        border-radius: 20px;
    }
    .image-small-two{
        width: 80%;
        height: 40vh;
        margin-right: 12%;
        margin-bottom:5%;
    }
    .navbar-box{
        display: none;
    }
   
    .paragraph-title{
        line-height: normal;
    }
    .logo-site-original{
        display: none;
    }
    .logo-site{
        display: flex;
    }
    .hamburger {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .logo{
        width: 50%;
        height: 10vh;
        background-color: #d3530e;
    }
    .new-burger-menu{
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 20%;
    }
    .logo-site{
        width: 70%;
        float: left;
    }
    .products-panel {
        width: 50vw;
        height: 100vh;
        background-color: white;
        border-top: 1px solid #eee;
        text-align: right;
    }
    b, strong {
        color: black;
        margin-top: 0;
        font-family: 'iranyekan';
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        color: black;
    }
    .dropdown-toggle:active{
        color: #0195da;
    }

    .strong-title a{
        margin-top: 0;
        font-family: 'iranyekan';
        color: #0195da;

    }
    .strong-title-two a{
        margin-top: 0;
        font-family: 'iranyekan';

    }
    .products-tabs {
        display: flex;
        border-bottom: 1px solid #ddd;
        font-family: 'iranyekan';
    }


    .tab-btn {
        flex: 1;
        padding: 12px;
        border: none;
        background: #f5f5f5;
        cursor: pointer;
    }

    .tab-btn.active {
        background: #fff;
        border-bottom: 2px solid #0195da;
        color: #0195da;
    }

    .tab-content {
        display: none;
    }

    .tab-content.active {
        display: block;
    }

    .simple-list li,
    .category-list > li {
        padding:0 12px;
        border-bottom: 1px solid #eee;
    }
    .simple-list a{
        font-weight: bolder;
        font-family: 'iranyekan';
    }
    .dropdown {
        position: relative;
        width: 100%;
    }
    .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 5%;

    }
    .dropdown-toggle strong{

    }
    .dropdown-toggle strong:hover{
        color: #0195da;
    }
    .dropdown-toggle:hover{
        color: #0195da;
        border-bottom: 2px solid #0195da;
    }
    .dropdown-menu {
        position: relative;
        width: 100%;
        display: none;
    }

    .title-submit{
        font-size: x-small;
    }
    .title-submit:hover{
        color: #0195da;
    }

    .dropdown.active .dropdown-menu {
        display: block;
        color: #0195da;
    }
    .catalog-text{
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .social-buttons{
        width: 100%;
        display: flex;
        flex-direction: inherit;
        align-items: flex-start;
        justify-content: center;
        text-align:center;
        padding-left: 0 ;
    }
    .btn-telegram{
        display: block;
        padding:0;
        width: 100%;
        text-align: center;
    }

    #btn-telegram-responsive{
        background-color: #0088cc;
        margin-left: 0;
    }
    #btn-instagram-responsive{
        width: 100%;
        background-color: #3375c1;
        margin-left: 0;
        margin-right: 0;
    }
    #btn-free-template-responsive{
        width: 100%;
        background-color: #28a745;
        margin-left: 0;
    }
    .btn-instagram{
        display: block;
        width: 100%;
    }
}
/*..................................................*/
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    h1{
        padding: 0;
        margin-top: 20%;
    }
    /* overflow-x روی body نباشد — شکل‌های ثابت و هدر را خراب می‌کند */
    .box-cover{
        margin: auto;
        width: 100%;
        height: auto;
        padding: 32px 2%;
    }
    .banner-cover{
        text-align: center;
        width: auto;
        max-width: 100%;
        height: auto;
        border-radius: 20px;
        margin-bottom: 2%;
    }
    .container{
        width: 100vw;
        min-height: 20vh;
        padding: 1%;
    }
    .navbar-box-responsive{
        width: 100%;
        height:15vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .box-right-menu{
        width: 100%;
        height: 100%;
        padding-top: 0;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .box-left-logo{
        width: 100%;
        height: 7vh;
        float: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 8%;

    }

    .popup-close {
        margin-right: 0;
        top: -44px;
        right: 0;
        color: white;
    }
    .popup-box img {
        width: auto !important;
        max-width: 90vw !important;
        max-height: 70vh !important;
        margin: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
    .image-small{
        padding: 0 20%;
        width:100%;
        height:25%;
        margin-right: 4%;
        margin-bottom: 2%;
        border-radius: 20px;
    }
    .image-small-two{
        width: 80%;
        height: 40vh;
        margin-right: 14%;
        margin-bottom:5%;
    }
    .navbar-box{
        display: none;
    }
    
    .paragraph-title{
        line-height: normal;
    }

    .logo-site-original{
        display: none;
    }
    .logo-site{
        display: flex;
    }
    .hamburger {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .logo{
        width: 50%;
        height: 10vh;
        background-color: #d3530e;
    }
    .box-right-menu{
        width: 50%;
        height: 10vh;
        /*background-color: #39398c;*/
        float: right;
    }
    .box-left-logo{
        width: 100%;
        height: 7vh;
        float: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 8%;

    }
    .new-burger-menu{
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 20%;
    }
    .logo-site{
        width: 70%;
        float: left;
    }

    .products-panel {
        width: 50vw;
        height: 100vh;
        background-color: white;
        border-top: 1px solid #eee;
        text-align: right;
    }
    b, strong {
        color: black;
        margin-top: 0;
        font-family: 'iranyekan';
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        color: black;
    }
    .dropdown-toggle:active{
        color: #0195da;
    }

    .strong-title a{
        margin-top: 0;
        font-family: 'iranyekan';
        color: #0195da;

    }
    .strong-title-two a{
        margin-top: 0;
        font-family: 'iranyekan';

    }
    .products-tabs {
        display: flex;
        border-bottom: 1px solid #ddd;
        font-family: 'iranyekan';
    }


    .tab-btn {
        flex: 1;
        padding: 12px;
        border: none;
        background: #f5f5f5;
        cursor: pointer;
    }

    .tab-btn.active {
        background: #fff;
        border-bottom: 2px solid #0195da;
        color: #0195da;
    }

    .tab-content {
        display: none;
    }

    .tab-content.active {
        display: block;
    }

    .simple-list li,
    .category-list > li {
        padding:0 12px;
        border-bottom: 1px solid #eee;
    }
    .simple-list a{
        font-weight: bolder;
        font-family: 'iranyekan';
    }
    .dropdown {
        position: relative;
        width: 100%;
    }
    .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 5%;

    }
    .dropdown-toggle strong{

    }
    .dropdown-toggle strong:hover{
        color: #0195da;
    }
    .dropdown-toggle:hover{
        color: #0195da;
        border-bottom: 2px solid #0195da;
    }
    .dropdown-menu {
        position: relative;
        width: 100%;
        display: none;
    }

    .title-submit{
        font-size: x-small;
    }
    .title-submit:hover{
        color: #0195da;
    }

    .dropdown.active .dropdown-menu {
        display: block;
        color: #0195da;
    }
    .catalog-text{
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .social-buttons{
        width: 100%;
        display: flex;
        flex-direction: inherit;
        align-items: flex-start;
        justify-content: center;
        text-align:center;
        padding-left: 0 ;
    }
    .btn-telegram{
        display: block;
        padding:0;
        width: 100%;
        text-align: center;
    }

    #btn-telegram-responsive{
        background-color: #0088cc;
        margin-left: 0;
    }
    #btn-instagram-responsive{
        width: 100%;
        background-color: #3375c1;
        margin-left: 0;
        margin-right: 0;
    }
    #btn-free-template-responsive{
        width: 100%;
        background-color: #28a745;
        margin-left: 0;
    }
    .btn-instagram{
        display: block;
        width: 100%;
    }
}
/*..................................................*/
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    h1{
        padding: 0;
        margin-top: 20%;
    }
    /* overflow-x روی body نباشد — شکل‌های ثابت و هدر را خراب می‌کند */
    .box-cover{
        margin: auto;
        width: 100%;
        height: auto;
        padding: 36px 16px;
    }
    .banner-cover{
        text-align: center;
        width: auto;
        max-width: 1110px;
        height: auto;
        border-radius: 20px;
        margin-bottom: 2%;
    }
    .container{
        width: 100vw;
        min-height: 20vh;
        padding: 1%;
    }
    .navbar-box-responsive{
        width: 100%;
        height:15vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .box-right-menu{
        width: 100%;
        height: 100%;
        padding-top: 0;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .box-left-logo{
        width: 100%;
        height: 7vh;
        float: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 8%;

    }

    .popup-close {
        margin-right: 0;
        top: -44px;
        right: 0;
        color: white;
    }
    .popup-box img {
        width: auto !important;
        max-width: 90vw !important;
        max-height: 70vh !important;
        margin: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
    .image-small{
        padding: 0 20%;
        width:100%;
        height:25%;
        margin-right: 4%;
        margin-bottom: 2%;
        border-radius: 20px;
    }
    .image-small-two{
        width: 80%;
        height: 50vh;
        margin-right: 15%;
        margin-bottom:5%;
    }
    .navbar-box{
        display: none;
    }
    
    .paragraph-title{
        line-height: normal;
    }
    .logo-site-original{
        display: none;
    }
    .logo-site{
        display: flex;
    }
    .hamburger {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .logo{
        width: 50%;
        height: 10vh;
        background-color: #d3530e;
    }
    .box-right-menu{
        width: 50%;
        height: 10vh;
        /*background-color: #39398c;*/
        float: right;
    }
    .box-left-logo{
        width: 100%;
        height: 7vh;
        float: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 8%;

    }
    .new-burger-menu{
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 20%;
    }
    .logo-site{
        width: 70%;
        float: left;
    }

    .products-panel {
        width: 50vw;
        height: 100vh;
        background-color: white;
        border-top: 1px solid #eee;
        text-align: right;
    }
    b, strong {
        color: black;
        margin-top: 0;
        font-family: 'iranyekan';
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        color: black;
    }
    .dropdown-toggle:active{
        color: #0195da;
    }

    .strong-title a{
        margin-top: 0;
        font-family: 'iranyekan';
        color: #0195da;

    }
    .strong-title-two a{
        margin-top: 0;
        font-family: 'iranyekan';

    }
    .products-tabs {
        display: flex;
        border-bottom: 1px solid #ddd;
        font-family: 'iranyekan';
    }


    .tab-btn {
        flex: 1;
        padding: 12px;
        border: none;
        background: #f5f5f5;
        cursor: pointer;
    }

    .tab-btn.active {
        background: #fff;
        border-bottom: 2px solid #0195da;
        color: #0195da;
    }

    .tab-content {
        display: none;
    }

    .tab-content.active {
        display: block;
    }

    .simple-list li,
    .category-list > li {
        padding:0 12px;
        border-bottom: 1px solid #eee;
    }
    .simple-list a{
        font-weight: bolder;
        font-family: 'iranyekan';
    }
    .dropdown {
        position: relative;
        width: 100%;
    }
    .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 5%;

    }
    .dropdown-toggle strong{

    }
    .dropdown-toggle strong:hover{
        color: #0195da;
    }
    .dropdown-toggle:hover{
        color: #0195da;
        border-bottom: 2px solid #0195da;
    }
    .dropdown-menu {
        position: relative;
        width: 100%;
        display: none;
    }

    .title-submit{
        font-size: x-small;
    }
    .title-submit:hover{
        color: #0195da;
    }

    .dropdown.active .dropdown-menu {
        display: block;
        color: #0195da;
    }
    .catalog-text{
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .social-buttons{
        width: 100%;
        display: flex;
        flex-direction: inherit;
        align-items: flex-start;
        justify-content: center;
        text-align:center;
        padding-left: 0 ;
    }
    .btn-telegram{
        display: block;
        padding:0;
        width: 100%;
        text-align: center;
    }

    #btn-telegram-responsive{
        background-color: #0088cc;
        margin-left: 0;
    }
    #btn-instagram-responsive{
        width: 100%;
        background-color: #3375c1;
        margin-left: 0;
        margin-right: 0;
    }
    #btn-free-template-responsive{
        width: 100%;
        background-color: #28a745;
        margin-left: 0;
    }
    .btn-instagram{
        display: block;
        width: 100%;
    }
}
/*..................................................*/
/*.........16 Bahman 1404 New Style For Spices-seasonings-Box-printing.html.........*/

/* farnoud: start*/

.single-footer-widget h3,
.single-footer-widget .footer-widget-title{
            font-size:18px !important;
        }
/* farnoud: end*/        
        
/* =========================================================
   SHBOXER Minimal Header (isolated: .shx-*)
   RTL · clean · coordinated mega menu
   ========================================================= */

:root {
  --shx-ink: #111820;
  --shx-text: #3a4554;
  --shx-muted: #7a8799;
  --shx-accent: #00aeef;
  --shx-accent-dark: #0090c5;
  --shx-accent-soft: #eef9fd;
  --shx-line: #e5eaef;
  --shx-white: #ffffff;
  --shx-shadow: 0 10px 32px rgba(15, 50, 80, 0.1);
  --shx-radius: 24px;
}

.shx-header-wrap {
  position: relative;
  top: 0;
  z-index: 10050;
  direction: rtl;
  background: #ffffff;
  border-bottom: 0;
  box-shadow: none;
  overflow: visible;
}

/* وقتی دراور موبایل باز است، کل هدر بالاتر از سایدبار/لایه‌های دیگر می‌آید */
.shx-header-wrap:has(.shx-drawer.is-open),
.shx-header-wrap:has(.shx-overlay.is-open),
.shx-header-wrap.is-drawer-open {
  z-index: 100000;
}

html.shx-drawer-open .shx-header-wrap {
  z-index: 100000;
}

html.shx-drawer-open .side-menu {
  z-index: 1 !important;
}

.shx-header-bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1360px;
  margin: 0 auto;
  min-height: 96px;
  padding: 14px 26px;
  background: #c1e7fa;
  border-radius: var(--shx-radius);
  box-shadow: var(--shx-shadow);
  overflow: visible;
}

/* پترن نقطه‌ای سمت چپ */
.shx-header-bar::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 72px;
  height: 58px;
  transform: translateY(-50%);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(circle, #9ecbe0 1.35px, transparent 1.45px);
  background-size: 11px 11px;
  -webkit-mask-image: linear-gradient(90deg, #000 55%, transparent);
  mask-image: linear-gradient(90deg, #000 55%, transparent);
}

/* موج SVG جایگزین after قدیمی */
.shx-header-bar::after {
  display: none;
}

/* لایه موج SVG (از راست تا وسط هدر) */
.shx-header-wave {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 75%;
  pointer-events: none;
  z-index: 0;
  border-radius: 0 var(--shx-radius) var(--shx-radius) 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to left, #000 0%, #000 70%, transparent 98%);
  mask-image: linear-gradient(to left, #000 0%, #000 70%, transparent 98%);
}

.shx-logo {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  order: 1;
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 8px;
}

.shx-logo img {
  display: block;
  height: 68px;
  width: auto;
  max-width: 300px;
  object-fit: contain;
}

/* هدر baby blue — کمرنگ تا لوگوی آبی روی مشکی گم نشود */
.shx-header-wrap--soft .shx-header-bar {
  background: #dce4ea;
  box-shadow: 0 10px 28px rgba(15, 80, 120, 0.08);
  border: 1px solid #c5d0d8;
}

.shx-header-wrap--soft .shx-header-bar::before {
  background-image: radial-gradient(circle, #b7dceb 1.35px, transparent 1.45px);
  opacity: 0.45;
}

.shx-header-wrap--soft .shx-logo {
  padding: 0;
}

.shx-header-wrap--soft .shx-logo img {
  height: 72px;
  max-width: 310px;
  border-radius: 10px;
}

.shx-header-wrap--soft .shx-actions {
  border-right-color: #cfe6f1;
}

.shx-header-wrap--soft .shx-nav-link {
  color: #2a3a48;
}

.shx-header-wrap--soft .shx-nav-link:hover,
.shx-header-wrap--soft .shx-nav-link:focus,
.shx-header-wrap--soft .shx-nav-link.is-active {
  color: #111820;
}

.shx-header-wrap--soft .shx-phone {
  color: #163356 !important;
}

.shx-header-wrap--soft .shx-phone:hover,
.shx-header-wrap--soft .shx-phone:focus {
  color: var(--shx-accent) !important;
}

.shx-header-wrap--soft .shx-social-link {
  background: rgba(255, 255, 255, 0.75);
  border-color: #cfe6f1;
  color: #3a4554 !important;
}

.shx-header-wrap--soft .shx-social-link:hover,
.shx-header-wrap--soft .shx-social-link:focus {
  color: var(--shx-accent) !important;
  background: #fff;
  border-color: #a9d7ea;
}

.shx-header-wrap--soft .shx-mobile-bar {
  background: #dce4ea;
  border: 1px solid #c5d0d8;
  box-shadow: 0 10px 28px rgba(15, 80, 120, 0.08);
}

.shx-header-wrap--soft .shx-mobile-bar::before {
  background-image: radial-gradient(circle, #b7dceb 1.2px, transparent 1.3px);
  opacity: 0.4;
}

.shx-header-wrap--soft .shx-burger {
  background: rgba(255, 255, 255, 0.8);
  border-color: #c5e4f2;
  color: var(--shx-accent);
}

.shx-header-wrap--soft .shx-burger:hover {
  background: #fff;
  border-color: #a9d7ea;
}

.shx-header-wrap--soft .shx-mobile-logo {
  padding: 0;
  background: transparent;
}

.shx-header-wrap--soft .shx-mobile-logo img {
  height: 52px;
  max-width: 230px;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
}

.shx-header-wrap--soft .shx-drawer-head {
  background: #dce4ea;
  border-bottom-color: #c5d0d8;
}

.shx-header-wrap--soft .shx-drawer-head img {
  height: 44px;
  max-width: 190px;
  width: auto;
  background: transparent;
  padding: 0;
  object-fit: contain;
  border-radius: 8px;
}

.shx-nav {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  min-width: 0;
  order: 2;
}

.shx-nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.shx-nav-item {
  position: relative;
  list-style: none;
}

.shx-nav-item.shx-has-mega {
  position: static;
}

/* استایل اصلی لینک‌های منو (هماهنگ با + پشت متن) */
.shx-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 7px;
  color: var(--shx-text);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.4;
  white-space: nowrap;
  transition: color 0.2s ease;
  z-index: 1;
}

/* + قبلیِ شبه‌المانی حذف شد؛ از SVG واقعی استفاده می‌شود */
.shx-nav-link::before {
  content: none;
  display: none;
}

.shx-nav-plus {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  display: block;
  color: #c5ccd4;
  stroke: currentColor;
  opacity: 0.9;
  align-self: center;
  margin-top: 0;
  position: relative;
  top: 0;
}

.shx-nav-link:hover .shx-nav-plus,
.shx-nav-link:focus .shx-nav-plus,
.shx-nav-link.is-active .shx-nav-plus {
  color: #b0b8c2;
}

/* خط زیر لینک (اکسنت) */
.shx-nav-link::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 2px;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--shx-accent);
  transform: translateX(50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
  z-index: 0;
}

.shx-nav-link:hover,
.shx-nav-link:focus {
  color: var(--shx-ink);
  text-decoration: none;
}


.shx-nav-link:hover::after,
.shx-nav-link:focus::after,
.shx-nav-link.is-active::after {
  transform: translateX(50%) scaleX(1);
}

.shx-nav-link.is-active {
  color: var(--shx-ink);
  font-weight: 600;
}

.shx-nav-chevron {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  opacity: 0.55;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.shx-nav-item:hover > .shx-nav-link .shx-nav-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

.shx-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  order: 3;
  margin-left: 0;
  padding-left: 0;
  padding-right: 16px;
  margin-right: 4px;
  border-right: 1px solid #d9e3ea;
}

/* جستجوی دسکتاپ حذف شده */
.shx-header-bar .shx-search,
.shx-actions .shx-search {
  display: none !important;
}

.shx-actions-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.shx-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--shx-ink) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.shx-phone:hover,
.shx-phone:focus {
  color: var(--shx-accent) !important;
}

.shx-phone-icon {
  width: 16px;
  height: 16px;
  color: var(--shx-accent);
  flex-shrink: 0;
}

.shx-social {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
}

.shx-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--shx-text) !important;
  text-decoration: none !important;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.shx-social-link svg,
.shx-social-link img {
  width: 14px;
  height: 14px;
  display: block;
  object-fit: contain;
}

.shx-social-link:hover,
.shx-social-link:focus {
  color: var(--shx-accent) !important;
  background: #fff;
  border-color: #b7dceb;
  transform: translateY(-1px);
}

.shx-search {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 0 6px 0 10px;
  background: #f4f7fa;
  border: 1px solid var(--shx-line);
  border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.shx-search:focus-within {
  background: #fff;
  border-color: #b7dceb;
  box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.1);
}

.shx-search-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 40px;
  padding: 0 8px;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--shx-ink);
  font-size: 13.5px;
  font-weight: 500;
  text-align: right;
}

.shx-search-input::placeholder {
  color: #9aa6b2;
  font-weight: 400;
}

.shx-search-input::-webkit-search-decoration,
.shx-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.shx-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--shx-muted);
  cursor: pointer;
  flex-shrink: 0;
  transition: color 0.2s ease, background 0.2s ease;
}

.shx-search-btn:hover {
  color: var(--shx-accent);
  background: var(--shx-accent-soft);
}

.shx-search-btn svg {
  width: 16px;
  height: 16px;
}

/* legacy CTA (اگر جایی باقی مانده باشد) */
.shx-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 10px;
  background: var(--shx-accent);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
}

.shx-cta-icon {
  width: 15px;
  height: 15px;
}

/* ========== Mega menu ========== */
@media (min-width: 992px) {
  .shx-nav {
    position: static;
    align-self: stretch;
  }

  .shx-nav-list {
    align-items: stretch;
    align-self: stretch;
    height: 100%;
  }

  .shx-nav-item {
    display: flex;
    align-items: center;
  }
}

.shx-mega {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 14px;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 9995;
  overflow: visible;
}

@media (min-width: 992px) {
  .shx-has-mega:hover > .shx-mega,
  .shx-has-mega:focus-within > .shx-mega,
  .shx-has-mega.is-open > .shx-mega,
  .shx-header-bar:has(.shx-has-mega:hover) .shx-mega,
  .shx-header-bar:has(.shx-has-mega.is-open) .shx-mega,
  .shx-header-bar:has(.shx-mega:hover) .shx-mega {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.shx-mega-inner {
  display: flex;
  align-items: stretch;
  min-height: 420px;
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--shx-white);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 50, 80, 0.14);
  border-top: 1px solid var(--shx-accent);
  overflow: hidden;
}

.shx-mega-tabs {
  width: 240px;
  flex: 0 0 240px;
  background: #f7f9fb;
  border-left: 1px solid var(--shx-line);
  padding: 16px 0;
}

.shx-tabs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shx-tab-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 22px;
  color: var(--shx-text);
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
  border-right: 2px solid transparent;
}

.shx-tab-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--shx-muted);
}

.shx-tab-item:hover,
.shx-tab-item.is-active {
  background: var(--shx-white);
  color: var(--shx-ink);
  border-right-color: var(--shx-accent);
  box-shadow: none;
}

.shx-tab-item:hover svg,
.shx-tab-item.is-active svg {
  color: var(--shx-accent);
}

.shx-mega-content {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  padding: 22px 28px;
}

.shx-pane {
  display: none;
  animation: shxFadeIn 0.22s ease;
}

.shx-pane.is-active {
  display: block;
}

.shx-pane-title {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--shx-line);
  color: var(--shx-ink);
  font-size: 16px;
  font-weight: 700;
}

.shx-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  max-height: none;
  gap: 4px 18px;
  align-content: start;
}

.shx-links-grid a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: none;
  width: 100%;
  color: var(--shx-text) !important;
  text-decoration: none !important;
  font-size: 13.5px;
  font-weight: 500;
  padding: 5px 0;
  white-space: normal;
  line-height: 1.45;
  transition: color 0.18s ease;
}

.shx-links-grid a svg {
  width: 14px;
  height: 14px;
  color: #c0c8d2;
  flex-shrink: 0;
}

.shx-links-grid a:hover {
  color: var(--shx-accent) !important;
}

.shx-links-grid a:hover svg {
  color: var(--shx-accent);
}

.shx-mega-image {
  box-sizing: border-box;
  width: 382px;
  flex: 0 0 382px;
  padding: 16px;
  display: flex;
  align-items: stretch;
  background: #fafbfc;
}

.shx-mega-image img,
.shx-mega-img {
  width: 350px;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shx-mega-tabs {
    width: 210px;
    flex-basis: 210px;
  }
  .shx-links-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

@keyframes shxFadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ========== Simple dropdown (خدمات) ========== */
.shx-dropdown {
  position: absolute;
  top: calc(100% - 2px);
  right: 0;
  min-width: 280px;
  max-width: 360px;
  margin: 0;
  padding: 12px 0 8px;
  list-style: none;
  background: var(--shx-white);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(26, 35, 50, 0.12);
  border: 1px solid var(--shx-line);
  border-top: 2px solid var(--shx-accent);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 9996;
}

.shx-has-dropdown:hover > .shx-dropdown,
.shx-has-dropdown:focus-within > .shx-dropdown,
.shx-has-dropdown.is-open > .shx-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.shx-dropdown a {
  display: block;
  padding: 9px 18px;
  color: var(--shx-text) !important;
  text-decoration: none !important;
  font-size: 13.5px;
  font-weight: 500;
  transition: background 0.15s ease, color 0.15s ease;
}

.shx-dropdown a:hover {
  background: var(--shx-accent-soft);
  color: var(--shx-accent) !important;
}

/* ========== Mobile bar ========== */
.shx-mobile-bar {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  max-width: 1240px;
  margin: 0 auto;
  min-height: 68px;
  padding: 12px 16px;
  background: var(--shx-white);
  border-radius: 18px;
  box-shadow: var(--shx-shadow);
  direction: rtl;
  overflow: visible;
}

.shx-mobile-bar::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 56px;
  height: 36px;
  transform: translateY(-50%);
  opacity: 0.35;
  pointer-events: none;
  background-image: radial-gradient(circle, #9ecbe0 1.2px, transparent 1.3px);
  background-size: 10px 10px;
}

.shx-burger {
  position: relative;
  z-index: 2;
  grid-column: 1;
  justify-self: start;
  width: 40px;
  height: 40px;
  border: 1px solid var(--shx-line);
  border-radius: 8px;
  background: var(--shx-accent-soft);
  color: var(--shx-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.shx-burger:hover {
  background: var(--shx-accent-soft);
  border-color: #c5d5de;
}

.shx-burger svg {
  width: 20px;
  height: 20px;
}

.shx-mobile-logo {
  position: relative;
  z-index: 2;
  grid-column: 2;
  justify-self: center;
  border-radius: 8px;
  padding: 3px 8px;
}

.shx-mobile-logo img {
  height: 48px;
  width: auto;
  display: block;
}

.shx-drawer-head img {
  height: 50px;
  background: #000;
  padding: 3px 8px;
}

.shx-overlay {
  position: fixed;
  inset: 0;
  background: rgba(26, 35, 50, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  z-index: 100080;
}

.shx-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.shx-drawer {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  max-width: 86vw;
  height: 100vh;
  background: var(--shx-white);
  z-index: 100090;
  box-shadow: -8px 0 28px rgba(26, 35, 50, 0.1);
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  direction: rtl;
}

.shx-drawer.is-open {
  right: 0;
}

.shx-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--shx-line);
}

.shx-drawer-close {
  border: 0;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  color: var(--shx-text);
  cursor: pointer;
}

.shx-drawer-body {
  overflow-y: auto;
  padding: 8px 0 24px;
  flex: 1;
}

.shx-m-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shx-m-nav > li {
  border-bottom: 1px solid #f0f3f6;
}

.shx-m-link,
.shx-m-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 18px;
  color: var(--shx-ink);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: right;
}

.shx-m-link:hover,
.shx-m-toggle:hover {
  color: var(--shx-accent);
}

.shx-m-sub {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 18px 12px 10px;
  background: #f7f9fb;
}

.shx-m-item.is-open > .shx-m-sub {
  display: block;
}

.shx-m-sub a,
.shx-m-sub .shx-m-toggle {
  display: block;
  width: 100%;
  padding: 9px 8px;
  color: var(--shx-text);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  text-align: right;
  background: transparent;
  border: 0;
}

.shx-m-sub a:hover {
  color: var(--shx-accent);
}

.shx-m-sub .shx-m-item > .shx-m-sub {
  background: var(--shx-white);
  border-right: 2px solid var(--shx-line);
  margin: 4px 8px 8px 0;
  padding-right: 8px;
}

.shx-m-item.is-open > .shx-m-toggle .shx-nav-chevron {
  transform: rotate(180deg);
}

/* ========== Responsive ========== */
@media (max-width: 1199px) {
  .shx-nav-link {
    padding: 8px 6px;
    font-size: 13px;
  }

  .shx-header-bar {
    gap: 16px;
    padding: 0 20px;
  }

  .shx-logo img {
    height: 56px;
  }
}

/* ========== Mobile bottom nav ========== */
.shx-bottom-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9996;
  direction: rtl;
  align-items: stretch;
  justify-content: space-around;
  gap: 2px;
  min-height: 68px;
  padding: 8px 6px calc(8px + env(safe-area-inset-bottom, 0px));
  background: #163356;
  box-shadow: 0 -4px 18px rgba(10, 24, 40, 0.18);
}

.shx-bottom-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  width: 100%;
  padding: 6px 4px;
  border: 0;
  background: transparent;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-family: inherit;
}

.shx-bottom-item span {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shx-bottom-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.shx-bottom-expert {
  position: relative;
  flex: 1.45 1 0;
  display: flex;
  align-items: stretch;
  min-width: 0;
}

.shx-bottom-expert .shx-bottom-item {
  font-size: 10px;
  line-height: 1.2;
  padding-left: 2px;
  padding-right: 2px;
}

.shx-bottom-expert .shx-bottom-item span {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  max-width: 100%;
  word-break: keep-all;
}

.shx-expert-menu {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 190px;
  padding: 6px 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 30, 50, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 10000;
}

.shx-bottom-expert.is-open .shx-expert-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.shx-expert-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 12px 16px;
  color: #2f3a47 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #eef1f4;
  transition: background 0.15s ease;
  direction: rtl;
}

.shx-expert-item:last-child {
  border-bottom: 0;
}

.shx-expert-item:hover {
  background: #f6f8fa;
}

.shx-expert-ico {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.shx-expert-ico--call {
  background: #1f8cff;
  color: #fff;
}

.shx-expert-ico--call svg {
  width: 16px;
  height: 16px;
}

.shx-expert-ico--bale {
  background: #00a884;
}

.shx-expert-ico--bale img {
  width: 18px;
  height: 18px;
  display: block;
}

.shx-m-search {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10, 24, 40, 0.45);
  align-items: center;
  justify-content: center;
  padding: 16px 14px;
}

.shx-m-search.is-open {
  display: flex;
}

.shx-m-search-panel {
  width: 100%;
  max-width: 480px;
  margin: 0px;
}

.shx-m-search-form {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(15, 50, 80, 0.18);
}

.shx-m-search-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border: 0;
  outline: none;
  background: #f4f7fa;
  border-radius: 10px;
  color: var(--shx-ink);
  font-size: 14px;
  text-align: right;
}

.shx-m-search-submit,
.shx-m-search-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  flex-shrink: 0;
}

.shx-m-search-submit {
  background: var(--shx-accent);
  color: #fff;
}

.shx-m-search-submit svg {
  width: 18px;
  height: 18px;
}

.shx-m-search-close {
  background: #eef2f6;
  color: #334155;
  font-size: 24px;
  line-height: 1;
}

.shx-m-search-panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shx-m-search-results {
  display: none;
  max-height: min(58vh, 420px);
  overflow: auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(15, 50, 80, 0.18);
  direction: rtl;
  text-align: right;
  font-family: iranyekan, sans-serif;
}

.shx-m-search-results.is-visible {
  display: block;
}

.shx-m-search-hit {
  display: block;
  padding: 12px 14px;
  text-decoration: none !important;
  color: #1a2b3c;
  border-bottom: 1px solid #edf2f7;
  transition: background 0.15s ease;
}

.shx-m-search-hit:last-child {
  border-bottom: 0;
}

.shx-m-search-hit:hover,
.shx-m-search-hit:focus {
  background: #f4f9fc;
}

.shx-m-search-hit-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 4px;
}

.shx-m-search-hit-desc {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  color: #64748b;
}

.shx-m-search-empty {
  padding: 16px 14px;
  font-size: 13px;
  color: #64748b;
  text-align: center;
}

@media (max-width: 991px) {
  .shx-header-bar {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    min-height: 0;
    padding: 0;
    gap: 0;
  }

  /* ناو دسکتاپ را کامل مخفی نکن: در HTML استاتیک، نوار موبایل داخل .shx-nav است */
  .shx-header-bar .shx-logo,
  .shx-header-bar .shx-nav-list,
  .shx-header-bar .shx-mega,
  .shx-header-bar .shx-actions,
  .shx-header-bar::before,
  .shx-header-bar::after {
    display: none !important;
  }

  .shx-header-bar .shx-nav {
    display: block !important;
    flex: none;
    width: 100%;
    min-width: 0;
  }

  .shx-mobile-bar {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10060;
    width: 100%;
    min-height: 68px;
    height: auto;
  }

  .shx-header-wrap {
    display: block !important;
    padding: 8px 12px 10px;
    position: relative !important;
    top: auto !important;
    left: auto;
    right: auto;
    width: auto;
    z-index: 10050;
    background: #ffffff !important;
    transform: none !important;
  }

  .shx-bottom-nav {
    display: flex;
  }

  body {
    padding-top: 0;
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  /*
    Many content images carry their intrinsic size (up to ~910px) with no
    constraint. On a phone a single one of them widens the whole document,
    which pushes the RTL layout — header included — off screen.
  */
  img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .shx-mobile-bar,
  .shx-drawer,
  .shx-overlay,
  .shx-bottom-nav {
    display: none !important;
  }
}

/* دکمه جستجوی سایدمنوی دسکتاپ */
button.side-menu__item {
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

button.side-menu__item .side-menu__icon svg {
  fill: #00aeef;
}
.has-submenu,.side-menu__has-sub{position:relative;cursor:pointer}.expert-submenu{position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(15px);background-color:#fff;border-radius:12px;box-shadow:0 -4px 15px rgba(0,0,0,.15);display:flex;flex-direction:column;width:max-content;min-width:170px;opacity:0;visibility:hidden;transition:.3s cubic-bezier(.4, 0, .2, 1);z-index:9999;padding:8px 0;margin-bottom:10px}.expert-submenu.active{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.submenu-item{display:flex;align-items:center;gap:12px;padding:12px 16px!important;color:#333;text-decoration:none!important;font-size:14px!important;font-weight:500;border-bottom:1px solid #f0f0f0;transition:background-color .2s;direction:rtl}.side-menu__item,.side-menu__subitem,.side-menu__subitem:hover{color:#fff!important;text-decoration:none}.submenu-item:active,.submenu-item:hover{background-color:#f5f5f5}.submenu-item img,.submenu-item svg{flex-shrink:0;color:#00aeef}@media (max-width:765px){.side-menu{display:none!important}}.side-menu{position:fixed;left:20px;top:50%;transform:translateY(-50%);width:96px;padding:22px 0;background:rgba(22,51,86,.82);border-radius:50px;z-index:999;display:flex;flex-direction:column;align-items:center;gap:22px}.side-menu__item{font-size:12px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.side-menu__icon{width:44px;height:44px;border-radius:50%;border:2px solid #00aeef;display:flex;align-items:center;justify-content:center;transition:background .3s,border-color .3s}.side-menu__item:hover .side-menu__icon{background:rgba(0,174,239,.14)}.side-menu__item:hover .side-menu__label,.side-menu__label:hover{color:#fff!important}.side-menu__icon svg{width:20px;height:20px;fill:#00aeef;transition:fill .3s}.side-menu__submenu{position:absolute;left:100px;top:118px;transform:translateY(-50%);display:flex;flex-direction:column;gap:8px;background:0 0;padding:0;border-radius:0;opacity:0;pointer-events:none;transition:.3s}.side-menu__submenu.is-open{opacity:1;pointer-events:auto}.side-menu__subitem{display:flex;align-items:center;gap:8px}.side-menu__subicon{width:28px;height:28px;border-radius:50%;border:2px solid #eb9a6d;display:flex;align-items:center;justify-content:center}.side-menu__subicon svg{width:14px;height:14px}.side-menu__subitem{width:80px;height:80px;border-radius:50%;background:rgba(22,51,86,.82);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;font-size:12px;text-align:center;transition:.3s;line-height:16px}.whatsapp-icon svg{width:26px;height:26px;margin-bottom:-12px}

/* ========== Content / Mobile fixes (lists, tables, justify, overflow) ========== */
html,
body {
    max-width: 100%;
    overflow-x: visible;
}

.box-container {
    max-width: 100%;
    overflow: visible;
}

.service-details-content ul,
.service-details-content ol,
.about-content ul,
.about-content ol,
.entry-summary ul,
.entry-summary ol {
    padding-right: 1.5rem;
    padding-left: 0;
    margin-right: 0;
}

.service-details,
.service-details-content {
    box-sizing: border-box;
}

.service-details-content img,
.service-details-content video,
.service-details-content iframe,
.about-content img {
    max-width: 100%;
    height: auto;
}

.table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
    /* Justify page text on mobile (override inline text-align:right) */
    .service-details-content p,
    .service-details-content .MsoNormal,
    .about-content p,
    .entry-summary p,
    .accordion-content,
    .accordion-content p {
        text-align: justify !important;
    }

    .service-details-content h1,
    .service-details-content h2,
    .service-details-content h3,
    .service-details-content h4,
    .service-details-content h5,
    .service-details-content h6 {
        text-align: right;
    }

    /* Table header text stays white on mobile (overrides b,strong { color:black }) */
    table thead th,
    table thead th *,
    table th,
    table th p,
    table th b,
    table th strong,
    table th span {
        color: #ffffff !important;
    }

    table thead th,
    table th {
        background-color: #21618c !important;
    }

    /* Narrower columns on mobile without mid-word breaks */
    .table-wrapper,
    .service-details-content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-wrapper table,
    .service-details-content table {
        width: auto;
        max-width: none;
        min-width: 0 !important;
        table-layout: auto;
    }

    .table-wrapper table col,
    .service-details-content table col {
        width: auto !important;
    }

    .table-wrapper th,
    .table-wrapper td,
    .service-details-content th,
    .service-details-content td {
        width: 1%;
        padding: 6px 8px !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
        white-space: nowrap;
        word-break: keep-all;
        overflow-wrap: normal;
        hyphens: none;
    }

    /* Stop page-level horizontal scroll */
    .service-details,
    .service-details-image img,
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* bootstrap rows pull out by 15px, so the container must give them back */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .image-small,
    .image-small-two {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box;
    }

    .box-images,
    .box-images-three {
        padding-right: 0 !important;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .catalog-section,
    .catalog-container,
    .catalog-text,
    .catalog-video {
        max-width: 100%;
        box-sizing: border-box;
    }

    .side-menu {
        display: none !important;
    }
}

/* ========== Lightbox + FAQ mobile fixes ========== */
@media only screen and (max-width: 991px) {
    .popup:target {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding-top: 48px;
        padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px));
        z-index: 10060 !important;
    }

    .popup-box {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        margin: 0 !important;
    }

    .popup-box img,
    .popup .image-small-three,
    .popup-content img {
        width: auto !important;
        height: auto !important;
        max-width: 90vw !important;
        max-height: 70vh !important;
        margin: 0 auto !important;
        object-fit: contain !important;
    }

    .popup-close {
        position: absolute !important;
        top: -44px !important;
        right: 0 !important;
        left: auto !important;
        margin: 0 !important;
    }

    .faq-item.active .faq-answer {
        max-height: none !important;
        overflow: visible !important;
    }
}

/* ========== Footer promo banners ========== */
.shx-footer-banners--desktop {
  display: block;
  position: relative;
  z-index: 0;
  direction: rtl;
  margin: 30px auto -40px;
  padding: 0 16px;
  width: 100%;
  max-width: 1140px;
  box-sizing: border-box;
}

.shx-footer-banners--mobile {
  display: none;
}

.shx-footer-banners-inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 18px;
  max-width: 1140px;
  width: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.shx-footer-banner {
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  display: block;
  line-height: 0;
  overflow: hidden;
  border-radius: 22px;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.shx-footer-banner:hover,
.shx-footer-banner:focus {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(8, 10, 60, 0.18);
}

.shx-footer-banner img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 22px;
}

/* Footer full-bleed — بدون پدینگ/مارجین اطراف */
.footer-area {
  position: relative;
  z-index: 10;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  left: auto;
  right: auto;
  box-sizing: border-box;
}

.footer-area .divider {
  z-index: 3;
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .shx-footer-banners--desktop {
    display: none !important;
  }

  .shx-footer-banners--mobile {
    display: block !important;
    width: 100% !important;
    max-width: 1140px;
    margin: 16px auto 0 !important;
    padding: 0 16px !important;
    position: relative;
    z-index: 5;
    direction: rtl;
    visibility: visible !important;
    opacity: 1 !important;
    box-sizing: border-box;
  }

  .shx-footer-banners--mobile .shx-footer-banner {
    display: block !important;
    width: auto !important;
    max-width: 100%;
    min-height: 0;
    margin: 0 auto 12px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .shx-footer-banners--mobile .shx-footer-banner--catalog {
    background-image: url("../img/footer-banner-1.jpg");
  }

  .shx-footer-banners--mobile .shx-footer-banner--template {
    background-image: url("../img/footer-banner-2.jpg");
  }

  .shx-footer-banners--mobile .shx-footer-banner-img,
  .shx-footer-banners--mobile img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0;
    margin: 0 auto;
    border-radius: 16px !important;
    visibility: visible !important;
    opacity: 1 !important;
    object-fit: contain;
  }

  /* Remove white gap under footer; keep space for bottom nav on dark footer */
  body {
    padding-bottom: 0 !important;
  }

  .copyright-area {
    padding-bottom: calc(90px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .footer-area {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
  }

  .footer-area .row {
    display: flex;
    flex-direction: column;
  }

  .footer-area .row > [class*="col-"]:nth-child(1),
  .footer-area .footer-col-contact {
    order: 4;
  }

  .footer-area .row > [class*="col-"]:nth-child(2),
  .footer-area .footer-col-quick {
    order: 1;
  }

  .footer-area .row > [class*="col-"]:nth-child(3),
  .footer-area .footer-col-bestsellers {
    order: 2;
  }

  .footer-area .row > [class*="col-"]:nth-child(4),
  .footer-area .footer-col-material {
    order: 3;
  }
}
.footer-area h3,
.footer-area .footer-widget-title {
    color:#ffffff !important;
}


/* side-menu: slightly off the left edge, under the footer */
.side-menu {
  left: 42px !important;
  z-index: 1 !important;
}

html.shx-drawer-open .side-menu {
  z-index: 1 !important;
}

.shx-social-aparat svg {
  width: 15px;
  height: 15px;
}

a.shx-m-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

/* موبایل: هدر در جریان سند بماند تا لوگو و همبرگر دیده شود */
@media (max-width: 991px) {
  .shx-header-wrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    z-index: 10050;
    background: #ffffff !important;
    padding-bottom: 10px;
    transform: none !important;
  }

  .shx-header-wrap.shx-header-wrap--soft {
    background: #ffffff !important;
  }

  .shx-mobile-bar {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10060;
  }

  /* z-index خیلی بالا فقط وقتی منوی همبرگری باز است */
  .shx-header-wrap:has(.shx-drawer.is-open),
  .shx-header-wrap:has(.shx-overlay.is-open),
  .shx-header-wrap.is-drawer-open,
  html.shx-drawer-open .shx-header-wrap {
    z-index: 100000;
  }

  .shx-drawer {
    z-index: 100090;
  }

  .shx-overlay {
    z-index: 100080;
  }

  body {
    padding-top: 0 !important;
  }
}

/* ========== Side gutter icons — خارج از box-container، چسبیده به viewport ========== */
.shx-side-icons {
  position: static;
  inset: auto;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

body.shx-is-home .shx-side-icons {
  display: none !important;
}

.shx-side-icons__col {
  display: none;
}

.shx-side-icons__img {
  display: none;
  position: fixed;
  z-index: 1;
  width: 58px;
  height: auto;
  opacity: 0.88;
  user-select: none;
  -webkit-user-drag: none;
  --shx-rot: 0deg;
  animation: shx-side-float 3.6s ease-in-out infinite;
}

@keyframes shx-side-float {
  0%, 100% { transform: translateY(0) rotate(var(--shx-rot)); }
  50% { transform: translateY(-7px) rotate(var(--shx-rot)); }
}

@media (prefers-reduced-motion: reduce) {
  .shx-side-icons__img {
    animation: none;
  }
}

/* فقط دسکتاپ عریض — در موبایل/تبلت اصلاً نمایش داده نشوند */
@media (min-width: 1400px) {
  .shx-side-icons {
    display: block;
  }

  .shx-side-icons__col {
    display: block;
  }

  .shx-side-icons__img {
    display: block;
    position: fixed !important;
  }

  /* ----- راست: پراکنده در حاشیه سفید ----- */
  .shx-side-icons__col--right .shx-side-icons__img:nth-child(1) {
    right: max(12px, calc((100vw - 1140px) / 2 - 150px));
    top: 26vh;
    width: 56px;
    --shx-rot: -8deg;
    animation-delay: 0s;
  }

  .shx-side-icons__col--right .shx-side-icons__img:nth-child(2) {
    right: max(18px, calc((100vw - 1140px) / 2 - 118px));
    top: 49vh;
    width: 64px;
    --shx-rot: 6deg;
    animation-delay: 0.9s;
  }

  .shx-side-icons__col--right .shx-side-icons__img:nth-child(3) {
    display: none !important;
  }

  /*
    ----- چپ: دقیقاً بالا و پایین سایدبار دسکتاپ -----
    سایدبار: left:20px، top:50%، ارتفاع تقریبی ~360px
  */
  .shx-side-icons__col--left .shx-side-icons__img:nth-child(1) {
    display: none !important;
  }

  .shx-side-icons__col--left .shx-side-icons__img:nth-child(2) {
    left: 28px;
    top: calc(50% + 210px);
    width: 60px;
    --shx-rot: -9deg;
    animation-delay: 1.4s;
  }
}

@media (min-width: 1600px) {
  .shx-side-icons__col--right .shx-side-icons__img:nth-child(1) {
    right: max(16px, calc((100vw - 1140px) / 2 - 180px));
    width: 64px;
  }

  .shx-side-icons__col--right .shx-side-icons__img:nth-child(2) {
    right: max(24px, calc((100vw - 1140px) / 2 - 148px));
    width: 72px;
  }

  .shx-side-icons__col--right .shx-side-icons__img:nth-child(3),
  .shx-side-icons__col--left .shx-side-icons__img:nth-child(1) {
    display: none !important;
  }

  .shx-side-icons__col--left .shx-side-icons__img:nth-child(2) {
    left: 32px;
    top: calc(50% + 230px);
    width: 68px;
  }
}

@media (max-width: 1399px) {
  .shx-side-icons {
    display: none !important;
  }
}

/* عنوان‌ها در موبایل — اندازه استاندارد و خوانا */
@media only screen and (max-width: 767px) {
  h1,
  .service-details-content h1,
  .about-content h1,
  .page-title-content h1 {
    font-size: 22px !important;
    line-height: 1.45 !important;
  }

  h2,
  .service-details-content h2,
  .about-content h2,
  .section-title h2 {
    font-size: 20px !important;
    line-height: 1.45 !important;
  }

  h3,
  .service-details-content h3,
  .about-content h3,
  .shx-pane-title {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }

  h4,
  .service-details-content h4,
  .about-content h4 {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  h5,
  h6,
  .service-details-content h5,
  .service-details-content h6 {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}

/* فاصله باکس‌های ادیتور — جلوگیری از دوبل شدن مارجین پشت‌سرهم */
.service-details-content > :is(.box-boxer, .comment-box, .contact-info, .Information, .Information2, .box-general, .cms-border-box, .cms-note, .cms-lightbox-grid) + :is(.box-boxer, .comment-box, .contact-info, .Information, .Information2, .box-general, .cms-border-box, .cms-note, .cms-lightbox-grid) {
  margin-top: 0 !important;
}
.service-details-content > :is(.box-boxer, .comment-box, .contact-info, .Information, .Information2, .box-general, .cms-border-box, .cms-note, .cms-lightbox-grid) + p:empty,
.service-details-content > :is(.box-boxer, .comment-box, .contact-info, .Information, .Information2, .box-general, .cms-border-box, .cms-note, .cms-lightbox-grid) + p:has(> br:only-child) {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}
.service-details-content > :is(.box-boxer, .comment-box, .contact-info, .Information, .Information2, .box-general, .cms-border-box, .cms-note, .cms-lightbox-grid) + p:empty + :is(.box-boxer, .comment-box, .contact-info, .Information, .Information2, .box-general, .cms-border-box, .cms-note, .cms-lightbox-grid),
.service-details-content > :is(.box-boxer, .comment-box, .contact-info, .Information, .Information2, .box-general, .cms-border-box, .cms-note, .cms-lightbox-grid) + p:has(> br:only-child) + :is(.box-boxer, .comment-box, .contact-info, .Information, .Information2, .box-general, .cms-border-box, .cms-note, .cms-lightbox-grid) {
  margin-top: 0 !important;
}

.comment-box {
  margin-top: 28px;
  margin-bottom: 28px;
}
.comment-box::after {
  bottom: -56px;
}
.box-boxer,
.box-general {
  margin-top: 16px;
  margin-bottom: 16px;
}
          .video-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    direction: rtl;
    width: 100%;
    max-width: 1140px;
    margin: 20px auto;
    box-sizing: border-box;
  }

  .catalog-video-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    color: #0c2340;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.4;
    text-align: center;
  }

  .catalog-video-title::before,
  .catalog-video-title::after {
    content: "";
    width: 36px;
    height: 2px;
    background: #0c2340;
    border-radius: 1px;
    opacity: 0.45;
    flex-shrink: 0;
  }

  .catalog-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    background-color: #000000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

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

  /* ریسپانسیو برای موبایل */
  @media (max-width: 768px) {
    .video-grid-container {
      grid-template-columns: 1fr;
    }
  }
.catalog-text {
    flex: 1 1 48%;
    background: #fafafa;
    border: 2px solid #007acc;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    padding:9px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
