


:root {

	--main-color: #aec71e;
	--main-text-color: #121212;
	--secondary-color: #f1f7cb;
	--main-color-2: #f4926a;
	--main-text-color-2: #1a1a1a;
	/* --light-color: #FCFDF7; */
	--light-color: #F7F9FC;

	--text-color: #131314;
	--button-radius: 8px;
	--panel-radius: 12px;
	--background: #F5F6FA;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	background: #fff;
	font-family: 'Inter', sans-serif;
	color: var(--text-color);
}

.panel-radius {
	border-radius: var(--panel-radius);
}



select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}





/* .container {
	max-width: 1400px;
} */



.form-control {
	border-radius: 0 !important;
}

input[type="submit"] {
	border-radius: 0 !important;
}

.slim {
	font-weight: 300;
}

ul.spec {
    padding-left: 0;
    list-style: none;
}



.container.bigger {
	width: 1600px;
	max-width: 100%;
}


@media (max-width: 1200px) {
	.container {
		max-width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
}

.pointer {
	cursor: pointer;
}

.form-control:focus {
	box-shadow: none;
	outline: none;
}



.t-color {
    color: var(--main-color);
}

.t-color-3 {
    color: var(--main-color-2);
}

.t-bg {
    background: var(--main-color);
}

.t-color-2 {
    color: var(--secondary-color);
}

.t-bg-2 {
    background: var(--secondary-color);
}


/* .ng-shadow {
	box-shadow: 0px 12px 16px -4px rgba(19,19,20,0.05), 0px 4px 6px -2px rgba(19,19,20,0);
}

.ng-shadow.hover:hover {
	box-shadow: 0px 12px 16px -4px rgba(19,19,20,0.12), 0px 4px 6px -2px rgba(19,19,20,0);
} */

.ng-shadow {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.ng-shadow.hover:hover {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .175);
}




/** theme btn ***/



/* CSS */
.t-btn {
	position: relative;
	color: #121212;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	line-height: 1.5;
	padding: 0.9em 1.5em;
	position: relative;
	text-decoration: none;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	z-index: 0;
	transform-origin: bottom;
	transform: scale(1);
	transition: transform 0.2s ease-in;
}

.t-btn {
    border-radius: 6px;
}

.t-btn.small {
	font-size: 14px;
	padding: 0.8em 1.4em;
}

.t-btn.big {
	font-size: 18px;
}

.t-btn.white {
	background: #f9f9f9;
	color: #000;
}


.t-btn.theme {
	background: var(--main-color);
	color: var(--main-text-color);
}


.t-btn.c2a {
	background: var(--main-color-2);
	color: var(--main-text-color-2);
}

.t-btn.dark {
	background: #111;
	color: #fff;
}


.t-btn:hover {
	transform: scale(1.05);
	transition: transform 0.2s ease-in;
}



.t-btn.ic .icon {
    display: inline-flex;
    background: #fff;
    padding: 4px;
    position: absolute;
    width: 27px;
    height: 27px;
    justify-content: center;
    align-items: center;
    right: 12px;
    top: 50%;
    transform: translate(0,-50%);

}

.t-btn.ic {
    padding-right: 50px;
}

.t-btn.ic svg {
    color: #000;
}

.t-btn.white.ic svg {
    color: #fff;
}

.t-btn.white.ic .icon {
    background: #121212;
}



@media (max-width: 767.98px) {
	.t-btn:not(.small) {
		font-size: 14px;
	}
}





/*********** heading box *******/

.heading-box .heading {
    display: block;
    position: relative;
    /* padding-top: 1em; */
    font-weight: 800;
	font-size: 45px;
	/* text-transform: uppercase; */
	color: #000;
	z-index: 5;
}

.heading-box {
	overflow-x: hidden;
}

/* .heading-box .heading.spec:after {
    content: attr(data-text);
    color: rgba(0,0,0,0.01);
    text-shadow: 1px 1px rgba(0,0,0,0.01);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 1.4em;
    width: 100%;
    height: 100%;

} */


.heading-box .heading.spec {
    position: relative;
}


.heading-box .heading .ss {
    color: rgba(0,0,0,0.01);
    text-shadow: 1px 1px rgba(0,0,0,0.01);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 1.4em;
    width: 100%;
    height: 100%;
}

.heading-box .heading.spec {
    padding-top: 20px;
}

/* .heading-box .heading.spec:after {
    content: '';
    width: 210px;
    height: 4px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    background-image: linear-gradient(29.5deg, rgba(255,255,255,0.1) 0%, var(--main-color-2) 100%);
}

.heading-box.text-center .heading.spec:after {
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}

.heading-box.text-end .heading.spec:after {
    top: 0;
    right: 0;
    transform: translate(0,0);
}

.heading-box.text-start .heading.spec:after {
    top: 0;
    left: 0;
    transform: translate(0,0);
} */





@media (max-width: 767.98px) {
	.heading-box .heading {
		font-size: 25px;
	}


	/* .heading-box .heading.spec:after {
	    all: unset;
	} */
}





/************** MAIN HEADER ***************/

.main-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

/* body:not(.home) .main-header {
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
} */




.main-header a {
	text-decoration: none;
}

.main-header {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.main-header .top-bar {
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	font-weight: 500;
	background: #000;
}

.main-header .top-bar strong {
	font-weight: 600;
}



.main-header .navbar-toggler {
    color: var(--main-color) !important;
}

.main-header .nav-link {
	color: #121212;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}


.main-header .dropdown-menu {
	border-radius: 0;
	background: #fff;
	padding: 15px;
}

.main-header .middle-bar {
    padding: 10px 0;
	background: #f9f9f9;
}



.main-header .middle-bar .social-links {
    display: flex;
}

.main-header .middle-bar .social-links a svg {
    color: #000 !important;
}





.main-header .middle-bar .social-links a:not(:first-of-type) {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #eee;
}

.main-header .middle-bar .social-links a i {
    display: inline-flex;
    width: 34px;
    height: 34px;
    font-size: 17px;
    align-items: center;
    color: #000;
    justify-content: center;
    border-radius: 3px;
}

.main-header .middle-bar .social-links a:hover i {
    background: var(--main-color);
    color: #fff;
}

.main-header .middle-bar .contact-links {
    display: flex;
    align-items: center;
}

.main-header .middle-bar .contact-links a {
    display: flex;
    align-items: center;
    column-gap: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.main-header .middle-bar .contact-links a:not(:first-of-type) {
    border-left: 1px solid #eeeeee;
    padding-left: 15px;
    margin-left: 15px;
}





body.not-top .main-header .top-bar,
body.not-top .main-header .middle-bar {
	display: none;
}

.main-header.sticky {
	background: #fff;
	/* position: fixed;
	top: 0;
	left: 0; */
	width: 100%;
	z-index: 9999;
}


.main-header.sticky .logo img {
	max-width: 120px;
}


.main-header .logo img {
	transition: none;
}



@media (max-width: 1400px) {



	.main-header .t-btn.small {
		font-size: 12px;
	}

}


.main-header .logo img {
	max-width: 140px;
}

@media (max-width: 992px) {
	.main-header .logo img {
		max-width: 120px;
	}
}

@media (max-width: 768px) {


	.main-header .middle-bar .contact-links a {
		font-size: 12px;
	}

	.main-header .middle-bar .contact-links a:not(:first-of-type) {
		display: none;
	}

	.main-header .middle-bar {
		padding: 0;
	}

	.main-header .middle-bar .social-links i {
		margin: 2px 0;
	}
}



@media (max-width: 991.98px) {
	.main-header {
		background: #fff;
	}


	.main-header .main-bar {
		padding: 5px 0;
	}


	.main-header .main-bar {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.main-header .button-item {
		padding-left: 10px;
		margin-right: auto;
	}


	.main-header .top-bar {
		font-size: 11px;
	}

}






/************* NEW HEADER **********/


.main-header .main-bar {
	padding-top: 15px;
	padding-bottom: 15px;
}

.main-header.sticky .main-bar {
	padding-top: 10px;
	padding-bottom: 10px;
}


.main-header .main-menu .menu-list {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
	align-items: center;
}

.main-header .main-menu .menu-list .menu-link,
.main-header .main-menu .menu-list .dropdown-toggle.menu-link {
    padding: 8px 15px;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #000;
    position: relative;
}


.main-header .main-menu .menu-list .menu-link:hover,
.main-header .main-menu .menu-list .menu-link:focus {
    color: var(--main-color);
}


.main-header .main-menu .menu-list .menu-link.active {
    color: #000;
	font-weight: 600;
}

.main-header .js-menu-open {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-decoration: none;
    color: #fff;
}

/* .main-header {
    box-shadow: none;
} */

.not-top .main-header {
    padding-top: 0;
    background: #f9f9f9;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
}



.main-header.is-sticky .js-menu-open {
    color: var(--main-color);
}

.main-header .js-menu-open:hover {
    color: var(--main-color);
}


.main-header .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.main-header .dropdown-menu {
    border-color: #f1f1f1;
}





.main-header .dropdown-menu .dropdown-item:hover,
.main-header .dropdown-menu .dropdown-item:focus {
    font-size: 14px;
    color: var(--main-text-color);
    background: var(--main-color);
}




@media (min-width: 992px) {
    .main-header:not(.is-sticky) .main-menu .menu-list .menu-link {
        color: #1a1a1a;
    }

    .main-header:not(.is-sticky) .main-menu .menu-list .menu-link:not(.active):hover {
        color: var(--second-color);
    }

}








/* mobile menu */


@media (max-width: 991.98px) {
    body.menu-opened .main-header .js-menu {
        display: block !important;
        z-index: 99999;
        background: #fff;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
    }

    body.menu-opened .mobile-head {
        padding: 8px 0;
        position: relative;
    }

    body.menu-opened .mobile-head .js-menu-close {
        font-size: 28px;
        display: inline-flex;
        width: 45px;
        height: 45px;
        justify-content: center;
        align-items: center;
        /*position: absolute;*/
        /*top: 15px;*/
        /*right: 15px;*/
        text-decoration: none;
        color: #ccc;
    }


    body.menu-opened .js-menu .menu-list {
        flex-wrap: wrap;
        flex-direction: column;
    }



    body.menu-opened .main-header .js-menu .menu-item {
        text-align: center;
		width: 100%;
    }

	body.menu-opened .main-header .js-menu .menu-item.button-item {
        margin-top: 15px;
    }

    body.menu-opened .main-header .js-menu .menu-item .menu-link {
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        font-size: 16px;
        padding: 17px 0;
    }

    body.menu-opened .js-menu .dropdown-menu {
        position: static !important;
        transform: unset !important;
        background: var(--main-bg-color);
        border: none;
    }



    body.menu-opened {
        height: 100vh !important;
        overflow: hidden;
    }
}

@media (max-width: 767.98px) {
    .main-header::before {
        left: -10%;
        width: 70%;
        transform: skewX(-30deg);

    }

    .main-header .logo img {
        width: 90px;
    }
}















/***************** page banner *******************/

.page-banner {
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #121212;
	background-image: url('../images/gr.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background: #f1f1f1;
	z-index: 1;
}

/* .page-banner .cont {
    display: block;
    width: 30%;
} */

.page-banner .path {
    padding-left: 0;
}

/* .page-banner:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0%;
    left: 0%;
    z-index: -1;
	background: rgba(0,0,0,0.5);
} */

/* .page-banner {
    min-height: 300px;
    background: var(--light-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.page-banner:after {
    content: '';
    position: absolute;
    height: 400%;
    width: 150%;
    display: block;
    transform: rotate(-20deg);
    top: -250%;
    left: 40%;
    background: #121212;
    z-index: -2;
}

.page-banner:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 45px;
    display: block;
    transform: rotate(-20deg);
    top: 15%;
    right: 57%;
    background: var(--main-color);
    z-index: -1;
} */


/* .page-banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35);
	z-index: -1;
} */


.page-banner .path {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 0;
	justify-content: center;
}

.page-banner .path a {
    color: #696969;
    font-weight: 600;
}

.page-banner .path a:hover {
    text-decoration: none;
}

.page-banner .path .current-page {
    font-weight: 500;
	color: #696969;
}

.page-banner .path li {
    padding: 0 10px;
	font-size: 12px;
    position: relative;
}

.page-banner .path li:not(:last-of-type):after {
    content: '';
    display: block;
    height: 12px;
    width: 1px;
    position: absolute;
    transform: rotate(15deg);
    top: calc(50% - 6px);
    right: 0;
    background: #696969;
}

.page-banner .path li:first-child {
    padding-left: 0;
}


.page-banner .page-heading {
	font-weight: 700;
	margin-bottom: 10px;
	color: #000;
	font-size: 37px;
	text-align: center;
}


@media (max-width: 767.98px) {

	.page-banner {
		padding: 20px 0;
	}

	.page-banner .page-heading {
		font-size: 27px;
	}

}


/**************** PATH ****************/

/* path */

nav.path ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    font-size: 12px;
    margin-bottom: 0;
    column-gap: 10px;
    row-gap: 5px;

}

nav.path ul li a {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    color: #000;
    font-weight: 400;
    padding-right: 12px;
}

nav.path ul li a:hover {
    text-decoration: underline;
    color: var(--main-color-2);
}

nav.path ul li .final-path {
    font-weight: 600;
}

nav.path ul li a:after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;

}

nav.path {
    background: #f7f9fc;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
}





















/***************************** HOME PAGE ****************************************/



/********* main banner *******/




.main-banner {
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	position: relative;
}



.main-banner {
    height: 750px;
    background-image: linear-gradient(to left bottom, #e8f98a, #eaf998, #edfaa7, #effab4, #f1fac2, #f3faca, #f4fad3, #f6fadb, #f7fae1, #f8fbe7, #f9fbec, #fafbf2);
	/* background: #fff; */
}


.main-banner .spec-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.main-banner .container {
	width: 100%;
}

.main-banner .content {
	max-width: 100%;
	width: 550px;
	z-index: 2;
}

.main-banner .heading .first {
    font-size: 45px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.main-banner .heading .first span {
	font-weight: 300;
}

.main-banner .heading .second {
    display: block;
    font-size: 55px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #000;
}

.main-banner p {
    font-size: 18px;
    font-weight: 300;
    color: #121212;
	margin-top: 10px;
	margin-bottom: 35px;
}

.main-banner .tip i {
    color: #DA6206;
}

.main-banner .tip {
    color: #121212;
    font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 10px;
    padding-right: 5px;
}

.main-banner .button-box {
    margin-top: 35px;
}




@media (max-width: 991.98px) {

	.main-banner {
		height: auto;
	}

	.main-banner .content {
		max-width: 70%;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.main-banner .heading .first {
	    font-size: 35px;
	}

	.main-banner .heading .second {
	    font-size: 55px;
	}

	.main-banner p {
	    font-size: 16px;
	}
}


@media (max-width: 767.98px) {

	.main-banner {
		height: auto;
	}

	.main-banner .content {
		max-width: 100%;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.main-banner .heading .first {
	    font-size: 35px;
	}

	.main-banner .heading .second {
	    font-size: 45px;
	}

	.main-banner .t-btn {
		font-size: 14px;
	}

	.main-banner .tip {
		display: flex;
		align-items: center;
		gap: 15px;
	}



	.main-banner p {
	    font-size: 16px;
	}
}




/*

.main-banner {
	background: #fff;
}



.main-banner {
   background-image: linear-gradient(to left top, #f5bda6, #f6c3ae, #f7c9b5, #f7cebd, #f8d4c5, #f8d7c9, #f7d9cd, #f7dcd1, #f6dcd1, #f6dcd1, #f5dcd2, #f4dcd2);
    height: 100vh;
}

.main-banner {
    text-align: center;
}

.main-banner .content {
    max-width: 100%;
    width: 700px;
    margin: auto;
    z-index: 2;
} */







/* MAIN SLIDER */


.main-slider-section .lSPrev,
.main-slider-section .lSNext {
	background-image: unset;
	font-size: 25px;
	color: #000 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}




@media (min-width: 992px) {

	.main-slider-section .lSPrev,
	.main-slider-section .lSNext {
		font-size: 25px;
	}
}



/*** references section ******/

.home-page .references {
	background: #fff;
}



.home-page .template-item {
    padding: 25px;
	background: var(--light-color);
	border-radius: 8px;
}

.home-page .template-item:hover img {
    transform: scale(1.1);
    transition: transform 0.5s ease-in-out;
}

.home-page .template-item img {
    transform: scale(1.0);
    transition: transform .5s ease-in-out;
}

.home-page .template-item .title {
    color: #000;
    font-weight: 600;
    display: block;
    text-align: center;
    text-decoration: none;
}

.home-page .template-item:hover .title {
    color: var(--main-color);
}


/*** section templates ***/

.home-page .templates .top-content {
    padding-bottom: 250px;
    position: relative;
    padding-top: 70px;
	background-attachment: fixed !important;
background-size: cover !important;
}

.home-page .templates .desc {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
}

.home-page .templates .desc a {
    color: var(--main-color-2);
}

.home-page .template-item .title {
    font-weight: 800;
    text-align: left;
    font-size: 25px;
}

.home-page .template-item .info-box {
    padding: 15px;
}

.home-page  .templates .heading-box .heading.spec::after {
    left: 0;
    transform: unset;
}

.home-page .templates .heading-box .heading.spec {
    color: #fff;
}

.home-page .templates .bottom-content {
    transform: translate(0,-170px);
    z-index: 2;
    margin-bottom: -120px;
	padding-bottom: 70px;
}


.home-page .templates .template-item {
    padding: 8px;
    background: #fff;
}

.home-page .templates .img-box {
    overflow: hidden;
    border-radius: 8px;
}

.home-page .templates .template-item .title {
    padding-bottom: 15px;
}

.home-page .templates .template-item .meta {
    border-top: 1px solid rgba(0,0,0,0.07);
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-page .templates .template-item .meta span {

    border-radius: 3px;
    font-size: 13px;
    padding: 5px 8px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.7px;
    background: var(--light-color);
    color: #121212;
    font-weight: 500 !important;
}








/**** service section ****/

/* .home-page .service .service-item {
    display: flex;
    align-items: center;
} */


.home-page .service {
	background: var(--light-color)
}

.home-page .service {
    background: transparent;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

.home-page .service .service-item .icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	width: 70px;
	height: 70px;
	font-size: 27px;
	background: var(--main-color);
	color: #fff;
	border-radius: 50%;
}

.home-page .service-item p {
    margin-bottom: 0;
    color: var(--text-color);
    font-weight: 400;
	font-size: 18px;
	margin-top: 15px;
}



.home-page .service-item {
    text-align: center;
    padding: 25px;
    display: block;
    position: relative;
	height: 100%;
	max-width: 350px;
	margin: auto;
	background: #fff;

}

.home-page .service-item {
    display: flex !important;
    align-items: center;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.05);
    border-radius: 8px;
    padding: 35px 25px;
    max-width: 100%;
    margin: 0;

}

.home-page .service-item .title {
    font-weight: 700;
    letter-spacing: 0.4px;
    font-size: 17px;
    color: #000;
}



.home-page .service-item p {
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    color: #555;
}

.home-page .service-item .info-box {
    width: calc(100% - 70px);
    text-align: left;
    margin-left: 10px;
}

.home-page .row > div:nth-of-type(1) .service-item .icon-box {
    background: #FDBDDB !important;
}
.home-page .row > div:nth-of-type(2) .service-item .icon-box {
    background: #816399 !important;
}
.home-page .row > div:nth-of-type(3) .service-item .icon-box {
    background: #5ECDAF !important;
}
.home-page .row > div:nth-of-type(4) .service-item .icon-box {
    background: #0FE7DC !important;
}
.home-page .row > div:nth-of-type(5) .service-item .icon-box {
    background: #8697C4 !important;
}
.home-page .row > div:nth-of-type(6) .service-item .icon-box {
    background: #EFB11E !important;
}

@media (max-width: 991.98px) {
	.home-page .service {
	    top: 0;
	    margin-bottom: 0;
	}

}


@media (max-width: 767.98px) {
	.home-page .service-item {
	    padding: 15px;
	}

	.home-page .service-item .title {
	    font-size: 15px;
	}


	.home-page .service-item p {
		font-size: 14px;
	}


	.home-page .service .service-item .icon-box {
		width: 50px;
		height: 50px;
		font-size: 22px;
	}
}









/************ WHY US ABOUT ***********/

/* .home-page .why-us .nav-link {
    background: transparent;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
    padding: 10px 26px;
    border: none;
} */

/* .home-page .why-us .heading {
    color: var(--main-color);
} */
/*
.home-page .why-us .desc {
    color: #555;
    margin-bottom: 25px;
    font-weight: 600;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 25px;
}

.home-page .why-us .nav-link:hover:not(.active) {
    background: var(--light-color);
    border-radius: 0;
}

.home-page .why-us .nav-link.active,
.home-page .why-us .nav-link.active:hover {
    background: #DA6206 !important;
    color: #fff !important;
}

.home-page .why-us .tab-pane .title {
    color: var(--main-color);
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;

}

.home-page .why-us .nav-tabs {
    border-bottom: none;
}

.home-page .why-us .tab-pane {
    background: var(--light-color);
    padding: 25px;
    font-size: 16px;
} */


section.why-us .why-item .heading {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

section.why-us .why-item p {
    font-size: 16px;
    text-align: justify;
    color: #333;
    line-height: 1.5;
    font-weight: 400;
}

section.why-us .desc {
    max-width: 770px;
    font-size: 18px;
    margin: auto;
}

section.why-us .container {
    max-width: 1200px;
}


section.why-us .why-item .info {
    padding: 15px;
}




section.why-us .why-item {
    padding: 40px 0;
    position: relative;
}

section.why-us .why-item::after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    /* background: #f9fce8; */
	background-image: linear-gradient(to left bottom, #e8f98a, #eaf998, #edfaa7, #effab4, #f1fac2, #f3faca, #f4fad3, #f6fadb, #f7fae1, #f8fbe7, #f9fbec, #fafbf2);
    z-index: -1;
    position: absolute;
    top: 0;
}

section.why-us .why-item.even::after {
    right: 0;
}
section.why-us .why-item.odd::after {
    left: 0;
}

section.why-us .why-item .heading {
    font-size: 26px;
	font-weight: 700;
    line-height: 1.5;
}

section.why-us .why-item p {
    font-size: 18px;

    font-weight: 300;
}

section.why-us .why-item img {
    height: 450px;
    width: 550px;
    max-width: 100%;
    object-fit: contain;
}

.why-item .info {
    max-width: 550px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}


/* pricing table */

.pricing-table .old-price {
    color: #000;
    font-weight: 400;
    text-decoration: line-through;
    text-decoration-color: rgba(0,0,0,0.5);
}

.pricing-table .link {
    color: var(--main-color);
    font-size: 13px;
    font-weight: 500;
}

.pricing-table .link:hover {
    text-decoration: none;
}

.home-page .pricing-tables {
	position: relative;
	overflow: hidden;
}

.home-page .pricing-table {
    box-shadow: 0px 12px 16px -4px rgba(19,19,20,0.05), 0px 4px 6px -2px rgba(19,19,20,0.1);
    max-width: 320px;
    width: 100%;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.04);
	border-radius: var(--panel-radius);
}



.home-page .pricing-table .pricing-head {
    padding: 32px;
	padding-bottom: 0;
}

.home-page .pricing-table .title {
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 1px;
	margin-bottom: 10px;
    display: block;
    color: #000;
}

.pricing-table .info {
	min-height: 48px;
	font-weight: 400;
	font-size: 15px;
}

.home-page .pricing-tables:after {
	content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
    width: 3000px;
    height: 100%;
    background: linear-gradient(263.11deg, rgba(175,201,53,0.2) 9.65%, rgba(175,201,53,0) 88.09%);
    transform: rotate(-8.5deg) scale(1, 1);
    top: 0;
    left: 0;
}


.home-page .pricing-table .price-box .price {
    font-size: 28px;
    font-weight: 700;
	color: var(--main-color);
}

.home-page .pricing-table .price-box .period {
    font-size: 14px;
    font-weight: 500;
    color: #bbb;
}

.home-page .pricing-table .price-box {
	display: flex;
	align-items: center;
}


.home-page .pricing-table .parameters {
	padding-left: 0;
	list-style: none;
	min-height: 180px;

}

.home-page .pricing-table .parameters li {
	margin-bottom: 10px;
	color: var(--text-color);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.01em;
}

.home-page .pricing-table .parameters li i {
	padding-right: 10px;
	color: var(--main-color);
}

.home-page .pricing-table .pricing-body {
	padding: 32px;
}

.pricing-table .pin {
    background: var(--main-color);
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -2px;
    padding: 2px 5px;
    border-radius: 8px;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.home-page .pricing-table {
    position: relative;
    z-index: 2;

}

.home-page .pricing-tables .tables {
    display: flex;
    align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 15px;
    justify-content: center;
}

.home-page .pricing-tables .splitting-bar {
	border-bottom: 1px solid #f1f1f1;
	padding-top: 15px;
}


@media (max-width: 980px) {


	.home-page .pricing-table.premium {
		transform: unset;
	}
}

@media (max-width: 768px) {
	.home-page .pricing-table {
		max-width: 300px;
	}

	.home-page .why-us .nav-link {
		font-size: 13px;
	}
}


/********* PARTNERS **********/

.home-page section.partners {

    background: #fbeaff;
    padding: 200px 0;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.home-page section.partners .t-btn {
    transform-origin: bottom left;
}

.home-page section.partners .heading.spec::after {
    left: 0;
    transform: unset;
}

.home-page section.partners .info {
    font-size: 20px;
    margin: 50px 0;
    color: #000;
    font-weight: 300;
}



.home-page section.partners .logos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.home-page section.partners .logos img {
    width: auto;
    height: 75px;
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    filter: unset;
}

.home-page section.partners .spec-img {
    position: absolute;
    top: -150px;
    opacity: 0.5;
    left: 40%;
    width: 250px;
    transform: rotate(-150deg) scaleX(-1) ;
}


@media (max-width: 767.98px) {
	.home-page section.partners .logos img {
	    height: 45px;
	    padding: 15px;
	}

	.home-page section.partners {
	    padding: 50px 0;
		padding-top: 150px;
	}

	.home-page section.partners .info {
	    margin-top: 35px;
	}

	.home-page section.partners .spec-img {
	    top: -110px;
	    width: 150px;
	}
}







/********* LOGOS ******/



.home-page .section-partners .logos {
    display: flex;
    column-gap: 25px;
    row-gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.home-page .section-partners .logos img {
    height: 60px;
    width: 180px;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow:  0 0 12px rgba(0,0,0,0.2);
}

.home-page .section-partners {
    background: var(--light-color);
}

/* .home-page .section-partners .heading {
    color: #fff;
} */

@media (max-width: 767.98px) {
    .home-page .section-partners.logos img {
	    height: 40px;
	    padding: 8px;
	}
}


@media (max-width: 1200px) {
	.home-page .section-partners .logos img {
		width: 120px;
	}

}

@media (max-width: 767.98px) {
	.home-page .section-partners .logos img {
		width: 70px;
	}

	.home-page .section-partners .logos {
		column-gap: 15px;
		row-gap: 15px;
	}


	.home-page .template-item {
	    padding: 10px;
	}

	.home-page section.why-us .why-item::after {
	    all: unset;
	}

	.home-page section.why-us .why-item {
	    padding: 0 !important;
	}


	.home-page section.why-us .why-item .text-col {
	    background: var(--light-color);
		padding: 45px 0;
	}

	.home-page section.why-us .why-item p {
    	font-size: 14px;
	}

	.home-page section.why-us .why-item .heading {
	    font-size: 18px;
	    text-align: center;
	}


}










/*** section migrate ***/

.home-page .migrate-section {
	background: #fff;
}

.home-page .migrate-section .text {
	font-size: 18px;
}




/**** About page **********/

.about-page .about .cont {
    text-align: center;
    max-width: 900px;
    margin: auto;
    font-size: 18px;
    font-weight: 300;
}

.about-page img.spec {
    padding: 12px;
    background: rgba(0,0,0,0.7);
}

.about-page .about ul li {
    margin-bottom: 35px;
    color: #555;
}

.about-page .about ul li .title {
    font-weight: 600;
    color: #000;
    display: block;
	margin-bottom: 10px;
}

.about-page .about ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}




.about-page .about .container {
    max-width: 1600px;
}

.about-page .about .info-box {
    background: #f9f9f9;
    padding: 25px;
    position: relative;
    padding-top: 45px;
}

.about-page .about .info-box svg {
    color: var(--main-color);
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: -30px;
}





/**************** PRICING PAGE ************/


.pricing-page .action-text {
    font-size: 30px;
    background: #E2483D;
	color: #fff;
	padding: 5px 8px;
	font-weight: 600;
}


.pricing-page .pricing-tables {
	position: relative;
	overflow: hidden;
}

.pricing-page .pricing-tables .tables {
    background: var(--light-color);
    padding: 50px 0 !important;
}


.pricing-page .pricing-tables .pricing-table {
    border: 1px solid rgba(0,0,0,0.05);
}

.pricing-page .pricing-table {
    box-shadow: 0px 12px 16px -4px var(--light-color), 0px 4px 6px -2px var(--light-color);
    max-width: 320px;
    width: 100%;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.04);
	border-radius: var(--panel-radius);
}



.pricing-page .pricing-table .pricing-head {
    padding: 32px;
	padding-bottom: 0;
}

.pricing-page .pricing-table .title {
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 1px;
	margin-bottom: 10px;
    display: block;
    color: #000;
}

.pricing-page .pricing-table .info {
	min-height: 48px;
	font-weight: 400;
	font-size: 15px;
}

 .pricing-page .pricing-tables:after {
	/* content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
    width: 3000px;
    height: 100%; */
    /* background: linear-gradient(263.11deg, rgba(175,201,53,0.2) 9.65%, rgba(175,201,53,0) 88.09%); */
	/* background: linear-gradient(263.11deg, #f8f8f8 20.65%, #f8f8f8 88.09%);
    transform: rotate(-8.5deg) scale(1, 1);
    top: 0;
    left: 0; */
}


.pricing-page .pricing-table .price-box .price {
    font-size: 24px;
    font-weight: 700;
	color: #E2483D;
}

.pricing-page .pricing-table .price-box .period {
    font-size: 14px;
    font-weight: 500;
    color: #bbb;
}

.pricing-page .pricing-table .price-box {
	display: flex;
	align-items: center;
}


.pricing-page .pricing-table .parameters {
	padding-left: 0;
	list-style: none;
	min-height: 180px;

}

.pricing-page .pricing-table .parameters li {
	margin-bottom: 10px;
	color: var(--text-color);
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.01em;
}

.pricing-page .pricing-table .parameters li i {
	padding-right: 10px;
	color: var(--main-color);
}

.pricing-page .pricing-table .parameters li svg {
	margin-right: 10px;
	color: var(--main-color);
}

.pricing-page .pricing-table .parameters li .fa-xmark {
	color: red;
}

.pricing-page .pricing-table .parameters li .red {
	color: red;
}


.pricing-page .pricing-table .pricing-body {
	padding: 32px;
}

.pricing-page .pricing-table .pin {
    background: var(--main-color);
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -2px;
    padding: 2px 5px;
    border-radius: 8px;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.pricing-page .pricing-table {
    position: relative;
    z-index: 2;

}

.pricing-page .pricing-tables .tables {
    display: flex;
    align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 15px;
    justify-content: center;
}

.pricing-page .pricing-tables .splitting-bar {
	border-bottom: 1px solid #f1f1f1;
	padding-top: 15px;
}


@media (max-width: 980px) {


	.pricing-page.pricing-table.premium {
		transform: unset;
	}
}

@media (max-width: 768px) {
	.pricing-page .pricing-table {
		max-width: 300px;
	}

	.pricing-page .action-text {
	    font-size: 20px;
	}
}


/********* LOGOS ******/



.home-page .section-partners .logos {
    display: flex;
    column-gap: 25px;
    row-gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}


@media (max-width: 1200px) {
	.home-page .section-partners .logos img {
		width: 120px;
	}

}

@media (max-width: 768px) {
	.home-page .section-partners .logos img {
		width: 70px;
	}

	.home-page .section-partners .logos {
		column-gap: 15px;
		row-gap: 15px;
	}
}



/** C2A SECTION ***/

.logos img {
    filter: grayscale(100%);
}

section.c2a {
    padding: 70px 0;
}

.c2a .content {
    position: relative;
    padding: 35px 75px;
    overflow: hidden;
}

.c2a .content::before {
    position: absolute;
    content: "";
    border-radius: 608px;
    width: 608px;
    height: 608px;
    transform: rotate(41deg);
    background: var(--main-color-2);
    opacity: 0.7;
    filter: blur(75px);
    top: 88%;
    left: 0;
}

.c2a .content::after {
    position: absolute;
    content: "";
    border-radius: 608px;
    width: 608px;
    height: 608px;
    transform: rotate(41deg);
    background: var(--main-color-2);
    opacity: 0.7;
    filter: blur(75px);
    bottom: 88%;
    right: 0;
}

.c2a .content {
    border-radius: 16px;
    background: #fce2d7;
}

.c2a .heading {
    font-size: 40px;
    letter-spacing: 1px;
    max-width: 350px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #000;
}

.c2a p {
    font-size: 20px;
    color: #555;
    font-weight: 600;
    margin-bottom: 20px;
}

.c2a p.small {
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 20px;
}

.c2a .img-box {
    display: flex;
    align-items: flex-end;
}

.c2a .spec-img-2 {
    width: 60%;
}

.c2a .t-btn {
    transform-origin: bottom left;
}

.c2a  .spec-img {
    position: relative;
    bottom: -145px;
    width: 40%;
    opacity: 0.8;
}


@media (max-width: 767.98px) {
	.c2a .heading {
	    font-size: 30px;
		width: 100%;
		max-width: 100%;
	}

	.c2a p {
	    font-size: 16px;

	}

	.c2a p.small {
	    font-weight: 300;

	}

	.c2a .content {
	    padding: 45px 35px;
	}

	.c2a  .spec-img {
	    position: absolute;
	    bottom: -25px;
		transform: scaleX(-1);
		right: 70px;
	    width: 100px;

	}
}



/************** GENERATOR PAGE **************/

.generator-page .migrate-section {
	background-image: url('../images/gr.jpg') !important;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	display: flex;
	align-items: center;
	position: relative;
	padding: 35px 0;
	z-index: 1;
}

.generator-page .email-bar {
    background: none !important;

}

.generator-page .email-bar .form-control {
    height: auto;
}

.generator-page .migrate-section .heading-box.first .heading {
    color: #fff;
    font-size: 40px;

}

.generator-page .migrate-section .heading-box.second .heading {
    color: var(--main-color);
}





.generator-page .email-bar:after {
    all: unset;
}


.generator-page .migrate-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}



.generator-page .service .service-item .icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	width: 70px;
	height: 70px;
	font-size: 27px;
	background: var(--main-color);
	color: #fff;
	border-radius: 50%;
}

.generator-page .service-item p {
    margin-bottom: 0;
    color: var(--text-color);
    font-weight: 400;
	font-size: 18px;
	margin-top: 15px;
}



.generator-page .service-item {
    text-align: center;
    padding: 25px;
    display: block;
    position: relative;
	height: 100%;
	max-width: 350px;
	margin: auto;

}

@media (max-width: 767.98px) {
	.generator-page .service-item {
	    padding: 0;
	}

	.generator-page .migrate-section {
		background-attachment: unset;
	}

	.generator-page .service-item p {
		font-size: 13px;
	}


	.generator-page .service .service-item .icon-box {
		width: 50px;
		height: 50px;
		font-size: 22px;
	}
}






.generator-page .service {
	background: var(--light-color)
}

.generator-page .service .service-item .icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	width: 70px;
	height: 70px;
	font-size: 27px;
	background: var(--main-color);
	color: #fff;
	border-radius: 50%;
}

.generator-page .service-item p {
    margin-bottom: 0;
    color: var(--text-color);
    font-weight: 400;
	font-size: 18px;
	margin-top: 15px;
}



.generator-page .service-item {
    text-align: center;
    padding: 25px;
    display: block;
    position: relative;
	height: 100%;
	max-width: 350px;
	margin: auto;
	background: #fff;

}

.generator-page .service-item {
    display: flex !important;
    align-items: center;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.05);
    border-radius: 8px;
    padding: 35px 25px;
    max-width: 100%;
    margin: 0;

}

.generator-page .service-item .title {
    font-weight: 700;
    letter-spacing: 0.4px;
    font-size: 17px;
    color: #000;
}



.generator-page .service-item p {
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    color: #555;
}

.generator-page .service-item .info-box {
    width: calc(100% - 70px);
    text-align: left;
    margin-left: 10px;
}

.generator-page .row > div:nth-of-type(1) .service-item .icon-box {
    background: #FDBDDB !important;
}
.generator-page .row > div:nth-of-type(2) .service-item .icon-box {
    background: #816399 !important;
}
.generator-page .row > div:nth-of-type(3) .service-item .icon-box {
    background: #5ECDAF !important;
}
.generator-page .row > div:nth-of-type(4) .service-item .icon-box {
    background: #0FE7DC !important;
}
.generator-page .row > div:nth-of-type(5) .service-item .icon-box {
    background: #8697C4 !important;
}
.generator-page .row > div:nth-of-type(6) .service-item .icon-box {
    background: #EFB11E !important;
}




@media (max-width: 767.98px) {
	.generator-page .service-item {
	    padding: 15px;
	}

	.generator-page .service-item .title {
	    font-size: 15px;
	}


	.generator-page .service-item p {
		font-size: 14px;
	}


	.generator-page .service .service-item .icon-box {
		width: 50px;
		height: 50px;
		font-size: 22px;
	}
}




.generator-page .email-bar .heading {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 900;
}

.generator-page .email-bar p.small {
    font-size: 18px;
    color: #f1f1f1;
    font-weight: 500;
    margin-bottom: 25px;
}

.generator-page .email-bar .tip {
    font-size: 16px;
    color: #f1f1f1;
    font-weight: 400;
    margin-bottom: 25px;
}

.generator-page .email-bar p {
    font-size: 25px;
    font-weight: 600;
    color: var(--main-color);

}


.generator-page .email-bar .t-btn {
    border: none;
}




@media (max-width: 767.98px) {
    .email-bar {
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;
        background: none;
    }


	.generator-page .email-bar .heading {
	    font-size: 35px;

	}

	.generator-page .email-bar p.small {
	    font-size: 16px;
	}

	.generator-page .email-bar .tip {
	    font-size: 12px;
	}

	.generator-page .email-bar p {
	    font-size: 18px;

	}

    .email-bar p.small {
	    font-size: 14px;
	    color: #111;
	    font-weight: 400;
	}


	.email-bar p {
	    font-size: 20px;
	    font-weight: 600;
	    color: #000;
	}



	.email-bar .heading {
	    font-size: 25px;
	}
}






/****** pre footer *****/


/* email bar */

.email-bar {
	/* margin-bottom: -100px; */
	background-image: url('../images/gr.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	position: relative;
	padding: 35px 0;
	color: #222;
	z-index: 1;
	/* background: var(--main-color); */
}


.email-bar:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.65);
}

.email-bar form {
	border-radius: var(--panel-radius);
}

.email-bar .heading {
	font-size: 28px;
}


.email-bar .form-control {
    height: 50px;
	background: #fff;
	border: none;
	color: var(--text-color);
}

.email-bar .form-control::placeholder {
	color: #555;
}

.email-bar .form-control:focus {
	background: #fff;
}

.email-bar form {
    max-width: 750px;
    margin: auto;
}

.email-bar .t-btn {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
	color: rgba(255,255,255,0.8);
	background: #DA6206;
	border-color: #DA6206;
	/* background: var(--main-color);
	border-color: var(--main-color); */
    max-width: 200px;
	border-top-right-radius: var(--button-radius) !important;
	border-bottom-right-radius: var(--button-radius) !important;
}


.email-bar p {
	font-size: 12px;
	margin-bottom: 0;
	color: #fff;
}

.email-bar .heading {
	color: #fff;
}

@media (max-width: 991.98px) {
	.email-bar {
		background-attachment: none;
	}
}



.email-bar-new {
    height: 450px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    display: flex;
    align-items: center;
    border-top: 1px solid #f6f6f6;
}



.email-bar-new .heading {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 900;
}

.email-bar-new p.small {
    font-size: 16px;
    color: #555;
    font-weight: 400;
}

.email-bar-new p {
    font-size: 25px;
    font-weight: 600;
    color: var(--main-color);

}


@media (max-width: 767.98px) {
    .email-bar-new {
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;
        background: none;
    }

    .email-bar-new p.small {
	    font-size: 14px;
	    color: #111;
	    font-weight: 400;
	}


	.email-bar-new p {
	    font-size: 20px;
	    font-weight: 600;
	    color: #000;
	}



	.email-bar-new .heading {
	    font-size: 25px;
	}
}

/* new */

.email-bar-new {
    position: relative;
    min-height: 550px;
	background-attachment: unset;
	background-size: cover;
}

.email-bar-new::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(45,56,59,0.65);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.email-bar-new p {
    font-size: 26px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
}

.email-bar-new p.small {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    text-transform: unset;

}

.email-bar-new .heading {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;

    color: var(--main-color-2);
}



@media (max-width: 767.98px) {

    .email-bar-new p.small {
	    font-size: 14px;
	}

	.email-bar-new {
		min-height: unset;
		padding-top: 100px;
		padding-bottom: 100px;
	}


	.email-bar-new p {
	    font-size: 20px;
	}



	.email-bar-new .heading {
	    font-size: 35px;
	}
}




/*********************** MAIN FOOTER ****************/

/* .main-footer {
	border-top: 1px solid #f1f1f1;
	background: #fff;
}

.copyright {
    font-size: 13px;
    padding: 15px 0;
	color: #121212;
	background: rgba(0,0,0,0.01);
}

.main-footer .copyright a {
    color: var(--main-color);
	font-weight: 500;
}


.main-footer a {
    color: #000;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
}

.main-footer ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    transform: rotate(40deg);
    display: block;
    height: 6px;
    width: 6px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
}

.main-footer ul li a {
    position: relative;
    display: inline-flex;
    padding-left: 15px;
	color: #121212;
	font-weight: 500;
}

.main-footer strong {
	color: #000;
}

.main-footer a:hover {
	color: var(--main-color);
}


.main-footer .foot-heading {
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0.4px;
    color: #000;
	margin-bottom: 35px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    text-transform: uppercase;
}

.main-footer strong {
	font-weight: 600;
}

.main-footer ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.main-footer table i {
	color: var(--main-color);
	font-size: 18px;
}

.main-footer ul li {
    margin-bottom: 5px;
}

.main-footer .top-bar {
    font-size: 16px;
	color: #333;
}

.main-footer .contact-table tr td:first-child {
    padding-right: 10px;
}

.main-footer .contact-table tr td {
    padding-bottom: 4px;
}

.main-footer .social-icons a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    font-size: 25px;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	border-radius: 4px;
    color: #000;
}

.main-footer .social-icons a:hover {
	text-decoration: none;
	background: #fff;
	color: var(--main-color);
} */



/*** new footer **/



.main-footer.new {
    background: var(--main-color-2);
    color: rgba(255,255,255,0.8);
}

.main-footer.new a {
    color: rgba(255,255,255,0.8);
}

.main-footer.new .copyright {
    padding: 15px 0;
}

.main-footer.new .copyright .content {
    border-radius: 6px;
    background: rgba(0,0,0,0.5);
    padding: 5px 25px;
    font-size: 12px;
}

.main-footer.new .copyright a {
    color: var(--main-color-2);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.main-footer.new .contact-box {
	font-size: 15px;
}

.main-footer.new .contact-boxes {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
}

.main-footer.new .contact-boxes .contact-box {
    width: calc(50% - 5px);
    background: rgba(255,255,255,0.02);
    padding: 25px;
    border-radius: 6px;
    font-weight: 400;
}



.main-footer.new .contact-box .cont-head {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
    font-weight: 800;
}

.main-footer.new .contact-box .cont-head svg {
    width: 25px;
    margin-right: 5px;
    height: 25px;
    color: var(--main-color-2);
}


.main-footer.new {
    padding-top: 70px;
}


.main-footer.new .footheading {
    font-weight: 900;
    font-size: 22px;
    letter-spacing: -0.3px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    color: #fff;
}



.main-footer.new .social-icon-box {
    display: flex;
    background: inherit;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 80px 0;
    z-index: 1;
}

.main-footer.new .social-icon-box::after {
    content: '';
    height: 1px;
    background: rgba(255,255,255,0.1);
    width: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: -1;
}

.main-footer.new .social-icon-box .cont {
    display: flex;
    align-items: center;
    background: var(--main-color-2);
    gap: 10px;
    padding: 15px;
}


.main-footer.new .social-icon-box a svg {
    width: 25px;
    height: 25px;
    color: #fff;
}

.main-footer.new .top-foot .text {
    font-size: 17px;
    text-align: center;
    max-width: 750px;
    margin: auto;
    margin-top: 45px;
}



.main-footer.new .menu-list {
    list-style: square;
    padding-left: 18px;
    color: var(--main-color);
}

.main-footer.new .menu-list a {
    text-decoration: none;
    font-size: 15px;
}

.main-footer.new li {
    line-height: 2;
}

.main-footer.new .menu-list a:hover {
    color: #fff;
}





.main-footer.new .social-icon-box .cont a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.5);
    border-radius: 6px;
}

.main-footer.new .social-icon-box a:hover {
    background: var(--main-color-2);
}

.main-footer.new .social-icon-box a:hover svg {
    color: var(--main-text-color-2);
}


.main-footer.new .social-icon-box .cont {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(20px);
    border-radius: 5px;
}

.main-footer.new {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-footer.new:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(2,15,32,0.88);
    z-index: -1;
}

.main-footer.new .contact-boxes .contact-box {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
}

.main-footer.new .copyright .content {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
}

.main-footer.new .social-icon-box::after {
    background: rgba(255, 255, 255, 0.2);
}





.main-footer.new .copyright a {
    color: var(--main-color);
    font-weight: 700;
}

@media(max-width: 767.98px) {
    .main-footer.new {
        font-size: 13px;
        background: var(--main-color-2);
    }

    .main-footer.new .contact-box .cont-head {
        font-size: 16px;
    }

    .main-footer.new .footheading {
        font-size: 19px;
    }

}


@media(max-width: 568px) {

    .main-footer.new .contact-boxes .contact-box {
        width: 100%;
    }
}


/** white version **/

/*
.main-footer::after {
    background: #fbfbfb !important;
}

.main-footer.new {
    color: rgba(0,0,0,0.8);
}

.main-footer.new a {
    color: rgba(0,0,0,0.8);
}

.main-footer.new .copyright {
    padding: 15px 0;
}

.main-footer.new .copyright .content {
    background: rgba(0,0,0,0.5);
}




.main-footer.new .contact-boxes .contact-box {
    background: rgba(0,0,0,0.05);
}



.main-footer.new .contact-box .cont-head {
    color: #000;
}






.main-footer.new .footheading {
    color: #000;
}




.main-footer.new .social-icon-box::after {

    background: rgba(0,0,0,0.1);

}



.main-footer.new .social-icon-box a svg {
    color: #fff;
}




.main-footer.new .menu-list {
    color: var(--main-color);
}



.main-footer.new .menu-list a:hover {
    color: #000;
}





.main-footer.new .social-icon-box .cont a {
    background: rgba(0,0,0,0.5);
}

.main-footer.new .social-icon-box a:hover {
    background: var(--main-color-2);
}

.main-footer.new .social-icon-box a:hover svg {
    color: var(--main-text-color-2);
}


.main-footer.new .social-icon-box .cont {
    background: rgba(0,0,0,0.05);
}





.main-footer.new .contact-boxes .contact-box {
    background: rgba(0, 0, 0, 0.04);
}

.main-footer.new .copyright .content {
    background: rgba(0, 0, 0, 0.04);
}

.main-footer.new .social-icon-box::after {
    background: rgba(0, 0, 0, 0.04);
}


.main-footer.new .footheading {
    font-weight: 800 !important;
    letter-spacing: 0.1px !important;
}

.main-footer.new .social-icon-box .cont a {
    background: var(--main-color-2);

} */




/****** manual page **********/







.manual-page .manual-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f1f1f1;
    height: 250px;
    overflow: hidden;
	position: relative;
	text-decoration: none;
	border-radius: var(--panel-radius);
}

.manual-page .manual-item .title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

.manual-page .manual-item:hover {
    background: var(--main-color);
}

.manual-page .manual-item:hover .title {
    color: #fff;
}

.manual-page .manual-item:hover .title  i{
    color: #fff;
}





/************ MANUAL ITEM PAGE ***************/

.manual-item-page .section-heading {
	font-weight: 300;
	padding-bottom: 15px;
	font-weight: 300;
	border-bottom: 1px solid rgba(0,0,0,0.04);
}


.manual-item-page .section-man {
    padding: 25px;
    background: #fefefe;
    box-shadow: 0 0 6px rgba(0,0,0,0.14);
}

.manual-item-page .section-man a {
    display: block;
    color: #666;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
}

/************* MANUAL SIDEBAR ********/

.manual-sidebar .sidebar-heading {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.manual-sidebar {
    background: #f9f9f9;
    padding: 25px;
}

.manual-sidebar a {
    display: block;
    color: #666;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
}

.manual-sidebar .active {
    color: #111;
    font-weight: 600;
}

/**** manual detail item page ***/

.manual-item-detail-page .detail-content {
	padding: 20px;
    border: 1px solid rgba(0,0,0,0.05);
}


/*************** BLOG *************/

/* article item */

.article-item .img-box-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.article-item {
    position: relative;
}

.article-item img {
    transition: all 0.2s linear;
}

.article-item:hover img {
    filter: blur(1px);
    transform: scale(1.05);
}

.article-item .title {
    text-align: left;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    padding: 4px;
    color: #333;
}

.article-item .title:hover {
    text-decoration: none;
}

.article-item .date {
    display: inline-block;
    padding: 3px 5px;
    color: #555;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.article-item .img-box-link:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient( to right, rgba(0,0,0,0.45), rgba(255,255,255,0.3) );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


/*************** ARTICLE PAGE ************************/

.article-page .article-content {
    padding: 25px;
    border: 1px solid rgba(0,0,0,0.05);
}



/**************** CONTACT PAGE *************/

.contact-page .contact-box .contact-box-item {
    padding: 25px;
    width: 250px;
    background: #fff;
	border: 1px solid #f9f9f9;
    margin-bottom: 15px;
    text-align: center;
    border-radius: var(--panel-radius);
}

.contact-page .contact-box-item svg {
    color: var(--main-color);
}

.contact-page .contact .container {
    max-width: 950px;
}

.contact-page .contact-box-item .title {
    font-weight: 700;
    color: #000;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
}

.contact-page .contact-box-item a {
    color: #888;
    font-weight: 500;
}

.contact-page .form-box input[type=submit].t-btn {
	position: relative !important;
	color: #fff !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	overflow: hidden !important;
	line-height: 1.5 !important;
	padding: 1.2em 1.5em !important;
	position: relative !important;
	border-radius: 25px !important;
	text-decoration: none !important;
	text-align: center !important;
	user-select: none !important;
	-webkit-user-select: none !important;
	z-index: 0 !important;
	background: #DA6206 !important;
	border: none !important;
	border-color: #DA6206 !important;
	outline: none !important;
	box-shadow: none !important;
}

.contact-page .form-box input[type=submit].t-btn:before {
	all: unset !important;
}

.contact-page .form-box input[type=submit].t-btn:after {
	all: unset !important;
}


.contact-page .form-control:focus {
	border-color: var(--main-color);
}


.contact-page .contact-box-item a:hover {
    text-decoration: none;
}

.contact-page .form-box {
    background: var(--light-color);
    padding: 35px 45px;
    padding-left: 150px;
    width: 100%;
    border-radius: var(--panel-radius);
}


.contact-page .form-box .form-control::placeholder {
    font-size: 15px;
    color: #696969;
    letter-spacing: 0.2px;
}


.contact-page .form-box .form-control {
	border-radius: var(--button-radius) !important;
	padding: 15px;
}

.contact-page .spec-col-1 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.contact-page .spec-col-1 .contact-box {
    position: relative;
    right: -80px;
    margin-left: -80px;

}

.contact-page .form-box .heading {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
	color: #000;
}

.form-control {
	border-color: #f1f1f1;
}


.contact-page section.contact {
	padding: 50px 0;
}

@media (max-width: 900px) {
	.contact-page .spec-col-1 {
	    display: block;
	    align-items: center;
	}

	.contact-page .spec-col-1 .contact-box {
	    position: relative;
	    right: 0;
	    margin-left: 0;
	}

	.contact-page .form-box {
	    padding: 35px 25px;
	}

	.contact-page .form-box .form-control {
		padding: 10px;
	}

	.contact-page .contact-box .contact-box-item {
	    width: 100%;
	}

	.contact-page .form-box .heading {
	    font-size: 25px;
	}

}




/*********** FUNCTION PAGE ***********/



.function-page .heading.tiny {
	font-size: 20px;
	letter-spacing: 0.5px;
}

.function-page td {
	font-size: 14px;
	font-weight: 500;
}

.function-page .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--light-color);
}


.function-page .spec-menu-list {
    padding-left: 0;
    position: sticky;
    top: 80px;
    left: 0;
    list-style: none;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}




.function-page .spec-menu-list a {
    display: block;
    padding: 8px 15px;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.function-page .spec-menu-list li:last-of-type a {
    border-bottom: 1px solid #f1f1f1;
}

.function-page .spec-menu-list a:hover {
    color: #fff;
    background: var(--main-color);
}


.function-page .spec-menu-list::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.function-page .spec-menu-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

/* Handle */
.function-page .spec-menu-list::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 4px;
}

/* Handle on hover */
.function-page .spec-menu-list::-webkit-scrollbar-thumb:hover {
    background: #999;
    border-radius: 4px;
}



@media (max-width: 767.98px) {

	.function-page .spec-menu-list {
	    position: static;
	    height: 100% !important;
		max-height: 100% !important;
	}

}


/*************** MODULES PAGE ************/

/* .modules-page .table-modules .container {
    max-width: 1000px;
} */

.modules-page .table-modules .table thead * {
    border: none;
    font-weight: 700;
    font-size: 15px;
    color: #000;
}

.modules-page .table-modules .table tbody tr:nth-of-type(odd) td {
    background: var(--light-color);
}

.modules-page .table-modules .table tbody tr td {
    border: none;
    font-size: 14px;
    color: #555;
    font-weight: 500;
	white-space: nowrap;
}

.title {

}

.modules-page .table-modules .table tbody tr td {
    padding: 15px 10px;
}

.modules-page .table-modules .title {
    margin-bottom: 35px;
    margin-top: 35px;
	border-top: 1px solid #f1f1f1;
    padding-top: 25px;
    color: #555;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;

}

.modules-page .table-modules .iteration {
    font-weight: 700;
	color: #000;
}

.modules-page .table-modules .fa-minus {
    font-size: 19px;
    color: #ccc;
}


.modules-page .table-modules .fa-check {
    font-size: 17px;
}

/* .modules-page .about .container {
	max-width: 1000px;
} */

.modules-page .about .container .text {
	text-align: justify;
	font-weight: 400;
}



/*** FAQ PAGE ***/

.faq-page .faq-answer {
    display: none;
}

.faq-page .faq-item .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f1f1f1;
	border-radius: 6px;
    padding: 25px 15px;
    background: var(--light-color);
    color: #222;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.faq-page .faq-item.active .faq-question {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.faq-page .faq-item {
    margin-bottom: 15px;
}

.faq-page .faq-item.active .roller {
    transform: rotate(180deg);
}

.faq-page .faq-item .faq-answer {
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #111;
    background: #fff;
}


/********** TEMPLATES PAGE **********/


/* .templates .template-spec-item:nth-of-type(odd) {
	background: var(--light-color);
} */





.template-page .templates .template-spec-item:nth-of-type(even) .spec-col-1 {
    order: 2;
}

.template-page .templates .template-spec-item:nth-of-type(even) .spec-col-2 {
    order: 1;
}


.template-page .template-spec-item {
	/* border: 1px solid rgba(0,0,0,0.05); */
	background: #fff;
	padding: 40px 25px;
	height: 100vh;
	display: flex;
	align-items: center;
}

.template-page .template-spec-item .heading {
    font-weight: 700;
}

.template-page .template-spec-item .date {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    padding: 2px 8px;
    background: var(--main-color);
    color: #fff;
    border-radius: var(--button-radius);
}

.template-page .template-spec-item .desc {
    font-weight: 600;
    margin: 20px 0;
}

.template-page .template-spec-item ul {
    font-size: 15px;
    padding-left: 20px;
    color: #555;
}

.template-page .template-spec-item .title {
    font-weight: 700;
}

.template-page .template-spec-item .colors .color {
    display: inline-block;
    width: 30px;
    height: 30px;
	border-radius: var(--button-radius);
    border: 1px solid #f1f1f1;
}

.template-page .template-spec-item .colors {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
    margin: 15px 0;
}

.template-page .template-spec-item .tip {
    font-weight: 400;
    color: #696969;
    font-size: 14px;
}

.template-page .template-spec-item .tip a {
    color: var(--main-color);
    font-weight: 600;
}


.template-spec-item {
    position: relative !important;
    z-index: 1;

}

.template-spec-item .spec-col-1::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.template-spec-item .img-box {
	padding: 0 50px;
}


.template-page .template-spec-item.auxerre .spec-col-1::before  {
    background: #56A6A4 !important;
	left: 0;
}

.template-page .template-spec-item.auxerre .info-box {
    padding-left: 50px;
}


.template-page .template-spec-item.vilita .spec-col-1::before {
    background: #C5474D !important;
	right: 0;
}


.template-page .template-spec-item.vilita .info-box {
    padding-right: 50px;
}



.template-page .template-spec-item.nestra .spec-col-1::before {
    background: #EDEAA9 !important;
	left: 0;
}

.template-page .template-spec-item.nestra .info-box {
    padding-left: 50px;
}



.template-page .template-spec-item ul {
    font-size: 18px;
    font-weight: 600;
}

.template-page .template-spec-item .title {
    font-weight: 400;
    text-transform: uppercase;
}


.template-page .template-spec-item .desc {
    font-size: 20px;
    font-weight: 400;
}



.template-page .template-spec-item .heading {
    font-size: 60px;
	color: #666;

}

.template-page .template-spec-item .colors .color {
    border: 1px solid rgba(0,0,0,0.1);
}









@media (max-width: 991.98px) {
	.template-page .templates .template-spec-item:nth-of-type(even) .spec-col-1 {
	    order: 1;
	}

	.template-page .templates .template-spec-item:nth-of-type(even) .spec-col-2 {
	    order: 2;
	}

	.template-page .template-spec-item .heading {
	    font-size: 40px;
	}

	.template-page .template-spec-item ul {
	    font-size: 14px;
	}


	.template-page .template-spec-item .desc {
	    font-size: 16px;
	}


}

@media (max-width: 767.98px) {

	.template-page .template-spec-item::before {
		display: none;
	}

	.template-page .template-spec-item .spec-col-1 {
		position: relative;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.template-page .template-spec-item .spec-col-1::before {
		width: 100%;
	}

	.template-page .template-spec-item .info-box {
		padding: 0 !important;
		padding-top: 25px !important;
	}

	.template-page .template-spec-item {
		height: auto;
	}

}




/********** Reference PAGE **********/


.reference-page .references .template-spec-item:nth-of-type(even) {
    background: var(--light-color);
}


.reference-page {
	background: #fff;
}

.reference-page .references .template-spec-item:nth-of-type(even) .spec-col-1 {
    order: 2;
}

.reference-page .references .template-spec-item:nth-of-type(even) .spec-col-2 {
    order: 1;
}


.reference-page .template-spec-item {
	border: 1px solid rgba(0,0,0,0.05);
	background: #fff;
	padding: 40px 25px;

}

.reference-page .template-spec-item .heading {
    font-weight: 700;
}

.reference-page .template-spec-item .date {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    padding: 2px 8px;
    background: var(--main-color);
    color: #fff;
    border-radius: var(--button-radius);
}

.reference-page .template-spec-item .desc {
    font-weight: 600;
    margin: 20px 0;
}

.reference-page .template-spec-item ul {
    font-size: 15px;
    padding-left: 20px;
    color: #555;
}

.reference-page .template-spec-item .title {
    font-weight: 700;
}

.reference-page .template-spec-item .colors .color {
    display: inline-block;
    width: 30px;
    height: 30px;
	border-radius: var(--button-radius);
    border: 1px solid #f1f1f1;
}

.reference-page .template-spec-item .colors {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
    margin: 15px 0;
}

.reference-page .template-spec-item .tip {
    font-weight: 400;
    color: #696969;
    font-size: 14px;
}

.reference-page .template-spec-item .tip a {
    color: var(--main-color);
    font-weight: 600;
}



/********* GDPR page ************/

.gdpr a {
    color: var(--main-color);
    font-weight: 600;
}

.gdpr h1,
.gdpr h2,
.gdpr h3,
.gdpr h4,
.gdpr h5,
.gdpr h6 {
    font-weight: 700;
}

.gdpr p {
    color: #555;
    font-weight: 400;
    font-size: 17px;
}

.gdpr strong {
    color: #000;
}











/*********** 404 page ***********/

.not-found-page .spec {
    letter-spacing: -30px;
    font-size: 180px !important;
    font-weight: 900;
    color: #aec71e;
    text-shadow: rgba(255,255,255,1) -3px 2px 0;
}


.not-found-page .first-text {
    font-size: 22px;
    font-weight: 600;
}

.not-found-page .second-text {
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
	.not-found-page .spec {
	    letter-spacing: -22px;
	    font-size: 130px !important;
	}


	.not-found-page .first-text {
	    font-size: 16px;
	}


	.not-found-page .second-text {
	    font-size: 16px;
	}
}




















/********************** TESTIMONIAL PAGE *************/


.testimonial-item {
    background: #f9f9f9;
    padding: 25px;
    padding-top: 100px;
    position: relative;
    max-width: 650px;
    margin: auto;
	margin-top: 40px;
}

.testimonial-item .img-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 130px;
    height: 130px;
    overflow: hidden;
    top: -40px;
    left: calc(50% - 65px);
    border-radius: 50%;
    border: 12px solid #fff;
}

.testimonial-item .img-box img {
    max-width: 100%;
    max-height: 100%;
}

.testimonial-item .quote i {
    position: absolute;
	top: -30px;
	left: 0;
	font-size: 25px;
}

.testimonial-item .quote {
    position: relative;
    max-width: 450px;
    margin: auto;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}


.testimonial-item .title {
    display: block;
    text-align: center;
    font-weight: 600;
    color: #696969;
    margin-top: 10px;
    font-size: 15px;
}

.testimonial-item .profession {
    font-weight: 300;
    text-align: center;
    display: block;
    font-size: 13px;
    color: #a4a4a4;
}


/**** pre footer contact bar ***/

.pre-contact-bar {
	padding: 45px 0;
	color: #121212;
    background: var(--light-color);
}

.pre-contact-bar .heading {
	font-size: 30px;
	font-weight: 800;
}

.pre-contact-bar p {
	font-size: 17px;
	font-weight: 500;
}

.pre-contact-bar a {
	color: #272727;
	font-weight: 500;
	font-size: 17px;
	padding: 5px 10px;
	display: inline-block;
}



/*********** eshop na mieru ********/


.spec-text-page h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
     letter-spacing: -0.7px;
}

.spec-text-page h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.spec-text-page p {
    line-height: 1.7;
    margin-bottom: 25px;
}

.spec-text-page ul li strong {
    color: #79bf34;
}

.spec-text-page ul li {
    line-height: 2;
}


/************ COOOKIE ************/


/********** COOKIE BAR **********/


.cc-container.displayed {
	left: 0;
	bottom: 0;
	padding: 25px;
	height: 100% !important;
	width: 100% !important;
	background: rgba(0,0,0,0.7);
	justify-content: center;
	align-items: center;
	animation: unset !important;
}

.cc-container.displayed .cc-box {
	width: 750px !important;
	max-width: 100% !important;
	height: auto;
	padding: 35px;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}


.cc-container.displayed .cc-title {
	font-weight: 700;
	color: #808080;
	font-size: 22px;
	margin-bottom: 15px;
}

.cc-container.displayed .cc-section-landing {
	font-size: 15px;
	font-weight: 400;
	color: #121212;
}

.cc-container.displayed .cc-categories {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 15px;
	row-gap: 10px;
	margin-bottom: 10px;
	float: unset;
}

.cc-container.displayed .cc-categories > div[role="checkbox"] {
	display: inline-block;
	width: auto;
	margin: 0;
	font-size: 14px;
	text-decoration: none !important;
	border: none !important;
	padding-left: 27px;
}

.cc-container.displayed .cc-categories span[role="link"] {
	font-size: 15px;
	border: none !important;
	color: #121212;
	font-weight: 600;
}

.cc-container.displayed .cc-category-description {
	min-height: 150px;
	float: unset;
	width: 100%;
	background: #f9f9f9;
	transform: unset;
	padding: 15px;
	font-size: 15px;
	color: #555;
	font-weight: 400;
}

.cc-container.displayed .cc-categories > div[role="checkbox"]:before {
	width: 20px;
	height: 20px;
}

.cc-container.displayed [role="checkbox"][aria-checked="mixed"]:active::after,
.cc-container.displayed [role="checkbox"][aria-checked="true"]::after {
	display: block;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 0.2em 0.2em 0;
	transform: translateY(-65%) translateX(-50%) rotate(45deg);
}


.cc-container.displayed [role="checkbox"][aria-checked="mixed"]::before, .cc-container [role="checkbox"][aria-checked="true"]::before {
	border-color: #aec71e !important;
	background: #aec71e !important;
}

.cc-container.displayed .cc-btn-reject,
.cc-container.displayed .cc-btn-reject:hover {
	background: #fff;
    color: #121212;
    font-weight: 400;
    text-decoration: underline;
}

.cc-container.displayed .cc-btn-accept,
.cc-container.displayed .cc-btn-accept:hover {
	background: var(--main-color);
    color: #000;
    font-weight: 400;
}

.cc-container.displayed .cc-btn-settings,
.cc-container.displayed .cc-btn-settings:hover {
	background: #fff;
    color: #121212;
    font-weight: 400;
    text-decoration: underline;
}









@media (max-width: 767.98px)  {

	.cc-container.displayed .cc-title {
		line-height: 1.2 !important;
	}

	.cc-container.displayed {
		padding: 5px;
	}

	.cc-container.displayed .cc-description {
		text-align: justify;
	}

	.cc-container.displayed .cc-box {
		padding: 15px;
		margin: 5px;
	}

	.cc-container.displayed .cc-buttons {
		float: unset;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 15px;
	}

	.cc-container.displayed .cc-category-description {
		text-align: justify;
		padding: 0;
		background: #fff;
	}

	.cc-container.displayed .cc-categories span[role="link"] {
		font-size: 13px;
	}

	.cc-container.displayed .cc-btn {
		display: block !important;
		width: 100% !important;
		text-align: center !important;
		padding: 15px;
	}
}




/*************** To top btn *************************/

#myBtn {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 10px;
	z-index: 99;
	font-size: 25px;
	color: #fff;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	line-height: 40px;
	background: var(--main-color-2);
}

#myBtn:hover {
	opacity: 0.8;
}


.r-red {
    font-weight: bold;
    color: #ff0000;
    font-size: 20px;
}

.r-green {
    font-weight: bold;
    color: #aec71e;
    font-size: 20px;

}

.home-page .pricing-table .parameters li i.fa-xmark {
    color: #ff0000;
}

span.error {
    color: #ff0000;
}

.grecaptcha-badge {
	display: none !important;
}

.top-bar .list-inline-item a {
    color: #ffffff;
}


.page-vop ol[type="a"] > li::marker {
    content: counter(list-item, lower-alpha) ")  ";
}

.page-vop h3 {
    text-align: center;
    margin: 0px;
}
.page-vop h2 {
    text-align: center;
    margin: 0px;
}

.page-vop ol {
    margin-top: 10px;
    margin-bottom: 30px;
}

.page-vop ol ul {
    margin-top: 0px;
}


.page-vop ol ol {
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-vop li h3 {
    margin-top: 25px;
    margin-bottom: 5px;
}

.page-vop table tr td {
    padding-right: 15px;
}

.page-vop table {
    margin-left: 20px;
}






.page-oou ol[type="a"] > li::marker {
    content: counter(list-item, lower-alpha) ")  ";
}

.page-oou h3 {
    margin: 0px;
    margin-bottom: 5px;
}
.page-oou h2 {
    margin: 0px;
}

.page-oou ol {
    margin-top: 10px;
    margin-bottom: 30px;
}

.page-oou ol ul {
    margin-top: 0px;
}


.page-oou ol ol {
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-oou li h3 {
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-oou table tr td {
    padding-right: 15px;
}

.page-oou li ul {
    margin-bottom: 15px;
}

.page-oou table {
    margin-left: 20px;
}

.generator-page .link {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
}

.generator-page .link:hover {
    text-decoration: none;
}






/** from custom css **/

/******************************************************* CUSTOM COLOR *****************************************************************/









/********** MAIN HEADER ************/

.main-header.sticky .nav-link:before {
	background: var(--main-color);
}

@media (max-width: 991.98px) {
    .main-header .nav-link:hover:before {
    	background: var(--main-color);
    }
}








.manual-page .manual-item svg {
	color: var(--main-color);
}



/************ TESTIMONIAL PAGE ***********/

.lSPager .active a,
.lSPager li:hover a {
    background: var(--main-color) !important;
}



/***** CONTACT PAGE *************/

.contact-page .contact-info-box a {
	color: var(--main-color);
}
