/*

TemplateMo 568 DigiMedia

https://templatemo.com/tm-568-digimedia

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

/* clear fix */
.grid:after {
    content: "";
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 17px;
    line-height: 35px;
    font-weight: 300;
    color: rgb(0, 0, 0);
}

img {
    width: 100%;
    overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
    background: #fff;
    font-family: "Poppins", sans-serif;
}

::selection {
    background: #561630;
    color: #fff !important;
}

::-moz-selection {
    background: #561630;
    color: #fff !important;
}

@media (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
    }
    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .mobile-bottom-fix {
        margin-bottom: 30px;
    }
    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

.page-section {
    margin-top: 120px;
}

.section-heading {
    position: relative;
    z-index: 2;
}

.section-heading h6 {
    font-size: 15px;
    font-weight: 700;
    color: #561630;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-heading h4 {
    color: #2a2a2a;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.section-heading h4 em {
    font-style: normal;
    color: #561630;
}

.section-heading .line-dec {
    width: 50px;
    height: 2px;
    background-color: #561630;
}

.border-first-button a {
    display: inline-block !important;
    padding: 10px 20px !important;
    color: #561630 !important;
    border: 1px solid #561630 !important;
    border-radius: 23px;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    transition: all 0.5s;
}

.border-first-button a:hover {
    background-color: #561630;
    color: #fff !important;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.pre-header {
    background-color: #efefef;
    height: 60px;
    padding: 15px 0px;
}

.pre-header ul li {
    display: inline-block;
}

.pre-header ul.info li {
    margin-right: 45px;
}

.pre-header ul.info li a {
    color: #afafaf;
    font-size: 14px;
    transition: all 0.3s;
}

.pre-header ul.info li a:hover {
    color: #561630;
}

.pre-header ul.info li a i {
    font-size: 18px;
    margin-right: 8px;
}

.pre-header ul.social-media {
    text-align: right;
}

.pre-header ul.social-media li {
    margin-left: 5px;
}

.pre-header ul.social-media li a {
    background-color: #afafaf;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s;
}

.pre-header ul.social-media li a:hover {
    background-color: #561630;
}

.background-header1 {
    background-color: #fff !important;
    position: fixed !important;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
}

.background-header {
    background-color: #fff !important;
    /* height: 80px !important; */
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
}

.background-header .logo,
.background-header .main-nav .nav li a {
    color: #fff;
}

.background-header .main-nav .nav li:hover a {
    color: #561630;
}

.background-header .nav li a.active {
    position: relative;
    color: #fff;
}

.background-header .nav li a.active:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #A36D2A!;
    content: "";
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.background-header .nav li:last-child a.active:after {
    background-color: transparent;
}

.header-area {
    background-color: #fff;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    z-index: 300;
    height: 100px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header-area .main-nav {
    /* min-height: 80px; */
    background: transparent;
}

.header-area .logo {
    margin-top: 20px;
}

.header-area .main-nav .logo {
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
    line-height: 0px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.background-header .main-nav .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #2a2a2a;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    color: #a36d2a !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #a36d2a !important;
    opacity: 1;
}

.header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #2a2a2a;
    position: absolute;
    right: 18px;
    top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
    color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 50px;
    opacity: 0;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
    background: #fff;
    color: #ddae15 !important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #2a2a2a;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #2a2a2a;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #2a2a2a;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: #561630;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 992px) {
    .pre-header ul.info li:last-child {
        display: none;
    }
    .background-header .main-nav .nav {
        margin-top: 100px !important;
    }
    .header-area .main-nav .logo {
        color: #1e1e1e;
    }
    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #561630 !important;
        opacity: 1;
    }
    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }
    .header-area {
        background-color: #fff;
        padding: 0px 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
        box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
    }
    .header-area .container {
        padding: 0px;
    }
    .header-area .logo {
        margin-top: 20px;
        margin-left: 30px;
    }
    .header-area .menu-trigger {
        display: block !important;
    }
    .header-area .main-nav {
        overflow: hidden;
    }
    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }
    .background-header .nav {
        margin-top: 80px;
    }
    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }
    .header-area.header-sticky .nav {
        margin-top: 100px;
    }
    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important;
    }
    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #561630 !important;
    }
    .header-area .main-nav .nav li.submenu ul {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
    }
    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }
    .header-area .main-nav .nav li.submenu ul.active {
        height: auto !important;
    }
    .header-area .main-nav .nav li.submenu:after {
        color: #3b566e;
        right: 25px;
        font-size: 14px;
        top: 15px;
    }
    .header-area .main-nav .nav li.submenu:hover ul,
    .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
    .header-area .container {
        max-width: 100% !important;
    }
}

@media (min-width: 992px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #561630;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #561630;
    border-radius: 50%;
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 226px 0px 120px 0px;
    position: relative;
    overflow: hidden;
}

.main-banner:after {
    content: "";
    background-image: url(../images/slider-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 60px;
    width: 262px;
    height: 625px;
    z-index: 1;
}

.main-banner:before {
    content: "";
    background-image: url(../images/slider-right-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 60px;
    width: 1159px;
    height: 797px;
    z-index: -1;
}

.main-banner .left-content {
    margin-right: 15px;
}

.main-banner .left-content h6 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #561630;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.main-banner .left-content h1 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    font-size: 50px;
    color: #2a2a2a;
    margin-bottom: 20px;
}

.main-banner .left-content p {
    margin-bottom: 30px;
    margin-right: 45px;
}

.main-banner .right-image {
    text-align: right;
    position: relative;
    z-index: 20;
}

.main-banner .right-image img {
    max-width: 593px;
}

/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

#about {
    padding-top: 200px;
}

.about-left-image img {
    margin-right: 45px;
}

.about-right-content p {
    margin-top: 30px;
    margin-bottom: 45px;
}

.skills-content {
    position: relative;
    z-index: 1;
    margin-top: -50px;
    background-color: #f5f5f5;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 110px 0px 50px 0px;
}

.skill-item {
    text-align: center;
}

.progress {
    width: 150px;
    height: 150px !important;
    line-height: 150px;
    background: none !important;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left {
    left: 0;
}
.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #fd6a54;
}

.first-skill-item .progress .progress-bar {
    border-color: #561630;
}

.second-skill-item .progress .progress-bar {
    border-color: #726ae3;
}

.third-skill-item .progress .progress-bar {
    border-color: #f58b56;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right {
    right: 0;
}
.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.progress .progress-value {
    text-align: center;
    color: #2a2a2a;
    display: flex;
    width: 100%;
    border-radius: 50%;
    font-size: 35px;
    text-align: center;
    line-height: 25px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 700;
}
.progress .progress-value div {
    margin-top: 10px;
}
.progress .progress-value span {
    font-size: 18px;
    text-transform: none;
    color: #afafaf;
    font-weight: 300;
}

/* This for loop creates the  necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
    animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}
@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}
@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}
@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}
@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}
.progress {
    margin-bottom: 1em;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
    padding-top: 200px;
    position: relative;
}

.services:after {
    content: "";
    background-image: url(../images/services-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    width: 786px;
    height: 1217px;
    z-index: 0;
}

.services:before {
    content: "";
    background-image: url(../images/services-right-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 400px;
    width: 161px;
    height: 413px;
    z-index: 0;
}

.services .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.services .section-heading .line-dec {
    margin: 0 auto;
}

.services .naccs {
    position: relative;
    z-index: 1;
}

.services .icon {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.services .naccs .menu div h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}

.services .icon img {
    margin-bottom: 10px;
    max-width: 60px;
    min-width: 60px;
}

.services .naccs .menu {
    text-align: center;
    margin-bottom: 30px;
}

.services .naccs .menu div {
    color: #2a2a2a;
    margin: 0px;
    width: 15%;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 15px;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services .naccs .menu div .thumb {
    display: inline-block;
    width: 100%;
    padding: 30px 0px;
    background-color: #fff;
}

.services .naccs .menu div.active {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.services ul.nacc {
    height: 100% !important;
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li.active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 15px;
    padding: 80px 120px 50px 120px;
}

.services ul.nacc li {
    width: 100%;
}

.services ul.nacc li .right-image img {
    max-width: 420px;
    float: right;
}

.services .nacc .thumb h4 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 25px;
}

.services .nacc .thumb .main-white-button {
    text-align: right;
    margin-top: 40px;
}

.services .nacc .thumb .main-white-button a {
    background-color: #8d99af;
    color: #fff;
}

.services .nacc .thumb .main-white-button a i {
    background-color: #fff;
    color: #8d99af;
}

.services .left-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #561630 !important;
}

.services .left-text p {
    margin-bottom: 30px;
}

.nacc .ticks-list span {
    display: inline-block;
    opacity: 1;
    margin-right: 45px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
}

/* 
---------------------------------------------
Free Quote
--------------------------------------------- 
*/

.free-quote {
    background-image: url(../images/quote-bg-v3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 130px;
}

.free-quote .section-heading {
    margin-bottom: 60px;
}

.free-quote .section-heading h6,
.free-quote .section-heading h4 {
    color: #fff;
}

.free-quote .section-heading .line-dec {
    margin: 0 auto;
    background-color: #fff;
}

.free-quote form {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    min-height: 80px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}

.free-quote form input {
    width: 100%;
    margin-top: 20px;
    margin-left: 30px;
    color: #afafaf;
    font-weight: 400;
    font-size: 15px;
    height: 40px;
    background-color: transparent;
    border-bottom: 1px solid #eee;
    border-top: none;
    border-left: none;
    border-right: none;
    position: relative;
    z-index: 2;
    outline: none;
}

.free-quote form button {
    width: 100%;
    height: 80px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    outline: none;
    border: none;
    margin-left: 30px;
    background-color: #561630;
    font-size: 15px;
    color: #fff;
}

/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
    padding-top: 200px;
    overflow: hidden;
    position: relative;
}

.our-portfolio:before {
    content: "";
    background-image: url(../images/portfolio-right-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0px;
    width: 414px;
    height: 861px;
    z-index: 1;
}

.our-portfolio:after {
    content: "";
    background-image: url(../images/portfolio-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    width: 677px;
    height: 759px;
    z-index: 1;
}

.our-portfolio .section-heading {
    margin-bottom: 80px;
}

.our-portfolio .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 2;
}

.our-portfolio .item {
    position: relative;
    z-index: 222;
}

.portfolio-item {
    border-radius: 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin: 15px;
}

.portfolio-item .thumb {
    position: relative;
    border-radius: 50px;
}

.portfolio-item:hover .down-content h4,
.portfolio-item:hover .down-content span {
    color: #561630;
}

.portfolio-item .thumb img {
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
    overflow: hidden;
}

.portfolio-item .down-content {
    background-color: #fff;
    text-align: center;
    padding: 18px 0px;
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
}

.portfolio-item .down-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 8px;
    transition: all 0.3s;
}

.portfolio-item .down-content span {
    font-size: 15px;
    color: #afafaf;
    transition: all 0.3s;
}

.our-portfolio .owl-nav {
    display: inline-block !important;
    position: absolute;
    top: -125px;
    right: 15%;
    max-width: 1320px;
}

.our-portfolio .owl-nav .owl-next {
    margin-left: 10px;
}

.our-portfolio .owl-nav span {
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    font-size: 30px;
    background-color: #eee;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s;
}

.our-portfolio .owl-nav span:hover {
    color: #fff;
    background-color: #561630;
}

/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.blog:before {
    content: "";
    background-image: url(../images/blog-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    width: 961px;
    height: 1020px;
    z-index: 0;
}

.blog {
    position: relative;
    padding-top: 200px;
}

.blog .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.blog .section-heading .line-dec {
    margin: 0 auto;
}

.blog-post {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    position: relative;
    z-index: 2;
}

.show-up {
    position: relative;
    z-index: 222;
}

.blog-post .thumb img {
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
}

.blog-post .down-content {
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
    background-color: #fff;
    padding: 30px;
}

.blog-post .down-content span.category {
    font-size: 15px;
    color: #fff;
    padding: 8px 12px;
    background-color: #561630;
    border-radius: 18px;
    display: inline-block;
}

.blog-post .down-content span.date {
    font-size: 15px;
    color: #afafaf;
    text-align: right;
    float: right;
    margin-top: 4px;
}

.blog-post .down-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}

.blog-post .down-content p {
    margin-bottom: 30px;
}

.blog-post .down-content span.author {
    font-size: 15px;
    color: #2a2a2a;
}

.blog-post .down-content span.author img {
    max-width: 56px;
    border-radius: 50%;
    margin-right: 15px;
}

.blog-post .down-content .border-first-button {
    display: inline-block;
    float: right;
}

.blog-posts {
    margin-left: 30px;
}

.post-item {
    margin-bottom: 62px;
}

.last-post-item {
    margin-bottom: 0px;
}

.post-item .thumb {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.post-item .thumb img {
    border-radius: 23px;
    display: inline-block;
}

.post-item .right-content {
    padding-top: 20px;
}

.post-item .right-content span.category {
    font-size: 15px;
    color: #fff;
    padding: 8px 12px;
    background-color: #561630;
    border-radius: 18px;
    display: inline-block;
}

.post-item .right-content span.date {
    font-size: 15px;
    color: #afafaf;
    text-align: right;
    float: right;
    margin-top: 4px;
}

.post-item .right-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
    padding-top: 200px;
}

.contact-us .section-heading .line-dec {
    margin: 0 auto;
}

.contact-us .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

form#contact:before {
    background-image: url(../images/contact-top-right-v3.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 726px;
    height: 78px;
    background-repeat: no-repeat;
    content: "";
    z-index: 1;
}

.contact-dec img {
    max-width: 224px;
    position: absolute;
    right: 25px;
    top: -242px;
}

form#contact:after {
    background-image: url(../images/contact-bottom-right-v3.png);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 532px;
    height: 106px;
    background-repeat: no-repeat;
    content: "";
    z-index: 1;
}

form#contact {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: #fff;
    border-radius: 23px;
    text-align: center;
}

form#contact #map iframe {
    border-radius: 23px;
    margin-bottom: -7px;
    position: relative;
    z-index: 2;
}

.fill-form {
    padding: 80px 60px 80px 30px;
}

.fill-form .info-post {
    margin-bottom: 20px;
}

.fill-form .icon {
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    padding: 25px 15px;
}

.fill-form .icon img {
    max-width: 60px;
    display: block;
    margin: 0 auto;
}

.fill-form .icon a {
    margin-top: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #2a2a2a;
    transition: all 0.3s;
}

.fill-form .icon:hover a {
    color: #561630;
}

form#contact input {
    width: 100%;
    height: 46px;
    background-color: transparent;
    border: 1px solid #eee;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 0px 20px;
    border-radius: 23px;
    margin-top: 30px;
}

form#contact input::placeholder {
    color: #aaa;
}

form#contact textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 200px;
    min-height: 200px;
    height: 200px;
    border-radius: 23px;
    background-color: transparent;
    border: 1px solid #eee;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 15px 20px;
    margin-top: 30px;
}

form#contact textarea::placeholder {
    color: #aaa;
}

form#contact button {
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    color: #561630;
    margin-top: 30px;
    width: 100%;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border: 1px solid #561630;
    transition: all 0.3s;
    outline: none;
}

form#contact button:hover {
    background-color: #561630 !important;
    color: #fff !important;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
    /* background-image: url(../images/footer-bg-v3.jpg); */
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 130px;
    border-radius: 50px 50px 0px 0px;
}

.copyright {
    text-align: center;
    color: #000;
    padding: 0;
    padding-top: 50px;
    font-weight: 500;
}

.side-gaps {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

footer p a {
    color: #000;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 500;
}

.footer p a:hover {
    text-decoration: underline;
    color: #000;
}

.footer {
    box-shadow: 0px -6px 10px 0px rgb(0 0 0 / 15%);
    padding: 30px 0;
}

.footer h5 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #561630;
    padding: 0;
    font-size: 22px;
}

.footer p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
}

.footer .social-icons a {
    margin-right: 15px;
    color: #000;
    font-size: 20px;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
    .header-area .main-nav .logo h4 {
        font-size: 24px;
    }
    .header-area .main-nav .logo h4 img {
        max-width: 25px;
        margin-left: 0px;
    }
}

@media (max-width: 992px) {
    form#contact {
        overflow: hidden;
    }
    .header-area .main-nav .logo h4 {
        font-size: 20px;
    }
    .main-banner .left-content {
        margin-right: 0px;
    }
    .main-banner {
        text-align: center;
        padding: 226px 0px 30px 0px;
    }
    .main-banner:before {
        display: none;
    }
    .main-banner .right-image {
        margin: 30px auto 0px auto;
        text-align: center;
    }
    .features-item {
        margin-bottom: 45px;
    }
    .last-features-item,
    .last-skill-item {
        margin-bottom: 0px !important;
    }
    .skill-item {
        margin-bottom: 30px;
    }
    .about-left-image img {
        margin-right: 0px;
        margin-bottom: 45px;
    }
    .services .naccs .menu div {
        font-size: 15px;
        font-weight: 500;
    }
    .service-item {
        text-align: center;
    }
    .service-item .icon {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .about-us .left-image {
        margin-right: 30px;
        margin-left: 30px;
        margin-bottom: 45px;
    }
    .blog-posts {
        margin-left: 0px;
        margin-top: 30px;
    }
    .post-item {
        margin-bottom: 70px;
    }
    .our-portfolio .owl-nav {
        display: none !important;
    }
    .contact-info {
        margin-top: 60px;
    }
    form#contact {
        padding: 45px;
    }
    .header-area .main-nav .logo h4 {
        font-size: 30px;
    }
    .header-area .main-nav .logo h4 img {
        max-width: 30px;
        margin-left: 5px;
    }
}

@media (max-width: 767px) {
    .main-banner .info-stat {
        margin-bottom: 15px;
    }
    .service-item {
        text-align: center;
        padding: 30px;
    }
    .service-item .icon {
        float: none;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .service-item .right-content {
        display: inline-block;
    }
    .services .naccs .menu div .thumb {
        padding: 5px;
    }
    .services .icon img {
        margin: 0px;
    }
    .services ul.nacc li.active {
        padding: 45px;
    }
    .services .naccs .menu div {
        font-size: 0px;
    }
    .services ul.nacc li .right-image img {
        float: none;
    }
    .our-portfolio .section-heading,
    .about-us .section-heading,
    .about-us .about-item,
    .about-us p,
    .about-us .main-green-button {
        text-align: center;
    }
    .our-portfolio .section-heading .line-dec {
        margin: 0 auto;
    }
    .our-services .section-heading {
        margin-left: 15px;
        margin-right: 15px;
    }
    .free-quote form input {
        margin-left: 0px;
        padding: 0px 30px;
    }
    .free-quote form button {
        margin-left: 0px;
        border-bottom-left-radius: 40px;
        border-top-right-radius: 0px;
    }
    .blog-posts {
        margin-left: 0px;
        margin-top: 30px;
    }
    .post-item {
        margin-bottom: 30px;
    }
    .post-item .thumb img {
        max-width: 140px;
    }
    .post-item .right-content p {
        display: none;
    }
    .about-us .about-item {
        margin-top: 15px;
    }
    form#contact {
        padding: 30px;
    }
    .img-title span {
        font-size: medium !important;
        padding-left: 10px;
    }
}

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,900);

q,
blockquote {
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

@media (min-width: 37.5em) {
    html,
    body {
        font-size: 100%;
    }
}

@media (max-height: 40em) {
    .section {
        display: block;
        padding-top: 4em;
    }
}
.section__wrap {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
@media (max-height: 40em) {
    .section__wrap {
        display: block;
    }
}
.section h1 {
    color: #fff;
    font-size: 1.8em;
    font-weight: 300;
    margin: 1em auto 0.5em;
    text-align: center;
}
@media (min-width: 37.5em) {
    .section h1 {
        font-size: 2em;
    }
}

.center {
    background: #fff;
    /* border-radius: 50%; */
    /* height: 25em; */
    /* margin: 1em auto; */
    overflow: hidden;
    position: relative;
    /* width: 22em; */
}

.center1 {
    background: #fff;
    border-radius: 50%;
    height: 25em;
    margin: 1em auto;
    overflow: hidden;
    position: relative;
    width: 22em;
}

.part {
    position: absolute;
    border: 0 solid transparent;
}

.part-1 {
    background: #1c699d;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    animation: part1 5s infinite;
    animation-timing-function: cubic-bezier(0.6, 1.5, 0.6, 1);
}

.part-2 {
    background: #fff;
    border-radius: 0.25em;
    display: table;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    z-index: 10;
    animation: part2 5s infinite;
    animation-timing-function: cubic-bezier(0.6, 1.5, 0.6, 1);
}
.part-2 span {
    color: #3498db;
    display: table-cell;
    font-weight: 700;
    vertical-align: middle;
    animation: code 5s infinite;
    animation-timing-function: cubic-bezier(0.6, 1.5, 0.6, 1);
}

.part-3 {
    background: #3498db;
    border-radius: 0.625em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    animation: part3 5s infinite;
    animation-timing-function: cubic-bezier(0.6, 1.5, 0.6, 1);
}

@-moz-keyframes part1 {
    0%,
    5% {
        border-radius: 0;
        height: 0.3125em;
        top: 13em;
        width: 1.5625em;
    }
    15%,
    25% {
        border-radius: 3.75em;
        height: 1.5em;
        top: 14.875em;
        width: 1.5em;
    }
    35%,
    45% {
        border-radius: 3.75em;
        height: 1.5em;
        top: 16.5625em;
        width: 1.5em;
    }
    55%,
    65% {
        border-radius: 6.25em;
        height: 1.25em;
        top: 15.625em;
        width: 15.625em;
    }
    75%,
    85% {
        border-radius: 6.25em;
        height: 1.25em;
        top: 17.1875em;
        width: 5.625em;
    }
    95%,
    100% {
        border-radius: 0;
        height: 0.3125em;
        top: 13em;
        width: 1.5625em;
    }
}
@-webkit-keyframes part1 {
    0%,
    5% {
        border-radius: 0;
        height: 0.3125em;
        top: 13em;
        width: 1.5625em;
    }
    15%,
    25% {
        border-radius: 3.75em;
        height: 1.5em;
        top: 14.875em;
        width: 1.5em;
    }
    35%,
    45% {
        border-radius: 3.75em;
        height: 1.5em;
        top: 16.5625em;
        width: 1.5em;
    }
    55%,
    65% {
        border-radius: 6.25em;
        height: 1.25em;
        top: 15.625em;
        width: 15.625em;
    }
    75%,
    85% {
        border-radius: 6.25em;
        height: 1.25em;
        top: 17.1875em;
        width: 5.625em;
    }
    95%,
    100% {
        border-radius: 0;
        height: 0.3125em;
        top: 13em;
        width: 1.5625em;
    }
}
@keyframes part1 {
    0%,
    5% {
        border-radius: 0;
        height: 0.3125em;
        top: 13em;
        width: 1.5625em;
    }
    15%,
    25% {
        border-radius: 3.75em;
        height: 1.5em;
        top: 14.875em;
        width: 1.5em;
    }
    35%,
    45% {
        border-radius: 3.75em;
        height: 1.5em;
        top: 16.5625em;
        width: 1.5em;
    }
    55%,
    65% {
        border-radius: 6.25em;
        height: 1.25em;
        top: 15.625em;
        width: 15.625em;
    }
    75%,
    85% {
        border-radius: 6.25em;
        height: 1.25em;
        top: 17.1875em;
        width: 5.625em;
    }
    95%,
    100% {
        border-radius: 0;
        height: 0.3125em;
        top: 13em;
        width: 1.5625em;
    }
}
@-moz-keyframes part2 {
    0%,
    5% {
        border: 0.25em solid #3498db;
        border-radius: 0.5em;
        height: 3.125em;
        top: 9.375em;
        width: 3.125em;
    }
    15%,
    25% {
        border: 0 solid #3498db;
        border-radius: 0.5em;
        height: 8.125em;
        top: 6.0625em;
        width: 4.75em;
    }
    35%,
    45% {
        border: 0 solid #3498db;
        border-radius: 0.5em;
        height: 11.25em;
        top: 4.6875em;
        width: 6.875em;
    }
    55%,
    65% {
        border: 0 solid #3498db;
        border-radius: 0.5em;
        height: 8.125em;
        top: 5.9375em;
        width: 13.5em;
    }
    75%,
    85% {
        border: 0 solid #3498db;
        border-radius: 0.5em;
        height: 9.375em;
        top: 5.9375em;
        width: 15em;
    }
    95%,
    100% {
        border: 0.25em solid #3498db;
        border-radius: 0.5em;
        height: 3.125em;
        top: 9.375em;
        width: 3.125em;
    }
}
@-webkit-keyframes part2 {
    0%,
    5% {
        border: 0.25em solid #3498db;
        border-radius: 0.5em;
        height: 3.125em;
        top: 9.375em;
        width: 3.125em;
    }
    15%,
    25% {
        border: 0 solid #3498db;
        border-radius: 0.5em;
        height: 8.125em;
        top: 6.0625em;
        width: 4.75em;
    }
    35%,
    45% {
        border: 0 solid #3498db;
        border-radius: 0.5em;
        height: 11.25em;
        top: 4.6875em;
        width: 6.875em;
    }
    55%,
    65% {
        border: 0 solid #3498db;
        border-radius: 0.5em;
        height: 8.125em;
        top: 5.9375em;
        width: 13.5em;
    }
    75%,
    85% {
        border: 0 solid #3498db;
        border-radius: 0.5em;
        height: 9.375em;
        top: 5.9375em;
        width: 15em;
    }
    95%,
    100% {
        border: 0.25em solid #3498db;
        border-radius: 0.5em;
        height: 3.125em;
        top: 9.375em;
        width: 3.125em;
    }
}
@keyframes part2 {
    0%,
    5% {
        border: 0.25em solid #3498db;
        border-radius: 0.5em;
        height: 3.125em;
        top: 9.375em;
        width: 3.125em;
    }
    15%,
    25% {
        border: 0 solid #3498db;
        border-radius: 0.5em;
        height: 8.125em;
        top: 6.0625em;
        width: 4.75em;
    }
    35%,
    45% {
        border: 0 solid #3498db;
        border-radius: 0.5em;
        height: 11.25em;
        top: 4.6875em;
        width: 6.875em;
    }
    55%,
    65% {
        border: 0 solid #3498db;
        border-radius: 0.5em;
        height: 8.125em;
        top: 5.9375em;
        width: 13.5em;
    }
    75%,
    85% {
        border: 0 solid #3498db;
        border-radius: 0.5em;
        height: 9.375em;
        top: 5.9375em;
        width: 15em;
    }
    95%,
    100% {
        border: 0.25em solid #3498db;
        border-radius: 0.5em;
        height: 3.125em;
        top: 9.375em;
        width: 3.125em;
    }
}
@-moz-keyframes part3 {
    0%,
    5% {
        border-radius: 0.3125em;
        height: 9.375em;
        top: 6.4375em;
        width: 2.5em;
    }
    15%,
    25% {
        border-radius: 0.625em;
        height: 11.875em;
        top: 5em;
        width: 6.625em;
    }
    35%,
    45% {
        border-radius: 0.625em;
        height: 15em;
        top: 3.75em;
        width: 8.75em;
    }
    55%,
    65% {
        border-radius: 0.625em;
        height: 10em;
        top: 5em;
        width: 15em;
    }
    75%,
    85% {
        border-radius: 0.625em;
        height: 11.25em;
        top: 5em;
        width: 16.875em;
    }
    95%,
    100% {
        border-radius: 0.3125em;
        height: 9.375em;
        top: 6.4375em;
        width: 2.5em;
    }
}
@-webkit-keyframes part3 {
    0%,
    5% {
        border-radius: 0.3125em;
        height: 9.375em;
        top: 6.4375em;
        width: 2.5em;
    }
    15%,
    25% {
        border-radius: 0.625em;
        height: 11.875em;
        top: 5em;
        width: 6.625em;
    }
    35%,
    45% {
        border-radius: 0.625em;
        height: 15em;
        top: 3.75em;
        width: 8.75em;
    }
    55%,
    65% {
        border-radius: 0.625em;
        height: 10em;
        top: 5em;
        width: 15em;
    }
    75%,
    85% {
        border-radius: 0.625em;
        height: 11.25em;
        top: 5em;
        width: 16.875em;
    }
    95%,
    100% {
        border-radius: 0.3125em;
        height: 9.375em;
        top: 6.4375em;
        width: 2.5em;
    }
}
@keyframes part3 {
    0%,
    5% {
        border-radius: 0.3125em;
        height: 9.375em;
        top: 6.4375em;
        width: 2.5em;
    }
    15%,
    25% {
        border-radius: 0.625em;
        height: 11.875em;
        top: 5em;
        width: 6.625em;
    }
    35%,
    45% {
        border-radius: 0.625em;
        height: 15em;
        top: 3.75em;
        width: 8.75em;
    }
    55%,
    65% {
        border-radius: 0.625em;
        height: 10em;
        top: 5em;
        width: 15em;
    }
    75%,
    85% {
        border-radius: 0.625em;
        height: 11.25em;
        top: 5em;
        width: 16.875em;
    }
    95%,
    100% {
        border-radius: 0.3125em;
        height: 9.375em;
        top: 6.4375em;
        width: 2.5em;
    }
}
@-moz-keyframes code {
    0%,
    5% {
        font-size: 1em;
    }
    15%,
    25% {
        font-size: 1.5625em;
    }
    35%,
    45% {
        font-size: 2.1875em;
    }
    55%,
    65% {
        font-size: 2.8125em;
    }
    75%,
    85% {
        font-size: 3.4375em;
    }
    95%,
    100% {
        font-size: 1em;
    }
}
@-webkit-keyframes code {
    0%,
    5% {
        font-size: 1em;
    }
    15%,
    25% {
        font-size: 1.5625em;
    }
    35%,
    45% {
        font-size: 2.1875em;
    }
    55%,
    65% {
        font-size: 2.8125em;
    }
    75%,
    85% {
        font-size: 3.4375em;
    }
    95%,
    100% {
        font-size: 1em;
    }
}
@keyframes code {
    0%,
    5% {
        font-size: 1em;
    }
    15%,
    25% {
        font-size: 1.5625em;
    }
    35%,
    45% {
        font-size: 2.1875em;
    }
    55%,
    65% {
        font-size: 2.8125em;
    }
    75%,
    85% {
        font-size: 3.4375em;
    }
    95%,
    100% {
        font-size: 1em;
    }
}

/* Custom CSS */

/* Tab Changer */

.tabs {
    width: 100%;
    /* width: 80%; */
    margin: 20px auto;
    margin-top: 150px;
}

.tabscontainer {
    position: relative;
    margin: 5px auto !important;
    display: flex;
    justify-content: space-between;
}

.tabscontent {
    padding: 0 22px 0 22px !important;
    border-radius: 20px 20px 0 0;
}

.tabscontent div {
    height: 80vh;
    /* width: 1000px; */
    border: 2px solid #561630;
    border-radius: 0 0 20px 20px;
    display: none;
}

.tabscontent iframe {
    height: 100%;
    border-radius: 0 0 20px 20px;
}

.active-content {
    display: block !important;
}

.buttons-div {
    padding: 10px 10px 0 10px !important;
}

.buttons {
    cursor: pointer;
    width: 100%;
    height: 50px;
    border: 2px solid #561630;
    border-radius: 20px;
}

.active-button {
    background-color: #561630;
    color: white;
    border: 2px solid #561630;
    border-radius: 20px 20px 0 0;
    transform: translateY(5px);
    transition: 0.5s;
}

.section {
    transition: 0.5s;
}

.hidden-section {
    opacity: 0;
    transform: translateY(200px);
}

/* Scroll Design */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #561630;
}

::-webkit-scrollbar-thumb:hover {
    background: #561630;
}

.card {
    background: transparent !important;
}

/* Animated Cards */

.card {
    transition: 0.4s all ease-in;
    border: none;
    margin: 25px auto;
    border-radius: 10px !important;
}

.card-img-top {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    height: 100%;
    border-radius: 10px !important;
    opacity: 0.5;
}

.carousel-control-next-icon {
    padding: 0 4px 0 0;
}
.product_price {
    float: right;
    font-family: lato;
    color: #6b7270;
    font-size: 20px;
    font-weight: 400;
}

.product-detail {
    border-radius: 10px;
    position: absolute;
    height: 77px;
    bottom: 0px;
    overflow: hidden;
    padding: 15px;
    background-color: #561630;
    color: #a36d2a;
    transition: all 0.35s;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
}
.card .product-detail h5 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 2px 0;
}

.card .product-detail .subheading {
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: white;
}

.card .product-detail blockquote {
    padding: 0;
    margin: 0;
    font-style: italic;
    font-size: 1em;
}

.card .product-detail blockquote p {
    color: white;
}

.product-detail button {
    background-color: #a36d2a;
    border: 2px solid #a36d2a;
    color: white;
}

.product-detail button:hover {
    background-color: #a36d2a;
    border: 2px solid #a36d2a;
    color: white;
}

.card:hover .product-detail {
    height: calc(100%);
    padding-top: 100px;
    background-color: #561630 !important;
}

/* Package Section */

#packagesec {
    padding: 4em 0;
}
.title h1 {
    text-align: center;
    font-size: 32px;
}
.packagetable {
    padding: 2rem 0;
}
.packagetable * {
    font-weight: bold !important;
}
.packagetable table {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
}

.packagetable table thead tr td {
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    color: #333;
}
.packagetable table thead tr td.tdtitles {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    line-height: 35px;
    height: 120px;
}
.packagetable table thead tr td.tdtitles span {
    font-size: 18px;
    text-transform: none;
}
.packagetable table thead img {
    width: 60px;
    display: block;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}
.packagetable table thead tr td b {
    font-size: 24px;
}
.packagetable table tbody tr td {
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #555;
    line-height: 25px;
    padding: 8px;
    text-transform: none;
    text-align: center;
}

.packagetable table tbody tr td i {
    font-size: 22px;
}

.packagetable table tbody tr td.lft {
    text-align: left;
    padding-left: 60px;
}
.packagetable table tbody tr td i.fa-window-close {
    color: #d92a08;
}

.packagetable table tbody tr td i.fa-check {
    color: #71bf0d;
}

/* Modal */

.modal {
    --bs-modal-header-border-color: none !important;
    --bs-modal-width: auto !important;
}

.modal-dialog {
    max-width: 100%; /* Adjust as needed */
    --bs-modal-width: auto !important;
}

.modal-body {
    max-height: 100%; /* Adjust as needed */
    /* overflow-y: auto; */
    position: relative; /* Necessary for absolute positioning of zoom buttons */
    padding: 0;
}

.modal-content {
    background: none !important;
    border: none !important;
}

#modalImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.zoom-controls {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 50px;
    border: none;
    display: none !important;
}

.zoom-controls button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 20px;
    border: 2px solid transparent !important;
}

.zoom-controls button:hover {
    background-color: rgb(212, 212, 212);
}

.zoom-controls button:active {
    border: 2px solid black !important;
}

.zoom-controls img {
    height: 60px;
    width: 60px;
    padding: 10px;
    border: none;
}

.features img {
    width: 40px;
}

.my-cards {
    align-items: flex-start !important;
}

.technologies {
    transition: 0.5s;
}

.hidden-section {
    opacity: 0;
    transform: translateY(200px);
}

/* Career Page CSS */

.apply_grid {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-column-gap: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .apply_grid {
        grid-template-columns: 31% 31% 31%;
        grid-column-gap: 20px;
    }
}

/****Mobile***/
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    .apply_grid {
        display: grid;
        grid-template-columns: 100%;
        grid-column-gap: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .apply_grid {
        display: grid;
        grid-template-columns: 48% 48%;
        grid-column-gap: 20px;
    }
}

.apply_card_wrap {
    position: relative;
    margin-bottom: 40px;
}

.apply_card_wrap .apply_front_block {
    position: relative;
}

.apply_mobile_btn {
    visibility: hidden;
    color: black;
    background-color: #ffffff;
    padding: 6px 10px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 14px;
    display: block;
    /* background-image: linear-gradient(to right, #ed7d33, #f19509); */
    text-transform: uppercase;
    font-weight: 700;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.apply_card_wrap .apply_front_block .apply_front_block_text {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.6s ease;
}

.apply_card_wrap .apply_front_block .apply_front_block_table {
    display: table;
    height: 100%;
    width: 100%;
}

.apply_card_wrap .apply_front_block .apply_front_block_table_cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    padding: 30px;
    text-align: center;
}

.apply_card_wrap .apply_front_block .apply_front_block_table_cell h4 {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
}

.apply_card_wrap .apply_front_block hr {
    border: 0px;
    height: 2px;
    background-image: linear-gradient(to right, #ed7d33, #f19509);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.apply_card_wrap .apply_hover_block {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, #ed7d33, #f19539);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.6s ease;
    border-radius: 10px;
}

.apply_card_wrap .apply_hover_block h4 {
    color: #ffffff;
    font-size: 15px;
}

.apply_card_wrap .apply_hover_block a {
    background-color: #ffffff;
    padding: 6px 10px;
    color: #000;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.apply_card_wrap:hover .apply_hover_block {
    height: 100%;
}

.apply_card_wrap .apply_hover_block_table {
    display: table;
    height: 100%;
    width: 100%;
}

.apply_card_wrap .apply_hover_block_table_cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    padding: 30px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .apply_card_wrap:hover .apply_hover_block {
        display: none;
    }

    .apply_card_wrap .apply_front_block .apply_front_block_table_cell {
        padding: 10px;
    }

    .apply_card_wrap .apply_front_block .apply_front_block_table_cell p {
        font-size: 12px;
    }

    .apply_card_wrap .apply_front_block .apply_front_block_table_cell h4 {
        font-size: 14px;
    }
    .apply_card_wrap .apply_front_block hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .apply_card_wrap {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .apply_card_wrap .apply_front_block .apply_front_block_table_cell {
        padding: 15px;
    }

    .apply_card_wrap:hover .apply_hover_block {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    .apply_card_wrap:hover .apply_hover_block {
        display: none;
    }
    .apply_card_wrap .apply_front_block .apply_front_block_table_cell {
        padding: 15px;
    }

    .apply_card_wrap .apply_front_block .apply_front_block_table_cell h4 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .apply_card_wrap:hover .apply_hover_block {
        display: none;
    }

    .apply_card_wrap .apply_front_block .apply_front_block_table_cell {
        padding: 20px;
    }
}
