<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Constim Industrial Business HTML Template */

/************ TABLE OF CONTENTS ***************

1. Fonts
2. Reset
3. Global
4. Main Header / Two / Three / Four / Five
5. Main Slider / Two / Three / Four
6. Banner Section
7. Management Section / Two
8. Services Section / Three / Four / Five / Six / Seven
9. Sponsors Section
10. Experiance Section
11. Project Section / Two / Three / 
12. Counter Section / Two / Three / Four
13. Services Section
14. App Section
15. Testimonial Section / Two / Three / Four
16. Solution Section / Two
17. Marketing Section
18. News Section
19. Main Footer
20. History Section
21. Team Section
22. Faq Section / Two
23. Social Section
24. Video Banner Section
25. Mission Section
26. Industry Section
27. Contact Info Section
28. News Section / Two / Three
29. About One / Two
30. CTA Section
31. Help One
32. Choose One
33. Page Title
34. PSD Fild Widget
35. Video Box
36. Project Masonry
37. Project Detail
38. Blog
39. Blog Comment Form
40. Blog Comment Box
41. Map Form
42. Contact Form

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

/* 
	
	font-family: 'Syne', sans-serif;
	font-family: 'Manrope', sans-serif;
	font-family: 'Outfit', sans-serif;
	font-family: 'Jost', sans-serif;
	font-family: 'Roboto', sans-serif;
	
*/

/*** 

====================================================================
	Root Code Variables
====================================================================

***/

/* Theme Color */

:root {
	
	/* #F94E41 in decimal RGB */
  --main-color: rgb(249,78,65);
  --main-color-rgb:249,78,65;
  
  /* #FE392A in decimal RGB */
  --main-color-two: rgb(254,57,42);
  --main-color-two-rgb:254,57,42;
  
  /* #261F1F in decimal RGB */
  --color-two: rgb(38,31,31);
  --color-two-rgb:38,31,31;
  
  /* #EFEBEB in decimal RGB */
  --color-three: rgb(239,235,235);
  --color-three-rgb:239,235,235;
  
  /* #828A8D in decimal RGB */
  --color-four: rgb(130,138,141);
  --color-four-rgb:130,138,141;
  
  /* #6F7183 in decimal RGB */
  --color-five: rgb(111,113,131);
  --color-five-rgb:111,113,131;
  
  /* #505050 in decimal RGB */
  --color-six: rgb(80,80,80);
  --color-six-rgb:80,80,80;
  
  /* #1E1F1C in decimal RGB */
  --color-seven: rgb(30,31,28);
  --color-seven-rgb:30,31,28;
  
  /* #121C22 in decimal RGB */
  --color-eight: rgb(18,28,34);
  --color-eight-rgb:18,28,34;
  
  /* #D9D9D9 in decimal RGB */
  --color-nine: rgb(217,217,217);
  --color-nine-rgb:217,217,217;
  
  /* #F4F7F9 in decimal RGB */
  --color-ten: rgb(244,247,249);
  --color-ten-rgb:244,247,249;
  
  /* #383636 in decimal RGB */
  --color-eleven: rgb(56,54,54);
  --color-eleven-rgb:56,54,54;
  
  /* #777F95 in decimal RGB */
  --color-twelve: rgb(119,127,149);
  --color-twelve-rgb:119,127,149;
  
  /* #838287 in decimal RGB */
  --color-thirteen: rgb(131,130,135);
  --color-thirteen-rgb:131,130,135;
  
  /* #1B1A1A in decimal RGB */
  --color-fourteen: rgb(27,26,26);
  --color-fourteen-rgb:27,26,26;
  
  /* #191B1E in decimal RGB */
  --color-fifteen: rgb(25,27,30);
  --color-fifteen-rgb:25,27,30;
  
  /* #7D7C8C in decimal RGB */
  --color-sixteen: rgb(125,124,140);
  --color-sixteen-rgb:125,124,140;
  
  /* #050404 in decimal RGB */
  --color-seventeen: rgb(5,4,4);
  --color-seventeen-rgb:5,4,4;
  
  /* #101212 in decimal RGB */
  --color-eighteen: rgb(16,18,18);
  --color-eighteen-rgb:16,18,18;
  
  /* #6D7680 in decimal RGB */
  --color-nineteen: rgb(109,118,128);
  --color-nineteen-rgb:109,118,128;
  
  /* #F8F8F8 in decimal RGB */
  --color-twenty: rgb(248,248,248);
  --color-twenty-rgb:248,248,248;
  
  /* #888888 in decimal RGB */
  --color-twentyone: rgb(136,136,136);
  --color-twentyone-rgb:136,136,136;
  
  /* #0D0D0D in decimal RGB */
  --color-twentytwo: rgb(13,13,13);
  --color-twentytwo-rgb:13,13,13;
  
  /* #ffb820 in decimal RGB */
  --color-twentythree: rgb(255,184,32);
  --color-twentythree-rgb:255,184,32;
  
  /* #1D1212 in decimal RGB */
  --color-twentyfour: rgb(29,18,18);
  --color-twentyfour-rgb:29,18,18;
  
  /* #DFE0E2 in decimal RGB */
  --color-twentyfive: rgb(223,224,226);
  --color-twentyfive-rgb:223,224,226;
  
  /* #E8E8E8 in decimal RGB */
  --color-twentysix: rgb(232,232,232);
  --color-twentysix-rgb:232,232,232;
  
  /* #C4C4C4 in decimal RGB */
  --color-twentyseven: rgb(196,196,196);
  --color-twentyseven-rgb:196,196,196;
  
  /* #08151F in decimal RGB */
  --color-twentyeight: rgb(8,21,31);
  --color-twentyeight-rgb:8,21,31;
  
  /* #0F0F2D in decimal RGB */
  --color-twentynine: rgb(15,15,45);
  --color-twentynine-rgb:15,15,45;
  
  /* #080808 in decimal RGB */
  --color-thirty: rgb(8,8,8);
  --color-thirty-rgb:8,8,8;
  
  /* #f5f5f5 in decimal RGB */
  --color-thirtyone: rgb(245,245,245);
  --color-thirtyone-rgb:245,245,245;
  
  /* #666666 in decimal RGB */
  --color-thirtytwo: rgb(102,102,102);
  --color-thirtytwo-rgb:102,102,102;
  
  /* #010101 in decimal RGB */
  --color-thirtythree: rgb(1,1,1);
  --color-thirtythree-rgb:1,1,1;
  
  /* #646464 in decimal RGB */
  --color-thirtyfour: rgb(100,100,100);
  --color-thirtyfour-rgb:100,100,100;
  
  /* #e5e5e5 in decimal RGB */
  --color-thirtyfive: rgb(229,229,229);
  --color-thirtyfive-rgb:229,229,229;
  
  /* #a3a3a3 in decimal RGB */
  --color-thirtysix: rgb(163,163,163);
  --color-thirtysix-rgb:163,163,163;
  
  /* #1a1a1a in decimal RGB */
  --color-thirtyseven: rgb(26,26,26);
  --color-thirtyseven-rgb:26,26,26;
  
  /* #f9f9f9 in decimal RGB */
  --color-thirtyeight: rgb(249,249,249);
  --color-thirtyeight-rgb:249,249,249;
  
  /* #002138 in decimal RGB */
  --color-thirtynine: rgb(0,33,56);
  --color-thirtynine-rgb:0,33,56;
  
  /* #202020 in decimal RGB */
  --color-fourty: rgb(32,32,32);
  --color-fourty-rgb:32,32,32;
  
  /* #101010 in decimal RGB */
  --color-fourtyone: rgb(16,16,16);
  --color-fourtyone-rgb:16,16,16;
  
  /* #e5edee in decimal RGB */
  --color-fourtytwo: rgb(229,237,238);
  --color-fourtytwo-rgb:229,237,238;
  
  /* #fff8f2 in decimal RGB */
  --color-fourtythree: rgb(255,248,242);
  --color-fourtythree-rgb:255,248,242;
  
  /* #535353 in decimal RGB */
  --color-fourtyfour: rgb(83,83,83);
  --color-fourtyfour-rgb:83,83,83;
  
  /* #000e33 in decimal RGB */
  --color-fourtyfive: rgb(0,14,51);
  --color-fourtyfive-rgb:0,14,51;
  
  /* #fafbfe in decimal RGB */
  --color-fourtysix: rgb(250,251,254);
  --color-fourtysix-rgb:250,251,254;
  
  /* #cccccc in decimal RGB */
  --color-fourtyseven: rgb(204,204,204);
  --color-fourtyseven-rgb:204,204,204;
  
  
  
  
  
  
  /* #ffffff in decimal RGB */
  --white-color:rgb(255,255,255);
  --white-color-rgb:255,255,255;
  
  /* #000000 in decimal RGB */
  --black-color:rgb(0,0,0);
  --black-color-rgb:0,0,0;
  
  
  /* Fonts */
  
  --font-family-Syne: 'Syne', sans-serif;
  --font-family-Manrope: 'Manrope', sans-serif;
  --font-family-Outfit: 'Outfit', sans-serif;
  --font-family-Jost: 'Jost', sans-serif;
  --font-family-Arimo: 'Arimo', sans-serif;
  --font-family-SpaceGrotesk: 'Space Grotesk', sans-serif;
  --font-family-Roboto: 'Roboto', sans-serif;
  
  
  
  
/* Fonts Size's */
  
  --font-8: 8px;
  --font-10: 10px;
  --font-11: 11px;
  --font-12: 12px;
  --font-13: 13px;
  --font-14: 14px;
  --font-15: 15px;
  --font-16: 16px;
  --font-17: 17px;
  --font-18: 18px;
  --font-20: 20px;
  --font-21: 21px;
  --font-22: 22px;
  --font-24: 24px;
  --font-26: 26px;
  --font-28: 28px;
  --font-30: 30px;
  --font-32: 32px;
  --font-34: 34px;
  --font-35: 35px;
  --font-36: 36px;
  --font-37: 37px;
  --font-38: 38px;
  --font-40: 40px;
  --font-42: 42px;
  --font-44: 44px;
  --font-45: 45px;
  --font-46: 46px;
  --font-48: 48px;
  --font-49: 49px;
  --font-50: 50px;
  --font-52: 52px;
  --font-54: 54px;
  --font-55: 55px;
  --font-56: 56px;
  --font-58: 58px;
  --font-60: 60px;
  --font-62: 62px;
  --font-64: 64px;
  --font-65: 65px;
  --font-66: 66px;
  --font-68: 68px;
  --font-70: 70px;
  --font-72: 72px;
  --font-74: 74px;
  --font-75: 75px;
  --font-76: 76px;
  --font-78: 78px;
  --font-80: 80px;
  --font-85: 85px;
  --font-90: 90px;
  --font-93: 93px;
  --font-95: 95px;
  --font-100: 100px;
  --font-110: 110px;
  --font-120: 120px;
  --font-150: 150px;
  --font-200: 200px;
  
  --margin-zero: 0px;
  
  /* Margin Left Variables */
  --margin-left-5: 5px;
  --margin-left-10: 10px;
  --margin-left-15: 15px;
  --margin-left-20: 20px;
  --margin-left-25: 25px;
  --margin-left-30: 30px;
  --margin-left-35: 35px;
  --margin-left-40: 40px;
  --margin-left-45: 45px;
  --margin-left-50: 50px;
  --margin-left-55: 55px;
  --margin-left-60: 60px;
  --margin-left-65: 65px;
  --margin-left-70: 70px;
  --margin-left-75: 75px;
  --margin-left-80: 80px;
  --margin-left-85: 85px;
  --margin-left-90: 90px;
  --margin-left-95: 95px;
  --margin-left-100: 100px;
  --margin-left-120: 120px;
  
  /* Margin Top Variables */
  --margin-top-5: 5px;
  --margin-top-10: 10px;
  --margin-top-15: 15px;
  --margin-top-20: 20px;
  --margin-top-21: 21px;
  --margin-top-25: 25px;
  --margin-top-30: 30px;
  --margin-top-35: 35px;
  --margin-top-40: 40px;
  --margin-top-45: 45px;
  --margin-top-50: 50px;
  --margin-top-55: 55px;
  --margin-top-60: 60px;
  --margin-top-65: 65px;
  --margin-top-70: 70px;
  --margin-top-75: 75px;
  --margin-top-80: 80px;
  --margin-top-85: 85px;
  --margin-top-90: 90px;
  --margin-top-95: 95px;
  --margin-top-100: 100px;
  --margin-top-120: 120px;
  --margin-top-140: 140px;
  --margin-top-150: 150px;
  
  /* Margin Right Variables */
  --margin-right-5: 5px;
  --margin-right-10: 10px;
  --margin-right-15: 15px;
  --margin-right-20: 20px;
  --margin-right-25: 25px;
  --margin-right-30: 30px;
  --margin-right-35: 35px;
  --margin-right-40: 40px;
  --margin-right-45: 45px;
  --margin-right-50: 50px;
  --margin-right-55: 55px;
  --margin-right-60: 60px;
  --margin-right-65: 65px;
  --margin-right-70: 70px;
  --margin-right-75: 75px;
  --margin-right-80: 80px;
  --margin-right-85: 85px;
  --margin-right-90: 90px;
  --margin-right-95: 95px;
  --margin-right-100: 100px;
  --margin-right-110: 110px;
  
  /* Margin Bottom Variables */
  --margin-bottom-5: 5px;
  --margin-bottom-10: 10px;
  --margin-bottom-15: 15px;
  --margin-bottom-20: 20px;
  --margin-bottom-25: 25px;
  --margin-bottom-30: 30px;
  --margin-bottom-35: 35px;
  --margin-bottom-40: 40px;
  --margin-bottom-45: 45px;
  --margin-bottom-50: 50px;
  --margin-bottom-55: 55px;
  --margin-bottom-60: 60px;
  --margin-bottom-65: 65px;
  --margin-bottom-70: 70px;
  --margin-bottom-75: 75px;
  --margin-bottom-80: 80px;
  --margin-bottom-85: 85px;
  --margin-bottom-90: 90px;
  --margin-bottom-95: 95px;
  --margin-bottom-100: 100px;
  --margin-bottom-130: 130px;
  --margin-bottom-150: 150px;
  --margin-bottom-200: 200px;
  
  
  --padding-zero: 0px;
  
  /* Padding Left Variables */
  --padding-left-5: 5px;
  --padding-left-10: 10px;
  --padding-left-15: 15px;
  --padding-left-20: 20px;
  --padding-left-25: 25px;
  --padding-left-30: 30px;
  --padding-left-35: 35px;
  --padding-left-40: 40px;
  --padding-left-45: 45px;
  --padding-left-50: 50px;
  --padding-left-55: 55px;
  --padding-left-60: 60px;
  --padding-left-65: 65px;
  --padding-left-70: 70px;
  --padding-left-75: 75px;
  --padding-left-80: 80px;
  --padding-left-85: 85px;
  --padding-left-90: 90px;
  --padding-left-95: 95px;
  --padding-left-100: 100px;
  --padding-left-110: 110px;
  --padding-left-115: 115px;
  --padding-left-120: 120px;
  --padding-left-130: 130px;
  --padding-left-140: 140px;
  --padding-left-150: 150px;
  --padding-left-160: 160px;
  --padding-left-170: 170px;
  --padding-left-180: 180px;
  --padding-left-190: 190px;
  --padding-left-200: 200px;
  --padding-left-240: 240px;
  --padding-left-290: 290px;
  
  /* Padding Top Variables */
  --padding-top-5: 5px;
  --padding-top-10: 10px;
  --padding-top-15: 15px;
  --padding-top-20: 20px;
  --padding-top-25: 25px;
  --padding-top-30: 30px;
  --padding-top-35: 35px;
  --padding-top-40: 40px;
  --padding-top-45: 45px;
  --padding-top-50: 50px;
  --padding-top-55: 55px;
  --padding-top-60: 60px;
  --padding-top-65: 65px;
  --padding-top-70: 70px;
  --padding-top-75: 75px;
  --padding-top-80: 80px;
  --padding-top-85: 85px;
  --padding-top-90: 90px;
  --padding-top-95: 95px;
  --padding-top-100: 100px;
  --padding-top-110: 110px;
  --padding-top-120: 120px;
  --padding-top-125: 125px;
  --padding-top-130: 130px;
  --padding-top-140: 140px;
  --padding-top-150: 150px;
  --padding-top-200: 200px;
  
  /* Padding Right Variables */
  --padding-right-5: 5px;
  --padding-right-10: 10px;
  --padding-right-15: 15px;
  --padding-right-20: 20px;
  --padding-right-25: 25px;
  --padding-right-30: 30px;
  --padding-right-35: 35px;
  --padding-right-40: 40px;
  --padding-right-45: 45px;
  --padding-right-50: 50px;
  --padding-right-55: 55px;
  --padding-right-60: 60px;
  --padding-right-65: 65px;
  --padding-right-70: 70px;
  --padding-right-75: 75px;
  --padding-right-80: 80px;
  --padding-right-85: 85px;
  --padding-right-90: 90px;
  --padding-right-95: 95px;
  --padding-right-100: 100px;
  --padding-right-110: 110px;
  --padding-right-120: 120px;
  --padding-right-150: 150px;
  --padding-right-160: 160px;
  --padding-right-170: 170px;
  --padding-right-180: 180px;
  --padding-right-200: 200px;
  --padding-right-220: 220px;
  --padding-right-240: 240px;
  --padding-right-250: 250px;
  --padding-right-260: 260px;
  
  /* Padding Bottom Variables */
  --padding-bottom-5: 5px;
  --padding-bottom-10: 10px;
  --padding-bottom-15: 15px;
  --padding-bottom-20: 20px;
  --padding-bottom-25: 25px;
  --padding-bottom-30: 30px;
  --padding-bottom-35: 35px;
  --padding-bottom-40: 40px;
  --padding-bottom-45: 45px;
  --padding-bottom-50: 50px;
  --padding-bottom-55: 55px;
  --padding-bottom-60: 60px;
  --padding-bottom-65: 65px;
  --padding-bottom-70: 70px;
  --padding-bottom-75: 75px;
  --padding-bottom-80: 80px;
  --padding-bottom-85: 85px;
  --padding-bottom-90: 90px;
  --padding-bottom-95: 95px;
  --padding-bottom-100: 100px;
  --padding-bottom-110: 110px;
  --padding-bottom-120: 120px;
  --padding-bottom-130: 130px;
  --padding-bottom-150: 150px;
  --padding-bottom-200: 200px;
  --padding-bottom-250: 250px;
  
}

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.eot');
    src: url('../fonts/Muli.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli.woff2') format('woff2'),
        url('../fonts/Muli.woff') format('woff'),
        url('../fonts/Muli.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*** 

====================================================================
	Global Settings
====================================================================

***/

body {
	font-family:var(--font-family-Syne);
	font-size:14px;
	color:var(--dark-color);
	line-height:1.6em;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

/* Preloader */

.preloader{ 
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:999999999;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../images/preloader.svg);
	background-size:80px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:var(--main-color);
}

.text-right{
	text-align:right;
}

.mCSB_inside &gt; .mCSB_container{
	margin-right:var(--margin-zero) !important;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	background:none;
	font-family:var(--font-family-Syne);
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

a{
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.text,
p{
	position:relative;
	font-size:var(--font-16);
	color:var(--color-two);
	
}

/* Typography */

h1{
	line-height:65px;
	font-weight:700;
	font-size:var(--font-52);
}

h2{
	line-height:55px;
	font-weight:600;
	font-size:var(--font-45);
}

h3{
	line-height:1.3em;
	font-weight:600;
	font-size:var(--font-36);
}

h4{
	line-height:1.4em;
	font-size:var(--font-24);
}

h5{
	line-height:1.4em;
	font-size:var(--font-22);
}

h6{
	line-height:1.6em;
	font-size:var(--font-18);
}

/*** 

====================================================================
	Social Icon One
====================================================================

***/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	display:inline-block;
	margin-right:var(--margin-right-10);
}

.social-icon-one li a{
	position:relative;
	width:48px;
	height:48px;
	line-height:46px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color:var(--white-color);
	border:1px solid rgba(var(--white-color-rgb), 0.1);
}

.social-icon-one li a:hover{
	color:var(--white-color);
	border-color:var(--main-color);
	background-color:var(--main-color);
}

.auto-container{
	position:static;
	max-width:1330px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	position:static;
	max-width:1000px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow:hidden;
    min-height:calc(100vh - 95px);
}

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

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	cursor:pointer;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:var(--main-color);
	font-size:var(--font-24);
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:var(--white-color);
	display:none;
	box-shadow:0px 0px 10px rgba(0,0,0,0.15);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	color:var(--white-color);
	background:var(--main-color);
}

/* List Style One */

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	font-weight:400;
	line-height:1.8em;
	color:var(--black-color);
	font-size:var(--font-16);
	margin-bottom:var(--margin-bottom-10);
	padding-left:var(--padding-left-40);
}

.list-style-one li strong{
	display:block;
}

.list-style-one li a{
	position:relative;
	color:var(--black-color);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-style-one li a:hover{
	color:var(--main-color);
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:8px;
	line-height:1em;
	font-family: 'Font Awesome 5 Pro';
	color:var(--main-color);
	font-size:var(--font-24);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

/* Btn Style One */

.btn-style-one{
	position: relative;
	font-weight:700;
	overflow: hidden;
	text-align:center;
	padding: 23px 44px;
	display:inline-block;
	letter-spacing:1px;
	color: var(--white-color);
	font-size: var(--font-14);
	text-transform: uppercase;
	background-color: var(--main-color);
	font-family:var(--font-family-Manrope);
}

.btn-style-one:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background: var(--color-two);
}

.btn-style-one:hover:before{
	top: 0%;
}

.btn-style-one .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-one .btn-wrap .text-one{
	position: relative;
	display: block;
	color: var(--white-color);
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-one .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-one:hover .btn-wrap .text-two{
	color: var(--white-color);
}

.btn-style-one .arrow{
	position:relative;
	z-index:1;
	font-style:normal;
	color:var(--white-color);
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-left:var(--margin-left-10);
	font-family: 'Font Awesome 5 Pro';
}

.btn-style-one:hover{
	
}

.btn-style-one:hover:before{
	top: -40%;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	font-weight:700;
	overflow: hidden;
	text-align:center;
	padding: 23px 44px;
	display:inline-block;
	letter-spacing:1px;
	color: var(--white-color);
	font-size: var(--font-14);
	text-transform: uppercase;
	background-color: var(--main-color);
	font-family:var(--font-family-Manrope);
}

.btn-style-two:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background: var(--white-color);
}

.btn-style-two:hover:before{
	top: 0%;
}

.btn-style-two .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-two .btn-wrap .text-one{
	position: relative;
	display: block;
	color: var(--white-color);
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-two .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-two:hover .btn-wrap .text-two{
	color: var(--color-two);
}

.btn-style-two:hover .arrow{
	
}

.btn-style-two .arrow{
	position:relative;
	z-index:1;
	font-style:normal;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-left:var(--margin-left-10);
	font-family: 'Font Awesome 5 Pro';
}

.btn-style-two:hover{
	
}

.btn-style-two:hover:before{
	top: -40%;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	font-weight:500;
	overflow: hidden;
	text-align:center;
	padding: 20px 30px;
	display:inline-block;
	color: var(--white-color);
	font-size: var(--font-17);
	text-transform: uppercase;
	font-family:var(--font-family-Syne);
}

.btn-style-three:before{
	position: absolute;
	content: "";
	right:0px;
	bottom:0px;
	top: 0px;
	left: 0px;
	z-index: 1;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	background-color: var(--main-color);
	clip-path: polygon(100% 0, 100% 75%, 90% 100%, 0 100%, 0 0);
}

.btn-style-three:hover:before{
	top: 0%;
}

.btn-style-three .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-three .btn-wrap .text-one{
	position: relative;
	display: block;
	color: var(--white-color);
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-three .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-three:hover .btn-wrap .text-two{
	color: var(--color-two);
}

.btn-style-three:hover .arrow{
	
}

.btn-style-three .arrow{
	position:relative;
	z-index:1;
	top:1px;
	font-style:normal;
	display:inline-block;
	transform:rotate(-45deg);
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-left:var(--margin-left-10);
	font-family: 'Font Awesome 5 Pro';
}

.btn-style-three .arrow img{
	position:relative;
	width:auto !important;
}

.btn-style-three:hover .arrow{
	color:var(--black-color);
	transform:rotate(0deg);
}

.btn-style-three:hover:before{
	background-color:var(--white-color);
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	font-weight:500;
	overflow: hidden;
	text-align:center;
	padding: 21px 31px;
	display:inline-block;
	color: var(--white-color);
	font-size: var(--font-17);
	text-transform: uppercase;
	font-family:var(--font-family-Syne);
}

.btn-style-four:before{
	position: absolute;
	content: "";
	right:0px;
	bottom:0px;
	top: 0px;
	left: 0px;
	z-index: 1;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	background-color: var(--main-color);
	clip-path: polygon(100% 0, 100% 75%, 90% 100%, 0 100%, 0 0);
}

.btn-style-four:hover:before{
	top: 0%;
}

.btn-style-four .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-four .btn-wrap .text-one{
	position: relative;
	display: block;
	color: var(--white-color);
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-four:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-four .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-four:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-four:hover .btn-wrap .text-two{
	color: var(--white-color);
}

.btn-style-four:hover .arrow{
	
}

.btn-style-four .arrow{
	position:relative;
	z-index:1;
	top:1px;
	font-style:normal;
	display:inline-block;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-left:var(--margin-left-10);
	font-family: 'Font Awesome 5 Pro';
}

.btn-style-four .arrow img{
	position:relative;
	width:auto !important;
}

.btn-style-four:hover .arrow{
	color:var(--white-color);
}

.btn-style-four:hover:before{
	background-color:var(--color-thirtynine);
}

/* Btn Style Five */

.btn-style-five{
	position: relative;
	font-weight:500;
	overflow: hidden;
	text-align:center;
	padding: 18px 29px;
	display:inline-block;
	border-radius:3px;
	color: var(--white-color);
	font-size: var(--font-16);
	text-transform: uppercase;
	font-family:var(--font-family-Roboto);
}
.slider__btn{
  padding-right: 50px !important;
}

.btn-style-five:before{
	position: absolute;
	content: "";
	right:0px;
	bottom:0px;
	top: 0px;
	left: 0px;
	z-index: 1;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	background-color: var(--main-color);
}

.btn-style-five:hover:before{
	top: 0%;
}

.btn-style-five .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-five .btn-wrap .text-one{
	position: relative;
	display: block;
	color: var(--white-color);
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-five:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-five .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-five:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-five:hover .btn-wrap .text-two{
	color: var(--white-color);
}

.btn-style-five:hover .arrow{
	top:0px;
	transform:rotate(0deg);
}

.btn-style-five .arrow{
	position:relative;
	z-index:1;
	top:-1px;
	font-style:normal;
	display:inline-block;
	transform:rotate(-45deg);
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-left:var(--margin-left-10);
	font-family: 'Font Awesome 5 Pro';
}

.btn-style-five .arrow img{
	position:relative;
	width:auto !important;
}

.btn-style-five:hover .arrow{
	color:var(--white-color);
}

.btn-style-five:hover:before{
	background-color:var(--color-thirtynine);
}

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

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	z-index:1;
	margin-bottom:var(--margin-bottom-45);
}

.sec-title .big-title{
	position:relative;
	font-weight:700;
	line-height:65px;
	color:var(--color-ten);
	text-transform:uppercase;
	font-size:var(--font-75);
}

.sec-title h2{
	font-weight:700;
	margin-top: -40px;
	text-transform:uppercase;
}

.sec-title h2 span{
	color:var(--main-color);
}

.sec-title .arrow{
	position:relative;
	line-height:1em;
	font-style:normal;
	font-size:var(--font-24);
	color:var(--black-color);
	font-family: 'Font Awesome 5 Pro';
    margin: 0 auto;
	margin-top:var(--margin-top-15);
}

.sec-title .text{
	line-height:30px;
	font-size:var(--font-20);
	color:var(--color-fifteen);
	margin-top:var(--margin-top-20);
}

.sec-title.light .text{
	color:var(--color-six);
}

.sec-title.light h2{
	color:var(--white-color);
}

.sec-title.centered{
	text-align: center !important;
}

.sec-title.centered .arrow{
	width:100%;
	text-align:center;
}

/*** 

====================================================================
	Section Title Two
====================================================================

***/

.sec-title-two{
	position:relative;
	margin-bottom:var(--margin-bottom-45);
}

.sec-title-two_title{
	position:relative;
	line-height:30px;
	font-weight:500;
	font-size:var(--font-18);
	color:var(--main-color);
	text-transform:uppercase;
}

.sec-title-two_heading{
	line-height:52px;
	font-size:var(--font-42);
	color:var(--color-thirtynine);
	margin-top:var(--margin-top-15);
}

.sec-title-two_text{
	line-height:30px;
	font-size:var(--font-18);
	color:var(--color-thirtytwo);
	margin-top:var(--margin-top-20);
}

.sec-title-two.light .text{
	color:var(--color-six);
}

.sec-title-two.light .sec-title-two_title{
	color:var(--white-color);
}

.sec-title-two.light h2{
	color:var(--white-color);
}

.sec-title-two.centered{
	text-align: center !important;
}

/* Custom Select */

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-style:normal;
	line-height:28px;
	font-weight:500;
	font-size:var(--font-16);
	color:var(--color-six);
	padding: 0px 0px;
	border:0px;
    background-color: var(--white-color);
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:2px;
	text-indent:0px;
	color:#a5a5a5;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'Font Awesome 5 Pro';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:var(--font-16);
	font-weight:normal;
	text-align:center;
	z-index:5;
	color:var(--color-fiftyfour);
}

.ui-menu .ui-menu-item{
	font-size:var(--font-14);
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background-color:var(--main-color) !important;
	border-color:var(--main-color) !important;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px;
	line-height:24px;
	font-size:var(--font-14);
}

.ui-menu-item:hover{
	background-color:var(--main-color);
}




.cursor1 {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: 999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cursor1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cursor1 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cursor1 {
    display: none;
  }
}
.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color:  var(--main-color);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cursor2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cursor2 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cursor2 {
    display: none;
  }
}

.slider_heading_v5 {
  font-family: 'Muli' !important;
}

span.spacial_text {
  color: var(--main-color);;
  position: relative;
  font-style: normal;
}
span.spacial_text:before {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 8px;
  height: 6px;
  background: var(--main-color);;
}
a.btn-style-five.theme-btn.btn-item.slider__btn .arrow:before {
  font-family: 'Font Awesome 5 Pro';
}</pre></body></html>