/* 
Template Name: Smary - Personal Portfolio
Author: MountainTheme
Author URI: https://www.templatemonster.com/authors/mountaintheme/
Template URI: https://mountainclimbersstar.com/demo/html/smary/
Description: Smary - Personal Portfolio HTML Template
Version: 1.0.0
*/

/*------------------------------------------------------------------
[Table of Contents]
    + General
        - Common CSS
        - Light Body
        - Buttons
        - Hamburger Menu
        - Preloader
        - Section Title
        - Modal
    + Header
    + Sections
        - Home
        - About
        - Services  
        + Portfolio
            - Portfolio Modal
        - Testimonial
        + News
            - News Modal
        - Instagram Feed
        - Contact Form
    + Footer
    + Back to Top
    + Terms & Policy, Disclaimer
    + Color Switcher
------------------------------------------------------------------*/

/* [ General ] */
/*================================================== */

/*** Common CSS ***/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #EFF2F6;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #212529;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #EFF2F6;
}

p,
small {
    color: #9BA3B7;
    font-weight: 400;
}

p {
    margin: 0;
}

a {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

a,
a:hover,
a:focus,
.button:focus,
button,
button:focus {
    text-decoration: none;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

::selection {
    color: #F5F7FA;
}

hr.separator {
    border-top: 1px solid #70788D;
    margin: 15px 0;
}

.section-bg {
    background-color: #343A40;
}

.section-ptb {
    padding: 72px 0;
}

.title-tow {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.owl-carousel {
    direction: ltr !important;
}

/*** Light Body ***/
body.light {
    color: #141824;
    background-color: #FFF;
}

body.light h1,
body.light h2,
body.light h3,
body.light h4,
body.light h5,
body.light h6 {
    color: #141824;
}

body.light p,
body.light small {
    color: #515A74;
}

body.light hr.separator {
    border-top: 1px solid #CACEDA;
}

body.light .section-bg {
    background-color: #F5F7FA;
}

body.light .section-title span {
    -webkit-text-stroke: 1px rgb(201 205 217 / 50%);
}

body.light .modal .modal-close {
    background: #F5F7FA;
    color: #141824;
}

body.light .modal-content-desc li {
    color: #515A74;
}

body.light .modal .modal-content {
    background: #F5F7FA;
}

body.light .primary-menu .navbar-brand,
body.light .primary-menu .navbar-nav .nav-link,
body.light .primary-menu .social-icons li a {
    color: #141824;
}

body.light .hero-area {
    /*background: #dae5e9;*/
    background-image: url(../images/bg-hero.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
}

body.light .hero-area .hero-head small,
body.light .hero-area .hero-head strong {
    color: #141824 !important;
}

body.light .hero-area p {
    color: #515A74 !important;
}

body.light .scroll-down-arrow {
    color: #343A40;
}

body.light .about .img-thumbnail {
    border-color: #CACEDA !important;
}

body.light .about .sub-title {
    color: #515A74;
}

body.light .about .info span {
    color: #515A74;
}

body.light .about .info strong,
body.light .about .info strong a {
    color: #141824;
}

body.light .about .count-box h5 {
    color: #515A74;
}

body.light .about .row.count-box>*::before {
    border-left: 1px dotted #CACEDA;
}

body.light .about .row.count-box>*::after {
    border-bottom: 1px dotted #CACEDA;
}

body.light .about .skills-bar .progress-title {
    color: #515A74;
}

body.light .about .skills-bar .progress-bar-wrap {
    border: none;
    background: #CACEDA;
}

body.light .service .service-box {
    background: #FFF;
    border: 1px solid #CACEDA;
}

body.light .service .service-icon {
    background: #EFF2F6;
}

body.light .service .service-icon i {
    color: #515A74;
}

body.light .service .service-box a {
    color: #515A74;
}

body.light .filter-button-group button {
    border: 1px solid #CACEDA;
}

body.light .portfolio .portfolio-name,
body.light .portfolio .portfolio-box .portfolio-icon a {
    background: #FFF;
}

body.light .portfolio .portfolio-name span,
body.light .portfolio .portfolio-box .portfolio-icon i {
    color: #515A74;
}

body.light .portfolio .modal-content-desc li strong {
    color: #141824;
}

body.light .modal .modal-social li a,
body.light .modal .modal-tags a {
    color: #141824;
    border: 1px solid #CACEDA;
}

body.light .testimonial .testimonial-box {
    background: #FFF;
    border: 1px solid #CACEDA;
}

body.light .testimonial .testimonial-box .author-info span {
    color: #515A74;
}

body.light .owl-theme .owl-nav button {
    background: #FFFFFF !important;
    color: #141824 !important;
}

body.light .contact .contact-address .contact-option a {
    color: #515A74;
}

body.light .contact .form-control {
    border: 1px solid #CACEDA;
    color: #515A74;
}

body.light .footer .footer-nav a {
    color: #515A74;
}

body.light .footer .footer-nav li::after:not(:last-child) {
    color: #515A74;
}

body.light #back-top-top {
    color: #515A74;
    background: #EFF2F6;
}

body.light .news .modal .post-meta li,
body.light .news .modal .post-meta li a {
    color: #515A74;
}

body.light .termsPlicy-disclaimer .modal-content-box {
    border: 1px solid #CACEDA;
}

/*** Buttons ***/
.button {
    width: max-content;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 35px;
    cursor: pointer;
    color: #F5F7FA;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

html[dir=rtl] .button i {
    margin-left: auto;
    margin-right: 3px;
}

.button i {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 3px;
}

.button:hover {
    -webkit-box-shadow: inset 0px 0px 135px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 135px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: inset 0px 0px 135px rgba(0, 0, 0, 0.25);
    -o-box-shadow: inset 0px 0px 135px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 135px rgba(0, 0, 0, 0.25);
}

/*** Hamburger Menu ***/
html[dir=rtl] .hamburger-menu {
    direction: ltr;
}

.hamburger-menu {
    display: none;
    padding: 5px 11px !important;
    border-radius: 2px;
    margin: 18px 15px;
    outline: none !important;
    box-shadow: none !important;
}

.hamburger-menu .line {
    display: block;
    height: 3px;
    width: 10px;
    margin-block: 4px;
    background-color: #FFF;
    border-radius: 8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.hamburger-menu .line-2 {
    width: 20px;
}

.hamburger-menu .line-3 {
    margin-inline-start: auto;
}

.hamburger-menu.active .line-2 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger-menu.active .line-1 {
    -webkit-transform: rotate(45deg) translate(4px, 1.5px);
    -moz-transform: rotate(45deg) translate(4px, 1.5px);
    -ms-transform: rotate(45deg) translate(4px, 1.5px);
    -o-transform: rotate(45deg) translate(4px, 1.5px);
    transform: rotate(45deg) translate(4px, 1.5px);
}

.hamburger-menu.active .line-3 {
    -webkit-transform: rotate(45deg) translate(-3px, -1px);
    -moz-transform: rotate(45deg) translate(-3px, -1px);
    -ms-transform: rotate(45deg) translate(-3px, -1px);
    -o-transform: rotate(45deg) translate(-3px, -1px);
    transform: rotate(45deg) translate(-3px, -1px);
}

/*** Preloader ***/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #101010;
    z-index: 99999;
}

.preloader.active {
    -webkit-transform: translateY(-100vh);
    -moz-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    -o-transform: translateY(-100vh);
    transform: translateY(-100vh);
    -webkit-transition: ease-in-out 2s;
    -moz-transition: ease-in-out 2s;
    -ms-transition: ease-in-out 2s;
    -o-transition: ease-in-out 2s;
    transition: ease-in-out 2s;
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

/* pace */
.pace {
    position: fixed;
    top: 0;
    z-index: 999999;
    color: transparent !important;
}

.pace .pace-progress {
    transform: unset !important;
}

.pace.active {
    -webkit-transition: ease-in-out 2s;
    -moz-transition: ease-in-out 2s;
    -ms-transition: ease-in-out 2s;
    -o-transition: ease-in-out 2s;
    transition: ease-in-out 2s;
    opacity: 0;
    visibility: hidden;
}

.pace .pace-progress:after {
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    -webkit-transition: ease-in-out 2s;
    -moz-transition: ease-in-out 2s;
    -ms-transition: ease-in-out 2s;
    -o-transition: ease-in-out 2s;
    transition: ease-in-out 2s;
    content: attr(data-progress-text);
    font-weight: 100;
    font-size: 5rem;
    line-height: 1;
    color: #d9d9d9;
}

.pace.active .pace-progress:after {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

/*** Section Title ***/
.section-title {
    margin-bottom: 85px;
}

.section-title h1 {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    padding: 0 45px;
    z-index: 1;
}

.section-title h1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 3px;
    border-radius: 5px;
}

.section-title h1::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 3px;
    border-radius: 3px;
}

.section-title span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0.7;
    letter-spacing: 2px;
    font-size: 110px;
    font-weight: 800;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px rgb(112 120 141 / 50%);
    z-index: 0;
}

/*** Modal ***/
html[dir=rtl] .modal .modal-close {
    right: auto;
    left: 50px;
}

.modal .modal-close {
    position: absolute;
    top: 50px;
    right: 50px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    border: none;
    outline: none !important;
    background: #70788D;
    color: #EFF2F6;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.modal .modal-close:hover {
    color: #FFF !important;
}

.modal .modal-content {
    border: none;
    background: #212529;
    border-radius: 15px;
}

.modal .modal-body {
    padding: 40px;
}

.modal-img {
    margin-bottom: 40px;
}

.modal-img img {
    width: 100%;
    border-radius: 15px;
}

.modal-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}

.modal-content-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.6;
}

.modal-footer-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.modal-content-desc {
    margin-bottom: 25px;
}

.modal-content-desc p,
.modal-content-desc li {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #9BA3B7;
}

html[dir=rtl] .modal-content-desc li {
    padding-left: unset;
    padding-right: 35px;
}

.modal-content-desc li {
    position: relative;
    padding-left: 35px;
}

html[dir=rtl] .modal-content-desc li::before {
    left: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.modal-content-desc li::before {
    content: '\279D';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
}

.modal-content-desc p:not(:last-child),
.modal-content-desc li:not(:last-child) {
    margin-bottom: 12px;
}

.modal .modal-social li,
.modal .modal-tags li {
    display: inline-block;
}

html[dir=rtl] .modal .modal-social li:not(:last-child),
html[dir=rtl] .modal .modal-tags li:not(:last-child) {
    margin-right: auto;
    margin-left: 5px;
}

.modal .modal-social li:not(:last-child),
.modal .modal-tags li:not(:last-child) {
    margin-right: 5px;
}

.modal .modal-social li a,
.modal .modal-tags a {
    color: #EFF2F6;
    border: 1px solid #70788D;
}

.modal .modal-social li a {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
}

.modal .modal-tags a {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 13px;
    border-radius: 3px;
}

/* [ Header ] */
/*================================================== */
#header .navbar {
    padding: 0;
}

#header .primary-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.primary-menu .navbar-brand {
    font-size: 30px;
    font-weight: 600;
    color: #EFF2F6;
}

.primary-menu .navbar-brand:hover {
    opacity: .7;
}

.primary-menu .navbar-accordion {
    position: initial;
}

.primary-menu .navbar-nav .nav-link {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 0.85em;
    color: #EFF2F6;
    font-size: 16px;
    font-weight: 400;
}

.primary-menu .social-icons li:first-child {
    margin-left: 0;
}

.primary-menu .social-icons li {
    margin: 2px 6px;
    padding: 0;
    overflow: visible;
}

.primary-menu .social-icons li a {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    color: #EFF2F6;
}

.primary-menu .social-icons li:first-child a:hover {
    color: #316FF6;
}

.primary-menu .social-icons li:nth-child(2) a:hover {
    color: #1C96E8;
}

.primary-menu .social-icons li:nth-child(3) a:hover {
    color: #D13C6A;
}

/* On Scroll Fixed Navbar */
#header .primary-menu.navbar-sticky {
    -webkit-transition: none;
    transition: none;
}

#header .primary-menu.navbar-sticky-transition {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#header .primary-menu.navbar-sticky-moved-up {
    position: fixed;
    top: 0;
    background: #212529;
    margin-top: -100px;
}

#header .primary-menu.navbar-sticky-on {
    margin-top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgba(27, 67, 105, 0.164) 0px 0px 20px;
    -moz-box-shadow: rgba(27, 67, 105, 0.164) 0px 0px 20px;
    -ms-box-shadow: rgba(27, 67, 105, 0.164) 0px 0px 20px;
    -o-box-shadow: rgba(27, 67, 105, 0.164) 0px 0px 20px;
    box-shadow: rgba(27, 67, 105, 0.164) 0px 0px 20px;
}

#header .primary-menu.navbar-sticky-on .nav-link,
#header .primary-menu.navbar-sticky-on .navbar-brand,
#header .primary-menu.navbar-sticky-on .social-icons li a {
    color: #EFF2F6;
}

/* [ Sections ] */
/*================================================== */

/*** Home ***/
.hero-area {
    background-color: #343A40;
    position: relative;
    z-index: 1;
}

.hero-area .hero-content {
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 10;
    align-items: center;
}

.hero-area .hero-head small {
    font-size: 28px;
    font-weight: 500;
    color: #EFF2F6;
    display: block;
}

.hero-area .hero-head strong {
    font-size: 64px;
    font-weight: 600;
    color: #EFF2F6 !important;
}

.hero-area p {
    font-size: 21px;
    font-weight: 500;
    color: #CACEDA !important;
}

.hero-area .hero-image-wrap {
    position: relative;
}

.hero-area .hero-image-wrap img {
    position: relative;
    z-index: 2;
}



@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.hero-area .hero-image-wrap::after {
    width: 500px;
    height: 500px;
    background: -webkit-linear-gradient(234.47deg, #C6538C 13.56%, #1E3050 87.96%);
    background: linear-gradient(234.47deg, #C6538C 13.56%, #1E3050 87.96%);
    z-index: 1;
    -webkit-animation: rotate2 30.5s linear infinite;
    -moz-animation: rotate2 30.5s linear infinite;
    -ms-animation: rotate2 30.5s linear infinite;
    -o-animation: rotate2 30.5s linear infinite;
    animation: rotate2 30.5s linear infinite;
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -moz-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        -o-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-moz-keyframes rotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -moz-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        -o-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-o-keyframes rotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -moz-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        -o-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -moz-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        -o-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

/* Media Query */
@media screen and (max-width: 1499px) and (min-width: 1200px) {
    .hero-area .hero-image-wrap img {
        width: 100%;
    }

    .hero-area .hero-image-wrap::before {
        width: 500px;
        height: 500px;
    }

    .hero-area .hero-image-wrap::after {
        width: 420px;
        height: 420px;
    }
}

@media screen and (max-width: 1025px) {
    .hero-area .hero-image-wrap img {
        width:100%;
    }

    .hero-area .hero-image-wrap::before {
        width: 480px;
        height: 480px;
    }

    .hero-area .hero-image-wrap::after {
        width: 400px;
        height: 400px;
    }
}

@media screen and (max-width: 992px) {
    .hero-area .hero-image-wrap img {
        width: 100%;
    }

    .hero-area .hero-image-wrap::before {
        width: 490px;
        height: 490px;
    }

    .hero-area .hero-image-wrap::after {
        width: 400px;
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .hero-area .hero-image-wrap img {
        width: 100%;
    }

    .hero-area .hero-image-wrap::before {
        width: 380px;
        height: 380px;
    }

    .hero-area .hero-image-wrap::after {
        width: 320px;
        height: 320px;
    }
}

@media screen and (max-width: 490px) {
    .hero-area .hero-image-wrap img {
        width: 100%;
    }

    .hero-area .hero-image-wrap::before {
        width: 380px;
        height: 380px;
    }

    .hero-area .hero-image-wrap::after {
        width: 320px;
        height: 320px;
    }
}

@media screen and (max-width: 420px) {
    .hero-area .hero-image-wrap img {
        width: 100%;
    }

    .hero-area .hero-image-wrap::before {
        width: 370px;
        height: 370px;
    }

    .hero-area .hero-image-wrap::after {
        width: 310px;
        height: 310px;
    }
}

@media screen and (max-width: 390px) {
    .hero-area .hero-image-wrap img {
        width: 100%;
    }

    .hero-area .hero-image-wrap::before {
        width: 340px;
        height: 340px;
    }

    .hero-area .hero-image-wrap::after {
        width: 280px;
        height: 280px;
    }
}

@media screen and (max-width: 360px) {
    .hero-area .hero-image-wrap img {
        width: 100%;
    }

    .hero-area .hero-image-wrap::before {
        width: 330px;
        height: 330px;
    }

    .hero-area .hero-image-wrap::after {
        width: 280px;
        height: 280px;
    }
}

@media screen and (max-width: 290px) {
    .hero-area .hero-image-wrap img {
        width: 100%;
    }

    .hero-area .hero-image-wrap::before {
        width: 250px;
        height: 250px;
    }

    .hero-area .hero-image-wrap::after {
        width: 200px;
        height: 200px;
    }
}

.scroll-down-arrow {
    position: absolute;
    bottom: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    text-align: center;
    color: #EFF2F6;
}

.scroll-down-arrow:hover {
    opacity: .7;
}

.scroll-down-arrow .animated {
    position: relative;
    -webkit-animation: fadeInDown 1.5s infinite;
    -moz-animation: fadeInDown 1.5s infinite;
    -ms-animation: fadeInDown 1.5s infinite;
    -o-animation: fadeInDown 1.5s infinite;
    animation: fadeInDown 1.5s infinite;
}

@-webkit-keyframes fadeInDown {
    0% {
        top: -25px;
        opacity: 0;
    }

    100% {
        top: 10px;
        opacity: 1;
    }
}

@-moz-keyframes fadeInDown {
    0% {
        top: -25px;
        opacity: 0;
    }

    100% {
        top: 10px;
        opacity: 1;
    }
}

@-o-keyframes fadeInDown {
    0% {
        top: -25px;
        opacity: 0;
    }

    100% {
        top: 10px;
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        top: -25px;
        opacity: 0;
    }

    100% {
        top: 10px;
        opacity: 1;
    }
}

/*** About ***/
.about .img-thumbnail {
    border-color: #70788D !important;
}

html[dir=rtl] .about .exprience-year {
    right: auto;
    left: 5px;
    text-align: end;
    background-position: 155px -26px !important;
}

.about .exprience-year {
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-align: right;
    color: #FFF !important;
    padding: 18px 11px;
    background-image: url(../images/103.png) !important;
    background-repeat: no-repeat !important;
    background-size: 44% !important;
    background-position: -33px -26px !important;
}

.about .exprience-year h1 {
    font-size: 48px;
    font-weight: 700;
    color: #FFF;
    margin: 0;
}

.about .exprience-year p {
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
}

.about .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about .sub-title {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    color: #9BA3B7;
}

.about hr.separator {
    margin: 17px 0;
}

.about .description {
    margin-bottom: 25px;
}

.about .description p {
    font-size: 16px;
    line-height: 29.4px;
    font-weight: 400;
}

.about .description p:not(:last-child) {
    margin-bottom: 10px;
}

.about .info {
    margin-bottom: 20px;
}

.about .address>.row:last-child .info {
    margin-bottom: 0;
}

.about .info span {
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    font-size: 16px;
    color: #9BA3B7;
}

.about .info strong,
.about .info strong a {
    font-size: 16px;
    font-weight: 600;
    color: #EFF2F6;
    line-break: anywhere;
}

.about .info strong a:hover {
    text-decoration: underline;
}

/* Counter Box */
.about .count-box {
    overflow: hidden;
}

.about .row.count-box>* {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about .row.count-box>*::before,
.about .row.count-box>*::after {
    content: "";
    position: absolute;
}

.about .row.count-box>*::before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dotted #70788d6e;
}

.about .row.count-box>*::after {
    width: 100%;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dotted #70788d6e;
}

.about .count-box .number {
    font-size: 48px;
    font-weight: 500;
    margin: 0;
}

.about .count-box h5 {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    line-height: 27px;
    color: #9BA3B7;
}

/* Resume */
.about .resume-row {
    margin-bottom: 60px;
}

.about .title-tow {
    margin-bottom: 30px;
}

html[dir=rtl] .about .resume-box ul {
    padding-left: unset;
    padding-right: 17px;
}

.about .resume-box ul {
    position: relative;
    padding-left: 17px;
}

html[dir=rtl] .about .resume-box ul::before {
    left: auto;
    right: 0;
}

.about .resume-box ul::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 100%;
    width: 1px;
}

.about .resume-box ul li:not(:last-child) {
    margin-bottom: 35px;
}

.about .resume-box ul .position {
    position: relative;
    color: #FAFAFA;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 3px;
}

html[dir=rtl] .about .resume-box ul .position::before {
    left: auto;
    right: -23px;
}

.about .resume-box ul .position::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -23px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.about .resume-box h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

/* Skills */
.ab-progress {
    direction: ltr;
}

.about .skills-bar .progress-title {
    color: #9BA3B7;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.about .skills-bar .progress-bar-wrap {
    border: none;
    background: #70788D;
}

.about .skills-bar .progress-bar-wrap,
.about .skills-bar .ab-progress-bar {
    height: 4px;
}

.about .skills-bar .ab-progress {
    margin-top: 25px;
}

/*** Services ***/
.service .service-box {
    padding: 30px;
    border-radius: 10px;
    background: #4A4E57;
    border: 1px solid #70788D;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.service .service-box:hover {
    border-color: transparent !important;
    -webkit-box-shadow: 0px 6px 25px 0px rgb(0, 0, 0, 10%);
    -moz-box-shadow: 0px 6px 25px 0px rgb(0, 0, 0, 10%);
    -ms-box-shadow: 0px 6px 25px 0px rgb(0, 0, 0, 10%);
    -o-box-shadow: 0px 6px 25px 0px rgb(0, 0, 0, 10%);
    box-shadow: 0px 6px 25px 0px rgb(0, 0, 0, 10%);
}

.service .service-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #343A40;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service .service-icon i {
    font-size: 35px;
    color: #9BA3B7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service .service-box:hover .service-icon i {
    color: #FFF;
}

.service .service-box h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service .service-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}

.service .service-box a {
    font-size: 16px;
    color: #9BA3B7;
    font-weight: 400;
}

html[dir=rtl] .service .service-box a>i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.service .service-box a>i {
    vertical-align: text-top;
    padding-left: 4px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.service .service-box:hover a>i {
    padding-left: 10px;
}

/*** Portfolio ***/
.filter-button-group {
    text-align: center;
    margin-bottom: 50px;
}

.filter-button-group button {
    border: none;
    background: transparent;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 2px;
    border-radius: 20px;
    border: 1px solid #70788D;
    color: #9BA3B7;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.filter-button-group button.active {
    color: #FFF !important;
}

.portfolio .portfolio-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

html[dir=rtl] .portfolio .portfolio-box .portfolio-icon {
    right: auto;
    left: 20px;
}

.portfolio .portfolio-box .portfolio-icon {
    position: absolute;
    top: -65px;
    right: 20px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.portfolio .portfolio-box:hover .portfolio-icon {
    top: 20px;
    opacity: 1;
    visibility: visible;
}

.portfolio .portfolio-box .portfolio-icon a {
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    background: #4A4E57;
}

.portfolio .portfolio-box .portfolio-icon i {
    font-size: 26px;
    color: #FFF;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.portfolio .portfolio-box .portfolio-icon a:hover i {
    color: #FFF;
}

.portfolio img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.portfolio .portfolio-box:hover img {
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px);
    transform: scale(1.05);
}

.portfolio .portfolio-name {
    position: absolute;
    bottom: -45px;
    left: 20px;
    right: 20px;
    padding: 17px;
    background: #4A4E57;
    border-radius: 60px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.portfolio .portfolio-box:hover .portfolio-name {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}

.portfolio .portfolio-name h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.portfolio .portfolio-name span {
    font-size: 14px;
    font-weight: 400;
    color: #9BA3B7;
}

/*  Portfolio Modal */
html[dir=rtl] .portfolio .modal-content-desc li {
    padding-right: 0;
}

.portfolio .modal-content-desc li {
    padding-left: 0;
    line-height: 27px;
}

.portfolio .modal-content-desc li::before {
    content: unset;
}

html[dir=rtl] .portfolio .modal-content-desc li strong {
    display: inline-block;
}

.portfolio .modal-content-desc li strong {
    color: #EFF2F6;
}

.portfolio .modal-content-desc li a {
    padding: 5px 9px;
    font-weight: 500;
    color: #FFF;
}

.portfolio .modal-content-desc li a:hover {
    color: #FFF;
}

.portfolio .modal-content-desc li a i {
    padding-left: 3px;
}

/*** Testimonial ***/
.testimonial .testimonial-box {
    background: #4A4E57;
    border: 1px solid #70788D;
    border-radius: 2px;
    padding: 25px 29px;
}

.testimonial .testimonial-box img {
    width: 100px;
    border-radius: 50%;
    margin: 0 auto 25px;
}

.testimonial .testimonial-box p,
.testimonial .testimonial-box .review-star {
    margin-bottom: 11px;
}

.testimonial .testimonial-box .review-star li {
    display: inline-block;
}

.testimonial .testimonial-box .review-star li i {
    color: #FFC75E;
    font-size: 16px;
}

.testimonial .testimonial-box .author-info h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}

.testimonial .testimonial-box .author-info span {
    font-size: 14px;
    font-weight: 400;
    color: #9BA3B7;
}

/* Owl Carousel Nav */
.owl-theme .owl-nav {
    margin-top: 25px;
}

.owl-theme .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    font-size: 18px !important;
    background: #4A4E57 !important;
    color: #9BA3B7 !important;
    border-radius: 50% !important;
    -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.17);
}

.owl-theme .owl-nav [class*="owl-"] {
    margin: 5px 7px;
}

/*** News ***/
.news .image-wrapper,
.news .content-wrapper {
    position: relative;
}

.news .content-wrapper {
    margin-bottom: 20px;
}

.news .image-wrapper,
.news .image-wrapper img {
    border-radius: 8px;
    overflow: hidden;
}

.news .image-wrapper img {
    width: 100%;
    height: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news .content-wrapper:hover .image-wrapper img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.news .image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news .content-wrapper:hover .image-wrapper::after {
    background: rgba(0, 0, 0, 0.5);
}

.news .post-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
}

.news .large-post .post-content {
    left: 40px;
    right: 40px;
    bottom: 40px;
}

.news .medium-post .post-content {
    left: 35px;
    right: 35px;
    bottom: 35px;
}

html[dir="rtl"] .news .post-content h3 a {
    background-position: right bottom;
}

.news .post-content h3 a {
    color: #EFF2F6;
    display: inline;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0% 4px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news .post-content h3 a:is(:hover, :focus-visible) {
    background-size: 100% 4px;
}

.news .post-content h3 {
    margin-bottom: 15px;
    line-height: 27px;
    font-size: 18px;
    font-weight: 600;
}

.news .large-post .post-content h3 {
    font-size: 30px;
    line-height: 45px;
}

.news .medium-post .post-content h3 {
    font-size: 25px;
    line-height: 38px;
}

.news .post-meta li,
.news .post-meta li a {
    display: inline-block;
    color: #CACEDA;
    font-weight: 500;
    font-size: 16px;
}

html[dir=rtl] .news .post-meta li:not(:last-child) {
    margin-right: auto;
    margin-left: 15px;
}

.news .post-meta li:not(:last-child) {
    margin-right: 15px;
}

/*  News Modal */
.news .modal .modal-title {
    max-width: 595px;
    margin: auto auto 40px;
}

.news .modal .news-update {
    font-size: 13px;
}

.news .modal .post-meta li,
.news .modal .post-meta li a {
    color: #9BA3B7;
}

/*** Instagram Feed ***/
.instagram-feed .instagram-feed-title h3 {
    font-size: 28px;
    margin-bottom: 60px;
    font-weight: 500;
}

.instagram-feed .instagram-post-box {
    position: relative;
}

.instagram-feed .instagram-post-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.instagram-feed .instagram-post-box:hover::after {
    background: rgba(0, 0, 0, 0.329);
    opacity: 1;
}

.instagram-feed .instagram-post-box.gradient:hover::after {
    background: -webkit-linear-gradient(224.14deg, rgba(255, 0, 245, 0.65) 1.47%, rgba(107, 202, 255, 0.4) 97.79%);
    background: -moz-linear-gradient(224.14deg, rgba(255, 0, 245, 0.65) 1.47%, rgba(107, 202, 255, 0.4) 97.79%);
    background: linear-gradient(224.14deg, rgba(255, 0, 245, 0.65) 1.47%, rgba(107, 202, 255, 0.4) 97.79%);
    opacity: 1;
}

.instagram-feed .instagram-post-box img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.instagram-feed .instagram-post-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -15%);
    -moz-transform: translate(-50%, -15%);
    -ms-transform: translate(-50%, -15%);
    -o-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.instagram-feed .instagram-post-box:hover .instagram-post-info {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

.instagram-feed .instagram-post-info i,
.instagram-feed .instagram-post-info h5 {
    color: #FFF;
    margin: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.instagram-feed .instagram-post-info i {
    font-size: 45px;
    line-height: 1.5;
}

.instagram-feed .instagram-post-info h5 {
    font-size: 20px;
    font-weight: 500;
}

/*** Contact Form ***/
.contact .contact-address p {
    font-size: 16px;
}

.contact .contact-address .contact-option {
    margin-top: 40px;
}

.contact .contact-address .contact-option p:not(:last-child) {
    margin-bottom: 12px;
}

html[dir=rtl] .contact .contact-address .contact-option span {
    margin-right: auto;
    margin-left: 10px;
}

.contact .contact-address .contact-option span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #FFF;
    margin-right: 10px;
}

.contact .contact-address .contact-option a {
    color: #9BA3B7;
}

html[dir="rtl"] .contact .form-control {
    direction: rtl;
}

.contact .form-control {
    padding: 12px 18px;
    border-radius: 5px;
    height: 56px;
    background: transparent;
    border: 1px solid #70788D;
    color: #9BA3B7;
}

.contact textarea.form-control {
    min-height: 135px;
}

.contact .form-control:focus {
    box-shadow: none !important;
}

.form-control::-webkit-input-placeholder {
    color: #9498a3;
}

.contact button[type="submit"] {
    border: none;
}

.contact .form-message {
    display: none;
}

.contact .form-message.active {
    display: block;
}

/* [ Footer ] */
/*================================================== */
.footer {
    padding: 70px 0;
}

.footer .copyright,
.footer .footer-nav li {
    font-size: 16px;
}

.footer .copyright a {
    font-weight: 500;
}

.footer .copyright a:hover {
    text-decoration: underline;
}

.footer .footer-nav li:not(:last-child):after {
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    vertical-align: middle;
    background: #9BA3B7;
}

.footer .footer-nav a {
    color: #9BA3B7;
    font-weight: 400;
}

/* [ Back to Top ] */
/*================================================== */
html[dir=rtl] #back-top-top {
    right: auto;
    left: 10px;
}

#back-top-top {
    position: fixed;
    bottom: -20px;
    right: 10px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #9BA3B7;
    background: #4A4E57;
    z-index: 111;
    opacity: 0;
    visibility: hidden;
}

#back-top-top:hover {
    color: #FFF !important;
}

#back-top-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 8px;
}

/* [ Terms & Policy, Disclaimer ] */
/*================================================== */
html[dir=rtl] .termsPlicy-disclaimer .modal-close {
    right: auto;
    left: 20px;
}

.termsPlicy-disclaimer .modal-close {
    top: 20px;
    right: 20px;
}

.termsPlicy-disclaimer .termsPlicy-disclaimer-update {
    font-size: 15px;
    margin-bottom: 25px;
}

.termsPlicy-disclaimer .modal-body {
    padding: 40px 20px 20px;
}

.termsPlicy-disclaimer .modal-content-box {
    border: 1px solid #70788D;
    padding: 20px;
}

.termsPlicy-disclaimer .modal-content-desc p {
    line-height: 29px;
    font-size: 15px;
}

.termsPlicy-disclaimer .modal-content-desc p:not(:last-child) {
    margin-bottom: 20px;
}

.termsPlicy-disclaimer hr.separator {
    margin: 20px 0;
}