html{
	overflow-x: hidden;
}
:root {	
	--primary:#FF5B00;
	--secondary:#00246b;
    --black: #11001C;
    --font-heading:"Signika Negative", sans-serif;
    --font-body:"Quicksand", sans-serif;
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: var(--font-body);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #11001C;
}
::selection {
    background: var(--secondary);
    color: #fff;
    text-shadow: none;
}
body::-webkit-scrollbar, .packages-box .package-details ul::-webkit-scrollbar{
    width: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    background: var(--black);
}
body::-webkit-scrollbar-thumb, .packages-box .package-details ul::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: var(--primary);
}
.simplebar-scrollbar::before {
    background-color: var(--primary);
    opacity: 1;
}

/* Customize SimpleBar scrollbar track */
.simplebar-track {
    background-color: var(--secondary);
    border-radius:10px;
}
body{
    position: static !important;
    margin: auto !important;
    inset: unset !important;
}
.no-scroll {
    overflow: hidden;
}
.text-primary{
	color: var(--primary) !important;
}
.text-secondary{
	color: var(--secondary) !important;
}
.bg-primary{
	background: var(--primary) !important;
}
.bg-secondary{
	background: var(--secondary) !important;
}
.bg-black{
    background: var(--black) !important;
}
.pb-70{
	padding-bottom: 70px;
}
a, input[type="submit"], button, button[type="submit"], :before, :after, img, header, .testimonails-slider-thumb .slick-slide .testimonails-box, .discount-banner {
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    -ms-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
    text-decoration: none;
}
a{
    color: var(--black);
}
a:hover, input[type="submit"]:focus,  button, button[type="submit"]:focus, .dontae-row button:focus{
	text-decoration:none !important;
	outline:none !important;
}
h1, h2, h3, h4, h5, h6, p{
	margin-bottom: 0;	
}
h1, h2, h3, h4, h5, h6{
	font-family: var(--font-heading);
	font-weight: 700;
}
h1{
	font-size: 60px;	
}
h2.heading-light {
    font-size: 140px;
    color: #f9f9f9;
    z-index: -1;
}
.bg-light h2.heading-light {
    color: #EFEFEF;
    z-index: 0;
}
h3 {
    font-size: 52px;
    position: relative;
}
h4{
    font-size: 30px;
}
span{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
.mt-50{
	margin-top: 50px;
}
.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom: 100px;
}
header{
	z-index: 111;
}
header#header.scrolled {
    background: #0D1138;
    padding: 15px !important;
}
.navbar .navbar-nav .nav-item{
    white-space:nowrap;
}
.navbar .navbar-nav .nav-item .nav-link i{
    color:inherit;
    font-size:14px;
}
.navbar .navbar-nav .nav-item:hover .nav-link i:before {
    transform: rotate(180deg);
}
.navbar .navbar-nav .nav-item .nav-link {	
	font-weight: 600;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active, footer ul li a:hover, .footer-nav ul li a.active, .footer-bottom ul li a:hover, .footer-bottom ul li a.active, .footer-widget ul li a:hover i{
	color: #ff5706 !important;
}
.banner-section *, footer *{
	color: #fff;
}
.banner-section{
	background-color: #021121;
    overflow: hidden;
	padding-top: 117px;
}
.banner-section:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: top;
    background-image: url(../images/baner-shade.webp);
    z-index: 1;
}
.banner-section .container {
    z-index: 11;
    position: relative;
}
.banner-sliders {
    position: absolute;
    right: 0px;
    top: 0;
    transform: rotate(10deg);
    display:flex;
    gap:40px;
    margin-right:580px;
}
.banner-sliders .slider-box {
    margin-bottom: 60px;    
    opacity: 0.6;
}

.banner-sliders .slider-left {
    -webkit-animation: slide-top 80s linear infinite;
    animation: slide-top 80s linear infinite;
}
.banner-sliders .slider-center{
    -webkit-animation: slide-bottom 80s linear infinite;
    animation: slide-bottom 80s linear infinite;
}
.banner-sliders .slider-box img {
    width: 100%;
}
form button.disabled {
    pointer-events: none;
    opacity: 0.65;
}
.sub-title {
    padding: 5px 15px;
    border-radius: 30px;
    background: #000;
    display: inline-block;
    font-weight: 700;
    color: var(--primary);
    position: relative;
}
.btn-grp ul li a, button, .banner-form .d-flex a{
    padding: 10px 24px;
    font-weight: 900;
    background: var(--primary);
    border-radius: 30px;
    color: var(--black);
    font-family: var(--font-heading);
}
button.navbar-toggler:before, button.navbar-toggler:after, .f-button:before, .f-button:after{
    display:none;
}
.btn-grp ul li a, button, .banner-form .d-flex a, .packages-box .order-btn a, .packages-box .order-btn a:nth-child(odd){
    position:relative;
    z-index:1;
}
.btn-grp ul li a:before, button:before, .banner-form .d-flex a:before, .btn-grp ul li a:after, button:after, .banner-form .d-flex a:after, .packages-box .order-btn a:nth-child(even):before, .packages-box .order-btn a:nth-child(even):after {
    width: 49px;
    height: 35px;
    position: absolute;
    border-radius: 50%;
    background-color: var(--primary);
    transition: all 1s ease;
    transform: scale(0);
    content: "";
    z-index: -1;
}
.btn-grp ul li:nth-child(2) a:before, .btn-grp ul li:nth-child(2) a:after, button:before, button:after{
    background: var(--secondary);
}
.btn-grp ul li a:before, button:before, .banner-form .d-flex a:before, .packages-box .order-btn a:nth-child(even):before{
    top: -8px;
    left: 10%;
}
.btn-grp ul li a:after, button:after, .banner-form .d-flex a:after, .packages-box .order-btn a:nth-child(even):after{
    bottom: -8px;
    right: 15%;
}
.btn-grp ul li a:hover:before, button:hover:before, .banner-form .d-flex a:hover:before, .btn-grp ul li a:hover:after, button:hover:after, .banner-form .d-flex a:hover:after, .packages-box .order-btn a:nth-child(even):hover:before, .packages-box .order-btn a:nth-child(even):hover:after{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn-grp ul li a i{
	margin-right: 5px;
	color: var(--black);
}
.btn-grp ul li:nth-child(2) a{
	background: var(--secondary);
}
.btn-grp ul li:nth-child(2) a, .btn-grp ul li:nth-child(2) a i{
	color: #fff;
}
.banner-form-wrapper *, .banner-form form input::placeholder, .banner-form textarea::placeholder{
	color: #fff;
}
.banner-form-wrapper {
    background: var(--black);
    padding: 50px 30px;    
    z-index: 1;
    border-radius: 20px;
}
.banner-form-wrapper .form-control:focus{
	background: transparent;
	border-color: transparent;
	color: #fff;
}
.banner-form-wrapper:before, .banner-form-wrapper:after, .banner-form:before, .banner-form:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background: var(--primary);
    z-index: -1;
}
.banner-form-wrapper:before{
	right: -65px;
    top: -65px;
}
.banner-form:before{
	left: -65px;
	top: -65px;
}
.banner-form-wrapper:after{
	left: -65px;
	bottom: -65px;
}
.banner-form:after{
	right: -65px;
	bottom: -65px;
}
legend, label, input, select, textarea, select option {
    font-size: 14px !important;
    font-weight: 500;
}
select option{
	color: var(--black) !important;
}
select.form-control{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;    
}
.checkboxes .checkbox {
    width: 50%;
}
.banner-form form input, .banner-form form select, .contact-form form input, .contact-form form select {
    height: 45px;
}
.banner-form form input, .banner-form form select, .banner-form textarea{
	background-color: #ffffff8a;
    border-color: #ffffff8a;
    border-radius: 4px !important;
    resize: none;
}
.banner-form form input[type="checkbox"], .contact-form form input[type="checkbox"] {
    height: auto;
}
.banner-bottom {
    position: absolute;
    bottom: 0px;
    width: 23%;
}
.banner-bottom-02 {
    left: 25%;
    width: 40%;
}
.banner-bottom-03 {
    left: 62%;
    width: 40%;
}
.banner-bottom-04 {
    right: 0px;
    width: 36%;
    bottom: 200px;
}
.banner-bottom-image-holder {
    opacity: 0.3;
    transition: 0.3s ease;
}
.banner-bottom-image-holder.active {
    opacity: 1;
}
.design-box .service-slider{
	-webkit-animation: slide-left 80s linear infinite;
    animation: slide-left 80s linear infinite;
}
.service-slider-box {
    margin-right: 15px;
    width: 380px;
    max-width: 380px;
}
.service-slider-box .card{
	position: relative;
	min-height: 472px;
	overflow: hidden;
}
.service-slider-box .card:before{
	opacity: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgb(0 0 0 / 69%);    
    transition: transform calc(var(--d)* 2) var(--e) !important;
    z-index: 1;
    border-radius: 0.375rem;
}

.service-slider-box .card .card-body {
   	text-align: center;
    transition: transform var(--d) var(--e);
    transform: translateY(225%);
    overflow: hidden;
    z-index: 1;
}
.service-slider-box .card .card-body p {
    font-size: 16px;
    margin-top: 1rem !important;    
}
.service-slider-box .card .card-body p, .service-slider-box .card .card-body a{
	opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
}
.service-slider-box:hover .card:before{
	opacity: 1;
    transition: opacity calc(var(--d)* 1.5) var(--e) !important;
}
.service-slider-box:hover .card-body {
    transform: translateY(100%);
}
.service-slider-box:hover .card-body p, .service-slider-box:hover .card-body a{
	opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
}
.service-slider-box .card .card-body a {
    color: var(--primary);
    font-weight: 900;
}
.design-box .main-slider:hover .service-slider{
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.box-menu .box-menu-wrapper {
    padding: 20px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.box-menu ul {
	background: var(--black);
    border-radius: 4px;
}
.box-menu ul li a{
	padding: 15px 22px;
	position: relative;
    z-index: 1;
    transition-duration: 0.6s;
    color: var(--black);
    border-radius: 4px;
    font-weight: 900;
    color: #fff;
}
.box-menu-wrapper .tabs li.tabsmove-button{
    position: absolute;
    width: 177.266px;
    left: 0;
    top: -4px;
    bottom: -4px;
    border-radius: 4px;
    background-color: var(--secondary);
    -webkit-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
    transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;

}
button.f-button svg {
    stroke: #fff !important;
}
.portfolio-box {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 10px;
}
div#logo .portfolio-box {
    min-height: 288px;
    max-height: 288px;
}
.portfolio-box a{
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
}
.portfolio-box a img{
	position: relative;
	z-index: -1;
	border-radius: 10px;
}
.portfolio-box a:before{
	content: attr(data-caption) !important;
	left: -100%;
	top: 0;
	font-size: 22px;
	font-weight: 900;
	font-family: var(--font-heading);
	color: #fff;
	z-index:1 !important;
}
.portfolio-box a:after{
	background: #000000b0;
	right: 0;
	transition: clip-path .4s ease-out !important;
    clip-path: circle(0rem at 94.9% 15%);
    border-radius: 10px;
}
.portfolio-box a:before, .portfolio-box a:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;	
	top: 0;
}
.portfolio-box a:hover:before{
	left: 0;
}
.portfolio-box a:hover:after{
	clip-path: circle(133% at 94.9% 15%);
}
.cta-wrapper {
    padding: 50px 50px;
    background-color: var(--black);
    background-image: url(../images/cta-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.cta-wrapper .sub-title{
    background: #262626;
}
.cta-section .cta-wrapper .btn-grp li:nth-child(2) a {
    background: var(--secondary);
}
#the-final-countdown{
    gap: 12px;
    display: flex;
    margin-top: 12px;
    justify-content: center;
}
#the-final-countdown div {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    font-size: 14px;
    font-weight: 800;
}
#the-final-countdown span {
    font-size: 30px;
    line-height: 34px;
    font-family: var(--font-heading);
    font-weight: 900;
    color: var(--black);
}
.modal-head {
    width: 90%;
    padding: 20px;
    background: var(--primary);
    text-align: center;
    margin: 0 20px 20px;
    border-radius: 20px;
}
.modal-head h2 {
    font-size: 24px;
}
.modal-head p {
    font-weight: 900;
    text-transform: uppercase;
}
.modal-image img.img-fluid {
    height: 100%;
    object-fit:cover
}
.modal-body .row {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.modal-body .banner-form-wrapper {
    border-radius: 0;
    height: 100%;
}
.banner-form p {
    font-size: 14px;
    margin-bottom: 10px;
}
.modal-content .btn-close {
    right: 0;
    z-index: 111;
    background: unset !important;
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.btn-close:before, .btn-close:after{
    display:none;
}
.btn-close i {
    color: #000;
}
.branding-price span, .branding-price span strike{
    font-weight: 900;
    font-family: var(--font-heading);
}
.branding-price span:first-child {
    font-size: 75px;
    line-height: 75px;
}
.branding-price span:last-child, .branding-price span:last-child strike{
    font-size: 25px;
    line-height: 25px; 
}
.branding-section .row .col-xxl-6 ul li a i {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}
.excellence-section .card *{
    color: #000;
}
.excellence-section .card {
    padding: 50px 25px 25px;
    background: #f5f5f5;
    height: 100%;
    position: relative;
    z-index: 1;    
    overflow: hidden;
}
section#excellence.excellence-section.bg-light .card{
    background: #fff;
}
.excellence-section .card .card-image img{
    width: 80px;
    height: 80px;
    margin: 15px 0;
}
.excellence-section .card span {
    color: #fff;
    font-size: 30px;
    line-height: 28px;
    font-family: var(--font-heading);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: var(--primary);
    position: absolute;
    top: -1px;
    left: -1px;
}
.excellence-section .card h4.title {
    margin-bottom: 5px;
}
.excellence-section .card p {
    font-size: 16px;
}
.excellence-section .card:before, .excellence-section .card:after, .counter-box:before, .counter-box:after, .testimonails-slider.slick-slider .testimonails-box:before, .testimonails-slider.slick-slider .testimonails-box:after, .footer-social-list:before, .footer-social-list:after, .cta-wrapper:before, .cta-wrapper:after, .process-section .card:before, .process-section .card:after{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    background: var(--primary);
    z-index: -1;
}
.excellence-section .card:before, .counter-box:before, .testimonails-slider.slick-slider .testimonails-box:before, .footer-social-list:before, .cta-wrapper:before, .process-section .card:before{
    right: -25px;
    top: -25px;
}
.excellence-section .card:after, .counter-box:after, .testimonails-slider.slick-slider .testimonails-box:after, .footer-social-list:after, .cta-wrapper:after, .process-section .card:after{
    left: -25px;
    bottom: -25px;
}
.packages-box {
    -webkit-box-shadow: 3px 5px 24px rgba(0, 0, 0, 0.10);
    box-shadow: 3px 5px 24px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 1;
    padding: 7px 8px 7px;
    border-radius: 20px;
    overflow: hidden; 
}
.packages-box .d-amount * {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}
.packages-box .d-amount {
    margin: 8px -8px 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    background: #212542;
    font-family: var(--font-body);    
}
.packages-box:before, .packages-box:after{
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    background: var(--primary);
    z-index: -1;
    border-radius: 20px;
} 
.packages-box:before{
    left: -25px;
    top: -25px;    
}
.packages-box:after{
    right: -25px;
    bottom: -25px;
    border-bottom-right-radius: 20px;
}
.packages-box .packages-header{
    padding: 25px 20px;    
    color: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: #212542;
}
.packages-box .packages-header h4 {
    font-size: 26px;
}
.packages-box .package-price {
    margin: 10px 0 0px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    padding: 10px 20px;
    position: relative;
    font-family: var(--font-heading);
    display:flex;
}
.packages-box .package-price span.cutprice {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 8px 16px;
    margin-left: 12px;
    color: #000000;
    line-height: 0;
    font-size: 16px;
}
.packages-box .package-price span.cutprice strike {
    font-size: 16px;
    font-weight: 700;
    color: #11001C;;
}
.packages-box .package-details ul li {
    margin-bottom: 6px;
    position: relative;
    display: flex;
    align-items: center;
}
.packages-box .package-details ul li, .packages-box .package-details ul li b{
    font-size: 14px;
}
.packages-box .package-details ul li:before {
    content: "\F271";
    font-family: bootstrap-icons !important;
    margin-right: 10px;
    font-size: 14px;
    color: var(--primary);
    font-weight: 600;
}
.packages-box .package-details{
    padding: 0 20px;
}
.packages-box .package-details ul{
    max-height: 268px;
    overflow: hidden;
    overflow-y: scroll;
}
.packages-box .order-btn {
    margin-top: 20px;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    background: #212542;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 1px solid #f5f5f5;
}
.packages-box .order-btn a:nth-child(even) {
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 20px;
    color: #fff;
}
.packages-box .order-btn a:nth-child(odd) {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.packages-box .order-btn a:nth-child(odd):hover{
    border-radius: 25px;
}
.packages-box .order-btn a {
    background: var(--primary);
}
.packages-box .order-btn a i {
    color: #fff;
    font-size: 20px;
}
#logoPack .packages-box .package-details ul {
    max-height: 140px;
}
#logoPack .packages-box .package-details ul li {
    display: block;
}
.pricing-section .col-xxl-4.col-xl-4.col-lg-4.col-md-6.col-sm-12.mb-4:nth-last-child(3), .pricing-section .col-xxl-4.col-xl-4.col-lg-4.col-md-6.col-sm-12.mb-4:nth-last-child(2), .pricing-section .col-xxl-4.col-xl-4.col-lg-4.col-md-6.col-sm-12.mb-4:last-child{
    margin-bottom: 0 !important;
}
.counter-box:before, .counter-box:after, .testimonails-slider.slick-slider .testimonails-box:before, .testimonails-slider.slick-slider .testimonails-box:after, .footer-social-list:before, .footer-social-list:after, .cta-wrapper:before, .cta-wrapper:after, .process-section .card:before, .process-section .card:after{
    width: 60px;
    height: 60px;
}
.counter-box {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    -webkit-box-shadow: 3px 5px 24px rgba(0, 0, 0, 0.10);
    box-shadow: 3px 5px 24px rgba(0, 0, 0, 0.10);
}
.counter-box span{
    font-size: 55px;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
}
.testimonails-slider .slick-slide{
    margin-right: 20px;
}
.testimonails-slider.slick-slider .testimonails-box {
    padding: 25px 32px;
    background: #f5f5f5;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.testimonails-section.bg-light .testimonails-slider.slick-slider .testimonails-box{
    background: #fff;
}
.slick-slider .testimonails-box .card{
    background: transparent !important;
    position: unset !important;
}
.testimonails-box .card .card-header .card-initail {
    width: 100px;
    height: 100px;
    font-size: 42px;
    font-family: var(--font-heading);
    font-weight: 900;
    color: #fff;
    border-radius: 10px;
    margin-right: 20px;
}
.testimonails-revies-brand{
    gap: 15px;    
}
.testimonails-revies-brand .testimonails-revies-brand-box .testimonails-revies-brand-box-img {
    margin-bottom: 5px;
}
.testimonails-revies-brand .testimonails-revies-brand-box .testimonails-revies-brand-box-img img {
    height: 20px;
}
.slick-slider .testimonails-box .card .card-body p {
    font-size: 16px;
}
.testimonails-revies-brand .testimonails-revies-brand-box .testimonails-revies-brand-box-num p {
    font-size: 14px !important;
}
.testimonails-slider-thumb .slick-slide .testimonails-box {
    width: 80px !important;
    height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: var(--font-heading);
    background: var(--secondary);
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
}
.testimonails-slider-thumb .slick-slide {
    width: 100px !important;
}
.testimonails-slider-thumb .slick-track{
    display: flex;
    justify-content: center;
    width: 100% !important;
    transform: unset !important;  
}
.testimonails-slider-thumb .slick-slide.slick-current.slick-active .testimonails-box {
    background: var(--primary);
}
.contact-form {
    padding: 55px 55px;
    background: #fff;
    -webkit-box-shadow: 3px 5px 24px rgba(0, 0, 0, 0.10);
    box-shadow: 3px 5px 24px rgba(0, 0, 0, 0.10);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.contact-form form textarea{
    resize: none;
    height:auto !important;
}
.footer-social-list {
    background: var(--black);
    padding: 60px 34px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 5px 24px rgba(0, 0, 0, 0.10);
    box-shadow: 3px 5px 24px rgba(0, 0, 0, 0.10);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.footer-social-list ul li {
    margin-bottom: 30px;
}
.footer-social-list ul li:last-child{
    margin-bottom: 0;
}
.footer-social-list ul li a {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
}
.footer-social-list ul li a i {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 20px;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    font-size: 26px;
}
.footer-social-list ul li:first-child a i {
    background: linear-gradient(to bottom, #1877F2, #00376B);
}
.footer-social-list ul li:nth-child(2) a i {
    background: linear-gradient(to bottom, #1DA1F2, #004B8D);
}
.footer-social-list ul li:nth-child(3) a i {
    background: linear-gradient(180deg, #F58529, #DD2A7B, #8134AF, #515BD4);
}
.footer-social-list ul li:nth-child(4) a i {
    background: linear-gradient(to bottom, #FF0000, #FF6347);
}
.footer-social-list ul li:last-child a i {
    background: linear-gradient(to bottom, #0077B5, #003B73);
}
footer h3{
    font-size: 30px;
}
.footer-widget{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.footer-widget:before, .footer-widget:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 20px;
    z-index: -1;
}
.footer-widget:before {
    left: -50px;
    top: -50px;
}
.footer-widget:after {
    right: -50px;
    bottom: -50px;
}
section#animated-logos{
    display:none;
}
.home-services-svg-area {
    height: 810px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -350px;
}
.circle-logo {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle {
    position: absolute;
    border-radius: 100%;
    border: 1px solid var(--black);
    animation: 50s linear 0s infinite normal none running spin;
    -webkit-animation: 50s linear 0s infinite normal none running spin;
    -moz-animation: 50s linear 0s infinite normal none running spin;
}
.circle-0 {
    width: 288px;
    height: 288px;
    left: 0;
    top: 0;
    margin-left: -68px;
    margin-top: -68px;
    z-index: 10;
}
.circle.circle-1 {
    animation: 45s linear 0s infinite normal none running spin;
    -webkit-animation: 45s linear 0s infinite normal none running spin;
    -moz-animation: 45s linear 0s infinite normal none running spin;
    width: 456px;
    height: 456px;
    left: 0;
    top: 0;
    margin-left: -152px;
    margin-top: -152px;
    border: 1px solid var(--black);
}
.circle.circle-2 {
    animation: 40s linear 0s infinite normal none running spin;
    -webkit-animation: 40s linear 0s infinite normal none running spin;
    -moz-animation: 40s linear 0s infinite normal none running spin;
    width: 632px;
    height: 632px;
    top: 0;
    left: 0;
    margin-left: -242px;
    margin-top: -242px;
}
.circle.circle-3 {
    width: 798px;
    height: 798px;
    top: 0;
    left: 0;
    margin-left: -328px;
    margin-top: -328px;
}
.circle-0:after, .circle.circle-1:after, .circle.circle-2:after, .circle.circle-3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00246B;
    border-radius: 50%;
    z-index: -1;
}
.circle-0:after{
    opacity: 60%;
}
.circle.circle-1:after{
    opacity: 40%;
}
.circle.circle-2:after{
    opacity: 20%;
}
.circle.circle-3:after{
    opacity: 10%;
}
.circle img {
    animation: 50s linear 0s infinite normal none running spinReverse;
    -webkit-animation: 50s linear 0s infinite normal none running spinReverse;
    -moz-animation: 50s linear 0s infinite normal none running spinReverse;
}
.circle.circle-1 img {
    animation: 45s linear 0s infinite normal none running spinReverse;
    -webkit-animation: 45s linear 0s infinite normal none running spinReverse;
    -moz-animation: 45s linear 0s infinite normal none running spinReverse;
}
.circle-1 img:nth-child(1) {
    position: absolute;
    left: 70px;
    top: 35px;
    width: 37px;
}
.circle-1 img:nth-child(2) {
    position: absolute;
    top: 78px;
    right: 17px;
    width: 39px;
}
.circle-1 img:nth-child(3) {
    position: absolute;
    bottom: 63px;
    right: 35px;
    width: 37px;
}
.circle-1 img:nth-child(4) {
    position: absolute;
    bottom: 15px;
    left: 83px;
    width: 39px;
}
.circle.circle-2 img {
    animation: 40s linear 0s infinite normal none running spinReverse;
    -webkit-animation: 40s linear 0s infinite normal none running spinReverse;
    -moz-animation: 40s linear 0s infinite normal none running spinReverse;
}
.circle-2 img:nth-child(1) {
    position: absolute;
    bottom: 112px;
    left: 30px;
    width: 57px;
}
.circle-2 img:nth-child(2) {
    position: absolute;
    bottom: 75px;
    right: 85px;
    width: 35px;
}
.circle-2 img:nth-child(3) {
    position: absolute;
    top: 4px;
    left: 177px;
    width: 32px;
}
.circle-3 img:nth-child(1) {
    position: absolute;
    right: 36px;
    top: 170px;
    width: 52px;
}
.circle-3 img:nth-child(2) {
    position: absolute;
    top: 260px;
    left: -10px;
    width: 41px;
}
.circle-3 img:nth-child(3) {
    position: absolute;
    bottom: 19px;
    left: 200px;
    width: 45px;
}
.circle-3 img:nth-child(4) {
    position: absolute;
    bottom: 137px;
    left: 700px;
    width: 39px;
}
.circle-3 img:nth-child(5) {
    position: absolute;
    bottom: 771px;
    left: 280px;
    width: 37px;
}
.circle-lg {
    width: 150px;
    height: 150px;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    background: var(--secondary);
    z-index: 11;
}
.sc-spin-logo {
    width: 84px;
    margin-bottom: -110px;
    position: relative;
    z-index: 12;
}
/*Sub Menu*/
.navbar .navbar-nav .nav-item ul.submenu {
    position: absolute;
    background: var(--secondary);
    padding: 10px;
    top: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 650ms cubic-bezier(.76, 0, .11, 1);
    -o-transition: all 650ms cubic-bezier(.76, 0, .11, 1);
    transition: all 650ms cubic-bezier(.76, 0, .11, 1);
    -webkit-transition-timing-function: cubic-bezier(.76, 0, .31, 1);
    -o-transition-timing-function: cubic-bezier(.76, 0, .31, 1);
    transition-timing-function: cubic-bezier(.76, 0, .31, 1);
}
.navbar .navbar-nav .nav-item ul.submenu li.nav-item {
    border-bottom: 1px solid #fff;
}
.navbar .navbar-nav .nav-item ul.submenu li.nav-item a.nav-link {
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
}
.navbar .navbar-nav .nav-item ul.submenu li.nav-item:last-child {
    border: 0;
}
.navbar .navbar-nav .nav-item ul.submenu:before {
    content: "";
    position: absolute;
    top: 0;
    width: 15px;
    height: 10px;
    background: var(--secondary);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: -10px;
}
.navbar .navbar-nav .nav-item:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
/*Seo Page*/
.process-section .card{
    border-radius:10px;
    padding: 30px;
    position:relative;
    overflow:hidden;
    z-index:1;
    height:100%;
    -webkit-box-shadow: 3px 5px 24px rgba(0, 0, 0, 0.10);
    box-shadow: 3px 5px 24px rgba(0, 0, 0, 0.10);
}
.process-section .card .card-image {
    width: 85px;
    height: 85px;
    border-radius: 10px;
}
.process-section .card .card-image img {
    height: 70px;
}
/*Blogs Page*/
.blog-section .card{
    border-radius:10px;
    position: relative;
    overflow: hidden;
}
.blog-section .card .card-body h4 a {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-section .card .card-body p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size:16px;
}
.blog-section .card .card-footer * {
    font-size: 12px;
}
/*Footer*/
.top{
    top:-40px
}
.top a {
    width: 80px;
    height: 80px;
    border: 10px solid var(--black);
    border-radius: 50%;
    z-index: 11;
}
footer .social-list li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    background: var(--secondary);
}
footer .social-list li a i {
    font-size: 16px;
    color: #fff;
}
/*Sidebar Contact Form*/
.toggle {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    top: 0;
    left: -48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
}
.toggle:before {
    content: "\F694";
    font-family: bootstrap-icons !important;
    color: #fff;
    font-size: 24px;
}
.toggle.active:before{
  content:'\F659';
}
.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -450px;
    transform: translateY(-50%);
    width: 450px;
    height: auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 1111;
    border-radius: 10px;
}
.sidebar-contact.active{
  right:0;
}
.sidebar-contact .form-header {
    padding: 20px;
    background: var(--secondary);
}
.sidebar-contact .form-header h2 {
    font-size: 26px;
    color: #fff;
}
.sidebar-contact .form-header h3 {
    font-size: 20px;
    color: #fff;
}
.sidebar-contact .side-bar-contact-form form input, .contact-form form input{
    height: 48px;
}
.sidebar-contact .side-bar-contact-form form input, .sidebar-contact .side-bar-contact-form form input::placeholder, .contact-form form input, .contact-form form input::placeholder {
    font-size: 14px;
}
.sidebar-contact .side-bar-contact-form form textarea, .contact-form form textarea {
    height: 110px;
    resize: none;
}
.sidebar-contact .side-bar-contact-form form textarea, .sidebar-contact .side-bar-contact-form form textarea::placeholder, .contact-form form textarea, .contact-form form textarea::placeholder {
    font-size: 14px;
}
.sidebar-contact .side-bar-contact-form form p, .contact-form form p {
    margin-top: 20px;
}
.side-bar-contact-form .d-flex a {
    padding: 10px 24px;
    font-weight: 900;
    background: var(--primary);
    border-radius: 30px;
    color: var(--black);
    font-family: var(--font-heading);
}
.sidebar-contact .side-bar-contact-form form input{
    font-size: 14px;
    height: 48px;
}
body.home .sidebar-contact {
    display: none;
}
 header#header nav.navbar.navbar-expand-lg.p-0 {
    display: block;
}
header#header nav.navbar.navbar-dark {
    display: none;
}
.discount-banner {
    position: fixed;
    bottom: -100%;
    z-index: 1;
    width: 300px;
    height: 150px;
    z-index:1111;
}
.discount-banner .discount-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discount-content {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.discount-content * {
    color: #000;
}
.discount-content a {
    font-size: 14px;
    padding: 6px 16px;
    background: var(--secondary);
    color: #fff;
    margin-top: 4px;
    display: inline-block;
    border-radius: 6px;
}
.discount-banner.hide {
    bottom: -100%;
}
.discount-banner.show {
    bottom: 0%;
}
.discount-banner #close-discount {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    border-radius: 50%;
    cursor:pointer;
}
.discount-banner span#close-discount i {
    color: #fff;
    font-size: 16px;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg{
    width: 35px;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: var(--primary) !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a svg {
    fill: #fff;
}
/*Bubbles*/
.bubbles_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    pointer-events: none;
}
.bubble {
    box-shadow: none;
    height: 5px;
    position: absolute;
    width: 5px;
    border-radius: 50%;
}
.x1 {
    -webkit-animation: 15s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    animation: 15s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    left: 6%;
    top: 45%;
    background: #ffb739;
}
.x2 {
    -webkit-animation: 10s linear infinite animateBubble, 4s ease-in-out infinite alternate sideWays;
    animation: 10s linear infinite animateBubble, 4s ease-in-out infinite alternate sideWays;
    left: 5%;
    top: 80%;
    background: #fc4fdd;
}
.x3 {
    -webkit-animation: 18s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    animation: 18s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    left: 10%;
    top: 40%;
    background: #5ed5cb;
}
.x4 {
    -webkit-animation: 12s linear infinite animateBubble, 3s ease-in-out infinite alternate sideWays;
    animation: 12s linear infinite animateBubble, 3s ease-in-out infinite alternate sideWays;
    left: 20%;
    top: 0;
    background: #3de4a3;
}
.x5 {
    -webkit-animation: 19s linear infinite animateBubble, 4s ease-in-out infinite alternate sideWays;
    animation: 19s linear infinite animateBubble, 4s ease-in-out infinite alternate sideWays;
    left: 30%;
    top: 50%;
    background: #fc4fb1;
}
.x6 {
    -webkit-animation: 11s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    animation: 11s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    left: 50%;
    top: 0;
    background: #2c4aff;
}
.x7 {
    -webkit-animation: 10s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    animation: 10s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    left: 65%;
    top: 70%;
    background: #ffb739;
}
.x8 {
    -webkit-animation: 12s linear infinite animateBubble, 3s ease-in-out infinite alternate sideWays;
    animation: 12s linear infinite animateBubble, 3s ease-in-out infinite alternate sideWays;
    left: 80%;
    top: 10%;
    background: #8f3de4;
}
.x9 {
    -webkit-animation: 19s linear infinite animateBubble, 4s ease-in-out infinite alternate sideWays;
    animation: 19s linear infinite animateBubble, 4s ease-in-out infinite alternate sideWays;
    left: 90%;
    top: 50%;
    background: #fff339;
}
.x10 {
    -webkit-animation: 16s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    animation: 16s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    left: 80%;
    top: 80%;
    background: #fc4f4f;
}

/*Key Frames*/

@keyframes animateBubble {
    0% {
        margin-top: 20%;
    }
    to {
        margin-top: -30%;
    }
}
@keyframes slide-left{
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slide-top{
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@keyframes slide-bottom{
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes spin{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spinReverse{
    0% {
        -moz-transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
    }
    100% {
        -moz-transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
        -ms-transform: rotateZ(-360deg);
    }
}
svg {
  overflow: visible;
  shape-rendering: geometricPrecision;
  -webkit-transform-style: preserve-3D;
  -moz-transform-style: preserve-3D;
  -ms-transform-style: preserve-3D;
  -o-transform-style: preserve-3D;
  transform-style: preserve-3D;
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* LINE ANIMATION ===================== */
#line .st5 {
  fill: none;
  filter: url(#f1);
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 1, 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: dot 9s 3s forwards ease 1, pulse 0.25s infinite;
  animation: dot 9s 3s forwards ease 1, pulse 0.25s infinite;
}
@-webkit-keyframes dot {
  0% {
    stroke-dashoffset: 2000;
    stroke: rgba(255, 255, 255, 0.8);
  }
  50% {
    stroke: rgba(255, 255, 255, 0.9);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: rgba(255, 255, 255, 0);
  }
}
@keyframes dot {
  0% {
    stroke-dashoffset: 2000;
    stroke: rgba(255, 255, 255, 0.8);
  }
  50% {
    stroke: rgba(255, 255, 255, 0.9);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.25;
  }
}
@keyframes pulse {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.25;
  }
}
#line .st6 {
  fill: none;
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 200, 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: line 9s 9s forwards ease infinite;
  animation: line 9s 9s forwards ease infinite;
}
@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 2000;
    stroke: rgba(255, 255, 255, 0);
  }
  5% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  50% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: rgba(255, 255, 255, 0);
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 2000;
    stroke: rgba(255, 255, 255, 0);
  }
  5% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  50% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: rgba(255, 255, 255, 0);
  }
}
#line .st4 {
  opacity: 0;
  stroke: rgba(255, 255, 255, 0);
  fill: rgba(255, 255, 255, 0.2);
  stroke-width: 2;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: strokeFade 10s alternate linear infinite,
    fadeIn 4s 0.5s forwards ease 1, dash 9s 3s forwards ease 1;
  animation: strokeFade 10s alternate linear infinite,
    fadeIn 4s 0.5s forwards ease 1, dash 9s 3s forwards ease 1;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
@-webkit-keyframes strokeFade {
  0% {
    stroke: #b6862d;
  }
  50% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  100% {
    stroke: #b6862d;
  }
}
@keyframes strokeFade {
  0% {
    stroke: #b6862d;
  }
  50% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  100% {
    stroke: #b6862d;
  }
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 0);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes fadeInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translateY(300px) translateX(-300px);
    transform: scale(0.3) translateY(300px) translateX(-300px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) translateX(0);
    transform: scale(1) translateY(0) translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes fadeInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translateY(300px) translateX(-300px);
    -ms-transform: scale(0.3) translateY(300px) translateX(-300px);
    transform: scale(0.3) translateY(300px) translateX(-300px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) translateX(0);
    -ms-transform: scale(1) translateY(0) translateX(0);
    transform: scale(1) translateY(0) translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* CENTER TRIANGLE ===================== */
#graphic .st1 {
  fill: url(#GRAD_2);
  -webkit-animation: fadeInUpRight 14s forwards linear;
  animation: fadeInUpRight 14s forwards linear;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
}
@-webkit-keyframes fadeInUpRight {
  0% {
    -webkit-transform: scale(3) translateY(200px) translateX(100px);
    transform: scale(3) translateY(200px) translateX(100px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1) translateY(0) translateX(0);
    transform: scale(1) translateY(0) translateX(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes fadeInUpRight {
  0% {
    -webkit-transform: scale(3) translateY(200px) translateX(100px);
    -ms-transform: scale(3) translateY(200px) translateX(100px);
    transform: scale(3) translateY(200px) translateX(100px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1) translateY(0) translateX(0);
    -ms-transform: scale(1) translateY(0) translateX(0);
    transform: scale(1) translateY(0) translateX(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* TOP LEFT POLYGON ===================== */
#graphic .st2 {
  fill: url(#GRAD_3);
  -webkit-animation: fadeInLeft 8s forwards linear;
  animation: fadeInLeft 8s forwards linear;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: scale(3) translateX(-180px);
    transform: scale(3) translateX(-180px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: scale(3) translateX(-180px);
    -ms-transform: scale(3) translateX(-180px);
    transform: scale(3) translateX(-180px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* BOTTOM LEFT POLYGON ===================== */
#graphic .st3 {
  fill: url(#GRAD_4);
  -webkit-animation: zoomInLeft 12s forwards linear;
  animation: zoomInLeft 12s forwards linear;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-transform: scale(3) translateX(50px);
    transform: scale(3) translateX(50px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInLeft {
  0% {
    -webkit-transform: scale(3) translateX(50px);
    -ms-transform: scale(3) translateX(50px);
    transform: scale(3) translateX(50px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* BACKGROUND OVERLAY GRADIENT ===================== */
#background rect.st0 {
  fill: url(#GRAD_OVERLAY);
}
/* BACKGROUND COLOR CHANGING ANIMATION ===================== */
#background rect.st1 {
  fill: none; /* Fix BG Color Flicker */
  opacity: 0; /* Fix BG Color Flicker */
  -webkit-transform: translateY(0) translateX(0);
  -moz-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  -o-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
  -webkit-animation: color-change 120s linear infinite,
    fadeIn 2s 0.5s forwards ease 1;
  -moz-animation: color-change 120s linear infinite,
    fadeIn 2s 0.5s forwards ease 1;
  -ms-animation: color-change 120s linear infinite,
    fadeIn 2s 0.5s forwards ease 1;
  -o-animation: color-change 120s linear infinite,
    fadeIn 2s 0.5s forwards ease 1;
  animation: color-change 120s linear infinite, fadeIn 2s 0.5s forwards ease 1;
}

@-webkit-keyframes color-change {
  0% {
    fill: #f6a800;
  } /* ORANGE */
  10% {
    fill: #d8292f;
  } /* RED */
  20% {
    fill: #4b384c;
  } /* PURPLE */
  30% {
    fill: #2c5697;
  } /* DK BLUE */
  40% {
    fill: #4e748b;
  } /* BLUE */
  50% {
    fill: #8cb8ca;
  } /* LT BLUE */
  60% {
    fill: #58b7b3;
  } /* TEAL */
  70% {
    fill: #b5be00;
  } /* GREEN */
  80% {
    fill: #e1e000;
  } /* YELLOW */
  100% {
    fill: #f6a800;
  } /* ORANGE */
}
@-moz-keyframes color-change {
  0% {
    fill: #f6a800;
  } /* ORANGE */
  10% {
    fill: #d8292f;
  } /* RED */
  20% {
    fill: #4b384c;
  } /* PURPLE */
  30% {
    fill: #2c5697;
  } /* DK BLUE */
  40% {
    fill: #4e748b;
  } /* BLUE */
  50% {
    fill: #8cb8ca;
  } /* LT BLUE */
  60% {
    fill: #58b7b3;
  } /* TEAL */
  70% {
    fill: #b5be00;
  } /* GREEN */
  80% {
    fill: #e1e000;
  } /* YELLOW */
  100% {
    fill: #f6a800;
  } /* ORANGE */
}
@-ms-keyframes color-change {
  0% {
    fill: #f6a800;
  } /* ORANGE */
  10% {
    fill: #d8292f;
  } /* RED */
  20% {
    fill: #4b384c;
  } /* PURPLE */
  30% {
    fill: #2c5697;
  } /* DK BLUE */
  40% {
    fill: #4e748b;
  } /* BLUE */
  50% {
    fill: #8cb8ca;
  } /* LT BLUE */
  60% {
    fill: #58b7b3;
  } /* TEAL */
  70% {
    fill: #b5be00;
  } /* GREEN */
  80% {
    fill: #e1e000;
  } /* YELLOW */
  100% {
    fill: #f6a800;
  } /* ORANGE */
}
@-o-keyframes color-change {
  0% {
    fill: #f6a800;
  } /* ORANGE */
  10% {
    fill: #d8292f;
  } /* RED */
  20% {
    fill: #4b384c;
  } /* PURPLE */
  30% {
    fill: #2c5697;
  } /* DK BLUE */
  40% {
    fill: #4e748b;
  } /* BLUE */
  50% {
    fill: #8cb8ca;
  } /* LT BLUE */
  60% {
    fill: #58b7b3;
  } /* TEAL */
  70% {
    fill: #b5be00;
  } /* GREEN */
  80% {
    fill: #e1e000;
  } /* YELLOW */
  100% {
    fill: #f6a800;
  } /* ORANGE */
}
@keyframes color-change {
  0% {
    fill: #f6a800;
  } /* ORANGE */
  10% {
    fill: #d8292f;
  } /* RED */
  20% {
    fill: #4b384c;
  } /* PURPLE */
  30% {
    fill: #2c5697;
  } /* DK BLUE */
  40% {
    fill: #4e748b;
  } /* BLUE */
  50% {
    fill: #8cb8ca;
  } /* LT BLUE */
  60% {
    fill: #58b7b3;
  } /* TEAL */
  70% {
    fill: #b5be00;
  } /* GREEN */
  80% {
    fill: #e1e000;
  } /* YELLOW */
  100% {
    fill: #f6a800;
  } /* ORANGE */
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}