



/* background */
.bg-white{ background:#ffffff; }
.bg-black{ background:#000000; }

/* width (percent) */
.w-10{width: 10%;}
.w-20{width: 20%;}
.w-30{width: 30%;}
.w-40{width: 40%;}
.w-50{width: 50%;}
.w-60{width: 60%;}
.w-70{width: 70%;}
.w-80{width: 80%;}
.w-90{width: 90%;}
.w-100{width: 100%;}

/* width (px) */
.w-10px{width: 10px;}
.w-20px{width: 20px;}
.w-24px{width: 24px;}
.w-30px{width: 30px;}
.w-40px{width: 40px;}
.w-50px{width: 50px;}
.w-60px{width: 60px;}
.w-70px{width: 70px;}
.w-80px{width: 80px;}
.w-90px{width: 90px;}
.w-100px{width: 100px;}
.w-110px{width: 110px;}
.w-120px{width: 120px;}
.w-130px{width: 130px;}
.w-140px{width: 140px;}
.w-150px{width: 150px;}
.w-200px{width: 200px;}
.w-250px{width: 250px;}
.w-300px{width: 300px;}
.w-400px{width: 400px;}
.w-500px{width: 500px;}

.h-auto{height: auto;}

/* height (percent) */
.h-10{height: 10%;}
.h-20{height: 20%;}
.h-30{height: 30%;}
.h-40{height: 40%;}
.h-50{height: 50%;}
.h-60{height: 60%;}
.h-70{height: 70%;}
.h-80{height: 80%;}
.h-90{height: 90%;}
.h-100{height: 100%;}

/* height (px) */
.h-10px{height: 10px;}
.h-20px{height: 20px;}
.h-24px{height: 24px;}
.h-40px{height: 40px;}
.h-50px{height: 50px;}
.h-60px{height: 60px;}
.h-70px{height: 70px;}
.h-80px{height: 80px;}
.h-90px{height: 90px;}
.h-100px{height: 100px;}
.h-110px{height: 110px;}
.h-120px{height: 120px;}
.h-130px{height: 130px;}
.h-140px{height: 140px;}
.h-150px{height: 150px;}
.h-200px{height: 200px;}
.h-250px{height: 250px;}
.h-300px{height: 300px;}

/* top (percent) */
.top-10{top: 10%;}
.top-20{top: 20%;}
.top-30{top: 30%;}
.top-40{top: 40%;}
.top-50{top: 50%;}
.top-60{top: 60%;}
.top-70{top: 70%;}
.top-80{top: 80%;}
.top-90{top: 90%;}
.top-100{top: 100%;}

/* top (px) */
.top-10px{top: 10px;}
.top-20px{top: 20px;}
.top-30px{top: 30px;}
.top-40px{top: 40px;}
.top-50px{top: 50px;}
.top-60px{top: 60px;}
.top-70px{top: 70px;}
.top-80px{top: 80px;}
.top-90px{top: 90px;}
.top-100px{top: 100px;}

/* bottom (percent) */
.bottom-10{bottom: 10%;}
.bottom-20{bottom: 20%;}
.bottom-30{bottom: 30%;}
.bottom-40{bottom: 40%;}
.bottom-50{bottom: 50%;}
.bottom-60{bottom: 60%;}
.bottom-70{bottom: 70%;}
.bottom-80{bottom: 80%;}
.bottom-90{bottom: 90%;}
.bottom-100{bottom: 100%;}

/* bottom (px) */
.bottom-10px{bottom: 10px;}
.bottom-20px{bottom: 20px;}
.bottom-30px{bottom: 30px;}
.bottom-40px{bottom: 40px;}
.bottom-50px{bottom: 50px;}
.bottom-60px{bottom: 60px;}
.bottom-70px{bottom: 70px;}
.bottom-80px{bottom: 80px;}
.bottom-90px{bottom: 90px;}
.bottom-100px{bottom: 100px;}

/* top negative (px) */
.top-min-10{top:-10px;}
.top-min-20{top:-20px;}
.top-min-30{top:-30px;}
.top-min-40{top:-40px;}
.top-min-50{top:-50px;}
.top-min-60{top:-60px;}
.top-min-70{top:-70px;}
.top-min-80{top:-80px;}
.top-min-90{top:-90px;}
.top-min-100{top:-100px;}

/* bottom negative (px) */
.bottom-min-10{bottom:-10px;}
.bottom-min-20{bottom:-20px;}
.bottom-min-30{bottom:-30px;}
.bottom-min-40{bottom:-40px;}
.bottom-min-50{bottom:-50px;}
.bottom-min-60{bottom:-60px;}
.bottom-min-70{bottom:-70px;}
.bottom-min-80{bottom:-80px;}
.bottom-min-90{bottom:-90px;}
.bottom-min-100{bottom:-100px;}

/* left pos (percent) */
.start-10{left: 10%;}
.start-20{left: 20%;}
.start-30{left: 30%;}
.start-40{left: 40%;}
.start-50{left: 50%;}
.start-60{left: 60%;}
.start-70{left: 70%;}
.start-80{left: 80%;}
.start-90{left: 90%;}
.start-100{left: 100%;}

/* left pos (px) */
.start-10px{left: 10px;}
.start-20px{left: 20px;}
.start-30px{left: 30px;}
.start-40px{left: 40px;}
.start-50px{left: 50px;}
.start-60px{left: 60px;}
.start-70px{left: 70px;}
.start-80px{left: 80px;}
.start-90px{left: 90px;}
.start-100px{left: 100px;}

/* right  pos (percent) */
.end-10{right: 10%;}
.end-20{right: 20%;}
.end-30{right: 30%;}
.end-40{right: 40%;}
.end-50{right: 50%;}
.end-60{right: 60%;}
.end-70{right: 70%;}
.end-80{right: 80%;}
.end-90{right: 90%;}
.end-100{right: 100%;}

/* right  pos (px) */
.end-10px{right: 10px;}
.end-20px{right: 20px;}
.end-30px{right: 30px;}
.end-40px{right: 40px;}
.end-50px{right: 50px;}
.end-60px{right: 60px;}
.end-70px{right: 70px;}
.end-80px{right: 80px;}
.end-90px{right: 90px;}
.end-100px{right: 100px;}

/* margin-left (percent) */
.ms-10{margin-left: 10%;}
.ms-20{margin-left: 20%;}
.ms-30{margin-left: 30%;}
.ms-40{margin-left: 40%;}
.ms-50{margin-left: 50%;}
.ms-60{margin-left: 60%;}
.ms-70{margin-left: 70%;}
.ms-80{margin-left: 80%;}
.ms-90{margin-left: 90%;}
.ms-100{margin-left: 100%;}


/* margin-left (px) */
.ms-10px{margin-left: 10px;}
.ms-20px{margin-left: 20px;}
.ms-30px{margin-left: 30px;}
.ms-40px{margin-left: 40px;}
.ms-50px{margin-left: 50px;}
.ms-60px{margin-left: 60px;}
.ms-70px{margin-left: 70px;}
.ms-80px{margin-left: 80px;}
.ms-90px{margin-left: 90px;}
.ms-100px{margin-left: 100px;}


/* margin top (px) */
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}
.mt-70{margin-top:70px;}
.mt-80{margin-top:80px;}
.mt-90{margin-top:90px;}
.mt-100{margin-top:100px;}

/* margin top negative (px) */
.mt-min-10{margin-top:-10px;}
.mt-min-20{margin-top:-20px;}
.mt-min-30{margin-top:-30px;}
.mt-min-40{margin-top:-40px;}
.mt-min-50{margin-top:-50px;}
.mt-min-60{margin-top:-60px;}
.mt-min-70{margin-top:-70px;}
.mt-min-80{margin-top:-80px;}
.mt-min-90{margin-top:-90px;}
.mt-min-100{margin-top:-100px;}

/* margin bottom (px) */
.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-25{margin-bottom:25px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.mb-60{margin-bottom:60px;}
.mb-70{margin-bottom:70px;}
.mb-80{margin-bottom:80px;}
.mb-90{margin-bottom:90px;}
.mb-100{margin-bottom:100px;}

/* margin bottom negative (px) */
.mb-min-10{margin-bottom:-10px;}
.mb-min-20{margin-bottom:-20px;}
.mb-min-30{margin-bottom:-30px;}
.mb-min-40{margin-bottom:-40px;}
.mb-min-50{margin-bottom:-50px;}
.mb-min-60{margin-bottom:-60px;}
.mb-min-70{margin-bottom:-70px;}
.mb-min-80{margin-bottom:-80px;}
.mb-min-90{margin-bottom:-90px;}
.mb-min-100{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10{margin-left:-10px;}
.ms-min-20{margin-left:-20px;}
.ms-min-30{margin-left:-30px;}
.ms-min-40{margin-left:-40px;}
.ms-min-50{margin-left:-50px;}
.ms-min-60{margin-left:-60px;}
.ms-min-70{margin-left:-70px;}
.ms-min-80{margin-left:-80px;}
.ms-min-90{margin-left:-90px;}
.ms-min-100{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10{margin-right:-10px;}
.me-min-20{margin-right:-20px;}
.me-min-30{margin-right:-30px;}
.me-min-40{margin-right:-40px;}
.me-min-50{margin-right:-50px;}
.me-min-60{margin-right:-60px;}
.me-min-70{margin-right:-70px;}
.me-min-80{margin-right:-80px;}
.me-min-90{margin-right:-90px;}
.me-min-100{margin-right:-100px;}

/* font-size (px) */
.fs-12{font-size: 12px;}
.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}
.fs-16{font-size: 16px;}
.fs-18{font-size: 18px;}
.fs-20{font-size: 20px;}
.fs-24{font-size: 24px;}
.fs-28{font-size: 28px;}
.fs-30{font-size: 30px;}
.fs-32{font-size: 32px;}
.fs-36{font-size: 36px;}
.fs-40{font-size: 40px;}
.fs-48{font-size: 48px;}
.fs-56{font-size: 56px;}
.fs-60{font-size: 60px;}
.fs-64{font-size: 64px;}
.fs-72{font-size: 72px;}
.fs-84{font-size: 84px;}
.fs-96{font-size: 96px;}
.fs-120{font-size: 120px;}
.fs-130{font-size: 130px;}
.fs-150{font-size: 150px;}
.fs-200{font-size: 200px;}


/* font-weight */
.fw-100{font-weight: 100 !important;}
.fw-200{font-weight: 200 !important;}
.fw-300{font-weight: 300 !important;}
.fw-400{font-weight: 400 !important;}
.fw-500{font-weight: 500 !important;}
.fw-600{font-weight: 600 !important;}
.fw-bold{font-weight: bold !important;}

/* margin left (px) */
.ms-10{margin-left: 10%;}
.ms-20{margin-left: 20%;}
.ms-30{margin-left: 30%;}
.ms-40{margin-left: 40%;}
.ms-50{margin-left: 50%;}
.ms-60{margin-left: 60%;}
.ms-70{margin-left: 70%;}
.ms-80{margin-left: 80%;}
.ms-90{margin-left: 90%;}
.ms-100{margin-left: 100%;}

/* padding (px) */
.p-10{padding: 10px;}
.p-15{padding: 15px;}
.p-20{padding: 20px;}
.p-30{padding: 30px;}
.p-40{padding: 40px;}
.p-50{padding: 50px;}
.p-60{padding: 60px;}
.p-70{padding: 70px;}
.p-80{padding: 80px;}
.p-90{padding: 90px;}
.p-100{padding: 100px;}

/* padding bottom (px) */
.pb-10{padding-bottom: 10px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-50{padding-bottom: 50px;}
.pb-60{padding-bottom: 60px;}
.pb-70{padding-bottom: 70px;}
.pb-80{padding-bottom: 80px;}
.pb-90{padding-bottom: 90px;}
.pb-100{padding-bottom: 100px;}

/* padding top (px) */
.pt-10{padding-top: 10px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-50{padding-top: 50px;}
.pt-60{padding-top: 60px;}
.pt-70{padding-top: 70px;}
.pt-80{padding-top: 80px;}
.pt-90{padding-top: 90px;}
.pt-100{padding-top: 100px;}

/* padding left (px) */
.ps-10{padding-left: 10px;}
.ps-20{padding-left: 20px;}
.ps-30{padding-left: 30px;}
.ps-40{padding-left: 40px;}
.ps-50{padding-left: 50px;}
.ps-60{padding-left: 60px;}
.ps-70{padding-left: 70px;}
.ps-80{padding-left: 80px;}
.ps-90{padding-left: 90px;}
.ps-100{padding-left: 100px;}

/* border white */
.border-white-1{border: solid 1px white;}
.border-white-2{border: solid 2px white;}
.border-white-3{border: solid 3px white;}
.border-white-4{border: solid 4px white;}
.border-white-5{border: solid 5px white;}
.border-white-6{border: solid 6px white;}
.dashed-1-white{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

/* border bottom grey */
.border-bottom-1-grey{border-bottom: solid 1px #dddddd;}

/* border bottom dark */
.border-bottom-1-dark{border-bottom: solid 1px var(--bg-dark-1);}

/* border bottom dark */
.border-bottom-1-light{border-bottom: solid 1px rgba(255,255,255,.5);}

/* hover effects */
.hover:hover .hover-scale-1-2{transform: scale(1.2);}
.hover-scale-in-1{transform: scale(1.1); }
.hover:hover .hover-scale-in-1{transform: scale(1); }
.hover-scale-in-3{transform: scale(3); }
.hover:hover .hover-scale-in-3{transform: scale(1); }
.hover-op-0{ opacity:1 }
.hover:hover .hover-op-0{ opacity:0 }
.hover-op-1,.hover-op-05{ opacity:0 }
.hover:hover .hover-op-1{ opacity:1 }
.hover:hover .hover-op-05{ opacity:.5 }
.hover:hover .hover-scale-1-1{transform: scale(1.1);}
.hover:hover .hover-scale-1-2{transform: scale(1.2);}
.hover:hover .hover-scale-in-3{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark{background: var(--heading-font-color)}
.hover-mh-100{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100{max-height: 500px;}
.hover:hover .hover-top-0{top:0;}
.hover:hover .hover-pb-40{padding-bottom: 40px;}
.hover-mt-40{margin-top: 40px;}
.hover:hover .hover-mt-40{margin-top: 0px;}
.hover:hover .hover-mt-0{margin-top: 0;}
.hover:hover .hover-text-light *{color: #ffffff}
.hover:hover .hover-jello{animation-name: jello; animation-duration: 1.5s;}
.hover:hover .hover-bounce{animation-name: bounce; animation-duration: 1.5s;}

.radial-gradient-color{background: radial-gradient(circle,rgba(var(--primary-color-rgb), 0) 50%, rgba(var(--primary-color-rgb), 1) 100%);}

.inline-block{display: inline-block;}

.infinite{ animation-iteration-count: infinite;}

/* opacity */
.op-1{ opacity:.1; }
.op-2{ opacity:.2; }
.op-3{ opacity:.3; }
.op-4{ opacity:.4; }
.op-5{ opacity:.5; }
.op-6{ opacity:.6; }
.op-7{ opacity:.7; }
.op-8{ opacity:.8; }
.op-9{ opacity:.9; }
.op-95{ opacity:.95; }


/* line height em */
.lh-1{line-height: 1em;}
.lh-1-1{line-height: 1.1em;}
.lh-1-2{line-height: 1.2em;}
.lh-1-3{line-height: 1.3em;}
.lh-1-4{line-height: 1.4em;}
.lh-1-5{line-height: 1.5em;}
.lh-1-6{line-height: 1.6em;}
.lh-1-7{line-height: 1.7em;}
.lh-1-8{line-height: 1.8em;}

/* min height (px) */
.mh-80{min-height:80px;}
.mh-100{min-height:100px;}
.mh-200{min-height:200px;}
.mh-300{min-height:300px;}
.mh-400{min-height:400px;}
.mh-500{min-height:500px;}
.mh-600{min-height:600px;}
.mh-700{min-height:700px;}
.mh-800{min-height:800px;}
.mh-900{min-height:900px;}
.mh-1000{min-height:1000px;}

/* max height (px) */
.max-h-80{max-height:80px;}
.max-h-100{max-height:100px;}
.max-h-200{max-height:200px;}
.max-h-300{max-height:300px;}
.max-h-400{max-height:400px;}
.max-h-500{max-height:500px;}
.max-h-600{max-height:600px;}
.max-h-700{max-height:700px;}
.max-h-800{max-height:800px;}
.max-h-900{max-height:900px;}
.max-h-1000{max-height:1000px;}

/* background dark */
.bg-dark-10{background: rgba(var(--bg-dark-1-rgb),.1)}
.bg-dark-20{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1{background: rgba(0, 0, 0, .1)}
.overlay-black-2{background: rgba(0, 0, 0, .2)}
.overlay-black-3{background: rgba(0, 0, 0, .3)}
.overlay-black-4{background: rgba(0, 0, 0, .4)}
.overlay-black-5{background: rgba(0, 0, 0, .5)}
.overlay-black-6{background: rgba(0, 0, 0, .6)}
.overlay-black-7{background: rgba(0, 0, 0, .7)}
.overlay-black-8{background: rgba(0, 0, 0, .8)}
.overlay-black-9{background: rgba(0, 0, 0, .9)}

/* overlay-black */
.overlay-dark-1{background: rgba(var(--bg-dark-1-rgb), .1)}
.overlay-dark-2{background: rgba(var(--bg-dark-1-rgb), .2)}
.overlay-dark-3{background: rgba(var(--bg-dark-1-rgb), .3)}
.overlay-dark-4{background: rgba(var(--bg-dark-1-rgb), .4)}
.overlay-dark-5{background: rgba(var(--bg-dark-1-rgb), .5)}
.overlay-dark-6{background: rgba(var(--bg-dark-1-rgb), .6)}
.overlay-dark-7{background: rgba(var(--bg-dark-1-rgb), .7)}
.overlay-dark-8{background: rgba(var(--bg-dark-1-rgb), .8)}
.overlay-dark-9{background: rgba(var(--bg-dark-1-rgb), .9)}

/* overlay-white */
.overlay-white-1{background: rgba(255, 255, 255, .1)}
.overlay-white-2{background: rgba(255, 255, 255, .2)}
.overlay-white-3{background: rgba(255, 255, 255, .3)}
.overlay-white-4{background: rgba(255, 255, 255, .4)}
.overlay-white-5{background: rgba(255, 255, 255, .5)}
.overlay-white-6{background: rgba(255, 255, 255, .6)}
.overlay-white-7{background: rgba(255, 255, 255, .7)}
.overlay-white-8{background: rgba(255, 255, 255, .8)}
.overlay-white-9{background: rgba(255, 255, 255, .9)}

/* rotation */
.rot-1 { transform: rotateZ(1deg); }
.rot-2 { transform: rotateZ(2deg); }
.rot-3 { transform: rotateZ(3deg); }
.rot-4 { transform: rotateZ(4deg); }
.rot-5 { transform: rotateZ(5deg); }
.rot-10{ transform: rotateZ(10deg); }
.rot-15{ transform: rotateZ(15deg); }
.rot-20{ transform: rotateZ(20deg); }
.rot-25{ transform: rotateZ(25deg); }
.rot-30{ transform: rotateZ(30deg); }
.rot-35{ transform: rotateZ(35deg); }
.rot-40{ transform: rotateZ(40deg); }
.rot-45{ transform: rotateZ(45deg); }
.rot-50{ transform: rotateZ(50deg); }
.rot-55{ transform: rotateZ(55deg); }
.rot-60{ transform: rotateZ(60deg); }
.rot-65{ transform: rotateZ(65deg); }
.rot-70{ transform: rotateZ(70deg); }
.rot-75{ transform: rotateZ(75deg); }
.rot-80{ transform: rotateZ(80deg); }
.rot-85{ transform: rotateZ(85deg); }
.rot-90{ transform: rotateZ(90deg); }

.rot-min-1 { transform: rotateZ(-1deg); }
.rot-min-2 { transform: rotateZ(-2deg); }
.rot-min-3 { transform: rotateZ(-3deg); }
.rot-min-4 { transform: rotateZ(-4deg); }
.rot-min-5 { transform: rotateZ(-5deg); }
.rot-min-10{ transform: rotateZ(-10deg); }
.rot-min-15{ transform: rotateZ(-15deg); }
.rot-min-20{ transform: rotateZ(-20deg); }
.rot-min-25{ transform: rotateZ(-25deg); }
.rot-min-30{ transform: rotateZ(-30deg); }
.rot-min-35{ transform: rotateZ(-35deg); }
.rot-min-40{ transform: rotateZ(-40deg); }
.rot-min-45{ transform: rotateZ(-45deg); }
.rot-min-50{ transform: rotateZ(-50deg); }
.rot-min-55{ transform: rotateZ(-55deg); }
.rot-min-60{ transform: rotateZ(-60deg); }
.rot-min-65{ transform: rotateZ(-65deg); }
.rot-min-70{ transform: rotateZ(-70deg); }
.rot-min-75{ transform: rotateZ(-75deg); }
.rot-min-80{ transform: rotateZ(-80deg); }
.rot-min-85{ transform: rotateZ(-85deg); }
.rot-min-90{ transform: rotateZ(-90deg); }

/* positions */
.absolute,.abs { position: absolute;}
.abs-center { left: 50%; transform: translateX(-50%);}
.abs-middle{ top: 50%;  transform: translateY(-50%);}
.abs-centered{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative { position: relative; }

/* z-index */
.z-1{ z-index:1 }
.z-2{ z-index:2 }
.z-3{ z-index:3 }
.z-4{ z-index:4 }
.z-1000 { z-index: 1000;}

.auto-height{height: 100%;padding-top: 100%;}

.rounded-top-60{
  border-radius:60px 60px 0 0;
  -moz-border-radius:60px 60px 0 0;
  -webkit-border-radius:60px 60px 0 0;
}

.rounded-bottom-60{
  border-radius:0 0 60px 60px;
  -moz-border-radius:0 0 60px 60px;
  -webkit-border-radius:0 0 60px 60px;
}

.rounded-bottom-end-60{
  border-radius:0 0 60px 0;
  -moz-border-radius:0 0 60px 0;
  -webkit-border-radius:0 0 60px 0;
}

.rounded-bottom-start-60{
  border-radius:0 0 0 60px;
  -moz-border-radius:0 0 0 60px;
  -webkit-border-radius:0 0 0 60px;
}

.rounded-top-start-60{
  border-radius:60px 0 0 0;
  -moz-border-radius:60px 0 0 0;
  -webkit-border-radius:60px 0 0 0;
}

.border-1-black{border: solid 1px black;}

.border-1-color{border: solid 1px var(--primary-color);}

.border-white-op-1{border: solid 1px rgba(255, 255, 255, .1);}
.border-white-op-2{border: solid 1px rgba(255, 255, 255, .2);}
.border-white-op-3{border: solid 1px rgba(255, 255, 255, .3);}
.border-white-op-4{border: solid 1px rgba(255, 255, 255, .4);}
.border-white-op-5{border: solid 1px rgba(255, 255, 255, .5);}

.border-white-bottom-op-1{border-bottom: solid 1px rgba(255, 255, 255, .1);}
.border-white-bottom-op-2{border-bottom: solid 1px rgba(255, 255, 255, .2);}
.border-white-bottom-op-3{border-bottom: solid 1px rgba(255, 255, 255, .3);}
.border-white-bottom-op-4{border-bottom: solid 1px rgba(255, 255, 255, .4);}
.border-white-bottom-op-5{border-bottom: solid 1px rgba(255, 255, 255, .5);}

.bg-color-op-1{background: rgba(var(--primary-color-rgb), .1)}
.bg-color-op-2{background: rgba(var(--primary-color-rgb), .2)}
.bg-color-op-3{background: rgba(var(--primary-color-rgb), .3)}
.bg-color-op-4{background: rgba(var(--primary-color-rgb), .4)}
.bg-color-op-5{background: rgba(var(--primary-color-rgb), .5)}
.bg-color-op-6{background: rgba(var(--primary-color-rgb), .6)}
.bg-color-op-7{background: rgba(var(--primary-color-rgb), .7)}
.bg-color-op-8{background: rgba(var(--primary-color-rgb), .8)}
.bg-color-op-9{background: rgba(var(--primary-color-rgb), .9)}






.owl-item.active div blockquote,
.owl-item.active div blockquote .de_testi_by {
  opacity: 1;
}

.owl-stage {
  overflow: none;
}

.typed-strings p {
  position: absolute;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.5s infinite;
  -moz-animation: blink 0.5s infinite;
  animation: blink 0.5s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



/* shadow */


/* css animation */


img.anim-up-down {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

@-webkit-keyframes move-up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes move-up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.slider-text-wrap {
  background: rgba(255, 255, 255, .75);
  padding: 30px;
  padding-top: 20px;
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}


@keyframes mask-bottom {
    0% {
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


@keyframes mask-left {
    0% {
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}


@keyframes mask-right {
    0% {
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.rotate-animation{
   animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




@-webkit-keyframes grow {
  to {
    transform: translateX(-50%) scale(0);
  }
}

@keyframes grow {
  to {
    transform: translateX(-50%) scale(0);
  }
}




@media (min-width: 1000px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1304px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5 { width: 20%; }
  .col-md-2-5 { width: 40%; }
  .col-md-3-5 { width: 60%; }
  .col-md-4-5 { width: 80%; }
  .col-md-5-5 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5 { width: 20%; }
  .col-lg-2-5 { width: 40%; }
  .col-lg-3-5 { width: 60%; }
  .col-lg-4-5 { width: 80%; }
  .col-lg-5-5 { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table .tr .td:nth-child(4),
  .de_table .tr .td:nth-child(5),
  .de_table .tr .td:nth-child(6),
  .de_table .tr .td:nth-child(7) {
    display: none;
  }

 
  

 
  .de_tab.tab_methods .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods .de_nav li .v-border {
    border: none;
  }

  .hidden-phone {
    display: none;
  }

  .sm-hide {
    display: none;
  }

  .d-btn-close {
    position: relative;
  }

  .de_tab.tab_style_4 .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item span {
    display: none;
  }

  .de_tab.tab_methods.style-2 .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1 {
    position: relative;
    height: auto;
  }

  .timeline>li>.timeline-panel {
    width: 100%;
  }

  .timeline-badge {
    display: none;
  }

  .timeline:before {
    background: none;
  }

  .tp-caption {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter .de-flex,
  .subfooter .de-flex-col {
    display: block;
  }

  .subfooter .social-icons {
    margin-top: 20px;
  }

  .subfooter span.copy {
    margin-top: 20px;
    display: block;
  }

  .dropdown {
    display: inline-block;
    margin-bottom: 10px;
  }

  .sm-img-fluid{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1:not(.cam-style){
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 80px 0 !important;
  }

  #testimonial-carousel .de_testi{
    margin:0 20px;
  }

  .crumb{
    margin-bottom: 0;
  }

  section.bottom-rounded{
    overflow: hidden;
    border-radius:0 0 0% 0%;
    -moz-border-radius:0 0 0% 0%;
    -webkit-border-radius:0 0 0% 0%;
    padding-bottom: 60px;
  }

  /* title tablet */

  h1,
  h1.ultra-big,
  h1.ultra-big .text-line,
  h1.ultra-big-2,
  .title-text,
  h1.slider-title{
    font-size: 60px;
  }  

  h1.slider-title,
  h2.slider-title{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10{padding-top:10px;}
  .pt-sm-20{padding-top:20px;}
  .pt-sm-30{padding-top:30px;}
  .pt-sm-40{padding-top:40px;}
  .pt-sm-50{padding-top:50px;}
  .pt-sm-60{padding-top:60px;}
  .pt-sm-70{padding-top:70px;}
  .pt-sm-80{padding-top:80px;}
  .pt-sm-90{padding-top:90px;}
  .pt-sm-100{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10{padding-bottom:10px;}
  .pb-sm-20{padding-bottom:20px;}
  .pb-sm-30{padding-bottom:30px;}
  .pb-sm-40{padding-bottom:40px;}
  .pb-sm-50{padding-bottom:50px;}
  .pb-sm-60{padding-bottom:60px;}
  .pb-sm-70{padding-bottom:70px;}
  .pb-sm-80{padding-bottom:80px;}
  .pb-sm-90{padding-bottom:90px;}
  .pb-sm-100{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10{margin-top:10px;}
  .mt-sm-20{margin-top:20px;}
  .mt-sm-30{margin-top:30px;}
  .mt-sm-40{margin-top:40px;}
  .mt-sm-50{margin-top:50px;}
  .mt-sm-60{margin-top:60px;}
  .mt-sm-70{margin-top:70px;}
  .mt-sm-80{margin-top:80px;}
  .mt-sm-90{margin-top:90px;}
  .mt-sm-100{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10{margin-bottom:10px;}
  .mb-sm-20{margin-bottom:20px;}
  .mb-sm-30{margin-bottom:30px;}
  .mb-sm-40{margin-bottom:40px;}
  .mb-sm-50{margin-bottom:50px;}
  .mb-sm-60{margin-bottom:60px;}
  .mb-sm-70{margin-bottom:70px;}
  .mb-sm-80{margin-bottom:80px;}
  .mb-sm-90{margin-bottom:90px;}
  .mb-sm-100{margin-bottom:10px;}


  .fs-sm-1vw{font-size: 1vw}
  .fs-sm-2vw{font-size: 2vw}
  .fs-sm-3vw{font-size: 3vw}
  .fs-sm-4vw{font-size: 4vw}
  .fs-sm-5vw{font-size: 5vw}
  .fs-sm-6vw{font-size: 6vw}
  .fs-sm-7vw{font-size: 7vw}
  .fs-sm-8vw{font-size: 8vw}
  .fs-sm-9vw{font-size: 9vw}
  .fs-sm-10vw{font-size: 10vw}
  .fs-sm-11vw{font-size: 11vw}
  .fs-sm-12vw{font-size: 12vw}
  .fs-sm-13vw{font-size: 13vw}
  .fs-sm-14vw{font-size: 14vw}
  .fs-sm-15vw{font-size: 15vw}

  #content{
    margin-top: 50px;
  }

  #btn-extra{
    display: none;
  }

  header.logo-center{
    padding-top: 10px;
  }

  .p-sm-relative{
    position: relative;
  }

  .w-sm-100{
    width: 100%;
  }

  #mainmenu li a:before{
    display: none;
  }

}

/* -------------------------------------------------- 
    custom for 320px & 480px 
    /* -------------------------------------------------- */

@media only screen and (max-width: 767px) {

   header .logo-main {
    display: none;
  }

  header .logo-init {
    display: none;
  }

  header .logo-mobile {
    display: block;
  }

  header .btn-main{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area {
    margin-left: 20px;
    width: 100%;
    position: relative;
    right: 0;
    text-align: right;
    z-index: 0;
    display: block;
  }

  header .container {
    min-width: 100%;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #filters li.pull-right {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4 .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4 .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4 .de_nav li:first-child,
  .de_tab.tab_style_4 .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide {
    display: none;
  }

  header a.btn-main{
    display: none !important;
  }

  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot span{
    display: none;
  }

  .de-spot .de-circle-1,
  .de-spot .de-circle-2{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big,
  h1.ultra-big .text-line,
  h1.ultra-big-2,
  .title-text,
  h1.slider-title,
  h2.slider-title{
    font-size: 48px;
  }

  h2{
    font-size: 36px;
  }

  .mt-xs-0{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10{padding-top:10px;}
  .pt-xs-20{padding-top:20px;}
  .pt-xs-30{padding-top:30px;}
  .pt-xs-40{padding-top:40px;}
  .pt-xs-50{padding-top:50px;}
  .pt-xs-60{padding-top:60px;}
  .pt-xs-70{padding-top:70px;}
  .pt-xs-80{padding-top:80px;}
  .pt-xs-90{padding-top:90px;}
  .pt-xs-100{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10{padding-bottom:10px;}
  .pb-xs-20{padding-bottom:20px;}
  .pb-xs-30{padding-bottom:30px;}
  .pb-xs-40{padding-bottom:40px;}
  .pb-xs-50{padding-bottom:50px;}
  .pb-xs-60{padding-bottom:60px;}
  .pb-xs-70{padding-bottom:70px;}
  .pb-xs-80{padding-bottom:80px;}
  .pb-xs-90{padding-bottom:90px;}
  .pb-xs-100{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10{margin-top:10px;}
  .mt-xs-20{margin-top:20px;}
  .mt-xs-30{margin-top:30px;}
  .mt-xs-40{margin-top:40px;}
  .mt-xs-50{margin-top:50px;}
  .mt-xs-60{margin-top:60px;}
  .mt-xs-70{margin-top:70px;}
  .mt-xs-80{margin-top:80px;}
  .mt-xs-90{margin-top:90px;}
  .mt-xs-100{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10{margin-bottom:10px;}
  .mb-xs-20{margin-bottom:20px;}
  .mb-xs-30{margin-bottom:30px;}
  .mb-xs-40{margin-bottom:40px;}
  .mb-xs-50{margin-bottom:50px;}
  .mb-xs-60{margin-bottom:60px;}
  .mb-xs-70{margin-bottom:70px;}
  .mb-xs-80{margin-bottom:80px;}
  .mb-xs-90{margin-bottom:90px;}
  .mb-xs-100{margin-bottom:10px;}

  .ss-wrap{
    position: relative;
    width: 200%;
    margin-left: -50%;
  }

  .fs-xs-1vw{font-size: 1vw}
  .fs-xs-2vw{font-size: 2vw}
  .fs-xs-3vw{font-size: 3vw}
  .fs-xs-4vw{font-size: 4vw}
  .fs-xs-5vw{font-size: 5vw}
  .fs-xs-6vw{font-size: 6vw}
  .fs-xs-7vw{font-size: 7vw}
  .fs-xs-8vw{font-size: 8vw}
  .fs-xs-9vw{font-size: 9vw}
  .fs-xs-10vw{font-size: 10vw}
  .fs-xs-11vw{font-size: 11vw}
  .fs-xs-12vw{font-size: 12vw}
  .fs-xs-13vw{font-size: 13vw}
  .fs-xs-14vw{font-size: 14vw}
  .fs-xs-15vw{font-size: 15vw}

}

/* -------------------------------------------------- 
    design for 480px
    /* -------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .timeline-panel {
    margin-bottom: 30px;
  }

  .timeline-pic {
    height: 300px;
  }
}

/* -------------------------------------------------- 
    design for 320px
    /* -------------------------------------------------- */

@media only screen and (max-width: 480px) {

  .text-item {
    font-size: 32px;
    line-height: 32px;
  }

  .text-item i {
    font-size: 24px;
  }

  h4.s2 span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone {
    display: none;
  }

  header a.btn-main i {
    display: inline-block;
  }

}

@media only screen and (max-width: 360px) {
  #topbar {
    display: none;
  }
}

/* section control */
@media only screen and (min-device-width: 768) and (max-device-width: 1024) and (orientation: portrait) {
  section {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 992px) {
  #subheader {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
  }

  section {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-attachment: scroll;
  }
}

/* new added */
.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
