/*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: 169px;
    margin-left: 0;
}
.dlab-tabs.vertical.right .tab-pane {
    padding: 10px 20px 10px 0;
}
/*======================================
  * 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
---------------------------------------------------------------*/
body, html {
     -moz-osx-font-smoothing: grayscale;
}
body {
    background-color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color:#3f3f3f;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
a {
    color: #6f6f6f;
    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;
    border-top: 1px solid rgba(0,0,0,.3);
}
section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}
address {
    font-style: italic;
}
table {F
    background-color: transparent;
    width: 100%;
}
table thead th {
    color: #333;
}
table td {
    padding: 15px 10px;
}
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;
}

.dis-block{
	display:block;
	width: 100%;
}
/*---------------------------------------------------------------
2. HEADINGS
---------------------------------------------------------------*/

@media screen and (max-width: 414px){
    .bg-trans-yellow {
        padding: 7px !important;
    }
    .bg-trans-yellow h2{
        text-align: center;
    }
    h3{
        font-size: 38px;
    }
    p{
        text-align: justify;
    }
    .urike{
        text-align: justify !important;
    }
}
h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
	font-weight: 600;
}
h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
	font-weight: 600;
}
h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
	font-weight: 600;
}
/*---------------------------------------------------------------
3. TEXT & PARAGRAPH
---------------------------------------------------------------*/

p {
    font-family: 'Merriweather Sans', sans-serif;

}

.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
}

/*---------------------------------------------------------------
4. LISTS
---------------------------------------------------------------*/

dl,
ul,
ol {
    list-style-position: outside;
}
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
---------------------------------------------------------------*/

/*== >marging (top) ==*/

/*== >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 (right) ==*/


.m-r10 {
    margin-right: 10px;
}



/*== > 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;
}


/*---------------------------------------------------------------
8. COLOR (text & background)
	>text color
	>background color
---------------------------------------------------------------*/
/*=== >text color ===*/

/*=== >background color ===*/

.bg-transparent {
    background-color: transparent;
}
.bg-primary {
    background-color: ;
}
.bg-white {
    background-color: #FFF;
}
.bg-black {
    background-color: #000;
}
.bg-black-light {
    background-color: #1C1C1C;
}
.bg-gray {
    background-color: #F7F9FB;
}
.bg-gray-dark {
    background-color: #d3d3d3;
}
.bg-red {
    background-color: #FF4045;
}
.bg-green {
    background-color: #6dce63;
}
.bg-yellow {
    background-color: #ffb800;
}
.bg-pink {
    background-color: #ff52ed;
}
.bg-blue {
    background-color: #68bde5;
}
.bg-orange {
    background-color: #ffa63d;
}
/* 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: fixed;
	background-size: cover;
}

/*---------------------------------------------------------------
9. IMAGES OVERLAY EFFECTS (overly animation on images)
---------------------------------------------------------------*/
/* 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
---------------------------------------------------------------*/



/*---------------------------------------------------------------
11. CONTENT SHOW ON IMAGE BOX
---------------------------------------------------------------*/
/* info box show */

/* without hover */


/*---------------------------------------------------------------
12. FORM ELEMENTS
---------------------------------------------------------------*/

label {
    font-weight: 500;
    margin-bottom: 10px;
}

.input.form-group {
    margin-bottom: 25px;
}
.form-control {
	height: 50px;
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 4px;
    /*color: #000;*/
}
.input-group .select-group,
.input-group .form-control{
	margin-right:10px;
}
.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: 1px solid #e7ecf1;
    background-color: #fff;
    /*height: 40px;*/
    font-size: 13px;
    color: #999;
}
.bootstrap-select .dropdown-toggle:after {
    display: none;
}
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover {
    background-color: transparent;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    outline: 0px !important;
    color: #999;
}
.bootstrap-select:active,
.bootstrap-select:focus {
    border: 0px;
    box-shadow: none;
    outline: 0px;
}
.bootstrap-select.show {
    box-shadow: none;
    outline: 0px;
}
.bootstrap-select.show .dropdown-toggle {
    box-shadow: none;
    outline: 0px !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: 5px 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;
	
}
.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: table-cell;
}
.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;
}


/*---------------------------------------------------------------
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: 5px 0;
    position: relative;
    z-index: 9;
}
.extra-nav .btn-link{
	font-size:15px;
}
.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
}
.extra-cell ul{
    margin:0;
    padding:0;
    list-style:none;
}
.extra-cell ul li{
    display: inline-block;
    vertical-align: middle;
}
.extra-cell ul li .btn-link{
    padding: 0 0px 0 20px;
    margin-left: 10px;
    position:relative;
    cursor: pointer;
}
.extra-cell ul li .btn-link:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0.1;
}
.extra-cell ul li .btn-link i {
    margin-left: 0;
}
/*---------------------------------------------------------------
29. SIDE-NAV
---------------------------------------------------------------*/
.rightsidebar{
    width:800px;    
    right:-900px;
    left:auto;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    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 40px 35px rgba(0, 0, 0, 0.1);
    border: 0 none;
    border-radius: 0;
    background:#f9f9f9;
}
.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: -400px;
    background:url(../images/navbg.jpg);
    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 40px 35px rgba(0, 0, 0, 0.1);
    border: 0 none;
    border-radius: 0;
    background-size: cover;
    background-position: center;
}
.site-header .sidenav:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #32003e;
    position: absolute;
    top: 0;
    opacity: 0.8;
}
.sidenav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position:relative;
    padding-top: 60px;
    z-index:2;
}
.sidenav > ul li a {
    font-size: 15px;
    display: flex;
    font-weight: 400;
    color: #fff;
    padding: 10px 20px;
    align-items: center;
}
.sidenav > ul li a:hover {
    color:#fff;
}
.sidenav > ul li a i{
    font-size: 24px;
    margin-right: 10px;
    background: rgb(253,96,162);
    background: -moz-linear-gradient(left, rgba(253,96,162,1) 0%, rgba(255,150,165,1) 100%);
    background: -webkit-linear-gradient(left, rgba(253,96,162,1) 0%,rgba(255,150,165,1) 100%);
    background: linear-gradient(to right, rgba(253,96,162,1) 0%,rgba(255,150,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd60a2', endColorstr='#ff96a5',GradientType=1 );
    text-shadow: 5px 5px 30px rgb(253,96,162);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.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;
}
.rightsidebar .rightclose {
    color: #ffffff;
    font-size: 24px;
    height: 65px;
    line-height: 65px;
    padding: 0;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 65px;
    z-index: 1;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.sidenav > .menu-close {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    background: #fff;
    color: #000;
    right: 0;
    z-index: 22;
    cursor: pointer;
    position: absolute;
    left: 0;
    text-align: center;
}
.menu-close:after{
    content:"";
}
.sidenav > .menu-close:hover{
    color:#000000;
}
@media only screen and (max-width: 800px) {
    .sidenav.cs-sidenav {
        width:100%;
    }
}
@media only screen and (max-width: 480px) {
    .extra-nav {
        margin: 0 1px 0 0;
        text-align: right;
    }
}
.new-page{
	padding: 2px 5px;
	font-size: 10px;
	background: var(--bg-color);
	color: #fff;
	border-radius: 4px;
	vertical-align: middle;
	margin-left: 2px;
}
.new-page.menu-new{
	font-size: 10px;
	position: absolute;
	right: 10px;
	top: 8px;
	padding: 3px 4px;
	line-height: 10px;
}
@media only screen and (max-width: 1200px) {
	.new-page.menu-new{
		display:none;
	}
}
/* 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: var(--bg-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
    padding: 11px 0;
}

.topbar-social li a{
	padding: 0 6px; 
}
@media only screen and (max-width: 991px) {
	
}
@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;
	}
    .widget{
        text-align: center;
    }
    .widget-app{
        margin-left: auto;
        margin-right: auto;
    }
	
}

/*---------------------------------------------------------------
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: 140px;
    height: 80px;
    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: 280px;
}
.logo-header span,
.logo-footer span {
    font-size: 20px;
    color: #EFBB20;
    letter-spacing: 20px;
}
/*= When header is sticky =*/

.is-fixed .logo-header {
    height: 55px;
	width: 120px;
	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 .logo-header{
        width: 110px;
		max-width: 110px;
		height:50px;
    }
    .is-fixed .logo-header a img {
        vertical-align: middle;
    }
	.site-header .navbar-toggler,
	.site-header .is-fixed .navbar-toggler{
		 margin: 32px 0 14px 15px;
	}
	.site-header .extra-nav,
	.site-header .is-fixed .extra-nav{
		padding: 14px 0;
	}
}
/*---------------------------------------------------------------
17. MAIN BAR ( place logo & main-navigation )
---------------------------------------------------------------*/
.main-bar {
    background: #FFFFFF;
    width: 100%;
    position: relative;
}

/*---------------------------------------------------------------
18. NAVIGATIONS
	>mena-menu
	>mobile-menu
	>footer-menu
---------------------------------------------------------------*/
/*== >mena-menu ==*/
.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin:24px 0 20px 15px;
    padding: 0;
}
.navbar-toggler span {
    background: #fff;
}
.is-fixed .navbar-toggler {
    margin:24px 0 20px 15px;
}

.header-nav {
    position: relative;
    padding: 0;
}
.navicon{
  width: 18px;
  height: 14px;
  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;
}

.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: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.navicon span:nth-child(3) {
  bottom: 0;
}
.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);
}
.header-nav .logo-header{
	display:none;
}
.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;
    text-transform: uppercase;
    position: relative;
}
.header-nav .nav > li > a {
    border-radius: 0px;
    color: #2b2d2e;
    font-size: 14px;
    padding: 30px 12px;
    cursor: pointer;
	font-weight: 600;
	display: inline-block;
	font-family:Poppins;
}
.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,
.header-nav .nav > li.current-menu-item > a {
    background-color: transparent;
    color: #EFBB20;
}
.header-nav .nav > li:hover > a {
    color: #EFBB20;
}
.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.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;
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
}
.header-nav .nav > li > .sub-menu,
.header-nav .nav > li > .mega-menu {
	box-shadow:0px 0px 40px 0 rgba(0,16,147,0.15);
}
.header-nav .nav > li > .mega-menu {
	border-radius: 10px;
	overflow: hidden;
}
.header-nav .nav > li .sub-menu {
    background-color: #ffffff;
    border: 3px solid var(--bg-color-sc);
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 10px 5px;
    position: absolute;
    visibility: hidden;
    width: 250px;
    z-index: 10;
	border-radius: 0 20px 20px 20px;
	 -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;
	transform: scaleY(0);
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform-origin: top;
	-moz-transform-origin: top;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
}
.header-nav .nav > li .sub-menu li {
    border-bottom: 0px solid #f4f4f4;
    position: relative;
}
.header-nav .nav > li .sub-menu li a {
    color: #000;;
    display: block;
    font-size: 15px;
    padding: 10px 20px;
    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: 500;
	font-family: Poppins;
	border-radius:10px;
}
.header-nav .nav > li .sub-menu li a:hover {
    color: #EFBB20;
    text-decoration: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
    color: #EFBB20;
}
.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: 250px;
}
.header-nav .nav > li .sub-menu li .fa {
    color: inherit;
    display: block;
    float: right;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 12px;
	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: 251px;
    -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: 251px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible;
	box-shadow: 0px 0px 40px 0 rgba(0,16,147,0.10)
}
.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;
    display: table;
    left: 0px;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
	z-index: 9;
}
.header-nav .nav > li .mega-menu > li {
    display: table-cell;
    padding: 30px 0 25px;
    position: relative;
    vertical-align: top;
    width: 25%;
}
.header-nav .nav > li .mega-menu > li:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.02);
    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;
    font-size: 14px;
    padding: 0 20px;
	font-size: 13px;
    font-weight: 600;
}
.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: #505050;
    display: block;
    font-size: 13px;
    line-height: 34px;
    text-transform: capitalize;
    padding: 0 20px;
	font-weight: 500;
}
.header-nav .nav > li .mega-menu > li ul a:hover {
    color: #EFBB20;
}
.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: "FontAwesome";
    right: 4px;
    position: absolute;
    top: 50%;
    color: #999;
    margin-top: -8px;
    font-size: 8px;
}
@media only screen and (max-width: 1200px) {
	.header-nav .nav > li > a{
		padding: 30px 8px;
	}
}
@media only screen and (max-width: 991px) {
	
	.header-nav .nav > li .mega-menu{
		border:0;
	}
	.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;
		padding:0;
		box-shadow:none;
	}
}
@media only screen and (max-width: 767px) {
	.site-header.center  .logo-header img{
		height: 60px;
		margin-bottom: -30px;
	}
}
@media only screen and (max-width: 991px) {
    header .logo {
        display: block;
        padding: 4px 0;
    }
    .header-nav .nav i {
        margin-top: 6px;
    }
}
@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;
		width:100%;
		display: block;
		height: auto;
    }
    .header-nav .nav li {
        float: none;
		display:block;
		width:100%;
    }
    .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 {
        padding: 10px 20px;
		display:block;
		color:#000;
    }
    .header-nav .nav i {
        float: right;
    }
    .header-nav .nav > li > a:hover,
    .header-nav .nav > li > a:active,
    .header-nav .nav > li > a:focus {
        background-color: transparent;
        text-decoration: none;
		color: #000;
    }
    .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: transparent;
    }
    .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:"\f078";
	}
	.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:"\f054";
	}
	.header-nav .nav > li .sub-menu li i.fa-angle-right:before{
		content: "\f078";
		font-size: 10px;
	}
	.header-nav .nav > li .sub-menu li.open i.fa-angle-right:before{
		content: "\f054";
	}
    .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;
		transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
    }
	.header-nav .nav > li .sub-menu li .fa{
		position: unset;
		margin-top: 0;
	}
	.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;
    }
}
/*= 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 10px 0 rgba(0, 0, 0, 0.2);*/
}
.is-fixed .header-nav .nav > li > a {
    padding: 18px 12px;
}
.is-fixed .extra-nav {
    padding: 6px 0;
}
@media only screen and (max-width: 991px) {
    .is-fixed .header-nav .nav > li > a {
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .is-fixed .header-nav .nav {
        height: 225px;
    }
    .is-fixed .header-nav .nav > li > a {
        padding: 10px 20px;
    }
    .is-fixed#header-part .navbar-toggler {
        margin: 15px 0;
    }
}
/*= header full width =*/

#header-part.full-width .top-bar .container,
#header-part.full-width .main-bar .container {
    width: auto;
}
/*= 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 Transparent  */
.header-transparent{
	position:absolute;
	width:100%;
}
.header-transparent .main-bar{
	background-color:rgba(0,0,0,0);
}
.header-transparent .header-nav .nav > li > a{
	color:#fff;
}
.header-transparent .header-nav .nav > li > a,
.header-transparent .extra-nav .btn-link,
.header-transparent .navbar-toggler {
    color: #ffffff;
}

.header-transparent .is-fixed .main-bar{
	position:fixed;
	background: #fff;
}
.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;
}
.header-transparent .is-fixed .navbar-toggler span{
    background-color: #000;
}
@media only screen and (max-width: 767px) {
	.fullwidth .container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* One Page Nav */
.onepage .navbar{
	margin-bottom:0;
	border:0;
}
@media only screen and (max-width: 991px) {
	.header-transparent .header-nav .nav > li > a{
		color:#000;
	}
}
/* Responsive CSS End */
/* ================== Header Style 5 End ================== */

/*---------------------------------------------------------------
20. SLIDER
	>rs slider
	>owl slider
---------------------------------------------------------------*/
/*== >rs slider ==*/
/*== >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-dots.disabled{
	margin:0;
}
.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: 8px;
    height: 8px;
    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 #FF3B68;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot.active span, 
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover span{
	background-color:#FF3B68;
}
.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-prev, 
.owl-btn-1 .owl-next,
.owl-btn-2 .owl-prev, 
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev, 
.owl-btn-3 .owl-next{
    border-radius: 2px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px !important;
    padding: 0;
    text-align: center;
    width: 50px;
}
.owl-btn-2 .owl-prev, 
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev, 
.owl-btn-3 .owl-next{
	margin: 0 -70px !important;
}
.owl-btn-3 .owl-prev, 
.owl-btn-3 .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-prev:hover, 
.owl-btn-3 .owl-next:hover {
	background-color: rgba(0, 0, 0, 0);
	color:#000;
	opacity:1;
}
.owl-btn-3.btn-white .owl-prev, 
.owl-btn-3.btn-white .owl-next {
	color:#fff;
}
.owl-btn-3.btn-white .owl-prev:hover, 
.owl-btn-3.btn-white .owl-next:hover {
	color:#fff;
}
.owl-btn-4 {
	overflow:hidden;
}
.owl-btn-4 .owl-prev, 
.owl-btn-4 .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-prev:hover, 
.owl-btn-4 .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:#1abc9c;
}
.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-prev, 
	.owl-btn-2 .owl-next,
	.owl-btn-3 .owl-prev, 
	.owl-btn-3 .owl-next{
		margin:0 10px !important;
	}
}

/*---------------------------------------------------------------
22. WIDGETS
---------------------------------------------------------------*/
.list-2{
	display: table;
}
.list-2 li{
	float: left;
    padding: 5px 5px 5px 20px;
    width: 50%;
	position: relative;
}
.widget-bx .btn{
	padding: 10px 30px;
}
.widget {
    margin-bottom: 60px;
}
.widget-bx {
    border: 2px solid #c4c4c4;
    border-radius: 10px;
    padding: 30px 30px;
    box-shadow: 5px 10px 0px 0px #f0f0f0;
}
.widget.bg-white{
	border: 1px solid #ebedf2;
}
.widget.border-0 ul li {
    border: 0 none;
}
.widget-title {
	padding-bottom: 0;
	position: relative;
	margin-bottom: 30px;
	vertical-align: middle;
	font-family: Poppins;
	text-transform: capitalize;
	text-align: left;
	font-size: 24px;
	color:#252525;
	border-bottom: 2px solid #f3f4f6;
	padding-bottom: 20px;
}
.widget-title:after {
    content: none;
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 3px;
    margin: 0 0 0;
    width: 50px;
    margin: 10px 0;
}
.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;
    position: relative;
    padding: 12px 0px 12px 20px;
    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: #313e5f;
    text-transform: capitalize;
    font-size: 15px;
	font-weight:500;
}
.widget_categories ul li:after,
.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: "";
    position: absolute;
    left: 0;
    top: 18px;
    display: block;
    width: 7px;
    height: 7px;
    background: var(--bg-color-sc);
    border-radius: 6px;
}
.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 .btn {
    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: 10px 15px;
    background-color: #77c04b;
    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: #6ab33e;
    color: #ffffff!important;
    border-bottom-color: #5a9e2f;
}
/* Search BX style 1 */
.search-bx.style-1 .input-group-btn button {
    background: var(--bg-color);
    border: 0;
    color: #fff;
    font-size: 15px;
    height: 55px;
    width: 55px;
    border-width: 0;
	border-radius: 0 4px 4px 0;
}
.search-bx.style-1 .form-control {
	border-width: 0;
    font-size: 15px;
    height: 55px;
    background: var(--bg-color-sc);
    padding: 5px 25px;
	border-radius: 4px 0 0 4px;
	color: #fff;
}
.search-bx.style-1 .form-control::-moz-placeholder {
    color: #fff;
}
.search-bx.style-1 .form-control:-moz-placeholder {
    color: #fff;
}
.search-bx.style-1 .form-control:-ms-input-placeholder {
    color: #fff;
}
.search-bx.style-1 .form-control::-webkit-input-placeholder {
    color: #fff;
}


@media only screen and (max-width: 767px) {

}

/*---------------------------------------------------------------
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),
.icon-bx-lg,
.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,

.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,
.shadow-bx img,
.step-no-bx,
.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.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s 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 
---------------------------------------------------------------*/
/*== >Buttons ======= */
/* owl slider button */
.owl-prev,
.owl-next {
    background-color: rgba(255,255,255,0.95);
    border-color: rgba(255,255,255,0.95);
    color: #000;
    padding: 5px 8px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    border-width: 0px;
    border-style: solid;
}
.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
    background-color: rgba(255,255,255,1);
    border-color: #3E2E23;
    color: #000;
}
/* theme default button */
.button-example .btn,
.button-example .btn-link{
	margin:0 5px 10px 0;
}

/* Bootstrap button */
button{
	cursor:pointer;
}
button:focus{
	outline:0px solid;
}
.btn {
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    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:focus{
	box-shadow:none;
}
.btn.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #ffffff;
}
.btn.btn-primary {
    background-color: #0275d8;
    border-color: #0275d8;
    color: #ffffff;
}
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover{
	background-color: #025aa5;
    border-color: #01549b;
}
.btn.btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #ffffff;
}
.btn.btn-info:hover{
    background-color: #46cef7;
    border-color: #46cef7;
    color: #ffffff;
}
.btn.btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #ffffff;
}
.btn.btn-danger:hover {
    background-color: #ea4b47;
    border-color: #ea4b47;
    color: #ffffff;
}
.btn.btn-secondary {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #292b2c;
}
/* Outline */
[class*="btn-outline"].btn{
	border: 1px solid;
}
.btn.btn-outline-danger {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #d9534f;
    color: #d9534f;
}
.btn.btn-outline-primary {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #0275d8;
    color: #0275d8;
}
.btn.btn-outline-secondary {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #cccccc;
    color: #cccccc;
}
.btn.btn-outline-success {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #5cb85c;
    color: #5cb85c;
}
.btn.btn-outline-info {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #5bc0de;
    color: #5bc0de;
}
/* Outline Hover */
.btn.btn-outline-warning {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #f0ad4e;
    color: #f0ad4e;
}
.btn.btn-outline-primary:hover {
    background-color: hsl(208, 98%, 43%);
    border-color: hsl(208, 98%, 43%);
    color: hsl(0, 0%, 100%);
}
.btn.btn-outline-secondary:hover {
    background-color: hsl(0, 0%, 80%);
    border-color: hsl(0, 0%, 80%);
    color: hsl(0, 0%, 100%);
}
.btn.btn-outline-success:hover {
    background-color: hsl(120, 39%, 54%);
    border-color: hsl(120, 39%, 54%);
    color: hsl(0, 0%, 100%);
}
.btn.btn-outline-info:hover {
    background-color: hsl(194, 66%, 61%);
    border-color: hsl(194, 66%, 61%);
    color: hsl(0, 0%, 100%);
}
.btn.btn-outline-warning:hover {
    background-color: hsl(35, 84%, 62%);
    border-color: hsl(35, 84%, 62%);
    color: hsl(0, 0%, 100%);
}
.btn.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;
}

.btn-secondry {
    color: #fff;
    padding: 14px 30px;
    display: inline-block;
    font-size: 12px;
    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;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	overflow: hidden;
	vertical-align: middle;
	-webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;	
	align-items: flex-start;
	text-indent: 0px;
	white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%; 
	position: relative;
}


/* button text uppercase */

.btn.text-uppercase {
    text-transform: uppercase;
}
/* button size */
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
}
.btn-md {
	padding: 18px 50px;
	font-size: 15px;
	font-weight: 400;
}
.btn-lg {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 40px;
}
.btn-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 */
/* white */

.btn.white {
    background-color: #fff;
    color: #777;
}
.btn.white:hover,
.btn.white:active,
.btn.white:focus {
    background-color: #F4F4F4;
    color: #555;
}
/* black */

.btn.black {
    background-color: #000;
    color: #fff;
}
.btn.black:hover,
.btn.black:active,
.btn.black:focus {
    background-color: #000;
    color: #fff;
}
/* Gray */

.btn.gray {
    background-color: #a0a0a0;
    color: #fff;
}
.btn.gray:hover,
.btn.gray:active,
.btn.gray.active,
.btn.gray:focus {
    background-color: #555555;
    color: #fff;
}
/* pink */

.btn.pink {
    background-color: #ff3c85;
    color: #fff;
}
.btn.pink:hover,
.btn.pink:active,
.btn.pink.active,
.btn.pink:focus {
    background-color: #ef2c75;
    color: #fff;
}
/* Blue */

.btn.blue {
    background-color: #00c5dc;
    color: #fff;
}
.btn.blue:hover,
.btn.blue:active,
.btn.blue.active,
.btn.blue:focus {
    background-color: #00b5cc;
    color: #fff;
}
/* Green */

.btn.green {
    background-color: #34bfa3;
    color: #fff;
}
.btn.green:hover,
.btn.green:active,
.btn.green.active,
.btn.green:focus {
    background-color: #24af93;
    color: #fff;
}
/* Orange */

.btn.orange {
    background-color: #EF9800;
    color: #fff;
}
.btn.orange:hover,
.btn.orange:active,
.btn.orange.active,
.btn.orange:focus {
    background-color: #df8800;
    color: #fff;
}
/* Red */

.btn.red {
    background-color: #f0526d;
    color: #fff;
}
.btn.red:hover,
.btn.red:active,
.btn.red.active,
.btn.red:focus {
    background-color: #F22D4E;
    color: #fff;
}
/* Brown */

.btn.brown {
    background-color: #484a5c;
    color: #fff;
}
.btn.brown:hover,
.btn.brown:active,
.btn.brown.active,
.btn.brown:focus {
    background-color: #383a4c;
    color: #fff;
}
/* Yellow */

.btn.yellow {
    background-color: #ffb800;
    color: #fff;
}
.btn.yellow:hover,
.btn.yellow:active,
.btn.yellow.active,
.btn.yellow:focus {
    background-color: #ffc800;
    color: #fff;
}
/* purple */

.btn.purple {
    background-color: #8862B9;
    color: #fff;
}
.btn.purple:hover,
.btn.purple:active,
.btn.purple.active,
.btn.purple:focus {
    background-color: #7852a9;
    color: #fff;
}
/* Button Gradiyant  */
/* white */

.btn.white {
    background-color: #fff;
    color: #000;
}
.btn.white:hover,
.btn.white:active,
.btn.white:focus {
    background-color: #F4F4F4;
    color: #555;
}
/* black */

.btn.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;
}
.btn.black.gradient:hover,
.btn.black.gradient:active,
.btn.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 */

.btn.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;
}
.btn.gradient.gray:hover,
.btn.gradient.gray:active,
.btn.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 */

.btn.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;
}
.btn.gradient.pink:hover,
.btn.gradient.pink:active,
.btn.gradient.pink:focus {
    background: rgb(51,150,242); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(51,150,242,1) 0%, rgba(80,158,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(51,150,242,1) 0%,rgba(80,158,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(51,150,242,1) 0%,rgba(80,158,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3396f2', endColorstr='#509eff',GradientType=1 ); /* IE6-9 */
    color: #fff;
}
/* Blue */

.btn.gradient.blue {
	background: rgb(51,150,242); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(51,150,242,1) 0%, rgba(80,158,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(51,150,242,1) 0%,rgba(80,158,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(51,150,242,1) 0%,rgba(80,158,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3396f2', endColorstr='#509eff',GradientType=1 ); /* IE6-9 */
    color: #fff;
}
.btn.gradient.green {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#21b176+0,35d895+100 */
	background: rgb(33,177,118); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(33,177,118,1) 0%, rgba(53,216,149,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(33,177,118,1) 0%,rgba(53,216,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(33,177,118,1) 0%,rgba(53,216,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21b176', endColorstr='#35d895',GradientType=1 ); /* IE6-9 */
	color: #fff;
}
.btn.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;
}
.btn.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;
}
/* Brown */

.btn.gradient.brown {
    background: rgb(203,100,0);
    background: -moz-linear-gradient(left, rgba(203,100,0,1) 0%, rgba(224,153,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(203,100,0,1) 0%,rgba(224,153,0,1) 100%);
    background: linear-gradient(to right, rgba(203,100,0,1) 0%,rgba(224,153,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb6400', endColorstr='#e09900',GradientType=1 );
	color: #fff;
}
/* Yellow */
.btn.gradient.yellow {
    background: rgb(255,162,0);
	background: -moz-linear-gradient(left, rgba(255,162,0,1) 0%, rgba(255,196,36,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,162,0,1) 0%,rgba(255,196,36,1) 100%);
	background: linear-gradient(to right, rgba(255,162,0,1) 0%,rgba(255,196,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa200', endColorstr='#ffc424',GradientType=1 );
    color: #fff;
}
/* purple */

.btn.gradient.purple {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5947f3+0,8c73f5+100 */
	background: rgb(89,71,243); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(89,71,243,1) 0%, rgba(140,115,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(89,71,243,1) 0%,rgba(140,115,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(89,71,243,1) 0%,rgba(140,115,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5947f3', endColorstr='#8c73f5',GradientType=1 ); /* IE6-9 */
	color: #fff;
}
.text-white .btn.outline {
	color:#fff;
}
.btn.outline{
	color:#888;
    background: none;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
}
.btn.outline-2 {
	border-width: 2px;
}
.btn.outline.radius-xl,
.btn.outline-2.radius-xl {
	border-radius:100px;
}
/* white */

.btn.outline.white {
    color: #e7e7e7;
    border-color: #e7e7e7;
}
.btn.outline.white:hover {
    color: #000;
}
/* black */

.btn.outline.black {
    color: #171717;
    border-color: #171717;
}
/* gray */

.btn.outline.gray {
    color: #666666;
    border-color: #666666;
}
/* pink */

.btn.outline.pink {
    color: #e63f75;
    border-color: #e63f75;
}
/* blue */

.btn.outline.blue {
    color: #42b8d4;
    border-color: #42b8d4;
}
/* green */

.btn.outline.green {
    color: #35b494;
    border-color: #35b494;
}
/* orange */

.btn.outline.orange {
    color: #e56713;
    border-color: #e56713;
}
/* red */

.btn.outline.red {
    color: #d93223;
    border-color: #d93223;
}
/* brown */

.btn.outline.brown {
    color: #69441f;
    border-color: #69441f;
}
/* yellow */

.btn.outline.yellow {
    color: #EFBB20;
    border-color: #EFBB20;
}
/* purple */

.btn.outline.purple {
    color: #ae1af7;
    border-color: #ae1af7;
}
/* hover */

.btn.outline:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
/* button text link */

.btn-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    font-weight: 500;
	padding:0;
}
.btn-link i {
    margin-left: 10px;
}
/* white */

.btn-link.white {
    color: #e7e7e7;
}
.btn-link.white:hover,
.btn-link.white:active,
.btn-link.white:focus {
    color: #CCC;
}
/* black */

.btn-link.black {
    color: #171717;
}
.btn-link.black:hover,
.btn-link.black:active,
.btn-link.black:focus {
    color: #000;
}
/* Gray */

.btn-link.gray {
    color: #666666;
}
.btn-link.gray:hover,
.btn-link.gray:active,
.btn-link.gray:focus {
    color: #555555;
}
/* pink */

.btn-link.pink {
    color: #e63f75;
}
.btn-link.pink:hover,
.btn-link.pink:active,
.btn-link.pink:focus {
    color: #EF2C75;
}
/* Blue */

.btn-link.blue {
    color: #42b8d4;
}
.btn-link.blue:hover,
.btn-link.blue:active,
.btn-link.blue:focus {
    color: #00B5CC;
}
/* Green */

.btn-link.green {
    color: #35b494;
}
.btn-link.green:hover,
.btn-link.green:active,
.btn-link.green:focus {
    color: #26a585;
}
/* Orange */

.btn-link.orange {
    color: #E56713;
}
.btn-link.orange:hover,
.btn-link.orange:active,
.btn-link.orange:focus {
    color: #d55703;
}
/* Red */

.btn-link.red {
    color: #D93223;
}
.btn-link.red:hover,
.btn-link.red:active,
.btn-link.red:focus {
    color: #c51e0f;
}
/* Brown */

.btn-link.brown {
    color: #69441F;
}
.btn-link.brown:hover,
.btn-link.brown:active,
.btn-link.brown:focus {
    color: #5f3a15;
}
/* Yellow */

.btn-link.yellow {
    color: #ecc731;
}
.btn-link.yellow:hover,
.btn-link.yellow:active,
.btn-link.yellow:focus {
    color: ##d4af19;
}
/* purple */

.btn-link.purple {
    color: #ae1af7;
}
.btn-link.purple:hover,
.btn-link.purple:active,
.btn-link.purple:focus {
    color: #9804e1;
}
/* Dropdown */
.dropdown-menu > li > a{
	padding:10px 20px;
}
/* Box Shadow */

/* black */
.btn.box-shadow.black {
	box-shadow:0 5px 10px 2px rgba(0, 0, 0, 0.19);
}

/* gray */
.btn.box-shadow.gray {
	box-shadow:0 5px 10px 2px rgba(85, 85, 85, 0.19);
}

/* pink */
.btn.box-shadow.pink {
	box-shadow:0 5px 10px 2px rgba(239, 44, 177, 0.19);
}

/* blue */
.btn.box-shadow.blue {
	box-shadow:0 5px 10px 2px rgba(0, 181, 104, 0.19);
}

/* green */
.btn.box-shadow.green {
	box-shadow:0 5px 10px 2px rgba(36, 176, 147, 0.19);
}

/* orange */
.btn.box-shadow.orange {
	box-shadow:0 5px 10px 2px rgba(223, 136, 0, 0.19);
}

/* red */
.btn.box-shadow.red {
	box-shadow:0 5px 10px 2px rgba(242, 45, 78, 0.19);
}

/* brown */
.btn.box-shadow.brown {
	box-shadow:0 5px 10px 2px rgba(56, 58, 76, 0.19);
}

/* yellow */
.btn.box-shadow.yellow {
	box-shadow:0 5px 10px 2px rgba(239, 168, 18, 0.19);
}

/* purple */
.btn.box-shadow.purple {
	box-shadow:0 5px 10px 2px rgba(120, 82, 169, 0.19);
}
/* Circle */
.btn.circle-sm {
	width:28px;
	height:28px;
	padding: 0;
	border-radius:40px;
	font-size:12px;
	line-height: 27px;
}
.btn.circle {
	width:40px;
	height:40px;
	padding: 0;
	border-radius:40px;
	line-height: 39px;
}
.btn.circle-lg {
	border-radius: 40px;
    font-size: 20px;
    height: 55px;
    padding: 0;
    width: 55px;
	line-height: 54px;
}

.btn.sharp-sm {
	width:28px;
	height:28px;
	padding: 0;
	font-size:12px;
	line-height: 27px;
}
.btn.sharp {
	width:40px;
	height:40px;
	padding: 0;
	line-height: 39px;
}
.btn.sharp-lg {
    font-size: 20px;
    height: 55px;
    padding: 0;
    width: 55px;
	line-height: 54px;
}
/* Social Icon */
/* .btn.facebook,
.btn.google-plus,
.btn.instagram,
.btn.linkedin,
.btn.twitter,
.btn.youtube,
.btn.whatsapp{
	border-radius:3px;
} */
/* Social icon link */
.btn-link.pinterest{
	color:#ca2128;
}
.btn-link.facebook{
	color:#3B5998;
}
.btn-link.google-plus{
	color:#DE4E43;
}
.btn-link.linkedin{
	color:#007BB6;
}
.btn-link.instagram{
	color:#8A5A4E;
}
.btn-link.twitter{
	color:#1EA1F3;
}
.btn-link.youtube{
	color:#CE201F;
}
.btn-link.whatsapp{
	color:#01C854;
}

.btn-link.tumblr.hover,
.btn-link.pinterest.hover,
.btn-link.facebook.hover,
.btn-link.google-plus.hover,
.btn-link.linkedin.hover,
.btn-link.instagram.hover,
.btn-link.twitter.hover,
.btn-link.youtube.hover,
.btn-link.whatsapp.hover{
	color:inherit;
}
.btn-link.tumblr.hover:hover,
.btn-link.tumblr.hover:focus,
.btn-link.tumblr.hover:active{
	color:#2d4e7d;
}
.btn-link.pinterest.hover:hover,
.btn-link.pinterest.hover:focus,
.btn-link.pinterest.hover:active{
	color:#bb0008;
}
.btn-link.facebook.hover:hover,
.btn-link.facebook.hover:focus,
.btn-link.facebook.hover:active{
	color:#3b5998;
}
.btn-link.google-plus.hover:hover,
.btn-link.google-plus.hover:focus,
.btn-link.google-plus.hover:active{
	color:#de4e43;
}
.btn-link.linkedin.hover:hover,
.btn-link.linkedin.hover:focus,
.btn-link.linkedin.hover:active{
	color:#007bb6;
}
.btn-link.instagram.hover:hover,
.btn-link.instagram.hover:focus,
.btn-link.instagram.hover:active{
	color:#8a5a4e;
}
.btn-link.twitter.hover:hover,
.btn-link.twitter.hover:focus,
.btn-link.twitter.hover:active{
	color:#1ea1f3;
}
.btn-link.youtube.hover:hover,
.btn-link.youtube.hover:focus,
.btn-link.youtube.hover:active{
	color:#ce201f;
}
.btn-link.whatsapp.hover:hover,
.btn-link.whatsapp.hover:focus,
.btn-link.whatsapp.hover:active{
	color:#01c854;
}

.btn.tumblr{
	background-color:#44546b;
}
.btn.tumblr:hover,
.btn.tumblr:focus,
.btn.tumblr:active{
	background-color:#2d4e7d;
}
.btn.pinterest{
	background-color:#ca2128;
}
.btn.pinterest:hover,
.btn.pinterest:focus,
.btn.pinterest:active{
	background-color:#bb0008;
}
.btn.facebook{
	background-color:#3B5998;
}
.btn.facebook:hover,
.btn.facebook:focus,
.btn.facebook:active{
	background-color:#4b69a8;
}
.btn.google-plus{
	background-color:#DE4E43;
}
.btn.google-plus:hover,
.btn.google-plus:focus,
.btn.google-plus:active{
	background-color:#fe6e63;
}
.btn.linkedin{
	background-color:#007BB6;
}
.btn.linkedin:hover,
.btn.linkedin:focus,
.btn.linkedin:active{
	background-color:#209bd6;
}
.btn.instagram{
	background-color:#8A5A4E;
}
.btn.instagram:hover,
.btn.instagram:focus,
.btn.instagram:active{
	background-color:#aa7a6e;
}
.btn.twitter{
	background-color:#1EA1F3;
}
.btn.twitter:hover,
.btn.twitter:focus,
.btn.twitter:active{
	background-color:#0e91e3;
}
.btn.youtube{
	background-color:#CE201F;
}
.btn.youtube:hover,
.btn.youtube:focus,
.btn.youtube:active{
	background-color:#ee403f;
}
.btn.whatsapp{
	background-color:#01C854;
}
.btn.whatsapp:hover,
.btn.whatsapp:focus,
.btn.whatsapp:active{
	background-color:#00a834;
}

/* Social Icon Outline */
.btn.tumblr.outline,
.btn.pinterest.outline,
.btn.facebook.outline,
.btn.google-plus.outline,
.btn.instagram.outline,
.btn.linkedin.outline,
.btn.twitter.outline,
.btn.youtube.outline,
.btn.whatsapp.outline{
	background-color:rgba(0,0,0,0);
	border: 1px solid;
}
.btn.tumblr.outline{
	color:#44546b;
}
.btn.pinterest.outline{
	color:#ca2128;
}
.btn.facebook.outline{
	color:#3B5998;
}
.btn.google-plus.outline{
	color:#DE4E43;
}
.btn.linkedin.outline{
	color:#007BB6;
}
.btn.instagram.outline{
	color:#8A5A4E;
}
.btn.twitter.outline{
	color:#1EA1F3;
}
.btn.youtube.outline{
	color:#CE201F;
}
.btn.whatsapp.outline{
	color:#01C854;
}
/* Outline Hover */
.btn.tumblr.outline:hover,
.btn.tumblr.outline:focus,
.btn.tumblr.outline:active{
	border-color:#2d4e7d;
	background-color:#2d4e7d;
	color:#fff;
}
.btn.pinterest.outline:hover,
.btn.pinterest.outline:focus,
.btn.pinterest.outline:active{
	border-color:#bb0008;
	background-color:#bb0008;
	color:#fff;
}
.btn.facebook.outline:hover,
.btn.facebook.outline:focus,
.btn.facebook.outline:active{
	border-color:#4b69a8;
	background-color:#4b69a8;
	color:#fff;
}
.btn.google-plus.outline:hover,
.btn.google-plus.outline:focus,
.btn.google-plus.outline:active{
	border-color:#fe6e63;
	background-color:#fe6e63;
	color:#fff;
}
.btn.linkedin.outline:hover,
.btn.linkedin.outline:focus,
.btn.linkedin.outline:active{
	border-color:#209bd6;
	background-color:#209bd6;
	color:#fff;
}
.btn.instagram.outline:hover,
.btn.instagram.outline:focus,
.btn.instagram.outline:active{
	border-color:#aa7a6e;
	background-color:#aa7a6e;
	color:#fff;
}
.btn.twitter.outline:hover,
.btn.twitter.outline:focus,
.btn.twitter.outline:active{
	border-color:#0e91e3;
	background-color:#0e91e3;
	color:#fff;
}
.btn.youtube.outline:hover,
.btn.youtube.outline:focus,
.btn.youtube.outline:active{
	border-color:#ee403f;
	background-color:#ee403f;
	color:#fff;
}
.btn.whatsapp.outline:hover,
.btn.whatsapp.outline:focus,
.btn.whatsapp.outline:active{
	border-color:#00a834;
	background-color:#00a834;
	color:#fff;
}
@media only screen and (max-width: 991px) {
    .button-layout .btn-link,
	.button-layout .site-secondry,
	.button-layout .btn,
	.button-layout .btn {
		 margin-bottom:10px;
	}
}
/* Social White */
.btn.white.tumblr,
.btn.white.pinterest,
.btn.white.facebook,
.btn.white.google-plus,
.btn.white.instagram,
.btn.white.linkedin,
.btn.white.twitter,
.btn.white.youtube,
.btn.white.whatsapp{
	background:#fff;
}
.btn.white.tumblr{
	color:#44546b;
}
.btn.white.pinterest{
	color:#ca2128;
}
.btn.white.facebook{
	color:#3B5998;
}
.btn.white.google-plus{
	color:#DE4E43;
}
.btn.white.linkedin{
	color:#007BB6;
}
.btn.white.instagram{
	color:#8A5A4E;
}
.btn.white.twitter{
	color:#1EA1F3;
}
.btn.white.youtube{
	color:#CE201F;
}
.btn.white.whatsapp{
	color:#01C854;
}
.btn.white.tumblr:hover,
.btn.white.pinterest:hover,
.btn.white.facebook:hover,
.btn.white.google-plus:hover,
.btn.white.instagram:hover,
.btn.white.linkedin:hover,
.btn.white.twitter:hover,
.btn.white.youtube:hover,
.btn.white.whatsapp:hover{
	color:#fff;
}
.btn.white.tumblr:hover{
	background-color:#2d4e7d;
}
.btn.white.pinterest:hover{
	background-color:#bb0008;
}
.btn.white.facebook:hover{
	background-color:#3B5998;
}
.btn.white.google-plus:hover{
	background-color:#DE4E43;
}
.btn.white.linkedin:hover{
	background-color:#007BB6;
}
.btn.white.instagram:hover{
	background-color:#8A5A4E;
}
.btn.white.twitter:hover{
	background-color:#1EA1F3;
}
.btn.white.youtube:hover{
	background-color:#CE201F;
}
.btn.white.whatsapp:hover{
	background-color:#01C854;
}
/* filter buttons css */
.site-filters {
    margin-bottom: 50px;
}
.site-filters ul {
    margin: 0;
    list-style: none;
	padding-left: 0;
}
.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;
}
.site-filters li input {
    display: none;
}
.site-filters a {
    margin: 0 5px 5px 0;
}
.site-filters .active > [class*="btn"] {
    color: #fff;
    background-color: #EFBB20;
}
.site-filters.center {
    text-align: center;
}
.site-filters.center ul {
    display: inline-block;
    margin: auto;
}
.site-filters.center [class*="btn"] {
    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-family: montserrat;
    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: #19bb9f;
}
.site-filters.style1.white li a:after {
	background-color: #fff;
}
.site-filters.style1.white li a{
	color:#bfbfbf;
}
.site-filters .btn.outline{
	border-color: #1ABC9C;
}
.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;
}
.site-filters.style2{
    margin-bottom: 30px;
}

.site-filters.style2 li.btn{
	padding: 0;
    background-color: transparent;
    border-radius: 0;
    overflow: unset;
}
.site-filters.style2 li.active a{ 
	background:#5947f3;
	color:#fff;
	box-shadow: 5px 5px 30px -10px #5947f3;
}
.site-filters.style2 li a{
	border: 2px solid #5947f3;
    background: transparent;
    color: #5947f3;
    padding: 5px 10px;
    border-radius: 4px;
}
@media only screen and (max-width: 480px) {
    .site-filters.center [class*="btn"] {
        margin: 0 1px 5px;
        padding: 5px 10px;
        font-size: 12px;
    }
}
/*== >Title separators ====== */

/*== >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:15px;
}

.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: #EFBB20;
}
.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: #EFBB20;
    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:#1abc9c;
	color:#fff;
}
.rounded[class*="list-"] li {
    padding: 10px 0 10px 45px;
}
.rounded[class*="list-"] li {
    padding: 10px 0 10px 45px;
}
.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: #1abc9c 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:FontAwesome;
	content:"\f0da";
	left:39px;
	position:absolute;
	top:50%;
	color:#1abc9c;
	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:#1abc9c;
	background:#fff;
	border-right:1px solid rgba(0,0,0,0.1);
}
/*== >Tabs ========= */
/*tabs style 1 [ defult ]*/


/* Tabs Style Button  */
.tabs-btn .nav-tabs{
	border:0;
}
.tabs-btn .nav-tabs li a{
	padding: 13px 20px;
}	
.tabs-btn .nav-tabs li a,
.tabs-btn .nav-tabs li a:hover,
.tabs-btn .nav-tabs li a:focus{
	background: #f8f8f8 none repeat scroll 0 0;
    border: 0 none;
}
.tabs-btn .nav-tabs li a.active:focus,
.tabs-btn .nav-tabs li a.active:hover,
.tabs-btn .nav-tabs li a.active{
	background-color:#1abc9c;
	color:#fff;
	border:0;
}
.tabs-btn .nav-tabs li a.active i{
	color:#fff;
}
@media only screen and (max-width: 767px) {
	.tabs-btn .nav-tabs li a{
		padding: 13px 20px;
	}	
}
/*tabs style 6  [ right-nav & content with border ]*/


/*== >Testimonials ======*/
.review-area {
    background-repeat: no-repeat;
    background-position: top 100px center
}
.review-area .main-title {
    margin-bottom: 0px
}
.review-area.xs-section-padding {
    padding-bottom: 60px;
    padding-top: 80px
}
.single-review-thumb>img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    margin-left: auto;
    margin-right: auto
}
.owl-item.current .single-review-thumb>img {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}
.review-slider-thumb {
    width: calc(100% - 600px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px
}
.review-slider-thumb .owl-stage-outer {
    padding: 28px 0
}
.owl-stage {
    margin-left: auto;
    margin-right: auto;
}
.review-content.review-style2 .star-rating-wraper {
    margin-bottom: 12px
}
.review-content.review-style2>p {
    color: #1e1e1e;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    margin-bottom: 24px
}
.review-content.review-style2 .reviewer-bio h5 {
    color: #1e1e1e;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}
.review-content.review-style2 .reviewer-bio p {
    margin-bottom: 0px;
    color: #9a9a9a;
    letter-spacing: 1.5px
}
.review-content hr {
    width: 250px;
    display: block;
    border-color: #e7e7e7;
    margin-top: 0px;
    margin-bottom: 30px
}
.review-content.text-center hr {
    margin-left: auto;
    margin-right: auto
}
.lirc-testimonial-area2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}
.bouble-slider-privew {
    padding-left: 30px
}
.bouble-slider-privew .owl-nav {
    margin-top: 50px
}
.bouble-slider-privew .owl-nav button:not(:last-child) {
    margin-right: 15px
}
.bouble-slider-privew .owl-nav button.owl-next,
.bouble-slider-privew .owl-nav button.owl-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background-color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    color: #b5b6d1
}
.bouble-slider-privew .owl-nav button.owl-next:hover,
.bouble-slider-privew .owl-nav button.owl-prev:hover {
    color: #103dbe;
    -webkit-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1)
}
.single-bouble-thumb {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid transparent;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}
.single-bouble-thumb.thumb-1 {
    width: 120px;
    height: 120px
}
.single-bouble-thumb.thumb-2 {
    width: 90px;
    height: 90px
}
.single-bouble-thumb.thumb-3 {
    width: 66px;
    height: 66px
}
.single-bouble-thumb.thumb-4 {
    width: 50px;
    height: 50px
}
.bouble-slider-thumb .owl-item:first-child {
    -webkit-transform: translateX(345px) translateY(60px);
    -ms-transform: translateX(345px) translateY(60px);
    transform: translateX(345px) translateY(60px)
}
.bouble-slider-thumb .owl-item:nth-child(2) {
    -webkit-transform: translateX(44px) translateY(220px);
    -ms-transform: translateX(44px) translateY(220px);
    transform: translateX(44px) translateY(220px)
}
.bouble-slider-thumb .owl-item:nth-child(3) {
    -webkit-transform: translateX(-144px) translateY(60px);
    -ms-transform: translateX(-144px) translateY(60px);
    transform: translateX(-144px) translateY(60px)
}
.bouble-slider-thumb .owl-item:nth-child(4) {
    -webkit-transform: translateX(-300px) translateY(220px);
    -ms-transform: translateX(-300px) translateY(220px);
    transform: translateX(-300px) translateY(220px)
}
.bouble-slider-thumb .owl-item:nth-child(5) {
    -webkit-transform: translateX(-430px) translateY(114px);
    -ms-transform: translateX(-430px) translateY(114px);
    transform: translateX(-430px) translateY(114px)
}
.bouble-slider-thumb .current .single-bouble-thumb {
    border-color: #ff8f1e;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.12)
}
.review-content.review-style3 .review-content-header {
    margin-bottom: 24px
}
.review-content.review-style3>p {
    font-style: normal;
    font-size: 1rem
}
.review-content.review-style3 .reviewer-bio h3 {
    font-size: 1.75rem;
    color: #103dbe;
    font-family: "Roboto", sans-serif;
    font-weight: 500
}
.review-content.review-style3 .reviewer-bio p {
    color: #afafaf;
    font-size: 1rem
}
/*== COUNTERUP ===*/
.counter {
    position: relative;
}
/*== >Alert box =====*/

.close {
    color: #000000;
    float: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    opacity: 0.3;
    text-shadow: none;
    vertical-align: middle;
}

/*== >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: #32003e;
}
.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.9;
}
.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-white-dark.op95:after {
    opacity: 0.95;
}
.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: 2;
}
/*use for box*/


/* 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;
}
.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;
}


/*---------------------------------------------------------------
26. FOOTER
---------------------------------------------------------------*/
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: #b0b0b0;
}

footer a,
footer a:visited {
    color: #b0b0b0;
}
footer p a {
    color: #b0b0b0;
}
footer a:active,
footer a:focus,
footer a:hover {
    color: #b0b0b0;
}
/* 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.text-white .widget_categories ul li a, 
footer.text-white .widget_archive ul li a, 
footer.text-white .widget_meta ul li a, 
footer.text-white .widget_pages ul li a, 
footer.text-white .widget_recent_comments ul li a, 
footer.text-white .widget_nav_menu li a, 
footer.text-white .widget_recent_entries ul li a, 
footer.text-white .widget_services ul li a, 
footer.text-white a, 
footer.text-white .footer-bottom, 
footer.text-white p, 
footer.text-white strong, 
footer.text-white b, 
footer.text-white .widget .post-title, 
footer.text-white .widget-about .dlab-title, 
footer.text-white {
    color: #fff;
}
.widget-app{
    width: 220px;
    margin-top: 70px;
}
footer p {
    margin-bottom: 10px;
}
footer p,
footer li {
    font-size: 15px;
    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;
	padding-left: 0;
}
/*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);
	
}
footer .widget_services ul li {
	transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	padding: 10px 0px 10px 15px;
}
footer .widget_services ul li:hover {
	transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
}
/*widget Getintuch*/
.footer-top {
    /*background: #c4eafb;*/
    background-size: cover;
    background-position: center;
    padding: 150px 0 50px;
	position: relative;
}
.footer-bottom {
    /*background-color:#c4eafb;*/
    /*padding: 16px 0;*/
    color: #191d21;
	/*border-top: 1px solid rgba(0,0,0,0.1);*/
}
.footer-bottom .btn-link{
	color:var(--text-color-sc);
	font-size:18px;
}
.footer-bottom ul {
    margin: 0;
}
.footer-title{
	font-size:21px;
	font-weight:600;
	color:var(--text-color-sc);
	margin-bottom: 40px;
}
.widget_services .list-2 li{
	padding:0;
}
.widget_services .list-2 li a{
	color: #191918;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	padding: 8px 0 8px 20px;
	display: block;
	text-transform: uppercase;
}
.footer-top .subscribe-form input {
	background-color: #fff;
	margin: 0 0 15px 0;
	border: 0;
	padding: 20px 30px;
	height: 60px;
	color:#000;
}
.footer-top .subscribe-form .btn {
    height: auto;
	border-radius: 40px;
}
.footer-top .widget_services .list-2{
	margin-top:-8px;
}
/* Footer Full */
.footer-full .container-fluid{
	padding-left:50px;
	padding-right:50px;
}
.footer-top .widget {
    margin-bottom: 30px;
}
.section-shape {
    bottom: -340px;
    left: 0;
    right: 0;
    margin-top: -330px;
}

@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-clear {
        display: block !important;
        clear: both;
    }
    #footer .footer-4-col {
        width: 100%;
    }
    .footer-bottom [class*="clo-"] {
        width: 100%;
    }
}
/* scroll top btn css */
button.scroltop {
    background: #000;
    border-radius: 4px;
    border: 0;
    bottom: 15px;
    box-shadow: 2px 2px 12px -5px #000000;
    color: #fff !important;
    cursor: pointer;
    display: none;
    height: 50px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 999;
}
/*---------------------------------------------------------------
27. PAGE-CONTENT
---------------------------------------------------------------*/
.page-wraper {
    background: #fff;
}
.gray-layout.page-wraper .main-bar,
.gray-layout.page-wraper .bg-white,
.gray-layout.page-wraper{
	background:#F7F9FB !important;
}
.content-area {
    padding-top: 60px;
}
.section-full {
    position: relative;
}
/*= Section Head Part =*/

.section-head {
    margin-bottom: 40px;
}
.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 {
    font-size: 16px;
    color: #0f192d;
	line-height: 28px;
}
.section-head p.text-white {
	color:#fff;
}
.text-center.section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding-top: 0;
}
.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 =*/

@media only screen and (max-width: 1025px) {
    .section-full {
        background-attachment: scroll !important;
    }
    .content-inner-5{
        padding-top: 70px !important;
    }
}

/*---------------------------------------------------------------
28. INNER-CONTENT
---------------------------------------------------------------*/


/* required classes */

.sticky {
    clear: both;
}
.gallery-caption {
    clear: both;
}
.bypostauthor {
    clear: both;
}
/*===============================================

	gallery pages css

=============================================== */

/*==== LOADING ====*/
#loading-area {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-repeat: no-repeat;
    background-size: 160px;
    background-image: url(../images/loader.gif);
    content: "Vteam";
    background-position: center;
}
/* =============================
	Spacing End Alignment	
============================= */
.site-footer .widget_getintuch{
	padding-top:0;
}
.content-inner{
    padding-top: 70px;
    padding-bottom: 40px;
    margin: 50px 0;
}
.content-inner-1{
	padding-top:60px;
	padding-bottom:0px;
}
.content-inner-2{
	padding-top:70px;
	padding-bottom:70px;
}
.content-inner-3{
	padding-top:30px;
}
.content-inner-4{
	padding-top:0;
	padding-bottom:70px;
}
.content-inner-5{
	padding-top:20px;
	padding-bottom:50px;
    margin-bottom: 50px;
}

/* Mobile Spacing */
@media only screen and (max-width: 991px) {
	.sticky-top{
		position:unset;
	}
	.content-inner {
		padding-top: 70px;
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.widget_ftabout p,
	.widget_services .list-2 li a{
		font-size: 15px;
	}
	.footer-title{
		margin-bottom: 20px;
	}
	.widget_ftabout .footer-logo {
		margin-bottom: 10px;
		margin-top: -25px;
		width: 100px;
	}
	.site-footer .widget{
		margin-bottom:40px;
	}
	.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;
	}
	
	.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;
	}
}
/* Google Recaptcha */

@media screen and (max-width: 575px){
	#rc-imageselect, 
	.g-recaptcha {
        transform:scale(0.77);
        -moz-transform:scale(0.77);
        -o-transform:scale(0.77);
        -webkit-transform:scale(0.77);
        
        transform-origin:0 0;
        -moz-transform-origin:0 0;
        -o-transform-origin:0 0;
        -webkit-transform-origin:0 0;
    
    }
}

.g-recaptcha > div{
	width:250px !important; 
}
/* Mo-Left */
.nav-footer,
.header-nav .home-sign,
.mo-nav .logo-header,
.mo-nav .social-menu{
	display:none;
}
/* Google Recaptcha */
@media screen and (max-width: 991px){
	.mo-left .header-nav.nav-dark{
		background-color:#141516;
	}
	.mo-left .header-nav{
		overflow:scroll;
		position: fixed;
		width: 280px;
		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:#f8f8f8;
		margin:0;
		z-index:99;
	}
	.mo-left .header-nav li.open a{
		position:relative;
	}
	.navbar-nav{
		overflow-x: unset;
		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;
		border: 0;
	}
	.mo-left .is-fixed .header-nav .nav{
		height:auto;
	}
	.mo-left .navbar-toggler.open:after{
		background-color: rgba(0, 0, 0, 0.6);
		content: "";
		height: 100%;
		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: 20px 15px;
		width: 100%;
	}
	.mo-left .header-nav .logo-header img{
		max-width: unset;
		width: 220px;
		height: auto;
	}
	.mo-left .navbar-toggler.open span{
		background:#fff;
	}
	
	.header-nav .home-sign{
		display: flex;
		margin-bottom: 20px;
		padding: 0 20px;
		width: 100%;
	}
	.header-nav .home-sign div:last-child{
		padding-left:10px;
	}
	.header-nav .home-sign div:first-child{
		padding-right:10px;
	}
	.header-nav .home-sign div{
		flex: 0 0 50%;
		max-width: 50%;
		text-transform: uppercase;
		font-weight: 600;
	}
	.header-nav .home-sign a {
		width: 100%;
		font-size: 15px;
		font-weight: 600;
		padding: 10px 10px;
	}
	.header-nav .home-sign a span {
		display: inline-block;
	}
	.nav-footer p{
		font-size:14px;
		color:#999;
		margin-bottom: 0;
	}
	.nav-footer{
		    display: block;
		width: 100%;
		border-top: 1px solid rgba(0,0,0,0.1);
		background: #fff;
		padding: 15px 20px;
		margin-top: auto;
		position: absolute;
		bottom: 0;
		left:0;
	}
	.nav-social{
		margin: 0 0 8px 0 !important;
		padding:0;
		list-style:none;
	}
	.nav-social li{
		display:inline-block;
	}
	.nav-social li a{
		width: 32px;
		height: 32px;
		border: 1px solid rgba(0,0,0,0.1);
		line-height: 30px;
		text-align: center;
		border-radius: 6px;
		font-size: 13px;
		color: #888;
	}
}

@media only screen and (max-width: 767px){
	.sp10-sm .row,
	.row.sp10-sm,
	.sp10-sm{
		margin-left:-8px;
		margin-right:-8px;
	}
	.row.sp10-sm [class*="col-"],
	.sp10-sm [class*="col-"]{
		padding-left:8px;
		padding-right:8px;
	}
	.logo-header{
		margin-right: 15px;
	}
}

/* ============================================== 
	header 
================================================ */

/* Search BX style 1 */

@media only screen and (max-width: 991px) {
	.navbar-toggler{
		float: right;
	}
	.mo-left .header-nav{
		background-size: cover;
	}
	.header-nav .nav > li.has-mega-menu {
		position: relative;
	}
	.header-nav .nav > li .sub-menu li a:hover {
		background-color: transparent;
	}
	.header-nav .nav > li .sub-menu li a{
		padding: 10px 20px;
		color: #000;
		opacity: 0.7;
		font-weight: 400;
		font-size: 13px;
	}
	.header-nav .nav > li .sub-menu{
		border:0;
	}
	.header-nav .nav > li .sub-menu .sub-menu{
		padding:10px 0;
	}
	.header-nav .nav > li .sub-menu .sub-menu li a{
		padding: 6px 45px;
	}
	.header-nav .nav > li:hover > a:after {
		content:none;
	}
	.header-nav .logo-header a{
		display: block;
		width: 100%;
		text-align: center;
	}
	.site-header .header-nav .nav > li.active > a,
	.site-header .header-nav .nav > li.current-menu-item > a .header-nav .nav > li .sub-menu li a:hover,
	.site-header .header-nav .nav > li:hover > a,
	.site-header .header-nav .nav > li .mega-menu > li ul a:hover,
	.site-header .header-nav .nav > li .sub-menu li:hover > a{
		color:#000;
	}
	.social-menu ul{
		margin:0;
		padding:0;
		list-style:none;
		padding-bottom: 15px;
	}
	.social-menu ul li{
		display:inline-block;
	}
	.social-menu ul li a{
		color: #fff;
		font-size: 16px;
		padding: 0 10px;
	}
}
@media only screen and (max-width: 767px) {
	.logo-header{
		margin-right: 15px;
	}
	.extra-cell ul li a, 
	.extra-cell ul li .btn-link{
		font-size: 14px;
	}
	.extra-cell ul li a{
		padding: 5px 15px;
		font-size: 12px;
	}
	.extra-cell ul li .btn-link{
		padding: 0 0px 0 10px;
		margin-left: 5px;
	}
	.mo-left .navbar-toggler.open:after{
		margin: 0 0px 0px 15px;
	}
	
}


.title-name{
	max-width: 100%;
}


.seclect-box{
	display:flex;
}
.seclect-box .title{
	margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
.seclect-box .seclect-area:first-child{
	border-right:1px solid rgba(0,0,0,0.1);
}
.seclect-box .seclect-area{
	flex: 0 0 50%;
    width: 50%;
	padding: 0 30px;	
}
.btn-select {
	display: block;
}
.btn-select .btn{
	border: 2px solid rgba(0,0,0,0.3);
    border-radius: 8px !important;
    padding: 8px 15px;
    margin: 0 5px 8px 0;
    background: transparent;
    color: #777;
}
.btn-select .btn:hover,
.btn-select .btn.active{
	background: #5947f3;
    border-color: #5947f3;
    box-shadow: 5px 5px 20px -10px #5947f3;
	color:#fff;
}
.select-option .bootstrap-select .dropdown-toggle{
	border: 1px solid rgba(0,0,0,0.2) !important;
    padding: 15px 30px;
    height: 55px;
    font-size: 16px;
    color: #aaa;
    border-radius: 8px;
    box-shadow: 5px 5px 20px -15px #9f8270;
}

.select-option .bootstrap-select .dropdown-toggle:active,
.select-option .bootstrap-select .dropdown-toggle:focus,
.select-option .bootstrap-select .dropdown-toggle:hover{
	box-shadow: 5px 5px 20px -15px #9f8270 !important;
}
.select-option .bootstrap-select.btn-group .dropdown-toggle .caret{
	right: 30px;
    top: 20px;
}
.select-option .bootstrap-select div.dropdown-menu ul li a {
    padding: 10px 20px;
    font-size: 15px;
}
.select-option .bootstrap-select div.dropdown-menu ul li a:hover{
	color:#fff;
	background: #5947f3;
}

.select-option .bootstrap-select div.dropdown-menu{
	border:0;
	border-radius: 8px;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
/* Radio */


.gradient{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd60a2+0,ff96a5+100 */
	background: rgb(253,96,162); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(253,96,162,1) 0%, rgba(255,150,165,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(253,96,162,1) 0%,rgba(255,150,165,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(253,96,162,1) 0%,rgba(255,150,165,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd60a2', endColorstr='#ff96a5',GradientType=1 ); /* IE6-9 */
}

/* guests-tag */

.form-control {
    border-radius: 4px;
}

/* about-section - start
==================================================================================================== */

  .about-section .section-title .big-title {
    margin-bottom: 30px; }
  .about-section .section-title .custom-btn {
    -webkit-box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2); }
  .about-section .about-item-wrapper {
    padding-left: 50px; }
    .about-section .about-item-wrapper ul {
      width: 100%;
      display: table;
      /*border-top: 1px solid #f0f0f0;*/
      /*border-left: 1px solid #f0f0f0; */
  }
      .about-section .about-item-wrapper ul li {
        height: 213px;
        width: 33.333%;
        background-color: #ffffff;
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0; }
        .about-section .about-item-wrapper ul li .about-item {
          width: 100%;
          height: 100%;
          display: block;
          padding: 35px 30px;
          text-align: center;
          position: relative; }
          .about-section .about-item-wrapper ul li .about-item:before {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            content: '';
            z-index: -1;
            position: absolute;
            background: -webkit-gradient(linear, to right, rgba(253,96,162,1) 0%,rgba(255,150,165,1) 100%);
            background: -webkit-linear-gradient(to right, rgba(253,96,162,1) 0%,rgba(255,150,165,1) 100%);
            background: -o-linear-gradient(to right, rgba(253,96,162,1) 0%,rgba(255,150,165,1) 100%);
            background: linear-gradient(to right, rgba(253,96,162,1) 0%,rgba(255,150,165,1) 100%);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .about-section .about-item-wrapper ul li .about-item .icon {
            display: table;
            margin: 0 auto 30px; }
            .about-section .about-item-wrapper ul li .about-item .icon i {
              font-size: 48px;
              background: -webkit-gradient(linear, to right, rgba(253,96,162,1) 0%,rgba(255,150,165,1) 100%);
              background: -webkit-linear-gradient(to right, rgba(253,96,162,1) 0%,rgba(255,150,165,1) 100%);
              background: -o-linear-gradient(to right, rgba(253,96,162,1) 0%,rgba(255,150,165,1) 100%);
              background: linear-gradient(to right, rgba(253,96,162,1) 0%,rgba(255,150,165,1) 100%);
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
              -webkit-background-clip: text !important;
              -webkit-text-fill-color: transparent !important; }
          .about-section .about-item-wrapper ul li .about-item .title {
            width: 100%;
            display: block;
            font-weight: 700;
            color: #333333;
            font-size: 18px;
            font-family: "Roboto", sans-serif;
            text-transform: capitalize;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .about-section .about-item-wrapper ul li .about-item .sub-title {
            color: #878787;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .about-section .about-item-wrapper ul li:hover .about-item {
          z-index: 1;
          -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
          transform: scale(1.03); }
          .about-section .about-item-wrapper ul li:hover .about-item:before {
            opacity: 1; }
          .about-section .about-item-wrapper ul li:hover .about-item .icon i {
            background: transparent;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: #ffffff !important; }
          .about-section .about-item-wrapper ul li:hover .about-item .title {
            color: #ffffff; }
          .about-section .about-item-wrapper ul li:hover .about-item .sub-title {
            color: #ffffff; }
.ul-li ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    display: inline-block;
}
/* about-section - end
==================================================================================================== */




.main-section .main-carousel1 .item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .main-section .main-carousel1 .item .slider-item-content {
    z-index: 1;
    text-align: center;
    padding: 200px 200px;
    padding-bottom: 300px; }
    .main-section .main-carousel1 .item .slider-item-content .medium-text {
      font-size: 60px;
      font-weight: 400;
      text-transform: capitalize;
      color: rgba(255, 255, 255, 0.8); }
    .main-section .main-carousel1 .item .slider-item-content .big-text {
      font-size: 72px;
      font-weight: 900;
      color: #ffffff; }
    .main-section .main-carousel1 .item .slider-item-content .small-text {
      color: #ffffff;
      letter-spacing: 6px;
      text-transform: uppercase; }
    .main-section .main-carousel1 .item .slider-item-content .link-groups {
      margin-top: 50px;
      text-align: center; }
      .main-section .main-carousel1 .item .slider-item-content .link-groups a {
        margin: 5px;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .main-section .main-carousel1 .item .slider-item-content .link-groups .start-btn {
        font-weight: 700;
        padding: 12px 30px;
        color: #ffffff;
        border-radius: 30px;
        font-size: 14px;
        text-transform: uppercase;
        border: 3px solid var(--bg-color); }
        .main-section .main-carousel1 .item .slider-item-content .link-groups .start-btn:hover {
          color: #ffffff;
          background-color:var(--bg-color); }

.main-section .owl-theme .owl-dots {
  left: 50%;
  margin: 0px;
  bottom: 100px;
  display: table;
  padding: 0px 15px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #ffffff; }
  .main-section .owl-theme .owl-dots .owl-dot {
    float: left;
    min-width: 50px;
    min-height: 50px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .main-section .owl-theme .owl-dots .owl-dot:after {
      left: 0;
      right: 0;
      opacity: 0;
      z-index: 1;
      content: '';
      height: 3px;
      bottom: -2px;
      position: absolute;
      -webkit-transform: scaleX(0.6);
      -ms-transform: scaleX(0.6);
      transform: scaleX(0.6);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color:var(--bg-color); }
  .main-section .owl-theme .owl-dots .owl-dot.active {
    font-size: 30px; }
    .main-section .owl-theme .owl-dots .owl-dot.active:after {
      opacity: 1;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
.owl-nav{
    display: none !important;
}
.main-section .owl-theme .owl-nav .owl-next,
.main-section .owl-theme .owl-nav .owl-prev {
  top: 50%;
  opacity: .1;
  width: 50px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  text-align: center;
  color: transparent;
  position: absolute;
  border-radius: 100%;
  background: transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .main-section .owl-theme .owl-nav .owl-next span,
  .main-section .owl-theme .owl-nav .owl-prev span {
    margin: 0px;
    padding: 0px;
    color: transparent;
    background: transparent; }
  .main-section .owl-theme .owl-nav .owl-next:before,
  .main-section .owl-theme .owl-nav .owl-prev:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 900;
    line-height: 50px;
    position: absolute;
    color: #333333;
    font-size: 24px;
    background: #ffffff;
    font-family: 'Font Awesome 5 Free'; }
  .main-section .owl-theme .owl-nav .owl-next:hover,
  .main-section .owl-theme .owl-nav .owl-prev:hover {
    opacity: .8; }

.main-section .owl-theme .owl-nav .owl-prev {
  left: 7%; }
  .main-section .owl-theme .owl-nav .owl-prev:before {
    content: '\f060'; }

.main-section .owl-theme .owl-nav .owl-next {
  right: 7%; }
  .main-section .owl-theme .owl-nav .owl-next:before {
    content: '\f061'; }
.event-search-section {
  padding: 80px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .event-search-section .section-title .sub-title {
    color: #ffffff;
    letter-spacing: 1.5px;
    font-size: 14px; }
  .event-search-section .section-title .big-title {
    color: #ffffff; }
  .event-search-section .search-form ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: table; }
    .event-search-section .search-form ul li {
      float: left;
      width: 32.877%;
      list-style: none;
      margin-right: 5px;
      display: inline-block; }
      .event-search-section .search-form ul li:last-child {
        margin-right: 0px; }
      .event-search-section .search-form ul li .title {
        margin-bottom: 15px;
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase; }
      .event-search-section .search-form ul li input {
        border-radius: 3px; }
      .event-search-section .search-form ul li #event-category-select {
        width: 100%;
        height: 50px;
        border: none;
        font-weight: 600;
        padding: 0px 20px;
        border-radius: 3px;
        -webkit-appearance: none;
        background: #ffffff url(../images/1.down-arrow.png) no-repeat right 20px center; }
      .event-search-section .search-form ul li .submit-btn {
        width: 100%;
        height: 50px;
        margin-top: 37px;
        font-weight: 700;
        padding: 0px 20px;
        text-align: center;
        border-radius: 3px;
        color: #ffffff;
        text-transform: uppercase;
        background-color: #333333; }
/* event-gallery-section - start
==================================================================================================== */
.event-gallery-section {
  width: 100%;
  display: table; }
  .event-gallery-section .filters-button-group {
    text-align: center; }
    .event-gallery-section .filters-button-group .button {
      position: relative;
      margin-right: 30px;
      padding-bottom: 15px;
      color: #878787;
      font-size: 18px;
      text-transform: capitalize; }
      .event-gallery-section .filters-button-group .button i {
        color: #878787;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .event-gallery-section .filters-button-group .button strong {
        font-weight: 700; }
      .event-gallery-section .filters-button-group .button:last-child {
        margin-right: 0px; }
      .event-gallery-section .filters-button-group .button:after {
        left: 0;
        right: 0;
        opacity: 0;
        width: 100%;
        height: 3px;
        content: '';
        bottom: -3px;
        position: absolute;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background:-webkit-linear-gradient(40deg, #000000 0%, #000000 100%);
    background:-moz-linear-gradient(40deg, #000000 0%, #000000 100%);
    background:-o-linear-gradient(40deg, #000000 0%, #000000 100%);
    background:-ms-linear-gradient(40deg, #000000 0%, #000000 100%); }
      .event-gallery-section .filters-button-group .button:hover {
        color: #333333; }
        .event-gallery-section .filters-button-group .button:hover i {
          color: #ffc800; }
    .event-gallery-section .filters-button-group .button.is-checked {
      color: #333333; }
      .event-gallery-section .filters-button-group .button.is-checked i {
        color: #ffc800; }
      .event-gallery-section .filters-button-group .button.is-checked:after {
        opacity: 1;
        bottom: 0px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  .event-gallery-section .grid {
    width: 100%;
    display: table; }
  .event-gallery-section .grid-item,
  .event-gallery-section .grid-sizer {
    width: 25%;
    max-height: 395px;
    overflow: hidden; }
  .event-gallery-section .grid-item--width2 {
    width: 50%;
    max-height: 395px; }
  .event-gallery-section .grid-item--height2 {
    width: 25%;
    max-height: 790px; }
  .event-gallery-section .grid-item {
    float: left;
    display: inline-block; }
  .event-gallery-section .grid-item {
    position: relative; }
    .event-gallery-section .grid-item a {
      position: relative; }
      .event-gallery-section .grid-item a:before, .event-gallery-section .grid-item a:after {
        z-index: 1;
        opacity: 0;
        content: '';
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .event-gallery-section .grid-item a:before {
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 62, 0, 0.8)), to(rgba(255, 190, 48, 0.8)));
        background: -webkit-linear-gradient(top left, rgba(255, 62, 0, 0.8), rgba(255, 190, 48, 0.8));
        background: -o-linear-gradient(top left, rgba(255, 62, 0, 0.8), rgba(255, 190, 48, 0.8));
        background: linear-gradient(to bottom right, rgba(255, 62, 0, 0.8), rgba(255, 190, 48, 0.8)); }
      .event-gallery-section .grid-item a:after {
        top: 50%;
        left: 50%;
        font-size: 48px;
        font-weight: 900;
        color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-family: 'Font Awesome 5 Free';
        text-shadow: 0 0 16px rgba(0, 0, 0, 0.2); }
    .event-gallery-section .grid-item img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .event-gallery-section .grid-item .item-content {
      left: 0px;
      bottom: 0px;
      width: 100%;
      padding: 30px;
      position: absolute;
      -webkit-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
      .event-gallery-section .grid-item .item-content h3 {
        font-weight: 900;
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 18px;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
      .event-gallery-section .grid-item .item-content span {
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }
    .event-gallery-section .grid-item:hover a:after, .event-gallery-section .grid-item:hover a:before {
      opacity: 1; }
    .event-gallery-section .grid-item:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .event-gallery-section .grid-item:hover .item-content {
      opacity: 0;
      bottom: -15px; }
  .event-gallery-section .grid-item.video-gallery a:after {
    font-family: FontAwesome;
    content: '\f144'; }
  .event-gallery-section .grid-item.photo-gallery a:after {
    font-family: FontAwesome;
    content: '\f03e'; }
  .event-gallery-section .pagination ul {
    display: table;
    margin: 0 auto; }
.event-gallery-section button {
    border: none;
    cursor: pointer;
    background: none;
    text-decoration: none;
    display: inline-block;
}
 .event-gallery-section .grid-item a:before {
    background: linear-gradient(40deg, #ffc800bf 0%, #ffc800bf 100%)!important;
}
a {
    border: none;
    cursor: pointer;
    background: none;
    text-decoration: none;
    display: inline-block;
}
.star-rating-list{
    color: #ffc800;
    font-size: -webkit-xxx-large;
    text-align: center;
    margin-top: -30px;
}
.jd-progress{
    margin: 10px;
}
.jd-progress .progress{
    height: 1.6rem;
}
.jd-progress .progress .progress-bar{
    background-color: #ffa766;
}
.jd-progress .progress p{
    font-size: 16px;
}
.jd-img{
    width: 330px;
    margin-left: auto;
    margin-right: auto;
}
/* event-gallery-section - end
==================================================================================================== */
/* Testimonial - start
==================================================================================================== */
.agency-testimonial-area2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bouble-slider-privew {
    padding-left: 30px
}

.bouble-slider-privew .owl-nav {
    margin-top: 50px
}

.bouble-slider-privew .owl-nav:not(:last-child) {
    margin-right: 15px
}

.bouble-slider-privew .owl-nav .owl-next,
.bouble-slider-privew .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background-color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    color: #b5b6d1
}

.bouble-slider-privew .owl-nav .owl-next:hover,
.bouble-slider-privew .owl-nav .owl-prev:hover {
    color: #103dbe;
    -webkit-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1)
}

.single-bouble-thumb {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid transparent;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.single-bouble-thumb.thumb-1 {
    width: 120px;
    height: 120px
}

.single-bouble-thumb.thumb-2 {
    width: 90px;
    height: 90px
}

.single-bouble-thumb.thumb-3 {
    width: 66px;
    height: 66px
}

.single-bouble-thumb.thumb-4 {
    width: 50px;
    height: 50px
}

.bouble-slider-thumb .owl-item:first-child {
    -webkit-transform: translateX(345px) translateY(60px);
    -ms-transform: translateX(345px) translateY(60px);
    transform: translateX(345px) translateY(60px)
}

.bouble-slider-thumb .owl-item:nth-child(2) {
    -webkit-transform: translateX(44px) translateY(220px);
    -ms-transform: translateX(44px) translateY(220px);
    transform: translateX(44px) translateY(220px)
}

.bouble-slider-thumb .owl-item:nth-child(3) {
    -webkit-transform: translateX(-144px) translateY(60px);
    -ms-transform: translateX(-144px) translateY(60px);
    transform: translateX(-144px) translateY(60px)
}

.bouble-slider-thumb .owl-item:nth-child(4) {
    -webkit-transform: translateX(-300px) translateY(220px);
    -ms-transform: translateX(-300px) translateY(220px);
    transform: translateX(-300px) translateY(220px)
}

.bouble-slider-thumb .owl-item:nth-child(5) {
    -webkit-transform: translateX(-430px) translateY(114px);
    -ms-transform: translateX(-430px) translateY(114px);
    transform: translateX(-430px) translateY(114px)
}

.bouble-slider-thumb .current .single-bouble-thumb {
    border-color: #FFFFFF;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.12)
}

.review-content.review-style3 .review-content-header {
    margin-bottom: 24px
}

.review-content.review-style3>p {
    font-style: normal;
    font-size: 1rem
}

.review-content.review-style3 .reviewer-bio h3 {
    font-size: 1.75rem;
    color: #103dbe;
    font-family: "Roboto", sans-serif;
    font-weight: 500
}

.review-content.review-style3 .reviewer-bio p {
    color: #afafaf;
    font-size: 1rem
}


/* Testimonial - end
==================================================================================================== */

/*--------------------------------*/
/* 5. Work-space Area
/*--------------------------------*/
.single-system {
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-bottom: 30px;
}
.main-icon-images {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}
.top-content {
    float: left;
    width: 60%;
}

.system-content {
    margin: 30px;
    padding: 30px;
    /*position: relative;*/
    /*left: 0px;*/
    /*z-index: 1;*/
    background: #f5f5f5;
    box-shadow: #a0a0a0 0px 0px 20px 0px;
    /*max-height: 390px;*/
    /*height: 100%;*/
    /*overflow: hidden;*/
    /*width: 570px;*/
}

.system-content p {
    font-size: 16px;
    color: #444;
    line-height: 26px;
}
.system-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 38px;
}
.system-btn {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
    border: 1px solid #F3B007;
    background: #F3B007;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
}
.system-btn:hover {
    border: 1px solid #1FC157;
    color:#fff;
    background:#1FC157;
    transition: 0.5s;
}

/*** 

====================================================================
    Testimonial Section Six
====================================================================

***/

.services-section-six{
    position:relative;
    /*padding:150px 0px 40px;*/
}

.services-section-six .outer-container{
    position:relative;
}

.services-section-six .outer-container:before{
    position:absolute;
    content:'';
    left:0px;
    top:70px;
    width:100%;
    height:91px;
    background:url(http://themexriver.com/tfhtml/finano/images/background/pattern-3.png) center top no-repeat;
}

.services-section-six .outer-container .services-block-nine:nth-child(2),
.services-section-six .outer-container .services-block-nine:nth-child(4){
    margin-top:70px;
}

.services-block-nine{
    position:relative;
    margin-bottom:40px;
}

.services-block-nine .inner-box{
    position:relative;
    text-align:center;
}

.services-block-nine .inner-box .icon-outer{
    position:relative;
    display:inline-block;
}

.services-block-nine .inner-box .icon-outer .service-number{
    position:absolute;
    left:-7px;
    top:-2px;
    width:24px;
    height:24px;
    color:#ffffff;
    font-size:14px;
    font-weight:600;
    text-align:center;
    border-radius:50%;
    display:inline-block;
    background-color:#515251;
}

.services-block-nine .inner-box .icon-outer .icon-box{
    position:relative;
    width:135px;
    height:135px;
    color:#ffffff;
    text-align:center;
    border-radius:50%;
    line-height:138px;
    font-size:62px;
    background-color:#ffffff;
    box-shadow: 0px 25px 50px 0px rgba(136, 136, 136, 0.51)
}

.services-block-nine .inner-box .icon-outer .icon-box .icon{
    position:relative;
}

/*.services-block-nine .inner-box .icon-outer .icon-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    opacity:0;
    border-radius:50%;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background:-webkit-linear-gradient(top, rgba(95,56,245,.8) 0%,rgba(223,87,114,.8));
    background:-moz-linear-gradient(top, rgba(95,56,245,.8) 0%,rgba(223,87,114,.8));
    background:-o-linear-gradient(top, rgba(95,56,245,.8) 0%,rgba(223,87,114,.8));
    background:-ms-linear-gradient(top, rgba(95,56,245,.8) 0%,rgba(223,87,114,.8));
}
*/
.services-block-nine .inner-box:hover .icon-outer .icon-box:before{
    opacity:1;
}

.services-block-nine .inner-box .lower-box{
    position:relative;
    margin-top:30px;
}

.services-block-nine .inner-box .lower-box h6{
    position:relative;
    font-size:18px;
    font-weight:600;
    line-height:1.3em;
    margin-bottom:14px;
}

.services-block-nine .inner-box .lower-box h6 a{
    position:relative;
    color:#000000;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.services-block-nine .inner-box .lower-box h6 a:hover{
    color:#000000;
}

.services-block-nine .inner-box .lower-box .text{
    position:relative;
    font-size:16px;
    line-height:1.7em;
    margin-bottom:14px;
}

.services-block-nine .inner-box .lower-box .contact{
    position:relative;
    color:#4659e2;
    font-size:15px;
    font-weight:500;
    font-family: 'Poppins', sans-serif;
}

.services-block-nine .inner-box .lower-box .contact .arrow{
    position:relative;
    font-weight:600;
    color:#4659e2;
    margin-left:4px;
}

/*banner==============================================
======================================================*/
.overlay-black {
  background: rgba(51, 51, 51, 0.5); }
.banner {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-flow: row wrap
}

.banner .banner-item {
    display: block;
    width: 25%;
    height: 900px;
    padding-top: 220px;
    background-color: #363636;
    position: relative
}

.banner .banner-item:nth-child(1) {
    background: url("../images/top-mg.jpg") no-repeat center;
    background-size: cover
}

.banner .banner-item:nth-child(1):hover .banner-item-info {
    transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px)
}

.banner .banner-item:nth-child(2) {
    background: url("../images/top-es.jpg") no-repeat center;
    background-size: cover
}

.banner .banner-item:nth-child(3) {
    background: url("../images/top-sh.jpg") no-repeat center;
    background-size: cover
}

.banner .banner-item:nth-child(4) {
    background: url("../images/top-fr.jpg") no-repeat center;
    background-size: cover
}

.banner .banner-item:nth-child(4):hover .banner-item-info {
    transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px)
}

.banner .banner-item .banner-item-info {
    overflow: hidden;
    transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.banner .banner-item:hover .banner-item-info {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0)
}

.banner .banner-item:hover .banner-item-text {
    margin-top: 24px;
    opacity: 1;
    visibility: visible
}

.banner .banner-item .banner-item-subtitle,
.banner .banner-item .banner-item-title,
.banner .banner-item .banner-item-text {
    color: #fff;
    text-align: center
}

.banner .banner-item .banner-item-subtitle {
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase
}

.banner .banner-item .banner-item-title {
    margin-top: 6px;
    font-size: 2rem
}

.banner .banner-item .banner-item-text {
    width: 210px;
    margin: 0 auto;
    font-size: .75rem;
    line-height: 18px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.banner .banner-item .banner-item-link {
    width: 100%;
    position: absolute;
    top: 430px;
    left: 0
}

.banner .banner-item .banner-item-link .banner-item-link-text {
    color: #fff;
    font-size: .625rem;
    text-align: center
}

.banner .banner-item .banner-item-link .banner-item-link-icon {
    display: block;
    margin: 10px auto 0;
    fill: #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}
@media screen and (max-width: 1441px) {
    .slide-section .main-carousel1 .item .slider-item-content {
        padding: 360px 0;
    }
}
@media screen and (max-width: 1320px) {
    .banner .banner-item {
        width: 50%
    }
    .banner .banner-item .banner-item-info {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0)
    }
    .banner .banner-item:nth-child(1) .banner-item-info,
    .banner .banner-item:nth-child(4) .banner-item-info {
        transform: translate(0, -20px);
        -webkit-transform: translate(0, -20px);
        -moz-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px)
    }
    .banner .banner-item .banner-item-text {
        margin-top: 24px;
        opacity: 1;
        visibility: visible
    }
}

@media screen and (max-width: 680px) {
    .banner .banner-item {
        width: 100%;
        height: 600px;
        padding-top: 180px
    }
}
/*banner ===================================================
============================================================*/
/*Our Service ===================================================
============================================================*/

.our-service-sass {
    /*background: url(../images/shape/shape-12.svg) no-repeat center bottom;
    background-size: cover;
    position: relative;
    padding: 25px 0 115px*/
}

.our-service-sass:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(0deg, #fbfdff 0, #fff 100%)
}

.our-service-sass:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 80px;
    background: #d4e5ea;
    top: -40px;
    left: 50%;
    margin-left: -1px;
    transform: scale(1, 0);
    transition: all 1s ease-out
}

.our-service-sass.show-pr:after {
    transform: scale(1, 1)
}

.our-service-sass .theme-title-one {
    padding-bottom: 52px;
    z-index: 2
}

.our-service-sass .inner-wrapper {
    position: relative;
    z-index: 1
}

.our-service-sass .inner-wrapper:before {
    content: url(../images/shape/shape-13.svg);
    position: absolute;
    top: -165px;
    left: -165px;
    z-index: -1
}

.our-service-sass .inner-wrapper:after {
    content: url(../images/shape/shape-14.svg);
    position: absolute;
    bottom: -165px;
    right: -165px;
    z-index: -1
}

.our-service-sass .service-block {
    background: #fff;
    /*border: 1px solid #eff7ff;*/
    box-shadow: #e1e1e1 0px 0px 12px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding: 180px 30px 25px 40px;
    margin-top: 45px
}

.our-service-sass .service-block:before {
    content: '';
    width: 273px;
    height: 273px;
    background: #0000005e;
    border-radius: 50%;
    position: absolute;
    top: -148px;
    left: -83px;
    transform: scale(0)
}

.our-service-sass .service-block:hover:before {
    transform: scale(1);
    transition: all .5s linear;
    transition-delay: .1s
}

.our-service-sass .service-block:hover {
    border-color: transparent
}

.our-service-sass .service-block .icon-s {
    position: absolute;
    font-size: 65px;
    left: 40px;
    top: 52px
}

.our-service-sass .single-block:nth-child(1) .service-block .icon-s {
    color: #000000
}

.our-service-sass .single-block:nth-child(2) .service-block .icon-s {
    color: #000000
}

.our-service-sass .single-block:nth-child(3) .service-block .icon-s {
    color: #000000
}
.our-service-sass .single-block:nth-child(4) .service-block .icon-s {
    color: #000000
}
.our-service-sass .single-block:nth-child(5) .service-block .icon-s {
    color: #000000
}


.our-service-sass .service-block p {
    color: #737f92;
    padding-bottom: 20px
}

.our-service-sass .service-block .detail-button {
    font-size: 40px;
    color: #cad5e5
}

.our-service-sass .service-block .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffc800;
    z-index: -3;
    opacity: 0;
    transition: all .3s linear
}

.our-service-sass .service-block:hover .hover-content {
    opacity: 1
}

.our-service-sass .service-block .hover-content:before {
    content: '';
    width: 493px;
    height: 493px;
    background: #0000002e;
    border-radius: 50%;
    position: absolute;
    top: -250px;
    left: -180px;
    z-index: 1;
    transform: translate(-50%, -50%);
    opacity: 0
}

.our-service-sass .service-block:hover .hover-content:before {
    opacity: 1;
    transform: translate(0, 0);
    transition: all .9s linear
}

.our-service-sass .service-block .hover-content:after {
    content: '';
    width: 602px;
    height: 602px;
    background: #00000017;
    border-radius: 50%;
    position: absolute;
    top: -196px;
    left: -180px;
    z-index: -1;
    transform: translate(-50%, -50%);
    opacity: 0
}

.our-service-sass .service-block:hover .hover-content:after {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1.3s linear
}

.our-service-sass .service-block .snow-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    z-index: -1
}

.our-service-sass .service-block .snow-dot:nth-child(1) {
    top: 25px;
    left: 41%;
    z-index: 1;
    animation: scale-upOne 1s alternate infinite ease-in
}

.our-service-sass .service-block .snow-dot:nth-child(2) {
    top: 25px;
    left: 78%;
    animation: scale-upOne 1.1s alternate infinite ease-in
}

.our-service-sass .service-block .snow-dot:nth-child(3) {
    top: 75px;
    left: 61%;
    animation: scale-upOne .8s alternate infinite ease-in
}

.our-service-sass .service-block .snow-dot:nth-child(4) {
    top: 136px;
    left: 84%;
    animation: scale-upOne 1s alternate infinite ease-in
}

.our-service-sass .service-block .snow-dot:nth-child(5) {
    bottom: 35px;
    right: 12%;
    animation: scale-upOne 1.2s alternate infinite ease-in
}

.our-service-sass .service-block .snow-dot:nth-child(6) {
    bottom: 80px;
    right: 31%;
    animation: scale-upOne .9s alternate infinite ease-in
}

.our-service-sass .service-block .snow-dot:nth-child(7) {
    bottom: 40px;
    right: 51%;
    animation: scale-upOne 1s alternate infinite ease-in
}

.our-service-sass .service-block:hover .detail-button,
.our-service-sass .service-block:hover .icon-s,
.our-service-sass .service-block:hover .title a,
.our-service-sass .service-block:hover p {
    color: #fff!important
}

.theme-more-feature.our-service-sass .inner-wrapper:after,
.theme-more-feature.our-service-sass .inner-wrapper:before,
.theme-more-feature.our-service-sass:after,
.theme-more-feature.our-service-sass:before {
    display: none
}

.our-service-sass.theme-more-feature {
    background: 0 0;
    padding: 165px 0 180px
}

/*Our Service ===================================================
============================================================*/
/* active-user-section css start */
#vmap {
  height: 450px;
  padding: 25px 0;
  position: relative;
}
.jqvmap-zoomin, .jqvmap-zoomout {
  display: none;
}
.active-user-section div[class*="position"] {
  position: absolute;
}
.active-user-section div[class*="position"] .dot {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  /*border: 2px solid var(--main-color);
  box-shadow: 0 0 5px 3px rgba(51, 181, 247, 0.45);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;*/
  background-image: url(../images/map-pointer.png);
}
.active-user-section div[class*="position"] .details {
  position: relative;
  z-index: 9;
  padding: 5px 10px;
  background-color: #363636;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.active-user-section div[class*="position"] .dot:hover ~ .details {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.active-user-section div[class*="position"] .details .name {
  color: #ffffff;
}
.active-user-section div[class*="position"] .details .area {
  color: #f1f2f4;
}
.active-user-section .active-item .amount {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 52px;
  color: var(--main-color);
}

/*.active-user-section .position-1 {
  top: 20%;
  left: 31%;
}
.active-user-section .position-2 {
  top: 35%;
  left: 30%;
}
.active-user-section .position-3 {
  top: 28%;
  left: 37%;
}
.active-user-section .position-4 {
  top: 63%;
  left: 39%;
}*/
.active-user-section .position-5 {
    top: 67%;
    left: 82%;
}
.active-user-section .position-6 {
    top: 48%;
    left: 76.8%;
}
.active-user-section .position-7 {
    top: 49%;
    left: 59.9%;
}
/*.active-user-section .position-8 {
      top: 51%;
    left: 23%;
}*/

/*.active-user-section .indmap .position-1 {
  top: 20%;
  left: 31%;
}
.active-user-section .indmap .position-2 {
  top: 35%;
  left: 30%;
}
.active-user-section .indmap .position-3 {
  top: 28%;
  left: 37%;
}
.active-user-section .indmap .position-4 {
  top: 63%;
  left: 39%;
}*/
.active-user-section .indmap .position-5 {
    top: 54%;
    left: 51%;
}
.active-user-section .indmap .position-6 {
    top: 60%;
    left: 58.8%;
}
.active-user-section .indmap .position-7 {
    top: 27%;
    left: 44.9%;
}
.active-user-section .indmap .position-8 {
    top: 60%;
    left: 33%;
}

.active-user-section .active-user-section .cmn-btn {
  margin-top: 45px;
  padding: 18px 60px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.active-user-section .d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.active-user-section .cmn-btn {
  font-size: 20px;
  text-transform: capitalize;
  background-color: var(--main-color);
  color: #ffffff;
  padding: 10px 26px;
  font-weight: 400;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 16px;
  text-transform: uppercase;
}
.active-user-section .cmn-btn:hover {
  box-shadow: 0 11px 15px 0 rgba(51, 181, 247, 0.45);
  color: #ffffff;
}
.active-user-section .border-btn {
  padding: 11px 21px;
  border: 1px solid #ededf5;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  color: #6b6f78;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  font-weight: 700;
}
.active-user-section .text-btn {
  font-weight: 400;
  text-transform: capitalize;
  color: rgba(51, 55, 69, 0.8);
  text-decoration: underline;
  margin-top: 15px;
}
.active-user-section .text-btn:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.active-user-section .section-header {
  margin-bottom: 55px;
  /*margin-top: -65px;*/
}
.section-header{
    margin-bottom: 60px;
  margin-top: 30px;
}
.active-user-section .section-header .top-title {
  margin-bottom: 5px;
}
.active-user-section .section-title {
  text-transform: capitalize;
}
.active-user-section .section-header p {
  margin-top: 19px;
}
.active-user-section .section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.active-user-section .mt-mb-15 {
  margin-top: -15px;
  margin-bottom: -15px;
}
.active-user-section .section-bg {
  background-color: #f7fcff;
}
.active-user-section .form-grp+.form-grp {
  margin-top: 10px;
}
.active-user-section .main-dark-version {
  background-color: var(--dark-main-color);
}
.active-user-section .has_bg_image {
  background-position: center;
  background-size: cover;
}
.active-user-section .m-bottom-30 {
  margin-bottom: 30px;
}
.active-user-section .m-bottom-not-30 {
  margin-bottom: -30px;
}
.active-user-section .load-more-btn-area {
  margin-top: 50px;
  text-align: center;
}
.active-user-section .load-more-btn-area button {
  text-transform: capitalize;
}
.active-user-section .border-top {
  border-top: 1px solid #ededf5 !important;
}
.active-user-section .border-bottom {
  border-bottom: 1px solid #ededf5 !important;
}
.active-user-section input[type="submit"] {
  cursor: pointer;
}

/* reset css start */

html .active-user-section {
  scroll-behavior: smooth;
  --main-color: #33b5f7;
  --second-color: #233d63;
  --heading-font: 'Ubuntu', sans-serif;
  --heading-color: #333745;
  --para-font: 'Roboto', sans-serif;
  --para-color: rgba(51, 55, 69, 0.8);

  /* reset for dark version */
  --dark-main-color: #2b2d5c;
  --dark-second-color: #303265;
  --dark-heading-color: #ffffff;
  --dark-para-color: #e7e7f4;
}

.active-user-section a,a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}
.active-user-section p, span, li {
  margin: 0;
  font-family: var(--para-font);
  color: var(--para-color);
  line-height: 1.7;
  font-size: 16px;
}
.active-user-section a, span {
  display: inline-block;
}
.active-user-section img {
  max-width: 100%;
  height: auto;
}
.active-user-section ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.active-user-section button:focus,
input:focus,
textarea:focus {
  outline: none;
}
.active-user-section button {
  border: none;
  cursor: pointer;
}
.active-user-section table {
  width: 100%;
}
.active-user-section input, textarea {
  width: 100%;
}
/* reset css end */



/* active-user-section css end */

/* index - 1 main-carousel1 - start
==================================================================================================== */
.slide-section .main-carousel1 .item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .slide-section .main-carousel1 .item .slider-item-content {
    z-index: 1;
    text-align: center;
    padding: 380px 0;
    /*padding-bottom: 300px;*/ }

@media (min-width: 1538px) and (max-width: 2560px){
    .slide-section .main-carousel1 .item .slider-item-content {
        padding: 620px 200px;
    }
    .slide-section .main-carousel1 .item .slider-item-content .medium-text {
        font-size: 70px !important;
    }

}

.order-lg-last{
        margin-top: -30px !important;
    }
    
   
    .slide-section .main-carousel1 .item .slider-item-content .medium-text {
        display: none;
      font-size: 50px;
      font-weight: 400;
      text-transform: capitalize;
      font-family: 'Great Vibes', cursive;
      color: rgba(255, 255, 255);
      background-color: #0000009e; }
    .slide-section .main-carousel1 .item .slider-item-content .big-text {
      font-size: 72px;
      font-weight: 900;
      color: #ffffff; }
    .slide-section .main-carousel1 .item .slider-item-content .small-text {
      color: #ffffff;
      letter-spacing: 6px;
      text-transform: uppercase; }
    .slide-section .main-carousel1 .item .slider-item-content .link-groups {
      margin-top: 50px;
      text-align: center; }
      .slide-section .main-carousel1 .item .slider-item-content .link-groups a {
        margin: 5px;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .slide-section .main-carousel1 .item .slider-item-content .link-groups .start-btn {
        font-weight: 700;
        padding: 12px 30px;
        color: #ffffff;
        border-radius: 30px;
        font-size: 14px;
        text-transform: uppercase;
        border: 3px solid #5e2ced; }
        .slide-section .main-carousel1 .item .slider-item-content .link-groups .start-btn:hover {
          color: #ffffff;
          background-color: #5e2ced; }

.slide-section .owl-theme .owl-dots {
  left: 50%;
  margin: 0px;
  bottom: 70px;
  display: table;
  padding: 0px 15px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #ffffff; }
  .slide-section .owl-theme .owl-dots .owl-dot {
    float: left;
    min-width: 40px;
    min-height: 50px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .slide-section .owl-theme .owl-dots .owl-dot:after {
      left: 0;
      right: 0;
      opacity: 0;
      z-index: 1;
      content: '';
      height: 3px;
      bottom: -2px;
      position: absolute;
      -webkit-transform: scaleX(0.6);
      -ms-transform: scaleX(0.6);
      transform: scaleX(0.6);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #5e2ced; }

  .slide-section .owl-theme .owl-dots .owl-dot.active {
    font-size: 30px; }
    .slide-section .owl-theme .owl-dots .owl-dot.active:after {
      opacity: 1;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }

.slide-section .owl-theme .owl-nav .owl-next,
.slide-section .owl-theme .owl-nav .owl-prev {
  top: 50%;
  opacity: .1;
  width: 50px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  text-align: center;
  color: transparent;
  position: absolute;
  border-radius: 100%;
  background: transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .slide-section .owl-theme .owl-nav .owl-next span,
  .slide-section .owl-theme .owl-nav .owl-prev span {
    margin: 0px;
    padding: 0px;
    color: transparent;
    background: transparent; }
  .slide-section .owl-theme .owl-nav .owl-next:before,
  .slide-section .owl-theme .owl-nav .owl-prev:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 900;
    line-height: 50px;
    position: absolute;
    color: #333333;
    font-size: 24px;
    background: #ffffff;
    font-family: 'Font Awesome 5 Free'; }
  .slide-section .owl-theme .owl-nav .owl-next:hover,
  .slide-section .owl-theme .owl-nav .owl-prev:hover {
    opacity: .8; }

.slide-section .owl-theme .owl-nav .owl-prev {
  left: 7%; }
  .slide-section .owl-theme .owl-nav .owl-prev:before {
    content: '\f060'; }

.slide-section .owl-theme .owl-nav .owl-next {
  right: 7%; }
  .slide-section .owl-theme .owl-nav .owl-next:before {
    content: '\f061'; }

/* index - 1 main-carousel1 - end
==================================================================================================== */
/*Achivements
============================================*/
.shape-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.achivement-section .shape-bg {
    top: -11%;
    right: 0;
    z-index: -1;
}
.img-shape {
    position: absolute;
}
.theme-title-one {
    position: relative;
}
.theme-title-one .upper-title {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--text-light);
    letter-spacing: 1.5px;
}
.theme-counter-one {
    display: inline-block;
}
.shape-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.theme-counter-one .inner-round-shape {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    /*border: 2px solid #efefef;*/
}
.inner-round-shape .counter-box-one:nth-child(1) {
    top: 56px;
    left: 50%;
    transform: translate(-50% , -50%);
}
.counter-box-one {
    /*width: 175px;*/
    /*height: 175px;*/
    /*border-radius: 5%;
    background: #fff;
    box-shadow: 0px 9px 11px 0px rgba(136, 136, 136, 0.3);*/
    z-index: 1;
    text-align: center;
    padding: 70px 26px;
}
.pos-a {
    position: absolute;
}
.pos-r {
    position: relative;
}
.inner-round-shape .counter-box-one:nth-child(2) {
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
}
.inner-round-shape .counter-box-one:nth-child(3) {
    top: 50%;
    right: 0%;
    transform: translate(50%, -50%);
}
.inner-round-shape .counter-box-one:nth-child(4) {
    bottom: 20%;
    left: 50%;
    transform: translate( -50% , 50%);
}
.theme-counter-one .center-shape {
    width: 120px;
    height: 120px;
    background: #fff;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate( -50% , -50%);
    box-shadow: 0px 25px 50px 0px rgba(136, 136, 136, 0.51);
}
.counter-box-one .number.color-one {
    color: #1dcdfb;
}
.counter-box-one .number.color-two {
    color: #ffcc42;
}
.counter-box-one .number.color-three {
    color: #0de49d;
}
.counter-box-one .number.color-four {
    color: #ff539e;
}
.counter-box-one .number {
    font-family: 'Roboto', sans-serif;
    font-size: 42px !important;
    font-weight: 900;
}

.color-yellow {
    color: #ffcc42;
    font-size: 25px;
}
@media (max-width: 767px){
    .counter-box-one {
        position: static;
        transform: none!important;
        margin: 25px auto 0;
    }
}
.theme-counter-one .center-shape img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
}

.audio { margin-right: 20px; margin-left: auto; color: #000;float: right; cursor: pointer;  }
.audio #wave { width: 50px; height: 30px; margin: -10px 10px; }
.audio #wave polyline { transform: translateY(50%); fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 10;stroke: #000; }
.audio .texts { display: inline-block; position: relative; }
.audio .texts b { color: #000; font-weight: 600; min-width: 20px; }
.audio .texts b * { -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }
.audio .texts b:first-child { display: inline-block; }
.audio .texts b:last-child { position: absolute; left: 0; top: 0; }
.audio .texts b:last-child .char { transform: translateY(10px); opacity: 0; }
.audio .texts b .char { transition-delay: calc(10ms * var(--char-index)); }
.audio.switch .texts b:first-child .char { transform: translateY(-10px); opacity: 0; }
.audio.switch .texts b:last-child .char { transform: translateY(0); opacity: 1; }

/*==========contact (starting)============*/
.bootstrap-select .btn:hover .filter-option{
    color: #999 !important;
}
.bootstrap-select .btn{
    padding: 0px !important;
}
.bootstrap-select .fa-caret-down{
    display: none;
}
.input-group-addon{
    padding: 13px 20px;
    background-color: #ffc800;
    height: fit-content;
    border: 2px solid #ffc800;
    border-right: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.input-group-addon i{
    color: #ffffff;
}
.input-group{
    margin-bottom: 30px !important;
}
.contact-type >h2 {
    font-size: 50px;
}
.contact-form input:not([type=submit]),
.contact-form textarea, .contact-form select {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    background-color: #FFFFFF;
    height: 54px !important;
    border: 1px solid #b3b3b3;
    border-left: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    
    padding-left: 30px;
}
.contact-form input:focus,
.contact-form textarea:focus, .contact-form select:focus {
    border-color: #738ee4;
}
.contact-form input:not([type=submit]).invaild,
.contact-form textarea.invaild, .contact-form select.invaild {
    border-color: #f44336
}
.contact-form input:not([type=submit])::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 0.9375rem
}
.contact-form input:not([type=submit])::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    color: #999999;
    font-size: 0.9375rem
}
.contact-form input:not([type=submit]):-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    color: #999999;
    font-size: 0.9375rem
}
.contact-form input:not([type=submit]):-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    color: #999999;
    font-size: 0.9375rem
}
.contact-form input[type=number]::-webkit-inner-spin-button,
.contact-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.contact-form input[type=number] {
    -moz-appearance: textfield
}
.contact-form textarea {
    height: 154px;
    resize: none;
    padding-top: 20px
}
.contact-form .submit-btn {
    border-radius: 5px;
    background-color: #1868dd;
    height: 54px;
    border: 0px;
    color: #FFFFFF;
    font-size: 0.9375rem;
    letter-spacing: -.25px;
    padding: 0 91px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}
.contact-form .submit-btn:hover {
    background-color: #11a3b7
}
/*============contact (ending)============*/

.slider-item-content span{
    font-family: 'Bebas Neue', cursive;
}
.input-group .filter-option {
    padding: 11px;
}
/*about===============================================================================
====================================================================================*/
.page-title {
   display: block;
   position: relative;
   overflow: hidden;
   padding: 120px 0;
   /*background-color: #000000;*/
   background-size: cover;
   background-position: top;
   text-align: center
}

.page-title h1 {
   position: relative;
   font-size: 40px;
   font-weight: 700;
   letter-spacing: -1px;
   line-height: 1;
   color: #fff;
   text-align: center;
   margin-bottom: 10px
}

@media (max-width:767px) {
   .page-title h1 {
      font-size: 30px
   }
}

.page-title h1:after {
   content: "";
   display: block;
   width: 100px;
   height: 3px;
   background: rgba(255, 255, 255, .5);
   margin: 18px auto
}


.page-title ul li {
   position: relative;
   display: inline-block
}

.page-title ul li:after {
   content: "â—";
   font-size: 13px;
   display: inline-block;
   color: #fff;
   opacity: .6;
   margin: 0 2px 0 4px
}

.page-title ul li:last-child:after {
   content: none
}

.page-title ul li a {
   position: relative;
   display: inline-block;
   font-size: 15px;
   font-weight: 500;
   line-height: 1;
   color: #fff;
   opacity: .5;
   text-align: center;
   margin-bottom: 5px;
   margin: 5px
}

.page-title ul li a:hover {
   opacity: 1
}
.section-heading {
   position: relative;
   margin-bottom: 10px
}
.italic {
   font-style: italic!important
}
.libre-baskerville {
   font-family: 'Libre Baskerville', serif!important;
}
.section-heading-line {
   content: '';
   display: block;
   width: 100px;
   height: 3px;
   background: #2387ea;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 5px
}

.left-holder .section-heading-line {
   content: '';
   display: inline-block;
   width: 100px;
   height: 3px;
   background: linear-gradient(to bottom right, #5e2ced,#a485fd);
   margin-top: 10px;
   margin-bottom: 5px
}
.feature-float {
   position: relative;
   display: block;
   padding: 15px 0;
   margin: 15px 0
}

.feature-float-icon {
   text-align: center;
   float: left;
   width: 19%
}

.feature-float-icon i {
   display: inline-block;
   color: #2387ea;
   font-size: 45px;
   margin-right: 20px
}

.feature-float-content {
   float: left;
   width: 81%;
   padding: 0 25px
}

.feature-float h4 {
   display: block;
   color: #222;
   font-size: 17px;
   font-weight: 600;
   margin-bottom: 7px;
   vertical-align: top
}

.feature-float h4 a {
   color: #222
}

.feature-float h4 a:hover {
   color: #2387ea
}

.feature-float p {
   display: block;
   color: #888;
   font-size: 14px;
   line-height: 1.9;
   font-weight: 400
}
.primary-list {
    padding-left: 0;
}
.primary-list li {
    list-style-type: none;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}
.primary-list li i {
    color: #2387ea;
    padding-right: 10px;
}
.rounded-border {
    border-radius: 5px!important;
}
.shadow-primary {
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,.2);
    box-shadow: 0 20px 40px rgba(0,0,0,.2);
}
.page-title ul li::after {
    content: "●";
    font-size: 13px;
    display: inline-block;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    margin: 0px 2px 0px 4px;
}
.pie-chart {
    margin: 20px 0;
}
.pie-chart .chart-percent {
    margin: 0 0 15px 0;
}
.pie-chart-md .chart {
    width: 150px;
}
.pie-chart .chart {
    position: relative;
    display: block;
    width: 120px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
}
.pie-chart-md .percent {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    z-index: 2;
}
.pie-chart .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.pie-chart-md h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 17px;
}
.pie-chart-md h5 {
    color: #999;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-top: 7px;
}
/*----------------------------------------*/
/*  21. History
/*----------------------------------------*/
.the-history {}
.the-history ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.the-history ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 45px;
    position:relative;
}
.the-history ul li::after {
    background-color: #d7e4ec;
    width: 2px;
    height: 55px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -51px;
}
.the-history ul li:last-child::after {
    display:none;
}
.the-history ul li:last-child {
    margin-bottom:0;
}
.history-start {
    flex: 0 0 43%;
    max-width: 43%;
}
.history-start h4 {
    font-size:24px;
    color:#c4c4c4;
    font-weight:normal;
}
.history-year {
    width: 130px;
    height: 130px;
    box-shadow: 5px 8.66px 27px 0px rgba( 56, 195, 199, .20 );
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}
.history-year::before {
    border:1px dashed #5e2ced;
    width:110px;
    height:110px;
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    content:"";
    border-radius:100%;
}
.history-year h2 {
    font-size:36px;
    color:#8300a0;
    line-height:130px;
}
.history-brief {
    max-width: 43%;
    flex: 0 0 43%;
}
.history-brief h3 {
    font-size: 27px;
}
.pl-45 {
    padding-left: 45px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-50 {
    padding-right: 50px;
}
.pl-50 {
    padding-left: 50px;
}
/*history reponsive*/
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
    .history-start {
        flex: 0 0 42%;
        max-width: 42%;
    }
}
/* Tablet  :991px. */
@media (max-width: 991px) {
    .history-start {
        flex: unset;
        max-width: unset;
    }
    .history-year {
        margin:unset;
    }
    .history-brief {
        max-width: unset;
        flex: unset;
        padding-left: 0;
        margin: 35px 0 0 0;
    }
}
/* 575px. */
@media (max-width: 575px) {
    .history-brief h3 {
        font-size: 22px;
        line-height: 1.5;
    }
}
/*history responsive*/
/*management-slider*/

.management-service-carousel .item a {
  z-index: 1;
  width: 100%;
  /*height: 100%;*/
  display: table;
  text-align: center;
  padding-top: 40px;
  position: relative;
  background-color: #ffffff; }
  /*.management-service-carousel .item a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left top, right bottom, from(#5e2ced), to(#a485fd));
    background: -webkit-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
    background: -o-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
    background: linear-gradient(to bottom right, #5e2ced,#a485fd);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }*/
    /*.management-service-carousel .item a .icon {
    z-index: 1;
    display: table;
    position: relative;
    text-align: center;
    margin: 0 auto 50px;
    font-size: 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .management-service-carousel .item a .icon i {
      font-size: 48px;
      background: -webkit-gradient(linear, left top, right bottom, from(#5e2ced), to(#a485fd));
      background: -webkit-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
      background: -o-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
      background: linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-background-clip: text !important;
      -webkit-text-fill-color: transparent !important; }
      .management-service-carousel .item a .title-text {
    width: 100%;
    display: table;
    margin-top: 10px;
    font-weight: 900;
    color: #333333;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .management-service-carousel .item a .sub-title {
    width: 100%;
    font-weight: 700;
    color: #878787;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .management-service-carousel .item a:hover:before {
    opacity: 1; }
    .management-service-carousel .item a:hover .icon i {
    background: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #ffffff !important; }
    .management-service-carousel .item a:hover .title-text {
    color: #ffffff; }
    .management-service-carousel .item a:hover .sub-title {
    color: #ffffff; }*/
    .our-management-section .owl-theme .owl-dots .owl-dot{
        display: block;
    }
    .our-management-section .owl-theme .owl-dots .owl-dot:hover{
        background: -webkit-gradient(linear, left top, right bottom, from(#5e2ced), to(#a485fd));
      background: -webkit-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
      background: -o-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
      background: linear-gradient(to bottom right, #5e2ced,#a485fd);
    }
    .our-management-section .owl-theme .owl-dots {
        display: none;
  /*height: 16px;
  padding: 3px;
  width: 360px;
  margin: 0px auto;
  border-radius: 30px;
  margin-top: 80px !important;
  background-color: #f0f0f0;*/ }
  .our-management-section .owl-theme .owl-dots span {
    float: left;
    width: 116px;
    height: 10px;
    margin-right: 2px !important;
    border-radius: 30px;
    display: inline-block; }
    .our-management-section .owl-theme .owl-dots span:last-child {
      margin-right: 0px; }
    .our-management-section .owl-theme .owl-dots button span {
      width: 100%;
      margin: 0px;
      height: 100%;
      padding: 0px;
      display: block;
      background: green;
      background: transparent;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .our-management-section .owl-theme .owl-dots button:hover span {
      background: -webkit-gradient(linear, left top, right bottom, from(#5e2ced), to(#a485fd));
      background: -webkit-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
      background: -o-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
      background: linear-gradient(to bottom right, #5e2ced,#a485fd); }
  .our-management-section .owl-theme .owl-dots .active span {
    background: -webkit-gradient(linear, left top, right bottom, from(#5e2ced), to(#a485fd));
    background: -webkit-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
    background: -o-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
    background: linear-gradient(to bottom right, #5e2ced,#a485fd); }
/*management-slider*/
/*about===============================================================================
====================================================================================*/
/*Our works===========================================================================
====================================================================================*/
.our-works-page .grid-item{
    padding: 20px;
}
.our-works-page .grid-item a{
    border: solid #000 20px;
}
.our-works-page .grid-item img{
    border: solid #fff 10px;
}
.our-works-page .grid-item .item-content{
    padding: 70px;
}
.our-works-page .grid-item:hover img{
        -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.our-works-page .big-img{
    /*margin-top: 30px;*/
}
/*Our works===========================================================================
====================================================================================*/
/*Contact us==========================================================================
====================================================================================*/
.box-shadow {
    border-color: transparent;
    box-shadow: 0 2px 20px 0px rgba(72, 97, 115, 0.34);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.media > .icon-styled:first-child {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.media{
    padding: 30px;
    margin-top: 20px;
}
.icon-styled {
    display: inline-block;
    text-align: center;
}
.fs-40 {
    font-size: 40px;
}
.response, .color-main {
    border-color: #baad7b;
    color: #baad7b;
}
* + .media-body, .media-body + * {
    margin-left: 14px;
}/*** 

====================================================================
    Contact Section
====================================================================

***/

.contact-section{
    position:relative;
    padding:90px 0px 0px;
    margin-bottom:60px;
    background-position:right bottom;
    background-repeat:no-repeat;
}

.contact-section .form-column{
    position:relative;
    margin-bottom:0px;
}

.contact-section .form-column .inner-column{
    position:relative;
    padding-right:40px;
}

.contact-section .form-column .inner-column .text{
    position:relative;
    color:#797979;
    font-size:17px;
    margin-bottom:45px;
}

.contact-section .info-column{
    position:relative;
}

.contact-section .info-column .inner-column{
    position:relative;
    padding-left:70px;
}

.contact-section .info-column ul{
    position:relative;
}

.contact-section .info-column ul li{
    position:relative;
    color:#242424;
    font-size:20px;
    font-weight:600;
    margin-bottom:40px;
    list-style: none;
}

.contact-section .info-column ul li span{
    position:relative;
    color:#242424;
    font-size:15px;
    display:block;
    font-weight:600;
    margin-bottom:18px;
    text-transform:uppercase;
}

/*** 

====================================================================
    Contact Form
====================================================================

 ***/

.contact-section .contact-page{
    position:relative;
}

.contact-section .contact-page .required{
    position:relative;
    color:#a7a7a7;
    font-size:15px;
    margin-bottom:20px;
}

.contact-section .contact-page .form-group{
    position:relative;
    margin-bottom:40px;
}

.contact-section .contact-page .form-group .field-label{
    position:relative;
    color:#797979;
    font-size:16px;
    font-weight:400;
    font-family: 'Montserrat', sans-serif;
}

.contact-section .contact-page .form-group input[type="text"],
.contact-section .contact-page .form-group input[type="password"],
.contact-section .contact-page .form-group input[type="tel"],
.contact-section .contact-page .form-group input[type="email"],
.contact-section .contact-page .form-group select{
    position:relative;
    display:block;
    width:100%;
    line-height:18px;
    padding:0px 0px 10px;
    height:50px;
    font-size:16px;
    font-weight:400;
    color:#000000;
    background:none;
    border: none;
    border-bottom:1px solid #cdcdcd;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
    font-family: 'Montserrat', sans-serif;
}

.contact-section .contact-page .form-group input[type="text"]:focus,
.contact-section .contact-page .form-group input[type="password"]:focus,
.contact-section .contact-page .form-group input[type="tel"]:focus,
.contact-section .contact-page .form-group input[type="email"]:focus,
.contact-section .contact-page .form-group select:focus,
.contact-section .contact-page .form-group textarea:focus{
    border-color:#d2b871;
}

.contact-section .contact-page .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:24px;
    padding:0px 0px 10px;
    color:#000000;
    height:125px;
    font-size:16px;
    resize:none;
    background:none;
    font-weight:400;
    border: none;
    border-bottom:1px solid #cdcdcd;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
    font-family: 'Montserrat', sans-serif;
}

.contact-section .contact-page .form-group textarea::-webkit-input-placeholder,
.contact-section .contact-page .form-group input::-webkit-input-placeholder{
    color:#797979;
    font-family: 'Montserrat', sans-serif;
}



.contact-section .contact-page input.error,
.contact-section .contact-page select.error,
.contact-section .contact-page textarea.error{
    border-color:#ff0000 !important;    
}

.contact-section .contact-page label.error{
    display:block;
    line-height:24px;
    padding:5px 0px 0px;
    margin:0px;
    text-transform:uppercase;
    font-size:11px;
    color:#ff0000;
    font-weight:500;    
}

/*Contact us==========================================================================
====================================================================================*/
/*Responsive========================================================================
==================================================================================*/
@media only screen and (max-width : 991px) {
    .top-content{
        display: none;
    }
    .main-system{
        width: 100%;
    }
    .system-content{
        position: unset;
        width: 100%;
        margin: 0px;
    }
    .active-user-section .position-5 {
        top: 67% !important;
        left: 76% !important;
    }
    .active-user-section .position-6 {
        top: 48% !important;
        left: 71.3% !important;
    }
    .active-user-section .position-7 {
        top: 47% !important;
        left: 58.2% !important;    
    }
    .active-user-section .indmap .position-5 {
        top: 55% !important;
        left: 49.8% !important;
    }
    .active-user-section .indmap .position-6 {
        top: 60% !important;
        left: 58.8% !important;
    }
    .active-user-section .indmap .position-7 {
        top: 27% !important;
        left: 44.9% !important;
    }
    .active-user-section .indmap .position-8 {
        top: 60% !important;
        left: 36% !important;
    }

}

@media (max-width: 767px){
    .active-user-section .position-5 {
        top: 67% !important;
        left: 84% !important;
    }
    .active-user-section .position-6 {
        top: 48% !important;
        left: 78.9% !important;
    }
    .active-user-section .position-7 {
        top: 47% !important;
        left: 61.2% !important;    
    }
    .active-user-section .indmap .position-5 {
        top: 55% !important;
        left: 49.8% !important;
    }
    .active-user-section .indmap .position-6 {
        top: 60% !important;
        left: 58.8% !important;
    }
    .active-user-section .indmap .position-7 {
        top: 42.9% !important;
        left: 44.9% !important;
    }
    .active-user-section .indmap .position-8 {
        top: 60% !important;
        left: 31% !important;
    }
    .theme-counter-one .inner-round-shape {
        border: none;
    }
    .theme-counter-one .inner-round-shape {
        width: 100%;
        height: 100%;
    }
    .theme-counter-one .center-shape {
        display: none;
    }
    .resp-padding{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 768px){
    .jdimg{
        display: none;
    }
    .slide-section .main-carousel1 .item .slider-item-content .medium-text{
        font-size: 60px;
    }
    .services-section-six .outer-container:before{
        background-image: none;
    }
    .review-slider-thumb {
        width: 100%;
    }
    .history-start h2{
        display: block !important;
    }
    .agency_featured_item .agency_featured_img {
        text-align: center !important;
    }
    .widget {
        text-align: center;
    }
    .widget-app{
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 1440px){
    .counter-box-one {
        padding: 70px 6px;
    }
    .bg-trans-yellow {
        background-color: #ffc800c9;
        padding: 100px 30px !important;
    }
}
@media screen and (max-width: 1024px){
    .sticky-img{
        display: none;
    }
    .bg-trans-yellow{
        padding: 30px !important;
    }
    .bg-trans-black{
        padding: 30px !important;
    }
    .section-shape{
        display: none;
    }
    #about{
        background-image: none!important;
    }
    .slide-section .main-carousel1 .item .slider-item-content {
        padding: 260px 0;
    }
}
@media screen and (max-width: 1349px){
    .widget{
        margin-top: 50px;
    }
    .event-gallery-section .grid-item, .event-gallery-section .grid-sizer {
        width: 25%;
        max-height: 280px;
        overflow: hidden;
    }
    .event-gallery-section .grid-item--width2 {
        width: 50%;
        max-height: 280px;
    }
    .event-gallery-section .grid-item {
        float: left;
        display: inline-block;
    }
    .event-gallery-section .grid-item--height2 {
        /* width: 25%; */
        max-height: 560px;
    }
    .features_info .h-dot_img, .h-dot {
        display: none !important;
    }
    .pl_140{
        padding-left: 0px !important;
    }
    .pl_70{
        padding-left: 0px !important;
    }
    .pr_70{
        padding-right: 0px !important;
    }
}
@media screen and (max-width: 991px){
    .inner-column{
        padding-left: 0px !important;
    }
    .theme-counter-one .inner-round-shape {
        margin: auto;
    }
    .theme-counter-one {
        display: block;
        padding: 100px 0;
    }
    .services-section-six .outer-container:before{
        background: unset;
    }
    .event-gallery-section .grid-item, .event-gallery-section .grid-sizer {
        width: 50%;
        max-height: 280px;
    }
    .slide-section .main-carousel1 .item .slider-item-content{
        padding: 200px 0;
    }
    .about-section .big-title{
        padding: 70px 0 30px;
    }
    .slide-section .owl-theme .owl-dots{
        bottom: 10px;
    }
}
@media screen and (max-width: 426px){
.slide-section .owl-theme .owl-dots .owl-dot{
    font-size: 13px;
    min-width: 22px;
}
.slide-section .main-carousel1 .item .slider-item-content {
        padding: 110px 0;
    }
}
@media screen and (max-width: 425px){
    .slide-section .main-carousel1 .item .slider-item-content .medium-text{
        font-size: 30px;
    }
    
    .services-section-six {
    position: relative;
    padding: 220px 0px 40px;
}
    .active-user-section .indmap .position-5 {
        top: 48% !important;
        left: 44.8% !important;
    }
    .active-user-section .indmap .position-6 {
        top: 55% !important;
        left: 49.8% !important;
    }
    .active-user-section .indmap .position-7 {
        top: 28.9% !important;
        left: 36.9% !important;
    }
    .active-user-section .indmap .position-8 {
        top: 55% !important;
        left: 27% !important;
    }
    .active-user-section .position-5 {
        top: 57% !important;
        left: 66% !important;
    }
    .active-user-section .position-6 {
        top: 44% !important;
        left: 61.6% !important;
    }
    .active-user-section .position-7 {
        top: 44% !important;
        left: 48.2% !important;
    }
}
@media screen and (max-width: 375px){
    .slide-section .main-carousel1 .item .slider-item-content {
        padding: 80px 0;
    }
    .slide-section .owl-theme .owl-dots {
        display: none;
    }
    .active-user-section .indmap .position-5 {
        top: 55% !important;
        left: 49.8% !important;
    }
    .active-user-section .indmap .position-6 {
        top: 53% !important;
        left: 50.8% !important;
    }
    .active-user-section .indmap .position-7 {
        top: 28.9% !important;
        left: 34.9% !important;
    }
    .active-user-section .indmap .position-8 {
        top: 55% !important;
        left: 27% !important;
    }
    .active-user-section .position-5 {
        top: 57% !important;
        left: 68% !important;
    }
    .active-user-section .position-6 {
        top: 44% !important;
        left: 63.6% !important;
    }
    .active-user-section .position-7 {
        top: 44% !important;
        left: 48.2% !important;
    }
}
@media screen and (max-width: 320px){
    .slide-section .main-carousel1 .item .slider-item-content {
    padding: 80px 0;
}
.slide-section .owl-theme .owl-dots {
    bottom: 10px;
    display: none;
}
    .jd-img{
        width: 290px;
    }
    .active-user-section .indmap .position-5 {
        top: 55% !important;
        left: 49.8% !important;
    }
    .active-user-section .indmap .position-6 {
        top: 53% !important;
        left: 50.8% !important;
    }
    .active-user-section .indmap .position-7 {
        top: 28.9% !important;
        left: 34.9% !important;
    }
    .active-user-section .indmap .position-8 {
        top: 55% !important;
        left: 19% !important;
    }
    .active-user-section .position-5 {
        top: 57% !important;
        left: 72% !important;
    }
    .active-user-section .position-6 {
        top: 44% !important;
        left: 65.6% !important;
    }
    .active-user-section .position-7 {
        top: 44% !important;
        left: 31.9% !important;
    }
}
@media screen and (max-width: 480px){
    .demo-btn{
        display: none;
    }
    .event-gallery-section .grid-item, .event-gallery-section .grid-sizer {
        width: 100%;
        max-height: 280px;
    }
    .resp-ind{
        background-image: url(../images/background/indiamap_mobile.png) !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    .resp-bg{
        background-image: url(../images/background/worldmap_mobile.png) !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    .active-user-section .indmap .position-5 {
        top: 48% !important;
        left: 44.8% !important;
    }
    .active-user-section .indmap .position-6 {
        top: 53% !important;
        left: 51.8% !important;
    }
    .active-user-section .indmap .position-7 {
        top: 28.9% !important;
        left: 38.9% !important;
    }
    .active-user-section .indmap .position-8 {
        top: 52% !important;
        left: 27% !important;
    }
    .active-user-section .position-5 {
        top: 57% !important;
        left: 65% !important;
    }
    .active-user-section .position-6 {
        top: 44% !important;
        left: 59.6% !important;
    }
    .active-user-section .position-7 {
        top: 44% !important;
        left: 48.2% !important;
    }
}
@media screen and (max-width: 1199px){
    .our-management-section .owl-theme .owl-dots .owl-dot span {
        width: 86px;
    }
    .active-user-section .indmap .position-6 {
        top: 60%;
        left: 61.8%;
    }
    .active-user-section .indmap .position-7 {
        top: 26%;
        left: 42.9%;
    }
    .active-user-section .indmap .position-8 {
        top: 60%;
        left: 29%;
    }
    .active-user-section .position-5 {
        top: 67%;
        left: 89%;
    }
    .active-user-section .position-6 {
        top: 48%;
        left: 82.2%;
    }
    .active-user-section .position-7 {
        top: 48%;
        left: 62.5%;
    }
      
}
@media screen and (max-width: 991px){
    .our-management-section .owl-theme .owl-dots .owl-dot span {
        width: 56px;
    }
    .history-year {
        display: none;
    }
    .history-start img{
        display: none;
    }
    .the-history ul li::after {
        display: none;
    }
    .history-brief {
        max-width: unset;
        flex: unset;
        padding-left: 0;
        margin: 35px 0 0 0;
    }
    .history-brief.text-right {
        text-align: left !important;
    }
    .history-start {
        position: absolute; 
        top: 0; 
    }
    .history-start.pl-50 {
        padding-left: 0;
    }
    .the-history ul li {
        margin-bottom: 10px;
        position: relative;
    }
}

@media screen and (max-width: 480px){
    .our-management-section .owl-theme .owl-dots .owl-dot span{
        width: 7.7%;
    }
}
@media screen and (max-width: 480px){
    .our-management-section .owl-theme .owl-dots {
        width: 100%;
    }
}
@media screen and (max-width: 320px){
    .our-management-section .owl-theme .owl-dots .owl-dot span {
        width: 7.6%;
    }
}

/*Responsive========================================================================
==================================================================================*/
.p_logo_item:hover img {
    -webkit-filter: contrast(100%);
    filter: contrast(100%);
}
.p_logo_item img {
    max-width: 100%;
    -webkit-filter: contrast(0.3%);
    filter: contrast(0.3%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/*============== agency_featured_area css =============*/

/*.btn-secondry:hover{
    background-color: #ffffff !important;
    color: #000000 !important;
}*/
.btn-secondry{
    margin: 5px;
}
.demo-btn:hover{
    background-color: #ffffff;
    color: #000000;
}
.scroltop:hover{
    background-color: #ffffff !important;
    color: #000000 !important;
}

