/*
======================================
  * CSS TABLE CONTENT *  
======================================

1. GENERAL

2. HEADINGS

3. TEXT & PARAGRAPH

4. LISTS

5. BOX SPACING (inner & outer)
	>padding
	>marging
	
6. BOX MAX-WIDTH CSS

7. POSITIONS ( absolute & relative & statice & z-index )

8. COLOR (text & background)
	>text color
	>background color

9. IMAGES OVERLAY EFFECTS (overly animation on images)

10. IMAGES EFFECTS (image animation in images)
	 >image-opacity
	 >image-zoom
	 >image-zoom-slow
	 >image-shrink
	 >image-side-pan
	 >image-vertical-pan
	 >image-fade-in
	 >image-fade-out 
	 >image-rotate
	 >image-sepia
	 >image-blurr
	 >image-blurr-invert
	 >image off color
	 >image on color
 

11. CONTENT SHOW ON IMAGE BOX
 
12. FORM ELEMENTS

13. WP DEFAULT

14. HEADER (top part of page)

15. PAGE TOP BAR (left & right content)

16. LOGO ( company identify  symbol )

17. MAIN BAR ( place logo & main-navigation )

18. NAVIGATIONS
	>mena-menu
	>mobile-menu
	>footer-menu
	
19. BANNER

20. SLIDER
	>rs slider
	>owl slider
	
21. BLOG
	
22. WIDGETS

23. CUSTOMIZE CSS
	>set-radius
	>transition
	>float-clearfix
	
24. SORTCODES 
	>Buttons
	>Title separators		
	>Deviders	
	>Lists & bullets	
	>Tabs
	>Accordians		
	>Carousels	
	>Testimonials	
	>Pricing table
	>Alert box	
	>Modal pop
	>Social icons
	>Breadcrumb
	>Tables
	>Image effects

25. PAGINATION

26. FOOTER

27. PAGE-CONTENT

28. INNER-CONTENT

29. SIDE-NAV

30. CONTACT

31. SHOPPING

======================================
  * END TABLE CONTENT *  
======================================
*/
/*--------------------------------------------------------------
1. GENERAL
---------------------------------------------------------------*/
/* ===== selection ===== */
@media (max-width:767px)
{
    .ruby-menu
    {
        display:none !important;
    }
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
	@import url('https://fonts.googleapis.com/css?family=Google+Sans:400,500,600,700|Product+Sans:400&display=swap&lang=en');

::-moz-selection { /* Code for Firefox */
  background: var(--color-primary)!important;
}
::selection {
  background: var(--color-primary)!important;
}
body, html {
     -moz-osx-font-smoothing: grayscale;
}
	.dz-header
		{
		    padding-top:10px;
		    padding-bottom:10px;
		}
.sub-menu li a i
{
    margin-top:5px !important;
}
body {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#6f6f6f;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
a {
    color: var(--color-primary);
    outline: 0 none;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
}
a:active,
a:hover {
    color: #333333;
}
p a {
    color: #333333;
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
hr {
    clear: both;
}
button, 
select{
	outline: none;
}

.text-secondry {
	color: var(--text-sec);
}
.bg-primary{
	background-color:var(--color-primary)!important;
}
.text-primary{
	color:var(--color-primary)!important;
}
a.text-primary:hover {
	color: var(--color-hover) !important;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}
address {
    font-style: italic;
}
table {
    background-color: transparent;
    width: 100%;
}
table thead th {
    color: #333;
}
table td {
    padding: 15px 10px;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}
table tr:last-child td{
	border-bottom:0;
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 24px;
}
 ::selection {
     color: #000;
     background:#dbdbdb;
}
 ::-moz-selection {
     color:#000;
     background:#dbdbdb;
}
.overflow-hide {
    overflow: hidden;
}
.overflow-auto {
    overflow: auto;
}
.clear {
    clear: both;
}
.pull-none {
    float: none;
}
::-moz-selection {
    background: #3396d1;
    color: #fff;
}
::selection {
    background: #3396d1;
    color: #fff;
}
.op{
	font-family: 'Open Sans', sans-serif;
}
.dis-block{
	display:block;
	width: 100%;
}
/*---------------------------------------------------------------
2. HEADINGS
---------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-family: "Poppins",sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #232323;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
	color:var(--color-primary);
}
a.bg-primary:focus,
a.bg-primary:hover{
	color:var(--color-hover);
}
h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 25px;
}
h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 25px;
}
h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
}
h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}
h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
/*---------------------------------------------------------------
3. TEXT & PARAGRAPH
---------------------------------------------------------------*/



p {
    line-height: 28px;
    margin-bottom: 24px;
}
strong {
    font-weight: 400;
}
.bg-primary,
.bg-primary a:hover{ 
	color:#fff; 
}
/*text align*/

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify
}
/*text vertical align*/

.v-align-t {
    vertical-align: top;
}
.v-align-m {
    vertical-align: middle;
}
.v-align-b {
    vertical-align: bottom;
}
/*text no line brack*/

.text-nowrap {
    white-space: nowrap
}
/*text transform*/

.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
/*text size*/
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-26 {
    font-size: 26px;
}
.font-30 {
    font-size: 30px;
    line-height: 40px;
}
.font-35 {
    font-size: 35px;
	line-height:45px;
}
.font-40 {
    font-size: 40px;
	line-height:50px;
}
.font-45 {
    font-size: 45px;
	line-height:55px;
}
.font-50 {
    font-size: 50px;
	line-height:65px;
}
.font-55 {
    font-size: 55px;
	line-height:65px;
}
.font-60 {
    font-size: 60px;
	line-height:70px;
}
.font-70 {
    font-size: 70px;
	line-height:80px;
}
.font-75 {
    font-size: 75px;
	line-height:85px;
}
.font-80 {
    font-size: 80px;
	line-height:90px;
}
.font-90 {
    font-size: 90px;
	line-height:100px;
}
.font-100 {
    font-size: 100px;
	line-height:110px;
}
/*text weight*/

.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-900 {
    font-weight: 900;
}
/*---------------------------------------------------------------
4. LISTS
---------------------------------------------------------------*/

dl,
ul,
ol {
    list-style-position: outside;
    padding: 0;
}
ul,
ol {
    margin-bottom: 24px;
}
ul li,
ol li {
    padding: 0;
}
dl {
    margin-left: 0;
    margin-bottom: 30px;
}
dl dd {
    margin-bottom: 10px;
}
.list-inline > li{
	padding-left:2px;
	padding-right:2px;
	display:inline-block;
}
/*---------------------------------------------------------------
5. BOX SPACING (inner & outer)
	>padding
	>marging
---------------------------------------------------------------*/
/*== >padding (around) ======*/

.p-a0 {
    padding: 0;
}
.p-a5 {
    padding: 5px;
}
.p-a10 {
    padding: 10px;
}
.p-a15 {
    padding: 15px;
}
.p-a20 {
    padding: 20px;
}
.p-a25 {
    padding: 25px;
}
.p-a30 {
    padding: 30px;
}
.p-a40 {
    padding: 40px;
}
.p-a50 {
    padding: 50px;
}
.p-a60 {
    padding: 60px;
}
.p-a70 {
    padding: 70px;
}
.p-a80 {
    padding: 80px;
}
.p-a90 {
    padding: 90px;
}
.p-a100 {
    padding: 100px;
}
/*== >Padding (top) ==*/

.p-t0 {
    padding-top: 0;
}
.p-t5 {
    padding-top: 5px;
}
.p-t10 {
    padding-top: 10px;
}
.p-t15 {
    padding-top: 15px;
}
.p-t20 {
    padding-top: 20px;
}
.p-t30 {
    padding-top: 30px;
}
.p-t40 {
    padding-top: 40px;
}
.p-t50 {
    padding-top: 50px;
}
.p-t60 {
    padding-top: 60px;
}
.p-t70 {
    padding-top: 70px;
}
.p-t80 {
    padding-top: 80px;
}
.p-t90 {
    padding-top: 90px;
}
.p-t100 {
    padding-top: 100px;
}
/*== >Padding (bottom) ==*/

.p-b0 {
    padding-bottom: 0;
}
.p-b5 {
    padding-bottom: 5px;
}
.p-b10 {
    padding-bottom: 10px;
}
.p-b15 {
    padding-bottom: 15px;
}
.p-b20 {
    padding-bottom: 20px;
}
.p-b30 {
    padding-bottom: 30px;
}
.p-b40 {
    padding-bottom: 40px;
}
.p-b50 {
    padding-bottom: 50px;
}
.p-b60 {
    padding-bottom: 60px;
}
.p-b70 {
    padding-bottom: 70px;
}
.p-b80 {
    padding-bottom: 80px;
}
.p-b90 {
    padding-bottom: 90px;
}
.p-b100 {
    padding-bottom: 100px;
}
/*== >Padding (left) ==*/

.p-l0 {
    padding-left: 0;
}
.p-l5 {
    padding-left: 5px;
}
.p-l10 {
    padding-left: 10px;
}
.p-l15 {
    padding-left: 15px;
}
.p-l20 {
    padding-left: 20px;
}
.p-l30 {
    padding-left: 30px;
}
.p-l40 {
    padding-left: 40px;
}
.p-l50 {
    padding-left: 50px;
}
.p-l60 {
    padding-left: 60px;
}
.p-l70 {
    padding-left: 70px;
}
.p-l80 {
    padding-left: 80px;
}
.p-l90 {
    padding-left: 90px;
}
.p-l100 {
    padding-left: 100px;
}
/*== >Padding (right) ==*/

.p-r0 {
    padding-right: 0;
}
.p-r5 {
    padding-right: 5px;
}
.p-r10 {
    padding-right: 10px;
}
.p-r15 {
    padding-right: 15px;
}
.p-r20 {
    padding-right: 20px;
}
.p-r30 {
    padding-right: 30px;
}
.p-r40 {
    padding-right: 40px;
}
.p-r50 {
    padding-right: 50px;
}
.p-r60 {
    padding-right: 60px;
}
.p-r70 {
    padding-right: 70px;
}
.p-r80 {
    padding-right: 80px;
}
.p-r90 {
    padding-right: 90px;
}
.p-r100 {
    padding-right: 100px;
}
/*== >Padding (left right) ==*/

.p-lr0 {
    padding-left: 0;
    padding-right: 0;
}
.p-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}
.p-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}
.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}
.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}
.p-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}
.p-lr40 {
    padding-left: 40px;
    padding-right: 40px;
}
.p-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}
.p-lr60 {
    padding-left: 60px;
    padding-right: 60px;
}
.p-lr70 {
    padding-left: 70px;
    padding-right: 70px;
}
.p-lr80 {
    padding-left: 80px;
    padding-right: 80px;
}
.p-lr90 {
    padding-left: 90px;
    padding-right: 90px;
}
.p-lr100 {
    padding-left: 100px;
    padding-right: 100px;
}
/*== >Padding (top bottom) ==*/

.p-tb0 {
    padding-bottom: 0;
    padding-top: 0;
}
.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
}
.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
}
.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
}
.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
}
.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
}
/*== >margin (around) ======*/

.m-auto {
    margin: auto;
}
.m-a0 {
    margin: 0;
}
.m-a5 {
    margin: 5px;
}
.m-a10 {
    margin: 10px;
}
.m-a15 {
    margin: 15px;
}
.m-a20 {
    margin: 20px;
}
.m-a30 {
    margin: 30px;
}
.m-a40 {
    margin: 40px;
}
.m-a50 {
    margin: 50px;
}
.m-a60 {
    margin: 60px;
}
.m-a70 {
    margin: 70px;
}
.m-a80 {
    margin: 80px;
}
.m-a90 {
    margin: 90px;
}
.m-a100 {
    margin: 100px;
}
/*== >marging (top) ==*/

.m-t0 {
    margin-top: 0;
}
.m-t5 {
    margin-top: 5px;
}
.m-t10 {
    margin-top: 10px;
}
.m-t15 {
    margin-top: 15px;
}
.m-t20 {
    margin-top: 20px;
}
.m-t30 {
    margin-top: 30px;
}
.m-t40 {
    margin-top: 40px;
}
.m-t50 {
    margin-top: 50px;
}
.m-t60 {
    margin-top: 60px;
}
.m-t70 {
    margin-top: 70px;
}
.m-t80 {
    margin-top: 80px;
}
.m-t90 {
    margin-top: 90px;
}
.m-t100 {
    margin-top: 100px;
}
/*== >marging (bottom) ==*/

.m-b0 {
    margin-bottom: 0;
}
.m-b5 {
    margin-bottom: 5px;
}
.m-b10 {
    margin-bottom: 10px;
}
.m-b15 {
    margin-bottom: 15px;
}
.m-b20 {
    margin-bottom: 20px;
}
.m-b30 {
    margin-bottom: 30px;
}
.m-b40 {
    margin-bottom: 40px;
}
.m-b50 {
    margin-bottom: 50px;
}
.m-b60 {
    margin-bottom: 60px;
}
.m-b70 {
    margin-bottom: 70px;
}
.m-b80 {
    margin-bottom: 80px;
}
.m-b90 {
    margin-bottom: 90px;
}
.m-b100 {
    margin-bottom: 100px;
}
/*== >marging (left) ==*/

.m-l0 {
    margin-left: 0;
}
.m-l5 {
    margin-left: 5px;
}
.m-l10 {
    margin-left: 10px;
}
.m-l15 {
    margin-left: 15px;
}
.m-l20 {
    margin-left: 20px;
}
.m-l30 {
    margin-left: 30px;
}
.m-l40 {
    margin-left: 40px;
}
.m-l50 {
    margin-left: 50px;
}
.m-l60 {
    margin-left: 60px;
}
.m-l70 {
    margin-left: 70px;
}
.m-l80 {
    margin-left: 80px;
}
.m-l90 {
    margin-left: 90px;
}
.m-l100 {
    margin-left: 100px;
}
/*== >marging (right) ==*/

.m-r0 {
    margin-right: 0;
}
.m-r5 {
    margin-right: 5px;
}
.m-r10 {
    margin-right: 10px;
}
.m-r15 {
    margin-right: 15px;
}
.m-r20 {
    margin-right: 20px;
}
.m-r30 {
    margin-right: 30px;
}
.m-r40 {
    margin-right: 40px;
}
.m-r50 {
    margin-right: 50px;
}
.m-r60 {
    margin-right: 60px;
}
.m-r70 {
    margin-right: 70px;
}
.m-r80 {
    margin-right: 80px;
}
.m-r90 {
    margin-right: 90px;
}
.m-r100 {
    margin-right: 100px;
}
/*== >marging (left right) ==*/

.m-lr0 {
    margin-left: 0;
    margin-right: 0;
}
.m-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}
.m-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}
.m-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}
.m-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}
.m-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}
.m-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}
.m-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}
.m-lr60 {
    margin-left: 60px;
    margin-right: 60px;
}
.m-lr70 {
    margin-left: 70px;
    margin-right: 70px;
}
.m-lr80 {
    margin-left: 80px;
    margin-right: 80px;
}
.m-lr90 {
    margin-left: 90px;
    margin-right: 90px;
}
.m-lr100 {
    margin-left: 100px;
    margin-right: 100px;
}
/*== >marging (top bottom) ==*/

.m-tb0 {
    margin-bottom: 0;
    margin-top: 0;
}
.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px;
}
.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px;
}
.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px;
}
.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px;
}
.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px;
}
.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px;
}
.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px;
}
.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px;
}
/*== > colum gap less ==*/

.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
}
/*---------------------------------------------------------------
6. BOX MAX-WIDTH CSS
---------------------------------------------------------------*/
.max-w50 {
    max-width: 50px;
}
.max-w60 {
    max-width: 60px;
}
.max-w80 {
    max-width: 80px;
}
.max-w100 {
    max-width: 100px;
}
.max-w200 {
    max-width: 200px;
}
.max-w300 {
    max-width: 300px;
}
.max-w400 {
    max-width: 400px;
}
.max-w500 {
    max-width: 500px;
}
.max-w600 {
    max-width: 600px;
}
.max-w700 {
    max-width: 700px;
}
.max-w800 {
    max-width: 800px;
}
.max-w900 {
    max-width: 900px;
}
.max-w1000 {
    max-width: 1000px;
}
/*---------------------------------------------------------------
7. POSITIONS ( absolute & relative & statice & z-index )
---------------------------------------------------------------*/

.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.static {
    position: static;
}
.z-index1 {
    z-index: 1;
}
.z-index2 {
    z-index: 2;
}
.z-index3 {
    z-index: 3;
}
.z-index4 {
    z-index: 4;
}
.z-index5 {
    z-index: 5;
}
.z-index6 {
    z-index: 6;
}
.z-index7 {
    z-index: 7;
}
.z-index8 {
    z-index: 8;
}
.z-index9 {
    z-index: 9;
}
.z-index10 {
    z-index: 10;
}
.z-index100 {
    z-index: 100;
}
.z-index999 {
    z-index: 999;
}
/*---------------------------------------------------------------
8. COLOR (text & background)
	>text color
	>background color
---------------------------------------------------------------*/
/*=== >text color ===*/

.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.text-gray {
    color: #f5f6f6;
}
.text-gray-dark {
    color: #d3d3d3;
}
.text-red {
    color: #FF4045;
}
.text-yellow {
    color: #ffb822;
}
.text-yellow-light {
    color: #FEC215;
}
.text-pink{
    color: #ff3c85;
}
.text-blue{
    color: #00c5dc;
}
.text-green{
    color: #34bfa3;
}
.text-orange{
    color: #ef9800;
}
/*=== >background color ===*/

.bg-transparent {
    background-color: transparent;
}
.bg-white {
    --bs-btn-bg: #FFF;
	background-color: var(--bs-btn-bg);
}
.bg-black {
    --bs-btn-bg: #000;
	background-color: var(--bs-btn-bg);
}
.bg-black-light {
    --bs-btn-bg: #1C1C1C;
	background-color: var(--bs-btn-bg);
}
.bg-gray {
    --bs-btn-bg: #F7F9FB;
	background-color: var(--bs-btn-bg);
}
.bg-gray-dark {
    --bs-btn-bg: #d3d3d3;
	background-color: var(--bs-btn-bg);
}
.bg-red {
	--bs-btn-bg: #FF4045;   
	background-color: var(--bs-btn-bg);
}
.bg-green {
	--bs-btn-bg: #34bfa3;   
    background-color: var(--bs-btn-bg);
}
.bg-yellow {
	--bs-btn-bg: #ffb822;   
    background-color: var(--bs-btn-bg);
}
.bg-pink {
	--bs-btn-bg: #ff3c85;   
    background-color: var(--bs-btn-bg);
}
.bg-blue {
	--bs-btn-bg: #00c5dc;   
    background-color: var(--bs-btn-bg);
}
.bg-orange {
	--bs-btn-bg: #ef9800;   
    background-color: var(--bs-btn-bg);
}

/* bg transperent */
.bg-tpw1{
	background-color:rgba(255,255,255,0.1)
}
.bg-tpw2{
	background-color:rgba(255,255,255,0.2)
}
.bg-tpw3{
	background-color:rgba(255,255,255,0.3)
}
.bg-tpw4{
	background-color:rgba(255,255,255,0.4)
}
.bg-tpw5{
	background-color:rgba(255,255,255,0.5)
}
.bg-tpw6{
	background-color:rgba(255,255,255,0.6)
}
.bg-tpw7{
	background-color:rgba(255,255,255,0.7)
}
.bg-tpw8{
	background-color:rgba(255,255,255,0.8)
}
.bg-tpw9{
	background-color:rgba(255,255,255,0.9)
}
/* Tb Black */
.bg-tpb1{
	background-color:rgba(0,0,0,0.05)
}
.bg-tpb2{
	background-color:rgba(0,0,0,0.2)
}
.bg-tpb3{
	background-color:rgba(0,0,0,0.3)
}
.bg-tpb4{
	background-color:rgba(0,0,0,0.4)
}
.bg-tpb5{
	background-color:rgba(0,0,0,0.5)
}
.bg-tpb6{
	background-color:rgba(0,0,0,0.6)
}
.bg-tpb7{
	background-color:rgba(0,0,0,0.7)
}
.bg-tpb8{
	background-color:rgba(0,0,0,0.8)
}
.bg-tpb9{
	background-color:rgba(0,0,0,0.9)
}


/*=== >background image ===*/

.bg-img-fix {
    background-attachment: unset;
	background-size: cover;
}
.dlab-bnr-inr.bg-pt,
.bg-pt{
	background-position:center;
	background-size: cover;
}
.dlab-bnr-inr.bg-pb,
.bg-pb{
	background-position:bottom;
	background-size: cover;
}
/*---------------------------------------------------------------
9. IMAGES OVERLAY EFFECTS (overly animation on images)
---------------------------------------------------------------*/

.dlab-img-overlay1,
.dlab-img-overlay2,
.dlab-img-overlay3,
.dlab-img-overlay4,
.dlab-img-overlay5,
.dlab-img-overlay6,
.dlab-img-overlay7,
.dlab-img-overlay8,
.dlab-img-overlay9,
.dlab-img-overlay11,
.dlab-img-overlay12{
    position: relative;
}
.dlab-img-overlay1:before,
.dlab-img-overlay1:after,
.dlab-img-overlay2:before,
.dlab-img-overlay2:after,
.dlab-img-overlay3:before,
.dlab-img-overlay3:after,
.dlab-img-overlay4:before,
.dlab-img-overlay4:after,
.dlab-img-overlay5:before,
.dlab-img-overlay5:after,
.dlab-img-overlay6:before,
.dlab-img-overlay6:after,
.dlab-img-overlay7:before,
.dlab-img-overlay7:after,
.dlab-img-overlay8:before,
.dlab-img-overlay8:after,
.dlab-img-overlay9:before,
.dlab-img-overlay9:after,
.dlab-img-overlay11:before,
.dlab-img-overlay11:after,
.dlab-img-overlay12:before,
.dlab-img-overlay12:after{
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}
/*effect 1*/

.dlab-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.dlab-img-overlay1:hover:before,
.dlab-box:hover .dlab-img-overlay1:before {
    opacity: 0.5;
}
/*effect 2*/
.dlab-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}
.dlab-img-overlay2.on:before {
	opacity:1;
}
.dlab-img-overlay2:hover:before,
.dlab-box:hover .dlab-img-overlay2:before {
    opacity: 0.9;
}
/*effect 3*/

.dlab-img-overlay3:before {
    left: 50%;
    top: 50%;
}
.dlab-img-overlay3:hover:before,
.dlab-box:hover .dlab-img-overlay3:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*effect 4*/

.dlab-img-overlay4:before {
    left: 50%;
    top: 0;
    height: 100%;
}
.dlab-img-overlay4:hover:before,
.dlab-box:hover .dlab-img-overlay4:before {
    width: 100%;
    left: 0;
}
/*effect 5*/

.dlab-img-overlay5:before {
    left: 0;
    top: 50%;
    width: 100%;
}
.dlab-img-overlay5:hover:before,
.dlab-box:hover .dlab-img-overlay5:before {
    height: 100%;
    top: 0;
}
/*effect 6*/

.dlab-img-overlay6:before {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
}
.dlab-img-overlay6:hover:before,
.dlab-box:hover .dlab-img-overlay6:before {
    height: 100%;
}
/*effect 7*/

.dlab-img-overlay7:before,
.dlab-img-overlay7:after {
    height: 100%;
}
.dlab-img-overlay7:after {
    left: auto;
    right: 0;
}
.dlab-img-overlay7:hover:before,
.dlab-img-overlay7:hover:after,
.dlab-box:hover .dlab-img-overlay7:before,
.dlab-box:hover .dlab-img-overlay7:after {
    width: 50%;
}
/*effect 8*/

.dlab-img-overlay8:before,
.dlab-img-overlay8:after {
    height: 100%;
}
.dlab-img-overlay8:after {
    left: auto;
    right: 0;
}
.dlab-img-overlay8:hover:before,
.dlab-img-overlay8:hover:after,
.dlab-box:hover .dlab-img-overlay8:before,
.dlab-box:hover .dlab-img-overlay8:after {
    width: 100%;
    opacity: 0.3;
}
/*effect 9*/

.dlab-img-overlay9:before,
.dlab-img-overlay9:after {} .dlab-img-overlay9:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.dlab-img-overlay9:hover:before,
.dlab-img-overlay9:hover:after,
.dlab-box:hover .dlab-img-overlay9:before,
.dlab-box:hover .dlab-img-overlay9:after {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
/*effect 10*/

.dlab-img-overlay10:before,
.dlab-img-overlay10:after {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.dlab-img-overlay10:hover:before,
.dlab-box:hover .dlab-img-overlay10:before {
    opacity: 0.5;
}
.dlab-img-overlay10:hover:after,
.dlab-box:hover .dlab-img-overlay10:after {
    width: 90%;
    height: 80%;
    left: 5%;
    top: 10%;
    opacity: 0.5;
    background: none;
    border: 1px dashed #FFFFFF;
}
.dlab-img-overlay11:hover:after,
.dlab-box:hover .dlab-img-overlay11:after {
    height: 95%;
    opacity: 1;
    right: 7.5%;
    top: 2.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 85%;
}
.dlab-img-overlay11:hover:before,
.dlab-box:hover .dlab-img-overlay11:before {
    height: 85%;
    left: 2.5%;
    opacity: 1;
    top: 7.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 95%;
}
.dlab-img-overlay11:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 5%;
    height: 80%;
    left: auto;
    right: 5%;
    top: auto;
    -moz-transform: skewY(70deg);
    -webkit-transform: skewY(70deg);
    -o-transform: skewY(70deg);
    -ms-transform: skewY(70deg);
    transform: skewY(70deg);
    width: 90%;
}
.dlab-img-overlay11:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: auto;
    height: 90%;
    left: 5%;
    right: auto;
    top: 5%;
    -moz-transform: skewX(-70deg);
    -webkit-transform: skewX(-70deg);
    -o-transform: skewX(-70deg);
    -ms-transform: skewX(-70deg);
    transform: skewX(-70deg);
    width: 80%;
}
.dlab-img-overlay11 {
    background-color: #000 !important;
}
.dlab-img-overlay11:hover img {
    opacity: 0.7 !important
}
/* overlay-12 */
.dlab-img-overlay12:hover:after,
.dlab-box:hover .dlab-img-overlay12:after {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.dlab-img-overlay12:after {
	background-color:rgba(0,0,0,0);
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    width: 100%;
	height:100%;
}
.dlab-img-overlay12.left:hover:after,
.dlab-box:hover .dlab-img-overlay12.left:after {
    transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    -moz-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    -o-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}
.dlab-img-overlay12.left:after {
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
	transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
}
.dlab-img-overlay12:before{
	width:100%;
	height:100%;
	opacity:0;
}
.dlab-img-overlay12:hover:before,
.dlab-box:hover .dlab-img-overlay12:before{
	opacity:0.4;
}
/* Overlay Gradient */
/*---------------------------------------------------------------
10. IMAGES EFFECTS (image animation in images)
	 >image-opacity
	 >image-zoom
	 >image-zoom-slow
	 >image-shrink
	 >image-side-pan
	 >image-vertical-pan
	 >image-fade-in
	 >image-fade-out 
	 >image-rotate
	 >image-sepia
	 >image-blurr
	 >image-blurr-invert
	 >image off color
	 >image on color
---------------------------------------------------------------*/

.dlab-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}
.dlab-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}
/* >image-opacity */

.dlab-img-effect.opacity img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}
/* >image-zoom */

.dlab-img-effect.zoom-slow img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
}
.dlab-img-effect.zoom-slow:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/* >image-zoom-slow */

.dlab-box:hover .dlab-img-effect.zoom img,
.our-team:hover .dlab-img-effect.zoom img,
.blog-post:hover .dlab-img-effect.zoom img,
.dlab-img-effect.zoom:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/* >image-shrink */

.dlab-img-effect.shrink:hover img {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
}
/* >image-side-pan */

.dlab-img-effect.side-pan:hover img {
    margin-left: -11%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
/* >image-vertical-pan */

.dlab-img-effect.vertical-pan:hover img {
    margin-top: -10%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
/* >image-fade-in */

.dlab-img-effect.fade-in {
    background: #000
}
.dlab-img-effect.fade-in img {
    opacity: 0.65;
    -moz-opacity: 0.65;
    -webkit-opacity: 0.65;
}
.dlab-img-effect.fade-in:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}
/* >image-fade-out */

.dlab-img-effect.fade-out {
    background: #000
}
.dlab-img-effect.fade-out:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}
/* >image-rotate */

.blog-post:hover .dlab-img-effect.rotate img,
.dlab-box:hover .dlab-img-effect.rotate img,
.dlab-img-effect.rotate:hover img {
    -moz-transform: scale(1.5) rotate(-20deg);
    -webkit-transform: scale(1.5) rotate(-20deg);
    -o-transform: scale(1.5) rotate(-20deg);
    -ms-transform: scale(1.5) rotate(-20deg);
    transform: scale(1.5) rotate(-20deg);
}
/* >image-sepia */

.dlab-img-effect.sepia img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}
.algo-image-hover.sepia:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}
/* >image-blurr */

.dlab-img-effect.blurr img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.dlab-img-effect.blurr:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}
/* >image-blurr-invert */

.dlab-img-effect.blurr-invert img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.dlab-img-effect.blurr-invert img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}
.dlab-img-effect.blurr-invert:hover img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
}
/* >image off color */

.dlab-img-effect.off-color img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
.dlab-img-effect.off-color:hover img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
/* >image on color */

.dlab-img-effect.on-color img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
.dlab-img-effect.on-color:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
/*---------------------------------------------------------------
11. CONTENT SHOW ON IMAGE BOX
---------------------------------------------------------------*/
/* info box show */
.dlab-info-has {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 15px 40px;
    opacity: 0;
    margin-bottom: -100px;
    z-index: 2;
}
.dlab-info-has.p-a15 {
    padding: 15px;
}
.dlab-info-has.p-a20 {
    padding: 20px;
}
.dlab-info-has.bg-primary {
    background-color: rgba(27, 188, 232, 0.9);
}
.dlab-info-has.bg-green {
    background-color: rgba(106, 179, 62, 0.9);
}
.dlab-info-has.bg-black {
    background-color: rgba(0, 0, 0, 0.6);
}
.dlab-info-has.bg-white {
    background-color: rgba(255, 255, 255, 0.8)!important;
}
.dlab-info-has.bg-white h1,
.dlab-info-has.bg-white h2,
.dlab-info-has.bg-white h3,
.dlab-info-has.bg-white h4,
.dlab-info-has.bg-white h5,
.dlab-info-has.bg-white h6 {
    color: #3d474a;
}
.dlab-info-has.bg-white h1 a,
.dlab-info-has.bg-white h2 a,
.dlab-info-has.bg-white h3 a,
.dlab-info-has.bg-white h4 a,
.dlab-info-has.bg-white h5 a,
.dlab-info-has.bg-white h6 a {
    color: #3d474a;
}
.dlab-info-has.bg-white .dlab-info-has-text,
.dlab-info-has.bg-white p {
    color: #767676;
}
.dlab-info-has h1,
.dlab-info-has h2,
.dlab-info-has h3,
.dlab-info-has h4,
.dlab-info-has h5,
.dlab-info-has h6,
.dlab-info-has p,
.dlab-info-has-text,
.dlab-info-has a {
    color: #fff;
}
.dlab-info-has .dlab-info-has-text {
    margin-bottom: 20px;
    line-height: 24px;
}
.dlab-media {
    overflow: hidden;
    position: relative;
}
.dlab-box:hover .dlab-info-has,
.dlab-media:hover .dlab-info-has {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
}
/* without hover */

.overlay-bx.no-hover,
.dlab-info-has.no-hover {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
	visibility: visible;
}
/* Skew */

.dlab-info-has.skew-has {
    border-top: 4px solid #2D3239;
    padding: 30px 40px 60px;
    -moz-transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: -35px;
}
.dlab-info-has.skew-has > * {
    -moz-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
/*---------------------------------------------------------------
12. FORM ELEMENTS
---------------------------------------------------------------*/

label {
    font-weight: 600;
    margin-bottom: 10px;
}
.panel-default,
.panel-default > .panel-heading {
    border-color: #e7ecf1;
    color: inherit;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e7ecf1;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 48px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 5px !important;
}
textarea.form-control{
	height:auto;
}
.form-control:focus {
    border-color: #e1e1e1;
    outline: 0;
}
.form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control.kv-fileinput-caption {
    height: 39px;
}
.form-group.form-inline .radio,
.form-group.form-inline .checkbox {
    margin-right: 15px;
}
/*input group*/

.input-group {
    width: 100%;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group-addon {
    background: #fff;
    border-color: #e1e1e1;
    padding: 6px 14px;
    font-size: 16px;
}
.input-group-addon.font-size-20 {
    font-size: 20px;
}
.input-group-addon.fixed-w {
    text-align: center;
    padding: 6px 0;
    width: 40px;
}
.input-group-addon.v-align-t {
    line-height: 30px;
}
/*select box*/

.dropdown-menu {
    font-size: 13px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select .dropdown-toggle {
    border: none !important;
    background-color: transparent !important;
    height: 40px;
    font-size: 18px;
    color: #999;
}
.bootstrap-select .dropdown-toggle:after {
    display: none;
}

.bootstrap-select:active,
.bootstrap-select:focus {
    border: 0px !important;
    box-shadow: none !important;
    outline: 0px !important;
}
.bootstrap-select.show {
    box-shadow: none !important;
    outline: 0px !important;
}
.bootstrap-select.show .dropdown-toggle {
    box-shadow: none !important;
    outline: 0px !important;
}
:not(.btn-check)+.btn:active
{
    color: #fff;
    border-bottom: 1px solid #ccc !important;
}
.bootstrap-select
{
     border-bottom: 1px solid #ccc !important;
}
.bootstrap-select.show.btn-group .dropdown-menu.inner{
	display:block;
}	
.bootstrap-select div.dropdown-menu {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    margin-top: -1px;
    padding: 0;
    font-size: 13px;
}
.bootstrap-select div.dropdown-menu ul li {
    padding: 0;
}
.bootstrap-select div.dropdown-menu ul li a {
	padding: 10px 20px;
    font-size: 15px;
}
.bootstrap-select div.dropdown-menu ul li a img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 5px;
}
.bootstrap-select .bs-searchbox .form-control {
    padding: 5px 10px;
    height: 30px;
}
.bootstrap-select .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
	white-space: nowrap;
}
.bootstrap-select .dropdown-menu > li > a:hover {
	background-color:#f2f2f4;
	
}
/*radio & checkbox*/
input[type=checkbox],
input[type=radio] {
    display: block;

    margin-left: 1px !important;
	position: absolute;
}
.cf-text-span label {
    display: inline-block;
    margin-right: 20px; /* Adds space between checkboxes */
    white-space: nowrap; /* Prevents the text from breaking onto a new line */
    overflow: hidden; /* Ensures content does not overflow */
    text-overflow: ellipsis; /* Adds "..." if text overflows */
}

.cf-text-span {
    font-family: Arial, sans-serif; /* Ensure font is standard */
    font-size: 14px; /* Ensure text size is appropriate */
    display: block;
    width: 100%; /* Ensure the container takes full width */
    white-space: nowrap; /* Prevent wrapping for the whole container */
    overflow-x: auto; /* Allows horizontal scrolling if content overflows */
}

input[type="checkbox"] {
    margin-right: 5px; /* Adds space between checkbox and text */
}
input[type=checkbox] + label:not(.btn),
input[type=radio] + label:not(.btn) {
    display: block;
    padding-left: 25px !important;
    position: relative;
}
input[type=checkbox] + label:hover:before,
input[type=radio] + label:hover:before {
    border-color: #3396d1;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
    background-color: #ffffff;
    border: 2px solid #b6b7b8;
    border-radius: 0;
    content: "";
    display: inline-block;
    height: 16px;
    left: 1px;
    line-height: 1;
    position: absolute;
    top: 50%;
    transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    width: 16px;
}
input[type=checkbox] + label:after {
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
	font-weight:600;
    font-size: 0px;
    -webkit-font-smoothing: antialiased;
    left: 6px;
    position: absolute;
    top: 7px;
    transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
	width: 14px;
	text-align: center;
}
input[type=checkbox]:checked + label:before {
    border-width: 8px;
}
input[type=checkbox]:checked + label:after {
    font-size: 10px;
    left: 2px;
	top:50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
input[type=radio] + label:before {
    border-radius: 50%;
    content: "";
}
input[type=radio]:checked + label:before {
    border-color: #3396d1;
    border-width: 5px;
}
.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"] {
    position: absolute;
    left: 0;
    bottom: 0;
}
/*touchspin input type number*/

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: block;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 10px 10px 9px;
    margin-left: -1px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
    background: #FFF;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 4px;
    left: 5px;
    font-size: 9px;
    font-weight: normal;
    color: #9fa0a1;
}
/*rating star*/

.input-rating input[type=radio] {
    display: none;
}
.input-rating input[type=radio] + label {
    display: inline-block;
    margin-left: -4px;
    padding-left: 0px !important;
    padding-right: 0px;
    width: 24px;
}
.input-rating input[type=radio] + label:first-of-type {
    margin-left: 0px;
}
.input-rating input[type=radio] + label:before {
    background-color: transparent;
    border: none;
    color: #ffd925;
    content: "\f005";
    display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight:600;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    height: 14px;
    line-height: 1;
    margin-left: 0px;
    position: static;
    text-align: center;
    top: 2px;
    transition: none;
    width: 14px;
}
.input-rating input[type=radio]:checked + label:before,
.input-rating input[type=radio] + label.marked:before,
.input-rating input[type=radio] + label.filled:before,
.input-rating input[type=radio] + label.hovered.filled:before {
    content: "\f005";
}
.input-rating input[type=radio] + label.hovered:before {
    content: "\f005";
}
/*simple rating list*/

.rating-bx {
    color: #ffc300;
    font-size: 14px;
}
.rating-bx i {
    margin: 0 2px;
}
.rating-container .rating-stars::before {
    text-shadow: none;
}
.rating-container {
    color: #c8c8c8;
}
.rating-container .rating-stars {
    color: #3396d1;
}
/*validation symbol*/

.has-feedback label ~ .form-control-feedback {
    top: 31px;
}
/*loading*/

.loading-box {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: 9999;
}
.loading-pic {
    width: 70px;
    height: 70px;
    background: url(inc/images/loading.html) center no-repeat;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -35px;
    z-index: 99999;
}
/*loading - 2*/

.loading-cover,
.loading-srh-bar,
.loading-map {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.loading-cover .fa-spinner,
.loading-srh-bar .fa-spinner,
.loading-map .fa-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px;
    font-size: 25px;
    color: #333;
}
.dlab-banner-outer {
    margin-bottom: 0;
}
.dlab-success-top,
.dlab-error-top {
    margin-bottom: 0;
}
.alert-bx.alert-info {
    padding: 15px;
    border: 1px solid #bce8f1;
}
/*---------------------------------------------------------------
13. WP DEFAULT
---------------------------------------------------------------*/

.alignnone {
    margin: 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 15px;
}
.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}
.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}
a img.alignnone {
    margin: 5px 0 25px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}
a img.aligncenter {
    display: block;
    margin: 5px auto 15px;
}
.wp-caption {
    max-width: 100%;
    text-align: center;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption.alignnone {
    margin: 5px 0 25px 0;
}
.wp-caption.alignleft {
    margin: 5px 25px 25px 0;
}
.wp-caption.alignright {
    margin: 5px 0 25px 25px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    color: #9d9d9d;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}
blockquote {
    padding: 16px 20px 16px 80px;
    font-size: 18px;
    font-style: italic;
    color: #555555;
    margin: 40px 0;
    border-left: none;
    line-height: 30px;
    position: relative;
    background: #f6f6f6;
    clear: both;
    border-left: 4px solid var(--color-primary);
}
blockquote p {
    font-size: 18px;
    color: #555555;
    line-height: 30px;
    margin-bottom: 0px;
}
blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
	font-weight:600;
    color: var(--color-primary);
    font-size: 35px;
    position: absolute;
    left: 20px;
    top: 20px;
    font-style: normal;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
/*---------------------------------------------------------------
14. HEADER (top part of page)
---------------------------------------------------------------*/

.site-header {
    position: relative;
    z-index: 99999;
}
.site-header ul,
.site-header ol {
    margin-bottom: 0;
}
/*without top bar*/
.extra-nav {
    float: right;
    padding:20px 0 16px 0px;
    position: relative;
    z-index: 9;
    border-left: 1px solid rgba(0,0,0,0.1);	
}
.extra-nav .site-button-link {
	font-size: 25px;
    line-height: 25px;
    color: #020d26;
    cursor: pointer;
}
.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
}
.ext-header .main-bar .logo-header{
	display:none;
}
@media only screen and (max-width: 991px) {
	.ext-header .main-bar .logo-header{
		display:table;
	}
}
@media only screen and (max-width: 767px) {
    .extra-nav {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .extra-nav {
        margin: 0 1px 0 0;
        text-align: right;
    }
}
/* map page header*/

#header-part.fix-map-header {
    height: 90px;
}
#header-part.fix-map-header .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
@media only screen and (max-width: 480px) {
    #header-part.fix-map-header {
        height: 160px;
    }
}
/*---------------------------------------------------------------
15. PAGE TOP BAR (left & right content)
---------------------------------------------------------------*/
.top-bar {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #444444;
    padding:0;
}
.dlab-topbar-left {
    float: left;
}
.dlab-topbar-right {
    float: right;
}
.dlab-topbar-center,
.dlab-topbar-left,
.dlab-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
	width: auto;
}
.dlab-topbar-left ul,
.dlab-topbar-right ul{
	list-style:none;
	margin:0;
	padding:0;
}
.dlab-topbar-left ul li,
.dlab-topbar-right ul li{
	display:inline-block;
}
.dlab-topbar-left ul li{
	padding-right:15px;
	position:relative;
}
.dlab-topbar-left ul li:after{
	content: "";
    height: 15px;
    width: 1px;
    background: #000;
    position: absolute;
    right: 5px;
    opacity: 0.2;
    top: 4px;
}
.dlab-topbar-left ul li:last-child:after{
	content:none;
}
.dlab-topbar-left ul li a,
.dlab-topbar-right ul li a{
	color:#444444;
}
.dlab-topbar-left ul li a{
	position:relative;
}
.topbar-social li a{
	padding: 0 6px; 
}
@media only screen and (max-width: 991px) {
	
	.dlab-topbar-right {
		padding-left: 0;
		padding-right: 15px;
	}
	.dlab-topbar-left{
		padding-left: 15px;
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px) {
    .top-bar [class*="col-"] {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .top-bar [class*="col-"]:last-child {
        border-bottom: none;
    }
	.top-bar {
		padding:5px 0;
	}
	.dlab-topbar-center,
	.dlab-topbar-left,
	.dlab-topbar-right {
		display:black;
		width:100%;
		text-align:center;
		padding:3px 15px;
		padding-left: 15px;
		padding-right: 15px;
	    font-size: 14px;	
	}
	.dlab-topbar-left ul li{
		padding:0 5px;
	}
}

/* Header Middle */
.middle-bar{
	border-bottom:1px solid rgba(0,0,0,0.1);
    padding: 20px 0;	
}
.middle-area{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.middle-bar .logo-header,
.middle-bar .logo-header img{
	width: 200px;
	max-width: 200px;
}
.service-list ul{
	margin:0; 
	padding:0;
	list-style:none;
}
.service-list ul li{
    display: inline-block;
    position: relative;
    padding: 0 0 0 55px;
    margin-left: 15px;	
}
.service-list ul li i{
    position: absolute;
    left: 10px;
    font-size: 38px;
    line-height: 38px;
    color: var(--color-primary);
    font-weight: 100;
    top: 2px;
	transition:all 0.8s;
	-moz-transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-ms-transition:all 0.8s;
	-o-transition:all 0.8s;
}
.service-list ul li:hover i{
	transform:scale(1.2);
}
.service-list ul li .title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 24px;	
}
.service-list ul li span{
    font-size: 14px;
    color: #999999;
}
/*=== >eamil-phone (left) ===*/

.e-p-bx li {
    display: inline;
    font-size: 14px;
    padding-right: 10px;
}
.e-p-bx li a {
    color: #FFF;
}
.e-p-bx li i {
    margin-right: 10px;
    vertical-align: middle;
}
/*=== >social-links (right) ===*/
.social-bx,
.login-bx {
    margin: 0 0 0 15px;
    float: right;
}
.social-bx li,
.login-bx li {
    font-size: 12px;
    margin: 0;
    position: relative;
}
.social-bx li {
    padding-left: 1px;
    padding-right: 1px;
}
.social-bx li a,
.login-bx li a {
    color: #ffffff;
}
.social-bx li i,
.login-bx li i {
    vertical-align: baseline;
    margin: 0 5px 0 0;
}
.social-bx li span,
.login-bx li span {
    vertical-align: baseline;
    margin: 0 2px 0;
    font-size: 8px;
}
.login-bx li ul {
    top: 25px;
    left: auto;
    right: 0;
    border: none;
    padding: 0;
}
.login-bx li ul li {
    border-bottom: 1px solid #F7F7F7;
}
.login-bx li ul li a {
    color: #767676;
    padding: 9px 15px;
}
.arrow-up-border:before,
.arrow-up:after {
    position: absolute;
    display: inline-block;
    content: '';
}
.arrow-up-border:before {
    top: -7px;
    right: 19px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #F00;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
.arrow-up:after {
    top: -6px;
    right: 20px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
}
.arrow-left:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.arrow-left:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
/*=== >language-list () ===*/

.language-bx li {
    display: inline;
    margin: 0 10px;
}
/*---------------------------------------------------------------
16. LOGO ( company identify  symbol )
---------------------------------------------------------------*/
/*=== >logo for header ===*/

.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 180px;
    height: 68px;
    position: relative;
    z-index: 9;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.logo-footer {
    display: table;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: 60px;
}
.logo-header > a,
.logo-footer > a{
    display: table-cell;
    vertical-align: middle;
}
.logo-header.center-block {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.logo-header img,
.logo-footer img {
    height: auto;
	width: 100%;
	max-width: 180px;
}
.logo-header span,
.logo-footer span {
    font-size: 20px;
    color: #EFBB20;
    letter-spacing: 20px;
}
/*= When header is sticky =*/

.is-fixed .logo-header,
.is-fixed.header-curve .logo-header {
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
/*= Set width for mobile  =*/

@media only screen and (max-width: 767px) {
    .logo-header,
    .is-fixed.header-curve .logo-header,
	.is-fixed .logo-header,
	.is-fixed.header-curve .logo-header{
        width: 135px;
		max-width: 135px;
		height:50px;
    }
	.logo-header img, 
	.logo-footer img {
		max-width: 135px;
	}
    .is-fixed .logo-header a img,
    .is-fixed.header-curve .logo-header a img {
        vertical-align: sub;
    }
	.is-fixed .header-nav .logo-header a img,
    .is-fixed.header-curve .header-nav  .logo-header a img {
        vertical-align: middle;
    }
	.site-header .navbar-toggler,
	.site-header .is-fixed .navbar-toggler{
		 margin: 18px 0 14px 10px;
	}
	.site-header .extra-nav,
	.site-header .is-fixed .extra-nav{
		padding: 10px 0;
	}
}
/*---------------------------------------------------------------
17. MAIN BAR ( place logo & main-navigation )
---------------------------------------------------------------*/

.main-bar {
    background: #FFFFFF;
    width: 100%;
    position: relative;
}
.header-curve .logo-header:before,
.header-curve .logo-header:after {
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
}
.header-curve .logo-header:before {
    right: -50px;
    width: 80%;
    -webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew(30deg);
	
}
.header-curve .logo-header:after {
    right: 10%;
    width: 2000px;
}
.is-fixed.header-curve .logo-header img {
    margin-top: -0;
}

.header-curve .site-button-link:hover,
.header-curve .site-button-link{
	color:#fff;
}
@media only screen and (max-width: 991px) {
	.header-curve .header-nav .logo-header:before,
	.header-curve .header-nav .logo-header:after {
		content:none;
	}
}
@media only screen and (max-width: 767px) {
    .header-curve .logo-header:after {
        right: 0;
        left: auto;
    }
}
/*---------------------------------------------------------------
18. NAVIGATIONS
	>mena-menu
	>mobile-menu
	>footer-menu
---------------------------------------------------------------*/
/*== >mena-menu ==*/

#myNavbar li.active a{
	background-color:var(--color-primary);
}
.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin: 26px 0 18px 15px;
    padding: 0;
	float: right;
}
.navbar-toggler span {
    background: #666;
}
.site-header .main-bar .container{
	position: relative;
}
.header-nav {
    padding: 0;
}
.header-nav .nav {
    float: right;
}
.header-nav .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}
.header-nav .nav > li {
    margin: 0px;
    font-weight: 400;
    position: relative;
}

.header-nav .nav > li > a {
    border-radius: 0px;
    color: #494A60;
   font-family: "Inter", sans-serif;
  font-size: 14px;
    padding: 23px 10px 22px 10px;
    cursor: pointer;
	font-weight: 600;
	display: inline-block;
	position: relative;
    border:1px solid rgba(0,0,0,0.10);
    border-width: 0 0 0 1px;	
}
.icon-content p
{

    color:#646262;
}
.header-nav .nav > li > a.nav-link{
	padding-left:12px;
	padding-right:12px;
}
.header-nav .nav > li > a.nav-link.active{
	color:var(--color-primary);
}
.header-nav .nav > li > a:hover {
    background-color: transparent;
    color: #efbb20;
}
.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
    background-color: transparent;
}

/*.header-nav .nav > li.active > a:after{*/
/*	content: "";*/
/*    height: 5px;*/
/*    background: var(--color-primary);*/
/*    width: calc(100% + 2px);*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: -1px;*/
/*}*/
.main-bar.bg-primary .header-nav .nav > li > a:after,
.main-bar.bg-primary .header-nav .nav > li.active > a:after{
	background:#fff;
}
/*.header-nav .nav > li > a:after{*/
/*	content: "";*/
/*    height: 5px;*/
/*    background: var(--color-primary);*/
/*    width: 0;*/
/*    position: absolute;*/
/*	bottom: 0;*/
/*    right: -1px;*/
/*	transition:all 0.8s;*/
/*	-moz-transition:all 0.8s;*/
/*	-webkit-transition:all 0.8s;*/
/*	-ms-transition:all 0.8s;*/
/*	-o-transition:all 0.8s;*/
/*}*/
.header-nav .nav > li:hover > a{
	color:var(--color-primary);
}
.header-nav .nav > li:hover > a:after{
	width: 100%;
	transform-origin:right;
	-moz-transform-origin:right;
	-webkit-transform-origin:right;
	-ms-transform-origin:right;
	-o-transform-origin:right;
	right:auto;
	left:0;
}
.header-nav .nav > li:hover > .sub-menu,
.header-nav .nav > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.header-nav .nav > li > .sub-menu,
.header-nav .nav > li > .mega-menu {
	box-shadow:0px 1px 40px 0px rgba(0, 0, 0, 0.1);
}
.header-nav .nav > li .sub-menu, 
.header-nav .nav > li .mega-menu {
    border-radius: 2px;
}
.header-nav .nav > li .sub-menu {
    background-color: #ffffff;
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    visibility: hidden;
    width: 240px;
    z-index: 10;
}
.header-nav .nav > li .sub-menu li {
    border-bottom: 0px solid #f4f4f4;
    position: relative;
}
.header-nav .nav > li .sub-menu li a {
    color: #494A60;
    display: block;
   font-family: "Inter", sans-serif;
  font-size: 16px;
    padding:10px 25px;
    text-transform: capitalize;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
	font-weight: 600;
}
.header-nav .nav > li .mega-menu > li ul a:hover,
.header-nav .nav > li .sub-menu li:hover > a{
    background-color: #F2F2F2;
    text-decoration: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
    color: var(--color-primary);
}
.header-nav .nav > li .sub-menu li:last-child {
    border-bottom: 0px;
}
.header-nav .nav > li .sub-menu li > .sub-menu.left,
.header-nav .nav > li .sub-menu li:hover .sub-menu.left {
    left: auto;
    right: 220px;
}
.header-nav .nav > li .sub-menu li .fas {
    color: inherit;
    display: block;
    float: right;
    font-size: 16px;
    opacity: 1;
}
.header-nav .nav > li .sub-menu li .fa.fa-nav {
	color: inherit;
    display: inline-block;
    float: none;
    font-size: 13px;
    margin-right: 5px;
    opacity: 1;
    position: unset;
    right: 10px;
    top: 12px;
}
.header-nav .nav > li .sub-menu li > .sub-menu {
    left: 220px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu {
    left: 220px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible;
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}
.header-nav .nav > li.has-mega-menu {
    position: inherit;
}
.header-nav .nav > li .mega-menu {
    background-color: #ffffff;
    border: 1px solid #f8f8f8;
    display: flex;
    left: 0px;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
	z-index: 9;
	display:flex;
}
.header-nav .nav > li .mega-menu > li {
    display: block;
    padding: 30px 0 25px;
    position: relative;
    vertical-align: top;
    flex: 1;
}
.header-nav .nav > li .mega-menu > li:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
}
.header-nav .nav > li .mega-menu > li:last-child:after {
    display: none;
}
.header-nav .nav > li .mega-menu > li > a {
	color: #000;
    display: block;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 15px;
    min-height:60px;
}
.header-nav .nav > li .mega-menu > li ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}
.header-nav .nav > li .mega-menu > li ul a {
    color: #000;
    display: block;
    font-size: 17px;
    text-transform: capitalize;
    padding: 10px 18px;
    font-weight: 400;
}
.header-nav .nav > li .mega-menu > li ul a:hover {
    color: var(--color-primary);
}
.header-nav .nav .mega-menu a i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}
.header-nav .nav > li.menu-item-has-children:before {
    content: "\f078";
    display: block;
    font-family: "Font Awesome 5 Free";
	font-weight:600;
    right: 4px;
    position: absolute;
    top: 50%;
    color: #999;
    margin-top: -8px;
    font-size: 8px;
}
/* Header Center */
.site-header.center .header-nav .nav {
    display: inline-block;
    float: left;
    width: 40%;
}
.site-header.center .navbar-nav > li{
	display: inline-block;
    float: none;
}
.site-header.center .header-nav .nav:first-child {
	text-align:right;
}
.site-header.center .header-nav .nav:first-child li{
	text-align:left;
}
.site-header.center .header-nav .nav:last-child {
	float:right;
}
.site-header.center  .logo-header{
	position: absolute;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
	position:absolute;
	left: 50%;
	text-align:center;
}
.site-header.center  .logo-header img{
	height: 100px;
    margin-bottom: -50px;
    position: relative;
    width: 100px;
    z-index: 2;
	object-fit: contain;
}
.site-header.center  .logo-header:after{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: 100px;
    position: absolute;
    width: 140%;
	bottom:-99px;
	left: -20%;
}
/* Mega Menu */
.header-nav .nav > li.has-mega-menu.demos .mega-menu{
	left:auto;
	right:auto;
	max-width: 600px;
	z-index: 9;
}

.header-style-4.style-1 .header-nav .nav > li.active a:before,
.header-style-4.style-1 .header-nav .nav > li:hover > a:before{
	background-color:var(--color-primary);
}
.header-nav .nav > li .mega-menu > li > ul li > a:after,
.header-nav .nav > li .sub-menu li > a:after{
	background-color:var(--color-primary);
}


@media only screen and (max-width: 1200px) {
	.header-nav .nav > li > a{
		padding: 22px 8px 22px 8px;
		font-size: 14px;
		font-weight: 500;
	}	
	.extra-nav .site-button-link {
		font-size: 22px;
		line-height: 22px;
	}
	.logo-header img, 
	.logo-footer img{
		width: 140px;
	}
	.logo-header{
		width: 140px;
		height: 65px;
	}
}
@media only screen and (max-width: 991px) {
	.middle-bar{
		display:none;
	}
	.site-header.center .header-nav .nav{
		width:100%;
	    float: none;	
	}
	.site-header.center .navbar-nav > li {
		display: block;
		float: left;
		width: 100%;
	}
	.header-nav .nav > li.has-mega-menu.demos .mega-menu{
		max-width:100%;
	}
	.header-nav .nav > li .mega-menu{
		border:0;
	}
	.site-header.center .is-fixed .header-nav .nav{
		height:auto;
	}
	.header-nav .nav > li .mega-menu > li{
		padding:10px 0;
	}
	.header-nav .nav > li .sub-menu,
	.header-nav .nav > li .mega-menu {
		border-radius:0;
	}
	.header-nav .nav > li:hover > a:after,
	.header-nav .nav > li.active > a:after{
		content:none;
	}
	.header-nav .nav > li .sub-menu li a,
	.header-nav .nav > li .mega-menu > li ul a{
		padding: 2px 0 1px 15px;
		display: block;
		font-size: 16px;
		line-height: 30px;
		position:relative;
	}
	.header-nav .nav > li .sub-menu li a:after,
	.header-nav .nav > li .mega-menu > li ul a:after{
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight:600;
		width: auto;
		height: auto;
		background: transparent!important;
		top: 1px;
		color: #000;
		font-size: 16px;
		position: absolute;
		left: 0;
	}
	.header-nav .nav > li .sub-menu:after,
	.header-nav .nav > li .mega-menu:after{
		content:"";
	}
}
@media only screen and (max-width: 767px){
	.header-nav .logo-header > a{
		width: 100%;
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.site-header.center  .logo-header img{
		height: 60px;
		margin-bottom: -30px;
	}
	.logo-header{
		height: 50px;
	}
}
/* Nav  Badge */
.shop-cart.navbar-right{
	margin-right:0;
	float:none;
	display:inline-block;
}
.shop-cart .dropdown-menu.cart-list{
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
	top: 35px;
	border:0;
	right: 0;
	left: auto;
    width: 300px;
    border-top: 3px solid var(--color-primary);	
}
.shop-cart .badge{
	font-size: 9px;
    height: 15px;
    line-height: 15px;
    min-width: 15px;
    padding: 0;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
	border-radius: 10px;
	color:#fff;
}
.shop-cart  li{
	padding: 10px 15px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.shop-cart  li:last-child{
	border-bottom:0;
}
.shop-cart .media-left a {
    display: block;
    width: 60px;
}
.shop-cart .site-button-link{
	position:relative;
}
.extra-nav .site-button-link i,
.shop-cart .site-button-link i{
    margin-left: 0;
}
.cart-list.dropdown-menu{
	width:260px;
	margin-top: 30px;
	
}
.is-fixed .cart-list.dropdown-menu{
	margin-top: 18px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.cart-list .media-object{
	width:60px;
}
.cart-item .media-body{
	position:relative;
	padding-left: 10px;
}
.item-close {
    background-color: #303030;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    font-size: 9px;
    height: 18px;
    line-height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 18px;
	cursor:pointer;
}
.item-close:hover {
	background-color: #000;
}
.header-nav .nav > li.demos{
	position:inherit;
}
.header-nav .nav > li.demos .mega-menu {
    max-width: 700px;
	width: 700px;
	left:auto;
	right:0;
}
.header-nav .nav > li .mega-menu > li.header-add{
	padding: 18px 14px;
}	
@media only screen and (max-width: 991px) {
    header .logo {
        display: block;
        padding: 4px 0;
    }
	.header-nav .nav > li.demos .mega-menu.left{
		width:100%;
		max-width:100%;
	}
}
@media only screen and (max-width: 767px) {
	.shop-cart .dropdown-menu.cart-list{
		left:auto;
		right:0;
	}
	.cart-list.dropdown-menu,
	.is-fixed .cart-list.dropdown-menu{
		margin-top: 0;
	}
}
@media only screen and (max-width: 991px) {
    .header-nav {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #E9E9E9;
    }
    .header-nav .nav {
        float: none;
        margin: 0;
        background: #fff;
		width:100%;
		display: block;
    }
    .header-nav .nav > li {
        float: none;
		display:block;
		width:100%;
		font-family: Roboto;
	    padding: 0 25px 0 25px;	
    }
    .header-nav .nav > li .sub-menu > li,
    .header-nav .nav > li .mega-menu > li {
        float: none;
        display: block;
        width: auto;
    }
    .header-nav .nav > li > a {
        display: block;
		position: relative;
		border: 0;
		padding: 8px 0;
		font-size: 18px;
		line-height: 30px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .header-nav .nav > li .mega-menu > li:after {
        display: none;
    }
    .header-nav .nav > li ul,
    .header-nav .nav > li .sub-menu,
    .header-nav .nav > li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f6f6f6;
		box-shadow: none;
    }
    .header-nav .nav > li ul.mega-menu ul {
        display: none;
    }
    .header-nav .nav > li:hover > ul,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu,
    .header-nav .nav > li .sub-menu li > .sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
        margin: 0;
    }
    .header-nav .nav > li ul.mega-menu li:hover ul {
        display: block;
    }
    /* Mobile Responsive */
    .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
    .nav.navbar-nav li a i.fa-chevron-down:before {
		content:"\f105";
	}
	.side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before,
	.nav.navbar-nav li.open a i.fa-chevron-down:before {
		content:"\f107";
	}
	.header-nav .nav > li ul, 
	.header-nav .nav > li .sub-menu, 
	.header-nav .nav > li .mega-menu{
		background: transparent;
	}
	.header-nav .nav > li .mega-menu{
		padding: 10px 0;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header-nav .nav > li > .sub-menu{
		border: 1px solid rgba(0,0,0,0.1);
		padding: 10px 0;
		border-width:0 0 1px 0;
	}
	.header-nav .nav > li > .sub-menu .sub-menu li a{
		padding: 2px 0 1px 30px;
	}
	.header-nav .nav > li > .sub-menu .sub-menu li a:hover{
		background-color:rgba(0,0,0,0.1);
	}
	.header-nav .nav > li > .sub-menu .sub-menu li a:after{
		    content: "\f111";
			font-family: "Font Awesome 5 Free";
			font-weight:600;
			width: auto;
			height: auto;
			background: transparent;
			top: 3px;
			color: #000;
			font-size: 5px;
			left: 15px;
	}
    .side-nav .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-angle-right {
        background-color: var(--color-primary);
		color: #ffffff!important;
		height: 30px;
		line-height: 30px;
		right: 0;
		text-align: center;
		width: 30px;
		z-index: 3;
		float: right;
		font-size: 20px;
		margin: 0;
    }
	.header-nav .nav > li .sub-menu li i.fa-angle-right:before{
		content: "\f105";
	}
	.header-nav .nav > li .sub-menu li.open i.fa-angle-right:before{
		content: "\f107";
	}
    .header-nav .nav > li .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }
	.header-nav .nav li .sub-menu .sub-menu{
		display: none;
        opacity: 1;
        margin-top: 0;
	}
	.header-nav .nav > li.open > .sub-menu .sub-menu{
		display: none;
	}
	.header-nav .nav > li.open > .sub-menu li.open .sub-menu,
    .header-nav .nav > li.open > .mega-menu,
    .header-nav .nav > li.open > .sub-menu,
	.header-nav .nav > li ul.mega-menu ul{
        display: block;
        opacity: 1;
        margin-top: 0;
    }
	.header-nav .nav > li ul.mega-menu{
		
	}
	.header-nav .nav > li.open > .sub-menu li.open > a > i,
	.header-nav .nav > li.open > a > i{
		background:#313444;
	}
	/* .header-nav .nav > li.open  .sub-menu li.open > a > i{
		background:#fff;
	} */
	/* .header-nav .nav > li .sub-menu li .fa{
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		margin: 0;
		right: -1px;
		color:#fff;
	} */
	.header-nav .nav > li .mega-menu > li{
		padding:0;
	}
	.header-nav .nav > li .mega-menu > li > a{
		display:none;
	}
	.header-nav .nav .mega-menu a i{
		display:inline-block;
		float:none;
		margin-top: 0;
	}
    .header-nav .nav .open > a,
    .header-nav .nav .open > a:focus,
    .header-nav .nav .open > a:hover {
        background-color: inherit;
        border-color: #e9e9e9;
    }
	.header-nav .nav > li .mega-menu > li ul a:hover,
	.header-nav .nav > li .sub-menu li:hover > a{
		background-color: transparent;
		text-decoration: none;
	}
    .header-nav.nav-dark.nav .open > a,
    .header-nav.nav-dark .nav .open > a:focus,
    .header-nav.nav-dark .nav .open > a:hover {
        border-color: rgba(0, 0, 0, 0.2);
    }
	.header-nav .nav > li .sub-menu li .fa {
		color: #000;
		display: block;
		float: right;
		font-size:20px;
		opacity: 1;
		background:#fff;
	}
}
/*= nav dark version =*/

.nav-dark.header-nav .nav > li .sub-menu,
.nav-dark.header-nav .nav > li .mega-menu {
    background-color: #232323;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-dark.header-nav .nav > li .sub-menu li {
    border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}
.nav-dark.header-nav .nav > li .sub-menu li a,
.nav-dark.header-nav .nav > li .mega-menu > li ul a {
    color: rgba(255,255,255,0.6);
}
.header-nav.nav-dark .nav > li .mega-menu > li > a{
	color:#fff;
}
.header-nav .nav > li .sub-menu li a:hover,.header-nav .nav > li .sub-menu li a:active{
	color:var(--color-primary);
	padding-left: 35px;
	background:transparent !important;
}
/*.header-nav .nav > li .sub-menu li a::before*/
/*{*/
/*    background-color: #FF414B;*/
/*}*/
/*.header-nav .nav > li .sub-menu li a::before*/
/*{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 20px;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    -webkit-transition: 0.6s;*/
/*    transition: 0.6s;*/
/*    background-color: #1e196b;*/
/*    border-radius: 50%;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*}*/
.btn-two
{
    background: #0c84a7;
    user-select: none;
    -moz-user-select: none;
    background: #0c84a7 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 24px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.header-nav .nav > li .sub-menu li a:hover::before
{
  opacity: 1;
    visibility: visible;
}
.nav-dark.header-nav .nav > li .sub-menu li:hover > a,
.nav-dark.header-nav .nav > li .mega-menu > li ul a:hover{
	color:var(--color-primary);
}
.nav-dark.header-nav .nav > li .sub-menu li:hover > a,
.nav-dark.header-nav .nav > li ul li a:hover,
.nav-dark.header-nav .nav > li .mega-menu > li ul a:hover {
    background-color: rgba(255,255,255,0.0);
    color: #fff !important;
}
.nav-dark.header-nav .nav > li .mega-menu > li:after {
    background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
	.nav-dark.header-nav .nav > li > a{
		color:#9d9d9d;
	}
    .nav-dark.header-nav {
        border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    }
    .nav-dark.header-nav .nav {
        background-color: #202020;
    }
    .nav-dark.header-nav .nav > li > a {
        border-top: 0px solid rgba(0, 0, 0, 0.2);
    }
    [class*="bg-"] .nav-dark.header-nav .nav > li > a {
        color: #999;
    }
    [class*="bg-"] .nav-dark.header-nav .nav > li.active > a,
    [class*="bg-"] .nav-dark.header-nav .nav > li:hover > a {
        color: #EFBB20;
    }
    .nav-dark.header-nav .nav > li > a:hover,
    .nav-dark.header-nav .nav > li > a:active,
    .nav-dark.header-nav .nav > li > a:focus {
        background-color: #282828;
        color: var(--color-primary);
    }
    .nav-dark.header-nav .nav > li ul,
    .nav-dark.header-nav .nav > li .sub-menu,
    .nav-dark.header-nav .nav > li .mega-menu {
        background-color: #282828;
    }
}
/*= when header is sticky =*/

.sticky-no .main-bar {
    position: static !important;
}
/*= when header is sticky =*/

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
	box-shadow:0 0 50px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
    
}
/*= Header style designs strat =*/
/*header with bg primary color 1 */

[class*="bg-"] .header-nav .nav > li > a {
    color: #fff;
}
[class*="bg-"] .header-nav .nav > li.active > a,
[class*="bg-"] .header-nav .nav > li.current-menu-item > a {
    color: #fff;
}
[class*="bg-"] .header-nav .nav > li > a:hover,
[class*="bg-"] .header-nav .nav > li:hover > a {
    color: #fff;
}
[class*="bg-"] .navbar-toggler {
    border-color: #fff;
}
[class*="bg-"] .navbar-toggler span {
    background-color: #fff;
}
@media only screen and (max-width: 991px) {
    [class*="bg-"] .header-nav .nav > li > a {
        color: #555;
    }
}
/*header style 1 (default) */
/* Header Dark */
.header.dark,
.header.dark .main-bar{
	 background: #252525
}
@media only screen and (min-width: 991px) {
	.header.header-transparent .header-nav .nav > li > a,
	.header.dark .header-nav .nav > li > a,
	.header.header-transparent .main-bar .header-nav .nav > li > a,
	.header.dark .main-bar .header-nav .nav > li > a{
		border: 1px solid rgba(255,255,255,0.10);
		border-width: 0 0 0 1px;
	}
	.header.header-transparent .header-nav .nav > li:last-child > a,
	.header.dark .header-nav .nav > li:last-child > a {
		border-width: 0 1px 0 1px;
	}
}
.header.dark .dlab-topbar-left ul li a, 
.header.dark .dlab-topbar-right ul li a,
.header.dark .header-nav .nav > li > a,
.header.dark .extra-nav .site-button-link,
.header.dark .navbar-toggler {
    color: #dfdfdf;
}
.header.dark .navbar-toggler span{
	background-color:#dfdfdf;
}
.header.dark .top-bar{
	background-color:#252525;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}
.header-transparent + .page-content .dlab-bnr-inr-md,
.header-transparent + .page-content .dlab-bnr-inr-sm{
	padding-top:60px;
}
/* Header Transparent  */
.header-transparent{
	position:absolute;
	width:100%;
}
.header-transparent .main-bar{
	background-color:rgba(0,0,0,0);
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.header-transparent .header-nav .nav > li > a{
	color:#fff;
}
.header-transparent .dlab-topbar-left ul li a,
.header-transparent .header-nav .nav > li > a,
.header-transparent .extra-nav .site-button-link,
.header-transparent .navbar-toggler {
    color: #fff;
}
.header-transparent .navbar-toggler span{
    background-color: #fff;
}
.header-transparent .is-fixed .main-bar{
	position:fixed;
	background-color:rgba(0,0,0,0.9);
}
.header-transparent .top-bar{
	background-color: rgba(0,0,0,0);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}
/* Overlay */
.header-transparent.overlay .top-bar,
.header-transparent.overlay .main-bar{
	background-color:rgba(0,0,0,0.5);
}
/* Header Full Width */
.fullwidth .container-fluid{
	padding-left: 30px;
    padding-right: 30px;
}
@media only screen and (max-width: 767px) {
	.fullwidth .container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Colored Bg */
/*=== Primary */
.header.primary,
.header.primary .main-bar{
	 background: var(--color-primary)
}
.header.primary .header-nav .nav > li > a,
.header.primary .extra-nav .site-button-link,
.header.primary .navbar-toggler {
    color: #fff;
}
.header.primary .navbar-toggler span {
	background-color:#fff
}
.header.primary .top-bar{
	background-color:var(--color-primary);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}
.header.primary .header-nav .nav > li:hover > a:after,
.header.primary .header-nav .nav > li.active > a:after{
	background-color:#fff;
}
/*=== Red */
.header.red,
.header.red .main-bar{
	 background: #F22D4E;
}
.header.red .header-nav .nav > li > a,
.header.red .extra-nav .site-button-link,
.header.red .navbar-toggler {
    color: #dfdfdf;
}
.header.red .navbar-toggler span {
	background-color:#dfdfdf
}
.header.red .top-bar{
	background-color:#F22D4E;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}
/*=== Blue */
.header.blue,
.header.blue .main-bar{
	 background: #00c5dc;
}
.header.blue .header-nav .nav > li > a,
.header.blue .extra-nav .site-button-link,
.header.blue .navbar-toggler {
    color: #fff;
}
.header.blue .navbar-toggler span {
	background-color:#fff
}
.header.blue .top-bar{
	background-color:#00c5dc;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}
/*=== Purpal */
.header.purpal,
.header.purpal .main-bar{
	 background: #8862b9;
}
.header.purpal .header-nav .nav > li > a,
.header.purpal .extra-nav .site-button-link,
.header.purpal .navbar-toggler {
    color: #fff;
}
.header.purpal .navbar-toggler span {
	background-color:#fff
}
.header.purpal .top-bar{
	background-color:#8862b9;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}
/*=== Yellow */
.header.yellow,
.header.yellow .main-bar{
	 background: #ffb822;
}
.header.yellow .header-nav .nav > li > a,
.header.yellow .extra-nav .site-button-link,
.header.yellow .navbar-toggler {
    color: #fff;
}
.header.yellow .navbar-toggler span {
	background-color:#fff
}
.header.yellow .top-bar{
	background-color:#ffb822;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}
/* Top Bar Bg */
.top-bar.bg-dark{
	background-color:#282a3c;
	color:#fff;
}
.top-bar.bg-black{
	background-color:#000;
	color:#fff;
}
.top-bar.bg-light {
    background-color: #a5a5a5;
    color: #ffffff;
	border-bottom:0;
}

/* Box */
.header.box{
	position:absolute;
	width:100%;
}
.header.box .main-bar{
	background-color:rgba(0,0,0,0);
	margin-top: 20px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
}
.header.box .header-nav .nav > li > a,
.header.box .extra-nav .site-button-link,
.header.box .navbar-toggler {
    color: #000;
}
.header.box .navbar-toggler span{
    background-color: #000;
}
.header.box .is-fixed .main-bar{
	position:fixed;
	background-color:#fff;
	margin-top: 0px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
}
.header.box .container{
	background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 4px -2px #000000;
}
.header.box .is-fixed .container{
	box-shadow:none;
}
/* Box Overlay */
.header.box.overlay .header-nav .nav > li > a,
.header.box.overlay .extra-nav .site-button-link,
.header.box.overlay .navbar-toggler {
    color: #fff;
}
.header.box.overlay .navbar-toggler span{
	background-color:#fff;
}
.header.box.overlay .container{
	background-color: rgba(0,0,0,0.5);
}
.header.box.overlay .is-fixed .container{
	background-color: rgba(0,0,0,0.0);
}
.header.box.overlay .is-fixed .main-bar{
	background-color: rgba(0,0,0,0.7);
}
/* Box Dark */
.header.box.dark .header-nav .nav > li > a,
.header.box.dark .extra-nav .site-button-link,
.header.box.dark .navbar-toggler {
    color: #fff;
}
.header.box.dark .navbar-toggler span{
    background-color: #fff;
}
.header.box.dark .container{
	background-color:#252525;
}
.header.box.dark .is-fixed .container,
.header.box.dark{
	background-color: rgba(0,0,0,0.0);
}
.header.box.dark .is-fixed .main-bar{
	background-color:#252525;
}

/* One Page Nav */
.onepage .navbar{
	margin-bottom:0;
	border:0;
}
@media only screen and (max-width: 991px) {
	.header.dark .header-nav .nav > li > a,
	.header-transparent .header-nav .nav > li > a,
	.header.primary .header-nav .nav > li > a,
	.header.blue .header-nav .nav > li > a,
	.header.purpal .header-nav .nav > li > a,
	.header.red .header-nav .nav > li > a,
	.header.yellow .header-nav .nav > li > a,
	.header.box.dark .header-nav .nav > li > a,
	.header.box.overlay .header-nav .nav > li > a,
	.header-curve [class*="bg-"] .header-nav .nav > li.active > a{
		color:#000;
	}
	.header.dark .header-nav.nav-dark .nav > li > a,
	.header-transparent .header-nav.nav-dark .nav > li > a,
	.header.primary .header-nav.nav-dark .nav > li > a,
	.header.blue .header-nav.nav-dark .nav > li > a,
	.header.purpal .header-nav.nav-dark .nav > li > a,
	.header.red .header-nav.nav-dark .nav > li > a,
	.header.yellow .header-nav.nav-dark .nav > li > a,
	.header.box.dark .header-nav.nav-dark .nav > li > a,
	.header.box.overlay .header-nav.nav-dark .nav > li > a,
	.header-curve [class*="bg-"] .header-nav.nav-dark .nav > li.active > a{
		color:#fff;
	}
}
/* Left Nav  */
/* ============== Nav Style ============== */

/* Responsive CSS End */
/* ================== Header Style 5 End ================== */
/*---------------------------------------------------------------
19. BANNER
---------------------------------------------------------------*/

.dlab-banner-row,
.dlab-banner-outer {
    position: relative;
}
.dlab-bnr-pic {
    width: 100%;
    overflow: hidden;
}
.dlab-bnr-pic img {
    width: 100%;
    height: auto;
    display: block;
}
.dlab-bnr-text {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    margin: 0;
    color: #FFFFFF;
}
.dlab-bnr-text-has {
    max-width: 600px;
}
.dlab-bnr-text strong,
.dlab-bnr-text span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}
.dlab-bnr-text strong {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin: 0 0 25px;
    color: #FFFFFF;
}
.dlab-bnr-text span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
}
.dlab-bnr-text .btn {
    margin-right: 30px;
}
@media only screen and (max-width: 1200px) {
    .dlab-bnr-text strong {
        font-size: 60px;
        line-height: 60px;
        margin: 0 0 15px;
    }
    .dlab-bnr-text span {
        font-size: 20px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .dlab-bnr-text strong {
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    .dlab-bnr-text strong {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 0;
    }
}
@media only screen and (max-width: 680px) {
    .dlab-bnr-text strong {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 0;
    }
    .dlab-bnr-text span {
        font-size: 14px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 480px) {
    .dlab-bnr-text strong {
        font-size: 20px;
        line-height: 20px;
    }
    .dlab-bnr-text span {
        font-size: 12px;
        line-height: 16px;
    }
}
/*== > inner page banner ==*/
.dlab-bnr-inr.dlab-bnr-inr-lg .dlab-bnr-inr-entry,
.dlab-bnr-inr.dlab-bnr-inr-lg {
    height: 800px;
}
.dlab-bnr-inr.dlab-bnr-inr-md .dlab-bnr-inr-entry,
.dlab-bnr-inr.dlab-bnr-inr-md {
    height: 600px;
}
.dlab-bnr-inr.dlab-bnr-inr-sm .dlab-bnr-inr-entry,
.dlab-bnr-inr.dlab-bnr-inr-sm {
    height: 450px;
}
.dlab-bnr-inr,
.dlab-bnr-inr  .dlab-bnr-inr-entry{
	 height: 300px;
}
.dlab-bnr-inr {
    height: 300px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
	text-align:center;
}
.dlab-bnr-inr .container {
    display: table;
    height: 100%;
}
.dlab-bnr-inr-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    -webkit-justify-content: space-between;
}
.dlab-bnr-inr-entry.align-m {
    vertical-align: middle;
}
.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6 {
    color: #FFF;
}
/* Banner Contant */
.dlab-bnr-inr.banner-content h1{
	font-weight: 500;
}
.dlab-bnr-inr.banner-content p {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 36px;
    max-width: 750px;
	display: inline-block;
}
.dlab-bnr-inr.banner-content .site-button {
	padding: 13px 35px;	
	font-size: 16px;
}

/* Banner  */
.dlab-bnr-inr .breadcrumb-row{
	padding:0;
	background-color:rgba(0,0,0,0);
}
.dlab-bnr-inr h1 {
	font-weight:600;
	font-size:40px;
	margin-bottom: 0;
}
.next-element {
    color: #ffffff;
    float: right;
    opacity: 0.1;
}
.next-element:hover {
	color:#fff;
	opacity:0.8;
}
.next-element i{
	
}
.breadcrumb-row ul li a{
	color:var(--color-primary);
}
.dlab-bnr-inr .breadcrumb-row ul li:after,
.dlab-bnr-inr .breadcrumb-row ul li:last-child{
	color:#fff;
}
.dlab-bnr-inr .breadcrumb-row ul li a{
	color:#fff;
}
@media only screen and (max-width: 767px) {
	.ele-bnr .bnr-title,
	.ele-bnr h1 a,
	.ele-bnr .breadcrumb-row h5{
		display:none;
	}
	.ele-bnr .dlab-bnr-inr-entry{
		text-align:center;
	}
	.dlab-bnr-inr-entry h1{ 
		margin-bottom:10px;
	}
	.dlab-bnr-inr{
		padding-bottom: 0;
	}
	.dlab-bnr-inr .breadcrumb-row ul{
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}
	.dlab-bnr-inr .breadcrumb-row ul li{
		font-size:14px;
	}
	.dlab-bnr-inr .dlab-bnr-inr {
		height: 200px;
	}
	.dlab-bnr-inr h1{
		line-height: 32px;
		font-size: 24px;
		text-align:center;
	}	
	.dlab-bnr-inr.dlab-bnr-inr-lg .dlab-bnr-inr-entry,
	.dlab-bnr-inr.dlab-bnr-inr-lg {
		height: 400px;
	}
	.dlab-bnr-inr.dlab-bnr-inr-md .dlab-bnr-inr-entry,
	.dlab-bnr-inr.dlab-bnr-inr-md {
		height: 300px;
	}
	.dlab-bnr-inr.dlab-bnr-inr-sm .dlab-bnr-inr-entry,
	.dlab-bnr-inr.dlab-bnr-inr-sm {
		height: 220px;
	}
	.dlab-bnr-inr,
	.dlab-bnr-inr  .dlab-bnr-inr-entry{
		 height: 180px;
	}
	.dlab-bnr-inr-entry {
		display: table-cell;
		padding-top:15px;
		padding-bottom:15px;
		vertical-align: middle;
	}
}

.navicon{
  width: 20px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  box-shadow:none!important;
}

.navicon span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navicon span:nth-child(1) {
  top: 0px;
}

.navicon span:nth-child(2) {
  top: 7px;
}
.navicon span:nth-child(3) {
  top: 14px;
}
.navicon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navicon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*---------------------------------------------------------------
20. SLIDER
	>rs slider
	>owl slider
---------------------------------------------------------------*/
/*== >rs slider ==*/

.tp-caption .font-weight-300 {
    font-weight: 300;
}
.tp-caption .font-weight-400 {
    font-weight: 400;
}
.tp-caption .font-weight-500 {
    font-weight: 500;
}
.tp-caption .font-weight-600 {
    font-weight: 600;
}
.tp-caption .font-weight-700 {
    font-weight: 700;
}
.tp-caption .font-weight-800 {
    font-weight: 800;
}
.tp-caption .font-weight-900 {
    font-weight: 900;
}
.tp-caption h1,
.tp-caption h2,
.tp-caption h3,
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
    font-weight: 800;
    margin-bottom: 24px;
    color: #FFFFFF;
}
.tp-caption h1 {
    font-size: 70px;
    line-height: 60px;
}
.tp-caption h2 {
    font-size: 60px;
    line-height: 50px;
}
.tp-caption h3 {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 20px;
}
.tp-caption h4 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 15px;
}
.tp-caption h5 {
    font-size: 30px;
    line-height: 4px;
    margin-bottom: 10px;
}
.tp-caption h6 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
    font-weight: 600;
}
.tp-caption .text {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    width: 500px;
}
.overlay-row {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
/*== >owl slider ==*/
/* next pre btn */
.owl-none .owl-nav{
	display:none;
}
.owl-theme .owl-nav,
.owl-theme .owl-dots {
    margin-top: 20px;
    text-align: center;
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
/* owl dots button */

.owl-theme .owl-dots{
	text-align:center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
/* owl dots style */
.owl-theme.dots-style-1 .owl-dots .owl-dot {
	
}
.owl-theme.dots-style-1 .owl-dots .owl-dot span,
.owl-theme.dots-style-2 .owl-dots .owl-dot span {
	background: rgba(0,0,0,0.2);
	width: 10px;
    height: 10px;
    margin: 5px;
}
.owl-theme.dots-style-1 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-1 .owl-dots .owl-dot:hover span {
	background: #000;
}
/* owl dots style 3 */
.owl-theme.dots-style-3 .owl-dots {
    margin-top: 30px;
    position: unset;
    right: auto;
    text-align: center;
    top: auto;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot span{
    height: 8px;
    width: 8px;
	margin: 0;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    margin: 4px;
    padding: 3px;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot.active, 
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover{
	border: 1px solid var(--color-primary);
}
.owl-theme.dots-style-3 .owl-dots .owl-dot.active span, 
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover span{
	background-color:var(--color-primary);
}
.owl-item.dots-style-3 .slide-content-box{
	opacity:0;
}
.owl-item.active.dots-style-3 .slide-content-box{
	opacity:1;
	transition:all 2s ease 2s;
	-moz-transition:all 2s ease 2s;
	-webkit-transition:all 2s ease 2s;
	-o-transition:all 2s ease 2s;
}


/*owl button top to center  */

.owl-btn-top-c .owl-nav {
    text-align: center;
}
/*owl button top to left  */

.owl-btn-top-l .owl-nav {
    text-align: left;
}
.owl-btn-top-l .owl-nav .owl-prev {
    margin-left: 0;
}
/*owl button top to right  */

.owl-btn-top-r .owl-nav {
    text-align: right;
}
.owl-btn-top-r .owl-nav .owl-next {
    margin-right: 0;
}
/*owl button top to left & right  */

.owl-btn-top-lr .owl-nav{
    text-align: left;
}
.owl-btn-top-lr .owl-nav .owl-next {
    margin-right: 0;
    float: right;
}
.owl-btn-full .owl-prev, 
.owl-btn-full .owl-next{
	padding: 40px 8px;
}
/*owl button < > CENTER to left & right */

.owl-btn-center-lr .owl-nav {
    margin: 0;
}
.owl-btn-center-lr + 
.owl-theme .owl-nav {
    margin: 0;
}
.owl-btn-center-lr .owl-nav .owl-prev,
.owl-btn-center-lr .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
	transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.owl-carousel .owl-item img {
    transform-style: inherit;
}
/* Owl Button Style */
.owl-btn-1.owl-carousel .owl-nav button.owl-prev, 
.owl-btn-1.owl-carousel .owl-nav button.owl-next,
.owl-btn-2.owl-carousel .owl-nav button.owl-prev, 
.owl-btn-2.owl-carousel .owl-nav button.owl-next,
.owl-btn-3.owl-carousel .owl-nav button.owl-prev, 
.owl-btn-3.owl-carousel .owl-nav button.owl-next{
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px !important;
    padding: 0;
    text-align: center;
    width: 40px;
}
.owl-btn-2.owl-carousel .owl-nav button.owl-prev, 
.owl-btn-2.owl-carousel .owl-nav button.owl-next,
.owl-btn-3.owl-carousel .owl-nav button.owl-prev, 
.owl-btn-3.owl-carousel .owl-nav button.owl-next{
	margin: 0 -70px !important;
}
.owl-btn-3.owl-carousel .owl-nav button.owl-prev, 
.owl-btn-3.owl-carousel .owl-nav button.owl-next {
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 35px;
    height: auto;
    width: auto;
	opacity:0.2;
}
.owl-btn-3.owl-carousel .owl-nav button.owl-prev:hover, 
.owl-btn-3.owl-carousel .owl-nav button.owl-next:hover,
.owl-btn-3.owl-carousel .owl-nav button.owl-prev:active, 
.owl-btn-3.owl-carousel .owl-nav button.owl-next:active,
.owl-btn-3.owl-carousel .owl-nav button.owl-prev:focus, 
.owl-btn-3.owl-carousel .owl-nav button.owl-next:focus{
	background-color: rgba(0, 0, 0, 0);
	color:#000;
	opacity:1;
}
.owl-btn-3.btn-white.owl-carousel .owl-nav button.owl-prev, 
.owl-btn-3.btn-white.owl-carousel .owl-nav button.owl-next {
	color:#fff;
}
.owl-btn-3.btn-white.owl-carousel .owl-nav button.owl-prev:hover, 
.owl-btn-3.btn-white.owl-carousel .owl-nav button.owl-next:hover {
	color:#fff;
}
.owl-btn-4 {
	overflow:hidden;
}
.owl-btn-4.owl-carousel .owl-nav button.owl-prev, 
.owl-btn-4.owl-carousel .owl-nav button.owl-next{
	background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow:0 0 20px 7px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 -10px !important;
    overflow: hidden;
    padding: 0;
    width: 50px;
	opacity:0.7;
}
.owl-btn-4.owl-carousel .owl-nav button.owl-prev:hover, 
.owl-btn-4.owl-carousel .owl-nav button.owl-next:hover {
	background: #ffffff none repeat scroll 0 0;
	color: #000;
	opacity:1;
}
/* Thumb */
#sync2 .owl-item.active.current .item img {
    outline: 5px solid rgba(0, 0, 0, 0.2);
    outline-offset: -9px;
}

/* owl-dots */
.owl-dots-none .owl-dots{
	display:none;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span{
	opacity:0.5;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	margin:4px;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span{
	background-color:var(--color-primary);
}
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span{
	background-color:#333;
}
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span{
	background-color:#f5f5f5;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot.active span{
	opacity:1;
	width:25px;
}
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot.active span{
	width:14px;
	height:14px;
	opacity:1;
	margin:0px 4px 2px 4px;
}
@media only screen and (max-width: 1200px) {
	.owl-btn-2.owl-carousel .owl-nav button.owl-prev, 
	.owl-btn-2.owl-carousel .owl-nav button.owl-next,
	.owl-btn-3.owl-carousel .owl-nav button.owl-prev, 
	.owl-btn-3.owl-carousel .owl-nav button.owl-next{
		margin:0 10px !important;
	}
}
/*---------------------------------------------------------------
21. BLOG
---------------------------------------------------------------*/

.blog-post {
    position: relative;
    margin-bottom: 30px;
}
.dlab-post-title {
    margin-bottom: 5px;
}
.dlab-post-title .post-title {
    margin-top: 15px;
    margin-bottom: 5px;
}
.dlab-post-meta {
    margin-bottom: 10px;
}
.dlab-post-meta ul {
    margin: 0;
    list-style: none;
	text-transform:capitalize;
}
.dlab-post-meta ul li {
    padding: 0;
    display: inline-block;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.dlab-post-meta ul li strong{
	font-weight: inherit;
}
.dlab-post-meta li:after {
    content: "|";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
}
.dlab-post-meta li:last-child:after {
    display: none;
}
.dlab-post-meta a {
    color: inherit;
}
.dlab-post-meta i {
    color: var(--color-primary);
    margin: 0 5px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 500;
}
.text-white .dlab-post-meta ul li,
.text-white .dlab-post-meta a,
.text-white .dlab-post-meta i {
	color:#fff;
}
.dlab-post-meta.text-white i,
.dlab-post-meta.text-white ul li,
.dlab-post-meta.text-white ul li a{
	color:#fff;
}
.dlab-post-meta.text-black i,
.dlab-post-meta.text-black ul li,
.dlab-post-meta.text-black ul li a{
	color:#000;
}
.dlab-post-meta.text-gray i,
.dlab-post-meta.text-gray ul li,
.dlab-post-meta.text-gray ul li a{
	color:#808080;
}
.dlab-post-meta.text-primary i,
.dlab-post-meta.text-primary ul li,
.dlab-post-meta.text-primary ul li a{
	color:var(--color-primary);
}
.dlab-post-text {
    margin-bottom: 15px;
}
.dlab-post-text p{
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}
.dlab-post-text p:last-child {
    margin: 0;
}
.dlab-post-readmore {
    margin-bottom: 15px;
}
.dlab-post-tags {
    border-top: 1px solid #E9E9E9;
    padding-top: 10px;
}
.dlab-post-tags .post-tags {
    margin: 0 -3px;
    list-style: none;
}
.dlab-post-tags .post-tags a {
    border: 1px solid #ebedf2;
    padding: 2px 8px;
    color: #a9a9a9;
    margin: 0 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}
.dlab-info[class*="border-"] .post-title{
	margin-top:0;
}
.text-white .post-title a{
	color:#fff;
}
.dlab-info > div:last-child,
.dlab-info > p:last-child{
	margin-bottom:0;
}
@media only screen and (max-width: 1200px) {
	.dlab-post-meta .d-flex{
		display:block !important;
	}
}

/*== post date syle css ==*/

.date-style-1 .post-date {
    color: #fff;
    background-color: #EFBB20;
    padding: 3px 5px 3px 5px;
}
.date-style-1 .post-date i{
    color: #fff;
    left: 5px;
    top: 5px;
}
.date-style-1 .post-date i,
.date-style-2 .post-date i,
.date-style-3 .post-date i,
.date-style-4 .post-date i {
	display:none;
}
.date-style-2 .post-date{
	background-color:var(--color-primary);
}
.date-style-2 .post-date,
.date-style-4 .post-date {
    color: #fff;
    position: absolute;
    left: 20px;
    top: 0;
    width: 50px;
    text-align: center;
    text-transform: uppercase;
}
.date-style-2 .post-date strong,
.date-style-2 .post-date span,
.date-style-4 .post-date strong,
.date-style-4 .post-date span {
    display: block;
    padding: 10px 5px;
}
.date-style-2 .post-date strong,
.date-style-4 .post-date strong {
    font-size: 10px;
    padding: 10px 5px 5px;
    position: relative;
}
.date-style-4 .post-date strong{
	background-color:var(--color-primary);
}
.date-style-2 .post-date > strong:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    background-color: #fff;
    margin: 0 -10px;
    width: 20px;
}
.date-style-2 .post-date span {
    font-size: 16px;
    padding: 5px 5px 10px;
}
.date-style-2 .post-date:after,
.date-style-2 .post-date .fa,
.date-style-3 .post-date:after,
.date-style-3 .post-date .fa,
.date-style-4 .post-date .fa {
    display: none;
}
.date-style-3 .dlab-post-info {
    position: relative;
}
.date-style-3 .post-date {
    font-family: oswald;
    text-transform: uppercase;
    position: absolute;
    padding: 8px 15px;
    color: #fff;
    top: -36px;
    left: 0;
	background-color:var(--color-primary);
    height: 36px;
}
.date-style-3 .post-date strong {
    color: #30353c;
    margin-right: 2px;
}
.date-style-3.skew-date .post-date {
    padding-right: 8px;
	background-color:var(--color-primary);
}
.date-style-3.skew-date .post-date:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 22px;
    height: 100%;
	background-color:var(--color-primary);
    border-right: 3px solid #2D3239;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.date-style-4 .post-date span {
    background-color: #2e1e13;
}
.date-style-4 .post-date {
    top: 10px;
    left: 10px;
}
.date-style-4 .dlab-post-info {
    box-shadow: 0 3px 0 0 #dbdbdb;
}
.date-style-4 .dlab-post-meta ul li {
    font-weight: normal;
}
/*== post without media ==*/

.no-image-blog.date-style-2 .algo-post-info {
    padding-top: 70px;
}
.no-image-blog.date-style-2 .post-date {
    top: 0;
    left: 20px;
}
/*if no image with blog post*/

.blog-post.no-img-post .post-date {
    position: static;
    float: left;
}
/*blog post half iamge*/

.blog-md .dlab-post-media {
    width: 350px;
	border-radius: 4px;
}
.blog-md .dlab-post-info {
    border: none;
	padding-left:30px;
}
.blog-md .dlab-post-tags {
    border: none;
    display: inline-block;
    padding: 0;
}
.blog-md .dlab-post-info .post-title{
	margin-top:0;
}
.blog-md, 
.blog-md .dlab-post-info {
    overflow: hidden;
}
.blog-md .dlab-post-info, 
.blog-md .dlab-post-media {
    display: table-cell;
    vertical-align: middle;
}
.blog-md .dlab-post-media {
	vertical-align: top;
}
.blog-md .dlab-post-info > div:last-child{
	margin-bottom:0;
}
.blog-lg .dlab-post-media {
	border-radius: 4px;
}


/* blog-rounded */
.blog-rounded [class*="border-"]{
	border-radius:0 0 4px 4px;
}

.blog-rounded .dlab-post-media {
	border-radius: 4px 4px 0 0;
}

/* blog-effect1 */
.blog-effect1 {
	transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;
}
.blog-effect1 .dlab-info{
	background:#fff;
}
.blog-effect1:hover {
    border-radius: 4px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
	
}
/* Blog Share */
.blog-share{
	position:relative
}
.share-btn{
	position:absolute;
	right:0;
	bottom:0;
}
.share-btn ul{
	margin:0;
	padding:0;
	list-style:none;
}
.share-btn ul li{
	display:inline-block;
	margin-left: -40px;
	float: left;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.share-btn ul li a.site-button{
	border-radius: 3px;
	width: 40px;
	line-height: 44px;
	height:44px;
	display: block;
	color:#000;
	background: #E6E6E6;
}
.share-btn ul li a.site-button:hover{
	background:#D6D6D6;
}

.share-btn ul:hover li.share-button a.site-button{
	background:#A0A0A0;
}
	
.share-btn ul:hover li{
	margin-left: 4px;
}
.share-button{
	
}
@media only screen and (max-width: 767px) {
    .blog-md.blog-post .dlab-pfost-media,
    .blog-md.blog-post .dlab-post-info {
        float: none;
        margin: 0 0 20px;
        width: 100%;
		display:block;
		padding-left:0;
    }
	.blog-md.blog-post .dlab-post-info {
		margin-top:15px;
	}
	.blog-md .dlab-post-media {
		width:100%;
	}
}
/*Blog page pagination main*/

.nav-links:after {
    clear: both;
    content: "";
    display: table;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.pagination .page-numbers {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #767676;
    padding: 9px 15px;
    font-weight: 600;
    font-size: 12px;
    display: block;
    float: left;
    margin-left: -1px;
}
.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
    background: #3396D1;
    color: #fff;
}
.pagination i {
    font-size: 12px;
}
.pagination li.active a {
	background-color: var(--color-primary);
    color: #fff;
}
/*Blog paging Next & Prev css*/

.nav-links .nav-previous a,
.nav-links .nav-next a {
    display: inline-block;
    color: #3396d1;
    font-weight: 600;
    margin-bottom: 20px;
    outline: none !important;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
    color: #0099CC;
}
.nav-links .nav-previous a:after,
.nav-links .nav-next a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
	font-weight:600;
    vertical-align: middle;
    margin-left: 2px;
    color: #333;
}
/*Post navigation*/

.post-navigation {
    background-color: #fff;
    padding: 30px;
    border-bottom: 2px solid #e3e3e3;
}
.post-navigation .screen-reader-text {
    margin-top: 0;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
    display: inline-block;
    width: 50%;
}
.post-navigation .nav-next {
    text-align: right;
}
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
    display: none;
}
.post-navigation .nav-previous .post-title,
.post-navigation .nav-next .post-title {
    display: block;
    font-size: 15px;
    color: #777777;
    margin-top: 10px;
}
/*post panging*/

.dlab-link-pages {
    padding: 20px 0 30px;
}
.dlab-link-pages a {
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
    background-color: #CCC;
    margin: 0 2px;
}
/*Sticky Post*/

.sticky-post {
    position: absolute;
    right: 0;
    top: 0;
    background: #77c04b;
    color: #FFF;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
}
/*Post password form*/

.post-password-form {
    position: relative;
    clear: both;
}
.post-password-form input[type="password"] {
    width: 100%;
    border: 1px solid #ebedf2;
    padding: 10px 100px 10px 15px;
    height: 40px;
}
.post-password-form label {
    display: block;
}
.post-password-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #333;
    color: #FFF;
    border: none;
    height: 40px;
    text-transform: uppercase;
    font-weight: 600;
}
/*gallery css for blog post*/

.blog [class*="galleryid-"] {
    clear: both;
    margin: 0 auto;
    overflow: hidden
}
.gallery .gallery-item {
    float: left;
    list-style: none;
    margin: 0px 0 0;
    overflow: hidden;
    padding: 0px 0px 5px 15px;
    text-align: center
}
.gallery .gallery-caption {
    padding-top: 10px;
    font-size: 13px;
}
.gallery .gallery-item img {
    float: left;
    padding: 0 0px;
    width: 100%;
    border: none !important;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/*side bar*/

.side-bar .widget {
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .side-bar {
        margin-bottom: 40px;
    }
}
/*Blog single*/
.blog-single .dlab-post-meta {
    margin-bottom: 20px;
}
.blog-single .dlab-post-text {
    margin-top: 20px;
}
.blog-single .dlab-post-tags {
    margin-top: 20px;
}
.blog-single .dlab-post-media{
	border-radius:4px;
}




/*= comment list = */

.comments-area {
    padding: 0;
}
.comments-area .comments-title {
    text-transform: uppercase;
    font-size: 20px;
}
ol.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
ol.comment-list li.comment {
    position: relative;
    padding: 0;
}
ol.comment-list li.comment .comment-body {
    position: relative;
    padding: 20px;
    margin-bottom: 40px;
    margin-left: 80px;
    position: relative;
    border: 1px solid #e9e9e9;
}
ol.comment-list li.comment .comment-body:before,
ol.comment-list li.comment .comment-body:after {
    content: '';
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
}
ol.comment-list li.comment .comment-body:before {
    border-color: transparent #fff transparent #fff;
    z-index: 1;
    left: -12px;
    top: 22px;
}
ol.comment-list li.comment .comment-body:after {
    border-color: transparent #e9e9e9 transparent #e9e9e9;
    border-width: 12px 14px 12px 0;
    left: -14px;
}
ol.comment-list li.comment .comment-author {
    display: block;
    margin-bottom: 10px;
}
ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 0;
    left: -80px;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #FFF;
}
ol.comment-list li.comment .comment-author .fn {
    display: inline-block;
    color: #555555;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}
ol.comment-list li.comment .comment-author .says {
    display: none;
    color: #999999;
    font-weight: 600;
}
ol.comment-list li.comment .comment-meta {
    color: #8d8d8d;
    text-transform: uppercase;
    margin-bottom: 15px;
}
ol.comment-list li.comment .comment-meta a {
    color: #8d8d8d;
}
ol.comment-list li.comment .comment-meta a {
    color: #8d8d8d;
}
ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
    font-family: "Font Awesome 5 Free";
	font-weight:600;
    font-size: 11px;
    vertical-align: top;
}
ol.comment-list li.comment .comment-meta:before {
    content: "\f133";
}
ol.comment-list li.comment .reply a:before {
    content: "\f064";
    color: #555555;
    margin-right: 5px;
    vertical-align: middle;
}
ol.comment-list li.comment p {
    line-height: 18px;
    margin: 0 0 5px;
}
ol.comment-list li.comment .reply a {
    position: absolute;
    top: 50px;
    right: 30px;
    margin-top: -5px;
    color: var(--primary);
    font-weight: 700;
}
ol.comment-list li .children {
    list-style: none;
    margin-left: 80px;
}
ol.comment-list li .children li {
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .comments-area .padding-30 {
        padding: 15px;
    }
    ol.comment-list li.comment .comment-body {
        margin-bottom: 30px;
        margin-left: 70px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -75px;
        height: 60px;
        width: 60px;
    }
    ol.comment-list li .children {
        margin-left: 20px;
    }
    ol.comment-list li.comment .reply a {
        position: static;
    }
}
@media only screen and (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        margin-left: 52px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -55px;
        top: 12px;
        width: 40px;
        height: 40px;
    }
}
/*= comment form = */

.comment-respond {
    padding: 30px 30px;
    border: 1px solid #e9e9e9;
}
.comment-respond .comment-reply-title {
    text-transform: uppercase;
    font-size: 20px;
}
.comment-respond .comment-reply-title {
    font-size: 16px;
    font-weight: 600;
}
.comments-area .comment-form {
    margin: 0 -15px;
}
.comments-area .comment-form .comment-notes {
    display: none;
}
.comments-area .comment-form p {
    width: 33.333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}
.comments-area .comment-form p.form-allowed-tags {
    width: 100%;
}
ol.comment-list li.comment .comment-respond .comment-form p {
    padding: 0 15px !important;
}
.comments-area .comment-form p label {
    display: none;
    line-height: 18px;
    margin-bottom: 10px;
}
.comments-area p:before {
    font-family: "themify";
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 16px;
    color: var(--color-primary);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e1e6eb;
    text-align: center;
    border-radius: 4px 0 0 4px;
    -webkit- border-radius: 4px 0 0 4px;
}
.comments-area p.comment-form-author:before {
    content: "\e602";
}
.comments-area p.comment-form-email:before {
    content: "\e75a";
}
.comments-area p.comment-form-url:before {
    content: "\e665";
}
.comments-area p.comment-form-comment:before {
    content: "\e645";
}

.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p textarea {
    width: 100%;
    height: 40px;
    line-height: 6px 12px;
    padding: 5px 10px 5px 50px;
    border: 1px solid #e1e6eb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
	text-transform: capitalize;
	vertical-align: middle;
	outline:0;
}
.comments-area .comment-form p.comment-form-comment {
    width: 100%;
    display: block;
    clear: both;
}
.comments-area .comment-form p textarea {
    height: 120px;
}
.comments-area .comment-form p.form-submit {
    clear: both;
    float: none;
    width: 100%;
    margin: 0;
}
.comments-area .comment-form p input[type="submit"] {
    background-color: #EFBB20;
    border: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}
.comments-area .comment-form p input[type="submit"]:hover,
.comments-area .comment-form p input[type="submit"]:focus,
.comments-area .comment-form p input[type="submit"]:active {
    background-color: var(--color-hover);
    border-color: var(--color-hover);
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .comments-area .comment-form p {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .comment-respond {
        padding: 20px;
    }
}
/*---------------------------------------------------------------
22. WIDGETS
---------------------------------------------------------------*/
.list-2{
	display: table;
}
.list-2 li{
	float: left;
    padding: 5px 5px 5px 20px;
    width: 50%;
	position: relative;
}
.list-2 li:before{
	content:"\e60a";
	font-family: 'themify';
	font-size: 11px;
    left: 0;
    position: absolute;
}
.list-2 li:hover:before{
	color:var(--color-primary);
}
.widget {
    margin-bottom: 40px;
}
.widget.bg-white{
	border: 1px solid #ebedf2;
}
.widget.border-0 ul li {
    border: 0 none;
}
.widget-title {
    margin: 0 0 25px;
}
.widget-title {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
	vertical-align: middle;
}
.widget-title:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 3px;
    margin: 0 0 0;
    width: 50px;
    margin: 10px 0;
	background-color:var(--color-primary);
}
.widget .widget-title,
.widget .post-title {
    text-transform: uppercase;
}
.widget-title.style-1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    padding-bottom: 15px;
	font-weight: 600;
	line-height: 12px;
}
.widget-title.style-1:after {
    border-radius: 0;
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    vertical-align: bottom;
    width: 50px;
}
.recent-posts-entry ul,
.category-entry ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
/* widget link*/
.widget-link ul{
    margin: 0px;
    padding: 0px;
}
.widget-link ul li{
	list-style:none;
	display: inline-block;
	padding-left: 3px;
    padding-right: 10px;
    position: relative;
}
.widget-link ul li:last-child{
	padding-right:3px;
}
.widget-link ul li:last-child:after {
	content:none;
}
.widget-link li:after {
    content: "/";
    position: absolute;
    right: 0;
}
/* widget listing*/

.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_services ul,
.widget_getintuch ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu li,
.widget_recent_entries ul li,
.widget_services ul li {
    padding-bottom: 18px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.11);
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
}
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
    color: #767676;
	text-transform: capitalize;
}
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:before,
.widget_services ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: "Font Awesome 5 Free";
	font-weight:600;
}
.widget_categories ul li li,
.widget_archive ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_nav_menu li li,
.widget_services li li {
    border-bottom: none;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28px;
}
.widget_categories ul li li:before,
.widget_archive ul li li:before,
.widget_meta ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_nav_menu li li:before,
.widget_services li li:before {
    top: 0;
    left: -8px;
}
/*widget search custom*/

.search-bx .site-button {
    padding: 9px 12px;
    border: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
/*widget search wp-default*/

.widget_search .screen-reader-text {
    display: block;
}
.searchform {
    position: relative;
}
.searchform input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px 90px 10px 15px;
    border: 1px solid #CCCCCC;
}
.searchform input[type="submit"] {
    height: 40px;
    padding: 5px 15px;
    background-color: var(--color-primary);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus,
.searchform input[type="submit"]:active {
    background-color: var(--color-hover);
    color: #ffffff!important;
    border-bottom-color: #5a9e2f;
}
/* Search BX style 1 */
.search-bx.style-1 .input-group{
	border: 1px solid #efefef;
}
.search-bx.style-1 .input-group-btn button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0;
    color: #000000;
    font-size: 15px;
    height: 45px;
    width: 40px;
	border-width:0;
}
.search-bx.style-1 .form-control {
	border: 1px solid #efefef;
    border-width:0;
	font-size:15px;
	height: 40px;
	padding: 5px 20px;
	background: #f3f3ff !important;
}
.search-bx.style-1 .input-group:hover,
.search-bx.style-1 .input-group:focus{
	border: 1px solid #000;
}
/*widget recent-posts*/

.recent-posts-entry .post-date,
.tweets-feed-entry .tweet-date {
    color: var(-color-primary);
    font-style: normal;
}
.widget .post-title {
    line-height: 20px;
    margin-bottom: 8px;
	margin-top:0;
	text-transform: capitalize;
	font-size: 15px;
	color: #404040;
	font-weight: 500;
}
.recent-posts-entry .widget-post {
    margin-bottom: 10px;
}
.recent-posts-entry .widget-post-bx:last-child {
    border-bottom: none;
}
.recent-posts-entry .dlab-post-media {
	padding-right:15px;
    width: 110px;
}
.recent-posts-entry .dlab-post-media img{
	border-radius:3px;
}
.recent-posts-entry .dlab-post-info {
    background: transparent;
    padding: 0;
    margin-left: 110px;
    border: none;
}
.recent-posts-entry .post-meta span {
    margin-right: 10px;
}
.recent-posts-entry .dlab-post-meta {
	margin-bottom: 0;
}
.recent-posts-entry .dlab-post-info,
.recent-posts-entry .dlab-post-media{
	display: table-cell;
    vertical-align: middle;
}
.recent-posts-entry .widget-post, 
.recent-posts-entry .dlab-post-info{
    overflow: hidden;
}

/*widget recent-comment*/

.widget_recent_comments ul li:before {
	content: "\f086";
    font-weight: 500;
}
.widget_recent_comments ul li {
    padding-left: 20px;
    color: #999;
}
/* widget meta*/

.widget_meta ul li a abbr[title] {
    color: #333;
    border-bottom: none;
}
/*widget calender*/

.widget_calendar caption::after {
    color: #707070;
    content: ">";
    font-family: "Font Awesome 5 Free";
	font-weight:600;
    margin: 0 0 0 5px;
}
.widget_calendar table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}
.widget_calendar thead {
    background-color: #999999
}
.widget_calendar tfoot tr td {
    border: none;
    padding: 0px
}
.widget_calendar tfoot tr td a {
    background-color: #fff;
    padding: 4px 10px
}
.widget_calendar table thead tr th {
    font-size: 11px;
    padding: 5px;
    text-align: center;
    border: none;
    color: #fff;
}
.widget_calendar table tbody td {
    font-size: 13px;
    padding: 6px 5px;
    text-align: center;
    background-color: #fff;
    border: none;
    color: #444;
}
.widget_calendar table tbody td#today {
    background-color: var(--color-primary);
    color: #FFF;
}
.widget_calendar table tbody td#today a {
    color: #FFF;
}
/*widget tags-list*/

.widget_tag_cloud a {
    padding: 8px 10px;
    background-color: #FFFFFF;
    border: 1px solid #ebedf2;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 5px;
    color: #555555;
	font-weight: 600;
}
.side-bar .widget_tag_cloud a:hover {
    background-color: var(--color-primary);
	color:#fff;
	border-color:var(--color-primary);
	box-shadow:5px 5px 30px -10px var(--color-primary);
	-webkit-box-shadow:5px 5px 30px -10px var(--color-primary);
	-moz-box-shadow:5px 5px 30px -10px var(--color-primary);
	-o-box-shadow:5px 5px 30px -10px var(--color-primary);
	-ms-box-shadow:5px 5px 30px -10px var(--color-primary);
}
.widget_tag_cloud.radius a{
	border-radius:40px;
	padding: 7px 10px;
}
/*widget archive*/

.widget_archive select {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
}
/*widget text*/

.widget_text select {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
}
.widget_text select option {
    width: 100%;
}
/*widget categories*/

.widget_categories li{
    text-align: right;
}
.widget_categories li a{
    float: left;
	text-transform: capitalize;
}
/*widget RSS*/

.widget_rss ul {
    margin: 0;
    line-height: 20px;
}
.widget_rss ul li {
    line-height: 20px;
    margin-bottom: 15px;
}
.widget_rss ul .rsswidget {
    color: #333;
}
.widget_rss ul .rss-date {
    color: var(--color-primary);
}
.widget_rss ul .rssSummary {
    padding: 5px 0;
}
.widget_rss ul cite {
    color: #333;
    font-weight: 600;
}
/* widget get in tuch */

.widget_getintuch {
    padding-top: 10px;
}
.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.widget_getintuch b,
.widget_getintuch strong {
    display: block;
    text-transform: uppercase;
}
.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
/* widget gallery */

.widget_gallery ul {
    padding-left: 0;
	display: table;
}
.widget_gallery.gallery-grid-4 li {
	width:25%;
}
.gallery-grid-8 li {
	width:12.5%;
}
@media only screen and (max-width: 767px) {
	.gallery-grid-8 li {
		width:25%;
	}
}
.widget_gallery li {
    display: inline-block;
    width: 33.33%;
	float:left;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	padding: 2px;
}
.widget_gallery li img {
    display: inline-block;
	width:100%;
}
.widget_gallery li:nth-child(3n-3) {
    margin-right: 0;
}
.widget_gallery li:hover {
	opacity:0.7;
	border-color:var(--color-primary);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.widget_gallery a {
    display: inline-block;
}
/* Newslatter */
.widget-newslatter .news-box{
	background-color:#F5F6F7;
	padding:20px;
	position: relative;
    z-index: 1;
	overflow: hidden;
}
.widget-newslatter p{
	font-style: italic;
	font-size:15px;
}
.widget-newslatter .form-control {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #d0d0d0;
    height: 45px;
    margin-bottom: 15px;
    padding: 5px 20px;
}
.widget-newslatter .site-button{
	padding:12px 15px;
	font-weight: 700;
}
.news-box form:after {
    color: #000000;
    content: "Newslatter";
    font-size: 50px;
    font-weight: 700;
    opacity: 0.05;
    position: absolute;
    top: -40px;
	z-index:-1;
}
.news-box:before {
	font-family:themify;
	content:"\e75a";
	font-size: 50px;
    font-weight: 700;
    opacity: 0.05;
    position: absolute;
	right:0;
	top:0;
	z-index:-1;
	opacity: 0.05;
}
.news-box form{
	position:relative;
}

/* About us Widgets */
.widget-about .dlab-title{
	margin:15px 0 5px 0;
	color:#000;
}
.widget-about p{
	color: #333333;
    font-size: 13px;
    line-height: 20px;
}
.widget-about .button-sm {
    font-weight: 700;
    padding: 5px 20px;
}
/* widget testimonial */
.widget-testimonial .testimonial-pic{
	height:70px;
	width:70px;
	border: 3px solid #ffffff;
	margin-bottom:10px;
}
.widget-testimonial .testimonial-name{
	font-weight:600;
	font-size:13px;
	text-transform:uppercase;
	color:#000;
}
.widget-testimonial .testimonial-position{
	text-transform:uppercase;
	color:#888q;
	font-size:12px;
	font-style: inherit;
}
.widget-testimonial .testimonial-position p{
	line-height: 26px;
}
.widget-testimonial .testimonial-text{
	color: #505050;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
	padding:0;
}










/*---------------------------------------------------------------
23. CUSTOMIZE CSS
	>set-radius
	>transition
	>float-clearfix
---------------------------------------------------------------*/
/*== >set-radius ==*/

.btn,
.panel,
.form-control,
.img-thumbnail,
.panel-head ing,
.dropdown-menu,
.panel-group .panel,
.nav-tabs > li > a,
.modal-content,
.navbar-toggler,
.nav-pills > li > a,
.pager li > a,
.pager li > span,
.well,
.alert,
.list-group-item:first-child,
.list-group-item:last-child,
.input-group-addon,
.btn-group-divides > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group-divides > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.dlab-booking-form .dlab-extra-services li .icon-bx-lg,
.dlab-booking-form .dlab-extra-services li.active .icon-bx-lg:after,
.widget_tag_cloud a,
.searchform input[type="text"],
.searchform input[type="submit"],
ol.comment-list li.comment .comment-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/*== >transition ==*/

a,
.dlab-box,
.btn,
.form-control,
.overlay-bx,
.overlay-icon li a i,
.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs,
.share-social-bx li,
.indicator,
.profile-menu ul li,
.staff-member .member-done,
.how-dlab-work .dlab-box .shadow-bx img,
.how-dlab-work .dlab-box .step-no-bx,
.dlab-info-has,
.dlab-we-find .dlab-box,
.navbar-toggler,
.logo-header,
.header-nav .nav > li > a,
.extra-nav,
.skew-secondry:hover,
.skew-primary:hover,
.skew-secondry:hover::after,
.skew-primary:hover::after {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.animate-slow {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.animate-mid {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.animate-fast {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
/*== >float-clearfix ==*/

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/*error for select box*/

.has-error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle:hover,
.has-error .bootstrap-select .dropdown-toggle:focus {
    border-color: #a94442 !important;
}
/*succes for select box*/

.has-success .bootstrap-select .dropdown-toggle,
.has-success .bootstrap-select .dropdown-toggle:hover,
.has-success .bootstrap-select .dropdown-toggle:focus {
    border-color: #3c763d !important;
}
/*---------------------------------------------------------------
24. SORTCODES 
	>Buttons
	>Title separators		
	>Deviders	
	>Lists & bullets	
	>Tabs
	>Accordians		
	>Carousels
	>Testimonials	
	>Pricing table
	>Alert box	
	>Modal pop
	>Social icons
	>Breadcrumb
	>Tables
	>Image effects
	>Icon boxes
	>Box New Style 
---------------------------------------------------------------*/
/*==== Shortcode Css ====*/
.sort-title{
	margin-bottom:40px;
}
.sort-title h4:after{
	left: -160px;
}
.sort-title.text-white h4:after,
.sort-title.text-white h4:before {
	background:#fff;
}
.sort-title h4:after,
.sort-title h4:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -160px;
    top: 50%;
    width: 150px;
	opacity: 0.15;
}
.sort-title h4 {
    display: inline-block;
    margin: 0;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .sort-title h4:after,
	.sort-title h4:before {
		content:none;
	}
}

/*== >Buttons ======= */
/* owl slider button */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background-color:rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.5);
    color: #ffffff;
    padding: 5px 8px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    border-width: 0px;
    border-style: solid;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:focus {
    background-color: rgba(0,0,0,0.7);
    border-color: #3E2E23;
    color: #ffffff;
}
/* theme default button */
.button-example .btn,
.button-example .site-button,
.button-example .site-button-link{
	margin:0 5px 10px 0;
}

/* Bootstrap button */
.btn {
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    padding: 8px 16px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #ffffff;
}
.btn-primary {
    background-color: #0275d8;
    border-color: #0275d8;
    color: #ffffff;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover{
	background-color: #025aa5;
    border-color: #01549b;
}
.btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #ffffff;
}
.btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #ffffff;
}
.btn-secondary {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #292b2c;
}
/* Outline */
.btn-outline-danger {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #d9534f;
    color: #d9534f;
}
.btn-outline-primary {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #0275d8;
    color: #0275d8;
}
.btn-outline-secondary {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #cccccc;
    color: #cccccc;
}
.btn-outline-success {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #5cb85c;
    color: #5cb85c;
}
.btn-outline-info {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #5bc0de;
    color: #5bc0de;
}
.btn-outline-warning {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #f0ad4e;
    color: #f0ad4e;
}
/* Outline Hover */
.btn-outline-primary:hover {
    background-color: hsl(208, 98%, 43%);
    border-color: hsl(208, 98%, 43%);
    color: hsl(0, 0%, 100%);
}
.btn-outline-secondary:hover {
    background-color: hsl(0, 0%, 80%);
    border-color: hsl(0, 0%, 80%);
    color: hsl(0, 0%, 100%);
}
.btn-outline-success:hover {
    background-color: hsl(120, 39%, 54%);
    border-color: hsl(120, 39%, 54%);
    color: hsl(0, 0%, 100%);
}
.btn-outline-info:hover {
    background-color: hsl(194, 66%, 61%);
    border-color: hsl(194, 66%, 61%);
    color: hsl(0, 0%, 100%);
}
.btn-outline-warning:hover {
    background-color: hsl(35, 84%, 62%);
    border-color: hsl(35, 84%, 62%);
    color: hsl(0, 0%, 100%);
}
.btn-outline-danger:hover {
    background-color: hsl(2, 64%, 58%);
    border-color: hsl(2, 64%, 58%);
    color: hsl(0, 0%, 100%);
}
/* Bootstrap Btn Size */
.btn-group-lg > .btn, 
.btn-lg {
    border-radius:4px;
    font-size:20px;
    padding: 12px 24px;
}
.btn-group-sm > 
.btn, .btn-sm {
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 8px;
}
.site-button,
.site-button-secondry {
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
	border-radius: 3px;
	font-weight: 600;
	text-align:center;
	white-space: nowrap;
    vertical-align: middle;	
}
.site-button {
    background-color: var(--color-primary);
}

.site-button-secondry {
    background-color: var(--color-secondry);
}
.advantages-list li
{
    list-style:none;
}
.advantages-list span
{
    margin-right: 12px;
    width: 26px;
    height: 26px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #00698B;
    flex-shrink: 0;
   display: inline-block;
}
.advantages-list li
{
    margin-bottom:20px;
    font-size:16px;
}
.site-button-secondry:active,
.site-button-secondry:hover,
.site-button-secondry:focus,
.active > .site-button-secondry {
    background-color: #3c3e4e;
    color: #fff;
}
/* button text uppercase */
.site-button.text-uppercase {
    text-transform: uppercase;
}
/* button size */
.button-sm {
    padding: 5px 10px;
    font-size: 12px;
}
.button-md {
    padding: 15px 30px;
    font-size: 16px;
	font-weight:500;
}
.button-lg {
    font-size: 18px;
    font-weight: 600;
    padding: 18px 35px;
}
.button-xl {
    font-size: 22px;
    padding: 25px 35px;
}
/* button rounded */
.radius-no {
    border-radius: 0;
    -webkit-border-radius: 0;
}
.radius-sm {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.radius-xl {
    border-radius: 100px;
    -webkit-border-radius: 100px;
}
.radius-md {
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
/* button colors */
.red{
	--color-hover: #F22D4E;
}
.gray{
	--color-hover: #555555;
}
.blue{
	--color-hover: #00b5cc;
}
.pink{
	--color-hover: #ef2c75;
}
.orange{
	--color-hover: #df8800;
}
.yellow{
	--color-hover: #efa812;
}
.brown{
	--color-hover: #383a4c;
}
.green{
	--color-hover: #24af93;
}
.purple{
	--color-hover: #7852a9;
}
.white{
	--color-hover: #F4F4F4;
}
.black{
	--color-hover: #000;
}
/* white */
.site-button.white {
    background-color: #fff;
    color: #777;
}
.site-button.white:hover,
.site-button.white:active,
.site-button.white:focus {
    background-color: #F4F4F4;
    color: #555;
}
/* black */

.site-button.black {
    background-color: #171717;
    color: #fff;
}
.site-button.black:hover,
.site-button.black:active,
.site-button.black:focus {
    background-color: #000;
    color: #fff;
}
/* Gray */

.site-button.gray {
    background-color: #666666;
    color: #fff;
}
.site-button.gray:hover,
.site-button.gray:active,
.site-button.gray.active,
.site-button.gray:focus {
    background-color: #555555;
    color: #fff;
}
/* pink */

.site-button.pink {
    background-color: #ff3c85;
    color: #fff;
}
.site-button.pink:hover,
.site-button.pink:active,
.site-button.pink.active,
.site-button.pink:focus {
    background-color: #ef2c75;
    color: #fff;
}
/* Blue */

.site-button.blue {
    background-color: #00c5dc;
    color: #fff;
}
.site-button.blue:hover,
.site-button.blue:active,
.site-button.blue.active,
.site-button.blue:focus {
    background-color: #00b5cc;
    color: #fff;
}
/* Green */

.site-button.green {
    background-color: #34bfa3;
    color: #fff;
}
.site-button.green:hover,
.site-button.green:active,
.site-button.green.active,
.site-button.green:focus {
    background-color: #24af93;
    color: #fff;
}
/* Orange */

.site-button.orange {
    background-color: #EF9800;
    color: #fff;
}
.site-button.orange:hover,
.site-button.orange:active,
.site-button.orange.active,
.site-button.orange:focus {
    background-color: #df8800;
    color: #fff;
}
/* Red */

.site-button.red {
    background-color: #f0526d;
    color: #fff;
}
.site-button.red:hover,
.site-button.red:active,
.site-button.red.active,
.site-button.red:focus {
    background-color: #F22D4E;
    color: #fff;
}
/* Brown */

.site-button.brown {
    background-color: #484a5c;
    color: #fff;
}
.site-button.brown:hover,
.site-button.brown:active,
.site-button.brown.active,
.site-button.brown:focus {
    background-color: #383a4c;
    color: #fff;
}
/* Yellow */

.site-button.yellow {
    background-color: #ffb822;
    color: #fff;
}
.site-button.yellow:hover,
.site-button.yellow:active,
.site-button.yellow.active,
.site-button.yellow:focus {
    background-color: #efa812;
    color: #fff;
}
/* purple */

.site-button.purple {
    background-color: #8862B9;
    color: #fff;
}
.site-button.purple:hover,
.site-button.purple:active,
.site-button.purple.active,
.site-button.purple:focus {
    background-color: #7852a9;
    color: #fff;
}
/* Button Gradiyant  */
/* white */

.site-button.white {
    background-color: #fff;
    color: #777;
}
.site-button.white:hover,
.site-button.white:active,
.site-button.white:focus {
    background-color: #F4F4F4;
    color: #555;
}
/* black */

.site-button.black.gradient {
    background: #000000; /* Old browsers */
	background: -moz-linear-gradient(45deg, #000000 0%, #727272 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #000000 0%,#727272 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #000000 0%,#727272 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#727272',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
.site-button.black.gradient:hover,
.site-button.black.gradient:active,
.site-button.black.gradient:focus {
    background: #1e1e1e; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #1e1e1e 0%, #727272 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #1e1e1e 0%,#727272 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #1e1e1e 0%,#727272 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#727272',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #fff;
}
/* Gray */

.site-button.gradient.gray {
    background: #666666; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #666666 0%, #999999 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #666666 0%,#999999 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #666666 0%,#999999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#999999',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #fff;
}
.site-button.gradient.gray:hover,
.site-button.gradient.gray:active,
.site-button.gradient.gray:focus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f4f4f+0,999999+100 */
	background: #4f4f4f; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #4f4f4f 0%, #999999 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #4f4f4f 0%,#999999 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #4f4f4f 0%,#999999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#999999',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #fff;
}
/* pink */

.site-button.gradient.pink {
    background: #ff3c85; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #ff3c85 0%, #ff93bb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #ff3c85 0%,#ff93bb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #ff3c85 0%,#ff93bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c85', endColorstr='#ff93bb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
.site-button.gradient.pink:hover,
.site-button.gradient.pink:active,
.site-button.gradient.pink:focus {
    background: #ff3d81; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #ff3d81 0%, #ff7fae 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #ff3d81 0%,#ff7fae 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #ff3d81 0%,#ff7fae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3d81', endColorstr='#ff7fae',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
}
/* Blue */

.site-button.gradient.blue {
	background: #00c5db; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #00c5db 0%, #6dff9e 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #00c5db 0%,#6dff9e 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #00c5db 0%,#6dff9e 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c5db', endColorstr='#6dff9e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
.site-button.gradient.blue:hover,
.site-button.gradient.blue:active,
.site-button.gradient.blue:focus {
    background: #00a9bc; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #00a9bc 0%, #54ea86 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #00a9bc 0%,#54ea86 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #00a9bc 0%,#54ea86 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9bc', endColorstr='#54ea86',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}
/* Green */

.site-button.gradient.green {
	background: #84ba3f; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #84ba3f 0%, #b7ff59 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #84ba3f 0%,#b7ff59 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #84ba3f 0%,#b7ff59 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84ba3f', endColorstr='#b7ff59',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
}
.site-button.gradient.green:hover,
.site-button.gradient.green:active,
.site-button.gradient.green:focus {
    background: #6dad1a; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #6dad1a 0%, #90ff00 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #6dad1a 0%,#90ff00 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #6dad1a 0%,#90ff00 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dad1a', endColorstr='#90ff00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #fff;
}
/* Orange */

.site-button.gradient.orange {
	background: #ef940b; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #ef940b 0%, #ffd754 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #ef940b 0%,#ffd754 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #ef940b 0%,#ffd754 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef940b', endColorstr='#ffd754',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
}
.site-button.gradient.orange:hover,
.site-button.gradient.orange:active,
.site-button.gradient.orange:focus {
    background: #d68000; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #d68000 0%, #ffbf00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #d68000 0%,#ffbf00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #d68000 0%,#ffbf00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d68000', endColorstr='#ffbf00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
}
/* Red */

.site-button.gradient.red {
	background: #ff1437; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #ff1437 0%, #ff5982 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #ff1437 0%,#ff5982 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #ff1437 0%,#ff5982 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1437', endColorstr='#ff5982',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
}
.site-button.gradient.red:hover,
.site-button.gradient.red:active,
.site-button.gradient.red:focus {
    background: #ff0022; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #ff0022 0%, #ff3866 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #ff0022 0%,#ff3866 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #ff0022 0%,#ff3866 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0022', endColorstr='#ff3866',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
}
.site-button.gd,
.site-button.gd:active,
.site-button.gd:hover,
.site-button.gd:focus{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ebbf0+8,39dfaa+100 */
	background: #1ebbf0; /* Old browsers */
	background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ebbf0', endColorstr='#39dfaa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* Brown */

.site-button.gradient.brown {
    background: #303451; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #303451 0%, #7e8196 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #303451 0%,#7e8196 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #303451 0%,#7e8196 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303451', endColorstr='#7e8196',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
}
.site-button.gradient.brown:hover,
.site-button.gradient.brown:active,
.site-button.gradient.brown:focus {
    background: #1d213f; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #1d213f 0%, #777c9b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #1d213f 0%,#777c9b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #1d213f 0%,#777c9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d213f', endColorstr='#777c9b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
}
/* Yellow */

.site-button.gradient.yellow {
    background: #ffb52d; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #ffb52d 34%, #ffd684 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #ffb52d 34%,#ffd684 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #ffb52d 34%,#ffd684 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb52d', endColorstr='#ffd684',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #fff;
}
.site-button.gradient.yellow:hover,
.site-button.gradient.yellow:active,
.site-button.gradient.yellow:focus {
    background: #e2a336; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #e2a336 34%, #ffc656 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #e2a336 34%,#ffc656 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #e2a336 34%,#ffc656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2a336', endColorstr='#ffc656',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
}
/* purple */

.site-button.gradient.purple {
	background: #62369b; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #62369b 0%, #b37cff 87%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #62369b 0%,#b37cff 87%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #62369b 0%,#b37cff 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62369b', endColorstr='#b37cff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
}
.site-button.gradient.purple:hover,
.site-button.gradient.purple:active,
.site-button.gradient.purple:focus {
	background: #814ec4; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #814ec4 0%, #9e4aba 87%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #814ec4 0%,#9e4aba 87%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #814ec4 0%,#9e4aba 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#814ec4', endColorstr='#9e4aba',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
}
/* Skew */
.button-skew {
    position: relative;
    text-align: center;
    margin-right: 21px;
    -moz-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.button-skew span {
    display: inline-block;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.button-skew i {
    background-color: inherit;
    position: absolute;
    height: 100%;
    margin-right: -32px;
    right: 0;
    top: 0;
    padding: 12px 12px;
    line-height: normal;
}
.button-skew i:before {
    display: inline-block;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.button-skew.button-sm i {
    padding: 7px 10px;
    margin-right: -27px;
}
.button-skew.button-lg i {
    padding: 25px 15px;
    margin-right: -40px;
}
.button-skew.button-xl i {
    padding: 35px 22px;
    margin-right: -55px;
}
/* Graphical */

.site-button.graphical {
    color: #fff;
    border-radius: 3px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 3px -1px rgba(45, 60, 72, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.site-button.graphical:active {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25) inset
}
/* 3D */

.site-button.button-3d {
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    border-left: none;
    border-right: none;
    border-top: none;
}
/* Outline */


.text-white .site-button.outline {
	color:#fff;
}
.site-button.outline{
	color:var(--color-primary);
    background: none;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
}
.site-button.outline:focus,
.site-button.outline:active,
.site-button.outline:hover{
	color: #fff;
    background: var(--color-primary);
    border-color: var(--color-primary);
}
.site-button.outline-2 {
	border-width: 2px;
}
.site-button.outline.radius-xl,
.site-button.outline-2.radius-xl {
	border-radius:100px;
}
/* white */

.site-button.outline.white{
    color: #e7e7e7;
    border-color: #e7e7e7;
}
.site-button.outline.white:hover,
.site-button.outline.white:active,
.site-button.outline.white:focus{
    color: #666666;
    background: #fff;
    border-color: #fff;
}
/* black */

.site-button.outline.black {
    color: #171717;
    border-color: #171717;
}
.site-button.outline.black:hover,
.site-button.outline.black:active,
.site-button.outline.black:focus{
    color: #fff;
    background: #171717;
    border-color: #171717;
}
/* gray */

.site-button.outline.gray{
    color: #666666;
    border-color: #666666;
}
.site-button.outline.gray:hover,
.site-button.outline.gray:active,
.site-button.outline.gray:focus{
    color: #fff;
    background: #666666;
    border-color: #666666;
}
/* pink */

.site-button.outline.pink {
    color: #e63f75;
    border-color: #e63f75;
}
.site-button.outline.pink:hover,
.site-button.outline.pink:active,
.site-button.outline.pink:focus{
    color: #fff;
    background: #e63f75;
    border-color: #e63f75;
}
/* blue */

.site-button.outline.blue {
    color: #42b8d4;
    border-color: #42b8d4;
}
.site-button.outline.blue:hover,
.site-button.outline.blue:active,
.site-button.outline.blue:focus{
    color: #fff;
    background: #42b8d4;
    border-color: #42b8d4;
}
/* green */

.site-button.outline.green {
    color: #35b494;
    border-color: #35b494;
}
.site-button.outline.green:hover,
.site-button.outline.green:active,
.site-button.outline.green:focus{
    color: #fff;
    background: #35b494;
    border-color: #35b494;
}
/* orange */

.site-button.outline.orange {
    color: #e56713;
    border-color: #e56713;
}
.site-button.outline.orange:hover,
.site-button.outline.orange:active,
.site-button.outline.orange:focus{
    color: #fff;
    background: #e56713;
    border-color: #e56713;
}
/* red */

.site-button.outline.red {
    color: #d93223;
    border-color: #d93223;
}
.site-button.outline.red:hover,
.site-button.outline.red:active,
.site-button.outline.red:focus{
    color: #fff;
    background: #d93223;
    border-color: #d93223;
}
/* brown */

.site-button.outline.brown {
    color: #69441f;
    border-color: #69441f;
}
.site-button.outline.brown:hover,
.site-button.outline.brown:active,
.site-button.outline.brown:focus{
    color: #fff;
    background: #69441f;
    border-color: #69441f;
}
/* yellow */

.site-button.outline.yellow {
    color: #EFBB20;
    border-color: #EFBB20;
}
.site-button.outline.yellow:hover,
.site-button.outline.yellow:active,
.site-button.outline.yellow:focus{
    color: #fff;
    background: #EFBB20;
    border-color: #EFBB20;
}
/* purple */

.site-button.outline.purple{
    color: #ae1af7;
    border-color: #ae1af7;
}
.site-button.outline.purple:hover,
.site-button.outline.purple:active,
.site-button.outline.purple:focus{
    color: #fff;
    background: #EFBB20;
    border-color: #EFBB20;
}
/* button text link */

.site-button-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    font-weight: 400;
	padding: 3px 5px;
}
.site-button-link:hover{
	color:var(--color-primary);
}
.site-button-link i {
    margin-left: 10px;
}
/* white */

.site-button-link.white {
    color: #e7e7e7;
}
.site-button-link.white:hover,
.site-button-link.white:active,
.site-button-link.white:focus {
    color: #CCC;
}
/* black */

.site-button-link.black {
    color: #171717;
}
.site-button-link.black:hover,
.site-button-link.black:active,
.site-button-link.black:focus {
    color: #000;
}
/* Gray */

.site-button-link.gray {
    color: #666666;
}
.site-button-link.gray:hover,
.site-button-link.gray:active,
.site-button-link.gray:focus {
    color: #555555;
}
/* pink */

.site-button-link.pink {
    color: #e63f75;
}
.site-button-link.pink:hover,
.site-button-link.pink:active,
.site-button-link.pink:focus {
    color: #EF2C75;
}
/* Blue */

.site-button-link.blue {
    color: #42b8d4;
}
.site-button-link.blue:hover,
.site-button-link.blue:active,
.site-button-link.blue:focus {
    color: #00B5CC;
}
/* Green */

.site-button-link.green {
    color: #35b494;
}
.site-button-link.green:hover,
.site-button-link.green:active,
.site-button-link.green:focus {
    color: #26a585;
}
/* Orange */

.site-button-link.orange {
    color: #E56713;
}
.site-button-link.orange:hover,
.site-button-link.orange:active,
.site-button-link.orange:focus {
    color: #d55703;
}
/* Red */

.site-button-link.red {
    color: #D93223;
}
.site-button-link.red:hover,
.site-button-link.red:active,
.site-button-link.red:focus {
    color: #c51e0f;
}
/* Brown */

.site-button-link.brown {
    color: #69441F;
}
.site-button-link.brown:hover,
.site-button-link.brown:active,
.site-button-link.brown:focus {
    color: #5f3a15;
}
/* Yellow */

.site-button-link.yellow {
    color: #ecc731;
}
.site-button-link.yellow:hover,
.site-button-link.yellow:active,
.site-button-link.yellow:focus {
    color: ##d4af19;
}
/* purple */

.site-button-link.purple {
    color: #ae1af7;
}
.site-button-link.purple:hover,
.site-button-link.purple:active,
.site-button-link.purple:focus {
    color: #9804e1;
}
/* Dropdown */
.dropdown-menu > li > a{
	padding:10px 20px;
}
/* Box Shadow */

/* black */
.site-button.box-shadow.black {
	box-shadow:0 5px 10px 2px rgba(0, 0, 0, 0.19);
}

/* gray */
.site-button.box-shadow.gray {
	box-shadow:0 5px 10px 2px rgba(85, 85, 85, 0.19);
}

/* pink */
.site-button.box-shadow.pink {
	box-shadow:0 5px 10px 2px rgba(239, 44, 177, 0.19);
}

/* blue */
.site-button.box-shadow.blue {
	box-shadow:0 5px 10px 2px rgba(0, 181, 104, 0.19);
}

/* green */
.site-button.box-shadow.green {
	box-shadow:0 5px 10px 2px rgba(36, 176, 147, 0.19);
}

/* orange */
.site-button.box-shadow.orange {
	box-shadow:0 5px 10px 2px rgba(223, 136, 0, 0.19);
}

/* red */
.site-button.box-shadow.red {
	box-shadow:0 5px 10px 2px rgba(242, 45, 78, 0.19);
}

/* brown */
.site-button.box-shadow.brown {
	box-shadow:0 5px 10px 2px rgba(56, 58, 76, 0.19);
}

/* yellow */
.site-button.box-shadow.yellow {
	box-shadow:0 5px 10px 2px rgba(239, 168, 18, 0.19);
}

/* purple */
.site-button.box-shadow.purple {
	box-shadow:0 5px 10px 2px rgba(120, 82, 169, 0.19);
}
/* Circle */
.site-button.circle-sm {
	width:28px;
	height:28px;
	padding: 0;
	border-radius:40px;
	font-size:12px;
	line-height: 28px;
}
.site-button.circle {
	width:40px;
	height:40px;
	padding: 0;
	border-radius:40px;
	line-height: 39px;
}
.site-button.circle-lg {
	border-radius: 40px;
    font-size: 20px;
    height: 55px;
    padding: 0;
    width: 55px;
	line-height: 54px;
}

.site-button.sharp-sm {
	width:28px;
	height:28px;
	padding: 0;
	font-size:12px;
	line-height: 28px;
}
.site-button.sharp {
	width:40px;
	height:40px;
	padding: 0;
	line-height: 39px;
}
.site-button.sharp-lg {
    font-size: 20px;
    height: 55px;
    padding: 0;
    width: 55px;
	line-height: 54px;
}
.site-button.outline.sharp-sm,
.site-button.outline.circle-sm{
	line-height: 27px;
}
/* Social Icon */
/* .site-button.facebook,
.site-button.google-plus,
.site-button.instagram,
.site-button.linkedin,
.site-button.twitter,
.site-button.youtube,
.site-button.whatsapp{
	border-radius:3px;
} */
/* Social icon link */
.site-button-link.facebook{
	color:#3B5998;
}
.site-button-link.google-plus{
	color:#DE4E43;
}
.site-button-link.linkedin{
	color:#007BB6;
}
.site-button-link.instagram{
	color:#8A5A4E;
}
.site-button-link.twitter{
	color:#1EA1F3;
}
.site-button-link.youtube{
	color:#CE201F;
}
.site-button-link.whatsapp{
	color:#01C854;
}

.site-button-link.facebook.hover,
.site-button-link.google-plus.hover,
.site-button-link.linkedin.hover,
.site-button-link.instagram.hover,
.site-button-link.twitter.hover,
.site-button-link.youtube.hover,
.site-button-link.whatsapp.hover{
	color:inherit;
}

.site-button-link.facebook.hover:hover,
.site-button-link.facebook.hover:focus,
.site-button-link.facebook.hover:active{
	color:#3b5998;
}
.site-button-link.google-plus.hover:hover,
.site-button-link.google-plus.hover:focus,
.site-button-link.google-plus.hover:active{
	color:#de4e43;
}
.site-button-link.linkedin.hover:hover,
.site-button-link.linkedin.hover:focus,
.site-button-link.linkedin.hover:active{
	color:#007bb6;
}
.site-button-link.instagram.hover:hover,
.site-button-link.instagram.hover:focus,
.site-button-link.instagram.hover:active{
	color:#8a5a4e;
}
.site-button-link.twitter.hover:hover,
.site-button-link.twitter.hover:focus,
.site-button-link.twitter.hover:active{
	color:#1ea1f3;
}
.site-button-link.youtube.hover:hover,
.site-button-link.youtube.hover:focus,
.site-button-link.youtube.hover:active{
	color:#ce201f;
}
.site-button-link.whatsapp.hover:hover,
.site-button-link.whatsapp.hover:focus,
.site-button-link.whatsapp.hover:active{
	color:#01c854;
}



.site-button.facebook{
	background-color:#3B5998;
}
.site-button.facebook:hover,
.site-button.facebook:focus,
.site-button.facebook:active{
	background-color:#4b69a8;
}
.site-button.google-plus{
	background-color:#DE4E43;
}
.site-button.google-plus:hover,
.site-button.google-plus:focus,
.site-button.google-plus:active{
	background-color:#fe6e63;
}
.site-button.linkedin{
	background-color:#007BB6;
}
.site-button.linkedin:hover,
.site-button.linkedin:focus,
.site-button.linkedin:active{
	background-color:#209bd6;
}
.site-button.instagram{
	background-color:#8A5A4E;
}
.site-button.instagram:hover,
.site-button.instagram:focus,
.site-button.instagram:active{
	background-color:#aa7a6e;
}
.site-button.twitter{
	background-color:#1EA1F3;
}
.site-button.twitter:hover,
.site-button.twitter:focus,
.site-button.twitter:active{
	background-color:#0e91e3;
}
.site-button.youtube{
	background-color:#CE201F;
}
.site-button.youtube:hover,
.site-button.youtube:focus,
.site-button.youtube:active{
	background-color:#ee403f;
}
.site-button.whatsapp{
	background-color:#01C854;
}
.site-button.whatsapp:hover,
.site-button.whatsapp:focus,
.site-button.whatsapp:active{
	background-color:#00a834;
}

/* Social Icon Outline */
.site-button.facebook.outline,
.site-button.google-plus.outline,
.site-button.instagram.outline,
.site-button.linkedin.outline,
.site-button.twitter.outline,
.site-button.youtube.outline,
.site-button.whatsapp.outline{
	background-color:rgba(0,0,0,0);
	border: 1px solid;
}
.site-button.facebook.outline{
	color:#3B5998;
}
.site-button.google-plus.outline{
	color:#DE4E43;
}
.site-button.linkedin.outline{
	color:#007BB6;
}
.site-button.instagram.outline{
	color:#8A5A4E;
}
.site-button.twitter.outline{
	color:#1EA1F3;
}
.site-button.youtube.outline{
	color:#CE201F;
}
.site-button.whatsapp.outline{
	color:#01C854;
}
/* Outline Hover */
.site-button.facebook.outline:hover,
.site-button.facebook.outline:focus,
.site-button.facebook.outline:active{
	background-color:#4b69a8;
	color:#fff;
}
.site-button.google-plus.outline:hover,
.site-button.google-plus.outline:focus,
.site-button.google-plus.outline:active{
	background-color:#fe6e63;
	color:#fff;
}
.site-button.linkedin.outline:hover,
.site-button.linkedin.outline:focus,
.site-button.linkedin.outline:active{
	background-color:#209bd6;
	color:#fff;
}
.site-button.instagram.outline:hover,
.site-button.instagram.outline:focus,
.site-button.instagram.outline:active{
	background-color:#aa7a6e;
	color:#fff;
}
.site-button.twitter.outline:hover,
.site-button.twitter.outline:focus,
.site-button.twitter.outline:active{
	background-color:#0e91e3;
	color:#fff;
}
.site-button.youtube.outline:hover,
.site-button.youtube.outline:focus,
.site-button.youtube.outline:active{
	background-color:#ee403f;
	color:#fff;
}
.site-button.whatsapp.outline:hover,
.site-button.whatsapp.outline:focus,
.site-button.whatsapp.outline:active{
	background-color:#00a834;
	color:#fff;
}
.site-button.outline{
	border-color:var(--color-primary);
}
@media only screen and (max-width: 991px) {
    .button-layout .site-button-link,
	.button-layout .site-secondry,
	.button-layout .site-button,
	.button-layout .btn {
		 margin-bottom:10px;
	}
}
/* filter buttons css */
.site-filters {
    margin-bottom: 30px;
}
.site-filters ul {
    margin: 0;
    list-style: none;
}
.site-filters li {
    display: inline-block;
    padding: 0;
	margin-bottom:3px;
}
.site-filters li.btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none !important;
	border: 0;
}
.site-filters li input {
    display: none;
}
.site-filters a {
    margin: 0 5px 5px 0;
}
.site-filters .active > [class*="site-button"] {
    color: #fff;
    background-color: var(--color-primary);
}
.site-filters.center {
    text-align: center;
}
.site-filters.center ul {
    display: inline-block;
    margin: auto;
}
.site-filters.center [class*="site-button"] {
    display: inline-block;
    margin: 0 5px 10px;
    text-transform: uppercase;
}
.mas-1 .card-container{
	margin-left:-1px;
}
/* Site Filters Style */
/* Site Filters Style */
.site-filters.style1 li a {
    color: #000316;
    font-weight: 400;
    margin: 0;
	padding: 0 15px;
	position: relative;
}
.site-filters.style1 li:last-child a:after{
	position:relative;
}
.site-filters.style1 li a:after {
	background-color: #000316;
    content: "";
    height: 100%;
    opacity: 0.2;
    position: absolute;
    right: -2px;
    top: 0;
    transform: skew(-20deg, -20deg);
    -moz-transform: skew(-20deg, -20deg);
    -webkit-transform: skew(-20deg, -20deg);
    -o-transform: skew(-20deg, -20deg);
    width: 2px;
}
.site-filters.style1 li.active a,
.site-filters.style1.white li.active a{
	color: var(--color-primary);
}
.site-filters.style1.white li a:after {
	background-color: #fff;
}
.site-filters.style1.white li a{
	color:#bfbfbf;
}
.site-filters .site-button.outline{
	border-color: var(--color-primary);
}
.site-filters.filters-sm li a{
	padding:5px 20px;
	font-size:13px;
	font-weight: 500;
}
.site-filters.gray li a{
	background-color: #e0e3f6;
	color:#000;
}
.site-filters .button-sm{
	font-size: 13px;
    padding: 5px 20px;
}

@media only screen and (max-width: 480px) {
    .site-filters.center [class*="site-button"] {
        margin: 0 1px 5px;
        padding: 5px 10px;
        font-size: 12px;
    }
}
/*== >Title separators ====== */

.dlab-separator-outer {
    overflow: hidden;
}
.dlab-separator.m-b0 {
	margin-bottom:0;
}
.dlab-separator {
    display: inline-block;
    height: 2px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
}
.dlab-separator.style-liner {
    width: 20px;
}
.dlab-separator.style-icon {
    width: 30px;
    height: auto;
    text-align: center;
    font-size: 20px;
}
.dlab-separator[class*="style-"]:after,
.dlab-separator[class*="style-"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 70px;
    height: 2px;
    background: #eee;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dlab-separator[class*="style-"]:before {
    left: auto;
    right: 40px;
}
.dlab-separator.style-skew {
    width: 15px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
.dlab-separator.style-skew[class*="style-"]:after,
.dlab-separator.style-skew[class*="style-"]:before {
    width: 80px;
    height: 4px;
    left: 20px;
	background-color:var(--color-primary);
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg);
}
.dlab-separator.style-skew[class*="style-"]:before {
    right: 20px;
    left: auto;
}
.dlab-separator.bnr-title{
	height:1px;
	width: 155px;
	opacity: 0.5;
}
.dlab-separator.bnr-title:before {
    height: inherit;
    right: -80px;
    width: 25px;
}
.dlab-separator.bnr-title:after {
    height: inherit;
    right: -90px;
    top: 0;
    width: 6px;
}
.dlab-separator.bnr-title:before,
.dlab-separator.bnr-title:after{
	position:absolute;
	content:"";
	background-color:inherit;
}
.dlab-separator.bnr-title i {
    background-color: inherit;
    display: block;
    height: inherit;
    position: absolute;
    right: -50px;
    width: 45px;
}
/*== >Deviders ====== */

.dlab-divider {
    height: 1px;
    position: relative;
    margin: 30px 0;
}
.dlab-divider.tb20{
	margin:20px 0;
}
.dlab-divider.tb15{
	margin:15px 0;
}
.dlab-divider.tb10{
	margin:10px 0;
}
.dlab-divider.tb0{
	margin:0;
}
.dlab-divider.divider-2px {
    height: 2px;
}
.dlab-divider.divider-3px {
    height: 3px;
}
.dlab-divider.divider-4px {
    height: 4px;
}
.dlab-divider i {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dlab-divider.icon-left {
    margin-left: 40px;
}
.dlab-divider.icon-left i {
    left: -40px;
}
.dlab-divider.icon-right {
    margin-right: 40px;
}
.dlab-divider.icon-right i {
    left: auto;
    right: -40px;
}
.dlab-divider.icon-center i {
    left: 50%;
    margin-left: -5px;
}
/*== >Lists & bullets ====== */

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-icon-box,
.list-chevron-circle,
.list-hand-point,
.list-cup,
.list-pen,
.list-heart,
.list-star {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-icon-box li,
.list-chevron-circle li,
.list-hand-point li,
.list-cup li,
.list-pen li,
.list-heart li,
.list-star li {
    padding: 5px 5px 5px 30px;
    position: relative;
}
.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-icon-box li:before,
.list-chevron-circle li:before,
.list-hand-point li:before,
.list-cup li:before,
.list-pen li:before,
.list-heart li:before,
.list-star li:before {
    font-family: "themify";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    font-size: 15px;
    color: #777;
}
ul[class*="list-"]{
	font-size:17px;
}

.list-circle li:before {
    font-size: 16px;
}
.list-circle li:before {
    content: "\e724";
}
.list-angle-right li:before {
    content: "\e628";
}
.list-arrow li:before {
    content: "\e661";
}
.list-check li:before {
    content: "\e64c";
}
.list-checked li:before {
    content: "\e64d";
	font-family: 'themify';
	font-size: 15px;
}
.list-icon-box li:before {
    content: "\e6e8";
}
.list-chevron-circle li:before {
    content: "\e65d";
}
.list-hand-point li:before {
    content: "\e71b";
}
.list-star li:before {
    content: "\e60a";
}
.list-cup li:before {
    content: "\e641";
}
.list-pen li:before {
    content: "\e61c";
}
.list-heart li:before {
    content: "\e634";
}
/*listing before icon color css*/

.primary li:before {
    color: var(--color-primary);
}
.secondry li:before {
    color: #77C04B;
}
.black li:before {
    color: #000;
}
.white li:before {
    color: #fff;
}
.orange li:before {
    color: #FF6600;
}
.green li:before {
    color: #00CC00;
}
.red li:before {
    color: #FF3737;
}
.no-margin {
    margin: 0 0 0 !important;
    list-style: none;
}
/*listing before numbers*/
.list-num-count {
    counter-reset: li;
    padding-left: 0;
}
.list-num-count > li {
    position: relative;
    margin: 0 0 6px 30px;
    padding: 4px 8px;
    list-style: none;
}
.list-num-count > li:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -28px;
    width: 28px;
    height: 28px;
    padding: 5px;
    color: #fff;
    background: var(--color-primary);
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.list-num-count.lower-alpha > li:before {
    content: counter(li, lower-alpha);
}
.list-num-count.upper-alpha > li:before {
    content: counter(li, upper-alpha);
}
.list-num-count.upper-roman > li:before {
    content: counter(li, upper-roman);
}
.list-num-count.no-round > li:before {
    background-color: rgba(0, 0, 0, 0);
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    height: auto;
    left: -30px;
    margin: 0;
    width: auto;
}
.rounded[class*="list-"] li:before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.rounded[class*="list-"] li:hover:before {
	transform:scale(1.5);
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-o-transform:scale(1.5);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.reverse.primary[class*="list-"] li:hover:before {
	background-color:var(--color-primary);
	color:#fff;
}
.rounded[class*="list-"] li {
    padding: 10px 0 10px 45px;
}
.rounded[class*="list-"] li {
    padding: 10px 0 10px 45px;
}
.rounded.border{
	border:0 !important;
}
.rounded.border[class*="list-"] li:before  {
	background-color:rgba(0,0,0,0);
	border:1px solid;
	line-height: 28px;
}
/* List Style Box */
[class*="list-"].list-box > li {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    color: #000000;
    margin-bottom: 6px;
	padding: 10px 20px 10px 50px;
	
}
[class*="list-"].list-box > li:before{
	background: var(--color-primary) none repeat scroll 0 0;
    border-radius: 4px 0 0 4px;
    color: #ffffff;
    display: table-cell;
    height: 100%;
    padding: 10px 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 40px;
}
[class*="list-"].list-box > li{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
[class*="list-"].style1.list-box > li{
	margin-left:42px;
	border-radius: 0 4px 4px 0;
	padding: 10px 20px 10px 20px;
}
[class*="list-"].style1.list-box > li:before{
	left:-42px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
[class*="list-"].style2.list-box > li{
	padding: 10px 20px 10px 60px;
}
[class*="list-"].style2.list-box > li:after{
	font-family: "Font Awesome 5 Free";
	font-weight:600;
	content:"\f0da";
	left:39px;
	position:absolute;
	top:50%;
	color:var(--color-primary);
	font-size: 18px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
[class*="list-"].list-box > li:hover,
[class*="list-"].style2.list-box > li:hover{
	transform:scale(1.05);
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
}
[class*="list-"].style1.list-box > li:hover{
	transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
}
[class*="list-"].style1.list-box > li:hover:before{
	transform:scale(1.2);
	-o-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
[class*="list-"].list-box.reverse > li:before{
	color:var(--color-primary);
	background:#fff;
	border-right:1px solid rgba(0,0,0,0.1);
}
/*== >Tabs ========= */
/*tabs style 1 [ defult ]*/

.dlab-tabs .tab-pane {
    padding: 20px 0;
}
.dlab-tabs .nav-tabs > li > a {
	background: #f6f7f8; 
    color: #3d474a;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
	margin-bottom:0;
	display: inline-block;
	padding: 10px 20px;
}
.dlab-tabs .nav-tabs > li > a.active,
.dlab-tabs .nav-tabs > li > a.active:focus,
.dlab-tabs .nav-tabs > li > a.active:hover {
    background-color: #fff;
    border-color: #ebedf2;
    border-bottom: 1px solid #FFF;
}
.dlab-tabs .nav > li > a:focus,
.dlab-tabs .nav > li > a:hover {
    background-color: transparent;
}
.dlab-tabs .nav li a:hover {
    border: 1px solid transparent;
}
.dlab-tabs .nav-tabs > li > a i {
    color: var(--color-primary);
    margin-right: 5px;
}
/*tabs bg  [ tabs background ]*/

.dlab-tabs.bg-tabs .nav-tabs > li > a {
    border: 1px solid #ebedf2;
    background-color: #efefef;
    margin-right: 2px;
}
.dlab-tabs.bg-tabs .nav-tabs > li > a.active {
    border-bottom: 1px solid transparent;
    background-color: #fff;
}
.dlab-tabs.vertical.bg-tabs .nav-tabs > li > a {
    border: 1px solid #ebedf2;
}
.dlab-tabs.vertical.bg-tabs .nav-tabs > li > a.active {
    border-right: 1px solid transparent;
}
.dlab-tabs.vertical.right.bg-tabs .nav-tabs > li > a {
    border: 1px solid #ebedf2;
}
.dlab-tabs.vertical.right.bg-tabs .nav-tabs > li > a.active {
    border-left: 1px solid transparent;
}
/*tabs bg & top border  [ tabs background & top border in active ]*/

.dlab-tabs.border{
	border:0;
}
.dlab-tabs.border-top{
	border-top:0;
}
.dlab-tabs.border-top .nav-tabs > li > a.active {
    border-top: 2px solid var(--color-primary);
    padding: 9px 15px 10px;
}
/*tabs style 2 [ content with border outer ]*/

.dlab-tabs.border .tab-pane {
    padding: 20px;
    border: 1px solid #ebedf2;
    margin-top: -1px;
}
/*tabs style 3  [ left-nav ]*/

.dlab-tabs.vertical .nav-tabs {
    float: left;
    width: 200px;
    border-bottom: none;
    border-right: 1px solid #ebedf2;
}
.dlab-tabs.vertical .tab-pane {
    padding: 10px 0 10px 20px;
}
.dlab-tabs.vertical .nav-tabs li {
    float: none;
    margin-right: -1px;
	display: block;
	width: 100%;
}
.dlab-tabs.vertical .nav-tabs li a {
    margin-right: 0;
    border-right: none;
	display:block;
	width:100%;
}
.dlab-tabs.vertical .nav-tabs li a.active {
    border-bottom: 1px solid #ebedf2;
}
.dlab-tabs.vertical .tab-content {
    border-left: 1px solid #ebedf2;
    margin-left: 199px;
}
/*tabs style 4  [ left-nav & content with border ]*/

.dlab-tabs.vertical.border .tab-pane {
    padding: 20px;
    margin-left: -1px;
}
/*tabs style 5  [ right-nav ]*/

.dlab-tabs.vertical.right .nav-tabs {
    border-left: 1px solid #ebedf2;
    border-right: none;
    float: right;
}
.dlab-tabs.vertical.right .nav-tabs li {
    margin-right: 0;
    margin-left: -1px;
}
.dlab-tabs.vertical.right .nav-tabs li a {
    border-right: 1px solid transparent;
    border-left: none;
}
.dlab-tabs.vertical.right .nav-tabs li a.active {
    border-right: 1px solid #ebedf2;
    border-left: none;
}
.dlab-tabs.vertical.right .tab-content {
    border-left: none;
    border-right: 1px solid #ebedf2;
    margin-right: 199px;
    margin-left: 0;
}
.dlab-tabs.vertical.right .tab-pane {
    padding: 10px 20px 10px 0;
}
/* Tabs Style Button  */
.tabs-site-button .nav-tabs{
	border:0;
}
.tabs-site-button .nav-tabs li a{
	padding: 12px 20px;
}	
.tabs-site-button .nav-tabs li a,
.tabs-site-button .nav-tabs li a:hover,
.tabs-site-button .nav-tabs li a:focus{
	background: #f8f8f8 none repeat scroll 0 0;
    border: 0 none;
}
.tabs-site-button .nav-tabs li a.active:focus,
.tabs-site-button .nav-tabs li a.active:hover,
.tabs-site-button .nav-tabs li a.active{
	background-color: var(--color-primary);
	color:#fff;
	border:0;
}
.tabs-site-button .nav-tabs li a.active i{
	color:#fff;
}
@media only screen and (max-width: 767px) {
	.tabs-site-button .nav-tabs li a{
		padding: 13px 20px;
	}	
}
/*tabs style 6  [ right-nav & content with border ]*/

.dlab-tabs.vertical.right.border .tab-pane {
    padding: 20px;
    margin-right: -1px;
}
/*== >Accordians =====*/

.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.dlab-accordion .panel {
    border: none;
    border-radius: 0;
    margin-bottom: -1px;
}
.acod-head {
    position: relative;
}
.acod-title {
    margin-top: 0;
    margin-bottom: 0;
}
.acod-head .fa {
    margin-right: 5px;
}
.acod-head a {
    display: block;
    padding: 17px 40px 17px 25px;
    border: 1px solid #dddddd;
	border-radius: 5px;
	
}
.acod-head a,
.acod-head a:hover,
.acod-head a.collapsed:hover {
    color: #fff;
}
.acod-head a.collapsed,
.acod-head a.collapsed:after {
    color: #fff;
}
.acod-head a:after {
    font-family:"themify";
    content: "\e622";
    float: right;
    color: var(--color-primary);
    font-size: 16px;
	letter-spacing: -2px;
    position: absolute;
    right: 20px;
	top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.acod-head a.collapsed:after {
    content: "\e61a";
	font-size:16px;
	font-family: "themify";
}
.acod-body {
    border-left: 1px solid #ebedf2;
    border-right: 1px solid #ebedf2;
    border-bottom: 1px solid #ebedf2;
    border-top: 1px solid transparent;
    margin-top: -1px;
	border-radius: 0 0 4px 4px;
}
.acod-content {
    margin: 20px;
}

/* accordian Style  */
.accdown1 .acod-head a:after {
    content: "\e64b";
}
.accdown1 .acod-head a.collapsed:after {
    content: "\e649";
}

/*== accordian rounded corners ==*/
.dlab-accordion.rounded .panel:first-child .acod-head a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.dlab-accordion.rounded .panel:last-child .acod-head a.collapsed {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dlab-accordion.rounded .panel:last-child .acod-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dlab-accordion.rounded .panel:last-child .acod-body.in {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*== accordian space between panel ==*/

.dlab-accordion.space .panel {
    margin-bottom: 5px;
}
.dlab-accordion.rounded.space .panel .acod-head a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.dlab-accordion.rounded.space .panel .acod-head a.collapsed {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dlab-accordion.rounded.space .panel .acod-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*== accordian background for title ==*/

.dlab-accordion.bg-title .acod-head a {
    background-color: #F7F8FA;
}
/*== accordian no cover border with content area ==*/

.dlab-accordion.no-cover .acod-body {
    border: none;
}
.dlab-accordion.no-cover .acod-content {
    padding-left: 20px;
    margin-right: 10px;
    border-left: 2px solid #e8e8e8;
    position: relative;
}
.dlab-accordion.no-cover .acod-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 2px solid #e8e8e8;
}
/*== accordian title bottom bordered ==*/

.dlab-accordion.border-bottom .acod-head a {
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 0;
}
/* Accordion Color and Background Grediyant */
.dlab-accordion.primary .acod-head a{
	background-color:var(--color-primary);
	color:#fff;
	border:0;
}
.dlab-accordion.primary .acod-head a:hover{
	color:#fff;
}
.dlab-accordion.primary .acod-head a:after{
	color:#fff;
}
.dlab-accordion.primary.active-bg .acod-head .collapsed{
	background-color:#fff;
}
.dlab-accordion.primary.active-bg .acod-head a.collapsed:after,
.dlab-accordion.primary.active-bg .acod-head .collapsed{
	color:#000;
}
.dlab-accordion.primary.active-bg .acod-head .collapsed{
	border:1px solid #ebedf2; 
}
/* gradient1 */
.dlab-accordion.gradient-1 .acod-head a{
	background: #0046c6; /* Old browsers */
	background: -moz-linear-gradient(45deg, #0046c6 0%, #c927f1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #0046c6 0%,#c927f1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #0046c6 0%,#c927f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0046c6', endColorstr='#c927f1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#fff;
	border:0;
}
.dlab-accordion.gradient-2 .acod-head a{
	background: #ff90e1; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ff90e1 0%, #28b1ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ff90e1 0%,#28b1ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ff90e1 0%,#28b1ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff90e1', endColorstr='#28b1ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#fff;
	border:0;
}
.dlab-accordion.gradient-1 .acod-head a:hover,
.dlab-accordion.gradient-2 .acod-head a:hover{
	color:#fff;
}
.dlab-accordion.gradient-1 .acod-head a:after,
.dlab-accordion.gradient-2 .acod-head a:after{
	color:#fff;
}
.dlab-accordion.gradient-1.active-bg .acod-head .collapsed,
.dlab-accordion.gradient-2.active-bg .acod-head .collapsed{
	background:#fff;
}
.dlab-accordion.gradient-1.active-bg .acod-head a.collapsed:after,
.dlab-accordion.gradient-2.active-bg .acod-head a.collapsed:after,
.dlab-accordion.gradient-1.active-bg .acod-head .collapsed,
.dlab-accordion.gradient-2.active-bg .acod-head .collapsed{
	color:#000;
}
.dlab-accordion.gradient-1.active-bg .acod-head .collapsed,
.dlab-accordion.gradient-2.active-bg .acod-head .collapsed{
	border:1px solid #ebedf2; 
}
/* Green */
.dlab-accordion.green .acod-head a{
	background-color:#24A88D;
	color:#fff;
	border:0;
}
.dlab-accordion.green .acod-head a:hover{
	color:#fff;
}
.dlab-accordion.green .acod-head a:after{
	color:#fff;
}
.dlab-accordion.green.active-bg .acod-head .collapsed{
	background-color:#fff;
}
.dlab-accordion.green.active-bg .acod-head a.collapsed:after,
.dlab-accordion.green.active-bg .acod-head .collapsed{
	color:#000;
}
.dlab-accordion.green.active-bg .acod-head .collapsed{
	border:1px solid #ebedf2; 
}
/* Yellow */
.dlab-accordion.yellow .acod-head a{
	background-color:#efb822;
	color:#fff;
	border:0;
}
.dlab-accordion.yellow .acod-head a:hover{
	color:#fff;
}
.dlab-accordion.yellow .acod-head a:after{
	color:#fff;
}
.dlab-accordion.yellow.active-bg .acod-head .collapsed{
	background-color:#fff;
}
.dlab-accordion.yellow.active-bg .acod-head a.collapsed:after,
.dlab-accordion.yellow.active-bg .acod-head .collapsed{
	color:#000;
}
.dlab-accordion.yellow.active-bg .acod-head .collapsed{
	border:1px solid #ebedf2; 
}
/* red */
.dlab-accordion.red .acod-head a{
	background-color:#ef516c;
	color:#fff;
	border:0;
}
.dlab-accordion.red .acod-head a:hover{
	color:#fff;
}
.dlab-accordion.red .acod-head a:after{
	color:#fff;
}
.dlab-accordion.red.active-bg .acod-head .collapsed{
	background-color:#fff;
}
.dlab-accordion.red.active-bg .acod-head a.collapsed:after,
.dlab-accordion.red.active-bg .acod-head .collapsed{
	color:#000;
}
.dlab-accordion.red.active-bg .acod-head .collapsed{
	border:1px solid #ebedf2; 
}
/* blue */
.dlab-accordion.blue .acod-head a{
	background-color:#36a3f7;
	color:#fff;
	border:0;
}
.dlab-accordion.blue .acod-head a:hover{
	color:#fff;
}
.dlab-accordion.blue .acod-head a:after{
	color:#fff;
}
.dlab-accordion.blue.active-bg .acod-head .collapsed{
	background-color:#fff;
}
.dlab-accordion.blue.active-bg .acod-head a.collapsed:after,
.dlab-accordion.blue.active-bg .acod-head .collapsed{
	color:#000;
}
.dlab-accordion.blue.active-bg .acod-head .collapsed{
	border:1px solid #ebedf2; 
}
/*== accordian title bottom bordered with colored ==*/

.dlab-accordion.border-bottom.no-border .acod-head a {
    border: none;
}
.dlab-accordion.no-border .acod-content {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* No Gap */
.no-gap .acod-title a {
    border: 0 none;
    padding: 10px 0;
}
.no-gap .collapse {
    border: 0 none;
}
.no-gap .acod-content {
	margin:10px 0 10px;
}
/* accordian size  */
.acco-sm .acod-head a{
	font-size: 12px;
    padding: 5px 30px 5px 15px;
}
.acco-sm .acod-head a:after{
	font-size: 16px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.acco-lg .acod-head a{
	padding: 18px 40px 18px 25px;
	font-size: 18px;
}
.acco-lg .acod-head a:after{
	font-size: 34px;
	right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.acco-xl .acod-head a{
	font-size: 22px;
    padding: 25px 50px 25px 30px;
}
.acco-xl .acod-head a:after{
	font-size: 34px;
	right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/*== >Carousels ======*/
/* Blog carousel */
.ow-post-info {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.ow-post-title .post-title {
    margin: 0 0 10px;
}
.ow-post-text {
    margin-bottom: 10px;
}
.ow-post-text p:last-child {
    margin: 0;
}
.ow-post-readmore {
    margin-bottom: 10px;
}
.ow-post-meta {
    margin-bottom: 10px;
}
.ow-post-meta ul {
    margin: 0 -4px;
    list-style: none;
}
.ow-post-meta ul li {
    padding: 0;
    display: inline-block;
}
.ow-post-meta li:after {
    content: "/";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
}
.ow-post-meta li:last-child:after {
    display: none;
}
.ow-post-meta a {
    color: #a9a9a9;
}
.ow-post-meta li i {
    color: #7b7b7b;
    margin: 0 5px;
}
.ow-post-tags {
    border-top: 1px solid #E9E9E9;
    padding-top: 10px;
}
.ow-post-tags .post-comment {
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}
.ow-post-tags .post-comment a {
    color: #a9a9a9;
}
.ow-post-tags .post-tags {
    margin: 0 -3px;
    list-style: none;
}
.ow-post-tags .post-tags a {
    border: 1px solid #ebebeb;
    padding: 2px 8px 1px;
    color: #777;
    margin: 0 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
}
.ow-post-tags .post-tags a:hover,
.ow-post-tags .post-tags a:active,
.ow-post-tags .post-tags a:focus {
    border: 1px solid #0098A6;
    color: #0098A6;
}
/* empty media */

.no-image-blog.date-style-2 .ow-post-info {
    padding-top: 70px;
}
/*Event carousel */

.ow-event-info {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.ow-event-title .event-title {
    margin: 0 0 10px;
}
.ow-event-text {
    margin-bottom: 10px;
}
.ow-event-text p:last-child {
    margin: 0;
}
.ow-event-readmore {
    margin-bottom: 10px;
}
.ow-event-meta ul {
    margin: 0;
}
.ow-event-meta ul li {
    color: #a9a9a9;
    font-weight: 600;
    display: inline-block;
    padding-left: 20px;
}
.ow-event-meta ul li i {
    color: #7b7b7b;
}
/* empty media */

.no-image-event.date-style-2 .ow-post-info {
    padding-top: 70px;
}
/*Client carousel */

.ow-client-logo {
    background-color: #fff;
    display: table;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.client-logo-carousel  .owl-stage-outer{
	padding: 10px 0;
}
.client-logo {	
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}
.owl-carousel .ow-client-logo img {

    max-height: 100%;
    width: auto;
    display: inline-block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    padding:10px;
    border-radius:15px !important;
}
/* Blog New Add */
.blog-info{
	background-color: rgba(0, 0, 0, 0.9);
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 7px 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.blog-info li{
	display: inline-block;
    padding: 0 5px 0px 5px;
    font-size: 14px;
}
.blog-info li:not(:last-child){
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.blog-info li:hover,
.blog-info li a:hover{
	color:#fff;
}

/*== >Testimonials ======*/

.testimonial-pic {
    background: #FFF;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid #FFF;
}
.testimonial-pic.radius {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.testimonial-pic.radius img {
    width: 100%;
    height: 100;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.testimonial-pic.shadow {
    -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}
.testimonial-pic.style1{
	border: 0 none;
    height: 100px;
    width: 100px;
}
.quote-left,
.quote-right {
    position: relative;
}
.quote-left:before,
.quote-right:after {
	font-family: "Font Awesome 5 Free";
	font-weight:600;
    position: absolute;
    z-index: 10;
    top: 15px;
}
.quote-left:before {
    content: "\f10d";
    left: 0;
}
.quote-right:after {
    content: "\f10e";
    left: auto;
    right: 0;
}
.testimonial-text {
    padding: 15px;
    position: relative;
	font-size:15px;
	font-weight: 400;
}
.testimonial-detail {
    padding: 5px;
}
.testimonial-name{
    font-size: 18px;
    font-weight: 500;
}
.testimonial-position {
    font-size: 14px;
}
.testimonial-name,
.testimonial-position {
    display: block;
}
.testimonial-text p:last-child {
    margin: 0;
}
/*testimonial with background image*/

.testimonial-bg {
    color: #fff;
}
/*testimonial 1*/

.testimonial-1 {
    text-align: center;
}
.testimonial-1 .testimonial-position {
    color: var(--color-primary);
}
.testimonial-1 .testimonial-name,
.testimonial-1 .testimonial-position {
    display: block;
}
.testimonial-1 .quote-left:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: var(--color-primary);
    color: #FFF;
    text-align: center;
    left: 0;
    top: 65px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
/*testimonial 2*/

.testimonial-2 .testimonial-text,
.testimonial-8 .testimonial-text{
    background-color: #F4F5F7;
    padding: 25px;
}
.testimonial-2 .testimonial-text:after,
.testimonial-8 .testimonial-text:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #F4F5F7;
}
.testimonial-2 .testimonial-detail,
.testimonial-8 .testimonial-detail {
    padding: 25px 0 20px 20px;
}
.testimonial-2 .testimonial-pic,
.testimonial-8 .testimonial-pic {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px;
}
.testimonial-2 .quote-left:before{
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: var(--color-primary);
    color: #FFF;
    text-align: center;
    left: 0;
    top: 65px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.testimonial-2 .testimonial-name,
.testimonial-8 .testimonial-name,
.testimonial-2 .testimonial-position,
.testimonial-8 .testimonial-position {
    padding: 2px 0;
}
.testimonial-2 .testimonial-name,
.testimonial-8 .testimonial-name {
    padding-top: 15px;
}
.testimonial-2 .testimonial-position{
    color: var(--color-primary);
}
.testimonial-2 .quote-left:before {
    top: 50px;
}
/*testimonial 2 with background image*/

.testimonial-2.testimonial-bg .testimonial-text {
    color: #777;
    background-color: rgba(255, 255, 255, 0.9);
}
.testimonial-2.testimonial-bg .testimonial-text:after {
    border-top-color: rgba(255, 255, 255, 0.9);
}
/*testimonial 3*/

.testimonial-3 {
    text-align: center;
}
.testimonial-3 .quote-left:before {
    position: static;
    font-size: 40px;
    color: var(--color-primary);
}
.testimonial-3 .testimonial-position {
    color: var(--color-primary);
}
.testimonial-3 .testimonial-name,
.testimonial-3 .testimonial-position {
    display: inline-block;
}
/*testimonial 4*/

.testimonial-4 {
    background-color: #282a3c;
    position: relative;
    padding: 30px 40px 30px 10px;
    margin-left: 140px;
    min-height: 150px;
}
.testimonial-4:after {
    background-color: #282a3c;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #EFBB20;
	border-color:var(--color-primary);
    content: "";
    position: absolute;
    left: -80px;
    top: 0;
    height: 100%;
    width: 80%;
    z-index: -1;
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.testimonial-4 .testimonial-pic {
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: -110px;
}
.testimonial-4 [class*="quote-"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px;
    border-color: var(--color-primary);
    border-top-color: transparent !important;
    border-left-color: transparent !important;
}
.testimonial-4 [class*="quote-"]:after,
.testimonial-4 [class*="quote-"]:before {
    top: 0;
    right: -20px;
    font-size: 20px;
    color: #fff;
}
.testimonial-4 .testimonial-text,
.testimonial-4 .testimonial-detail {
    padding: 0;
}
.testimonial-4 .testimonial-text {
    margin-bottom: 10px;
}
.testimonial-4 .testimonial-name,
.testimonial-4 .testimonial-position {
    display: inline-block;
}
.testimonial-4 .testimonial-name:after {
    content: "/";
    color: var(--color-primary);
    margin: 0 2px 0 5px;
}
.testimonial-4 .testimonial-name {
    text-transform: uppercase;
}
.testimonial-4 .testimonial-position {
    font-style: italic;
    color: #bebebe;
}
.testimonial-4 .testimonial-pic {
    border-color: var(--color-primary);
    border-width: 3px;
    width: 90px;
    height: 90px;
}
@media only screen and (max-width: 480px) {
    .testimonial-4 .testimonial-pic {
        height: 80px;
        width: 80px;
    }
    .testimonial-4:after {
        transform: skewX(-10deg);
        -moz-transform: skewX(-10deg);
        -webkit-transform: skewX(-10deg);
        -o-transform: skewX(-10deg);
    }
    .testimonial-4 {
        padding: 25px 10px 25px 0px;
        margin-left: 110px;
    }
}

/*testimonial 5*/
.testimonial-5 .testimonial-text {
    border: 2px solid #e6e6e6;
    padding: 30px;
}
.testimonial-5 .testimonial-detail {
    padding: 0 0 0 20px;
    margin-top: -35px;
}
.testimonial-5 .testimonial-pic {
    box-shadow: 0 0 0 2px #e6e6e6;
    width: 70px;
    height: 70px;
}
.testimonial-5 .testimonial-text p {
    font-size: 16px;
    line-height: 30px;
}
.testimonial-5 .info p {
    display: inline-block;
    position: relative;
    top: -10px;
    padding: 0 10px;
}

/*testimonial 6*/
.testimonial-6 .quote-left:before {
    left: 15px;
}
.testimonial-6 .quote-left:before, 
.testimonial-6 .quote-right:after {
    color: #b5b5b5;
    font-size: 18px;
}

/* Testimonial Text */
.testimonial-6 .testimonial-text {
    padding: 25px 35px 70px 40px;
}
.testimonial-6 .testimonial-detail {
    position: relative;
    padding: 10px 15px;
    top: -30px;
    width: 85%;
}
.testimonial-6 .testimonial-pic {
    position: absolute;
    right: 20px;
    top: -50px;
    z-index: 2;
}
.testimonial-6 .quote-left:before,
.testimonial-6 .quote-right:after {
    color: #b5b5b5;
    font-size: 18px;
}
.testimonial-6 .quote-left:before {
    left: 15px;
}
.testimonial-6 .quote-right:after {
    right: 15px;
    bottom: 20px;
    top: auto;
}
.testimonial-6 .testimonial-detail:after {
    background-color: inherit;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -23px;
    top: 0;
    transform: skewX(35deg);
    -moz-transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    width: 50px;
    z-index: 1;
}
/* testimonial 7 */
.testimonial-section{
	 position: relative;
	 z-index: 1;
}
.testimonial-section:after {
    background: #f2f2f2 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 100%;
	 z-index: -1;
}
.testimonial-section .col-md-6{
	padding-left:30px;
	padding-right:30px;
}
.testimonial-section .row{
	margin-left:-30px;
	margin-right:-30px;
}

.testimonial-7 .testimonial-text {
    border: 2px solid #e6e6e6;
    padding: 18px;
}
.testimonial-7 .testimonial-detail {
    padding: 0 0 0 20px;
    margin-top: -35px;
}
.testimonial-7 .testimonial-pic {
    box-shadow: 0 0 0 2px #e6e6e6;
    width: 70px;
    height: 70px;
}
.testimonial-7 .testimonial-text p {
    font-size: 16px;
    line-height: 30px;
}
.testimonial-7 .info p {
    display: inline-block;
    position: relative;
    top: -10px;
    padding: 0 10px;
}
.testimonial-7 .owl-controls .owl-nav {
    bottom: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
}
.testimonial-7 .owl-prev, 
.testimonial-7 .owl-next {
    background-color: #cccccc;
    border: 0 none;
}
@media only screen and (max-width: 991px) {
	.testimonial-section:after{
		left:100%;
	}
	.testimonial-section{
		color:#fff;
	}
	.testimonial-section .col-md-6{
		padding-left:15px;
		padding-right:15px;
	}
	.testimonial-section .row{
		margin-left:-15px;
		margin-right:-15px;
	}
}
@media only screen and (max-width: 767px) {
	.testimonial-section:after{
		content:none;
	}
}
/* Testimonial 8 */
.testimonial-8 .testimonial-text{
	background: #ffffff none repeat scroll 0 0;
    border-radius: 6px 6px 6px 0px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.8s;	
	-moz-transition: all 0.8s;	
	-ms-transition: all 0.8s;	
	-o-transition: all 0.8s;	
	-webkit-transition: all 0.8s;	
}
.testimonial-8 .testimonial-text p{
    font-size: 16px;
    line-height: 30px;
}
.testimonial-8 .testimonial-text:after{
	border-top: 25px solid #fff;
	border-left: 0 solid rgba(0, 0, 0, 0);
}
.testimonial-8 {
    padding: 15px;
	
}
.testimonial-box.owl-theme .owl-dots {
    margin-top: 30px;
    position: unset;
    right: auto;
    text-align: center;
    top: auto;
    transform: translateY(-50%);
    width: auto;
}

.owl-item.active.center .testimonial-text{
	background-color:var(--color-primary);
	color:#fff !important;
}
.owl-item.active.center .testimonial-text p{
    background-color:var(--color-primary);
    color:#fff !important;
}
.owl-item.active.center .testimonial-8 .testimonial-text:after{
	border-top: 25px solid var(--color-primary);
	-webkit-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
.testimonial-8 .testimonial-text:before{
	content: "\f10e";
	bottom: -10px;
    color: #000000;
    font-family: "Font Awesome 5 Free";
	font-weight:600;
    font-size: 80px;
    opacity: 0.05;
    position: absolute;
    right: 10px;
	-webkit-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
/* testimonial-9 */
.testimonial-9{
	background-color:#fff;
	padding: 50px 25px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
	text-align:center
}
.testimonial-9 .testimonial-text{
	padding:0;
}
.testimonial-9 .testimonial-name,
.testimonial-10 .testimonial-name{
	font-weight:600;
	font-size:13px;
	text-transform:uppercase;
	color:#000;
}
.testimonial-9 .testimonial-position,
.testimonial-10 .testimonial-position{
	text-transform:uppercase;
	color:#888q;
	font-size:12px;
	font-style: inherit;
}
.testimonial-9 .testimonial-position p,
.testimonial-10 .testimonial-position p{
	line-height: 26px;
}
.testimonial-9 .testimonial-text,
.testimonial-10 .testimonial-text{
	color: #505050;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}
.testimonial-9 .testimonial-pic{
	margin-bottom:15px;
}
/* testimonial-10 */
.testimonial-10 {
	margin: auto;
    max-width: 600px;
    padding-left: 150px;
    position: relative;
}
.testimonial-10 .testimonial-text{
	padding:0;
}
.testimonial-10 .testimonial-pic {
    border: 0 none;
    height: 130px;
    left: 0;
    position: absolute;
    width: 130px;
	
}
.testimonial-seven.owl-btn-3 .owl-nav button.owl-prev, 
.testimonial-seven.owl-btn-3 .owl-nav button.owl-next{
	margin:0 !important;
}

/*== >Pricing table  ===*/

.pricingtable-inner {
    text-align: center;
}
.pricingtable-price {
    padding: 20px 20px;
    background-color: #fff;
    border: 1px solid #E9E9E9;
}
.pricingtable-bx {
    color: #282a3c;
    font-size: 45px;
    font-weight: 500;
}
.pricingtable-type {
    font-size: 20px;
    text-transform: uppercase;
    font-size: 16px;
}
.pricingtable-type:before {
    content: "/";
    margin-right: 3px;
}
.pricingtable-title {
    background-color: #fff;
    padding: 20px;
    text-transform: uppercase;
}
.pricingtable-title * {
    margin: 0;
    color: #fff;
    font-weight: 800;
}
.pricingtable-features {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #E9E9E9;
}
.pricingtable-features li {
    padding: 12px;
    border-bottom: 1px solid #E9E9E9;
}
.pricingtable-features li i {
    margin: 0 3px;
}
.pricingtable-features li:nth-child(even) {
    background-color: #fff;
}
.pricingtable-features li:last-child {
    border-bottom: none;
}
.pricingtable-footer {
    margin-top: -1px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #E9E9E9;
}
.pricingtable-highlight {
    margin: -20px 0;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 99;
}
.pricingtable-highlight .pricingtable-price {
    padding: 30px 20px;
}
.pricingtable-highlight .pricingtable-footer {
    padding: 30px 20px;
}
.no-col-gap .pricingtable-wrapper {
    margin-left: -1px;
}
/* pricingtable Style 1 */
.pricingtable-wrapper.style1 {
    border: 1px solid #f0f0f0;
    padding: 10px 10px 40px;
	margin-left:-1px;
}
.pricingtable-wrapper.style1 .pricingtable-icon i{
	color: #000000;
    font-size: 48px;
    line-height: 60px;
}
.pricingtable-wrapper.style1 .pricingtable-price{
	background-color:#fff;
	border:0;
}
.pricingtable-wrapper.style1 .pricingtable-bx{
	font-size: 35px;
    font-weight: 300;
}
.pricingtable-wrapper.style1 .pricingtable-features{
	border:0;
}
.pricingtable-wrapper.style1  .pricingtable-features li{
	background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    color: #909090;
    font-weight: 400;
    padding: 8px 0;
    text-align: left;
}
.pricingtable-wrapper.style1  .pricingtable-features{
	width:80%;
	margin:auto;
}
.pricingtable-wrapper.style1  .pricingtable-features li i{
	border: 2px solid;
    border-radius: 20px;
    display: block;
    float: right;
    font-size: 11px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    width: 20px;
}
.pricingtable-wrapper.style1 .button-md {
    font-weight: 400;
    padding: 12px 35px;
}
.pricingtable-wrapper.style1 .pricingtable-type{
	text-transform:capitalize;
}
.pricingtable-wrapper.style2 {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.pricingtable-wrapper.style2 .pricingtable-price{
	padding:0;
	background-color:rgba(0,0,0,0);
	border:0;
}
.pricingtable-wrapper.style2 .pricingtable-bx{
	background:rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #a0a0a0;
    display: inline-block;
    font-size: 13px;
    margin-top: 20px;
    padding: 15px 25px;
	margin-bottom:10px;
}
.pricingtable-wrapper.style2 .pricingtable-bx span{
	font-size: 22px;
}
.pricingtable-wrapper.style2.active{
	margin: -30px -10px 0;
    padding: 60px 30px;
    position: relative;
    z-index: 1;
}
.pricingtable-wrapper.style2.active .pricingtable-bx{
	color:#fff;
}
/*== COUNTERUP ===*/
.counter {
    position: relative;
}
.counter-style-1 .counter,
.counter-style-2 .counter,
.counter-style-3 .counter{
	font-size:50px;
	font-weight:700;
}
.counter-style-1 .counter-text,
.counter-style-2 .counter-text{
	font-size:16px;	
	font-weight: 500;
}
.counter-style-1 .icon{
	font-size:45px;
	margin-right:10px;
}
.counter-style-3.rounded {
    border: 5px solid;
    border-radius: 200px;
    height: 200px;
    width: 200px;
}
.counter-style-3 .counter-text{
	font-size: 18px;
    font-weight: 400;
	margin: 0 auto;
}
.counter-style-4 {
    border: 5px solid rgba(0, 0, 0, 0.1);
	padding: 10px 10px 20px;
}
.counter-style-4 .counter{
	font-size:70px;
	font-weight:500;
}
.counter-style-4 .counter-text{
	font-size:18px;	
	font-weight: 500;
}
.counter-style-4 .icon{
	font-size:45px;
	margin-right:10px;
}

/*== >Alert box =====*/

.alert{
	border-radius: 4px;
	padding: 15px 20px;
}
.alert.alert-sm {
    padding: 5px 15px;
    font-size: 12px;
}
.alert.alert-lg {
    padding: 25px 15px;
    font-size: 16px;
}
.alert.alert-xl {
    padding: 35px 15px;
    font-size: 18px;
}
.alert[class*="alert-"] i {
    margin-right: 8px;
}
.alert.no-radius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.alert.no-bg {
    background-color: transparent;
    border-width: 2px;
}
.alert[class*="alert-"] ul {
    padding-left: 25px;
    margin-top: 10px;
}
.alert[class*="alert-"] ul li:before {
    color: #a94442;
}
/* Alert Color */
.alert-warning{
	background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}
.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}
.alert-info {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085;
}
.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}
.close {
    color: #000000;
    float: right;
   font-size: 30px;
    line-height: 10px;
    font-weight: 400;
    text-shadow: none;
    vertical-align: middle;
}
/*== >Modal pop =====*/

.modal-header {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
}
.modal-footer {
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}
.modal-header {

    padding: 15px 25px;
}
.close
{
    background-color: rgb(231, 234, 240);
    color: rgba(10, 49, 102, 0.7);
   width: 32px;
    height: 32px;
    padding: 0px;
    border: none;
    border-radius: 50%;
}
.modal-body .form-control,input[type=checkbox] + label:before, input[type=radio] + label:before
{
    background:#e7e7e7 !important;
}
.btn-success-submit
{
    border-radius: 80px;
    border-color: rgba(0, 0, 0, 0);
    line-height: 1.32;
    color: rgb(255, 255, 255);
    font-family: inherit;
    font-weight: bold;
    font-size: 15px;
    background-color: rgb(51, 88, 138);
    border-width: 2px;
    min-width: 100%;
    padding: 8px 21px;
}
.modal-content
{
    width:480px;
    padding-top:0px;
    padding-left:32px;
    padding-right:32px;
    padding-bottom:32px;
}
.modal .modal-body
{
    padding:0px !important;
}
@media (max-width:767px)
{
    .modal-content
{
    width:100%;
}
}
.modal-content p
{
    text-align: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.32;
    color: rgb(10, 49, 102);
}
.modal-title
{
    font-weight: bold;
    font-style: normal;
    font-size: 25px;
    line-height: 1.32;
    color: rgb(14, 61, 126);
}
.styleproject:hover
{
    background:#15176c !important;
}
.modal-header
{
    display:block !important;
}
.modal-header .modal-title {
    color: #fff;
}
.modal .modal-body {
    padding: 25px;
}
.modal-xlg {
    width: 1000px;
}
.provider_registration .bootstrap-select div.dropdown-menu ul li a {
    font-weight: 600;
}
.provider_registration .bootstrap-select div.dropdown-menu ul li a span.childcat {
    font-weight: 400;
    color: #7c7c7c;
}
@media only screen and (max-width: 1024px) {
    .modal-xlg {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
}
/*== >Social icons ===*/
/* social icon default */

.dlab-social-icon {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
    text-align: center;
}
.dlab-social-icon li {
    display: inline-block;
    padding: 0;
    font-size: 12px;
}
.dlab-social-icon li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 4px;
}
.dlab-social-icon li .fa {
    vertical-align: middle;
}
/* social icon with border */

.dlab-social-icon.border{
	border:0 !important;
}
.dlab-social-icon.border li {
    padding: 0 3px;
}
.dlab-social-icon.border li a {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
/* social icon dark */

.dlab-social-links.dark li {
    padding: 0 3px;
}
.dlab-social-icon.dark li a {
    border: 1px solid #777777;
    color: #777777;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
/* social share icon style 1*/

.dlab-share-icon li {
    border: none;
    width: 36px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 0;
}
.dlab-share-icon li a {
    color: #FFF;
}
.dlab-share-icon li i {
    border-right: none;
    font-size: 14px;
    color: #FFF;
    width: 36px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
}
.dlab-share-icon li.fb {
    background: #354d89;
}
.dlab-share-icon li.fb i {
    background: #3a5799;
}
.dlab-share-icon li.gp {
    background: #d34b2b;
}
.dlab-share-icon li.gp i {
    background: #e35736;
}
.dlab-share-icon li.tw {
    background: #029fdf;
}
.dlab-share-icon li.tw i {
    background: #00abf0;
}
.dlab-share-icon li.dig {
    background: #1d61aa;
}
.dlab-share-icon li.dig i {
    background: #2B6FB8;
}
.dlab-share-icon li.lin {
    background: #0176be;
}
.dlab-share-icon li.lin i {
    background: #0082CA;
}
.dlab-share-icon li.pin {
    background: #ac0104;
}
.dlab-share-icon li.pin i {
    background: #BD0E15;
}
.dlab-share-icon li:hover {
    width: 90px;
}
/*== >Breadcrumb ====*/

.breadcrumb-row {
    background: #f9f9f9;
    padding: 20px 0;
}
.breadcrumb-row ul {
    margin: 0;
}
.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    color: #fff;
	display: inline-block;
	font-size: 16px;
    font-weight: 500;
}
.breadcrumb-row ul li:after {
    content: "\f105";
    margin-left: 7px;
	font-family: "Font Awesome 5 Free";
	font-weight:600;
}
.breadcrumb-row ul li:last-child {
    color: #676767;
}
.breadcrumb-row ul li:last-child:after {
    display: none;
}
/*== >Tables ====*/

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 10px;
}
.table.borderless > tbody > tr > td,
.table.borderless > tbody > tr > th {
    border: none;
}
/*data table*/

.dataTable .sorting_asc .checkbox {
    margin-right: 0;
}
/*== >Image effects ==*/
/*use for section*/

.overlay-black-light,
.overlay-black-middle,
.overlay-black-dark,
.overlay-gradient-light,
.overlay-gradient-middle,
.overlay-gradient-dark,
.overlay-white-light,
.overlay-white-middle,
.overlay-white-dark,
.overlay-primary-light,
.overlay-primary-middle,
.overlay-primary-dark,
.overlay-primary {
    position: relative;
}
.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after,
.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after,
.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.overlay-primary:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after {
    background: #000;
}
.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}
.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after {
    background: #FFF;
}
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.overlay-primary:after {
    background: ;
}
.overlay-black-light:after {
    opacity: 0.3;
}
.overlay-black-middle:after {
    opacity: 0.5;
}
.overlay-black-dark:after {
    opacity: 0.4;
}
.overlay-gradient-light:after {
    opacity: 0.3;
}
.overlay-gradient-middle:after {
    opacity: 0.5;
}
.overlay-gradient-dark:after {
    opacity: 0.8;
}
.overlay-white-light:after {
    opacity: 0.5;
}
.overlay-white-middle:after {
    opacity: 0.7;
}
.overlay-white-dark:after {
    opacity: 0.8;
}
.overlay-primary-light:after {
    opacity: 0.3;
}
.overlay-primary-middle:after {
    opacity: 0.5;
}
.overlay-primary-dark:after,
.overlay-primary:after {
    opacity: 0.8;
	
}

	
.overlay-black-light .container,
.overlay-black-middle .container,
.overlay-black-dark .container,
.overlay-white-light .container,
.overlay-white-middle .container,
.overlay-white-dark .container,
.overlay-primary-light .container,
.overlay-primary-middle .container,
.overlay-primary-dark .container,
.overlay-primary .container,
.overlay-black-light .container-fluid,
.overlay-black-middle .container-fluid,
.overlay-black-dark .container-fluid,
.overlay-white-light .container-fluid,
.overlay-white-middle .container-fluid,
.overlay-white-dark .container-fluid,
.overlay-primary-light .container-fluid,
.overlay-primary-middle .container-fluid,
.overlay-primary-dark .container-fluid,
.overlay-primary .container-fluid {
    position: relative;
    z-index: 1;
}
/*use for box*/

.overlay-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
.overlay-icon,
.overlay-bx .align-m {
    height: auto;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
	padding: 0 10px;
}
.overlay-bx .align-b{
    height: auto;
    left: 0;
    list-style: outside none none;
    margin: 0;
    position: absolute;
	top:auto;
    bottom: 0;
    width: 100%;
	transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
}
.overlay-icon a {
    display: inline-block;
    padding: 0;
    margin: 0 2px;
}
.overlay-icon a i {
    background-color: #FFF;
}
.overlay-bx:hover a > i,
.dlab-media:hover .overlay-bx a > i,
.dlab-box-bx:hover .overlay-bx a > i {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.overlay-bx:hover,
.dlab-media:hover .overlay-bx,
.dlab-box:hover .overlay-bx,
.ow-img:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
    opacity: 1;
    visibility: visible;
}
/* show for text */

.overlay-text {
    width: 100%;
    position: absolute;
    padding: 20px;
    color: #FFF;
    left: 0;
    bottom: 20px;
}
.dlab-address-bx {
    display: table;
    text-align: left;
    padding: 20px 20px 20px 25px;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 600;
}
.dlab-address-bx .fa {
    position: absolute;
    top: 22px;
    left: 0;
    font-size: 22px;
}
.col-md-3 .overlay-text {
    padding: 5px;
}
.col-md-4 .overlay-text {
    padding: 20px;
}
.dlab-address2-bx {
    display: table;
    background: #eaeaea;
    padding: 5px 10px;
    margin-bottom: 10px
}
/* == >Icon boxes ==*/
.icon-bx-ho [class*="icon-bx-"]{
	z-index:1;
}
.icon-bx-ho [class*="icon-bx-"]:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    left: 0;
    top: 0;
    background: var(--color-primary);
    z-index: -1;
    transition:all 0.8s;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -ms-transition:all 0.8s;
    -o-transition:all 0.8s;
}
.icon-bx-ho:hover [class*="icon-bx-"]:after{
	transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs {
    display: inline-block;
    text-align: center;
	border-radius: 3px;
}
.icon-bx-xl {
    width: 150px;
    height: 150px;
    line-height: 150px;
}
.icon-bx-lg {
    width: 120px;
    height: 120px;
    line-height: 120px;
}
.icon-bx-md {
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.icon-bx-sm {
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.icon-bx-xs {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.icon-bx-xl.radius,
.icon-bx-lg.radius,
.icon-bx-md.radius,
.icon-bx-sm.radius,
.icon-bx-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
    border-style: solid;
}
.border-1 {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-3 {
    border-width: 3px;
}
.border-4 {
    border-width: 4px;
}
.border-5 {
    border-width: 5px;
}
/* Border Color */
.br-col-w1,
.dlab-info.br-col-w1[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w1,
.icon-bx-wraper.bx-style-2.br-col-w1{
	border-color:rgba(255,255,255,0.15)
}
.br-col-w2,
.dlab-info.br-col-w2[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w2,
.icon-bx-wraper.bx-style-2.br-col-w2{
	border-color:rgba(255,255,255,0.3)
}
.br-col-w3,
.dlab-info.br-col-w3[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w3,
.icon-bx-wraper.bx-style-2.br-col-w3{
	border-color:rgba(255,255,255,0.5)
}
.br-col-w4,
.dlab-info.br-col-w4[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w4,
.icon-bx-wraper.bx-style-2.br-col-w4{
	border-color:rgba(255,255,255,0.7)
}
.br-col-w5,
.dlab-info.br-col-w5[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w5,
.icon-bx-wraper.bx-style-2.br-col-w5{
	border-color:rgba(255,255,255,0.9)
}

.br-col-b1,
.dlab-info.br-col-b1[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-b1,
.icon-bx-wraper.bx-style-2.br-col-b1{
	border-color:rgba(0,0,0,0.15) 
}                                 
.br-col-b2,     
.dlab-info.br-col-b2[class*="border-"],                  
.icon-bx-wraper.bx-style-1.br-col-b2,
.icon-bx-wraper.bx-style-2.br-col-b2{
	border-color:rgba(0,0,0,0.3)  
}                                 
.br-col-b3,                  
.dlab-info.br-col-b3[class*="border-"],     
.icon-bx-wraper.bx-style-1.br-col-b3,
.icon-bx-wraper.bx-style-2.br-col-b3{
	border-color:rgba(0,0,0,0.5)  
}                                 
.br-col-b4,                  
.dlab-info.br-col-b4[class*="border-"],     
.icon-bx-wraper.bx-style-1.br-col-b4,
.icon-bx-wraper.bx-style-2.br-col-b4{
	border-color:rgba(0,0,0,0.7)  
}                                 
.br-col-b5,                  
.dlab-info.br-col-b5[class*="border-"],     
.icon-bx-wraper.bx-style-1.br-col-b5,
.icon-bx-wraper.bx-style-2.br-col-b5{
	border-color:rgba(0,0,0,0.9)  
}

/* opacity */
.op0{
	opacity:0;
}
.op1{
	opacity:0.1;
}
.op2{
	opacity:0.2;
}
.op3{
	opacity:0.3;
}
.op4{
	opacity:0.4;
}
.op5{
	opacity:0.5;
}
.op6{
	opacity:0.6;
}
.op7{
	opacity:0.7;
}
.op8{
	opacity:0.8;
}
.op9{
	opacity:0.9;
}
.icon-bx-xl i,
.icon-bx-lg i,
.icon-bx-md i,
.icon-bx-sm i,
.icon-bx-xs i {
    vertical-align: middle;
}
.icon-bx-xl i {
    font-size: 80px;
}
.icon-bx-lg i {
    font-size: 60px;
}
.icon-bx-md i {
    font-size: 45px;
}
.icon-bx-sm i {
    font-size: 30px;
}
.icon-bx-xs i {
    font-size: 20px;
}
.icon-bx-xl img,
.icon-bx-lg img,
.icon-bx-md img,
.icon-bx-sm img,
.icon-bx-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}
.icon-bx-xl img {
    height: 80px;
}
.icon-bx-lg img {
    height: 55px;
}
.icon-bx-md img {
    height: 40px;
}
.icon-bx-sm img {
    height: 30px;
}
.icon-bx-xs img {
    height: 20px;
}
/*== 11. ICON ==*/

.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
    display: inline-block;
    text-align: center;
}
.icon-xl {
    width: 100px;
}
.icon-lg {
    width: 80px;
}
.icon-md {
    width: 60px;
}
.icon-sm {
    width: 40px;
}
.icon-xs {
    width: 30px;
}
.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
    vertical-align: middle;
}
.icon-xl i {
    font-size: 80px;
	line-height: 80px;	
}
.icon-lg i {
    font-size: 60px;
}
.icon-md i {
    font-size: 45px;
}
.icon-sm i {
    font-size: 30px;
}
.icon-xs i {
    font-size: 20px;
}
.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}
.icon-xl img {
    height: 80px;
}
.icon-lg img {
    height: 70px;
}
.icon-md img {
    height: 50px;
}
.icon-sm img {
    height: 30px;
}
.icon-xs img {
    height: 20px;
}
/*== place icon with box ==*/

.icon-bx-wraper {
    position: relative;
}
.icon-bx-wraper .dlab-tilte {
    margin-top: 0;
}
.icon-bx-wraper .after-titile-line {
    margin-bottom: 10px;
}
.icon-bx-wraper p:last-child {
    margin: 0;
}
.icon-content {
    overflow: hidden;
}
/* icon box left aligh */

.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px;
}
.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px;
}
/* icon box right aligh */

.icon-bx-wraper.right {
    text-align: right;
}
.icon-bx-wraper.right .icon-bx-xl,
.icon-bx-wraper.right .icon-bx-lg,
.icon-bx-wraper.right .icon-bx-md,
.icon-bx-wraper.right .icon-bx-sm,
.icon-bx-wraper.right .icon-bx-xs {
    float: right;
    margin-left: 20px;
}
.icon-bx-wraper.right .icon-xl,
.icon-bx-wraper.right .icon-lg,
.icon-bx-wraper.right .icon-md,
.icon-bx-wraper.right .icon-sm,
.icon-bx-wraper.right .icon-xs {
    float: right;
    margin-left: 10px;
}
/* icon box center aligh */

.icon-bx-wraper.center {
    text-align: center;
}
[class*="icon-bx-"][class*="bg-"]:not(.bg-white) a {
    color: #fff;
}
[class*="icon-bx-"][class*="border-"] {
    display: table;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
}
[class*="icon-bx-"][class*="border-"] .icon-cell {
    display: table-cell;
    vertical-align: middle;
}
.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ebedf2;
    font-size: 14px;	
}
.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
}
.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: -75px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: -60px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: -50px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: -40px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
    margin-left: -20px;
}
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
/*== media with content box css ==*/

.dlab-box,
.dlab-info,
.dlab-tilte,
.dlab-tilte-inner {
    position: relative;
}
.dlab-tilte-inner {
    display: inline-block;
}
.dlab-tilte-inner.skew-title:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: -1;
	background-color: var(--color-primary);
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.dlab-box[class*="border-"],
.dlab-info[class*="border-"] {
    border-color: #eee;
}
.dlab-info.border-1,
.dlab-info.border-2,
.dlab-info.border-3,
.dlab-info.border-4,
.dlab-info.border-5 {
    border-top: none;
}
/*== before & after for line css ==*/

.left-border,
.right-border {
    position: relative;
}
.left-border:before,
.right-border:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    height: 90%;
    background: #CCC;
}
.right-border:before {
    right: 0;
}
/*==for images==*/

.dlab-media,
.dlab-media,
.dlab-post-media {
    background-color: #FFF;
    position: relative;

}
.dlab-media img,
.dlab-post-media img {
    width: 100%;
    height: auto;
}
/* Box Background */
.dlab-box-bg{
	overflow:hidden;
}
.dlab-box-bg .site-button{
	overflow:unset;
}
.dlab-box-bg .glyph-icon{
	font-size:50px;
}
.dlab-box-bg .icon-bx-wraper{
	background-color:#fff;
}
.icon-box-btn .site-button{
	background-color: #ffeae4;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 15px;
}
.dlab-box-bg{
	background-size: cover;
	box-shadow: 20px 10px 40px 0 rgba(0,0,0,0.05);	
}
.dlab-box-bg.active .icon-bx-wraper{
	background-color:rgba(0,0,0,0.70);
}
.dlab-box-bg .text-primary,
.dlab-box-bg .icon-content .dlab-tilte,
.dlab-box-bg .icon-content p,
.dlab-box-bg .icon-box-btn .site-button{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.dlab-box-bg.active .text-primary,
.dlab-box-bg.active .icon-content .dlab-tilte,
.dlab-box-bg.active .icon-content p,
.dlab-box-bg.active .icon-box-btn .site-button{
	color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.dlab-box-bg.active .icon-box-btn .site-button{
	background-color:var(--color-primary);
}
.dlab-box-bg .icon-box-btn .site-button{
	border-radius: 0;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0;
}
/* >Box New Style */
.content-box-head{
	border-radius: 50px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    font-family: "Open Sans",sans-serif;
    margin-bottom: 20px;
    margin-top: -46px;
    padding: 12px 0;
    position: relative;
    z-index: 1;
}
/*---------------------------------------------------------------
25. PAGINATION
---------------------------------------------------------------*/
/* pagination style-1 */

.pagination-bx .pagination,
.cvf-universal-pagination .pagination {
    margin: 0;
}
.pagination {
    padding: 10px 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    border: 1px solid #efefef;
    color: #767676;
    padding: 8px 14px;
    font-weight: 400;
    font-size: 14px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    border-color: transparent;
    color: #fff;
	background-color:var(--color-hover);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: transparent;
	background-color:var(--color-primary);
}
.pagination > .previous > a,
.pagination > .next > a {
    padding: 8px 14px;
    font-size: 14px;
	font-weight: 500;
}
.pagination-sm .pagination > li > a, 
.pagination-sm .pagination > li > span
.pagination-sm .pagination > .previous > a, 
.pagination-sm .pagination > .next > a{
	font-size: 12px;
	padding: 6px 12px;
}
.pagination-lg .pagination > li > a, 
.pagination-lg .pagination > li > span
.pagination-lg .pagination > .previous > a, 
.pagination-lg .pagination > .next > a{
	font-size: 18px;
    padding: 10px 20px;
}


/* pagination color */
.pagination-bx.primary{
	
}
.pagination-bx.primary .pagination > li > a, 
.pagination-bx.primary .pagination > li > span{
	background-color: var(--color-primary);
	color:#fff;
	margin: 0 1px;
	border:0;
}
.pagination-bx.primary .pagination > li > a:hover, 
.pagination-bx.primary .pagination > li > span:hover,
.pagination-bx.primary .pagination > li.active > span,
.pagination-bx.primary .pagination > li.active > a{
	background-color: var(--color-hover);
}

.pagination-bx.rounded .pagination > li > a, 
.pagination-bx.rounded .pagination > li > span{
	border-radius: 30px;
	margin:0 1px;
}
.pagination-bx.rounded-sm .pagination > li > a, 
.pagination-bx.rounded-sm .pagination > li > span{
	border-radius: 4px;
	margin:0 1px;
}
.pagination-bx .pull-right{
	float:right;
}
.pagination-bx .pagination{
	width:100%;
}
.pagination-bx.gray .pagination > li > a, 
.pagination-bx.gray .pagination > li > span{
	background-color:#f6f7f8;
	margin: 0 1px;
	border:0;
}
.pagination-bx.gray .pagination > li > a:hover, 
.pagination-bx.gray .pagination > li > span:hover,
.pagination-bx.gray .pagination > li.active > span,
.pagination-bx.gray .pagination > li.active > a{
	background-color: var(--color-primary)!important;
	box-shadow:2px 2px 8px 0 rgba(26, 188, 156, 0.5);
	color:#fff;
}
@media only screen and (max-width: 991px) {
    .pagination-bx{
		margin-bottom:30px;
	}
}
@media only screen and (max-width: 576px) {
	.pagination-lg .pagination > li > a, 
	.pagination-lg .pagination > li > span
	.pagination-lg .pagination > .previous > a, 
	.pagination-lg .pagination > .next > a{
		font-size: 16px;
		padding: 8px 15px;
	}
}


/*DataTable  pagination */

.dataTables_paginate ul.pagination {
    margin: 0;
}
.dataTables_paginate .pagination > li {
    padding: 0;
}
/*---------------------------------------------------------------
26. FOOTER
---------------------------------------------------------------*/
/*newslatter*/
.bg-black-1 .footer-bottom,
.bg-black-1 .footer-top,
.bg-black-1{
	background-color:#191f23;	
}
.bg-black-2 .footer-bottom,
.bg-black-2 .footer-top,
.bg-black-2{
	background-color:#222324;	
}
.bg-black-3 .footer-bottom,
.bg-black-3 .footer-top,
.bg-black-3{
	background-color:#222324;	
}
.bgpt1 .footer-bottom,
.bgpt1 .footer-top,
.bgpt1{
	background-image:url(../images/pattern/pt1.png);	
	background-size: auto;
}
.bgpt2 .footer-bottom,
.bgpt2 .footer-top,
.bgpt2{
	background-image:url(../images/pattern/pt2.png);
	background-size: auto;
}
.bgpt3 .footer-bottom,
.bgpt3 .footer-top,
.bgpt3{
	background-image:url(../images/pattern/pt3.png);
	background-size: auto;
}
.bgpt4 .footer-bottom,
.bgpt4 .footer-top,
.bgpt4{
	background-image:url(../images/pattern/pt4.png);
	background-size: auto;
}
.bg-black-3{
	background-color:#191f23;	
}
.bg-black-4{
	background-color:#191f23;	
}

/* footer fixed on bottom css*/
.footer-fixed .site-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}
.footer-fixed .page-content {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a {
    color: #b0b0b0;
}
footer p,
footer strong,
footer b,
footer {
    color: #b0b0b0;
}
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a {
    color: var(--color-primary);
}

footer a,
footer a:visited {
    color: #b0b0b0;
}
footer p a {
    color: #b0b0b0;
}
footer a:active,
footer a:focus,
footer a:hover {
    color: var(--color-primary);
}
/* widget color */
footer .widget_categories ul li a,
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_pages ul li a,
footer .widget_recent_comments ul li a,
footer .widget_nav_menu li a,
footer .widget_recent_entries ul li a,
footer .widget_services ul li a {
    color: #b0b0b0;
}
footer p {
    margin-bottom: 10px;
}
footer p,
footer li {
    font-size: 13px;
    line-height: 22px;
}
footer#footer {
    background-position: center;
    background-size: cover;
}
footer p {
    line-height: 24px;
    margin-bottom: 10px;
}
footer .widget ul {
    list-style: none;
    margin-top: 5px;
}
/*widget li in footer*/

footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
    border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}
/*widget Getintuch*/
.footer-top {
    background: #1C1C1C;
    background-size: cover;
    background-position: center;
    padding: 80px 0 20px;
}
.footer-bottom {
    background-color:#1C1C1C;
    padding: 25px 0;
    color: #b0b0b0;
    font-size: 14px;
	border-top:1px solid rgba(255,255,255,0.05);
}
.footer-bottom ul {
    margin: 0;
}
/* Footer Full */
.footer-full .container-fluid{
	padding-left:50px;
	padding-right:50px;
}
footer.text-white h1,
footer.text-white h2,
footer.text-white h3,
footer.text-white h4,
footer.text-white h5,
footer.text-white h6,
footer.text-white h1 a,
footer.text-white h2 a,
footer.text-white h3 a,
footer.text-white h4 a,
footer.text-white h5 a,
footer.text-white h6 a {
    color: #fff;
}
footer.text-white p,
footer.text-white strong,
footer.text-white b,
footer.text-white {
    color: #fff;
}
footer.text-white .footer-bottom, 
footer.text-white .footer-bottom a, 
footer.text-white .widget_services ul li a, 
footer.text-white a, 
footer.text-white a:visited,
footer.text-white h1 a,
footer.text-white h2 a,
footer.text-white h3 a,
footer.text-white h4 a,
footer.text-white h5 a,
footer.text-white h6 a,
footer.text-white p a {
    color: #fff;
}
footer.text-white .input-group .form-control{
	color:#fff;
}
footer.text-white  .dlab-quik-search .form-control::-moz-placeholder {
    color: #fff;
}
footer.text-white  .dlab-quik-search .form-control:-moz-placeholder {
    color: #fff;
}
footer.text-white  .dlab-quik-search .form-control:-ms-input-placeholder {
    color: #fff;
}
footer.text-white  .dlab-quik-search .form-control::-webkit-input-placeholder {
    color: #fff;
}
.footer-title{
	margin-bottom:30px;
}
@media only screen and (max-width: 991px) {
    .col-md-3.col-sm-6.footer-col-4:nth-child(3) {
        clear: both;
    }
	.footer-full .text-left,
	.footer-full .text-right,
	.footer-full .text-center{
		text-align:center;
		margin-bottom:30px;
	}
	.footer-full .text-right{
		margin-bottom:0;
	}
}
@media only screen and (max-width: 767px) {
	.footer-title{
		margin-bottom:15px;
	}
    .footer-clear {
        display: block !important;
        clear: both;
    }
    #footer .footer-4-col {
        width: 100%;
    }
    .footer-bottom [class*="clo-"] {
        width: 100%;
    }
	
}
/* Subscribe Form */
.subscribe-form input{
	background-color:rgba(0,0,0,0);
	border:2px solid rgba(255,255,255,0.5);
	border-radius:30px !important;
	height:50px;
	padding:10px 20px;
	margin-right:5px;
	font-size: 15px;
}
.subscribe-form input.radius-no{
	border-radius:0 !important;
}
.subscribe-form .site-button{
	height:50px;
}
.subscribe-form .input-group-btn{
	padding-left: 10px;
}
/*  map footer */
.map-footer .footer-top{
	padding:0;
}
/* scroll top btn css */
button.scroltop {
    background: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 4px;
    border-style: solid;
    border-width: 0;
    bottom: 75px;
    color:#fff !important;
    cursor: pointer;
    display: none;
    height: 50px;
    line-height: 50px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 999;
	box-shadow: -4px 4px 24px -10px;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.social-medias
{
    position: fixed;
    top: 42%;
    right: 15px;
    z-index:99999;
}
.social-medias img
{
    width: 26px;
    margin-bottom: 8px;
}
.social-medias ul li
{
    list-style:none !important;
}
.bootstrap-select .dropdown-toggle:focus
{
    outline:0px auto -webkit-focus-ring-color !important;
}
.styleproject
{
     background: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 4px;
    border-style: solid;
    border-width: 0;
    bottom: 15px;
    color:#fff !important;
    cursor: pointer;
    display: none;
    margin: 0;
    position: fixed;
    display:inline-block;
    right: 15px;
    padding:10px;
    font-size: 18px;
    font-family: 'Google Sans';
    text-align: center;
    border-radius:22px !important;
    z-index: 999;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.team__details-info > .list-wrap > li > a
{
      font-family: 'Google Sans' !important;
      font-size: 16px !important;
}
.team-content span
{
    min-height:55px;
}
button.scroltop.style3:after,
button.scroltop.style2:after,
button.scroltop.style1:after{
	position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: '';
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	background: inherit;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}
button.scroltop.style1:hover:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}
button.scroltop.radius{
	border-radius:100%;
}
button.scroltop.white{
	background:#fff;
	color:var(--color-primary) !important;
}
button.scroltop.style2:after {
	border: 1px dashed var(--color-primary);
    background: transparent;
    transform: scale(1.2);
    transition: all 0.5s;
}
button.scroltop.style2:hover:after {
	-webkit-animation: spinAround 9s linear infinite;
	-moz-animation: spinAround 9s linear infinite;
	animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg) scale(1.2)
	}
	to {
		-webkit-transform: rotate(360deg) scale(1.2);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg) scale(1.2)
	}
	to {
		-moz-transform: rotate(360deg) scale(1.2);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg) scale(1.2)
	}
	to {
		transform: rotate(360deg) scale(1.2);
	}
}

.icon-up i{
	display:inline-block;
}
.icon-bx-wraper:hover .icon-up img,
.icon-bx-wraper:hover .icon-up i,
.icon-up:hover i {
	-webkit-animation: toTopFromBottom 0.8s forwards;
	-moz-animation: toTopFromBottom 0.8s forwards;
	animation: toTopFromBottom 0.8s forwards;
}
@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
button.scroltop.style3:after{
    background: transparent;
	border: 1px solid var(--color-primary);	
}
button.scroltop.style3:hover:after{ 
    transform: scale(1.2);
}
button.scroltop.style4{ 
	transition:all 0.5s;
}
button.scroltop.style4:hover{ 
    transform: scale(1.1);
}





/* Footer White */
.footer-white {
    border-top: 0px solid #e0e0e0;
}
.footer-white .form-control{
	border-color:rgba(0,0,0,0.1);
}
.footer-white .footer-top {
    background-color: #fdfdfd;
}
.footer-white .footer-bottom {
    background-color: #efefef;
}
footer.footer-white h1,
footer.footer-white h2,
footer.footer-white h3,
footer.footer-white h4,
footer.footer-white h5,
footer.footer-white h6,
footer.footer-white h1 a,
footer.footer-white h2 a,
footer.footer-white h3 a,
footer.footer-white h4 a,
footer.footer-white h5 a,
footer.footer-white h6 a,
footer.footer-white.site-footer .widget_services ul li a,
footer.footer-white p,
footer.footer-white strong,
footer.footer-white b,
footer.footer-white,
footer.footer-white .footer-bottom,
footer.footer-white .footer-bottom a {
    color: #000
}
.footer-white .footer-bottom{
	border:0;
}
.footer-white  .widget_getintuch i {
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid rgba(0, 0, 0, 0.0);
	font-size:20px;
}
.footer-contact-info{
	border-bottom:1px solid rgba(255,255,255,0.1);
}

.footer-gray .footer-top,
.footer-gray .footer-bottom{
	background-color:#292929;
}
.footer-gray-1 .footer-top,
.footer-gray-1 .footer-bottom{
	background-color:#1A1A1A;
}
.site-footer .icon-bx-wraper{
	overflow: hidden;
}
.site-footer .icon-content {
    overflow: unset;
}
.site-footer .dlab-tilte{
	position:inherit;
}
.site-footer .icon-sm {
    bottom: -10px;
    opacity: 0.15;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 2;
}
.site-footer .icon-sm i{
	font-size: 90px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.site-footer .icon-bx-wraper:hover .icon-sm i{
	transform: scale(1.5) rotate(20deg);
	-webkit-transform: scale(1.5) rotate(20deg);
	-moz-transform: scale(1.5) rotate(20deg);
	-o-transform: scale(1.5) rotate(20deg);
	-ms-transform: scale(1.5) rotate(20deg);
}

.site-footer .footer-bottom a:hover,
footer .widget_services ul li a:hover{
	color:var(--color-primary)!important;
}
@media only screen and (max-width: 575px) {
	.footer-bottom .text-center,
	.footer-bottom .text-left,
	.footer-bottom .text-right{
		text-align:center !important;
	}
}
/*---------------------------------------------------------------
27. PAGE-CONTENT
---------------------------------------------------------------*/

.page-wraper {
    background: #fff;
}
.page-content {
    margin-top: 0;

}
.content-area {
    padding-top: 60px;
}
.section-full {
    position: relative;
}

/*= Section Head Part =*/

.section-head {
    margin-bottom: 50px;
}
.section-head.no-margin {
    margin-bottom: 0;
}
.section-head h1,
.section-head h2,
.section-head h3 {
    margin-top: 0;
}
.title-small {
    display: block;
    color: #494949;
    margin-bottom: 15px;
}
.section-head p {
    padding-top: 10px;

    color: #646262;
}
.text-center.section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.text-white {
    color: #FFF;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
    color: #FFF;
}
/*= Section Content Part =*/

.section-content {} @media only screen and (max-width: 1024px) {
    .section-full {
        background-attachment: scroll !important;
    }
}
@media only screen and (max-width: 991px) {
    .page-content {
        margin-top: 0;
    }
}
/*---------------------------------------------------------------
28. INNER-CONTENT
---------------------------------------------------------------*/
/*page not found*/

.page-notfound {
    padding: 50px 0;
}
.page-notfound strong {
    font-size: 200px;
    font-weight: 900;
    line-height: 140px;
    display: block;
}
.page-notfound strong i {
    font-size: 190px;
    margin: 0 10px;
}
.page-notfound .searchform {
    position: relative;
    text-align: left;
    max-width: 420px;
    margin: 30px auto;
}
@media only screen and (max-width: 767px) {
	.page-notfound strong i,
	.page-notfound strong{
		font-size:120px;
	}
}
/* required classes */

.sticky {
    clear: both;
}
.gallery-caption {
    clear: both;
}
.bypostauthor {
    clear: both;
}
/*Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
/*===============================================

	gallery pages css

=============================================== */

.dlab-gallery-listing {
    list-style: none;
	margin-bottom:0;
}
.dlab-gallery-box {
    margin-bottom: 30px;
}
/*===============================================

	Layout boxed css

=============================================== */

#bg {
    background-attachment: fixed;
    background-size: cover;
}
.boxed .page-wraper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}
.boxed .tp-banner-container,
.boxed .rev_slider_wrapper {
    left: 0 !important;
    width: 100% !important;
}
.boxed .tp-rightarrow {
    right: 0 !important;
}
.boxed .tp-leftarrow {
    left: 0 !important;
}
.boxed.footer-fixed .site-footer {
    left: 50%;
    width: 1200px;
    margin: 0 -600px;
}
.boxed .is-fixed .main-bar {
    left: 50%;
    width: 1200px;
    margin: 0 -600px;
}
.boxed .is-fixed.header-curve .logo-header:after {
    right: auto;
    left: -15px;
    width: 90%;
}
.boxed .service-box.style2{
	padding:30px;
}
/* Frame */
.frame {
	padding:30px;
}
.frame .page-wraper {
    margin: 0 auto;
    position: relative;
	overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}
.frame .tp-banner-container,
.frame .rev_slider_wrapper {
    left: 0 !important;
    width: 100% !important;
}
.frame .tp-rightarrow {
    right: 0 !important;
}
.frame .tp-leftarrow {
    left: 0 !important;
}
.frame .is-fixed .main-bar {
    left:0;
    width: 100%;
    margin: 0;
	box-shadow: unset;
	position: relative!important;
}
.frame button.scroltop{
	right:50px;
	bottom:50px;
}
@media only screen and (max-width: 1024px) {
	.frame {
		padding:0;
	}
	.frame button.scroltop{
		right:15px;
		bottom:15px;
	}

}
.owl-imgbx,
.ow-portfolio-img {
    position: relative;
}
.ow-entry-content {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #eee;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 5px;
}
.ow-entry-title {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
}
.ow-entry-title,
.ow-entry-title a {
    color: #3d474a;
}
.ow-entry-text p:last-child {
    margin: 0;
}
/*product detail page css*/
/* Product Details*/

.btn-quantity {
    width: 150px;
}
.product-description.dex-tabs.border-top .nav-tabs > li.active > a {
    border-top: 2px solid #efbb20;
}
.product-description.dex-tabs .nav-tabs > li > a i {
    color: #efbb20;
}
.dex-tabs.bg-tabs .nav-tabs > li > a {
    background-color: #fcfcfc;
}
.btn-quantity.style-1{
	width: 130px;
}
.btn-quantity.style-1 input{
	background: #f8f8f8 none repeat scroll 0 0;
    border: 0 none;
    font-size: 14px;
    padding: 0 45px;
	text-align: center;
}
.btn-quantity.style-1 .input-group-btn-vertical button:last-child,
.btn-quantity.style-1 .input-group-btn-vertical button:first-child{
	background: #ebebeb none repeat scroll 0 0;
	border: 0 none;
	position: absolute;
    height: 40px;
	top: 0;
	 width: 40px;
	padding: 0;
	z-index: 2;
	margin: 0;
}
.btn-quantity.style-1 .input-group-btn-vertical button:hover{
	background-color:#d1d1d1;
}
.btn-quantity.style-1 .input-group-btn-vertical button:first-child{
    right: 0;
}
.btn-quantity.style-1 .input-group-btn-vertical button:last-child{
    left: 0;
}
.btn-quantity.style-1 .bootstrap-touchspin .input-group-btn-vertical i{
	color: #909090;
    font-size: 16px;
    position: unset;
}
.btn-quantity.style-1 .bootstrap-touchspin .input-group-btn-vertical i {
    top: 12px;
    left: 12px;
}
.btn-quantity.style-1 .input-group{
	position:relative;	
}
.btn-quantity.style-1 .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
    left: 0;
}
/*Product Review*/

ol.commentlist {
    list-style: none;
    margin: 0;
}
ol.commentlist li {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    background: #F7F8FA;
    padding: 20px;
    border: 1px dashed #EEEEEE;
}
ol.commentlist li img {
    float: left;
    border: 5px solid #FFF;
    width: 80px;
    height: auto;
}
ol.commentlist li .comment-text {
    padding-left: 100px;
}
ol.commentlist li .meta {
    margin-bottom: 5px;
}
ol.commentlist li .meta strong {
    font-size: 16px;
}
ol.commentlist li .meta .time {
    color: #999;
    display: block;
    font-size: 14px;
}
ol.commentlist li .description p {
    margin: 0;
}
ol.commentlist li .star-rating {
    position: absolute;
    top: 20px;
    right: 20px;
}
.comment-reply-title {
    margin-top: 0;
}
.comment-form [class*="comment-form"] {
    width: 49%;
}
.comment-form label {
    display: block;
}
.comment-form [class*="comment-form"] input,
.comment-form [class*="comment-form"] textarea {
    border: 1px solid #CCC;
    padding: 8px 10px;
    width: 100%;
}
.comment-form {
    margin: 0 -15px;
}
.comment-form [class*="comment-form"],
.comment-form .form-submit {
    margin-bottom: 20px;
    padding: 0 15px;
}

.comment-form .form-submit input:active,
.comment-form .form-submit input:focus,
.comment-form .form-submit input:hover{
	background-color:var(--color-hover);
}
.dlab-quik-search {
    background-color: rgba(0,0,0,0.9) !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	height:100%;
    z-index: 999;
    display: none;
    overflow: hidden;
	
}
.dlab-quik-search.On form {
	transition:all 0.5s ease 0.5s;
	-moz-transition:all 0.5s ease 0.5s;
	-webkit-transition:all 0.5s ease 0.5s;
	max-width: 1200px;
	opacity:1;
}
.dlab-quik-search form {
    width: 100%;
    max-width: 100px;
    margin: auto;
    position: relative;
	top: 50%;
	transition:all 0.5s;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
    -moz-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
	opacity:0;
}
.dlab-quik-search .form-control {
	padding: 15px 60px 15px 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: none;
    color: #fff;
    font-size: 20px;
	border-bottom:2px solid rgba(255,255,255,0.2);
}
.dlab-quik-search .form-control::-moz-placeholder {
    color: #fff;
}
.dlab-quik-search .form-control:-moz-placeholder {
    color: #fff;
}
.dlab-quik-search .form-control:-ms-input-placeholder {
    color: #fff;
}
.dlab-quik-search .form-control::-webkit-input-placeholder {
    color: #fff;
}
.dlab-quik-search span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
}
/* form control style */
.form-box1 .form-control{
	height:50px;
	padding:15px 20px;
	font-size:16px;
	text-transform:capitalize;
	border: 2px solid rgba(0, 0, 0, 0.05);
}
.form-box1 textarea.form-control{
	height:150px;
}
.form-box1 .form-control:focus,
.form-box1 .form-control:hover{
	border: 2px solid rgba(0, 0, 0, 0.2);
}
#gmap_canvas {
    width: 100%;
    height: 400px;
}
#gmap_canvas img {
    max-width: none!important;
    background: none!important
}
/* sosiyal btn color */

.fb-btn {
    background-color: #4867AA;
}
.tw-btn {
    background-color: #1DA1F2;
}
.gplus-btn {
    background-color: #DC4A38;
}
.pin-btn {
    background-color: #CC2127;
}
.link-btn {
    background-color: #0274B3;
}
.dlab-social-icon.dlab-social-icon-lg li a {
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
}
/* Team Section */

.dlab-media.dlab-media-left .dlab-info-has,
.dlab-media.dlab-media-top .dlab-info-has,
.dlab-media.dlab-media-right .dlab-info-has {
    bottom: auto;
    margin-bottom: 0;
    top: 0;
}
/* Top Side Icon */

.dlab-media.dlab-media-top .dlab-info-has {
    margin-top: -100px;
}
.dlab-media.dlab-media-top:hover .dlab-info-has,
.dlab-box:hover .dlab-media.dlab-media-top .dlab-info-has {
    margin-top: 0;
}
/* Left Side Icon */

.dlab-media.dlab-media-left .dlab-info-has {
    left: 0;
    padding: 15px;
    width: auto;
    margin-left: -60px;
}
.dlab-media.dlab-media-left:hover .dlab-info-has {
    margin-left: 0px;
}
.dlab-media.dlab-media-left .dlab-social-icon li {
    display: block;
    margin: 3px 0;
}
/* Right Side Icon */

.dlab-media.dlab-media-right .dlab-info-has {
    right: 0;
    padding: 15px;
    width: auto;
    left: auto;
    margin-right: -60px;
}
.dlab-media.dlab-media-right:hover .dlab-info-has {
    margin-right: 0px;
}
.dlab-media.dlab-media-right .dlab-social-icon li {
    display: block;
    margin: 3px 0;
}
/* Team 4 */
.rounded-team .round-box {
    transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	-o-transition:all 0.8s;
    left: 0px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 195px;
    height: 195px;
    border-radius: 100%;
    overflow: hidden;
    padding: 10px;
    display: block;
    border: 1px solid #fff;
}
.rounded-team .team-mamber {
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #fff;
}
.rounded-team .team-mamber img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.rounded-team .sosial-icon-team {
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
    border-radius: 100%;
    display: block;
    height: 195px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 0;
    width: 195px;
    margin-right: -97px;
}
.rounded-team .sosial-icon-team ul.rounde-team-social-icon li a,
.rounded-team .sosial-icon-team ul li {
    width: 100%;
    display: block;
    color: #fff;
}
.rounded-team .sosial-icon-team ul.rounde-team-social-icon {
    margin-right: -5px;
    margin-top: 28px;
    width: 80px;
    float: right;
}
.rounded-team {
    position: relative;
}
.rounded-team:hover .sosial-icon-team {
    margin-right: -117px;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.rounded-team:hover .round-box {
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;;
    left: -20px;
}
.rounded-team .team-info {
    border-color: #d3d3d3;
    margin-top: -27px;
}
.rounded-team .team-social-btn ul li a {
    background-color: #c0c0c0;
}
.rounded-team .rounde-team-social-icon li a {
    color: #ffffff;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
}
/* team 5 */
.team-box-type{
	border:1px solid rgba(0,0,0,0.1); 
}
.team-mamber-img,
.team-info-box{
	width:50%;
}
.team-info-box{
	padding:20px;
	
}
.team-mamber-img,
.team-info-box{
    display: table-cell;
    vertical-align: middle;
}
.team-box-type, 
.team-info-box {
    overflow: hidden;
}
.team-p-info{
	list-style:none;
	padding:0;
	margin:0;
}
.team-p-info li{
	display:block;
	width:100%;
	font-size: 15px;
	padding: 5px 0;
	color: #404040;
}
@media only screen and (max-width: 767px) {
	.team-mamber-img, .team-info-box{
		width:100%;
		display:block;
	}	
	.team-mamber-img, .team-info-box{
		
	}
}

/*---------------------------------------------------------------
29. SIDE-NAV
---------------------------------------------------------------*/
.sidenav.cs-sidenav {
	width:800px;	
	right:-820px;
	left:auto;
}
.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: -320px;
    background-color: #fff;
    overflow-x: hidden;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    border: 0 none;
    border-radius: 0;
}
.sidenav > ul li a {
    padding: 10px 15px;
    display: block;
    border-color: #ebebeb;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
}
.sidenav > ul li a:hover {
	color:#fff;
}
.sidenav .logo-header {
    height: auto;
    padding: 15px;
    width: 100%;
}
.button-side-nav {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.4);
    font-size: 17px;
    cursor: pointer;
}
.sidenav .closebtn {
    color: #ffffff;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
    z-index: 9;
}
#main {
    transition: margin-left .5s;
    -moz-transition: margin-left .5s;
    -webkit-transition: margin-left .5s;
    -o-transition: margin-left .5s;
}
@media only screen and (max-width: 800px) {
	.sidenav.cs-sidenav {
		width:100%;
	}
}
/*==== Particles ====*/
#particles-js .container{ 
	z-index:2; 
}
.particles-js-canvas-el {
    position: absolute;
    top: 0;
    z-index: 1;
}	

/*==== LOADING ====*/
#loading-area {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-image: url(../images/loading.svg);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
}
#loading-area.solar-loading{
	 background-size: 280px;
	background-image: url(../images/solar.gif);
}
/* ------------------------------------------------
30. CONTACT
------------------------------------------------ */
.dlab-social-icon.dlab-social-icon-lg li a {
    color: #ffffff;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
}
.dlab-social-icon-lg.dlab-social-icon li {
    display: inline-block;
    font-size: 12px;
    padding: 0;
}
.dlab-social-icon-lg.dlab-social-icon.border li a {
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.contact-style-1 input{
	height:50px;	
}
.contact-style-1 .site-button{
	height:50px;
	width:100%;
}
.contact-style-1 .form-control{
	padding:10px 20px;
}
.contact-style-1 .form-control:focus,
.contact-style-1 .form-control:hover{
	border-color:#c0c0c0;
}
.contact-style-1 h2{
	margin-top:0;
}
.contact-style-1 .border-1{
	border:1px solid #eee;
}
.contact-style-1 .dlab-social-icon-lg{
	border-top: 1px solid #eeeeee;
    padding-top: 20px;
    text-align: left;
    width: 100%;
	margin: 0;
}
.contact-style-1 .dlab-social-icon-lg a{
	text-align:center;
}
.contact-style-1 .dlab-social-icon-lg li a:hover{
	background:#fff;
	color:#000;
	border:1px solid #eee;
}
.contact-style-1  .form-group {
    margin-bottom: 15px;
}
/* ------------------------------------------------
31. SHOPPING
------------------------------------------------ */
/* 
	1.0 Checkout 
*/
/*===== 1.0 Checkout =====*/
.shop-form .form-control,
.shop-form .bootstrap-select .dropdown-toggle{
	border-width:2px;
	border-radius: 0;
}
.shop-form .bootstrap-select .dropdown-toggle{
	border-width:2px !important;
}
.shop-form p{
	font-weight:500;
	color:#a3a3a3;
}
.shop-form textarea{
	height:150px;
}
.shop-form .form-control:hover,
.shop-form .form-control:focus,
.shop-form .bootstrap-select:focus .dropdown-toggle,
.shop-form .bootstrap-select:hover .dropdown-toggle{
	border-color:#636363 !important;
}
.check-tbl img{
	width:80px;
}
.check-tbl th{
	font-weight:700;
	font-size:15px;
	padding:10px;
}
.check-tbl td{
	font-weight:600;
	padding:10px;
}
.check-tbl.table > tbody > tr > td, 
.check-tbl.table > tbody > tr > th, 
.check-tbl.table > tfoot > tr > td, 
.check-tbl.table > tfoot > tr > th, 
.check-tbl.table > thead > tr > td, 
.check-tbl.table > thead > tr > th{
	vertical-align:middle;
}
/* shop-price */
.product-price,
.check-tbl .product-price,
.product-price-total,
.check-tbl .product-price-total,
.check-tbl .product-item-price{
	font-weight:700;
}
/* Cart */
.product-item-close a{
	border: 1px solid #f0526d;
    color: #f0526d;
    padding: 8px;
}
.product-item-close a:hover{
	opacity:0.5;
}
/* Product Item */
.item-img{
	overflow:hidden;
	position:relative;
}
.item-img img{
	width:100%;
}
.item-info-in {
    bottom: -20%;
    padding: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
	background-color:rgba(0,0,0,0.5);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.2s;
	opacity:0;
	
}
.item-box:hover .item-info-in {
	opacity:1;
	bottom: 0;
}
.item-info-in ul li{
	display:inline-block;
}
.item-info-in ul li a{
	color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
}
.item-info-in ul li a:hover{
	color:var(--color-primary);
}
.item-info-in ul,
.item-review{
	margin:auto;
	padding:0;
	list-style:none;
}
.item-review li{
	display:inline-block;
	font-size: 15px;
}
.item-price del{
	font-size: 16px;
	font-weight: 400;
	opacity: 0.4;
}
.item-price {
	font-family: open sans;
    font-size: 18px;
    font-weight: 600;
}
.item-info-in.center {
    bottom: auto;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.item-box:hover .item-info-in.center {
	top: 50%;
	bottom: auto;
}
.item-info-in.no-bg{
	background-color:rgba(0,0,0,0);
}
.item-info-in.no-bg.tb a{
	color:#000;
}
.item-info-in.no-bg.tb a:hover{
	color:#000;
	opacity:0.8;
}
/* Dir */
.item-info-in.left{
	width:auto;
	padding:10px;
}
.item-info-in.left ul li{
	display:block;
}
.item-info-in.right{
	width:auto;
	padding:10px;
	right:0;
	left:auto;
}
.item-info-in.right ul li{
	display:block;
}
.item-info-in.top{
	width:auto;
	padding:10px;
	top:-20%;
	left:0;
	bottom:auto;
	height:auto;
}
.item-box:hover .item-info-in.top,
.item-img:hover .item-info-in.top,
.item-box:hover .item-info-in.top.right,
.item-img:hover .item-info-in.top.right{
	top:0;
}
.item-img:hover .item-info-in.top,
.item-box:hover .item-info-in.top{
	bottom:auto;
}
.item-info-in.top.right ul li{
	display:block;
}
.item-info-in.top.right{
	width:auto;
	padding:10px;
	top:-20%;
	right:0;
	bottom:auto;
	left:auto;
}
.item-info-in.full{
	height:100%;
}
.item-info-in.full ul li{
	display:block;
	width:100%;
}
.item-info-in.full ul,
.item-info-in.full .center{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/* item add */
.item-add {
    outline: 8px solid rgba(255, 255, 255, 0.5);
    outline-offset: -20px;
	position:relative;
	overflow:hidden;
}
.add-box{
	align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.add-box h2{
	font-size: 50px;
    line-height: 50px;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.add-box h5{
	font-size: 20px;
    line-height: 20px;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.item-add.add-style-2{
	outline: 8px solid rgba(0, 0, 0, 0.1);
}
.item-add.add-style-2 img{
	opacity:0.05;	
}
.item-add.add-style-2 .add-box h2,
.item-add.add-style-2 .add-box h5{
	text-shadow:none;
}
.item-add.add-style-3{
	outline:none;
}
.item-add.add-style-3 h5,
.item-add.add-style-3 h2{
	text-shadow:none;
}
.item-add.add-style-3 h2{
	font-size:30px;
	margin:0;
}
.item-add.add-style-3 .add-box .add-box-in{
	background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 30px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.item-add.add-style-3 .add-box .add-box-in.black{
	background-color: rgba(0, 0, 0, 0.8);
}
.item-add.add-style-3:hover .add-box-in{
	padding: 30px 40px;
}
/* Product Details Item */
.shop-item-rating{
	position:absolute;
	top:0;
	right:0;
}
.shop-item-rating span{
	display:block;
	text-align:right;
	margin-bottom: 10px;
}
.shop-item-tage span{
	font-size:15px;
	font-weight:600;
}
.shop-item-tage a{
	font-weight: 600;
    margin-left: 7px;
}
/* Hover Style  */
.outline-hv{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	outline: 10px solid rgba(255, 255, 255, 0.5);
}
.item-box:hover .outline-hv,
.outline-hv:hover{
	outline: 10px solid rgba(255, 255, 255, 0.5);
    outline-offset: -30px;
}

/* Product Item */
.product-item .dlab-info{
	border-top: 1px solid #e9e9e9;
}
.product-item .dlab-box{
	border:1px solid #e9e9e9;
	position:relative;
	
}
.product-item .sale:after{
	border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #8f0000;
    bottom: -4px;
    content: "";
    position: absolute;
    right: 0;
}
.product-item .sale{
	position: absolute;
    right: -5px;
    top: 10px;
    z-index: 2;
}
.product-item .overlay-icon{
	bottom: 0px;
	top:auto;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.product-item:hover .overlay-icon{
	bottom: 40px; 
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.product-item:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.product-item .overlay-icon a i{
	background-color: #efbb20;
	color:#fff; 
}
.product-item:hover .dlab-box,
.product-item:hover .dlab-info {
	border-color:#d0d0d0;
	
}
.add-product .dlab-info-has.bg-black{ 
	background-color: rgba(0, 0, 0, 0.4);
}
.add-product .dlab-info-has{
	top:0;
}
.add-product del{ 
	opacity:0.6
}
.product-service .icon-bx-wraper{
	border:0;
}
.product-item del {
    color: #b0b0b0;
    font-size: 18px;
    margin-top: 0;
    position: relative;
    top: -1px;
}
/* Item Widgets */
.item-widgets-box, 
.item-widgets-body{
	overflow: hidden;
}
.item-widgets-box{
	margin-top:15px;
}
.item-widgets-box:first-child {
    margin-top: 0;
}
.item-widgets-left{
	padding-right:15px;
}
.item-widgets-left img{
	width:80px;
}
.item-widgets-left, 
.item-widgets-body,
.item-widgets-right {
    display: table-cell;
    vertical-align: middle;
}
.item-widgets-body .item-title,
.item-widgets-body .item-price del{
	font-size:15px;
}

.ui-widget-header{
	background-color:var(--color-primary);
}

/* product item size */
.product-item-size .btn {
	background-color: #f3f3f3;
    border: 0px solid #e0e0e0;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding: 0!important;
    text-align: center;
    width: 40px;
	margin-right: 4px;
	box-shadow: none!important;
}
.product-item-size .btn-check:checked + .btn{
	background:var(--color-primary);
	color:#fff;
}

.product-item-size .btn:before,
.product-item-color .btn:before {
	content:none;
}
.product-item-size .btn.active {
	background-color:var(--color-primary);
	box-shadow: none;
	color:#fff;
}
.product-item-size.size-sm .btn {
	font-size: 11px;
    height: 25px;
    line-height: 23px;
	width: 25px;
}
.product-item-size.size-lg .btn {
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    width: 50px;
}
/* product-item-color */
.product-item-color .btn{
	border: 0 none;
    border-radius: 30px !important;
    height: 30px;
    opacity: 0.5;
    padding: 0!important;
    width: 30px;
	border: 2px solid rgba(0, 0, 0, 0.1);
	box-shadow:none!important;
	margin-right: 5px;
}
.product-item-color .btn-check:checked + .btn{
	opacity: 1;
	background-color: var(--bs-btn-bg);
	border: 2px solid rgba(0, 0, 0, 0.1);
}
.product-item-color .btn.active {
	border: 2px solid rgba(0, 0, 0, 0.3);
    box-shadow: none;
    opacity: 1;
}
.product-item-color.size-sm .btn{
	height: 20px;
    width: 20px;
}
.product-gallery.on-show-slider{
	position:relative;
}
.sticky-top,
.sticky-sm-top,
.sticky-md-top,
.sticky-top > .side-bar{
	position:sticky;
	position: -webkit-sticky;
	top:100px;
}
@media only screen and (max-width: 991px) {
	.sticky-top{
		position:unset;
	}
}
@media only screen and (max-width: 767px) {
	.sticky-md-top{
		position:unset;
	}
	.check-tbl .btn-quantity {
		width: 50px;
	}
}

@media only screen and (max-width: 575px) {
	.sticky-sm-top{
		position:unset;
	}	
	.product-item-time{
		display:none;
	}
	.shop-cart-2-head .dropdown .form-control{
		width: 66px;
	}
	
}


/* Download File */
.download-file ul{ 
	margin:0;
	padding:0;
	list-style:none;
}
.download-file ul li{
    display: block;
    margin-bottom: 10px;
}
.download-file ul li a{
	background: #e0e0e0 none repeat scroll 0 0;
    color: #000000;
    display: block;
    padding: 15px 20px;
}
.download-file ul li a span{
	margin-right:10px;
}
/* =============================
	Spacing End Alignment	
============================= */
.site-footer .widget_getintuch{
	padding-top:0;
}
.content-inner{
	padding-top:80px;
	padding-bottom:50px;
}
.content-inner-1{
	padding-top:80px;
	padding-bottom:0px;
}
.content-inner-2{
	padding-top:80px;
	padding-bottom:80px;
}
.content-inner-3{
	padding-top:100px;
	padding-bottom:70px;
}
.testimonial-five .owl-controls{
	margin-top: 0px;
}
.dis-tbl{
	display:table;
}
.dis-tbl-cell{
	display:table-cell;
	vertical-align:middle;
}
.dis-tbl-cell-t{
	display:table-cell;
	vertical-align:top;
}
.dis-tbl-cell-b{
	display:table-cell;
	vertical-align:bottom;
}
.img-cover {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
}
/* sp */
.row.sp80,
.sp80{
	margin-left:-40px;
	margin-right:-40px;
}
.row.sp80 [class*="col-"],
.sp80 [class*="col-"]{
	padding-left:40px;
	padding-right:40px;
}
.row.sp60,
.sp60{
	margin-left:-30px;
	margin-right:-30px;
}
.row.sp60 [class*="col-"],
.sp60 [class*="col-"]{
	padding-left:30px;
	padding-right:30px;
}
@media screen and (min-width:575px){
	.row.sp40,
	.sp40{
		margin-left:-20px;
		margin-right:-20px;
	}
	.row.sp40 [class*="col-"],
	.sp40 [class*="col-"]{
		padding-left:20px;
		padding-right:20px;
	}
}
.row.sp20,
.sp20{
	margin-left:-9px;
	margin-right:-9px;
}
.row.sp20 [class*="col-"],
.sp20 [class*="col-"]{
	padding-left:9px;
	padding-right:9px;
}
.row.sp15,
.sp15{
	margin-left:-7.5px;
	margin-right:-7.5px;
}
.row.sp15 [class*="col-"],
.sp15 [class*="col-"]{
	padding-left:7.5px;
	padding-right:7.5px;
}
.row.sp10,
.sp10{
	margin-left:-5px;
	margin-right:-5px;
}
.row.sp10 [class*="col-"],
.sp10 [class*="col-"]{
	padding-left:5px;
	padding-right:5px;
}
.row.spno,
.spno{
	margin-left:0;
	margin-right:0;
}
.row.spno [class*="col-"],
.spno [class*="col-"]{
	padding-left:0;
	padding-right:0;
}
/* Mobile Spacing */
@media only screen and (max-width: 767px) {
	.content-area {
		padding-top: 30px;
	}
	.page-content{
		padding-bottom: 30px;
	}
	.footer-top{
		padding-top: 40px;
	}
	.site-footer .widget{
		margin-bottom:25px;
	}
	.section-full:last-child {
		margin-bottom: -30px;
	}
	.content-inner {
		padding-bottom: 20px;
		padding-top: 30px;
	}
	.content-inner-1{
		padding-top:30px;
		padding-bottom:0px;
	}
	.content-inner-2{
		padding-top:30px;
		padding-bottom:30px;
	}
	.section-head {
		margin-bottom: 25px;
	}
	.dlab-project-left{
		padding-top: 30px;
	}
	.testimonial-section{
		padding-top: 30px;
	}
	.testimonial-section .owl-controls{
		 margin-top: 20px;
	}
	.section-head p{
		padding-top:0;
	}
	.h3{
		font-size:28px;
		margin-top:10px;
	}
	.about-service .icon-bx-wraper:nth-child(2){
		 margin-top: 0;
	}
	.side-bar{
		margin-bottom:30px;
	}
	.dlab-post-title .post-title{
		margin-top:10px;
	}
	.footer-info-box .newsletter{
		margin-bottom:10px;
	}
	ol.commentlist li .star-rating{
		position:unset;
	}
	.comment-form [class*="comment-form"]{
		width:100%;
	}
	.pricingtable-wrapper {
		margin-bottom: 30px;
	}
	.pricingtable-highlight{
		margin:0;
	}
	.disnone-md{
		display:none;
	}
}
/* Owl Slider */
.slide-item{
	position:relative;
}
.slide-item .slide-content{
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slide-item-img img{
	object-fit:cover;
}
.slide-content-box {
	position: relative;
    top: 30%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	transition:all 1s ease 0.5s;
	-webkit-transition:all 1s ease 0.5s;
	-o-transition:all 1s ease 0.5s;
	-moz-transition:all 1s ease 0.5s;
}
.owl-slider-banner .owl-theme .owl-dots {
    margin-top: 0;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 25px;
	color:rgba(255,255,255,0.5)
}
.owl-slider-banner .owl-theme .owl-dots .owl-dot span{
    height: 9px;
    width: 9px;
	margin: 0;
	background-color:rgba(0,0,0,0.2)
}
.owl-slider-banner .owl-theme .owl-dots .owl-dot {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    margin: 4px;
    padding: 4px;
}
.owl-slider-banner .owl-theme .owl-dots .owl-dot.active, 
.owl-slider-banner .owl-theme .owl-dots .owl-dot:hover{
	border: 1px solid var(--color-primary);
}
.owl-slider-banner .owl-item .slide-content-box{
	opacity:0;
}
.owl-slider-banner .owl-item.active .slide-content-box{
	opacity:1;
	transition:all 0.5s ease 0.5s;
	-moz-transition:all 0.5s ease 0.5s;
	-webkit-transition:all 0.5s ease 0.5s;
	-o-transition:all 0.5s ease 0.5s;
	top: 50%;
}

.owl-theme.dots-style-2 .owl-dots .owl-dot.active span{
	background-color:var(--color-primary);
}

.owl-btn-1.primary .owl-nav button.owl-prev,
.owl-btn-1.primary .owl-nav button.owl-next,
.owl-btn-2.primary .owl-nav button.owl-prev,
.owl-btn-2.primary .owl-nav button.owl-next,
.owl-slider-banner .owl-theme .owl-dots .owl-dot.active span,
.owl-slider-banner .owl-theme .owl-dots .owl-dot:hover span{
	background-color:var(--color-primary);
}


/* Shop Categories */
.shop-categories .acod-head a{
	border-width: 0 0 2px;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
	border-radius:0;
}

.shop-categories .acod-body{
	border-width: 0;
}
.shop-categories .acod-content{
	margin:15px 0 15px;
}
.shop-categories .collapsed{
	
}
.shop-categories .acod-head a.collapsed:after,
.shop-categories .acod-head a:after{
	font-family: open sans;
	font-weight: 700;
	color:#000;
	font-size: 18px;
	right: 5px;
}
.shop-categories .acod-head a:after{
	content:"--";
}
.shop-categories .acod-head a.collapsed:after{
	content:"+";
}
.product-brand .search-content {
    display: block;
    margin-bottom: 0;
    padding: 10px 0;
}
.product-brand .search-content .search-content-area {
    margin-bottom: 0;
}
/* Price */
.price .amount {
    border: 0 none;
    color: #404040;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
    text-align: left;
    width: 100%;
}
.price .ui-widget-content{
	margin: 0 8px;
}
.container-fluid.wide{
	padding-left:30px;
	padding-right:30px;
}
/* Shop Account */
.shop-account .form-control {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.05);
    font-size: 14px;
    height: 50px;
    padding: 0 20px;
}
.shop-account .site-button.button-lg {
    font-size: 14px;
    font-weight: 700;
    padding: 14px 30px;
    text-transform: uppercase;
}
.shop-account .border-1 {
    border-color: #dfdfdf;
}
.shop-account .form-control:focus{
	 box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.05);
	 background-color:#fff;
}
/* slider btn style */
.errow-style-1 .tparrows:before{
	font-size: 60px;
	opacity: 0.7;
}
.errow-style-1 .tparrows:before:hover{
	opacity:1;
}
.errow-style-1 .tparrows,
.errow-style-1 .tparrows:hover{
	background: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 1200px) {
	.owl-slider.style-1 .slide-content-box h2{
		font-size:28px;
		line-height:32px;
	}
	.owl-slider.style-1 .slide-content-box p{
		display:none;
	}
	.owl-slider.style-1 .slide-content-box .button-lg{
		padding: 10px 20px;
	}
}
@media only screen and (max-width: 767px) {
	.owl-slider.style-1 .slide-content-box h2{
		font-size:18px;
		line-height:22px;
	}
	.owl-slider.style-1 .slide-content-box .button-lg{
		display:none;
	}
	.owl-slider-banner .owl-theme .owl-dots{
		right: 15px;
	}
}
.btn-play:after, 
.btn-play:before {
    content: '';
    border: 1px solid;
    border-color: inherit;
    width: 150%;
    height: 150%;
    -webkit-border-radius:100%;
    border-radius:100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    -webkit-animation: 1s videomodule-anim linear infinite;
    animation: 1s videomodule-anim linear infinite; 
}
.btn-play:before {
    -webkit-animation-delay: .5s;
    animation-delay: .5s; 
}
.btn-play .icon {
    color: #505cfd !important; 
}
.btn-play{
	position:relative;
}
@media screen and (max-width: 1200px){
	.bg-md-hd{ 
		background-image:none !important;
	}
}
@media screen and (max-width: 768px){
    .btn-play {
      margin-top: 0px; 
	} 
	.bg-xs-hd{ 
		background-image:none !important;
	}
}

@-webkit-keyframes videomodule-anim {
	0% {
		-webkit-transform: scale(0.68);
        transform: scale(0.68); 
	}
	100% {
		-webkit-transform: scale(1.2);
        transform: scale(1.2);
		opacity: 0; 
	} 
}
@keyframes videomodule-anim {
	0% {
		-webkit-transform: scale(0.68);
		transform: scale(0.68); 
	}
	100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; 
	} 
}
/* Rev Slider */
.short-edit-box{
	border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.08) inset;
    padding: 8px;
	margin-bottom:15px;
}
.short-edit-box h5 a{
	color:#fff;
	font-weight: 700;
}

/* Animation */
.animation-effects .wow-effects  {
	display: table;
    margin: 0 auto 30px;
    padding: 0 15px;
	float:left;
    width: 50%;
}
.animation-effects .wow-effects .wow {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 4px;
    color: #505050;
    display: table-cell;
    font-size: 18px;
    font-weight: 600;
    height: 200px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
}
@media screen and (max-width: 767px){
	.buy-now a{
		padding: 10px 10px;
		font-size: 12px;
	}	
}
/* portfolio */
.portfolio .icon-bx-xs {
	border-radius: 50%;
}
.portfolio .icon-bx-xs {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.portfolio-mas a,
.portfolio-ic a {
	color: #000;
}
.portfolio-mas .dez-info a:hover,
.portfolio-ic .dez-info a:hover{
	color: #24C4DD;
}
.portfolio-mas a:hover,
.portfolio-ic a:hover {
	color: #fff;
}
.portfolio-mas a:hover i,
.portfolio-ic a:hover i { 
	background: transparent;
	border: 2px solid #fff;
}
.portfolio-mas .overlay-icon a,
.portfolio-ic .overlay-icon a {
	margin: 0px 7px;
}
.portfolio .portfolio-metro .dlab-img-overlay1::before {
    width: 90%;
    height: 90%;
    opacity: 0;
    top: 5%;
    left: 5%;
}
.portfolio .owl-prev:hover,
.portfolio .owl-next:hover, 
.portfolio .owl-prev, 
.portfolio .owl-next {
	background-color: #fff;
	color: #000;
	padding: 17px 17px;
}
.port-style1 .overlay-icon{
	padding:30px;
}
.port-style1 .port-box{
	padding-left:10px;
	border-left:3px solid var(--color-primary);
}
.port-style1 .align-m{
	text-align:center;
}
.service-carousel .owl-prev,
.service-carousel .owl-next{
	background-color:var(--color-primary);
}

.owl-btn-1.primary .owl-prev:hover,
.owl-btn-1.primary .owl-next:hover,
.owl-btn-2.primary .owl-prev:hover,
.owl-btn-2.primary .owl-next:hover{
	background-color:var(--color-hover);
	color: #fff;
}

/* Google Recaptcha */
.g-recaptcha,
#rc-imageselect {
    transform:scale(0.9);
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -o-transform:scale(0.9);
    
    transform-origin:0 0;
    -o-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
@media screen and (max-width: 1280px){
	#rc-imageselect, 
	.g-recaptcha {
        transform:scale(0.7);
        -moz-transform:scale(0.7);
        -o-transform:scale(0.7);
        -webkit-transform:scale(0.7);
        
        transform-origin:0 0;
        -moz-transform-origin:0 0;
        -o-transform-origin:0 0;
        -webkit-transform-origin:0 0;
    
    }
}
@media screen and (max-width: 575px){
	#rc-imageselect, 
	.g-recaptcha {
        transform:scale(0.7);
        -moz-transform:scale(0.7);
        -o-transform:scale(0.7);
        -webkit-transform:scale(0.7);
        
        transform-origin:0 0;
        -moz-transform-origin:0 0;
        -o-transform-origin:0 0;
        -webkit-transform-origin:0 0;
    
    }
}
.recaptcha-box{
 height:60px;
}
/* Google Recaptcha */
@media screen and (max-width: 991px){
	.mo-left .header-nav.nav-dark{
		background-color:#202020;
	}
	.mo-left .header-nav{
		overflow-y: scroll;
		position: fixed;
		width: 60px;
		left:-280px;
		height:100vh !important;
		transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
		top:0;
		background-color:#fff;
		margin:0;
		z-index:99;
	}
	.mo-left .header-nav li.open a{
		position:relative;
	}
	.header-nav{
		overflow-x:scroll;
		height:100%;
	}
	.mo-left .header-nav.show {
		left: -1px;
		transition:all 0.8s;
		-webkit-transition:all 0.8s;
		-moz-transition:all 0.8s;
		-o-transition:all 0.8s;
		margin:0;
		width: 280px;
	}
	.mo-left .navbar-toggler.open:after {
		background-color: rgba(0, 0, 0, 0.6);
		content: "";
		left: 0;
		position: fixed;
		right: -20px;
		top: -63px;
		transform: scale(100);
		-o-transform: scale(100);
		-moz-transform: scale(100);
		-webkit-transform: scale(100);
		width: 100%;
		z-index: -1;
		transition: all 0.5s;
		transform-origin: top right;
		margin: 0 0px 0px 20px;
		-webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
		box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
	}
	.mo-left .header-nav .logo-header {
		display: block;
		float: none;
		height: auto;
		max-width: 100%;
		padding: 30px 15px;
		width: 100%;
	}
	.mo-left .header-nav .logo-header img{
		max-width: unset;
		width: 160px;
		vertical-align: middle;
	}
	.mo-left .navbar-toggler.open span{
		background:#fff;
	}
	
}
@media screen and (max-width: 767px){
	.mo-left .navbar-toggler.open:after {
		margin: 0 0px 0px 15px;
	}
}
/* Plugine box */
.plugine-box{
	
}
/* 	Hover Effects 
	> Box Shadow Hover

*/
.fly-box-ho,
.fly-box,
.fly-box-ho:hover,
.fly-box:hover,
.hwp{
	transition:all 0.5s;
	 -moz-transition:all 0.5s;
	 -webkit-transition:all 0.5s;
}
.fly-box{
	 box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); 
}
.icon-bx-wraper:hover .fly-box-ho,
.fly-box-ho:hover,
.icon-bx-wraper:hover .fly-box,
.fly-box:hover{
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	-o-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
.hwp{
	background-color:#fff;
	color:var(--color-primary);
}
.hwp a{
	color:var(--color-primary);
}
.icon-bx-wraper:hover .hwp,
.hwp:hover{
	background-color:var(--color-primary);
	color:#fff;
}
.icon-bx-wraper:hover .hwp a,
.hwp:hover a{
	color:#fff;
}
.faa-horizontal.animated{
    -webkit-animation:horizontal 5s ease infinite;
    animation:horizontal 5s ease infinite
}
.inner-text .title{
    text-decoration: underline;
    font-weight: 500;
    margin-bottom: 10px;	
}
.inner-text p{
	font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}
.inner-text ul li{
	font-size: 18px;
    line-height: 32px;
}

@keyframes horizontal{
    0%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
    6%{
        -webkit-transform:translate(20px,0);
        transform:translate(20px,0)
    }
    12%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
    18%{
        -webkit-transform:translate(20px,0);
        transform:translate(20px,0)
    }
    24%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
    30%{
        -webkit-transform:translate(20px,0);
        transform:translate(20px,0)
    }
    100%,36%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
@media screen and (max-width: 991px){
	.header-nav .nav > li .mega-menu > li.special-nav{
		display:none;
	}
}

/* Support and Buy Button */
.theme-btn{
	background-color: #ffffff;
    border-radius: 40px;
    bottom: 10px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
	z-index: 9999;
}
.theme-btn i{
	font-size: 22px;
    line-height: 50px;
}
.theme-btn.bt-support-now{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ebbf0+8,39dfaa+100 */
	background: #1ebbf0; /* Old browsers */
	background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ebbf0', endColorstr='#39dfaa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	bottom: 70px;
}
.theme-btn.bt-buy-now{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fdf61+0,88BA46+100 */
	background: #1fdf61; /* Old browsers */
	background: -moz-linear-gradient(top,  #A3D179 0%, #88BA46 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #A3D179 0%,#88BA46 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #A3D179 0%,#88BA46 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fdf61', endColorstr='#88BA46',GradientType=0 ); /* IE6-9 */
}
.theme-btn:hover{
	color:#fff;
	padding: 0 20px;
}
 .theme-btn span{
	display: table-cell;
	vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
	line-height: 50px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	text-transform:uppercase;
}
.theme-btn:hover span{
	opacity:1;
	letter-spacing: 1px;
	padding-left:10px;
}
.at-expanding-share-button[data-position="bottom-left"]{
	bottom: 130px !important;
}
/* Support and Buy Button END */

.service-box-2{
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
}
.service-box-2 .title{
	font-weight: 500;
    margin-bottom: 10px;
    font-size: 22px;
}
.service-box-2 .dlab-info{
    padding: 20px;
}
.service-box-2 .dlab-info p{
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #999;
}
/* Our Story */
.our-story > span{
    color:var(--color-primary);
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}
.our-story p{
    font-size: 16px;
    line-height: 32px;
    color: #000;
}
.our-story h2.title{
	font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 20px;
}
.our-story h2.title span{
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
.our-story h4.title{
	font-size: 26px;
    line-height: 40px;
    font-weight: 500;
    color: #999;
}
.section-head .title{
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}
.project-bx{
	position:relative;
}
.project-bx .dlab-info{
	position: absolute;
    bottom: 15px;
    background: #fff;
    width: calc(100% - 30px);
    left: 15px;
    padding: 15px;
    border-radius: 4px;
    z-index: 1;
}
.project-bx .dlab-info .dlab-title{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}
.about-carousel-ser{
	overflow:hidden;
}




/* Responsive */
@media only screen and (max-width: 1200px){
	.counter-staus-box .section-head .title {
		font-size: 35px;
		line-height: 50px;
		font-weight: 500;
	}
	.counter-staus-box .play-btn{
		margin-top: 20px;
		margin-bottom: 20px;	
	}
	.contact-no-area .title br{
		display:none;
	}
	.contact-no-area .title{
		line-height: 65px;
		margin-bottom: 20px;
		font-size: 50px;	
	}
	.dlab-team1 .dlab-title{
		font-size: 16px;
		line-height: 24px;
	    margin-bottom: 5px;	
	}
	.dlab-team1 .dlab-position{
		font-size: 12px;
	}
	.counter-style-5 .counter {
		font-size: 45px;
		line-height: 55px;
	}
	.counter-style-5 {
		padding: 30px 15px;
	}
	.counter-style-5
	{
	    box-shadow: 0px 1px 10px #ead6d6;
    padding: 30px 0px;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
	}
	.dlab-team1 .dlab-social-icon li a{
		width: 28px;
		height: 28px;
	    font-size: 12px;
		line-height: 26px;	
	}
	.testimonial-1 .testimonial-text p {
		font-size: 20px;
		line-height: 35px;
	}
	.blog-post.post-style-1 .post-title{
		line-height: 30px;
		font-size: 18px;
	}
	.ft-contact .ft-contact-bx p{
		line-height: 24px;
		font-size: 13px;
	}
	.ft-contact .ft-contact-bx .title {
		margin: 0 0 5px 0;
		font-size: 18px;
	}
	.service-list ul li{
		margin-left: 10px;
	}
}
@media only screen and (max-width: 991px){
	.ft-contact .ft-contact-bx img{
		left: 20px;
		top: 25px;
	    width: 40px;
		height: 40px;
	}
	.ft-contact .ft-contact-bx p {
		line-height: 24px;
		font-size: 12px;
	}	
	.ft-contact .ft-contact-bx{
		padding: 15px 15px 15px 70px;
	}
	.ft-contact .ft-contact-bx .title {
		margin: 0 0 0px 0;
		font-size: 16px;
	}
	.ft-contact .ft-contact-bx:after{
		right: -5px;
	}
	.contact-img-bx img{
		position: unset;
		display: none;
	}
	.service-box.style3 .dlab-tilte{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 767px){
	.ft-contact{
		flex-wrap: wrap;	
	}
	.ft-contact .ft-contact-bx {
		flex: 0 0 100%;
		max-width: 100%;
	    
	}
	.ft-contact .ft-contact-bx img {
		width: 40px;
		height: 40px;
		left: 20px;
		top: 30px;
	}
	.ft-contact .ft-contact-bx:after {
		content: "";
		height: 30px;
		width: 100%;
		right: auto;
		top: auto;
		left: 0;
		background-image: url(../images/icon/bottom.png);
		background-size: 100% 100%;
		background-position: center;
		opacity: 0.5;
		bottom: -20px;
	}
	.ft-contact .ft-contact-bx {
		padding: 25px 15px 25px 75px;
	}
	.blog-post.blog-md.border-1 .dlab-post-info {
		padding: 0 20px 0;
	}
}
@media only screen and (max-width: 576px){
	.service-media-bx .dlab-title{
		font-size: 20px;
		font-weight: 500;
		line-height: 34px;	
	}
	.service-media-bx {
		padding: 15px;
	}
	.contact-no-area .title{
		line-height: 45px;
		margin-bottom: 20px;
		font-size: 35px;
	}
	.contact-no{
		flex-wrap: wrap;
	}
	.contact-no .contact-left{
		border-right: 0;
	}
	.contact-no .contact-left {
		padding-right: 0px;
	}
	.contact-no .no {
		font-size: 30px;
	    margin-bottom: 20px;	
	}
	.contact-no .contact-right {
		padding-left: 0;
	}
	.ft-contact{
		margin: 0 -15px;
	}
	.counter-style-1 .counter, 
	.counter-style-2 .counter, 
	.counter-style-3 .counter,
	.counter-style-4 .counter{
		font-size: 36px;
	}
	.counter-style-1 .counter-text, 
	.counter-style-2 .counter-text,
	.counter-style-4 .counter-text	{
		font-size: 14px;
	}
	.counter-style-1 .icon {
		font-size: 36px;
	}
	.counter-style-3.rounded {
		height: 150px;
	}
}

.site-footer.style1 .footer-bottom-in .dlab-social-icon li a:hover{
    color: #fff;
}

/* Team Style */
.dlab-team10{
	position:relative;
	transition: all 0.5s;
	z-index: 1;	
}
.dlab-team10 .dlab-info{
    bottom: 0;
    position: absolute;
    background: #fff;
    width: 100%;
    display: block;
    padding: 20px 20px;
    transition: all 0.5s;
	opacity:0;
}
.dlab-team10 .dlab-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 5px;
}
.dlab-team10 .dlab-social-icon li a{
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    font-size: 14px;
}
.dlab-team10 span{
	display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    opacity: 0.5;
    margin-bottom: 10px;
}
.dlab-team10 .dlab-media{
	transition: all 0.5s;
	top:0;
}
.dlab-team10:hover .dlab-media{
	top:-40px;
	transition: all 0.5s;
}
.dlab-team10:hover{
	z-index:2;
}
.dlab-team10:hover .dlab-info{
	bottom: -40px;
	transition: all 0.5s;
	opacity:1;
}
.dlab-team10-area:hover .dlab-team10{
	opacity:0.2;
}
.dlab-team10-area .dlab-team10:hover{
	opacity:1;
}
.dlab-team10:after{
    content: "";
    transition: all 0.5s;
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.dlab-team10:hover:after{
    height: calc(100% + 80px);
    bottom: -40px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}
.content-bx1{
	padding-left:30px;
}
/* testimonial-17 */
@media only screen and (max-width: 991px) {
	.content-bx1{
		padding-left:0;
	}
}
@media only screen and (min-width: 991px) {
	.navstyle1 .header-nav .nav > li > a:after{
		content: "";
		right: 0;
		left:auto;
		height: 100%;
		z-index: -1;
	}
	.navstyle2 .header-nav .nav > li > a:after{
		border-radius: 40px;
		background: transparent;
		width: 100%;
		left: 0;
		z-index: -1;
		height: 100%;
	}
	.navstyle2 .header-nav .nav > li,
	.navstyle1 .header-nav .nav > li{
		padding: 10px 0 0 0;
	}
	
	.navstyle2 .header-nav .nav > li > a,
	.navstyle1 .header-nav .nav > li > a{
		padding: 12px 15px 12px 15px;
		border: 0;
		position:relative;
		z-index:1;
		margin-bottom: 8px;
	}
	.navstyle2 .header-nav .nav > li.active > a:after,
	.navstyle2 .header-nav .nav > li:hover > a:after{
		box-shadow: inset 0 0 0 2px var(--color-primary);
		left: 0;
		top: 0;
	}
	.navstyle1 .header-nav .nav > li:hover > a{
		color:#fff;
	}
	.navstyle1 .header-nav .nav > li:hover > a:after{
		right:auto;
		left:0;
	}
	.navstyle1 .header-nav .nav > li.active > a{
		background:var(--color-primary);
		color:#fff;
	}
	.navstyle3 .header-nav .nav > li > a{
		z-index: 1;
		border:0;
	}
	.navstyle3 .header-nav .nav > li > a:after{
		z-index: -1;
	}
	.navstyle3 .header-nav .nav > li > a:after,
	.navstyle3 .header-nav .nav > li:hover > a:after,
	.navstyle3 .header-nav .nav > li.active > a:after{
		height:100%;
		color:#fff;
	}
	.navstyle3 .header-nav .nav > li:hover > a,
	.navstyle3 .header-nav .nav > li.active > a{
		color:#fff;
	}
	.navstyle3 .header-nav .nav > li > .mega-menu,
	.navstyle3 .header-nav .nav > li .sub-menu {
		background-color: var(--color-primary);
		border: 1px solid var(--color-primary);
	}
	.navstyle3 .header-nav .nav > li .mega-menu li:hover > a,
	.navstyle3 .header-nav .nav > li .sub-menu li:hover > a,
	.navstyle3 .header-nav .nav > li .mega-menu li > a,
	.navstyle3 .header-nav .nav > li .sub-menu li > a{
		color:#fff;
	}
	.navstyle3 .header-nav .nav > li .sub-menu > li:hover > a,
	.navstyle3 .header-nav .nav > li .sub-menu > li > a:hover{
		background-color:rgba(0,0,0,0.05);
	}
	.navstyle3 .header-nav .nav > li .mega-menu > li ul a:hover{
		background-color:rgba(0,0,0,0.05);
	}
	.navstyle4 .header-nav .nav > li > a:after{
		width: 0;
		left: auto;
		bottom: 20px;
		z-index: -1;
		height: 16px;
		opacity: 0.2;
		right: 15px;
	}
	.navstyle4 .header-nav .nav > li:hover > a:after{
		width: calc(100% - 30px);
		left: 15px;
		right: auto;
	}
	.navstyle4 .header-nav .nav > li.active > a:after{
		width: calc(100% - 30px);
		left: 15px;
		bottom: 20px;
		z-index: -1;
		height: 16px;
		opacity: 0.2;
	}
	
	.navstyle4 .header-nav .nav > li > a{
		border:0;
		z-index: 1;
		padding:22px 15px 22px 15px;
	}
	.navstyle5 .header-nav .nav > li > a{
		border:0;
		padding: 22px 10px 22px 10px;
	}
	.navstyle5 .header-nav .nav > li.active > a:before,
	.navstyle5 .header-nav .nav > li > a:before,
	.navstyle5 .header-nav .nav > li.active > a:after,
	.navstyle5 .header-nav .nav > li > a:after {
		display: inline-block;
		opacity: 0;
		-webkit-transition: -webkit-transform 0.8s, opacity 0.2s;
		-moz-transition: -moz-transform 0.8s, opacity 0.2s;
		transition: transform 0.8s, opacity 0.2s;
		width: auto;
		height:auto;
	}

	.navstyle5 .header-nav .nav > li.active > a:before,
	.navstyle5 .header-nav .nav > li > a:before {
		content: '[';
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		transform: translateX(20px);
	}

	.navstyle5 .header-nav .nav > li.active > a:after,
	.navstyle5 .header-nav .nav > li > a:after {
		content: ']';
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		transform: translateX(-20px);
		width: auto;
		height:auto;
		background: transparent;
	}
	.navstyle5 .header-nav .nav > li > a:after{
		position:relative;
	}
	.navstyle5 .header-nav .nav > li.active > a:after,
	.navstyle5 .header-nav .nav > li:hover > a:after{
		opacity: 1;
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		transform: translateX(10px);
		width: auto;
		height:auto;
		position: relative;
	}
	.navstyle5 .header-nav .nav > li.active > a:before,
	.navstyle5 .header-nav .nav > li:hover > a:before{
		opacity: 1;
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	.navstyle1.header.header-transparent .header-nav .nav > li > a, 
	.navstyle1.header.dark .header-nav .nav > li > a, 
	.navstyle1.header.header-transparent .main-bar .header-nav .nav > li > a, 
	.navstyle1.header.dark .main-bar .header-nav .nav > li > a,
	.navstyle5.header.header-transparent .header-nav .nav > li > a, 
	.navstyle5.header.dark .header-nav .nav > li > a, 
	.navstyle5.header.header-transparent .main-bar .header-nav .nav > li > a, 
	.navstyle5.header.dark .main-bar .header-nav .nav > li > a,
	.navstyle2.header.header-transparent .header-nav .nav > li > a, 
	.navstyle2.header.dark .header-nav .nav > li > a, 
	.navstyle2.header.header-transparent .main-bar .header-nav .nav > li > a, 
	.navstyle2.header.dark .main-bar .header-nav .nav > li > a{
		border:0;
	}
	.navstyle1 .main-bar.bg-primary .header-nav .nav > li > a:after, 
	.navstyle1 .main-bar.bg-primary .header-nav .nav > li.active > a:after{
		background: #fff;
	}
	.navstyle1 .main-bar.bg-primary .header-nav .nav > li.active > a,
	.navstyle1 .main-bar.bg-primary .header-nav .nav > li:hover > a{
		color:var(--color-primary);
	}
	.navstyle2 .main-bar.bg-primary .header-nav .nav > li.active > a:after{
		background: transparent;
		box-shadow: inset 0 0 0 2px #fff;
	}
	.navstyle5 .main-bar.bg-primary .header-nav .nav > li > a:after, 
	.navstyle5 .main-bar.bg-primary .header-nav .nav > li.active > a:after,
	.navstyle2 .main-bar.bg-primary .header-nav .nav > li > a:after{
		background: transparent;
	}
	.navstyle2 .main-bar.bg-primary .header-nav .nav > li:hover > a:after{
		box-shadow: inset 0 0 0 2px #fff;
	}
	.navstyle3 .main-bar.bg-primary .header-nav .nav > li > a:after, 
	.navstyle3 .main-bar.bg-primary .header-nav .nav > li.active > a:after{
		background: #000;
		opacity: 0.1;
	}
}

input[type=radio].btn-check + label:before,
input[type=radio].btn-check + label:after,
input[type=checkbox].btn-check + label:before,
input[type=checkbox].btn-check + label:after{
	content:none;
}
.portfolio-ic .dlab-img-overlay1:before{
	background-color:var(--color-primary);
}

.bg-primary-dark{
	background-color:var(--color-hover);
}

.btnhover14::after,
.btnhover13::after,
.btnhover15::after {
	background-color: var(--color-hover);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
	border-color:var(--color-primary);
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"] + label:hover:before,
input[type="radio"] + label:hover:before{
	border-color:var(--color-primary);
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover{
	border-color:var(--color-primary);
}

.dlab-tabs.border-top .nav-tabs > li.active > a{
	border-color:var(--color-primary);
}
.nft-new .how-do-sec .market-pla-out,.nft-new.crypto-exch-dev-wrap .how-do-sec .market-pla-out,.wrapper.nft-new.nft-marketplace-dev .bk-card.nfer-widget,section.nft-new.crypto-exch-dev-wrap .nfer-widget,section.wrapper.nft-new .nfer-widget{
    backdrop-filter:blur(25px);
    backdrop-filter:blur(25px)
}
.btn-curve,.features-area .featured-lists ul li .imgs-l img,.fsm-icons a,.inx-clients .slick-slide img,.navbar-sticky .reg-logo,.ser-tab-nav,.ser-tab-nav li,.ser-tab-nav li a,.site-info-menu li{
    display:inline-block
}
.qtn,.wel-sli img{
    opacity:.3
}
.mega-ul li a img,.ser-i-box ul li a img{
    filter:grayscale(100%)
}
.con-h3,.inner-bnr2 h1,.megamenu h5,.mobile-app-wl h1,.ser-tab-nav li a,.welcome-area .welcome-text h1,h1.e-book-tank-you{
    font-family:Conv_GothamRoundedMedium_21022
}
@font-face{
    font-family:Conv_GothamRoundedBold_21016;
    src:url("../fonts/GothamRoundedBold_21016.eot");
    src:local("Ã¢ËœÂº"),url("../fonts/GothamRoundedBold_21016.woff") format("woff"),url("../fonts/GothamRoundedBold_21016.ttf") format("truetype"),url("../fonts/GothamRoundedBold_21016.svg") format("svg");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:Conv_GothamRounded-Book;
    src:url("fonts/GothamRounded-Book.eot");
    src:local("Ã¢ËœÂº"),url("../fonts/GothamRounded-Book.woff") format("woff"),url("../fonts/GothamRounded-Book.ttf") format("truetype"),url("../fonts/GothamRounded-Book.svg") format("svg");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:Conv_GothamRoundedMedium_21022;
    src:url("../fonts/GothamRoundedMedium_21022.eot");
    src:local("Ã¢ËœÂº"),url("../fonts/GothamRoundedMedium_21022.woff") format("woff"),url("../fonts/GothamRoundedMedium_21022.ttf") format("truetype"),url("../fonts/GothamRoundedMedium_21022.svg") format("svg");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:Conv_Brandon_reg;
    src:url("../fonts/Brandon_reg.eot");
    src:local("Ã¢ËœÂº"),url("../fonts/Brandon_reg.woff") format("woff"),url("../fonts/Brandon_reg.ttf") format("truetype"),url("../fonts/Brandon_reg.svg") format("svg");
    font-weight:400;
    font-style:normal;
    font-display:swap
}

.welcome-area .welcome-text h1 span,h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{
    font-family:Conv_GothamRoundedMedium_21022;
    font-weight:400
}

.btn.active,.btn:active,button:active,button:focus,button:hover,div:active,div:focus,label:focus,textarea:active,textarea:focus,textarea:hover{
    outline:0!important;
    -webkit-appearance:none
}

.wrapper.white-label-nft-wrap .nft-incorp .nfer-content h3,h4{
    font-size:22px;
    line-height:32px
}
.btn-curve,.nft-new .bchain-card>h4,.nft-new .glow-btn,.toggle p,.welcome-text p,p{
    font-size:18px
}

.faq-box .btn.btn-link:focus,.faq-box .btn.btn-link:hover,a:hover{
    text-decoration:none
}
::-webkit-scrollbar{
    width:5px
}
::-webkit-scrollbar-track{
    background:#e8e8e8
}
::-webkit-scrollbar-thumb:hover{
    background:#0b005d
}
::-webkit-scrollbar-thumb{
    background:#0b005d
}
.wrapper{
    position:relative;
    z-index:11;
    background:#fff
}
p{
   	font-size:16px;
	line-height:26px;
	font-weight:400;
	font-family:'Google Sans';
		color: #5F6368;
}

.pt5{
    padding-top:5px
}
.btc_left_service_main_wrapper.defi-solu p,.btc_right_service_main_wrapper.defi-solu p,.nft-new .btc_left_ser_icon_cont_wrapper p,.pt10{
    padding-top:10px
}
.pt15{
    padding-top:15px
}
.btc_left_ser_icon_cont_wrapper p,.btc_right_ser_icon_cont_wrapper p,.pt20{
    padding-top:20px
}
.pt30{
    padding-top:30px
}
.pt40{
    padding-top:40px
}
.pt50{
    padding-top:50px
}
.pt60{
    padding-top:60px
}
.pt70{
    padding-top:70px
}
.pt80{
    padding-top:80px
}
.pt90{
    padding-top:90px
}
.pt100{
    padding-top:100px
}
.pt120{
    padding-top:120px
}
.pb5{
    padding-bottom:5px
}
.pb10{
    padding-bottom:10px
}
.pb15{
    padding-bottom:15px
}
.pb20{
    padding-bottom:20px
}
.pb30{
    padding-bottom:30px
}
.pb40{
    padding-bottom:40px
}
.pb50{
    padding-bottom:50px
}
.pb60{
    padding-bottom:60px
}
.pb70{
    padding-bottom:70px
}
.pb80{
    padding-bottom:80px
}
.pb90{
    padding-bottom:90px
}
.pb100{
    padding-bottom:100px
}
.pb120{
    padding-bottom:120px
}
.pr60{
    padding-right:60px
}
.pl60{
    padding-left:60px
}
.pd0{
    padding:0!important
}
.mt5{
    margin-top:5px
}
.mt10,.nft-new .mt10-res{
    margin-top:10px
}
.mt15,.stn-con,.wrapper.white-label-wrap ul.defi-con.banner-ul li p{
    margin-top:15px
}
.mt20,.sto-development .service-prop2,.tokenization-wr .service-prop2{
    margin-top:20px
}
.mt30,.sto-development .service-prop3,.tokenization-wr .service-prop3{
    margin-top:30px
}
.abt-main .exp,.mt40,.row.naccs,.sto-development .service-prop4,.tokenization-wr .service-prop4,.wrc-box{
    margin-top:40px
}
.cl-wrap a img,.mt50,.section.portfolio .filters-content,.wrapper.white-label-wrap .abt-img img{
    margin-top:50px
}
.mt60{
    margin-top:60px
}
.mb5{
    margin-bottom:5px
}
.footer-menu li:not(:last-child),.hir-f .team-member-row,.ido .inner-card-key .icons,.inner-openings h3,.mb10,.new-wrap.hire-golang-dev .benefits-sec .benefits-card .benefits-pad,.new-wrap.mean-stack-wrap .why-b-icon,.new-wrap.software-testing-company-wrap .process-card,.os-con-p p:first-child,.sto-development .inner-card-key .icons,.tokenization-wr .why-b-icon,.wrapper.flutter-devindia-wrap .why-b-icon{
    margin-bottom:10px
}
.abt-con p,.case-des-mi p,.mb15,.new-wrap .industry-section .cta-card strong,.new-wrap.hire-flutter-devindia-wrap .our-engagement-card h4,.new-wrap.hire-reactjs-devindia-wrap .testi-card p,.wh-work-box h4,.widget.footer-widget .widget-title-icon,section.privacy-content p{
    margin-bottom:15px
}
.mb40,.ser-b-con p,.tokenization-wr .approach-prop,.tokenization-wr .how-we-prop,.ui-inner-accord .menu div{
    margin-bottom:40px
}
.mb50,.widget.footer-widget{
    margin-bottom:50px
}
.mb60,.row.ds-image{
    margin-bottom:60px
}
.ml0{
    margin-left:0!important
}
.case-row .col-md-6:first-child,.new-wrap.hire-dedicateddev-wrap ul.cs_ul.banner-list,.pl0{
    padding-left:0
}
.pr0{
    padding-right:0
}
.mg0{
    margin:0!important
}
.saaspik-icon-box-wrapper .pixsass-icon-box-title:hover a,.sec-color{
    color:#4966c4
}
.ms-auto{
    margin-left:auto!important
}
.adcamp-app-development .reg-logo,.reg-logo{
    width:180px
}

.d-flex-1,.header-form{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:100%
}
.proj-slide-main,.welcome-area{
    align-items:center;
    overflow:hidden
}
.outslider_loading{
    position:fixed;
    top:0;
    left:0;
    background:url(../images/logo-gif.gif) center center/80px no-repeat #fff;
    width:100%;
    height:100%;
    z-index:9999
}
nav.theme-nav.fixed-top{
    position:absolute;
    padding:10px 0 0;
    margin-top:0;
    z-index:111
}
.theme-nav.navbar-expand-lg .navbar-nav .nav-item{
    padding:10px
}
.theme-nav.navbar-expand-lg .navbar-nav .nav-item>.nav-item:last-child{
    padding-right:10px
}
.adcamp-nav-wrap.theme-nav.navbar-expand-xl .navbar-nav .nav-item>.nav-link,.theme-nav.navbar-expand-lg .navbar-nav .nav-item>.nav-link{
    position:relative;
    font-size:18px;
    display:block;
    padding:10px;
    border-bottom:2px solid transparent;
    letter-spacing:.05rem;
    color:#fff
}
.btn-curve,.btn-curve-bg:hover span,.ebooks-wrap .ebook-card-link:hover,.error-404-wrap .para-link>a,.footer-five .footer-menu li a:hover,.lbi_details h2 a:hover,.mega-ul li a:hover,.nft-new.nft-nav .theme-nav.navbar-expand-lg.scrolled-up .navbar-nav .nav-item.show .nav-link,.nft-new.nft-nav .theme-nav.navbar-expand-lg.scrolled-up .navbar-nav .nav-item>.nav-link:hover,.team-ext-box:hover h5,.theme-nav.navbar-expand-lg .navbar-nav .nav-item.show .nav-link,.theme-nav.navbar-expand-lg .navbar-nav .nav-item>.nav-link:hover,.theme-nav.navbar-expand-lg.scrolled-down .navbar-nav .nav-item.show .nav-link,.theme-nav.navbar-expand-lg.scrolled-down .navbar-nav .nav-item>.nav-link:hover{
    color:#28a8e0
}
.theme-nav.navbar-expand-lg .navbar-nav .nav-item>.nav-link.git{
    border-radius:0;
    background:#4966c4;
    border:1px solid #4966c4;
    padding-left:20px;
    padding-right:20px;
    counter-reset:#fff
}
.theme-nav.navbar-expand-lg .navbar-nav .nav-link.git:hover{
    color:#fff;
    background:#213a8c;
    border-color:#213a8c
}
nav.theme-nav.navbar-sticky{
    margin-top:0;
    position:fixed;
    background:#fff;
    -webkit-box-shadow:0 4px 6px 0 rgb(12 0 46 / 8%);
    box-shadow:0 4px 6px 0 rgb(12 0 46 / 8%)
}
.welcome-area{
    background:0 0/cover #03032b;
    position:relative;
    width:100%;
    z-index:1;
    padding-bottom:0;
    padding-top:120px;
    height:100vh;
    min-height:780px
}
.welcome-area .container-fluid{
    position:relative;
    z-index:111;
    height:100%
}
.welcome-area .container-fluid .row-we1{
    height:100%
}
.welcome-text{
    position:relative;
    z-index:1;
    width:100%
}
.imgsec{
    padding-right:20px;
    padding-left:20px
}
img.nft-abt{
    width:80%;
    display:block;
    margin:0 auto
}
.wel-sli img,.wel-sli2 img{
    width:140%;
    display:block;
    top:0;
    left:-40%;
    position:absolute;
    max-width:initial
}
.welcome-area .welcome-text h1{
    font-size:50px;
    line-height:65px;
    font-weight:400;
    color:#fff
}
.welcome-text p{
    font-weight:400;
    color:#fff;
    margin:20px 0 35px;
    line-height:32px
}
.wel-sli,.wel-sli2{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}
.btn-curve{
    background:0 0;
    padding:10px 35px;
    border:1px solid #28a8e0;
    border-radius:100px;
    position:relative;
    margin-right:15px;
    overflow:hidden;
    cursor:pointer
}
.btn-curve2,.btn-curve3{
    font-size:18px;
    padding-right:20px;
    display:inline-block;
    cursor:pointer
}
.btn-curve-bg:hover:after,.btn-curve:hover:after{
    bottom:-10px;
    border-radius:0
}
.btn-curve:hover span,.case-main .cm-row .con-h3,.case-main .sub-title,.cont-section .con-h3,.cta-section h3,.cta-section p,.hir-f .set-up-row .set-up-left h5,.hir-f .set-up-row .set-up-left p,.new-wrap .banner-list li,.new-wrap .cta-ad-content h3,.new-wrap .cta-ad-content h4,.new-wrap.uiux-wrap .ui-designs .defi-ins-wr strong,.nft-ser-in:hover .why-box .why-b-con h4,.nft-ser-in:hover .why-box .why-b-con p,.tml-mail .con-h3,.ui-ux-ser .con-h3,.w-float:active,.w-float:focus,.w-float:hover,.why-r-con .sub-title,.why-r-con h3,.work-main .con-h3,.wrapper .case-study-content p,.wrapper .cont-section .sub-title,.wrapper .new-cta-content h3,.wrapper .techstack-section h2.h2-main-hd,.wrapper.exchange-development-company .sec-fea-box:hover .sec-fea-con h3,.wrapper.exchange-development-company .sec-fea-box:hover .sec-fea-con p,.wrapper.react-native-dev-india-wrap .react-cta-content h3,.wrapper.white-label-wrap .cont-section .sub-title,.wus-hov p,section.contact-map .con-h3,section.contact-map .sub-title{
    color:#fff
}
.btn-curve:after{
    content:"";
    position:absolute;
    top:-10px;
    left:-10px;
    right:-10px;
    bottom:100%;
    background:#28a8e0;
    border-radius:0 0 100% 100%;
    -webkit-transition:.6s cubic-bezier(1, 0, .55, 1);
    -o-transition:.6s cubic-bezier(1, 0, .55, 1);
    transition:.6s cubic-bezier(1, 0, .55, 1)
}
.btn-curve span,.btn-curve-bg span{
    font-size:18px;
    position:relative;
    z-index:2;
    -webkit-transition:.8s;
    -o-transition:.8s;
    transition:.8s
}
.saaspik-icon-box-wrapper .saaspik-icon-box-icon,.why-b-icon{
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    text-align:center
}
.btn-curve2{
    color:#2e2e2e;
    background:url(../images/right-arrow.png) right/12px no-repeat;
    border:0;
    border-radius:100px
}
.btn-curve2:hover,.btn-curve3,.btn-curve3:hover{
    color:#1398e0;
    background:url(../images/right-arrow3.png) right/12px no-repeat
}
.btn-curve3{
    border:0;
    border-radius:100px
}
.sub-title,.sub-title2{
    color:#212529;
    font-size:13px;
    margin-bottom:15px;
    position:relative;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:3px
}
.abt-img,.abt-img img,.new-wrap .og-image-porp,.nft-sol-img img,.web-story-modal .popup-privew,.wrapper .og-image-porp{
    border-radius:10px
}
.new-wrap .enhance-section .ul-list,.sub-title,.wrapper.nft-marketplace-dev .enhance-section .ul-list{
    padding-left:70px
}
.con-h3,.items h5,.new-wrap.healthcare-soft-dev-wrap .wh-work-box,.new-wrap.software-testing-company-wrap .p-disp,.tank-you-main img,.why-b-icon,.why-box,.wrapper.web-story-wrap .webstory-label{
    margin-bottom:20px
}
/*.sub-title:after{*/
/*    content:"";*/
/*    width:60px;*/
/*    height:1px;*/
/*    background:#212529;*/
/*    position:absolute;*/
/*    left:0;*/
/*    bottom:45%*/
/*}*/
.con-h3{
    color:#05002c;
    font-weight:400;
    font-size:32px;
    line-height:1.2
}
.con-h3-2{
    width:110%;
    letter-spacing:-1.5px
}
.abt-main,.cd-ideate,.clb1,.ido .sport-section,.js-main,.ser-main,.ser-mob,.wb1,section.process-wr,section.ser-abt{
    background:#f5f8fa
}
.abt-img,.stn-b-img,.why-main{
    overflow:hidden
}
.abt-main .exp,.care-content{
    padding-left:40px
}
.abt-main .exp h2{
    font-size:70px;
    font-weight:700
}
.abt-main .exp h6{
    font-size:14px;
    color:#999;
    margin-top:20px;
    position:relative
}
.abt-main .exp h6:after{
    content:"";
    width:30px;
    height:1px;
    background:#28a8e0;
    position:absolute;
    left:-40px;
    top:45%
}
.con-h-span{
    font-size:15px;
    color:#666
}
.aoa-main,.cl-main,.wbg{
    background:#fff;
    position:relative
}
.wbg-mg{
    position:absolute;
    width:100%;
    height:100%;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.aoacs-main,.case-main .container-fluid,.case-study-wr,.cl-wrap,.client-main .container-fluid,.clr1,.contact-page-form .col-md-12,.control,.hero-form,.hero-form .flex-card,.hir-f .pos-relative,.ido .ucs-kf-main .container-fluid,.imgio,.inner-bnr,.naccs .menu div,.new-wrap .benefits-sec,.new-wrap .benefits-sec .container-fluid,.new-wrap.new-wrap.media-ent-wrap .process-position,.new-wrap.top-mob-colorado-wrap .service-card,.nft-new .blog-slider,.os-con-box,.our-val,.pos-r,.sidebar-contact .form-group,.sto-development .ucs-kf-main .container-fluid,.timeline,.timeline-event,.timeline-event-copy,.ui-ux-main,.wbg2,.why-r-img,.why-rig,.wrapper .badge-section,.wrapper .blog-slider,.wrapper .pos-relative,.wrapper.exchange-development-company .btc_left_service_main_wrapper_new,.wrapper.nft-marketplace-dev .benefits-sec,.wrapper.nft-marketplace-dev .benefits-sec .container-fluid,.wrapper.react-native-dev-india-wrap .pos-rel-prop,section.market-nft-wr,section.nfer-wr,section.value-wr,ul.nacc{
    position:relative
}
.clr2,.wbg3,.why-rig::before,.wrapper.flutter-devindia-wrap .pos-absolute{
    position:absolute
}
.hir-f,.wbg2{
    background:#f7f7f7
}
.abt-stat,.aoacs-main,.case-main .sub-title:after,.clb2,.fsm-icons a:hover,.hir-f .set-up-row:nth-child(2) .set-up-right,.new-wrap .ad-content,.new-wrap .bg2,.our-val,.theme-nav.navbar-sticky .navbar-toggler-icon::after,.uus-box,.wbg3,.why-main,section.wrapper.nft-new .abt-main,section.wrapper.nft-new .nft-benifits{
    background:#fff
}
.abt-con .outer-ser,.cl-wrap{
    min-height:208px
}
.cl-wrap a{
    display:inline-block;
    width:146px;
    height:146px;
    margin:0 27px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg)
}
.row-cl{
    margin-left:-10%
}
.cl-wrap a img{
    display:inline-block;
    width:110px
}
.clr1{
    left:-52px
}
.clr2{
    left:51px;
    width:100%;
    top:100px
}
.wbg3{
    right:-100px;
    top:0
}
.why-box{
    padding:25px;
    display:flex;
    min-height:315px;
    justify-content:center;
    align-items:center
}
.new-wrap .bg3,.wb2{
    background:#f0fbff
}
.why-b-icon{
    display:inline-block;
    border:0 solid #4966c4;
    border-radius:0;
    transition:.3s ease-in-out
}
.new-wrap .benefits-sec .benefits-card h3,.new-wrap .why-b-con h3,.new-wrap.laravel-dev-company-wrap .benefits-sec .benefits-card h4,.ser-main .items h5,.why-b-con h4,.wrapper.exchange-development-company .sec-fea-box .sec-fea-con h3{
    font-size:20px;
    color:#05002c;
    font-weight:600;
    line-height:30px;
    margin-bottom:10px
}
.cf-text-box,.os-con-p p,.ps-con p{
    font-weight:400
}
.why-rig::before{
    content:"";
    background:url(../images/logo-icon-o2.png) 50% -40%/110% no-repeat #05002c;
    height:107%;
    width:200%;
    top:28%;
    left:-100%
}
.ds-ul li a span,.oc-rig,.ser-i-b-inner,.why-r-inner{
    position:relative;
    z-index:1
}
.why-r-img{
    margin:45px 0 31px
}
.why-r-img img{
    object-fit:cover
}
.why-r-con{
    padding:30px 30px 30px 0
}
.why-r-con p{
    color:#ccc;
    font-size:20px;
    line-height:35px
}
.ser-box{
    padding:30px;
    border:1px solid #eee;
    -webkit-box-shadow:0 10px 20px 0 rgb(0 0 0 / 10%);
    box-shadow:0 10px 20px 0 rgb(0 0 0 / 10%);
    min-height:400px;
    background:url(../images/logo-icon-o.png) 87% -10%/170% no-repeat #fff
}
.ds-ul li a,.os-tab-ul li a{
    position:relative;
    box-shadow:0 16px 19px -4px #e7e7e7;
    font-size:18px;
    border-radius:5px
}
.content-spilt,.mb30,.ser-b-icon,.soulbound-wr .why-box,.sto-development .service-prop1,.sto-development .service-prop2,.sto-development .service-prop3,.sto-development .service-prop4,.tokenization-wr .service-prop1,.tokenization-wr .service-prop2,.tokenization-wr .service-prop3,.tokenization-wr .service-prop4,.uu-pro-row,section.privacy-content ul,section.wrapper.nft-new.exchange-development-company .nft-features .why-box{
    margin-bottom:30px
}
.ser-b-icon img{
    width:45px
}
.lbi_details h2,.ser-b-con h4{
    font-size:22px;
    line-height:32px;
    letter-spacing:1.04px;
    margin:0 0 13px
}
.ds-ul ul{
    list-style:none;
    padding-left:10%;
    margin-top:30px
}
.ds-ul li{
    display:block;
    padding:10px 0;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s
}
.case-bx:hover,.ds-con,.ds-ul li a,.ds-ul li a:before,.ds-ul li:hover a:before,.team-ext-box{
    -webkit-transition:.5s;
    -o-transition:.5s
}
.ds-ul li a{
    font-weight:500;
    display:block;
    padding:25px 30px;
    color:#333;
    background-color:#fff;
    transition:.5s
}
.ds-ul li a:after{
    content:"";
    width:30px;
    height:30px;
    background:url(../images/right-chevron.svg) 96% center/16px no-repeat;
    display:block;
    position:absolute;
    z-index:1;
    right:30px;
    top:27px;
    bottom:0
}
.ds-ul li a:before{
    content:"";
    position:absolute;
    z-index:0;
    top:0;
    left:0;
    height:100%;
    width:0%;
    background:#f7fdff;
    transition:.5s
}
.ds-ul li:hover a{
    color:#000
}
.ds-ul li:hover a:before{
    width:100%;
    transition:.5s
}
.ds-con{
    height:0;
    overflow:hidden;
    background:#fff;
    box-shadow:0 6px 19px 0 #e7e7e7;
    padding:0 30px;
    transition:.5s
}
.ds-ul li:hover .ds-con{
    padding:30px;
    height:auto;
    display:block;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s
}
.os-tab-ul{
    display:block;
    width:100%
}
.os-tab-ul li{
    display:block;
    margin:25px 0
}
.os-tab-ul li a{
    width:65%;
    display:inline-block;
    background:url(../images/logo-icon-o.png) 100% 0/30% no-repeat #fff;
    color:#000;
    padding:20px
}
.aoacs-box,.saaspik-icon-box-wrapper{
    -webkit-box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%)
}
.os-tab-ul li a.active{
    background:url(../images/logo-icon-o2.png) 100% 0/30% no-repeat #05002c;
    color:#fff
}
.os-icon{
    width:35px;
    height:35px;
    display:inline-block;
    vertical-align:middle;
    background-size:cover!important
}
.osi1{
    background:url("../images/web-design.png") no-repeat
}
.osi2{
    background:url("../images/app.png") no-repeat
}
.osi3{
    background:url("../images/booking.png") no-repeat
}
.osi4{
    background:url("../images/infographic.png") no-repeat
}
.os-tab-ul li a.active .osi1{
    background:url("../images/web-design2.png") no-repeat
}
.os-tab-ul li a.active .osi2{
    background:url("../images/app2.png") no-repeat
}
.os-tab-ul li a.active .osi3{
    background:url("../images/booking2.png") no-repeat
}
.os-tab-ul li a.active .osi4{
    background:url("../images/infographic2.png") no-repeat
}
.case-main .filters,.content-spilt span a:hover::after,.faq-box,.hero-form,.marketplace-wr img.nft-abt,.new-wrap.hire-react-native-devindia-wrap .cta-form,.os-con-b-img,.ps-view,.ui-inner-accord .menu,.uus-img img,.white-label-key img{
    width:100%
}
.os-con-b-img img{
    width:100%;
    border-radius:20px
}
.os-con-p{
    position:absolute;
    right:0;
    bottom:0;
    width:80%;
    background-color:#fff;
    padding:30px 30px 0;
    border-radius:20px 0 0
}
.our-service .tab-content{
    width:100%;
    padding-left:8%
}
.saaspik-icon-box-wrapper{
    margin-bottom:30px;
    min-height:365px;
    border-radius:10px;
    box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%);
    padding:45px 32px;
    background:url(../images/logo-icon-o.png) 80% 0/140% no-repeat #fff
}
.saaspik-icon-box-wrapper .saaspik-icon-box-icon{
    height:70px;
    width:70px;
    line-height:70px;
    border-radius:50%;
    transition:.3s ease-in-out;
    margin-bottom:32px
}
.saaspik-icon-box-wrapper .saaspik-icon-box-icon .icon-rocket{
    width:40px;
    height:40px;
    display:block;
    margin-top:17px;
    margin-left:17px
}
.ir1{
    background:url(../images/bidding.svg) 0 0/100%
}
.ir2{
    background:url(../images/hourglass.svg) 0 0/100%
}
.ir3{
    background:url(../images/user.svg) 0 0/100%
}
.oem-main{
    position:relative;
    overflow:hidden;
    background:#fff
}
.saaspik-icon-box-wrapper:hover .ir1{
    background:url(../images/bidding2.svg) 0 0/100%
}
.saaspik-icon-box-wrapper:hover .ir2{
    background:url(../images/hourglass2.svg) 0 0/100%
}
.saaspik-icon-box-wrapper:hover .ir3{
    background:url(../images/user2.svg) 0 0/100%
}
.saaspik-icon-box-wrapper .pixsass-icon-box-title{
    color:#05002c;
    font-size:22px;
    font-weight:600;
    line-height:30px;
    margin-bottom:20px;
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.saaspik-icon-box-wrapper .pixsass-icon-box-title a{
    color:#333
}
.saaspik-icon-box-wrapper p{
    margin-bottom:35px
}
.homeservicegrid .more-btn,.lbi_details .more-btn,.saaspik-icon-box-wrapper .pixsass-icon-box-content .more-btn,.ser-b-con .more-btn{
    color:#656565;
    font-weight:500;
    font-family:Conv_Brandon_reg;
    padding-right:18px;
    background:url("../images/right-arrow.png") right/12px no-repeat
}
.homeservicegrid .more-btn:hover,.lbi_details .more-btn:hover,.saaspik-icon-box-wrapper .pixsass-icon-box-content .more-btn:hover,.ser-b-con .more-btn:hover{
    padding-right:24px;
    color:#28a8e0;
    background:url("../images/right-arrow3.png") right/12px no-repeat
}
.work-main{
    min-height:800px;
    background:#05002c
}
.case-main .cm-row p,.cf-text-span:hover .t-phold,.cont-box p,.cont-section .sub-title,.inner-bnr p,.tml-mail .sub-title,.ui-ux-ser .sub-title,.work-main .sub-title{
    color:#ccc
}
.cont-section .sub-title:after,.ps-con .sub-title:after,.tml-mail .sub-title:after,.work-main .sub-title:after{
    background:#ccc
}
.proj-slide-main{
    width:100%;
    z-index:1
}
.proj-slide{
    overflow:hidden;
    padding:260px 0 60px;
    height:100%;
    width:100%;
    align-items:center;
    z-index:1
}
.proj-slide .container-fluid,.proj-slide .proj-slide-row{
    height:100%;
    position:relative
}
.slider-bg-1{
    background:url(../images/logo-icon-o2.png) -20% 220px/58% no-repeat #05002c
}
.slider-bg-2{
    background:url(../images/logo-icon-o2.png) -20% 220px/58% no-repeat #04233d
}
.slider-bg-3{
    background:url(../images/logo-icon-o2.png) -20% 220px/58% no-repeat #1e0232
}
.proj-slide-main .carousel-control-prev{
    position:absolute;
    left:30px;
    height:50px;
    width:50px;
    bottom:auto;
    top:55%
}
.proj-slide-main .carousel-control-next{
    position:absolute;
    right:30px;
    height:50px;
    width:50px;
    top:55%
}
.ps-con{
    padding-right:5%
}
.ps-con h3{
    font-size:40px;
    color:#fff
}
.ps-con p{
    color:#fff;
    margin:20px 0 15px;
    font-size:18px;
    line-height:30px
}
.ps-con .sub-title{
    font-size:16px;
    color:#ccc;
    display:block
}
.ps-view .img-fluid{
    height:500px;
    width:90%;
    object-fit:contain
}
.proj-slide-main .carousel-indicators{
    bottom:20px
}
.client-main,.ebook-wr{
    position:relative;
    overflow:hidden
}
.cm-row{
    position:absolute;
    top:60px;
    z-index:11;
    left:0
}
.client-box{
    background:#fff;
    border-radius:6px;
    margin-bottom:0;
    border:0 solid #f5f5f5;
    text-align:center;
    padding:50px 0
}
.ab-box2,.tml-mail,.ui-ux-ser,.we-main,.wrapper.exchange-development-company .sec-fea-box:hover{
    background:#05002c
}
.client-box img{
    width:135px;
    height:45px;
    object-fit:contain
}
.client-row .col-md-3:first-child .client-box,.client-row .col-md-3:nth-child(2) .client-box,.client-row .col-md-3:nth-child(3) .client-box{
    border-right:0px;
    border-bottom:0
}
.client-row .col-md-3:nth-child(4) .client-box,.new-wrap .services-s-box:last-child{
    border-bottom:0
}
.client-row .col-md-2{
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%
}
.client-row .col-md-3 .client-box:last-child{
    border-bottom:0 solid #f5f5f5
}
.abt-i-numeric,.defi-ins-wr{
    margin:20px 0
}
.abt-i-numeric .cir{
    display:inline-block;
    margin-bottom:10px;
    width:50px;
    height:50px;
    padding-top:0;
    text-align:center
}
.abt-i-numeric .cir img{
    width:50px;
    height:50px;
    display:block
}
.abt-i-numeric h4,.wrapper.about-wrap .abt-i-numeric h3{
    font-size:30px;
    color:#333!important;
    margin-bottom:10px
}
.abt-i-numeric p{
    font-size:20px;
    line-height:20px;
    color:#333
}
.tml-mail{
    min-height:700px
}
.tml-mail .tml-hp{
    color:#fff;
    margin-bottom:40px
}
.flex-middle,.outer-ser,ul.nav.contact-nav-pills{
    display:flex;
    align-items:center;
    justify-content:center
}
.ot-testimonials{
    margin:0 -15px
}
.ot-testimonials .testi-item{
    padding:0 15px;
    position:relative
}
.ot-testimonials .layer1{
    background:#f8f8f8;
    position:absolute;
    left:30px;
    bottom:-20px;
    width:calc(100% - 55px);
    height:100%;
    z-index:-1;
    box-shadow:3px 3px 13px 0 rgba(0,0,0,.1)
}
.ot-testimonials .layer2{
    border-radius:10px;
    padding:60px 60px 60px 70px;
    margin-bottom:40px;
    box-shadow:3px 3px 13px 0 rgba(0,0,0,.1);
    background:url(../images/logo-icon-o.png) 140% 0/90% no-repeat #fff
}
.ot-testimonials .t-head{
    overflow:hidden;
    justify-content:normal
}
.ot-testimonials .t-head img{
    width:80px;
    margin-right:30px;
    border-radius:100px
}
.ot-testimonials .t-head h6{
    font-size:20px;
    margin-bottom:2px
}
.ot-testimonials .t-head span{
    color:#9f9f9f
}
.bep20-wrapper .wus-box-call.ad-content,.fsm-icons,.new-wrap .wh-work-row,.new-wrap.media-ent-wrap .wh-work-row,.ot-testimonials .ttext,.sto-development .service-prop1,.tokenization-wr .service-prop1,.wrapper.smart-contract-wrap .wh-work-row{
    margin-top:0
}
.tml-cli img{
    display:inline-block!important
}
.client-slider .slick-arrow,.client-slider .slick-dots,.tml-mail .slick-dots{
    display:none!important
}
.tml-mail .slick-arrow{
    top:40%;
    border:1px solid #ddd;
    font-size:0;
    position:absolute;
    opacity:1;
    height:50px;
    width:50px;
    border-radius:100px;
    z-index:1
}
.cf-text-box:focus,.cf-text-box:hover,.ser-i-box ul li a{
    border-bottom:1px solid #ccc
}
.tml-mail .slick-arrow.slick-prev{
    left:-10px;
    background:url(../images/arrow-left.png) center/14px no-repeat #fff
}
.tml-mail .slick-arrow.slick-next{
    right:-10px;
    background:url(../images/arrow-right.png) center/14px no-repeat #fff
}
.qtn{
    position:absolute;
    top:25px;
    left:40px;
    font-size:70px;
    color:#28a8e0;
    width:30px;
    height:30px;
    display:inline-block;
    background:url(../images/qtn.png) 0 0/cover no-repeat
}
.cf-text-box,.cf-text-span,.ido .border-key,.new-wrap .border-key,.sto-development .border-key,.wrapper.nft-marketplace-dev .border-key{
    display:block;
    position:relative
}
.latestBlogItem{
    min-height:550px;
    transition:.5s,_ .5s;
    position:relative;
    background:#fff;
    margin:0 0 10px;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s
}
.latestBlogItem:hover,.lbi_details{
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s
}
.lbi_thumb{
    overflow:hidden;
    position:relative
}
.lbi_thumb img{
    border-radius:10px;
    width:100%;
    height:auto
}
.lbi_details{
    border-radius:10px;
    text-align:left;
    position:absolute;
    bottom:30px;
    margin:0 10px;
    padding:30px;
    background:#fff;
    border:1px solid #eee;
    z-index:3;
    transition:.5s
}
.lbi_details .lbid_date{
    font-size:10px;
    line-height:.8;
    letter-spacing:1px;
    font-weight:700;
    display:block;
    height:31px;
    width:65px;
    background:#1398e0;
    color:#fff;
    padding:11px 0;
    text-align:center;
    text-transform:uppercase;
    margin:0 0 15px
}
.lbi_details p{
    height:0;
    overflow:hidden;
    margin-bottom:20px;
    -webkit-transition:.8s;
    -o-transition:.8s;
    transition:.8s
}
.footer-five .site-info p a,.lbi_details h2 a,.new-wrap .techcard-header h3,.new-wrap.ruby-on-rails-dev-wrap .techcard-header h3,.new-wrap.software-dev-company-canada-wrap .techcard-header h3,.nft-new .techcard-header h3,.team-ext-box h5{
    color:#05002c
}
.lbi_details .learnM{
    display:inline-block;
    font-size:16px;
    color:#2e2e2e;
    position:relative
}
.latestBlogItem:hover{
    transition:.5s
}
.latestBlogItem:hover p{
    height:200px;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    transition:.5s
}
.cf-text-span{
    width:100%;
    margin-bottom:15px
}
.cf-text-box{
    background:0 0;
    font-size:18px;
    border-radius:0;
    height:57px;
    width:100%;
    max-width:100%;
    border:0;
    border-bottom:1px solid #ccc;
    padding:5px 16px;
    color:#fff;
    -webkit-transition:border-color .3s;
    transition:border-color .3s
}
textarea.cf-text-box{
    height:80px;
    padding-top:20px
}
.adcamp-nav-wrap.theme-nav.navbar-expand-xl.fixed-top.scrolled-down .navbar-nav .nav-item>.nav-link,.adcampfooter-link:hover,.cf-text-box option,.footer-five .footer-menu li a,.footer-five .site-info p,.footer-five .site-info-menu li a,.nft-new.nft-nav .theme-nav.navbar-expand-lg.fixed-top.scrolled-up .navbar-nav .nav-item>.nav-link,.theme-nav.navbar-expand-lg.fixed-top.scrolled-down .navbar-nav .nav-item>.nav-link{
    color:#2e2e2e
}
.cf-text-span .t-phold{
    position:absolute;
    margin:0;
    top:16px;
    z-index:1;
    pointer-events:none;
    color:#ccc;
    font-size:18px;
    line-height:21px;
    left:11px;
    padding:0 5px;
    background:0 0;
    cursor:text;
    -webkit-transition:color .2s ease-out,-webkit-transform .2s ease-out;
    transition:transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform-origin:0 100%;
    transform-origin:0 100%;
    text-align:initial
}
.act-out-wr,.cont-box::before,.defi-ins-txt,.fsm-icons a,.inx-clients .slick-slide,.new-wrap.hire-flutter-devindia-wrap .risk-free-sec .ad-content h4,.new-wrap.software-testing-company-wrap .p-disp>p,.new-wrap.uiux-wrap .benefits-sec .benefits-card h3,.section-btn,.section.portfolio .filters,.ser-tab-nav,.stn-box,.uberlikeapp-dev-wrap .wus-img,.uus-con h4,.wrapper.exchange-development-company .add-on-card h4,.wrapper.white-label-wrap .add-on-card h4{
    text-align:center
}
.hir-f .required-star,.required-star{
    position:absolute;
    top:9px;
    right:9px;
    z-index:1;
    pointer-events:none;
    width:7px;
    max-width:7px;
    height:7px
}
.cf-text-span.active .t-phold{
    font-size:12px;
    line-height:18px;
    color:#ccc;
    -webkit-transform:translateY(-23px) scale(1);
    transform:translateY(-23px) scale(1)
}
.oc-rig h3{
    margin-bottom:25px;
    color:#28a8e0
}
.oc-rig-inner{
  
    padding:26px 40px
}
.cont-box{

   
    margin-bottom:20px;
    padding:22px 20px 22px 100px;
    position:relative
}
.cont-box::before{
    content:"";
    position:absolute;
    height:60px;
    width:60px;
    left:20px;
    top:24px;
    line-height:80px;
    border:1px solid #28a8e0;
    border-radius:50%;
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.cont-box::after{
    content:"";
    position:absolute;
    height:30px;
    width:30px;
    left:35px;
    top:38px
}
.cont-box h4{
    font-size:22px;
    color:#fff
}
.footer-five .footer-menu li a,.footer-five p{
    line-height:30px;
    font-size:18px;
    display:block;
    font-weight:400
}
.footer-menu{
    margin-bottom:40px;
    padding:0;
    list-style:none
}
.footer-five p{
    color:#2e2e2e;
    margin-bottom:15px
}
.footer-five .site-info{
    width:100%;
    padding:30px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    align-items:center;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    border-top:1px solid #ccc;
    position:relative;
    z-index:3
}
strong.address-foo{
    display:block;
    margin:10px 0;
    font-size:22px
}
.site-info-menu{
    margin:0;
    padding:0;
    list-style:none
}
.fsm-icons a{
    width:42px;
    height:42px;
    margin:0 4px;
    opacity:1;
    background:#eee;
    border-radius:100px;
    padding-top:12px
}
.fsm-icons a:first-child{
    margin-left:0
}
.fsm-icons .fab,.fsm-icons .fot-icon{
    width:20px;
    height:20px;
    display:inline-block
}
.fsm-icons .fab.fa-facebook{
    background:url(../images/facebook-circular-logo.png) 0 0/cover no-repeat
}
.fsm-icons .fab.fa-twitter{
    background:url(../images/twitter.png) 0 0/cover no-repeat
}
.fsm-icons .fab.fa-instagram{
    background:url(../images/instagram.png) 0 0/cover no-repeat
}
.fsm-icons .fab.fa-linkedin{
    background:url(../images/linkedin-logo.png) 0 0/cover no-repeat
}
.fsm-icons .fab.fa-youtube{
    background:url(../images/youtube.png) 0 0/cover no-repeat
}
.fsm-icons a:hover .fab.fa-facebook{
    background:url(../images/facebook-circular-logo-h.png) 0 0/cover no-repeat
}
.fsm-icons a:hover .fab.fa-twitter{
    background:url(../images/twitter-h.png) 0 0/cover no-repeat
}
.fsm-icons a:hover .fab.fa-instagram{
    background:url(../images/instagram-h.png) 0 0/cover no-repeat
}
.fsm-icons a:hover .fab.fa-linkedin{
    background:url(../images/linkedin-logo-h.png) 0 0/cover no-repeat
}
.fsm-icons a:hover .fab.fa-youtube{
    background:url(../images/youtube-h.png) 0 0/cover no-repeat
}
.splitting.animated .char{
    -webkit-animation:.4s cubic-bezier(.3,0,.7,1) both fadeInUp;
    animation:.4s cubic-bezier(.3,0,.7,1) both fadeInUp;
    -webkit-animation-delay:calc(30ms * var(--char-index));
    animation-delay:calc(30ms * var(--char-index))
}
.splitting .whitespace{
    width:10px
}
@-webkit-keyframes fadeInUp{
    0%{
        opacity:0;
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes fadeInUp{
    0%{
        opacity:0;
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
.splitting.txt.animated .char{
    -webkit-animation:.3s cubic-bezier(.3,0,.7,1) both fadeIn;
    animation:.3s cubic-bezier(.3,0,.7,1) both fadeIn;
    -webkit-animation-delay:calc(10ms * var(--char-index));
    animation-delay:calc(10ms * var(--char-index))
}
.splitting.txt .whitespace{
    width:5px
}
@-webkit-keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
.imgio .cimgio{
    position:absolute;
    height:100%;
    width:100%;
    bottom:0;
    right:0;
    background:#fff;
    visibility:visible!important;
    -webkit-transition:.5s linear .2s;
    -o-transition:.5s linear .2s;
    transition:.5s linear .2s
}
.imgio .animated{
    height:0
}
.cimgio[data-delay="100"]{
    -webkit-transition-delay:0.1s;
    -o-transition-delay:0.1s;
    transition-delay:0.1s
}
.cimgio[data-delay="200"]{
    -webkit-transition-delay:0.2s;
    -o-transition-delay:0.2s;
    transition-delay:0.2s
}
.cimgio[data-delay="300"]{
    -webkit-transition-delay:0.3s;
    -o-transition-delay:0.3s;
    transition-delay:0.3s
}
.cimgio[data-delay="400"]{
    -webkit-transition-delay:0.4s;
    -o-transition-delay:0.4s;
    transition-delay:0.4s
}
.cimgio[data-delay="500"]{
    -webkit-transition-delay:0.5s;
    -o-transition-delay:0.5s;
    transition-delay:0.5s
}
.cimgio[data-delay="600"]{
    -webkit-transition-delay:0.6s;
    -o-transition-delay:0.6s;
    transition-delay:0.6s
}
.cimgio[data-delay="700"]{
    -webkit-transition-delay:0.7s;
    -o-transition-delay:0.7s;
    transition-delay:0.7s
}
.cimgio[data-delay="800"]{
    -webkit-transition-delay:0.8s;
    -o-transition-delay:0.8s;
    transition-delay:0.8s
}
.cimgio[data-delay="900"]{
    -webkit-transition-delay:0.9s;
    -o-transition-delay:0.9s;
    transition-delay:0.9s
}
.cimgio[data-delay="1s"]{
    -webkit-transition-delay:1s;
    -o-transition-delay:1s;
    transition-delay:1s
}
.bni{
    position:absolute;
    opacity:.5;
    animation-name:spin;
    animation-duration:5s;
    animation-iteration-count:infinite;
    animation-timing-function:linear
}
.bn1{
    bottom:19%;
    left:45%
}
.bn2{
    top:19%;
    left:18%
}
.bn3{
    top:60%;
    left:2%
}
.bn4{
    bottom:7%;
    left:13%
}
@keyframes spin{
    from{
        transform:rotate(0)
    }
    to{
        transform:rotate(360deg)
    }
}
.nft-new.nft-nav nav.theme-nav.fixed-top.scrolled-up,nav.theme-nav.fixed-top.scrolled-down{
    padding:6px 0 5px;
    position:fixed;
    background:#fff;
    -webkit-box-shadow:0 4px 6px 0 rgb(12 0 46 / 8%);
    box-shadow:0 4px 6px 0 rgb(12 0 46 / 8%);
    -webkit-transition:.3s;
    transition:.3s
}
nav.theme-nav.fixed-top.scrolled-up{
    position:absolute;
    -webkit-box-shadow:0 4px 6px 0 rgb(12 0 46 / 8%);
    box-shadow:0 4px 6px 0 rgb(12 0 46 / 8%);
    -webkit-transition:.3s;
    transition:.3s
}
.nft-new.nft-nav nav.theme-nav.fixed-top.scrolled-up .reg-logo,nav.theme-nav.fixed-top.scrolled-down .reg-logo{
    width:120px
}
.ser-tab-nav{
    width:100%;
    margin-top:30px
}
.ser-tab-nav li{
    position:relative;
    width:33%;
    margin-right:-5px
}
.ser-tab-nav li a{
    background:#fff;
    width:100%;
    border-radius:10px;
    padding:15px 30px;
    font-size:20px;
    color:#2e2e2e;
    font-weight:400
}
.ser-tab-nav li::after,.ser-tab-nav li:first-child::before{
    position:absolute;
    top:20%;
    right:0;
    width:1px;
    height:60%;
    background:rgba(0,0,0,.07);
    content:""
}
.ser-tab-nav li:first-child::before{
    width:0;
    right:auto;
    left:0
}
.ser-tab-nav li:last-child::after{
    width:0
}
.ser-tab-nav li a.active::after{
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-10px;
    width:0;
    height:0;
    border:10px solid transparent;
    border-top-color:#05002c;
    content:"";
    pointer-events:none
}
.ser-tab-nav li a.active{
    color:#fff;
    background:#05002c;
    box-shadow:-1px 0 0 #fff
}
.ser-main .tab-content{
    padding:40px 0 10px
}
.stn-box{
    margin:40px 0 10px;
    overflow:hidden;
    box-shadow:0 10px 20px 0 rgb(0 0 0 / 10%);
    border-radius:10px;
    background:#fff
}
.stn-b-con{
    padding:20px 5px
}
.stn-b-con h4{
    font-size:20px;
    color:#05002c
}
.stn-b-img img{
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s
}
.stn-box:hover .stn-b-img img{
    -webkit-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1)
}
.ser-i-box{
    padding:60px 40px 20px;
    display:block;
    min-height:465px
}
.aoacs-main,.ui-ux-main{
    min-height:800px
}
.sib1{
    background:url("../images/icons/Development@2x.png") 90% 5%/60px no-repeat #f9f9f9
}
.sib2{
    background:url("../images/icons/Engineering@2x.png") 90% 5%/60px no-repeat #f6f6f6
}
.sib3{
    background:url("../images/icons/block-chain.png") 90% 5%/60px no-repeat #f3f3f3
}
.home:not(.open) .menu-icon-toggle span,.menu-background,.menu-icon-toggle span,.wrapper .depi-ser-in .why-box{
    background-color:#fff
}
.ido .sport_box p img,.ser-i-box ul li a img{
    margin-right:5px
}
.ser-i-box h4,.wrapper.home-page-wrapper .ser-i-box h3{
    font-size:28px;
    color:#05002c;
    margin-bottom:20px
}
.ser-i-box ul{
    list-style:none;
    margin-top:10px
}
.ser-i-box ul li{
    margin-bottom:0;
    display:block;
    position:relative;
    padding-left:0
}
.ser-i-box ul li a{
    color:#656565;
    transition:.45s;
    font-size:18px;
    display:block;
    width:100%;
    padding:15px 0
}
.ser-i-box ul li:last-child a{
    border-bottom:0;
    padding-bottom:0
}
.ser-i-box ul li a svg{
    position:absolute;
    right:0;
    top:24px
}
.va-inherit{
    vertical-align:inherit
}
.ser-i-box ul li a:hover{
    text-decoration:none;
    color:#28a8e0!important;
    transition:.45s
}
.perk-con p,.wrc-p{
    padding-right:40px
}
.wrc-box p{
    font-size:17px;
    line-height:25px
}
.wrc-box h6{
    font-size:30px;
    font-weight:revert;
    color:#fff;
    margin-bottom:10px
}
.why-r-con .col-md-3{
    padding:0 5px
}
section.ser-main{
    background-image:url(../images/logo-icon-o.png);
    background-size:37%;
    background-repeat:no-repeat;
    background-position:-9% -12%
}
button.navbar-toggler{
    top:25px;
    position:absolute;
    right:20px
}
nav.theme-nav.fixed-top.scrolled-down button.navbar-toggler .menu-icon-toggle::after,nav.theme-nav.fixed-top.scrolled-down button.navbar-toggler .menu-icon-toggle::before,nav.theme-nav.fixed-top.scrolled-down button.navbar-toggler a span{
    background-color:#000
}
.menu-icon-toggle{
    display:block;
    width:30px;
    height:30px;
    position:relative;
    z-index:9
}
.home .menu-icon-toggle,.popup-wrapper .mod-close-btn-prop button{
    position:absolute;
    right:20px;
    top:20px
}
.menu-icon-toggle span{
    display:block;
    width:100%;
    height:2px;
    position:absolute;
    top:50%;
    transform:translate(0,-50%);
    transition:opacity .3s .3s
}
.menu-icon-toggle::after,.menu-icon-toggle::before{
    content:"";
    display:block;
    width:100%;
    height:2px;
    position:absolute;
    background-color:#fff;
    transition:transform .3s,top .3s .3s,bottom .3s .3s
}
.menu-icon-toggle::before{
    top:6px
}
.menu-icon-toggle::after{
    bottom:6px
}
.open .menu-icon-toggle span{
    opacity:0;
    transition:opacity .3s
}
.open .menu-icon-toggle::after,.open .menu-icon-toggle::before{
    background-color:#6191d1;
    transition:top .3s,bottom .3s,transform .3s .3s
}
.open .menu-icon-toggle::before{
    top:calc(50% - 1px);
    transform:rotate(45deg)
}
.open .menu-icon-toggle::after{
    bottom:calc(50% - 1px);
    transform:rotate(-45deg)
}
.menu-background{
    visibility:hidden;
    width:300%;
    height:250px;
    position:absolute;
    left:-130%;
    transition:background-position .5s,transform .5s .5s,visibility .5s 1s
}
.megamenu{
    border:0;
    display:block;
    visibility:hidden;
    opacity:0;
    margin-top:10px;
    border-radius:5px;
    position:absolute;
    z-index:1;
    width:65%;
    left:25%;
    top:88%;
    right:0;
    padding:15px;
    background:#fff;
    -webkit-box-shadow:0 4px 6px 0 rgb(12 0 46 / 8%);
    box-shadow:0 4px 6px 0 rgb(12 0 46 / 8%);
    -webkit-transition:.4s ease-in-out;
    -o-transition:.4s ease-in-out;
    transition:.4s ease-in-out
}
.ddwon,.ddwon-m{
    position:absolute;
    top:94%;
    height:0;
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-bottom:20px solid #fff;
    left:30%;
    margin-top:10px;
    opacity:0;
    visibility:hidden;
    width:0
}
.ddwon{
    -webkit-transition:.1s ease-in-out;
    -o-transition:.1s ease-in-out;
    transition:.1s ease-in-out
}
.ddwon-m{
    display:none;
    -webkit-transition:.1s ease-in-out;
    -o-transition:.1s ease-in-out;
    transition:.1s ease-in-out
}
.mg-f{
    background:#249ad2;
    border-radius:5px;
    padding:10px
}
.mg-f h3{
    color:#fff;
    margin:10px 0 0;
    font-size:24px
}
.bitcoin-wrap.ai-dev-wrap .flex-card span.spanform-heading,.bitcoin-wrap.ai-dev-wrap .sticky-parent,.new-wrap.metaverse-devp-wr .heading-icon,.section.portfolio .filters-content .item a,.theme-nav.navbar-expand-lg .navbar-nav .nav-item.show .ddwon,.wrapper .flex-card span.contact-title,.wrapper.web-story-wrap .disp-webstory-high,a.blc-a{
    display:block
}
.megamenu h5{
    color:#28a8e0;
    margin-bottom:12px
}
.mega-ul li{
    display:block;
    margin-bottom:8px
}
.mega-ul li a{
    display:block;
    font-size:18px;
    line-height:28px;
    color:#333;
    padding:2px 0
}
.mega-ul li a:hover img{
    filter:grayscale(0%)
}
.meg-icon{
    margin-bottom:12px;
    margin-top:10px
}
.theme-nav .navbar-toggler{
    position:absolute!important;
    right:15px;
    top:20px;
    left:auto;
    border:0;
    height:35px;
    width:40px;
    border-radius:6px;
    z-index:1
}
.theme-nav .navbar-toggler-icon{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    height:2px;
    background:#fff;
    width:60%;
    display:inline-block;
    background-image:none!important;
    -webkit-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.theme-nav .navbar-toggler-icon::after,.theme-nav .navbar-toggler-icon::before{
    content:"";
    background:#fff;
    left:0;
    height:100%;
    width:100%;
    position:absolute;
    -webkit-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.theme-nav .navbar-toggler .navbar-toggler-icon::before{
    top:-.525rem
}
.theme-nav .navbar-toggler .navbar-toggler-icon::after{
    top:.525rem
}
.animation-circle i{
    position:absolute;
    z-index:111;
    height:100px;
    width:100px;
    background:-webkit-gradient(linear,left top,right top,from(#03032f),to(#03032f));
    background:linear-gradient(to right,#03032f 0,#03032f 100%);
    border-radius:100%;
    opacity:.5;
    -webkit-transform:scale(1.3);
    transform:scale(1.3);
    -webkit-animation:3s linear infinite ripple1;
    animation:3s linear infinite ripple1
}
.animation-circle i:nth-child(2){
    -webkit-animation:3s linear infinite ripple2;
    animation:3s linear infinite ripple2
}
.animation-circle i:nth-child(3){
    -webkit-animation:3s linear infinite ripple3;
    animation:3s linear infinite ripple3
}
@keyframes ripple1{
    0%{
        -webkit-transform:scale(5.5);
        transform:scale(5.5);
        opacity:.3
    }
    100%{
        -webkit-transform:scale(8.5);
        transform:scale(8.5);
        opacity:0
    }
}
@-webkit-keyframes ripple1{
    0%{
        -webkit-transform:scale(5.5);
        transform:scale(5.5);
        opacity:.3
    }
    100%{
        -webkit-transform:scale(8.5);
        transform:scale(8.5);
        opacity:0
    }
}
@keyframes ripple2{
    0%{
        -webkit-transform:scale(3.5);
        transform:scale(3.5)
    }
    100%{
        -webkit-transform:scale(5.5);
        transform:scale(5.5)
    }
}
@-webkit-keyframes ripple2{
    0%{
        -webkit-transform:scale(3.5);
        transform:scale(3.5)
    }
    100%{
        -webkit-transform:scale(5.5);
        transform:scale(5.5)
    }
}
@keyframes ripple3{
    0%{
        -webkit-transform:scale(1.5);
        transform:scale(1.5)
    }
    100%{
        -webkit-transform:scale(3.5);
        transform:scale(3.5)
    }
}
@-webkit-keyframes ripple3{
    0%{
        -webkit-transform:scale(1.5);
        transform:scale(1.5)
    }
    100%{
        -webkit-transform:scale(3.5);
        transform:scale(3.5)
    }
}
.profile-msg{
    position:absolute;
    top:23%;
    left:-20%
}
.aoa-main::after{
    content:""
}
.inner-bnr{
    overflow:hidden;
    padding:180px 15% 100px;
    background:0 0/cover #03032b;
    width:100%;
    align-items:center;
    z-index:1
}
.inner-bnr h1{
    color:#fff;
    font-size:38px;
    margin-bottom:20px
}
.ad-content h4,.aoacs-box h4,.wrapper.web-story-wrap .webstory-label p{
    margin:10px 0
}
.aoacs-box{
    padding:25px;
    background:#fff;
    box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%)
}
.ab-box2 h4{
    color:#fff;
    font-size:25px;
    line-height:30px
}
.why-pbox{
    padding:30px;
    margin-bottom:30px;
    -webkit-box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%);
    box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%)
}
.uu-pro-con h3,.why-pbox h3{
    margin-bottom:10px;
    font-size:22px;
    line-height:38px
}
.solidity-wrap .why-box,.wpb1{
    min-height:370px
}
.new-wrap.flutter-devindia-wrap .cs-card,.new-wrap.hire-laravel-dev .cta-ad-content,.new-wrap.hire-laravel-dev .extecsive-card,.new-wrap.team-sextension-wrap .team-ext-box,.new-wrap.top-mob-dev-florida .cta-ad-content,.new-wrap.top-mob-dev-florida .extecsive-card,.new-wrap.woo-commerce .ad-content,.wpb2{
    min-height:310px
}
.uus-con{
    padding:20px 10px
}
.bitcoin-wrap.ai-dev-wrap .mobile-app-wl p,.new-wrap.hire-reactjs-devindia-wrap .testi-card h4,.new-wrap.software-dev-company-canada-wrap .testi-card h4,.uus-con h4{
    font-size:20px;
    line-height:30px
}
.uu-p-bdr{
    width:2px;
    height:97%;
    position:absolute;
    border-left:2px dashed grey;
    left:8.3%;
    margin-left:-1px
}
.uu-p-s{
    display:inline-block;
    background:#fff;
    width:50px;
    height:50px;
    border-radius:100px;
    font-size:26px;
    color:#2e2e2e;
    border:2px dashed grey;
    padding-top:5px
}
.adcamp-app-development .cta-display-res,.art-token-wrap .centerv-divs,.bep20-wrapper .centerv-divs,.bigcommerce .centerv-divs,.d-all-center,.error-404-wrap .error-banner,.new-wrap .centerv-divs,.new-wrap .content-center,.new-wrap.crypto-payment-wrap .vector-prop-why,.new-wrap.flutter-devindia-wrap .display-center,.new-wrap.hire-flutter-devindia-wrap .skill-card-r,.new-wrap.hire-mern-wrap .centerv-divs,.new-wrap.hire-mern-wrap .vector-prop-why,.new-wrap.hire-reactjs-devindia-wrap .display-center,.new-wrap.hire-reactjs-devindia-wrap .skill-card-r,.new-wrap.hire-reactnative-devindia-wrap .display-center,.new-wrap.metaverse-nft-wrap .centerv-divs,.new-wrap.metaverse-nft-wrap .vector-prop-why,.new-wrap.software-dev-company-canada-wrap .process-heading,.nft-new .clients-slide,.nft-new .disp-center,.nft-new .disp-client-heading,.nft-new .process-heading,.solidity-wrap .centerv-divs,.soulbound-wr .content-center,.sto-development .centerv-divs,.tokenization-wr .centerv-divs,.uu-p-2,.wrapper .content-center,.wrapper .disp-client-heading,.wrapper .disp-content-center,.wrapper.exchange-development-company .feature-section .btc_ser_center_img_wrapper.white-label-key picture,.wrapper.flutter-devindia-wrap .cta-section .d-cta-center,.wrapper.nft-marketplace-dev .content-center,.wrapper.nft-marketplace-dev .disp-center,.wrapper.react-native-dev-india-wrap .disp-client-heading,.wrapper.react-native-dev-india-wrap .disp-content-center,.wrapper.smart-contract-wrap .disp-center,.wrapper.white-label-wrap .d-all-center{
    display:flex;
    justify-content:center;
    align-items:center
}
.faq-box .card{
    margin:0;
    border:0
}
.faq-box .btn.btn-link{
    text-align:left;
    overflow:hidden;
    font-size:18px;
    color:#2e2e2e;
    font-weight:600;
    width:100%;
    position:relative;
    padding-right:25px
}
.faq-box .card-body{
    padding:5px 10px
}
.faq-box .card-body p{
    font-size:16px;
    line-height:25px
}
.faq-box .card-header{
    background:0 0;
    padding:0
}
.faq-box .card-header h5 button,.links-ser .ser-i-box ul li a,.wrapper.flutter-devindia-wrap .our-client-section{
    padding:20px 0
}
.faq-arrow{
    position:absolute;
    right:0;
    width:15px;
    background:url(../images/arrow-down.png) center/13px no-repeat;
    transform:rotate(180deg);
    -webkit-transform:rotate(0);
    -moz-transform:rotate(0);
    -ms-transform:rotate(0);
    -o-transform:rotate(0);
    height:100%;
    top:0;
    bottom:0
}
.btn-link.collapsed .faq-arrow{
    transform:rotate(90deg);
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    -o-transform:rotate(270deg)
}
@media screen and (min-width:992px){
    .navbar .dropdown{
        position:static
    }
    .navbar .n-dropdown{
        position:relative
    }
    .n-dropdown .dropdown-menu{
        min-width:300px;
        max-width:inherit;
        border:0;
        display:block;
        left:-60px;
        visibility:hidden;
        opacity:0;
        margin-top:10px;
        -webkit-transition:.4s ease-in-out;
        -o-transition:.4s ease-in-out;
        transition:.4s ease-in-out
    }
    .n-dropdown .dropdown-menu ul{
        list-style:none
    }
    .n-dropdown .dropdown-menu .dropdown-item{
        font-size:18px;
        padding:8px 25px
    }
    .n-dropdown .dropdown-menu .dropdown-item:hover{
        color:#28a8e0
    }
    .navbar .dropdown .dropdown-menu:hover,.navbar .dropdown:hover .dropdown-menu{
        margin-top:0;
        display:block;
        visibility:visible;
        opacity:1;
        -webkit-transition:.4s ease-in-out;
        -o-transition:.4s ease-in-out;
        transition:.4s ease-in-out
    }
    .navbar .dropdown:hover .ddwon{
        visibility:visible;
        margin-top:0;
        opacity:1;
        -webkit-transition:.9s ease-in-out;
        -o-transition:.9s ease-in-out;
        transition:.9s ease-in-out
    }
    .mgpl40{
        padding-left:40px
    }
}
.naccs .menu div,.naccs .menu div span.light,ul.nacc li{
    transition:1s cubic-bezier(.075, .82, .165, 1)
}
.mobile-app-wl h1{
    font-size:38px;
    line-height:50px;
    font-weight:400;
    color:#fff
}
.mobile-app-wl p{
    color:#fff;
    margin-top:30px;
    font-size:20px;
    line-height:28px
}
.mob-sli img{
    max-width:initial;
    width:82%;
    display:block;
    position:absolute;
    top:0;
    left:10%
}
.section-btn{
    margin:50px 0 0
}
.naccs .menu div{
    padding:15px 20px 15px 40px;
    margin-bottom:10px;
    color:#303f9f;
    font-size:18px;
    background:#dcf1ff;
    cursor:pointer;
    vertical-align:middle;
    font-weight:700
}
.naccs .menu div:hover{
    box-shadow:0 0 10px rgba(0,0,0,.1)
}
.footer-logo img{
    width:200px;
    margin:0 0 10px
}
.naccs .menu div span.light{
    height:55px;
    width:1px;
    position:absolute;
    top:0;
    left:0;
    background-color:#28a8e0;
    border-radius:0
}
.naccs .menu div.active span.light{
    background-color:#28a8e0;
    left:0;
    height:100%;
    width:3px;
    top:0;
    border-radius:0
}
.naccs .menu div.active{
    color:#28a8e0;
    padding:15px 20px
}
ul.nacc{
    height:0;
    list-style:none;
    margin:0;
    padding:0;
    transition:.5s cubic-bezier(.075, .82, .165, 1)
}
ul.nacc li{
    opacity:0;
    transform:translateX(50px);
    position:absolute;
    list-style:none;
    height:55vh;
    justify-content:center;
    align-items:center;
    display:flex
}
ul.nacc li.active{
    transition-delay:0.3s;
    z-index:2;
    opacity:1;
    transform:translateX(0)
}
ul.nacc li p{
    padding-right:20%;
    margin:0
}
img.ser-images{
    width:45%;
    margin:30px 0;
    display:block
}
.flex-card{
    padding:15px 30px;
    border:1px solid #e5e5e5;
    -webkit-box-shadow:-1px 3px 15px 0 rgb(0 0 0 / 6%);
    box-shadow:-1px 3px 15px 0 rgb(0 0 0 / 6%);
    border-radius:10px;
    max-width:380px;
    margin:0 auto;
    background-color:#fff
}
.field:not(:last-child){
    margin-bottom:.4rem
}
.flex-card .field label{
    display:inline-block;
    font-size:.8rem;
    font-weight:500;
    margin-bottom:2px;
    padding:0;
    color:#5d6c84
}
.flex-card .field label small{
    color:#e62965
}
.control{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    clear:both;
    font-size:1rem;
    text-align:inherit
}
.hero-form .flex-card .field .control .input,.hero-form .flex-card .field .control textarea,.hero-form select{
    font-size:15px;
    padding-left:38px;
    height:38px;
    max-width:100%;
    width:100%;
    background-color:#fff;
    position:relative;
    border-radius:4px;
    color:#363636;
    border:1px solid #dee2e6
}
.hero-form .flex-card .field .control textarea{
    height:50px
}
.control.has-icons-left .icon,.control.has-icons-right .icon{
    color:#dbdbdb;
    height:2.5em;
    pointer-events:none;
    position:absolute;
    top:0;
    width:2.5em;
    left:0;
    padding:8px 9px;
    z-index:4
}
.control.has-icons-left .input,.control.has-icons-left .select select{
    padding-left:2.5em
}
.button.success-btn{
    border-radius:53px;
    outline:0;
    background-color:#28a8e0;
    color:#fff;
    margin-top:5px;
    padding:12px 10px;
    -webkit-transition:.5s;
    transition:.5s;
    border:none;
    width:100%
}
ul.nav.nav-pills{
    align-items:center;
    justify-content:flex-end
}
ul.nav.nav-pills li{
    margin:0 5px
}
ul.nav.nav-pills li a{
    padding:10px 45px;
    background:#e7e7e7;
    font-size:16px;
    color:#333
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
    background-color:#333
}
.clients .bord{
    border-bottom:1px solid rgba(0,0,0,.08)
}
.clients .brands{
    padding:20px 10px;
    text-align:center;
    border-right:1px solid rgba(0,0,0,.08)
}
.clients .brands:last-of-type{
    border-right:0
}
.img-tech img{
    width:100px;
    filter:grayscale(1);
    transition:.45s;
    transform:scale(1)
}
.img-tech img:hover{
    filter:inherit;
    transition:.45s;
    transform:scale(1.1)
}
.inner-ser strong{
    text-transform:capitalize;
    font-size:16px;
    color:#05002c;
    line-height:25px;
    display:block;
    margin:10px 0;
    font-weight:500
}
.ser-image img{
    width:70px;
    margin:10px auto 20px;
    display:block
}
.adcamp-nav-wrap .theme-nav.navbar-expand-lg .navbar-nav .nav-item>.nav-link,.bep20-wrapper .btn-curve-bg>span,.inner-ser p{
    font-size:16px
}
.inner-ser{
    border-radius:5px;
    padding:20px;
    align-items:center;
    margin:20px 18px 0 0;
    display:block;
    text-align:center;
    width:100%;
    box-shadow:0 2px 17px -5px #cbcbcb
}
.header-form:before{
    content:"";
    position:absolute;
    width:106%;
    height:100%;
    background:#d0d5ff14;
    z-index:-1;
    border-radius:50%;
    top:-40px;
    left:0
}
.valign{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.cmd-padding,.wh-work-box{
    padding:0 10px
}
.flex-card h5{
    font-size:16px;
    font-weight:900;
    text-align:center;
    margin-bottom:15px;
    line-height:22px;
    border-bottom:1px solid #aeaeae7d;
    padding-bottom:5px
}
.img-mons .img1,.img-mons .img2,.img-mons .img3{
    height:265px;
    border-radius:10px;
    overflow:hidden
}
.imago.animated{
    -webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path:polygon(0 0,100% 0,100% 100%,0 100%)
}
.img-mons .img1 img,.img-mons .img2 img,.img-mons .img3 img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center center;
    object-position:center center
}
.img-mons .img2{
    height:300px;
    width:85%
}
.img-mons .img3{
    width:75%;
    margin-top:20px
}
img.thumparallax-down:hover{
    transform:scale(1.1) rotate(3deg)!important
}
.process-image img{
    width:90px;
    display:block;
    margin:0 auto;
    padding:20px 0
}
.process-content.col-md-10{
    padding:20px 15px
}
.process-image{
    background:#dcf1ff;
    padding:20px 0
}
.inner-process-wr.row{
    margin-bottom:40px;
    background:#f0fbff
}
.timeline-event-icon,.timeline-event-thumbnail,.timeline:before{
    background-color:#28a8e0;
    position:absolute
}
.timeline{
    margin:0 auto
}
.timeline:before{
    content:"";
    margin-left:-1px;
    top:0;
    left:2em;
    width:2px;
    height:100%
}
.new-wrap.hire-flutter-devindia-wrap .list_ul,.timeline-event,.values-con ul{
    list-style:none
}
.timeline-event:hover .timeline-event-icon{
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    background-color:#0076aa
}
.timeline-event:hover .timeline-event-thumbnail{
    -moz-box-shadow:inset 40em 0 0 0 #0076aa;
    -webkit-box-shadow:inset 40em 0 0 0 #0076aa;
    box-shadow:inset 40em 0 0 0 #0076aa
}
.timeline-event-copy{
    padding:1em 1em 0;
    top:-17px;
    left:4em;
    width:100%
}
.timeline-event-copy h3{
    font-size:1.75em
}
.timeline-event-copy h4{
    font-size:1.2em;
    margin-bottom:0
}
.new-wrap.hire-flutter-devindia-wrap .our-engagement-bold,.nft-new .welcome-area .welcome-text h1,.timeline-event-copy strong,.wrapper.react-native-dev-india-wrap .welcome-area h1{
    font-weight:700
}
.timeline-event-copy p:not(.timeline-event-thumbnail){
    padding-bottom:0;
    font-size:16px;
    line-height:25px
}
.timeline-event-icon{
    -moz-transition:-moz-transform .2s ease-in;
    -o-transition:-o-transform .2s ease-in;
    -webkit-transition:-webkit-transform .2s ease-in;
    transition:transform .2s ease-in;
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    outline:#fff solid 10px;
    display:block;
    margin:.5em .5em .5em -.5em;
    top:35px;
    left:2em;
    width:1em;
    height:1em
}
.timeline-event-thumbnail{
    -moz-transition:box-shadow .5s ease-in .1s;
    -o-transition:box-shadow .5s ease-in .1s;
    -webkit-transition:box-shadow .5s ease-in .1s;
    transition:box-shadow .5s ease-in .1s;
    color:#fff;
    font-size:.75em;
    -moz-box-shadow:inset 0 0 0 0 #ef795a;
    -webkit-box-shadow:inset 0 0 0 0 #1f8ebe;
    box-shadow:inset 0 0 0 0 #1f8ebe;
    display:none;
    margin-bottom:15px;
    padding:5px 35px;
    left:-170px
}
.eook-img img,.new-wrap img.faq-img,.timeline-image img{
    width:65%;
    margin:0 auto;
    display:block
}
#float-wp,.bep20-wrapper section.market-nft-wr::before,.bitcoin-wrap.ai-dev-wrap .header-form:before,.floating-btn-container,.floating-btn-one,.floating-btn-two,.fsm-icons .fab::before,.hf-bg.header-form:before,.mob-only,.new-wrap.app-like-insta-wrap .header-form:before,.new-wrap.app-like-olacost-wrap .header-form:before,.new-wrap.app-like-tiktok-wrap .header-form:before,.new-wrap.app-like-ubercost-wrap .header-form:before,.new-wrap.app-like-urbanclap-wrap .header-form:before,.new-wrap.flutter-devindia-wrap .header-form:before,.new-wrap.hire-flutter-devindia-wrap .header-form:before,.new-wrap.hire-reactjs-devindia-wrap .header-form:before,.new-wrap.hire-reactnative-devindia-wrap .header-form:before,.new-wrap.medical-app-dev-wrap .header-form:before,.new-wrap.software-dev-chennai .header-form:before,.new-wrap.top-mob-colorado-wrap .header-form:before,.new-wrap.top-mob-dev-alaska-wrap .header-form:before,.new-wrap.top-mob-dev-conneticut-wrap .header-form:before,.new-wrap.top-mob-dev-louisiana-wrap .header-form:before,.new-wrap.top-mob-dev-missouri-wrap .header-form:before,.nft-welcome .header-form:before,.values-con.culture-con:before,.wrapper.web-story-wrap .disp-webstory-low,section.market-nft-wr.beni-wr:before,section.ser-mob.pt80.pb100.responsive-ch,section.wrapper.nft-new .btc_left_ser_icon_cont_wrapper:after,section.wrapper.nft-new .defi-con li::before,section.wrapper.nft-new .nfer-widget:before,section.wrapper.nft-new .nft-sol-img::before,section.wrapper.nft-new section.defi-wr .abt-img:before,section.wrapper.nft-new section.market-nft-wr::before{
    display:none
}
.btn-curve-bg{
    display:inline-block;
    color:#fff;
    font-size:18px;
    background:#28a8e0;
    padding:12px 35px;
    border:1px solid #28a8e0;
    border-radius:100px;
    position:relative;
    overflow:hidden;
    cursor:pointer
}
.btn-curve-bg:after{
    content:"";
    position:absolute;
    top:-10px;
    left:-10px;
    right:-10px;
    bottom:100%;
    background:#fff;
    border-radius:0 0 100% 100%;
    -webkit-transition:.6s cubic-bezier(1, 0, .55, 1);
    -o-transition:.6s cubic-bezier(1, 0, .55, 1);
    transition:.6s cubic-bezier(1, 0, .55, 1)
}
#faq .card{
    margin-bottom:15px;
    border:0
}
#faq .card .card-header{
    border:0;
    border-radius:2px;
    padding:0
}
#faq .card .card-header .btn-header-link{
    display:block;
    text-align:left;
    background:#dcf1ff;
    color:#282828;
    padding:15px 10px
}
#faq .card .card-header .btn-header-link:after{
    content:"\f077";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    float:right
}
#faq .card .card-header .btn-header-link.collapsed{
    background:#dcf1ff;
    color:#282828
}
#faq .card .card-header .btn-header-link.collapsed:after{
    content:"\f078"
}
#faq .card .collapsing{
    background:#fff;
    line-height:30px
}
#faq .card .collapse{
    border:0
}
#faq .card .collapse.show{
    background:#fff;
    line-height:25px;
    color:#222;
    font-size:15px
}
:focus{
    outline:0!important
}
img.faq-img{
    width:75%;
    margin:0 auto;
    display:block
}
.card-body{
    -ms-flex:1 1 auto;
    flex:0 0 auto;
    min-height:1px;
    padding:10px 15px;
    font-size:15px!important;
    line-height:25px
}
.pwa-image img{
    width:95%;
    margin:50px auto
}
.slid-btn.mt50.PWA-abt-btn{
    display:block;
    text-align:center;
    width:100%
}
section.ser-features .inner-ser{
    height:260px
}
.ad-content{
    padding:25px;
    background:url(../images/logo-icon-o.png) 100% 0/120% no-repeat #fff;
    -webkit-box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%);
    box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%);
    min-height:330px
}
.btn.focus,.btn:focus{
    outline:0;
    box-shadow:none
}
.abt-con .inner-ser{
    height:190px
}
.ui-inner-accord{
    display:flex;
    align-items:center;
    height:60vh
}
.faq-wr-ui .faq-box .card,section.wrapper.nft-new .card{
    background:0 0
}
.fsm-icons .fab.fa-dribbble{
    background:url(../images/dribbble-icon.svg) 0 0/cover no-repeat
}
.fsm-icons a:hover .fab.fa-dribbble{
    background:url(../images/dribbble-ball-icon.svg) 0 0/cover no-repeat
}
.wwb-img{
    border-radius:100px;
    background:#fff;
    overflow:hidden;
    width:130px;
    margin:0 auto 70px;
    -webkit-box-shadow:0 3.4px 2.7px -30px rgb(0 0 0 / 6%),0 8.2px 8.9px -30px rgb(0 0 0 / 7%),0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow:0 3.4px 2.7px -30px rgb(0 0 0 / 6%),0 8.2px 8.9px -30px rgb(0 0 0 / 7%),0 25px 40px -30px rgb(0 0 0 / 20%)
}
.wwb-img img{
    border:1px solid #f7f7f7;
    padding:30px
}
.wwb-row{
    margin-top:80px
}
.wh-work-row{
    margin-top:-170px;
    position:relative;
    z-index:1
}
.wh-work-border{
    width:100%;
    display:block;
    position:relative;
    background:url(../images/way.png) 0 0/95% no-repeat;
    min-height:130px
}
.bg-whi{
    background:#fff!important
}
.bg-gry,.new-wrap .clbr2,.new-wrap.media-ent-wrap .clbr2{
    background:#f5f8fa!important
}
.map-india iframe{
    width:100%;
    height:400px
}
.contact-page-form input,.contact-page-form select,.contact-page-form textarea{
    font:inherit;
    font-size:.8em;
    margin:20px 0;
    width:100%;
    display:block;
    border:none;
    padding:20px 0;
    border-bottom:1px solid #000;
    background:linear-gradient(to bottom,rgba(255,255,255,0) 96%,#000 4%);
    background-position:-1115px 0;
    background-size:100% 100%;
    background-repeat:no-repeat;
    transition:background .3s cubic-bezier(.64, .09, .08, 1);
    resize:none;
    overflow:hidden
}
.contact-page-form input:focus::-webkit-input-placeholder,.contact-page-form textarea:focus::-webkit-input-placeholder{
    color:#000
}
.contact-page-form input:focus,.contact-page-form textarea:focus,.contact-page-form textarea:valid{
    box-shadow:none;
    outline:0;
    background-position:0 0
}
.contact-page-form input:focus::-webkit-input-placeholder,.contact-page-form textarea:focus::-webkit-input-placeholder,.contact-page-form textarea:valid::-webkit-input-placeholder{
    font-size:.8em;
    transform:translateY(-20px);
    visibility:visible!important;
    opacity:1
}
.contact-page-form input[type=email]{
    background:linear-gradient(to bottom,rgba(255,255,255,0) 96%,#000 4%);
    background-position:-565px 0;
    background-repeat:no-repeat;
    transition:border-bottom .3s,background .3s
}
.contact-page-form input[type=email]~span.validation-text{
    position:absolute;
    visibility:hidden;
    font-family:roboto,sans-serif;
    font-size:.6em;
    width:400px;
    margin-left:25px;
    margin-top:-5px;
    color:#fff;
    transition:color .3s ease-in-out
}
.contact-page-form input[type=email]:not([value=""])::-webkit-input-placeholder{
    font-size:.8em;
    transform:translateY(-20px);
    visibility:visible!important;
    opacity:1
}
.contact-page-form input[type=email]:not([value=""]):focus::-webkit-input-placeholder{
    color:#03a9f4
}
.contact-page-form input[type=email]:not([value=""]):focus:not(:valid)::-webkit-input-placeholder{
    color:#e91e63
}
.contact-page-form input[type=email]:focus{
    background-position:0 0
}
.contact-page-form input[type=email]:focus:not(:valid):not([value=""]){
    border-bottom:1px solid #e91e63;
    background:linear-gradient(to bottom,rgba(255,255,255,0) 96%,#e91e63 4%)
}
.contact-page-form input[type=email]:not(:focus):not(:valid):not([value=""]){
    border-bottom:1px solid #e91e63;
    background-position:0 0;
    background:linear-gradient(to bottom,rgba(255,255,255,0) 96%,#e91e63 4%)
}
.contact-page-form input[type=email]:not(:focus):not(:valid):not([value=""])::-webkit-input-placeholder{
    color:#e91e63
}
.contact-page-form input[type=email]:not(:focus):not(:valid):not([value=""])~span.validation-text{
    visibility:visible;
    color:#e91e63
}
.v3_img_bg{
    position:absolute;
    top:-40px;
    right:-80px;
    z-index:-1
}
.ani1{
    animation:4s linear infinite updown
}
.ani2{
    animation:15s infinite alternate rotate_animation
}
.adcamp-app-development nav.theme-nav.fixed-top.scrolled-down .reg-logo,.v3_img_bg img{
    width:140px
}
.v2_img_bg{
    position:absolute;
    top:4%;
    right:3%;
    z-index:-1
}
@-webkit-keyframes updown{
    0%,100%{
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    50%{
        -webkit-transform:translateY(10px);
        transform:translateY(10px)
    }
}
@keyframes updown{
    0%,100%{
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    50%{
        -webkit-transform:translateY(10px);
        transform:translateY(10px)
    }
}
@keyframes rotate_animation{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
.con-content h3{
    font-size:50px;
    margin-top:60px;
    font-weight:900
}
.con-content p{
    font-size:20px;
    margin:15px 0 35px;
    color:#333
}
.contact-page-form{
    overflow:hidden;
    padding:40px;
    border-radius:3px;
    background:#fff;
    color:#000;
    position:relative;
    margin-top:40px;
    box-shadow:0 0 20px -6px rgb(0 0 0 / 39%)
}
.contact-frm-inner::before{
    content:"";
    position:absolute;
    top:65px;
    left:-20px;
    width:95%;
    opacity:.6;
    height:95%;
    background:url(../images/pattern.svg) 0 0/35%;
    z-index:0
}
.contact-page-form input::-webkit-input-placeholder,.contact-page-form textarea::-webkit-input-placeholder{
    font:inherit;
    -webkit-transition:transform .3s ease-in-out,font-size .3s ease-in-out,visibility .3s ease-in-out;
    transition:transform .3s ease-in-out,font-size .3s ease-in-out,visibility .3s ease-in-out
}
.contact-page-form .flex{
    display:flex;
    align-items:stretch
}
.contact-page-form .flex textarea{
    line-height:120%
}
.contact-page-form button:hover{
    transform:translateY(5px);
    transition:.5s
}
.contact-page-form button{
    font-family:roboto,sans-serif;
    border:none;
    background:#28a8e0;
    cursor:pointer;
    border-radius:40px;
    transition:.5s;
    margin:15px auto 0;
    padding:15px 0;
    width:60%;
    color:#fff;
    display:block
}
.inner-contact-content h5{
    font-size:25px;
    font-weight:700;
    margin-bottom:20px
}
.content-spilt strong{
    display:block;
    font-size:20px;
    font-weight:900;
    margin-bottom:5px
}
.content-spilt span a{
    font-size:18px;
    color:#333;
    line-height:15px;
    display:inline-block
}
.content-spilt span a::after{
    content:"";
    display:block;
    width:0;
    margin-top:4px;
    height:1px;
    background:#000;
    transition:width .4s ease-in
}
a.career-link{
    display:inline-block;
    margin:0;
    font-size:12px;
    background:#28a8e0;
    padding:10px;
    color:#fff;
    border-radius:30px;
    border:1px solid #28a8e0;
    transition:.45s
}
a.career-link:hover{
    color:#28a8e0;
    background:0 0;
    transition:.45s
}
.cta-sc,section.contact-map.pt80{
    background:#03032b
}
.btc_ser_center_img_wrapper img,.inner-contact-container{
    width:80%;
    margin:0 auto
}
.inner-contact-container h2{
    text-align:center;
    margin:0 0 80px;
    font-size:100px;
    opacity:.1;
    font-weight:bolder
}
.map-inner iframe{
    width:100%;
    height:420px
}
ul.nav.contact-nav-pills li{
    margin-left:20px
}
ul.nav.contact-nav-pills li a{
    color:#fff;
    border:1px solid #fff;
    border-radius:2px
}
ul.nav.contact-nav-pills a.nav-link.active{
    background:#fff;
    color:#03032b
}
.content-spilt .address{
    font-size:18px;
    line-height:32px;
    margin-top:20px;
    display:block;
    color:#212529
}
section.address-wr h5{
    font-size:40px;
    font-weight:700;
    margin-bottom:40px;
    text-align:center
}
.inner-contact-address,.modal-dialog-centered,.new-wrap .p-row-disp,.new-wrap .services-display,.new-wrap.app-like-insta-wrap .p-row-disp,.new-wrap.app-like-olacost-wrap .p-row-disp,.new-wrap.app-like-tiktok-wrap .p-row-disp,.new-wrap.app-like-ubercost-wrap .p-row-disp,.new-wrap.app-like-urbanclap-wrap .p-row-disp,.new-wrap.flutter-devindia-wrap .d-hm-c,.new-wrap.hire-flutter-devindia-wrap .d-hm-c,.new-wrap.hire-reactjs-devindia-wrap .d-hm-c,.new-wrap.hire-reactnative-devindia-wrap .d-hm-c,.new-wrap.medical-app-dev-wrap .p-row-disp,.new-wrap.software-dev-chennai .p-row-disp,.new-wrap.top-mob-colorado-wrap .p-row-disp,.new-wrap.top-mob-dev-alaska-wrap .p-row-disp,.new-wrap.top-mob-dev-conneticut-wrap .p-row-disp,.new-wrap.top-mob-dev-louisiana-wrap .p-row-disp,.new-wrap.top-mob-dev-missouri-wrap .p-row-disp,.wrapper.nft-marketplace-dev .d-hm-c,.wrapper.nft-marketplace-dev .p-row-disp{
    display:flex;
    justify-content:center
}
.inner-contact-address .content-spilt{
    margin:0 50px;
    padding:30px;
    border-radius:5px
}
.contact-page-form h3{
    text-align:center;
    margin:0 0 10px;
    border-bottom:1px solid #c8c8c8;
    padding-bottom:20px
}
.culture-content strong,.inner-contact-address .content-spilt strong,section.privacy-content h2{
    font-size:25px
}
.inx-clients{
    padding:20px 0 0
}
.inx-clients .row{
    overflow:hidden;
    position:relative;
    height:100px
}
.client-slider{
    z-index:1;
    width:100%;
    position:absolute;
    white-space:nowrap;
    will-change:transform;
    animation:32s linear infinite marquee
}
.client-img{
    display:inline-block;
    padding:10px 20px
}
.client-img img{
    width:160px;
    height:60px;
    object-fit:contain
}
@keyframes marquee{
    from{
        transform:translateX(0)
    }
    to{
        transform:translateX(-50%)
    }
}
.case-study-p p{
    margin:30px 0
}
.data-sc-image:before{
    content:"";
    position:absolute;
    top:-30px;
    left:-17%;
    width:100%;
    height:117%;
    background:#e3f2fd
}
.main-cs-content strong{
    font-weight:900;
    margin:10px 0
}
.main-cs-content p{
    font-size:18px;
    line-height:30px;
    margin-bottom:25px
}
.mb0{
    margin-bottom:0
}
.contact-icon img{
    width:55px;
    margin-bottom:20px;
    margin-left:-5px;
    margin-top:85px
}
.cs-main-img img{
    position:relative;
    object-fit:cover;
    box-shadow:0 0 14px 4px #b5b5b559;
    width:85%;
    margin:0 auto;
    display:block
}
.case-study-wr:before{
    width:27%;
    content:"";
    position:absolute;
    top:75%;
    right:0;
    z-index:0;
    background:#f0fbff;
    height:27%
}
.case-study-p p{
    font-size:20px;
    line-height:35px;
    color:#03032b
}
.flex-cs,.flex-css,.new-wrap .services-section .service-heading{
    display:flex;
    align-items:center
}
.main-cs-content strong{
    font-size:27px;
    margin-bottom:10px;
    display:inline-block;
    padding:10px 0
}
.sub-img:before{
    content:"";
    position:absolute;
    width:35%;
    height:60%;
    background:#e3f2fd;
    border-radius:50%;
    z-index:0;
    right:24%;
    top:7%
}
.sub-img{
    position:relative;
    text-align:center
}
.sub-img img{
    position:relative;
    width:75%;
    margin:0 auto
}
.challenge-con p{
    font-size:20px;
    line-height:35px;
    color:#03032b;
    text-align:justify;
    padding-top:85px;
    padding-right:46px
}
.sub-img.be-1:before{
    left:0;
    background:#ffd54f66;
    height:70%
}
.sub-img.be-2:before{
    right:0;
    background:#aee5ff66;
    height:70%
}
.full-data-sc-img{
    box-shadow:0 -3px 18px 3px #bdbdbd5c
}
.con-1-ch:before,.con-2-ch:before,.con-3-ch:before{
    content:"01";
    position:absolute;
    top:24%;
    left:1%;
    font-size:137px;
    font-weight:700;
    opacity:.05
}
.con-2-ch:before{
    content:"02"
}
.con-3-ch:before{
    content:"03"
}
.cta-sc{
    color:#fff;
    padding:40px 45px
}
.cta-sc p{
    font-size:30px;
    color:#fff;
    line-height:45px
}
.section.portfolio .filters ul{
    padding:0
}
.section.portfolio .filters ul li{
    list-style:none;
    display:inline-block;
    padding:20px 30px;
    cursor:pointer;
    position:relative
}
.section.portfolio .filters ul li:after{
    content:"";
    display:block;
    width:calc(0% - 60px);
    position:absolute;
    height:2px;
    background:#333;
    transition:width 350ms ease-out
}
.section.portfolio .filters ul li:hover:after{
    width:calc(100% - 60px);
    transition:width 350ms ease-out
}
.section.portfolio .filters ul li.active:after{
    width:calc(100% - 60px)
}
.section.portfolio .filters-content .show{
    opacity:1;
    visibility:visible;
    transition:350ms
}
.section.portfolio .filters-content .hide{
    opacity:0;
    visibility:hidden;
    transition:350ms
}
.section.portfolio .filters-content .item{
    text-align:center;
    cursor:pointer;
    margin-bottom:30px;
    overflow:hidden;
    position:relative;
    display:block
}
.section.portfolio .filters-content .item .p-inner{
    padding:20px 30px;
    position:absolute;
    width:100%;
    background:#000;
    bottom:-150px;
    color:#fff;
    transition:.45s
}
.section.portfolio .filters-content .item .p-inner h5{
    font-size:18px;
    margin-bottom:10px
}
.section.portfolio .filters-content .item .p-inner .cat{
    font-size:15px
}
.section.portfolio .filters-content .item img{
    width:100%;
    height:400px;
    object-fit:cover
}
.section.portfolio .filters-content .item:hover .p-inner{
    bottom:0;
    transition:.45s
}
.case-bx-img{
    border-radius:10px;
    position:relative;
    top:40px;
    overflow:hidden;
    min-width:100%;
    max-height:100%;
    width:100%;
    cursor:pointer
}
.case-bx-img img{
    -webkit-transition:opacity .35s,-webkit-transform .35s;
    transition:opacity .35s,transform .35s;
    -webkit-transform:scale(1);
    transform:scale(1)
}
.case-bx:hover .case-bx-img img{
    -webkit-transform:scale(1.15);
    transform:scale(1.15)
}
.case-bx{
    background:#f5f8fa;
    margin-bottom:80px;
    position:relative;
    min-height:550px;
    -webkit-box-shadow:0 5px 20px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow:0 5px 20px 1px rgba(0,0,0,.1);
    box-shadow:0 5px 20px 1px rgb(0 0 0 / 10%);
    padding:30px 0 0 100px;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s
}
.case-bx:hover{
    background:#fff;
    -webkit-box-shadow:0 20px 50px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow:0 20px 50px 1px rgba(0,0,0,.1);
    box-shadow:0 20px 50px 1px rgb(0 0 0 / 10%);
    transition:.5s
}
.case-bx-con{
    padding-right:40px;
    display:block
}
.case-bx-con .cbc-span,.case-bx-con2 .cbc-span{
    font-size:13px;
    color:#747474
}
.cbc-img{
    position:absolute;
    left:20px;
    top:50px;
    width:65px
}
.case-bx-con h3{
    font-size:22px;
    margin:5px 0;
    line-height:38px
}
.case-bx-con h3:hover{
    color:#4eb7e6
}
.case-main .col-md-6,.wrapper .badge-pad{
    padding:0 2%
}
.case-row{
    background:#fff;
    -webkit-box-shadow:0 20px 50px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow:0 20px 50px 1px rgba(0,0,0,.1);
    box-shadow:0 20px 50px 1px rgb(0 0 0 / 10%);
    margin-bottom:50px
}
.case-bx-con2{
    padding:50px
}
.case-bx-con2 h3{
    font-size:30px;
    margin:10px 0 20px;
    line-height:42px;
    color:#03032b
}
.case-bx-con2 p,.new-wrap.metaverse-devp-wr .benefits-sec .benefits-card img{
    margin:0 0 20px
}
.inner-bnr2{
    overflow:hidden;
    padding:180px 0 100px;
    background:0 0/cover #03032b;
    position:relative;
    width:100%;
    align-items:center;
    z-index:1
}
.inner-bnr2 h1{
    margin-top:20px;
    margin-bottom:30px;
    font-size:40px;
    line-height:55px;
    font-weight:400;
    color:#fff
}
.inner-bnr2 p{
    color:#fff;
    margin-top:30px;
    font-size:22px;
    line-height:30px
}
.career-cont p,.perk-con p{
    line-height:35px;
    margin-bottom:30px
}
.case-des-mi h3{
    margin-bottom:15px;
    color:#05002c
}
.team-ext-box{
    margin-bottom:40px;
    border-radius:10px;
    background:#fff;
    display:block;
    padding:25px 15px;
    -webkit-box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%);
    box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%);
    transition:.5s
}
.val-1,.val-2,.val-3,.val-4{
    background-size:70px;
    background-position:365px 20px
}
.team-ext-box .btn-curve{
    padding:8px 35px
}
.team-ext-box .teb-img{
    width:100px;
    height:100px;
    margin:0 auto;
    border-radius:100px;
    background:#fff;
    padding:10px
}
.team-ext-box .teb-img img{
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
    transform:scale(1)
}
.team-ext-box:hover .teb-img img{
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
    transform:scale(1.2)
}
.teb-con h5{
    margin-top:30px;
    display:block;
    font-size:18px
}
.team-ext-box:hover{
    -webkit-box-shadow:0 13px 25px -1px rgb(0 0 0 / 10%);
    box-shadow:0 13px 25px -1px rgb(0 0 0 / 10%);
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s
}
.mauin-ser-icon img{
    margin:0 0 20px;
    width:85px
}
.main-ser-content strong{
    font-size:45px;
    margin-bottom:10px;
    display:inline-block;
    color:#03032b
}
.main-ser-content p{
    font-size:20px;
    padding-right:35px;
    color:#333;
    font-weight:500
}
img.link-arrow{
    position:absolute;
    top:28px;
    right:40px;
    transition:.45s;
    font-size:24px;
    width:30px
}
.career-cont p,.perk-con p,.value-inner strong{
    color:#333;
    font-size:20px
}
.ser-i-box ul li a:hover img{
    filter:grayscale(0%);
    transition:.45s
}
.links-ser .ser-i-box{
    height:auto;
    padding-top:20px;
    min-height:auto;
    width:100%
}
.ca-cu-img::before,.cha-in-img:before{
    top:-38%;
    width:115%;
    z-index:-1;
    position:absolute;
    content:""
}
.ser-i-box ul li a:hover img.link-arrow{
    transform:translateX(10px);
    transition:.5s
}
.links-ser{
    display:flex;
    width:100%;
    align-items:center;
    height:300px
}
.ca-cu-img img,.cha-in-img img{
    width:80%;
    margin:30px auto 0;
    display:block;
    position:relative
}
.cha-in-img:before{
    left:-17%;
    height:162%;
    background:#f0faff
}
section.ino-cha-wr h3.con-h3{
    display:block;
    text-align:center;
    width:100%;
    position:relative;
    z-index:4
}
.career-cont p{
    padding-right:50px
}
.ca-cu-img::before{
    right:-17%;
    height:164%;
    background:#faf2ff
}
section.ca-culture-wr h3.con-h3{
    display:block;
    width:100%;
    position:relative;
    text-align:right;
    z-index:5;
    padding-right:15%
}
.values-con ul li{
    font-size:18px;
    color:#03062b;
    font-weight:300;
    display:flex;
    margin:35px 0
}
.values-con ul li img{
    width:23px;
    margin-right:20px;
    object-fit:contain;
    display:inline-block
}
.values-con:before{
    content:"";
    position:absolute;
    width:125%;
    height:115%;
    background:#f4fbff;
    z-index:-1;
    top:-33px;
    right:-21%
}
.hir-f .plus-minus span.plus,.row.car-img,.val-1,.val-2,.val-3,.val-4{
    background-repeat:no-repeat
}
.value-inner{
    background-color:#fff;
    padding:65px 25px 25px;
    border-radius:10px;
    margin-bottom:30px;
    min-height:250px;
    box-shadow:0 2px 27px 8px #0000000f
}
.value-inner strong{
    letter-spacing:0;
    margin-bottom:10px;
    display:inline-block
}
.value-inner p{
    color:#03032b;
    font-size:18px
}
.val-1{
    background-image:url(../images/career/technical-support@2x.png)
}
.val-2{
    background-image:url(../images/career/Ownership@2x.png)
}
.val-3{
    background-image:url(../images/career/gratitude@2x.png)
}
.val-4{
    background-image:url(../images/career/Smart-work@2x.png)
}
section.value-wr:before{
    content:"";
    background:#000;
    content:"";
    position:absolute;
    width:33%;
    height:100%;
    top:0;
    left:0;
    background:linear-gradient(180deg,#f5f8fa 0,#f5f8fa 100%)
}
.care-content p{
    font-size:35px;
    line-height:50px;
    color:#000
}
.care-content strong{
    font-size:55px
}
.care-content span{
    font-size:55px;
    display:inline-block;
    font-weight:800;
    color:linear-gradient(180deg,#2fa6de 0%,#2e3192 100%);
    background:linear-gradient(180deg,#2fa6de 0,#2e3192 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent
}
.row.car-img{
    padding:13%;
    background-image:url(../images/logo-icon-o2.png);
    background-size:contain
}
.jon-inner strong{
    display:block;
    margin-bottom:10px;
    font-size:20px
}
.jon-inner span{
    font-size:18px;
    display:block
}
.jon-inner a{
    color:#212529;
    display:block;
    padding:25px;
    height:150px
}
.jon-inner a b span{
    overflow:hidden;
    display:block;
    text-align:right;
    font-size:15px;
    margin-top:-29px;
    transition:.5s
}
.jon-inner{
    border-radius:5px;
    background:#fff;
    overflow:hidden;
    transition:.5s;
    box-shadow:0 0 15px 10px #eee
}
.jon-inner a b{
    font-size:13px;
    margin-top:0;
    color:#28a8e0;
    height:25px;
    display:block;
    overflow:hidden;
    transition:.5s;
    text-decoration:underline
}
.jon-inner a:hover b span{
    transition:.5s;
    margin:0
}
.wus-box,.wus-box-call,.wus-box:hover .wus-hov,.wus-hov{
    -webkit-transition:.8s;
    -o-transition:.8s
}
.care-content p:before{
    background:url(../images/career/quote.png) 0 0/196px no-repeat;
    content:"";
    position:absolute;
    top:16%;
    left:0;
    width:200px;
    height:200px
}
.why-us-sec{
    background:#f4f7f9;
    min-height:800px
}
.wus-box{
    background:#fff;
    padding:30px;
    position:relative;
    overflow:hidden;
    transition:.8s;
    min-height:450px;
    text-align:center
}
.wus-con{
    margin-top:10px;
    text-align:left
}
.wus-con h3{
    font-size:70px;
    color:#e0ebf0
}
.wus-con h4{
    padding-left:30px;
    color:#649ab4;
    margin-top:-45px
}
.wus-hov{
    height:100%;
    width:100%;
    padding:40px 70px 40px 40px;
    left:0;
    text-align:left;
    bottom:-120%;
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.8s
}
.wus-box:hover .wus-hov{
    bottom:0;
    transition:.8s
}
.wh1 .wus-hov{
    background:#649ab4
}
.wh2 .wus-hov{
    background:#74759f
}
.wh2 h4{
    color:#74759f
}
.wh2 h3{
    color:#e3e3ec
}
.wus-row .col-md-4{
    padding:0 20px
}
.set-up-main{
    min-height:600px;
    padding:0 15px;
    margin:30px 0;
    -webkit-box-shadow:0 5px 20px rgb(119 139 245 / 25%);
    box-shadow:0 5px 20px rgb(119 139 245 / 25%)
}
.hir-f .set-up-row .set-up-left{
    padding:60px 30px;
    color:#fff;
    height:100%
}
.hir-f .set-up-row .set-up-left h5{
    font-size:22px;
    font-weight:800;
    margin-bottom:10px
}
.hir-f .set-up-row .set-up-left p{
    line-height:24px
}
.hir-f .set-up-row .set-up-right{
    height:100%;
    padding:40px 30px;
    border-bottom:1px solid rgba(119,139,245,.5)
}
.hir-f .set-up-row:first-child .set-up-left{
    background:#0b78d2
}
.hir-f .set-up-row:first-child .set-up-right{
    background:#fff;
    padding:60px 30px
}
.hir-f .set-up-row:nth-child(2) .set-up-left{
    background:#09599b
}
.hir-f .set-up-row:nth-child(3) .set-up-left{
    background:#003d6f
}
.hir-f .set-up-row:nth-child(3) .set-up-right{
    border-color:transparent;
    background:#fff
}
.hir-f .dis-in-25{
    display:inline-block;
    width:25%;
    margin-bottom:15px;
    margin-right:-5px
}
.hir-f .sup-radio [type=radio]:checked,.hir-f .sup-radio [type=radio]:not(:checked){
    position:absolute;
    opacity:0;
    pointer-events:none
}
.hir-f .sup-radio [type=radio]:checked+span,.hir-f .sup-radio [type=radio]:not(:checked)+span{
    position:relative;
    padding-left:40px;
    cursor:pointer;
    display:inline-block;
    height:24px;
    line-height:24px;
    font-size:16px;
    -webkit-transition:.28s;
    transition:.28s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.hir-f .sup-radio [type=radio]+span:after,.hir-f .sup-radio [type=radio]+span:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    margin:0;
    width:24px;
    height:24px;
    border-radius:50%;
    z-index:0;
    -webkit-transition:.28s;
    transition:.28s
}
.hir-f .sup-radio [type=radio]+span:after{
    width:16px;
    height:16px;
    margin:4px;
    -webkit-transform:scale(0);
    transform:scale(0)
}
.hir-f .sup-radio [type=radio]+span:after,.sup-radio [type=radio]+span:before{
    border:1px solid #09599b
}
.hir-f .sup-radio [type=radio]:checked+span:after{
    -webkit-transform:scale(1.02);
    transform:scale(1.02);
    background-color:#09599b
}
.hir-f .q-answer{
    display:inline-block;
    position:relative;
    margin:0 0 4px;
    width:14px;
    height:14px;
    background-image:url(https://aetsoft.net/wp-content/themes/spacetheme/images/icons/hint.svg)
}
.hir-f .input-txt{
    color:#09599b;
    border-radius:0;
    height:56px;
    position:relative;
    width:100%;
    max-width:100%;
    border:1px solid rgba(119,139,245,.5);
    display:block;
    padding:5px 16px;
    background:#fff;
    -webkit-transition:border-color .3s;
    transition:border-color .3s
}
.hir-f .plus-minus{
    position:absolute;
    right:14px;
    top:13px;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:71px;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.hir-f .plus-minus span{
    display:block;
    width:29px;
    height:29px;
    border-radius:50px;
    background:rgba(119,139,245,.1);
    cursor:pointer;
    -webkit-transition:.3s;
    transition:.3s;
    color:transparent
}
.hir-f .plus-minus span.plus{
    background-image:url(../images/plus.svg);
    background-position:center center;
    background-size:13px
}
.hir-f .plus-minus span.minus{
    background-image:url(../images/minus.svg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:13px
}
.hir-f .add-zone{
    margin-top:25px
}
.hir-f .add-btn{
    background:rgba(119,139,245,.05);
    height:27px;
    display:block;
    width:100%;
    -webkit-transition:.3s;
    transition:.3s
}
.hir-f .add-btn span{
    font-style:normal;
    font-weight:700;
    font-size:14px;
    line-height:1.5;
    float:right;
    padding:2.5px 30px 0 0;
    -webkit-transition:.3s;
    transition:.3s
}
.hir-f .added-team{
    padding:30px 15px 0
}
.hir-f .added-team .fs18,.nft-why-con p{
    font-size:18px;
    margin-bottom:20px
}
.hir-f .team-member-row span{
    font-size:14px;
    line-height:1.5;
    color:#292e50
}
.hir-f .team-member-row .member-point-title{
    color:#09599b;
    margin-right:10px;
    display:inline-block
}
.hir-f .member-del span{
    color:#fa8b1d
}
.hir-f .cf-text-span{
    position:relative;
    display:block;
    width:100%;
    margin-bottom:30px
}
.hir-f .cf-text-box{
    font-family:Conv_Brandon_reg;
    border-radius:0;
    height:56px;
    position:relative;
    width:100%;
    max-width:100%;
    border:1px solid rgba(119,139,245,.5);
    display:block;
    padding:5px 16px;
    color:#292e50;
    -webkit-transition:border-color .3s;
    transition:border-color .3s
}
.hir-f .cf-text-span .t-phold{
    position:absolute;
    margin:0;
    top:16px;
    z-index:1;
    pointer-events:none;
    color:rgba(74,88,189,.5);
    font-size:14px;
    line-height:21px;
    left:11px;
    padding:0 5px;
    background:#fff;
    cursor:text;
    -webkit-transition:color .2s ease-out,-webkit-transform .2s ease-out;
    transition:transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform-origin:0 100%;
    transform-origin:0 100%;
    text-align:initial
}
.hir-f .cf-text-box:focus,.hir-f .cf-text-box:hover{
    border:1px solid #778bf5
}
.hir-f .cf-text-span:hover .t-phold{
    color:#778bf5
}
.hir-f .cf-text-span.active .t-phold{
    font-size:12px;
    line-height:18px;
    color:#778bf5;
    -webkit-transform:translateY(-23px) scale(1);
    transform:translateY(-23px) scale(1)
}
.hir-f .checkbox-link-wrap{
    font-size:12px;
    line-height:18px;
    color:#292e50
}
.hir-f .checkboxes-wrap{
    cursor:pointer;
    line-height:16px;
    padding-left:0;
    position:relative
}
.hir-f .checkboxes-wrap label{
    padding-left:35px;
    cursor:pointer
}
.hir-f .checkbox-span{
    position:absolute;
    margin:0;
    left:0;
    top:0
}
.hir-f .other-rdo,.ido .ad-content h4 img,.mr10,.welcome-text .btn-curve-bg{
    margin-right:10px
}
.hir-f .checkbox-span [type=checkbox].fill-in+span::after{
    content:"";
    left:0;
    position:absolute;
    height:20px;
    width:20px;
    background-color:transparent;
    border:1px solid #09599b;
    top:0;
    z-index:1;
    border-radius:0
}
.hir-f .checkbox-span [type=checkbox].fill-in+span::before{
    content:"";
    left:0;
    position:absolute;
    z-index:1
}
.hir-f .checkbox-span [type=checkbox].fill-in:checked+span::before{
    border-top:2px solid transparent;
    border-left:2px solid transparent;
    border-right:2px solid #09599b;
    border-bottom:2px solid #09599b;
    top:1px;
    left:0;
    width:9px;
    height:15px;
    -webkit-transform:rotate(40deg);
    transform:rotate(40deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform-origin:100% 100%;
    transform-origin:100% 100%;
    -webkit-transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s
}
.hir-f .btn-send-new{
    border-radius:100px;
    width:auto;
    min-width:240px;
    display:inline-block;
    height:60px;
    position:relative;
    background:-webkit-gradient(linear,left top,right top,from(#ffb956),to(#fa8b1d));
    background:linear-gradient(90deg,#ffb956 0,#fa8b1d 100%);
    z-index:0;
    border:0;
    color:#fff;
    font-size:18px;
    -webkit-transition:.5s;
    transition:.5s
}
.hir-f .btn-send-new:hover{
    background-image:linear-gradient(90deg,#fa8b1d,#fa8b1d,#fa8b1d,#fa8b1d);
    -webkit-transition:.5s;
    transition:.5s
}
.hir-f .add-dev-btn{
    width:100%;
    background:#f1f3fe;
    color:#09599b;
    border:0;
    padding:10px 5px;
    float:right;
    border-radius:50px;
    margin-top:32px
}
.hir-f #other-duration{
    width:38%
}
.hir-f .od-text-box{
    height:45px
}
.hir-f .other-rdo{
    width:auto
}
.hir-f .cf-text-box::-webkit-input-placeholder{
    opacity:.5
}
.hir-f .cf-text-box:-ms-input-placeholder{
    opacity:.5
}
.cf-text-box::placeholder{
    opacity:.5
}
.hir-f .on-focus{
    border-color:rgba(119,139,245,.5);
    color:#292e50
}
.hir-f .not-valid{
    color:#fa8b1d;
    border-color:#fa8b1d
}
.hir-f label.form_errors{
    color:red;
    font-size:12px;
    margin:0;
    display:block
}
.hir-f .create-team .team-member:first-child{
    visibility:hidden;
    display:none
}
.hir-f .btn-outline-secondary{
    opacity:.6
}
#darkbox,.bg-clo.collapsed{
    opacity:0;
    visibility:hidden
}
@media (min-width:768px){
    .hir-f .set-up-row .set-up-right{
        display:block;
        opacity:1
    }
    .hir-f .set-up-row .su-arrow,.mobile-btn{
        display:none
    }
    .dis-in-25:nth-last-child(2),.dis-in-25:nth-last-child(4),.hir-f .dis-in-25:last-child,.hir-f .dis-in-25:nth-last-child(3){
        margin-bottom:0
    }
}
@media (max-width:767px){
    .hir-f .hir-f .set-up-main{
        min-height:auto
    }
    .hir-f .dis-in-25{
        width:50%
    }
    .hir-f .set-up-left{
        position:relative
    }
    .hir-f .set-up-row .su-arrow{
        position:absolute;
        right:20px;
        top:5px;
        padding:10px
    }
    .hir-f .set-up-row .set-up-left p{
        display:none
    }
    .hir-f .set-up-row .set-up-left{
        padding:15px 20px
    }
    .hir-f .set-up-row .set-up-left h5{
        margin-bottom:0
    }
    .hir-f .other-rdo{
        width:auto
    }
    .hir-f .btn-send-new{
        min-width:180px
    }
    .hir-f .set-up-row:first-child .set-up-right{
        padding:20px
    }
    .hir-f #other-duration{
        width:60%
    }
}
.mobile-app-wl.mov10{
    position:relative;
    z-index:10
}
.connect-img img{
    display:block;
    width:75px;
    margin-bottom:20px
}
.connect-main strong{
    font-size:1.4vw;
    margin-bottom:15px;
    display:block
}
.connect-main p{
    font-size:1.2vw
}
.culture-inner p,.sidebar-contact .close-btn,.w-float{
    font-size:17px;
    text-align:center
}
.connect-main{
    padding:29px;
    margin-bottom:25px
}
.new-wrap .benefits-sec .border-key::before,.outer-connet-wr.flex-cs{
    height:400px
}
.boder-2-c,.boder-3-c{
    width:100%;
    height:1px;
    position:absolute;
    top:31%;
    left:0;
    background:#03032b
}
.boder-3-c{
    top:66%
}
.border-1-c{
    width:1px;
    height:100%;
    position:absolute;
    top:0;
    left:50%;
    background:#03032b
}
.culture-inner{
    padding:25px 25px 0;
    text-align:center;
    height:301px;
    width:100%;
    position:relative;
    margin-bottom:30px;
    overflow:hidden
}
.cul-images img{
    width:75%;
    margin:20px auto 0
}
.culture-inner p{
    position:absolute;
    left:-100%;
    padding:5%;
    width:100%;
    display:flex;
    line-height:25px;
    height:100%;
    align-items:center;
    top:0;
    color:#fff;
    transition:.4s;
    z-index:10
}
.culture-inner:hover:before{
    width:100%;
    transition:width 350ms ease-out
}
.culture-inner:before{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:#1a237e;
    transition:width 350ms ease-out;
    width:calc(100% - 100%)
}
.culture-inner:hover p{
    left:0;
    transition:.7s
}
.job-brudcum-wr{
    border-bottom:1px solid #f2f2f2
}
.imgsec-job img{
    width:70%;
    margin:0 auto;
    display:block
}
.locate-job span{
    font-size:20px;
    color:#656565
}
.exp strong{
    display:block;
    margin:20px 0 10px;
    font-size:20px;
    color:#2e3192
}
.exp span{
    display:block;
    font-size:18px;
    color:#000
}
ul.job-main-des{
    margin:35px 0 0;
    padding-right:40px;
    list-style:none
}
ul.job-main-des li p{
    font-size:18px;
    margin:20px 0;
    position:relative
}
ul.job-main-des li{
    position:relative;
    margin-left:20px
}
ul.job-main-des li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    background:url(../images/right-arrow3.png) no-repeat
}
ul.job-main-des li p:before{
    content:"";
    position:absolute;
    top:8px;
    left:-5%;
    background:url(../images/right-arrow3.png) 0 0/contain no-repeat;
    width:15px;
    height:15px
}
.main-inner strong{
    display:block;
    color:#fff;
    font-weight:500;
    line-height:35px;
    font-size:22px;
    margin-bottom:10px
}
.main-inner strong a{
    display:block;
    color:#fff;
    font-size:40px;
    line-height:35px
}
.main-inner{
    padding:0 100px;
    position:relative
}
.hr-mail.flex-cs,.new-wrap.flutter-devindia-wrap .tech-row,.new-wrap.hire-reactnative-devindia-wrap .tech-row,.new-wrap.ruby-on-rails-dev-wrap .tech-row,.new-wrap.software-dev-company-canada-wrap .tech-row,.nft-new .tech-row{
    justify-content:center
}
.bg-job{
    padding:80px 0;
    background:url(../images/logo-icon-o2.png) -6% 4%/30% no-repeat #2e3192;
    border-radius:10px
}
label.resu{
    font-size:15px;
    background:#28a8e0;
    color:#fff;
    padding:18px 20px;
    position:absolute;
    top:15px;
    left:15px;
    cursor:pointer
}
.wus-box-call{
    padding:55px;
    width:100%;
    background:#0d47a1;
    position:relative;
    overflow:hidden;
    transition:.8s;
    height:100%
}
.why-btn-wr h4{
    font-size:45px;
    line-height:61px;
    position:relative;
    margin-bottom:20px;
    color:#fff;
    z-index:1
}
.wus-box-call .btn-curve-bg{
    width:auto;
    text-align:center;
    border-radius:0
}
img.cta-img{
    position:absolute;
    width:43%;
    bottom:-20px;
    right:0;
    z-index:0;
    opacity:1
}
.wus-box-call.ad-content{
    width:100%;
    background:#0d47a1;
    position:relative;
    overflow:hidden;
    -webkit-transition:.8s;
    -o-transition:.8s;
    transition:.8s;
    height:85%;
    margin-top:60px;
    padding:30px;
    margin-bottom:0
}
.timeline-image.web img{
    width:105%;
    margin:30px auto 0;
    display:block;
    max-width:max-content
}
.timeline-image.ui-kit img{
    width:125%;
    max-width:max-content;
    margin-left:-20%
}
.sidebar-contact{
    position:fixed;
    top:50%;
    right:-350px;
    transform:translateY(-50%);
    width:350px;
    height:auto;
    padding:20px;
    z-index:1000;
    background:#fff;
    box-shadow:0 0 11px -6px rgba(0,0,0,.5);
    box-sizing:border-box;
    transition:.5s
}
.sidebar-contact.active,.wrapper .slick-slider .testi-arrow-l{
    right:0
}
.sidebar-contact input,.sidebar-contact select,.sidebar-contact textarea{
    width:100%;
    height:48px;
    padding:0 15px;
    margin:0 0 15px;
    color:#172b43;
    font-size:16px;
    outline:0;
    background:#fff;
    border:0;
    border-bottom:2px solid #e6e6e6;
    -webkit-border-radius:5px;
    border-radius:5px
}
.sidebar-contact h2{
    margin:0 0 20px;
    padding:0
}
.sidebar-contact textarea{
    height:70px;
    resize:none
}
.sidebar-contact input[type=submit]{
    background:#00bcd4;
    color:#fff;
    cursor:pointer;
    border:0;
    font-size:18px
}
.get_sd_btn p img,.toggle p img{
    width:22px;
    display:inline-block;
    margin:0 5px
}
.get_sd_btn p strong,.toggle p strong{
    color:#fff;
    font-weight:400
}
.toggle{
    position:absolute;
    text-align:center;
    cursor:pointer;
    padding:8px 15px;
    border:1px solid #28a8e0;
    background:#28a8e0;
    transform:rotate(270deg);
    left:-100px;
    line-height:48px;
    bottom:260px;
    border-radius:10px 10px 0 0
}
#darkbox,.bg-clo,.team-modal.modal.carousel,.w-float{
    position:fixed
}
.contact-side h3{
    font-size:20px;
    margin:15px 0;
    text-align:center;
    text-transform:uppercase
}
.w-float{
    bottom:0;
    width:50%;
    display:inline-block;
    padding:15px 5px;
    right:0;
    background:#25d366;
    color:#fff;
    border-radius:0;
    box-shadow:2px 2px 3px #999;
    z-index:1000;
    height:55px
}
.my-float{
    width:22px;
    filter:invert(1)
}
.sidebar-contact .close-btn{
    margin-top:0!important;
    background:#333;
    color:#fff;
    width:24px;
    height:24px;
    border:0;
    position:absolute;
    top:5px;
    left:5px;
    border-radius:4px;
    line-height:20px
}
@media (max-width:768px){
    #float-wp{
        display:block
    }
}
.bg-clo.collapsed{
    z-index:-1;
    width:0%
}
.bg-clo{
    z-index:1;
    opacity:.5;
    visibility:visible;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000;
    -webkit-transition:.5s;
    transition:.5s
}
h5.pyramidions-text{
    font-size:30px;
    font-weight:900;
    line-height:40px;
    margin:0 0 15px
}
.contact-page-form .p_capt_error,.contact-page-form label.form_errors,.hero-form .p_capt_error,.hero-form label.form_errors,.oc-rig-inner .p_capt_error,.oc-rig-inner label.form_errors,.sidebar-contact .p_capt_error,.sidebar-contact label.form_errors,.wrapper.smart-contract-wrap .p_capt_error,.wrapper.smart-contract-wrap .sidebar-contact label.form_errors{
    font-size:12px;
    color:#f10;
    position:absolute;
    right:5px;
    top:0
}
.contact-page-form .p_capt_error,.contact-page-form label.form_errors{
    top:10px
}
.hero-form .p_capt_error,.hero-form label.form_errors{
    top:95%
}
.sidebar-contact label.form_errors{
    top:-10px
}
#darkbox{
    color:#fff;
    font:14px/1.4 sans-serif;
    z-index:999999;
    top:24px;
    left:24px;
    bottom:24px;
    right:24px;
    background:50% 50%/contain no-repeat rgba(0,0,0,.8);
    box-shadow:0 0 0 24px rgba(0,0,0,.8);
    -webkit-transition:.3s;
    transition:.3s
}
#darkbox.show{
    opacity:1;
    visibility:visible
}
#darkbox a:hover{
    color:#0bf;
    border-color:#0bf
}
#darkbox_next,#darkbox_prev{
    cursor:pointer;
    position:absolute;
    height:30px;
    width:30px;
    top:50%;
    margin-top:-15px;
    border:0 solid #fff;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:.3s;
    transition:.3s
}
#darkbox_prev{
    left:-6px;
    border-width:0 0 3px 3px
}
#darkbox_next{
    right:-6px;
    border-width:3px 3px 0 0
}
#darkbox_description{
    position:absolute;
    bottom:24px;
    right:24px;
    text-align:right;
    text-shadow:0 1px 1px #000
}
#darkbox_stats{
    position:absolute;
    left:0;
    top:0
}
#darkbox_close{
    color:#fff;
    position:absolute;
    top:-8px;
    right:0
}
#darkbox_close:after{
    position:absolute;
    right:0;
    top:0;
    font-size:2.2em;
    content:"\2A2F";
    cursor:pointer
}
#darkbox:before{
    content:"";
    position:absolute;
    visibility:hidden;
    opacity:0;
    left:50%;
    top:50%;
    margin:-25px;
    width:50px;
    height:50px;
    border-radius:50%;
    box-shadow:inset -2px 0 0 2px #fff;
    -webkit-animation:1.5s linear infinite darkboxRotate;
    animation:1.5s linear infinite darkboxRotate
}
#darkbox.spinner:before{
    visibility:visible;
    opacity:1
}
@-webkit-keyframes darkboxRotate{
    to{
        -webkit-transform:rotate(360deg)
    }
}
.calendly-pos img,section.wrapper.nft-new .nft-sol-outer:hover .nft-sol-img img,section.wrapper.nft-new .nft-sol-outer:hover .nft-sol-img::before{
    transform:scale(1)
}
@keyframes darkboxRotate{
    to{
        transform:rotate(360deg)
    }
}
@media (min-width:1200px){
    .widget.footer-widget.fw2{
        padding-left:30px
    }
}
.oc-rig-inner input:-webkit-autofill,.oc-rig-inner input:-webkit-autofill:focus,.oc-rig-inner input:-webkit-autofill:hover,.oc-rig-inner select:-webkit-autofill,.oc-rig-inner select:-webkit-autofill:focus,.oc-rig-inner select:-webkit-autofill:hover,.oc-rig-inner textarea:-webkit-autofill,.oc-rig-inner textarea:-webkit-autofill:focus,.oc-rig-inner textarea:-webkit-autofill:hover{
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    background-color:transparent!important;
    transition:background-color 5000s ease-in-out
}
.contact-page-form input:-webkit-autofill,.contact-page-form input:-webkit-autofill:focus,.contact-page-form input:-webkit-autofill:hover,.contact-page-form select:-webkit-autofill,.contact-page-form select:-webkit-autofill:focus,.contact-page-form select:-webkit-autofill:hover,.contact-page-form textarea:-webkit-autofill,.contact-page-form textarea:-webkit-autofill:focus,.contact-page-form textarea:-webkit-autofill:hover{
    -webkit-text-fill-color:#000!important;
    background-color:transparent!important;
    transition:background-color 5000s ease-in-out
}
.header-form input:-webkit-autofill,.header-form input:-webkit-autofill:focus,.header-form input:-webkit-autofill:hover,.header-form select:-webkit-autofill,.header-form select:-webkit-autofill:focus,.header-form select:-webkit-autofill:hover,.header-form textarea:-webkit-autofill,.header-form textarea:-webkit-autofill:focus,.header-form textarea:-webkit-autofill:hover{
    background-color:transparent!important;
    transition:background-color 5000s ease-in-out
}
.tank-you{
    margin:0;
    font-size:60px;
    padding:0;
    color:#fff
}
.tank-you-main p{
    width:100%;
    color:#eee;
    margin-top:20px;
    font-size:20px
}
.action-wr.cont-section,.nft-new .blockchain-wr.cont-section{
    background-position:0 14%;
    background-size:30%;
    position:relative
}
section.action-wr:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:34%;
    height:100%;
    background-image:url(../images/nft/bit-bg.svg);
    background-repeat:no-repeat;
    background-size:contain;
    opacity:.4
}
.new-wrap .process-card img,.new-wrap.app-like-insta-wrap .process-card img,.new-wrap.app-like-olacost-wrap .process-card img,.new-wrap.app-like-tiktok-wrap .process-card img,.new-wrap.app-like-ubercost-wrap .process-card img,.new-wrap.app-like-urbanclap-wrap .process-card img,.new-wrap.medical-app-dev-wrap .process-card img,.new-wrap.serverless-app-dev-wrap .payment-card img,.new-wrap.software-dev-chennai .process-card img,.new-wrap.software-testing-company-wrap .payment-card img,.new-wrap.top-mob-colorado-wrap .process-card img,.new-wrap.top-mob-dev-alaska-wrap .process-card img,.new-wrap.top-mob-dev-conneticut-wrap .process-card img,.new-wrap.top-mob-dev-louisiana-wrap .process-card img,.new-wrap.top-mob-dev-missouri-wrap .process-card img,.nft-ser-in .why-b-icon img{
    width:75px
}
.nft-ser-in .why-box,.wrapper.exchange-development-company .nft-ser-in .why-box{
    min-height:340px;
    transition:.45s linear
}
.nft-ser-in:hover .why-box{
    background:#05002c;
    transition:.45s linear;
    cursor:pointer
}
.wrapper.nft-new.nft-marketplace-dev ul.banner-list li,.wrapper.nft-new.nft-marketplace-dev ul.ul-list li,ul.defi-con li{
    list-style-type:none;
    margin-left:30px;
    position:relative
}
.new-wrap .cs_ul li:before,ul.defi-con li:before{
    content:"";
    width:10px;
    height:10px;
    transform:rotate(45deg);
    background-color:#28a8e0;
    position:absolute;
    left:-29px;
    top:8px
}
@-webkit-keyframes border-transform{
    0%,to{
        border-radius:63% 37% 54% 46%/55% 48% 52% 45%
    }
    14%{
        border-radius:40% 60% 54% 46%/49% 60% 40% 51%
    }
    28%{
        border-radius:54% 46% 38% 62%/49% 70% 30% 51%
    }
    42%{
        border-radius:61% 39% 55% 45%/61% 38% 62% 39%
    }
    56%{
        border-radius:61% 39% 67% 33%/70% 50% 50% 30%
    }
    70%{
        border-radius:50% 50% 34% 66%/56% 68% 32% 44%
    }
    84%{
        border-radius:46% 54% 50% 50%/35% 61% 39% 65%
    }
}
.btc_left_ser_icon_cont_wrapper:after,.btc_right_ser_icon_cont_wrapper:after{
    border:1px solid #e5e5e5;
    width:1px;
    height:119px;
    top:1px;
    position:absolute;
    content:""
}
.defi-wr .abt-img img{
    position:relative;
    z-index:2
}
.btc_left_service_main_wrapper,.btc_right_service_main_wrapper{
    float:left;
    width:100%;
    margin-top:100px;
    min-height:150px
}
.btc_left_ser_icon_wrapper,.btc_right_ser_icon_wrapper{
    float:left;
    width:100px;
    padding-top:18px
}
.btc_left_ser_icon_cont_wrapper{
    float:left;
    width:calc(100% - 100px);
    padding-left:40px;
    position:relative
}
.btc_left_ser_icon_cont_wrapper h1,.btc_left_ser_icon_cont_wrapper h3,.btc_right_ser_icon_cont_wrapper h1,.btc_right_ser_icon_cont_wrapper h3{
    font-weight:700;
    font-size:30px;
    font-family:Conv_GothamRoundedMedium_21022;
    color:#05002c
}
.btc_right_ser_icon_cont_wrapper{
    float:left;
    width:calc(100% - 100px);
    padding-right:40px;
    position:relative
}
.btc_left_ser_icon_cont_wrapper:after{
    left:10px
}
.btc_right_ser_icon_cont_wrapper:after{
    right:10px
}
.marketplace-img img{
    display:block;
    margin:0 auto
}
.features-area .featured-lists ul{
    position:relative;
    display:block;
    overflow:hidden;
    z-index:0
}
.features-area .featured-lists ul li{
    position:relative;
    display:block;
    padding:40px 0 0;
    overflow:hidden
}
.features-area .featured-lists ul li:before{
    content:"";
    position:absolute;
    left:17.5%;
    right:0;
    width:50%;
    height:2px;
    background:#a6a8d0;
    top:99px
}
.features-area .featured-lists ul li .contents-l{
    display:block;
    padding:40px 0
}
.features-area .featured-lists ul li .contents-l h2,.features-area .featured-lists ul li .contents-l h3,.features-area .featured-lists ul li .contents-r h2{
    color:#2c2e53;
    font-weight:400;
    letter-spacing:1px;
    margin:0 0 20px
}
.features-area .featured-lists ul li .contents-l p,.features-area .featured-lists ul li .contents-r p{
    color:#8486a6;
    margin:0 0 20px
}
.features-area .featured-lists ul li .contents-l a{
    font-size:14px;
    font-weight:700
}
.features-area .featured-lists ul li .imgs-l{
    position:relative;
    display:block;
    margin:0 0 0 70px;
    text-align:left
}
.features-area .featured-lists ul:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#a6a8d0;
    width:2px;
    margin:0 auto
}
.features-area .featured-lists ul li:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    top:90px;
    width:20px;
    height:20px;
    border-radius:100%;
    background:#a6a8d0
}
.features-area .featured-lists ul li .contents-r{
    display:block;
    padding:40px 0;
    margin-left:90px;
    text-align:right
}
.floatright{
    float:right
}
.features-area .featured-lists ul li.rl:before{
    content:"";
    position:absolute;
    left:41%;
    right:0;
    width:40%;
    height:2px;
    background:#a6a8d0;
    top:99px
}
.featured-lists ul li figure img{
    width:210px
}
.imgs-r figure img{
    float:right;
    margin-right:80px
}
.nfer-content strong{
    font-size:20px;
    color:#05002c;
    font-weight:800;
    line-height:30px;
    display:block;
    margin-bottom:10px
}
.nfer-img img{
    width:80px;
    margin-bottom:10px
}
.nfer-widget{
    padding:30px;
    margin-bottom:30px;
    box-shadow:0 3px 6px 3px #d7d7d745;
    background:#fff;
    position:relative;
    min-height:330px;
    z-index:10;
    width:100%
}
.nfer-widget:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:5px;
    height:100%;
    background:linear-gradient(45deg,#2e83c7,#483a94)
}
section.nfer-wr:after{
    content:"";
    position:absolute;
    width:30%;
    height:100%;
    background:#f0fbff;
    top:0;
    right:0;
    z-index:0
}
p.ma-p{
    font-size:20px;
    margin-bottom:30px
}
.market-pla-out{
    list-style-type:none;
    display:flex;
    align-items:center;
    margin-bottom:20px;
    position:relative;
    padding:20px;
    min-height:250px
}
.market-pla-num{
    display:block;
    font-size:70px;
    font-weight:900;
    position:absolute;
    color:#05002c12;
    top:-5px;
    right:25px
}
.market-pla-p strong{
    font-size:24px;
    display:block;
    margin-bottom:10px
}
section.market-nft-wr::before{
    content:"";
    position:absolute;
    width:30%;
    height:100%;
    background:#f0fbff;
    top:0;
    left:0;
    z-index:0
}
.market-pla-img img{
    width:90%;
    margin:80px auto 0
}
.nft-sol-con{
    position:absolute;
    bottom:0;
    padding:25px 20px;
    z-index:10;
    color:#fff;
    font-size:20px
}
.nft-sol-outer{
    position:relative;
    cursor:pointer;
    overflow:hidden;
    border-radius:10px
}
.nft-sol-img::before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(45deg,#00000094,transparent);
    border-radius:10px
}
.nft-sol-outer:hover .nft-sol-img img,.nft-sol-outer:hover .nft-sol-img::before{
    transition:.45s linear;
    transform:scale(1.1);
    z-index:1
}
#particles-js{
    position:absolute;
    width:100%;
    height:100%;
    background:0 0
}
.nft-welcome .slid-btn .btn-curve{
    background:#fff;
    font-size:19px
}
@media screen and (max-width:991px){
    ul#mymenu li a{
        color:#000
    }
}
.depi-ser-in .why-box{
    padding:20px;
    margin-bottom:30px;
    min-height:330px;
    justify-content:start;
    align-items:baseline
}
.depi-ser-in .why-box img,.solidity-wrap .defi-ins-wr img,.tech-img-prop{
    width:80px
}
.defi-abt-img{
    display:flex;
    align-items:center;
    justify-content:center;
    height:600px
}
ul.defi-develop li{
    list-style-type:none;
    border-radius:5px
}
ul.defi-develop li p{
    font-size:18px;
    color:#656565;
    padding:20px;
    transition:.45s ease-in-out;
    margin:10px 0 0;
    border-radius:5px
}
ul.defi-develop li p:hover{
    background:#05002c;
    transition:.45s ease-in-out;
    color:#fff;
    cursor:pointer
}
.btc_left_service_main_wrapper.defi-solu h1,.btc_right_service_main_wrapper.defi-solu h1{
    font-size:20px;
    font-weight:500
}
.btc_left_service_main_wrapper.defi-solu,.btc_right_service_main_wrapper.defi-solu{
    margin-top:50px;
    height:130px
}
.market-pla-out.defi-sec,.new-wrap.crypto-payment-wrap .market-pla-out.defi-sec,.new-wrap.hire-dedicateddev-wrap .why-hire-card,.new-wrap.hire-mern-wrap .market-pla-out.defi-sec,.new-wrap.react-native-dev-india-wrap .market-pla-out.defi-sec{
    height:75px;
    min-height:75px
}
.market-pla-out.defi-sec .market-pla-p strong{
    font-size:16px;
    font-weight:500
}
.market-pla-out.defi-sec .market-pla-num{
    top:-20px;
    right:15px;
    font-size:30px
}
section.market-nft-wr.other-neb:before{
    background:#f5f8fa;
    left:inherit;
    right:0
}
.defi-ins-wr img{
    display:block;
    width:90px;
    margin:15px auto
}
.defi-ins-wr strong{
    color:#fff;
    font-size:18px;
    font-weight:500;
    display:block;
    text-align:center
}
section.privacy-content h3{
    font-size:20px;
    margin-top:20px;
    margin-bottom:20px
}
section.privacy-content ul li{
    list-style-type:none;
    position:relative;
    margin-bottom:10px;
    margin-top:10px;
    margin-left:25px
}
section.privacy-content ul li:before{
    content:"Ã¢Å¾Â¤";
    position:absolute;
    width:10px;
    height:10px;
    top:2px;
    left:-27px;
    color:#03032b;
    font-size:18px
}
section.privacy-content h1{
    font-size:30px;
    margin-top:20px;
    margin-bottom:20px
}
.depi-ser-in.Smart-ser .why-box,.new-wrap.uiux-wrap .benefits-sec .border-key::before{
    height:380px
}
img.smart-process{
    width:80%!important
}
.smart-er img{
    width:200px;
    display:block;
    margin:30px auto
}
.smart-er strong{
    font-size:25px;
    display:block;
    text-align:center;
    color:#fff
}
.market-pla-out.defi-sec strong,.new-wrap.hire-flutter-devindia-wrap .skill-card-r span,.new-wrap.hire-reactjs-devindia-wrap .skill-card-r span{
    margin:0
}
.market-pla-out.defi-sec.defi-others .market-pla-num{
    top:15px;
    color:#fff;
    opacity:.5
}
.market-pla-out.defi-sec.defi-others{
    background:#05002c;
    border-radius:5px
}
.market-pla-out.defi-sec.defi-others strong{
    margin:0;
    color:#fff
}
.ethrum-img img{
    position:absolute;
    width:110%;
    left:-100px;
    bottom:90px;
    z-index:0;
    max-width:120%
}
.ebook-p{
    color:#d9d9d9;
    font-size:20px
}
.ebook-wr:before{
    content:"";
    position:absolute;
    top:23%;
    right:0;
    width:34%;
    height:100%;
    background-image:url(../images/nft/bit-bg.svg);
    background-repeat:no-repeat;
    background-size:contain;
    opacity:.2
}
.ebook-wr.cont-section{
    background-position:-5% 4%
}
.ebook-detail-banner img{
    width:75%;
    display:block;
    margin:10px auto 0
}
.welcome-area .container-fluid .row-we1.ebook-br{
    height:85%
}
h1.e-book-tank-you{
    font-size:40px;
    line-height:55px;
    font-weight:400;
    color:#fff
}
.d-flex-2{
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:end;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:100%
}
.field.ebook-mail select{
    font-size:.8em;
    margin:20px 0;
    width:100%;
    display:block;
    border:none;
    padding:0;
    border-radius:0;
    height:60px;
    border-bottom:1px solid #000;
    transition:background .3s cubic-bezier(.64, .09, .08, 1);
    resize:none;
    overflow:hidden
}
.row.white-lab-fea .btc_left_service_main_wrapper,.row.white-lab-fea .btc_right_service_main_wrapper{
    height:auto;
    margin-top:20px
}
.row.white-lab-fea .btc_left_service_main_wrapper h1,.row.white-lab-fea .btc_right_service_main_wrapper h1,.wrapper.white-label-wrap .btc_left_ser_icon_cont_wrapper h3,.wrapper.white-label-wrap .btc_right_ser_icon_cont_wrapper h3{
    font-size:22px;
    font-weight:500
}
.row.white-lab-fea .btc_left_ser_icon_cont_wrapper p,.row.white-lab-fea .btc_right_service_main_wrapper p{
    padding-top:10px;
    margin-bottom:10px
}
.aoacs-box.blc-ch h4{
    font-size:20px;
    line-height:25px
}
.aoacs-box.blc-ch{
    min-height:170px
}
strong.blc-ch-str{
    font-size:20px;
    display:block;
    margin-bottom:20px
}
.new-wrap.webdesign-webdev-wrap .ad-content,.row.nft-ser-outer.blck-defi .depi-ser-in .why-box{
    min-height:210px
}
.tech-alignment{
    justify-content:space-around
}
.center-h,.new-wrap.software-testing-company-wrap .p-row-disp{
    display:flex;
    justify-content:space-evenly
}
.tool-content{
    display:flex;
    flex-direction:column;
    align-items:center
}
.tool-content>p{
    text-align:center;
    color:#000;
    font-size:22px;
    line-height:20px;
    padding-top:10px
}
.get_sd_btn{
    position:fixed;
    text-align:center;
    cursor:pointer;
    padding:8px 15px;
    border:1px solid #28a8e0;
    background:#28a8e0;
    transform:rotate(270deg);
    right:-56px;
    line-height:48px;
    top:45%;
    border-radius:10px 10px 0 0;
    z-index:11
}
.lds-ring{
    vertical-align:middle;
    display:none;
    position:relative;
    width:28px;
    height:28px;
    margin-left:5px;
    z-index:1
}
.lds-ring div{
    box-sizing:border-box;
    display:block;
    position:absolute;
    width:28px;
    height:28px;
    margin:0;
    border:3px solid #fff;
    border-radius:50%;
    animation:1.2s cubic-bezier(.5,0,.5,1) infinite lds-ring;
    border-color:#fff transparent transparent
}
.lds-ring div:first-child{
    animation-delay:-.45s
}
.lds-ring div:nth-child(2){
    animation-delay:-.3s
}
.lds-ring div:nth-child(3){
    animation-delay:-.15s
}
@keyframes lds-ring{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
.bep20-wrapper .btn-curve-bg{
    margin-top:20px;
    padding:8px 16px
}
.bep20-wrapper .faq-img,.bigcommerce .faq-img{
    max-width:400px
}
.bigcommerce .why-box,.sto-development .depi-ser-in .why-box{
    padding:20px;
    margin-bottom:30px;
    min-height:370px;
    justify-content:start;
    align-items:baseline
}
.solana-wrap .cta-img{
    position:absolute;
    width:35%;
    bottom:0;
    right:0;
    z-index:0;
    opacity:1
}
.solidity-wrap .ad-content{
    min-height:295px;
    border-radius:4px
}
.ido .border-key-1::before,.sto-development .border-key-1::before{
    position:absolute;
    content:"";
    width:100%;
    display:block;
    height:1px;
    background:#e4e2e2;
    top:59%;
    left:0
}
.ido .border-key::before,.sto-development .border-key::before{
    width:1px;
    background:#e4e2e2;
    top:-20px;
    left:0;
    position:absolute;
    content:""
}
.ido .border-key::before{
    height:520px
}
.ido .inner-card-key .icons h3,.sto-development .inner-card-key .icons h3{
    margin-top:0;
    font-size:22px;
    color:#2e2e2e;
    line-height:30px
}
.ido .inner-card-key,.sto-development .inner-card-key{
    padding:0 20px;
    margin-bottom:50px;
    position:relative
}
.ido .sport_box{
    background:#fff;
    padding:15px 10px;
    border-radius:5px;
    margin-bottom:30px;
    -webkit-box-shadow:0 0 1px rgb(0 0 0 / 10%),0 2px 12px rgb(0 0 0 / 5%);
    box-shadow:0 0 1px rgb(0 0 0 / 10%),0 2px 12px rgb(0 0 0 / 5%)
}
.ido .sport_box p{
    margin-bottom:0;
    margin-top:10px
}
.ido section.ser-features .inner-ser{
    min-height:300px;
    height:auto
}
.ido .ad-content h4{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center
}
.ido ul.defi-con li{
    margin-left:0;
    display:inline-block;
    padding-left:30px;
    width:49%
}
.ido ul.defi-con li:before{
    left:0
}
.ido .ad-content{
    padding:20px 22px
}
.art-token-wrap .card-list{
    padding:20px;
    margin:15px 0;
    background-color:#05002c;
    border-radius:5px;
    width:100%;
    height:70px;
    display:flex;
    justify-content:space-between;
    align-items:center
}
.new-wrap .btn-curve-bg,.sto-development .cta-btn-prop:hover{
    border:1px solid #28a8e0
}
.art-token-wrap .card-list>p{
    font-size:16px;
    font-weight:500;
    margin-bottom:0;
    color:#fff;
    padding-right:15px
}
.art-token-wrap .card-list>span{
    color:#fff;
    opacity:.5;
    font-size:24px
}
.art-token-wrap .why-box,.new-wrap.crypto-payment-wrap .steps-cards,.new-wrap.hire-kotlin-dev .wb-card,.new-wrap.media-ent-wrap .ad-content.offer-card,.new-wrap.metaverse-nft-wrap .steps-cards,.new-wrap.uiux-wrap .ad-content.extecsive-card{
    min-height:260px
}
.art-token-wrap .ad-content,.new-wrap.hire-golang-dev .extecsive-card,.new-wrap.hire-kotlin-dev .cta-ad-content,.new-wrap.hire-kotlin-dev .extecsive-card,.new-wrap.media-ent-wrap .depi-ser-in .why-box{
    min-height:300px
}
.art-token-wrap .expertise-para{
    color:#fff;
    padding:0 50px
}
.art-token-wrap .about-para{
    margin:20px;
    display:flex;
    align-items:flex-start
}
.art-token-wrap .bullet-icon-prop{
    margin-right:10px;
    margin-top:6px
}
.art-token-wrap .market-pla-p>strong{
    font-size:22px;
    padding-right:25px
}
.tokenization-wr .depi-ser-in .why-box{
    padding:20px;
    margin-bottom:30px;
    min-height:250px;
    justify-content:start;
    align-items:baseline
}
.new-wrap.angularjs-dev-wrap .ad-content,.new-wrap.crypto-payment-wrap.metaverse-devp-wr .payment-card,.nft-new.crypto-exch-dev-wrap .bb-card.trial-period-card,.tokenization-wr .cta-sc{
    min-height:250px
}
.marketplace-img img,.tokenization-wr .vector-prop{
    width:450px
}
.sto-development .border-key::before{
    height:630px
}
.sto-development .cta-btn-prop{
    margin:0;
    color:#fff;
    border:1px solid #fff
}
.new-wrap .services-s-box,.new-wrap .tech-bl{
    border-bottom:1px solid #00000014
}
.new-wrap .industry-section .cta-card,.sto-development .cta-align{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
.sto-development .cta-defi-ins-wr img{
    display:block;
    width:90px;
    margin:15px auto 10px
}
.sto-development .ad-content{
    min-height:425px
}
.sto-development .cta-display-prop{
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    align-items:flex-start
}
.nft-new.crypto-exch-dev-wrap .defi-con,.sto-development .service-icon,.wrapper.nft-new.nft-marketplace-dev ul.banner-list{
    margin:15px 0
}
.bep20-wrapper .depi-ser-in .why-box{
    padding:20px;
    margin-bottom:30px;
    min-height:395px!important;
    justify-content:start;
    align-items:baseline
}
.bep20-wrapper .ad-content{
    min-height:395px!important
}
.new-wrap .bg1,.new-wrap.flutter-devindia-wrap .techbg,.new-wrap.hire-reactnative-devindia-wrap .techbg,.new-wrap.ruby-on-rails-dev-wrap .techbg,.new-wrap.software-dev-company-canada-wrap .techbg,.nft-new .techbg{
    background:#f4f7f9
}
.new-wrap .services-s-scroll{
    height:550px;
    overflow-y:scroll
}
.new-wrap .services-s-box{
    padding:20px
}
.new-wrap .services-s-box h3{
    font-size:24px;
    margin-bottom:5px
}
.color_000,.new-wrap .services-s-box h3 a,.new-wrap.uiux-wrap .defi-ins-txt p,.new-wrap.uiux-wrap .defi-ins-wr strong,section.wrapper.nft-new .why-box .why-b-con h4{
    color:#05002c!important
}
.new-wrap .services-s-box p{
    font-size:18px;
    line-height:30px;
    letter-spacing:.3px;
    color:#656565
}
.new-wrap .services-section .vector-prop{
    width:450px;
    margin-bottom:20px
}
.new-wrap .benefits-sec .border-key-1::before,.new-wrap.app-like-olacost-wrap .benefits-sec .border-key-1.border-key-section1::before,.new-wrap.app-like-tiktok-wrap .benefits-sec .border-key-1.border-key-section1::before,.wrapper.nft-marketplace-dev .benefits-sec .border-key-1::before{
    position:absolute;
    content:"";
    width:100%;
    display:block;
    height:1px;
    background:#00000014;
    top:58%;
    left:0
}
.new-wrap .benefits-sec .border-key::before{
    position:absolute;
    content:"";
    width:1px;
    background:#00000014;
    top:20px;
    left:0
}
.new-wrap.mean-stack-wrap .services-section .val-2,.new-wrap.mean-stack-wrap .services-section .val-3,.new-wrap.mean-stack-wrap .services-section .val-4{
    background-size:50px;
    background-repeat:no-repeat;
    background-position:365px 20px
}
.new-wrap .benefits-sec .benefits-card p,.wrapper.nft-marketplace-dev .benefits-sec .benefits-card p{
    color:#656565;
    font-size:18px;
    line-height:27px;
    text-align:center
}
.new-wrap .benefits-sec .benefits-card .benefits-pad{
    padding:20px;
    margin-bottom:30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center
}
.new-wrap .values-con ul li img,.wrapper.nft-marketplace-dev .values-con ul li img{
    width:40px;
    margin-right:20px;
    object-fit:contain;
    display:inline-block
}
.new-wrap .industry-section .btn-curve-bg{
    font-size:18px;
    padding:10px 24px
}
.new-wrap .techmain-row{
    justify-content:center;
    align-items:center;
    padding:10px 0
}
.new-wrap .tech-row,.new-wrap.crypto-payment-wrap .services-display,.new-wrap.ruby-on-rails-dev-wrap .tech-row,.new-wrap.software-dev-company-canada-wrap .tech-row,.nft-new .tech-row{
    justify-content:flex-start
}
.new-wrap .tech-items,.new-wrap.ruby-on-rails-dev-wrap .tech-items,.new-wrap.software-dev-company-canada-wrap .tech-items,.nft-new .tech-items{
    width:90px;
    margin:0 4%;
    padding:10px 0;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center
}
.new-wrap .tech-items img,.new-wrap.best-seo-service-chennai-wrap .payment-card img,.new-wrap.hire-reactjs-devindia-wrap .funnel-section-card img,.new-wrap.retail-software-dev-wrap .payment-card img,.new-wrap.ruby-on-rails-dev-wrap .tech-items img,.new-wrap.software-dev-company-canada-wrap .our-engagement-mod img,.new-wrap.software-dev-company-canada-wrap .tech-items img,.nft-new .tech-items img{
    width:60px;
    margin-bottom:10px
}
.new-wrap .tech-items p,.new-wrap.ruby-on-rails-dev-wrap .tech-items p,.new-wrap.software-dev-company-canada-wrap .tech-items p,.nft-new .tech-items p,.nft-new .tech-items strong{
    text-align:center;
    font-size:14px;
    line-height:normal
}
.new-wrap .defi-ins-wr img,.wrapper.smart-contract-wrap .industry-section .defi-ins-wr img{
    display:block;
    width:65px;
    margin:15px auto
}
.new-wrap .depi-ser-in .why-box img,.new-wrap.ruby-on-rails-dev-wrap .ad-content .aoacs-bimg>img{
    width:55px
}
.new-wrap .techmain-row h4{
    font-size:20px;
    font-weight:400
}
.new-wrap .techbg{
    background-color:#f1fbff;
    padding:40px 20px;
    border-radius:10px;
    margin-bottom:30px
}
.new-wrap .btn-curve,.new-wrap .btn-curve-bg{
    display:inline-block;
    font-size:18px;
    padding:10px 35px;
    position:relative;
    cursor:pointer;
    overflow:hidden
}
.new-wrap .depi-ser-in .why-box{
    padding:25px;
    margin-bottom:30px;
    min-height:295px;
    justify-content:start;
    align-items:baseline
}
.new-wrap .ul-list li{
    display:flex;
    justify-content:flex-start;
    align-items:center
}
.new-wrap .defi-ins-wr strong{
    color:#b5cad5;
    font-size:16px;
    font-weight:500;
    display:block;
    text-align:center
}
.new-wrap .defi-ins-txt p,.new-wrap .welcome-area p{
    color:#b5cad5
}
.new-wrap .btn-curve-bg{
    color:#fff;
    background:#28a8e0;
    border-radius:100px;
    margin-right:15px
}
.new-wrap .btn-curve{
    color:#28a8e0;
    background:0 0;
    border:1px solid #28a8e0;
    border-radius:100px;
    margin-right:0
}
.new-wrap .defi-ins-wr{
    margin:20px 0 35px
}
.new-wrap.mean-stack-wrap .depi-ser-in .why-box{
    padding:25px;
    margin-bottom:30px;
    min-height:330px;
    justify-content:start;
    align-items:baseline
}
.new-wrap.mean-stack-wrap .services-section .val-2{
    background-image:url(../images/mean-stack/icons/s_mongodb.svg)
}
.new-wrap.mean-stack-wrap .services-section .val-3{
    background-image:url(../images/mean-stack/icons/s_nodejs.svg)
}
.new-wrap.mean-stack-wrap .services-section .val-4{
    background-image:url(../images/mean-stack/icons/s_angular.svg)
}
.new-wrap.mean-stack-wrap .services-section .value-inner{
    background-color:#fff;
    padding:25px;
    border-radius:10px;
    margin-bottom:30px;
    min-height:315px;
    box-shadow:0 2px 27px 8px #0000000f
}
.new-wrap.mean-stack-wrap .ser-features .inner-ser{
    height:210px;
    background-color:#fff
}
.bitcoin-wrap.ai-dev-wrap .cta-section,.new-wrap .cta-section,.nft-new .cta-section{
    background:left top/220px no-repeat #03032b
}
.bitcoin-wrap.ai-dev-wrap .cta-section strong,.new-wrap .cta-section h3,.nft-new .cta-section h3,.nft-new .cta-section strong{
    color:#fff;
    font-size:26px;
    line-height:35px;
    margin-bottom:20px
}
.new-wrap .img-mons .img1,.new-wrap .img-mons .img2,.new-wrap .img-mons .img3{
    height:auto;
    border-radius:10px;
    overflow:hidden
}
.new-wrap.mean-stack-wrap img.faq-img{
    width:60%;
    margin:0 auto;
    display:block
}
.new-wrap.mean-stack-wrap .innerimg{
    display:flex;
    justify-content:flex-start;
    margin-bottom:10px
}
.meg-icon>img,.new-wrap.best-seo-service-chennai-wrap .aoacs-bimg>img,.new-wrap.mean-stack-wrap .innerimg img,.nft-new .service-offer-card img{
    width:50px
}
.new-wrap.mean-stack-wrap .es-row-disp{
    justify-content:center;
    align-items:flex-start
}
.new-wrap.mean-stack-wrap .value-inner h3{
    letter-spacing:0;
    color:#05002c;
    font-weight:600;
    margin-bottom:10px;
    display:inline-block;
    font-size:20px
}
.new-wrap .mobile-app-wl p{
    color:#fff;
    margin-top:20px;
    font-size:20px;
    line-height:28px
}
.new-wrap.hire-bi-dev .vector-prop,.new-wrap.hire-dotnet-dev .vector-prop,.new-wrap.media-ent-wrap .vector-prop{
    width:420px
}
.bitcoin-wrap.ai-dev-wrap .team-sticky h4,.new-wrap.media-ent-wrap .ad-content h4,.wrapper.flutter-devindia-wrap p.para-prop{
    font-size:20px
}
.new-wrap.media-ent-wrap .wh-work-box h4{
    font-size:16px;
    line-height:24px
}
.new-wrap .wwb-img,.new-wrap.media-ent-wrap .wwb-img{
    margin:0 auto 30px
}
.new-wrap .tech-card img,.new-wrap.media-ent-wrap .tech-card img{
    width:85px;
    height:55px;
    margin-bottom:25px
}
.new-wrap.media-ent-wrap .client-box{
    height:220px
}
.new-wrap .clbr1,.new-wrap.media-ent-wrap .clbr1{
    background:#fbfcfd!important
}
.new-wrap .indus-img img,.new-wrap.media-ent-wrap .indus-img img{
    padding:0 30px;
    width:100%;
    height:auto;
    margin-bottom:30px
}
.new-wrap.media-ent-wrap .ad-content{
    min-height:470px;
    background:#fff!important;
    box-shadow:none
}
.new-wrap .wwb-img img,.new-wrap.media-ent-wrap .wwb-img img{
    padding:35px
}
.new-wrap .tb-box1::after,.new-wrap.media-ent-wrap .tb-box1::after{
    content:"";
    position:absolute;
    top:50px;
    height:100px;
    background:url(../images/media-ent-software/icons/dotted-line-.svg) no-repeat!important;
    width:100%;
    z-index:-1;
    left:80px
}
.new-wrap .tb-box2::after,.new-wrap.media-ent-wrap .tb-box2::after{
    content:"";
    position:absolute;
    top:55px;
    height:100px;
    background:url(../images/media-ent-software/icons/dotted-line.svg) no-repeat!important;
    width:100%;
    z-index:-1;
    left:80px
}
.new-wrap.mob-proto-wrap .benefits-sec .border-key-1::before{
    position:absolute;
    content:"";
    width:100%;
    display:block;
    height:1px;
    background:#00000014;
    top:43%;
    left:0
}
.new-wrap.mob-proto-wrap .benefits-sec .border-key-2::before{
    position:absolute;
    content:"";
    width:100%;
    display:block;
    height:1px;
    background:#00000014;
    top:70%;
    left:0
}
.new-wrap.mob-proto-wrap .benefits-sec .border-key::before{
    position:absolute;
    content:"";
    width:1px;
    height:515px;
    background:#00000014;
    top:20px;
    left:0
}
.new-wrap .wh-work-box h4{
    font-size:14px;
    line-height:24px
}
.new-wrap .prototype-card{
    margin-bottom:30px;
    border-radius:5px;
    width:100%;
    min-height:250px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    background-color:#fff
}
.new-wrap .ser-content h3{
    font-size:18px;
    text-align:center;
    line-height:28px
}
.new-wrap .ser-image img{
    width:60px;
    margin:10px auto 20px;
    display:block
}
.new-wrap .market-pla-out.defi-sec{
    height:100px;
    min-height:75px
}
.new-wrap .perk-con p{
    font-size:18px;
    line-height:27px;
    margin-bottom:30px;
    color:#333;
    padding-right:40px
}
.new-wrap .hero-form select,.popupform select,.wrapper.smart-contract-wrap .hero-form select,.wrapper.smart-contract-wrap .popupform select{
    font-size:15px;
    padding-left:38px;
    height:38px;
    max-width:100%;
    width:100%;
    background-color:#fff;
    position:relative;
    border-radius:4px;
    color:#363636;
    border:1px solid #dee2e6;
    margin-bottom:1.4rem
}
.new-wrap .ad-content h3,.new-wrap.media-ent-wrap .ad-content.wcu-card h3{
    font-family:Conv_GothamRounded-Book;
    color:#000;
    margin:10px 0;
    font-size:20px;
    font-weight:600
}
.new-wrap .hero-form .p_capt_error,.new-wrap .hero-form label.form_errors,.wrapper.smart-contract-wrap .hero-form .p_capt_error,.wrapper.smart-contract-wrap .hero-form label.form_errors{
    top:38px
}
.new-wrap .welcome-area{
    overflow:hidden;
    background:0 0/cover #03032b;
    position:relative;
    width:100%;
    align-items:center;
    z-index:1;
    padding-bottom:60px;
    padding-top:120px;
    height:auto
}
.new-wrap .ad-content h3,.new-wrap.software-testing-company-wrap .progress-h{
    line-height:28px
}
.new-wrap .ad-content.service-card{
    padding:25px;
    background:100% 0/120% no-repeat #fff;
    -webkit-box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%);
    box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%);
    min-height:250px
}
.new-wrap.media-ent-wrap .ad-content.wcu-card h3{
    line-height:32px
}
.new-wrap .ad-content.extecsive-card h3,.new-wrap .ad-content.extecsive-card h4,.new-wrap.flutter-devindia-wrap .trial-period-card h3,.new-wrap.hire-flutter-devindia-wrap .our-engagement-mod h3,.new-wrap.hire-flutter-devindia-wrap .trial-period-card h3,.new-wrap.hire-reactjs-devindia-wrap .our-engagement-mod h3,.new-wrap.hire-reactjs-devindia-wrap .our-engagement-mod h4,.new-wrap.hire-reactjs-devindia-wrap .trial-period-card h3,.new-wrap.hire-reactnative-devindia-wrap .trial-period-card h3{
    font-family:Conv_GothamRounded-Book;
    font-size:20px;
    color:#000;
    line-height:32px;
    font-weight:600;
    margin:10px 0
}
.new-wrap .seprate-row{
    border-top:1px solid #00000014
}
.new-wrap .card-cta-btn{
    display:inline-block;
    color:#fff;
    font-size:16px;
    background:#28a8e0;
    padding:8px 20px;
    border:1px solid #28a8e0;
    border-radius:100px;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    margin-right:0
}
.new-wrap .cta-ad-content{
    background:#05002c!important;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start
}
.new-wrap .benefits-sec .benefits-card img,.new-wrap.hire-vue-wrap .benefits-sec .benefits-card img{
    width:60px;
    margin:0 0 20px
}
.new-wrap.hire-vue-wrap .ad-content{
    min-height:355px
}
.new-wrap.hire-php-wrap .benefits-sec .border-key-1::before,.new-wrap.serverless-app-dev-wrap .benefits-sec .border-key-1::before,.new-wrap.uiux-wrap .benefits-sec .border-key-1::before{
    top:60%
}
.new-wrap.hire-php-wrap .benefits-sec .border-key::before,.new-wrap.retail-software-dev-wrap .benefits-sec .border-key::before{
    height:460px
}
.new-wrap ul.cs_ul li{
    font-family:Conv_Brandon_reg;
    list-style:none;
    margin-left:30px;
    position:relative;
    line-height:30px
}
.new-wrap .mobile-app-wl .banner-list p{
    color:#fff;
    margin-top:15px;
    font-size:20px;
    line-height:28px;
    text-align:left
}
.new-wrap.app-like-insta-wrap .our-estimation,.new-wrap.app-like-olacost-wrap .our-estimation,.new-wrap.app-like-tiktok-wrap .our-estimation,.new-wrap.app-like-urbanclap-wrap .our-estimation,.new-wrap.hire-dedicateddev-wrap .service-sec img.vector-prop,.new-wrap.hire-reactjs-devindia-wrap .react-iq-vector,.new-wrap.medical-app-dev-wrap .our-estimation,.new-wrap.software-dev-chennai .our-estimation,.new-wrap.top-mob-colorado-wrap .our-estimation,.new-wrap.top-mob-dev-alaska-wrap .our-estimation,.new-wrap.top-mob-dev-conneticut-wrap .our-estimation,.new-wrap.top-mob-dev-jamaica-wrap .our-estimation,.new-wrap.top-mob-dev-london .why-us,.new-wrap.top-mob-dev-louisiana-wrap .our-estimation,.new-wrap.top-mob-dev-missouri-wrap .our-estimation,.new-wrap.top-mob-dev-san-antonio .why-us{
    width:400px
}
.new-wrap.hire-dedicateddev-wrap ul.cs_ul.banner-list li{
    margin:0 0 0 30px
}
.new-wrap.hire-dedicateddev-wrap ul.cs_ul{
    padding-left:20px
}
.new-wrap.hire-dedicateddev-wrap ul.cs_ul li{
    font-family:Conv_Brandon_reg;
    list-style:none;
    position:relative;
    line-height:30px;
    margin:0 0 25px 30px
}
.new-wrap.app-like-ubercost-wrap .cta-ad-content,.new-wrap.app-like-ubercost-wrap .extecsive-card,.new-wrap.hire-dedicated-webdev .extecsive-card,.new-wrap.serverless-app-dev-wrap .ad-content,.new-wrap.top-mob-dev-adelaide .cta-ad-content,.new-wrap.top-mob-dev-adelaide .extecsive-card,.new-wrap.top-mob-dev-hawaii .cta-ad-content,.new-wrap.top-mob-dev-hawaii .extecsive-card{
    min-height:250px;
    box-shadow:none
}
.new-wrap.hire-dedicated-webdev .ad-content.service-card,.uberlikeapp-dev-wrap .clients .brands{
    box-shadow:none
}
.new-wrap.hire-dedicated-webdev .wcu-card{
    min-height:350px;
    box-shadow:none
}
.new-wrap.hire-dedicated-webdev .benefits-sec .benefits-card h3{
    font-size:20px;
    color:#05002c;
    font-weight:600;
    line-height:30px;
    margin-bottom:10px;
    text-align:center
}
.new-wrap.best-seo-service-chennai-wrap .benefits-sec .border-key-1::before,.new-wrap.hire-dedicated-webdev .benefits-sec .border-key-1::before{
    top:56%
}
.new-wrap.uiux-wrap .ad-content.service-card{
    min-height:auto;
    text-align:center
}
.new-wrap.uiux-wrap .about-section h3,.wrapper .testi-card .testi-person h3{
    font-size:22px
}
.new-wrap.uiux-wrap .tech-card img{
    width:75px;
    height:auto;
    margin-bottom:25px
}
.new-wrap.uiux-wrap .indus-img img{
    width:80%;
    margin:0 auto 10px;
    display:block
}
.new-wrap.uiux-wrap .ui-card strong{
    color:#b5cad5!important;
    font-size:16px!important;
    font-weight:500!important;
    display:block!important;
    text-align:center!important
}
.new-wrap.hire-bi-dev .market-pla-out.defi-sec,.new-wrap.hire-dotnet-dev .market-pla-out.defi-sec{
    height:75px!important;
    min-height:75px!important
}
.new-wrap.hire-dotnet-dev .ad-content.service-card,.new-wrap.hire-dotnet-dev .extecsive-card{
    min-height:260px;
    box-shadow:none;
    background-color:#fff
}
.new-wrap.hire-bi-dev .ad-content.service-card,.new-wrap.hire-bi-dev .extecsive-card{
    min-height:300px;
    box-shadow:none;
    background-color:#fff
}
.ebooks-wrap .ebooks-card{
    background-color:#fbfbfb;
    border-radius:20px;
    box-shadow:rgba(0,0,0,.1) 0 20px 25px -5px,rgba(0,0,0,.04) 0 10px 10px -5px;
    min-height:480px;
    margin-bottom:40px
}
.ebooks-wrap .card-ebook-sec{
    background-color:#231f59;
    border-radius:20px;
    padding:20px;
    display:flex;
    justify-content:center;
    align-items:center
}
.ebooks-wrap .card-ebook-sec img{
    width:100%;
    transition:.2s ease-in-out
}
.ebooks-wrap .card-ebook-content{
    border-radius:20px;
    padding:25px 20px;
    min-height:180px;
    display:flex;
    flex-direction:column;
    justify-content:space-between
}
.ebooks-wrap .card-ebook-content h4{
    text-align:left;
    font-size:1.1rem!important;
    font-family:Conv_GothamRoundedBold_21016
}
.ebooks-wrap .ebooks-card:hover img{
    transform:scale(1.05)
}
.ebooks-wrap .ebook-card-btn{
    padding:10px 20px
}
.ebooks-wrap .ebook-content-center,.wrapper.smart-contract-wrap .nft-ser-in .why-box{
    display:flex;
    justify-content:center;
    align-items:flex-start
}
.ebooks-wrap .ebook-card-link{
    cursor:pointer;
    font-size:1rem;
    font-weight:600;
    color:#28a8e0;
    background-color:#e5f1ff;
    padding:6px 16px;
    border-radius:30px
}
.ebooks-wrap .ebooks-icons{
    margin-left:5px;
    font-size:1rem
}
.ebooks-wrap .ebook-card-space-evenly{
    justify-content:space-evenly
}
.new-wrap.crypto-wallet-wrap .service-card,.new-wrap.react-dev-india-wrap .ad-content.ds-card{
    min-height:360px
}
.new-wrap.crypto-wallet-wrap .steps-cards,.new-wrap.startup-partner-wrap .depi-ser-in .why-box{
    min-height:290px
}
.new-wrap.crypto-wallet-wrap .benefits-sec .border-key::before,.new-wrap.flutter-devindia-wrap .benefits-sec .border-key::before{
    height:570px
}
.new-wrap .sub-title{
    font-family:Conv_GothamRoundedMedium_21022!important;
    font-weight:700!important;
    font-size:13px!important
}
.new-wrap .benefits-display{
    display:flex;
    justify-content:center;
    align-items:flex-end
}
.new-wrap.crypto-payment-wrap .benefits-sec .border-key-1::before{
    position:absolute;
    content:"";
    width:100%;
    display:block;
    height:1px;
    background:#00000014;
    top:63%;
    left:0
}
.new-wrap .heading-icon{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin-bottom:10px
}
.new-wrap .heading-icon h3{
    margin-left:15px!important
}
.new-wrap.crypto-payment-wrap .payment-card,.new-wrap.metaverse-nft-wrap .payment-card{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    background-color:#fff;
    box-shadow:0 2px 17px -5px #cbcbcb;
    padding:20px;
    margin-bottom:20px
}
.new-wrap.crypto-payment-wrap .payment-card img,.new-wrap.metaverse-nft-wrap .payment-card img{
    width:85px;
    margin-bottom:10px
}
.new-wrap.app-like-insta-wrap .payment-card h3,.new-wrap.crypto-payment-wrap .payment-card h3,.new-wrap.healthcare-soft-dev-wrap .payment-card h4,.new-wrap.metaverse-nft-wrap .payment-card h3{
    font-family:Conv_GothamRounded-Book;
    font-size:20px;
    color:#000;
    line-height:32px;
    font-weight:600;
    margin:10px 0;
    text-align:center
}
.new-wrap.crypto-payment-wrap.metaverse-devp-wr .steps-cards{
    min-height:200px
}
.new-wrap.crypto-payment-wrap.metaverse-devp-wr .benefits-sec .border-key-1::before{
    top:57%
}
.new-wrap.metaverse-devp-wr .service-card{
    min-height:340px
}
.new-wrap.hire-mern-wrap .cta-ad-content,.new-wrap.hire-mern-wrap .extecsive-card,.new-wrap.metaverse-nft-wrap .cta-ad-content,.new-wrap.metaverse-nft-wrap .extecsive-card{
    box-shadow:none;
    min-height:260px!important
}
.new-wrap.metaverse-nft-wrap .benefits-sec .border-key-1::before{
    position:absolute;
    content:"";
    width:100%;
    display:block;
    height:1px;
    background:#00000014;
    top:60%;
    left:0
}
.new-wrap.metaverse-nft-wrap .benefits-sec .border-key::before{
    height:610px
}
.new-wrap.metaverse-nft-wrap .market-pla-out.defi-sec{
    height:130px;
    min-height:75px
}
.new-wrap.hire-mern-wrap .benefits-sec .border-key-1::before{
    position:absolute;
    content:"";
    width:100%;
    display:block;
    height:1px;
    background:#00000014;
    top:62%;
    left:0
}
.new-wrap.hire-mern-wrap .benefits-sec .border-key::before,.new-wrap.mvp-dev-company-wrap .benefits-sec .border-key::before{
    height:500px
}
.new-wrap .banner-list.faq-list li{
    color:#656565!important
}
.new-wrap.hire-mern-wrap .cta-industries-cards,.new-wrap.hire-mern-wrap .industries-cards,section.wrapper.crypto-exch-dev-wrap.nft-new .market-nft-wr .why-box,section.wrapper.nft-new.exchange-development-company .market-nft-wr .why-box{
    min-height:260px!important
}
.new-wrap.hire-corda-wrap .wh-work-box h4{
    font-size:18px;
    line-height:24px
}
.new-wrap.hire-corda-wrap .tb-box1::after,.new-wrap.hire-ethereum-wrap .tb-box1::after,.new-wrap.hire-hyperledger-wrap .tb-box1::after{
    content:"";
    position:absolute;
    top:67px;
    height:100px;
    background:url(../images/hire-corda-dev/icons/dotted-line-.svg) no-repeat!important;
    width:100%;
    z-index:-1;
    left:190px
}
.new-wrap.hire-corda-wrap .tb-box2::after,.new-wrap.hire-ethereum-wrap .tb-box2::after,.new-wrap.hire-hyperledger-wrap .tb-box2::after{
    content:"";
    position:absolute;
    top:23px;
    height:100px;
    background:url(../images/hire-corda-dev/icons/dotted-line.svg) no-repeat!important;
    width:100%;
    z-index:-1;
    left:190px
}
.new-wrap.hire-corda-wrap .cta-ad-content,.new-wrap.hire-corda-wrap .extecsive-card,.new-wrap.ruby-on-rails-dev-wrap .ad-content,.new-wrap.top-mob-colorado-wrap .cta-ad-content,.new-wrap.top-mob-colorado-wrap .extecsive-card{
    min-height:310px;
    box-shadow:none
}
.new-wrap.hire-corda-wrap .client-box{
    min-height:250px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
.new-wrap.hire-corda-wrap .benefits-sec .border-key::before{
    height:730px
}
.new-wrap .row-m{
    margin:25px 0
}
.new-wrap.hire-ethereum-wrap img.nft-abt,.new-wrap.hire-laravel-dev img.nft-abt{
    width:90%;
    display:block;
    margin:0 auto
}
.new-wrap.hire-kotlin-dev .market-pla-out.defi-sec,.nft-new.crypto-exch-dev-wrap .how-do-sec .market-pla-out,.wrapper.exchange-development-company .how-do-sec .market-pla-out{
    height:90px;
    min-height:75px
}
.new-wrap.hire-golang-dev .market-pla-out.defi-sec{
    height:85px;
    min-height:75px
}
.new-wrap.hire-golang-dev .benefits-sec .border-key-1::before{
    top:65%
}
.new-wrap.hire-golang-dev .benefits-sec .border-key::before{
    height:365px
}
.new-wrap.hire-ethereum-wrap .client-box,.new-wrap.hire-hyperledger-wrap .client-box{
    min-height:235px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
.new-wrap.hire-hyperledger-wrap .extecsive-card,section.nft-new.crypto-exch-dev-wrap .nft-features .why-box{
    min-height:330px
}
.new-wrap.hire-ethereum-wrap .extecsive-card,section.wrapper.nft-new .nft-ser-in .why-box{
    min-height:350px
}
.new-wrap.hire-ethereum-wrap .market-pla-out.defi-sec{
    height:80px;
    min-height:75px
}
.new-wrap .p-disp,.new-wrap.app-like-insta-wrap .p-disp,.new-wrap.app-like-olacost-wrap .p-disp,.new-wrap.app-like-tiktok-wrap .p-disp,.new-wrap.app-like-ubercost-wrap .p-disp,.new-wrap.app-like-urbanclap-wrap .p-disp,.new-wrap.medical-app-dev-wrap .p-disp,.new-wrap.software-dev-chennai .p-disp,.new-wrap.top-mob-colorado-wrap .p-disp,.new-wrap.top-mob-dev-alaska-wrap .p-disp,.new-wrap.top-mob-dev-conneticut-wrap .p-disp,.new-wrap.top-mob-dev-louisiana-wrap .p-disp,.new-wrap.top-mob-dev-missouri-wrap .p-disp,.wrapper.nft-marketplace-dev .p-disp{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-direction:column;
    position:relative;
    z-index:1
}
.new-wrap .p-lineh::after,.new-wrap.app-like-insta-wrap .p-lineh::after,.new-wrap.app-like-olacost-wrap .p-lineh::after,.new-wrap.app-like-tiktok-wrap .p-lineh::after,.new-wrap.app-like-ubercost-wrap .p-lineh::after,.new-wrap.app-like-urbanclap-wrap .p-lineh::after,.new-wrap.medical-app-dev-wrap .p-lineh::after,.new-wrap.software-dev-chennai .p-lineh::after,.new-wrap.top-mob-colorado-wrap .p-lineh::after,.new-wrap.top-mob-dev-alaska-wrap .p-lineh::after,.new-wrap.top-mob-dev-conneticut-wrap .p-lineh::after,.new-wrap.top-mob-dev-louisiana-wrap .p-lineh::after,.new-wrap.top-mob-dev-missouri-wrap .p-lineh::after{
    content:"";
    position:absolute;
    top:12px;
    height:100px;
    background:url(../images/app-like-ubercost/p-line-h.svg) no-repeat!important;
    width:300px;
    z-index:-1;
    left:75px
}
.new-wrap .p-linev::after,.new-wrap.app-like-insta-wrap .p-linev::after,.new-wrap.app-like-olacost-wrap .p-linev::after,.new-wrap.app-like-tiktok-wrap .p-linev::after,.new-wrap.app-like-ubercost-wrap .p-linev::after,.new-wrap.app-like-urbanclap-wrap .p-linev::after,.new-wrap.medical-app-dev-wrap .p-linev::after,.new-wrap.software-dev-chennai .p-linev::after,.new-wrap.top-mob-colorado-wrap .p-linev::after,.new-wrap.top-mob-dev-alaska-wrap .p-linev::after,.new-wrap.top-mob-dev-conneticut-wrap .p-linev::after,.new-wrap.top-mob-dev-louisiana-wrap .p-linev::after,.new-wrap.top-mob-dev-missouri-wrap .p-linev::after{
    content:"";
    position:absolute;
    top:170px;
    height:160px;
    background:url(../images/app-like-ubercost/p-line-v.svg) no-repeat!important;
    width:130px;
    z-index:-1;
    right:54px
}
.new-wrap .process-card,.new-wrap.app-like-insta-wrap .process-card,.new-wrap.app-like-olacost-wrap .process-card,.new-wrap.app-like-tiktok-wrap .process-card,.new-wrap.app-like-ubercost-wrap .process-card,.new-wrap.app-like-urbanclap-wrap .process-card,.new-wrap.medical-app-dev-wrap .process-card,.new-wrap.software-dev-chennai .process-card,.new-wrap.top-mob-colorado-wrap .process-card,.new-wrap.top-mob-dev-alaska-wrap .process-card,.new-wrap.top-mob-dev-conneticut-wrap .process-card,.new-wrap.top-mob-dev-louisiana-wrap .process-card,.new-wrap.top-mob-dev-missouri-wrap .process-card,.wrapper.nft-marketplace-dev .process-card{
    background-color:#fff;
    box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%);
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    position:relative;
    padding:20px;
    margin-top:50px;
    font-size:16px;
    width:120px;
    height:120px;
    border-radius:100px
}
.new-wrap .process-card:hover span,.new-wrap.app-like-insta-wrap .process-card:hover span,.new-wrap.app-like-olacost-wrap .process-card:hover span,.new-wrap.app-like-tiktok-wrap .process-card:hover span,.new-wrap.app-like-ubercost-wrap .process-card:hover span,.new-wrap.app-like-urbanclap-wrap .process-card:hover span,.new-wrap.medical-app-dev-wrap .process-card:hover span,.new-wrap.software-dev-chennai .process-card:hover span,.new-wrap.top-mob-colorado-wrap .process-card:hover span,.new-wrap.top-mob-dev-alaska-wrap .process-card:hover span,.new-wrap.top-mob-dev-conneticut-wrap .process-card:hover span,.new-wrap.top-mob-dev-louisiana-wrap .process-card:hover span,.new-wrap.top-mob-dev-missouri-wrap .process-card:hover span,.wrapper.nft-marketplace-dev .process-card:hover span{
    transform:translateY(-3px)
}
.new-wrap .process-card span,.new-wrap.app-like-insta-wrap .process-card span,.new-wrap.app-like-olacost-wrap .process-card span,.new-wrap.app-like-tiktok-wrap .process-card span,.new-wrap.app-like-ubercost-wrap .process-card span,.new-wrap.app-like-urbanclap-wrap .process-card span,.new-wrap.medical-app-dev-wrap .process-card span,.new-wrap.software-dev-chennai .process-card span,.new-wrap.top-mob-colorado-wrap .process-card span,.new-wrap.top-mob-dev-alaska-wrap .process-card span,.new-wrap.top-mob-dev-conneticut-wrap .process-card span,.new-wrap.top-mob-dev-louisiana-wrap .process-card span,.new-wrap.top-mob-dev-missouri-wrap .process-card span,.wrapper.nft-marketplace-dev .process-card span{
    position:absolute;
    z-index:-1;
    font-family:Conv_GothamRounded-Book;
    top:-23px;
    left:-23px;
    padding:10px 15px;
    width:60px;
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.2s ease-in-out;
    font-weight:600;
    font-size:36px;
    color:#05002c12
}
.new-wrap .process-card h3,.new-wrap.app-like-insta-wrap .process-card h3,.new-wrap.app-like-olacost-wrap .process-card h3,.new-wrap.app-like-tiktok-wrap .process-card h3,.new-wrap.app-like-ubercost-wrap .process-card h3,.new-wrap.app-like-urbanclap-wrap .process-card h3,.new-wrap.medical-app-dev-wrap .process-card h3,.new-wrap.software-dev-chennai .process-card h3,.new-wrap.top-mob-colorado-wrap .process-card h3,.new-wrap.top-mob-dev-alaska-wrap .process-card h3,.new-wrap.top-mob-dev-conneticut-wrap .process-card h3,.new-wrap.top-mob-dev-louisiana-wrap .process-card h3,.new-wrap.top-mob-dev-missouri-wrap .process-card h3,.wrapper.nft-marketplace-dev .process-card h3{
    text-align:center;
    font-family:Conv_GothamRounded-Book;
    font-size:20px;
    color:#000;
    line-height:32px;
    font-weight:600;
    margin:10px 0
}
.new-wrap .progress-h,.new-wrap.app-like-insta-wrap .progress-h,.new-wrap.app-like-olacost-wrap .progress-h,.new-wrap.app-like-tiktok-wrap .progress-h,.new-wrap.app-like-ubercost-wrap .progress-h,.new-wrap.app-like-urbanclap-wrap .progress-h,.new-wrap.medical-app-dev-wrap .progress-h,.new-wrap.software-dev-chennai .progress-h,.new-wrap.top-mob-colorado-wrap .progress-h,.new-wrap.top-mob-dev-alaska-wrap .progress-h,.new-wrap.top-mob-dev-conneticut-wrap .progress-h,.new-wrap.top-mob-dev-louisiana-wrap .progress-h,.new-wrap.top-mob-dev-missouri-wrap .progress-h,.wrapper.nft-marketplace-dev .progress-h{
    font-weight:600;
    margin:10px 0;
    font-family:Conv_GothamRounded-Book;
    text-align:center;
    font-size:18px;
    line-height:28px
}
.new-wrap.app-like-insta-wrap .benefits-sec .border-key::before,.new-wrap.app-like-olacost-wrap .benefits-sec .border-key::before,.new-wrap.app-like-tiktok-wrap .benefits-sec .border-key::before,.new-wrap.app-like-ubercost-wrap .benefits-sec .border-key::before,.new-wrap.app-like-urbanclap-wrap .benefits-sec .border-key::before,.new-wrap.medical-app-dev-wrap .benefits-sec .border-key::before,.new-wrap.software-dev-chennai .benefits-sec .border-key::before,.new-wrap.top-mob-colorado-wrap .benefits-sec .border-key::before,.new-wrap.top-mob-dev-alaska-wrap .benefits-sec .border-key::before,.new-wrap.top-mob-dev-conneticut-wrap .benefits-sec .border-key::before,.new-wrap.top-mob-dev-louisiana-wrap .benefits-sec .border-key::before,.new-wrap.top-mob-dev-missouri-wrap .benefits-sec .border-key::before{
    height:390px
}
.new-wrap.app-like-insta-wrap .abt-img,.new-wrap.app-like-olacost-wrap .abt-img,.new-wrap.app-like-tiktok-wrap .abt-img,.new-wrap.app-like-ubercost-wrap .abt-img,.new-wrap.app-like-urbanclap-wrap .abt-img,.new-wrap.medical-app-dev-wrap .abt-img,.new-wrap.software-dev-chennai .abt-img,.new-wrap.top-mob-colorado-wrap .abt-img,.new-wrap.top-mob-dev-alaska-wrap .abt-img,.new-wrap.top-mob-dev-conneticut-wrap .abt-img,.new-wrap.top-mob-dev-louisiana-wrap .abt-img,.new-wrap.top-mob-dev-missouri-wrap .abt-img{
    width:390px
}
.new-wrap.app-like-insta-wrap .benefits-sec .benefits-card img,.new-wrap.app-like-olacost-wrap .benefits-sec .benefits-card img,.new-wrap.app-like-tiktok-wrap .benefits-sec .benefits-card img,.new-wrap.app-like-ubercost-wrap .benefits-sec .benefits-card img,.new-wrap.medical-app-dev-wrap .benefits-sec .benefits-card img,.new-wrap.software-dev-chennai .benefits-sec .benefits-card img,.new-wrap.top-mob-dev-alaska-wrap .benefits-sec .benefits-card img,.new-wrap.top-mob-dev-conneticut-wrap .benefits-sec .benefits-card img,.new-wrap.top-mob-dev-louisiana-wrap .benefits-sec .benefits-card img,.new-wrap.top-mob-dev-missouri-wrap .benefits-sec .benefits-card img{
    width:60px;
    margin:0 10px 20px
}
.new-wrap.app-like-olacost-wrap .cta-ad-content,.new-wrap.app-like-olacost-wrap .extecsive-card,.new-wrap.app-like-tiktok-wrap .cta-ad-content,.new-wrap.app-like-tiktok-wrap .extecsive-card,.new-wrap.app-like-urbanclap-wrap .cta-ad-content,.new-wrap.app-like-urbanclap-wrap .extecsive-card,.new-wrap.top-mob-dev-cleveland .cta-ad-content,.new-wrap.top-mob-dev-cleveland .extecsive-card,.new-wrap.top-mob-dev-conneticut-wrap .cta-ad-content,.new-wrap.top-mob-dev-conneticut-wrap .extecsive-card{
    min-height:265px;
    box-shadow:none
}
.new-wrap.app-like-insta-wrap .benefits-sec .border-key.border-key-section::before,.new-wrap.app-like-olacost-wrap .benefits-sec .border-key.border-key-section::before,.new-wrap.app-like-tiktok-wrap .benefits-sec .border-key.border-key-section::before,.new-wrap.medical-app-dev-wrap .benefits-sec .border-key.border-key-section::before,.new-wrap.software-dev-chennai .benefits-sec .border-key.border-key-section::before,.new-wrap.top-mob-colorado-wrap .benefits-sec .border-key.border-key-section::before,.new-wrap.top-mob-dev-alaska-wrap .benefits-sec .border-key.border-key-section::before,.new-wrap.top-mob-dev-conneticut-wrap .benefits-sec .border-key.border-key-section::before,.new-wrap.top-mob-dev-louisiana-wrap .benefits-sec .border-key.border-key-section::before,.new-wrap.top-mob-dev-missouri-wrap .benefits-sec .border-key.border-key-section::before{
    position:absolute;
    content:"";
    width:1px;
    height:480px;
    background:#00000014;
    top:20px;
    left:0
}
.new-wrap.app-like-urbanclap-wrap .benefits-sec .benefits-card img,.new-wrap.top-mob-colorado-wrap .benefits-sec .benefits-card img{
    width:55px;
    margin:0 10px 20px
}
.new-wrap.app-like-urbanclap-wrap .benefits-sec .border-key-1.border-key-section1::before,.new-wrap.top-mob-colorado-wrap .benefits-sec .border-key-1.border-key-section1::before,.uberlikeapp-dev-wrap .techstack-sec .border-key-1::before{
    position:absolute;
    content:"";
    width:100%;
    display:block;
    height:1px;
    background:#00000014;
    top:56%;
    left:0
}
.new-wrap.app-like-urbanclap-wrap .benefits-sec .border-key.border-key-section::before{
    position:absolute;
    content:"";
    width:1px;
    height:530px;
    background:#00000014;
    top:20px;
    left:0
}
.new-wrap.app-like-urbanclap-wrap .mt-85,.new-wrap.top-mob-colorado-wrap .mt-85{
    margin-top:85px
}
.new-wrap.top-mob-colorado-wrap img.cta-img{
    position:absolute;
    width:35%;
    bottom:-20px;
    right:0;
    z-index:0;
    opacity:1
}
.new-wrap.top-mob-colorado-wrap .ad-content h3{
    font-size:20px;
    line-height:38px
}
.new-wrap.app-like-insta-wrap .benefits-sec .border-key-1.border-key-section1::before,.new-wrap.medical-app-dev-wrap .benefits-sec .border-key-1.border-key-section1::before,.new-wrap.software-dev-chennai .benefits-sec .border-key-1.border-key-section1::before,.new-wrap.top-mob-dev-alaska-wrap .benefits-sec .border-key-1.border-key-section1::before,.new-wrap.top-mob-dev-conneticut-wrap .benefits-sec .border-key-1.border-key-section1::before,.new-wrap.top-mob-dev-louisiana-wrap .benefits-sec .border-key-1.border-key-section1::before,.new-wrap.top-mob-dev-missouri-wrap .benefits-sec .border-key-1.border-key-section1::before{
    position:absolute;
    content:"";
    width:100%;
    display:block;
    height:1px;
    background:#00000014;
    top:61%;
    left:0
}
.new-wrap .hero-form .flex-card .field .control textarea,.popupform .field .control textarea,.wrapper.smart-contract-wrap .hero-form .flex-card .field .control textarea,.wrapper.smart-contract-wrap .popupform .field .control textarea{
    min-height:75px
}
.new-wrap.app-like-insta-wrap .cta-ad-content,.new-wrap.app-like-insta-wrap .extecsive-card,.new-wrap.top-mob-dev-jamaica-wrap .cta-ad-content,.new-wrap.top-mob-dev-jamaica-wrap .extecsive-card,.new-wrap.top-mob-dev-louisiana-wrap .cta-ad-content,.new-wrap.top-mob-dev-louisiana-wrap .extecsive-card{
    min-height:240px;
    box-shadow:none
}
.new-wrap.app-like-insta-wrap .payment-card,.new-wrap.healthcare-soft-dev-wrap .payment-card,.new-wrap.laravel-dev-company-wrap .payment-card,.new-wrap.magento-development-company-wrap .payment-card,.new-wrap.python-dev-company-wrap .payment-card,.new-wrap.retail-software-dev-wrap .payment-card,.new-wrap.software-testing-company-wrap .payment-card{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    background-color:#fff;
    padding:20px;
    margin-bottom:20px
}
.new-wrap.app-like-insta-wrap .payment-card img,.new-wrap.healthcare-soft-dev-wrap .payment-card img,.new-wrap.laravel-dev-company-wrap .payment-card img,.new-wrap.magento-development-company-wrap .payment-card img,.new-wrap.nodejs-dev-company-warp .payment-card img{
    width:75px;
    margin-bottom:10px
}
.new-wrap.top-mob-dev-alaska-wrap .cta-ad-content,.new-wrap.top-mob-dev-alaska-wrap .extecsive-card{
    min-height:250px!important;
    box-shadow:none
}
.new-wrap.software-dev-chennai .cta-ad-content,.new-wrap.software-dev-chennai .extecsive-card{
    min-height:285px;
    box-shadow:none
}
.new-wrap .hero-form .flex-card .field .control .input,.new-wrap .hero-form .flex-card .field .control textarea,.wrapper.smart-contract-wrap .hero-form .flex-card .field .control .input,.wrapper.smart-contract-wrap .hero-form .flex-card .field .control textarea{
    font-size:15px;
    padding-left:45px;
    height:38px;
    max-width:400px;
    width:100%;
    background-color:#fff;
    position:relative;
    border-radius:4px;
    color:#363636;
    border:1px solid #dee2e6;
    margin-bottom:1rem!important
}
.new-wrap.best-seo-service-chennai-wrap .ad-content,.new-wrap.seo-service-chennai-wrap .cta-ad-content,.new-wrap.seo-service-chennai-wrap .extecsive-card{
    min-height:375px;
    box-shadow:none
}
.new-wrap.seo-service-chennai-wrap img.cta-img{
    position:absolute;
    width:56%;
    bottom:6px;
    right:0;
    z-index:0;
    opacity:1
}
.new-wrap.medical-app-dev-wrap .cta-ad-content,.new-wrap.medical-app-dev-wrap .extecsive-card{
    min-height:355px;
    box-shadow:none
}
.new-wrap.medical-app-dev-wrap img.cta-img{
    position:absolute;
    width:50%;
    bottom:6px;
    right:0;
    z-index:0;
    opacity:1
}
.new-wrap.startup-partner-wrap .ad-content,.new-wrap.top-mob-dev-missouri-wrap .cta-ad-content,.new-wrap.top-mob-dev-missouri-wrap .extecsive-card{
    min-height:290px;
    box-shadow:none
}
.new-wrap.top-mob-dev-missouri-wrap img.cta-img{
    position:absolute;
    width:30%;
    bottom:6px;
    right:0;
    z-index:0;
    opacity:1
}
.new-wrap.top-mob-dev-louisiana-wrap .pad-r-res{
    padding-right:20px
}
.new-wrap.software-testing-company-wrap .ad-content,.new-wrap.top-mob-dev-kansas-wrap .cta-ad-content,.new-wrap.top-mob-dev-kansas-wrap .extecsive-card{
    min-height:300px;
    box-shadow:none
}
.new-wrap.flutter-devindia-wrap img.cta-img,.new-wrap.hire-reactjs-devindia-wrap img.cta-img,.new-wrap.top-mob-dev-california img.cta-img,.new-wrap.top-mob-dev-kansas-wrap img.cta-img,.wrapper img.cta-img{
    position:absolute;
    width:37%;
    bottom:6px;
    right:0;
    z-index:0;
    opacity:1
}
.new-wrap.top-mob-dev-clarita-wrap .cta-ad-content,.new-wrap.top-mob-dev-clarita-wrap .extecsive-card,.new-wrap.top-mob-dev-silicon-valley-wrap .cta-ad-content,.new-wrap.top-mob-dev-silicon-valley-wrap .extecsive-card{
    min-height:360px;
    box-shadow:none
}
.new-wrap.top-mob-dev-tampa-wrap .cta-ad-content,.new-wrap.top-mob-dev-tampa-wrap .extecsive-card{
    min-height:280px;
    box-shadow:none
}
section.wrapper.nft-new .welcome-area{
    background:url(../images/nft-new/bannerbg.png) 0 0/cover #03032b
}
section.wrapper.nft-new .mobile-app-wl p{
    color:#d6d6e8
}
.bitcoin-wrap.ai-dev-wrap img.faq-img,section.wrapper.nft-new .eook-img img{
    width:60%
}
section.wrapper.nft-new .nft-ser-in .why-box{
    background:0 0;
    border-radius:10px;
    position:relative;
    padding:25px;
    display:flex;
    justify-content:center;
    align-items:flex-start
}
.wrapper.smart-contract-wrap .service-outer,section.wrapper.nft-new .service-outer{
    position:relative;
    z-index:100
}
.wrapper.smart-contract-wrap .nft-ser-in .why-box::after,.wrapper.smart-contract-wrap .nft-ser-in-2 .why-box::after,section.wrapper.nft-new .nft-ser-in .why-box::after,section.wrapper.nft-new .nft-ser-in-2 .why-box::after{
    background:#e8f3ff;
    content:"";
    width:100%;
    height:100%;
    border:1px solid #d6ebff;
    position:absolute;
    top:0;
    border-radius:10px;
    z-index:0;
    left:0;
    filter:blur(.5px)
}
.wrapper.smart-contract-wrap .nft-ser-in-2 .why-box::after,section.wrapper.nft-new .nft-ser-in-2 .why-box::after{
    background:#dcf0fa
}
.wrapper.smart-contract-wrap .nft-ser-in:hover .why-box .why-b-con p,section.wrapper.nft-new .why-box .why-b-con p{
    color:#656565
}
.wrapper.smart-contract-wrap .blockchain-services,section.wrapper.nft-new section.nft-services{
    background:url(../images/nft-new/services-bg.png) 0 0/cover
}
section.wrapper.nft-new .nft-ser-img img{
    width:85%;
    margin:0 auto;
    display:block
}
section.wrapper.nft-new .defi-con li{
    background:url(../images/nft-new/arrow.png) 3px 8px/15px no-repeat;
    margin:0;
    padding-left:30px
}
section.wrapper.nft-new .act-out-wr p{
    color:#d6d6e8;
    padding:0
}
section.wrapper.nft-new .btc_left_service_main_wrapper{
    margin-top:40px;
    min-height:240px;
    padding:15px;
    background:#fff;
    border-radius:10px;
    display:flex;
    flex-direction:column;
    align-items:flex-start
}
section.wrapper.nft-new .btc_left_ser_icon_wrapper{
    padding:10px;
    background:#f7fafc;
    border-radius:10px;
    margin-bottom:10px
}
section.wrapper.nft-new .main-standard{
    padding:50px;
    background:#f7fafc;
    border-radius:50px;
    margin-top:-200px;
    position:relative
}
section.wrapper.nft-new .nft-features .why-box{
    display:flex;
    justify-content:flex-start;
    align-items:flex-start
}
section.wrapper.nft-new .makr-fea-wr .why-b-icon{
    margin-bottom:10px;
    padding:20px;
    width:90px;
    border-radius:100px;
    background:#f7fafc
}
.nft-new .how-do-sec,section.wrapper.nft-new section.nft-incorp{
    background:url(../images/nft-new/features-bg.png) 0 0/cover
}
section.wrapper.nft-new .nfer-widget{
    background:no-repeat padding-box #ffffff85
}
section.wrapper.nft-new .market-nft-wr .why-box{
    background:#f7fafc;
    box-shadow:none
}
section.wrapper.nft-new .market-nft-wr .why-b-icon{
    padding:0;
    width:auto
}
section.wrapper.nft-new .nft-sol-con{
    position:static;
    color:#05002c
}
.nft-new .welcome-area{
    overflow:hidden;
    background:0 0/cover #03032b;
    position:relative;
    width:100%;
    align-items:center;
    z-index:1;
    padding-bottom:0;
    padding-top:120px;
    height:100vh;
    min-height:700px
}
.nft-new .mod-close-btn-prop{
    display:flex;
    justify-content:flex-end;
    margin:10px
}
.nft-new .modal-dialog-centered{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    justify-content:center;
    align-items:center;
    min-height:calc(100% - 1rem)
}
.modal-content{
    border-radius:20px
}
.modal-body{
    padding:1.5rem
}
.popupform h5.popup-h5{
    color:#28a8e0;
    font-size:24px;
    line-height:45px;
    font-family:Conv_GothamRoundedMedium_21022;
    margin-bottom:1rem
}
.popupform .control textarea,.popupform .field .control .input,.popupform .field .control textarea{
    font-size:15px;
    padding-left:38px;
    height:38px;
    max-width:100%;
    width:100%;
    background-color:#fff;
    position:relative;
    border-radius:4px;
    color:#363636;
    border:1px solid #dee2e6;
    margin-bottom:1rem
}
.popupform label.form_errors{
    font-size:12px;
    color:#f10;
    position:absolute;
    right:5px;
    top:38px
}
.popupform .textarea-e-msg>label.form_errors{
    top:78px
}
.nft-new .white-label-card{
    min-height:290px!important
}
.nft-new .btn-curve-bg{
    padding:10px 35px!important
}
.nft-new .btc_left_ser_icon_cont_wrapper{
    float:left;
    width:calc(100% - 100px);
    padding-left:0;
    position:relative
}
section.wrapper.nft-new .nfer-widget{
    background:no-repeat padding-box #ffffff85;
    border-radius:15px;
    box-shadow:none;
    min-height:290px
}
.nft-new .nft-sol-con{
    position:absolute;
    bottom:0;
    padding:25px 0;
    z-index:10;
    color:#fff;
    font-size:20px
}
.new-wrap.top-mob-dev-london .cta-ad-content,.new-wrap.top-mob-dev-london .extecsive-card,.new-wrap.top-mob-dev-manhattan .cta-ad-content,.new-wrap.top-mob-dev-manhattan .extecsive-card{
    min-height:255px
}
.new-wrap.hire-flutter-devindia-wrap .technical-support-sec .ad-content.ds-card,.new-wrap.hire-reactnative-devindia-wrap .m-card,.new-wrap.top-mob-dev-edmonton .cta-ad-content,.new-wrap.top-mob-dev-edmonton .extecsive-card{
    min-height:280px
}
section.wrapper.nft-new.soulbound-wr .welcome-area{
    background:url(../images/soulbound/banner.png) 0 0/cover #03032b
}
section.wrapper.nft-new.soulbound-wr .marketplace-img img{
    width:75%
}
section.wrapper.soulbound-wr .nft-ser-in .why-box::after{
    background:#fff;
    border:none
}
section.wrapper.soulbound-wr .nft-ser-in .why-box{
    min-height:400px
}
.soulbound-wr .nft-ser-in .why-b-icon img{
    width:70px
}
.new-wrap.hire-reactjs-devindia-wrap .infographic-vector,.soulbound-wr .soulbound-moc-img{
    width:80%
}
.soulbound-wr img.what-happens-vector{
    width:90%
}
.soulbound-wr .how-tokens-work{
    width:85%
}
.new-wrap.healthcare-soft-dev-wrap .ad-content,.new-wrap.top-mob-dev-california .cta-ad-content,.new-wrap.top-mob-dev-california .extecsive-card{
    min-height:330px;
    box-shadow:none
}
.new-wrap.hire-flutter-devindia-wrap .ad-content.sf-card,.new-wrap.nodejs-dev-company-warp .ad-content,.new-wrap.top-mob-dev-Buffalo .cta-ad-content,.new-wrap.top-mob-dev-Buffalo .extecsive-card,.new-wrap.top-mob-dev-bakersfield .cta-ad-content,.new-wrap.top-mob-dev-bakersfield .extecsive-card,.new-wrap.uiux-design-dev-wrap .ad-content{
    box-shadow:none;
    min-height:275px
}
.new-wrap.flutter-devindia-wrap .cta-form .field,.new-wrap.hire-flutter-devindia-wrap .cta-form .field,.new-wrap.hire-ios-developers .hero-form .flex-card .field .control .input,.new-wrap.hire-ios-developers .hero-form .flex-card .field .control textarea,.new-wrap.hire-ios-developers .hero-form select,.new-wrap.hire-reactjs-devindia-wrap .cta-form .field,.new-wrap.hire-reactnative-devindia-wrap .cta-form .field,.wrapper.white-label-wrap .hero-form .flex-card .field .control .input,.wrapper.white-label-wrap .hero-form .flex-card .field .control select,.wrapper.white-label-wrap .hero-form .flex-card .field .control textarea{
    margin-bottom:1rem!important
}
.new-wrap.hire-flutter-devindia-wrap .sec-position{
    margin:0;
    min-height:90px
}
.new-wrap.hire-flutter-devindia-wrap .number-sec,.new-wrap.hire-reactjs-devindia-wrap .number-sec{
    position:relative;
    width:100%
}
.new-wrap.hire-flutter-devindia-wrap .number-sec img,.new-wrap.hire-reactjs-devindia-wrap .number-sec img{
    width:90px;
    padding:15px 10px 15px 50px;
    background-color:#03032b;
    position:absolute;
    top:30px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px
}
.new-wrap.hire-flutter-devindia-wrap .ml-number,.new-wrap.hire-reactjs-devindia-wrap .ml-number{
    margin-left:90px
}
.disp-ebook,.new-wrap.hire-flutter-devindia-wrap .side-heading{
    display:flex;
    justify-content:center;
    flex-direction:column
}
.new-wrap.hire-flutter-devindia-wrap .benefits-sec .border-key::before,.new-wrap.hire-reactjs-devindia-wrap .benefits-sec .border-key::before,.new-wrap.hire-reactnative-devindia-wrap .benefits-sec .border-key::before{
    height:635px
}
.new-wrap.flutter-devindia-wrap .ds-card img,.new-wrap.flutter-devindia-wrap .sf-card img,.new-wrap.fullstack-dev-wrap .s-card img,.new-wrap.hire-flutter-devindia-wrap .ds-card img,.new-wrap.hire-flutter-devindia-wrap .sf-card img,.new-wrap.hire-reactjs-devindia-wrap .ds-card img,.new-wrap.hire-reactjs-devindia-wrap .sf-card img,.new-wrap.hire-reactnative-devindia-wrap .ds-card img,.new-wrap.hire-reactnative-devindia-wrap .sf-card img,.nft-new.white-label-nft-wrap .nft-ser-in .why-b-icon img,.wrapper.nft-marketplace-dev .process-card img{
    width:65px
}
.new-wrap.flutter-devindia-wrap .wh-work-box h3,.new-wrap.hire-flutter-devindia-wrap .wh-work-box h3,.new-wrap.hire-reactjs-devindia-wrap .wh-work-box h3,.new-wrap.hire-reactnative-devindia-wrap .wh-work-box h3{
    font-size:18px;
    line-height:24px;
    margin-bottom:10px
}
.new-wrap.flutter-devindia-wrap .perk-con p,.new-wrap.hire-flutter-devindia-wrap .perk-con p,.new-wrap.hire-reactjs-devindia-wrap .perk-con p,.new-wrap.hire-reactnative-devindia-wrap .perk-con p{
    font-size:18px;
    line-height:27px;
    margin-bottom:15px;
    color:#333;
    padding-right:40px
}
.new-wrap.flutter-devindia-wrap .benefits-sec .border-key-1::before,.new-wrap.flutter-devindia-wrap .benefits-sec .border-key::before,.new-wrap.hire-flutter-devindia-wrap .benefits-sec .border-key-1::before,.new-wrap.hire-flutter-devindia-wrap .benefits-sec .border-key::before,.new-wrap.hire-reactjs-devindia-wrap .benefits-sec .border-key-1::before,.new-wrap.hire-reactjs-devindia-wrap .benefits-sec .border-key::before,.new-wrap.hire-reactnative-devindia-wrap .benefits-sec .border-key-1::before,.new-wrap.hire-reactnative-devindia-wrap .benefits-sec .border-key::before{
    background:#00000020
}
.new-wrap.hire-flutter-devindia-wrap .skill-card,.new-wrap.hire-reactjs-devindia-wrap .skill-card{
    background-color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    height:80px;
    padding:10px;
    margin:15px 0;
    border-radius:5px
}
.new-wrap.hire-flutter-devindia-wrap .skill-icon,.new-wrap.hire-reactjs-devindia-wrap .skill-icon{
    width:50px;
    margin-right:10px
}
.new-wrap.hire-flutter-devindia-wrap .skill-card span,.new-wrap.hire-reactjs-devindia-wrap .skill-card span{
    font-size:20px;
    color:#464646;
    text-decoration:none
}
.new-wrap.flutter-devindia-wrap .hiring-model-box,.new-wrap.hire-flutter-devindia-wrap .hiring-model-box,.new-wrap.hire-reactjs-devindia-wrap .hiring-model-box,.new-wrap.hire-reactnative-devindia-wrap .hiring-model-box,.nft-new .hiring-model-box{
    padding:30px;
    background-color:#fff;
    border-radius:20px;
    margin-bottom:30px;
    width:95%;
    box-shadow:rgb(235 238 241) 0 17px 40px 0
}
.new-wrap.flutter-devindia-wrap .hiring-model-box.hm-box-c1,.new-wrap.hire-flutter-devindia-wrap .hiring-model-box.hm-box-c1,.new-wrap.hire-reactjs-devindia-wrap .hiring-model-box.hm-box-c1,.new-wrap.hire-reactnative-devindia-wrap .hiring-model-box.hm-box-c1,.nft-new .hiring-model-box.hm-box-c1{
    border-top:5px solid #28a8e0
}
.new-wrap.flutter-devindia-wrap .hiring-model-box.hm-box-c2,.new-wrap.hire-flutter-devindia-wrap .hiring-model-box.hm-box-c2,.new-wrap.hire-reactjs-devindia-wrap .hiring-model-box.hm-box-c2,.new-wrap.hire-reactnative-devindia-wrap .hiring-model-box.hm-box-c2,.nft-new .hiring-model-box.hm-box-c2{
    border-top:5px solid #8a64b1
}
.new-wrap.flutter-devindia-wrap .hm-divider1,.new-wrap.hire-flutter-devindia-wrap .hm-divider1,.new-wrap.hire-reactjs-devindia-wrap .hm-divider1,.new-wrap.hire-reactnative-devindia-wrap .hm-divider1,.nft-new .hm-divider1{
    border-bottom:2px dashed #bee5f6;
    margin:20px 0
}
.new-wrap.flutter-devindia-wrap .hm-divider2,.new-wrap.hire-flutter-devindia-wrap .hm-divider2,.new-wrap.hire-reactjs-devindia-wrap .hm-divider2,.new-wrap.hire-reactnative-devindia-wrap .hm-divider2,.nft-new .hm-divider2{
    border-bottom:2px dashed #dcd0e7;
    margin:20px 0
}
.new-wrap.flutter-devindia-wrap .hm-divider3,.new-wrap.hire-flutter-devindia-wrap .hm-divider3,.new-wrap.hire-reactjs-devindia-wrap .hm-divider3,.new-wrap.hire-reactnative-devindia-wrap .hm-divider3,.nft-new .hm-divider3{
    border-bottom:2px dashed #ccc;
    margin-bottom:20px
}
.new-wrap.flutter-devindia-wrap .hm-data,.new-wrap.hire-flutter-devindia-wrap .hm-data,.new-wrap.hire-reactjs-devindia-wrap .hm-data,.new-wrap.hire-reactnative-devindia-wrap .hm-data,.nft-new .hm-data{
    border-radius:10px;
    padding:10px;
    min-height:100px;
    margin:0
}
.new-wrap.flutter-devindia-wrap .hm-data.hmc1,.new-wrap.hire-flutter-devindia-wrap .hm-data.hmc1,.new-wrap.hire-reactjs-devindia-wrap .hm-data.hmc1,.new-wrap.hire-reactnative-devindia-wrap .hm-data.hmc1,.nft-new .hm-data.hmc1{
    background-color:#eafdff
}
.new-wrap.flutter-devindia-wrap .hm-data.hmc2,.new-wrap.hire-flutter-devindia-wrap .hm-data.hmc2,.new-wrap.hire-reactjs-devindia-wrap .hm-data.hmc2,.new-wrap.hire-reactnative-devindia-wrap .hm-data.hmc2,.nft-new .hm-data.hmc2{
    background-color:#f6edfc
}
.new-wrap.flutter-devindia-wrap .hm-data .hm-cen,.new-wrap.hire-flutter-devindia-wrap .hm-data .hm-cen,.new-wrap.hire-reactjs-devindia-wrap .hm-data .hm-cen,.new-wrap.hire-reactnative-devindia-wrap .hm-data .hm-cen,.nft-new .hm-data .hm-cen{
    display:flex;
    flex-direction:column;
    justify-content:center
}
.new-wrap.hire-flutter-devindia-wrap .hm-data h4,.nft-new .hm-data h4,.nft-new .hm-data strong{
    font-family:Conv_Brandon_reg;
    font-size:22px;
    letter-spacing:.7px
}
.new-wrap.flutter-devindia-wrap .hiring-model-box img,.new-wrap.hire-flutter-devindia-wrap .hiring-model-box img,.new-wrap.hire-reactjs-devindia-wrap .hiring-model-box img,.new-wrap.hire-reactnative-devindia-wrap .hiring-model-box img,.nft-new .hiring-model-box img{
    width:60px;
    margin-bottom:15px
}
.new-wrap.flutter-devindia-wrap .hiring-model-box h4,.new-wrap.hire-flutter-devindia-wrap .hiring-model-box h3,.new-wrap.hire-reactjs-devindia-wrap .hiring-model-box h4,.new-wrap.hire-reactnative-devindia-wrap .hiring-model-box h4{
    font-family:Conv_GothamRounded-Book;
    font-weight:900;
    font-size:25px
}
.new-wrap.hire-flutter-devindia-wrap .our-engagement-mod,.new-wrap.hire-reactjs-devindia-wrap .our-engagement-mod{
    padding:25px;
    background-color:#fff;
    min-height:330px
}
.new-wrap.hire-flutter-devindia-wrap .our-engagement-mod img,.new-wrap.hire-reactjs-devindia-wrap .our-engagement-mod img{
    width:60px;
    margin-bottom:5px
}
.new-wrap.best-seo-service-chennai-wrap .our-exp,.new-wrap.flutter-devindia-wrap .our-exp,.new-wrap.hire-flutter-devindia-wrap .our-exp,.new-wrap.hire-reactjs-devindia-wrap .our-exp,.new-wrap.hire-reactnative-devindia-wrap .our-exp{
    display:flex;
    width:100%;
    padding:20px;
    border-radius:5px
}
.new-wrap.flutter-devindia-wrap .our-exp-card,.new-wrap.hire-flutter-devindia-wrap .our-exp-card,.new-wrap.hire-reactjs-devindia-wrap .our-exp-card,.new-wrap.hire-reactnative-devindia-wrap .our-exp-card{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start
}
.new-wrap.flutter-devindia-wrap .our-exp-card:last-child,.new-wrap.hire-flutter-devindia-wrap .our-exp-card:last-child,.new-wrap.hire-reactjs-devindia-wrap .our-exp-card:last-child,.new-wrap.hire-reactnative-devindia-wrap .our-exp-card:last-child{
    border-right:none
}
.new-wrap.flutter-devindia-wrap .our-exp-card h4,.new-wrap.hire-flutter-devindia-wrap .our-exp-card h4,.new-wrap.hire-reactjs-devindia-wrap .our-exp-card h4,.new-wrap.hire-reactnative-devindia-wrap .our-exp-card h4{
    font-size:30px;
    font-family:Conv_GothamRounded-Book;
    color:#333!important;
    margin-bottom:10px
}
.new-wrap.flutter-devindia-wrap .our-exp-card p,.new-wrap.hire-flutter-devindia-wrap .our-exp-card p,.new-wrap.hire-reactjs-devindia-wrap .our-exp-card p,.new-wrap.hire-reactnative-devindia-wrap .our-exp-card p{
    line-height:25px;
    font-size:20px;
    text-align:left;
    color:#333;
    font-family:Conv_Brandon_reg
}
.new-wrap.hire-flutter-devindia-wrap .tb-box1::after,.new-wrap.hire-reactjs-devindia-wrap .tb-box1::after{
    content:"";
    position:absolute;
    height:100px;
    width:100%;
    z-index:-1;
    left:180px;
    background:url(../images/hire-flutter-dev-india/dotted-line1.svg) no-repeat!important;
    top:35px
}
.new-wrap.hire-flutter-devindia-wrap .tb-box2::after,.new-wrap.hire-reactjs-devindia-wrap .tb-box2::after{
    content:"";
    position:absolute;
    height:100px;
    width:100%;
    z-index:-1;
    left:180px;
    background:url(../images/hire-flutter-dev-india/dotted-line2.svg) no-repeat!important;
    top:80px
}
.new-wrap.hire-flutter-devindia-wrap .pricing-box,.new-wrap.hire-reactjs-devindia-wrap .pricing-box{
    background:#fff;
    padding:30px 15px;
    border-top:5px solid #d9adf7;
    border-radius:5px;
    margin-bottom:35px;
    box-shadow:rgb(225 233 239) 0 17px 40px 0;
    min-height:560px
}
.new-wrap.hire-flutter-devindia-wrap ul.price-ul li,.new-wrap.hire-reactjs-devindia-wrap ul.price-ul li,.nft-new.crypto-exch-dev-wrap ul.model-ul li{
    list-style-type:none;
    font-size:18px;
    margin-bottom:15px;
    padding-left:24px;
    background:url(../images/hire-flutter-dev-india/pricing-list-b.svg) 0 10px/16px no-repeat;
    line-height:30px
}
.new-wrap.hire-reactjs-devindia-wrap ul.qn-list li,.new-wrap.hire-reactjs-devindia-wrap ul.skill-list li{
    padding-left:20px;
    background:url(../images/list-skill.svg) 0 10px/8px no-repeat;
    padding-top:5px;
    padding-bottom:5px;
    list-style-type:none;
    margin-bottom:5px;
    font-size:18px
}
.new-wrap.hire-flutter-devindia-wrap .pricing-box .price-det,.new-wrap.hire-reactjs-devindia-wrap .pricing-box .price-det{
    min-height:200px;
    margin-bottom:15px
}
.new-wrap.hire-flutter-devindia-wrap .pricing-box .price-det .valid-price,.new-wrap.hire-reactjs-devindia-wrap .pricing-box .price-det .valid-price{
    font-family:Conv_Brandon_reg;
    color:#05002c;
    font-weight:900;
    font-size:35px;
    line-height:35px;
    margin-bottom:20px
}
.new-wrap.hire-flutter-devindia-wrap .pricing-box .price-det .valid-price>sup,.new-wrap.hire-reactjs-devindia-wrap .pricing-box .price-det .valid-price>sup{
    position:relative;
    top:-8px;
    font-size:22px;
    margin-right:4px;
    color:#3e3e3e
}
.new-wrap.hire-flutter-devindia-wrap .pricing-box .price-det .valid-price>span,.new-wrap.hire-reactjs-devindia-wrap .pricing-box .price-det .valid-price>span{
    font-family:Conv_Brandon_reg;
    font-weight:900;
    font-size:20px;
    color:#3e3e3e
}
.new-wrap.hire-flutter-devindia-wrap .pricing-box .price-det h3,.new-wrap.hire-reactjs-devindia-wrap .pricing-box .price-det h3{
    font-family:Conv_GothamRounded-Book;
    font-size:24px;
    color:#3e3e3e;
    margin-bottom:10px
}
.new-wrap.flutter-devindia-wrap .cta-section p,.new-wrap.hire-flutter-devindia-wrap .cta-section p,.new-wrap.hire-reactjs-devindia-wrap .cta-section p,.new-wrap.hire-reactnative-devindia-wrap .cta-section p{
    color:#dddde1
}
.new-wrap.flutter-devindia-wrap .cta-section h3,.new-wrap.hire-flutter-devindia-wrap .cta-section h3,.new-wrap.hire-reactjs-devindia-wrap .cta-section h3,.new-wrap.hire-reactnative-devindia-wrap .cta-section h3{
    color:#fff;
    font-size:30px;
    line-height:35px;
    margin-bottom:20px
}
.new-wrap.flutter-devindia-wrap .cta-form,.new-wrap.hire-flutter-devindia-wrap .cta-form,.new-wrap.hire-reactjs-devindia-wrap .cta-form,.new-wrap.hire-reactnative-devindia-wrap .cta-form{
    width:80%;
    min-height:100px
}
.new-wrap.flutter-devindia-wrap .cta-form .field .control .input,.new-wrap.hire-flutter-devindia-wrap .cta-form .field .control .input,.new-wrap.hire-reactjs-devindia-wrap .cta-form .field .control .input,.new-wrap.hire-reactnative-devindia-wrap .cta-form .field .control .input{
    font-size:15px;
    padding-left:45px;
    height:45px;
    width:100%;
    background-color:#fff;
    position:relative;
    border-radius:4px;
    color:#363636;
    border:1px solid #dee2e6
}
.new-wrap.flutter-devindia-wrap .cta-form .field .control,.new-wrap.hire-flutter-devindia-wrap .cta-form .field .control,.new-wrap.hire-reactjs-devindia-wrap .cta-form .field .control,.new-wrap.hire-reactnative-devindia-wrap .cta-form .field .control{
    font-size:1.3rem
}
.new-wrap.flutter-devindia-wrap .cta-form .field .form_errors,.new-wrap.hire-flutter-devindia-wrap .cta-form .field .form_errors,.new-wrap.hire-reactjs-devindia-wrap .cta-form .field .form_errors,.new-wrap.hire-reactnative-devindia-wrap .cta-form .field .form_errors{
    font-size:12px;
    color:#f10;
    margin:0
}
.new-wrap.flutter-devindia-wrap .cta-btn-curve-bg,.new-wrap.hire-flutter-devindia-wrap .cta-btn-curve-bg,.new-wrap.hire-reactjs-devindia-wrap .cta-btn-curve-bg,.new-wrap.hire-reactnative-devindia-wrap .cta-btn-curve-bg{
    font-family:Conv_Brandon_reg;
    display:inline-block;
    color:#fff;
    font-size:18px;
    background:#28a8e0;
    padding:10px 35px;
    border:1px solid #28a8e0;
    border-radius:100px;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    margin-right:15px
}
.new-wrap.flutter-devindia-wrap .cta-section,.new-wrap.hire-flutter-devindia-wrap .cta-section,.new-wrap.hire-reactjs-devindia-wrap .cta-section,.new-wrap.hire-reactnative-devindia-wrap .cta-section{
    background:url(../images/logo-icon-o2.png) left top/22% no-repeat #03032b
}
.new-wrap.flutter-devindia-wrap .trial-period-card,.new-wrap.hire-flutter-devindia-wrap .trial-period-card,.new-wrap.hire-reactjs-devindia-wrap .trial-period-card,.new-wrap.hire-reactnative-devindia-wrap .trial-period-card{
    margin-bottom:30px;
    position:relative
}
.new-wrap.flutter-devindia-wrap .trial-period-card img,.new-wrap.hire-flutter-devindia-wrap .trial-period-card img,.new-wrap.hire-reactjs-devindia-wrap .trial-period-card img,.new-wrap.hire-reactnative-devindia-wrap .trial-period-card img{
    position:inherit;
    z-index:1;
    width:75px
}
.new-wrap.flutter-devindia-wrap .trial-period-card span,.new-wrap.hire-flutter-devindia-wrap .trial-period-card span,.new-wrap.hire-reactjs-devindia-wrap .trial-period-card span,.new-wrap.hire-reactnative-devindia-wrap .trial-period-card span{
    position:absolute;
    z-index:0;
    font-family:Conv_GothamRounded-Book;
    top:-37px;
    left:-23px;
    padding:10px 15px;
    width:50px;
    height:70px;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.2s ease-in-out;
    font-weight:600;
    font-size:27px;
    color:#05002c12
}
.new-wrap.hire-flutter-devindia-wrap .merits-card,.new-wrap.hire-react-native-devindia-wrap .cta-ad-content,.new-wrap.hire-reactjs-devindia-wrap .merits-card{
    min-height:295px
}
.new-wrap.flutter-devindia-wrap .defi-ins-wr strong,.new-wrap.hire-flutter-devindia-wrap .defi-ins-wr strong,.new-wrap.hire-reactjs-devindia-wrap .defi-ins-wr strong,.new-wrap.hire-reactnative-devindia-wrap .defi-ins-wr strong{
    color:#dddde1;
    font-size:16px;
    font-weight:500;
    display:block;
    text-align:center
}
.new-wrap.flutter-devindia-wrap .sub-title,.new-wrap.hire-flutter-devindia-wrap .sub-title,.new-wrap.hire-reactjs-devindia-wrap .sub-title,.new-wrap.hire-reactnative-devindia-wrap .sub-title{
    font-family:Conv_GothamRoundedMedium_21022!important;
    font-weight:700!important;
    font-size:14px!important;
    color:#212529;
    line-height:30px;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:14px;
    padding-left:70px;
    position:relative
}
.new-wrap.fullstack-dev-wrap .tech-card img{
    width:95px;
    height:70px;
    margin-bottom:25px
}
.new-wrap.fullstack-dev-wrap .s-card,.new-wrap.hire-reactnative-devindia-wrap.react-native-dev-india-wrap .ad-content.sf-card{
    box-shadow:none;
    min-height:330px
}
.new-wrap.hire-reactjs-devindia-wrap .sec-position{
    margin:0;
    min-height:90px;
    position:relative
}
.new-wrap.hire-reactjs-devindia-wrap .side-heading{
    display:flex;
    justify-content:center;
    flex-direction:column;
    position:absolute;
    top:30px
}
.new-wrap.hire-reactjs-devindia-wrap .ad-content.ds-card{
    -webkit-box-shadow:none;
    box-shadow:none;
    min-height:285px
}
.new-wrap.hire-reactjs-devindia-wrap .ad-content.sf-card{
    box-shadow:none;
    min-height:400px
}
.new-wrap.flutter-devindia-wrap .hm-data h5,.new-wrap.hire-reactjs-devindia-wrap .hm-data h5,.new-wrap.hire-reactnative-devindia-wrap .hm-data h5{
    font-family:Conv_Brandon_reg;
    font-size:22px;
    letter-spacing:.7px;
    font-weight:700
}
.new-wrap.hire-reactjs-devindia-wrap .rse-card h4{
    font-size:24px;
    color:#05002c;
    margin-bottom:20px;
    font-family:Conv_GothamRounded-Book;
    font-weight:600
}
.new-wrap.hire-reactjs-devindia-wrap .rse-card{
    padding:30px;
    min-height:350px
}
.new-wrap.hire-reactjs-devindia-wrap .rse-card-br{
    border-right:1px solid #eee
}
.new-wrap.hire-reactjs-devindia-wrap .testi-card,.new-wrap.software-dev-company-canada-wrap .testi-card{
    cursor:pointer;
    background-color:#fff;
    border-radius:5px;
    box-shadow:0 0 1px rgb(0 0 0 / 10%),0 2px 12px rgb(0 0 0 / 5%);
    padding:30px;
    height:auto;
    margin:20px 0
}
.new-wrap.hire-reactjs-devindia-wrap .start-list,.new-wrap.software-dev-company-canada-wrap .start-list{
    list-style:none;
    padding:0;
    font-size:24px;
    height:30px;
    cursor:pointer;
    display:flex
}
.new-wrap.hire-reactjs-devindia-wrap .start-list li,.new-wrap.software-dev-company-canada-wrap .start-list li{
    margin-right:5px;
    margin-bottom:0
}
.new-wrap.hire-reactjs-devindia-wrap .star-icn,.new-wrap.software-dev-company-canada-wrap .star-icn{
    color:#f0ad4e;
    width:20px
}
.new-wrap.hire-reactjs-devindia-wrap .funnel-section-card{
    background-color:#fff;
    padding:20px;
    min-height:175px;
    margin-bottom:20px;
    border-radius:5px;
    box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%);
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column
}
.new-wrap.hire-reactjs-devindia-wrap .funnel-section-card h4{
    text-align:center;
    font-size:20px
}
.new-wrap.hire-reactjs-devindia-wrap .iq-box .card{
    margin:10px 0;
    border:1px solid rgba(0,0,0,.125);
    -webkit-box-shadow:0 0 1px rgb(0 0 0 / 10%),0 2px 12px rgb(0 0 0 / 5%);
    box-shadow:0 0 1px rgb(0 0 0 / 10%),0 2px 12px rgb(0 0 0 / 5%);
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    min-width:0;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:border-box;
    border-radius:.25rem
}
.new-wrap.hire-reactjs-devindia-wrap .iq-box .card-header{
    padding:8px 0;
    margin-bottom:0;
    border-bottom:1px solid rgba(0,0,0,.125);
    background:0;
    border:0
}
.new-wrap.hire-reactjs-devindia-wrap .iq-box .card-header:first-child{
    border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.new-wrap.hire-reactjs-devindia-wrap .iq-box .btn.btn-link{
    text-align:left;
    overflow:hidden;
    font-size:18px;
    color:#000;
    font-weight:700;
    width:100%;
    position:relative;
    padding-right:75px;
    text-decoration:none
}
.new-wrap.hire-reactjs-devindia-wrap .qn-arrow{
    position:absolute;
    right:15px;
    width:15px;
    background:url(../images/hire-react-dev-india/qn-minus-blue.svg) center/13px no-repeat;
    height:100%;
    top:0;
    bottom:0
}
.new-wrap.hire-reactjs-devindia-wrap .btn-link.collapsed .qn-arrow{
    background:url(../images/hire-react-dev-india/qn-plus-blue.svg) center/13px no-repeat
}
.new-wrap.hire-reactjs-devindia-wrap .qn-box{
    margin-top:70px
}
.new-wrap.hire-reactjs-devindia-wrap .iblock-pad{
    padding-top:60px;
    padding-bottom:60px
}
.new-wrap.flutter-devindia-wrap .techmain-row,.new-wrap.hire-reactnative-devindia-wrap .techmain-row,.new-wrap.ruby-on-rails-dev-wrap .techmain-row,.new-wrap.software-dev-company-canada-wrap .techmain-row,.nft-new .techmain-row{
    justify-content:flex-start;
    align-items:flex-start;
    padding:20px 0
}
.new-wrap.flutter-devindia-wrap .tech-stack-color,.new-wrap.hire-reactnative-devindia-wrap .tech-stack-color,.new-wrap.ruby-on-rails-dev-wrap .tech-stack-color,.new-wrap.software-dev-company-canada-wrap .tech-stack-color,.nft-new .tech-stack-color{
    background-color:#fff;
    min-height:190px;
    padding:10px 5px;
    border-radius:10px;
    margin-bottom:30px
}
.new-wrap.flutter-devindia-wrap .techmain-row h4,.new-wrap.hire-reactnative-devindia-wrap .techmain-row h4,.new-wrap.ruby-on-rails-dev-wrap .techmain-row h4,.new-wrap.software-dev-company-canada-wrap .techmain-row h4,.nft-new .techmain-row h4{
    font-size:20px;
    font-weight:400;
    margin-bottom:10px;
    text-align:center
}
.new-wrap.hire-reactnative-devindia-wrap .ad-content.sf-card{
    box-shadow:none;
    min-height:280px
}
.new-wrap.hire-reactnative-devindia-wrap .ad-content.ds-card{
    -webkit-box-shadow:none;
    box-shadow:none;
    min-height:340px
}
.new-wrap.hire-reactnative-devindia-wrap .cs-card{
    min-height:375px
}
.new-wrap.flutter-devindia-wrap .advanced-card,.new-wrap.hire-reactnative-devindia-wrap .advanced-card{
    min-height:300px;
    -webkit-box-shadow:none;
    box-shadow:none
}
.new-wrap.flutter-devindia-wrap .ad-content.sf-card{
    box-shadow:none;
    min-height:340px
}
.new-wrap.flutter-devindia-wrap .ad-content.ds-card{
    -webkit-box-shadow:none;
    box-shadow:none;
    min-height:330px
}
.new-wrap.flutter-devindia-wrap .m-card{
    min-height:415px
}
.new-wrap .cont-section .sub-title,.wrapper .cta-ad-content h3,.wrapper.white-label-wrap .why-box:hover h3,section.wrapper.nft-new.crypto-exch-dev-wrap .cta-box .why-b-con h3{
    color:#fff!important
}
.new-wrap.hire-react-native-devindia-wrap .ad-content.ds-card,.new-wrap.hire-react-native-devindia-wrap .ad-content.sf-card{
    min-height:325px
}
.new-wrap.hire-react-native-devindia-wrap .benefits-sec .border-key-1::before{
    top:63%
}
.new-wrap.hire-react-native-devindia-wrap .benefits-sec .border-key::before{
    height:75vh
}
.nft-new .blog-card{
    border-radius:15px;
    box-shadow:0 10px 30px #5061691a;
    margin:30px auto;
    width:375px;
    display:flex;
    flex-direction:column;
    justify-content:space-evenly;
    position:relative
}
.nft-new .nft-info,.nft-new .nft-info-res{
    font-family:Conv_GothamRoundedMedium_21022;
    margin-top:20px;
    background:#fff;
    border-radius:15px;
    padding:20px
}
.nft-new .blog-content{
    background-color:#fff;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    width:100%;
    padding:20px;
    position:absolute;
    bottom:12px;
    z-index:2
}
.nft-new .blog-content h4{
    font-size:18px;
    line-height:30px;
    min-height:95px
}
.nft-new .nft-info{
    display:inline-block;
    border:2px dashed #ededed
}
.nft-new .nft-info-res>span,.nft-new .nft-info>span,.nft-new.crypto-exch-dev-wrap .crypto-info>span{
    font-family:Conv_GothamRoundedMedium_21022;
    font-size:20px;
    font-weight:700;
    letter-spacing:1.5px;
    background:-webkit-linear-gradient(60deg,#9050da,#f558ff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent
}
.nft-new .nft-info-res{
    text-align:center;
    line-height:35px;
    display:block;
    border:2px dashed #ededed
}
.nft-new .hiring-model-box h3,.nft-new .hiring-model-box strong{
    font-family:Conv_GothamRounded-Book;
    font-weight:900;
    font-size:22px
}
section.wrapper.nft-new .blockchain-wr.cont-section{
    min-height:auto
}
.nft-new .bchain-box{
    background-color:#f7fafc;
    border-radius:15px
}
.nft-new .bchain-card{
    padding:20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    transition:.2s ease-in-out
}
.nft-new .bchain-card>img,.wrapper .bchain-card>img{
    width:65px;
    margin-bottom:15px
}
.new-wrap.ruby-on-rails-dev-wrap .techbg,.new-wrap.software-dev-company-canada-wrap .techbg,.nft-new .techbg{
    padding:40px 20px;
    border-radius:10px;
    margin-bottom:30px
}
.nft-new .trial-period-card img{
    z-index:1;
    width:50px
}
.nft-new .trial-period-card h3,.nft-new .trial-period-card h4,.nft-new.crypto-exch-dev-wrap .trial-period-card h3{
    font-family:Conv_GothamRounded-Book;
    margin:10px 0;
    font-size:20px;
    color:#05002c;
    font-weight:600;
    line-height:30px
}
.nft-new .how-do-sec .market-pla-out{
    background:no-repeat padding-box #ffffff85;
    border-radius:15px;
    box-shadow:none;
    height:75px;
    min-height:75px
}
.nft-new .how-do-sec .market-pla-num{
    color:#05002c26
}
.nft-new .market-pla-out.defi-sec .market-pla-p strong{
    font-size:18px;
    color:#05002c;
    font-weight:500;
    display:block
}
.new-wrap.software-dev-company-canada-wrap .process-box,.new-wrap.startup-partner-wrap .process-box,.nft-new .process-box{
    background-color:#f4f7f9;
    padding:30px;
    border-radius:20px
}
.new-wrap.software-dev-company-canada-wrap .process-box .process-flow-card,.new-wrap.startup-partner-wrap .process-box .process-flow-card,.nft-new .process-box .process-flow-card{
    padding-left:50px;
    margin-bottom:50px;
    position:relative;
    background-color:inherit;
    width:100%
}
.new-wrap.software-dev-company-canada-wrap .process-box .process-flow-card .content h4,.new-wrap.startup-partner-wrap .process-box .process-flow-card .content h4,.nft-new .process-box .process-flow-card .content h3,.nft-new .process-box .process-flow-card .content h4{
    font-size:20px;
    margin:10px 0
}
.new-wrap.blockchain-dev-ser-wrap .process-box span.span-line,.new-wrap.software-dev-company-canada-wrap .process-box span.span-line,.new-wrap.startup-partner-wrap .process-box span.span-line,.nft-new .process-box span.span-line{
    position:absolute;
    width:2px;
    background-color:#dce8f1;
    top:45px;
    bottom:30px;
    left:60px
}
.nft-new .process-box.icn .process-flow-card.workflow-icn1::before{
    content:"";
    background:url(../images/nft-new/p-asset_tokenisation.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.nft-new .process-box.icn .process-flow-card.workflow-icn2::before{
    content:"";
    background:url(../images/nft-new/p-permissions_roles.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.nft-new .process-box.icn .process-flow-card.workflow-icn3::before{
    content:"";
    background:url(../images/nft-new/p-workflow.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.nft-new .process-box.icn .process-flow-card.workflow-icn4::before{
    content:"";
    background:url(../images/nft-new/p-smart_contract.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.nft-new .process-box.icn .process-flow-card.workflow-icn5::before{
    content:"";
    background:url(../images/nft-new/p-token_integration.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.nft-new .process-box.icn .process-flow-card.workflow-icn6::before{
    content:"";
    background:url(../images/nft-new/p-quality_assurance.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.nft-new .process-box.icn .process-flow-card.workflow-icn7::before{
    content:"";
    background:url(../images/nft-new/p-launch.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.nft-new .process-box.icn .process-flow-card.workflow-icn8::before{
    content:"";
    background:url(../images/nft-new/p-nft-wallet.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
section.wrapper.nft-new .action-wr.cont-section{
    min-height:570px
}
.nft-new .nfer-img img{
    width:50px;
    margin-bottom:10px
}
.mail-icon::after{
    background:url(https://res.cloudinary.com/dd4rnu9sf/image/upload/v1658820761/pyramidions/mail_fumsth.svg) 0 0/cover no-repeat
}
.call-icon::after{
    background:url(https://res.cloudinary.com/dd4rnu9sf/image/upload/v1658820812/pyramidions/telephone_ggxopt.svg) 0 0/cover no-repeat
}
.loc-icon::after{
    background:url(https://res.cloudinary.com/dd4rnu9sf/image/upload/v1658820848/pyramidions/placeholder_q1rwsq.svg) 0 0/cover no-repeat
}
.fsm-icons .f-icn{
    background:url(https://res.cloudinary.com/dd4rnu9sf/image/upload/v1658820979/pyramidions/facebook-circular-logo_ttue7f.png) 0 0/cover no-repeat
}
.fsm-icons .i-icn{
    background:url(https://res.cloudinary.com/dd4rnu9sf/image/upload/v1658821024/pyramidions/instagram_y5rgks.png) 0 0/cover no-repeat
}
.fsm-icons .l-icn{
    background:url(https://res.cloudinary.com/dd4rnu9sf/image/upload/v1658821059/pyramidions/linkedin-logo_wvf7yk.png) 0 0/cover no-repeat
}
.fsm-icons .d-icn{
    background:url(https://res.cloudinary.com/dd4rnu9sf/image/upload/v1658821134/pyramidions/dribbble-icon_ozfmwc.svg) 0 0/cover no-repeat
}
.fsm-icons a:hover .f-icn{
    background:url(https://res.cloudinary.com/dd4rnu9sf/image/upload/v1658820979/pyramidions/facebook-circular-logo-h_eecu5v.png) 0 0/cover no-repeat
}
.fsm-icons a:hover .i-icn{
    background:url(https://res.cloudinary.com/dd4rnu9sf/image/upload/v1658821024/pyramidions/instagram-h_eohwvi.png) 0 0/cover no-repeat
}
.fsm-icons a:hover .l-icn{
    background:url(https://res.cloudinary.com/dd4rnu9sf/image/upload/v1658821059/pyramidions/linkedin-logo-h_kktcfg.png) 0 0/cover no-repeat
}
.fsm-icons a:hover .d-icn{
    background:url(https://res.cloudinary.com/dd4rnu9sf/image/upload/v1658821134/pyramidions/dribbble_m1cz8c.png) 0 0/cover no-repeat
}
.new-wrap.healthcare-soft-dev-wrap .wh-work-box h4{
    font-size:16px;
    line-height:20px
}
.new-wrap.healthcare-soft-dev-wrap .tb-box1::after{
    content:"";
    position:absolute;
    top:70px;
    height:100px;
    background:url(../images/media-ent-software/icons/dotted-line-.svg) no-repeat!important;
    width:100%;
    z-index:-1;
    left:165px
}
.new-wrap.healthcare-soft-dev-wrap .tb-box2::after{
    content:"";
    position:absolute;
    top:15px;
    height:100px;
    background:url(../images/media-ent-software/icons/dotted-line.svg) no-repeat!important;
    width:100%;
    z-index:-1;
    left:180px
}
.new-wrap.healthcare-soft-dev-wrap .benefits-sec .border-key::before,.new-wrap.uiux-design-dev-wrap .benefits-sec .border-key::before{
    height:540px
}
.new-wrap.nodejs-dev-company-warp .payment-card{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    background-color:#fff;
    padding:20px;
    margin-bottom:20px;
    min-height:260px
}
.new-wrap.nodejs-dev-company-warp .payment-card h4{
    font-family:Conv_GothamRounded-Book;
    font-size:18px;
    color:#000;
    line-height:32px;
    font-weight:600;
    margin:10px 0;
    text-align:center
}
.error-404-wrap .link-section,.new-wrap.nodejs-dev-company-warp .payment-card.cta-card{
    background-color:#03032b
}
.error-404-wrap .error-card>p,.new-wrap.nodejs-dev-company-warp .payment-card.cta-card>h4{
    color:#fff;
    font-size:20px
}
.new-wrap.nodejs-dev-company-warp .benefits-sec .border-key::before{
    height:360px
}
.new-wrap.software-dev-company-canada-wrap .process-box.icn .process-flow-card.workflow-icn1::before{
    content:"";
    background:url(../images/software-development-company-canada/p-ideation.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.software-dev-company-canada-wrap .process-box.icn .process-flow-card.workflow-icn2::before{
    content:"";
    background:url(../images/software-development-company-canada/p-prototype_design.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.software-dev-company-canada-wrap .process-box.icn .process-flow-card.workflow-icn3::before{
    content:"";
    background:url(../images/software-development-company-canada/p-app_dev.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.software-dev-company-canada-wrap .process-box.icn .process-flow-card.workflow-icn4::before{
    content:"";
    background:url(../images/software-development-company-canada/p-testing.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.software-dev-company-canada-wrap .process-box.icn .process-flow-card.workflow-icn5::before{
    content:"";
    background:url(../images/software-development-company-canada/p-deployment.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.software-dev-company-canada-wrap .process-box.icn .process-flow-card.workflow-icn6::before{
    content:"";
    background:url(../images/software-development-company-canada/p-maintenance.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.software-dev-company-canada-wrap .ds-card img,.new-wrap.software-testing-company-wrap .process-card img,.wrapper.flutter-devindia-wrap .benefits-sec .benefits-card img,.wrapper.flutter-devindia-wrap .defi-ins-wr img,.wrapper.flutter-devindia-wrap .depi-ser-in .why-box img,.wrapper.flutter-devindia-wrap .ds-card img,.wrapper.flutter-devindia-wrap .why-us-section .aoacs-bimg img{
    width:60px
}
.new-wrap.software-dev-company-canada-wrap .ad-content.ds-card{
    -webkit-box-shadow:none;
    box-shadow:none;
    min-height:300px
}
.new-wrap.software-dev-company-canada-wrap .our-engagement-mod{
    padding:25px;
    background-color:#fff;
    min-height:210px
}
_::-webkit-full-page-media,_:future,:root .new-wrap .hero-form select{
    text-indent:32px
}
_::-webkit-full-page-media,_:future,:root .hero-form .flex-card .field .control .input,.hero-form .flex-card .field .control textarea,.hero-form select{
    text-indent:32px
}
.error-404-wrap .error-404-img{
    width:430px;
    min-width:255px
}
.error-404-wrap .error-container{
    background-color:#13143c;
    padding:40px;
    border-radius:20px
}
.error-404-wrap .error-card{
    border-radius:10px;
    border:1px solid #343558;
    margin:15px 0;
    padding:25px;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    height:100px;
    transition:.3s ease-in-out
}
.error-404-wrap .inner-bnr{
    overflow:hidden;
    padding:0 15%;
    background:0 0/cover #03032b;
    position:relative;
    width:100%;
    align-items:center;
    z-index:1;
    padding-bottom:40px!important;
    padding-top:140px!important;
    height:auto!important
}
.error-404-wrap .inner-bnr h1{
    color:#fff;
    font-size:27px;
    margin-bottom:20px
}
.error-404-wrap .error-card:hover{
    background-color:#28a8e0
}
.error-404-wrap .error-card>img{
    width:24px
}
.new-wrap.best-seo-service-chennai-wrap .payment-card h4,.new-wrap.laravel-dev-company-wrap .payment-card h4,.new-wrap.magento-development-company-wrap .payment-card h4,.new-wrap.python-dev-company-wrap .payment-card h4,.new-wrap.retail-software-dev-wrap .payment-card h4,.new-wrap.serverless-app-dev-wrap .payment-card h4,.new-wrap.software-testing-company-wrap .payment-card h4{
    font-family:Conv_GothamRounded-Book;
    font-size:20px;
    color:#000;
    line-height:32px;
    font-weight:500;
    margin:10px 0;
    text-align:center
}
.new-wrap.laravel-dev-company-wrap .ad-content,.new-wrap.magento-development-company-wrap .ad-content{
    min-height:280px;
    -webkit-box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%);
    box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%)
}
.new-wrap.laravel-dev-company-wrap .benefits-sec .border-key::before{
    height:375px
}
.new-wrap.laravel-dev-company-wrap .benefits-sec .border-key-1::before{
    top:62%
}
.new-wrap.laravel-dev-company-wrap .benefits-sec .benefits-card .benefits-pad,.wrapper.nft-marketplace-dev .benefits-sec .benefits-card .benefits-pad{
    padding:20px;
    margin-bottom:30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
.new-wrap.magento-development-company-wrap img.cta-img{
    position:absolute;
    width:26%;
    bottom:10px;
    right:0;
    z-index:0;
    opacity:1
}
.new-wrap.mvp-dev-company-wrap .ad-content{
    min-height:260px;
    -webkit-box-shadow:none;
    box-shadow:none
}
.new-wrap.python-dev-company-wrap .payment-card img{
    width:120px;
    margin-bottom:10px
}
.new-wrap.python-dev-company-wrap .ad-content{
    min-height:310px;
    -webkit-box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%);
    box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%)
}
.wrapper.nft-marketplace-dev .services-section .smart-services .why-box .why-b-con h3,.wrapper.smart-contract-wrap .services-section .smart-services .why-box .why-b-con h3,.wrapper.smart-contract-wrap .why-box .why-b-con h3,section.wrapper.nft-new .why-box .why-b-con h3,section.wrapper.nft-new .why-box .why-b-con strong{
    color:#05002c!important;
    font-size:20px;
    font-weight:600;
    line-height:30px;
    margin-bottom:10px
}
.white-label-wrap .nft-welcome .slid-btn .btn-curve{
    background:0 0;
    font-size:19px
}
.white-label-wrap span.sub-title{
    color:#212529;
    font-size:13px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:15px;
    padding-left:70px;
    position:relative
}
.row.white-lab-fea .btc_left_service_main_wrapper h3,.row.white-lab-fea .btc_right_service_main_wrapper h4{
    font-size:22px;
    font-weight:600
}
.new-wrap.hire-reactnative-devindia-wrap.react-native-dev-india-wrap .ad-content.ds-card{
    box-shadow:none;
    min-height:410px
}
.new-wrap.react-native-dev-india-wrap img.cta-img{
    position:absolute;
    width:34%;
    bottom:10px;
    right:0;
    z-index:0;
    opacity:1
}
.new-wrap.blockchain-dev-ser-wrap .ad-content.ds-card{
    min-height:410px
}
.new-wrap.blockchain-dev-ser-wrap .process-box.icn .process-flow-card.workflow-icn1::before{
    content:"";
    background:url(../images/block-chain-canada/develpoment-process/examine.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.blockchain-dev-ser-wrap .process-box.icn .process-flow-card.workflow-icn2::before{
    content:"";
    background:url(../images/block-chain-canada/develpoment-process/test.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.blockchain-dev-ser-wrap .process-box.icn .process-flow-card.workflow-icn3::before{
    content:"";
    background:url(../images/block-chain-canada/develpoment-process/implement.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.blockchain-dev-ser-wrap .process-box.icn .process-flow-card.workflow-icn4::before{
    content:"";
    background:url(../images/block-chain-canada/develpoment-process/connect.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.blockchain-dev-ser-wrap .process-box.icn .process-flow-card.workflow-icn5::before{
    content:"";
    background:url(../images/block-chain-canada/develpoment-process/establish.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.ruby-on-rails-dev-wrap .tech-items-img-h img{
    width:auto;
    margin-bottom:0
}
.new-wrap.ruby-on-rails-dev-wrap .benefits-sec .border-key::before{
    height:655px
}
.new-wrap.ruby-on-rails-dev-wrap .benefits-sec .border-key-1::before,.new-wrap.travel-software-dev-wrap .benefits-sec .border-key-1::before{
    top:61%
}
.new-wrap .benefits-pad h4{
    font-size:20px;
    margin-bottom:10px
}
.new-wrap.best-seo-service-chennai-wrap .payment-card,.new-wrap.serverless-app-dev-wrap .payment-card{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    background-color:#fff;
    padding:20px;
    margin-bottom:20px;
    -webkit-box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%);
    box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%)
}
.new-wrap.software-testing-company-wrap .progress-h,.nft-new .service-offer-card h3{
    margin:10px 0;
    font-size:20px;
    font-family:Conv_GothamRounded-Book;
    font-weight:600;
    text-align:center
}
.new-wrap.best-seo-service-chennai-wrap .depi-ser-in .why-box{
    min-height:420px
}
.new-wrap.serverless-app-dev-wrap .benefits-sec .border-key::before{
    height:330px
}
.new-wrap.software-testing-company-wrap .client-box.tech-card{
    padding:20px 0;
    min-height:200px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
.new-wrap.software-testing-company-wrap .wh-work-box h4{
    font-size:20px;
    line-height:24px
}
.new-wrap.software-testing-company-wrap .tb-box1::after{
    content:"";
    position:absolute;
    height:100px;
    background:url(../images/media-ent-software/icons/dotted-line-.svg) no-repeat!important;
    width:100%;
    z-index:-1;
    top:72px;
    left:300px
}
.new-wrap.software-testing-company-wrap .tb-box2::after{
    content:"";
    position:absolute;
    height:100px;
    background:url(../images/media-ent-software/icons/dotted-line.svg) no-repeat!important;
    width:100%;
    z-index:-1;
    top:10px;
    left:285px
}
.new-wrap.startup-partner-wrap .process-box.icn .process-flow-card.workflow-icn1::before{
    content:"";
    background:url(../images/startup-partner/p-idea.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.startup-partner-wrap .process-box.icn .process-flow-card.workflow-icn2::before{
    content:"";
    background:url(../images/startup-partner/p-decide.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.startup-partner-wrap .process-box.icn .process-flow-card.workflow-icn3::before{
    content:"";
    background:url(../images/startup-partner/p-uiux.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.startup-partner-wrap .process-box.icn .process-flow-card.workflow-icn4::before{
    content:"";
    background:url(../images/startup-partner/p-mvp-development.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.startup-partner-wrap .process-box.icn .process-flow-card.workflow-icn5::before{
    content:"";
    background:url(../images/startup-partner/p-full-fledged-development.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.new-wrap.startup-partner-wrap .process-box.icn .process-flow-card.workflow-icn6::before{
    content:"";
    background:url(../images/startup-partner/p-support.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.nft-new .service-offer-card{
    background-color:#fff;
    margin-bottom:30px;
    padding:20px;
    border-radius:10px;
    min-height:180px;
    box-shadow:0 10px 30px #5061691a;
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center
}
.ad-float2,.float,.float2,.float2.float-only{
    position:fixed;
    width:50px;
    left:30px;
    background-color:#25d366;
    font-size:30px;
    z-index:100
}
.float,.float2,.float2.float-only{
    border-radius:50px;
    box-shadow:2px 2px 3px #999;
    height:50px;
    text-align:center
}
.nft-new .service-offer-card h3{
    color:#05002c;
    line-height:30px
}
.my-float{
    margin-top:16px
}
.float,.float2.float-only{
    bottom:40px;
    color:#fff
}
.wrapper.nft-new.nft-marketplace-dev .blog-content,footer{
    bottom:0
}
.nft-new .glow-btn,.white-label-wrap .glow-btn,.white-label-wrap .glow-btn-white-label{
    display:inline-block;
    background:#28a8e0;
    padding:12px 35px;
    border-radius:100px;
    animation:1.5s infinite glowing;
    position:relative;
    color:#fff;
    overflow:hidden;
    cursor:pointer
}
.float2{
    bottom:120px;
    color:#fff
}
.mr20{
    margin-right:20px
}
.mb20{
    margin-bottom:20px!important
}
.nft-new.nft-nav nav.theme-nav.fixed-top.scrolled-up button.navbar-toggler .menu-icon-toggle::after,.nft-new.nft-nav nav.theme-nav.fixed-top.scrolled-up button.navbar-toggler .menu-icon-toggle::before,.nft-new.nft-nav nav.theme-nav.fixed-top.scrolled-up button.navbar-toggler a span{
    background-color:#000!important
}
@media (max-width:991px){
    .nft-new.nft-nav .scrolled-up button.navbar-toggler{
        background:#03032b;
        right:10px
    }
}
@keyframes glowing{
    0%,100%{
        background-color:#00b0de;
        box-shadow:0 0 3px #00b0de
    }
    50%{
        background-color:#28a8e0;
        box-shadow:0 0 20px #28a8e0
    }
}
.white-label-wrap .glow-btn,.white-label-wrap .glow-btn-white-label{
    font-size:18px;
    margin-bottom:15px
}
.new-wrap.woo-commerce .cta-ad-content,.new-wrap.woo-commerce .depi-ser-in .why-box{
    height:290px;
    min-height:300px
}
.new-wrap ul.defi-con li,.new-wrap ul.defi-con.why-list li{
    list-style-type:none;
    margin-left:30px;
    position:relative;
    color:#333;
    line-height:30px;
    font-size:18px;
    margin-bottom:5px
}
.new-wrap.wordpress-dev-wrap .ad-content{
    min-height:245px
}
.new-wrap.wordpress-dev-wrap .depi-ser-in .why-box{
    padding:25px;
    margin-bottom:30px;
    height:330px;
    min-height:560px;
    justify-content:start;
    align-items:baseline
}
.new-wrap.agile-dev-wrap .ad-content{
    min-height:365px
}
.new-wrap.agile-dev-wrap .depi-ser-in .why-box{
    height:300px;
    min-height:390px
}
.new-wrap.angularjs-dev-wrap .depi-ser-in .why-box{
    height:400px;
    min-height:450px
}
.new-wrap ul.defi-con li:before{
    content:"";
    width:10px;
    height:10px;
    transform:rotate(45deg);
    background-color:#28a8e0;
    position:absolute;
    left:-29px;
    top:9px
}
.new-wrap.angularjs-dev-wrap .mini-ser-card,.new-wrap.travel-software-dev-wrap .mini-ser-card{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    box-shadow:none!important;
    min-height:220px
}
.new-wrap.angularjs-dev-wrap .mini-ser-card h4,.nft-new .blog-card .blog-content h3,.wrapper.smart-contract-wrap .process-h4{
    font-size:18px;
    line-height:30px
}
.new-wrap.angularjs-dev-wrap .tech-card img{
    width:70px;
    height:70px;
    margin-bottom:15px
}
.nft-new.white-label-nft-wrap .nft-info{
    font-family:Conv_GothamRoundedMedium_21022;
    display:inline-block;
    margin-right:15px!important;
    text-align:center;
    padding:20px;
    background:#fff;
    border-radius:15px;
    border:2px dashed #ededed
}
.nft-new.white-label-nft-wrap .nft-info>span{
    font-family:Conv_GothamRoundedMedium_21022;
    font-size:20px;
    font-weight:700;
    letter-spacing:1.5px;
    background:-webkit-linear-gradient(60deg,#9050da,#f558ff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    display:flex;
    justify-content:center;
    align-items:center
}
section.wrapper.nft-new.white-label-nft-wrap .nft-features .why-box{
    background:#fff;
    border-radius:30px;
    margin-bottom:30px;
    box-shadow:0 10px 30px #5061691a;
    min-height:290px;
    display:flex;
    justify-content:flex-start;
    align-items:flex-start
}
.nft-new .trial-period-card{
    margin-bottom:30px;
    padding:20px;
    border-radius:10px;
    border:2px dashed #ededed;
    min-height:235px
}
.wrapper.smart-contract-wrap .nft-ser-in .why-box,section.wrapper.nft-new.white-label-nft-wrap .nft-ser-in .why-box{
    min-height:330px;
    background:0 0;
    border-radius:10px;
    position:relative;
    padding:25px;
    display:flex;
    justify-content:center;
    align-items:flex-start
}
.nft-new.white-label-nft-wrap .process-box.icn .process-flow-card.workflow-icn1::before{
    content:"";
    background:url(../images/whitelabel-nft-marketplace-dev/w-signup-integrate-wallet.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.nft-new.white-label-nft-wrap .process-box.icn .process-flow-card.workflow-icn2::before{
    content:"";
    background:url(../images/whitelabel-nft-marketplace-dev/w-create-nfts.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.nft-new.white-label-nft-wrap .process-box.icn .process-flow-card.workflow-icn3::before{
    content:"";
    background:url(../images/whitelabel-nft-marketplace-dev/w-explore-storefront.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.nft-new.white-label-nft-wrap .process-box.icn .process-flow-card.workflow-icn4::before{
    content:"";
    background:url(../images/whitelabel-nft-marketplace-dev/w-buy-nfts.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
.nft-new.white-label-nft-wrap .process-box.icn .process-flow-card.workflow-icn5::before{
    content:"";
    background:url(../images/whitelabel-nft-marketplace-dev/w-transfer-of-nfts.svg) 0 0/50px no-repeat #f4f7f9;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-7px;
    left:-9px;
    z-index:10
}
section.wrapper.nft-new.white-label-nft-wrap .nfer-widget{
    backdrop-filter:blur(25px);
    background:no-repeat padding-box #ffffff85;
    border-radius:15px;
    box-shadow:none;
    min-height:220px
}
.nft-new .bchain-card>strong{
    font-size:18px;
    text-align:center
}
.new-wrap.travel-software-dev-wrap .ad-content,.nft-new.crypto-exch-dev-wrap .trial-period-card{
    min-height:235px
}
.new-wrap.travel-software-dev-wrap .benefits-sec .border-key::before{
    height:595px
}
.new-wrap.travel-software-dev-wrap .depi-ser-in .why-box{
    padding:25px;
    margin-bottom:30px;
    height:280px;
    min-height:300px;
    justify-content:start;
    align-items:baseline
}
.new-wrap.travel-software-dev-wrap .benefits-sec .benefits-card img{
    width:65px;
    margin:0 0 10px
}
.new-wrap.hire-flutter-devindia-wrap .risk-free-sec .ad-content{
    min-height:200px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    box-shadow:rgb(235 238 241) 0 17px 40px 0
}
.new-wrap.hire-flutter-devindia-wrap .our-engagement-card{
    background-color:#fff;
    box-shadow:rgb(235 238 241) 0 17px 40px 0;
    height:400px;
    min-height:415px;
    padding:30px;
    margin-bottom:30px
}
.new-wrap.hire-flutter-devindia-wrap .our-engagement-card img,.nft-new.crypto-exch-dev-wrap .model-card>img,.nft-new.crypto-exch-dev-wrap .nfer-img img{
    width:65px;
    margin-bottom:10px
}
.new-wrap.hire-flutter-devindia-wrap .list_ul li:before{
    content:"";
    width:10px;
    height:10px;
    transform:rotate(45deg);
    background-color:#28a8e0;
    position:absolute;
    left:-25px;
    top:10px
}
.new-wrap.hire-flutter-devindia-wrap ul.list_ul li{
    font-family:Conv_Brandon_reg;
    list-style:none;
    margin-left:25px;
    position:relative;
    line-height:30px
}
.new-wrap.hire-flutter-devindia-wrap .ad-content.ds-card{
    -webkit-box-shadow:none;
    box-shadow:none;
    min-height:290px
}
.nft-new .info-center,.nft-new.crypto-exch-dev-wrap .info-center,.wrapper.nft-marketplace-dev .info-center,.wrapper.smart-contract-wrap .info-center{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%
}
.nft-new.crypto-exch-dev-wrap .nft-info{
    font-family:Conv_GothamRoundedMedium_21022;
    margin-top:20px;
    padding:20px;
    background:#fff;
    border-radius:15px;
    border:2px dashed #ededed;
    width:23.33%;
    margin-left:10px;
    margin-right:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    text-align:center
}
.nft-new.crypto-exch-dev-wrap .nft-info>span,.wrapper.nft-marketplace-dev .nft-info>span,.wrapper.smart-contract-wrap .nft-info>span{
    font-family:Conv_GothamRoundedMedium_21022;
    font-size:20px;
    font-weight:700;
    letter-spacing:1.5px;
    background:-webkit-linear-gradient(60deg,#9050da,#f558ff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    margin-bottom:10px
}
.nft-new.crypto-exch-dev-wrap .bchain-card>strong{
    font-size:16px;
    text-align:center
}
.nft-new.crypto-exch-dev-wrap .model-sec .model-card>h3{
    color:#05002c!important;
    font-size:22px;
    font-weight:600;
    line-height:30px;
    margin-bottom:15px
}
.nft-new.crypto-exch-dev-wrap .model-card{
    border-top:5px solid #d9adf7;
    background:#fff;
    border-radius:5px;
    box-shadow:0 10px 30px #5061691a;
    min-height:495px;
    padding:30px;
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    flex-direction:column;
    margin-bottom:25px
}
.ad-float2,.wrapper.adcamp-app-development .ad-float2{
    height:50px;
    box-shadow:2px 2px 3px #999;
    text-align:center
}
.nft-new.crypto-exch-dev-wrap img.faq-img{
    width:380px;
    min-width:320px;
    margin:0 auto;
    display:block
}
section.nft-new.crypto-exch-dev-wrap .nfer-widget{
    background:no-repeat padding-box #ffffff85;
    border-radius:15px;
    box-shadow:none;
    min-height:365px
}
.nft-new.crypto-exch-dev-wrap .trial-period-card{
    margin-bottom:30px;
    padding:20px;
    border-radius:10px;
    border:2px dashed #ededed
}
.widget.footer-widget .widget-title{
    color:#05002c;
    font-size:22px;
    margin-bottom:15px;
    border-bottom:0;
    padding-bottom:0
}
.ad-app-devbody{
    padding-bottom:415px!important;
    font-family:Conv_GothamRounded-Book;
    overflow-x:hidden!important
}
.ad-footer-sec .fotter-icn,.adcamp-nav-wrap .header-icn{
    font-size:16px;
    margin-right:10px
}
.ad-float2{
    bottom:50px;
    color:#fff;
    border-radius:50px
}
.ad-app-devbody .mobile-app-wl h1{
    font-size:70px;
    line-height:80px
}
.ad-app-devbody .mobile-app-wl h1 span{
    color:#51aed7
}
.ad-app-devbody .mobile-app-wl p{
    font-size:30px;
    line-height:40px
}
.adcampfooter-link{
    color:#2e2e2e;
    -webkit-appearance:none
}
.adcamp-nav-wrap .header-number{
    color:#48c2f7!important;
    font-weight:600
}
.adcamp-nav-wrap .last-item-nav{
    margin-left:25px
}
.adcamp-nav-wrap .number-res-display{
    position:absolute!important;
    right:15px;
    top:25px;
    left:auto;
    border:0;
    height:35px;
    width:auto;
    border-radius:6px;
    z-index:1
}
.adcamp-app-development .cta-btn-prop{
    border-radius:.25rem
}
.software-dev-chennai .sib1{
    background:url(../images/software-dev-company-chennai/development.svg) 90% 5%/60px no-repeat #f9f9f9
}
.software-dev-chennai .sib2{
    background:url(../images/software-dev-company-chennai/engineering.svg) 90% 5%/60px no-repeat #f6f6f6
}
.software-dev-chennai .sib3{
    background:url(../images/software-dev-company-chennai/block-chain.svg) 90% 5%/60px no-repeat #f3f3f3
}
.new-wrap.software-dev-chennai .flex-card .form-heading{
    font-size:16px;
    font-weight:900;
    text-align:center;
    margin-bottom:15px;
    line-height:22px;
    border-bottom:1px solid #aeaeae7d;
    padding-bottom:5px;
    color:#212529;
    font-family:Conv_GothamRounded-Book
}
.footer-logo{
    width:160px
}
.new-wrap.hire-reactjs-devindia-wrap .serv-sec .ad-content.ds-card{
    min-height:285px;
    box-shadow:rgb(225 233 239) 0 17px 40px 0
}
.wrapper.exchange-development-company .add-on-card,.wrapper.white-label-wrap .add-on-card{
    background:0 0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    min-height:260px
}
.wrapper.web-story-wrap .webstory-card{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    width:280px;
    padding:10px
}
.wrapper.web-story-wrap .webstory-card img{
    border-radius:8px;
    width:100%;
    max-width:280px;
    transition:.3s ease-in
}
.wrapper.web-story-wrap .category-pills .nav-link{
    font-family:Conv_Brandon_reg;
    color:#4a4a4a;
    font-weight:500;
    font-size:20px;
    line-height:1.5
}
.wrapper.web-story-wrap .category-pills .nav-link.active{
    color:#28a8e0;
    letter-spacing:1px;
    font-weight:600
}
.wrapper.web-story-wrap .pill{
    cursor:pointer;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    color:#fff;
    padding:2px 10px;
    border-radius:30px;
    line-height:20px
}
.wrapper.web-story-wrap .category-menu-container{
    display:block;
    margin:0;
    position:sticky;
    top:80px
}
.wrapper.web-story-wrap .pos-rel{
    position:relative;
    transition:.3s ease-in-out;
    border-radius:8px
}
.wrapper.web-story-wrap .pill{
    position:absolute;
    bottom:15px;
    left:10px;
    z-index:1
}
.pos-rel:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
    display:inline-block;
    border-radius:8px
}
.pos-rel:hover{
    box-shadow:rgba(0,0,0,.09) 0 2px 1px,rgba(0,0,0,.09) 0 4px 2px,rgba(0,0,0,.09) 0 8px 4px,rgba(0,0,0,.09) 0 16px 8px,rgba(0,0,0,.09) 0 32px 16px
}
.modal-content.webstory-content{
    width:auto!important
}
.web-story-modal .modal-body{
    padding:.8rem
}
.nav.category-pills{
    flex-direction:column
}
.popup-privew{
    border:none
}
.wrapper.adcamp-app-development .ad-float2{
    position:fixed;
    width:50px;
    bottom:25%;
    left:inherit!important;
    right:10px!important;
    background-color:#25d366;
    color:#fff;
    border-radius:50px;
    font-size:30px;
    z-index:100
}
.wrapper.adcamp-app-development ul.banner-list li{
    list-style:none;
    color:#fff;
    display:inline-flex;
    padding:0 10px 0 0;
    margin-top:10px;
    align-items:center
}
.wrapper.adcamp-app-development ul.banner-list li img{
    width:15px;
    margin-right:10px;
    margin-bottom:0
}
.wrapper.adcamp-app-development .para{
    color:#fff;
    margin:16px 0;
    font-size:16px!important;
    line-height:30px
}
.wrapper.adcamp-app-development .banner-certification{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    gap:30px
}
.wrapper.adcamp-app-development ul.banner-certification li{
    display:block;
    padding-right:0!important
}
.wrapper.adcamp-app-development ul.banner-certification li>img{
    width:90px
}
.wrapper.adcamp-app-development .certi-img{
    vertical-align:middle;
    height:180px
}
.wrapper.adcamp-app-development .certi-img img{
    width:160px;
    display:block;
    margin:auto;
    height:140px;
    filter:grayscale(1);
    transition:.45s;
    object-fit:contain
}
.wrapper.adcamp-app-development .certi-img img:hover{
    filter:grayscale(0);
    transform:scale3d(100)
}
.nft-new.crypto-exch-dev-wrap .how-do-sec .market-pla-out{
    background:no-repeat padding-box #ffffff85;
    border-radius:15px;
    box-shadow:none
}
section.nft-new.crypto-exch-dev-wrap .defi-con li{
    color:#fff;
    line-height:30px;
    text-align:left
}
.nft-new.crypto-exch-dev-wrap .crypto-info{
    font-family:Conv_GothamRoundedMedium_21022;
    display:inline-block;
    margin-top:20px;
    padding:20px;
    background:#fff;
    border-radius:15px;
    border:2px dashed #ededed;
    line-height:32px
}
.nft-new.crypto-exch-dev-wrap .why-box.cta-box{
    background-color:#03032b!important
}
.nft-new.crypto-exch-dev-wrap .why-box.cta-box .why-b-icon{
    margin-bottom:10px;
    padding:20px;
    width:90px;
    border-radius:100px;
    background:#18183b!important
}
section.nft-new.crypto-exch-dev-wrap .market-nft-wr .why-box{
    background:#f7fafc;
    box-shadow:none;
    min-height:320px!important
}
.nft-new.crypto-exch-dev-wrap .cf-card,.wrapper.nft-marketplace-dev .nft-ser-in .why-box,section.wrapper.crypto-exch-dev-wrap.nft-new .nft-features .why-box,section.wrapper.nft-new.exchange-development-company .nft-features .why-box{
    min-height:300px!important
}
.wrapper .calendly-sec{
    background:linear-gradient(13deg,#c3c1ff -56.25%,#f5f5ff 95.02%)
}
.wrapper.smart-contract-wrap .welcome-area{
    background:url(../images/smart-contract/bannerbg-smartcontract.webp) 0 0/cover #03032b
}
.wrapper.smart-contract-wrap .smartContract-benefits .why-box{
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    margin-bottom:30px;
    padding:20px;
    border-radius:10px;
    border:2px dashed #ededed;
    min-height:280px;
    background-color:#fff;
    box-shadow:none!important
}
.wrapper.smart-contract-wrap .services-section .smart-services .why-box{
    background:#fff;
    border-radius:30px;
    box-shadow:0 10px 30px #5061691a;
    min-height:300px;
    display:flex;
    justify-content:flex-start;
    align-items:flex-start
}
.wrapper.smart-contract-wrap .services-section .smart-services .why-b-icon{
    margin-bottom:10px;
    padding:20px;
    width:85px;
    border-radius:100px;
    background:#f7fafc
}
.wrapper.nft-marketplace-dev .services-section .smart-services .why-b-icon img,.wrapper.smart-contract-wrap .services-section .smart-services .why-b-icon img{
    width:45px;
    height:auto
}
.wrapper.smart-contract-wrap .smartlang-section .smartlang-card .why-box{
    background:#f5f8fa;
    border-radius:30px;
    box-shadow:0 10px 30px #5061691a;
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    min-height:260px;
    padding:20px
}
.wrapper.smart-contract-wrap .smartlang-section .smartlang-card .dark-why-box.why-box{
    background:#05002c!important
}
.wrapper.smart-contract-wrap .smartlang-section .smartlang-card .dark-why-box.why-box strong{
    color:#fff;
    font-size:20px;
    box-shadow:0 10px 30px #5061691a
}
.wrapper.smart-contract-wrap .hero-form .error-log>label.form_errors{
    top:82px
}
.wrapper.smart-contract-wrap .wwb-img{
    margin:0 auto 40px
}
.wrapper.smart-contract-wrap .tb-box1::after{
    content:"";
    position:absolute;
    top:75px;
    height:100px;
    background:url(../images/media-ent-software/icons/dotted-line-.svg) no-repeat!important;
    width:100%;
    z-index:-1;
    left:100px
}
.wrapper.smart-contract-wrap .tb-box2::after{
    content:"";
    position:absolute;
    top:60px;
    height:100px;
    background:url(../images/media-ent-software/icons/dotted-line.svg) no-repeat!important;
    width:100%;
    z-index:-1;
    left:100px
}
.wrapper.smart-contract-wrap .smart-er img{
    width:160px;
    display:block;
    margin:30px auto
}
.wrapper.nft-marketplace-dev .nft-info,.wrapper.smart-contract-wrap .nft-info{
    font-family:Conv_GothamRoundedMedium_21022;
    margin-top:20px;
    padding:20px;
    background:#fff;
    border-radius:15px;
    border:2px dashed #ededed;
    width:100%;
    margin-left:10px;
    margin-right:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    text-align:center
}
.wrapper.nft-marketplace-dev .nft-marketplace-dev .mr30{
    margin-right:30px
}
.wrapper.nft-marketplace-dev .services-section .smart-services .why-box{
    background:#fff;
    border-radius:30px;
    box-shadow:0 10px 30px #5061691a;
    min-height:290px;
    display:flex;
    justify-content:flex-start;
    align-items:flex-start
}
.wrapper.nft-marketplace-dev .services-section .smart-services .why-b-icon{
    margin-bottom:10px;
    padding:15px;
    width:80px;
    border-radius:100px;
    background:#f7fafc
}
.wrapper.nft-marketplace-dev .nfer-widget{
    min-height:230px!important
}
.wrapper.nft-marketplace-dev .p-lineh::after{
    content:"";
    position:absolute;
    top:12px;
    height:100px;
    background:url(../images/smart-contract/p-line-h.svg) no-repeat!important;
    width:300px;
    z-index:-1;
    left:75px
}
.wrapper.nft-marketplace-dev .p-linev::after{
    content:"";
    position:absolute;
    top:170px;
    height:160px;
    background:url(../images/smart-contract/p-line-v.svg) no-repeat!important;
    width:130px;
    z-index:-1;
    right:54px
}
.wrapper.nft-marketplace-dev .benefits-sec .border-key::before{
    position:absolute;
    content:"";
    width:1px;
    height:340px;
    background:#00000014;
    top:20px;
    left:0
}
.wrapper.nft-marketplace-dev .benefits-sec .benefits-card img{
    width:60px;
    margin:0 0 20px 10px
}
.wrapper.nft-marketplace-dev .benefits-sec .benefits-card h3{
    text-align:center;
    font-size:20px;
    color:#05002c;
    font-weight:600;
    line-height:30px;
    margin-bottom:10px
}
.wrapper.nft-marketplace-dev .nft-features .whyus-box{
    min-height:280px!important
}
.wrapper.nft-marketplace-dev .why-box{
    margin-bottom:25px
}
.wrapper.nft-new.nft-marketplace-dev .defi-con.banner-list{
    margin:10px 0;
    color:#fff
}
.wrapper.nft-new.nft-marketplace-dev .defi-con li,.wrapper.nft-new.nft-marketplace-dev .defi-con.banner-list li{
    line-height:30px
}
.wrapper.nft-new.nft-marketplace-dev ul.banner-list li{
    color:#fff;
    line-height:30px
}
.wrapper.nft-new.nft-marketplace-dev ul.banner-list li:before,.wrapper.nft-new.nft-marketplace-dev ul.ul-list li:before{
    line-height:30px;
    content:"";
    width:10px;
    height:10px;
    transform:rotate(45deg);
    background-color:#28a8e0;
    position:absolute;
    left:-24px;
    top:8px
}
.wrapper.nft-new.nft-marketplace-dev .time-cost-card.trial-period-card{
    margin-bottom:30px;
    padding:20px;
    border-radius:10px;
    border:2px dashed #ededed;
    min-height:285px
}
.wrapper.nft-new.nft-marketplace-dev .bk-card.nfer-widget{
    background:no-repeat padding-box #ffffff85;
    border-radius:15px;
    box-shadow:none;
    min-height:350px!important
}
.wrapper.nft-new.nft-marketplace-dev .bg1{
    background-color:#f7fafc
}
.wrapper.nft-new.nft-marketplace-dev .action-wr.cont-section{
    min-height:620px
}
.footer-form-num{
    color:#ccc!important;
    font-size:18px;
    line-height:27px;
    font-family:Conv_Brandon_reg
}
.calendly-badge-widget{
    right:60px!important;
    bottom:80px!important;
    animation:2.5s infinite fadeInFromNone
}
.calendly-badge-widget:after{
    display:block;
    content:"";
    position:absolute;
    bottom:-10px;
    right:14px;
    border-top:0 solid #0069ff;
    border-bottom:12px solid transparent;
    border-right:20px solid #0069ff
}
@keyframes fadeInFromNone{
    0%{
        display:none;
        opacity:1
    }
    50%{
        display:block;
        opacity:0
    }
    100%{
        display:block;
        opacity:1
    }
}
.calendly-pos{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:9998
}
.calendly-pos img{
    cursor:pointer;
    padding:2px;
    background:#0069ff;
    border-radius:50px;
    animation:2s infinite pulse;
    width:50px
}
@keyframes pulse{
    0%{
        transform:scale(.95);
        box-shadow:0 0 0 0 rgb(0,105,255,.7)
    }
    70%{
        transform:scale(1);
        box-shadow:0 0 0 10px rgba(0,105,255,0)
    }
    100%{
        transform:scale(.95);
        box-shadow:0 0 0 0 rgba(0,105,255,0)
    }
}
.nft-new .clients-slider,.wrapper .clients-slider,.wrapper.react-native-dev-india-wrap .clients-slider{
    height:100px;
    margin:auto;
    overflow:hidden;
    position:relative;
    width:auto
}
.nft-new .clients-slider .clients-slide-track{
    display:flex;
    animation:40s linear infinite scroll;
    display:flex;
    width:calc(200px * 14)
}
.nft-new .clients-slide img{
    width:100%;
    padding:30px;
    filter:grayscale()
}
.nft-new .clients-slide img:hover,.wrapper .clients-slide img:hover,.wrapper.react-native-dev-india-wrap .clients-slide img:hover{
    filter:none
}
.nft-new .clients-slider .clients-slide-track:hover,.wrapper .clients-slider .clients-slide-track:hover,.wrapper.react-native-dev-india-wrap .clients-slider .clients-slide-track:hover{
    animation-play-state:paused;
    -webkit-animation-play-state:paused
}
.nft-new .clients-head strong,.wrapper .clients-head strong,.wrapper.react-native-dev-india-wrap .clients-head strong{
    font-size:22px;
    font-weight:900;
    display:block;
    padding:0;
    text-align:left
}
.nft-new .clients-slide>img{
    width:100%;
    height:auto
}
.nft-new .mobile-info,.wrapper .mobile-info{
    font-family:Conv_GothamRoundedMedium_21022;
    margin-top:20px;
    padding:20px;
    background:#fff;
    border-radius:15px;
    border:2px dashed #ededed;
    margin-left:10px;
    margin-right:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    text-align:center;
    min-height:170px
}
.nft-new .slick-slider .testi-arrow-l,.nft-new .slick-slider .testi-arrow-r{
    position:absolute!important;
    top:45%!important;
    background:#fff!important;
    color:#3f3f3f!important;
    width:40px!important;
    height:40px!important;
    border-radius:50%!important;
    text-align:center!important;
    line-height:42px!important;
    display:inline-block!important;
    cursor:pointer!important;
    box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%);
    padding:10px;
    z-index:1
}
.nft-new .mobile-info p,.nft-new .mobile-info span,.wrapper .mobile-info p,.wrapper .mobile-info span{
    font-family:Conv_GothamRoundedMedium_21022!important;
    font-size:30px;
    line-height:30px;
    font-weight:700;
    letter-spacing:1.5px;
    background:-webkit-linear-gradient(60deg,#9050da,#f558ff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    margin-bottom:10px
}
.nft-new .counter-num,.wrapper .counter-num{
    display:flex;
    flex-direction:row;
    gap:10px
}
.nft-new .blog-card1{
    background:url(../images/nft-new/blog-images/a-comprehensive-guide-to-navigate-nft-marketplace-for-designers.png) 0 0/100% no-repeat!important
}
.nft-new .blog-card2{
    background:url(../images/nft-new/blog-images/nft-mania-the-explosive-growth-of-nft-marketplaces-in-2023.png) 0 0/100% no-repeat!important
}
.nft-new .blog-card3{
    background:url(../images/nft-new/blog-images/top-8-nft-marketplace-development-firms-in-2023.png) 0 0/100% no-repeat!important
}
.nft-new .blog-card4{
    background:url(../images/nft-new/blog-images/nft-marketplace-development-optimizing-the-future-of-nft-trading.png) 0 0/100% no-repeat!important
}
.nft-new .blog-card5{
    background:url(../images/nft-new/blog-images/nft-marketplace-development-a-must-have-all-encompassing-guide.png) 0 0/100% no-repeat!important
}
.nft-new .blog-card6{
    background:url(../images/nft-new/blog-images/nft-marketplace-development-information-to-ensure-its-done-perfectly.png) 0 0/100% no-repeat!important
}
.nft-new .blog-card{
    min-height:320px
}
.nft-new .slick-slider .testi-arrow-r{
    left:0!important;
    font-size:20px
}
.nft-new .slick-slider .testi-arrow-l{
    right:0;
    font-size:20px
}
section.wrapper.nft-new .nft-features .why-box{
    background:#fff;
    border-radius:30px;
    box-shadow:0 10px 30px #5061691a;
    min-height:400px!important;
    display:flex;
    justify-content:flex-start;
    align-items:flex-start
}
.uberlikeapp-dev-wrap .abt-tech-card{
    background-color:#fff;
    padding:10px;
    border-radius:5px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    gap:10px;
    height:180px;
    transition:.3s ease-in-out;
    cursor:pointer;
    margin-bottom:30px
}
.uberlikeapp-dev-wrap .abt-tech-card:hover{
    box-shadow:rgba(0,0,0,.1) 0 20px 25px -5px,rgba(0,0,0,.04) 0 10px 10px -5px;
    transform:translateY(-2px)
}
.uberlikeapp-dev-wrap .abt-tech-card img{
    width:60px;
    height:auto;
    margin-bottom:10px
}
.uberlikeapp-dev-wrap .abt-tech-card h3{
    font-size:20px;
    text-align:center
}
.uberlikeapp-dev-wrap .cf-text-box{
    padding:5px 12px;
    font-weight:400!important
}
.uberlikeapp-dev-wrap .techstack-sec .border-key::before{
    position:absolute;
    content:"";
    width:1px;
    height:580px;
    background:#00000014;
    top:20px;
    left:0
}
.uberlikeapp-dev-wrap .no-border-brand{
    border-right:0px solid rgba(0,0,0,.08)!important
}
.uberlikeapp-dev-wrap .why-btn-wr h4{
    font-size:35px;
    line-height:40px;
    position:relative;
    margin-bottom:20px;
    color:#fff;
    z-index:1
}
.uberlikeapp-dev-wrap img.cta-img{
    position:absolute;
    width:38%;
    bottom:-20px;
    right:0;
    z-index:0;
    opacity:1
}
.wrapper .megamenu.single-dropdown-menu{
    width:15%;
    left:58%
}
.bitcoin-wrap.ai-dev-wrap .sub-title{
    font-family:Conv_GothamRoundedMedium_21022;
    font-weight:600
}
.bitcoin-wrap.ai-dev-wrap .bg1{
    background-color:#f0f7ff
}
.bitcoin-wrap.ai-dev-wrap .bg2{
    background-color:#f4f7f9
}
.bitcoin-wrap.ai-dev-wrap .team-sticky{
    position:sticky;
    top:5em;
    transform-origin:center top;
    margin:.5em;
    height:auto;
    min-height:300px;
    background-color:#fff;
    border-radius:10px;
    padding:30px;
    box-shadow:rgba(0,0,0,.1) 0 0 5px 0,rgba(0,0,0,.1) 0 0 1px 0;
    display:flex;
    flex-direction:column;
    justify-content:center
}
.bitcoin-wrap.ai-dev-wrap .team-sticky:nth-child(0){
    transform:translateY(0)
}
.bitcoin-wrap.ai-dev-wrap .team-sticky:first-child{
    transform:translateY(16px)
}
.bitcoin-wrap.ai-dev-wrap .team-sticky:nth-child(2){
    transform:translateY(32px)
}
.bitcoin-wrap.ai-dev-wrap .team-sticky:nth-child(3){
    transform:translateY(48px)
}
.bitcoin-wrap.ai-dev-wrap .team-sticky:nth-child(4){
    transform:translateY(56px)
}
.bitcoin-wrap .footer-body{
    padding-bottom:480px;
    font-family:Conv_GothamRounded-Book;
    overflow-x:hidden!important
}
.bitcoin-wrap.ai-dev-wrap .btn-curve span,.bitcoin-wrap.ai-dev-wrap .btn-curve-bg span{
    font-weight:500;
    font-size:17.5px;
    letter-spacing:1.1px
}
.bitcoin-wrap.ai-dev-wrap .flex-card span.spanform-heading,.wrapper .flex-card span.contact-title,.wrapper.white-label-wrap .flex-card span.contact-title{
    font-size:16px;
    font-family:Conv_GothamRounded-Book;
    font-weight:900;
    margin-bottom:15px;
    line-height:22px;
    border-bottom:1px solid #aeaeae7d;
    padding-bottom:5px;
    text-align:center
}
.bitcoin-wrap.ai-dev-wrap .button.success-btn,.wrapper.flutter-devindia-wrap .button.success-btn{
    font-weight:700;
    font-size:17.5px;
    letter-spacing:1.1px
}
.bitcoin-wrap .process-icon{
    width:45px;
    margin-bottom:15px
}
.bitcoin-wrap .bitcoin-cards.why-box,.bitcoin-wrap .why-box{
    background:#fff;
    margin-bottom:30px;
    min-height:290px;
    display:flex
}
.pos-rel,.pos-rel:after,.pos-rel:hover{
    background:0 0!important
}
.bitcoin-wrap .bitcoin-cards.why-box{
    border-radius:10px;
    box-shadow:none;
    border:2px dashed #dadada;
    justify-content:flex-start;
    align-items:flex-start
}
.bitcoin-wrap .why-box{
    border-radius:10px;
    box-shadow:0 10px 30px #5061691a;
    justify-content:flex-start;
    align-items:flex-start
}
.form-control:focus,.pos-rel:hover,.wrapper .service-card{
    box-shadow:none!important
}
.bitcoin-wrap img.faq-img{
    width:320px;
    max-width:300px
}
.pos-rel{
    position:relative!important
}
.wrapper .star-rating-five::before{
    content:"Ã¢Ëœâ€¦Ã¢Ëœâ€¦Ã¢Ëœâ€¦Ã¢Ëœâ€¦Ã¢Ëœâ€¦";
    -webkit-background-clip:text
}
.wrapper .star-rating-four::before{
    content:"Ã¢Ëœâ€¦Ã¢Ëœâ€¦Ã¢Ëœâ€¦Ã¢Ëœâ€¦";
    -webkit-background-clip:text
}
.wrapper .clients-slider .clients-slide-track,.wrapper.react-native-dev-india-wrap .clients-slider .clients-slide-track{
    animation:40s linear infinite scroll;
    display:flex;
    width:calc(200px * 14);
    column-gap:50px;
    align-items:center
}
.wrapper .clients-slide img,.wrapper.react-native-dev-india-wrap .clients-slide img{
    width:100%;
    filter:grayscale()
}
.wrapper .clients-slide>img,.wrapper.react-native-dev-india-wrap .clients-slide>img{
    width:100%;
    height:auto;
    object-fit:contain
}
.wrapper.react-native-dev-india-wrap .pos-static{
    position:static;
    z-index:1;
    width:550px
}
.wrapper.react-native-dev-india-wrap .pos-abs{
    position:absolute;
    z-index:2;
    left:0;
    top:0
}
.wrapper.react-native-dev-india-wrap .about-section .v-bounce-anim,.wrapper.react-native-dev-india-wrap .enhance-section .v-bounce-anim,.wrapper.react-native-dev-india-wrap .reason-sec .v-bounce-anim{
    animation:3.6s ease-in-out infinite v-bounce-animation
}
.wrapper.react-native-dev-india-wrap .about-section .v-flip-anim{
    animation:3.6s ease-in-out infinite v-flip-animation;
    transform-origin:center;
    transform-box:fill-box
}
.wrapper .techstack-section{
    background:url(../images/logo-icon-o2.webp) -30% 4%/50% no-repeat #05002c
}
.wrapper .techstack-section .h-scroll-container{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    overflow-x:scroll;
    overflow:hidden
}
.wrapper .techstack-section #viewContainer{
    -webkit-overflow-scrolling:touch;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    white-space:nowrap;
    padding:15px;
    height:90px;
    border-radius:10px
}
.wrapper .techstack-section .pill-heading{
    font-size:20px;
    padding:15px 25px;
    text-align:center;
    text-decoration:none;
    display:inline-block;
    margin:4px 2px;
    cursor:pointer;
    color:#fff;
    font-weight:500;
    line-height:1.2;
    border-radius:10px
}
.wrapper .techstack-section .pill-heading.active{
    color:#fff!important;
    background:#28a8e0;
    padding:15px 25px;
    transition:.3s ease-out
}
.wrapper .techstack-section .tab-content.current{
    display:block;
    display:inherit;
    width:100%
}
.wrapper .techstack-section #viewContainer::-webkit-scrollbar{
    display:none
}
.wrapper .tab-content{
    display:none;
    width:100%!important
}
.wrapper.web-story-wrap .tab-content{
    display:block!important;
    width:100%!important
}
.wrapper .d-all-center{
    display:flex!important;
    justify-content:center!important;
    align-items:flex-start!important
}
.wrapper .bchain-box{
    background-color:#f7fafc;
    border-radius:15px;
    margin:5px
}
.wrapper .bchain-card{
    padding:20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    transition:.2s ease-in-out;
    text-align:center
}
.wrapper .blog-card{
    display:flex;
    flex-direction:column;
    justify-content:flex-start
}
.wrapper.react-native-dev-india-wrap .whychoose-sec .service-card{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    box-shadow:none!important;
    min-height:375px;
    background-color:#fff
}
.wrapper.flutter-devindia-wrap #gear-anim,.wrapper.react-native-dev-india-wrap #gear-anim,.wrapper.react-native-dev-india-wrap #react-spin{
    animation:6s infinite rotate-animInfographic;
    transform-origin:center;
    transform-box:fill-box
}
.wrapper.flutter-devindia-wrap #bulb-anim,.wrapper.flutter-devindia-wrap #hand-shake,.wrapper.flutter-devindia-wrap #pen-anim,.wrapper.flutter-devindia-wrap #share-bubble-anim,.wrapper.flutter-devindia-wrap #tools-anim,.wrapper.react-native-dev-india-wrap #bulb-anim,.wrapper.react-native-dev-india-wrap #hand-shake,.wrapper.react-native-dev-india-wrap #pen-anim,.wrapper.react-native-dev-india-wrap #share-bubble-anim,.wrapper.react-native-dev-india-wrap #tools-anim{
    animation:3s ease-in-out infinite tilt-animInfographic;
    transform-origin:center;
    transform-box:fill-box
}
.wrapper.flutter-devindia-wrap #rocket-anim,.wrapper.react-native-dev-india-wrap #rocket-anim{
    animation:3s ease-in-out infinite vmove-animInfographic
}
.wrapper .new-cta-section,.wrapper.react-native-dev-india-wrap .react-cta-section{
    background-image:url(../images/react-native-dev-india/cta-new-react-native.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    padding:calc(2rem + 4vw) 0;
    border-radius:20px;
    background-color:#05002c
}
.wrapper .slick-slider .casestudy-arrow-l,.wrapper .slick-slider .casestudy-arrow-r,.wrapper .slick-slider .testi-arrow-l,.wrapper .slick-slider .testi-arrow-r{
    position:absolute!important;
    top:45%!important;
    color:#3f3f3f!important;
    width:25px!important;
    height:25px!important;
    text-align:center!important;
    line-height:42px!important;
    cursor:pointer!important;
    z-index:1
}
.wrapper .new-cta-alignment,.wrapper.react-native-dev-india-wrap .react-cta-alignment{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start
}
.wrapper .new-cta-content,.wrapper.react-native-dev-india-wrap .react-cta-content{
    padding:0 0 0 40px
}
.wrapper .new-cta-content p,.wrapper.react-native-dev-india-wrap .react-cta-content p{
    color:#fff;
    margin-top:10px
}
.wrapper.react-native-dev-india-wrap .welcome-area li.li-prop,.wrapper.react-native-dev-india-wrap .welcome-area p.para-prop{
    font-family:Conv_GothamRounded-Book,Conv_GothamRounded-Book-fallback!important;
    font-size:20px!important
}
.wrapper.react-native-dev-india-wrap .li-prop,.wrapper.react-native-dev-india-wrap .para-prop{
    font-size:20px!important
}
.wrapper .star-rating-five::before,.wrapper .star-rating-four::before{
    -webkit-text-fill-color:transparent;
    letter-spacing:3px;
    font-size:25px;
    display:block;
    -webkit-text-fill-color:transparent
}
.wrapper .service-card{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    min-height:235px;
    background-color:#fff
}
.wrapper .slick-dots{
    position:absolute;
    bottom:-20px;
    left:50%;
    transform:translateX(-50%);
    list-style:none
}
.wrapper .slick-dots li{
    display:inline-block;
    margin:0 10px
}
.wrapper .slick-dots li button{
    font-size:0px;
    height:10px;
    width:10px;
    padding:0;
    background-color:#ccc;
    border-radius:50%;
    border:none
}
.wrapper .slick-dots .slick-active button{
    background-color:#28a8e0;
    height:12px;
    width:12px
}
.wrapper .testi-card{
    min-height:auto;
    box-shadow:rgba(0,0,0,.1) 0 4px 12px;
    background:url("../images/mobile-dubai/client-testimonial-bg.png") bottom right/75px no-repeat #fff;
    padding:25px;
    border-radius:14px;
    margin-bottom:20px
}
.wrapper .testi-card h3{
    font-size:24px;
    line-height:30px;
    margin-bottom:15px
}
.wrapper .testi-card p{
    font-size:20px;
    line-height:30px;
    margin-bottom:15px
}
.wrapper .testi-card .testi-person .client-role{
    color:#afafaf
}
.wrapper .star-rating-five::before{
    content:"Ã¢Ëœâ€¦Ã¢Ëœâ€¦Ã¢Ëœâ€¦Ã¢Ëœâ€¦Ã¢Ëœâ€¦";
    background:linear-gradient(90deg,#fc0 calc(5 / 5 * 100%),#d5d5d5 calc(5 / 5 * 100%));
    -webkit-background-clip:text
}
.wrapper .star-rating-four::before{
    content:"Ã¢Ëœâ€¦Ã¢Ëœâ€¦Ã¢Ëœâ€¦Ã¢Ëœâ€¦";
    background:linear-gradient(90deg,#fc0 calc(5 / 5 * 100%),#d5d5d5 calc(5 / 5 * 100%));
    -webkit-background-clip:text
}
.wrapper .testi-card .testi-person h4{
    font-size:20px;
    margin:0;
    line-height:25px;
    font-weight:700
}
.wrapper .case-study-mockup{
    height:650px;
    object-fit:contain
}
.wrapper .case-study-bg1{
    background-image:linear-gradient(to right top,#05002c,#000a42,#000e59,#060e70,#190b87);
    border-radius:16px
}
.wrapper .case-study-bg2{
    background-image:linear-gradient(to right top,#05002c,#021d43,#01335b,#034a71,#0f6287);
    border-radius:16px
}
.wrapper .case-study-bg1,.wrapper .case-study-bg2{
    padding:10px 30px
}
.wrapper .slick-slider .casestudy-arrow-l,.wrapper .slick-slider .casestudy-arrow-r{
    font-size:20px;
    background:#ffffffcf!important;
    padding:4px;
    border-radius:8px!important;
    display:inline-block!important;
    border:1px solid #e3e3e3;
    box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%)
}
.wrapper .slick-slider .casestudy-arrow-l{
    right:40px
}
.wrapper .slick-slider .casestudy-arrow-r{
    left:40px
}
.wrapper .case-studies-container{
    max-width:1440px
}
.wrapper .cs-row-prop{
    padding:30px
}
.wrapper .cs-logo{
    width:120px;
    border-radius:8px;
    margin-bottom:30px
}
.wrapper .case-study-ul{
    color:#fff;
    list-style:none
}
.wrapper .case-study-ul li{
    background:url(../images/cs-right-icon.svg) 0 8px/6px no-repeat;
    padding-left:20px
}
.wrapper .cs-tablet-sec .cs-tablet-content{
    font-size:16px;
    padding:7px 20px;
    border-radius:10px;
    background-color:#ffffff9d
}
.wrapper .cs-tablet-sec{
    display:flex;
    column-gap:15px;
    justify-content:flex-start;
    align-items:center;
    margin-bottom:15px
}
.wrapper .location-industry-sec{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    column-gap:40px;
    margin:20px 0
}
.wrapper .location-industry-sec span{
    color:#fff;
    font-size:16px
}
.wrapper .location-industry-sec h3{
    color:#fff;
    font-size:18px
}
.wrapper .location-industry-sec .li-card{
    display:flex;
    flex-direction:column;
    row-gap:5px
}
.wrapper .cs-stack-sec{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:20px 0;
    column-gap:25px
}
.wrapper .cs-stack-sec img{
    width:auto;
    height:35px
}
.wrapper .badge-position{
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top:-8px
}
.wrapper .badge-card{
    background-color:#fff;
    border-radius:10px;
    box-shadow:rgb(0 0 0 / 10%) 0 4px 12px;
    padding:15px;
    margin-bottom:20px;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.2s ease-in-out;
    height:150px
}
.team-card,.wrapper .blog-card{
    border-radius:20px;
    display:flex
}
.wrapper .badge-card img{
    width:auto;
    height:100%;
    object-fit:contain
}
.wrapper .badge-card:hover{
    transform:translateY(-3px);
    box-shadow:rgba(50,50,93,.25) 0 13px 27px -5px,rgba(0,0,0,.3) 0 8px 16px -8px
}
.wrapper .blog-card{
    box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%);
    background-color:#fff;
    min-height:350px;
    width:auto;
    max-width:400px;
    flex-direction:column;
    justify-content:flex-start;
    margin:30px auto;
    transition:.3s
}
.wrapper .blog-card-head img{
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    width:100%;
    height:210px;
    object-fit:fill;
    object-position:top
}
.wrapper .blog-card-body{
    padding:15px
}
.wrapper .blog-card-body h3{
    margin-bottom:2rem;
    margin-top:1rem;
    height:40px;
    font-size:18px;
    line-height:25px
}
.wrapper .blog-card-body span{
    background:#e4e4e4;
    padding:2px 8px;
    color:#000;
    border-radius:5px
}
.wrapper .slick-slider .testi-arrow-l,.wrapper .slick-slider .testi-arrow-r{
    font-size:20px;
    background:#fff!important;
    padding:10px;
    border-radius:50%!important;
    display:inline-block!important;
    box-shadow:0 3px 15px -1px rgb(0 0 0 / 10%)
}
.wrapper.flutter-devindia-wrap .mobile-app-wl h1{
    font-size:55px!important;
    line-height:65px!important
}
.wrapper.flutter-devindia-wrap .welcome-area p.para-prop{
    font-family:Conv_GothamRounded-Book,Conv_GothamRounded-Book-fallback!important
}
.wrapper.flutter-devindia-wrap .about-section .about-prop-one,.wrapper.flutter-devindia-wrap .enhance-section .enhance-prop-one,.wrapper.flutter-devindia-wrap .information-section .scaleOur-prop-one,.wrapper.flutter-devindia-wrap .information-section .why-prop-one{
    z-index:1
}
.wrapper.flutter-devindia-wrap .about-section .about-prop-two,.wrapper.flutter-devindia-wrap .enhance-section .enhance-prop-two,.wrapper.flutter-devindia-wrap .information-section .scaleOur-prop-two,.wrapper.flutter-devindia-wrap .information-section .why-prop-two{
    position:inherit;
    z-index:2
}
.wrapper.flutter-devindia-wrap .about-section .vertical-bounce-anim,.wrapper.flutter-devindia-wrap .enhance-section .vertical-bounce-anim,.wrapper.flutter-devindia-wrap .information-section .vertical-bounce-anim{
    animation:3.6s ease-in-out infinite flutterv-bounce-animation
}
.wrapper .cta-section label.form_errors{
    position:absolute;
    right:0;
    bottom:-20px
}
.wrapper .faq-box .card-header h3 button{
    padding:20px 0!important
}
.fluttersec-wrap.float2{
    bottom:30px;
    color:#fff
}
.wrapper.home-page-wrapper .sib1{
    background:url(../images/services-development.webp) 90% 5%/60px no-repeat #f9f9f9
}
.wrapper.home-page-wrapper .sib2{
    background:url(../images/services-engineering.webp) 90% 5%/60px no-repeat #f6f6f6
}
.wrapper.home-page-wrapper .sib3{
    background:url(../images/services-block-chain.webp) 90% 5%/60px no-repeat #f3f3f3
}
.wrapper.home-page-wrapper .cont-box h3{
    font-size:22px;
    color:#fff;
    line-height:32px
}
.wrapper .wel-sli video{
    opacity:.3;
    max-width:initial;
    width:140%;
    display:block;
    position:absolute;
    top:0;
    left:-40%
}
.welcome-text p,.wrapper.home-page-wrapper .welcome-area .welcome-text h1{
    font-family:Conv_GothamRoundedMedium_21022,Conv_GothamRoundedMedium_21022-fallback!important
}
.wrapper.home-page-wrapper .wrc-box span.counter{
    color:#fff;
    line-height:1.2;
    font-family:Conv_GothamRounded-Book;
    font-size:30px;
    font-weight:600;
    margin-bottom:10px
}
@keyframes flutterv-bounce-animation{
    0%,100%{
        transform:translateY(0)
    }
    50%{
        transform:translateY(5px)
    }
}
@keyframes v-bounce-animation{
    0%,100%{
        transform:translateY(0)
    }
    50%{
        transform:translateY(20px)
    }
}
@keyframes vmove-animInfographic{
    0%,100%{
        transform:translateY(0)
    }
    30%{
        transform:translateY(-5px)
    }
}
@keyframes tilt-animInfographic{
    0%,100%{
        transform:translateY(0) rotate(-4deg) scale(1)
    }
    30%{
        transform:translateY(-5px) rotate(4deg) scale(1.1)
    }
}
@keyframes rotate-animInfographic{
    0%{
        -ms-transform:rotate(0);
        -moz-transform:rotate(0);
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -ms-transform:rotate(-360deg);
        -moz-transform:rotate(-360deg);
        -webkit-transform:rotate(-360deg);
        -o-transform:rotate(-360deg);
        transform:rotate(-360deg)
    }
}
@keyframes scroll{
    0%{
        transform:translateX(0)
    }
    100%{
        transform:translateX(calc(-250px * 7))
    }
}
.team-card{
    padding:20px;
    height:auto;
    box-shadow:0 5px 40px -1px #0000000F;
    flex-direction:column;
    row-gap:20px;
    margin-bottom:30px
}
.member-sec{
    display:flex;
    flex-direction:row;
    justify-content:space-between
}
.member-details h3{
    font-size:20px;
    margin-bottom:5px
}
.member-details span{
    font-size:18px;
    color:#000
}
.team-card .team-people{
    filter:grayscale(1);
    object-fit:contain;
    transition:.5s ease-in-out
}
.team-card .arrow-icon-prop{
    opacity:.5;
    transform:rotate(-45deg);
    transition:.5s ease-in-out
}
.team-card:hover .arrow-icon-prop{
    opacity:1;
    transform:rotate(0)
}
.team-card:hover .team-people{
    filter:grayscale(0)
}
.team-people{
    background:#f5f8fa;
    border-radius:8px
}
.team-modal .modal-body{
    padding:4.5rem
}
.team-modal .modal-content,.team-modal .modal-footer,.team-modal .modal-header{
    border:0!important
}
.team-modal .modal-content .close{
    position:absolute;
    top:35px;
    right:35px;
    font-weight:100;
    font-size:40px;
    border:1px solid #ccc;
    line-height:10px;
    padding:14px 10px;
    border-radius:50px;
    z-index:1111
}
.team-modal .modal-team-card{
    background-color:#fff;
    border-radius:20px;
    padding:20px;
    width:100%!important;
    border:1px solid #f1f1f1
}
.team-modal .modal-team-card .modal-member-image{
    background:#f5f8fa;
    border-radius:10px;
    object-fit:contain
}
.team-modal .modal-member-details h3{
    font-size:40px
}
.team-modal .modal-member-details span{
    margin-bottom:5px;
    display:inline-block;
    font-size:24px
}
.team-modal .modal-member-details p{
    margin-bottom:20px;
    font-size:18px
}
.team-modal .modal-linkedin-btn{
    display:inline-flex;
    justify-content:space-between;
    align-items:center;
    column-gap:5px;
    font-size:18px;
    color:#0a66c2;
    padding:5px 15px;
    border:1px solid #0a66c2;
    border-radius:50px
}
.team-modal .carousel-control-prev-icon{
    background-image:url(../images/about/modal-left-arrow.svg)
}
.team-modal .carousel-control-next-icon{
    background-image:url(../images/about/modal-right-arrow.svg)
}
.team-modal .carousel-control-next-icon,.team-modal .carousel-control-prev-icon{
    width:45px!important;
    height:45px!important
}
.team-modal .carousel-control-next,.team-modal .carousel-control-prev{
    width:5%!important
}
.team-modal .carousel-control-prev{
    right:70px;
    left:0;
    top:auto;
    bottom:15px;
    margin:0 auto;
    align-items:flex-end;
    height:70px
}
.team-modal .carousel-control-next{
    right:0;
    left:70px;
    top:auto;
    bottom:15px;
    margin:0 auto;
    align-items:flex-end;
    height:70px
}
.aoa-main::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:50%;
    height:100%;
    background:url(../images/about/our-value2.webp) 0 0/cover no-repeat
}
.wrapper .sub-title,.wrapper .sub-title2{
    color:#212529;
    font-size:13px;
    margin-bottom:15px;
    position:relative;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:3px
}
.wrapper.about-wrap .aoacs-box h3{
    color:#000;
    font-weight:600;
    font-size:22px;
    line-height:32px;
    margin:10px 0
}
.popup-wrapper .popupform h2.popup-h2{
    font-size:42px;
    line-height:50px;
    font-weight:700;
    color:#2e2e2e;
    font-family:Conv_GothamRoundedMedium_21022;
    margin-bottom:1rem
}
.popup-wrapper .popupform p.popup-para{
    font-size:18px;
    color:#959595;
    margin-bottom:1rem
}
.popup-wrapper .popupform label.form_errors{
    font-size:12px;
    color:#f10;
    position:absolute;
    right:5px;
    top:45px
}
.popup-wrapper .popupform .control textarea,.popup-wrapper .popupform .field .control .input,.popup-wrapper .popupform .field .control textarea{
    font-size:16px;
    padding-left:0;
    height:42px;
    max-width:100%;
    width:100%;
    background-color:#fff;
    border-radius:0;
    color:#363636;
    border:0;
    border-bottom:1.5px solid #989898!important;
    margin-bottom:1.4rem
}
.popup-wrapper .popupform select{
    font-size:16px;
    padding-left:0;
    height:42px;
    max-width:100%;
    width:100%;
    background-color:#fff;
    position:relative;
    border-radius:0;
    color:#363636;
    border:0;
    border-bottom:1.5px solid #989898!important;
    margin-bottom:1.4rem
}
.popup-wrapper .popup-left-bg1,.white-label-nft-popupwrap.popup-wrapper .popup-left-bg1,.white-label-nft-popupwrap.popup-wrapper .popup-left-bg2{
    background:url(../images/crypto-exchange-dev/crypto-exchange-form-bg-two.webp) 0 0/cover no-repeat;
    border-top-left-radius:20px;
    border-bottom-left-radius:20px
}
.popup-wrapper .popup-left-bg2{
    background:url(../images/crypto-exchange-dev/crypto-exchange-form-bg-four.webp) 0 0/cover no-repeat;
    border-top-left-radius:20px;
    border-bottom-left-radius:20px
}
.popup-wrapper .mod-close-btn-prop{
    position:relative;
    z-index:1111
}
.popup-wrapper .mod-close-btn-prop button span{
    font-size:30px;
    font-family:math
}
.wrapper.exchange-development-company .blockchain-wr .bchain-card img{
    object-fit:contain;
    width:65px;
    aspect-ratio:1/1
}
.wrapper.crypto-exch-dev-wrap .no-fung-moc,.wrapper.exchange-development-company .no-fung-moc,.wrapper.white-label-wrap .add-on-card .aoacs-bimg img,.wrapper.white-label-wrap .why-box .why-b-icon img{
    object-fit:contain;
    aspect-ratio:1/1
}
.wrapper.exchange-development-company .defi-wr .abt-img img{
    object-fit:contain!important
}
.wrapper.exchange-development-company .welcome-text .btn-curve-bg{
    margin-right:0!important
}
.wrapper.crypto-exch-dev-wrap .welcome-area .mobile-app-wl h1,.wrapper.exchange-development-company .welcome-area .mobile-app-wl h1{
    font-size:48px;
    line-height:55px;
    font-weight:400;
    color:#fff;
    margin-bottom:15px
}
.wrapper.crypto-exch-dev-wrap .welcome-area h2,.wrapper.exchange-development-company .welcome-area h2{
    color:#fff;
    font-size:26px;
    line-height:35px;
    margin-bottom:15px
}
.wrapper.crypto-exch-dev-wrap .welcome-area p,.wrapper.exchange-development-company .welcome-area p{
    color:#d6d6e8;
    margin-top:0;
    font-size:20px;
    line-height:28px
}
.wrapper.exchange-development-company .welcome-area{
    background:url(../images/crypto-exchange-dev/bannerbg.webp) 0 0/cover #03032b!important
}
.wrapper.exchange-development-company .feature-section,.wrapper.exchange-development-company .how-do-sec,section.wrapper.nft-new.exchange-development-company section.nft-incorp{
    background:url(../images/crypto-exchange-dev/features-bg.webp) 0 0/cover no-repeat
}
section.wrapper.nft-new.exchange-development-company .makr-fea-wr .why-b-icon{
    margin-bottom:10px;
    padding:15px 20px;
    width:90px;
    border-radius:100px;
    background:#f7fafc
}
.wrapper.crypto-exch-dev-wrap .marketplace-img img,.wrapper.crypto-exch-dev-wrap .nft-moc-img img,.wrapper.crypto-exch-dev-wrap .tokenization-wr .vector-prop,.wrapper.exchange-development-company .marketplace-img img,.wrapper.exchange-development-company .nft-moc-img img,.wrapper.exchange-development-company .tokenization-wr .vector-prop,.wrapper.white-label-wrap picture img,picture img,section.wrapper.nft-new.crypto-exch-dev-wrap .makr-fea-wr .why-b-icon img,section.wrapper.nft-new.exchange-development-company .makr-fea-wr .why-b-icon img{
    object-fit:contain
}
.wrapper.exchange-development-company .row.white-lab-fea .btc_left_service_main_wrapper_new,.wrapper.exchange-development-company .row.white-lab-fea .btc_right_service_main_wrapper{
    height:auto!important;
    margin-top:20px!important
}
.wrapper.exchange-development-company .btc_left_service_main_wrapper_new,.wrapper.exchange-development-company .btc_right_service_main_wrapper{
    float:left!important;
    width:100%!important;
    margin-top:100px!important;
    min-height:150px!important
}
.wrapper.exchange-development-company .btc_left_ser_icon_wrapper_new,.wrapper.exchange-development-company .btc_right_ser_icon_wrapper{
    float:left!important;
    width:100px!important;
    padding-top:18px!important
}
.wrapper.exchange-development-company .btc_left_ser_icon_cont_wrapper_new{
    float:left!important;
    width:calc(100% - 100px)!important;
    padding-left:40px!important;
    position:relative!important
}
.wrapper.exchange-development-company .btc_left_ser_icon_cont_wrapper_new:after{
    left:10px!important
}
.wrapper.exchange-development-company .btc_left_ser_icon_cont_wrapper_new:after,.wrapper.exchange-development-company .btc_right_ser_icon_cont_wrapper:after{
    border:0 solid #e5e5e5!important;
    width:1px!important;
    height:119px!important;
    top:1px!important;
    position:absolute!important;
    content:""!important
}
.wrapper.exchange-development-company .btc_left_ser_icon_cont_wrapper_new h3,.wrapper.exchange-development-company .btc_right_ser_icon_cont_wrapper h3{
    font-size:22px;
    line-height:32px;
    font-weight:600!important;
    font-family:Conv_GothamRounded-Book
}
section.wrapper.nft-new.exchange-development-company .btc_left_ser_icon_wrapper_new{
    padding:10px;
    background:0 0;
    border-radius:10px;
    margin-bottom:10px
}
section.wrapper.nft-new.exchange-development-company .nft-ser-in .why-box{
    border-radius:10px;
    position:relative;
    padding:25px;
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    background:#f5f8fa!important;
    min-height:320px
}
.wrapper.exchange-development-company .sec-fea-box{
    min-height:320px;
    transition:.45s linear;
    padding:25px;
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    border-radius:10px;
    background:#f5f8fa;
    margin-bottom:30px
}
.wrapper.exchange-development-company .sec-fea-box .sec-fea-icon img{
    width:65px;
    height:65px;
    margin-bottom:15px
}
.wrapper.exchange-development-company .add-on-card h3{
    text-align:center;
    font-size:20px;
    line-height:30px
}
.wrapper.exchange-development-company .banner-mock img.banner-mockup-image{
    aspect-ratio:4/3
}
.wrapper.exchange-development-company .banner-mockup-image{
    aspect-ratio:9/16
}
.wrapper.crypto-exch-dev-wrap .faq-box .card-header h3 button,.wrapper.exchange-development-company .faq-box .card-header h3 button{
    padding:20px!important
}
.wrapper.exchange-development-company .btc_ser_center_img_wrapper img,.wrapper.exchange-development-company .inner-contact-container{
    width:80%;
    margin:0 auto;
    object-fit:contain
}
.wrapper.exchange-development-company .cf-text-span:hover .t-phold,.wrapper.exchange-development-company .cont-section .sub-title,.wrapper.exchange-development-company .tml-mail .sub-title{
    color:#ccc!important
}
section.wrapper.crypto-exch-dev-wrap.nft-new .welcome-area{
    background:url(../images/crypto-exchange-dev/bannerbg.webp) 0 0/cover #03032b
}
.nft-new.crypto-exch-dev-wrap .how-do-sec,section.wrapper.nft-new section.nft-incorp{
    background:url(../images/crypto-exchange-dev/features-bg.webp) 0 0/cover
}
.wrapper.white-label-wrap .why-box{
    display:flex;
    justify-content:flex-start!important;
    align-items:flex-start!important;
    cursor:default
}
.wrapper.white-label-wrap .hero-form label.form_errors{
    top:70%!important
}
.wrapper.white-label-wrap .hero-form .select-field label.form_errors{
    top:95%!important
}
.wrapper.white-label-wrap .white-lable-service .why-b-con h3{
    font-size:20px;
    font-weight:600;
    line-height:30px;
    margin-bottom:10px
}
.wrapper.white-label-wrap .ebook-wr .eook-img img{
    width:auto;
    height:480px;
    aspect-ratio:3/4
}

.cont-section{
    background:url(../images/logo-icon-o2.webp) -30% 4%/50% no-repeat #05002c!important
}
section.defi-wr .abt-img:before{
    content:"";
    content:"";
    width:80%;
    z-index:01;
    left:80px;
    top:40px;
    height:80%;
    position:absolute;
    margin:auto;
    background-color:#dff1ff;
    -webkit-animation:10s linear infinite alternate forwards border-transform;
    animation:10s linear infinite alternate forwards border-transform
}
.wrapper.white-label-nft-wrap .welcome-area{
    background:url(../images/whitelabel-nft-marketplace-dev/bannerbg.webp) 0 0/cover #03032b!important
}
.wrapper.white-label-nft-wrap .how-do-sec,.wrapper.white-label-nft-wrap .nft-incorp,.wrapper.white-label-nft-wrap section.nft-services{
    background:url(../images/whitelabel-nft-marketplace-dev/services-bg.webp) 0 0/cover!important
}
.wrapper.white-label-nft-wrap .makr-fea-wr .nft-features .why-box{
    background:#fff;
    border-radius:30px;
    margin-bottom:30px;
    box-shadow:0 10px 30px #5061691a;
    min-height:290px!important;
    display:flex;
    justify-content:flex-start;
    align-items:flex-start
}
.wrapper.white-label-nft-wrap .trial-period-card img{
    z-index:1;
    width:65px;
    height:65px;
    aspect-ratio:1/1;
    object-fit:contain
}
.wrapper.white-label-nft-wrap .bchain-card img{
    aspect-ratio:1/1;
    object-fit:contain
}
.footer-link-list .list-wrap li
{
    list-style: none;
}
footer li
{
     list-style: none;
}
.cont-box p
{
    margin-bottom: 10px;
}
input::placeholder,textarea::placeholder {
  color: #fff;
}
.cf-text-span label {
    display: inline-block;
    margin-right: 20px; /* Adds some space between checkboxes */
}

input[type="checkbox"] {
    margin-right: 5px; /* Adds space between checkbox and text */
    margin-top:5px !important;
}

.cf-text-span {
    font-family: Arial, sans-serif; /* Ensure font is standard */
    font-size: 14px; /* Ensure text size is appropriate */
}
.border-btn 
{
    border-color:#B8B9DA;
    padding: 12px 15px;
    border-radius: 5px;
    font-weight:600;
	  font-family: "Inter", sans-serif;
}
.border-btn:hover,.btn:hover
{
    border-color:#B8B9DA !important;
}
.section-full
{
    padding-top:80px;
    padding-bottom:80px;
}
.team-item {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid var(--tg-border-1);
  margin-bottom: 30px;
}
.team-item:hover
{
    transform: translateY(-3px);
    transition: 0.3s all;
}
.team-thumb
{
    overflow: hidden;
    position: relative;
}
.team-thumb img
{
    width: 100%;
  
}
.team-content
{
    padding: 15px 25px 25px;
}
.team-content .title
{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.team-content span
{
    display: block;
    line-height: 1;
    color: #0c84a7;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Google Sans';
    font-size: 16px;

}
.list-wrap
{
    margin: 0px;
    padding: 0px;
    list-style:none !important;
}
.team__details-info > .list-wrap > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-theme-secondary);
  gap: 10px;
  margin-bottom: 15px;
}
.team__details-info > .list-wrap > li > a {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-theme-secondary);
}
.team__details-info > .list-wrap > li > a:hover {
  color: #0c84a7;
}
.team__details-info > .list-wrap > li > i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  background: #ECF6FA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #191D88;
  font-size: 18px;
  flex: 0 0 auto;
}
.team__details-info > .list-wrap > li:last-child {
  margin-bottom: 0;
}
.team__details-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  align-items: center;
}
.team__details-social li a {
  color: var(--tg-theme-secondary);
  font-size: 16px;
}
.team__details-social li a:hover {
  color: #0c84a7;
}
.team-item
{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #CFDDE2;
    margin-bottom: 30px;
}

.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #2d3638;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
  padding: 40px;
  color: #fff;
}
.close-button {
  background:none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}
.modal-body .form-group label
{
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Google Sans';
    color: #5F6368;
    margin-bottom:0px;
}
.modal
{
    z-index:9999999;
}
.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.list-wrap {
  margin: 0px;
  padding: 0px;
}
.list-wrap li {
  list-style: none;
}
.choose__list .list-wrap li {
  margin-bottom: 30px;
}
.choose__list .list-wrap li:last-child {
  margin-bottom: 0;
}
.choose__list-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.choose__list-box:hover .choose__list-icon i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/*.choose__list-box-two {*/
/*  display: -webkit-box;*/
/*  display: -moz-box;*/
/*  display: -ms-flexbox;*/
/*  display: -webkit-flex;*/
/*  display: flex;*/
/*  align-items: flex-start;*/
/*  gap: 20px;*/
/*}*/
@media (max-width: 1199.98px) {
  .choose__list-box-two {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .choose__list-box-two {
    flex-wrap: nowrap;
  }
}

.choose__list-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEF6E6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 50px;
  color: #0c84a7;
  flex: 0 0 auto;
  line-height: 0;
}
.request-bg {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0 100px;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .request-bg {
    padding: 200px 0 180px;
  }
}
@media (max-width: 1199.98px) {
  .request-bg {
    padding: 180px 0 160px;
  }
}
@media (max-width: 991.98px) {
  .request-bg {
    padding: 130px 0 130px;
  }
}
@media (max-width: 767.98px) {
  .request-bg {
    padding: 100px 0;
  }
}
	.btn-two:hover
		{
		    background-color:#15176c;
		    color:#fff !important;
		}
.request-bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0B0C39;
  opacity: 0.5;
  z-index: -1;
}
.choose__list-icon-two {
  font-size: 60px;
  line-height: 0;
  color: #0c84a7;
  -webkit-transform: translateY(5px) rotateY(0deg);
  -moz-transform: translateY(5px) rotateY(0deg);
  -ms-transform: translateY(5px) rotateY(0deg);
  -o-transform: translateY(5px) rotateY(0deg);
  transform: translateY(5px) rotateY(0deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.choose__list-icon i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.choose__list-content .title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}
.choose__list-content p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .choose__list-content p br {
    display: none;
  }
}
.choose__list-content-two .title {
  color: var(--tg-color-white-default);
  margin-bottom: 5px;
  font-size: 22px;
}
.choose__list-content-two p {
  margin-bottom: 0;
  color: var(--tg-color-gray-3);
}
.choose__list-two .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*align-items: center;*/
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 40px 0;
}
.choose__list-two .list-wrap li {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  .choose__list-two .list-wrap li {
    width: 100%;
  }
}
.aboutusform
{
    padding-top:100px;
    padding-bottom:100px;
}
.aboutusform h3,.aboutusform h4,.cell  h4,.cell  h3
{
    color:#fff;
}
.form-aboutus{
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: 0px;
    border: none;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 2.5rem;
    color: #0a0a0a;
}
#servicesradio1,#services1,#services2,#final
{
    display:none !important;
}
.contact-form .bootstrap-select
{
    background-color:#fff;
}
.contact-form label
{
    color:#fff;
    font-weight: 400;
    font-family: 'Google Sans';
    font-size: 16px;
    margin-bottom:0px;
    margin-top:20px;
}
.btnsubmit
{
    padding: 12px 45px;
    font-size: 16px;
    border-radius: 5px;
    display: flex;
    color:#fff !important;
    align-items: center;
    border: none;
    font-weight: 600;
    background-color: var(--color-secondry) !important;
    float:right;
    border-radius:30px;
}
.social .fab
{
    color: #fff;
    font-size: 32px;
    border-radius: 50%;
    border: 5px solid #fff;
    padding: 10px;
    width: 64px;
    height: 64px;
    line-height: 35px;
    text-align: center;
    margin: 0 5px 10px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    vertical-align: -webkit-baseline-middle;
    list-style:none;
}
.social li
{
    list-style:none;
}
.social
{
    display:flex;
}
.blog-title
{
    font-size:40px;
        line-height: 50px;
    font-weight: 400;
    font-family: 'Google Sans';
    color: #202124;
}
@media (max-width:767px)
{
    .blog-title
{
    font-size:20px;
        line-height: 50px;
    font-weight: 400;
    font-family: 'Google Sans';
    color: #202124;
}
}
h4
{
    color:#202124;
    font-family:'Google Sans';
    font-size:28px;
    font-weight:700;
    line-height:36px;

}
@media (max-width: 767px) 
{
  .years {
    display: none; 
  }
  .testi {
    display: none;
  }
}
.dzsale
{
    display:none !important;
}
