@import url(../vendor/bootstrap/css/bootstrap.min.css);
@import url(../vendor/aos/aos.css);
@import url(../vendor/icofont/icofont.min.css);
@import url(../slider1/style.css);
body {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 24px;
    overflow-x: hidden
}

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

a {
    color: #da251c
}

a:hover {
    text-decoration: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Montserrat', sans-serif!important
}

.btn.focus,
.btn:focus a {
    color: #5e5e5e;
    text-decoration: none;
    outline: 0;
    transition: ease all .5s
}

a:hover,
a:focus {
    outline: none!important
}

button:focus {
    outline: transparent!important
}

p {
    font-size: 18px;
    font-weight: 600;
    text-align: justify
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none
}

button {
    background: #fff;
    border: 0;
    padding: 10px 24px;
    color: #000;
    transition: .4s;
    border-radius: 5px;
    font-size: 18px!important
}

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

h3 {
    font-size: 50px
}

h4 {
    font-size: 40px
}

h5 {
    font-size: 27px
}

h6 {
    font-size: 22px
}

ul {
    margin: 0;
    padding: 0
}

:focus {
    outline: 0
}

.common-button-group {
    display: flex;
    margin-top: 60px
}

.common-button {
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    float: none
}

.common-button:hover {
    background-color: #e6e6e6
}

.common-button:not(:first-of-type) {
    margin-left: 15px
}

.common-button.bg-red {
    color: #fff;
    background-color: #b11e1e;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    padding-right: 20px
}

.common-button.bg-red:hover {
    background-color: #000
}

.common-button-arrow .arrow-icon {
    overflow: visible;
    width: 30px;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    height: 30px;
    color: #b11e1e;
    transition: ease all .5s
}

.common-button-arrow .arrow-head {
    transform: translateX(0);
    transition: transform 150ms ease-in-out
}

.common-button-arrow .arrow-body {
    opacity: 0;
    transform: scaleX(1);
    transition: transform 150ms ease-in-out, opacity 150ms ease-in-out;
    padding-left: 6px
}

.common-button-arrow:hover .arrow-head {
    transform: translateX(3px)
}

.common-button-arrow:hover .arrow-body {
    opacity: 1;
    transform: scaleX(2)
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 3px solid #da251c;
    border-top-color: transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite
}

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

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

.slick-dotted.slick-slider {
    margin-bottom: 0!important;
    z-index: 0
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0!important
    }
}

#header {
    transition: all .5s;
    z-index: 997;
    position: sticky
}

#header h1 {
    margin: 0!important
}

#header .logo a {
    color: #2d405f
}

#header .logo img {
    max-width: 160px
}

#header .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

#header .sticky {
    background-color: #fff!important
}

.nav-menu {
    width: 100%;
    margin: auto
}

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

.nav-menu>ul {
    display: flex;
    justify-content: flex-end
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 28px;
    display: flex;
    align-items: center
}

.nav-menu>ul>li:last-child {
    padding-right: 15px
}

.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    transition: .3s;
    font-size: 17px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #bdd748
}

.nav-menu .active>a::after {
    content: '\ea6a';
    font-family: IcoFont;
    position: absolute;
    bottom: -32px;
    color: #bdd748;
    left: 40%
}

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

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

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

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

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

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

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

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

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

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

@media(max-width:1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%
    }
    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d"
    }
}

.get-started-btn {
    margin-left: 25px;
    background: #008dbb;
    color: #fff!important;
    border-radius: 5px;
    padding: 8px 25px 10px 25px;
    white-space: nowrap;
    transition: .3s;
    font-size: 17px;
    display: inline-block;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif
}

.get-started-btn:hover {
    background: #008dbb;
    color: #fff
}

@media(max-width:768px) {
    .get-started-btn {
        margin: 0 48px 0 0;
        padding: 6px 18px
    }
}

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

.mobile-nav-toggle i {
    color: #da251c;
    font-size: 25px
}

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

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

.mobile-nav a {
    display: block;
    position: relative;
    color: #2d405f;
    padding: 10px 20px;
    font-weight: 500;
    outline: 0
}

.mobile-nav p {
    padding: 10px 20px
}

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

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

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

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

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

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

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

.mobile-nav-active {
    overflow: hidden
}

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

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

.mobile-nav {
    font-size: 20px
}

.mobile-nav-active .mobile-nav .info-box img {
    width: 50px
}

.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    transition: fadeIn all .5s;
    z-index: 999;
    -webkit-box-shadow: 0 2px 15px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 15px rgb(0 0 0 / 8%)
}

.sticky .nav-menu a {
    color: #000
}

.sticky .header-bg {
    background-color: #fff!important
}

.footer {
    color: #fff;
    background: #f1f3ff
}

.footer .footer-top {
    background: #383738
}

.footer .footer-top .footer-contact {
    margin-bottom: 30px
}

.footer .footer-top .footer-contact h4 {
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    color: #2d405f
}

.contact-info {
    margin-bottom: 50px
}

.contact-info ul {
    display: flex;
    margin-bottom: 20px
}

.contact-info i {
    margin-right: 15px
}

.footer .footer-top .footer-contact p {
    line-height: 24px;
    margin-bottom: 0
}

.footer h4 {
    font-weight: bold;
    color: #da251c;
    position: relative;
    padding-bottom: 25px;
    text-transform: uppercase
}

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

.footer .footer-top a:hover {
    color: #da251c
}

.footer .footer-top .common-button.bg-red {
    padding: 10px 30px
}

.footer .social-links a {
    font-size: 18px;
    color: #fff;
    text-align: center;
    transition: .3s;
    padding: 10px 13px;
    background-color: #676667;
    border-radius: 50%;
    margin-right: 5px
}

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

.footer .social-links img {
    width: 20px;
    filter: invert(1)
}

.footer .social-links li {
    list-style-type: none;
    display: flex
}

.footer .social-links li {
    list-style-type: none
}

.footer .social-links ul {
    display: flex
}

.footer-middle {
    height: 100%
}

.footer-bottom {
    background-color: #f6f6f6;
    padding: 20px 0;
    font-size: 18px;
    height: 100%;
    color: #434243;
    font-weight: 600
}

.footer-bottom a {
    color: #676667
}

.footer-bottom .copyright a {
    padding: 0 15px
}

.footer-bottom a:hover {
    color: #f20
}

.footer-left {
    padding: 80px 0;
    padding-right: 30px
}

.footer-right {
    padding: 80px 0;
    padding-left: 30px
}

.footer-left p {
    padding-bottom: 40px
}

.feature.map {
    height: 100%;
    margin-top: 0
}

.feature.map iframe {
    height: 100%;
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'><filterid='grayscale'><feColorMatrixtype='matrix'values='0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden
}

.whatsapp {
    width: 50px;
    height: 50px;
    order: 2;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    transition: all .5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0;
    background: #4dc247;
    left: 0;
    margin: 15px
}

.venom-button {
    left: 15px!important
}

.venom-button .venom-button-popup.active {
    left: 15px!important
}

.venom-button .venom-button-button {
    width: 50px!important;
    height: 50px!important
}

.venom-button .venom-button-popup {
    z-index: 9
}

.venom-button {
    z-index: 9
}

.venom-button .venom-button-button img,
.venom-button .venom-button-button svg {
    padding: 10px;
    width: 30px
}

.copyright {
    display: flex;
    align-items: center;
    float: right;
    justify-content: flex-end;
    line-height: 15px
}

header {
    width: 100%;
    text-align: center;
    top: 0;
    display: block!important;
    z-index: 99;
    margin: auto;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.navbar {
    padding: 0
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #fff;
    -webkit-animation: dude .75s 1 forwards;
    -moz-animation: dude .75s 1 forwards;
    -o-animation: dude .75s 1 forwards;
    animation: dude .75s 1 forwards;
    top: -38px;
    padding-right: 34px;
}

.navbar-nav .nav-link {
    margin-right: 20px
}

.navbar-nav .nav-link:last-child {
    margin-right: 0
}

.navbar-nav::after {
    content: '';
    height: 1px;
    background-color: #fff
}

@-webkit-keyframes dude {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-moz-keyframes dude {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-o-keyframes dude {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@keyframes dude {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
    padding: 0;
    border-radius: 0;
    border: transparent
}

.dropdown-submenu {
    position: relative
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #da251c
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -10rem;
    margin-top: -6px
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    top: calc(100%+30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    background: #da251c;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: .3s;
    left: -40px
}

.navbar .dropdown ul li {
    min-width: 197px;
    border-bottom: 1px solid #da251c
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    font-weight: 800
}

.navbar-dark .navbar-nav .nav-link::after.active {
    border-bottom: 5px solid #da251c;
    position: relative;
    bottom: -5px;
    margin-bottom: 0
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 18px;
    transition: ease all .5s;
    color: #fff
}

.navbar .dropdown ul a i {
    font-size: 17px
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #fff;
    background: #000
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media(max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg)
}

.affix .color-logo {
    display: block;
    transition: ease all .5s;
    padding: 5px 0
}

.affix .white-color-logo {
    display: none
}

.main-menu .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding: 20px 0;
    display: flex;
    line-height: 29px;
    align-items: center;
    transition: ease all .5s;
    text-transform: uppercase;
    letter-spacing: 2px;
    justify-content: center
}

.main-menu .navbar-nav .nav-link.active {
    width: 100%;
    position: relative;
    border-bottom: 5px solid #da251c;
    padding-bottom: 20px;
    margin-bottom: -6px
}

.main-menu .navbar-dark .navbar-nav .active>.nav-link,
.main-menu .navbar-dark .navbar-nav .nav-link.show,
.main-menu .navbar-dark .navbar-nav .show>.nav-link {
    color: #da251c;
    transition: ease all .5s;
    position: relative
}

.navbar-nav li.last-mb {
    margin-right: -58px
}

.navbar-toggler {
    border: transparent!important;
    float: right
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    right: 0;
    opacity: 1
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: .9;
    top: 11px
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: .9;
    top: -12px
}

.main-menu {
    width: 103%;
    text-align: center;
    display: block!important;
    margin: auto;
    padding: 0;
    top: 0
}

.main-menu .col-12 {
    display: flex;
    align-items: center;
    float: right
}

.main-menu .logo {
    display: flex;
    align-items: center;
    transition: .2s;
    text-align: left
}

.main-menu .logo a img {
    transition: ease all .5s;
    width: 100%;
    max-width: 100%;
    margin-top: 20px
}

.header.affix {
    padding: 0;
    transition: ease all .5s;
    background-color: #383738
}

.header.affix .main-menu {
    top: 0
}

.header.affix .navbar-toggler span {
    background-color: #da251c
}

.header.affix .navbar-toggler:not(.collapsed) span:nth-child(1) {
    background-color: #fff
}

.header.affix .navbar-toggler:not(.collapsed) span:nth-child(3) {
    background-color: #fff
}

.header.affix .main-menu .logo a img {
    transition: ease all .5s;
    width: 100px;
    margin-top: 0
}

.header.affix .top-header {
    margin-bottom: 0
}

.header.affix .main-menu .navbar-nav {
    border-bottom: transparent;
    position: relative;
    top: 0
}

.header.affix .main-menu .logo {
    margin-top: 0
}

.header.affix .top-header img {
    filter: contrast(0.5)
}

.header.affix .main-menu .navbar-nav .nav-link {
    line-height: 57px
}

.top-header {
    border-bottom: 1px solid #aaa;
    overflow: hidden;
}

.social-link img {
    width: 40px;
    height: auto;
    top: -2px;
    position: relative;
    padding: 8px
}

.social-link ul {
    display: flex;
    width: 100%;
    justify-content: space-around
}

.social-link ul li {
    border-right: 1px solid #aaa;
    padding: 20px 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%
}

.social-link li a {
    transition: ease all .5s;
    text-align: center
}

.social-link li:hover {
    background-color: #da251c
}

.social-link li:nth-child(5) li {
    border-right: 1px solid #aaa
}

.social-link li i {
    font-size: 17px;
    color: #fff
}

.top-right {
    height: 100%;
    font-weight: 500
}

.top-right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%
}

.top-right li a {
    font-size: 18px;
    height: 100%;
    color: #fff;
    padding: 20px 25px;
    border-left: 1px solid #ccc
}

.top-right li a:hover {
    color: #b11e1e
}

.top-right li:last-child a {
    border-right: 1px solid #ccc
}

.slide {
    position: relative;
    transition: 1s
}

.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden
}

@media(min-width:992px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }
}

.slide .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1!important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease
}

.slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.slide .slide__content.slide__content__left {
    left: 15%;
    transform: translate(-15%, -50%)
}

.slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%)
}

.slide .slide__content--headings {
    color: #FFF
}

.slide .slide__content--headings h2 {
    font-size: 4.5rem;
    margin: 10px 0
}

.slide .slide__content--headings .animated {
    transition: all .5s ease
}

.slide .slide__content--headings .top-title {
    font-family: "Playball", cursive;
    font-size: 2.5rem
}

.slide .slide__content--headings .title {
    font-size: 3.5rem
}

.slide .slide__content--headings .button-custom {
    text-decoration: none;
    color: #333;
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem
}

.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity .5s ease .3s;
    transition: 1s
}

.slick-dotted .slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all .3s ease
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: 0
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: .25;
    width: 20px;
    height: 20px
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: .75
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: .25;
    width: 50px;
    height: 3px;
    padding: 0
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1
}

.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: .75
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1
}

@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s
    }
    to {
        transform: scale3d(1, 1, 1);
        transition: 1s
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s
    }
    to {
        transform: scale3d(1, 1, 1);
        transition: 1s
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
    transition: 1s
}

.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px)
}

.slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 999
}

.slick-nav.next-arrow {
    left: auto;
    right: 3%
}

.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%
}

.slick-nav i:before,
.slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%
}

.slick-nav i:before {
    transform: rotate(-40deg)
}

.slick-nav i:after {
    transform: rotate(40deg)
}

.slick-nav:before,
.slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid var(--border)
}

.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg)
}

.slick-nav.animate svg {
    -webkit-animation: stroke 1s ease forwards .3s;
    animation: stroke 1s ease forwards .3s
}

.slick-nav.animate i {
    -webkit-animation: arrow 1.6s ease forwards;
    animation: arrow 1.6s ease forwards
}

.slick-nav.animate i:before {
    -webkit-animation: arrowUp 1.6s ease forwards;
    animation: arrowUp 1.6s ease forwards
}

.slick-nav.animate i:after {
    -webkit-animation: arrowDown 1.6s ease forwards;
    animation: arrowDown 1.6s ease forwards
}

@-webkit-keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0
    }
    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0
    }
    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0
    }
    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0
    }
    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126
    }
}

@-webkit-keyframes arrow {
    0%,
    100% {
        transform: translateX(0);
        opacity: 1
    }
    23% {
        transform: translateX(17px);
        opacity: 1
    }
    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0
    }
    81% {
        opacity: 1;
        transform: translateX(-22px)
    }
}

@keyframes arrow {
    0%,
    100% {
        transform: translateX(0);
        opacity: 1
    }
    23% {
        transform: translateX(17px);
        opacity: 1
    }
    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0
    }
    81% {
        opacity: 1;
        transform: translateX(-22px)
    }
}

@-webkit-keyframes arrowUp {
    0%,
    100% {
        transform: rotate(-40deg) scaleX(1)
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1)
    }
}

@keyframes arrowUp {
    0%,
    100% {
        transform: rotate(-40deg) scaleX(1)
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1)
    }
}

@-webkit-keyframes arrowDown {
    0%,
    100% {
        transform: rotate(40deg) scaleX(1)
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1)
    }
}

@keyframes arrowDown {
    0%,
    100% {
        transform: rotate(40deg) scaleX(1)
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1)
    }
}

.who-we-are-section {
    position: relative;
    padding: 80px 0;
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden
}

.who-we-are-section::before {
    -webkit-animation: shine 6.5s infinite cubic-bezier(0.42, 0, 0.58, 1);
    animation: shine 6.5s infinite cubic-bezier(0.42, 0, 0.58, 1);
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.699) 90%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#00ffffff", GradientType=1);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.who-we-are-section::after {
    border-radius: 100px 0 0 100px;
    overflow: hidden;
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/section-bg/who-we-are.jpg);
    position: absolute;
    z-index: -1;
    width: 89%;
    height: 100%;
    display: block;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 11%
}

.who-we-are-section h3 {
    color: #383738;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px
}

.who-we-are-section .h4 {
    padding: 30px
}

.who-we-are-section h6:before {
    content: '';
    position: relative;
    width: 55px;
    height: 1px;
    background-color: #383738;
    margin-right: 15px
}

.who-we-are-section h6 {
    color: #383738;
    text-transform: uppercase;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px
}

.who-we-are-section h3 span {
    color: #f20
}

.who-we-are-section h5 {
    font-weight: bold;
    color: #000;
    padding-bottom: 25px;
    text-align: justify
}

.who-we-are-section .who-left {
    max-width: 53%;
    margin-left: 8%
}

.company-glance-section {
    position: relative;
    padding: 80px 0;
    margin-top: 100px;
    margin-bottom: 100px
}

.company-glance-section::after {
    border-radius: 0 100px 100px 0;
    overflow: hidden;
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/section-bg/glance-bg.jpg);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ccc;
    position: absolute;
    top: 0;
    right: 28%
}

.company-glance-per {
    font-size: 12vw;
    line-height: 10vw;
    margin: 0;
    font-weight: 700;
    background: url(../img/100per-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0.08);
    animation: zoomout 10s ease 500ms forwards infinite;
    background-color: #da251c
}

@keyframes zoomout {
    from {
        background-size: 100%
    }
    to {
        background-size: 50%
    }
}

.company-glance-section h4 {
    color: #da251c;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 50px
}

.company-glance-section .glance-right h5 {
    color: #da251c;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 35px;
    padding-top: 55px
}

.company-glance-section p {
    color: #000;
    width: 75%
}

.glance_count {
    font-size: 110px;
    color: #383738;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif!important;
    display: inline-block
}

.glance_box .plus-sign {
    font-size: 110px;
    color: #383738;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif!important;
    display: inline-block
}

.glance_counter {
    display: flex;
    margin-top: 16%
}

.glance_box {
    width: 33.33%
}

.glance_box h6 {
    width: 61%;
    margin-top: 30px;
    font-weight: bold
}

.glance-left {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 30px
}

.glance-img {
    position: relative
}

.glance-img::after {
    content: '';
    width: 72%;
    height: 174px;
    position: absolute;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-color: #383738;
    background-position: center;
    top: 30%;
    z-index: 0
}

.glance-img img {
    z-index: 9;
    position: relative
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.glaceimg-box {
    width: 373px;
    position: relative;
    left: 30%;
    z-index: 1
}

.glaceimg-box::before {
    content: '';
    width: 136px;
    background-image: url(../img/glace-img-before.png);
    height: 137px;
    background-repeat: no-repeat;
    z-index: 99;
    position: absolute;
    top: 34.5%;
    font-size: inherit;
    left: 36%
}

.glaceimg-box img {
    padding: 5px
}

.exp-box h4 {
    position: absolute;
    text-align: center;
    top: 39%;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin: auto;
    text-transform: capitalize;
    z-index: 9;
    width: 15%;
    left: 13%
}

.our-commitment-section {
    position: relative;
    padding: 80px 0;
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden
}

.our-commitment-section::after {
    border-radius: 100px 0 0 100px;
    overflow: hidden;
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/section-bg/commitment.jpg);
    position: absolute;
    z-index: -1;
    width: 89%;
    height: 100%;
    display: block;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 11%
}

.our-commitment-section h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px
}

.our-commitment-section .h4 {
    padding: 30px
}

.our-commitment-section h6:before {
    content: '';
    position: relative;
    width: 55px;
    height: 1px;
    background-color: #fff;
    margin-right: 15px
}

.our-commitment-section h6 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px
}

.our-commitment-section h5 {
    padding-bottom: 0;
    margin-bottom: 0;
    color: #fff
}

.commitment-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
    background-color: #000000b0;
    padding: 20px;
    height: 150px
}

.commitment-box .commitment-icon img {
    height: 65px;
    width: 65px;
    margin-right: 25px
}

.commitment-box h5 span {
    font-weight: bold
}

.commitment-box h5 {
    font-size: 27px
}

.commitment-box .typing h4 {
    font-weight: 700;
    text-transform: none!important;
    color: #da251c;
    margin-bottom: 0;
    font-size: 27px
}

.our-presence-section {
    margin-top: 100px;
    width: -moz-calc(100% - 197px);
    width: -webkit-calc(100% - 197px);
    width: calc(100% - 197px);
    border-radius: 0 100px 100px 0;
    background-color: #ccc;
    left: 0;
    position: relative;
    padding-left: 197px;
    height: 100%;
    background: rgb(103, 103, 103);
    background: linear-gradient(90deg, rgba(103, 103, 103, 1) 4%, rgba(119, 119, 119, 1) 21%, rgba(143, 143, 143, 1) 42%, rgba(102, 102, 102, 1) 59%, rgba(255, 235, 235, 1) 59%);
}

.our-presence-section .heading {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center
}

.our-presence-section h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px
}

.our-presence-section h6 {
    font-weight: bold;
    color: #ffebeb;
    margin-bottom: 30px;
    line-height: 32px;
    padding-left: 15px;
    border-left: 8px solid #deb53a;
    margin-bottom: 45px;
    font-size: 25px
}

.our-presence-section .list-style li:last-child {
    margin-bottom: 0
}

.our-presence-section p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px
}

.our-presence-section .list-style {
    margin-bottom: 0
}

.our-presence-section .list-style li>i {
    position: absolute;
    top: 12px;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20 px
}

.our-presence-section .list-style li {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
    display: flex
}

.presence-left {
    padding: 80px 0
}

.why-section {
    margin-top: 100px;
    margin-bottom: 100px;
    height: 100%;
    border-radius: 0 100px 100px 0;
    left: 0;
    width: -moz-calc(100% - 197px);
    width: -webkit-calc(100% - 197px);
    width: calc(100% - 197px);
    overflow: hidden;
    position: relative;
    background-image: url(../img/section-bg/why.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #001c92;
    mix-blend-mode: unset;
    display: inline-block
}

.why-section h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px
}

.why-section h3 span {
    color: #b11e1e
}

.why-section p {
    color: #fff
}

.why-left {
    padding: 80px 30px 80px 197px;
    background-color: #000000d4
}

.why-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px
}

.why-box img {
    height: 65px;
    width: 65px
}

.why-box h5 {
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    color: #fff
}

.why-box h5 span {
    padding-bottom: 0;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    font-weight: bold
}

.item {
    color: #fff;
    margin-top: -5px
}

[data-aos=example-anim1] {
    color: #fff;
    transition-delay: 2s;
    transform: skewX(45deg);
    transition-property: color, transform, opacity;
    transition-timing-function: ease-in-out
}

[data-aos=example-anim2] {
    transition-delay: 3s
}

[data-aos=example-anim3] {
    transition-delay: 4s
}

[data-aos=example-anim4] {
    transition-delay: 5s
}

[data-aos=example-anim1].aos-animate {
    color: #deb53a;
    margin-top: 0;
    transform: skewX(0);
    transition-timing-function: ease-out
}

[data-aos=example-anim2].aos-animate {
    color: #deb53a
}

[data-aos=example-anim3].aos-animate {
    color: #deb53a
}

[data-aos=example-anim4].aos-animate {
    color: #deb53a
}

.why-icon {
    margin-right: 20px;
    margin-top: 5px
}

.why-section h6:before {
    content: '';
    position: relative;
    width: 55px;
    height: 1px;
    background-color: #fff;
    margin-right: 15px
}

.why-section h6 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px
}

.featured-project-section {
    overflow: hidden;
    margin-top: 100px;
    height: 100%
}

.featured-project-section h6:before {
    content: '';
    position: relative;
    width: 55px;
    height: 1px;
    background-color: #383738;
    margin-right: 15px
}

.featured-project-section h6 {
    color: #383738;
    text-transform: uppercase;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px
}

.featured-project-section h3 {
    color: #383738;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px
}

.featured-project-section .heading {
    text-align: center
}

.featured-project-section h3 span {
    color: #f20
}

.featured-project-section h5 {
    font-weight: bold;
    color: #da221a;
    padding-bottom: 25px
}

.project-box {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: space-between;
    margin: auto
}

.project-img {
    transform: scale(0.9);
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    width: 300px;
    margin: auto;
    height: auto;
    background-color: #fff;
    transition: ease all .5s
}

.project-content a:hover .project-img {
    transform: scale(1)
}

.project-content a:hover .project-img img {
    transform: scale(1)
}

.project-content a:hover .project-heading h5 {
    color: #da251c
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease all .5s
}

.project-heading h5 {
    text-transform: uppercase;
    color: #383738;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 100%
}

.project-heading h5::before {
    content: '';
    position: relative;
    width: 2px;
    height: 26px;
    background-color: #383738;
    margin-right: 15px;
    text-align: center;
    margin: auto;
    margin-bottom: 40px
}

.award-section {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden
}

.award-section .award-right h4 {
    font-weight: bold;
    color: #da221a;
    padding-bottom: 30px
}

.award-right::after {
    background-color: #f6f6f6;
    width: 100vw;
    left: -10vw;
    content: '';
    position: absolute;
    height: 60%;
    z-index: -1;
    margin: -14% 0
}

.award-right {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    margin: 70px;
    position: relative;
    top: -10%
}

.form-control {
    display: block;
    width: 100%;
    padding: 30px 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff!important;
    background-color: #676667;
    border: transparent;
    transition: border-color 2.15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 30px
}

.form-control:focus {
    color: #495057;
    outline: 0;
    background-color: #676667;
    box-shadow: 0 0 0 .05rem #f20
}

.form-control::placeholder {
    color: #fff;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #fff
}

.form-control::-ms-input-placeholder {
    color: #fff
}

.top-header-box {
    background-color: transparent;
    position: fixed;
    z-index: 999;
    width: 100vw;
    top: 0;
    background: #000;
    background: linear-gradient(180deg, rgb(0 0 0 / 80%) -43%, rgb(0 0 0 / 48%) 52%, rgb(0 0 0 / 0) 100%)
}

#backtotop {
    display: inline-block;
    background-color: #da251c;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#backtotop::after {
    content: "\eab9";
    font-family: icofont;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 50px;
    color: #fff
}

#backtotop:hover {
    cursor: pointer;
    background-color: #333
}

#backtotop:active {
    background-color: #555
}

#backtotop.show {
    opacity: 1;
    visibility: visible
}

.triangle {
    stroke: #0eb4db;
    stroke-dasharray: 17;
    animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite
}

@keyframes dash {
    to {
        stroke-dashoffset: 136
    }
}

.loading {
    font-family: 'Orbitron', sans-serif;
    font-size: 5px;
    animation: blink .9s ease-in-out infinite
}

@keyframes blink {
    50% {
        opacity: 0
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0!important;
    z-index: 0
}

.hover-underline-animation {
    display: inline-block;
    position: relative
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 5px;
    bottom: -5px;
    left: 0;
    background-color: #b11e1e;
    transform-origin: bottom right;
    transition: transform .25s ease-out
}

.hover-underline-animation::after .nav-link.active {
    border-bottom: 5px solid #da251c
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left
}

.banner-content .i-card {
    font-size: 60px;
    font-weight: bold
}

.map {
    margin-top: 3em;
    position: relative
}

.map__markers {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 89px;
    left: 6%
}

.map img {
    width: 100vw
}

.map__marker {
    position: absolute
}

.map__marker:after {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: pop;
    animation-name: pop;
    border-radius: 50%;
    border: 1px solid #ce606f;
    content: "";
    height: 22px;
    left: 8px;
    margin: -1.7em 0 0 -0.5em;
    opacity: 0;
    position: absolute;
    top: 29px;
    width: 22px;
    border-radius: 50%
}

.map__marker>.head-click {
    border-radius: 50%;
    height: 20px;
    display: block;
    text-indent: -9999px;
    width: 20px;
    background-image: url(../map/pin.png);
    top: 10px;
    position: relative
}

.map__marker>.head-click::before {
    background: transparent;
    border-radius: 30px;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 1
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

.map__marker--aryavarta {
    left: 25%;
    top: 218px
}

.map__marker--rgit {
    left: 12%;
    top: 234px
}

.map__marker--sweena {
    left: 17%;
    top: 230px
}

.map__marker--ftflower {
    left: 18%;
    top: 259px
}

.map__marker--chinar {
    left: 20%;
    top: 199px
}

.map__marker--diptigreens {
    left: 21%;
    top: 235px
}

.map__marker--dipticlassic {
    left: 15%;
    top: 203px
}

.map__marker--madhuban {
    left: 13%;
    top: 259px
}

.map__marker--nakshatra {
    left: 20%;
    top: 367px
}

.map__marker--shramassadhana {
    left: 22%;
    top: 300px
}

.map__marker--diptichs {
    left: 17%;
    top: 292px
}

.map__marker--diptijyot {
    left: 22%;
    top: 268px
}

.map__marker--costagravas {
    left: 15%;
    top: 126px
}

.map__marker--diptiblossom {
    left: 13%;
    top: 102px
}

.map__marker--diptisapphire {
    left: 16%;
    top: 175px
}

.map__marker--manohartalegaon {
    right: 30%;
    top: 280px
}

.map__marker--reinotalegaon {
    right: 28%;
    top: 259px
}

.map__marker--jaintalegaon {
    right: 39%;
    top: 259px
}

.map__marker--montanatalegaon {
    right: 33%;
    top: 262px
}

.map__marker--vittoriatalegaon {
    right: 37%;
    top: 290px
}

.map__marker--valenciatalegaon {
    right: 33%;
    top: 314px
}

.map__marker--riddhi {
    left: 14%;
    top: 152px
}

.map__marker--flora {
    left: 12%;
    top: 123px
}

.map__marker--amita {
    right: 71%;
    top: 251px
}

.map__marker--yashodhan {
    right: 72%;
    top: 284px
}

.map__marker--trupti {
    right: 74%;
    top: 244px
}

.map__marker-info {
    display: none;
    left: 50%;
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(-50%, -2em);
    -ms-transform: translate(-50%, -2em);
    transform: translate(-50%, -2em);
    width: auto;
    z-index: 999;
    min-width: 10vw;
    text-align: center
}

.map__marker-info-header {
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    color: #fff;
    padding: .5em 1em
}

.map__marker-info-main {
    background-color: #383738;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    color: #fff;
    padding: 20px
}

.map__marker-info h3 {
    color: #fff;
    width: 100%;
    font-size: 18px;
    padding-bottom: 1px
}

.map__marker-info p {
    margin-bottom: 0!important;
    font-size: 18px;
    line-height: 20px;
    text-align: center
}

.map__marker-info-inner {
    border-radius: .5em;
    -webkit-box-shadow: 0 0 .25em rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 .25em rgba(0, 0, 0, 0.3);
    font-size: .875em
}

.map__marker-info-inner:after {
    border-left: .75em solid transparent;
    border-right: .75em solid transparent;
    border-top: 1em solid #383738;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bounce-in {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounce-in {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.animate--bounce-in {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounce-in;
    animation-name: bounce-in
}

.fullpage-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: #fff;
    z-index: 9999;
    opacity: 1;
    transition: opacity .5s;
    display: flex;
    justify-content: center;
    align-items: center
}

.fullpage-loader .fullpage-loader__logo {
    position: relative;
    width: 100px
}

.fullpage-loader .fullpage-loader__logo:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: shine 2.5s infinite cubic-bezier(0.42, 0, 0.58, 1);
    animation: shine 2.5s infinite cubic-bezier(0.42, 0, 0.58, 1);
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, white 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#00ffffff", GradientType=1)
}

@-webkit-keyframes shine {
    0% {
        transform: translateX(-100%) skew(-30deg)
    }
    100% {
        transform: translateX(200%) skew(-30deg)
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) skew(-30deg)
    }
    100% {
        transform: translateX(200%) skew(-30deg)
    }
}

.fullpage-loader--invisible {
    opacity: 0
}

.float-container {
    position: fixed;
    top: 33%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 99
}

.float-container a {
    padding: 12px 15px !important;
}

.float-container a {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 50px;
    margin-right: -197px;
    margin-bottom: 10px;
    padding: 20px 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: white;
    border-radius: 50px 0 0 50px;
    background-color: #383738;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
    font-size: 16px
}

.float-container a:hover {
    margin-right: 0;
    background-color: #b11e1e;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d
}

.float-container .icon:before {
    font-family: "IcoFont";
    margin-right: 25px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 25px
}


/* fixed button  */

#slideout {
    cursor: pointer;
}

.sticky-button {
    height: 51px;
    margin-right: -195px;
    width: 250px;
    margin-bottom: 8px;
}

.sticky-button.active {
    margin-right: -3px;
    transition: margin 0.2s ease-out;
}

.sticky-button a {
    display: flex;
    background-color: #383738;
}

.sticky-button.active:hover a {
    background-color: #b11e1e;
}

.sticky-button1.active:hover a {
    background-color: #b11e1e;
}

.hand {
    position: absolute;
    width: 100%;
    height: 51px;
}

.sticky-button1 {
    height: 51px;
    margin-right: -195px;
    width: 250px;
    margin-bottom: 8px;
}

.sticky-button1.active {
    margin-right: -3px;
    transition: margin 0.2s ease-out;
}

.sticky-button1 a {
    display: flex;
}

.hand1 {
    position: absolute;
    width: 100%;
    height: 51px;
}


/* fixed button  */

.icon.one:before {
    content: "\ef14"
}

.icon.two:before {
    content: "\ed86"
}

.icon.three:before {
    content: "\efbb"
}

.ml12 {
    font-size: 50px;
    color: #fff;
    word-spacing: 10px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif!important;
    text-transform: capitalize;
    width: 100%
}

.ml12 .letter {
    display: inline-block;
    line-height: 1em;
    text-transform: capitalize
}

.ml13 {
    font-size: 50px;
    color: #fff;
    word-spacing: 10px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif!important;
    text-transform: capitalize;
    width: 96%
}

.ml13 .letter {
    display: inline-block;
    line-height: 1em;
    text-transform: capitalize
}

.ml14 {
    font-size: 50px;
    color: #fff;
    word-spacing: 10px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif!important;
    text-transform: capitalize;
    width: 96%
}

.ml14 .letter {
    display: inline-block;
    line-height: 1em;
    text-transform: capitalize
}

.ml15 {
    font-size: 50px;
    color: #fff;
    word-spacing: 10px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif!important;
    text-transform: capitalize
}

.ml15 .letter {
    display: inline-block;
    line-height: 1em;
    text-transform: capitalize
}

.ml16 {
    font-size: 50px;
    color: #fff;
    word-spacing: 10px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif!important;
    text-transform: capitalize
}

.ml16 .letter {
    display: inline-block;
    line-height: 1em;
    text-transform: capitalize
}

.ml17 {
    font-size: 50px;
    color: #fff;
    word-spacing: 10px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif!important;
    text-transform: capitalize
}

.ml17 .letter {
    display: inline-block;
    line-height: 1em;
    text-transform: capitalize
}

.breadcrumb-section .breadcrumb li {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px
}

.breadcrumb-section .breadcrumb {
    margin-bottom: 0;
    background-color: transparent
}

.breadcrumb-section {
    background-color: #f5f5f5
}

.inside-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.inside-banner h1 {
    position: absolute;
    bottom: 0;
    padding: 0 30px;
    color: #fff;
    filter: drop-shadow(2px 4px 17px black);
    font-size: 60px;
    font-weight: 100;
    text-transform: uppercase
}

.inside-header-title {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    float: left
}

.inside-header-title p {
    width: 52%;
    text-align: center;
    margin: 0 auto
}

.inside-header-list {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 50px
}

.inside-header-list .div-title {
    font-size: 25px;
    font-weight: bold
}

.inside-header-list img {
    width: auto;
    margin-bottom: 30px;
    height: 110px
}

.inside-header-title .title-2 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase
}

.inside-banner-content {
    height: 100%;
    min-height: 500px
}

.heading-main h3 {
    text-align: center;
    font-weight: 500;
    font-size: 50px
}

.heading-main span {
    color: #b11e1e
}

.separator-line-vertical {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    background-image: linear-gradient(to right top, #ff6557, #ff5a5f, #ff4e68, #ff4271, #ff367c);
    height: 2px;
    width: 40px;
    text-align: center;
    margin: 30px auto
}

.content-part {
    padding: 100px 0;
    position: relative
}

.company-section-one {
    position: relative;
    padding: 80px 0;
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden
}

.company-section-one::after {
    border-radius: 100px 0 0 100px;
    overflow: hidden;
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    z-index: -1;
    width: 60%;
    height: 100%;
    display: block;
    background-color: #383738;
    left: 40%;
    top: 0;
    background-image: url(../img/section-bg/taj-hotel-bg.html);
    background-blend-mode: color-burn;
    background-size: cover
}

.company-section-one h5 {
    font-weight: bold;
    color: #da221a;
    padding-bottom: 25px
}

@keyframes duepduep {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(-40px, 0)
    }
    75% {
        transform: translate(0, 0)
    }
}

.company-img-left img {
    border-radius: 10px;
    min-height: 500px;
    object-fit: cover;
    width: 80%;
    float: right
}

.company-img-right {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 50px
}

.red-text {
    color: #da221a
}

.company-section-two {
    position: relative;
    padding: 80px 0;
    margin-top: 100px
}

.company-section-two::after {
    border-radius: 0 100px 100px 0;
    overflow: hidden;
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    right: 8%;
    background-image: url(../img/section-bg/group-of-company-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5
}

.company-section-two h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px
}

.group-logo {
    width: 23%
}

.group-logo h6 {
    margin-top: 30px;
    font-weight: bold;
    text-align: center
}

.company-section-two h4 {
    color: #da251c;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 50px
}

.group-logo-box .logo-img {
    background-color: #383738;
    border-radius: 50%;
    display: flex;
    text-align: center;
    margin: auto;
    justify-content: center;
    width: 197px;
    height: 197px
}

.group-logo-box .logo-img img {
    width: 100%;
    height: 100%;
    padding: 35px;
    object-fit: cover
}

.group-logo-box .plus-sign {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%
}

.company-section-two-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.company-section-three {
    position: relative;
    padding: 80px 0;
    margin-top: 100px
}

.company-section-three::after {
    border-radius: 100px 0 0 100px;
    overflow: hidden;
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    left: 8%;
    background-image: url(../img/section-bg/about-section-three-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

.company-glance-section .glance-right h5 {
    color: #da251c;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 35px;
    padding-top: 55px
}

.company-section-three .glance_count {
    font-size: 70px;
    color: #da251c;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif!important;
    display: inline-block;
    margin-top: 15px
}

.company-section-three .plus-sign {
    font-size: 40px;
    margin-right: 35px;
    font-weight: 900;
    color: #da251c;
    font-family: 'Montserrat', sans-serif!important;
    display: inline-block
}

.company-section-three .glance_counter {
    display: flex
}

.company-section-three .company-right h5 {
    color: #da251c;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 0;
    padding-top: 45px
}

.company-section-three .glance_box {
    width: 33.33%;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-right: 30px
}

.company-section-three .glance_box h6 {
    width: 100%;
    font-weight: bold;
    margin-top: 0
}

.company-section-three .glance-left {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 30px
}

.company-section-three .glance-img {
    position: relative;
    left: 0;
    top: 0
}

.company-section-three .glance-img img {
    position: relative;
    left: -14%
}

.company-section-three h4 {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-top: 50px;
    margin-bottom: 0
}

.company-right {
    width: 50%
}

.leadership-left {
    margin-left: 50px;
    background-color: #fff;
    padding: 30px;
    height: 100%;
    background-image: url(../img/section-bg/leader-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right
}

.leadership-right {
    margin-left: 50px;
    background-color: #fff;
    padding: 30px;
    height: 100%;
    background-image: url(../img/section-bg/leader-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right
}

.leadership-img-left img {
    border-radius: 10px
}

.leadership-intro::before {
    background-image: url(../img/icon/quotation-mark.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    mix-blend-mode: color;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 0;
    left: -5%;
    top: -10%
}

.leadership-intro h5 {
    font-weight: 700;
    line-height: 45px;
    margin-top: 18px;
    color: #fff
}

.leadership-intro-section {
    padding: 120px 60px 120px 120px;
    margin-bottom: 100px;
    border-radius: 100px 0 0 100px;
    overflow: hidden;
    content: '';
    z-index: -1;
    width: 65%;
    height: 100%;
    display: block;
    background-color: #da251c;
    position: relative;
    top: 0;
    left: 35%;
    right: 0
}

.leadership-section-one {
    position: relative;
    padding: 80px 0;
    margin-top: 100px;
    overflow: hidden
}

.leadership-section-one::after {
    border-radius: 0 100px 100px 0;
    overflow: hidden;
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    z-index: -1;
    width: 70%;
    height: 100%;
    display: block;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    right: 30%
}

.list-style {
    margin-bottom: 50px
}

.list-style li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
    display: flex
}

.list-style li>i {
    position: absolute;
    top: 12px;
    left: 0;
    transform: translateY(-50%);
    color: #da251c;
    font-size: 20px
}

.modal-body {
    padding: 50px
}

.leader-name {
    position: relative;
    padding-bottom: 50px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
    align-items: normal;
    margin-left: 15px
}

.leader-name h4 {
    margin: 0;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    position: relative;
    justify-items: center
}

.leader-name img {
    width: 150px;
    filter: sepia(1);
    margin-right: 30px
}

.leader-name p {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .1;
    font-weight: 600;
    font-size: 18px;
    color: #da251c;
    position: relative;
    line-height: 40px
}

.leadership-section-two {
    position: relative;
    padding: 80px 0;
    margin-top: 100px;
    overflow: hidden
}

.leader-content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.leadership-section-two::after {
    border-radius: 100px 0 0 100px;
    overflow: hidden;
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    z-index: -1;
    width: 70%;
    height: 100%;
    display: block;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    left: 30%
}

.modal {
    padding: 50px
}

.modal .modal-header {
    padding: 0;
    border-bottom: transparent
}

.modal .modal-content {
    border-radius: 0
}

.modal .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99
}

.modal .modal-header .close i {
    font-size: 35px;
    padding: 15px;
    top: 15px;
    position: relative
}

.modal .modal-header .close i:hover {
    color: #da251c
}

.key-section-one {
    position: relative;
    margin-bottom: 80px;
    padding-top: 0
}

.key-section-one::after {
    background-color: #f8fbfe;
    border-radius: 100px 0 0 100px;
    overflow: hidden;
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    z-index: -1;
    width: 90%;
    height: 100%;
    display: block;
    background-image: url(../img/section-bg/key-section1.jpg);
    position: absolute;
    top: 0;
    left: 10%;
    background-size: contain
}

.key-section-one h6:before {
    content: '';
    position: relative;
    width: 55px;
    height: 1px;
    background-color: #383738;
    margin-right: 15px
}

.key-section-one h6 {
    color: #383738;
    text-transform: uppercase;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px
}

.key-section-one h3 {
    color: #383738;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px
}

.key-right {
    padding: 80px
}

.key-right .why-box {
    padding: 30px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: rgba(255, 255, 255, 0.623);
    flex-direction: column;
    height: 100%
}

.key-right .why-icon {
    margin-right: 20px;
    margin-top: 5px;
    background-color: #da251c;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 20px
}

.key-right .why-box h5 {
    padding-bottom: 0;
    margin-bottom: 0;
    color: #383738
}

.key-right .key-section-two {
    position: relative;
    padding: 80px 0;
    margin-bottom: 100px
}

.key-right .key-section-two::after {
    border-radius: 0 100px 100px 0;
    overflow: hidden;
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    z-index: -1;
    width: 90%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 10%;
    background-size: cover
}

.key-section-two {
    position: relative;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-self: center
}

.key-section-two::after {
    border-radius: 0 100px 100px 0;
    overflow: hidden;
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    z-index: -1;
    width: 80%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #f5f5f5;
    top: 0;
    right: 20%;
    background-size: contain
}

.key-section-two h3 {
    color: #383738;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px
}

.key-section-two .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column
}

#sliderFrame {
    position: relative;
    width: 100%;
    height: 100vh
}

#slider {
    width: 1950px;
    height: 950px;
    background: #fff url(loading.html) no-repeat 50% 50%;
    position: relative;
    margin: 0 auto;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    overflow: hidden
}

#slider a.imgLink {
    z-index: 2;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

div.mc-caption-bg,
div.mc-caption-bg2 {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0;
    left: 0;
    bottom: 15px;
    z-index: 3;
    overflow: hidden;
    font-size: 0
}

div.mc-caption-bg {
    background-color: black
}

div.mc-caption {
    color: #EEE;
    z-index: 4;
    padding: 10px 0;
    text-align: center
}

div.navBulletsWrapper {
    bottom: 0;
    left: 48%;
    width: auto;
    background: 0;
    position: absolute;
    z-index: 5;
    cursor: pointer;
    top: 95%
}

div.navBulletsWrapper div {
    width: 15px;
    height: 15px;
    float: left;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 11px;
    _position: relative;
    background-color: #000;
    border-radius: 50%
}

div.navBulletsWrapper div.active {
    background-position: 0 -11px;
    background-color: #da251c
}

.typing>h3 {
    overflow: hidden;
    animation: typingAnim 3s steps(50) infinite;
    word-break: break-all;
    text-transform: none!important;
    margin-bottom: 0;
    white-space: nowrap;
    text-transform: uppercase!important;
    font-weight: 900!important;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1)
}

@keyframes typingAnim {
    from {
        width: 0;
        opacity: 0
    }
    to {
        width: 100%;
        opacity: 1
    }
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.contact-page-one .common-button.bg-red {
    color: #fff;
    background-color: #b11e1e;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 15px 40px
}

.contact-page h3 {
    color: #383738;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px
}

.contact-page h6:before {
    content: '';
    position: relative;
    width: 55px;
    height: 1px;
    background-color: #383738;
    margin-right: 15px
}

.contact-page h6 {
    color: #383738;
    text-transform: uppercase;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px
}

.contact-page h3 span {
    color: #da251c
}

.contact-page .common-button-group {
    display: flex;
    margin-top: 0
}

.contact-page .feature.map {
    margin-top: 90px;
    height: auto
}

.contact-page .feature.map iframe {
    z-index: 3;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    border-width: 0;
    margin: 0;
    left: 0;
    top: 0
}

.contact-page .contact-form {
    padding: 50px;
    background-color: #f5f5f5;
    margin-top: 31px
}

.contact-page .contact-form h4 {
    margin-bottom: 50px
}

.contact-info a {
    color: #fff
}

.form-bg {
    background: #fff;
    padding: 30px;
    box-shadow: 1px 1px 10px #e0e0e0
}

.form-bg .form-group {
    width: 100%;
    margin-bottom: 30px
}

.form-bg .col-sm-12 {
    display: flex;
    align-items: center
}

.form-bg input[type="file" i] {
    font-size: 18px
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: #383738;
    color: #fff
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #ccc
}

.page-header-career {
    background-image: url(../images/career-bg.html);
    background-blend-mode: multiply;
    background-color: #0c203ac2;
    background-position: center;
    background-size: cover
}

.upload-file {
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color: #fff;
    padding: 15px;
    border-radius: 34px;
    margin-bottom: 30px
}

.slice-slider {
    width: 101%;
    height: 100vh;
    top: 0;
    z-index: 100;
    position: relative;
    background-color: #383738
}

.slider-container {
    position: relative;
    overflow: hidden
}

.slider-container:after {
    content: "";
    display: table;
    clear: both
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0a0a0a;
    opacity: .2
}

.slider-slice {
    position: relative;
    width: 25%;
    height: 36.33vh;
    float: left;
    overflow: hidden;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.slider-slice img {
    position: relative
}

.slider-slice-imageContainer {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute
}

.slider-slice-imageContainer img {
    height: 100%;
    width: 100%
}

.slider-slice-imageContainer h4 {
    color: #fff;
    position: absolute;
    z-index: 9
}

@keyframes blur {
    0%,
    90% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px)
    }
    50% {
        -webkit-filter: blur(50px);
        -moz-filter: blur(50px);
        -o-filter: blur(50px);
        -ms-filter: blur(50px)
    }
}

.slider-slice:nth-of-type(1) img {
    top: 0;
    left: 0
}

.slider-slice:nth-of-type(2) img {
    top: 0;
    left: -25vw
}

.slider-slice:nth-of-type(3) img {
    top: 0;
    left: -50vw
}

.slider-slice:nth-of-type(4) img {
    top: 0;
    left: -75vw
}

.slider-slice:nth-of-type(5) img {
    top: -33.33vh;
    left: 0
}

.slider-slice:nth-of-type(6) img {
    top: -33.33vh;
    left: -25vw
}

.slider-slice:nth-of-type(7) img {
    top: -33.33vh;
    left: -50vw
}

.slider-slice:nth-of-type(8) img {
    top: -33.33vh;
    left: -75vw
}

.slider-slice:nth-of-type(9) img {
    top: -66.66vh;
    left: 0
}

.slider-slice:nth-of-type(10) img {
    top: -66.66vh;
    left: -25vw
}

.slider-slice:nth-of-type(11) img {
    top: -66.66vh;
    left: -50vw
}

.slider-slice:nth-of-type(12) img {
    top: -66.66vh;
    left: -75vw
}

.navigation {
    width: auto;
    height: auto;
    z-index: 100;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: .5;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    color: #fff;
    font-size: 20px
}

.navigation-box {
    position: relative;
    z-index: 9;
    width: 100%
}

.navigation img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-blend-mode: luminosity;
    filter: invert(1)
}

.navigation.navigation--next img {
    position: relative;
    width: 50px;
    right: -2px;
    background-color: #f0f8ffb8;
    padding: 15px;
    border-radius: 50%
}

.navigation.navigation--prev img {
    width: 50px;
    left: 0;
    position: relative;
    background-color: #f0f8ffb8;
    padding: 15px;
    border-radius: 50%
}

.navigation:hover {
    opacity: 1;
    color: #da251c
}

.navigation:hover img {
    opacity: 1;
    color: #da251c
}

.navigation--prev {
    left: 15px;
    top: 0;
    position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    height: 100vh
}

.navigation--prev:hover img {
    background-color: #da251c;
    filter: invert(0)
}

.navigation--next:hover img {
    background-color: #da251c;
    filter: invert(0)
}

.navigation--next {
    right: 30px;
    top: 0;
    position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    height: 100vh
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.career-page-section-one {
    position: relative;
    padding: 100px 0;
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden
}

.career-page-section-one::after {
    border-radius: 100px 0 0 100px;
    overflow: hidden;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/section-bg/career-section1.jpg);
    position: absolute;
    z-index: -1;
    width: 75%;
    height: 100%;
    display: block;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 25%
}

.career-page-section-two {
    position: relative;
    padding: 80px 0;
    margin-top: 100px;
    margin-bottom: 100px;
    height: 100%
}

.career-page-section-two::after {
    border-radius: 0 100px 100px 0;
    overflow: hidden;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    z-index: -1;
    width: 85%;
    height: 100%;
    display: block;
    background-color: #f4f5f8;
    position: absolute;
    top: 0;
    right: 15%
}

.career-page-section-two h4 {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px
}

.career-page-section-two h5 {
    color: #da251c;
    font-weight: 600;
    position: relative;
    padding-top: 40px;
    font-size: 44px
}

.career-box {
    margin-top: 20px;
    background-color: #f7f4f0;
    border-style: solid;
    border-color: #fff;
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    transition-duration: .4s;
    transition-property: background-color, border-color;
    padding: 20px;
    border-radius: 10px
}

.career-box:hover {
    background-color: #383738
}

.career-box h4 {
    color: #da251c;
    text-transform: capitalize;
    font-weight: 300;
    position: relative;
    padding-bottom: 0
}

.career-box {
    position: relative;
    display: block;
    padding: 50px 45px;
    background: #fff;
    min-height: 100%;
    border-radius: 7px;
    overflow: hidden;
    transition: all 500ms ease
}

.career-box:hover {
    background: #1a069e
}

.career-box:hover .download-btn {
    color: #fff
}

.download-btn img {
    filter: invert(1)
}

.career-box .year {
    position: absolute;
    left: 45px;
    top: 50px;
    font-size: 50px;
    line-height: 1em;
    color: #000;
    opacity: .3;
    font-weight: 300
}

.career-box:hover .year {
    color: #fff;
    opacity: 1
}

.career-box h6 {
    position: relative;
    margin: 0;
    margin-top: 90px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px
}

.career-box p {
    font-size: 18px;
    letter-spacing: 1px;
    width: 100%
}

.career-box h6 a {
    color: #000;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.career-box:hover:before,
.career-box:hover .year,
.career-box:hover h6,
.career-box:hover p,
.career-box:hover button,
.career-box:hover h6 a {
    color: #fff
}

.download-btn {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px
}

.job-des-btn button:hover {
    background: #fff;
    color: #4654e1!important
}

.job-des-btn button {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #4654e1;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 30px;
    -webkit-appearance: none;
    cursor: pointer;
    background: 0;
    border: 0;
    z-index: 9;
    border: 2px solid #4654e1;
    padding: 8px;
    border-radius: 5px
}

.apply-btn button:hover {
    background: #ffc107
}

.apply-btn button {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-appearance: none;
    cursor: pointer;
    background: #4654e1;
    border: 0;
    z-index: 9;
    padding: 10px;
    border-radius: 5px
}

#tile-1 .nav-tabs {
    position: relative;
    border: none!important;
    border-radius: 6px;
    margin: auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: center
}

#tile-1 .nav-tabs li {
    margin: 0 15px;
    display: flex;
    justify-content: center
}

#tile-1 .nav-tabs li a {
    position: relative;
    padding: 20px 30px!important;
    font-size: 17px;
    color: #b3b3b3;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px
}

#tile-1 .slider {
    display: inline-block;
    width: 30px;
    height: 2px;
    position: absolute;
    z-index: 1200;
    bottom: 10;
    transition: all .4s linear
}

#tile-1 .nav-tabs .active {
    color: #deb53a;
    border-radius: 0;
    border: 2px solid #deb53a;
    background-color: #383738
}

.project-section-one {
    background-color: #383738;
    position: relative;
    padding: 100px 0;
    overflow: hidden
}

.project-section-one .common-button.bg-red {
    color: #fff;
    background-color: #b11e1e;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    margin: auto
}

.project-banner h1 {
    position: absolute;
    bottom: 0;
    padding: 0 30px;
    color: #fff;
    filter: drop-shadow(2px 4px 17px black);
    font-size: 60px;
    font-weight: 100
}

.project-header-title {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    float: left
}

.project-header-title p {
    width: 52%;
    text-align: center;
    margin: 0 auto
}

.project-header-list {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 50px
}

.project-header-list .div-title {
    font-size: 25px;
    font-weight: bold
}

.project-header-list img {
    width: auto;
    margin-bottom: 30px;
    height: 110px
}

.project-header-title .title-2 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase
}

.project-banner-content {
    height: 100%
}

.project-banner {
    overflow: hidden
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 100%;
    display: flex;
    margin-bottom: 15px
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    background: #da251c;
    text-align: center;
    cursor: pointer;
    width: 100%
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.grid figure h3 {
    word-spacing: -0.15em;
    font-weight: 300
}

.grid figure h3 span {
    font-weight: 800
}

.grid figure h3,
.grid figure p {
    margin: 0
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%
}

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 1;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    object-fit: cover
}

figure.effect-lily figcaption {
    text-align: left;
    color: #000
}

figure.effect-lily figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 100%;
    cursor: default
}

figure.effect-lily h3,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0
}

figure.effect-lily h3 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    color: #da251c;
    font-size: 30px
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s
}

figure.effect-lily:hover img,
figure.effect-lily:hover h3,
figure.effect-lily:hover p {
    opacity: 1
}

figure.effect-lily:hover img,
figure.effect-lily:hover h3,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: rgba(255, 255, 255)
}

figure.effect-lily:hover img {
    opacity: .2
}

figure.effect-lily:hover p {
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.apply-form-box .form-box {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    padding: 50px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.apply-form-box .form-box h5 {
    text-transform: uppercase;
    color: #383738;
    font-weight: 800
}

.apply-form-box .form-box form .row {
    margin: 0 -10px
}

.apply-form-box .form-box form .form-group {
    padding: 0;
    margin-bottom: 40px
}

.apply-form-box .read-more-btn {
    background: #ffc107
}

.apply-form-box {
    background-color: #f4f5f8;
    padding: 100px 0
}

.default-form {
    position: relative
}

.default-form .row {
    margin: 0 -15px
}

.default-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.default-form .field-inner {
    position: relative;
    display: block
}

.default-form .field-inner .alt-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 20px;
    color: #9b9fa6;
    z-index: 1;
    pointer-events: none
}

.default-form .form-group .field-label {
    position: relative;
    display: block;
    color: #0f172b;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px
}

.default-form .form-group .e-label {
    position: relative
}

.default-form .form-group input,
.default-form .form-group select,
.default-form .form-group textarea {
    position: relative;
    display: block;
    height: 65px;
    width: 97%;
    font-size: 17px;
    color: #383738!important;
    line-height: 40px;
    font-weight: 400;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #383738;
    border-radius: 7px;
    transition: all 300ms ease
}

.default-form .form-group textarea {
    height: 150px;
    resize: none
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
    display: inline-block
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus {
    border: 1px solid #da251c
}

.default-form .form-group input:focus {
    border: 1px solid #da251c
}

.default-form label.error {
    color: #da251c;
    font-size: 17px;
    text-transform: capitalize;
    text-align: left;
    display: block;
    letter-spacing: 1px;
    padding-top: 7px;
    line-height: 24px
}

.default-form .common-button.bg-red {
    padding: 10px 30px
}

.modal button.btn-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 15px;
    line-height: 0
}

.modal button.btn-close span {
    font-size: 25px
}

.file-upload {
    display: block;
    text-align: left;
    width: 100%
}

.file-upload .file-select {
    display: block;
    border: 1px solid #c7c7c7;
    color: #000;
    cursor: pointer;
    height: 70px;
    line-height: 40px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    width: 98.5%
}

.file-upload .file-select .file-select-button {
    background: #f4f5f8;
    padding: 14px 30px;
    display: inline-block;
    height: 100%;
    line-height: 2.5;
    font-size: 17px
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px
}

.file-upload .file-select:hover {
    border-color: #383738;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.file-upload .file-select:hover .file-select-button {
    background: #383738;
    color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.file-upload.active .file-select {
    border-color: #f4f5f8;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.file-upload.active .file-select .file-select-button {
    background: #f4f5f8;
    color: #838484;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 10px;
    overflow: hidden
}

.file-upload .file-select.file-select-disabled {
    opacity: .65
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px
}

#main #faq .card {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #ccc
}

#main #faq .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
    background: transparent;
    box-shadow: transparent
}

#main #faq .card .card-header .btn-header-link {
    color: #212529;
    display: block;
    text-align: left;
    background: #38373800;
    padding: 20px 0;
    border-radius: 0;
    font-size: 22px;
    text-transform: uppercase
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\ef9a";
    float: right;
    font-family: IcoFont
}

#main #faq .card .card-header .btn-header-link.collapsed {
    color: #212529
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\efc2"
}

#main #faq .card .collapsing {
    line-height: 30px
}

#main #faq .card .collapse {
    border: 0
}

#main #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222
}

.contact-section {
    position: relative;
    background: #fff
}

.contact-section__one-page {
    padding-bottom: 0
}

.contact-section .map-box {
    position: relative;
    display: block;
    margin: 0 0 120px;
    border-radius: 7px;
    overflow: hidden
}

.contact-section .upper-info {
    position: relative;
    margin-bottom: 90px
}

.contact-section .info-block {
    position: relative
}

.contact-section .info-block .inner-box {
    position: relative;
    display: block;
    height: 100%;
    min-height: 100%;
    padding: 25px;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    transition: all 500ms ease;
    color: #fff;
    border: 1px solid #f3f3f3
}

.contact-section .info-block .inner-box i {
    font-size: 25px;
    padding: 15px;
    background-color: #ccc;
    border-radius: 50%;
    margin-bottom: 00;
    display: inline-block;
    color: #da251c;
    margin-right: 15px
}

.contact-section .info-block .inner-box.address {
    background-image: url(../img/contact-add.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-blend-mode: multiply;
    background-color: #d5d5d5;
    filter: grayscale(1)
}

.contact-section .info-block .inner-box.address:hover {
    background-blend-mode: multiply;
    filter: grayscale(0)
}

.contact-section .info-block .inner-box.email {
    background-image: url(../img/contact-email.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-blend-mode: multiply;
    background-color: #5a5a5a;
    filter: grayscale(1)
}

.contact-section .info-block .inner-box.email:hover {
    background-blend-mode: multiply;
    filter: grayscale(0)
}

.contact-section .info-block .inner-box.phone {
    background-image: url(../img/contact-phone.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-blend-mode: multiply;
    background-color: #5a5a5a;
    filter: grayscale(1)
}

.contact-section .info-block .inner-box.phone:hover {
    background-blend-mode: multiply;
    filter: grayscale(0)
}

.contact-section .info-block .inner-box.whatsapp {
    background-image: url(../img/contact-whatsapp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-blend-mode: multiply;
    background-color: #d5d5d5;
    filter: grayscale(1);
    margin: 0
}

.contact-section .info-block .inner-box.whatsapp:hover {
    background-blend-mode: multiply;
    filter: grayscale(0)
}

.contact-section .info-block .inner-box h5 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.1em;
    margin: 0
}

.contact-section .info-block .inner-box h5 a {
    color: var(--thm-black);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.contact-section .info-block .inner-box:hover h5,
.contact-section .info-block .inner-box:hover h5 a {
    color: #fff
}

.contact-section .info-block .inner-box .text {
    position: relative;
    display: block;
    z-index: 1;
    font-size: 22px;
    margin-top: 15px;
    line-height: 33px
}

.contact-section .info-block .inner-box .text a {
    position: relative;
    color: #fff
}

.contact-section .info-block .inner-box:hover .text,
.contact-section .info-block .inner-box:hover .text a {
    color: #fff
}

.contact-section .info-block .inner-box:hover h5 a:hover,
.contact-section .info-block .inner-box:hover .text a:hover {
    text-decoration: underline;
    color: #fff
}

#videoBG {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0
}

#videoBG1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0
}

.ripple-block {
    position: relative;
    width: 24em;
    height: 24em
}

.icofont-play-alt-2 {
    position: absolute;
    top: 197px;
    left: 0;
    transform: translate(-50%, -50%);
    font-size: 4em;
    color: white;
    transition: color 1500ms ease
}

.ripple-block:hover .icofont-play-alt-2,
.ripple-block:active .icofont-play-alt-2,
.ripple-block:focus .icofont-play-alt-2 {
    color: #fff
}

.ripple {
    position: absolute;
    width: 24em;
    height: 24em;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: ripple 5s ease-in-out infinite;
    transition: background 1500ms ease;
    left: -213px;
    top: -13px
}

.ripple-block:hover .ripple,
.ripple-block:active .ripple,
.ripple-block:focus .ripple {
    background: rgba(255, 255, 255, 0.1)
}

@media(prefers-reduced-motion) {
    .icofont-play-alt-2e {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 8em;
        color: white
    }
    .ripple-block .ripple {
        animation: none;
        display: none
    }
}

.ripple-block .ripple-1 {
    animation-delay: 0s
}

.ripple-block .ripple-2 {
    animation-delay: 1.6666666667s
}

.ripple-block .ripple-3 {
    animation-delay: 3.3333333333s
}

@keyframes ripple {
    0% {
        transform: scale(0.2);
        opacity: 0
    }
    50% {
        opacity: .9
    }
    100% {
        transform: scale(24em);
        opacity: 0
    }
}

.project-video {
    position: relative;
    margin: auto;
    text-align: center;
    width: 100%
}

.project-video::after {
    width: 100%;
    background: #ff3030;
    background: linear-gradient(34deg, rgba(255, 48, 48, 1) 0, rgba(121, 9, 9, 1) 100%, rgba(255, 0, 0, 1) 100%);
    height: 50%;
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0
}

.project-video img {
    padding-bottom: 50px
}

#headerPopup {
    width: 75%;
    margin: 0 auto
}

#headerPopup iframe {
    width: 100%;
    margin: 0 auto
}

.text-container {
    max-width: 1100px;
    padding: 0 40px;
    margin: 0 auto
}

.button-container {
    margin-top: 40px
}

.trigger {
    font-family: "Inconsolata";
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    font-size: 2rem;
    font-weight: 100;
    background: #f8f8f8
}

.trigger:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-2px)
}

.trigger:hover .revealing-text span:nth-child(2) {
    transform: translateX(0)
}

.trigger:hover .revealing-text span:nth-child(2)>span {
    transform: translateX(0)
}

.trigger .waves-ripple {
    background: #f0f0f0
}

.trigger .revealing-text>span:nth-child(2)>span {
    color: transparent;
    background: linear-gradient(to right, #9259f8, #35d3d5);
    -webkit-background-clip: text
}

.trigger:before,
.trigger:after,
.trigger>span:before,
.trigger>span:after {
    content: "";
    position: absolute;
    display: block
}

.trigger:before,
.trigger>span:before {
    width: 2px;
    height: 0
}

.trigger:before {
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #9259f8 0, #35d3d5 100%)
}

.trigger>span:before {
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, #9259f8 0, #35d3d5 100%)
}

.trigger:after,
.trigger>span:after {
    height: 2px;
    width: 0
}

.trigger:after {
    top: 0;
    left: 0;
    background: linear-gradient(to right, #9259f8 0, #35d3d5 100%)
}

.trigger>span:after {
    bottom: 0;
    right: 0;
    background: linear-gradient(to left, #9259f8 0, #35d3d5 100%)
}

.trigger:hover:before,
.trigger:hover>span:before,
.trigger:hover:after,
.trigger:hover>span:after {
    transition: cubic-bezier(0.19, 1, 0.22, 1) 1s
}

.trigger:hover:before {
    animation: to-bottom cubic-bezier(0.19, 1, 0.22, 1) 1s .05s forwards
}

.trigger:hover>span:before {
    animation: to-top cubic-bezier(0.19, 1, 0.22, 1) 1s .1s forwards
}

.trigger:hover:after {
    animation: to-right cubic-bezier(0.19, 1, 0.22, 1) 1s .15s forwards
}

.trigger:hover>span:after {
    animation: to-left cubic-bezier(0.19, 1, 0.22, 1) 1s .2s forwards
}

.trigger:hover:before,
.trigger:hover>span:before {
    height: 100%
}

.trigger:hover:after,
.trigger:hover>span:after {
    width: 100%
}

@keyframes to-bottom {
    to {
        transform: translateY(100%)
    }
}

@keyframes to-top {
    to {
        transform: translateY(-100%)
    }
}

@keyframes to-left {
    to {
        transform: translateX(-100%)
    }
}

@keyframes to-right {
    to {
        transform: translateX(100%)
    }
}

.revealing-text {
    position: relative;
    display: inline-block
}

.revealing-text>span:nth-child(1) {
    color: #ccc
}

.revealing-text>span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    color: #535353;
    transition: .6s;
    width: 100%;
    transform: translatex(-100%);
    overflow: hidden
}

.revealing-text>span:nth-child(2)>span {
    transform: translatex(100%);
    display: inline-block;
    transition: inherit
}

.revealing-text.revealed span:nth-child(2) {
    transform: translateX(0)
}

.revealing-text.revealed span:nth-child(2)>span {
    transform: translateX(0)
}

.reveal {
    font-size: 25px;
    color: #fff;
    padding: 20px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: 700;
    line-height: 30px
}

.reveal::before {
    content: '';
    width: 0;
    height: 100%;
    background: #da251c;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-animation: animate 15s 5s ease alternate forwards infinite;
    animation: animate 15s 5s ease alternate forwards infinite;
    border-left: ridge;
    color: #fff
}

@-webkit-keyframes animate {
    0% {
        width: 100%;
        z-index: 1
    }
    50% {
        width: 0;
        z-index: 1
    }
    51% {
        width: 0;
        z-index: -1
    }
    100% {
        width: 100%;
        z-index: -1
    }
}

@keyframes animate {
    0% {
        width: 100%;
        z-index: 1
    }
    50% {
        width: 0;
        z-index: 1
    }
    51% {
        width: 0;
        z-index: -1
    }
    100% {
        width: 100%;
        z-index: -1
    }
}

.project-content-ver {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    min-height: 150px
}

.project-list-box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative
}

.project-content-ver:hover p {
    color: #fff
}

.project-content-ver .blg-icon {
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #deb53a;
    position: absolute;
    z-index: 99;
    left: 8%;
    display: flex;
    align-items: center;
    justify-content: center
}

.project-content-ver .blg-icon::before {
    content: '';
    border: 8px solid #d2d2d2;
    border-radius: 150px 0 0 150px;
    height: 111px;
    width: 53px;
    position: absolute;
    z-index: -1;
    right: 0;
    border-right: transparent;
    margin: 40px
}

.project-content-ver .blg-icon img {
    width: 40px;
    margin: 15px;
    position: relative;
    z-index: 999;
    height: 40px
}

.project-content-ver:hover .blg-icon {
    border: 5px solid #da251c
}

.project-content-ver:hover .project-list {
    border: 2px solid #da251c;
    border-right: 15px solid #da251c
}

.project-list-box h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 22px
}

.project-list-box p {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 14px;
    text-align: left
}

.project-list-box figure {
    margin: 0
}

.project-list {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 30px;
    border-radius: 0 10px 10px 0;
    color: #383738;
    display: flex;
    transition: ease all .5s;
    position: relative;
    z-index: 0;
    width: 85%;
    right: 0;
    margin-left: 15%;
    background-color: #fff;
    -webkit-box-shadow: -1px 1px 25px 0 rgb(0 0 0 / 17%);
    -moz-box-shadow: -1px 1px 25px 0 rgba(0, 0, 0, 0.17);
    box-shadow: -1px 1px 25px 0 rgb(0 0 0 / 17%);
    padding-left: 80px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-right: 15px solid #deb53a;
    height: 100%;
    justify-content: center
}

.project-heading {
    bottom: 0;
    padding: 0 30px;
    color: #fff;
    font-size: 60px;
    font-weight: 100;
    text-align: center
}

.ptb-100 {
    padding: 100px 0
}

.four-box {
    position: relative
}

.four-box::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/four-box-banner.jpg) no-repeat;
    background-blend-mode: color-burn;
    background-size: cover;
    opacity: .4;
    z-index: 1
}

.four-box .row {
    align-items: center;
    position: relative;
    z-index: 3
}

.four-box .left {
    width: 35%
}

.four-box .middle {
    width: 30%;
    margin: auto;
    padding: 30px
}

.four-box .right {
    width: 35%
}

.four-box .left .box-icon {
    padding: 15px 0 15px 15px;
    position: relative;
    background: #fff;
    border-radius: 90px;
    display: flex;
    align-items: center
}

.four-box .left .box-icon img {
    padding: 10px;
    margin-left: 15px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px #ddd
}

.four-box .left .box-icon p {
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: right
}

.four-box .right .box-icon {
    padding: 15px 30px 15px 0;
    position: relative;
    background: #fff;
    border-radius: 90px;
    display: flex;
    align-items: center
}

.four-box .right .box-icon p {
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: left
}

.four-box .right .box-icon img {
    padding: 10px;
    margin-right: 15px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px #ddd
}

.four-box .round p {
    font-weight: 700;
    font-size: 26px
}

.developer-of-choice {
    position: relative;
    padding: 80px 0;
    margin-top: 100px;
    margin-bottom: 100px;
    background-size: cover
}

.developer-of-choice::after {
    border-radius: 0 100px 100px 0;
    overflow: hidden;
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url(../img/section-bg/key1.jpg);
    position: absolute;
    z-index: -1;
    width: 90%;
    height: 100%;
    display: block;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover
}

.developer-of-choice .text {
    border-radius: 0 70px 70px 0;
    position: relative;
    z-index: 2;
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    float: right
}

.developer-of-choice .text h5 {
    color: #383738;
    font-size: 53px;
    font-weight: 700;
    text-transform: uppercase
}

.developer-of-choice .content-box {
    width: 60%;
    display: flex;
    flex-direction: column;
    margin-left: 42%
}

.developer-of-choice .text p {
    color: #383738;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 80px
}

.left-box-img .row {
    align-items: center
}

.left-box-img .text {
    padding: 50px
}

.left-box-img .text h4 {
    font-size: 43px;
    color: #da221a;
    font-weight: 700;
    margin-bottom: 30px
}

.left-box-img .text .big {
    font-size: 24px;
    font-weight: 700;
    color: #383738;
    line-height: 24px;
    margin-bottom: 30px
}

.left-box-img .text p {
    color: #000;
    font-size: 20px
}

.company .bg {
    padding: 100px 450px 100px 100px;
    position: relative
}

.company .bg .bg-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    object-fit: cover;
    border-radius: 100px 0 0;
    height: 90%
}

.company .bg::after {
    position: absolute;
    content: "";
    left: -20%;
    clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
    width: 109%;
    bottom: -30px;
    height: 600px;
    z-index: -1;
    background: #383738
}

.company .bg .row {
    position: relative;
    z-index: 3
}

.company .bg h4 {
    font-size: 43px;
    color: #383738;
    font-weight: 700;
    margin-bottom: 30px
}

.company .bg p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 50px
}

.company .bg .text {
    font-size: 24px;
    color: #fff;
    font-weight: 700
}

.company .bg .color-white {
    color: #fff;
    position: relative;
    z-index: 3;
    margin-top: 50px;
    line-height: 30px;
    margin-bottom: 0
}

.company-glance-section.gg-glance-section {
    background-image: url(../img/project-img.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 80px;
    margin-top: 100px;
    margin-bottom: 100px;
    border: 0;
    width: 80%;
    border-radius: 0 80px 80px 0
}

.company-glance-section.gg-glance-section::after {
    display: none
}

.company-glance-section.gg-glance-section h5 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 15px
}

.company-glance-section.gg-glance-section .glance_box {
    text-align: center
}

.company-glance-section.gg-glance-section .glance_box h6 {
    width: 100%;
    font-size: 20px
}

.company-glance-section.gg-glance-section .glance_count,
.company-glance-section.gg-glance-section .plus-sign {
    font-size: 65px
}

.companey-page-section1 {
    margin-top: 100px;
    height: 100%;
    border-radius: 0 80px 80px 0;
    left: 0;
    width: -moz-calc(100% - 197px);
    width: -webkit-calc(100% - 197px);
    width: calc(100% - 197px);
    overflow: hidden;
    position: relative;
    background-color: #e7e7e7;
    mix-blend-mode: unset;
    display: inline-block
}

.companey-page-section1 .reveal {
    background-color: #da221a
}

.companey-page-section1 .reveal p {
    color: #fff
}

.companey-page-section1 .left-box-img .text p span {
    color: #da221a
}

#canvas {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    animation: infinite
}

#front,
#canvas {
    display: none
}

.other-logo-img::before {
    -webkit-animation: shine 6.5s infinite cubic-bezier(0.42, 0, 0.58, 1);
    animation: shine 6.5s infinite cubic-bezier(0.42, 0, 0.58, 1);
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.699) 90%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#00ffffff", GradientType=1);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.other-logo-img {
    transform: scale(0.8);
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    width: 197px;
    margin: auto;
    height: 197px;
    background-color: #fff;
    transition: ease all .5s
}

.other-logo-heading h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.glowIn {
    color: white
}

.glowIn span {
    animation: glow-in 10s both infinite
}

@keyframes glow-in {
    from {
        opacity: .2
    }
    65% {
        opacity: 1;
        text-shadow: 0 0 20px white
    }
    75% {
        opacity: 1
    }
    to {
        opacity: .7
    }
}

.swiper {
    font-size: 10vw;
    line-height: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0
}

.swiper__content {
    color: rgba(0, 0, 0, 0);
    display: block
}

.swiper__bar,
.swiper__bar--right {
    width: 100%;
    height: 100%;
    background: #deb53a;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: 1s ease-in-out
}

.swiper__bar--right {
    transform: translateX(100%)
}

.swiper.revealed .swiper__content {
    animation-name: kf-font-reveal;
    animation-duration: 1s;
    color: #deb53a;
    animation: infinite
}

.swiper.revealed .swiper__bar {
    transform: translate(100%, 0%) translate3d(0px, 0px, 0px)
}

.swiper.revealed .swiper__bar--right {
    transform: translate(-100%, 0%) translate3d(0px, 0px, 0px)
}

.project-list-box::after {
    width: 100%;
    content: '';
    width: 100%;
    position: absolute;
    z-index: 9;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: .3
}

.project-content-ver:hover .project-list {
    background-image: url(../img/project-other.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    overflow: hidden
}

.project-list-box:hover p {
    color: #000
}

.project-list-box:hover h2 {
    color: #000
}

.other-project-section {
    background-color: #fff;
    padding-bottom: 100px
}

.other-project-section .col-12 {
    margin-bottom: 30px;
    display: flex
}

.other-project-section .other-project-heading {
    font-size: 43px;
    color: #383738;
    margin-bottom: 50px;
    text-align: center;
    margin-top: 80px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 100%;
    line-height: normal
}

.slidercircle {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    position: relative
}

.circle-text {
    text-transform: uppercase;
    font-family: sans-serif;
    position: absolute;
    top: 76px;
    text-align: center;
    color: #fff;
    width: 150px;
    margin-left: -110px;
    font-weight: 400;
    left: 68px
}

.circle-icon {
    font-size: 40px;
    color: #fff
}

.circle-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 50%;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    transition: 1s;
    padding: 120px
}

.circle-middle h5 {
    font-size: 22px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif
}

.circle-one {
    width: 50%;
    height: 50%;
    position: absolute;
    border-radius: 50%;
    background-color: #ffffff70;
    padding: 150px
}

.circle-two {
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    position: absolute;
    border-radius: 50%;
    padding: 195px;
    z-index: -1
}

.circle-arround-two-1,
.circle-arround-two-2,
.circle-arround-two-3,
.circle-arround-two-4 {
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3d3d3d;
    background-color: #3d3d3d;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: -13px
}

.circle-arround-two-1 {
    transform: rotate(45deg) translateX(197px) rotate(-45deg);
    -webkit-animation: orbit3 100s linear infinite;
    -moz-animation: orbit3 100s linear infinite;
    -o-animation: orbit3 100s linear infinite;
    animation: orbit2 100s linear infinite;
    transition: 1s
}

.circle-arround-two-2 {
    transform: rotate(45deg) translateX(-197px) rotate(-45deg);
    -webkit-animation: orbit3 100s linear infinite;
    -moz-animation: orbit3 100s linear infinite;
    -o-animation: orbit3 100s linear infinite;
    animation: orbit3 100s linear infinite;
    transition: 1s
}

.circle-arround-two-3 {
    transform: rotate(45deg) translateY(197px) rotate(-45deg);
    -webkit-animation: orbit3 100s linear infinite;
    -moz-animation: orbit3 100s linear infinite;
    -o-animation: orbit3 100s linear infinite;
    animation: orbit4 100s linear infinite;
    transition: 1s
}

.circle-arround-two-4 {
    transform: rotate(45deg) translateY(-197px) rotate(-45deg);
    -webkit-animation: orbit3 100s linear infinite;
    -moz-animation: orbit3 100s linear infinite;
    -o-animation: orbit3 100s linear infinite;
    animation: orbit5 100s linear infinite;
    transition: 1s
}

.circle-arround-two-1 i:hover,
.circle-arround-two-2 i:hover,
.circle-arround-two-3 i:hover,
.circle-arround-two-4 i:hover {
    -webkit-animation: rotate-center .6s ease-in-out both;
    animation: rotate-center .6s ease-in-out both
}

.circle-arround-two-1:hover,
.circle-arround-two-2:hover,
.circle-arround-two-3:hover,
.circle-arround-two-4:hover {
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25)
}

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

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

@-webkit-keyframes orbit2 {
    from {
        -webkit-transform: rotate(0deg) translateX(197px) rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg) translateX(197px) rotate(-360deg)
    }
}

@-moz-keyframes orbit2 {
    from {
        -moz-transform: rotate(0deg) translateX(197px) rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg) translateX(197px) rotate(-360deg)
    }
}

@-o-keyframes orbit2 {
    from {
        -o-transform: rotate(0deg) translateX(197px) rotate(0deg)
    }
    to {
        -o-transform: rotate(360deg) translateX(197px) rotate(-360deg)
    }
}

@keyframes orbit2 {
    from {
        transform: rotate(0deg) translateX(197px) rotate(0deg)
    }
    to {
        transform: rotate(360deg) translateX(197px) rotate(-360deg)
    }
}

@-webkit-keyframes orbit3 {
    from {
        -webkit-transform: rotate(0deg) translateX(-197px) rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg) translateX(-197px) rotate(-360deg)
    }
}

@-moz-keyframes orbit3 {
    from {
        -moz-transform: rotate(0deg) translateX(-197px) rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg) translateX(-197px) rotate(-360deg)
    }
}

@-o-keyframes orbit3 {
    from {
        -o-transform: rotate(0deg) translateX(-197px) rotate(0deg)
    }
    to {
        -o-transform: rotate(360deg) translateX(-197px) rotate(-360deg)
    }
}

@keyframes orbit3 {
    from {
        transform: rotate(0deg) translateX(-197px) rotate(0deg)
    }
    to {
        transform: rotate(360deg) translateX(-197px) rotate(-360deg)
    }
}

@-webkit-keyframes orbit4 {
    from {
        -webkit-transform: rotate(0deg) translateY(197px) rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg) translateY(197px) rotate(-360deg)
    }
}

@-moz-keyframes orbit4 {
    from {
        -moz-transform: rotate(0deg) translateY(197px) rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg) translateY(197px) rotate(-360deg)
    }
}

@-o-keyframes orbit4 {
    from {
        -o-transform: rotate(0deg) translateY(197px) rotate(0deg)
    }
    to {
        -o-transform: rotate(360deg) translateY(197px) rotate(-360deg)
    }
}

@keyframes orbit4 {
    from {
        transform: rotate(0deg) translateY(197px) rotate(0deg)
    }
    to {
        transform: rotate(360deg) translateY(197px) rotate(-360deg)
    }
}

@-webkit-keyframes orbit5 {
    from {
        -webkit-transform: rotate(0deg) translateY(-197px) rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg) translateY(-197px) rotate(-360deg)
    }
}

@-moz-keyframes orbit5 {
    from {
        -moz-transform: rotate(0deg) translateY(-197px) rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg) translateY(-197px) rotate(-360deg)
    }
}

@-o-keyframes orbit5 {
    from {
        -o-transform: rotate(0deg) translateY(-197px) rotate(0deg)
    }
    to {
        -o-transform: rotate(360deg) translateY(-197px) rotate(-360deg)
    }
}

@keyframes orbit5 {
    from {
        transform: rotate(0deg) translateY(-197px) rotate(0deg)
    }
    to {
        transform: rotate(360deg) translateY(-197px) rotate(-360deg)
    }
}

.stopanima {
    animation-play-state: paused!important
}

.circle-holder {
    display: inline-block
}

.circle-holder svg {
    animation: infinitRotate 30s linear infinite;
    fill: #5ddef4;
    width: 150px
}

@for $i from 1 through 3 {
    .circle-holder:nth-child(#{$i}) svg path {
        animation:colorChange 5s #{$i}s ease-in-out infinite
    }
}

.circle-holder:nth-child(2) {
    transform: translateX(-30%)
}

.circle-holder:nth-child(3) {
    transform: translate(-60%)
}

@keyframes infinitRotate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes colorChange {
    0% {
        fill: #5ddef4
    }
    50% {
        fill: #00acc1
    }
    80% {
        fill: #007c91
    }
}

.choice-box {
    border-radius: 50%;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 170px;
    height: 170px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    z-index: 999!important;
    margin: 33px;
    transition: ease all .5s
}

.choice-box:hover {
    background-color: #000
}

.choice-box:hover .heading {
    color: #fff
}

.choice-box::before {
    content: '';
    background-image: url(../img/choice-section-before.png);
    width: 100%;
    height: 109%;
    position: absolute;
    left: -15px;
    top: -8px;
    background-repeat: no-repeat;
}

.choice1::after {
    content: '';
    background-image: url(../img/choice-section-after.png);
    width: 100%;
    height: 130%;
    position: absolute;
    right: -78px;
    top: -22px;
    background-repeat: no-repeat;
}

.choice2::after {
    content: '';
    background-image: url(../img/choice-section-after2.png);
    width: 100%;
    height: 127%;
    position: absolute;
    right: -78px;
    top: -22px;
    background-repeat: no-repeat;
}

.choice3::after {
    content: '';
    background-image: url(../img/choice-section-after3.png);
    width: 136px;
    height: 215px;
    position: absolute;
    right: -45px;
    top: -22px;
    background-repeat: no-repeat
}

.choice4::after {
    content: '';
    background-image: url(../img/choice-section-after4.png);
    width: 136px;
    height: 215px;
    position: absolute;
    right: -45px;
    top: -22px;
    background-repeat: no-repeat
}

.choice-box .number {
    border-radius: 50%;
    padding: 20px;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    color: #bfbfbf
}

.choice-outbox {
    position: relative;
    z-index: 999;
    display: flex;
    height: auto;
    flex-direction: row;
    justify-content: space-around
}

.choice-box .heading {
    border-radius: 50%;
    color: #383738;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px
}

.residential-project-section2 {
    background-color: #fff
}

.main-project-section {
    padding-bottom: 100px
}

.centering_container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.centering_container.active {
    border: 0
}

.centering_container {
    background-color: transparent
}

.circle-wrap.secondPercentage .circle .fill:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-animation: pulse_shadow 2s ease-in-out infinite;
    animation: pulse_shadow 2s ease-in-out infinite
}

.centering_container:hover:after,
.centering_container:focus:after {
    background: repeating-radial-gradient(rgba(163, 19, 19, 0) 0, rgba(255, 0, 0, 0.63) 50%, rgba(255, 99, 71, 0.829) 75%, rgba(255, 0, 0, 0.05) 100%)
}

@-webkit-keyframes pulse_pseudo {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2.25)
    }
}

@keyframes pulse_pseudo {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2.25)
    }
}

@-webkit-keyframes pulse_shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(33, 137, 232, 0.25)
    }
    100% {
        box-shadow: 0 0 3px 30px rgba(33, 137, 232, 0)
    }
}

@keyframes pulse_shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(33, 137, 232, 0.25)
    }
    100% {
        box-shadow: 0 0 3px 30px rgba(33, 137, 232, 0)
    }
}

.banner-content {
    position: absolute;
    z-index: 9;
    width: 80%;
    display: flex;
    align-items: center;
    height: 100%;
    right: 0
}

.banner-content h3 {
    font-size: 50px;
    color: #fff;
    word-spacing: 10px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif!important;
    text-transform: capitalize
}

.banner-content p {
    position: absolute;
    z-index: 9;
    width: 80%;
    display: flex;
    align-items: center;
    height: 100%;
    right: 0
}

.request-loader {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 25%);
    border: 10px solid #b01e1e;
    text-align: center;
    margin: auto
}

.request-loader span {
    position: relative;
    font-size: 40px;
    font-weight: 900
}

.request-loader::after {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: "";
    height: 190px;
    width: 190px;
    border: 15px solid #b11e1e;
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: 1;
    background: linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0 0, 200px 100px, 0px 100px, 200px 0;
    padding: 10px;
    animation: border-dance 4s infinite linear
}

.loader-content p {
    text-align: center;
    font-weight: 900;
    width: 100%;
    font-size: 22px;
    margin-top: 30px
}

.request-loader::before {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: "";
    height: 190px;
    width: 190px;
    border: 15px solid #b11e1e;
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: 1
}

@-webkit-keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(0.75, 0.75, 1)
    }
    to {
        opacity: 0;
        transform: scale3d(1.0, 1.0, 1)
    }
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(0.75, 0.75, 1)
    }
    to {
        opacity: 0;
        transform: scale3d(1.0, 1.0, 1)
    }
}

@keyframes border-dance {
    0% {
        background-position: 0 0, 300px 116px, 0px 150px, 216px 0
    }
    100% {
        background-position: 300px 0, 0px 116px, 0px 0, 216px 150px
    }
}

.main {
    position: relative;
    overflow: hidden;
    min-height: 420px
}

.main-inner {
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 50vmin 0 12vmin
}

.main-inner:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #171717;
    opacity: .6
}

.main-contacts,
.main-projects {
    padding: 34.2vmin 0 34vmin
}

.main-project {
    padding: 33.7vmin 0 11vmin;
    background-size: cover;
    background-position: center 0
}

.main-contacts:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, .95) 0, rgba(39, 39, 39, .95) 26%, rgba(39, 39, 39, .6) 100%);
    background: linear-gradient(to top, rgba(39, 39, 39, .95) 0, rgba(39, 39, 39, .95) 26%, rgba(39, 39, 39, .6) 100%)
}

.main-header {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: right;
    padding-left: 38.5vmin
}

.main-header h1 {
    color: #fff;
    margin: 0;
    margin-right: -10px;
    font-size: 62px;
    font-weight: 600;
    letter-spacing: 8px
}

.main-inner .page-lines {
    z-index: 1;
    opacity: .15
}

.main-inner .page-lines .line {
    border-color: #fff
}

.main-blog .page-lines,
.main-contacts .page-lines,
.main-project .page-lines,
.main-projects .page-lines {
    opacity: .08
}

.rev_slider {
    color: #fff;
    min-height: 420px
}

.rev_slider .btn {
    -webkit-transition: background-color .3s ease-out!important;
    transition: background-color .3s ease-out!important;
    font-size: 18px;
    font-weight: 700;
    font-family: GothamBook
}

.tp-caption {
    padding: 0 20px;
    text-align: right
}

.arrow-left,
.arrow-right {
    position: absolute;
    z-index: 4;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 22px;
    top: 30%
}

.arrow-left {
    left: 22vmin
}

.arrow-right {
    right: 15px
}

.arrow-left:after,
.arrow-right:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    font-family: Oswald;
    font-size: 22px;
    line-height: 1;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: #fff
}

.arrow-left:after {
    content: 'Prev'
}

.arrow-right:before {
    content: 'Next'
}

.arrow-left:before,
.arrow-right:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.3em;
    height: 1em;
    opacity: .25;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.arrow-left:hover:before,
.arrow-right:hover:after {
    opacity: 1
}

.arrow-left:before {
    background: url(../img/left-arrow1.html) 0 0 no-repeat;
    background-size: 1.2em .8em;
    margin-right: .4em;
    margin-top: .3em
}

.arrow-right:after {
    background: url(../img/right-arrow1.html) 0 0 no-repeat;
    background-size: 1.2em .8em;
    margin-left: .72em;
    margin-left: .2em;
    margin-top: .3em
}

.slide-title {
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 10px
}

.slide-subtitle {
    font-weight: 700;
    line-height: 1.7;
    font-family: GothamBook;
    margin-right: -7px
}

.other-project-button {
    width: 100%;
    height: 93%;
    display: flex;
    font-weight: bold;
    line-height: normal;
    border: transparent;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #deb53a;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase
}

.other-project-button:hover {
    color: #fff
}

.popup-btn {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #da251c;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    font-size: 12px!important;
    padding-left: 25%!important;
    line-height: 17px!important;
    padding-top: 31%!important
}

.mfp-iframe-scaler iframe {
    width: 90%!important;
    margin: auto 5%!important
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: -6px;
    text-align: center;
    padding-right: 0;
    width: 30px;
    font-size: 29px;
    height: 30px;
    display: flex;
    align-content: center!important;
    align-items: center!important;
    justify-content: center!important;
    top: 0;
    top: -14px!important;
    color: #000!important;
    padding-right: 1px!important
}

.mfp-iframe-holder .mfp-close:hover {
    background: #f00;
    color: white
}

.mfp-iframe-holder .mfp-close i {
    font-size: 35px
}

.video-button .circle {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #ff4343;
    position: fixed;
    top: 65%;
    top: 2%;
    transform: translate(-50%, -50%);
    z-index: 999;
    right: -5%
}

.video-button .circle a {
    color: #ccc
}

.video-button .circle:before,
.video-button .circle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #ff4343;
    border-radius: 50%;
    z-index: -1
}

.video-button .circle:before {
    animation: ripple 2s linear infinite
}

.circle:after {
    animation: ripple 2s linear 1s infinite
}

@keyframes ripple {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.3);
        opacity: 1
    }
    100% {
        transform: scale(1.6);
        opacity: 0
    }
}

.video-button1 {
    position: relative;
    bottom: 5px;
    height: 100%;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: 38px!important;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    background-color: #fff;
    border-radius: 50%;
    top: -10px!important;
    opacity: 1;
    width: 30px!important;
    position: absolute
}

.circle-btn:hover {
    letter-spacing: 2px
}

.circle-btn svg {
    position: absolute;
    left: 0;
    top: 0
}

.circle {
    opacity: 1;
    stroke-dasharray: 301.59px 301.59px;
    stroke-dashoffset: 301.59px;
    transition: all .8s;
    transition-timing-function: cubic-bezier(.4, .08, 0, .97)
}

.circle-btn:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1
}

.other-project-button {
    display: inline-block;
    position: relative;
    background: 0;
    border: 0;
    color: #deb53a;
    font-size: 18px;
    cursor: pointer;
    margin: 10px
}

.other-project-button span {
    display: block;
    padding: 25px;
    height: 100%;
    font-size: 30px;
    display: flex;
    align-items: center;
    background-image: url(../img/other-project-button-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.other-project-button::before,
.other-project-button::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #fff
}

.other-project-button span::before,
.other-project-button span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #fff
}

.other-project-button:hover::before,
.other-project-button:hover::after {
    width: 100%
}

.other-project-button:hover span::before,
.other-project-button:hover span::after {
    height: 100%
}

.other-project-button.btn-4::after {
    right: 0;
    bottom: 0;
    transition-duration: .4s
}

.other-project-button.btn-4 span::after {
    right: 0;
    bottom: 0;
    transition-duration: .4s
}

.other-project-button.btn-4::before {
    left: 0;
    top: 0;
    transition-duration: .4s
}

.other-project-button.btn-4 span::before {
    left: 0;
    top: 0;
    transition-duration: .4s
}

.featured-project-section .circle-border {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    padding: 30px;
    background-color: black
}

.featured-project-section .circle {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: 0;
    border: 0;
    box-sizing: border-box;
    border-radius: 100%;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle
}

.featured-project-section .circle::before,
.featured-project-section .circle::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%
}

.featured-project-section .circle:hover {
    color: yellow
}

.featured-project-section .circle::before,
.featured-project-section .circle::after {
    top: 0;
    left: 0
}

.featured-project-section .circle::before {
    border: 2px solid transparent
}

.featured-project-section .circle:hover::before {
    border-top-color: yellow;
    border-right-color: yellow;
    border-bottom-color: yellow;
    transition: border-top-color .15s linear, border-right-color .15s linear .1s, border-bottom-color .15s linear .2s
}

.featured-project-section .circle::after {
    border: 0 solid transparent
}

.featured-project-section .circle:hover::after {
    border-top: 2px solid yellow;
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(270deg);
    transition: transform .4s linear 0s, border-left-width 0s linear .35s
}

.featured-project-section .project-img img {
    margin: auto;
    display: block;
    clip-path: circle(117px at center);
    pointer-events: none
}

.featured-project-section .project-img .image-wrap {
    display: flex;
    align-items: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid transparent;
    pointer-events: none
}

.featured-project-section .project-img .artist-card {
    pointer-events: auto;
    background: grey;
    width: 155px;
    height: 155px
}

.featured-project-section .project-img .image-wrap:hover {
    border-color: yellow
}

.featured-project-section .project-img .artist-card:hover .image-wrap {
    border-color: yellow
}

.slider-button {
    position: absolute;
    bottom: 50px;
    right: 7%;
}

.slider-text {
    position: absolute;
    bottom: 50px;
    right: 7%;
    text-align: right;
    top: 39%;
    width: 60%;
}