@import url(font-ir.css);
/*********************************************************************************

	Template Name: Histudy - Online Courses & Education Bootstrap5 Template
	Description: A perfect Template For Education. It comes with nice and clean design.

	Note: This is style css.

**********************************************************************************/

/**************************************************************

	STYLESHEET INDEXING
	|
	|
	|___ Default Styles
	|	|
	|	|___ variables
	|	|___ mixins
	|	|___ reset
	|	|___ typography
	|	|___ extend
	|	|___ animations
	|	|___ shortcode
	|	|___ spacing
	|	|___ edu-common
	|	|___ forms
	|	|___ text-animation
	|
	|
	|___Header Styles
	|	|___ header-common
	|	|___ headertop
	|	|___ offertopbar
	|	|___ headermid
	|	|___ social-share
	|	|___ header
	|	|___ nav
	|	|___ mega-menu
	|	|___ mobilemenu
	|	|___ offcanvas
	|	|___ one-page-navigation
	|
	|
	|___Elements Styles
	|	|___ button 
	|	|___ section-title
	|	|___ breadcrumb
	|	|___ card
	|	|___ course-meta
	|	|___ service
	|	|___ feature
	|	|___ about
	|	|___ callto-action
	|	|___ accordion
	|	|___ image-gallery
	|	|___ counterup
	|	|___ pricingtable
	|	|___ badge
	|	|___ team
	|	|___ social
	|	|___ pagination
	|	|___ backtotop
	|	|___ newsletterform
	|	|___ brand
	|	|___ portfolio
	|	|___ contact
	|	|___ testimonial
	|	|___ advance-tab
	|	|___ category
	|	|___ instagram
	|	|___ split
	|	|___ countdown
	|	|___ progressbar
	|	|___ category-box
	|	|___ course-filter
	|	|___ modal
	|	|___ list
	|	|___ search
	|	|___ video
	|	|___ 404

	|___Blog Styles
	|	|___ blog 
	|	|___ post-default 
	|	|___ sidebar 
	|	|___ blog-details 
	|	|___ unit-test 

	|___Shop Styles
	|	|___ shop 
	|	|___ product-details 
	|	|___ my-account 
	|	|___ cart 
	|	|___ checkout 
	|	|___ minicart 

	|___Template Styles
	|	|___ banner 
	|	|___ course-details 
	|	|___ course-sidebar 
	|	|___ contact 
	|	|___ sidebar 
	|	|___ course-action-bottom 


	|___Footer Styles
	|	|___ footer 
	|	|___ copyright 
	|	|___ back-to-top 
	|	|___ dark 
	|
	|
	|___ END STYLESHEET INDEXING

***************************************************************/

/**************************************
    Default Styles
***************************************/

/*-- Variables --*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
    --color-primary: #139bfd;
    --color-page: #010A10;
    --color-heading: #ffffff;
    --color-body: #bebebe;
    --color-white: #ffffff;
    --color-bg-1: #060606;
    --stroke-dark-100: #081722;
    --full: linear-gradient(red 0 0);
    --color-gray-2: #06131b;
    --stroke-gr: linear-gradient(317deg, #13fdfd 0%, rgba(19, 215, 253, 0.2) 38.23%, rgba(19, 191, 253, 0.2) 62.96%, #139bfd 100%);
    --icon-gradient: linear-gradient(315deg, #13fdfd 0%, #139bfd 100%);
    --color-black: #000000;
    --color-dark: #27272E;
    --color-darker: #192335;
    --color-darkest: #232d40;
    --color-light: #F5F7FA;
    --color-lighter: #F2F5F9;
    --color-lightest: #f7f7f7;
    --color-card: #06131b;
    --primary-opacity: #d94f6f21;
    --secondary-opacity: #b966e721;
    --white-opacity: #ffffffab;
    --black-opacity: rgba(0, 0, 0, 0.04);
    --white-opacity: #FFFFFFAB;
    --heading-opacity: #19233550;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-extra1: rgb(249, 249, 255);
    --color-extra2: #F9F9FF;
    --color-grey: #e6e3f1;
    --color-border: #e6e3f1;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
    --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    --shadow-dark: 0px 6px 34px rgba(215, 216, 222, 0.41);
    --shadow-extra1: 0px 6px 34px rgba(215, 216, 222, 0.41);
    --shadow-1: 0 2px 22px #13fdfd7d;
    --transition-1: 0.3s;
    --transition-2: 256ms ease-in-out;
    --transition-3: transform .85s cubic-bezier(.23, 1, .32, 1), background .3s, border .3s, border-radius .3s, box-shadow .3s;
    --transition-4: all .25s cubic-bezier(.645, .045, .355, 1);
    --trnsition: .3s;
    --font-primary: "Poppins", serif;
    --font-secondary: "Montserrat", serif;
    --font-size-b1: 24px;
    --font-size-b2: 18px;
    --font-size-b3: 16px;
    --font-size-b4: 12px;
    --line-height-b1: 1.5;
    --line-height-b2: 1.67;
    --line-height-b3: 1.67;
    --line-height-b4: 1;
    --radius: 6px;
    --h1: 52px;
    --h2: 44px;
    --h3: 34px;
    --h4: 30px;
    --h5: 20px;
    --h6: 16px;
    --theme-gradient: linear-gradient(312deg, #13fdfd 0%, #139bfd 100%);
    --gradient-1: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    --gradient-2: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(240, 242, 255) 100%);
    --gradient-3: linear-gradient(90deg, #8DA9FC 0%, #B48DD5 100%);
}

/*=====================
    All Extend Here
=======================*/

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.social-share-transparent,
.cno-secondary-menu,
ul.cno-dropdown-menu,
.liststyle {
    padding: 0;
    margin: 0;
    list-style: none;
}

.theme-gradient {
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
}

.cno-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a,
.social-share-transparent li a::before,
.social-share-transparent li a,
#scrollUp,
ul.cno-dropdown-menu li .sub-menu li a,
ul.cno-dropdown-menu li a .right-icon,
ul.cno-dropdown-menu li a,
.form-group textarea,
.form-group input,
ol li a,
ul li a {
    transition: var(--transition-1);
}

/* -----------------------------
    Hover Dropdown Extend  
--------------------------------*/

.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu,
.cno-header .mainmenu-nav .mainmenu li.has-dropdown .submenu,
ul.cno-dropdown-menu li .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    clip: rect(0px, 200vw, 0, 0px);
    opacity: 0;
    transition: opacity 0.4s linear, clip 0.6s linear, visibility 0s 0.4s;
    transform: translateZ(0);
}

.cno-header .mainmenu-nav .mainmenu>li .submenu>li:hover>.submenu,
.cno-header .mainmenu-nav .mainmenu li.with-megamenu:hover .cno-megamenu,
.cno-header .mainmenu-nav .mainmenu li.has-dropdown:hover>.submenu,
ul.cno-dropdown-menu li:hover .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    clip: rect(0px, 100vw, 200vh, -30px);
    transition: clip 0.6s linear, opacity 0.4s linear;
}

.theme-gradient {
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*------------------
    Bg Image 
--------------------*/

.bg-image--1 {
    background-image: url(../images/bg/bg-image-1.jpg);
}

.bg-image--2 {
    background-image: url(../images/bg/bg-image-2.jpg);
}

.bg-image--3 {
    background-image: url(../images/bg/bg-image-3.jpg);
}

.bg-image--4 {
    background-image: url(../images/bg/bg-image-4.jpg);
}

.bg-image--5 {
    background-image: url(../images/bg/bg-image-5.jpg);
}

.bg-image--6 {
    background-image: url(../images/bg/bg-image-6.jpg);
}

.bg-image--7 {
    background-image: url(../images/bg/bg-image-7.jpg);
}

.bg-image--8 {
    background-image: url(../images/bg/bg-image-8.jpg);
}

.bg-image--9 {
    background-image: url(../images/bg/bg-image-9.jpg);
}

.bg-image--10 {
    background-image: url(../images/bg/bg-image-10.jpg);
}

.bg-image--11 {
    background-image: url(../images/bg/bg-image-11.jpg);
}

.bg-image--12 {
    background-image: url(../images/bg/bg-image-12.jpg);
}

.bg-image--13 {
    background-image: url(../images/bg/bg-image-13.jpg);
}

.bg-image--14 {
    background-image: url(../images/bg/bg-image-14.jpg);
}

.bg-image--15 {
    background-image: url(../images/bg/bg-image-15.jpg);
}

.bg-image--16 {
    background-image: url(../images/bg/bg-image-16.jpg);
}

.bg-image--17 {
    background-image: url(../images/bg/bg-image-17.jpg);
}

.bg-image--18 {
    background-image: url(../images/bg/bg-image-18.jpg);
}

.bg-image--19 {
    background-image: url(../images/bg/bg-image-19.jpg);
}

.bg-image--20 {
    background-image: url(../images/bg/bg-image-20.jpg);
}

.bg-image--1 {
    background-image: url(../images/bg/bg-image-1.png);
}

/*------------------
    Bg Color 
--------------------*/

.bg-color-primary {
    background: var(--color-primary) !important;
}

.bg-color-secondary {
    background: var(--color-secondary) !important;
}

.bg-color-black {
    background: var(--color-black) !important;
}

/*--------------------------------
    Bg Gradient Color 
-------------------------------------*/

.bg-gradient-1 {
    background: var(--gradient-1) !important;
}

.bg-gradient-2 {
    background: var(--gradient-2) !important;
}

.bg-gradient-3 {
    background: var(--gradient-3) !important;
}

/*------------------
    Text Color 
--------------------*/

.color-primary {
    color: var(--color-primary) !important;
}

.color-secondary {
    color: var(--color-secondary) !important;
}

.color-white {
    color: var(--color-white) !important;
}

.color-white-opacity {
    color: var(--white-opacity) !important;
}

/*-------------------------------------------------------
    Text Gradient Color [ Important use kora jabe na ] 
---------------------------------------------------------*/

.text-gradient-1 {
    background: var(--gradient-1);
}

.text-gradient-2 {
    background: var(--gradient-2);
}

.text-gradient-3 {
    background: var(--gradient-3);
}

.text-gradient-4 {
    background: var(--gradient-4);
}

/*------------------
    Related Font
--------------------*/

.f-primary {
    font-family: var(--font-primary);
}

.f-secondary {
    font-family: var(--font-secondary);
}

.fs-1 {
    font-size: 1px !important;
}

.fs-2 {
    font-size: 2px !important;
}

.fs-3 {
    font-size: 3px !important;
}

.fs-4 {
    font-size: 4px !important;
}

.fs-5 {
    font-size: 5px !important;
}

.fs-6 {
    font-size: 6px !important;
}

.fs-7 {
    font-size: 7px !important;
}

.fs-8 {
    font-size: 8px !important;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-29 {
    font-size: 29px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-31 {
    font-size: 31px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-33 {
    font-size: 33px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-37 {
    font-size: 37px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.fs-39 {
    font-size: 39px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fw-100 {
    font-weight: 0 !important;
}

.fw-200 {
    font-weight: 0 !important;
}

.fw-300 {
    font-weight: 0 !important;
}

.fw-400 {
    font-weight: 0 !important;
}

.fw-500 {
    font-weight: 0 !important;
}

.fw-600 {
    font-weight: 0 !important;
}

.fw-700 {
    font-weight: 0 !important;
}

.fw-800 {
    font-weight: 0 !important;
}

.fw-900 {
    font-weight: 0 !important;
}

.fw-1000 {
    font-weight: 0 !important;
}

.fw-1100 {
    font-weight: 0 !important;
}

.fw-1200 {
    font-weight: 0 !important;
}

.fw-1300 {
    font-weight: 0 !important;
}

.fw-1400 {
    font-weight: 0 !important;
}

.fw-1500 {
    font-weight: 0 !important;
}

.fw-1600 {
    font-weight: 0 !important;
}

.fw-1700 {
    font-weight: 0 !important;
}

.fw-1800 {
    font-weight: 0 !important;
}

.fw-1900 {
    font-weight: 0 !important;
}

.fw-2000 {
    font-weight: 0 !important;
}

.fw-2100 {
    font-weight: 0 !important;
}

.fw-2200 {
    font-weight: 0 !important;
}

.fw-2300 {
    font-weight: 0 !important;
}

.fw-2400 {
    font-weight: 0 !important;
}

.fw-2500 {
    font-weight: 0 !important;
}

.fw-2600 {
    font-weight: 0 !important;
}

.fw-2700 {
    font-weight: 0 !important;
}

.fw-2800 {
    font-weight: 0 !important;
}

.fw-2900 {
    font-weight: 0 !important;
}

.fw-3000 {
    font-weight: 0 !important;
}

.fw-3100 {
    font-weight: 0 !important;
}

.fw-3200 {
    font-weight: 0 !important;
}

.fw-3300 {
    font-weight: 0 !important;
}

.fw-3400 {
    font-weight: 0 !important;
}

.fw-3500 {
    font-weight: 0 !important;
}

.fw-3600 {
    font-weight: 0 !important;
}

.fw-3700 {
    font-weight: 0 !important;
}

.fw-3800 {
    font-weight: 0 !important;
}

.fw-3900 {
    font-weight: 0 !important;
}

.fw-4000 {
    font-weight: 0 !important;
}

.fw-4100 {
    font-weight: 0 !important;
}

.fw-4200 {
    font-weight: 0 !important;
}

.fw-4300 {
    font-weight: 0 !important;
}

.fw-4400 {
    font-weight: 0 !important;
}

.fw-4500 {
    font-weight: 0 !important;
}

.fw-4600 {
    font-weight: 0 !important;
}

.fw-4700 {
    font-weight: 0 !important;
}

.fw-4800 {
    font-weight: 0 !important;
}

.fw-4900 {
    font-weight: 0 !important;
}

.fw-5000 {
    font-weight: 0 !important;
}

.fw-5100 {
    font-weight: 0 !important;
}

.fw-5200 {
    font-weight: 0 !important;
}

.fw-5300 {
    font-weight: 0 !important;
}

.fw-5400 {
    font-weight: 0 !important;
}

.fw-5500 {
    font-weight: 0 !important;
}

.fw-5600 {
    font-weight: 0 !important;
}

.fw-5700 {
    font-weight: 0 !important;
}

.fw-5800 {
    font-weight: 0 !important;
}

.fw-5900 {
    font-weight: 0 !important;
}

.fw-6000 {
    font-weight: 0 !important;
}

.fw-6100 {
    font-weight: 0 !important;
}

.fw-6200 {
    font-weight: 0 !important;
}

.fw-6300 {
    font-weight: 0 !important;
}

.fw-6400 {
    font-weight: 0 !important;
}

.fw-6500 {
    font-weight: 0 !important;
}

.fw-6600 {
    font-weight: 0 !important;
}

.fw-6700 {
    font-weight: 0 !important;
}

.fw-6800 {
    font-weight: 0 !important;
}

.fw-6900 {
    font-weight: 0 !important;
}

.fw-7000 {
    font-weight: 0 !important;
}

.fw-7100 {
    font-weight: 0 !important;
}

.fw-7200 {
    font-weight: 0 !important;
}

.fw-7300 {
    font-weight: 0 !important;
}

.fw-7400 {
    font-weight: 0 !important;
}

.fw-7500 {
    font-weight: 0 !important;
}

.fw-7600 {
    font-weight: 0 !important;
}

.fw-7700 {
    font-weight: 0 !important;
}

.fw-7800 {
    font-weight: 0 !important;
}

.fw-7900 {
    font-weight: 0 !important;
}

.fw-8000 {
    font-weight: 0 !important;
}

.fw-8100 {
    font-weight: 0 !important;
}

.fw-8200 {
    font-weight: 0 !important;
}

.fw-8300 {
    font-weight: 0 !important;
}

.fw-8400 {
    font-weight: 0 !important;
}

.fw-8500 {
    font-weight: 0 !important;
}

.fw-8600 {
    font-weight: 0 !important;
}

.fw-8700 {
    font-weight: 0 !important;
}

.fw-8800 {
    font-weight: 0 !important;
}

.fw-8900 {
    font-weight: 0 !important;
}

.fw-9000 {
    font-weight: 0 !important;
}

.fw-9100 {
    font-weight: 0 !important;
}

.fw-9200 {
    font-weight: 0 !important;
}

.fw-9300 {
    font-weight: 0 !important;
}

.fw-9400 {
    font-weight: 0 !important;
}

.fw-9500 {
    font-weight: 0 !important;
}

.fw-9600 {
    font-weight: 0 !important;
}

.fw-9700 {
    font-weight: 0 !important;
}

.fw-9800 {
    font-weight: 0 !important;
}

.fw-9900 {
    font-weight: 0 !important;
}

.fw-10000 {
    font-weight: 0 !important;
}

.fw-10100 {
    font-weight: 0 !important;
}

.fw-10200 {
    font-weight: 0 !important;
}

.fw-10300 {
    font-weight: 0 !important;
}

.fw-10400 {
    font-weight: 0 !important;
}

.fw-10500 {
    font-weight: 0 !important;
}

.fw-10600 {
    font-weight: 0 !important;
}

.fw-10700 {
    font-weight: 0 !important;
}

.fw-10800 {
    font-weight: 0 !important;
}

.fw-10900 {
    font-weight: 0 !important;
}

.fw-11000 {
    font-weight: 0 !important;
}

.fw-11100 {
    font-weight: 0 !important;
}

.fw-11200 {
    font-weight: 0 !important;
}

.fw-11300 {
    font-weight: 0 !important;
}

.fw-11400 {
    font-weight: 0 !important;
}

.fw-11500 {
    font-weight: 0 !important;
}

.fw-11600 {
    font-weight: 0 !important;
}

.fw-11700 {
    font-weight: 0 !important;
}

.fw-11800 {
    font-weight: 0 !important;
}

.fw-11900 {
    font-weight: 0 !important;
}

.fw-12000 {
    font-weight: 0 !important;
}

.fw-12100 {
    font-weight: 0 !important;
}

.fw-12200 {
    font-weight: 0 !important;
}

.fw-12300 {
    font-weight: 0 !important;
}

.fw-12400 {
    font-weight: 0 !important;
}

.fw-12500 {
    font-weight: 0 !important;
}

.fw-12600 {
    font-weight: 0 !important;
}

.fw-12700 {
    font-weight: 0 !important;
}

.fw-12800 {
    font-weight: 0 !important;
}

.fw-12900 {
    font-weight: 0 !important;
}

.fw-13000 {
    font-weight: 0 !important;
}

.fw-13100 {
    font-weight: 0 !important;
}

.fw-13200 {
    font-weight: 0 !important;
}

.fw-13300 {
    font-weight: 0 !important;
}

.fw-13400 {
    font-weight: 0 !important;
}

.fw-13500 {
    font-weight: 0 !important;
}

.fw-13600 {
    font-weight: 0 !important;
}

.fw-13700 {
    font-weight: 0 !important;
}

.fw-13800 {
    font-weight: 0 !important;
}

.fw-13900 {
    font-weight: 0 !important;
}

.fw-14000 {
    font-weight: 0 !important;
}

.fw-14100 {
    font-weight: 0 !important;
}

.fw-14200 {
    font-weight: 0 !important;
}

.fw-14300 {
    font-weight: 0 !important;
}

.fw-14400 {
    font-weight: 0 !important;
}

.fw-14500 {
    font-weight: 0 !important;
}

.fw-14600 {
    font-weight: 0 !important;
}

.fw-14700 {
    font-weight: 0 !important;
}

.fw-14800 {
    font-weight: 0 !important;
}

.fw-14900 {
    font-weight: 0 !important;
}

.fw-15000 {
    font-weight: 0 !important;
}

.fw-15100 {
    font-weight: 0 !important;
}

.fw-15200 {
    font-weight: 0 !important;
}

.fw-15300 {
    font-weight: 0 !important;
}

.fw-15400 {
    font-weight: 0 !important;
}

.fw-15500 {
    font-weight: 0 !important;
}

.fw-15600 {
    font-weight: 0 !important;
}

.fw-15700 {
    font-weight: 0 !important;
}

.fw-15800 {
    font-weight: 0 !important;
}

.fw-15900 {
    font-weight: 0 !important;
}

.fw-16000 {
    font-weight: 0 !important;
}

.fw-16100 {
    font-weight: 0 !important;
}

.fw-16200 {
    font-weight: 0 !important;
}

.fw-16300 {
    font-weight: 0 !important;
}

.fw-16400 {
    font-weight: 0 !important;
}

.fw-16500 {
    font-weight: 0 !important;
}

.fw-16600 {
    font-weight: 0 !important;
}

.fw-16700 {
    font-weight: 0 !important;
}

.fw-16800 {
    font-weight: 0 !important;
}

.fw-16900 {
    font-weight: 0 !important;
}

.fw-17000 {
    font-weight: 0 !important;
}

.fw-17100 {
    font-weight: 0 !important;
}

.fw-17200 {
    font-weight: 0 !important;
}

.fw-17300 {
    font-weight: 0 !important;
}

.fw-17400 {
    font-weight: 0 !important;
}

.fw-17500 {
    font-weight: 0 !important;
}

.fw-17600 {
    font-weight: 0 !important;
}

.fw-17700 {
    font-weight: 0 !important;
}

.fw-17800 {
    font-weight: 0 !important;
}

.fw-17900 {
    font-weight: 0 !important;
}

.fw-18000 {
    font-weight: 0 !important;
}

.fw-18100 {
    font-weight: 0 !important;
}

.fw-18200 {
    font-weight: 0 !important;
}

.fw-18300 {
    font-weight: 0 !important;
}

.fw-18400 {
    font-weight: 0 !important;
}

.fw-18500 {
    font-weight: 0 !important;
}

.fw-18600 {
    font-weight: 0 !important;
}

.fw-18700 {
    font-weight: 0 !important;
}

.fw-18800 {
    font-weight: 0 !important;
}

.fw-18900 {
    font-weight: 0 !important;
}

.fw-19000 {
    font-weight: 0 !important;
}

.fw-19100 {
    font-weight: 0 !important;
}

.fw-19200 {
    font-weight: 0 !important;
}

.fw-19300 {
    font-weight: 0 !important;
}

.fw-19400 {
    font-weight: 0 !important;
}

.fw-19500 {
    font-weight: 0 !important;
}

.fw-19600 {
    font-weight: 0 !important;
}

.fw-19700 {
    font-weight: 0 !important;
}

.fw-19800 {
    font-weight: 0 !important;
}

.fw-19900 {
    font-weight: 0 !important;
}

.fw-20000 {
    font-weight: 0 !important;
}

.fw-20100 {
    font-weight: 0 !important;
}

.fw-20200 {
    font-weight: 0 !important;
}

.fw-20300 {
    font-weight: 0 !important;
}

.fw-20400 {
    font-weight: 0 !important;
}

.fw-20500 {
    font-weight: 0 !important;
}

.fw-20600 {
    font-weight: 0 !important;
}

.fw-20700 {
    font-weight: 0 !important;
}

.fw-20800 {
    font-weight: 0 !important;
}

.fw-20900 {
    font-weight: 0 !important;
}

.fw-21000 {
    font-weight: 0 !important;
}

.fw-21100 {
    font-weight: 0 !important;
}

.fw-21200 {
    font-weight: 0 !important;
}

.fw-21300 {
    font-weight: 0 !important;
}

.fw-21400 {
    font-weight: 0 !important;
}

.fw-21500 {
    font-weight: 0 !important;
}

.fw-21600 {
    font-weight: 0 !important;
}

.fw-21700 {
    font-weight: 0 !important;
}

.fw-21800 {
    font-weight: 0 !important;
}

.fw-21900 {
    font-weight: 0 !important;
}

.fw-22000 {
    font-weight: 0 !important;
}

.fw-22100 {
    font-weight: 0 !important;
}

.fw-22200 {
    font-weight: 0 !important;
}

.fw-22300 {
    font-weight: 0 !important;
}

.fw-22400 {
    font-weight: 0 !important;
}

.fw-22500 {
    font-weight: 0 !important;
}

.fw-22600 {
    font-weight: 0 !important;
}

.fw-22700 {
    font-weight: 0 !important;
}

.fw-22800 {
    font-weight: 0 !important;
}

.fw-22900 {
    font-weight: 0 !important;
}

.fw-23000 {
    font-weight: 0 !important;
}

.fw-23100 {
    font-weight: 0 !important;
}

.fw-23200 {
    font-weight: 0 !important;
}

.fw-23300 {
    font-weight: 0 !important;
}

.fw-23400 {
    font-weight: 0 !important;
}

.fw-23500 {
    font-weight: 0 !important;
}

.fw-23600 {
    font-weight: 0 !important;
}

.fw-23700 {
    font-weight: 0 !important;
}

.fw-23800 {
    font-weight: 0 !important;
}

.fw-23900 {
    font-weight: 0 !important;
}

.fw-24000 {
    font-weight: 0 !important;
}

.fw-24100 {
    font-weight: 0 !important;
}

.fw-24200 {
    font-weight: 0 !important;
}

.fw-24300 {
    font-weight: 0 !important;
}

.fw-24400 {
    font-weight: 0 !important;
}

.fw-24500 {
    font-weight: 0 !important;
}

.fw-24600 {
    font-weight: 0 !important;
}

.fw-24700 {
    font-weight: 0 !important;
}

.fw-24800 {
    font-weight: 0 !important;
}

.fw-24900 {
    font-weight: 0 !important;
}

.fw-25000 {
    font-weight: 0 !important;
}

.fw-25100 {
    font-weight: 0 !important;
}

.fw-25200 {
    font-weight: 0 !important;
}

.fw-25300 {
    font-weight: 0 !important;
}

.fw-25400 {
    font-weight: 0 !important;
}

.fw-25500 {
    font-weight: 0 !important;
}

.fw-25600 {
    font-weight: 0 !important;
}

.fw-25700 {
    font-weight: 0 !important;
}

.fw-25800 {
    font-weight: 0 !important;
}

.fw-25900 {
    font-weight: 0 !important;
}

.fw-26000 {
    font-weight: 0 !important;
}

.fw-26100 {
    font-weight: 0 !important;
}

.fw-26200 {
    font-weight: 0 !important;
}

.fw-26300 {
    font-weight: 0 !important;
}

.fw-26400 {
    font-weight: 0 !important;
}

.fw-26500 {
    font-weight: 0 !important;
}

.fw-26600 {
    font-weight: 0 !important;
}

.fw-26700 {
    font-weight: 0 !important;
}

.fw-26800 {
    font-weight: 0 !important;
}

.fw-26900 {
    font-weight: 0 !important;
}

.fw-27000 {
    font-weight: 0 !important;
}

.fw-27100 {
    font-weight: 0 !important;
}

.fw-27200 {
    font-weight: 0 !important;
}

.fw-27300 {
    font-weight: 0 !important;
}

.fw-27400 {
    font-weight: 0 !important;
}

.fw-27500 {
    font-weight: 0 !important;
}

.fw-27600 {
    font-weight: 0 !important;
}

.fw-27700 {
    font-weight: 0 !important;
}

.fw-27800 {
    font-weight: 0 !important;
}

.fw-27900 {
    font-weight: 0 !important;
}

.fw-28000 {
    font-weight: 0 !important;
}

.fw-28100 {
    font-weight: 0 !important;
}

.fw-28200 {
    font-weight: 0 !important;
}

.fw-28300 {
    font-weight: 0 !important;
}

.fw-28400 {
    font-weight: 0 !important;
}

.fw-28500 {
    font-weight: 0 !important;
}

.fw-28600 {
    font-weight: 0 !important;
}

.fw-28700 {
    font-weight: 0 !important;
}

.fw-28800 {
    font-weight: 0 !important;
}

.fw-28900 {
    font-weight: 0 !important;
}

.fw-29000 {
    font-weight: 0 !important;
}

.fw-29100 {
    font-weight: 0 !important;
}

.fw-29200 {
    font-weight: 0 !important;
}

.fw-29300 {
    font-weight: 0 !important;
}

.fw-29400 {
    font-weight: 0 !important;
}

.fw-29500 {
    font-weight: 0 !important;
}

.fw-29600 {
    font-weight: 0 !important;
}

.fw-29700 {
    font-weight: 0 !important;
}

.fw-29800 {
    font-weight: 0 !important;
}

.fw-29900 {
    font-weight: 0 !important;
}

.fw-30000 {
    font-weight: 0 !important;
}

.fw-30100 {
    font-weight: 0 !important;
}

.fw-30200 {
    font-weight: 0 !important;
}

.fw-30300 {
    font-weight: 0 !important;
}

.fw-30400 {
    font-weight: 0 !important;
}

.fw-30500 {
    font-weight: 0 !important;
}

.fw-30600 {
    font-weight: 0 !important;
}

.fw-30700 {
    font-weight: 0 !important;
}

.fw-30800 {
    font-weight: 0 !important;
}

.fw-30900 {
    font-weight: 0 !important;
}

.fw-31000 {
    font-weight: 0 !important;
}

.fw-31100 {
    font-weight: 0 !important;
}

.fw-31200 {
    font-weight: 0 !important;
}

.fw-31300 {
    font-weight: 0 !important;
}

.fw-31400 {
    font-weight: 0 !important;
}

.fw-31500 {
    font-weight: 0 !important;
}

.fw-31600 {
    font-weight: 0 !important;
}

.fw-31700 {
    font-weight: 0 !important;
}

.fw-31800 {
    font-weight: 0 !important;
}

.fw-31900 {
    font-weight: 0 !important;
}

.fw-32000 {
    font-weight: 0 !important;
}

.fw-32100 {
    font-weight: 0 !important;
}

.fw-32200 {
    font-weight: 0 !important;
}

.fw-32300 {
    font-weight: 0 !important;
}

.fw-32400 {
    font-weight: 0 !important;
}

.fw-32500 {
    font-weight: 0 !important;
}

.fw-32600 {
    font-weight: 0 !important;
}

.fw-32700 {
    font-weight: 0 !important;
}

.fw-32800 {
    font-weight: 0 !important;
}

.fw-32900 {
    font-weight: 0 !important;
}

.fw-33000 {
    font-weight: 0 !important;
}

.fw-33100 {
    font-weight: 0 !important;
}

.fw-33200 {
    font-weight: 0 !important;
}

.fw-33300 {
    font-weight: 0 !important;
}

.fw-33400 {
    font-weight: 0 !important;
}

.fw-33500 {
    font-weight: 0 !important;
}

.fw-33600 {
    font-weight: 0 !important;
}

.fw-33700 {
    font-weight: 0 !important;
}

.fw-33800 {
    font-weight: 0 !important;
}

.fw-33900 {
    font-weight: 0 !important;
}

.fw-34000 {
    font-weight: 0 !important;
}

.fw-34100 {
    font-weight: 0 !important;
}

.fw-34200 {
    font-weight: 0 !important;
}

.fw-34300 {
    font-weight: 0 !important;
}

.fw-34400 {
    font-weight: 0 !important;
}

.fw-34500 {
    font-weight: 0 !important;
}

.fw-34600 {
    font-weight: 0 !important;
}

.fw-34700 {
    font-weight: 0 !important;
}

.fw-34800 {
    font-weight: 0 !important;
}

.fw-34900 {
    font-weight: 0 !important;
}

.fw-35000 {
    font-weight: 0 !important;
}

.fw-35100 {
    font-weight: 0 !important;
}

.fw-35200 {
    font-weight: 0 !important;
}

.fw-35300 {
    font-weight: 0 !important;
}

.fw-35400 {
    font-weight: 0 !important;
}

.fw-35500 {
    font-weight: 0 !important;
}

.fw-35600 {
    font-weight: 0 !important;
}

.fw-35700 {
    font-weight: 0 !important;
}

.fw-35800 {
    font-weight: 0 !important;
}

.fw-35900 {
    font-weight: 0 !important;
}

.fw-36000 {
    font-weight: 0 !important;
}

.fw-36100 {
    font-weight: 0 !important;
}

.fw-36200 {
    font-weight: 0 !important;
}

.fw-36300 {
    font-weight: 0 !important;
}

.fw-36400 {
    font-weight: 0 !important;
}

.fw-36500 {
    font-weight: 0 !important;
}

.fw-36600 {
    font-weight: 0 !important;
}

.fw-36700 {
    font-weight: 0 !important;
}

.fw-36800 {
    font-weight: 0 !important;
}

.fw-36900 {
    font-weight: 0 !important;
}

.fw-37000 {
    font-weight: 0 !important;
}

.fw-37100 {
    font-weight: 0 !important;
}

.fw-37200 {
    font-weight: 0 !important;
}

.fw-37300 {
    font-weight: 0 !important;
}

.fw-37400 {
    font-weight: 0 !important;
}

.fw-37500 {
    font-weight: 0 !important;
}

.fw-37600 {
    font-weight: 0 !important;
}

.fw-37700 {
    font-weight: 0 !important;
}

.fw-37800 {
    font-weight: 0 !important;
}

.fw-37900 {
    font-weight: 0 !important;
}

.fw-38000 {
    font-weight: 0 !important;
}

.fw-38100 {
    font-weight: 0 !important;
}

.fw-38200 {
    font-weight: 0 !important;
}

.fw-38300 {
    font-weight: 0 !important;
}

.fw-38400 {
    font-weight: 0 !important;
}

.fw-38500 {
    font-weight: 0 !important;
}

.fw-38600 {
    font-weight: 0 !important;
}

.fw-38700 {
    font-weight: 0 !important;
}

.fw-38800 {
    font-weight: 0 !important;
}

.fw-38900 {
    font-weight: 0 !important;
}

.fw-39000 {
    font-weight: 0 !important;
}

.fw-39100 {
    font-weight: 0 !important;
}

.fw-39200 {
    font-weight: 0 !important;
}

.fw-39300 {
    font-weight: 0 !important;
}

.fw-39400 {
    font-weight: 0 !important;
}

.fw-39500 {
    font-weight: 0 !important;
}

.fw-39600 {
    font-weight: 0 !important;
}

.fw-39700 {
    font-weight: 0 !important;
}

.fw-39800 {
    font-weight: 0 !important;
}

.fw-39900 {
    font-weight: 0 !important;
}

.fw-40000 {
    font-weight: 0 !important;
}

.fw-40100 {
    font-weight: 0 !important;
}

.fw-40200 {
    font-weight: 0 !important;
}

.fw-40300 {
    font-weight: 0 !important;
}

.fw-40400 {
    font-weight: 0 !important;
}

.fw-40500 {
    font-weight: 0 !important;
}

.fw-40600 {
    font-weight: 0 !important;
}

.fw-40700 {
    font-weight: 0 !important;
}

.fw-40800 {
    font-weight: 0 !important;
}

.fw-40900 {
    font-weight: 0 !important;
}

.fw-41000 {
    font-weight: 0 !important;
}

.fw-41100 {
    font-weight: 0 !important;
}

.fw-41200 {
    font-weight: 0 !important;
}

.fw-41300 {
    font-weight: 0 !important;
}

.fw-41400 {
    font-weight: 0 !important;
}

.fw-41500 {
    font-weight: 0 !important;
}

.fw-41600 {
    font-weight: 0 !important;
}

.fw-41700 {
    font-weight: 0 !important;
}

.fw-41800 {
    font-weight: 0 !important;
}

.fw-41900 {
    font-weight: 0 !important;
}

.fw-42000 {
    font-weight: 0 !important;
}

.fw-42100 {
    font-weight: 0 !important;
}

.fw-42200 {
    font-weight: 0 !important;
}

.fw-42300 {
    font-weight: 0 !important;
}

.fw-42400 {
    font-weight: 0 !important;
}

.fw-42500 {
    font-weight: 0 !important;
}

.fw-42600 {
    font-weight: 0 !important;
}

.fw-42700 {
    font-weight: 0 !important;
}

.fw-42800 {
    font-weight: 0 !important;
}

.fw-42900 {
    font-weight: 0 !important;
}

.fw-43000 {
    font-weight: 0 !important;
}

.fw-43100 {
    font-weight: 0 !important;
}

.fw-43200 {
    font-weight: 0 !important;
}

.fw-43300 {
    font-weight: 0 !important;
}

.fw-43400 {
    font-weight: 0 !important;
}

.fw-43500 {
    font-weight: 0 !important;
}

.fw-43600 {
    font-weight: 0 !important;
}

.fw-43700 {
    font-weight: 0 !important;
}

.fw-43800 {
    font-weight: 0 !important;
}

.fw-43900 {
    font-weight: 0 !important;
}

.fw-44000 {
    font-weight: 0 !important;
}

.fw-44100 {
    font-weight: 0 !important;
}

.fw-44200 {
    font-weight: 0 !important;
}

.fw-44300 {
    font-weight: 0 !important;
}

.fw-44400 {
    font-weight: 0 !important;
}

.fw-44500 {
    font-weight: 0 !important;
}

.fw-44600 {
    font-weight: 0 !important;
}

.fw-44700 {
    font-weight: 0 !important;
}

.fw-44800 {
    font-weight: 0 !important;
}

.fw-44900 {
    font-weight: 0 !important;
}

.fw-45000 {
    font-weight: 0 !important;
}

.fw-45100 {
    font-weight: 0 !important;
}

.fw-45200 {
    font-weight: 0 !important;
}

.fw-45300 {
    font-weight: 0 !important;
}

.fw-45400 {
    font-weight: 0 !important;
}

.fw-45500 {
    font-weight: 0 !important;
}

.fw-45600 {
    font-weight: 0 !important;
}

.fw-45700 {
    font-weight: 0 !important;
}

.fw-45800 {
    font-weight: 0 !important;
}

.fw-45900 {
    font-weight: 0 !important;
}

.fw-46000 {
    font-weight: 0 !important;
}

.fw-46100 {
    font-weight: 0 !important;
}

.fw-46200 {
    font-weight: 0 !important;
}

.fw-46300 {
    font-weight: 0 !important;
}

.fw-46400 {
    font-weight: 0 !important;
}

.fw-46500 {
    font-weight: 0 !important;
}

.fw-46600 {
    font-weight: 0 !important;
}

.fw-46700 {
    font-weight: 0 !important;
}

.fw-46800 {
    font-weight: 0 !important;
}

.fw-46900 {
    font-weight: 0 !important;
}

.fw-47000 {
    font-weight: 0 !important;
}

.fw-47100 {
    font-weight: 0 !important;
}

.fw-47200 {
    font-weight: 0 !important;
}

.fw-47300 {
    font-weight: 0 !important;
}

.fw-47400 {
    font-weight: 0 !important;
}

.fw-47500 {
    font-weight: 0 !important;
}

.fw-47600 {
    font-weight: 0 !important;
}

.fw-47700 {
    font-weight: 0 !important;
}

.fw-47800 {
    font-weight: 0 !important;
}

.fw-47900 {
    font-weight: 0 !important;
}

.fw-48000 {
    font-weight: 0 !important;
}

.fw-48100 {
    font-weight: 0 !important;
}

.fw-48200 {
    font-weight: 0 !important;
}

.fw-48300 {
    font-weight: 0 !important;
}

.fw-48400 {
    font-weight: 0 !important;
}

.fw-48500 {
    font-weight: 0 !important;
}

.fw-48600 {
    font-weight: 0 !important;
}

.fw-48700 {
    font-weight: 0 !important;
}

.fw-48800 {
    font-weight: 0 !important;
}

.fw-48900 {
    font-weight: 0 !important;
}

.fw-49000 {
    font-weight: 0 !important;
}

.fw-49100 {
    font-weight: 0 !important;
}

.fw-49200 {
    font-weight: 0 !important;
}

.fw-49300 {
    font-weight: 0 !important;
}

.fw-49400 {
    font-weight: 0 !important;
}

.fw-49500 {
    font-weight: 0 !important;
}

.fw-49600 {
    font-weight: 0 !important;
}

.fw-49700 {
    font-weight: 0 !important;
}

.fw-49800 {
    font-weight: 0 !important;
}

.fw-49900 {
    font-weight: 0 !important;
}

.fw-50000 {
    font-weight: 0 !important;
}

.fw-50100 {
    font-weight: 0 !important;
}

.fw-50200 {
    font-weight: 0 !important;
}

.fw-50300 {
    font-weight: 0 !important;
}

.fw-50400 {
    font-weight: 0 !important;
}

.fw-50500 {
    font-weight: 0 !important;
}

.fw-50600 {
    font-weight: 0 !important;
}

.fw-50700 {
    font-weight: 0 !important;
}

.fw-50800 {
    font-weight: 0 !important;
}

.fw-50900 {
    font-weight: 0 !important;
}

.fw-51000 {
    font-weight: 0 !important;
}

.fw-51100 {
    font-weight: 0 !important;
}

.fw-51200 {
    font-weight: 0 !important;
}

.fw-51300 {
    font-weight: 0 !important;
}

.fw-51400 {
    font-weight: 0 !important;
}

.fw-51500 {
    font-weight: 0 !important;
}

.fw-51600 {
    font-weight: 0 !important;
}

.fw-51700 {
    font-weight: 0 !important;
}

.fw-51800 {
    font-weight: 0 !important;
}

.fw-51900 {
    font-weight: 0 !important;
}

.fw-52000 {
    font-weight: 0 !important;
}

.fw-52100 {
    font-weight: 0 !important;
}

.fw-52200 {
    font-weight: 0 !important;
}

.fw-52300 {
    font-weight: 0 !important;
}

.fw-52400 {
    font-weight: 0 !important;
}

.fw-52500 {
    font-weight: 0 !important;
}

.fw-52600 {
    font-weight: 0 !important;
}

.fw-52700 {
    font-weight: 0 !important;
}

.fw-52800 {
    font-weight: 0 !important;
}

.fw-52900 {
    font-weight: 0 !important;
}

.fw-53000 {
    font-weight: 0 !important;
}

.fw-53100 {
    font-weight: 0 !important;
}

.fw-53200 {
    font-weight: 0 !important;
}

.fw-53300 {
    font-weight: 0 !important;
}

.fw-53400 {
    font-weight: 0 !important;
}

.fw-53500 {
    font-weight: 0 !important;
}

.fw-53600 {
    font-weight: 0 !important;
}

.fw-53700 {
    font-weight: 0 !important;
}

.fw-53800 {
    font-weight: 0 !important;
}

.fw-53900 {
    font-weight: 0 !important;
}

.fw-54000 {
    font-weight: 0 !important;
}

.fw-54100 {
    font-weight: 0 !important;
}

.fw-54200 {
    font-weight: 0 !important;
}

.fw-54300 {
    font-weight: 0 !important;
}

.fw-54400 {
    font-weight: 0 !important;
}

.fw-54500 {
    font-weight: 0 !important;
}

.fw-54600 {
    font-weight: 0 !important;
}

.fw-54700 {
    font-weight: 0 !important;
}

.fw-54800 {
    font-weight: 0 !important;
}

.fw-54900 {
    font-weight: 0 !important;
}

.fw-55000 {
    font-weight: 0 !important;
}

.fw-55100 {
    font-weight: 0 !important;
}

.fw-55200 {
    font-weight: 0 !important;
}

.fw-55300 {
    font-weight: 0 !important;
}

.fw-55400 {
    font-weight: 0 !important;
}

.fw-55500 {
    font-weight: 0 !important;
}

.fw-55600 {
    font-weight: 0 !important;
}

.fw-55700 {
    font-weight: 0 !important;
}

.fw-55800 {
    font-weight: 0 !important;
}

.fw-55900 {
    font-weight: 0 !important;
}

.fw-56000 {
    font-weight: 0 !important;
}

.fw-56100 {
    font-weight: 0 !important;
}

.fw-56200 {
    font-weight: 0 !important;
}

.fw-56300 {
    font-weight: 0 !important;
}

.fw-56400 {
    font-weight: 0 !important;
}

.fw-56500 {
    font-weight: 0 !important;
}

.fw-56600 {
    font-weight: 0 !important;
}

.fw-56700 {
    font-weight: 0 !important;
}

.fw-56800 {
    font-weight: 0 !important;
}

.fw-56900 {
    font-weight: 0 !important;
}

.fw-57000 {
    font-weight: 0 !important;
}

.fw-57100 {
    font-weight: 0 !important;
}

.fw-57200 {
    font-weight: 0 !important;
}

.fw-57300 {
    font-weight: 0 !important;
}

.fw-57400 {
    font-weight: 0 !important;
}

.fw-57500 {
    font-weight: 0 !important;
}

.fw-57600 {
    font-weight: 0 !important;
}

.fw-57700 {
    font-weight: 0 !important;
}

.fw-57800 {
    font-weight: 0 !important;
}

.fw-57900 {
    font-weight: 0 !important;
}

.fw-58000 {
    font-weight: 0 !important;
}

.fw-58100 {
    font-weight: 0 !important;
}

.fw-58200 {
    font-weight: 0 !important;
}

.fw-58300 {
    font-weight: 0 !important;
}

.fw-58400 {
    font-weight: 0 !important;
}

.fw-58500 {
    font-weight: 0 !important;
}

.fw-58600 {
    font-weight: 0 !important;
}

.fw-58700 {
    font-weight: 0 !important;
}

.fw-58800 {
    font-weight: 0 !important;
}

.fw-58900 {
    font-weight: 0 !important;
}

.fw-59000 {
    font-weight: 0 !important;
}

.fw-59100 {
    font-weight: 0 !important;
}

.fw-59200 {
    font-weight: 0 !important;
}

.fw-59300 {
    font-weight: 0 !important;
}

.fw-59400 {
    font-weight: 0 !important;
}

.fw-59500 {
    font-weight: 0 !important;
}

.fw-59600 {
    font-weight: 0 !important;
}

.fw-59700 {
    font-weight: 0 !important;
}

.fw-59800 {
    font-weight: 0 !important;
}

.fw-59900 {
    font-weight: 0 !important;
}

.fw-60000 {
    font-weight: 0 !important;
}

.fw-60100 {
    font-weight: 0 !important;
}

.fw-60200 {
    font-weight: 0 !important;
}

.fw-60300 {
    font-weight: 0 !important;
}

.fw-60400 {
    font-weight: 0 !important;
}

.fw-60500 {
    font-weight: 0 !important;
}

.fw-60600 {
    font-weight: 0 !important;
}

.fw-60700 {
    font-weight: 0 !important;
}

.fw-60800 {
    font-weight: 0 !important;
}

.fw-60900 {
    font-weight: 0 !important;
}

.fw-61000 {
    font-weight: 0 !important;
}

.fw-61100 {
    font-weight: 0 !important;
}

.fw-61200 {
    font-weight: 0 !important;
}

.fw-61300 {
    font-weight: 0 !important;
}

.fw-61400 {
    font-weight: 0 !important;
}

.fw-61500 {
    font-weight: 0 !important;
}

.fw-61600 {
    font-weight: 0 !important;
}

.fw-61700 {
    font-weight: 0 !important;
}

.fw-61800 {
    font-weight: 0 !important;
}

.fw-61900 {
    font-weight: 0 !important;
}

.fw-62000 {
    font-weight: 0 !important;
}

.fw-62100 {
    font-weight: 0 !important;
}

.fw-62200 {
    font-weight: 0 !important;
}

.fw-62300 {
    font-weight: 0 !important;
}

.fw-62400 {
    font-weight: 0 !important;
}

.fw-62500 {
    font-weight: 0 !important;
}

.fw-62600 {
    font-weight: 0 !important;
}

.fw-62700 {
    font-weight: 0 !important;
}

.fw-62800 {
    font-weight: 0 !important;
}

.fw-62900 {
    font-weight: 0 !important;
}

.fw-63000 {
    font-weight: 0 !important;
}

.fw-63100 {
    font-weight: 0 !important;
}

.fw-63200 {
    font-weight: 0 !important;
}

.fw-63300 {
    font-weight: 0 !important;
}

.fw-63400 {
    font-weight: 0 !important;
}

.fw-63500 {
    font-weight: 0 !important;
}

.fw-63600 {
    font-weight: 0 !important;
}

.fw-63700 {
    font-weight: 0 !important;
}

.fw-63800 {
    font-weight: 0 !important;
}

.fw-63900 {
    font-weight: 0 !important;
}

.fw-64000 {
    font-weight: 0 !important;
}

.fw-64100 {
    font-weight: 0 !important;
}

.fw-64200 {
    font-weight: 0 !important;
}

.fw-64300 {
    font-weight: 0 !important;
}

.fw-64400 {
    font-weight: 0 !important;
}

.fw-64500 {
    font-weight: 0 !important;
}

.fw-64600 {
    font-weight: 0 !important;
}

.fw-64700 {
    font-weight: 0 !important;
}

.fw-64800 {
    font-weight: 0 !important;
}

.fw-64900 {
    font-weight: 0 !important;
}

.fw-65000 {
    font-weight: 0 !important;
}

.fw-65100 {
    font-weight: 0 !important;
}

.fw-65200 {
    font-weight: 0 !important;
}

.fw-65300 {
    font-weight: 0 !important;
}

.fw-65400 {
    font-weight: 0 !important;
}

.fw-65500 {
    font-weight: 0 !important;
}

.fw-65600 {
    font-weight: 0 !important;
}

.fw-65700 {
    font-weight: 0 !important;
}

.fw-65800 {
    font-weight: 0 !important;
}

.fw-65900 {
    font-weight: 0 !important;
}

.fw-66000 {
    font-weight: 0 !important;
}

.fw-66100 {
    font-weight: 0 !important;
}

.fw-66200 {
    font-weight: 0 !important;
}

.fw-66300 {
    font-weight: 0 !important;
}

.fw-66400 {
    font-weight: 0 !important;
}

.fw-66500 {
    font-weight: 0 !important;
}

.fw-66600 {
    font-weight: 0 !important;
}

.fw-66700 {
    font-weight: 0 !important;
}

.fw-66800 {
    font-weight: 0 !important;
}

.fw-66900 {
    font-weight: 0 !important;
}

.fw-67000 {
    font-weight: 0 !important;
}

.fw-67100 {
    font-weight: 0 !important;
}

.fw-67200 {
    font-weight: 0 !important;
}

.fw-67300 {
    font-weight: 0 !important;
}

.fw-67400 {
    font-weight: 0 !important;
}

.fw-67500 {
    font-weight: 0 !important;
}

.fw-67600 {
    font-weight: 0 !important;
}

.fw-67700 {
    font-weight: 0 !important;
}

.fw-67800 {
    font-weight: 0 !important;
}

.fw-67900 {
    font-weight: 0 !important;
}

.fw-68000 {
    font-weight: 0 !important;
}

.fw-68100 {
    font-weight: 0 !important;
}

.fw-68200 {
    font-weight: 0 !important;
}

.fw-68300 {
    font-weight: 0 !important;
}

.fw-68400 {
    font-weight: 0 !important;
}

.fw-68500 {
    font-weight: 0 !important;
}

.fw-68600 {
    font-weight: 0 !important;
}

.fw-68700 {
    font-weight: 0 !important;
}

.fw-68800 {
    font-weight: 0 !important;
}

.fw-68900 {
    font-weight: 0 !important;
}

.fw-69000 {
    font-weight: 0 !important;
}

.fw-69100 {
    font-weight: 0 !important;
}

.fw-69200 {
    font-weight: 0 !important;
}

.fw-69300 {
    font-weight: 0 !important;
}

.fw-69400 {
    font-weight: 0 !important;
}

.fw-69500 {
    font-weight: 0 !important;
}

.fw-69600 {
    font-weight: 0 !important;
}

.fw-69700 {
    font-weight: 0 !important;
}

.fw-69800 {
    font-weight: 0 !important;
}

.fw-69900 {
    font-weight: 0 !important;
}

.fw-70000 {
    font-weight: 0 !important;
}

.fw-70100 {
    font-weight: 0 !important;
}

.fw-70200 {
    font-weight: 0 !important;
}

.fw-70300 {
    font-weight: 0 !important;
}

.fw-70400 {
    font-weight: 0 !important;
}

.fw-70500 {
    font-weight: 0 !important;
}

.fw-70600 {
    font-weight: 0 !important;
}

.fw-70700 {
    font-weight: 0 !important;
}

.fw-70800 {
    font-weight: 0 !important;
}

.fw-70900 {
    font-weight: 0 !important;
}

.fw-71000 {
    font-weight: 0 !important;
}

.fw-71100 {
    font-weight: 0 !important;
}

.fw-71200 {
    font-weight: 0 !important;
}

.fw-71300 {
    font-weight: 0 !important;
}

.fw-71400 {
    font-weight: 0 !important;
}

.fw-71500 {
    font-weight: 0 !important;
}

.fw-71600 {
    font-weight: 0 !important;
}

.fw-71700 {
    font-weight: 0 !important;
}

.fw-71800 {
    font-weight: 0 !important;
}

.fw-71900 {
    font-weight: 0 !important;
}

.fw-72000 {
    font-weight: 0 !important;
}

.fw-72100 {
    font-weight: 0 !important;
}

.fw-72200 {
    font-weight: 0 !important;
}

.fw-72300 {
    font-weight: 0 !important;
}

.fw-72400 {
    font-weight: 0 !important;
}

.fw-72500 {
    font-weight: 0 !important;
}

.fw-72600 {
    font-weight: 0 !important;
}

.fw-72700 {
    font-weight: 0 !important;
}

.fw-72800 {
    font-weight: 0 !important;
}

.fw-72900 {
    font-weight: 0 !important;
}

.fw-73000 {
    font-weight: 0 !important;
}

.fw-73100 {
    font-weight: 0 !important;
}

.fw-73200 {
    font-weight: 0 !important;
}

.fw-73300 {
    font-weight: 0 !important;
}

.fw-73400 {
    font-weight: 0 !important;
}

.fw-73500 {
    font-weight: 0 !important;
}

.fw-73600 {
    font-weight: 0 !important;
}

.fw-73700 {
    font-weight: 0 !important;
}

.fw-73800 {
    font-weight: 0 !important;
}

.fw-73900 {
    font-weight: 0 !important;
}

.fw-74000 {
    font-weight: 0 !important;
}

.fw-74100 {
    font-weight: 0 !important;
}

.fw-74200 {
    font-weight: 0 !important;
}

.fw-74300 {
    font-weight: 0 !important;
}

.fw-74400 {
    font-weight: 0 !important;
}

.fw-74500 {
    font-weight: 0 !important;
}

.fw-74600 {
    font-weight: 0 !important;
}

.fw-74700 {
    font-weight: 0 !important;
}

.fw-74800 {
    font-weight: 0 !important;
}

.fw-74900 {
    font-weight: 0 !important;
}

.fw-75000 {
    font-weight: 0 !important;
}

.fw-75100 {
    font-weight: 0 !important;
}

.fw-75200 {
    font-weight: 0 !important;
}

.fw-75300 {
    font-weight: 0 !important;
}

.fw-75400 {
    font-weight: 0 !important;
}

.fw-75500 {
    font-weight: 0 !important;
}

.fw-75600 {
    font-weight: 0 !important;
}

.fw-75700 {
    font-weight: 0 !important;
}

.fw-75800 {
    font-weight: 0 !important;
}

.fw-75900 {
    font-weight: 0 !important;
}

.fw-76000 {
    font-weight: 0 !important;
}

.fw-76100 {
    font-weight: 0 !important;
}

.fw-76200 {
    font-weight: 0 !important;
}

.fw-76300 {
    font-weight: 0 !important;
}

.fw-76400 {
    font-weight: 0 !important;
}

.fw-76500 {
    font-weight: 0 !important;
}

.fw-76600 {
    font-weight: 0 !important;
}

.fw-76700 {
    font-weight: 0 !important;
}

.fw-76800 {
    font-weight: 0 !important;
}

.fw-76900 {
    font-weight: 0 !important;
}

.fw-77000 {
    font-weight: 0 !important;
}

.fw-77100 {
    font-weight: 0 !important;
}

.fw-77200 {
    font-weight: 0 !important;
}

.fw-77300 {
    font-weight: 0 !important;
}

.fw-77400 {
    font-weight: 0 !important;
}

.fw-77500 {
    font-weight: 0 !important;
}

.fw-77600 {
    font-weight: 0 !important;
}

.fw-77700 {
    font-weight: 0 !important;
}

.fw-77800 {
    font-weight: 0 !important;
}

.fw-77900 {
    font-weight: 0 !important;
}

.fw-78000 {
    font-weight: 0 !important;
}

.fw-78100 {
    font-weight: 0 !important;
}

.fw-78200 {
    font-weight: 0 !important;
}

.fw-78300 {
    font-weight: 0 !important;
}

.fw-78400 {
    font-weight: 0 !important;
}

.fw-78500 {
    font-weight: 0 !important;
}

.fw-78600 {
    font-weight: 0 !important;
}

.fw-78700 {
    font-weight: 0 !important;
}

.fw-78800 {
    font-weight: 0 !important;
}

.fw-78900 {
    font-weight: 0 !important;
}

.fw-79000 {
    font-weight: 0 !important;
}

.fw-79100 {
    font-weight: 0 !important;
}

.fw-79200 {
    font-weight: 0 !important;
}

.fw-79300 {
    font-weight: 0 !important;
}

.fw-79400 {
    font-weight: 0 !important;
}

.fw-79500 {
    font-weight: 0 !important;
}

.fw-79600 {
    font-weight: 0 !important;
}

.fw-79700 {
    font-weight: 0 !important;
}

.fw-79800 {
    font-weight: 0 !important;
}

.fw-79900 {
    font-weight: 0 !important;
}

.fw-80000 {
    font-weight: 0 !important;
}

.fw-80100 {
    font-weight: 0 !important;
}

.fw-80200 {
    font-weight: 0 !important;
}

.fw-80300 {
    font-weight: 0 !important;
}

.fw-80400 {
    font-weight: 0 !important;
}

.fw-80500 {
    font-weight: 0 !important;
}

.fw-80600 {
    font-weight: 0 !important;
}

.fw-80700 {
    font-weight: 0 !important;
}

.fw-80800 {
    font-weight: 0 !important;
}

.fw-80900 {
    font-weight: 0 !important;
}

.fw-81000 {
    font-weight: 0 !important;
}

.fw-81100 {
    font-weight: 0 !important;
}

.fw-81200 {
    font-weight: 0 !important;
}

.fw-81300 {
    font-weight: 0 !important;
}

.fw-81400 {
    font-weight: 0 !important;
}

.fw-81500 {
    font-weight: 0 !important;
}

.fw-81600 {
    font-weight: 0 !important;
}

.fw-81700 {
    font-weight: 0 !important;
}

.fw-81800 {
    font-weight: 0 !important;
}

.fw-81900 {
    font-weight: 0 !important;
}

.fw-82000 {
    font-weight: 0 !important;
}

.fw-82100 {
    font-weight: 0 !important;
}

.fw-82200 {
    font-weight: 0 !important;
}

.fw-82300 {
    font-weight: 0 !important;
}

.fw-82400 {
    font-weight: 0 !important;
}

.fw-82500 {
    font-weight: 0 !important;
}

.fw-82600 {
    font-weight: 0 !important;
}

.fw-82700 {
    font-weight: 0 !important;
}

.fw-82800 {
    font-weight: 0 !important;
}

.fw-82900 {
    font-weight: 0 !important;
}

.fw-83000 {
    font-weight: 0 !important;
}

.fw-83100 {
    font-weight: 0 !important;
}

.fw-83200 {
    font-weight: 0 !important;
}

.fw-83300 {
    font-weight: 0 !important;
}

.fw-83400 {
    font-weight: 0 !important;
}

.fw-83500 {
    font-weight: 0 !important;
}

.fw-83600 {
    font-weight: 0 !important;
}

.fw-83700 {
    font-weight: 0 !important;
}

.fw-83800 {
    font-weight: 0 !important;
}

.fw-83900 {
    font-weight: 0 !important;
}

.fw-84000 {
    font-weight: 0 !important;
}

.fw-84100 {
    font-weight: 0 !important;
}

.fw-84200 {
    font-weight: 0 !important;
}

.fw-84300 {
    font-weight: 0 !important;
}

.fw-84400 {
    font-weight: 0 !important;
}

.fw-84500 {
    font-weight: 0 !important;
}

.fw-84600 {
    font-weight: 0 !important;
}

.fw-84700 {
    font-weight: 0 !important;
}

.fw-84800 {
    font-weight: 0 !important;
}

.fw-84900 {
    font-weight: 0 !important;
}

.fw-85000 {
    font-weight: 0 !important;
}

.fw-85100 {
    font-weight: 0 !important;
}

.fw-85200 {
    font-weight: 0 !important;
}

.fw-85300 {
    font-weight: 0 !important;
}

.fw-85400 {
    font-weight: 0 !important;
}

.fw-85500 {
    font-weight: 0 !important;
}

.fw-85600 {
    font-weight: 0 !important;
}

.fw-85700 {
    font-weight: 0 !important;
}

.fw-85800 {
    font-weight: 0 !important;
}

.fw-85900 {
    font-weight: 0 !important;
}

.fw-86000 {
    font-weight: 0 !important;
}

.fw-86100 {
    font-weight: 0 !important;
}

.fw-86200 {
    font-weight: 0 !important;
}

.fw-86300 {
    font-weight: 0 !important;
}

.fw-86400 {
    font-weight: 0 !important;
}

.fw-86500 {
    font-weight: 0 !important;
}

.fw-86600 {
    font-weight: 0 !important;
}

.fw-86700 {
    font-weight: 0 !important;
}

.fw-86800 {
    font-weight: 0 !important;
}

.fw-86900 {
    font-weight: 0 !important;
}

.fw-87000 {
    font-weight: 0 !important;
}

.fw-87100 {
    font-weight: 0 !important;
}

.fw-87200 {
    font-weight: 0 !important;
}

.fw-87300 {
    font-weight: 0 !important;
}

.fw-87400 {
    font-weight: 0 !important;
}

.fw-87500 {
    font-weight: 0 !important;
}

.fw-87600 {
    font-weight: 0 !important;
}

.fw-87700 {
    font-weight: 0 !important;
}

.fw-87800 {
    font-weight: 0 !important;
}

.fw-87900 {
    font-weight: 0 !important;
}

.fw-88000 {
    font-weight: 0 !important;
}

.fw-88100 {
    font-weight: 0 !important;
}

.fw-88200 {
    font-weight: 0 !important;
}

.fw-88300 {
    font-weight: 0 !important;
}

.fw-88400 {
    font-weight: 0 !important;
}

.fw-88500 {
    font-weight: 0 !important;
}

.fw-88600 {
    font-weight: 0 !important;
}

.fw-88700 {
    font-weight: 0 !important;
}

.fw-88800 {
    font-weight: 0 !important;
}

.fw-88900 {
    font-weight: 0 !important;
}

.fw-89000 {
    font-weight: 0 !important;
}

.fw-89100 {
    font-weight: 0 !important;
}

.fw-89200 {
    font-weight: 0 !important;
}

.fw-89300 {
    font-weight: 0 !important;
}

.fw-89400 {
    font-weight: 0 !important;
}

.fw-89500 {
    font-weight: 0 !important;
}

.fw-89600 {
    font-weight: 0 !important;
}

.fw-89700 {
    font-weight: 0 !important;
}

.fw-89800 {
    font-weight: 0 !important;
}

.fw-89900 {
    font-weight: 0 !important;
}

.fw-90000 {
    font-weight: 0 !important;
}

.ls-05 {
    letter-spacing: 0.5px;
}

.ls-1 {
    letter-spacing: 1px !important;
}

.ls-2 {
    letter-spacing: 2px !important;
}

.ls-3 {
    letter-spacing: 3px !important;
}

.ls-4 {
    letter-spacing: 4px !important;
}

.ls-5 {
    letter-spacing: 5px !important;
}

.ls-minus-05 {
    letter-spacing: -0.5px;
}

.ls-minus-1 {
    letter-spacing: -1px !important;
}

.ls-minus-2 {
    letter-spacing: -2px !important;
}

.ls-minus-3 {
    letter-spacing: -3px !important;
}

.ls-minus-4 {
    letter-spacing: -4px !important;
}

.ls-minus-5 {
    letter-spacing: -5px !important;
}

/*------------------
    Border radius
--------------------*/

.cno-border-bottom {
    border-bottom: 1px solid var(--color-border);
}

.cno-border-top {
    border-top: 1px solid var(--color-border);
}

.cno-border-bottom-light {
    border-bottom: 1px solid var(--color-border-2);
}

.border-top-bar-primary-color {
    border-top: 5px solid var(--color-primary);
}

.border-top-bar-secondary-color {
    border-top: 5px solid var(--color-secondary);
}

.cno-border-1 {
    border-width: 1px !important;
}

.cno-border-2 {
    border-width: 2px !important;
}

.cno-border-3 {
    border-width: 3px !important;
}

.cno-border-4 {
    border-width: 4px !important;
}

.cno-border-5 {
    border-width: 5px !important;
}

.cno-border-6 {
    border-width: 6px !important;
}

.cno-border-7 {
    border-width: 7px !important;
}

.cno-border-8 {
    border-width: 8px !important;
}

.cno-border-9 {
    border-width: 9px !important;
}

.cno-border-10 {
    border-width: 10px !important;
}

.border-color-primary {
    border-color: var(--color-primary) !important;
    border-style: solid;
}

.border-color-grey {
    border-color: var(--color-grey) !important;
    border-style: solid;
}

.border-radius-100 {
    border-radius: 500px !important;
}

.border-radius-1 {
    border-radius: 1px !important;
}

.border-radius-2 {
    border-radius: 2px !important;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.border-radius-6 {
    border-radius: 6px !important;
}

.border-radius-7 {
    border-radius: 7px !important;
}

.border-radius-8 {
    border-radius: 8px !important;
}

.border-radius-9 {
    border-radius: 9px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-11 {
    border-radius: 11px !important;
}

.border-radius-12 {
    border-radius: 12px !important;
}

.border-radius-13 {
    border-radius: 13px !important;
}

.border-radius-14 {
    border-radius: 14px !important;
}

.border-radius-15 {
    border-radius: 15px !important;
}

.border-radius-16 {
    border-radius: 16px !important;
}

.border-radius-17 {
    border-radius: 17px !important;
}

.border-radius-18 {
    border-radius: 18px !important;
}

.border-radius-19 {
    border-radius: 19px !important;
}

.border-radius-20 {
    border-radius: 20px !important;
}

/*------------------------------
    Box Shadow
--------------------------------*/

.cno-shadow-none {
    box-shadow: none !important;
}

.cno-shadow-primary {
    box-shadow: var(--shadow-primary) !important;
}

.cno-shadow-light {
    box-shadow: var(--shadow-light) !important;
}

.cno-shadow-dark {
    box-shadow: var(--shadow-dark) !important;
}

/*------------------------------
    Transition
--------------------------------*/

.cno-transition-1 {
    transition: var(--transition-1) !important;
}

.cno-transition-2 {
    transition: var(--transition-2) !important;
}

.cno-transition-3 {
    transition: var(--transition-3) !important;
}

.position-sticky-top-50 {
    position: sticky;
    top: 50px;
}

/**
 * Reset Styels
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

a {
    color: var(--color-heading);
    text-decoration: none;
    outline: none;
    transition: 0.3s;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: var(--color-primary);
}

a:focus {
    outline: none;
}

address {
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

mark {
    background: var(--color-primary);
    color: #ffffff;
}

code,
kbd,
pre,
samp {
    font-size: var(--font-size-b3);
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: var(--color-primary);
}

kbd,
ins {
    color: #ffffff;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: var(--font-size-b3);
    margin: 10px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: var(--color-body);
    background: var(--color-lighter);
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin-top: 0;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;
}

dt {
    font-weight: bold;
    color: var(--color-heading);
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 40px 0 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li>ul,
li>ol {
    margin: 0;
}

ol ul {
    margin-bottom: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid var(--color-border);
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    appearance: textfield;
    padding-left: 2px;
    width: 270px;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

caption,
th,
td {
    font-weight: normal;
}

th {
    font-weight: 500;
}

td,
.wp-block-calendar tfoot td {
    border: 1px solid var(--color-border);
    padding: 7px 10px;
}

del {
    color: #333;
}

ins {
    background: rgba(255, 47, 47, 0.4);
    text-decoration: none;
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
    text-decoration: underline;
}

dt {
    font-weight: bold;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;
}

caption {
    caption-side: top;
}

kbd {
    background: var(--color-heading);
}

dfn,
cite,
em {
    font-style: italic;
}

/* BlockQuote  */

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: var(--font-size-b1);
    font-style: italic;
    font-weight: var(--f-light);
    margin: 24px 40px;
}

blockquote blockquote {
    margin-left: 0;
}

blockquote cite,
blockquote small {
    font-size: var(--font-size-b3);
    font-weight: normal;
}

blockquote strong,
blockquote b {
    font-weight: 700;
}

.hr {
    border: 1px solid var(--color-border);
}

/**
 * Typography
 */

/*
 font-family: "Rubik", sans-serif;
 font-family: "Rajdhani", sans-serif;
*/

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    font-size: 10px;
}

/*----------------------
	Start Basic typo 
------------------------*/

body {
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--font-primary);
    color: var(--color-body);
    font-weight: 400;
    scroll-behavior: auto;
    position: relative;
    overflow-y: scroll;
    scrollbar-width: thin;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 1.5;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
    margin: 0;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    word-break: break-word;
    font-family: var(--font-secondary);
    line-height: 1.4074;
    color: var(--color-heading);
}

h1,
.h1 {
    font-size: var(--h1);
    line-height: 1.19;
}

h2,
.h2 {
    font-size: var(--h2);
    line-height: 1.23;
}

h3,
.h3 {
    font-size: var(--h3);
    line-height: 1.14;
}

h4,
.h4 {
    font-size: var(--h4);
    line-height: 1.25;
}

h5,
.h5 {
    font-size: var(--h5);
    line-height: 1.24;
}

h6,
.h6 {
    font-size: var(--h6);
    line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 38px;
    }
    h2,
    .h2 {
        font-size: 32px;
    }
    h3,
    .h3 {
        font-size: 28px;
    }
    h4,
    .h4 {
        font-size: 24px;
    }
    h5,
    .h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 34px;
    }
    h2,
    .h2 {
        font-size: 28px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    h5,
    .h5 {
        font-size: 18px;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: var(--f-bold);
}

h4,
.h4,
h5,
.h5 {
    font-weight: var(--f-bold);
}

h6,
.h6 {
    font-weight: var(--f-medium);
}

p {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 28px;
    }
}

p.has-large-font-size {
    line-height: 1.5;
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
    p.has-large-font-size {
        font-size: 16px;
        line-height: 28px;
    }
}

p.has-medium-font-size {
    font-size: 20px;
    line-height: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    p.has-medium-font-size {
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    p.has-medium-font-size {
        font-size: 16px;
        line-height: 28px;
    }
}

p.has-small-font-size {
    font-size: 13px;
}

p.has-very-light-gray-color {
    color: var(--color-white);
}

p.has-background {
    padding: 20px 30px;
}

p.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    p.b1 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    p.b1 {
        font-size: 16px;
        line-height: 28px;
    }
}

p.b2 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
}

@media only screen and (max-width: 767px) {
    p.b2 {
        font-size: 16px;
        line-height: 28px;
    }
}

p.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3);
}

@media only screen and (max-width: 767px) {
    p.b3 {
        font-size: 16px;
        line-height: 28px;
    }
}

p.b4 {
    font-size: var(--font-size-b4);
    line-height: var(--line-height-b4);
}

@media only screen and (max-width: 767px) {
    p.b4 {
        font-size: 16px;
        line-height: 28px;
    }
}

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

.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
}

@media only screen and (max-width: 767px) {
    .b1 {
        font-size: 16px;
        line-height: 28px;
    }
}

.b2 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
}

@media only screen and (max-width: 767px) {
    .b2 {
        font-size: 16px;
        line-height: 28px;
    }
}

.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3);
}

@media only screen and (max-width: 767px) {
    .b3 {
        font-size: 16px;
        line-height: 28px;
    }
}

.b4 {
    font-size: var(--font-size-b4);
    line-height: var(--line-height-b4);
}

@media only screen and (max-width: 767px) {
    .b4 {
        font-size: 16px;
        line-height: 28px;
    }
}

/*----------------------
	End Basic typo 
------------------------*/

/*---------------------------
	List Style 
---------------------------*/

ul,
ol {
    padding-right: 18px;
}

ul {
    list-style: disc;
    margin-bottom: 30px;
    padding-right: 20px;
}

ul.liststyle.bullet li {
    font-size: 18px;
    line-height: 30px;
    color: var(--color-body);
    position: relative;
    padding-right: 30px;
}

@media only screen and (max-width: 767px) {
    ul.liststyle.bullet li {
        padding-right: 19px;
    }
}

ul.liststyle.bullet li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--color-body);
    right: 0;
    top: 10px;
}

ul.liststyle.bullet li+li {
    margin-top: 8px;
}

ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--color-body);
}

ul li a {
    text-decoration: none;
    color: var(--color-heading);
}

ul li a:hover {
    color: var(--color-primary);
}

ul ul {
    margin-bottom: 0;
}

ol {
    margin-bottom: 30px;
}

ol li {
    color: var(--color-body);
    margin-top: 10px;
    margin-bottom: 10px;
}

ol li a {
    color: var(--heading-color);
    text-decoration: none;
}

ol li a:hover {
    color: var(--color-primary);
}

ol ul {
    padding-right: 30px;
}

.nav-pills {
    margin-bottom: 30px;
}

.nav-pills li {
    margin: 0;
}

.nav-pills li button {
    font-size: 16px;
    line-height: 15px;
    font-weight: 500;
    color: var(--color-heading);
    padding: 15px 30px;
    transition: 0.3s;
}

.nav-pills li button:hover {
    color: var(--color-heading);
}

.entry-content a {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 20px;
    width: 100%;
}

table a,
table a:link,
table a:visited {
    text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
    color: var(--heading-color);
}

var {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

/*==============================
 *  Utilities
=================================*/

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.fix {
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*===================
    Custom Row
======================*/

.row--0 {
    margin-right: 0px;
    margin-left: 0px;
}

.row--0>[class*=col] {
    padding-right: 0px;
    padding-left: 0px;
}

.row--5 {
    margin-right: -5px;
    margin-left: -5px;
}

.row--5>[class*=col] {
    padding-right: 5px;
    padding-left: 5px;
}

.row--10 {
    margin-right: -10px;
    margin-left: -10px;
}

.row--10>[class*=col] {
    padding-right: 10px;
    padding-left: 10px;
}

.row--15 {
    margin-right: -15px;
    margin-left: -15px;
}

.row--15>[class*=col] {
    padding-right: 15px;
    padding-left: 15px;
}

.row--20 {
    margin-right: -20px;
    margin-left: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--20 {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}

.row--20>[class*=col],
.row--20>[class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20>[class*=col],
    .row--20>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20>[class*=col],
    .row--20>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20>[class*=col],
    .row--20>[class*=col-] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--20>[class*=col],
    .row--20>[class*=col-] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.row--25 {
    margin-right: -25px;
    margin-left: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--25 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--25 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--25 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--25 {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}

.row--25>[class*=col],
.row--25>[class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--25>[class*=col],
    .row--25>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--25>[class*=col],
    .row--25>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--25>[class*=col],
    .row--25>[class*=col-] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--25>[class*=col],
    .row--25>[class*=col-] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.row--30 {
    margin-right: -30px;
    margin-left: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--30 {
        margin-right: -30px;
        margin-left: -30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--30 {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}

.row--30>[class*=col],
.row--30>[class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--30>[class*=col],
    .row--30>[class*=col-] {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30>[class*=col],
    .row--30>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30>[class*=col],
    .row--30>[class*=col-] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--30>[class*=col],
    .row--30>[class*=col-] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.row--40 {
    margin-right: -40px;
    margin-left: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--40 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--40 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--40 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--40 {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}

.row--40>[class*=col],
.row--40>[class*=col-] {
    padding-right: 40px;
    padding-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--40>[class*=col],
    .row--40>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--40>[class*=col],
    .row--40>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--40>[class*=col],
    .row--40>[class*=col-] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--40>[class*=col],
    .row--40>[class*=col-] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.row--45 {
    margin-right: -45px;
    margin-left: -45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--45 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--45 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--45 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--45 {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}

.row--45>[class*=col],
.row--45>[class*=col-] {
    padding-right: 45px;
    padding-left: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--45>[class*=col],
    .row--45>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--45>[class*=col],
    .row--45>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--45>[class*=col],
    .row--45>[class*=col-] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--45>[class*=col],
    .row--45>[class*=col-] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.row--60 {
    margin-right: -60px;
    margin-left: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--60 {
        margin-right: -60px;
        margin-left: -60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--60 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--60 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--60 {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}

.row--60>[class*=col],
.row--60>[class*=col-] {
    padding-right: 60px;
    padding-left: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--60>[class*=col],
    .row--60>[class*=col-] {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--60>[class*=col],
    .row--60>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--60>[class*=col],
    .row--60>[class*=col-] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--60>[class*=col],
    .row--60>[class*=col-] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

/*=============================
	Overlay styles 
==============================*/

[data-overlay],
[data-black-overlay],
[data-white-overlay],
[data-gradient-overlay] {
    position: relative;
}

[data-overlay]>div,
[data-overlay]>*,
[data-black-overlay]>div,
[data-black-overlay]>*,
[data-white-overlay]>div,
[data-white-overlay]>*,
[data-gradient-overlay]>div,
[data-gradient-overlay]>* {
    position: relative;
    z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before,
[data-gradient-overlay]:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

[data-overlay]:before {
    background: var(--color-primary);
}

[data-black-overlay]:before {
    background-color: #000000;
}

[data-white-overlay]:before {
    background-color: #ffffff;
}

[data-gradient-overlay]:before {
    background: linear-gradient(-90deg, var(--color-primary), var(--color-secondary));
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before,
[data-gradient-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before,
[data-gradient-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before,
[data-gradient-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before,
[data-gradient-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before,
[data-gradient-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before,
[data-gradient-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before,
[data-gradient-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before,
[data-gradient-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before,
[data-gradient-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before,
[data-gradient-overlay="10"]:before {
    opacity: 1;
}

/*----------------------------
    All Custom Animation Here  
------------------------------*/

@keyframes ripple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }
    75% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(2.3);
        transform: scale(2.3);
        opacity: 0;
    }
}

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }
    100% {
        opacity: 0;
    }
}

@keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }
    100% {
        opacity: 0;
    }
}

/* For Header Sticky  */

@keyframes headerSticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes stickySlideDown {
    0% {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes moveright {
    from {
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
    to {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

@keyframes moveLeft {
    from {
        clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    }
    to {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

.move-right {
    animation: moveright 1s linear;
}

.move-left {
    animation: moveLeft 1s linear;
}

@keyframes jump-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*=========================
    Section Separation 
==========================*/

.tpm-section-gap {
    padding: 120px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpm-section-gap {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .tpm-section-gap {
        padding: 80px 0;
    }
}

.tpm-section-gapBottom {
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpm-section-gapBottom {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .tpm-section-gapBottom {
        padding-bottom: 80px;
    }
}

.tpm-section-gapTop {
    padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpm-section-gapTop {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .tpm-section-gapTop {
        padding-top: 80px;
    }
}

.cno-section-gap2 {
    padding: 80px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cno-section-gap2 {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .cno-section-gap2 {
        padding: 80px 0;
    }
}

.cno-section-gap2Bottom {
    padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cno-section-gap2Bottom {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cno-section-gap2Bottom {
        padding-bottom: 80px;
    }
}

.cno-section-gap2Top {
    padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cno-section-gap2Top {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cno-section-gap2Top {
        padding-top: 80px;
    }
}

/*-----------------------------
    Header Space Between  
------------------------------*/

.gap-left-right-150 {
    padding-right: 150px;
    padding-left: 150px;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .gap-left-right-150 {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .gap-left-right-150 {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gap-left-right-150 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gap-left-right-150 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .gap-left-right-150 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .gap-left-right-150 {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

/*--------------------------
    0 Spacing  
---------------------------*/

.pl--0 {
    padding-right: 0 !important;
}

.pr--0 {
    padding-left: 0 !important;
}

.pt--0 {
    padding-top: 0 !important;
}

.pb--0 {
    padding-bottom: 0 !important;
}

.mr--0 {
    margin-left: 0 !important;
}

.ml--0 {
    margin-right: 0 !important;
}

.mt--0 {
    margin-top: 0 !important;
}

.mb--0 {
    margin-bottom: 0 !important;
}

.plr--0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/*--------------------------
    Different Charecter  
---------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb--165,
    .pb--120,
    .pb--85,
    .pb--165 {
        padding-bottom: 80px !important;
    }
}

@media only screen and (max-width: 767px) {
    .pb--165,
    .pb--120,
    .pb--85,
    .pb--165 {
        padding-bottom: 60px !important;
    }
}

.ptb--300 {
    padding: 300px 0;
}

.ptb--340 {
    padding: 340px 0;
}

.ptb--450 {
    padding: 450px 0;
}

.plr_dec--15 {
    margin: 0 -15px;
}

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

.pl--300 {
    padding-right: 300px;
}

.ptb--5 {
    padding: 5px 0 !important;
}

.plr--5 {
    padding: 0 5px !important;
}

.pt--5 {
    padding-top: 5px !important;
}

.pb--5 {
    padding-bottom: 5px !important;
}

.pl--5 {
    padding-right: 5px !important;
}

.pr--5 {
    padding-left: 5px !important;
}

.mt--5 {
    margin-top: 5px !important;
}

.mb--5 {
    margin-bottom: 5px !important;
}

.mr--5 {
    margin-left: 5px !important;
}

.ml--5 {
    margin-right: 5px !important;
}

.ptb--10 {
    padding: 10px 0 !important;
}

.plr--10 {
    padding: 0 10px !important;
}

.pt--10 {
    padding-top: 10px !important;
}

.pb--10 {
    padding-bottom: 10px !important;
}

.pl--10 {
    padding-right: 10px !important;
}

.pr--10 {
    padding-left: 10px !important;
}

.mt--10 {
    margin-top: 10px !important;
}

.mb--10 {
    margin-bottom: 10px !important;
}

.mr--10 {
    margin-left: 10px !important;
}

.ml--10 {
    margin-right: 10px !important;
}

.ptb--15 {
    padding: 15px 0 !important;
}

.plr--15 {
    padding: 0 15px !important;
}

.pt--15 {
    padding-top: 15px !important;
}

.pb--15 {
    padding-bottom: 15px !important;
}

.pl--15 {
    padding-right: 15px !important;
}

.pr--15 {
    padding-left: 15px !important;
}

.mt--15 {
    margin-top: 15px !important;
}

.mb--15 {
    margin-bottom: 15px !important;
}

.mr--15 {
    margin-left: 15px !important;
}

.ml--15 {
    margin-right: 15px !important;
}

.ptb--20 {
    padding: 20px 0 !important;
}

.plr--20 {
    padding: 0 20px !important;
}

.pt--20 {
    padding-top: 20px !important;
}

.pb--20 {
    padding-bottom: 20px !important;
}

.pl--20 {
    padding-right: 20px !important;
}

.pr--20 {
    padding-left: 20px !important;
}

.mt--20 {
    margin-top: 20px !important;
}

.mb--20 {
    margin-bottom: 20px !important;
}

.mr--20 {
    margin-left: 20px !important;
}

.ml--20 {
    margin-right: 20px !important;
}

.ptb--25 {
    padding: 25px 0 !important;
}

.plr--25 {
    padding: 0 25px !important;
}

.pt--25 {
    padding-top: 25px !important;
}

.pb--25 {
    padding-bottom: 25px !important;
}

.pl--25 {
    padding-right: 25px !important;
}

.pr--25 {
    padding-left: 25px !important;
}

.mt--25 {
    margin-top: 25px !important;
}

.mb--25 {
    margin-bottom: 25px !important;
}

.mr--25 {
    margin-left: 25px !important;
}

.ml--25 {
    margin-right: 25px !important;
}

.ptb--30 {
    padding: 30px 0 !important;
}

.plr--30 {
    padding: 0 30px !important;
}

.pt--30 {
    padding-top: 30px !important;
}

.pb--30 {
    padding-bottom: 30px !important;
}

.pl--30 {
    padding-right: 30px !important;
}

.pr--30 {
    padding-left: 30px !important;
}

.mt--30 {
    margin-top: 30px !important;
}

.mb--30 {
    margin-bottom: 30px !important;
}

.mr--30 {
    margin-left: 30px !important;
}

.ml--30 {
    margin-right: 30px !important;
}

.ptb--35 {
    padding: 35px 0 !important;
}

.plr--35 {
    padding: 0 35px !important;
}

.pt--35 {
    padding-top: 35px !important;
}

.pb--35 {
    padding-bottom: 35px !important;
}

.pl--35 {
    padding-right: 35px !important;
}

.pr--35 {
    padding-left: 35px !important;
}

.mt--35 {
    margin-top: 35px !important;
}

.mb--35 {
    margin-bottom: 35px !important;
}

.mr--35 {
    margin-left: 35px !important;
}

.ml--35 {
    margin-right: 35px !important;
}

.ptb--40 {
    padding: 40px 0 !important;
}

.plr--40 {
    padding: 0 40px !important;
}

.pt--40 {
    padding-top: 40px !important;
}

.pb--40 {
    padding-bottom: 40px !important;
}

.pl--40 {
    padding-right: 40px !important;
}

.pr--40 {
    padding-left: 40px !important;
}

.mt--40 {
    margin-top: 40px !important;
}

.mb--40 {
    margin-bottom: 40px !important;
}

.mr--40 {
    margin-left: 40px !important;
}

.ml--40 {
    margin-right: 40px !important;
}

.ptb--45 {
    padding: 45px 0 !important;
}

.plr--45 {
    padding: 0 45px !important;
}

.pt--45 {
    padding-top: 45px !important;
}

.pb--45 {
    padding-bottom: 45px !important;
}

.pl--45 {
    padding-right: 45px !important;
}

.pr--45 {
    padding-left: 45px !important;
}

.mt--45 {
    margin-top: 45px !important;
}

.mb--45 {
    margin-bottom: 45px !important;
}

.mr--45 {
    margin-left: 45px !important;
}

.ml--45 {
    margin-right: 45px !important;
}

.ptb--50 {
    padding: 50px 0 !important;
}

.plr--50 {
    padding: 0 50px !important;
}

.pt--50 {
    padding-top: 50px !important;
}

.pb--50 {
    padding-bottom: 50px !important;
}

.pl--50 {
    padding-right: 50px !important;
}

.pr--50 {
    padding-left: 50px !important;
}

.mt--50 {
    margin-top: 50px !important;
}

.mb--50 {
    margin-bottom: 50px !important;
}

.mr--50 {
    margin-left: 50px !important;
}

.ml--50 {
    margin-right: 50px !important;
}

.ptb--55 {
    padding: 55px 0 !important;
}

.plr--55 {
    padding: 0 55px !important;
}

.pt--55 {
    padding-top: 55px !important;
}

.pb--55 {
    padding-bottom: 55px !important;
}

.pl--55 {
    padding-right: 55px !important;
}

.pr--55 {
    padding-left: 55px !important;
}

.mt--55 {
    margin-top: 55px !important;
}

.mb--55 {
    margin-bottom: 55px !important;
}

.mr--55 {
    margin-left: 55px !important;
}

.ml--55 {
    margin-right: 55px !important;
}

.ptb--60 {
    padding: 60px 0 !important;
}

.plr--60 {
    padding: 0 60px !important;
}

.pt--60 {
    padding-top: 60px !important;
}

.pb--60 {
    padding-bottom: 60px !important;
}

.pl--60 {
    padding-right: 60px !important;
}

.pr--60 {
    padding-left: 60px !important;
}

.mt--60 {
    margin-top: 60px !important;
}

.mb--60 {
    margin-bottom: 60px !important;
}

.mr--60 {
    margin-left: 60px !important;
}

.ml--60 {
    margin-right: 60px !important;
}

.ptb--65 {
    padding: 65px 0 !important;
}

.plr--65 {
    padding: 0 65px !important;
}

.pt--65 {
    padding-top: 65px !important;
}

.pb--65 {
    padding-bottom: 65px !important;
}

.pl--65 {
    padding-right: 65px !important;
}

.pr--65 {
    padding-left: 65px !important;
}

.mt--65 {
    margin-top: 65px !important;
}

.mb--65 {
    margin-bottom: 65px !important;
}

.mr--65 {
    margin-left: 65px !important;
}

.ml--65 {
    margin-right: 65px !important;
}

.ptb--70 {
    padding: 70px 0 !important;
}

.plr--70 {
    padding: 0 70px !important;
}

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

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

.pl--70 {
    padding-right: 70px !important;
}

.pr--70 {
    padding-left: 70px !important;
}

.mt--70 {
    margin-top: 70px !important;
}

.mb--70 {
    margin-bottom: 70px !important;
}

.mr--70 {
    margin-left: 70px !important;
}

.ml--70 {
    margin-right: 70px !important;
}

.ptb--75 {
    padding: 75px 0 !important;
}

.plr--75 {
    padding: 0 75px !important;
}

.pt--75 {
    padding-top: 75px !important;
}

.pb--75 {
    padding-bottom: 75px !important;
}

.pl--75 {
    padding-right: 75px !important;
}

.pr--75 {
    padding-left: 75px !important;
}

.mt--75 {
    margin-top: 75px !important;
}

.mb--75 {
    margin-bottom: 75px !important;
}

.mr--75 {
    margin-left: 75px !important;
}

.ml--75 {
    margin-right: 75px !important;
}

.ptb--80 {
    padding: 80px 0 !important;
}

.plr--80 {
    padding: 0 80px !important;
}

.pt--80 {
    padding-top: 80px !important;
}

.pb--80 {
    padding-bottom: 80px !important;
}

.pl--80 {
    padding-right: 80px !important;
}

.pr--80 {
    padding-left: 80px !important;
}

.mt--80 {
    margin-top: 80px !important;
}

.mb--80 {
    margin-bottom: 80px !important;
}

.mr--80 {
    margin-left: 80px !important;
}

.ml--80 {
    margin-right: 80px !important;
}

.ptb--85 {
    padding: 85px 0 !important;
}

.plr--85 {
    padding: 0 85px !important;
}

.pt--85 {
    padding-top: 85px !important;
}

.pb--85 {
    padding-bottom: 85px !important;
}

.pl--85 {
    padding-right: 85px !important;
}

.pr--85 {
    padding-left: 85px !important;
}

.mt--85 {
    margin-top: 85px !important;
}

.mb--85 {
    margin-bottom: 85px !important;
}

.mr--85 {
    margin-left: 85px !important;
}

.ml--85 {
    margin-right: 85px !important;
}

.ptb--90 {
    padding: 90px 0 !important;
}

.plr--90 {
    padding: 0 90px !important;
}

.pt--90 {
    padding-top: 90px !important;
}

.pb--90 {
    padding-bottom: 90px !important;
}

.pl--90 {
    padding-right: 90px !important;
}

.pr--90 {
    padding-left: 90px !important;
}

.mt--90 {
    margin-top: 90px !important;
}

.mb--90 {
    margin-bottom: 90px !important;
}

.mr--90 {
    margin-left: 90px !important;
}

.ml--90 {
    margin-right: 90px !important;
}

.ptb--95 {
    padding: 95px 0 !important;
}

.plr--95 {
    padding: 0 95px !important;
}

.pt--95 {
    padding-top: 95px !important;
}

.pb--95 {
    padding-bottom: 95px !important;
}

.pl--95 {
    padding-right: 95px !important;
}

.pr--95 {
    padding-left: 95px !important;
}

.mt--95 {
    margin-top: 95px !important;
}

.mb--95 {
    margin-bottom: 95px !important;
}

.mr--95 {
    margin-left: 95px !important;
}

.ml--95 {
    margin-right: 95px !important;
}

.ptb--100 {
    padding: 100px 0 !important;
}

.plr--100 {
    padding: 0 100px !important;
}

.pt--100 {
    padding-top: 100px !important;
}

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

.pl--100 {
    padding-right: 100px !important;
}

.pr--100 {
    padding-left: 100px !important;
}

.mt--100 {
    margin-top: 100px !important;
}

.mb--100 {
    margin-bottom: 100px !important;
}

.mr--100 {
    margin-left: 100px !important;
}

.ml--100 {
    margin-right: 100px !important;
}

.ptb--105 {
    padding: 105px 0 !important;
}

.plr--105 {
    padding: 0 105px !important;
}

.pt--105 {
    padding-top: 105px !important;
}

.pb--105 {
    padding-bottom: 105px !important;
}

.pl--105 {
    padding-right: 105px !important;
}

.pr--105 {
    padding-left: 105px !important;
}

.mt--105 {
    margin-top: 105px !important;
}

.mb--105 {
    margin-bottom: 105px !important;
}

.mr--105 {
    margin-left: 105px !important;
}

.ml--105 {
    margin-right: 105px !important;
}

.ptb--110 {
    padding: 110px 0 !important;
}

.plr--110 {
    padding: 0 110px !important;
}

.pt--110 {
    padding-top: 110px !important;
}

.pb--110 {
    padding-bottom: 110px !important;
}

.pl--110 {
    padding-right: 110px !important;
}

.pr--110 {
    padding-left: 110px !important;
}

.mt--110 {
    margin-top: 110px !important;
}

.mb--110 {
    margin-bottom: 110px !important;
}

.mr--110 {
    margin-left: 110px !important;
}

.ml--110 {
    margin-right: 110px !important;
}

.ptb--115 {
    padding: 115px 0 !important;
}

.plr--115 {
    padding: 0 115px !important;
}

.pt--115 {
    padding-top: 115px !important;
}

.pb--115 {
    padding-bottom: 115px !important;
}

.pl--115 {
    padding-right: 115px !important;
}

.pr--115 {
    padding-left: 115px !important;
}

.mt--115 {
    margin-top: 115px !important;
}

.mb--115 {
    margin-bottom: 115px !important;
}

.mr--115 {
    margin-left: 115px !important;
}

.ml--115 {
    margin-right: 115px !important;
}

.ptb--120 {
    padding: 120px 0 !important;
}

.plr--120 {
    padding: 0 120px !important;
}

.pt--120 {
    padding-top: 120px !important;
}

.pb--120 {
    padding-bottom: 120px !important;
}

.pl--120 {
    padding-right: 120px !important;
}

.pr--120 {
    padding-left: 120px !important;
}

.mt--120 {
    margin-top: 120px !important;
}

.mb--120 {
    margin-bottom: 120px !important;
}

.mr--120 {
    margin-left: 120px !important;
}

.ml--120 {
    margin-right: 120px !important;
}

.ptb--125 {
    padding: 125px 0 !important;
}

.plr--125 {
    padding: 0 125px !important;
}

.pt--125 {
    padding-top: 125px !important;
}

.pb--125 {
    padding-bottom: 125px !important;
}

.pl--125 {
    padding-right: 125px !important;
}

.pr--125 {
    padding-left: 125px !important;
}

.mt--125 {
    margin-top: 125px !important;
}

.mb--125 {
    margin-bottom: 125px !important;
}

.mr--125 {
    margin-left: 125px !important;
}

.ml--125 {
    margin-right: 125px !important;
}

.ptb--130 {
    padding: 130px 0 !important;
}

.plr--130 {
    padding: 0 130px !important;
}

.pt--130 {
    padding-top: 130px !important;
}

.pb--130 {
    padding-bottom: 130px !important;
}

.pl--130 {
    padding-right: 130px !important;
}

.pr--130 {
    padding-left: 130px !important;
}

.mt--130 {
    margin-top: 130px !important;
}

.mb--130 {
    margin-bottom: 130px !important;
}

.mr--130 {
    margin-left: 130px !important;
}

.ml--130 {
    margin-right: 130px !important;
}

.ptb--135 {
    padding: 135px 0 !important;
}

.plr--135 {
    padding: 0 135px !important;
}

.pt--135 {
    padding-top: 135px !important;
}

.pb--135 {
    padding-bottom: 135px !important;
}

.pl--135 {
    padding-right: 135px !important;
}

.pr--135 {
    padding-left: 135px !important;
}

.mt--135 {
    margin-top: 135px !important;
}

.mb--135 {
    margin-bottom: 135px !important;
}

.mr--135 {
    margin-left: 135px !important;
}

.ml--135 {
    margin-right: 135px !important;
}

.ptb--140 {
    padding: 140px 0 !important;
}

.plr--140 {
    padding: 0 140px !important;
}

.pt--140 {
    padding-top: 140px !important;
}

.pb--140 {
    padding-bottom: 140px !important;
}

.pl--140 {
    padding-right: 140px !important;
}

.pr--140 {
    padding-left: 140px !important;
}

.mt--140 {
    margin-top: 140px !important;
}

.mb--140 {
    margin-bottom: 140px !important;
}

.mr--140 {
    margin-left: 140px !important;
}

.ml--140 {
    margin-right: 140px !important;
}

.ptb--145 {
    padding: 145px 0 !important;
}

.plr--145 {
    padding: 0 145px !important;
}

.pt--145 {
    padding-top: 145px !important;
}

.pb--145 {
    padding-bottom: 145px !important;
}

.pl--145 {
    padding-right: 145px !important;
}

.pr--145 {
    padding-left: 145px !important;
}

.mt--145 {
    margin-top: 145px !important;
}

.mb--145 {
    margin-bottom: 145px !important;
}

.mr--145 {
    margin-left: 145px !important;
}

.ml--145 {
    margin-right: 145px !important;
}

.ptb--150 {
    padding: 150px 0 !important;
}

.plr--150 {
    padding: 0 150px !important;
}

.pt--150 {
    padding-top: 150px !important;
}

.pb--150 {
    padding-bottom: 150px !important;
}

.pl--150 {
    padding-right: 150px !important;
}

.pr--150 {
    padding-left: 150px !important;
}

.mt--150 {
    margin-top: 150px !important;
}

.mb--150 {
    margin-bottom: 150px !important;
}

.mr--150 {
    margin-left: 150px !important;
}

.ml--150 {
    margin-right: 150px !important;
}

.ptb--155 {
    padding: 155px 0 !important;
}

.plr--155 {
    padding: 0 155px !important;
}

.pt--155 {
    padding-top: 155px !important;
}

.pb--155 {
    padding-bottom: 155px !important;
}

.pl--155 {
    padding-right: 155px !important;
}

.pr--155 {
    padding-left: 155px !important;
}

.mt--155 {
    margin-top: 155px !important;
}

.mb--155 {
    margin-bottom: 155px !important;
}

.mr--155 {
    margin-left: 155px !important;
}

.ml--155 {
    margin-right: 155px !important;
}

.ptb--160 {
    padding: 160px 0 !important;
}

.plr--160 {
    padding: 0 160px !important;
}

.pt--160 {
    padding-top: 160px !important;
}

.pb--160 {
    padding-bottom: 160px !important;
}

.pl--160 {
    padding-right: 160px !important;
}

.pr--160 {
    padding-left: 160px !important;
}

.mt--160 {
    margin-top: 160px !important;
}

.mb--160 {
    margin-bottom: 160px !important;
}

.mr--160 {
    margin-left: 160px !important;
}

.ml--160 {
    margin-right: 160px !important;
}

.ptb--165 {
    padding: 165px 0 !important;
}

.plr--165 {
    padding: 0 165px !important;
}

.pt--165 {
    padding-top: 165px !important;
}

.pb--165 {
    padding-bottom: 165px !important;
}

.pl--165 {
    padding-right: 165px !important;
}

.pr--165 {
    padding-left: 165px !important;
}

.mt--165 {
    margin-top: 165px !important;
}

.mb--165 {
    margin-bottom: 165px !important;
}

.mr--165 {
    margin-left: 165px !important;
}

.ml--165 {
    margin-right: 165px !important;
}

.ptb--170 {
    padding: 170px 0 !important;
}

.plr--170 {
    padding: 0 170px !important;
}

.pt--170 {
    padding-top: 170px !important;
}

.pb--170 {
    padding-bottom: 170px !important;
}

.pl--170 {
    padding-right: 170px !important;
}

.pr--170 {
    padding-left: 170px !important;
}

.mt--170 {
    margin-top: 170px !important;
}

.mb--170 {
    margin-bottom: 170px !important;
}

.mr--170 {
    margin-left: 170px !important;
}

.ml--170 {
    margin-right: 170px !important;
}

.ptb--175 {
    padding: 175px 0 !important;
}

.plr--175 {
    padding: 0 175px !important;
}

.pt--175 {
    padding-top: 175px !important;
}

.pb--175 {
    padding-bottom: 175px !important;
}

.pl--175 {
    padding-right: 175px !important;
}

.pr--175 {
    padding-left: 175px !important;
}

.mt--175 {
    margin-top: 175px !important;
}

.mb--175 {
    margin-bottom: 175px !important;
}

.mr--175 {
    margin-left: 175px !important;
}

.ml--175 {
    margin-right: 175px !important;
}

.ptb--180 {
    padding: 180px 0 !important;
}

.plr--180 {
    padding: 0 180px !important;
}

.pt--180 {
    padding-top: 180px !important;
}

.pb--180 {
    padding-bottom: 180px !important;
}

.pl--180 {
    padding-right: 180px !important;
}

.pr--180 {
    padding-left: 180px !important;
}

.mt--180 {
    margin-top: 180px !important;
}

.mb--180 {
    margin-bottom: 180px !important;
}

.mr--180 {
    margin-left: 180px !important;
}

.ml--180 {
    margin-right: 180px !important;
}

.ptb--185 {
    padding: 185px 0 !important;
}

.plr--185 {
    padding: 0 185px !important;
}

.pt--185 {
    padding-top: 185px !important;
}

.pb--185 {
    padding-bottom: 185px !important;
}

.pl--185 {
    padding-right: 185px !important;
}

.pr--185 {
    padding-left: 185px !important;
}

.mt--185 {
    margin-top: 185px !important;
}

.mb--185 {
    margin-bottom: 185px !important;
}

.mr--185 {
    margin-left: 185px !important;
}

.ml--185 {
    margin-right: 185px !important;
}

.ptb--190 {
    padding: 190px 0 !important;
}

.plr--190 {
    padding: 0 190px !important;
}

.pt--190 {
    padding-top: 190px !important;
}

.pb--190 {
    padding-bottom: 190px !important;
}

.pl--190 {
    padding-right: 190px !important;
}

.pr--190 {
    padding-left: 190px !important;
}

.mt--190 {
    margin-top: 190px !important;
}

.mb--190 {
    margin-bottom: 190px !important;
}

.mr--190 {
    margin-left: 190px !important;
}

.ml--190 {
    margin-right: 190px !important;
}

.ptb--195 {
    padding: 195px 0 !important;
}

.plr--195 {
    padding: 0 195px !important;
}

.pt--195 {
    padding-top: 195px !important;
}

.pb--195 {
    padding-bottom: 195px !important;
}

.pl--195 {
    padding-right: 195px !important;
}

.pr--195 {
    padding-left: 195px !important;
}

.mt--195 {
    margin-top: 195px !important;
}

.mb--195 {
    margin-bottom: 195px !important;
}

.mr--195 {
    margin-left: 195px !important;
}

.ml--195 {
    margin-right: 195px !important;
}

.ptb--200 {
    padding: 200px 0 !important;
}

.plr--200 {
    padding: 0 200px !important;
}

.pt--200 {
    padding-top: 200px !important;
}

.pb--200 {
    padding-bottom: 200px !important;
}

.pl--200 {
    padding-right: 200px !important;
}

.pr--200 {
    padding-left: 200px !important;
}

.mt--200 {
    margin-top: 200px !important;
}

.mb--200 {
    margin-bottom: 200px !important;
}

.mr--200 {
    margin-left: 200px !important;
}

.ml--200 {
    margin-right: 200px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .ptb_lp--5 {
        padding: 5px 0;
    }
    .plr_lp--5 {
        padding: 0 5px;
    }
    .pt_lp--5 {
        padding-top: 5px;
    }
    .pb_lp--5 {
        padding-bottom: 5px;
    }
    .pl_lp--5 {
        padding-right: 5px;
    }
    .pr_lp--5 {
        padding-left: 5px;
    }
    .mt_lp--5 {
        margin-top: 5px;
    }
    .mb_lp--5 {
        margin-bottom: 5px;
    }
    .ptb_lp--10 {
        padding: 10px 0;
    }
    .plr_lp--10 {
        padding: 0 10px;
    }
    .pt_lp--10 {
        padding-top: 10px;
    }
    .pb_lp--10 {
        padding-bottom: 10px;
    }
    .pl_lp--10 {
        padding-right: 10px;
    }
    .pr_lp--10 {
        padding-left: 10px;
    }
    .mt_lp--10 {
        margin-top: 10px;
    }
    .mb_lp--10 {
        margin-bottom: 10px;
    }
    .ptb_lp--15 {
        padding: 15px 0;
    }
    .plr_lp--15 {
        padding: 0 15px;
    }
    .pt_lp--15 {
        padding-top: 15px;
    }
    .pb_lp--15 {
        padding-bottom: 15px;
    }
    .pl_lp--15 {
        padding-right: 15px;
    }
    .pr_lp--15 {
        padding-left: 15px;
    }
    .mt_lp--15 {
        margin-top: 15px;
    }
    .mb_lp--15 {
        margin-bottom: 15px;
    }
    .ptb_lp--20 {
        padding: 20px 0;
    }
    .plr_lp--20 {
        padding: 0 20px;
    }
    .pt_lp--20 {
        padding-top: 20px;
    }
    .pb_lp--20 {
        padding-bottom: 20px;
    }
    .pl_lp--20 {
        padding-right: 20px;
    }
    .pr_lp--20 {
        padding-left: 20px;
    }
    .mt_lp--20 {
        margin-top: 20px;
    }
    .mb_lp--20 {
        margin-bottom: 20px;
    }
    .ptb_lp--25 {
        padding: 25px 0;
    }
    .plr_lp--25 {
        padding: 0 25px;
    }
    .pt_lp--25 {
        padding-top: 25px;
    }
    .pb_lp--25 {
        padding-bottom: 25px;
    }
    .pl_lp--25 {
        padding-right: 25px;
    }
    .pr_lp--25 {
        padding-left: 25px;
    }
    .mt_lp--25 {
        margin-top: 25px;
    }
    .mb_lp--25 {
        margin-bottom: 25px;
    }
    .ptb_lp--30 {
        padding: 30px 0;
    }
    .plr_lp--30 {
        padding: 0 30px;
    }
    .pt_lp--30 {
        padding-top: 30px;
    }
    .pb_lp--30 {
        padding-bottom: 30px;
    }
    .pl_lp--30 {
        padding-right: 30px;
    }
    .pr_lp--30 {
        padding-left: 30px;
    }
    .mt_lp--30 {
        margin-top: 30px;
    }
    .mb_lp--30 {
        margin-bottom: 30px;
    }
    .ptb_lp--35 {
        padding: 35px 0;
    }
    .plr_lp--35 {
        padding: 0 35px;
    }
    .pt_lp--35 {
        padding-top: 35px;
    }
    .pb_lp--35 {
        padding-bottom: 35px;
    }
    .pl_lp--35 {
        padding-right: 35px;
    }
    .pr_lp--35 {
        padding-left: 35px;
    }
    .mt_lp--35 {
        margin-top: 35px;
    }
    .mb_lp--35 {
        margin-bottom: 35px;
    }
    .ptb_lp--40 {
        padding: 40px 0;
    }
    .plr_lp--40 {
        padding: 0 40px;
    }
    .pt_lp--40 {
        padding-top: 40px;
    }
    .pb_lp--40 {
        padding-bottom: 40px;
    }
    .pl_lp--40 {
        padding-right: 40px;
    }
    .pr_lp--40 {
        padding-left: 40px;
    }
    .mt_lp--40 {
        margin-top: 40px;
    }
    .mb_lp--40 {
        margin-bottom: 40px;
    }
    .ptb_lp--45 {
        padding: 45px 0;
    }
    .plr_lp--45 {
        padding: 0 45px;
    }
    .pt_lp--45 {
        padding-top: 45px;
    }
    .pb_lp--45 {
        padding-bottom: 45px;
    }
    .pl_lp--45 {
        padding-right: 45px;
    }
    .pr_lp--45 {
        padding-left: 45px;
    }
    .mt_lp--45 {
        margin-top: 45px;
    }
    .mb_lp--45 {
        margin-bottom: 45px;
    }
    .ptb_lp--50 {
        padding: 50px 0;
    }
    .plr_lp--50 {
        padding: 0 50px;
    }
    .pt_lp--50 {
        padding-top: 50px;
    }
    .pb_lp--50 {
        padding-bottom: 50px;
    }
    .pl_lp--50 {
        padding-right: 50px;
    }
    .pr_lp--50 {
        padding-left: 50px;
    }
    .mt_lp--50 {
        margin-top: 50px;
    }
    .mb_lp--50 {
        margin-bottom: 50px;
    }
    .ptb_lp--55 {
        padding: 55px 0;
    }
    .plr_lp--55 {
        padding: 0 55px;
    }
    .pt_lp--55 {
        padding-top: 55px;
    }
    .pb_lp--55 {
        padding-bottom: 55px;
    }
    .pl_lp--55 {
        padding-right: 55px;
    }
    .pr_lp--55 {
        padding-left: 55px;
    }
    .mt_lp--55 {
        margin-top: 55px;
    }
    .mb_lp--55 {
        margin-bottom: 55px;
    }
    .ptb_lp--60 {
        padding: 60px 0;
    }
    .plr_lp--60 {
        padding: 0 60px;
    }
    .pt_lp--60 {
        padding-top: 60px;
    }
    .pb_lp--60 {
        padding-bottom: 60px;
    }
    .pl_lp--60 {
        padding-right: 60px;
    }
    .pr_lp--60 {
        padding-left: 60px;
    }
    .mt_lp--60 {
        margin-top: 60px;
    }
    .mb_lp--60 {
        margin-bottom: 60px;
    }
    .ptb_lp--65 {
        padding: 65px 0;
    }
    .plr_lp--65 {
        padding: 0 65px;
    }
    .pt_lp--65 {
        padding-top: 65px;
    }
    .pb_lp--65 {
        padding-bottom: 65px;
    }
    .pl_lp--65 {
        padding-right: 65px;
    }
    .pr_lp--65 {
        padding-left: 65px;
    }
    .mt_lp--65 {
        margin-top: 65px;
    }
    .mb_lp--65 {
        margin-bottom: 65px;
    }
    .ptb_lp--70 {
        padding: 70px 0;
    }
    .plr_lp--70 {
        padding: 0 70px;
    }
    .pt_lp--70 {
        padding-top: 70px;
    }
    .pb_lp--70 {
        padding-bottom: 70px;
    }
    .pl_lp--70 {
        padding-right: 70px;
    }
    .pr_lp--70 {
        padding-left: 70px;
    }
    .mt_lp--70 {
        margin-top: 70px;
    }
    .mb_lp--70 {
        margin-bottom: 70px;
    }
    .ptb_lp--75 {
        padding: 75px 0;
    }
    .plr_lp--75 {
        padding: 0 75px;
    }
    .pt_lp--75 {
        padding-top: 75px;
    }
    .pb_lp--75 {
        padding-bottom: 75px;
    }
    .pl_lp--75 {
        padding-right: 75px;
    }
    .pr_lp--75 {
        padding-left: 75px;
    }
    .mt_lp--75 {
        margin-top: 75px;
    }
    .mb_lp--75 {
        margin-bottom: 75px;
    }
    .ptb_lp--80 {
        padding: 80px 0;
    }
    .plr_lp--80 {
        padding: 0 80px;
    }
    .pt_lp--80 {
        padding-top: 80px;
    }
    .pb_lp--80 {
        padding-bottom: 80px;
    }
    .pl_lp--80 {
        padding-right: 80px;
    }
    .pr_lp--80 {
        padding-left: 80px;
    }
    .mt_lp--80 {
        margin-top: 80px;
    }
    .mb_lp--80 {
        margin-bottom: 80px;
    }
    .ptb_lp--85 {
        padding: 85px 0;
    }
    .plr_lp--85 {
        padding: 0 85px;
    }
    .pt_lp--85 {
        padding-top: 85px;
    }
    .pb_lp--85 {
        padding-bottom: 85px;
    }
    .pl_lp--85 {
        padding-right: 85px;
    }
    .pr_lp--85 {
        padding-left: 85px;
    }
    .mt_lp--85 {
        margin-top: 85px;
    }
    .mb_lp--85 {
        margin-bottom: 85px;
    }
    .ptb_lp--90 {
        padding: 90px 0;
    }
    .plr_lp--90 {
        padding: 0 90px;
    }
    .pt_lp--90 {
        padding-top: 90px;
    }
    .pb_lp--90 {
        padding-bottom: 90px;
    }
    .pl_lp--90 {
        padding-right: 90px;
    }
    .pr_lp--90 {
        padding-left: 90px;
    }
    .mt_lp--90 {
        margin-top: 90px;
    }
    .mb_lp--90 {
        margin-bottom: 90px;
    }
    .ptb_lp--95 {
        padding: 95px 0;
    }
    .plr_lp--95 {
        padding: 0 95px;
    }
    .pt_lp--95 {
        padding-top: 95px;
    }
    .pb_lp--95 {
        padding-bottom: 95px;
    }
    .pl_lp--95 {
        padding-right: 95px;
    }
    .pr_lp--95 {
        padding-left: 95px;
    }
    .mt_lp--95 {
        margin-top: 95px;
    }
    .mb_lp--95 {
        margin-bottom: 95px;
    }
    .ptb_lp--100 {
        padding: 100px 0;
    }
    .plr_lp--100 {
        padding: 0 100px;
    }
    .pt_lp--100 {
        padding-top: 100px;
    }
    .pb_lp--100 {
        padding-bottom: 100px;
    }
    .pl_lp--100 {
        padding-right: 100px;
    }
    .pr_lp--100 {
        padding-left: 100px;
    }
    .mt_lp--100 {
        margin-top: 100px;
    }
    .mb_lp--100 {
        margin-bottom: 100px;
    }
    .plr--120 {
        padding: 0 80px !important;
    }
    .mt_lp_dec--30 {
        margin-top: -30px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pl_lg--0 {
        padding-right: 0 !important;
    }
    .mt_lg_dec--30 {
        margin-top: -30px !important;
    }
    .ptb_lg--5 {
        padding: 5px 0 !important;
    }
    .plr_lg--5 {
        padding: 0 5px !important;
    }
    .pt_lg--5 {
        padding-top: 5px !important;
    }
    .pb_lg--5 {
        padding-bottom: 5px !important;
    }
    .pl_lg--5 {
        padding-right: 5px !important;
    }
    .pr_lg--5 {
        padding-left: 5px !important;
    }
    .mt_lg--5 {
        margin-top: 5px !important;
    }
    .mb_lg--5 {
        margin-bottom: 5px !important;
    }
    .ml_lg--5 {
        margin-right: 5px !important;
    }
    .ptb_lg--10 {
        padding: 10px 0 !important;
    }
    .plr_lg--10 {
        padding: 0 10px !important;
    }
    .pt_lg--10 {
        padding-top: 10px !important;
    }
    .pb_lg--10 {
        padding-bottom: 10px !important;
    }
    .pl_lg--10 {
        padding-right: 10px !important;
    }
    .pr_lg--10 {
        padding-left: 10px !important;
    }
    .mt_lg--10 {
        margin-top: 10px !important;
    }
    .mb_lg--10 {
        margin-bottom: 10px !important;
    }
    .ml_lg--10 {
        margin-right: 10px !important;
    }
    .ptb_lg--15 {
        padding: 15px 0 !important;
    }
    .plr_lg--15 {
        padding: 0 15px !important;
    }
    .pt_lg--15 {
        padding-top: 15px !important;
    }
    .pb_lg--15 {
        padding-bottom: 15px !important;
    }
    .pl_lg--15 {
        padding-right: 15px !important;
    }
    .pr_lg--15 {
        padding-left: 15px !important;
    }
    .mt_lg--15 {
        margin-top: 15px !important;
    }
    .mb_lg--15 {
        margin-bottom: 15px !important;
    }
    .ml_lg--15 {
        margin-right: 15px !important;
    }
    .ptb_lg--20 {
        padding: 20px 0 !important;
    }
    .plr_lg--20 {
        padding: 0 20px !important;
    }
    .pt_lg--20 {
        padding-top: 20px !important;
    }
    .pb_lg--20 {
        padding-bottom: 20px !important;
    }
    .pl_lg--20 {
        padding-right: 20px !important;
    }
    .pr_lg--20 {
        padding-left: 20px !important;
    }
    .mt_lg--20 {
        margin-top: 20px !important;
    }
    .mb_lg--20 {
        margin-bottom: 20px !important;
    }
    .ml_lg--20 {
        margin-right: 20px !important;
    }
    .ptb_lg--25 {
        padding: 25px 0 !important;
    }
    .plr_lg--25 {
        padding: 0 25px !important;
    }
    .pt_lg--25 {
        padding-top: 25px !important;
    }
    .pb_lg--25 {
        padding-bottom: 25px !important;
    }
    .pl_lg--25 {
        padding-right: 25px !important;
    }
    .pr_lg--25 {
        padding-left: 25px !important;
    }
    .mt_lg--25 {
        margin-top: 25px !important;
    }
    .mb_lg--25 {
        margin-bottom: 25px !important;
    }
    .ml_lg--25 {
        margin-right: 25px !important;
    }
    .ptb_lg--30 {
        padding: 30px 0 !important;
    }
    .plr_lg--30 {
        padding: 0 30px !important;
    }
    .pt_lg--30 {
        padding-top: 30px !important;
    }
    .pb_lg--30 {
        padding-bottom: 30px !important;
    }
    .pl_lg--30 {
        padding-right: 30px !important;
    }
    .pr_lg--30 {
        padding-left: 30px !important;
    }
    .mt_lg--30 {
        margin-top: 30px !important;
    }
    .mb_lg--30 {
        margin-bottom: 30px !important;
    }
    .ml_lg--30 {
        margin-right: 30px !important;
    }
    .ptb_lg--35 {
        padding: 35px 0 !important;
    }
    .plr_lg--35 {
        padding: 0 35px !important;
    }
    .pt_lg--35 {
        padding-top: 35px !important;
    }
    .pb_lg--35 {
        padding-bottom: 35px !important;
    }
    .pl_lg--35 {
        padding-right: 35px !important;
    }
    .pr_lg--35 {
        padding-left: 35px !important;
    }
    .mt_lg--35 {
        margin-top: 35px !important;
    }
    .mb_lg--35 {
        margin-bottom: 35px !important;
    }
    .ml_lg--35 {
        margin-right: 35px !important;
    }
    .ptb_lg--40 {
        padding: 40px 0 !important;
    }
    .plr_lg--40 {
        padding: 0 40px !important;
    }
    .pt_lg--40 {
        padding-top: 40px !important;
    }
    .pb_lg--40 {
        padding-bottom: 40px !important;
    }
    .pl_lg--40 {
        padding-right: 40px !important;
    }
    .pr_lg--40 {
        padding-left: 40px !important;
    }
    .mt_lg--40 {
        margin-top: 40px !important;
    }
    .mb_lg--40 {
        margin-bottom: 40px !important;
    }
    .ml_lg--40 {
        margin-right: 40px !important;
    }
    .ptb_lg--45 {
        padding: 45px 0 !important;
    }
    .plr_lg--45 {
        padding: 0 45px !important;
    }
    .pt_lg--45 {
        padding-top: 45px !important;
    }
    .pb_lg--45 {
        padding-bottom: 45px !important;
    }
    .pl_lg--45 {
        padding-right: 45px !important;
    }
    .pr_lg--45 {
        padding-left: 45px !important;
    }
    .mt_lg--45 {
        margin-top: 45px !important;
    }
    .mb_lg--45 {
        margin-bottom: 45px !important;
    }
    .ml_lg--45 {
        margin-right: 45px !important;
    }
    .ptb_lg--50 {
        padding: 50px 0 !important;
    }
    .plr_lg--50 {
        padding: 0 50px !important;
    }
    .pt_lg--50 {
        padding-top: 50px !important;
    }
    .pb_lg--50 {
        padding-bottom: 50px !important;
    }
    .pl_lg--50 {
        padding-right: 50px !important;
    }
    .pr_lg--50 {
        padding-left: 50px !important;
    }
    .mt_lg--50 {
        margin-top: 50px !important;
    }
    .mb_lg--50 {
        margin-bottom: 50px !important;
    }
    .ml_lg--50 {
        margin-right: 50px !important;
    }
    .ptb_lg--55 {
        padding: 55px 0 !important;
    }
    .plr_lg--55 {
        padding: 0 55px !important;
    }
    .pt_lg--55 {
        padding-top: 55px !important;
    }
    .pb_lg--55 {
        padding-bottom: 55px !important;
    }
    .pl_lg--55 {
        padding-right: 55px !important;
    }
    .pr_lg--55 {
        padding-left: 55px !important;
    }
    .mt_lg--55 {
        margin-top: 55px !important;
    }
    .mb_lg--55 {
        margin-bottom: 55px !important;
    }
    .ml_lg--55 {
        margin-right: 55px !important;
    }
    .ptb_lg--60 {
        padding: 60px 0 !important;
    }
    .plr_lg--60 {
        padding: 0 60px !important;
    }
    .pt_lg--60 {
        padding-top: 60px !important;
    }
    .pb_lg--60 {
        padding-bottom: 60px !important;
    }
    .pl_lg--60 {
        padding-right: 60px !important;
    }
    .pr_lg--60 {
        padding-left: 60px !important;
    }
    .mt_lg--60 {
        margin-top: 60px !important;
    }
    .mb_lg--60 {
        margin-bottom: 60px !important;
    }
    .ml_lg--60 {
        margin-right: 60px !important;
    }
    .ptb_lg--65 {
        padding: 65px 0 !important;
    }
    .plr_lg--65 {
        padding: 0 65px !important;
    }
    .pt_lg--65 {
        padding-top: 65px !important;
    }
    .pb_lg--65 {
        padding-bottom: 65px !important;
    }
    .pl_lg--65 {
        padding-right: 65px !important;
    }
    .pr_lg--65 {
        padding-left: 65px !important;
    }
    .mt_lg--65 {
        margin-top: 65px !important;
    }
    .mb_lg--65 {
        margin-bottom: 65px !important;
    }
    .ml_lg--65 {
        margin-right: 65px !important;
    }
    .ptb_lg--70 {
        padding: 70px 0 !important;
    }
    .plr_lg--70 {
        padding: 0 70px !important;
    }
    .pt_lg--70 {
        padding-top: 70px !important;
    }
    .pb_lg--70 {
        padding-bottom: 70px !important;
    }
    .pl_lg--70 {
        padding-right: 70px !important;
    }
    .pr_lg--70 {
        padding-left: 70px !important;
    }
    .mt_lg--70 {
        margin-top: 70px !important;
    }
    .mb_lg--70 {
        margin-bottom: 70px !important;
    }
    .ml_lg--70 {
        margin-right: 70px !important;
    }
    .ptb_lg--75 {
        padding: 75px 0 !important;
    }
    .plr_lg--75 {
        padding: 0 75px !important;
    }
    .pt_lg--75 {
        padding-top: 75px !important;
    }
    .pb_lg--75 {
        padding-bottom: 75px !important;
    }
    .pl_lg--75 {
        padding-right: 75px !important;
    }
    .pr_lg--75 {
        padding-left: 75px !important;
    }
    .mt_lg--75 {
        margin-top: 75px !important;
    }
    .mb_lg--75 {
        margin-bottom: 75px !important;
    }
    .ml_lg--75 {
        margin-right: 75px !important;
    }
    .ptb_lg--80 {
        padding: 80px 0 !important;
    }
    .plr_lg--80 {
        padding: 0 80px !important;
    }
    .pt_lg--80 {
        padding-top: 80px !important;
    }
    .pb_lg--80 {
        padding-bottom: 80px !important;
    }
    .pl_lg--80 {
        padding-right: 80px !important;
    }
    .pr_lg--80 {
        padding-left: 80px !important;
    }
    .mt_lg--80 {
        margin-top: 80px !important;
    }
    .mb_lg--80 {
        margin-bottom: 80px !important;
    }
    .ml_lg--80 {
        margin-right: 80px !important;
    }
    .ptb_lg--85 {
        padding: 85px 0 !important;
    }
    .plr_lg--85 {
        padding: 0 85px !important;
    }
    .pt_lg--85 {
        padding-top: 85px !important;
    }
    .pb_lg--85 {
        padding-bottom: 85px !important;
    }
    .pl_lg--85 {
        padding-right: 85px !important;
    }
    .pr_lg--85 {
        padding-left: 85px !important;
    }
    .mt_lg--85 {
        margin-top: 85px !important;
    }
    .mb_lg--85 {
        margin-bottom: 85px !important;
    }
    .ml_lg--85 {
        margin-right: 85px !important;
    }
    .ptb_lg--90 {
        padding: 90px 0 !important;
    }
    .plr_lg--90 {
        padding: 0 90px !important;
    }
    .pt_lg--90 {
        padding-top: 90px !important;
    }
    .pb_lg--90 {
        padding-bottom: 90px !important;
    }
    .pl_lg--90 {
        padding-right: 90px !important;
    }
    .pr_lg--90 {
        padding-left: 90px !important;
    }
    .mt_lg--90 {
        margin-top: 90px !important;
    }
    .mb_lg--90 {
        margin-bottom: 90px !important;
    }
    .ml_lg--90 {
        margin-right: 90px !important;
    }
    .ptb_lg--95 {
        padding: 95px 0 !important;
    }
    .plr_lg--95 {
        padding: 0 95px !important;
    }
    .pt_lg--95 {
        padding-top: 95px !important;
    }
    .pb_lg--95 {
        padding-bottom: 95px !important;
    }
    .pl_lg--95 {
        padding-right: 95px !important;
    }
    .pr_lg--95 {
        padding-left: 95px !important;
    }
    .mt_lg--95 {
        margin-top: 95px !important;
    }
    .mb_lg--95 {
        margin-bottom: 95px !important;
    }
    .ml_lg--95 {
        margin-right: 95px !important;
    }
    .ptb_lg--100 {
        padding: 100px 0 !important;
    }
    .plr_lg--100 {
        padding: 0 100px !important;
    }
    .pt_lg--100 {
        padding-top: 100px !important;
    }
    .pb_lg--100 {
        padding-bottom: 100px !important;
    }
    .pl_lg--100 {
        padding-right: 100px !important;
    }
    .pr_lg--100 {
        padding-left: 100px !important;
    }
    .mt_lg--100 {
        margin-top: 100px !important;
    }
    .mb_lg--100 {
        margin-bottom: 100px !important;
    }
    .ml_lg--100 {
        margin-right: 100px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb--170 {
        padding: 80px 0 !important;
    }
    .mt_md_dec--30 {
        margin-top: -30px !important;
    }
    .pl_md--0 {
        padding-right: 0 !important;
    }
    .ptb_md--0 {
        padding: 0 !important;
    }
    .pl_md--0 {
        padding-right: 0 !important;
    }
    .pr_md--0 {
        padding-left: 0 !important;
    }
    .pt_md--0 {
        padding-top: 0 !important;
    }
    .pb_md--0 {
        padding-bottom: 0 !important;
    }
    .mr_md--0 {
        margin-left: 0 !important;
    }
    .ml_md--0 {
        margin-right: 0 !important;
    }
    .mt_md--0 {
        margin-top: 0 !important;
    }
    .mb_md--0 {
        margin-bottom: 0 !important;
    }
    .ptb_md--250 {
        padding: 250px 0 !important;
    }
    .ptb_md--5 {
        padding: 5px 0 !important;
    }
    .plr_md--5 {
        padding: 0 5px !important;
    }
    .pt_md--5 {
        padding-top: 5px !important;
    }
    .pb_md--5 {
        padding-bottom: 5px !important;
    }
    .pl_md--5 {
        padding-right: 5px !important;
    }
    .pr_md--5 {
        padding-left: 5px !important;
    }
    .mt_md--5 {
        margin-top: 5px !important;
    }
    .mb_md--5 {
        margin-bottom: 5px !important;
    }
    .ptb_md--10 {
        padding: 10px 0 !important;
    }
    .plr_md--10 {
        padding: 0 10px !important;
    }
    .pt_md--10 {
        padding-top: 10px !important;
    }
    .pb_md--10 {
        padding-bottom: 10px !important;
    }
    .pl_md--10 {
        padding-right: 10px !important;
    }
    .pr_md--10 {
        padding-left: 10px !important;
    }
    .mt_md--10 {
        margin-top: 10px !important;
    }
    .mb_md--10 {
        margin-bottom: 10px !important;
    }
    .ptb_md--15 {
        padding: 15px 0 !important;
    }
    .plr_md--15 {
        padding: 0 15px !important;
    }
    .pt_md--15 {
        padding-top: 15px !important;
    }
    .pb_md--15 {
        padding-bottom: 15px !important;
    }
    .pl_md--15 {
        padding-right: 15px !important;
    }
    .pr_md--15 {
        padding-left: 15px !important;
    }
    .mt_md--15 {
        margin-top: 15px !important;
    }
    .mb_md--15 {
        margin-bottom: 15px !important;
    }
    .ptb_md--20 {
        padding: 20px 0 !important;
    }
    .plr_md--20 {
        padding: 0 20px !important;
    }
    .pt_md--20 {
        padding-top: 20px !important;
    }
    .pb_md--20 {
        padding-bottom: 20px !important;
    }
    .pl_md--20 {
        padding-right: 20px !important;
    }
    .pr_md--20 {
        padding-left: 20px !important;
    }
    .mt_md--20 {
        margin-top: 20px !important;
    }
    .mb_md--20 {
        margin-bottom: 20px !important;
    }
    .ptb_md--25 {
        padding: 25px 0 !important;
    }
    .plr_md--25 {
        padding: 0 25px !important;
    }
    .pt_md--25 {
        padding-top: 25px !important;
    }
    .pb_md--25 {
        padding-bottom: 25px !important;
    }
    .pl_md--25 {
        padding-right: 25px !important;
    }
    .pr_md--25 {
        padding-left: 25px !important;
    }
    .mt_md--25 {
        margin-top: 25px !important;
    }
    .mb_md--25 {
        margin-bottom: 25px !important;
    }
    .ptb_md--30 {
        padding: 30px 0 !important;
    }
    .plr_md--30 {
        padding: 0 30px !important;
    }
    .pt_md--30 {
        padding-top: 30px !important;
    }
    .pb_md--30 {
        padding-bottom: 30px !important;
    }
    .pl_md--30 {
        padding-right: 30px !important;
    }
    .pr_md--30 {
        padding-left: 30px !important;
    }
    .mt_md--30 {
        margin-top: 30px !important;
    }
    .mb_md--30 {
        margin-bottom: 30px !important;
    }
    .ptb_md--35 {
        padding: 35px 0 !important;
    }
    .plr_md--35 {
        padding: 0 35px !important;
    }
    .pt_md--35 {
        padding-top: 35px !important;
    }
    .pb_md--35 {
        padding-bottom: 35px !important;
    }
    .pl_md--35 {
        padding-right: 35px !important;
    }
    .pr_md--35 {
        padding-left: 35px !important;
    }
    .mt_md--35 {
        margin-top: 35px !important;
    }
    .mb_md--35 {
        margin-bottom: 35px !important;
    }
    .ptb_md--40 {
        padding: 40px 0 !important;
    }
    .plr_md--40 {
        padding: 0 40px !important;
    }
    .pt_md--40 {
        padding-top: 40px !important;
    }
    .pb_md--40 {
        padding-bottom: 40px !important;
    }
    .pl_md--40 {
        padding-right: 40px !important;
    }
    .pr_md--40 {
        padding-left: 40px !important;
    }
    .mt_md--40 {
        margin-top: 40px !important;
    }
    .mb_md--40 {
        margin-bottom: 40px !important;
    }
    .ptb_md--45 {
        padding: 45px 0 !important;
    }
    .plr_md--45 {
        padding: 0 45px !important;
    }
    .pt_md--45 {
        padding-top: 45px !important;
    }
    .pb_md--45 {
        padding-bottom: 45px !important;
    }
    .pl_md--45 {
        padding-right: 45px !important;
    }
    .pr_md--45 {
        padding-left: 45px !important;
    }
    .mt_md--45 {
        margin-top: 45px !important;
    }
    .mb_md--45 {
        margin-bottom: 45px !important;
    }
    .ptb_md--50 {
        padding: 50px 0 !important;
    }
    .plr_md--50 {
        padding: 0 50px !important;
    }
    .pt_md--50 {
        padding-top: 50px !important;
    }
    .pb_md--50 {
        padding-bottom: 50px !important;
    }
    .pl_md--50 {
        padding-right: 50px !important;
    }
    .pr_md--50 {
        padding-left: 50px !important;
    }
    .mt_md--50 {
        margin-top: 50px !important;
    }
    .mb_md--50 {
        margin-bottom: 50px !important;
    }
    .ptb_md--55 {
        padding: 55px 0 !important;
    }
    .plr_md--55 {
        padding: 0 55px !important;
    }
    .pt_md--55 {
        padding-top: 55px !important;
    }
    .pb_md--55 {
        padding-bottom: 55px !important;
    }
    .pl_md--55 {
        padding-right: 55px !important;
    }
    .pr_md--55 {
        padding-left: 55px !important;
    }
    .mt_md--55 {
        margin-top: 55px !important;
    }
    .mb_md--55 {
        margin-bottom: 55px !important;
    }
    .ptb_md--60 {
        padding: 60px 0 !important;
    }
    .plr_md--60 {
        padding: 0 60px !important;
    }
    .pt_md--60 {
        padding-top: 60px !important;
    }
    .pb_md--60 {
        padding-bottom: 60px !important;
    }
    .pl_md--60 {
        padding-right: 60px !important;
    }
    .pr_md--60 {
        padding-left: 60px !important;
    }
    .mt_md--60 {
        margin-top: 60px !important;
    }
    .mb_md--60 {
        margin-bottom: 60px !important;
    }
    .ptb_md--65 {
        padding: 65px 0 !important;
    }
    .plr_md--65 {
        padding: 0 65px !important;
    }
    .pt_md--65 {
        padding-top: 65px !important;
    }
    .pb_md--65 {
        padding-bottom: 65px !important;
    }
    .pl_md--65 {
        padding-right: 65px !important;
    }
    .pr_md--65 {
        padding-left: 65px !important;
    }
    .mt_md--65 {
        margin-top: 65px !important;
    }
    .mb_md--65 {
        margin-bottom: 65px !important;
    }
    .ptb_md--70 {
        padding: 70px 0 !important;
    }
    .plr_md--70 {
        padding: 0 70px !important;
    }
    .pt_md--70 {
        padding-top: 70px !important;
    }
    .pb_md--70 {
        padding-bottom: 70px !important;
    }
    .pl_md--70 {
        padding-right: 70px !important;
    }
    .pr_md--70 {
        padding-left: 70px !important;
    }
    .mt_md--70 {
        margin-top: 70px !important;
    }
    .mb_md--70 {
        margin-bottom: 70px !important;
    }
    .ptb_md--75 {
        padding: 75px 0 !important;
    }
    .plr_md--75 {
        padding: 0 75px !important;
    }
    .pt_md--75 {
        padding-top: 75px !important;
    }
    .pb_md--75 {
        padding-bottom: 75px !important;
    }
    .pl_md--75 {
        padding-right: 75px !important;
    }
    .pr_md--75 {
        padding-left: 75px !important;
    }
    .mt_md--75 {
        margin-top: 75px !important;
    }
    .mb_md--75 {
        margin-bottom: 75px !important;
    }
    .ptb_md--80 {
        padding: 80px 0 !important;
    }
    .plr_md--80 {
        padding: 0 80px !important;
    }
    .pt_md--80 {
        padding-top: 80px !important;
    }
    .pb_md--80 {
        padding-bottom: 80px !important;
    }
    .pl_md--80 {
        padding-right: 80px !important;
    }
    .pr_md--80 {
        padding-left: 80px !important;
    }
    .mt_md--80 {
        margin-top: 80px !important;
    }
    .mb_md--80 {
        margin-bottom: 80px !important;
    }
    .ptb_md--85 {
        padding: 85px 0 !important;
    }
    .plr_md--85 {
        padding: 0 85px !important;
    }
    .pt_md--85 {
        padding-top: 85px !important;
    }
    .pb_md--85 {
        padding-bottom: 85px !important;
    }
    .pl_md--85 {
        padding-right: 85px !important;
    }
    .pr_md--85 {
        padding-left: 85px !important;
    }
    .mt_md--85 {
        margin-top: 85px !important;
    }
    .mb_md--85 {
        margin-bottom: 85px !important;
    }
    .ptb_md--90 {
        padding: 90px 0 !important;
    }
    .plr_md--90 {
        padding: 0 90px !important;
    }
    .pt_md--90 {
        padding-top: 90px !important;
    }
    .pb_md--90 {
        padding-bottom: 90px !important;
    }
    .pl_md--90 {
        padding-right: 90px !important;
    }
    .pr_md--90 {
        padding-left: 90px !important;
    }
    .mt_md--90 {
        margin-top: 90px !important;
    }
    .mb_md--90 {
        margin-bottom: 90px !important;
    }
    .ptb_md--95 {
        padding: 95px 0 !important;
    }
    .plr_md--95 {
        padding: 0 95px !important;
    }
    .pt_md--95 {
        padding-top: 95px !important;
    }
    .pb_md--95 {
        padding-bottom: 95px !important;
    }
    .pl_md--95 {
        padding-right: 95px !important;
    }
    .pr_md--95 {
        padding-left: 95px !important;
    }
    .mt_md--95 {
        margin-top: 95px !important;
    }
    .mb_md--95 {
        margin-bottom: 95px !important;
    }
    .ptb_md--100 {
        padding: 100px 0 !important;
    }
    .plr_md--100 {
        padding: 0 100px !important;
    }
    .pt_md--100 {
        padding-top: 100px !important;
    }
    .pb_md--100 {
        padding-bottom: 100px !important;
    }
    .pl_md--100 {
        padding-right: 100px !important;
    }
    .pr_md--100 {
        padding-left: 100px !important;
    }
    .mt_md--100 {
        margin-top: 100px !important;
    }
    .mb_md--100 {
        margin-bottom: 100px !important;
    }
}

@media only screen and (max-width: 767px) {
    .mt_sm_dec--30 {
        margin-top: -30px !important;
    }
    .ptb_sm--250 {
        padding: 250px 0 !important;
    }
    .ptb--170 {
        padding: 80px 0 !important;
    }
    .ptb_sm--0 {
        padding: 0 !important;
    }
    .pl_sm--0 {
        padding-right: 0 !important;
    }
    .pr_sm--0 {
        padding-left: 0 !important;
    }
    .pt_sm--0 {
        padding-top: 0 !important;
    }
    .pb_sm--0 {
        padding-bottom: 0 !important;
    }
    .mr_sm--0 {
        margin-left: 0 !important;
    }
    .ml_sm--0 {
        margin-right: 0 !important;
    }
    .mt_sm--0 {
        margin-top: 0 !important;
    }
    .mb_sm--0 {
        margin-bottom: 0 !important;
    }
    .pt_sm--150 {
        padding-top: 150px !important;
    }
    .pb_sm--110 {
        padding-bottom: 110px !important;
    }
    .ptb_sm--60 {
        padding: 60px 0 !important;
    }
    .ptb_sm--5 {
        padding: 5px 0 !important;
    }
    .plr_sm--5 {
        padding: 0 5px !important;
    }
    .pt_sm--5 {
        padding-top: 5px !important;
    }
    .pb_sm--5 {
        padding-bottom: 5px !important;
    }
    .pl_sm--5 {
        padding-right: 5px !important;
    }
    .pr_sm--5 {
        padding-left: 5px !important;
    }
    .mt_sm--5 {
        margin-top: 5px !important;
    }
    .ml_sm--5 {
        margin-right: 5px !important;
    }
    .mr_sm--5 {
        margin-left: 5px !important;
    }
    .mb_sm--5 {
        margin-bottom: 5px !important;
    }
    .ptb_sm--10 {
        padding: 10px 0 !important;
    }
    .plr_sm--10 {
        padding: 0 10px !important;
    }
    .pt_sm--10 {
        padding-top: 10px !important;
    }
    .pb_sm--10 {
        padding-bottom: 10px !important;
    }
    .pl_sm--10 {
        padding-right: 10px !important;
    }
    .pr_sm--10 {
        padding-left: 10px !important;
    }
    .mt_sm--10 {
        margin-top: 10px !important;
    }
    .ml_sm--10 {
        margin-right: 10px !important;
    }
    .mr_sm--10 {
        margin-left: 10px !important;
    }
    .mb_sm--10 {
        margin-bottom: 10px !important;
    }
    .ptb_sm--15 {
        padding: 15px 0 !important;
    }
    .plr_sm--15 {
        padding: 0 15px !important;
    }
    .pt_sm--15 {
        padding-top: 15px !important;
    }
    .pb_sm--15 {
        padding-bottom: 15px !important;
    }
    .pl_sm--15 {
        padding-right: 15px !important;
    }
    .pr_sm--15 {
        padding-left: 15px !important;
    }
    .mt_sm--15 {
        margin-top: 15px !important;
    }
    .ml_sm--15 {
        margin-right: 15px !important;
    }
    .mr_sm--15 {
        margin-left: 15px !important;
    }
    .mb_sm--15 {
        margin-bottom: 15px !important;
    }
    .ptb_sm--20 {
        padding: 20px 0 !important;
    }
    .plr_sm--20 {
        padding: 0 20px !important;
    }
    .pt_sm--20 {
        padding-top: 20px !important;
    }
    .pb_sm--20 {
        padding-bottom: 20px !important;
    }
    .pl_sm--20 {
        padding-right: 20px !important;
    }
    .pr_sm--20 {
        padding-left: 20px !important;
    }
    .mt_sm--20 {
        margin-top: 20px !important;
    }
    .ml_sm--20 {
        margin-right: 20px !important;
    }
    .mr_sm--20 {
        margin-left: 20px !important;
    }
    .mb_sm--20 {
        margin-bottom: 20px !important;
    }
    .ptb_sm--25 {
        padding: 25px 0 !important;
    }
    .plr_sm--25 {
        padding: 0 25px !important;
    }
    .pt_sm--25 {
        padding-top: 25px !important;
    }
    .pb_sm--25 {
        padding-bottom: 25px !important;
    }
    .pl_sm--25 {
        padding-right: 25px !important;
    }
    .pr_sm--25 {
        padding-left: 25px !important;
    }
    .mt_sm--25 {
        margin-top: 25px !important;
    }
    .ml_sm--25 {
        margin-right: 25px !important;
    }
    .mr_sm--25 {
        margin-left: 25px !important;
    }
    .mb_sm--25 {
        margin-bottom: 25px !important;
    }
    .ptb_sm--30 {
        padding: 30px 0 !important;
    }
    .plr_sm--30 {
        padding: 0 30px !important;
    }
    .pt_sm--30 {
        padding-top: 30px !important;
    }
    .pb_sm--30 {
        padding-bottom: 30px !important;
    }
    .pl_sm--30 {
        padding-right: 30px !important;
    }
    .pr_sm--30 {
        padding-left: 30px !important;
    }
    .mt_sm--30 {
        margin-top: 30px !important;
    }
    .ml_sm--30 {
        margin-right: 30px !important;
    }
    .mr_sm--30 {
        margin-left: 30px !important;
    }
    .mb_sm--30 {
        margin-bottom: 30px !important;
    }
    .ptb_sm--35 {
        padding: 35px 0 !important;
    }
    .plr_sm--35 {
        padding: 0 35px !important;
    }
    .pt_sm--35 {
        padding-top: 35px !important;
    }
    .pb_sm--35 {
        padding-bottom: 35px !important;
    }
    .pl_sm--35 {
        padding-right: 35px !important;
    }
    .pr_sm--35 {
        padding-left: 35px !important;
    }
    .mt_sm--35 {
        margin-top: 35px !important;
    }
    .ml_sm--35 {
        margin-right: 35px !important;
    }
    .mr_sm--35 {
        margin-left: 35px !important;
    }
    .mb_sm--35 {
        margin-bottom: 35px !important;
    }
    .ptb_sm--40 {
        padding: 40px 0 !important;
    }
    .plr_sm--40 {
        padding: 0 40px !important;
    }
    .pt_sm--40 {
        padding-top: 40px !important;
    }
    .pb_sm--40 {
        padding-bottom: 40px !important;
    }
    .pl_sm--40 {
        padding-right: 40px !important;
    }
    .pr_sm--40 {
        padding-left: 40px !important;
    }
    .mt_sm--40 {
        margin-top: 40px !important;
    }
    .ml_sm--40 {
        margin-right: 40px !important;
    }
    .mr_sm--40 {
        margin-left: 40px !important;
    }
    .mb_sm--40 {
        margin-bottom: 40px !important;
    }
    .ptb_sm--45 {
        padding: 45px 0 !important;
    }
    .plr_sm--45 {
        padding: 0 45px !important;
    }
    .pt_sm--45 {
        padding-top: 45px !important;
    }
    .pb_sm--45 {
        padding-bottom: 45px !important;
    }
    .pl_sm--45 {
        padding-right: 45px !important;
    }
    .pr_sm--45 {
        padding-left: 45px !important;
    }
    .mt_sm--45 {
        margin-top: 45px !important;
    }
    .ml_sm--45 {
        margin-right: 45px !important;
    }
    .mr_sm--45 {
        margin-left: 45px !important;
    }
    .mb_sm--45 {
        margin-bottom: 45px !important;
    }
    .ptb_sm--50 {
        padding: 50px 0 !important;
    }
    .plr_sm--50 {
        padding: 0 50px !important;
    }
    .pt_sm--50 {
        padding-top: 50px !important;
    }
    .pb_sm--50 {
        padding-bottom: 50px !important;
    }
    .pl_sm--50 {
        padding-right: 50px !important;
    }
    .pr_sm--50 {
        padding-left: 50px !important;
    }
    .mt_sm--50 {
        margin-top: 50px !important;
    }
    .ml_sm--50 {
        margin-right: 50px !important;
    }
    .mr_sm--50 {
        margin-left: 50px !important;
    }
    .mb_sm--50 {
        margin-bottom: 50px !important;
    }
    .ptb_sm--55 {
        padding: 55px 0 !important;
    }
    .plr_sm--55 {
        padding: 0 55px !important;
    }
    .pt_sm--55 {
        padding-top: 55px !important;
    }
    .pb_sm--55 {
        padding-bottom: 55px !important;
    }
    .pl_sm--55 {
        padding-right: 55px !important;
    }
    .pr_sm--55 {
        padding-left: 55px !important;
    }
    .mt_sm--55 {
        margin-top: 55px !important;
    }
    .ml_sm--55 {
        margin-right: 55px !important;
    }
    .mr_sm--55 {
        margin-left: 55px !important;
    }
    .mb_sm--55 {
        margin-bottom: 55px !important;
    }
    .ptb_sm--60 {
        padding: 60px 0 !important;
    }
    .plr_sm--60 {
        padding: 0 60px !important;
    }
    .pt_sm--60 {
        padding-top: 60px !important;
    }
    .pb_sm--60 {
        padding-bottom: 60px !important;
    }
    .pl_sm--60 {
        padding-right: 60px !important;
    }
    .pr_sm--60 {
        padding-left: 60px !important;
    }
    .mt_sm--60 {
        margin-top: 60px !important;
    }
    .ml_sm--60 {
        margin-right: 60px !important;
    }
    .mr_sm--60 {
        margin-left: 60px !important;
    }
    .mb_sm--60 {
        margin-bottom: 60px !important;
    }
    .ptb_sm--65 {
        padding: 65px 0 !important;
    }
    .plr_sm--65 {
        padding: 0 65px !important;
    }
    .pt_sm--65 {
        padding-top: 65px !important;
    }
    .pb_sm--65 {
        padding-bottom: 65px !important;
    }
    .pl_sm--65 {
        padding-right: 65px !important;
    }
    .pr_sm--65 {
        padding-left: 65px !important;
    }
    .mt_sm--65 {
        margin-top: 65px !important;
    }
    .ml_sm--65 {
        margin-right: 65px !important;
    }
    .mr_sm--65 {
        margin-left: 65px !important;
    }
    .mb_sm--65 {
        margin-bottom: 65px !important;
    }
    .ptb_sm--70 {
        padding: 70px 0 !important;
    }
    .plr_sm--70 {
        padding: 0 70px !important;
    }
    .pt_sm--70 {
        padding-top: 70px !important;
    }
    .pb_sm--70 {
        padding-bottom: 70px !important;
    }
    .pl_sm--70 {
        padding-right: 70px !important;
    }
    .pr_sm--70 {
        padding-left: 70px !important;
    }
    .mt_sm--70 {
        margin-top: 70px !important;
    }
    .ml_sm--70 {
        margin-right: 70px !important;
    }
    .mr_sm--70 {
        margin-left: 70px !important;
    }
    .mb_sm--70 {
        margin-bottom: 70px !important;
    }
    .ptb_sm--75 {
        padding: 75px 0 !important;
    }
    .plr_sm--75 {
        padding: 0 75px !important;
    }
    .pt_sm--75 {
        padding-top: 75px !important;
    }
    .pb_sm--75 {
        padding-bottom: 75px !important;
    }
    .pl_sm--75 {
        padding-right: 75px !important;
    }
    .pr_sm--75 {
        padding-left: 75px !important;
    }
    .mt_sm--75 {
        margin-top: 75px !important;
    }
    .ml_sm--75 {
        margin-right: 75px !important;
    }
    .mr_sm--75 {
        margin-left: 75px !important;
    }
    .mb_sm--75 {
        margin-bottom: 75px !important;
    }
    .ptb_sm--80 {
        padding: 80px 0 !important;
    }
    .plr_sm--80 {
        padding: 0 80px !important;
    }
    .pt_sm--80 {
        padding-top: 80px !important;
    }
    .pb_sm--80 {
        padding-bottom: 80px !important;
    }
    .pl_sm--80 {
        padding-right: 80px !important;
    }
    .pr_sm--80 {
        padding-left: 80px !important;
    }
    .mt_sm--80 {
        margin-top: 80px !important;
    }
    .ml_sm--80 {
        margin-right: 80px !important;
    }
    .mr_sm--80 {
        margin-left: 80px !important;
    }
    .mb_sm--80 {
        margin-bottom: 80px !important;
    }
    .ptb_sm--85 {
        padding: 85px 0 !important;
    }
    .plr_sm--85 {
        padding: 0 85px !important;
    }
    .pt_sm--85 {
        padding-top: 85px !important;
    }
    .pb_sm--85 {
        padding-bottom: 85px !important;
    }
    .pl_sm--85 {
        padding-right: 85px !important;
    }
    .pr_sm--85 {
        padding-left: 85px !important;
    }
    .mt_sm--85 {
        margin-top: 85px !important;
    }
    .ml_sm--85 {
        margin-right: 85px !important;
    }
    .mr_sm--85 {
        margin-left: 85px !important;
    }
    .mb_sm--85 {
        margin-bottom: 85px !important;
    }
    .ptb_sm--90 {
        padding: 90px 0 !important;
    }
    .plr_sm--90 {
        padding: 0 90px !important;
    }
    .pt_sm--90 {
        padding-top: 90px !important;
    }
    .pb_sm--90 {
        padding-bottom: 90px !important;
    }
    .pl_sm--90 {
        padding-right: 90px !important;
    }
    .pr_sm--90 {
        padding-left: 90px !important;
    }
    .mt_sm--90 {
        margin-top: 90px !important;
    }
    .ml_sm--90 {
        margin-right: 90px !important;
    }
    .mr_sm--90 {
        margin-left: 90px !important;
    }
    .mb_sm--90 {
        margin-bottom: 90px !important;
    }
    .ptb_sm--95 {
        padding: 95px 0 !important;
    }
    .plr_sm--95 {
        padding: 0 95px !important;
    }
    .pt_sm--95 {
        padding-top: 95px !important;
    }
    .pb_sm--95 {
        padding-bottom: 95px !important;
    }
    .pl_sm--95 {
        padding-right: 95px !important;
    }
    .pr_sm--95 {
        padding-left: 95px !important;
    }
    .mt_sm--95 {
        margin-top: 95px !important;
    }
    .ml_sm--95 {
        margin-right: 95px !important;
    }
    .mr_sm--95 {
        margin-left: 95px !important;
    }
    .mb_sm--95 {
        margin-bottom: 95px !important;
    }
    .ptb_sm--100 {
        padding: 100px 0 !important;
    }
    .plr_sm--100 {
        padding: 0 100px !important;
    }
    .pt_sm--100 {
        padding-top: 100px !important;
    }
    .pb_sm--100 {
        padding-bottom: 100px !important;
    }
    .pl_sm--100 {
        padding-right: 100px !important;
    }
    .pr_sm--100 {
        padding-left: 100px !important;
    }
    .mt_sm--100 {
        margin-top: 100px !important;
    }
    .ml_sm--100 {
        margin-right: 100px !important;
    }
    .mr_sm--100 {
        margin-left: 100px !important;
    }
    .mb_sm--100 {
        margin-bottom: 100px !important;
    }
    .pl_sm--0 {
        padding-right: 0;
    }
    .pr_sm--0 {
        padding-left: 0;
    }
    .pt_sm--0 {
        padding-top: 0;
    }
    .pb_sm--0 {
        padding-bottom: 0;
    }
    .mr_sm--0 {
        margin-left: 0;
    }
    .ml_sm--0 {
        margin-right: 0;
    }
    .mt_sm--0 {
        margin-top: 0;
    }
    .mb_sm--0 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .ptb_mobile--5 {
        padding: 5px 0 !important;
    }
    .plr_mobile--5 {
        padding: 0 5px !important;
    }
    .pt_mobile--5 {
        padding-top: 5px !important;
    }
    .pb_mobile--5 {
        padding-bottom: 5px !important;
    }
    .pl_mobile--5 {
        padding-right: 5px !important;
    }
    .pr_mobile--5 {
        padding-left: 5px !important;
    }
    .mt_mobile--5 {
        margin-top: 5px !important;
    }
    .mb_mobile--5 {
        margin-bottom: 5px !important;
    }
    .ptb_mobile--10 {
        padding: 10px 0 !important;
    }
    .plr_mobile--10 {
        padding: 0 10px !important;
    }
    .pt_mobile--10 {
        padding-top: 10px !important;
    }
    .pb_mobile--10 {
        padding-bottom: 10px !important;
    }
    .pl_mobile--10 {
        padding-right: 10px !important;
    }
    .pr_mobile--10 {
        padding-left: 10px !important;
    }
    .mt_mobile--10 {
        margin-top: 10px !important;
    }
    .mb_mobile--10 {
        margin-bottom: 10px !important;
    }
    .ptb_mobile--15 {
        padding: 15px 0 !important;
    }
    .plr_mobile--15 {
        padding: 0 15px !important;
    }
    .pt_mobile--15 {
        padding-top: 15px !important;
    }
    .pb_mobile--15 {
        padding-bottom: 15px !important;
    }
    .pl_mobile--15 {
        padding-right: 15px !important;
    }
    .pr_mobile--15 {
        padding-left: 15px !important;
    }
    .mt_mobile--15 {
        margin-top: 15px !important;
    }
    .mb_mobile--15 {
        margin-bottom: 15px !important;
    }
    .ptb_mobile--20 {
        padding: 20px 0 !important;
    }
    .plr_mobile--20 {
        padding: 0 20px !important;
    }
    .pt_mobile--20 {
        padding-top: 20px !important;
    }
    .pb_mobile--20 {
        padding-bottom: 20px !important;
    }
    .pl_mobile--20 {
        padding-right: 20px !important;
    }
    .pr_mobile--20 {
        padding-left: 20px !important;
    }
    .mt_mobile--20 {
        margin-top: 20px !important;
    }
    .mb_mobile--20 {
        margin-bottom: 20px !important;
    }
    .ptb_mobile--25 {
        padding: 25px 0 !important;
    }
    .plr_mobile--25 {
        padding: 0 25px !important;
    }
    .pt_mobile--25 {
        padding-top: 25px !important;
    }
    .pb_mobile--25 {
        padding-bottom: 25px !important;
    }
    .pl_mobile--25 {
        padding-right: 25px !important;
    }
    .pr_mobile--25 {
        padding-left: 25px !important;
    }
    .mt_mobile--25 {
        margin-top: 25px !important;
    }
    .mb_mobile--25 {
        margin-bottom: 25px !important;
    }
    .ptb_mobile--30 {
        padding: 30px 0 !important;
    }
    .plr_mobile--30 {
        padding: 0 30px !important;
    }
    .pt_mobile--30 {
        padding-top: 30px !important;
    }
    .pb_mobile--30 {
        padding-bottom: 30px !important;
    }
    .pl_mobile--30 {
        padding-right: 30px !important;
    }
    .pr_mobile--30 {
        padding-left: 30px !important;
    }
    .mt_mobile--30 {
        margin-top: 30px !important;
    }
    .mb_mobile--30 {
        margin-bottom: 30px !important;
    }
    .ptb_mobile--35 {
        padding: 35px 0 !important;
    }
    .plr_mobile--35 {
        padding: 0 35px !important;
    }
    .pt_mobile--35 {
        padding-top: 35px !important;
    }
    .pb_mobile--35 {
        padding-bottom: 35px !important;
    }
    .pl_mobile--35 {
        padding-right: 35px !important;
    }
    .pr_mobile--35 {
        padding-left: 35px !important;
    }
    .mt_mobile--35 {
        margin-top: 35px !important;
    }
    .mb_mobile--35 {
        margin-bottom: 35px !important;
    }
    .ptb_mobile--40 {
        padding: 40px 0 !important;
    }
    .plr_mobile--40 {
        padding: 0 40px !important;
    }
    .pt_mobile--40 {
        padding-top: 40px !important;
    }
    .pb_mobile--40 {
        padding-bottom: 40px !important;
    }
    .pl_mobile--40 {
        padding-right: 40px !important;
    }
    .pr_mobile--40 {
        padding-left: 40px !important;
    }
    .mt_mobile--40 {
        margin-top: 40px !important;
    }
    .mb_mobile--40 {
        margin-bottom: 40px !important;
    }
    .ptb_mobile--45 {
        padding: 45px 0 !important;
    }
    .plr_mobile--45 {
        padding: 0 45px !important;
    }
    .pt_mobile--45 {
        padding-top: 45px !important;
    }
    .pb_mobile--45 {
        padding-bottom: 45px !important;
    }
    .pl_mobile--45 {
        padding-right: 45px !important;
    }
    .pr_mobile--45 {
        padding-left: 45px !important;
    }
    .mt_mobile--45 {
        margin-top: 45px !important;
    }
    .mb_mobile--45 {
        margin-bottom: 45px !important;
    }
    .ptb_mobile--50 {
        padding: 50px 0 !important;
    }
    .plr_mobile--50 {
        padding: 0 50px !important;
    }
    .pt_mobile--50 {
        padding-top: 50px !important;
    }
    .pb_mobile--50 {
        padding-bottom: 50px !important;
    }
    .pl_mobile--50 {
        padding-right: 50px !important;
    }
    .pr_mobile--50 {
        padding-left: 50px !important;
    }
    .mt_mobile--50 {
        margin-top: 50px !important;
    }
    .mb_mobile--50 {
        margin-bottom: 50px !important;
    }
    .ptb_mobile--55 {
        padding: 55px 0 !important;
    }
    .plr_mobile--55 {
        padding: 0 55px !important;
    }
    .pt_mobile--55 {
        padding-top: 55px !important;
    }
    .pb_mobile--55 {
        padding-bottom: 55px !important;
    }
    .pl_mobile--55 {
        padding-right: 55px !important;
    }
    .pr_mobile--55 {
        padding-left: 55px !important;
    }
    .mt_mobile--55 {
        margin-top: 55px !important;
    }
    .mb_mobile--55 {
        margin-bottom: 55px !important;
    }
    .ptb_mobile--60 {
        padding: 60px 0 !important;
    }
    .plr_mobile--60 {
        padding: 0 60px !important;
    }
    .pt_mobile--60 {
        padding-top: 60px !important;
    }
    .pb_mobile--60 {
        padding-bottom: 60px !important;
    }
    .pl_mobile--60 {
        padding-right: 60px !important;
    }
    .pr_mobile--60 {
        padding-left: 60px !important;
    }
    .mt_mobile--60 {
        margin-top: 60px !important;
    }
    .mb_mobile--60 {
        margin-bottom: 60px !important;
    }
    .ptb_mobile--65 {
        padding: 65px 0 !important;
    }
    .plr_mobile--65 {
        padding: 0 65px !important;
    }
    .pt_mobile--65 {
        padding-top: 65px !important;
    }
    .pb_mobile--65 {
        padding-bottom: 65px !important;
    }
    .pl_mobile--65 {
        padding-right: 65px !important;
    }
    .pr_mobile--65 {
        padding-left: 65px !important;
    }
    .mt_mobile--65 {
        margin-top: 65px !important;
    }
    .mb_mobile--65 {
        margin-bottom: 65px !important;
    }
    .ptb_mobile--70 {
        padding: 70px 0 !important;
    }
    .plr_mobile--70 {
        padding: 0 70px !important;
    }
    .pt_mobile--70 {
        padding-top: 70px !important;
    }
    .pb_mobile--70 {
        padding-bottom: 70px !important;
    }
    .pl_mobile--70 {
        padding-right: 70px !important;
    }
    .pr_mobile--70 {
        padding-left: 70px !important;
    }
    .mt_mobile--70 {
        margin-top: 70px !important;
    }
    .mb_mobile--70 {
        margin-bottom: 70px !important;
    }
    .ptb_mobile--75 {
        padding: 75px 0 !important;
    }
    .plr_mobile--75 {
        padding: 0 75px !important;
    }
    .pt_mobile--75 {
        padding-top: 75px !important;
    }
    .pb_mobile--75 {
        padding-bottom: 75px !important;
    }
    .pl_mobile--75 {
        padding-right: 75px !important;
    }
    .pr_mobile--75 {
        padding-left: 75px !important;
    }
    .mt_mobile--75 {
        margin-top: 75px !important;
    }
    .mb_mobile--75 {
        margin-bottom: 75px !important;
    }
    .ptb_mobile--80 {
        padding: 80px 0 !important;
    }
    .plr_mobile--80 {
        padding: 0 80px !important;
    }
    .pt_mobile--80 {
        padding-top: 80px !important;
    }
    .pb_mobile--80 {
        padding-bottom: 80px !important;
    }
    .pl_mobile--80 {
        padding-right: 80px !important;
    }
    .pr_mobile--80 {
        padding-left: 80px !important;
    }
    .mt_mobile--80 {
        margin-top: 80px !important;
    }
    .mb_mobile--80 {
        margin-bottom: 80px !important;
    }
    .ptb_mobile--85 {
        padding: 85px 0 !important;
    }
    .plr_mobile--85 {
        padding: 0 85px !important;
    }
    .pt_mobile--85 {
        padding-top: 85px !important;
    }
    .pb_mobile--85 {
        padding-bottom: 85px !important;
    }
    .pl_mobile--85 {
        padding-right: 85px !important;
    }
    .pr_mobile--85 {
        padding-left: 85px !important;
    }
    .mt_mobile--85 {
        margin-top: 85px !important;
    }
    .mb_mobile--85 {
        margin-bottom: 85px !important;
    }
    .ptb_mobile--90 {
        padding: 90px 0 !important;
    }
    .plr_mobile--90 {
        padding: 0 90px !important;
    }
    .pt_mobile--90 {
        padding-top: 90px !important;
    }
    .pb_mobile--90 {
        padding-bottom: 90px !important;
    }
    .pl_mobile--90 {
        padding-right: 90px !important;
    }
    .pr_mobile--90 {
        padding-left: 90px !important;
    }
    .mt_mobile--90 {
        margin-top: 90px !important;
    }
    .mb_mobile--90 {
        margin-bottom: 90px !important;
    }
    .ptb_mobile--95 {
        padding: 95px 0 !important;
    }
    .plr_mobile--95 {
        padding: 0 95px !important;
    }
    .pt_mobile--95 {
        padding-top: 95px !important;
    }
    .pb_mobile--95 {
        padding-bottom: 95px !important;
    }
    .pl_mobile--95 {
        padding-right: 95px !important;
    }
    .pr_mobile--95 {
        padding-left: 95px !important;
    }
    .mt_mobile--95 {
        margin-top: 95px !important;
    }
    .mb_mobile--95 {
        margin-bottom: 95px !important;
    }
    .ptb_mobile--100 {
        padding: 100px 0 !important;
    }
    .plr_mobile--100 {
        padding: 0 100px !important;
    }
    .pt_mobile--100 {
        padding-top: 100px !important;
    }
    .pb_mobile--100 {
        padding-bottom: 100px !important;
    }
    .pl_mobile--100 {
        padding-right: 100px !important;
    }
    .pr_mobile--100 {
        padding-left: 100px !important;
    }
    .mt_mobile--100 {
        margin-top: 100px !important;
    }
    .mb_mobile--100 {
        margin-bottom: 100px !important;
    }
}

/*---------------------------
    Decrease Spacing  
------------------------------*/

.mt_dec--80 {
    margin-top: -80px;
}

.mt_dec--100 {
    margin-top: -100px;
}

.mt_dec--5 {
    margin-top: -5px !important;
}

.mt_dec--120 {
    margin-top: -120px !important;
}

.mt_dec--60 {
    margin-top: -60px !important;
}

.mt_dec--50 {
    margin-top: -50px !important;
}

.mt_dec--30 {
    margin-top: -30px !important;
}

.ml_dec_20 {
    margin-right: -20px !important;
}

/*---------------------------
    Slick Gutter Spacing
------------------------------*/

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-gutter-5 {
    margin-right: -5px;
    margin-left: -5px;
}

.slick-gutter-5 .slick-slide {
    padding-right: 5px;
    padding-left: 5px;
}

.slick-gutter-10 {
    margin-right: -10px;
    margin-left: -10px;
}

.slick-gutter-10 .slick-slide {
    padding-right: 10px;
    padding-left: 10px;
}

.slick-gutter-15 {
    margin-right: -15px;
    margin-left: -15px;
}

.slick-gutter-15 .slick-slide {
    padding-right: 15px;
    padding-left: 15px;
}

.slick-gutter-20 {
    margin-right: -20px;
    margin-left: -20px;
}

.slick-gutter-20 .slick-slide {
    padding-right: 20px;
    padding-left: 20px;
}

.slick-gutter-25 {
    margin-right: -25px;
    margin-left: -25px;
}

.slick-gutter-25 .slick-slide {
    padding-right: 25px;
    padding-left: 25px;
}

.slick-gutter-30 {
    margin-right: -30px;
    margin-left: -30px;
}

.slick-gutter-30 .slick-slide {
    padding-right: 30px;
    padding-left: 30px;
}

.slick-gutter-35 {
    margin-right: -35px;
    margin-left: -35px;
}

.slick-gutter-35 .slick-slide {
    padding-right: 35px;
    padding-left: 35px;
}

.slick-gutter-40 {
    margin-right: -40px;
    margin-left: -40px;
}

.slick-gutter-40 .slick-slide {
    padding-right: 40px;
    padding-left: 40px;
}

.slick-gutter-45 {
    margin-right: -45px;
    margin-left: -45px;
}

.slick-gutter-45 .slick-slide {
    padding-right: 45px;
    padding-left: 45px;
}

.slick-gutter-50 {
    margin-right: -50px;
    margin-left: -50px;
}

.slick-gutter-50 .slick-slide {
    padding-right: 50px;
    padding-left: 50px;
}

.slick-gutter-55 {
    margin-right: -55px;
    margin-left: -55px;
}

.slick-gutter-55 .slick-slide {
    padding-right: 55px;
    padding-left: 55px;
}

.slick-gutter-60 {
    margin-right: -60px;
    margin-left: -60px;
}

.slick-gutter-60 .slick-slide {
    padding-right: 60px;
    padding-left: 60px;
}

.slick-gutter-65 {
    margin-right: -65px;
    margin-left: -65px;
}

.slick-gutter-65 .slick-slide {
    padding-right: 65px;
    padding-left: 65px;
}

.slick-gutter-70 {
    margin-right: -70px;
    margin-left: -70px;
}

.slick-gutter-70 .slick-slide {
    padding-right: 70px;
    padding-left: 70px;
}

.slick-gutter-75 {
    margin-right: -75px;
    margin-left: -75px;
}

.slick-gutter-75 .slick-slide {
    padding-right: 75px;
    padding-left: 75px;
}

.slick-gutter-80 {
    margin-right: -80px;
    margin-left: -80px;
}

.slick-gutter-80 .slick-slide {
    padding-right: 80px;
    padding-left: 80px;
}

.slick-gutter-85 {
    margin-right: -85px;
    margin-left: -85px;
}

.slick-gutter-85 .slick-slide {
    padding-right: 85px;
    padding-left: 85px;
}

.slick-gutter-90 {
    margin-right: -90px;
    margin-left: -90px;
}

.slick-gutter-90 .slick-slide {
    padding-right: 90px;
    padding-left: 90px;
}

.slick-gutter-95 {
    margin-right: -95px;
    margin-left: -95px;
}

.slick-gutter-95 .slick-slide {
    padding-right: 95px;
    padding-left: 95px;
}

.slick-gutter-100 {
    margin-right: -100px;
    margin-left: -100px;
}

.slick-gutter-100 .slick-slide {
    padding-right: 100px;
    padding-left: 100px;
}

/*------------------------------
    cno Slider Gutter
-------------------------------*/

.gutter-swiper-30 {
    margin: -15px;
}

.gutter-swiper-30 .single-slide {
    padding: 15px;
}

.gutter-swiper-20 {
    margin: -10px;
}

.gutter-swiper-20 .single-slide {
    padding: 10px;
}

.gutter-swiper-10 {
    margin: -5px;
}

.gutter-swiper-10 .single-slide {
    padding: 5px;
}

/*------------------------
    Common Styles  
--------------------------*/

.bg-image-fixed {
    background-attachment: fixed !important;
}

.bg-image-fixed {
    background-attachment: fixed !important;
}

/*---------------------
    Height and width 
------------------------*/

.fullscreen {
    min-height: 100vh;
    width: 100%;
}

.cno-index-upper {
    position: relative;
    z-index: 1;
}

.sticky-top {
    top: 30px;
    z-index: 9;
}

.cno-sticky-top {
    position: sticky !important;
    top: 3.75rem;
}

@media only screen and (max-width: 767px) {
    .transform-sm-none {
        transform: none !important;
    }
}

/*------------------------------
    Hover Style
-------------------------------*/

.cno-hover-scale-02 {
    transition: var(--transition-2);
}

.cno-hover-scale-02:hover {
    transform: scale(1.02);
}

.cno-hover-translateY-minus-10 {
    transition: var(--transition-2);
}

.cno-hover-translateY-minus-10:hover {
    transform: translateY(-10px);
}

.cno-hover-translateY-minus-3 {
    transition: var(--transition-2);
}

.cno-hover-translateY-minus-3:hover {
    transform: translateY(-3px);
}

.tmponhover {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--stroke-dark-100);
}

.tmponhover::before {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: inherit;
    border: 1px solid transparent;
    background-clip: border-box;
    -webkit-mask: var(--full) padding-box, var(--full);
    -webkit-mask-composite: xor;
    mask: var(--full) padding-box exclude, var(--full);
    pointer-events: none;
    background: var(--stroke-gr) border-box;
    z-index: 1;
    transition: 0.5s;
    transition: border-color 0.5s;
    opacity: 0;
    transition: opacity 0.5s ease;
    will-change: opacity;
}

.tmponhover::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: var(--color-gray-2);
    border-radius: 20px;
}

.tmponhover>* {
    z-index: 2;
    position: relative;
}

.tmponhover:hover,
.tmponhover.active {
    border-color: transparent;
}

.tmponhover:hover::before,
.tmponhover.active::before {
    opacity: 1;
}

.tmponhover:hover .tmp-light,
.tmponhover.active .tmp-light {
    opacity: 1;
}

/* ========= Forms Styles ========= */

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

input,
select,
textarea {
    width: 100%;
    transition: 0.3s;
}

input {
    height: 40px;
    padding: 0 15px;
}

select {
    transition: 0.3s;
    height: 60px;
    line-height: 28px;
    padding: 10px 20px;
    outline: none;
    color: var(--color-body);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-left: 30px;
    background: #ffffff url(../images/icons/arrow.png) no-repeat center left 20px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=date],
textarea {
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 28px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    outline: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    color: var(--color-body);
    box-shadow: var(--shadow-10);
    /* -- Placeholder -- */
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
    color: var(--body-color);
    /* Firefox */
    opacity: 1;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--body-color);
    opacity: 1;
}

input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--body-color);
    opacity: 1;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus {
    border-color: var(--color-primary);
}

input[type=checkbox],
input[type=radio] {
    opacity: 0;
    position: absolute;
}

input[type=checkbox]~label,
input[type=radio]~label {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: var(--body-color);
    font-weight: 400;
    padding-right: 20px;
    cursor: pointer;
    margin-bottom: 0;
}

input[type=checkbox]~label::before,
input[type=radio]~label::before {
    content: " ";
    position: absolute;
    top: 6px;
    right: 0;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: var(--border-width) solid var(--color-border);
    border-radius: 2px;
    transition: all 0.3s;
}

input[type=checkbox]~label::after,
input[type=radio]~label::after {
    content: " ";
    position: absolute;
    top: 9px;
    right: 2px;
    width: 10px;
    height: 5px;
    background-color: transparent;
    border-bottom: var(--border-width) solid #fff;
    border-right: var(--border-width) solid #fff;
    border-radius: 2px;
    transform: rotate(45deg);
    opacity: 0;
    transition: all 0.3s;
}

input[type=checkbox]:checked~label::before,
input[type=radio]:checked~label::before {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

input[type=checkbox]:checked~label::after,
input[type=radio]:checked~label::after {
    opacity: 1;
}

input[type=radio]~label::before {
    border-radius: 50%;
}

input[type=radio]~label::after {
    width: 8px;
    height: 8px;
    right: 3px;
    background: #fff;
    border-radius: 50%;
}

.form-switch {
    display: flex;
    align-items: center;
}

.form-switch input[type=checkbox] {
    opacity: 1;
    position: relative;
    margin-right: 0 !important;
    margin-top: 0;
    outline: none;
    margin-bottom: 0;
}

.form-switch input[type=checkbox]:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.form-switch input[type=checkbox]:focus {
    outline: 0;
    box-shadow: none;
}

.form-switch input[type=checkbox]~label {
    padding-right: 10px;
}

.form-switch input[type=checkbox]~label::before,
.form-switch input[type=checkbox]~label::after {
    display: none;
}

.form-group {
    margin-bottom: 20px;
    display: inline-block;
}

.form-group input {
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    height: 50px;
    font-size: 16px;
    padding: 0px;
    width: 100%;
}

.form-group input:focus {
    border-color: var(--color-primary);
}

.form-group textarea {
    height: auto;
    min-height: 193px;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    resize: none;
    padding: 15px;
    font-size: 16px;
    width: 100%;
}

.form-group textarea:focus {
    border-color: var(--color-primary);
}

textarea {
    padding: 10px 15px;
    height: auto;
}

.cno-checkbox-wrapper {
    position: relative;
}

input[type=submit] {
    width: auto;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 15px 20px;
    border-radius: 6px;
    display: block;
    font-weight: 500;
    transition: 0.3s;
    border: var(--border-width) solid var(--color-primary);
    background: var(--color-primary);
    color: #ffffff;
    height: 60px;
    margin-top: 30px;
}

input[type=submit]:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
    box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.form-check {
    padding-right: 0;
}

input[disabled] {
    display: none;
}

/* For Image Radio  */

.cno-image-checkbox {
    display: flex;
    height: 100%;
}

.cno-image-checkbox label {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding-right: 0 !important;
    border: 3px solid var(--color-border);
    border-radius: 6px;
}

.cno-image-checkbox label::after {
    background-image: url(../images/icons/yes.png) !important;
    opacity: 0;
    position: absolute !important;
    content: "" !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    transform: none !important;
    width: 40px !important;
    height: 40px !important;
    border: 0 none;
    right: auto !important;
    top: -20px !important;
    left: -20px !important;
}

.cno-image-checkbox label img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cno-image-checkbox input[type=radio]~label::before {
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    right: 0;
    top: 0;
    border: 0 none;
    border-radius: 0;
}

.cno-image-checkbox input[type=radio]:checked+label::after,
.cno-image-checkbox input[type=radio]:checked+label::before {
    opacity: 1;
}

.cno-image-checkbox input[type=radio] {
    display: none;
}

/*===========================
    Input Placeholder
=============================*/

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--------------------
    Contact Form 
----------------------*/

.form-message {
    margin-bottom: 0;
    text-align: center;
}

.form-message.error {
    margin-top: 20px;
    color: #f80707;
}

.form-message.success {
    margin-top: 20px;
    color: #0d8d2d;
}

/*------------------------------
    cno rating
-------------------------------*/

.rating a {
    display: inline-block;
}

.rating a i {
    color: var(--color-warning);
    font-style: normal;
}

.cno-border-with-box {
    padding: 30px;
    border-radius: var(--radius);
    background: var(--color-white);
    overflow: hidden;
    border: 1px solid var(--color-border);
}

@media only screen and (max-width: 767px) {
    .cno-border-with-box {
        padding: 15px;
    }
}

.cno-separator {
    position: relative;
}

.cno-separator::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background: var(--color-border);
    top: 50%;
    transform: translateY(-50%);
}

/*-----------------------------
    cno Shadow
-------------------------------*/

.cno-shadow-box {
    border-radius: var(--radius);
    background: var(--color-white);
    overflow: hidden;
    box-shadow: var(--shadow-1);
    padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cno-shadow-box {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cno-shadow-box {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .cno-shadow-box {
        padding: 20px;
    }
}

/*-----------------------------
    Alert Box
-------------------------------*/

.cno-alert-box {
    color: var(--color-body);
    background-color: var(--color-grey);
    border: 0 none;
    border-top: 5px solid var(--color-border);
    padding: 10px 0;
    text-align: center;
}

.cno-alert-box a {
    color: var(--color-heading);
}

.cno-alert-box.alert-success {
    border-top: 5px solid var(--color-success);
}

/*-----------------------------
    Avatars Box
-------------------------------*/

.cno-avatars {
    min-width: 70px;
    max-width: 70px;
}

.cno-avatars.size-lg {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    height: 120px;
}

.cno-avatars.size-sm {
    min-width: 52px;
    max-width: 52px;
}

.cno-avatars img {
    border-radius: 100%;
    width: 100%;
    background: var(--color-white);
    padding: 4px;
    border: 2px solid var(--primary-opacity);
    object-fit: cover;
}

/*-----------------------------
    Edit Photo Inner
-------------------------------*/

.cno-edit-photo-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.cno-edit-photo-inner .cno-edit-photo {
    background: var(--color-gray-light);
    border-radius: 100%;
    color: var(--color-primary);
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0 none;
    transition: 0.3s;
}

.cno-edit-photo-inner .cno-edit-photo:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

/*-----------------------------
    Information List
-------------------------------*/

.cno-information-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 0;
    list-style: none;
    margin: -2px -7px;
    flex-wrap: wrap;
}

.cno-information-list li {
    margin: 2px 7px;
    color: var(--color-body);
}

.cno-information-list li a {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: var(--color-body);
    display: flex;
    align-items: center;
    transition: 0.4s;
    font-weight: 400;
}

.cno-information-list li a i {
    margin-left: 10px;
    font-size: 14px;
    margin-top: 2px;
}

.cno-information-list li a span {
    margin-right: 4px;
}

.cno-information-list li a:hover {
    color: var(--color-primary);
}

/*--------------------------
    Dropdown Menu  
----------------------------*/

ul.cno-dropdown-menu li {
    margin: 0;
    list-style: none;
}

ul.cno-dropdown-menu li a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: var(--color-body);
}

ul.cno-dropdown-menu li a .left-image {
    width: 20px;
    height: auto;
    margin-left: 5px;
}

ul.cno-dropdown-menu li a span {
    display: inline-block;
}

ul.cno-dropdown-menu li a .right-icon {
    display: inline-block;
    font-size: 14px;
}

@media only screen and (max-width: 575px) {
    ul.cno-dropdown-menu li a .right-icon {
        font-size: 12px;
    }
}

ul.cno-dropdown-menu li.has-child-menu {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

ul.cno-dropdown-menu li .sub-menu {
    border-top: 1px solid rgba(230, 227, 241, 0.3098039216);
    background: #fff;
    box-shadow: var(--shadow-1);
    min-width: 170px;
    padding: 12px 0;
    margin: 0;
    list-style-type: none;
    z-index: 10;
    text-align: start;
    border-radius: var(--radius);
    left: 0;
}

ul.cno-dropdown-menu li .sub-menu.hover-reverse {
    right: auto;
    left: 0;
}

ul.cno-dropdown-menu li .sub-menu li a {
    margin: 2px 10px;
    padding: 4px 12px;
    background: var(--color-white);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
}

ul.cno-dropdown-menu li .sub-menu li a:hover {
    color: var(--color-primary);
    background: var(--black-opacity);
}

ul.cno-dropdown-menu li:hover>a .right-icon {
    transform: rotate(-180deg);
    margin-top: 2px;
}

ul.cno-dropdown-menu.currency-menu li .sub-menu {
    min-width: 100px;
}

/*--------------------------
    Secondary Menu  
----------------------------*/

.cno-secondary-menu {
    display: flex;
    margin: 0 -15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .cno-secondary-menu {
        margin: 0 -5px;
    }
}

.cno-secondary-menu li {
    padding: 0 15px;
    margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .cno-secondary-menu li {
        padding: 0 5px;
    }
}

.cno-secondary-menu li a {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .cno-secondary-menu li a {
        font-size: 13px;
    }
}

.cno-secondary-menu li a::before {
    content: "\f105";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-style: normal;
    font-weight: 400;
    margin-left: 2px;
    position: relative;
    top: 1px;
}

.cno-secondary-menu li a:hover {
    color: var(--color-primary);
}

/**************************************
    Elements Styles
***************************************/

/*------------------------------
    Scroll Up 
--------------------------------*/

#scrollUp {
    width: 70px;
    height: 80px;
    left: 100px;
    bottom: 60px;
    text-align: center;
    z-index: 9811 !important;
    text-decoration: none;
    background: #fff;
    line-height: 80px;
    color: #757589;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    background: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
        left: 20px;
        bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        left: 20px;
        bottom: 40px;
    }
}

#scrollUp::before {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: rgba(0, 2, 72, 0.1);
    content: "";
    position: absolute;
    z-index: -1;
    transform-style: preserve-3d;
    transform: rotateY(10deg);
    filter: blur(50px);
}

#scrollUp::after {
    background: #ffffff;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-style: preserve-3d;
    transform: rotateY(10deg);
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        left: 20px;
        bottom: 30px;
        width: 50px;
        height: 60px;
        line-height: 60px;
    }
}

#scrollUp span.text {
    position: relative;
    display: inline-block;
    margin-top: 7px;
}

@media only screen and (max-width: 767px) {
    #scrollUp span.text {
        margin-top: 3px;
    }
}

#scrollUp span.text::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent var(--color-primary) transparent;
    position: absolute;
    content: "";
    right: 50%;
    top: 21%;
    transform: translateX(50%);
}

#scrollUp:hover span.text {
    color: var(--color-primary);
}

/*------------------------------
    Custom Scrollbar Right
--------------------------------*/

.cno-scroll-max-height {
    max-height: 500px !important;
    overflow-y: scroll;
}

.cno-scroll::-webkit-scrollbar {
    width: 10px;
}

.cno-scroll::-webkit-scrollbar-thumb {
    background-color: #e8e6e9 !important;
    outline: 0;
    border-radius: 10px;
}

.cno-scroll::-webkit-scrollbar-track {
    box-shadow: 0 0 1px #cecdcd;
    background: #f6f6f6 !important;
    padding: 1px;
    border-radius: 8px;
}

/*---------------------
    Button Style 
-----------------------*/

.cno-button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -10px;
}

.cno-button-group a,
.cno-button-group button {
    margin: 10px;
}

.disabled,
.cno-btn:disabled,
fieldset:disabled {
    pointer-events: none !important;
    opacity: 0.65 !important;
}

.cno-btn {
    padding: 0 26px;
    background: var(--color-primary);
    height: 60px;
    line-height: 60px;
    color: var(--color-white);
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
    border: 0 none;
    outline: none;
}

.cno-btn.btn-secondary {
    background: var(--color-secondary);
}

.cno-btn.btn-secondary:hover {
    background: var(--color-primary);
}

.cno-btn.btn-coral {
    background: var(--color-coral);
}

.cno-btn.btn-coral:hover {
    background: var(--color-primary);
}

.cno-btn.btn-violet {
    background: var(--color-violet);
}

.cno-btn.btn-violet:hover {
    background: var(--color-primary);
}

.cno-btn.btn-pink {
    background: var(--color-pink);
}

.cno-btn.btn-pink:hover {
    background: var(--color-primary);
}

.cno-btn.btn-white {
    box-shadow: var(--shadow-1);
    background: var(--color-white);
    color: var(--color-heading);
}

.cno-btn.btn-white:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

.cno-btn.btn-border {
    background: transparent;
    border: 2px solid var(--color-border);
    color: var(--color-heading);
    line-height: 57px;
}

.cno-btn.btn-border:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

.cno-btn.btn-border.color-white-off {
    border-color: var(--color-border-2);
    color: var(--color-white-off);
}

.cno-btn.btn-border.color-white-off:hover {
    border-color: var(--color-primary);
    color: var(--color-white);
}

.cno-btn.btn-gradient {
    color: var(--color-white);
    background-size: 300% 100%;
    background-image: linear-gradient(to left, var(--color-primary), var(--color-secondary), var(--color-secondary), var(--color-primary));
}

.cno-btn.btn-gradient.btn-gradient-2 {
    background-image: linear-gradient(to left, var(--color-pink), var(--color-violet), var(--color-violet), var(--color-pink));
}

.cno-btn.btn-gradient.btn-gradient-3 {
    background-image: linear-gradient(to left, var(--color-secondary), var(--color-primary), var(--color-primary), var(--color-secondary));
}

.cno-btn.btn-gradient:hover {
    background-color: inherit;
    background-position: -2% 0;
    transition: all 0.4s ease-in-out;
}

.cno-btn.cno-marquee-btn {
    overflow: hidden;
}

.cno-btn.cno-marquee-btn span {
    display: inline-flex;
    position: relative;
    z-index: 3;
    line-height: 1.2;
}

.cno-btn.cno-marquee-btn span::after {
    content: attr(data-text);
    position: absolute;
    white-space: nowrap;
    top: 50%;
    right: 100%;
    transform: translate(-100%, -50%);
}

.cno-btn.cno-marquee-btn.marquee-text-y span::after {
    top: 100%;
    right: 50%;
    transform: translate(50%, 100%);
}

.cno-btn.cno-marquee-btn.marquee-auto span {
    animation: btnTxtMarqueeX 2s linear infinite;
}

.cno-btn.cno-switch-btn {
    overflow: hidden;
}

.cno-btn.cno-switch-btn span {
    display: inline-flex;
    position: relative;
    z-index: 3;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.cno-btn.cno-switch-btn span::after {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    transition: inherit;
    right: 100%;
    transform: translate(-50%, -50%);
}

.cno-btn.cno-switch-btn.cno-switch-y span::after {
    right: 50%;
    transform: translate(50%, 100%);
}

.cno-btn.icon-hover .btn-text {
    transition-timing-function: cubic-bezier(0, 0.71, 0.4, 1);
    display: inline-block;
    transition: transform 0.5s;
    transform: translateX(-7px);
}

.cno-btn.icon-hover .btn-icon {
    margin-inline-start: -7px;
    display: inline-block;
}

.cno-btn.icon-hover .btn-icon i {
    transition-timing-function: cubic-bezier(0, 0.71, 0.4, 1);
    display: inline-block;
    opacity: 0;
    transform: translateX(7px);
    transition: opacity 0.25s, transform 0.5s;
    padding-right: 0;
}

.cno-btn.icon-hover.icon-hover-left .btn-text {
    transform: translateX(7px);
}

.cno-btn.icon-hover.icon-hover-left .btn-icon {
    margin-inline-start: 0;
    margin-inline-end: -7px;
}

.cno-btn.icon-hover.icon-hover-left .btn-icon i {
    transform: translateX(-7px);
}

.cno-btn.icon-hover.icon-hover-left:hover .btn-icon i {
    transform: translateX(7px);
}

.cno-btn.icon-hover.icon-hover-left:hover .btn-text {
    transform: translateX(-7px);
}

.cno-btn.hover-icon-reverse .icon-reverse-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cno-btn.hover-icon-reverse .btn-text {
    display: inline-block;
    transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
    margin-inline-start: -23px;
}

.cno-btn.hover-icon-reverse .btn-icon {
    display: inline-block;
    transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
    transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}

.cno-btn.hover-icon-reverse .btn-icon+.btn-icon {
    margin-inline-end: 0;
    margin-inline-start: 8px;
    display: inline-block;
    margin-inline-start: 0;
    margin-inline-end: 0;
    opacity: 0;
    transform: translateX(10px);
    transition-delay: 0s;
    order: -2;
}

.cno-btn.hover-icon-reverse .btn-icon+.btn-icon i {
    padding-right: 0;
    padding-left: 6px;
}

.cno-btn.rounded-player {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding: 0;
    line-height: 100px;
    display: inline-block;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .cno-btn.rounded-player {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

.cno-btn.rounded-player span {
    display: inline-block;
}

.cno-btn.rounded-player span i {
    display: inline-block;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    font-size: 30px;
}

.cno-btn.rounded-player.border {
    background-image: inherit;
    border-color: var(--color-white) !important;
    border-width: 2px !important;
}

.cno-btn.rounded-player.border:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary) !important;
}

.cno-btn.rounded-player.sm-size {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.cno-btn.rounded-player:focus {
    outline: none;
    color: var(--color-white);
}

.cno-btn.rounded-player:hover {
    transform: scale(1.1);
    background: var(--color-primary);
}

.cno-btn.rounded-player-2 {
    border: 0;
    width: 80px;
    height: 80px;
    margin-right: -40px;
    margin-top: -40px;
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    position: relative;
    border-radius: 100%;
    background: var(--color-white);
    margin: 0 auto;
    display: inline-block;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .cno-btn.rounded-player-2 {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .cno-btn.rounded-player-2 {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.cno-btn.rounded-player-2 .play-icon {
    position: absolute;
    display: block;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.cno-btn.rounded-player-2 .play-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 0;
    height: 0;
    transform: translate(6px, -9px);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 15px solid var(--color-primary);
}

.cno-btn.rounded-player-2.btn-large {
    width: 60px;
    height: 60px;
    margin-right: 0;
    margin-top: 0;
}

.cno-btn.rounded-player-2.sm-size {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

@media only screen and (max-width: 767px) {
    .cno-btn.rounded-player-2.sm-size {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

.cno-btn.rounded-player-2.btn-theme-color {
    background: var(--color-primary);
}

.cno-btn.rounded-player-2.btn-theme-color::after {
    border-color: var(--color-primary);
}

.cno-btn.rounded-player-2.btn-theme-color::before {
    border-color: var(--color-primary);
}

.cno-btn.rounded-player-2.btn-theme-color .play-icon::before {
    border-right: 15px solid var(--color-white);
}

.cno-btn.rounded-player-2.btn-theme-color:hover {
    color: inherit;
    background: var(--color-primary);
}

.cno-btn.rounded-player-2:hover {
    color: inherit;
    background: var(--color-white);
}

.cno-btn.with-animation::after,
.cno-btn.with-animation::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    bottom: 0;
    right: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1.5px solid var(--color-white);
}

.cno-btn.with-animation::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

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

.cno-btn:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
    transform: translate3d(0, -2px, 0);
    box-shadow: var(--shadow-7);
}

.cno-btn:hover.icon-hover .btn-text {
    transform: translateX(7px);
}

.cno-btn:hover.icon-hover .btn-icon i {
    opacity: 1;
    transform: translateX(-7px);
}

.cno-btn:hover.hover-icon-reverse .btn-text {
    transition-delay: 0.1s;
    transform: translateX(-23px);
}

.cno-btn:hover.hover-icon-reverse .btn-icon {
    opacity: 0;
    transition-delay: 0s;
    transform: translateX(-10px);
}

.cno-btn:hover.hover-icon-reverse .btn-icon+.btn-icon {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.225s;
}

.cno-btn:hover.cno-switch-btn span {
    transform: translateX(200%);
}

.cno-btn:hover.cno-switch-btn span::after {
    opacity: 1;
    transform: translate(-100%, -50%);
}

.cno-btn:hover.cno-switch-btn.cno-switch-y span {
    transform: translateY(-200%);
}

.cno-btn:hover.cno-switch-btn.cno-switch-y span::after {
    transform: translate(50%, 150%);
}

.cno-btn:hover.cno-marquee-btn span {
    animation: btnTxtMarqueeX 2s linear infinite;
}

.cno-btn:hover.cno-marquee-btn.marquee-text-y span {
    animation: btnTxtMarqueeY 0.5s linear infinite;
}

.cno-btn.btn-xs {
    padding: 0 14px;
    font-size: var(--font-size-b3);
    height: 30px;
    line-height: 29px;
    font-size: 14px;
}

.cno-btn.btn-sm {
    padding: 0 22px;
    font-size: var(--font-size-b3);
    height: 45px;
    line-height: 43px;
}

@media only screen and (max-width: 767px) {
    .cno-btn.btn-sm {
        padding: 0 10px;
    }
}

.cno-btn.btn-md {
    padding: 0 25px;
    font-size: var(--font-size-b3);
    height: 50px;
    line-height: 48px;
}

@media only screen and (max-width: 767px) {
    .cno-btn.btn-md {
        padding: 0 15px;
    }
}

.cno-btn.btn-lg {
    height: 70px;
    line-height: 70px;
    padding: 0 35px;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .cno-btn.btn-lg {
        padding: 0 17px;
    }
}

.cno-btn.btn-xl {
    padding: 0 45px;
    font-size: 20px;
    height: 75px;
    line-height: 75px;
}

@media only screen and (max-width: 767px) {
    .cno-btn.btn-xl {
        padding: 0 20px;
        font-size: 16px;
        height: 55px;
        line-height: 55px;
    }
}

.cno-btn.btn-xxl {
    padding: 0 60px;
    font-size: 22px;
    height: 100px;
    line-height: 100px;
}

@media only screen and (max-width: 767px) {
    .cno-btn.btn-xxl {
        padding: 0 20px;
        font-size: 18px;
        height: 70px;
        line-height: 70px;
    }
}

.cno-btn i {
    padding-right: 6px;
    display: inline-block;
    top: 2px;
    position: relative;
    font-size: 17px;
}

.cno-btn i.image-icon {
    top: inherit;
    transition: 0.4s;
}

.cno-btn.btn-border-gradient {
    background: linear-gradient(-90deg, #CFA2E8, #637FEA);
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 10;
    color: var(--color-heading);
    box-shadow: 0 10px 13px 0 rgba(209, 211, 237, 0.39);
    border-radius: 0;
}

.cno-btn.btn-border-gradient::before {
    content: "";
    z-index: -1;
    top: 3px;
    right: 3px;
    position: absolute;
    background: #fff;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
}

.cno-btn.btn-border-gradient.radius-round {
    border-radius: 500px;
}

.cno-btn.btn-border-gradient.radius-round::before {
    border-radius: 500px;
}

.cno-btn.hover-transform-none:hover {
    transform: none;
    background: var(--color-primary);
}

/*-------------------------------
    Button Bg Color Variation 
--------------------------------*/

a.bg-primary-opacity:hover,
button.bg-primary-opacity:hover {
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
}

a.bg-secondary-opacity:hover,
button.bg-secondary-opacity:hover {
    background: var(--color-secondary) !important;
    color: var(--color-white) !important;
}

a.bg-coral-opacity:hover,
button.bg-coral-opacity:hover {
    background: var(--color-coral) !important;
    color: var(--color-white) !important;
}

a.bg-violet-opacity:hover,
button.bg-violet-opacity:hover {
    background: var(--color-violet) !important;
    color: var(--color-white) !important;
}

a.bg-pink-opacity:hover,
button.bg-pink-opacity:hover {
    background: var(--color-pink) !important;
    color: var(--color-white) !important;
}

.bg-color-primary .cno-btn:hover {
    background: var(--color-white);
    color: var(--color-primary);
}

@keyframes btnTxtMarqueeX {
    100% {
        transform: translateX(200%);
    }
}

@keyframes btnTxtMarqueeY {
    100% {
        transform: translateY(-200%);
    }
}

a.btn-underline-gradient,
button.btn-underline-gradient {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-fill-color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    background: linear-gradient(to left, var(--color-primary) 0%, var(--color-secondary) 100%);
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

a.btn-underline-gradient::before,
a.btn-underline-gradient::after,
button.btn-underline-gradient::before,
button.btn-underline-gradient::after {
    background: linear-gradient(to left, var(--color-primary) 0%, var(--color-secondary) 100%);
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
}

a.btn-underline-gradient::after,
button.btn-underline-gradient::after {
    background: linear-gradient(to left, var(--color-heading) 0%, var(--color-heading) 100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0);
    transform-origin: left center;
}

a.btn-underline-gradient:hover::after,
button.btn-underline-gradient:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}

/*-----------------------
    Modern Button  
------------------------*/

a.cno-modecno-btn {
    position: relative;
    height: 60px;
    line-height: 56px;
    transition: all 0.2s ease;
    padding: 0 26px;
    display: inline-block;
    z-index: 1;
    color: var(--color-heading);
}

@media only screen and (max-width: 767px) {
    a.cno-modecno-btn {
        padding: 0 10px;
    }
}

a.cno-modecno-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border-radius: 28px;
    background: var(--color-primary);
    opacity: 0.5;
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
    z-index: -1;
}

a.cno-modecno-btn i {
    position: relative;
    top: 2px;
    margin-right: 10px;
    transform: translateX(5px);
    transition: all 0.3s ease;
    display: inline-block;
}

a.cno-modecno-btn:hover {
    color: var(--color-white);
}

a.cno-modecno-btn:hover i {
    transform: translateX(0);
}

a.cno-modecno-btn:hover::before {
    width: 100%;
    background: var(--color-primary);
    opacity: 1;
}

/*-----------------------
 Video Player Button 
-------------------------*/

.video-popup-wrapper {
    position: relative;
}

.video-popup-wrapper .position-to-top {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    margin: 0;
}

.video-popup-wrapper .cno-btn.rounded-player:hover {
    transform: translate(50%, -50%) scale(1.1);
}

.btn-round-white-opacity {
    padding: 0;
    border: 0 none;
    background: var(--white-opacity);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 37px;
}

/*-------------------------
    cno Round Btn
-------------------------*/

.cno-round-btn {
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 0;
    border: 0 none;
    display: block;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .cno-round-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.cno-round-btn i {
    margin-left: 0;
    color: var(--color-primary);
}

.cno-round-btn::after {
    background: var(--white-opacity);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    transition: 0.4s;
    opacity: 0;
    transform: scale(0.8);
    border-radius: 100%;
    z-index: -1;
}

.cno-round-btn:hover,
.cno-round-btn.open {
    color: var(--color-primary) !important;
}

.cno-round-btn:hover::after,
.cno-round-btn.open::after {
    opacity: 1;
    transform: scale(1);
}

/*------------------------------
    cno Theme Gradient
-------------------------------*/

.cno-gradient-border {
    background: linear-gradient(145deg, #CFA2E8, #637FEA) !important;
    z-index: 10;
}

.cno-gradient-border::before {
    content: "";
    z-index: -1;
    top: 3px;
    right: 3px;
    position: absolute;
    background: #fff;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: var(--radius);
}

/*----------------------------------
    Cno Transparent Button 
------------------------------------*/

a.cno-btn-link,
button.cno-btn-link,
span.cno-btn-link {
    color: var(--color-heading);
    position: relative;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

a.cno-btn-link i,
button.cno-btn-link i,
span.cno-btn-link i {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 4px;
}

a.cno-btn-link::after,
button.cno-btn-link::after,
span.cno-btn-link::after {
    position: absolute;
    content: "";
    right: auto;
    bottom: 0;
    background: currentColor;
    width: 0;
    height: 2px;
    transition: 0.3s;
    left: 0;
}

a.cno-btn-link:hover,
button.cno-btn-link:hover,
span.cno-btn-link:hover {
    color: var(--color-primary) !important;
}

a.cno-btn-link:hover::after,
button.cno-btn-link:hover::after,
span.cno-btn-link:hover::after {
    width: 100%;
    right: 0;
    left: auto;
}

a.cno-btn-link.left-icon i,
button.cno-btn-link.left-icon i,
span.cno-btn-link.left-icon i {
    padding-right: 0;
    padding-left: 4px;
}

.cno-link-hover a {
    position: relative;
}

.cno-link-hover a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    right: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.3s;
}

.cno-link-hover a:hover::after {
    transform-origin: bottom right;
    transform: scaleX(1);
}

/*------------------
Badge 
-------------------*/

.cno-badge {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 22px;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.cno-badge-2 {
    background-color: transparent;
    background: transparent;
    padding: 1px 10px;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 2;
    letter-spacing: 0.5px;
}

.cno-badge-2::before {
    background: linear-gradient(-90deg, var(--color-primary) 15%, var(--color-secondary) 45%, var(--color-secondary) 75%, var(--color-primary) 100%) 95%/200% 100%;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    border-radius: 100px;
    opacity: 0.5;
    background-size: 400% 100%;
}

.cno-badge-2.variation-02 {
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.cno-badge-2.variation-03 {
    padding: 0 12px;
}

/*-----------------------
    Section Title  
-------------------------*/

.cno-short-title {
    font-size: 12px;
    padding-bottom: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.5;
    margin-bottom: 6px;
    border-bottom: 1px solid #202020;
}

/*-----------------------
    Social Icons 
-------------------------*/

.social-default {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    margin: -5px;
}

.social-default li {
    margin: 5px;
}

.social-default li a {
    width: 48px;
    background-color: var(--color-gray-light);
    height: 48px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    transition: 0.3s;
    color: var(--color-body);
    z-index: 2;
    position: relative;
}

.social-default li a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--color-primary);
    transform: scale(0.5);
    opacity: 0;
    transition: 0.3s;
    border-radius: 100%;
}

.social-default li a:hover {
    color: var(--color-white);
}

.social-default li a:hover::after {
    transform: scale(1);
    opacity: 1;
}

.social-default li a i {
    vertical-align: middle;
}

.social-default.transparent-with-border li a {
    line-height: 41px;
    background: transparent;
    border: 2px solid var(--color-border);
}

.social-default.transparent-with-border li a:hover {
    border-color: transparent !important;
}

.social-default.transparent-with-border li a::after {
    border: 1px solid var(--color-primary);
}

.social-default.with-gradient li a::after {
    background-image: linear-gradient(to left, var(--color-primary), var(--color-secondary), var(--color-secondary), var(--color-primary));
    background-size: 300% 100%;
}

.social-default.with-bg-primary li a {
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    transition: 0.5s;
    line-height: 40px;
    color: var(--color-white);
}

.social-default.with-bg-primary li a::after {
    display: none;
}

.social-default.with-bg-primary li a:hover {
    background-color: transparent;
    color: var(--color-primary);
}

.social-default.icon-naked {
    margin: -10px;
}

.social-default.icon-naked li {
    margin: 10px;
}

.social-default.icon-naked li a {
    background: transparent !important;
    width: auto;
    height: auto;
    line-height: initial;
}

.social-default.icon-naked li a::after {
    display: none;
}

.social-default.icon-naked li a:hover {
    color: var(--color-primary) !important;
}

.social-default.icon-transperent {
    background: transparent !important;
    width: auto;
    height: auto;
    line-height: initial;
    margin: -5px;
}

.social-default.icon-transperent li {
    margin: 5px;
}

.social-default.icon-transperent li a {
    background: transparent !important;
    width: auto;
    height: auto;
    line-height: initial;
    color: var(--color-body);
    font-size: 15px;
    line-height: 14px;
    display: block;
}

.social-default.icon-transperent li a::after {
    display: none;
}

.social-default.icon-transperent li a:hover {
    color: var(--color-primary) !important;
}

.social-default.icon-large li a {
    font-size: 36px;
    opacity: 0.7;
}

.social-default.color-white li a {
    color: var(--color-white);
}

.social-icon-wrapper {
    position: relative;
    margin-right: 10px;
    padding-right: 15px;
}

@media only screen and (max-width: 575px) {
    .social-icon-wrapper {
        margin-right: 0;
        padding-right: 0;
        flex-basis: 100%;
    }
}

.social-icon-wrapper::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background: var(--color-border);
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    opacity: 0.5;
}

@media only screen and (max-width: 575px) {
    .social-icon-wrapper::before {
        display: none;
    }
}

/*-------------------------------------
    Social Share Transparent  
---------------------------------------*/

.social-share-transparent {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -10px;
}

@media only screen and (max-width: 575px) {
    .social-share-transparent {
        margin: -5px;
    }
}

.social-share-transparent li {
    margin: 0;
    position: relative;
}

.social-share-transparent li a {
    font-size: 14px;
    color: var(--color-body);
    display: inline-block;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}

.social-share-transparent li a::before {
    background: var(--color-gray-light);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0;
    transform: scale(0.8);
    border-radius: 100%;
    z-index: -1;
}

.social-share-transparent li a i {
    margin-left: 0px;
}

.social-share-transparent li a:hover {
    color: var(--color-primary);
}

.social-share-transparent li a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.progress-wrap {
    position: fixed;
    left: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: var(--font-three);
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: var(--color-primary);
    right: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    border: 0px solid var(--color-primary);
    box-shadow: none;
    border-radius: 50% !important;
    border-radius: 5px;
    font-weight: 300;
}

.progress-wrap:hover::after {
    opacity: 1;
    content: "\f062";
    border: 0px solid var(--color-primary);
    font-weight: 300;
}

.progress-wrap::before {
    position: absolute;
    font-family: var(--font-three);
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    opacity: 0;
    background: var(--color-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    right: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-weight: 300;
}

.progress-wrap:hover::before {
    opacity: 0;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg {
    color: var(--color-primary);
    border-radius: 50%;
    background: #fff;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--color-primary);
    stroke-width: 0px;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    padding: 2px;
}

.home-blue .progress-wrap svg.progress-circle path {
    stroke: var(--color-primary-2);
}

.home-blue .progress-wrap::after {
    border-color: var(--color-primary-2);
    box-shadow: 0px 3px 20px 6px rgba(7, 66, 233, 0.3215686275);
    color: var(--color-primary-2);
}

/*===============================
  Scroll To Top
  ===============================*/

.scrollToTop {
    display: none !important;
    height: 55px;
    width: 55px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #0f0f0f;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    z-index: 999;
    transition: 0.5s ease all;
}

.scrollToTop.active-progress {
    display: block !important;
}

.scrollToTop:hover {
    transform: translateY(-15%);
}

.scrollToTop .arrowUp {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
}

.scrollToTop .arrowUp i {
    font-size: 19px;
}

.scrollToTop .water {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    background-color: var(--color-primary);
    transition: all 0.3s;
}

.scrollToTop .water_wave {
    width: 200%;
    position: absolute;
    bottom: 100%;
}

.scrollToTop .water_wave_back {
    left: 0;
    fill: var(--color-heading);
    animation: wave-back 1.4s infinite linear;
}

.scrollToTop .water_wave_front {
    right: 0;
    fill: rgba(122, 37, 158, 0.8784313725);
    margin-bottom: -1px;
    animation: wave-front 0.7s infinite linear;
}

@keyframes wave-front {
    100% {
        transform: translateX(50%);
    }
}

@keyframes wave-back {
    100% {
        transform: translateX(-50%);
    }
}

.cd-intro {
    margin: 4em auto;
}

@media only screen and (min-width: 768px) {
    .cd-intro {
        margin: 5em auto;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-intro {
        margin: 6em auto;
    }
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: right;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

/* -------------------------------- 

xclip 

-------------------------------- */

.cd-headline.clip span {
    display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #3d3d3d;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

.skew-shake-x {
    animation: skew-x-shake 1s infinite;
}

@keyframes skew-x-shake {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(0eg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.banner-area-one-main-demo .slider-bg-light {
    position: absolute;
    right: 25%;
    top: 0;
    min-width: 300px;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .banner-area-one-main-demo .slider-bg-light {
        right: 10%;
        min-width: none;
    }
}

@media only screen and (max-width: 479px) {
    .banner-area-one-main-demo .slider-bg-light {
        right: 0%;
    }
}

@media screen and (min-width: 2500px) {
    .banner-area-one-main-demo .slider-bg-light {
        right: 45%;
        transform: translateX(50%);
    }
}

.banner-area-one-main-demo .slider-bg-dot-shape {
    position: absolute;
    right: 35%;
    top: -28px;
    z-index: -1;
}

.blocksync-stars-area {
    height: 600px;
    overflow: hidden;
    width: 300px;
}

@media only screen and (max-width: 1199px) {
    .blocksync-stars-area {
        width: 100% !important;
        min-width: 150px;
    }
}

.blocksync-stars {
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: -1932px 573px #FFF, -801px 296px #FFF, -229px 1065px #FFF, -1968px 355px #FFF, -263px 1640px #FFF, -819px 176px #FFF, -1145px 1779px #FFF, -13px 1213px #FFF, -1305px 29px #FFF, -469px 1482px #FFF, -1988px 1482px #FFF, -741px 1751px #FFF, -1910px 1298px #FFF, -1502px 822px #FFF, -1143px 1656px #FFF, -1412px 1848px #FFF, -812px 1181px #FFF, -751px 60px #FFF, -497px 752px #FFF, -552px 277px #FFF, -211px 71px #FFF, -1025px 769px #FFF, -1754px 965px #FFF, -1163px 895px #FFF, -1684px 602px #FFF, -1662px 832px #FFF, -1710px 1217px #FFF, -1524px 1926px #FFF, -1487px 923px #FFF, -718px 817px #FFF, -1703px 769px #FFF, -1708px 1402px #FFF, -1910px 716px #FFF, -649px 1721px #FFF, -1012px 758px #FFF, -301px 718px #FFF, -991px 492px #FFF, -1928px 33px #FFF, -840px 1535px #FFF, -12px 980px #FFF, -1918px 763px #FFF, -63px 596px #FFF, -787px 1840px #FFF, -904px 123px #FFF, -1463px 1659px #FFF, -654px 1948px #FFF, -146px 773px #FFF, -728px 912px #FFF, -1294px 1000px #FFF, -1988px 1042px #FFF, -637px 392px #FFF, -1721px 1361px #FFF, -451px 441px #FFF, -463px 1597px #FFF, -664px 879px #FFF, -403px 1542px #FFF, -1451px 1751px #FFF, -990px 1968px #FFF, -1464px 137px #FFF, -1485px 944px #FFF, -1877px 1913px #FFF, -1371px 198px #FFF, -1033px 1558px #FFF, -564px 434px #FFF, -972px 827px #FFF, -1600px 920px #FFF, -864px 437px #FFF, -1227px 851px #FFF, -874px 1398px #FFF, -1255px 520px #FFF, -920px 144px #FFF, -848px 242px #FFF, -1303px 1861px #FFF, -1003px 1774px #FFF, -942px 164px #FFF, -1710px 1377px #FFF, -1143px 1668px #FFF, -482px 466px #FFF, -1398px 1057px #FFF, -1960px 688px #FFF, -1564px 3px #FFF, -644px 115px #FFF, -1019px 1290px #FFF, -1456px 1852px #FFF, -1326px 1164px #FFF, -30px 503px #FFF, -883px 1097px #FFF, -1140px 1590px #FFF, -1236px 672px #FFF, -1261px 73px #FFF, -1456px 633px #FFF, -832px 614px #FFF, -255px 1884px #FFF, -1395px 229px #FFF, -503px 1333px #FFF, -2px 385px #FFF, -445px 63px #FFF, -624px 1574px #FFF, -1320px 438px #FFF, -1861px 1256px #FFF, -1872px 1909px #FFF, -1521px 1581px #FFF, -505px 492px #FFF, -1667px 932px #FFF, -98px 716px #FFF, -1470px 761px #FFF, -776px 620px #FFF, -1328px 1476px #FFF, -527px 996px #FFF, -1008px 1686px #FFF, -757px 665px #FFF, -75px 509px #FFF, -15px 1807px #FFF, -1660px 1287px #FFF, -1468px 1834px #FFF, -1476px 447px #FFF, -1289px 453px #FFF, -1814px 146px #FFF, -1009px 1274px #FFF, -1643px 463px #FFF, -1068px 60px #FFF, -126px 369px #FFF, -653px 153px #FFF, -568px 326px #FFF, -1833px 1798px #FFF, -1708px 608px #FFF, -1634px 1097px #FFF, -100px 1187px #FFF, -575px 466px #FFF, -647px 893px #FFF, -244px 410px #FFF, -1583px 31px #FFF, -1981px 586px #FFF, -755px 394px #FFF, -755px 593px #FFF, -829px 962px #FFF, -721px 1456px #FFF, -1334px 852px #FFF, -1534px 466px #FFF, -1497px 1645px #FFF, -557px 262px #FFF, -779px 1981px #FFF, -865px 858px #FFF, -576px 1980px #FFF, -792px 1505px #FFF, -877px 1458px #FFF, -1075px 289px #FFF, -761px 1630px #FFF, -1060px 1359px #FFF, -1624px 1720px #FFF, -1570px 1544px #FFF, -1675px 417px #FFF, -575px 1814px #FFF, -229px 1859px #FFF, -1164px 1697px #FFF, -1774px 1610px #FFF, -1295px 965px #FFF, -136px 848px #FFF, -1772px 129px #FFF, -1728px 406px #FFF, -874px 656px #FFF, -1821px 822px #FFF, -1268px 298px #FFF, -818px 1081px #FFF, -1583px 770px #FFF, -208px 700px #FFF, -6px 689px #FFF, -1013px 726px #FFF, -1734px 1394px #FFF, -1887px 1847px #FFF, -643px 570px #FFF, -1453px 1357px #FFF, -921px 1436px #FFF, -1599px 501px #FFF, -758px 426px #FFF, -1486px 1161px #FFF, -708px 973px #FFF, -329px 429px #FFF, -184px 1760px #FFF, -1236px 230px #FFF, -1373px 741px #FFF, -1509px 1982px #FFF, -795px 1062px #FFF, -922px 967px #FFF, -1679px 845px #FFF, -1828px 844px #FFF, -1326px 174px #FFF, -360px 523px #FFF, -693px 219px #FFF, -1051px 1143px #FFF, -1862px 752px #FFF, -1603px 1767px #FFF, -841px 895px #FFF, -1191px 83px #FFF, -1828px 228px #FFF, -1936px 591px #FFF, -1398px 429px #FFF, -609px 156px #FFF, -1573px 1741px #FFF, -598px 447px #FFF, -928px 938px #FFF, -1285px 493px #FFF, -1070px 271px #FFF, -865px 328px #FFF, -681px 1676px #FFF, -951px 1024px #FFF, -8px 1383px #FFF, -485px 582px #FFF, -1556px 1366px #FFF, -156px 600px #FFF, -1974px 1579px #FFF, -1956px 694px #FFF, -225px 877px #FFF, -874px 753px #FFF, -509px 986px #FFF, -686px 2000px #FFF, -761px 276px #FFF, -607px 889px #FFF, -440px 22px #FFF, -1971px 537px #FFF, -438px 420px #FFF, -212px 996px #FFF, -490px 1910px #FFF, -152px 957px #FFF, -17px 1223px #FFF, -581px 440px #FFF, -230px 1104px #FFF, -436px 291px #FFF, -750px 132px #FFF, -28px 1999px #FFF, -1698px 1383px #FFF, -1381px 1987px #FFF, -1346px 752px #FFF, -1160px 906px #FFF, -643px 695px #FFF, -640px 436px #FFF, -1007px 1005px #FFF, -411px 682px #FFF, -1399px 108px #FFF, -132px 621px #FFF, -1843px 1039px #FFF, -1782px 243px #FFF, -616px 1941px #FFF, -211px 1602px #FFF, -1270px 532px #FFF, -93px 1898px #FFF, -1172px 1951px #FFF, -556px 1591px #FFF, -364px 1774px #FFF, -639px 825px #FFF, -1339px 1797px #FFF, -247px 69px #FFF, -1404px 1019px #FFF, -1656px 750px #FFF, -455px 1339px #FFF, -486px 92px #FFF, -1811px 790px #FFF, -1897px 124px #FFF, -119px 559px #FFF, -1255px 341px #FFF, -1065px 70px #FFF, -1417px 158px #FFF, -1023px 1068px #FFF, -1987px 1998px #FFF, -919px 1283px #FFF, -1804px 1523px #FFF, -735px 1568px #FFF, -1386px 6px #FFF, -451px 720px #FFF, -480px 80px #FFF, -1372px 580px #FFF, -483px 158px #FFF, -1708px 727px #FFF, -757px 96px #FFF, -427px 123px #FFF, -271px 1984px #FFF, -1201px 912px #FFF, -207px 1769px #FFF, -149px 1323px #FFF, -47px 1298px #FFF, -564px 892px #FFF, -664px 1241px #FFF, -1362px 298px #FFF, -412px 1621px #FFF, -1892px 36px #FFF, -624px 495px #FFF, -15px 853px #FFF, -677px 1733px #FFF, -278px 243px #FFF, -758px 1389px #FFF, -244px 1412px #FFF, -1831px 1453px #FFF, -317px 725px #FFF, -1039px 1900px #FFF, -1686px 1142px #FFF, -929px 1657px #FFF, -979px 460px #FFF, -639px 1687px #FFF, -536px 121px #FFF, -159px 150px #FFF, -1338px 1555px #FFF, -24px 815px #FFF, -1974px 951px #FFF, -1261px 1532px #FFF, -1750px 1463px #FFF, -161px 701px #FFF, -1797px 1178px #FFF, -1881px 137px #FFF, -1080px 732px #FFF, -1446px 217px #FFF, -1168px 1856px #FFF, -380px 339px #FFF, -700px 1730px #FFF, -1656px 1206px #FFF, -531px 1246px #FFF, -1380px 977px #FFF, -975px 1950px #FFF, -1056px 1580px #FFF, -1279px 1372px #FFF, -327px 606px #FFF, -950px 399px #FFF, -162px 642px #FFF, -56px 687px #FFF, -1969px 1525px #FFF, -1033px 81px #FFF, -783px 1050px #FFF, -1621px 1790px #FFF, -1703px 244px #FFF, -1846px 1919px #FFF, -756px 721px #FFF, -1133px 717px #FFF, -260px 665px #FFF, -1211px 1355px #FFF, -1969px 1709px #FFF, -3px 1700px #FFF, -386px 914px #FFF, -1400px 33px #FFF, -688px 1691px #FFF, -606px 869px #FFF, -331px 476px #FFF, -401px 196px #FFF, -1125px 1492px #FFF, -234px 1545px #FFF, -1531px 6px #FFF, -1605px 855px #FFF, -339px 1904px #FFF, -1304px 1343px #FFF, -1114px 1911px #FFF, -1257px 56px #FFF, -1858px 1786px #FFF, -1356px 1919px #FFF, -531px 110px #FFF, -856px 11px #FFF, -1383px 808px #FFF, -684px 1843px #FFF, -454px 1648px #FFF, -1079px 578px #FFF, -393px 216px #FFF, -701px 1028px #FFF, -1559px 177px #FFF, -154px 23px #FFF, -363px 1893px #FFF, -815px 1496px #FFF, -1867px 1401px #FFF, -1361px 1608px #FFF, -256px 1178px #FFF, -1840px 1211px #FFF, -900px 1229px #FFF, -725px 560px #FFF, -625px 1817px #FFF, -178px 78px #FFF, -1439px 1568px #FFF, -22px 1843px #FFF, -543px 225px #FFF, -505px 768px #FFF, -707px 1366px #FFF, -704px 93px #FFF, -717px 340px #FFF, -1693px 1413px #FFF, -1949px 54px #FFF, -172px 873px #FFF, -730px 1188px #FFF, -1639px 1276px #FFF, -237px 1404px #FFF, -1195px 807px #FFF, -409px 1605px #FFF, -302px 1269px #FFF, -1150px 1653px #FFF, -1023px 1029px #FFF, -215px 1886px #FFF, -1178px 182px #FFF, -958px 506px #FFF, -1836px 1545px #FFF, -411px 116px #FFF, -80px 514px #FFF, -551px 1648px #FFF, -169px 339px #FFF, -340px 1688px #FFF, -27px 551px #FFF, -233px 444px #FFF, -1826px 797px #FFF, -290px 328px #FFF, -91px 1951px #FFF, -776px 1119px #FFF, -1395px 591px #FFF, -913px 1639px #FFF, -504px 1298px #FFF, -1804px 650px #FFF, -1397px 1650px #FFF, -661px 361px #FFF, -1632px 345px #FFF, -432px 1289px #FFF, -876px 160px #FFF, -1542px 496px #FFF, -1515px 228px #FFF, -1914px 172px #FFF, -741px 694px #FFF, -16px 763px #FFF, -422px 1981px #FFF, -419px 464px #FFF, -677px 1762px #FFF, -172px 1148px #FFF, -891px 890px #FFF, -1704px 1136px #FFF, -1744px 358px #FFF, -273px 895px #FFF, -626px 1996px #FFF, -1422px 423px #FFF, -594px 142px #FFF, -1289px 1306px #FFF, -1px 576px #FFF, -738px 1726px #FFF, -832px 458px #FFF, -205px 995px #FFF, -85px 1605px #FFF, -360px 233px #FFF, -775px 158px #FFF, -264px 1778px #FFF, -1250px 24px #FFF, -666px 155px #FFF, -253px 770px #FFF, -1122px 1px #FFF, -1678px 1586px #FFF, -1362px 1170px #FFF, -1158px 1281px #FFF, -64px 1601px #FFF, -1000px 1414px #FFF, -977px 1487px #FFF, -948px 890px #FFF, -366px 87px #FFF, -1720px 1266px #FFF, -317px 702px #FFF, -368px 1988px #FFF, -722px 1915px #FFF, -987px 1978px #FFF, -366px 1639px #FFF, -840px 631px #FFF, -1275px 729px #FFF, -1793px 184px #FFF, -616px 747px #FFF, -583px 162px #FFF, -237px 328px #FFF, -1671px 1198px #FFF, -1193px 284px #FFF, -76px 1993px #FFF, -441px 1227px #FFF, -1922px 396px #FFF, -1353px 332px #FFF, -1036px 592px #FFF, -1840px 760px #FFF, -1048px 452px #FFF, -500px 1889px #FFF, -1611px 977px #FFF, -343px 432px #FFF, -1322px 154px #FFF, -1796px 858px #FFF, -879px 122px #FFF, -1308px 1332px #FFF, -333px 771px #FFF, -1923px 11px #FFF, -448px 1777px #FFF, -816px 400px #FFF, -742px 1722px #FFF, -1252px 1403px #FFF, -1871px 912px #FFF, -1062px 749px #FFF, -1763px 752px #FFF, -1983px 1512px #FFF, -861px 82px #FFF, -892px 679px #FFF, -1528px 1048px #FFF, -1727px 1196px #FFF, -435px 925px #FFF, -922px 115px #FFF, -1428px 1847px #FFF, -137px 1464px #FFF, -833px 1929px #FFF, -552px 1660px #FFF, -1914px 1731px #FFF, -381px 1225px #FFF, -389px 1321px #FFF, -1380px 1230px #FFF, -1151px 1764px #FFF, -1301px 107px #FFF, -824px 1133px #FFF, -1152px 1054px #FFF, -270px 1691px #FFF, -812px 572px #FFF, -630px 276px #FFF, -1317px 613px #FFF, -555px 681px #FFF, -1621px 1700px #FFF, -9px 3px #FFF, -521px 118px #FFF, -1749px 434px #FFF, -354px 1333px #FFF, -1879px 34px #FFF, -637px 847px #FFF, -1279px 1965px #FFF, -1651px 486px #FFF, -37px 1685px #FFF, -499px 1106px #FFF, -846px 950px #FFF, -92px 951px #FFF, -343px 9px #FFF, -909px 1374px #FFF, -125px 1477px #FFF, -1732px 676px #FFF, -1784px 346px #FFF, -1526px 470px #FFF, -72px 688px #FFF, -502px 1386px #FFF, -511px 149px #FFF, -1123px 678px #FFF, -313px 692px #FFF, -1352px 401px #FFF, -1225px 1569px #FFF, -1027px 133px #FFF, -633px 1174px #FFF, -1316px 1293px #FFF, -1921px 964px #FFF, -1059px 1617px #FFF, -1139px 1643px #FFF, -1879px 1145px #FFF, -1408px 1437px #FFF, -1933px 16px #FFF, -292px 1422px #FFF, -1803px 111px #FFF, -407px 1889px #FFF, -1133px 1394px #FFF, -1859px 739px #FFF, -603px 1867px #FFF, -166px 1640px #FFF, -364px 1242px #FFF, -1900px 31px #FFF, -1719px 1602px #FFF, -1144px 643px #FFF, -575px 827px #FFF, -389px 1950px #FFF, -1071px 1689px #FFF, -258px 1395px #FFF, -1757px 1878px #FFF, -1484px 1435px #FFF, -1775px 436px #FFF, -647px 154px #FFF, -504px 639px #FFF, -1382px 1867px #FFF, -1167px 1024px #FFF, -794px 1566px #FFF, -1376px 462px #FFF, -1826px 1761px #FFF, -869px 1812px #FFF, -1221px 783px #FFF, -772px 1003px #FFF, -1578px 926px #FFF, -553px 905px #FFF, -1805px 1938px #FFF, -489px 114px #FFF, -1110px 603px #FFF, -625px 581px #FFF, -555px 1716px #FFF, -1145px 801px #FFF, -1589px 1997px #FFF, -1696px 272px #FFF, -574px 786px #FFF, -471px 1657px #FFF, -909px 811px #FFF, -754px 401px #FFF, -186px 1995px #FFF, -1727px 890px #FFF, -326px 1057px #FFF, -458px 540px #FFF, -1824px 671px #FFF, -1415px 1870px #FFF, -150px 1099px #FFF, -852px 1751px #FFF, -1092px 1899px #FFF, -229px 406px #FFF, -84px 15px #FFF, -52px 1096px #FFF, -410px 423px #FFF, -735px 1165px #FFF, -1030px 1454px #FFF, -444px 770px #FFF, -1483px 1948px #FFF, -569px 1526px #FFF, -1157px 1761px #FFF, -1304px 598px #FFF, -1780px 637px #FFF, -1094px 525px #FFF, -527px 255px #FFF, -758px 877px #FFF, -803px 1575px #FFF, -1077px 1568px #FFF, -1565px 1753px #FFF, -385px 341px #FFF, -222px 1383px #FFF, -1650px 1347px #FFF, -1509px 1975px #FFF, -1162px 1712px #FFF, -1538px 980px #FFF, -793px 296px #FFF, -995px 1203px #FFF, -164px 443px #FFF, -50px 384px #FFF, -920px 797px #FFF, -1839px 295px #FFF, -1750px 1093px #FFF, -1126px 1758px #FFF, -1590px 1330px #FFF, -23px 888px #FFF, -890px 1916px #FFF, -980px 710px #FFF, -1350px 1869px #FFF, -1449px 134px #FFF, -1932px 87px #FFF, -1406px 842px #FFF, -282px 1967px #FFF, -282px 800px #FFF, -1104px 285px #FFF, -323px 399px #FFF, -399px 631px #FFF, -292px 656px #FFF, -219px 271px #FFF, -1471px 187px #FFF, -1403px 916px #FFF, -1857px 1988px #FFF, -583px 1256px #FFF, -708px 1969px #FFF, -375px 1462px #FFF, -1728px 388px #FFF, -1734px 1277px #FFF, -114px 640px #FFF, -1868px 630px #FFF, -741px 667px #FFF, -557px 396px #FFF, -155px 19px #FFF, -831px 134px #FFF, -1377px 550px #FFF, -1151px 1687px #FFF, -1950px 1796px #FFF, -1671px 116px #FFF, -385px 84px #FFF, -264px 482px #FFF, -1390px 1003px #FFF, -1506px 1490px #FFF, -1805px 1925px #FFF, -1943px 956px #FFF, -1194px 1608px #FFF, -549px 1354px #FFF, -1116px 1368px #FFF, -1544px 692px #FFF, -583px 286px #FFF, -180px 19px #FFF, -1334px 253px #FFF, -1690px 557px #FFF, -1130px 1757px #FFF, -1112px 175px #FFF, -697px 903px #FFF, -738px 854px #FFF, -732px 1630px #FFF, -1129px 1538px #FFF, -1128px 1028px #FFF, -285px 1879px #FFF, -1465px 1625px #FFF, -678px 1994px #FFF, -1442px 493px #FFF, -1102px 452px #FFF, -133px 1326px #FFF, -1132px 56px #FFF, -1041px 1408px #FFF, -33px 141px #FFF, -586px 295px #FFF, -301px 1190px #FFF, -1280px 1252px #FFF, -1077px 1370px #FFF, -1656px 1712px #FFF, -910px 689px #FFF, -1406px 15px #FFF, -132px 899px #FFF;
    animation: animStar 50s linear infinite;
}

.blocksync-stars:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: -1932px 573px #FFF, -801px 296px #FFF, -229px 1065px #FFF, -1968px 355px #FFF, -263px 1640px #FFF, -819px 176px #FFF, -1145px 1779px #FFF, -13px 1213px #FFF, -1305px 29px #FFF, -469px 1482px #FFF, -1988px 1482px #FFF, -741px 1751px #FFF, -1910px 1298px #FFF, -1502px 822px #FFF, -1143px 1656px #FFF, -1412px 1848px #FFF, -812px 1181px #FFF, -751px 60px #FFF, -497px 752px #FFF, -552px 277px #FFF, -211px 71px #FFF, -1025px 769px #FFF, -1754px 965px #FFF, -1163px 895px #FFF, -1684px 602px #FFF, -1662px 832px #FFF, -1710px 1217px #FFF, -1524px 1926px #FFF, -1487px 923px #FFF, -718px 817px #FFF, -1703px 769px #FFF, -1708px 1402px #FFF, -1910px 716px #FFF, -649px 1721px #FFF, -1012px 758px #FFF, -301px 718px #FFF, -991px 492px #FFF, -1928px 33px #FFF, -840px 1535px #FFF, -12px 980px #FFF, -1918px 763px #FFF, -63px 596px #FFF, -787px 1840px #FFF, -904px 123px #FFF, -1463px 1659px #FFF, -654px 1948px #FFF, -146px 773px #FFF, -728px 912px #FFF, -1294px 1000px #FFF, -1988px 1042px #FFF, -637px 392px #FFF, -1721px 1361px #FFF, -451px 441px #FFF, -463px 1597px #FFF, -664px 879px #FFF, -403px 1542px #FFF, -1451px 1751px #FFF, -990px 1968px #FFF, -1464px 137px #FFF, -1485px 944px #FFF, -1877px 1913px #FFF, -1371px 198px #FFF, -1033px 1558px #FFF, -564px 434px #FFF, -972px 827px #FFF, -1600px 920px #FFF, -864px 437px #FFF, -1227px 851px #FFF, -874px 1398px #FFF, -1255px 520px #FFF, -920px 144px #FFF, -848px 242px #FFF, -1303px 1861px #FFF, -1003px 1774px #FFF, -942px 164px #FFF, -1710px 1377px #FFF, -1143px 1668px #FFF, -482px 466px #FFF, -1398px 1057px #FFF, -1960px 688px #FFF, -1564px 3px #FFF, -644px 115px #FFF, -1019px 1290px #FFF, -1456px 1852px #FFF, -1326px 1164px #FFF, -30px 503px #FFF, -883px 1097px #FFF, -1140px 1590px #FFF, -1236px 672px #FFF, -1261px 73px #FFF, -1456px 633px #FFF, -832px 614px #FFF, -255px 1884px #FFF, -1395px 229px #FFF, -503px 1333px #FFF, -2px 385px #FFF, -445px 63px #FFF, -624px 1574px #FFF, -1320px 438px #FFF, -1861px 1256px #FFF, -1872px 1909px #FFF, -1521px 1581px #FFF, -505px 492px #FFF, -1667px 932px #FFF, -98px 716px #FFF, -1470px 761px #FFF, -776px 620px #FFF, -1328px 1476px #FFF, -527px 996px #FFF, -1008px 1686px #FFF, -757px 665px #FFF, -75px 509px #FFF, -15px 1807px #FFF, -1660px 1287px #FFF, -1468px 1834px #FFF, -1476px 447px #FFF, -1289px 453px #FFF, -1814px 146px #FFF, -1009px 1274px #FFF, -1643px 463px #FFF, -1068px 60px #FFF, -126px 369px #FFF, -653px 153px #FFF, -568px 326px #FFF, -1833px 1798px #FFF, -1708px 608px #FFF, -1634px 1097px #FFF, -100px 1187px #FFF, -575px 466px #FFF, -647px 893px #FFF, -244px 410px #FFF, -1583px 31px #FFF, -1981px 586px #FFF, -755px 394px #FFF, -755px 593px #FFF, -829px 962px #FFF, -721px 1456px #FFF, -1334px 852px #FFF, -1534px 466px #FFF, -1497px 1645px #FFF, -557px 262px #FFF, -779px 1981px #FFF, -865px 858px #FFF, -576px 1980px #FFF, -792px 1505px #FFF, -877px 1458px #FFF, -1075px 289px #FFF, -761px 1630px #FFF, -1060px 1359px #FFF, -1624px 1720px #FFF, -1570px 1544px #FFF, -1675px 417px #FFF, -575px 1814px #FFF, -229px 1859px #FFF, -1164px 1697px #FFF, -1774px 1610px #FFF, -1295px 965px #FFF, -136px 848px #FFF, -1772px 129px #FFF, -1728px 406px #FFF, -874px 656px #FFF, -1821px 822px #FFF, -1268px 298px #FFF, -818px 1081px #FFF, -1583px 770px #FFF, -208px 700px #FFF, -6px 689px #FFF, -1013px 726px #FFF, -1734px 1394px #FFF, -1887px 1847px #FFF, -643px 570px #FFF, -1453px 1357px #FFF, -921px 1436px #FFF, -1599px 501px #FFF, -758px 426px #FFF, -1486px 1161px #FFF, -708px 973px #FFF, -329px 429px #FFF, -184px 1760px #FFF, -1236px 230px #FFF, -1373px 741px #FFF, -1509px 1982px #FFF, -795px 1062px #FFF, -922px 967px #FFF, -1679px 845px #FFF, -1828px 844px #FFF, -1326px 174px #FFF, -360px 523px #FFF, -693px 219px #FFF, -1051px 1143px #FFF, -1862px 752px #FFF, -1603px 1767px #FFF, -841px 895px #FFF, -1191px 83px #FFF, -1828px 228px #FFF, -1936px 591px #FFF, -1398px 429px #FFF, -609px 156px #FFF, -1573px 1741px #FFF, -598px 447px #FFF, -928px 938px #FFF, -1285px 493px #FFF, -1070px 271px #FFF, -865px 328px #FFF, -681px 1676px #FFF, -951px 1024px #FFF, -8px 1383px #FFF, -485px 582px #FFF, -1556px 1366px #FFF, -156px 600px #FFF, -1974px 1579px #FFF, -1956px 694px #FFF, -225px 877px #FFF, -874px 753px #FFF, -509px 986px #FFF, -686px 2000px #FFF, -761px 276px #FFF, -607px 889px #FFF, -440px 22px #FFF, -1971px 537px #FFF, -438px 420px #FFF, -212px 996px #FFF, -490px 1910px #FFF, -152px 957px #FFF, -17px 1223px #FFF, -581px 440px #FFF, -230px 1104px #FFF, -436px 291px #FFF, -750px 132px #FFF, -28px 1999px #FFF, -1698px 1383px #FFF, -1381px 1987px #FFF, -1346px 752px #FFF, -1160px 906px #FFF, -643px 695px #FFF, -640px 436px #FFF, -1007px 1005px #FFF, -411px 682px #FFF, -1399px 108px #FFF, -132px 621px #FFF, -1843px 1039px #FFF, -1782px 243px #FFF, -616px 1941px #FFF, -211px 1602px #FFF, -1270px 532px #FFF, -93px 1898px #FFF, -1172px 1951px #FFF, -556px 1591px #FFF, -364px 1774px #FFF, -639px 825px #FFF, -1339px 1797px #FFF, -247px 69px #FFF, -1404px 1019px #FFF, -1656px 750px #FFF, -455px 1339px #FFF, -486px 92px #FFF, -1811px 790px #FFF, -1897px 124px #FFF, -119px 559px #FFF, -1255px 341px #FFF, -1065px 70px #FFF, -1417px 158px #FFF, -1023px 1068px #FFF, -1987px 1998px #FFF, -919px 1283px #FFF, -1804px 1523px #FFF, -735px 1568px #FFF, -1386px 6px #FFF, -451px 720px #FFF, -480px 80px #FFF, -1372px 580px #FFF, -483px 158px #FFF, -1708px 727px #FFF, -757px 96px #FFF, -427px 123px #FFF, -271px 1984px #FFF, -1201px 912px #FFF, -207px 1769px #FFF, -149px 1323px #FFF, -47px 1298px #FFF, -564px 892px #FFF, -664px 1241px #FFF, -1362px 298px #FFF, -412px 1621px #FFF, -1892px 36px #FFF, -624px 495px #FFF, -15px 853px #FFF, -677px 1733px #FFF, -278px 243px #FFF, -758px 1389px #FFF, -244px 1412px #FFF, -1831px 1453px #FFF, -317px 725px #FFF, -1039px 1900px #FFF, -1686px 1142px #FFF, -929px 1657px #FFF, -979px 460px #FFF, -639px 1687px #FFF, -536px 121px #FFF, -159px 150px #FFF, -1338px 1555px #FFF, -24px 815px #FFF, -1974px 951px #FFF, -1261px 1532px #FFF, -1750px 1463px #FFF, -161px 701px #FFF, -1797px 1178px #FFF, -1881px 137px #FFF, -1080px 732px #FFF, -1446px 217px #FFF, -1168px 1856px #FFF, -380px 339px #FFF, -700px 1730px #FFF, -1656px 1206px #FFF, -531px 1246px #FFF, -1380px 977px #FFF, -975px 1950px #FFF, -1056px 1580px #FFF, -1279px 1372px #FFF, -327px 606px #FFF, -950px 399px #FFF, -162px 642px #FFF, -56px 687px #FFF, -1969px 1525px #FFF, -1033px 81px #FFF, -783px 1050px #FFF, -1621px 1790px #FFF, -1703px 244px #FFF, -1846px 1919px #FFF, -756px 721px #FFF, -1133px 717px #FFF, -260px 665px #FFF, -1211px 1355px #FFF, -1969px 1709px #FFF, -3px 1700px #FFF, -386px 914px #FFF, -1400px 33px #FFF, -688px 1691px #FFF, -606px 869px #FFF, -331px 476px #FFF, -401px 196px #FFF, -1125px 1492px #FFF, -234px 1545px #FFF, -1531px 6px #FFF, -1605px 855px #FFF, -339px 1904px #FFF, -1304px 1343px #FFF, -1114px 1911px #FFF, -1257px 56px #FFF, -1858px 1786px #FFF, -1356px 1919px #FFF, -531px 110px #FFF, -856px 11px #FFF, -1383px 808px #FFF, -684px 1843px #FFF, -454px 1648px #FFF, -1079px 578px #FFF, -393px 216px #FFF, -701px 1028px #FFF, -1559px 177px #FFF, -154px 23px #FFF, -363px 1893px #FFF, -815px 1496px #FFF, -1867px 1401px #FFF, -1361px 1608px #FFF, -256px 1178px #FFF, -1840px 1211px #FFF, -900px 1229px #FFF, -725px 560px #FFF, -625px 1817px #FFF, -178px 78px #FFF, -1439px 1568px #FFF, -22px 1843px #FFF, -543px 225px #FFF, -505px 768px #FFF, -707px 1366px #FFF, -704px 93px #FFF, -717px 340px #FFF, -1693px 1413px #FFF, -1949px 54px #FFF, -172px 873px #FFF, -730px 1188px #FFF, -1639px 1276px #FFF, -237px 1404px #FFF, -1195px 807px #FFF, -409px 1605px #FFF, -302px 1269px #FFF, -1150px 1653px #FFF, -1023px 1029px #FFF, -215px 1886px #FFF, -1178px 182px #FFF, -958px 506px #FFF, -1836px 1545px #FFF, -411px 116px #FFF, -80px 514px #FFF, -551px 1648px #FFF, -169px 339px #FFF, -340px 1688px #FFF, -27px 551px #FFF, -233px 444px #FFF, -1826px 797px #FFF, -290px 328px #FFF, -91px 1951px #FFF, -776px 1119px #FFF, -1395px 591px #FFF, -913px 1639px #FFF, -504px 1298px #FFF, -1804px 650px #FFF, -1397px 1650px #FFF, -661px 361px #FFF, -1632px 345px #FFF, -432px 1289px #FFF, -876px 160px #FFF, -1542px 496px #FFF, -1515px 228px #FFF, -1914px 172px #FFF, -741px 694px #FFF, -16px 763px #FFF, -422px 1981px #FFF, -419px 464px #FFF, -677px 1762px #FFF, -172px 1148px #FFF, -891px 890px #FFF, -1704px 1136px #FFF, -1744px 358px #FFF, -273px 895px #FFF, -626px 1996px #FFF, -1422px 423px #FFF, -594px 142px #FFF, -1289px 1306px #FFF, -1px 576px #FFF, -738px 1726px #FFF, -832px 458px #FFF, -205px 995px #FFF, -85px 1605px #FFF, -360px 233px #FFF, -775px 158px #FFF, -264px 1778px #FFF, -1250px 24px #FFF, -666px 155px #FFF, -253px 770px #FFF, -1122px 1px #FFF, -1678px 1586px #FFF, -1362px 1170px #FFF, -1158px 1281px #FFF, -64px 1601px #FFF, -1000px 1414px #FFF, -977px 1487px #FFF, -948px 890px #FFF, -366px 87px #FFF, -1720px 1266px #FFF, -317px 702px #FFF, -368px 1988px #FFF, -722px 1915px #FFF, -987px 1978px #FFF, -366px 1639px #FFF, -840px 631px #FFF, -1275px 729px #FFF, -1793px 184px #FFF, -616px 747px #FFF, -583px 162px #FFF, -237px 328px #FFF, -1671px 1198px #FFF, -1193px 284px #FFF, -76px 1993px #FFF, -441px 1227px #FFF, -1922px 396px #FFF, -1353px 332px #FFF, -1036px 592px #FFF, -1840px 760px #FFF, -1048px 452px #FFF, -500px 1889px #FFF, -1611px 977px #FFF, -343px 432px #FFF, -1322px 154px #FFF, -1796px 858px #FFF, -879px 122px #FFF, -1308px 1332px #FFF, -333px 771px #FFF, -1923px 11px #FFF, -448px 1777px #FFF, -816px 400px #FFF, -742px 1722px #FFF, -1252px 1403px #FFF, -1871px 912px #FFF, -1062px 749px #FFF, -1763px 752px #FFF, -1983px 1512px #FFF, -861px 82px #FFF, -892px 679px #FFF, -1528px 1048px #FFF, -1727px 1196px #FFF, -435px 925px #FFF, -922px 115px #FFF, -1428px 1847px #FFF, -137px 1464px #FFF, -833px 1929px #FFF, -552px 1660px #FFF, -1914px 1731px #FFF, -381px 1225px #FFF, -389px 1321px #FFF, -1380px 1230px #FFF, -1151px 1764px #FFF, -1301px 107px #FFF, -824px 1133px #FFF, -1152px 1054px #FFF, -270px 1691px #FFF, -812px 572px #FFF, -630px 276px #FFF, -1317px 613px #FFF, -555px 681px #FFF, -1621px 1700px #FFF, -9px 3px #FFF, -521px 118px #FFF, -1749px 434px #FFF, -354px 1333px #FFF, -1879px 34px #FFF, -637px 847px #FFF, -1279px 1965px #FFF, -1651px 486px #FFF, -37px 1685px #FFF, -499px 1106px #FFF, -846px 950px #FFF, -92px 951px #FFF, -343px 9px #FFF, -909px 1374px #FFF, -125px 1477px #FFF, -1732px 676px #FFF, -1784px 346px #FFF, -1526px 470px #FFF, -72px 688px #FFF, -502px 1386px #FFF, -511px 149px #FFF, -1123px 678px #FFF, -313px 692px #FFF, -1352px 401px #FFF, -1225px 1569px #FFF, -1027px 133px #FFF, -633px 1174px #FFF, -1316px 1293px #FFF, -1921px 964px #FFF, -1059px 1617px #FFF, -1139px 1643px #FFF, -1879px 1145px #FFF, -1408px 1437px #FFF, -1933px 16px #FFF, -292px 1422px #FFF, -1803px 111px #FFF, -407px 1889px #FFF, -1133px 1394px #FFF, -1859px 739px #FFF, -603px 1867px #FFF, -166px 1640px #FFF, -364px 1242px #FFF, -1900px 31px #FFF, -1719px 1602px #FFF, -1144px 643px #FFF, -575px 827px #FFF, -389px 1950px #FFF, -1071px 1689px #FFF, -258px 1395px #FFF, -1757px 1878px #FFF, -1484px 1435px #FFF, -1775px 436px #FFF, -647px 154px #FFF, -504px 639px #FFF, -1382px 1867px #FFF, -1167px 1024px #FFF, -794px 1566px #FFF, -1376px 462px #FFF, -1826px 1761px #FFF, -869px 1812px #FFF, -1221px 783px #FFF, -772px 1003px #FFF, -1578px 926px #FFF, -553px 905px #FFF, -1805px 1938px #FFF, -489px 114px #FFF, -1110px 603px #FFF, -625px 581px #FFF, -555px 1716px #FFF, -1145px 801px #FFF, -1589px 1997px #FFF, -1696px 272px #FFF, -574px 786px #FFF, -471px 1657px #FFF, -909px 811px #FFF, -754px 401px #FFF, -186px 1995px #FFF, -1727px 890px #FFF, -326px 1057px #FFF, -458px 540px #FFF, -1824px 671px #FFF, -1415px 1870px #FFF, -150px 1099px #FFF, -852px 1751px #FFF, -1092px 1899px #FFF, -229px 406px #FFF, -84px 15px #FFF, -52px 1096px #FFF, -410px 423px #FFF, -735px 1165px #FFF, -1030px 1454px #FFF, -444px 770px #FFF, -1483px 1948px #FFF, -569px 1526px #FFF, -1157px 1761px #FFF, -1304px 598px #FFF, -1780px 637px #FFF, -1094px 525px #FFF, -527px 255px #FFF, -758px 877px #FFF, -803px 1575px #FFF, -1077px 1568px #FFF, -1565px 1753px #FFF, -385px 341px #FFF, -222px 1383px #FFF, -1650px 1347px #FFF, -1509px 1975px #FFF, -1162px 1712px #FFF, -1538px 980px #FFF, -793px 296px #FFF, -995px 1203px #FFF, -164px 443px #FFF, -50px 384px #FFF, -920px 797px #FFF, -1839px 295px #FFF, -1750px 1093px #FFF, -1126px 1758px #FFF, -1590px 1330px #FFF, -23px 888px #FFF, -890px 1916px #FFF, -980px 710px #FFF, -1350px 1869px #FFF, -1449px 134px #FFF, -1932px 87px #FFF, -1406px 842px #FFF, -282px 1967px #FFF, -282px 800px #FFF, -1104px 285px #FFF, -323px 399px #FFF, -399px 631px #FFF, -292px 656px #FFF, -219px 271px #FFF, -1471px 187px #FFF, -1403px 916px #FFF, -1857px 1988px #FFF, -583px 1256px #FFF, -708px 1969px #FFF, -375px 1462px #FFF, -1728px 388px #FFF, -1734px 1277px #FFF, -114px 640px #FFF, -1868px 630px #FFF, -741px 667px #FFF, -557px 396px #FFF, -155px 19px #FFF, -831px 134px #FFF, -1377px 550px #FFF, -1151px 1687px #FFF, -1950px 1796px #FFF, -1671px 116px #FFF, -385px 84px #FFF, -264px 482px #FFF, -1390px 1003px #FFF, -1506px 1490px #FFF, -1805px 1925px #FFF, -1943px 956px #FFF, -1194px 1608px #FFF, -549px 1354px #FFF, -1116px 1368px #FFF, -1544px 692px #FFF, -583px 286px #FFF, -180px 19px #FFF, -1334px 253px #FFF, -1690px 557px #FFF, -1130px 1757px #FFF, -1112px 175px #FFF, -697px 903px #FFF, -738px 854px #FFF, -732px 1630px #FFF, -1129px 1538px #FFF, -1128px 1028px #FFF, -285px 1879px #FFF, -1465px 1625px #FFF, -678px 1994px #FFF, -1442px 493px #FFF, -1102px 452px #FFF, -133px 1326px #FFF, -1132px 56px #FFF, -1041px 1408px #FFF, -33px 141px #FFF, -586px 295px #FFF, -301px 1190px #FFF, -1280px 1252px #FFF, -1077px 1370px #FFF, -1656px 1712px #FFF, -910px 689px #FFF, -1406px 15px #FFF, -132px 899px #FFF;
}

.blocksync-stars2 {
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: -1719px 1002px #FFF, -203px 509px #FFF, -1691px 72px #FFF, -1759px 175px #FFF, -930px 1216px #FFF, -758px 1231px #FFF, -123px 1540px #FFF, -1915px 1665px #FFF, -389px 416px #FFF, -1721px 940px #FFF, -58px 1664px #FFF, -182px 597px #FFF, -1988px 1632px #FFF, -1189px 1212px #FFF, -260px 93px #FFF, -1467px 1862px #FFF, -1127px 812px #FFF, -59px 409px #FFF, -1570px 905px #FFF, -1368px 1115px #FFF, -1243px 1706px #FFF, -641px 420px #FFF, -945px 1041px #FFF, -1721px 977px #FFF, -1933px 1549px #FFF, -1963px 1240px #FFF, -844px 1180px #FFF, -1283px 1858px #FFF, -572px 1580px #FFF, -495px 788px #FFF, -688px 489px #FFF, -1164px 1357px #FFF, -211px 1309px #FFF, -111px 1890px #FFF, -616px 1751px #FFF, -662px 476px #FFF, -84px 957px #FFF, -1349px 250px #FFF, -1773px 1068px #FFF, -1843px 93px #FFF, -1745px 403px #FFF, -704px 332px #FFF, -922px 1946px #FFF, -1902px 1577px #FFF, -1083px 826px #FFF, -728px 1842px #FFF, -1862px 710px #FFF, -40px 1015px #FFF, -1023px 652px #FFF, -1558px 741px #FFF, -438px 891px #FFF, -724px 1042px #FFF, -83px 1089px #FFF, -1645px 1646px #FFF, -1985px 614px #FFF, -1695px 186px #FFF, -1797px 1069px #FFF, -1394px 1417px #FFF, -1100px 1176px #FFF, -162px 869px #FFF, -257px 1735px #FFF, -1654px 1227px #FFF, -1780px 1560px #FFF, -439px 872px #FFF, -1204px 38px #FFF, -681px 1141px #FFF, -215px 1164px #FFF, -1138px 1471px #FFF, -1491px 28px #FFF, -211px 368px #FFF, -213px 1515px #FFF, -156px 307px #FFF, -1717px 338px #FFF, -677px 1285px #FFF, -1654px 321px #FFF, -400px 1474px #FFF, -472px 1516px #FFF, -908px 980px #FFF, -1071px 1769px #FFF, -1802px 114px #FFF, -1531px 1950px #FFF, -546px 941px #FFF, -102px 1064px #FFF, -1476px 1612px #FFF, -1580px 1296px #FFF, -765px 1000px #FFF, -722px 887px #FFF, -1150px 1941px #FFF, -1163px 68px #FFF, -1213px 1919px #FFF, -431px 849px #FFF, -1733px 1019px #FFF, -1772px 899px #FFF, -1425px 437px #FFF, -1059px 1403px #FFF, -34px 467px #FFF, -699px 306px #FFF, -1495px 841px #FFF, -568px 1404px #FFF, -708px 112px #FFF, -1897px 558px #FFF, -70px 922px #FFF, -65px 824px #FFF, -1930px 1405px #FFF, -279px 573px #FFF, -778px 27px #FFF, -1627px 135px #FFF, -1921px 1028px #FFF, -1330px 1565px #FFF, -1002px 1341px #FFF, -371px 1635px #FFF, -1992px 1075px #FFF, -1567px 888px #FFF, -966px 418px #FFF, -1485px 74px #FFF, -154px 388px #FFF, -479px 1311px #FFF, -241px 831px #FFF, -827px 1746px #FFF, -151px 966px #FFF, -436px 1807px #FFF, -1242px 1722px #FFF, -753px 1233px #FFF, -431px 194px #FFF, -1493px 990px #FFF, -1585px 447px #FFF, -1739px 1174px #FFF, -1205px 1101px #FFF, -589px 444px #FFF, -796px 1798px #FFF, -190px 1152px #FFF, -461px 880px #FFF, -1147px 118px #FFF, -683px 1500px #FFF, -159px 169px #FFF, -379px 523px #FFF, -1365px 1285px #FFF, -1315px 1996px #FFF, -1414px 795px #FFF, -500px 522px #FFF, -1871px 1991px #FFF, -1319px 309px #FFF, -577px 1598px #FFF, -819px 1959px #FFF, -1937px 282px #FFF, -1568px 716px #FFF, -1202px 1431px #FFF, -1201px 268px #FFF, -1479px 47px #FFF, -1654px 1216px #FFF, -47px 1303px #FFF, -504px 1053px #FFF, -203px 1324px #FFF, -330px 179px #FFF, -1874px 122px #FFF, -411px 639px #FFF, -604px 644px #FFF, -298px 1143px #FFF, -717px 928px #FFF, -216px 356px #FFF, -528px 616px #FFF, -1179px 1044px #FFF, -1511px 1320px #FFF, -173px 1987px #FFF, -973px 472px #FFF, -1297px 1285px #FFF, -1763px 1473px #FFF, -1060px 450px #FFF, -274px 924px #FFF, -87px 1013px #FFF, -865px 665px #FFF, -763px 307px #FFF, -1413px 1610px #FFF, -1714px 52px #FFF, -156px 32px #FFF, -1483px 591px #FFF, -1265px 1347px #FFF, -738px 148px #FFF, -1361px 543px #FFF, -37px 1263px #FFF, -1114px 1401px #FFF, -1385px 1677px #FFF, -1107px 1600px #FFF, -1650px 1993px #FFF, -651px 1471px #FFF, -1834px 462px #FFF, -1774px 16px #FFF, -296px 1959px #FFF, -796px 884px #FFF, -907px 1345px #FFF, -257px 1497px #FFF, -374px 71px #FFF, -835px 1562px #FFF, -1842px 1736px #FFF, -488px 489px #FFF, -156px 1038px #FFF, -739px 1954px #FFF, -724px 1988px #FFF, -1571px 1486px #FFF, -1512px 1484px #FFF;
    animation: animStar 100s linear infinite;
}

.blocksync-stars2:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: -1719px 1002px #FFF, -203px 509px #FFF, -1691px 72px #FFF, -1759px 175px #FFF, -930px 1216px #FFF, -758px 1231px #FFF, -123px 1540px #FFF, -1915px 1665px #FFF, -389px 416px #FFF, -1721px 940px #FFF, -58px 1664px #FFF, -182px 597px #FFF, -1988px 1632px #FFF, -1189px 1212px #FFF, -260px 93px #FFF, -1467px 1862px #FFF, -1127px 812px #FFF, -59px 409px #FFF, -1570px 905px #FFF, -1368px 1115px #FFF, -1243px 1706px #FFF, -641px 420px #FFF, -945px 1041px #FFF, -1721px 977px #FFF, -1933px 1549px #FFF, -1963px 1240px #FFF, -844px 1180px #FFF, -1283px 1858px #FFF, -572px 1580px #FFF, -495px 788px #FFF, -688px 489px #FFF, -1164px 1357px #FFF, -211px 1309px #FFF, -111px 1890px #FFF, -616px 1751px #FFF, -662px 476px #FFF, -84px 957px #FFF, -1349px 250px #FFF, -1773px 1068px #FFF, -1843px 93px #FFF, -1745px 403px #FFF, -704px 332px #FFF, -922px 1946px #FFF, -1902px 1577px #FFF, -1083px 826px #FFF, -728px 1842px #FFF, -1862px 710px #FFF, -40px 1015px #FFF, -1023px 652px #FFF, -1558px 741px #FFF, -438px 891px #FFF, -724px 1042px #FFF, -83px 1089px #FFF, -1645px 1646px #FFF, -1985px 614px #FFF, -1695px 186px #FFF, -1797px 1069px #FFF, -1394px 1417px #FFF, -1100px 1176px #FFF, -162px 869px #FFF, -257px 1735px #FFF, -1654px 1227px #FFF, -1780px 1560px #FFF, -439px 872px #FFF, -1204px 38px #FFF, -681px 1141px #FFF, -215px 1164px #FFF, -1138px 1471px #FFF, -1491px 28px #FFF, -211px 368px #FFF, -213px 1515px #FFF, -156px 307px #FFF, -1717px 338px #FFF, -677px 1285px #FFF, -1654px 321px #FFF, -400px 1474px #FFF, -472px 1516px #FFF, -908px 980px #FFF, -1071px 1769px #FFF, -1802px 114px #FFF, -1531px 1950px #FFF, -546px 941px #FFF, -102px 1064px #FFF, -1476px 1612px #FFF, -1580px 1296px #FFF, -765px 1000px #FFF, -722px 887px #FFF, -1150px 1941px #FFF, -1163px 68px #FFF, -1213px 1919px #FFF, -431px 849px #FFF, -1733px 1019px #FFF, -1772px 899px #FFF, -1425px 437px #FFF, -1059px 1403px #FFF, -34px 467px #FFF, -699px 306px #FFF, -1495px 841px #FFF, -568px 1404px #FFF, -708px 112px #FFF, -1897px 558px #FFF, -70px 922px #FFF, -65px 824px #FFF, -1930px 1405px #FFF, -279px 573px #FFF, -778px 27px #FFF, -1627px 135px #FFF, -1921px 1028px #FFF, -1330px 1565px #FFF, -1002px 1341px #FFF, -371px 1635px #FFF, -1992px 1075px #FFF, -1567px 888px #FFF, -966px 418px #FFF, -1485px 74px #FFF, -154px 388px #FFF, -479px 1311px #FFF, -241px 831px #FFF, -827px 1746px #FFF, -151px 966px #FFF, -436px 1807px #FFF, -1242px 1722px #FFF, -753px 1233px #FFF, -431px 194px #FFF, -1493px 990px #FFF, -1585px 447px #FFF, -1739px 1174px #FFF, -1205px 1101px #FFF, -589px 444px #FFF, -796px 1798px #FFF, -190px 1152px #FFF, -461px 880px #FFF, -1147px 118px #FFF, -683px 1500px #FFF, -159px 169px #FFF, -379px 523px #FFF, -1365px 1285px #FFF, -1315px 1996px #FFF, -1414px 795px #FFF, -500px 522px #FFF, -1871px 1991px #FFF, -1319px 309px #FFF, -577px 1598px #FFF, -819px 1959px #FFF, -1937px 282px #FFF, -1568px 716px #FFF, -1202px 1431px #FFF, -1201px 268px #FFF, -1479px 47px #FFF, -1654px 1216px #FFF, -47px 1303px #FFF, -504px 1053px #FFF, -203px 1324px #FFF, -330px 179px #FFF, -1874px 122px #FFF, -411px 639px #FFF, -604px 644px #FFF, -298px 1143px #FFF, -717px 928px #FFF, -216px 356px #FFF, -528px 616px #FFF, -1179px 1044px #FFF, -1511px 1320px #FFF, -173px 1987px #FFF, -973px 472px #FFF, -1297px 1285px #FFF, -1763px 1473px #FFF, -1060px 450px #FFF, -274px 924px #FFF, -87px 1013px #FFF, -865px 665px #FFF, -763px 307px #FFF, -1413px 1610px #FFF, -1714px 52px #FFF, -156px 32px #FFF, -1483px 591px #FFF, -1265px 1347px #FFF, -738px 148px #FFF, -1361px 543px #FFF, -37px 1263px #FFF, -1114px 1401px #FFF, -1385px 1677px #FFF, -1107px 1600px #FFF, -1650px 1993px #FFF, -651px 1471px #FFF, -1834px 462px #FFF, -1774px 16px #FFF, -296px 1959px #FFF, -796px 884px #FFF, -907px 1345px #FFF, -257px 1497px #FFF, -374px 71px #FFF, -835px 1562px #FFF, -1842px 1736px #FFF, -488px 489px #FFF, -156px 1038px #FFF, -739px 1954px #FFF, -724px 1988px #FFF, -1571px 1486px #FFF, -1512px 1484px #FFF;
}

.blocksync-stars3 {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: -550px 607px #FFF, -897px 1709px #FFF, -1728px 1323px #FFF, -741px 1184px #FFF, -1833px 1122px #FFF, -1102px 1638px #FFF, -1997px 1809px #FFF, -1990px 298px #FFF, -1759px 1096px #FFF, -1748px 156px #FFF, -488px 493px #FFF, -410px 1113px #FFF, -252px 1447px #FFF, -1911px 428px #FFF, -1099px 1713px #FFF, -540px 1910px #FFF, -1316px 1577px #FFF, -901px 1059px #FFF, -1105px 473px #FFF, -63px 322px #FFF, -18px 1968px #FFF, -928px 1416px #FFF, -595px 2px #FFF, -1650px 1282px #FFF, -1159px 1357px #FFF, -1192px 413px #FFF, -817px 827px #FFF, -402px 449px #FFF, -888px 286px #FFF, -988px 234px #FFF, -481px 1933px #FFF, -1012px 861px #FFF, -80px 816px #FFF, -1585px 600px #FFF, -1523px 1819px #FFF, -802px 1633px #FFF, -1615px 1209px #FFF, -1837px 549px #FFF, -1932px 277px #FFF, -457px 85px #FFF, -1780px 272px #FFF, -999px 231px #FFF, -1715px 51px #FFF, -1321px 665px #FFF, -1706px 1781px #FFF, -155px 318px #FFF, -1979px 1145px #FFF, -319px 895px #FFF, -1901px 564px #FFF, -1525px 702px #FFF, -469px 1182px #FFF, -148px 840px #FFF, -737px 1579px #FFF, -1920px 218px #FFF, -607px 1112px #FFF, -1789px 60px #FFF, -1352px 901px #FFF, -1380px 1026px #FFF, -1781px 1152px #FFF, -1027px 1864px #FFF, -1616px 586px #FFF, -1893px 1385px #FFF, -999px 1600px #FFF, -580px 377px #FFF, -937px 1951px #FFF, -161px 1616px #FFF, -610px 477px #FFF, -1381px 1107px #FFF, -1907px 1337px #FFF, -1055px 742px #FFF, -1628px 1502px #FFF, -126px 1645px #FFF, -1491px 1376px #FFF, -1981px 325px #FFF, -622px 1324px #FFF, -1701px 523px #FFF, -195px 1040px #FFF, -1923px 771px #FFF, -1454px 1090px #FFF, -861px 1786px #FFF, -1575px 765px #FFF, -697px 470px #FFF, -1421px 943px #FFF, -1450px 991px #FFF, -1044px 776px #FFF, -341px 1714px #FFF, -1873px 795px #FFF, -1176px 316px #FFF, -934px 51px #FFF, -482px 1222px #FFF, -1769px 946px #FFF, -718px 958px #FFF, -1993px 154px #FFF, -284px 1932px #FFF, -1235px 1452px #FFF, -1924px 106px #FFF, -1164px 816px #FFF, -1740px 1865px #FFF, -566px 636px #FFF, -1730px 1281px #FFF;
    animation: animStar 150s linear infinite;
}

.blocksync-stars3:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: -550px 607px #FFF, -897px 1709px #FFF, -1728px 1323px #FFF, -741px 1184px #FFF, -1833px 1122px #FFF, -1102px 1638px #FFF, -1997px 1809px #FFF, -1990px 298px #FFF, -1759px 1096px #FFF, -1748px 156px #FFF, -488px 493px #FFF, -410px 1113px #FFF, -252px 1447px #FFF, -1911px 428px #FFF, -1099px 1713px #FFF, -540px 1910px #FFF, -1316px 1577px #FFF, -901px 1059px #FFF, -1105px 473px #FFF, -63px 322px #FFF, -18px 1968px #FFF, -928px 1416px #FFF, -595px 2px #FFF, -1650px 1282px #FFF, -1159px 1357px #FFF, -1192px 413px #FFF, -817px 827px #FFF, -402px 449px #FFF, -888px 286px #FFF, -988px 234px #FFF, -481px 1933px #FFF, -1012px 861px #FFF, -80px 816px #FFF, -1585px 600px #FFF, -1523px 1819px #FFF, -802px 1633px #FFF, -1615px 1209px #FFF, -1837px 549px #FFF, -1932px 277px #FFF, -457px 85px #FFF, -1780px 272px #FFF, -999px 231px #FFF, -1715px 51px #FFF, -1321px 665px #FFF, -1706px 1781px #FFF, -155px 318px #FFF, -1979px 1145px #FFF, -319px 895px #FFF, -1901px 564px #FFF, -1525px 702px #FFF, -469px 1182px #FFF, -148px 840px #FFF, -737px 1579px #FFF, -1920px 218px #FFF, -607px 1112px #FFF, -1789px 60px #FFF, -1352px 901px #FFF, -1380px 1026px #FFF, -1781px 1152px #FFF, -1027px 1864px #FFF, -1616px 586px #FFF, -1893px 1385px #FFF, -999px 1600px #FFF, -580px 377px #FFF, -937px 1951px #FFF, -161px 1616px #FFF, -610px 477px #FFF, -1381px 1107px #FFF, -1907px 1337px #FFF, -1055px 742px #FFF, -1628px 1502px #FFF, -126px 1645px #FFF, -1491px 1376px #FFF, -1981px 325px #FFF, -622px 1324px #FFF, -1701px 523px #FFF, -195px 1040px #FFF, -1923px 771px #FFF, -1454px 1090px #FFF, -861px 1786px #FFF, -1575px 765px #FFF, -697px 470px #FFF, -1421px 943px #FFF, -1450px 991px #FFF, -1044px 776px #FFF, -341px 1714px #FFF, -1873px 795px #FFF, -1176px 316px #FFF, -934px 51px #FFF, -482px 1222px #FFF, -1769px 946px #FFF, -718px 958px #FFF, -1993px 154px #FFF, -284px 1932px #FFF, -1235px 1452px #FFF, -1924px 106px #FFF, -1164px 816px #FFF, -1740px 1865px #FFF, -566px 636px #FFF, -1730px 1281px #FFF;
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-2000px);
    }
}

.tmp-banner-one-area-stars {
    position: relative;
}

.tmp-banner-one-area-stars .slider-bg-light {
    position: absolute;
    left: 25%;
    top: 0;
    min-width: 300px;
    z-index: -1;
    transform: scaleX(-1);
}

@media only screen and (max-width: 767px) {
    .tmp-banner-one-area-stars .slider-bg-light {
        left: 10%;
        min-width: none;
    }
}

@media only screen and (max-width: 479px) {
    .tmp-banner-one-area-stars .slider-bg-light {
        left: 5%;
    }
}

@media screen and (min-width: 2500px) {
    .tmp-banner-one-area-stars .slider-bg-light {
        left: 10%;
        transform: translateX(50%);
    }
}

.tmp-banner-one-area-stars .slider-bg-dot-shape {
    position: absolute;
    left: 35%;
    top: 0;
    z-index: -1;
}

/**************************************
    Elements Styles
***************************************/

.cno-header-top-news {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    z-index: 9;
    transition: 0.4s;
}

.cno-header-top-news .inner {
    display: flex;
    align-items: center;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .cno-header-top-news .inner {
        text-align: start;
        justify-content: space-between !important;
        padding-left: 25px;
    }
}

.cno-header-top-news .inner .content .news-text {
    display: inline-block;
    margin-right: 7px;
    color: var(--color-body);
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .cno-header-top-news .inner .content .news-text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .cno-header-top-news .inner .content .news-text {
        margin-right: 0;
        margin-top: 10px;
    }
}

.cno-header-top-news .inner .content .news-text img {
    width: 22px;
    margin-left: 5px;
}

.cno-header-top-news .inner .right-button {
    margin-right: 30px;
    margin-top: -4px;
}

@media only screen and (max-width: 767px) {
    .cno-header-top-news .inner .right-button {
        margin-right: 0;
    }
}

.cno-header-campaign {
    padding: 8px 0;
}

.cno-header-campaign .icon-close.position-right {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .cno-header-campaign .icon-close.position-right {
        left: 10px;
        top: 9px;
        transform: none;
    }
}

.cno-header-campaign.deactive {
    display: none !important;
}

/*--------------------------
    Campain Style 01  
----------------------------*/

@media only screen and (max-width: 767px) {
    .cno-header-campaign-1.cno-header-top-news .inner {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .cno-header-campaign-1.cno-header-top-news .inner .right-button {
        margin-right: 0;
        margin-top: 6px;
    }
}

/*--------------------------
    Header Top Styles  
-----------------------------*/

.cno-header-top {
    position: relative;
    z-index: 9999;
}

.cno-header-top.cno-header-top-1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
}

@media only screen and (min-width: 1200px) {
    .cno-header-top.cno-header-top-1.variation-height-60 {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 60px;
    }
}

.cno-header-top.cno-header-top-1.variation-height-50 {
    padding-top: 4px;
    padding-bottom: 4px;
    height: 50px;
    min-height: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .cno-header-top.cno-header-top-1.variation-height-50 {
        height: auto;
        min-height: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cno-header-top.cno-header-top-1.variation-height-50 {
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cno-header-top.cno-header-top-1.variation-height-50 {
        height: 40px;
        min-height: auto;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .cno-header-top.cno-header-top-1.variation-height-50 {
        height: 40px;
        min-height: auto;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .cno-header-top.cno-header-top-1::after {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 85%;
        display: block;
        z-index: 1;
        content: "";
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--dark-border) 100%);
        transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
        cursor: pointer;
        opacity: 1;
    }
}

.cno-header-top .top-expended-wrapper {
    height: 32px;
    transition: 0.3s linear;
}

.cno-header-top.top-expended-activation {
    transition: height 0.3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cno-header-top.top-expended-activation {
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .cno-header-top.top-expended-activation {
        overflow: hidden;
    }
}

.cno-header-top.top-expended-activation.active {
    overflow: visible !important;
}

@media only screen and (max-width: 767px) {
    .cno-header-top.top-expended-activation.active::after {
        display: none;
    }
}

.cno-header-top.top-expended-activation.active .topbar-expend-button i::before {
    content: "\f068";
}

.cno-header-top.cno-row-reverse .cno-header-sec,
.cno-header-top .cno-row-reverse .cno-header-sec {
    flex-direction: row-reverse;
}

.cno-header-top.cno-row-reverse .cno-header-left,
.cno-header-top .cno-row-reverse .cno-header-left {
    text-align: left;
}

.cno-header-top.cno-row-reverse .cno-header-left .cno-header-content,
.cno-header-top .cno-row-reverse .cno-header-left .cno-header-content {
    justify-content: flex-end !important;
}

.cno-header-top.cno-row-reverse .cno-header-right,
.cno-header-top .cno-row-reverse .cno-header-right {
    text-align: right;
}

.cno-header-top.cno-row-reverse .cno-header-right .cno-header-content,
.cno-header-top .cno-row-reverse .cno-header-right .cno-header-content {
    justify-content: flex-start !important;
}

.cno-header-top .cno-header-sec {
    flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .cno-header-top .cno-header-sec .cno-header-sec-col {
        flex-basis: 33.33%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cno-header-top .cno-header-sec .cno-header-sec-col {
        flex-basis: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cno-header-top .cno-header-sec .cno-header-sec-col {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .cno-header-top .cno-header-sec .cno-header-sec-col {
        flex-basis: 100%;
    }
}

.top-bar-expended {
    position: absolute;
    left: 25px;
    top: 10px;
    z-index: 99;
}

.top-bar-expended .cno-round-btn {
    width: auto;
    height: auto;
    line-height: inherit;
}

.top-bar-expended .cno-round-btn::after {
    display: none;
}

.top-bar-expended .cno-round-btn i {
    color: var(--color-heading);
}

.cno-header-top-2 p {
    margin-bottom: 0;
    font-size: 14px;
}

.cno-header-top-2 p a {
    transition: 0.3s;
}

.cno-header-top-2 p a i {
    position: relative;
    top: 2px;
}

.cno-header-top-2 .address-content {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}

.cno-header-top-2 .address-content p {
    margin-bottom: 0;
    padding: 0 15px;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .cno-header-top-2 .address-content p {
        padding: 0 8px;
    }
}

.cno-header-top-2 .address-content p+p::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background: var(--color-border);
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    opacity: 0.5;
}

.cno-header-top-2 .address-content p a {
    transition: 0.3s;
}

.cno-header-top-2 .address-content p a:hover {
    color: var(--color-primary);
}

.cno-header-top-2 .address-content p i {
    margin-left: 8px;
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cno-header-top-2 .fancy-menu-text {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .cno-header-top-2 .fancy-menu-text {
        text-align: center;
    }
}

.cno-header-top-2 .fancy-menu-address {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cno-header-top-2 .fancy-menu-address {
        justify-content: center;
        margin-top: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .cno-header-top-2 .fancy-menu-address {
        justify-content: center;
        margin-top: 6px;
    }
}

.cno-header-top-2 .fancu-menu-end {
    justify-content: flex-end;
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cno-header-top-2.header-top-2 .header-right {
        justify-content: end;
    }
}

@media only screen and (max-width: 767px) {
    .cno-header-top-2.header-top-2 .header-right {
        justify-content: center;
    }
}

@media only screen and (max-width: 479px) {
    .cno-header-top-2.header-top-2 .header-right {
        display: block;
    }
}

.cno-header-top-2.header-top-2 .header-right .social-icon-wrapper {
    margin-right: 10px;
    padding-right: 10px;
    flex-basis: auto;
}

@media only screen and (max-width: 479px) {
    .cno-header-top-2.header-top-2 .header-right .social-icon-wrapper {
        margin-top: 10px;
    }
}

.cno-header-top-2.header-top-2 .header-right .social-icon-wrapper .social-default.icon-naked {
    margin: -5px;
}

.cno-header-top-2.header-top-transparent {
    position: absolute;
    right: 0;
    left: 0;
    width: auto;
    background-color: transparent;
}

.cno-header-top-2.color-white p {
    color: var(--color-white);
    opacity: 0.7;
}

.cno-header-top-2.color-white a {
    color: var(--color-white);
}

.cno-header-top-2.color-white .social-default li {
    opacity: 0.7;
}

.cno-header-top-2.color-white .social-default li a {
    color: var(--color-white);
}

/*----------------------
    Nav Styles  
-----------------------*/

.cno-header .mainmenu-nav .mainmenu {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.cno-header .mainmenu-nav .mainmenu>li>a {
    color: var(--color-heading);
    font-size: 16px;
    font-weight: 500;
    padding: 0 17px;
    display: flex;
    align-items: center;
    height: 80px;
    line-height: 80px;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .cno-header .mainmenu-nav .mainmenu>li>a {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cno-header .mainmenu-nav .mainmenu>li>a {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cno-header .mainmenu-nav .mainmenu>li>a {
        padding: 0 12px;
    }
}

.cno-header .mainmenu-nav .mainmenu>li>a i {
    transition: 0.3s;
    font-size: 12px;
    padding-right: 4px;
}

.cno-header .mainmenu-nav .mainmenu>li>a.active {
    color: var(--color-primary);
}

.cno-header .mainmenu-nav .mainmenu>li:hover>a,
.cno-header .mainmenu-nav .mainmenu>li.active>a {
    color: var(--color-primary) !important;
}

.cno-header .mainmenu-nav .mainmenu>li:hover>a i,
.cno-header .mainmenu-nav .mainmenu>li.active>a i {
    transform: rotate(-180deg);
    margin-top: 2px;
    padding-left: 4px;
    padding-right: 0;
}

.cno-header .mainmenu-nav .mainmenu li {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.cno-header .mainmenu-nav .mainmenu li:first-child a {
    padding-right: 0;
}

.cno-header .mainmenu-nav .mainmenu li:last-child a {
    padding-left: 0;
}

.cno-header .mainmenu-nav .mainmenu li.has-dropdown .submenu {
    min-width: 240px;
    height: auto;
    z-index: 90;
    text-align: right;
    padding: 12px 0;
    border-radius: 0 0 10px 10px;
    background-color: var(--color-white);
    box-shadow: var(--shadow-1);
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(230, 227, 241, 0.3098039216);
}

.cno-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li {
    position: relative;
}

.cno-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a {
    font-weight: 500;
    padding: 10px 20px;
    font-size: 14px;
    display: block;
    color: var(--color-body);
    margin: 0 10px;
    border-radius: 3px;
}

.cno-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a:hover {
    color: var(--color-primary) !important;
    background: var(--black-opacity);
}

.cno-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a.active {
    color: var(--color-primary) !important;
    background: var(--black-opacity);
}

.cno-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li ul.submenu {
    right: 100%;
    top: 0;
    text-align: right;
}

.cno-header .mainmenu-nav .mainmenu li.with-megamenu {
    position: relative;
}

.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu {
    transition: 0.3s;
    width: 100%;
    padding: 0 7px;
    border-radius: 0 0 10px 10px;
    left: 0;
}

.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu.grid-item-2 {
    min-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu.grid-item-3 {
    width: 900px;
    margin: 0 auto;
}

.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu.grid-item-4 {
    width: 100%;
    margin: 0 auto;
}

.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu .wrapper {
    border-radius: 0 0 10px 10px;
    background-color: var(--color-white);
    box-shadow: var(--shadow-1);
    padding: 25px 25px;
    overflow: hidden;
    border-top: 1px solid rgba(230, 227, 241, 0.3098039216);
}

.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu .wrapper .mega-menu-item {
    padding: 0;
    margin: 0;
    height: 100%;
    margin: 0 -10px;
}

.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu .wrapper .mega-menu-item li {
    margin: 0 -10px;
}

.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu .wrapper .mega-menu-item li a {
    font-weight: 500;
    padding: 10px 14px;
    font-size: 15px;
    display: block;
    color: var(--color-body);
    margin: 0 10px;
    border-radius: 4px;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu .wrapper .mega-menu-item li a .cno-badge-card {
    margin-right: 10px;
}

.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu .wrapper .mega-menu-item li a:hover,
.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu .wrapper .mega-menu-item li a.active {
    color: var(--color-primary) !important;
    background: var(--black-opacity);
}

.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu .wrapper .cno-ads-wrapper img {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu .wrapper .btn-wrapper {
    margin: -25px;
    margin-top: 0px;
}

.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu .wrapper .btn-wrapper a {
    font-size: 16px;
}

.cno-header .mainmenu-nav .mainmenu li.with-megamenu .cno-megamenu.menu-skin-dark .wrapper {
    background: var(--color-black);
    box-shadow: none;
}

.cno-header .mainmenu-nav .mainmenu li:last-child.with-megamenu .cno-megamenu,
.cno-header .mainmenu-nav .mainmenu li:nth-last-child(2).with-megamenu .cno-megamenu {
    left: 0;
    right: auto;
}

.cno-header .mainmenu-nav .mainmenu li:last-child.with-megamenu:hover .cno-megamenu,
.cno-header .mainmenu-nav .mainmenu li:nth-last-child(2).with-megamenu:hover .cno-megamenu {
    left: 0;
    right: auto;
}

.cno-header .mainmenu-nav .mainmenu>li .submenu>li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    border-radius: 10px;
}

.cno-header .mainmenu-nav.onepagenav .mainmenu li a {
    padding: 0;
    margin: 0 17px;
    position: relative;
}

.cno-header .mainmenu-nav.onepagenav .mainmenu li a::after {
    position: absolute;
    content: "";
    right: 0;
    background: var(--color-primary);
    width: 0;
    height: 2px;
    bottom: 0;
    opacity: 0;
    transition: 0.4s;
}

.cno-header .mainmenu-nav.onepagenav .mainmenu li:first-child {
    margin-right: 0;
}

.cno-header .mainmenu-nav.onepagenav .mainmenu li:last-child {
    margin-left: 0;
}

.cno-header .mainmenu-nav.onepagenav .mainmenu li.current a {
    color: var(--color-primary);
}

.cno-header .mainmenu-nav.onepagenav .mainmenu li.current a::after {
    width: 100%;
    opacity: 1;
}

/*------------------------------
    Naviation category Item  
--------------------------------*/

.nav-category-item {
    position: relative;
    z-index: 1;
    padding: 25px 20px;
}

.nav-category-item .image img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.nav-category-item a {
    display: flex;
    align-items: center;
}

.nav-category-item a span {
    font-size: 14px;
    font-weight: 600;
}

.nav-category-item a i {
    font-size: 16px;
    color: var(--color-body);
    padding-right: 4px;
    transition: 0.4s;
}

.nav-category-item:hover a i {
    padding-right: 10px;
}

/*----------------------------
    Mega Menu Options  
------------------------------*/

.mega-top-banner {
    background-image: url(../images/others/category-10.png), radial-gradient(100% 100% at 100% 0%, #484C7A 0%, #23263B 100%);
    background-size: contain;
    background-position: left 30%;
    margin: -25px;
    width: auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 25px;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
}

.mega-top-banner .content {
    width: 56%;
}

.mega-top-banner .content .title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.mega-top-banner .content .description {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}

.nav-quick-access {
    display: flex;
    flex-wrap: wrap;
    background: #f5f5fa;
    margin: -25px;
    margin-top: 20px;
    padding: 16px 25px;
    justify-content: space-between;
}

.nav-quick-access li {
    flex-basis: 50%;
    padding: 5px;
}

.nav-quick-access li a {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.nav-quick-access li a i {
    padding-left: 7px;
    color: #9698c3;
    font-size: 17px;
}

/*------------------------------
    Demo Presentation Area
--------------------------------*/

.home-plesentation-wrapper::-webkit-scrollbar {
    display: none;
}

.demo-single {
    text-align: center;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
    transition: 0.4s;
}

@media only screen and (max-width: 1199px) {
    .demo-single {
        box-shadow: none;
        margin-top: 0;
        border-radius: 0;
    }
}

.demo-single .inner {
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .demo-single .inner {
        text-align: right;
    }
}

.demo-single .inner .thumbnail {
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .demo-single .inner .thumbnail {
        display: none;
    }
}

.demo-single .inner .thumbnail a {
    display: block;
    overflow: hidden;
}

.demo-single .inner .thumbnail a img {
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.demo-single .inner .content {
    padding: 10px;
    padding-bottom: 0;
    position: absolute;
    bottom: -30px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: 0.4s;
}

@media only screen and (max-width: 1199px) {
    .demo-single .inner .content {
        padding: 0;
        opacity: 1;
        position: static;
        text-align: right;
    }
}

.demo-single .inner .content .title {
    margin-bottom: 0;
    line-height: inherit;
    font-size: 14px;
    color: var(--color-white) !important;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .demo-single .inner .content .title {
        font-size: 15px;
        color: var(--color-heading) !important;
    }
}

.demo-single .inner .content .title a {
    color: inherit;
}

.demo-single .inner .content .title i {
    position: relative;
    top: 2px;
}

@media only screen and (max-width: 1199px) {
    .demo-single .inner .content .title i {
        display: none;
    }
}

.demo-single:hover {
    transform: translateY(-20px);
}

.demo-single:hover .inner .content {
    opacity: 1;
    bottom: -30px;
}

@media only screen and (max-width: 1199px) {
    .demo-single:hover {
        transform: none;
    }
}

@media only screen and (max-width: 1199px) {
    .home-plesentation-wrapper {
        margin-bottom: 12px;
        margin-top: 0;
        max-height: inherit;
        min-height: inherit;
        overflow: inherit;
    }
}

@media only screen and (max-width: 1199px) {
    .home-plesentation-wrapper .single-mega-item+.single-mega-item .demo-single {
        border-top: 1px solid var(--color-border);
    }
}

@media only screen and (max-width: 1199px) {
    .single-dropdown-menu-presentation .single-mega-item {
        margin-top: 0 !important;
    }
}

/*----------------------
    Load More Btn  
-----------------------*/

.cno-megamenu .load-demo-btn {
    position: absolute;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
    display: none;
}

.coming-soon .demo-single .inner .thumbnail a img,
.coming-soon .demo-single .inner .content .title a {
    cursor: default;
}

/*---------------------------
 Header Common Styles 
-----------------------------*/

.cno-header-parent .cno-header-content {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.cno-header-parent .cno-header-content>div {
    padding: 0 5px;
}

.logo a img {
    max-height: 50px;
    object-fit: cover;
}

@media only screen and (max-width: 575px) {
    .logo a {
        height: auto;
        line-height: initial;
    }
}

.cno-header-parent {
    position: absolute;
    z-index: 99;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cno-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cno-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .cno-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.cno-header.cno-sticky {
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--color-white);
    width: 100%;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    z-index: 99;
    box-shadow: var(--shadow-1);
}

.cno-header.header-box-layout .mainbar-row {
    background-color: var(--color-white);
    padding: 0 25px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cno-header.header-box-layout .mainbar-row {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cno-header.header-box-layout .mainbar-row {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .cno-header.header-box-layout .mainbar-row {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.cno-header.header-box-layout.cno-sticky {
    background-color: transparent !important;
    box-shadow: none;
    padding-top: 10px;
}

/*----------------------------
    Navigation Position  
------------------------------*/

.manubar-row {
    display: flex;
    justify-content: space-between;
}

.manubar-row .cno-main-navigation {
    flex: 1;
    display: flex;
    margin: 0 30px;
    justify-content: center;
}

.manubar-row.cno-navigation-start .cno-main-navigation {
    justify-content: start;
}

.manubar-row.cno-navigation-end .cno-main-navigation {
    justify-content: end;
}

/*------------------------
    Header Transparent  
---------------------------*/

.cno-header-parent.cno-header-transperent:not(.bg-not-transparent) {
    background: transparent !important;
    box-shadow: none;
}

.cno-header-parent.cno-header-transperent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
}

.cno-header-parent .color-white-variation .mainmenu-nav .mainmenu>li>a {
    color: var(--color-white);
}

.cno-header-parent .color-white-variation .quick-access li a {
    color: var(--color-white);
}

.cno-header-parent .color-white-variation .quick-access li.account-access::after {
    opacity: 0.5;
}

/*--------------------------
    Header Section
----------------------------*/

.cno-header-sec {
    display: flex;
}

@media only screen and (min-width: 1200px) {
    .cno-header-sec {
        height: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cno-header-sec {
        height: 100%;
    }
}

.cno-header-sec .cno-header-sec-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.cno-header-sec .cno-header-sec-col .cno-header-content {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cno-header-sec .cno-header-sec-col .cno-header-content {
        margin: 0 -5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cno-header-sec .cno-header-sec-col .cno-header-content {
        margin: 0 -5px;
    }
}

@media only screen and (max-width: 767px) {
    .cno-header-sec .cno-header-sec-col .cno-header-content {
        margin: 0 -5px;
    }
}

.cno-header-sec .cno-header-sec-col .cno-header-content>div {
    padding: 0 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cno-header-sec .cno-header-sec-col .cno-header-content>div {
        padding: 0 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cno-header-sec .cno-header-sec-col .cno-header-content>div {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .cno-header-sec .cno-header-sec-col .cno-header-content>div {
        padding: 0 5px;
    }
}

.cno-header-sec .cno-header-left {
    text-align: right;
}

.cno-header-sec .cno-header-left .cno-header-content {
    justify-content: flex-start;
}

.cno-header-sec .cno-header-right {
    text-align: left;
}

.cno-header-sec .cno-header-right .cno-header-content {
    justify-content: flex-end;
}

.cno-header-sec .cno-header-center {
    text-align: center;
}

.cno-header-sec .cno-header-center .cno-header-content {
    justify-content: center;
}

.cno-header-sec.flex-row-reverse .cno-header-left {
    text-align: left;
}

.cno-header-sec.flex-row-reverse .cno-header-left .cno-header-content {
    justify-content: flex-end;
}

.cno-header-sec.flex-row-reverse .cno-header-right {
    text-align: right;
}

.cno-header-sec.flex-row-reverse .cno-header-right .cno-header-content {
    justify-content: flex-start;
}

/*------------------------------
    Popup Menu Styles  
--------------------------------*/

.popup-mobile-menu {
    z-index: 9999;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

@media only screen and (min-width: 1200px) {
    .popup-mobile-menu {
        display: none;
    }
}

.popup-mobile-menu .inner-wrapper {
    width: 400px;
    z-index: 999;
    position: absolute;
    background-color: #161616;
    height: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    opacity: 0;
    right: -150px;
    transition: all 0.5s ease-out;
    padding: 60px 50px;
    height: 100%;
    position: relative;
    overflow-y: auto;
}

@media only screen and (max-width: 767px) {
    .popup-mobile-menu .inner-wrapper {
        padding: 30px 30px;
    }
}

@media only screen and (max-width: 575px) {
    .popup-mobile-menu .inner-wrapper {
        width: 300px;
        padding: 30px 20px;
    }
}

.popup-mobile-menu .inner-wrapper .inner-top {
    border-bottom: 1px solid var(--primary-opacity);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .popup-mobile-menu .inner-wrapper .inner-top {
        padding-bottom: 15px;
        margin-bottom: 0px;
    }
}

.popup-mobile-menu .inner-wrapper .inner-top .content {
    display: flex;
    justify-content: space-between;
}

.popup-mobile-menu .inner-wrapper .inner-top .logo a img {
    max-height: 45px;
}

.popup-mobile-menu .inner-wrapper .inner-top .close-button {
    background: var(--color-white);
    border: 0 none;
    color: var(--color-heading);
    width: 40px;
    height: 40px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.popup-mobile-menu .inner-wrapper .content {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .popup-mobile-menu .inner-wrapper .content {
        display: block;
    }
}

.popup-mobile-menu .inner-wrapper .description {
    padding-left: 18%;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .popup-mobile-menu .inner-wrapper .description {
        padding-left: 0;
    }
}

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

.popup-mobile-menu.active .inner-wrapper {
    opacity: 1;
    right: 0;
    overflow-y: auto;
}

.popup-mobile-menu .mainmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 15px 0px;
}

.popup-mobile-menu .mainmenu li {
    margin: 0;
}

.popup-mobile-menu .mainmenu li a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.popup-mobile-menu .mainmenu li a.active {
    color: var(--color-primary) !important;
}

.popup-mobile-menu .mainmenu li a i {
    display: none;
}

.popup-mobile-menu .mainmenu li+li {
    border-top: 1px solid #202020;
}

.popup-mobile-menu .mainmenu .has-dropdown .submenu {
    padding: 0;
    max-width: 100%;
    list-style: none;
    padding-right: 14px;
    display: none;
}

.popup-mobile-menu .mainmenu .has-dropdown .submenu li a {
    font-size: 15px;
}

.popup-mobile-menu .mainmenu .has-dropdown .submenu li a.active {
    color: var(--color-primary) !important;
}

.popup-mobile-menu .mainmenu .has-menu-child-item>a,
.popup-mobile-menu .mainmenu .has-dropdown>a {
    position: relative;
}

.popup-mobile-menu .mainmenu .has-menu-child-item>a::after,
.popup-mobile-menu .mainmenu .has-dropdown>a::after {
    position: absolute;
    content: "\f107";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}

.popup-mobile-menu .mainmenu .has-menu-child-item>a.open::after,
.popup-mobile-menu .mainmenu .has-dropdown>a.open::after {
    content: "\f106";
}

.popup-mobile-menu .mainmenu .cno-megamenu {
    padding: 0;
    max-width: 100%;
    list-style: none;
    padding-right: 14px;
    display: none;
}

.popup-mobile-menu .mainmenu .mega-menu-item {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 0;
}

.popup-mobile-menu .mainmenu .mega-menu-item li a {
    font-size: 15px;
}

.popup-mobile-menu .mainmenu .mega-menu-item li:last-child {
    border-bottom: 1px solid var(--color-border);
}

.popup-mobile-menu .mainmenu .single-mega-item:last-child .mega-menu-item li:last-child {
    border-bottom-color: transparent;
}

.popup-mobile-menu .mainmenu .single-mega-item+.single-mega-item {
    margin-top: 15px;
}

.popup-mobile-menu .mainmenu .single-mega-item .cno-short-title {
    margin-top: 8px;
}

.popup-mobile-menu .mega-top-banner {
    margin: 0;
    margin-top: 10px;
    background-image: inherit;
    background-color: var(--color-dark);
    border-radius: 4px;
    margin-bottom: 9px;
}

.popup-mobile-menu .mega-top-banner .content {
    width: 100%;
    display: block;
}

.popup-mobile-menu .nav-quick-access {
    display: block;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: -20px;
    padding: 6px 17px;
    overflow: hidden;
}

.popup-mobile-menu .nav-quick-access li a {
    display: flex;
    font-size: 14px;
}

.popup-mobile-menu .nav-quick-access li a i {
    display: flex;
}

.popup-mobile-menu .cno-ads-wrapper {
    margin-bottom: 20px;
    margin-top: -16px;
    margin-right: -15px;
}

@media only screen and (max-width: 1199px) {
    .popup-mobile-menu .cno-ads-wrapper {
        margin-top: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .popup-mobile-menu .cno-ads-wrapper img {
        border-radius: 10px;
    }
}

.popup-mobile-menu .btn-wrapper {
    margin-right: -14px;
    margin-bottom: 20px;
    margin-top: -14px;
}

.popup-mobile-menu .cno-btn.btn-xl {
    padding: 0 15px !important;
    font-size: 14px !important;
    height: 50px;
    line-height: 52px;
    border-radius: 4px !important;
}

.popup-mobile-menu .cno-btn i {
    display: block !important;
}

.popup-mobile-menu .mega-category-item {
    margin-top: -15px;
    margin-bottom: 15px;
}

.popup-mobile-menu .mega-category-item .nav-category-item {
    padding: 8px 14px;
}

@media only screen and (max-width: 767px) {
    .hamberger {
        margin-right: 10px;
    }
}

.hamberger .hamberger-button {
    background: transparent;
    border: 0 none;
    color: var(--color-body);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0;
}

.popup-mobile-menu .mainmenu .has-menu-child-item>a::after {
    display: none;
}

/**************************************
    Template Styles
***************************************/

/*----------------------------
    BG Color Darker  
------------------------------*/

.bg-color-black {
    --dark-border: #525260;
}

.bg-color-black input[type=text],
.bg-color-black input[type=password],
.bg-color-black input[type=email],
.bg-color-black input[type=number],
.bg-color-black input[type=tel],
.bg-color-black textarea,
.bg-color-black select {
    color: var(--white-opacity);
}

.bg-color-black .cno-information-list li a {
    color: var(--white-opacity);
}

.bg-color-black .cno-information-list li a:hover {
    color: var(--color-white);
}

.bg-color-black .social-share-transparent li a {
    color: var(--white-opacity);
}

.bg-color-black .social-share-transparent li a:hover {
    color: var(--color-white);
}

.bg-color-black .quick-access>li>a {
    color: var(--white-opacity);
}

.bg-color-black .cno-header-top-news .inner .content .news-text,
.bg-color-black ul.cno-dropdown-menu>li>a,
.bg-color-black .cno-search-with-category .search-field .serach-btn,
.bg-color-black .cno-secondary-menu li a {
    color: var(--white-opacity);
}

.bg-color-black .cno-btn.btn-border-gradient {
    box-shadow: none;
}

.bg-color-black .top-bar-expended .cno-round-btn i {
    color: var(--color-white);
}

.bg-color-black .cno-search-with-category {
    border-color: var(--dark-border);
}

.bg-color-black .cno-search-with-category .search-by-category::after,
.bg-color-black .cno-separator::after {
    background: var(--dark-border);
}

.bg-color-black .cno-round-btn::after,
.bg-color-black .social-share-transparent li a::before {
    background: var(--white-opacity);
}

.accordion .accordion-item {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 30px;
}

.accordion .accordion-item .accordion-header .accordion-button {
    background: #0F0F0F;
    font-size: 20px;
    color: #fff;
    box-shadow: none;
    padding: 10px 15px;
}

.accordion .accordion-item .accordion-header .accordion-button::after {
    content: "+";
    background-image: none;
    transform: none;
    top: 0;
    margin-top: -13px;
}

.accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
    content: "-";
    font-family: "fontwasome";
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion .accordion-item .accordion-body {
    padding-top: 25px;
}

.accordion .accordion-item .accordion-body p {
    margin-bottom: 15px;
    color: #9F9F9F;
}

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

.thumbnail-image-area-faq {
    position: relative;
}

.thumbnail-image-area-faq .question-area {
    position: absolute;
    top: 0;
    left: 80px;
    height: 130px;
    width: 130px;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.thumbnail-image-area-faq .question-area i {
    font-size: 60px;
}

.thumbnail-image-area-faq .question-area i.fa-duotone.fa-question:after,
.thumbnail-image-area-faq .question-area i .fad.fa-question:after {
    content: "?";
}

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

.all-device-friendly.text-center {
    margin: 0 -50px 0 -100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .all-device-friendly.text-center {
        margin: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .all-device-friendly.text-center {
        margin: 0;
    }
}

.tmponhover {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--stroke-dark-100);
}

.tmponhover::before {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: inherit;
    border: 1px solid transparent;
    background-clip: border-box;
    -webkit-mask: var(--full) padding-box, var(--full);
    -webkit-mask-composite: xor;
    mask: var(--full) padding-box exclude, var(--full);
    pointer-events: none;
    background: var(--stroke-gr) border-box;
    z-index: 1;
    transition: 0.5s;
    transition: border-color 0.5s;
    opacity: 0;
    transition: opacity 0.5s ease;
    will-change: opacity;
}

.tmponhover::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: var(--color-gray-2);
    border-radius: 20px;
}

.tmponhover>* {
    z-index: 2;
    position: relative;
}

.tmponhover:hover,
.tmponhover.active {
    border-color: transparent;
}

.tmponhover:hover::before,
.tmponhover.active::before {
    opacity: 1;
}

.tmponhover:hover .tmp-light,
.tmponhover.active .tmp-light {
    opacity: 1;
}

.header--sticky.sticky {
    position: fixed !important;
    top: 0;
    display: block;
    backdrop-filter: blur(9px);
    width: 100%;
    box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
    background: var(--color-gray-2);
    z-index: 999;
    margin: auto;
    display: flex;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
    border-radius: 0;
}

.header--sticky.sticky .bg-color-white {
    width: 100%;
}

.land-bg-color {
    background-color: var(--color-page);
}

.land-banner {
    position: relative;
    overflow: hidden;
    height: 940px;
}

@media only screen and (max-width: 575px) {
    .land-banner {
        height: 750px;
    }
}

.land-banner .shape {
    position: absolute;
    right: 0;
    top: 0;
}

.land-banner .inner {
    padding: 0 100px;
    padding-top: 60px;
    margin-top: 120px;
}

@media only screen and (max-width: 767px) {
    .land-banner .inner {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 575px) {
    .land-banner .inner {
        padding: 0 0;
    }
}

.land-banner .inner .banner-top {
    justify-content: center;
}

.land-banner .inner .banner-top .demo {
    max-width: 376px;
    filter: drop-shadow(6px 6px 34px rgba(255, 1, 77, 0.068));
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .land-banner .inner .banner-top .demo {
        max-width: 260px;
    }
}

@media only screen and (max-width: 1199px) {
    .land-banner .inner .banner-top .demo {
        max-width: 260px;
    }
}

@media only screen and (max-width: 767px) {
    .land-banner .inner .banner-top .demo {
        max-width: 190px;
    }
}

@media only screen and (max-width: 575px) {
    .land-banner .inner .banner-top .demo {
        max-height: 110px;
    }
}

.land-banner .inner .banner-top .demo.two {
    left: 100px;
    right: auto;
    margin-top: 150px;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .land-banner .inner .banner-top .demo.two {
        left: 50px;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .land-banner .inner .banner-top .demo.two {
        left: 50px;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .land-banner .inner .banner-top .demo.two {
        left: 20px;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 479px) {
    .land-banner .inner .banner-top .demo.two {
        display: none;
    }
}

.land-banner .inner .banner-top .demo.zero {
    right: 100px;
    margin-top: 150px;
    left: auto;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .land-banner .inner .banner-top .demo.zero {
        right: 50px;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .land-banner .inner .banner-top .demo.zero {
        right: 50px;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .land-banner .inner .banner-top .demo.zero {
        right: 20px;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 479px) {
    .land-banner .inner .banner-top .demo.zero {
        display: none;
    }
}

.land-banner .inner .content {
    max-width: 754px;
    margin-bottom: 75px;
    margin-top: 80px;
    position: relative;
    z-index: 100;
}

@media only screen and (max-width: 767px) {
    .land-banner .inner .content {
        margin-top: 130px;
    }
}

.land-banner .inner .content .title {
    font-size: 50px;
    line-height: 1.19;
    font-weight: 600;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .land-banner .inner .content .title {
        font-size: 46px;
    }
}

@media only screen and (max-width: 575px) {
    .land-banner .inner .content .title {
        font-size: 32px;
    }
}

.land-banner .inner .content .title span {
    color: var(--color-primary);
}

.land-banner .inner .content .description {
    font-size: 20px;
    line-height: 30px;
    color: var(--color-body);
    font-weight: 400;
    padding: 0 0;
}

@media only screen and (max-width: 575px) {
    .land-banner .inner .content .description br {
        display: none;
    }
}

.land-banner .inner .banner-bottom {
    justify-content: center;
    gap: 460px;
}

.land-banner .inner .banner-bottom .demo {
    max-width: 376px;
    filter: drop-shadow(6px 6px 34px rgba(255, 1, 77, 0.068));
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .land-banner .inner .banner-bottom .demo {
        max-width: 280px;
    }
}

@media only screen and (max-width: 1199px) {
    .land-banner .inner .banner-bottom .demo {
        max-width: 260px;
    }
}

@media only screen and (max-width: 767px) {
    .land-banner .inner .banner-bottom .demo {
        max-width: 190px;
    }
}

@media only screen and (max-width: 575px) {
    .land-banner .inner .banner-bottom .demo {
        display: none;
    }
}

.land-banner .inner .banner-bottom .demo.three {
    right: 150px;
    left: auto;
    bottom: 120px;
    top: auto;
}

@media only screen and (max-width: 991px) {
    .land-banner .inner .banner-bottom .demo.three {
        right: 50px;
        bottom: 80px;
    }
}

.land-banner .inner .banner-bottom .demo.four {
    top: auto;
    left: 150px;
    right: auto;
    bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .land-banner .inner .banner-bottom .demo.four {
        left: 50px;
        bottom: 80px;
    }
}

.shape-zero-main img {
    opacity: 0.5;
}

.custom-circle {
    position: absolute;
    width: 1200px;
    height: 1200px;
    top: -400px;
    background: linear-gradient(-134.82deg, rgba(20, 155, 253, 0.25) 10.11%, rgba(20, 155, 253, 0.25) 83.27%);
    filter: blur(800px);
    left: -400px;
    opacity: 0.7;
}

.custom-circle-1 {
    position: absolute;
    width: 682px;
    height: 845px;
    right: -269px;
    top: -200px;
    background: linear-gradient(-148.7deg, rgba(20, 155, 253, 0.5) 4.79%, rgba(20, 155, 253, 0.08) 79.5%);
    opacity: 0.8;
    filter: blur(100px);
}

.single-service {
    padding: 50px 60px;
    position: relative;
    border-radius: 20px;
    background: var(--color-gray-2);
    height: 100%;
}

@media only screen and (max-width: 1199px) {
    .single-service {
        padding: 40px 25px;
    }
}

.single-service .inner {
    position: relative;
    z-index: 10;
}

.single-service .inner .icon {
    margin-bottom: 30px;
}

.single-service .inner .icon {
    width: 65px;
    height: 65px;
    background: var(--icon-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    min-width: 65px;
    box-shadow: var(--shadow-1);
    margin: 0 auto;
    margin-bottom: 30px;
}

.single-service .inner .icon i {
    font-size: 24px;
    color: var(--color-white);
}

.single-service .inner .content .title {
    font-size: 20px;
    color: var(--color-heading);
    font-weight: 700;
    margin-bottom: 20px;
}

.single-service .inner .content .description {
    font-size: 16px;
    line-height: 28px;
    color: var(--color-body);
}

.scroll-animation-all-wrapper {
    position: relative;
}

.scroll-animation-all-wrapper::before {
    position: absolute;
    height: 100%;
    width: 263px;
    background: linear-gradient(-270deg, rgba(6, 6, 6, 0.17) 0%, #060606 100%);
    z-index: 2;
    content: "";
    right: 0;
    top: 0;
}

@media only screen and (max-width: 575px) {
    .scroll-animation-all-wrapper::before {
        display: none;
    }
}

.scroll-animation-all-wrapper::after {
    position: absolute;
    height: 100%;
    width: 263px;
    background: linear-gradient(-270deg, rgba(6, 6, 6, 0.17) 0%, #060606 100%);
    z-index: 2;
    content: "";
    left: 0;
    top: 0;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

@media only screen and (max-width: 575px) {
    .scroll-animation-all-wrapper::after {
        display: none;
    }
}

.scroll-animation-all-wrapper .scroll-animation-wrapper .single-column .categori-list {
    display: flex;
    gap: 20px;
    align-items: center;
}

.scroll-animation-all-wrapper .scroll-animation-wrapper .single-column .categori-list.one-top {
    animation: marquee 85s linear infinite;
}

.scroll-animation-all-wrapper .scroll-animation-wrapper .single-column .categori-list.two-top {
    animation: marquee-2 105s linear infinite;
}

.scroll-animation-all-wrapper .scroll-animation-wrapper .single-column .categori-list.three-top {
    animation: marquee 125s linear infinite;
}

.scroll-animation-all-wrapper .scroll-animation-wrapper .single-column .categori-list:hover {
    animation-play-state: paused;
}

.scroll-animation-all-wrapper .scroll-animation-wrapper .single-column .categori-list a {
    min-width: max-content;
    padding: 8px 20px;
    background-color: var(--color-card);
    font-size: 16px;
    line-height: 28px;
    color: var(--color-body);
    border-radius: 6px;
}

.scroll-animation-all-wrapper .scroll-animation-wrapper .single-column .categori-list a i {
    color: var(--color-primary);
    margin-left: 7px;
}

.to-demo-area.movement .moves img.round {
    filter: grayscale(1);
}

@keyframes marquee-2 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(20%);
    }
    100% {
        transform: translateX(100%);
    }
}

.section-title.has-section-before {
    position: relative;
    z-index: 1;
}

.section-title .section-before-title {
    position: absolute;
    color: #494967;
    opacity: 0.15;
    font-size: 300px;
    font-weight: 700;
    line-height: 300px;
    top: -69px;
    right: 14%;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .section-title .section-before-title {
        font-size: 240px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-title .section-before-title {
        font-size: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title .section-before-title {
        font-size: 90px;
        line-height: 1.2;
    }
}

main.page-wrapper.land-bg-color {
    overflow-x: hidden;
}

.demo-presentation-area .section-title .number-title {
    font-size: 80px;
    line-height: 67px;
    color: var(--color-primary);
    font-weight: 700;
}

.demo-presentation-area .section-title .title {
    font-size: 50px;
    line-height: 1.19;
    font-weight: 700;
    color: var(--color-white);
    padding: 0 27%;
    margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .demo-presentation-area .section-title .title {
        padding: 0 22%;
    }
}

@media only screen and (max-width: 1199px) {
    .demo-presentation-area .section-title .title {
        padding: 0 15%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .demo-presentation-area .section-title .title {
        padding: 0 7%;
    }
}

@media only screen and (max-width: 767px) {
    .demo-presentation-area .section-title .title {
        font-size: 32px;
        padding: 0 2%;
    }
}

.demo-presentation-area .section-title .title span {
    font-size: 50px;
    background: linear-gradient(to left, rgba(96, 96, 106, 0.8) 68.72%, rgba(96, 96, 106, 0.2) 99.6%);
    /* Gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
    .demo-presentation-area .section-title .title span {
        font-size: 32px;
    }
}

.demo-presentation-area .section-title .description {
    color: var(--color-body);
    font-size: 16px;
    line-height: 1.57;
    padding: 0 32%;
}

@media only screen and (max-width: 767px) {
    .demo-presentation-area .section-title .description {
        padding: 0 5%;
    }
}

.demo-presentation-area .section-title .all-feature-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .demo-presentation-area .section-title .all-feature-list ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.demo-presentation-area .section-title .all-feature-list ul li {
    list-style: none;
}

@media only screen and (max-width: 767px) {
    .demo-presentation-area .section-title .all-feature-list ul li {
        margin-top: 0;
    }
}

.demo-presentation-area .section-title .all-feature-list ul li i {
    height: 22px;
    width: 22px;
    line-height: 22px;
    background-color: #3EB75E;
    border-radius: 100%;
    font-size: 14px;
    color: var(--color-white);
    margin-left: 7px;
}

.demo-presentation-area .section-title .all-feature-list ul li span {
    color: var(--color-white);
}

.demo-presentation-area .all-demo-presentation .single-demo .single-demo-link {
    background-color: var(--color-card);
    padding: 20px;
    display: block;
    border-radius: 8px;
    height: 100%;
}

.demo-presentation-area .all-demo-presentation .single-demo .single-demo-link .thumbnail {
    position: relative;
}

.demo-presentation-area .all-demo-presentation .single-demo .single-demo-link .thumbnail::before {
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    opacity: 0.7;
    transition: 0.3s;
}

.demo-presentation-area .all-demo-presentation .single-demo .single-demo-link .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.demo-presentation-area .all-demo-presentation .single-demo .single-demo-link .content .title {
    color: #F8F6FD;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.demo-presentation-area .all-demo-presentation .single-demo .single-demo-link .content span {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 500;
}

.demo-presentation-area .all-demo-presentation .single-demo .single-demo-link .content span.new-item {
    background-color: #5cb85c;
}

.demo-presentation-area .all-demo-presentation .single-demo .single-demo-link .content span.label-popular {
    background-color: #5237f9;
}

.demo-presentation-area .all-demo-presentation .single-demo .single-demo-link:hover .thumbnail::before {
    opacity: 0;
    visibility: hidden;
}

.tmp-pluginpresentation-area .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .tmp-pluginpresentation-area .section-title {
        flex-wrap: wrap;
    }
}

.tmp-pluginpresentation-area .section-title .title {
    font-size: 80px;
    color: var(--color-primary);
    font-weight: 700;
}

.tmp-pluginpresentation-area .section-title .content {
    max-width: 483px;
}

.tmp-pluginpresentation-area .section-title .content .title {
    color: var(--color-white);
    font-size: 22px;
    line-height: 1.14;
    font-weight: 600;
}

.tmp-pluginpresentation-area .section-title .content .description {
    color: var(--color-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.to-demo-area.movement .moves {
    display: block;
}

.land-banner {
    position: relative;
}

.land-banner .to-demo-area {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    max-width: 36px;
    cursor: pointer;
}

.land-banner .to-demo-area .small {
    position: absolute;
    right: 35%;
    top: 28%;
    transform: translate(50%, -50%);
    animation: jump-2 3s linear infinite;
    pointer-events: none;
}

.plugin-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.plugin-wrapper .single-feature-plugin .inner {
    text-align: center;
}

.plugin-wrapper .single-feature-plugin .inner .content {
    padding-top: 20px;
    text-align: center;
}

.plugin-wrapper .single-feature-plugin .inner .content .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--color-white);
}

.plugin-wrapper .single-feature-plugin .inner .content .tpm-badge {
    font-size: 16px;
    font-weight: 600;
    color: #9F9F9F;
    position: relative;
    background: linear-gradient(#0B0B0B, #0B0B0B) padding-box, linear-gradient(to bottom, rgba(20, 155, 253, 0.3137254902), rgba(20, 155, 253, 0.062745098)) border-box;
    border: 1px solid transparent;
    padding: 6px 20px;
    border-radius: 4px;
}

.elements-presentation-wrapper {
    background-color: #053a6d;
    margin: 0 30px;
    border-radius: 50px;
    position: relative;
    padding-right: 200px;
    padding-left: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .elements-presentation-wrapper {
        padding-right: 120px;
        padding-left: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .elements-presentation-wrapper {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .elements-presentation-wrapper {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .elements-presentation-wrapper {
        padding-right: 20px;
        padding-left: 20px;
        margin: 0;
    }
}

@media only screen and (max-width: 575px) {
    .elements-presentation-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.elements-presentation-wrapper .top-gradinat-shape {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.elements-presentation-wrapper .top-gradinat-shape img {
    border-radius: 50px 50px 0 0;
}

.elements-presentation-wrapper .elements-wrapper {
    position: relative;
    z-index: 2;
}

.elements-presentation-wrapper .elements-wrapper .content .subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 10px;
}

.elements-presentation-wrapper .elements-wrapper .content .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: var(--color-white);
}

@media only screen and (max-width: 575px) {
    .elements-presentation-wrapper .elements-wrapper .content .title {
        font-size: 32px;
    }
}

.elements-presentation-wrapper .elements-wrapper .content .description {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    max-width: 93%;
    color: var(--color-body);
    margin-bottom: 45px;
}

.elements-presentation-wrapper .elements-wrapper .content .lnad-btn {
    background-color: var(--color-primary);
    border-radius: 5px;
    font-size: 16px;
    line-height: 100%;
    padding: 17px 25px;
    font-weight: 500;
    display: inline-block;
}

.elements-presentation-wrapper .elements-wrapper .content .lnad-btn span {
    color: var(--color-white);
}

.elements-presentation-wrapper .elements-wrapper .content .lnad-btn i {
    color: var(--color-white);
    margin-right: 8px;
}

.tmp-testimonials-area {
    z-index: 1;
}

.gradiant-top-bottom {
    position: absolute;
    content: " ";
    width: 100%;
    height: 160px;
    right: 0;
    background: linear-gradient(-172.77deg, #060606 -0.39%, rgba(6, 6, 6, 0) 93.82%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: 2;
}

.gradiant-top-bottom.Top-gradiant {
    top: 326px;
    background: linear-gradient(-359deg, #010a10 -0.39%, rgba(6, 6, 6, 0) 93.82%);
}

.gradiant-top-bottom.bottom-gradiant {
    bottom: 0;
    background: linear-gradient(-181deg, #010a10 -0.39%, rgba(6, 6, 6, 0) 93.82%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.lan-single-testimonial {
    background-color: var(--color-card);
    padding: 45px 39px;
    border-radius: 6px;
}

@media only screen and (max-width: 575px) {
    .lan-single-testimonial {
        padding: 25px;
    }
}

.lan-single-testimonial .testimonial-box .inner .clint-info-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.lan-single-testimonial .testimonial-box .inner .clint-info-wrapper .thumb img {
    max-height: 50px;
}

.lan-single-testimonial .testimonial-box .inner .clint-info-wrapper .client-info .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-heading);
    margin-bottom: 5px;
}

.lan-single-testimonial .testimonial-box .inner .clint-info-wrapper .client-info .designation {
    font-size: 12px;
    line-height: 18px;
    color: #D7D9FF;
}

.lan-single-testimonial .testimonial-box .inner .description {
    font-size: 16px;
    line-height: 28px;
    color: var(--color-body);
    margin-bottom: 35px;
}

.lan-single-testimonial .testimonial-box .inner .star {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lan-single-testimonial .testimonial-box .inner .star .number {
    font-size: 25px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
}

.lan-single-testimonial .testimonial-box .inner .star .icons i {
    color: #FF9A50;
    font-size: 20px;
}

.section-title-center .subtitle {
    font-size: 16px;
    color: var(--color-primary);
}

.section-title-center .title {
    font-size: 48px;
    line-height: 59px;
    color: var(--color-heading);
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .section-title-center .title {
        font-size: 32px;
        line-height: 40px;
    }
}

.section-title-center .description {
    padding: 0 27%;
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-center .description {
        padding: 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-center .description {
        padding: 0 0;
    }
}

.tmp-quick-purchase-area-1 {
    padding: 10px;
    background: var(--color-primary);
    text-align: center;
}

.tmp-quick-purchase-area-1 .tmp-quick-purchase-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

@media only screen and (max-width: 767px) {
    .tmp-quick-purchase-area-1 .tmp-quick-purchase-area {
        flex-wrap: wrap;
        gap: 12px;
    }
}

@media only screen and (max-width: 1199px) {
    .tmp-quick-purchase-area-1 .tmp-quick-purchase-area {
        flex-wrap: wrap;
        gap: 12px;
    }
}

.tmp-quick-purchase-area-1 .tmp-quick-purchase-area .discount-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tmp-quick-purchase-area-1 .tmp-quick-purchase-area .discount-area p {
    color: #fff;
}

.tmp-quick-purchase-area-1 .tmp-quick-purchase-area .purchase-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}

.tmp-quick-purchase-area-1 .tmp-quick-purchase-area .purchase-btn:hover {
    color: #fff;
}

.bg-attach {
    background-image: url(../images/bg/bg-attach.jpg);
    background-attachment: fixed;
    height: 911px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 991px) {
    .bg-attach {
        height: 600px;
    }
}

@media only screen and (max-width: 575px) {
    .bg-attach {
        height: 400px;
    }
}

.prebuild-design-btn {
    height: 172px;
    width: 172px;
    border-radius: 50%;
    text-align: center;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .prebuild-design-btn {
        height: 120px;
        width: 120px;
    }
}

.prebuild-design-btn .title {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 46px;
}

@media only screen and (max-width: 767px) {
    .prebuild-design-btn .title {
        font-size: 32px;
    }
}

.prebuild-design-btn p {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .prebuild-design-btn p {
        font-size: 13px;
        line-height: 1.2;
    }
}

.wrapper-movement {
    position: absolute;
    right: 68%;
    top: 45%;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .wrapper-movement {
        right: 70%;
        top: 52%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .wrapper-movement {
        right: 82%;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-movement {
        right: 82%;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-movement {
        right: 50%;
        transform: translateX(50%);
        top: 6%;
    }
}

@media only screen and (max-width: 575px) {
    .wrapper-movement {
        top: 12%;
    }
}

.single-service-area {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: var(--color-card);
    height: 100%;
}

.single-service-area .inner {
    text-align: center;
    padding: 30px;
}

.single-service-area .inner .title {
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 600;
}

.single-service-area .inner p {
    font-size: 16px;
}

.cta-main-wrapper-inner {
    background: var(--color-primary);
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 12px;
}

.cta-main-wrapper-inner .inner-information {
    max-width: 780px;
    margin-right: auto;
    padding: 85px;
    position: relative;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .cta-main-wrapper-inner .inner-information {
        padding: 40px;
    }
    .cta-main-wrapper-inner .inner-information::after {
        content: "";
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(-3deg, black, transparent);
        position: absolute;
        z-index: -1;
    }
}

@media only screen and (max-width: 575px) {
    .cta-main-wrapper-inner .inner-information {
        padding: 20px;
    }
}

.cta-main-wrapper-inner .inner-information .title {
    font-size: 58px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .cta-main-wrapper-inner .inner-information .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-main-wrapper-inner .inner-information .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .cta-main-wrapper-inner .inner-information .title {
        font-size: 32px;
    }
}

.cta-main-wrapper-inner .inner-information p {
    color: #fff;
}

.cta-main-wrapper-inner .inner-information .cno-btn {
    background: #FFFFFF;
    color: var(--color-primary);
}

.cta-main-wrapper-inner .thumbnail {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 552px;
}

@media only screen and (max-width: 991px) {
    .cta-main-wrapper-inner .thumbnail {
        max-width: 414px;
    }
}

.border-top-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.top-logo-wrapper-area-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}

@media only screen and (max-width: 991px) {
    .top-logo-wrapper-area-footer {
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
    }
}

.top-logo-wrapper-area-footer .logo-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-logo-wrapper-area-footer .logo-left .logo-large {
    margin-top: 0;
    max-width: 120px;
}

.top-logo-wrapper-area-footer .nav-right-area {
    display: flex;
    align-items: center;
    gap: 35px;
}

@media only screen and (max-width: 991px) {
    .top-logo-wrapper-area-footer .nav-right-area {
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
    }
}

.top-logo-wrapper-area-footer .nav-right-area p {
    margin: 0;
}

@media only screen and (max-width: 575px) {
    .top-logo-wrapper-area-footer .nav-right-area p {
        text-align: center;
    }
}

.bg-attach-area {
    position: relative;
    z-index: 1;
}

.bg-attach-area .particles-container {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    pointer-events: none;
}

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

.demo-presentation-area {
    position: relative;
    z-index: 1;
}

.all-demo-presentation .single-demo {
    position: relative;
    z-index: 1;
    height: 100%;
    transition: 0.3s;
}

.all-demo-presentation .single-demo:hover {
    transform: translateY(-10px);
}

.all-demo-presentation .single-demo .particles-container {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
    top: 0;
    right: 0;
    pointer-events: none;
}

.all-demo-presentation .single-demo.white-demo .single-demo-link {
    background: #f6f6f6;
}

.all-demo-presentation .single-demo.white-demo .single-demo-link .title {
    color: #060606 !important;
}

.all-demo-presentation .single-demo.white-demo .single-demo-link .content .categories .single span {
    background: #EBEBEB !important;
    color: #060606 !important;
}

.particles-container {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    pointer-events: none;
}

.elements-presentation-area {
    overflow: hidden;
}

.single-demo-link .content {
    width: 100%;
    display: block !important;
}

.single-demo-link .content .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px !important;
}

.single-demo-link .content .inner .title {
    font-size: 24px !important;
}

.single-demo-link .content .categories {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.single-demo-link .content .categories span {
    display: block;
    padding: 3px 15px !important;
    border-radius: 1px;
    background-color: transparent !important;
    font-size: 14px !important;
    background: #151515 !important;
    border-radius: 2px;
    color: #989898 !important;
    font-weight: 600;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-demo-link .content .categories span {
        font-size: 12px !important;
    }
}

.container-fluid-120 {
    max-width: 1720px;
    margin: auto;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .container-fluid-120 {
        padding: 0 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .container-fluid-120 {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .container-fluid-120 {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 575px) {
    .container-fluid-120 {
        padding: 0 5px;
    }
}

.tmp-banner-circle img {
    z-index: 2;
    max-width: 100%;
    filter: brightness(0) saturate(100%) invert(51%) sepia(34%) saturate(7091%) hue-rotate(193deg) brightness(107%) contrast(114%);
}

.tmp-banner-circle .tmp-banner-circle-1 {
    filter: brightness(0) saturate(100%) invert(51%) sepia(34%) saturate(7091%) hue-rotate(193deg) brightness(107%) contrast(114%);
    position: absolute;
    top: 20%;
    right: 35%;
    -webkit-animation: services-triangle 5s linear infinite alternate;
    animation: services-triangle 5s linear infinite alternate;
}

.tmp-banner-circle .tmp-banner-circle-2 {
    position: absolute;
    right: 35%;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: services-triangle 6s linear infinite alternate;
    animation: services-triangle 6s linear infinite alternate;
}

.tmp-banner-circle .tmp-banner-circle-3 {
    position: absolute;
    top: 30%;
    left: 32%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: services-triangle 7s linear infinite alternate;
    animation: services-triangle 7s linear infinite alternate;
}

.tmp-banner-circle .tmp-banner-circle-4 {
    position: absolute;
    left: 32%;
    bottom: 20%;
    -webkit-animation: services-triangle 8s linear infinite alternate;
    animation: services-triangle 8s linear infinite alternate;
}

@keyframes services-triangle {
    0% {
        -webkit-transform: rotate(0deg) translateX(50px);
        -moz-transform: rotate(0deg) translateX(50px);
        -ms-transform: rotate(0deg) translateX(50px);
        transform: rotate(0deg) translateX(50px);
    }
    100% {
        -webkit-transform: rotate(-360deg) translateY(100px);
        -moz-transform: rotate(-360deg) translateY(100px);
        -ms-transform: rotate(-360deg) translateY(100px);
        transform: rotate(-360deg) translateY(100px);
    }
}

.title-main-announcement {
    max-width: 70%;
    margin: auto;
    margin-top: 120px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .title-main-announcement {
        max-width: 98%;
    }
}

@media only screen and (max-width: 767px) {
    .title-main-announcement {
        max-width: 100%;
        font-size: 32px;
        margin-top: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .title-main-announcement {
        font-size: 22px;
        margin-top: 60px;
    }
}

.thumbnail-rtl {
    padding: 25px;
    background: var(--color-card);
    border-radius: 15px;
}

.separator-animated-border {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    left: 0;
    overflow: hidden;
    height: 2px;
    width: 75%;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(20, 155, 253) 50%, rgba(0, 0, 0, 0.2) 100%);
}

.separator-animated-border.animated-true::before {
    content: "";
    position: absolute;
    width: 7%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, var(--color-primary) 50%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(20px);
    animation: separateline 4s ease-in-out infinite;
}

@keyframes separateline {
    0% {
        right: 0;
    }
    100% {
        right: 110%;
    }
}

.tmp-footer-area {
    position: relative;
}

.tmp-footer-area .separator-animated-border {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    left: 0;
    overflow: hidden;
    height: 2px;
    width: 75%;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(20, 155, 253) 50%, rgba(0, 0, 0, 0.2) 100%);
}

.tmp-footer-area .separator-animated-border.animated-true::before {
    content: "";
    position: absolute;
    width: 8%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, var(--color-primary) 50%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(20px);
    animation: separateline 5s ease-in-out infinite;
}

@keyframes separateline {
    0% {
        right: 0;
    }
    100% {
        right: 110%;
    }
}

.tmponhover {
    position: relative;
    overflow: hidden;
}

.tmponhover>* {
    z-index: 2;
    position: relative;
}

.tmponhover:hover,
.tmponhover.active {
    border-color: transparent;
}

.tmponhover:hover::before,
.tmponhover.active::before {
    opacity: 1;
}

.tmponhover:hover .tmp-light,
.tmponhover.active .tmp-light {
    opacity: 1;
}

.tmp-light {
    position: absolute !important;
    content: "";
    width: 200px;
    height: 200px;
    background: var(--color-primary);
    border-radius: 100%;
    right: 50%;
    transform: translateX(50%);
    filter: blur(70px);
    opacity: 0;
    transition: 0.5s;
}

.tmp-light.light-left {
    right: -100px;
    transform: inherit;
}

.tmp-light.light-top-left {
    right: -100px;
    transform: inherit;
    top: -100px;
}

.tmp-light.light-center-center {
    width: 400px;
    height: 50px;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

.tmp-light.active {
    opacity: 1;
}