/* Oxion IT Business HTML Template */
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three / Style Four / Style Five
5. Slider Section / Two / Three / Four / Five
6. About Section / Two / Three / Four
7. Services Section / Two
8. Default Section
9. Testimonial Section / Two / Three / Four / Five
10. Case Section / Two / Three / Four
11. Faq Section / Two
12. News Section / Two
13. CTA Section / Two
14. Main Footer / Two
15. Author Slider Section
16. Market Section / Two
17. Quality Section
18. Team Section
19. Client Section Two
20. Solutions Section
21. Counter Section / Two
22. Choose Section
23. Development Section
24. Video Section
25. Industry Section
26. Experiance Section
27. Approach Section
28. Customer Section
29. InTouch Section
30. Page Title Section
31. History Section
32. Career Section
33. Pricing Section
34. Cases Detail Section
35. Blog Widget
36. Not Found Section
37. Contact Info Section
38. Map Section
39. Contact Form Section
40. Contact Form Section 02
**********************************************/
/* 
	font-family: 'Rajdhani', sans-serif;
	font-family: 'Maven Pro', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Kumbh Sans', sans-serif;
	
*/
/* 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/icons/preloader.svg);
	background-size:100px;
}
/*** 
====================================================================
	Root Code Variables
====================================================================
 ***/
/* Theme Color */
:root {
	
	/* #ee9914 in decimal RGB */
  --main-color: rgb(238,153,20);
  --main-color-rgb:238,153,20;
  
  /* #022c5d in decimal RGB */
  --color-two: rgb(2,44,93);
  --color-two-rgb:2,44,93;
  
  /* #e6e9ed in decimal RGB */
  --color-three: rgb(230,233,237);
  --color-three-rgb:230,233,237;
  
  /* #202020 in decimal RGB */
  --color-four: rgb(32,32,32);
  --color-four-rgb:32,32,32;
  
  /* #a2a4ab in decimal RGB */
  --color-five: rgb(162,164,171);
  --color-five-rgb:162,164,171;
  
  /* #f1f2f5 in decimal RGB */
  --color-six: rgb(241,242,245);
  --color-six-rgb:241,242,245;
  
  /* #bdbdbd in decimal RGB */
  --color-seven: rgb(189,189,189);
  --color-seven-rgb:189,189,189;
  
  /* #dddddd in decimal RGB */
  --color-eight: rgb(221,221,221);
  --color-eight-rgb:221,221,221;
  
  /* #5cfcc9 in decimal RGB */
  --color-nine: rgb(92,252,201);
  --color-nine-rgb:92,252,201;
  
  /* #181818 in decimal RGB */
  --color-ten: rgb(24,24,24);
  --color-ten-rgb:24,24,24;
  
  /* #212121 in decimal RGB */
  --color-eleven: rgb(33,33,33);
  --color-eleven-rgb:33,33,33;
  
  /* #0e4ab8 in decimal RGB */
  --color-twelve: rgb(14,74,184);
  --color-twelve-rgb:14,74,184;
  
  /* #4d4d4d in decimal RGB */
  --color-thirteen: rgb(77,77,77);
  --color-thirteen-rgb:77,77,77;
  
  /* #111111 in decimal RGB */
  --color-fourteen: rgb(17,17,17);
  --color-fourteen-rgb:17,17,17;
  
  /* #437dc1 in decimal RGB */
  --color-fifteen: rgb(67,125,193);
  --color-fifteen-rgb:67,125,193;
  
  /* #f5f5f5 in decimal RGB */
  --color-sixteen: rgb(245,245,245);
  --color-sixteen-rgb:245,245,245;
  
  /* #f1f1f1 in decimal RGB */
  --color-seventeen: rgb(241,241,241);
  --color-seventeen-rgb:241,241,241;
  
  /* #f8f9fb in decimal RGB */
  --color-eightteen: rgb(248,249,251);
  --color-eightteen-rgb:248,249,251;
  
  /* #f99fa8 in decimal RGB */
  --color-nineteen: rgb(249,159,168);
  --color-nineteen-rgb:249,159,168;
  
  /* #454343 in decimal RGB */
  --color-twenty: rgb(69,67,67);
  --color-twenty-rgb:69,67,67;
  
  /* #ffe0e0 in decimal RGB */
  --color-twentyone: rgb(255,224,224);
  --color-twentyone-rgb:255,224,224;
  
  /* #3a3838 in decimal RGB */
  --color-twentytwo: rgb(58,56,56);
  --color-twentytwo-rgb:58,56,56;
  
  /* #868686 in decimal RGB */
  --color-twentythree: rgb(134,134,134);
  --color-twentythree-rgb:134,134,134;
  
  /* #8680ff in decimal RGB */
  --color-twentyfour: rgb(134,128,255);
  --color-twentyfour-rgb:134,128,255;
  
  /* #382e7e in decimal RGB */
  --color-twentyfive: rgb(56,46,126);
  --color-twentyfive-rgb:56,46,126;
  
  /* #eeecea in decimal RGB */
  --color-twentysix: rgb(238,236,234);
  --color-twentysix-rgb:238,236,234;
  
  /* #2a2c31 in decimal RGB */
  --color-twentyseven: rgb(42,44,49);
  --color-twentyseven-rgb:42,44,49;
  
  /* #ffb700 in decimal RGB */
  --color-twentyeight: rgb(255,183,0);
  --color-twentyeight-rgb:255,183,0;
  
  /* #606164 in decimal RGB */
  --color-twentynine: rgb(96,97,100);
  --color-twentynine-rgb:96,97,100;
  
  /* #090909 in decimal RGB */
  --color-thirty: rgb(9,9,9);
  --color-thirty-rgb:9,9,9;
  
  /* #3a3c40 in decimal RGB */
  --color-thirtyone: rgb(58,60,64);
  --color-thirtyone-rgb:58,60,64;
  
  /* #16fae2 in decimal RGB */
  --color-thirtytwo: rgb(22,250,226);
  --color-thirtytwo-rgb:22,250,226;
  
  /* #353636 in decimal RGB */
  --color-thirtythree: rgb(53,54,54);
  --color-thirtythree-rgb:53,54,54;
  
  /* #6754e8 in decimal RGB */
  --color-thirtyfour: rgb(103,84,232);
  --color-thirtyfour-rgb:103,84,232;
  
  /* #f4f4f4 in decimal RGB */
  --color-thirtyfive: rgb(244,244,244);
  --color-thirtyfive-rgb:244,244,244;
  
  /* #7b7b7b in decimal RGB */
  --color-thirtysix: rgb(123,123,123);
  --color-thirtysix-rgb:123,123,123;
  
  /* #bfbfbf in decimal RGB */
  --color-thirtyseven: rgb(191,191,191);
  --color-thirtyseven-rgb:191,191,191;
  
  
  
  
  
  /* #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;
  
  /* #010101 Heading Color in decimal RGB */
  --heading-color:rgb(1,1,1);
  
  /* Fonts Variable */
  
  --font-family-Rajdhani: 'Rajdhani', sans-serif;
  --font-family-Arial: 'Arial';
  --font-family-Open-Sans: 'Open Sans', sans-serif;
  --font-family-Maven-Pro: 'Maven Pro', sans-serif;
  --font-family-Jost: 'Jost', sans-serif;
  --font-family-Kumbh: 'Kumbh Sans', sans-serif;
  
  
/* Heading Fonts */
  
  --font-8: 8px;
  --font-10: 10px;
  --font-12: 12px;
  --font-13: 13px;
  --font-14: 14px;
  --font-15: 15px;
  --font-16: 16px;
  --font-17: 17px;
  --font-18: 18px;
  --font-19: 19px;
  --font-20: 20px;
  --font-22: 22px;
  --font-21: 21px;
  --font-24: 24px;
  --font-26: 26px;
  --font-28: 28px;
  --font-30: 30px;
  --font-32: 32px;
  --font-34: 34px;
  --font-36: 36px;
  --font-38: 38px;
  --font-40: 40px;
  --font-42: 42px;
  --font-44: 44px;
  --font-45: 45px;
  --font-48: 48px;
  --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-76: 76px;
  --font-78: 78px;
  --font-80: 80px;
  --font-88: 88px;
  --font-90: 90px;
  --font-96: 96px;
  --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-130: 130px;
  
  /* Margin Top Variables */
  --margin-top-5: 5px;
  --margin-top-10: 10px;
  --margin-top-15: 15px;
  --margin-top-20: 20px;
  --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-110: 110px;
  --margin-top-130: 130px;
  --margin-top-160: 160px;
  --margin-top-180: 180px;
  
  /* 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 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-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-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-210: 210px;
  --padding-left-220: 220px;
  --padding-left-270: 270px;
  
  /* 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-130: 130px;
  --padding-top-140: 140px;
  --padding-top-150: 150px;
  
  /* 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-200: 200px;
  --padding-right-250: 250px;
  
  /* 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-120: 120px;
  --padding-bottom-150: 150px;
  --padding-bottom-200: 200px;
  --padding-bottom-250: 250px;
  
}
@font-face {
  font-family: 'Arial';
  src: url("../fonts/ArialMT.eot");
  src: url("../fonts/ArialMT.eot?#iefix") format("embedded-opentype"),
       url("../fonts/ArialMT.woff") format("woff"),
       url("../fonts/ArialMT.ttf") format("truetype"),
       url("../fonts/ArialMT.svg#Muli") format("svg");
	font-weight: normal;
	font-style: normal;
}
/*** 
====================================================================
	Reset
====================================================================
 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}
/*** 
====================================================================
	Global Settings
====================================================================
***/
body {
	font-family: var(--font-family-Rajdhani);
	font-size:14px;
	color:var(--text-color);
	line-height:1.6em;
	font-weight:400;
	background-color:var(--white-color);
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
a{
	position: relative;
	text-decoration:none;
	cursor:pointer;
	color:var(--main-color);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
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;
	color:var(--heading-color);
	font-family:var(--font-family-Rajdhani); 
}
input,button,select,textarea{
	
}
textarea{
	overflow:hidden;
}
.text,
p{
	position:relative;
	line-height:1.8em;
	font-size:var(--font-16);
	color:var(--color-five);
	font-family: var(--font-family-Arial);
}
/* Typography */
h1{
	line-height:0.9em;
	font-weight:700;
	font-size:var(--font-88);
}
h2{
	font-weight:700;
	font-size:var(--font-52);
}
h3{
	line-height:1.2em;
	font-weight:700;
	font-size:var(--font-30);
}
h4{
	line-height:1.3em;
	font-weight:700;
	font-size:var(--font-24);
}
h5{
	line-height:1.4em;
	font-weight:700;
	font-size:var(--font-22);
}
h6{
	line-height:1.6em;
	font-weight:600;
	font-size:var(--font-18);
}
.auto-container{
	position:static;
	max-width:1320px;
	padding:0px 15px;
	margin:0 auto;
}
.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}
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;	
}
.text-right{
	text-align:right;
}
::-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-16);
	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.6em;
	color:var(--color-five);
	font-size:var(--font-18);
	padding-left:var(--padding-left-70);
	margin-bottom:var(--margin-bottom-20); 
}
.list-style-one li strong{
	position:relative;
	display:block;
	font-weight:600;
	letter-spacing:1px;
	font-size:var(--font-20);
	text-transform:uppercase;
	color:var(--color-four);
	margin-bottom:var(--margin-bottom-5);
}
.list-style-one li a{
	position:relative;
	color:var(--color-five);
	-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:10px;
	line-height:1em;
	color:var(--main-color);
	font-size:var(--font-30);
	-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;
	line-height: 30px;
	font-weight:700;
	overflow: hidden;
	text-align:center;
	border-radius:8px;
	letter-spacing:2px;
	display:inline-block;
	color: var(--white-color);
	font-size: var(--font-17);
	text-transform: uppercase;
	padding: 15px 85px 15px 36px;
	background-color:var(--main-color);
	font-family: var(--font-family-Rajdhani);
}
.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(--white-color);
}
.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(--color-two);
}
.btn-style-one:hover{
	
}
.btn-style-one .icon{
	position:absolute;
	right:0px;
	top:0px;
	width:58px;
	height:60px;
	z-index:1;
	line-height:60px;
	text-align:center;
	font-weight:normal;
	font-size: var(--font-24);
	color:var(--white-color);
	font-family: "flaticon";
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	background-color: rgba(var(--black-color-rgb), 0.05);
}
.btn-style-one:hover .icon{
	background-color: var(--main-color);
}
.btn-style-one:hover:before{
	top: -40%;
}
/* Btn Style Two */
.btn-style-two{
	position: relative;
	line-height: 30px;
	font-weight:700;
	overflow: hidden;
	text-align:center;
	border-radius:8px;
	padding: 12px 44px;
	letter-spacing:2px;
	display:inline-block;
	color: var(--white-color);
	font-size: var(--font-17);
	text-transform: uppercase;
	border:2px solid var(--main-color);
	font-family: var(--font-family-Rajdhani);
}
.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(--main-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(--white-color);
}
.btn-style-two:hover{
	color: var(--color-fourtyone);
}
.btn-style-two:hover:before{
	top: -40%;
}
/* Btn Style Three */
.btn-style-three{
	position: relative;
	line-height: 30px;
	font-weight:700;
	overflow: hidden;
	background:none;
	text-align:center;
	border-radius:3px;
	letter-spacing:2px;
	display: inline-grid;
	padding: 13px 40px 13px;
	font-size: var(--font-16);
	text-transform: uppercase;
	color: var(--white-color);
	background-color:var(--main-color);
	font-family: var(--font-family-Rajdhani);
}
.btn-style-three:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:var(--color-two);
}
.btn-style-three:hover::before{
	opacity:1;
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-three .txt{
	position:relative;
	z-index:1;
}
.btn-style-three i{
	position:relative;
	top:2px;
	font-style:normal;
	line-height:1em;
	margin-left:5px;
}
.btn-style-three:hover{
	color:var(--white-color);
}
/* Btn Style Four */
.btn-style-four{
	position: relative;
	line-height: 30px;
	font-weight:700;
	overflow: hidden;
	text-align:center;
	border-radius:8px;
	padding: 12px 44px;
	letter-spacing:2px;
	display:inline-block;
	color: var(--main-color);
	font-size: var(--font-17);
	text-transform: uppercase;
	border:2px solid var(--main-color);
	font-family: var(--font-family-Rajdhani);
}
.btn-style-four: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(--main-color);
}
.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(--main-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{
	color: var(--color-fourtyone);
}
.btn-style-four:hover:before{
	top: -40%;
}
/* Btn Style Five */
.btn-style-five{
	position: relative;
	line-height: 30px;
	font-weight:700;
	overflow: hidden;
	text-align:center;
	border-radius:0px;
	letter-spacing:2px;
	display:inline-block;
	color: var(--black-color);
	font-size: var(--font-16);
	text-transform: uppercase;
	padding: 18px 70px 18px 36px;
	background-color:var(--color-nine);
	font-family: var(--font-family-Rajdhani);
}
/* .btn-style-five: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-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(--black-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{
	background-color: var(--color-two);
}
.btn-style-five .icon{
	position:absolute;
	right:0px;
	top:0px;
	width:58px;
	height:66px;
	z-index:1;
	line-height:66px;
	text-align:center;
	font-weight:normal;
	font-size: var(--font-24);
	color:var(--black-color);
	font-family: "flaticon";
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.btn-style-five:hover .icon{
	background-color:var(--color-nine);
}
.btn-style-five:hover:before{
	top: -40%;
}
/* Btn Style Six */
.btn-style-six{
	position: relative;
	line-height: 30px;
	font-weight:700;
	overflow: hidden;
	text-align:center;
	border-radius:8px;
	letter-spacing:2px;
	display:inline-block;
	color: var(--color-two);
	font-size: var(--font-17);
	text-transform: uppercase;
	padding: 15px 85px 15px 36px;
	background-color:var(--color-nine);
	font-family: var(--font-family-Rajdhani);
}
.btn-style-six: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-six:hover:before{
	top: 0%;
}
.btn-style-six .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}
.btn-style-six .btn-wrap .text-one{
	position: relative;
	display: block;
	color: var(--color-two);
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.btn-style-six:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}
.btn-style-six .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-six:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-style-six:hover .btn-wrap .text-two{
	color:var(--color-two);
}
.btn-style-six:hover{
	
}
.btn-style-six .icon{
	position:absolute;
	right:0px;
	top:0px;
	width:58px;
	height:60px;
	z-index:1;
	line-height:60px;
	text-align:center;
	font-weight:normal;
	font-size: var(--font-24);
	color: var(--color-two);
	font-family: "flaticon";
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	background-color: rgba(var(--black-color-rgb), 0.05);
}
.btn-style-six:hover .icon{
	background-color: var(--color-nine);
}
.btn-style-six:hover:before{
	top: -40%;
}
/* Btn Style Seven */
.btn-style-seven{
	position: relative;
	line-height: 30px;
	font-weight:700;
	overflow: hidden;
	text-align:center;
	border-radius:0px;
	letter-spacing:2px;
	display:inline-block;
	color: var(--color-two);
	font-size: var(--font-16);
	text-transform: uppercase;
	padding: 17px 85px 17px 45px;
	background-color:var(--color-nine);
	font-family: var(--font-family-Rajdhani);
}
/* .btn-style-seven: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-seven:hover:before{
	top: 0%;
} */
.btn-style-seven .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}
.btn-style-seven .btn-wrap .text-one{
	position: relative;
	display: block;
	color: var(--color-two);
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.btn-style-seven:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}
.btn-style-seven .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-seven:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-style-seven:hover .btn-wrap .text-two{
	color: var(--white-color);
}
.btn-style-seven:hover{
	background-color: var(--color-two);
}
.btn-style-seven .icon{
	position:absolute;
	right:0px;
	top:0px;
	width:64px;
	height:64px;
	z-index:1;
	font-weight:600;
	line-height:64px;
	text-align:center;
	font-weight:normal;
	font-size: var(--font-24);
	color: var(--color-two);
	font-family: "flaticon";
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.btn-style-seven:hover .icon{
	background-color: var(--color-nine);
}
.btn-style-seven:hover:before{
	top: -40%;
}
/* Btn Style Eight */
.btn-style-eight{
	position: relative;
	line-height: 30px;
	font-weight:600;
	overflow: hidden;
	background:none;
	text-align:center;
	border-radius:4px;
	letter-spacing:1px;
	display: inline-grid;
	padding: 14px 40px 14px;
	font-size: var(--font-15);
	text-transform: uppercase;
	color: var(--white-color);
	background-color:var(--color-nineteen);
	font-family: var(--font-family-Jost);
}
.btn-style-eight:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:var(--color-two);
}
.btn-style-eight:hover::before{
	opacity:1;
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-eight .txt{
	position:relative;
	z-index:1;
}
.btn-style-eight i{
	position:relative;
	top:2px;
	font-style:normal;
	line-height:1em;
	margin-left:5px;
	font-family: "flaticon";
}
.btn-style-eight:hover{
	color:var(--white-color);
}
 
/* Btn Style Nine */
.btn-style-nine{
	position: relative;
	line-height: 30px;
	font-weight:600;
	overflow: hidden;
	background:none;
	text-align:center;
	border-radius:4px;
	letter-spacing:1px;
	display: inline-grid;
	padding: 14px 40px 14px;
	font-size: var(--font-15);
	text-transform: uppercase;
	color: var(--color-twenty);
	background-color:var(--white-color);
	font-family: var(--font-family-Jost);
}
.btn-style-nine:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:var(--color-two);
}
.btn-style-nine:hover::before{
	opacity:1;
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-nine .txt{
	position:relative;
	z-index:1;
}
.btn-style-nine i{
	position:relative;
	top:2px;
	font-style:normal;
	line-height:1em;
	margin-left:5px;
	font-family: "flaticon";
}
.btn-style-nine:hover{
	color:var(--white-color);
}
/* Btn Style Ten */
.btn-style-ten{
	position: relative;
	line-height: 30px;
	font-weight:600;
	overflow: hidden;
	background:none;
	text-align:center;
	border-radius:4px;
	letter-spacing:1px;
	display: inline-grid;
	padding: 14px 40px 14px;
	font-size: var(--font-15);
	text-transform: uppercase;
	color: var(--color-nineteen);
	border:2px solid var(--color-nineteen);
	font-family: var(--font-family-Jost);
}
.btn-style-ten:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:var(--color-two);
}
.btn-style-ten:hover::before{
	opacity:1;
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-ten .txt{
	position:relative;
	z-index:1;
}
.btn-style-ten i{
	position:relative;
	top:2px;
	font-style:normal;
	line-height:1em;
	margin-left:5px;
	font-family: "flaticon";
}
.btn-style-ten:hover{
	color:var(--white-color);
	border-color:var(--color-two);
}
/* Btn Style Eleven */
.btn-style-eleven{
	position: relative;
	line-height: 30px;
	font-weight:700;
	overflow: hidden;
	text-align:center;
	border-radius:0px;
	padding: 12px 64px;
	letter-spacing:2px;
	display:inline-block;
	color: var(--white-color);
	font-size: var(--font-17);
	text-transform: uppercase;
	background-color:var(--color-twentyeight);
	font-family: var(--font-family-Rajdhani);
}
.btn-style-eleven: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-color: var(--white-color);
}
.btn-style-eleven:hover:before{
	top: 0%;
}
.btn-style-eleven .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}
.btn-style-eleven .btn-wrap .text-one{
	position: relative;
	display: block;
	color: var(--black-color);
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.btn-style-eleven:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}
.btn-style-eleven .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: var(--black-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-style-eleven:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-style-eleven:hover .btn-wrap .text-two{
	color: var(--black-color);
}
.btn-style-eleven:hover{
	color: var(--color-fourtyone);
}
.btn-style-eleven:hover:before{
	top: -40%;
}
/* Btn Style Twelve */
.btn-style-twelve{
	position: relative;
	line-height: 30px;
	font-weight:700;
	overflow: hidden;
	text-align:center;
	border-radius:0px;
	padding: 14px 54px;
	letter-spacing:4px;
	display:inline-block;
	color: var(--white-color);
	font-size: var(--font-15);
	text-transform: uppercase;
	border:2px solid var(--color-thirtytwo);
	font-family: var(--font-family-Kumbh);
}
.btn-style-twelve: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-color: var(--color-thirtytwo);
}
.btn-style-twelve:hover:before{
	top: 0%;
}
.btn-style-twelve .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}
.btn-style-twelve .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-twelve:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}
.btn-style-twelve .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-twelve:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-style-twelve:hover .btn-wrap .text-two{
	color: var(--black-color);
}
.btn-style-twelve:hover{
	color: var(--color-fourtyone);
}
.btn-style-twelve:hover:before{
	top: -40%;
}
/* Btn Style Thirteen */
.btn-style-thirteen{
	position: relative;
	line-height: 30px;
	font-weight:600;
	overflow: hidden;
	background:none;
	text-align:center;
	border-radius:0px;
	letter-spacing:3px;
	display: inline-grid;
	padding: 14px 40px 14px;
	font-size: var(--font-15);
	text-transform: uppercase;
	color: var(--white-color);
	font-family: var(--font-family-Kumbh);
	border:2px solid var(--color-thirtytwo);
}
.btn-style-thirteen:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:var(--color-thirtytwo);
}
.btn-style-thirteen:hover::before{
	opacity:1;
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-thirteen .txt{
	position:relative;
	z-index:1;
}
.btn-style-thirteen i{
	position:relative;
	top:0px;
	font-style:800;
	line-height:1em;
	margin-left:5px;
}
.btn-style-thirteen:hover{
	color:var(--color-thirtythree);
}
/* Btn Style Fourteen */
.btn-style-fourteen{
	position: relative;
	line-height: 30px;
	font-weight:700;
	overflow: hidden;
	background:none;
	padding: 17px 50px;
	text-align:center;
	border-radius:3px;
	letter-spacing:3px;
	display: inline-grid;
	font-size: var(--font-15);
	text-transform: uppercase;
	color: var(--color-thirtyfour);
	background-color:var(--white-color);
	font-family: var(--font-family-Kumbh);
}
.btn-style-fourteen:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:var(--color-thirtytwo);
}
.btn-style-fourteen:hover::before{
	opacity:1;
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-fourteen .txt{
	position:relative;
	z-index:1;
}
.btn-style-fourteen i{
	position:relative;
	top:0px;
	font-style:normal;
	line-height:1em;
	margin-left:5px;
}
.btn-style-fourteen:hover{
	color:var(--color-thirtythree);
}
/* Btn Style Fifteen */
.btn-style-fifteen{
	position: relative;
	line-height: 30px;
	font-weight:600;
	overflow: hidden;
	background:none;
	text-align:center;
	border-radius:0px;
	letter-spacing:3px;
	padding: 14px 60px;
	display: inline-grid;
	font-size: var(--font-15);
	text-transform: uppercase;
	color: var(--color-thirtyfour);
	font-family: var(--font-family-Kumbh);
	border:2px solid var(--color-thirtyfour);
}
.btn-style-fifteen:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:var(--color-thirtyfour);
}
.btn-style-fifteen:hover::before{
	opacity:1;
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-fifteen .txt{
	position:relative;
	z-index:1;
}
.btn-style-fifteen i{
	position:relative;
	top:0px;
	font-style:800;
	line-height:1em;
	margin-left:5px;
}
.btn-style-fifteen:hover{
	color:var(--white-color);
}
.theme_color{
	color:var(--main-color);
}
/*** 
====================================================================
	Section Title
====================================================================
***/
.sec-title{
	position:relative;
	margin-bottom:var(--margin-bottom-40);
}
.sec-title .title{
	position: relative;
    font-weight:600;
	z-index:1;
	display:inline-block;
	color:var(--main-color);
	font-size:var(--font-24);
	text-transform:uppercase;
	font-family:var(--font-family-Rajdhani);
}
.sec-title .text{
	margin-top:var(--margin-top-15);
}
.sec-title h2{
	margin-bottom:18px;
	color:var(--color-four);
	text-transform:uppercase;
	margin-top:var(--margin-top-20);
	padding-bottom:var(--padding-bottom-25);
}
.sec-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:30px;
	height:6px;
	border-radius:50px;
	background-color:var(--main-color);
}
.sec-title h2:after{
	position:absolute;
	content:'';
	left:40px;
	bottom:0px;
	width:6px;
	height:6px;
	border-radius:50px;
	background-color:var(--main-color);
}
.sec-title.centered h2:before{
	left:50%;
	margin-left:-15px;
}
.sec-title.centered h2:after{
	left:52%;
	margin-left:-3px;
}
.sec-title.light .text,
.sec-title.light h2{
	color:var(--white-color);
}
.sec-title.centered{
	text-align: center !important;
}
.sec-title.centered .separator{
	margin:0 auto;
}
/*** 
====================================================================
	Sec Title Two
====================================================================
***/
.sec-title-two{
	position:relative;
	margin-bottom:var(--margin-bottom-55);
}
.sec-title-two h2{
	font-weight:700;
	line-height:62px;
	color:var(--color-fourteen);
	font-family:var(--font-family-Maven-Pro);
}
.sec-title-two h2 span{
	position:relative;
	color:var(--color-nine);
}
.sec-title-two .text{
	position:relative;
	font-size:var(--font-18);
	color:var(--color-fourteen);
	margin-top:var(--margin-top-25);
	font-family:var(--font-family-Open-Sans);
}
.sec-title-two .text span{
	position:relative;
	font-weight:700;
}
.sec-title-two.light h2{
	color:var(--white-color) !important;
}

.sec-title-two.style-two h2 span{
	color:var(--color-nineteen);
}

/*** 
====================================================================
	Sec Title Three
====================================================================
***/
.sec-title-three{
	position:relative;
	margin-bottom:var(--margin-bottom-80);
}
.sec-title-three h2{
	letter-spacing:8px;
	color:var(--white-color);
	text-transform:uppercase;
}
.sec-title-three h2 span{
	position:relative;
	color:var(--color-twentyeight);
}
.sec-title-three h2 i{
	position:relative;
	font-style:normal;
	letter-spacing:3px;
	font-size:var(--font-18);
	color:var(--color-twentyeight);
	padding-left:var(--padding-left-30);
}
.sec-title-three h2 i:before{
	font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    left: 0px;
    top: 2px;
	z-index: 5;
    display: block;
    line-height: 20px;
    font-weight: 900;
    text-align: center;
	font-size: var(--font-14);
}
.sec-title-three .text{
	color:var(--color-five);
	font-size:var(--font-17);
	margin-top:var(--margin-top-20);
	font-family:var(--font-family-Open-Sans);
}
.sec-title-three .text span{
	position:relative;
	font-weight:700;
}
/*** 
====================================================================
	Sec Title Four
====================================================================
***/
.sec-title-four{
	position:relative; 
	margin-bottom:var(--margin-bottom-50);
}
.sec-title-four .title{
	position:relative;
	font-weight:700;
	letter-spacing:3px;
	text-transform:uppercase;
	font-size:var(--font-17);
	color:var(--color-thirtyfour);
	font-family: var(--font-family-Kumbh);
}
.sec-title-four h2{
	font-weight:800;
	line-height:60px;
	letter-spacing:5px;
	color:var(--color-thirtythree);
	margin-top:var(--margin-top-20);
	font-family: var(--font-family-Kumbh);
}
.sec-title-four h2 span{
	position:relative;
	color:var(--color-thirtyfour);
}
.sec-title-four.light h2,
.sec-title-four.light .title{
	color:var(--white-color);
}
.sec-title-four .text{
	font-size:var(--font-17);
	color:var(--color-thirtythree);
	margin-top:var(--margin-top-30);
	font-family: var(--font-family-Kumbh);
}
.sec-title-four .text span{
	position:relative;
	font-weight:700;
	color:var(--color-thirtyfour);
}
.sec-title-four.light .text{
	line-height:32px;
	color:var(--color-five);
}
/* Custom Select */
.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:var(--font-16);
	font-style:normal;
	height:50px;
	padding:10px 20px 10px 40px;
	line-height:28px;
	color:var(--text-color);
	border: none;
	border-radius:0px;
	background:var(--color-three);
	border:1px solid transparent;
}
.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:2px;
	text-indent:0px;
	color:#333333;	
}
.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:var(--text-color);
	line-height:20px;
	font-size:var(--font-16);
	font-weight:normal;
	text-align:center;
	z-index:5;
	font-weight:800;
}
.ui-widget.ui-widget-content{
	
}
.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);
	border-color:var(--main-color);
}
.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px;
	font-size:var(--font-14);
	line-height:24px;
}
.ui-menu-item:hover{
	background-color:var(--main-color);
}